ramadan-activities.js 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342
  1. (() => {
  2. var exports = {};
  3. exports.id = 10055;
  4. exports.ids = [10055,64820];
  5. exports.modules = {
  6. /***/ 59916:
  7. /***/ ((module, __webpack_exports__, __webpack_require__) => {
  8. "use strict";
  9. __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
  10. __webpack_require__.r(__webpack_exports__);
  11. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  12. /* harmony export */ "default": () => (/* binding */ pageWrapperTemplate),
  13. /* harmony export */ "getServerSideProps": () => (/* binding */ getServerSideProps),
  14. /* harmony export */ "getStaticProps": () => (/* binding */ getStaticProps)
  15. /* harmony export */ });
  16. /* harmony import */ var _sentry_server_config_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(96270);
  17. /* harmony import */ var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(58097);
  18. /* harmony import */ var _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__);
  19. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20997);
  20. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__);
  21. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(59003);
  22. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__);
  23. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(60866);
  24. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4__);
  25. /* harmony import */ var _RamadanActivities_module_scss__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(63808);
  26. /* harmony import */ var _RamadanActivities_module_scss__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_RamadanActivities_module_scss__WEBPACK_IMPORTED_MODULE_15__);
  27. /* harmony import */ var _components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(25869);
  28. /* harmony import */ var _components_PageContainer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9234);
  29. /* harmony import */ var _components_QuranReader_TranslationView_EmbeddableVerseCell__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(43749);
  30. /* harmony import */ var _components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(80158);
  31. /* harmony import */ var _components_RamadanActivity_RamadanActivityHero__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(6125);
  32. /* harmony import */ var _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(40129);
  33. /* harmony import */ var _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(50497);
  34. /* harmony import */ var _pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(30089);
  35. /* harmony import */ var _pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16__);
  36. /* harmony import */ var _utils_eventLogger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(55943);
  37. /* harmony import */ var _utils_locale__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(24709);
  38. /* harmony import */ var _utils_navigation__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(57933);
  39. var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_components_QuranReader_TranslationView_EmbeddableVerseCell__WEBPACK_IMPORTED_MODULE_7__, _components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__, _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__, _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__, _utils_eventLogger__WEBPACK_IMPORTED_MODULE_12__, _utils_navigation__WEBPACK_IMPORTED_MODULE_14__]);
  40. ([_components_QuranReader_TranslationView_EmbeddableVerseCell__WEBPACK_IMPORTED_MODULE_7__, _components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__, _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__, _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__, _utils_eventLogger__WEBPACK_IMPORTED_MODULE_12__, _utils_navigation__WEBPACK_IMPORTED_MODULE_14__] = __webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
  41. const PATH = (0,_utils_navigation__WEBPACK_IMPORTED_MODULE_14__/* .getRamadanActivitiesNavigationUrl */ .Fk)();
  42. const RamadanActivitiesPage = ()=>{
  43. const { t , lang } = next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_4___default()("ramadan-activities");
  44. const onButtonClicked = (section)=>{
  45. (0,_utils_eventLogger__WEBPACK_IMPORTED_MODULE_12__/* .logButtonClick */ .MY)(`${section}_ramadan_activities_cta`);
  46. };
  47. return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, {
  48. children: [
  49. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_NextSeoWrapper__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
  50. title: t("ramadan-activities"),
  51. url: (0,_utils_navigation__WEBPACK_IMPORTED_MODULE_14__/* .getCanonicalUrl */ .Z2)(lang, PATH),
  52. languageAlternates: (0,_utils_locale__WEBPACK_IMPORTED_MODULE_13__/* .getLanguageAlternates */ .qc)(PATH),
  53. description: t("ramadan-activities-desc")
  54. }),
  55. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_RamadanActivityHero__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Z, {}),
  56. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)(_components_PageContainer__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
  57. children: [
  58. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  59. className: (_RamadanActivities_module_scss__WEBPACK_IMPORTED_MODULE_15___default().verseContainer),
  60. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_QuranReader_TranslationView_EmbeddableVerseCell__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
  61. chapterId: 2,
  62. verseNumber: 183,
  63. fontScale: 3
  64. })
  65. }),
  66. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  67. className: classnames__WEBPACK_IMPORTED_MODULE_3___default()((_RamadanActivities_module_scss__WEBPACK_IMPORTED_MODULE_15___default().container), (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().contentPage)),
  68. dir: "ltr",
  69. children: [
  70. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  71. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  72. id: "mindful",
  73. children: [
  74. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  75. children: "Mindful Fasting\uD83D\uDCFF"
  76. }),
  77. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  78. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subHeading),
  79. children: "A QuranReflect interactive Program with Shaykh Hammad Fahim."
  80. }),
  81. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  82. children: "“Mindful Fasting” will explore how fasting purifies the soul, disciplines the mind, and awakens the heart, offering a transformative experience that deepens our relationship with Allah. This program is a gateway to a profound journey of faith and reflection."
  83. }),
  84. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .ZP, {
  85. section: _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.MINDFUL_FASTING */ .$0.MINDFUL_FASTING,
  86. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  87. children: [
  88. "When you",
  89. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  90. text: "Sign up",
  91. href: "https://quranreflect.com/users/sign_in"
  92. }),
  93. "for QuranReflect.com you will automatically follow Shaykh Fahim and receive updates. Search #MindfulFasting throughout the month on",
  94. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  95. text: "QuranReflect.com",
  96. href: "https://quranreflect.com"
  97. }),
  98. "to read reflections from the community. (If you already have a Quran.com account - signing in to QuranReflect with the same email will link the two accounts.)"
  99. ]
  100. })
  101. }),
  102. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  103. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().ctaContainer),
  104. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .ZP, {
  105. onClick: ()=>{
  106. onButtonClicked(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.MINDFUL_FASTING */ .$0.MINDFUL_FASTING);
  107. },
  108. variant: _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* .ButtonVariant.Shadow */ .Wu.Shadow,
  109. href: "https://quranreflect.com",
  110. isNewTab: true,
  111. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().button),
  112. children: "Join QuranReflect Community"
  113. })
  114. })
  115. ]
  116. }),
  117. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  118. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  119. id: "ayah-lookup",
  120. children: [
  121. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  122. children: "Ayah Lookup Challenge \uD83D\uDD0E"
  123. }),
  124. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  125. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subHeading),
  126. children: "with Dr Mohannad Hakeem"
  127. }),
  128. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  129. children: "Are you seeking to enhance your connection with the Quran while being challenged to delve deeper and search for answers? If so, consider exploring a fresh approach that can help you deepen your relationship with the Quran."
  130. }),
  131. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .ZP, {
  132. section: _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.AYAH_LOOKUP_CHALLENGE */ .$0.AYAH_LOOKUP_CHALLENGE,
  133. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, {
  134. children: [
  135. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  136. children: "Join Dr. Mohannad Hakeem's Ayah Lookup Challenge where he will share a question that can be answered with an ayah in the Quran. Sharpen your reading and researching skills as you search for the answer within the suggested range of verses."
  137. }),
  138. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  139. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  140. children: [
  141. "Check back at the end of the day when Dr. Mohannad posts the answer to see if you got it right. To join this exciting challenge, follow",
  142. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  143. text: "Dr. Mohannad Hakeem",
  144. href: "https://quranreflect.com/mohannad"
  145. }),
  146. "on QuranReflect.com and take part in this enriching experience! You may also search",
  147. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  148. text: "#AyahLookUp",
  149. href: "https://quranreflect.com/?authors=%40mohannad&tags=%23AyahLookup&tab=newest"
  150. }),
  151. " ",
  152. "on QuranReflect."
  153. ]
  154. })
  155. ]
  156. })
  157. }),
  158. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  159. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().ctaContainer),
  160. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .ZP, {
  161. onClick: ()=>{
  162. onButtonClicked(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.AYAH_LOOKUP_CHALLENGE */ .$0.AYAH_LOOKUP_CHALLENGE);
  163. },
  164. variant: _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* .ButtonVariant.Shadow */ .Wu.Shadow,
  165. href: "https://quranreflect.com/?authors=%40mohannad&tags=%23AyahLookup&tab=newest",
  166. isNewTab: true,
  167. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().button),
  168. children: "Follow AyahLookupChallenge"
  169. })
  170. })
  171. ]
  172. }),
  173. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  174. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  175. id: "mas-quiz",
  176. children: [
  177. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  178. children: "MAS Ramadan Quiz Trivia (live) \uD83C\uDF99️"
  179. }),
  180. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  181. children: "A daily 10-minute live trivia quiz featuring 10 quick questions from the Quran. Participants will also be assigned one Quran verse a week to reflect upon. See below for details on prizes!"
  182. }),
  183. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .ZP, {
  184. section: _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.MAS_QUIZ */ .$0.MAS_QUIZ,
  185. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  186. children: [
  187. "To help achieve a closer connection with the Quran, MAS will host a nationwide 10-minute live, interactive quiz daily where contestants get to test and show their knowledge of the Quran.",
  188. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  189. "MAS will offer winners residing in the U.S. monetary prizes with the option to donate them to a charity (Insha’Allah, prizes can be extended to a global audience in coming years.)"
  190. ]
  191. })
  192. }),
  193. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  194. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().ctaContainer),
  195. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .ZP, {
  196. onClick: ()=>{
  197. onButtonClicked(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.MAS_QUIZ */ .$0.MAS_QUIZ);
  198. },
  199. variant: _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* .ButtonVariant.Shadow */ .Wu.Shadow,
  200. href: "https://quranreflect.com/masrqt",
  201. isNewTab: true,
  202. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().button),
  203. children: "Follow MAS RQT"
  204. })
  205. })
  206. ]
  207. }),
  208. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  209. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  210. children: [
  211. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  212. children: "Learning Plans on Quran.com \uD83D\uDCD6"
  213. }),
  214. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  215. children: [
  216. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("b", {
  217. children: "Boost your knowledge with easy-to-follow lessons"
  218. }),
  219. " that keep you growing in your journey with the Quran. Your progress is tracked until you reach the finish line. Start a Learning Plan today!"
  220. ]
  221. }),
  222. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .ZP, {
  223. section: _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.LEARNING_PLANS */ .$0.LEARNING_PLANS,
  224. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("ul", {
  225. children: [
  226. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("li", {
  227. children: [
  228. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  229. text: "How to Explore the Quran: One Ayah at a Time",
  230. href: "/learning-plans/how-to-explore-the-quran"
  231. }),
  232. "by Dr. Sohaib Saeed"
  233. ]
  234. }),
  235. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("li", {
  236. children: [
  237. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  238. text: "Five Lenses for Reflecting on the Quran",
  239. href: "/learning-plans/five-lenses-to-reflect-on-the-quran"
  240. }),
  241. "by Dr. Sohaib Saeed"
  242. ]
  243. }),
  244. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("li", {
  245. children: [
  246. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  247. text: "Preparing Our Hearts for Ramadan",
  248. href: "/learning-plans/preparing-our-hearts-for-ramadan"
  249. }),
  250. "by Shaykh Hammad Fahim"
  251. ]
  252. }),
  253. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("li", {
  254. children: [
  255. "More programs coming soon, insha’Allah. Keep an eye out on our",
  256. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  257. text: "Learning Plans",
  258. href: "/learning-plans"
  259. }),
  260. "page."
  261. ]
  262. })
  263. ]
  264. })
  265. }),
  266. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  267. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().ctaContainer),
  268. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .ZP, {
  269. onClick: ()=>{
  270. onButtonClicked(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.LEARNING_PLANS */ .$0.LEARNING_PLANS);
  271. },
  272. variant: _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* .ButtonVariant.Shadow */ .Wu.Shadow,
  273. href: "/learning-plans",
  274. isNewTab: true,
  275. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().button),
  276. children: "View Learning Plans"
  277. })
  278. })
  279. ]
  280. }),
  281. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  282. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  283. children: [
  284. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  285. children: "Keep a 30 day Quran reading streak and create a custom goal with Quran Growth Journey! \uD83C\uDFC5"
  286. }),
  287. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  288. children: [
  289. "Can you keep a 30 day Quran reading streak This Ramadan? Simply",
  290. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  291. text: "Log-in",
  292. href: (0,_utils_navigation__WEBPACK_IMPORTED_MODULE_14__/* .getLoginNavigationUrl */ .gk)()
  293. }),
  294. "to Quran.com and begin reading to start your Streak! You can also create a custom goal that will help you stay on track:"
  295. ]
  296. }),
  297. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  298. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().ctaContainer),
  299. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .ZP, {
  300. onClick: ()=>{
  301. onButtonClicked(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.MONTH_STREAK */ .$0.MONTH_STREAK);
  302. },
  303. variant: _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* .ButtonVariant.Shadow */ .Wu.Shadow,
  304. href: (0,_utils_navigation__WEBPACK_IMPORTED_MODULE_14__/* .getReadingGoalNavigationUrl */ .we)(),
  305. isNewTab: true,
  306. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().button),
  307. children: "Create Goal"
  308. })
  309. })
  310. ]
  311. }),
  312. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  313. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  314. children: [
  315. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  316. children: "Invite people to learn about the Quran this Ramadan \uD83D\uDC8C"
  317. }),
  318. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  319. children: [
  320. "Help someone who has never read the Quran learn more and begin their Quran journey! Share our ",
  321. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  322. text: "About The Quran",
  323. href: "/about-the-quran"
  324. }),
  325. " page designed to help newcomers ease into their Quran reading experience. View sample invitation:"
  326. ]
  327. }),
  328. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .ZP, {
  329. section: _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.INVITE_PEOPLE */ .$0.INVITE_PEOPLE,
  330. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, {
  331. children: [
  332. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  333. children: [
  334. "“Ramadan is not just a month of fasting for Muslims; it's also about the Quran's revelation, a time of deep reflection & connection. \uD83D\uDCD6 Curious about its messages? Visit ",
  335. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  336. text: "Quran.com/about-the-Quran",
  337. href: "/about-the-quran"
  338. }),
  339. " to find answers to key questions and tips on how to explore it.”"
  340. ]
  341. }),
  342. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  343. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  344. children: [
  345. "You can also share an invitation to view responses to a reflection activity based on the the viral hashtag",
  346. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  347. text: "#QuranBookClub",
  348. href: "https://quranreflect.com/?tags=%23QuranBookClub"
  349. }),
  350. "."
  351. ]
  352. }),
  353. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  354. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  355. children: 'QuranReflect asks: "If you could introduce someone to the Quran with just one ayah, which would it be, and why?"'
  356. }),
  357. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("br", {}),
  358. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  359. children: "View responses, write your own, and invite people to read the Quran for the first time."
  360. })
  361. ]
  362. })
  363. }),
  364. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  365. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().ctaContainer),
  366. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .ZP, {
  367. onClick: ()=>{
  368. onButtonClicked(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.INVITE_PEOPLE */ .$0.INVITE_PEOPLE);
  369. },
  370. variant: _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* .ButtonVariant.Shadow */ .Wu.Shadow,
  371. href: "/about-the-quran",
  372. isNewTab: true,
  373. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().button),
  374. children: "About The Quran"
  375. })
  376. })
  377. ]
  378. }),
  379. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  380. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  381. children: [
  382. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  383. children: "Reflecting In Crisis ❤️‍\uD83E\uDE79"
  384. }),
  385. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  386. children: [
  387. "Join the QuranReflect community for an on-going reflection theme dedicated to reflecting upon the Quran during these difficult times of crisis. Read and interact with over 60 Personal reflections shared by our community members and share your own.",
  388. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  389. text: "#ReflectingInCrisis",
  390. href: "https://quranreflect.com/?tags=%23ReflectingInCrisis&tab=most_popular"
  391. })
  392. ]
  393. }),
  394. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  395. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().ctaContainer),
  396. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .ZP, {
  397. onClick: ()=>{
  398. onButtonClicked(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.CRISIS */ .$0.CRISIS);
  399. },
  400. variant: _dls_Button_Button__WEBPACK_IMPORTED_MODULE_11__/* .ButtonVariant.Shadow */ .Wu.Shadow,
  401. href: "https://quranreflect.com/?tags=%23ReflectingInCrisis&tab=most_popular",
  402. isNewTab: true,
  403. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().button),
  404. children: "Go to #ReflectingInCrisis"
  405. })
  406. })
  407. ]
  408. }),
  409. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("div", {
  410. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  411. id: "ramadan-reading",
  412. children: [
  413. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("h1", {
  414. children: "Inspiring Ramadan Reading \uD83C\uDF1E"
  415. }),
  416. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  417. children: "Explore a collection of inspirational Ramadan reflections from the QuranReflect Community curated to help you connect more deeply with the Quran."
  418. }),
  419. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("ul", {
  420. children: [
  421. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  422. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  423. text: "Purifying Our Speech This Ramadan: A Time to Train our Tongues",
  424. href: "https://quranreflect.com/posts/17754"
  425. })
  426. }),
  427. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  428. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  429. text: "When everything looks broken",
  430. href: "https://quranreflect.com/posts/13479"
  431. })
  432. })
  433. ]
  434. }),
  435. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .ZP, {
  436. section: _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .Section.INSPIRING_READING */ .$0.INSPIRING_READING,
  437. titleType: _components_RamadanActivity_ReadMoreCollapsible__WEBPACK_IMPORTED_MODULE_10__/* .TitleType.SHOW_MORE */ .xe.SHOW_MORE,
  438. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsxs)("ul", {
  439. children: [
  440. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  441. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  442. text: "Taqwa Through Trials: The Gratitude Gained from Ramadan Fasting",
  443. href: "https://quranreflect.com/posts/7666"
  444. })
  445. }),
  446. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  447. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  448. text: "A Lesson on Mortality from a Missed Cup of Coffee",
  449. href: "https://quranreflect.com/posts/6797"
  450. })
  451. }),
  452. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  453. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  454. text: "Reflections on Faith and Fellowship in a Microbus Journey",
  455. href: "https://quranreflect.com/posts/3249"
  456. })
  457. }),
  458. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  459. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  460. text: "A Limited Number of Days",
  461. href: "https://quranreflect.com/posts/17824"
  462. })
  463. }),
  464. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  465. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  466. text: "Countless Mercies: Reflecting on the Infinite Blessings of Allah",
  467. href: "https://quranreflect.com/posts/17852"
  468. })
  469. }),
  470. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  471. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  472. text: "Nurturing a God-Conscious Character Amid Imperfection",
  473. href: "https://quranreflect.com/posts/13453"
  474. })
  475. }),
  476. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  477. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  478. text: "My Lord Prescribed This Fast For Me",
  479. href: "https://quranreflect.com/posts/17399"
  480. })
  481. }),
  482. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  483. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  484. text: "You See More In the Dark",
  485. href: "https://quranreflect.com/posts/281"
  486. })
  487. }),
  488. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  489. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  490. text: "Overcoming Self-Hatred: A Journey Towards Healing and Faith in Ramadan",
  491. href: "https://quranreflect.com/posts/13513"
  492. })
  493. }),
  494. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  495. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  496. text: "On Taqwa: Understanding the Meaning Beyond Simple Translations",
  497. href: "https://quranreflect.com/posts/10511"
  498. })
  499. }),
  500. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  501. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  502. text: "“Draw Near!” Coming Closer to The Creator",
  503. href: "https://quranreflect.com/posts/8876"
  504. })
  505. }),
  506. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  507. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  508. text: "Are We Waiting to Return to Sin, or Do We Want To Permanently Break Free?",
  509. href: "https://quranreflect.com/posts/17987"
  510. })
  511. }),
  512. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  513. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  514. text: "Mind Over Matter: Developing Self-Restraint in Ramadan",
  515. href: "https://quranreflect.com/posts/6785"
  516. })
  517. }),
  518. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  519. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  520. text: "A Profound Lesson Learned While Delivering Food",
  521. href: "https://quranreflect.com/posts/8694"
  522. })
  523. }),
  524. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("li", {
  525. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_components_RamadanActivity_InlineLink__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
  526. text: "Allahu Akbar: Embracing the Takbir and Thankfulness as Ramadan Ends",
  527. href: "https://quranreflect.com/posts/3443"
  528. })
  529. })
  530. ]
  531. })
  532. })
  533. ]
  534. }),
  535. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)("div", {
  536. className: (_pages_contentPage_module_scss__WEBPACK_IMPORTED_MODULE_16___default().subSection),
  537. children: "We hope these activities enrich your Ramadan, deepening your connection with the Quran. Share this list of activities with anyone who may benefit."
  538. })
  539. ]
  540. })
  541. ]
  542. })
  543. ]
  544. });
  545. };
  546. var serverComponentModule = /*#__PURE__*/Object.freeze({
  547. __proto__: null,
  548. 'default': RamadanActivitiesPage
  549. });
  550. /*
  551. * This file is a template for the code which will be substituted when our webpack loader handles non-API files in the
  552. * `pages/` directory.
  553. *
  554. * We use `__SENTRY_WRAPPING_TARGET_FILE__.cjs` as a placeholder for the path to the file being wrapped. Because it's not a real package,
  555. * this causes both TS and ESLint to complain, hence the pragma comments below.
  556. */
  557. const userPageModule = serverComponentModule ;
  558. const pageComponent = userPageModule ? userPageModule.default : undefined;
  559. const origGetInitialProps = pageComponent ? pageComponent.getInitialProps : undefined;
  560. const origGetStaticProps = userPageModule ? userPageModule.getStaticProps : undefined;
  561. const origGetServerSideProps = userPageModule ? userPageModule.getServerSideProps : undefined;
  562. // eslint-disable-next-line @typescript-eslint/no-explicit-any
  563. const getInitialPropsWrappers = {
  564. '/_app': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapAppGetInitialPropsWithSentry,
  565. '/_document': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapDocumentGetInitialPropsWithSentry,
  566. '/_error': _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapErrorGetInitialPropsWithSentry,
  567. };
  568. const getInitialPropsWrapper = getInitialPropsWrappers['/ramadan-activities'] || _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetInitialPropsWithSentry;
  569. if (pageComponent && typeof origGetInitialProps === 'function') {
  570. pageComponent.getInitialProps = getInitialPropsWrapper(origGetInitialProps) ;
  571. }
  572. const getStaticProps =
  573. typeof origGetStaticProps === 'function'
  574. ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetStaticPropsWithSentry(origGetStaticProps, '/ramadan-activities')
  575. : undefined;
  576. const getServerSideProps =
  577. typeof origGetServerSideProps === 'function'
  578. ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapGetServerSidePropsWithSentry(origGetServerSideProps, '/ramadan-activities')
  579. : undefined;
  580. const pageWrapperTemplate = pageComponent ? _sentry_nextjs__WEBPACK_IMPORTED_MODULE_1__.wrapPageComponentWithSentry(pageComponent ) : pageComponent;
  581. __webpack_async_result__();
  582. } catch(e) { __webpack_async_result__(e); } });
  583. /***/ }),
  584. /***/ 51053:
  585. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  586. "use strict";
  587. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  588. /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
  589. /* harmony export */ });
  590. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16689);
  591. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  592. var _path;
  593. function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
  594. var SvgClose = function SvgClose(props) {
  595. return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  596. width: 24,
  597. height: 24,
  598. viewBox: "0 0 15 15",
  599. fill: "none",
  600. xmlns: "http://www.w3.org/2000/svg"
  601. }, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  602. d: "M11.782 4.032a.575.575 0 1 0-.813-.814L7.5 6.687 4.032 3.218a.575.575 0 0 0-.814.814L6.687 7.5l-3.469 3.468a.575.575 0 0 0 .814.814L7.5 8.313l3.469 3.469a.575.575 0 0 0 .813-.814L8.313 7.5l3.469-3.468Z",
  603. fill: "currentColor",
  604. fillRule: "evenodd",
  605. clipRule: "evenodd"
  606. })));
  607. };
  608. /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (SvgClose);
  609. /***/ }),
  610. /***/ 31246:
  611. /***/ ((module) => {
  612. // Exports
  613. module.exports = {
  614. "verseContainer": "EmbeddableVerseCell_verseContainer__GCj_d"
  615. };
  616. /***/ }),
  617. /***/ 54975:
  618. /***/ ((module) => {
  619. // Exports
  620. module.exports = {
  621. "container": "ReadMoreCollapsible_container__Gd0c_",
  622. "body": "ReadMoreCollapsible_body__nK2hB",
  623. "title": "ReadMoreCollapsible_title__afl70"
  624. };
  625. /***/ }),
  626. /***/ 63808:
  627. /***/ ((module) => {
  628. // Exports
  629. module.exports = {
  630. "container": "RamadanActivities_container__vMBhV",
  631. "verseContainer": "RamadanActivities_verseContainer__N3B96"
  632. };
  633. /***/ }),
  634. /***/ 43749:
  635. /***/ ((module, __webpack_exports__, __webpack_require__) => {
  636. "use strict";
  637. __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
  638. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  639. /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
  640. /* harmony export */ });
  641. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20997);
  642. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
  643. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16689);
  644. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
  645. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(60866);
  646. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2__);
  647. /* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6022);
  648. /* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_3__);
  649. /* harmony import */ var _EmbeddableVerseCell_module_scss__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(31246);
  650. /* harmony import */ var _EmbeddableVerseCell_module_scss__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_EmbeddableVerseCell_module_scss__WEBPACK_IMPORTED_MODULE_13__);
  651. /* harmony import */ var _api__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(92684);
  652. /* harmony import */ var _components_DataFetcher__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(12951);
  653. /* harmony import */ var _components_QuranReader_TranslationView_TranslationText__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(18809);
  654. /* harmony import */ var _components_QuranReader_VerseTextPreview__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(57072);
  655. /* harmony import */ var _redux_slices_QuranReader_styles__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(62093);
  656. /* harmony import */ var _redux_slices_QuranReader_translations__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(88548);
  657. /* harmony import */ var _utils_api__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4917);
  658. /* harmony import */ var _utils_apiPaths__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(46127);
  659. /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(5639);
  660. var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_components_DataFetcher__WEBPACK_IMPORTED_MODULE_5__, _components_QuranReader_TranslationView_TranslationText__WEBPACK_IMPORTED_MODULE_6__]);
  661. ([_components_DataFetcher__WEBPACK_IMPORTED_MODULE_5__, _components_QuranReader_TranslationView_TranslationText__WEBPACK_IMPORTED_MODULE_6__] = __webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
  662. const EmbeddableVerseCell = ({ chapterId , verseNumber , fontScale })=>{
  663. const quranReaderStyles = (0,react_redux__WEBPACK_IMPORTED_MODULE_3__.useSelector)(_redux_slices_QuranReader_styles__WEBPACK_IMPORTED_MODULE_8__/* .selectQuranReaderStyles */ .Pt, react_redux__WEBPACK_IMPORTED_MODULE_3__.shallowEqual);
  664. const { quranFont , mushafLines } = quranReaderStyles;
  665. const { mushaf } = (0,_utils_api__WEBPACK_IMPORTED_MODULE_10__/* .getMushafId */ .$P)(quranFont, mushafLines);
  666. const selectedTranslations = (0,react_redux__WEBPACK_IMPORTED_MODULE_3__.useSelector)(_redux_slices_QuranReader_translations__WEBPACK_IMPORTED_MODULE_9__/* .selectSelectedTranslations */ .qw, _utils_array__WEBPACK_IMPORTED_MODULE_12__/* .areArraysEqual */ .Hj);
  667. const { lang } = next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2___default()();
  668. const apiParams = {
  669. words: true,
  670. perPage: 1,
  671. translations: selectedTranslations.join(","),
  672. page: verseNumber,
  673. ...(0,_utils_api__WEBPACK_IMPORTED_MODULE_10__/* .getDefaultWordFields */ .hD)(quranReaderStyles.quranFont),
  674. mushaf
  675. };
  676. return /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_DataFetcher__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
  677. // TODO: if we want to make this more optimized, we can use a shared cache with the QuranReader
  678. queryKey: `embeddable-verse-${chapterId}:${verseNumber}`,
  679. fetcher: ()=>(0,_api__WEBPACK_IMPORTED_MODULE_4__/* .fetcher */ ._i)((0,_utils_apiPaths__WEBPACK_IMPORTED_MODULE_11__/* .makeVersesUrl */ .ML)(chapterId.toString(), lang, apiParams)),
  680. render: (data)=>{
  681. if (!data) return null;
  682. const firstVerse = data.verses?.[0];
  683. return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
  684. className: (_EmbeddableVerseCell_module_scss__WEBPACK_IMPORTED_MODULE_13___default().verseContainer),
  685. children: [
  686. /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_QuranReader_VerseTextPreview__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
  687. verses: data.verses,
  688. fontScale: fontScale
  689. }),
  690. /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
  691. children: firstVerse.translations?.map((translation)=>{
  692. return /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_QuranReader_TranslationView_TranslationText__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
  693. translationFontScale: quranReaderStyles.translationFontScale,
  694. text: translation.text,
  695. languageId: translation.languageId,
  696. resourceName: translation.resourceName
  697. }, translation.id);
  698. })
  699. })
  700. ]
  701. });
  702. }
  703. });
  704. };
  705. /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (EmbeddableVerseCell);
  706. __webpack_async_result__();
  707. } catch(e) { __webpack_async_result__(e); } });
  708. /***/ }),
  709. /***/ 80158:
  710. /***/ ((module, __webpack_exports__, __webpack_require__) => {
  711. "use strict";
  712. __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
  713. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  714. /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
  715. /* harmony export */ });
  716. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20997);
  717. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
  718. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16689);
  719. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
  720. /* harmony import */ var _dls_Link_Link__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(61239);
  721. /* harmony import */ var _utils_eventLogger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(55943);
  722. var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_utils_eventLogger__WEBPACK_IMPORTED_MODULE_3__]);
  723. _utils_eventLogger__WEBPACK_IMPORTED_MODULE_3__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
  724. const InlineLink = ({ href , text })=>{
  725. const onLinkClicked = ()=>{
  726. (0,_utils_eventLogger__WEBPACK_IMPORTED_MODULE_3__/* .logButtonClick */ .MY)("ramadan_activities_link", {
  727. href
  728. });
  729. };
  730. return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {
  731. children: [
  732. " ",
  733. /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_dls_Link_Link__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, {
  734. onClick: onLinkClicked,
  735. isNewTab: true,
  736. href: href,
  737. children: text
  738. }),
  739. " "
  740. ]
  741. });
  742. };
  743. /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (InlineLink);
  744. __webpack_async_result__();
  745. } catch(e) { __webpack_async_result__(e); } });
  746. /***/ }),
  747. /***/ 6125:
  748. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  749. "use strict";
  750. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  751. /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
  752. /* harmony export */ });
  753. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20997);
  754. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
  755. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16689);
  756. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
  757. /* harmony import */ var _Hero_module_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(51470);
  758. /* harmony import */ var _Hero_module_scss__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_Hero_module_scss__WEBPACK_IMPORTED_MODULE_2__);
  759. /* eslint-disable i18next/no-literal-string */
  760. const RamadanActivityHero = ()=>{
  761. return /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
  762. className: (_Hero_module_scss__WEBPACK_IMPORTED_MODULE_2___default().container),
  763. dir: "ltr",
  764. children: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
  765. className: (_Hero_module_scss__WEBPACK_IMPORTED_MODULE_2___default().rowContainer),
  766. children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
  767. className: (_Hero_module_scss__WEBPACK_IMPORTED_MODULE_2___default().row),
  768. children: [
  769. /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("p", {
  770. className: (_Hero_module_scss__WEBPACK_IMPORTED_MODULE_2___default().header),
  771. children: "Ramadan Activities"
  772. }),
  773. /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
  774. className: (_Hero_module_scss__WEBPACK_IMPORTED_MODULE_2___default().desc),
  775. children: [
  776. "As we welcome the month of Ramadan, were excited to present programs and features to",
  777. /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("b", {
  778. children: " help you on your journey with the Quran"
  779. }),
  780. ". These resources are aimed at enriching and deepening your connection with the words of Allah in Ramadan and beyond.",
  781. /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("br", {}),
  782. /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("br", {}),
  783. "Browse the list and select the programs and features that align best with your goals and needs:"
  784. ]
  785. })
  786. ]
  787. })
  788. })
  789. });
  790. };
  791. /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (RamadanActivityHero);
  792. /***/ }),
  793. /***/ 40129:
  794. /***/ ((module, __webpack_exports__, __webpack_require__) => {
  795. "use strict";
  796. __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
  797. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  798. /* harmony export */ "$0": () => (/* binding */ Section),
  799. /* harmony export */ "ZP": () => (__WEBPACK_DEFAULT_EXPORT__),
  800. /* harmony export */ "xe": () => (/* binding */ TitleType)
  801. /* harmony export */ });
  802. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20997);
  803. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
  804. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16689);
  805. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
  806. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(60866);
  807. /* harmony import */ var next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2__);
  808. /* harmony import */ var _ReadMoreCollapsible_module_scss__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(54975);
  809. /* harmony import */ var _ReadMoreCollapsible_module_scss__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_ReadMoreCollapsible_module_scss__WEBPACK_IMPORTED_MODULE_6__);
  810. /* harmony import */ var _components_dls_Collapsible_Collapsible__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(92775);
  811. /* harmony import */ var _icons_chevron_down_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(24868);
  812. /* harmony import */ var _utils_eventLogger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(55943);
  813. var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_components_dls_Collapsible_Collapsible__WEBPACK_IMPORTED_MODULE_3__, _utils_eventLogger__WEBPACK_IMPORTED_MODULE_5__]);
  814. ([_components_dls_Collapsible_Collapsible__WEBPACK_IMPORTED_MODULE_3__, _utils_eventLogger__WEBPACK_IMPORTED_MODULE_5__] = __webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
  815. var Section;
  816. (function(Section) {
  817. Section["MINDFUL_FASTING"] = "mindful_fasting";
  818. Section["AYAH_LOOKUP_CHALLENGE"] = "ayah_challenge";
  819. Section["MAS_QUIZ"] = "mas_quiz";
  820. Section["LEARNING_PLANS"] = "learning_plans";
  821. Section["MONTH_STREAK"] = "month_streak";
  822. Section["INVITE_PEOPLE"] = "invite_people";
  823. Section["CRISIS"] = "crises";
  824. Section["INSPIRING_READING"] = "inspiring_reading";
  825. })(Section || (Section = {}));
  826. var TitleType;
  827. (function(TitleType) {
  828. TitleType["SHOW_MORE"] = "show_more";
  829. TitleType["LEARN_MORE"] = "learn_more";
  830. })(TitleType || (TitleType = {}));
  831. const ReadMoreCollapsible = ({ children , section , titleType =TitleType.LEARN_MORE , })=>{
  832. const { t } = next_translate_useTranslation__WEBPACK_IMPORTED_MODULE_2___default()("common");
  833. const onCollapseOpenChange = (isCollapseOpen)=>{
  834. if (isCollapseOpen) {
  835. (0,_utils_eventLogger__WEBPACK_IMPORTED_MODULE_5__/* .logEvent */ .Kz)("ramadan_activities_collapse_opened", {
  836. section
  837. });
  838. } else {
  839. (0,_utils_eventLogger__WEBPACK_IMPORTED_MODULE_5__/* .logEvent */ .Kz)("ramadan_activities_collapse_closed", {
  840. section
  841. });
  842. }
  843. };
  844. return /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
  845. className: (_ReadMoreCollapsible_module_scss__WEBPACK_IMPORTED_MODULE_6___default().container),
  846. children: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_dls_Collapsible_Collapsible__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z, {
  847. direction: _components_dls_Collapsible_Collapsible__WEBPACK_IMPORTED_MODULE_3__/* .CollapsibleDirection.Right */ .a.Right,
  848. onOpenChange: (isCollapseOpen)=>onCollapseOpenChange(isCollapseOpen),
  849. title: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("span", {
  850. className: (_ReadMoreCollapsible_module_scss__WEBPACK_IMPORTED_MODULE_6___default().title),
  851. children: t(titleType === TitleType.LEARN_MORE ? "learn-more" : "show-more")
  852. }),
  853. prefix: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_icons_chevron_down_svg__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z, {}),
  854. shouldRotatePrefixOnToggle: true,
  855. children: ({ isOpen: isOpenRenderProp })=>{
  856. if (!isOpenRenderProp) return null;
  857. return /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
  858. className: (_ReadMoreCollapsible_module_scss__WEBPACK_IMPORTED_MODULE_6___default().body),
  859. children: children
  860. });
  861. }
  862. })
  863. });
  864. };
  865. /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ReadMoreCollapsible);
  866. __webpack_async_result__();
  867. } catch(e) { __webpack_async_result__(e); } });
  868. /***/ }),
  869. /***/ 75184:
  870. /***/ ((module) => {
  871. "use strict";
  872. module.exports = require("@reduxjs/toolkit");
  873. /***/ }),
  874. /***/ 58097:
  875. /***/ ((module) => {
  876. "use strict";
  877. module.exports = require("@sentry/nextjs");
  878. /***/ }),
  879. /***/ 59003:
  880. /***/ ((module) => {
  881. "use strict";
  882. module.exports = require("classnames");
  883. /***/ }),
  884. /***/ 59606:
  885. /***/ ((module) => {
  886. "use strict";
  887. module.exports = require("humps");
  888. /***/ }),
  889. /***/ 12372:
  890. /***/ ((module) => {
  891. "use strict";
  892. module.exports = require("lodash/findKey");
  893. /***/ }),
  894. /***/ 98492:
  895. /***/ ((module) => {
  896. "use strict";
  897. module.exports = require("lodash/groupBy");
  898. /***/ }),
  899. /***/ 35526:
  900. /***/ ((module) => {
  901. "use strict";
  902. module.exports = require("lodash/random");
  903. /***/ }),
  904. /***/ 64042:
  905. /***/ ((module) => {
  906. "use strict";
  907. module.exports = require("lodash/range");
  908. /***/ }),
  909. /***/ 16641:
  910. /***/ ((module) => {
  911. "use strict";
  912. module.exports = require("next-seo");
  913. /***/ }),
  914. /***/ 60866:
  915. /***/ ((module) => {
  916. "use strict";
  917. module.exports = require("next-translate/useTranslation");
  918. /***/ }),
  919. /***/ 3280:
  920. /***/ ((module) => {
  921. "use strict";
  922. module.exports = require("next/dist/shared/lib/app-router-context.js");
  923. /***/ }),
  924. /***/ 92796:
  925. /***/ ((module) => {
  926. "use strict";
  927. module.exports = require("next/dist/shared/lib/head-manager-context.js");
  928. /***/ }),
  929. /***/ 3539:
  930. /***/ ((module) => {
  931. "use strict";
  932. module.exports = require("next/dist/shared/lib/i18n/detect-domain-locale.js");
  933. /***/ }),
  934. /***/ 34014:
  935. /***/ ((module) => {
  936. "use strict";
  937. module.exports = require("next/dist/shared/lib/i18n/normalize-locale-path.js");
  938. /***/ }),
  939. /***/ 78524:
  940. /***/ ((module) => {
  941. "use strict";
  942. module.exports = require("next/dist/shared/lib/is-plain-object.js");
  943. /***/ }),
  944. /***/ 78020:
  945. /***/ ((module) => {
  946. "use strict";
  947. module.exports = require("next/dist/shared/lib/mitt.js");
  948. /***/ }),
  949. /***/ 64406:
  950. /***/ ((module) => {
  951. "use strict";
  952. module.exports = require("next/dist/shared/lib/page-path/denormalize-page-path.js");
  953. /***/ }),
  954. /***/ 24964:
  955. /***/ ((module) => {
  956. "use strict";
  957. module.exports = require("next/dist/shared/lib/router-context.js");
  958. /***/ }),
  959. /***/ 93431:
  960. /***/ ((module) => {
  961. "use strict";
  962. module.exports = require("next/dist/shared/lib/router/utils/add-locale.js");
  963. /***/ }),
  964. /***/ 11751:
  965. /***/ ((module) => {
  966. "use strict";
  967. module.exports = require("next/dist/shared/lib/router/utils/add-path-prefix.js");
  968. /***/ }),
  969. /***/ 46220:
  970. /***/ ((module) => {
  971. "use strict";
  972. module.exports = require("next/dist/shared/lib/router/utils/compare-states.js");
  973. /***/ }),
  974. /***/ 10299:
  975. /***/ ((module) => {
  976. "use strict";
  977. module.exports = require("next/dist/shared/lib/router/utils/format-next-pathname-info.js");
  978. /***/ }),
  979. /***/ 23938:
  980. /***/ ((module) => {
  981. "use strict";
  982. module.exports = require("next/dist/shared/lib/router/utils/format-url.js");
  983. /***/ }),
  984. /***/ 29565:
  985. /***/ ((module) => {
  986. "use strict";
  987. module.exports = require("next/dist/shared/lib/router/utils/get-asset-path-from-route.js");
  988. /***/ }),
  989. /***/ 35789:
  990. /***/ ((module) => {
  991. "use strict";
  992. module.exports = require("next/dist/shared/lib/router/utils/get-next-pathname-info.js");
  993. /***/ }),
  994. /***/ 1897:
  995. /***/ ((module) => {
  996. "use strict";
  997. module.exports = require("next/dist/shared/lib/router/utils/is-bot.js");
  998. /***/ }),
  999. /***/ 1428:
  1000. /***/ ((module) => {
  1001. "use strict";
  1002. module.exports = require("next/dist/shared/lib/router/utils/is-dynamic.js");
  1003. /***/ }),
  1004. /***/ 28854:
  1005. /***/ ((module) => {
  1006. "use strict";
  1007. module.exports = require("next/dist/shared/lib/router/utils/parse-path.js");
  1008. /***/ }),
  1009. /***/ 91292:
  1010. /***/ ((module) => {
  1011. "use strict";
  1012. module.exports = require("next/dist/shared/lib/router/utils/parse-relative-url.js");
  1013. /***/ }),
  1014. /***/ 34567:
  1015. /***/ ((module) => {
  1016. "use strict";
  1017. module.exports = require("next/dist/shared/lib/router/utils/path-has-prefix.js");
  1018. /***/ }),
  1019. /***/ 80979:
  1020. /***/ ((module) => {
  1021. "use strict";
  1022. module.exports = require("next/dist/shared/lib/router/utils/querystring.js");
  1023. /***/ }),
  1024. /***/ 93297:
  1025. /***/ ((module) => {
  1026. "use strict";
  1027. module.exports = require("next/dist/shared/lib/router/utils/remove-trailing-slash.js");
  1028. /***/ }),
  1029. /***/ 36052:
  1030. /***/ ((module) => {
  1031. "use strict";
  1032. module.exports = require("next/dist/shared/lib/router/utils/resolve-rewrites.js");
  1033. /***/ }),
  1034. /***/ 84226:
  1035. /***/ ((module) => {
  1036. "use strict";
  1037. module.exports = require("next/dist/shared/lib/router/utils/route-matcher.js");
  1038. /***/ }),
  1039. /***/ 95052:
  1040. /***/ ((module) => {
  1041. "use strict";
  1042. module.exports = require("next/dist/shared/lib/router/utils/route-regex.js");
  1043. /***/ }),
  1044. /***/ 59232:
  1045. /***/ ((module) => {
  1046. "use strict";
  1047. module.exports = require("next/dist/shared/lib/utils.js");
  1048. /***/ }),
  1049. /***/ 71853:
  1050. /***/ ((module) => {
  1051. "use strict";
  1052. module.exports = require("next/router");
  1053. /***/ }),
  1054. /***/ 16689:
  1055. /***/ ((module) => {
  1056. "use strict";
  1057. module.exports = require("react");
  1058. /***/ }),
  1059. /***/ 6022:
  1060. /***/ ((module) => {
  1061. "use strict";
  1062. module.exports = require("react-redux");
  1063. /***/ }),
  1064. /***/ 20997:
  1065. /***/ ((module) => {
  1066. "use strict";
  1067. module.exports = require("react/jsx-runtime");
  1068. /***/ }),
  1069. /***/ 74973:
  1070. /***/ ((module) => {
  1071. "use strict";
  1072. module.exports = import("@radix-ui/react-collapsible");;
  1073. /***/ }),
  1074. /***/ 66704:
  1075. /***/ ((module) => {
  1076. "use strict";
  1077. module.exports = import("@radix-ui/react-tooltip");;
  1078. /***/ }),
  1079. /***/ 88813:
  1080. /***/ ((module) => {
  1081. "use strict";
  1082. module.exports = import("firebase/compat/analytics");;
  1083. /***/ }),
  1084. /***/ 33773:
  1085. /***/ ((module) => {
  1086. "use strict";
  1087. module.exports = import("firebase/compat/app");;
  1088. /***/ }),
  1089. /***/ 79847:
  1090. /***/ ((module) => {
  1091. "use strict";
  1092. module.exports = import("swr/immutable");;
  1093. /***/ }),
  1094. /***/ 63477:
  1095. /***/ ((module) => {
  1096. "use strict";
  1097. module.exports = require("querystring");
  1098. /***/ })
  1099. };
  1100. ;
  1101. // load runtime
  1102. var __webpack_require__ = require("../webpack-runtime.js");
  1103. __webpack_require__.C(exports);
  1104. var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
  1105. var __webpack_exports__ = __webpack_require__.X(0, [11497,79165,96270,24709,57933,61239,25869,50497,12951,85949,62093,5639,46570,57072,57144,50373,80695], () => (__webpack_exec__(59916)));
  1106. module.exports = __webpack_exports__;
  1107. })();
  1108. //# sourceMappingURL=ramadan-activities.js.map