@cuemath/web-utils 2.0.0-beta.0 → 2.1.11-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/.eslintignore +2 -0
  2. package/.eslintrc.json +9 -0
  3. package/.husky/pre-commit +5 -0
  4. package/.huskyrc +5 -0
  5. package/.lintstagedrc.yml +5 -0
  6. package/.nvmrc +1 -0
  7. package/.prettierrc.json +1 -0
  8. package/.vscode/settings.json +1 -0
  9. package/README.md +1 -334
  10. package/dist/constants/country/index.d.ts +2 -0
  11. package/dist/constants/country/index.js +7 -0
  12. package/dist/constants/country/index.js.map +1 -0
  13. package/dist/constants/country/iso-country-code.d.ts +248 -0
  14. package/dist/constants/country/iso-country-code.js +252 -0
  15. package/dist/constants/country/iso-country-code.js.map +1 -0
  16. package/dist/constants/date-time/index.d.ts +17 -0
  17. package/dist/constants/date-time/index.js +42 -0
  18. package/dist/constants/date-time/index.js.map +1 -0
  19. package/dist/constants/date-time/international-timezones.d.ts +7 -0
  20. package/dist/constants/date-time/international-timezones.js +155 -0
  21. package/dist/constants/date-time/international-timezones.js.map +1 -0
  22. package/dist/constants/e-cna/index.d.ts +41 -0
  23. package/dist/constants/e-cna/index.js +45 -0
  24. package/dist/constants/e-cna/index.js.map +1 -0
  25. package/dist/constants/index.d.ts +2 -0
  26. package/dist/constants/index.js +19 -0
  27. package/dist/constants/index.js.map +1 -0
  28. package/dist/cookie/index.d.ts +4 -0
  29. package/dist/cookie/index.js +46 -0
  30. package/dist/cookie/index.js.map +1 -0
  31. package/dist/country/index.d.ts +1 -0
  32. package/dist/country/index.js +13 -0
  33. package/dist/country/index.js.map +1 -0
  34. package/dist/date-time-helper/e-cna.d.ts +32 -0
  35. package/dist/date-time-helper/e-cna.js +153 -0
  36. package/dist/date-time-helper/e-cna.js.map +1 -0
  37. package/dist/date-time-helper/index.d.ts +54 -0
  38. package/dist/date-time-helper/index.js +290 -0
  39. package/dist/date-time-helper/index.js.map +1 -0
  40. package/dist/e-cna/flow/aggregator.d.ts +473 -0
  41. package/dist/e-cna/flow/aggregator.js +17 -0
  42. package/dist/e-cna/flow/aggregator.js.map +1 -0
  43. package/dist/e-cna/flow/index.d.ts +1 -0
  44. package/dist/e-cna/flow/index.js +18 -0
  45. package/dist/e-cna/flow/index.js.map +1 -0
  46. package/dist/e-cna/flow/variants/default.d.ts +734 -0
  47. package/dist/e-cna/flow/variants/default.js +94 -0
  48. package/dist/e-cna/flow/variants/default.js.map +1 -0
  49. package/dist/e-cna/flow/variants/index.d.ts +1 -0
  50. package/dist/e-cna/flow/variants/index.js +18 -0
  51. package/dist/e-cna/flow/variants/index.js.map +1 -0
  52. package/dist/e-cna/index.d.ts +43 -0
  53. package/dist/e-cna/index.js +221 -0
  54. package/dist/e-cna/index.js.map +1 -0
  55. package/dist/e-cna/slides/child_hobbies/index.d.ts +1 -0
  56. package/dist/e-cna/slides/child_hobbies/index.js +18 -0
  57. package/dist/e-cna/slides/child_hobbies/index.js.map +1 -0
  58. package/dist/e-cna/slides/child_hobbies/variants.d.ts +22 -0
  59. package/dist/e-cna/slides/child_hobbies/variants.js +26 -0
  60. package/dist/e-cna/slides/child_hobbies/variants.js.map +1 -0
  61. package/dist/e-cna/slides/child_info/index.d.ts +1 -0
  62. package/dist/e-cna/slides/child_info/index.js +18 -0
  63. package/dist/e-cna/slides/child_info/index.js.map +1 -0
  64. package/dist/e-cna/slides/child_info/variants.d.ts +17 -0
  65. package/dist/e-cna/slides/child_info/variants.js +22 -0
  66. package/dist/e-cna/slides/child_info/variants.js.map +1 -0
  67. package/dist/e-cna/slides/child_personality/index.d.ts +1 -0
  68. package/dist/e-cna/slides/child_personality/index.js +18 -0
  69. package/dist/e-cna/slides/child_personality/index.js.map +1 -0
  70. package/dist/e-cna/slides/child_personality/variants.d.ts +12 -0
  71. package/dist/e-cna/slides/child_personality/variants.js +16 -0
  72. package/dist/e-cna/slides/child_personality/variants.js.map +1 -0
  73. package/dist/e-cna/slides/curriculum/index.d.ts +1 -0
  74. package/dist/e-cna/slides/curriculum/index.js +18 -0
  75. package/dist/e-cna/slides/curriculum/index.js.map +1 -0
  76. package/dist/e-cna/slides/curriculum/variants.d.ts +12 -0
  77. package/dist/e-cna/slides/curriculum/variants.js +17 -0
  78. package/dist/e-cna/slides/curriculum/variants.js.map +1 -0
  79. package/dist/e-cna/slides/grade/index.d.ts +1 -0
  80. package/dist/e-cna/slides/grade/index.js +18 -0
  81. package/dist/e-cna/slides/grade/index.js.map +1 -0
  82. package/dist/e-cna/slides/grade/variants.d.ts +25 -0
  83. package/dist/e-cna/slides/grade/variants.js +54 -0
  84. package/dist/e-cna/slides/grade/variants.js.map +1 -0
  85. package/dist/e-cna/slides/index.d.ts +19 -0
  86. package/dist/e-cna/slides/index.js +36 -0
  87. package/dist/e-cna/slides/index.js.map +1 -0
  88. package/dist/e-cna/slides/intro/index.d.ts +1 -0
  89. package/dist/e-cna/slides/intro/index.js +18 -0
  90. package/dist/e-cna/slides/intro/index.js.map +1 -0
  91. package/dist/e-cna/slides/intro/variants.d.ts +7 -0
  92. package/dist/e-cna/slides/intro/variants.js +11 -0
  93. package/dist/e-cna/slides/intro/variants.js.map +1 -0
  94. package/dist/e-cna/slides/key_need_l1/index.d.ts +1 -0
  95. package/dist/e-cna/slides/key_need_l1/index.js +18 -0
  96. package/dist/e-cna/slides/key_need_l1/index.js.map +1 -0
  97. package/dist/e-cna/slides/key_need_l1/variants.d.ts +26 -0
  98. package/dist/e-cna/slides/key_need_l1/variants.js +57 -0
  99. package/dist/e-cna/slides/key_need_l1/variants.js.map +1 -0
  100. package/dist/e-cna/slides/key_need_l2/index.d.ts +1 -0
  101. package/dist/e-cna/slides/key_need_l2/index.js +18 -0
  102. package/dist/e-cna/slides/key_need_l2/index.js.map +1 -0
  103. package/dist/e-cna/slides/key_need_l2/variants.d.ts +67 -0
  104. package/dist/e-cna/slides/key_need_l2/variants.js +139 -0
  105. package/dist/e-cna/slides/key_need_l2/variants.js.map +1 -0
  106. package/dist/e-cna/slides/key_need_l3/index.d.ts +1 -0
  107. package/dist/e-cna/slides/key_need_l3/index.js +18 -0
  108. package/dist/e-cna/slides/key_need_l3/index.js.map +1 -0
  109. package/dist/e-cna/slides/key_need_l3/variants.d.ts +11 -0
  110. package/dist/e-cna/slides/key_need_l3/variants.js +15 -0
  111. package/dist/e-cna/slides/key_need_l3/variants.js.map +1 -0
  112. package/dist/e-cna/slides/math-perception/index.d.ts +1 -0
  113. package/dist/e-cna/slides/math-perception/index.js +18 -0
  114. package/dist/e-cna/slides/math-perception/index.js.map +1 -0
  115. package/dist/e-cna/slides/math-perception/variants.d.ts +15 -0
  116. package/dist/e-cna/slides/math-perception/variants.js +32 -0
  117. package/dist/e-cna/slides/math-perception/variants.js.map +1 -0
  118. package/dist/e-cna/slides/other_curriculum/index.d.ts +1 -0
  119. package/dist/e-cna/slides/other_curriculum/index.js +18 -0
  120. package/dist/e-cna/slides/other_curriculum/index.js.map +1 -0
  121. package/dist/e-cna/slides/other_curriculum/variants.d.ts +12 -0
  122. package/dist/e-cna/slides/other_curriculum/variants.js +17 -0
  123. package/dist/e-cna/slides/other_curriculum/variants.js.map +1 -0
  124. package/dist/e-cna/slides/school_performance_5_12/index.d.ts +1 -0
  125. package/dist/e-cna/slides/school_performance_5_12/index.js +18 -0
  126. package/dist/e-cna/slides/school_performance_5_12/index.js.map +1 -0
  127. package/dist/e-cna/slides/school_performance_5_12/variants.d.ts +15 -0
  128. package/dist/e-cna/slides/school_performance_5_12/variants.js +26 -0
  129. package/dist/e-cna/slides/school_performance_5_12/variants.js.map +1 -0
  130. package/dist/e-cna/slides/school_performance_kg_4/index.d.ts +1 -0
  131. package/dist/e-cna/slides/school_performance_kg_4/index.js +18 -0
  132. package/dist/e-cna/slides/school_performance_kg_4/index.js.map +1 -0
  133. package/dist/e-cna/slides/school_performance_kg_4/variants.d.ts +14 -0
  134. package/dist/e-cna/slides/school_performance_kg_4/variants.js +28 -0
  135. package/dist/e-cna/slides/school_performance_kg_4/variants.js.map +1 -0
  136. package/dist/e-cna/slides/secondary_needs/index.d.ts +1 -0
  137. package/dist/e-cna/slides/secondary_needs/index.js +18 -0
  138. package/dist/e-cna/slides/secondary_needs/index.js.map +1 -0
  139. package/dist/e-cna/slides/secondary_needs/variants.d.ts +14 -0
  140. package/dist/e-cna/slides/secondary_needs/variants.js +28 -0
  141. package/dist/e-cna/slides/secondary_needs/variants.js.map +1 -0
  142. package/dist/e-cna/slides/signup/index.d.ts +1 -0
  143. package/dist/e-cna/slides/signup/index.js +18 -0
  144. package/dist/e-cna/slides/signup/index.js.map +1 -0
  145. package/dist/e-cna/slides/signup/variants.d.ts +7 -0
  146. package/dist/e-cna/slides/signup/variants.js +11 -0
  147. package/dist/e-cna/slides/signup/variants.js.map +1 -0
  148. package/dist/e-cna/slides/signup_refer/index.d.ts +1 -0
  149. package/dist/e-cna/slides/signup_refer/index.js +18 -0
  150. package/dist/e-cna/slides/signup_refer/index.js.map +1 -0
  151. package/dist/e-cna/slides/signup_refer/variants.d.ts +22 -0
  152. package/dist/e-cna/slides/signup_refer/variants.js +34 -0
  153. package/dist/e-cna/slides/signup_refer/variants.js.map +1 -0
  154. package/dist/e-cna/slides/slot_pick/index.d.ts +1 -0
  155. package/dist/e-cna/slides/slot_pick/index.js +18 -0
  156. package/dist/e-cna/slides/slot_pick/index.js.map +1 -0
  157. package/dist/e-cna/slides/slot_pick/variants.d.ts +12 -0
  158. package/dist/e-cna/slides/slot_pick/variants.js +16 -0
  159. package/dist/e-cna/slides/slot_pick/variants.js.map +1 -0
  160. package/dist/e-cna/slides/teacher_intro/index.d.ts +1 -0
  161. package/dist/e-cna/slides/teacher_intro/index.js +18 -0
  162. package/dist/e-cna/slides/teacher_intro/index.js.map +1 -0
  163. package/dist/e-cna/slides/teacher_intro/variants.d.ts +78 -0
  164. package/dist/e-cna/slides/teacher_intro/variants.js +114 -0
  165. package/dist/e-cna/slides/teacher_intro/variants.js.map +1 -0
  166. package/dist/e-cna/utils/index.d.ts +4 -0
  167. package/dist/e-cna/utils/index.js +28 -0
  168. package/dist/e-cna/utils/index.js.map +1 -0
  169. package/dist/index.d.ts +7 -313
  170. package/dist/index.js +23 -3
  171. package/dist/index.js.map +1 -1
  172. package/dist/local-storage/index.d.ts +13 -0
  173. package/dist/local-storage/index.js +172 -0
  174. package/dist/local-storage/index.js.map +1 -0
  175. package/dist/object/index.d.ts +6 -0
  176. package/dist/object/index.js +24 -0
  177. package/dist/object/index.js.map +1 -0
  178. package/package.json +11 -52
  179. package/src/constants/country/index.ts +2 -0
  180. package/src/constants/country/iso-country-code.ts +248 -0
  181. package/src/constants/date-time/index.ts +43 -0
  182. package/src/constants/date-time/international-timezones.ts +157 -0
  183. package/src/constants/e-cna/index.ts +55 -0
  184. package/src/constants/index.ts +2 -0
  185. package/src/cookie/index.ts +51 -0
  186. package/src/country/index.ts +9 -0
  187. package/src/date-time-helper/e-cna.ts +205 -0
  188. package/src/date-time-helper/index.ts +365 -0
  189. package/src/e-cna/flow/aggregator.ts +12 -0
  190. package/src/e-cna/flow/index.ts +1 -0
  191. package/src/e-cna/flow/variants/default.ts +112 -0
  192. package/src/e-cna/flow/variants/index.ts +1 -0
  193. package/src/e-cna/index.ts +249 -0
  194. package/src/e-cna/slides/child_hobbies/index.ts +1 -0
  195. package/src/e-cna/slides/child_hobbies/variants.ts +24 -0
  196. package/src/e-cna/slides/child_info/index.ts +1 -0
  197. package/src/e-cna/slides/child_info/variants.ts +18 -0
  198. package/src/e-cna/slides/child_personality/index.ts +1 -0
  199. package/src/e-cna/slides/child_personality/variants.ts +12 -0
  200. package/src/e-cna/slides/curriculum/index.ts +1 -0
  201. package/src/e-cna/slides/curriculum/variants.ts +14 -0
  202. package/src/e-cna/slides/grade/index.ts +1 -0
  203. package/src/e-cna/slides/grade/variants.ts +53 -0
  204. package/src/e-cna/slides/index.ts +19 -0
  205. package/src/e-cna/slides/intro/index.ts +1 -0
  206. package/src/e-cna/slides/intro/variants.ts +7 -0
  207. package/src/e-cna/slides/key_need_l1/index.ts +1 -0
  208. package/src/e-cna/slides/key_need_l1/variants.ts +57 -0
  209. package/src/e-cna/slides/key_need_l2/index.ts +1 -0
  210. package/src/e-cna/slides/key_need_l2/variants.ts +143 -0
  211. package/src/e-cna/slides/key_need_l3/index.ts +1 -0
  212. package/src/e-cna/slides/key_need_l3/variants.ts +13 -0
  213. package/src/e-cna/slides/math-perception/index.ts +1 -0
  214. package/src/e-cna/slides/math-perception/variants.ts +30 -0
  215. package/src/e-cna/slides/other_curriculum/index.ts +1 -0
  216. package/src/e-cna/slides/other_curriculum/variants.ts +14 -0
  217. package/src/e-cna/slides/school_performance_5_12/index.ts +1 -0
  218. package/src/e-cna/slides/school_performance_5_12/variants.ts +23 -0
  219. package/src/e-cna/slides/school_performance_kg_4/index.ts +1 -0
  220. package/src/e-cna/slides/school_performance_kg_4/variants.ts +25 -0
  221. package/src/e-cna/slides/secondary_needs/index.ts +1 -0
  222. package/src/e-cna/slides/secondary_needs/variants.ts +26 -0
  223. package/src/e-cna/slides/signup/index.ts +1 -0
  224. package/src/e-cna/slides/signup/variants.ts +7 -0
  225. package/src/e-cna/slides/signup_refer/index.ts +1 -0
  226. package/src/e-cna/slides/signup_refer/variants.ts +30 -0
  227. package/src/e-cna/slides/slot_pick/index.ts +1 -0
  228. package/src/e-cna/slides/slot_pick/variants.ts +12 -0
  229. package/src/e-cna/slides/teacher_intro/index.ts +1 -0
  230. package/src/e-cna/slides/teacher_intro/variants.ts +112 -0
  231. package/src/e-cna/utils/index.ts +32 -0
  232. package/src/index.ts +7 -0
  233. package/src/local-storage/index.ts +186 -0
  234. package/src/object/index.ts +26 -0
  235. package/tsconfig.json +8 -0
  236. package/dist/browser.d.mts +0 -15
  237. package/dist/browser.d.ts +0 -15
  238. package/dist/browser.js +0 -2
  239. package/dist/browser.js.map +0 -1
  240. package/dist/browser.mjs +0 -2
  241. package/dist/browser.mjs.map +0 -1
  242. package/dist/chunk-5X4UT2UI.js +0 -3
  243. package/dist/chunk-5X4UT2UI.js.map +0 -1
  244. package/dist/chunk-CVZIO6BX.mjs +0 -4
  245. package/dist/chunk-CVZIO6BX.mjs.map +0 -1
  246. package/dist/chunk-LUUB665J.mjs +0 -3
  247. package/dist/chunk-LUUB665J.mjs.map +0 -1
  248. package/dist/chunk-OBXSX4MO.js +0 -3
  249. package/dist/chunk-OBXSX4MO.js.map +0 -1
  250. package/dist/chunk-SMWXEBQ2.js +0 -4
  251. package/dist/chunk-SMWXEBQ2.js.map +0 -1
  252. package/dist/chunk-TG7DRTM7.mjs +0 -3
  253. package/dist/chunk-TG7DRTM7.mjs.map +0 -1
  254. package/dist/cloudfront-DRTOCXPV.d.mts +0 -758
  255. package/dist/cloudfront-DRTOCXPV.d.ts +0 -758
  256. package/dist/cloudfront.d.mts +0 -2
  257. package/dist/cloudfront.d.ts +0 -2
  258. package/dist/cloudfront.js +0 -2
  259. package/dist/cloudfront.js.map +0 -1
  260. package/dist/cloudfront.mjs +0 -2
  261. package/dist/cloudfront.mjs.map +0 -1
  262. package/dist/data-props-RvZdA60G.d.mts +0 -157
  263. package/dist/data-props-RvZdA60G.d.ts +0 -157
  264. package/dist/date-time-helper/timezone.d.mts +0 -61
  265. package/dist/date-time-helper/timezone.d.ts +0 -61
  266. package/dist/date-time-helper/timezone.js +0 -2
  267. package/dist/date-time-helper/timezone.js.map +0 -1
  268. package/dist/date-time-helper/timezone.mjs +0 -2
  269. package/dist/date-time-helper/timezone.mjs.map +0 -1
  270. package/dist/index.d.mts +0 -313
  271. package/dist/index.mjs +0 -4
  272. package/dist/index.mjs.map +0 -1
  273. package/dist/metafile-cjs.json +0 -1
  274. package/dist/metafile-esm.json +0 -1
package/dist/index.d.mts DELETED
@@ -1,313 +0,0 @@
1
- export { A as AB_IDENTIFIER_KEY, B as BRAND_PAGES, o as CURRENCY_SYMBOL_MAP, D as DateSlots, E as EXPERIMENT_KEYS, I as INTENT_PAGES, C as ISO_COUNTRY_CODE, N as LAST_LANDING_PAGE_COOKIE, R as REFERRAL_PAGES, n as REGION, S as SUPPLY_PAGES, V as VARIANTS, k as checkContentPage, J as checkValidation, H as convertSecondsToMiliseconds, w as convertTimeStampToSeconds, c as createCookie, a as createCookieWithMidnightExp, v as dateByTimestamp, t as formatDateTime, x as formatTimestamp, f as getABExperimentCacheKey, b as getABVariant, g as getCookie, u as getCurrentTimestamp, G as getDateAfterDays, F as getISOTimeString, q as getLastLandingPage, l as getSubRevenueChannel, z as getTimeDiff, K as isEmpty, m as isSEO, L as nestedMapsAreEqual, M as parseCloudFrontCookies, p as parseCookieString, r as removeCookie, h as removeHrefLangFromPath, i as removeQueryStringFromPath, j as removeTrailingSlashFromPath, d as resetABExperiment, e as resetAllABExperiments, s as setABExperiment, y as timeToX } from './cloudfront-DRTOCXPV.mjs';
2
- export { I as APP_ENV, L as LOCAL_STORAGE_PRIMARY_KEY, R as REFERRAL_PAGE_PATH, J as REVENUE_CHANNEL, e as checkLocalStorageSupport, p as clearSalesProcess, B as clearSignupForm, G as filterCountryCode, g as getAttributes, h as getDataProps, F as getDates, D as getSourceChannel, i as initSourceDetails, H as isServer, k as isSourcePresent, f as loadScript, a as localStorageGet, b as localStorageGetAll, c as localStorageRemove, d as localStorageRemoveAll, l as localStorageSet, E as parseURLParams, j as readSourceCookie, r as removeExpiredKeysOnMount, K as removeKeyFromObject, q as setFirstPage, m as setFlow, s as setFlowEntryPoint, v as setLandingPage, x as setLastLandingPage, t as setPlatformChannel, C as setProduct, y as setReferrer, n as setRevenueChannel, o as setSalesProcess, A as setSignupForm, w as setSignupPage, z as setSourceChannel, u as updateGuestId } from './data-props-RvZdA60G.mjs';
3
- import 'dayjs';
4
-
5
- declare const EUROPEAN_COUNTRIES: string[];
6
- declare const MIDDLE_EAST_COUNTRIES: string[];
7
- declare const AUSTRALIAN_COUNTRIES: string[];
8
- declare const SINGAPORE_COUNTRIES: string[];
9
- declare const US_COUNTRIES: string[];
10
- declare const INDIAN_COUNTRIES: string[];
11
- declare const NEW_ZEALAND_COUNTRIES: string[];
12
- declare const BEST_PERFORMING_COHORT_ROW_COUNTRIES: string[];
13
- declare const FOCUSED_COUNTRIES: string[];
14
- declare const NON_FOCUSED_ROW_COUNTRIES: string[];
15
- declare const ALLOWED_COUNTRIES_FOR_TEACHERS: string[];
16
- declare const ALLOWED_COUNTRIES_FOR_LAAM_TEACHERS: string[];
17
-
18
- declare const COUNTRY_CODE_MAP: {
19
- id: string;
20
- value: string;
21
- label: string;
22
- countryName: string;
23
- icon: string;
24
- url: string;
25
- geoIPCountryCode: string;
26
- }[];
27
-
28
- declare const indianStates: {
29
- value: string;
30
- id: string;
31
- }[];
32
- declare const usStates: {
33
- id: string;
34
- value: string;
35
- }[];
36
-
37
- interface Timezone {
38
- id: string;
39
- value: string;
40
- meta: string;
41
- }
42
- declare const timezones: Timezone[];
43
-
44
- declare const DAY: {
45
- Sun: string;
46
- Mon: string;
47
- Tue: string;
48
- Wed: string;
49
- Thu: string;
50
- Fri: string;
51
- Sat: string;
52
- };
53
- declare const shorthandWeekDayArray: string[];
54
- declare const MONTH_ARRAY: string[];
55
- declare const weekDayArray: string[];
56
- declare const TWENTY_FOUR_HOURS_IN_SECONDS: number;
57
- declare const HOUR_FORMAT: {
58
- TWELVE_HOUR_FORMAT: number;
59
- TWENTY_FOUR_HOUR_FORMAT: number;
60
- };
61
-
62
- declare const teacherSignupSteps: {
63
- signup: string;
64
- verifyOtp: string;
65
- selectDegree: string;
66
- selectStream: string;
67
- selectGrade: string;
68
- selectExperience: string;
69
- watchVideo: string;
70
- mathTestAndSop: string;
71
- recordLesson: string;
72
- uploadDocuments: string;
73
- success: string;
74
- rejected: string;
75
- login: string;
76
- dashboard: string;
77
- };
78
- declare const teacherSignupStepsConfig: {
79
- [x: string]: {
80
- route: string;
81
- form: ({
82
- id: string;
83
- label: string;
84
- type: string;
85
- executeOnBlurFunction?: undefined;
86
- restrictSearch?: undefined;
87
- isRAinput?: undefined;
88
- } | {
89
- id: string;
90
- label: string;
91
- type: string;
92
- executeOnBlurFunction: boolean;
93
- restrictSearch?: undefined;
94
- isRAinput?: undefined;
95
- } | {
96
- id: string;
97
- type: string;
98
- label: string;
99
- executeOnBlurFunction: boolean;
100
- restrictSearch: boolean;
101
- isRAinput: boolean;
102
- })[];
103
- heading: string;
104
- showProgressBar: boolean;
105
- linkText: string;
106
- linkSubmitLabel: string;
107
- stepIndex: number;
108
- subHeading?: undefined;
109
- isPrivateRoute?: undefined;
110
- title?: undefined;
111
- desc?: undefined;
112
- showGreeting?: undefined;
113
- descLink?: undefined;
114
- info?: undefined;
115
- hideHeader?: undefined;
116
- } | {
117
- route: string;
118
- heading: string;
119
- subHeading: string;
120
- form: {
121
- id: string;
122
- type: string;
123
- label: string;
124
- executeOnBlurFunction: boolean;
125
- restrictSearch: boolean;
126
- isRAinput: boolean;
127
- }[];
128
- linkText: string;
129
- linkSubmitLabel: string;
130
- stepIndex: number;
131
- showProgressBar?: undefined;
132
- isPrivateRoute?: undefined;
133
- title?: undefined;
134
- desc?: undefined;
135
- showGreeting?: undefined;
136
- descLink?: undefined;
137
- info?: undefined;
138
- hideHeader?: undefined;
139
- } | {
140
- form: {
141
- id: string;
142
- label: string;
143
- type: string;
144
- maxLength: number;
145
- autoFocus: boolean;
146
- alignResend: boolean;
147
- }[];
148
- route?: undefined;
149
- heading?: undefined;
150
- showProgressBar?: undefined;
151
- linkText?: undefined;
152
- linkSubmitLabel?: undefined;
153
- stepIndex?: undefined;
154
- subHeading?: undefined;
155
- isPrivateRoute?: undefined;
156
- title?: undefined;
157
- desc?: undefined;
158
- showGreeting?: undefined;
159
- descLink?: undefined;
160
- info?: undefined;
161
- hideHeader?: undefined;
162
- } | {
163
- route: string;
164
- heading: string;
165
- form: {
166
- id: string;
167
- options: {
168
- id: number;
169
- key: string;
170
- label: string;
171
- value: string;
172
- }[];
173
- type: string;
174
- optional: boolean;
175
- variant: string;
176
- flexWrap: string;
177
- mobileWidth: string;
178
- height: string;
179
- justifyContent: string;
180
- mobileJustifyContent: string;
181
- minWidth: string;
182
- }[];
183
- isPrivateRoute: boolean;
184
- showProgressBar: boolean;
185
- linkText?: undefined;
186
- linkSubmitLabel?: undefined;
187
- stepIndex?: undefined;
188
- subHeading?: undefined;
189
- title?: undefined;
190
- desc?: undefined;
191
- showGreeting?: undefined;
192
- descLink?: undefined;
193
- info?: undefined;
194
- hideHeader?: undefined;
195
- } | {
196
- route: string;
197
- heading: string;
198
- title: string;
199
- desc: string;
200
- subHeading: string;
201
- isPrivateRoute: boolean;
202
- form?: undefined;
203
- showProgressBar?: undefined;
204
- linkText?: undefined;
205
- linkSubmitLabel?: undefined;
206
- stepIndex?: undefined;
207
- showGreeting?: undefined;
208
- descLink?: undefined;
209
- info?: undefined;
210
- hideHeader?: undefined;
211
- } | {
212
- route: string;
213
- title: string;
214
- desc: string;
215
- heading: string;
216
- subHeading: string;
217
- isPrivateRoute: boolean;
218
- showGreeting: boolean;
219
- form?: undefined;
220
- showProgressBar?: undefined;
221
- linkText?: undefined;
222
- linkSubmitLabel?: undefined;
223
- stepIndex?: undefined;
224
- descLink?: undefined;
225
- info?: undefined;
226
- hideHeader?: undefined;
227
- } | {
228
- route: string;
229
- title: string;
230
- desc: string;
231
- descLink: string;
232
- isPrivateRoute: boolean;
233
- info: {
234
- id: number;
235
- text: string;
236
- }[];
237
- form?: undefined;
238
- heading?: undefined;
239
- showProgressBar?: undefined;
240
- linkText?: undefined;
241
- linkSubmitLabel?: undefined;
242
- stepIndex?: undefined;
243
- subHeading?: undefined;
244
- showGreeting?: undefined;
245
- hideHeader?: undefined;
246
- } | {
247
- route: string;
248
- title: string;
249
- desc: string;
250
- isPrivateRoute: boolean;
251
- form?: undefined;
252
- heading?: undefined;
253
- showProgressBar?: undefined;
254
- linkText?: undefined;
255
- linkSubmitLabel?: undefined;
256
- stepIndex?: undefined;
257
- subHeading?: undefined;
258
- showGreeting?: undefined;
259
- descLink?: undefined;
260
- info?: undefined;
261
- hideHeader?: undefined;
262
- } | {
263
- route: string;
264
- heading: string;
265
- title: string;
266
- desc: string;
267
- isPrivateRoute: boolean;
268
- form?: undefined;
269
- showProgressBar?: undefined;
270
- linkText?: undefined;
271
- linkSubmitLabel?: undefined;
272
- stepIndex?: undefined;
273
- subHeading?: undefined;
274
- showGreeting?: undefined;
275
- descLink?: undefined;
276
- info?: undefined;
277
- hideHeader?: undefined;
278
- } | {
279
- route: string;
280
- hideHeader: boolean;
281
- isPrivateRoute: boolean;
282
- form?: undefined;
283
- heading?: undefined;
284
- showProgressBar?: undefined;
285
- linkText?: undefined;
286
- linkSubmitLabel?: undefined;
287
- stepIndex?: undefined;
288
- subHeading?: undefined;
289
- title?: undefined;
290
- desc?: undefined;
291
- showGreeting?: undefined;
292
- descLink?: undefined;
293
- info?: undefined;
294
- } | {
295
- route: string;
296
- isPrivateRoute: boolean;
297
- showGreeting: boolean;
298
- form?: undefined;
299
- heading?: undefined;
300
- showProgressBar?: undefined;
301
- linkText?: undefined;
302
- linkSubmitLabel?: undefined;
303
- stepIndex?: undefined;
304
- subHeading?: undefined;
305
- title?: undefined;
306
- desc?: undefined;
307
- descLink?: undefined;
308
- info?: undefined;
309
- hideHeader?: undefined;
310
- };
311
- };
312
-
313
- export { ALLOWED_COUNTRIES_FOR_LAAM_TEACHERS, ALLOWED_COUNTRIES_FOR_TEACHERS, AUSTRALIAN_COUNTRIES, BEST_PERFORMING_COHORT_ROW_COUNTRIES, COUNTRY_CODE_MAP, DAY, EUROPEAN_COUNTRIES, FOCUSED_COUNTRIES, HOUR_FORMAT, INDIAN_COUNTRIES, MIDDLE_EAST_COUNTRIES, MONTH_ARRAY, NEW_ZEALAND_COUNTRIES, NON_FOCUSED_ROW_COUNTRIES, SINGAPORE_COUNTRIES, TWENTY_FOUR_HOURS_IN_SECONDS, US_COUNTRIES, indianStates, shorthandWeekDayArray, teacherSignupSteps, teacherSignupStepsConfig, timezones, usStates, weekDayArray };
package/dist/index.mjs DELETED
@@ -1,4 +0,0 @@
1
- export{s as APP_ENV,a as DAY,f as HOUR_FORMAT,i as LOCAL_STORAGE_PRIMARY_KEY,c as MONTH_ARRAY,g as REFERRAL_PAGE_PATH,h as REVENUE_CHANNEL,e as TWENTY_FOUR_HOURS_IN_SECONDS,j as checkLocalStorageSupport,E as clearSalesProcess,O as clearSignupForm,w as filterCountryCode,S as getAttributes,T as getDataProps,r as getDates,Q as getSourceChannel,z as initSourceDetails,t as isServer,y as isSourcePresent,u as loadScript,m as localStorageGet,n as localStorageGetAll,o as localStorageRemove,p as localStorageRemoveAll,l as localStorageSet,v as parseURLParams,x as readSourceCookie,q as removeExpiredKeysOnMount,k as removeKeyFromObject,G as setFirstPage,B as setFlow,A as setFlowEntryPoint,I as setLandingPage,K as setLastLandingPage,H as setPlatformChannel,P as setProduct,L as setReferrer,C as setRevenueChannel,D as setSalesProcess,N as setSignupForm,J as setSignupPage,M as setSourceChannel,b as shorthandWeekDayArray,F as updateGuestId,d as weekDayArray}from'./chunk-LUUB665J.mjs';export{X as AB_IDENTIFIER_KEY,s as ALLOWED_COUNTRIES_FOR_LAAM_TEACHERS,r as ALLOWED_COUNTRIES_FOR_TEACHERS,j as AUSTRALIAN_COUNTRIES,o as BEST_PERFORMING_COHORT_ROW_COUNTRIES,O as BRAND_PAGES,u as COUNTRY_CODE_MAP,x as CURRENCY_SYMBOL_MAP,h as EUROPEAN_COUNTRIES,V as EXPERIMENT_KEYS,p as FOCUSED_COUNTRIES,m as INDIAN_COUNTRIES,P as INTENT_PAGES,g as ISO_COUNTRY_CODE,Y as LAST_LANDING_PAGE_COOKIE,i as MIDDLE_EAST_COUNTRIES,n as NEW_ZEALAND_COUNTRIES,q as NON_FOCUSED_ROW_COUNTRIES,R as REFERRAL_PAGES,t as REGION,k as SINGAPORE_COUNTRIES,Q as SUPPLY_PAGES,l as US_COUNTRIES,W as VARIANTS,U as checkContentPage,N as checkValidation,H as convertSecondsToMiliseconds,B as convertTimeStampToSeconds,e as createCookie,f as createCookieWithMidnightExp,A as dateByTimestamp,y as formatDateTime,C as formatTimestamp,ca as getABExperimentCacheKey,_ as getABVariant,c as getCookie,z as getCurrentTimestamp,G as getDateAfterDays,F as getISOTimeString,da as getLastLandingPage,T as getSubRevenueChannel,E as getTimeDiff,v as indianStates,I as isEmpty,S as isSEO,J as nestedMapsAreEqual,b as parseCloudFrontCookies,a as parseCookieString,d as removeCookie,L as removeHrefLangFromPath,K as removeQueryStringFromPath,M as removeTrailingSlashFromPath,aa as resetABExperiment,ba as resetAllABExperiments,$ as setABExperiment,D as timeToX,w as usStates}from'./chunk-CVZIO6BX.mjs';export{a as timezones}from'./chunk-TG7DRTM7.mjs';/** @license MIT */
2
- var e={signup:"sign-up",verifyOtp:"verify-otp",selectDegree:"select-degree",selectStream:"select-stream",selectGrade:"select-grade",selectExperience:"select-experience",watchVideo:"watch-video",mathTestAndSop:"cet-and-sop-video",recordLesson:"record-lesson",uploadDocuments:"upload-documents",success:"success",rejected:"rejected",login:"login",dashboard:"dashboard"},t=[{id:"full_name",label:"Name",type:"text"},{id:"email",label:"Email ID",type:"email",executeOnBlurFunction:true},{id:"intl_mobile",type:"mobile",label:"Mobile number",executeOnBlurFunction:true,restrictSearch:true,isRAinput:true}],o=[{id:"intl_mobile",type:"mobile",label:"Mobile number",executeOnBlurFunction:true,restrictSearch:true,isRAinput:true}],r=[{id:"otp",label:"4 -digit code",type:"otp",maxLength:4,autoFocus:true,alignResend:true}],a=[{id:1,key:"bachelors",label:"Bachelors",value:"bachelors"},{id:2,key:"masters_or_above",label:"Masters or above",value:"masters_or_above"},{id:3,key:"not_a_graduate",label:"Not a graduate",value:"not_a_graduate"}],i=[{id:"highest_degree",options:a,type:"tab",optional:false,variant:"btnGroup",flexWrap:"wrap",mobileWidth:"auto",height:"48px",justifyContent:"flex-start",mobileJustifyContent:"flex-start",minWidth:"100%"}],s=[{id:1,key:"biology/chemistry",label:"Biology/Chemistry",value:"biology/chemistry"},{id:2,key:"physics/computer-science",label:"Physics/Computer science",value:"physics/computer-science"},{id:3,key:"math",label:"Math",value:"math"},{id:4,key:"accountancy/commerce",label:"Accountancy/Commerce",value:"accountancy/commerce"},{id:5,key:"others",label:"Others",value:"others"}],n=[{id:"stream",options:s,type:"tab",height:"48px",mobileWidth:"auto",flexWrap:"wrap",variant:"btnGroup",justifyContent:"flex-start",mobileJustifyContent:"flex-start",optional:false,minWidth:"100%"}],c=[{id:1,key:"yes",label:"Yes",value:"yes"},{id:2,key:"no",label:"No",value:"no"}],l=[{id:"maths_experience",options:c,type:"tab",optional:false,variant:"btnGroup",flexWrap:"wrap",mobileWidth:"auto",height:"48px",justifyContent:"flex-start",mobileJustifyContent:"flex-start",minWidth:"100%"}],u=[{id:1,text:"You must take the test within 72 hours of generating the link."},{id:2,text:"The test will happen only on a desktop browser."},{id:3,text:"We\u2019ve shared a link for the Cuemath Entrance test on your mail id."},{id:4,text:"The test will be taken as per your selected grade group."}],st={[e.signup]:{route:`/teacher/v2/application/?step=${e.signup}`,form:t,heading:"Create an account",showProgressBar:true,linkText:"Don\u2019t have an account ?",linkSubmitLabel:"Sign up",stepIndex:1},[e.login]:{route:`/teacher/v2/application/?step=${e.login}`,heading:"Login to your teacher account",subHeading:"You will get a verification code via SMS on your registered phone number.",form:o,linkText:"Already have an account ?",linkSubmitLabel:"Sign in",stepIndex:1},[e.verifyOtp]:{form:r},[e.selectDegree]:{route:`/teacher/v2/application/?step=${e.selectDegree}`,heading:"What is your highest educational degree?",form:i,isPrivateRoute:true,showProgressBar:true},[e.selectStream]:{route:`/teacher/v2/application/?step=${e.selectStream}`,heading:"Select the stream of your education?",form:n,isPrivateRoute:true,showProgressBar:true},[e.selectGrade]:{route:`/teacher/v2/application/?step=${e.selectGrade}`,heading:"Pick your grade",title:"Select grade",desc:"Pick a grade group as per your expertise",subHeading:"Your Cuemath Eligibility Test (CET) will be based on your selected grade group.",isPrivateRoute:true},[e.selectExperience]:{route:`/teacher/v2/application/?step=${e.selectExperience}`,heading:"Do you have any prior math teaching experience?",form:l,isPrivateRoute:true,showProgressBar:true},[e.watchVideo]:{route:`/teacher/v2/application/?step=${e.watchVideo}`,title:"Watch Info video",desc:"A quick video on what are the steps required to be completed to be a Cuemath teacher.",heading:"Cuemath follows a fast, disciplined 3 step application process.",subHeading:"Watch this quick video to know your next steps.",isPrivateRoute:true,showGreeting:true},[e.mathTestAndSop]:{route:`/teacher/v2/application/?step=${e.mathTestAndSop}`,title:"Take eligibility test",desc:"Complete a math test and upload a SOP video both within 70 minutes.",descLink:"https://drive.google.com/file/d/1NsOen5p2P6cpakbeaBPvtIJi7cwEYV16/view",isPrivateRoute:true,info:u},[e.recordLesson]:{route:`/teacher/v2/application/?step=${e.recordLesson}`,title:"Record a lesson",desc:"Use your mobile to record a live teaching lesson demonstrating your teaching style and skills",isPrivateRoute:true},[e.uploadDocuments]:{route:`/teacher/v2/application/?step=${e.uploadDocuments}`,heading:"Complete the steps to finish your assessment",title:"Upload documents",desc:"Keep your Aadhar and latest degree marksheet ready with you. We will use this information for your background verification",isPrivateRoute:true},[e.success]:{route:`/teacher/v2/application/?status=${e.success}`,hideHeader:true,isPrivateRoute:true},[e.rejected]:{route:`/teacher/v2/application/?status=${e.rejected}`,hideHeader:true,isPrivateRoute:true},[e.dashboard]:{route:`/teacher/v2/application/?step=${e.dashboard}`,isPrivateRoute:true,showGreeting:true}};
3
- export{e as teacherSignupSteps,st as teacherSignupStepsConfig};//# sourceMappingURL=index.mjs.map
4
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/constants/teacher/index.ts"],"names":["teacherSignupSteps","teacherSignupForm","teacherLoginForm","teacherVerifyOtpForm","teacherEdQualificationOptions","teacherSelectDegreeForm","teacherStreamOfEducationOptions","teacherSelectStreamForm","teacherExperienceOptions","teacherSelectExperienceForm","cetGuideLines","teacherSignupStepsConfig"],"mappings":"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","file":"index.mjs","sourcesContent":["const teacherSignupSteps = {\n signup: 'sign-up',\n verifyOtp: 'verify-otp',\n selectDegree: 'select-degree',\n selectStream: 'select-stream',\n selectGrade: 'select-grade',\n selectExperience: 'select-experience',\n watchVideo: 'watch-video',\n mathTestAndSop: 'cet-and-sop-video',\n recordLesson: 'record-lesson',\n uploadDocuments: 'upload-documents',\n success: 'success',\n rejected: 'rejected',\n login: 'login',\n dashboard: 'dashboard',\n};\n\nconst teacherSignupForm = [\n {\n id: 'full_name',\n label: 'Name',\n type: 'text',\n },\n {\n id: 'email',\n label: 'Email ID',\n type: 'email',\n executeOnBlurFunction: true,\n },\n {\n id: 'intl_mobile',\n type: 'mobile',\n label: 'Mobile number',\n executeOnBlurFunction: true,\n restrictSearch: true,\n isRAinput: true,\n },\n];\n\nconst teacherLoginForm = [\n {\n id: 'intl_mobile',\n type: 'mobile',\n label: 'Mobile number',\n executeOnBlurFunction: true,\n restrictSearch: true,\n isRAinput: true,\n },\n];\n\nconst teacherVerifyOtpForm = [\n {\n id: 'otp',\n label: '4 -digit code',\n type: 'otp',\n maxLength: 4,\n autoFocus: true,\n alignResend: true,\n },\n];\n\nconst teacherEdQualificationOptions = [\n {\n id: 1,\n key: 'bachelors',\n label: 'Bachelors',\n value: 'bachelors',\n },\n {\n id: 2,\n key: 'masters_or_above',\n label: 'Masters or above',\n value: 'masters_or_above',\n },\n {\n id: 3,\n key: 'not_a_graduate',\n label: 'Not a graduate',\n value: 'not_a_graduate',\n },\n];\n\nconst teacherSelectDegreeForm = [\n {\n id: 'highest_degree',\n options: teacherEdQualificationOptions,\n type: 'tab',\n optional: false,\n variant: 'btnGroup',\n flexWrap: 'wrap',\n mobileWidth: 'auto',\n height: '48px',\n justifyContent: 'flex-start',\n mobileJustifyContent: 'flex-start',\n minWidth: '100%',\n },\n];\n\nconst teacherStreamOfEducationOptions = [\n {\n id: 1,\n key: 'biology/chemistry',\n label: 'Biology/Chemistry',\n value: 'biology/chemistry',\n },\n {\n id: 2,\n key: 'physics/computer-science',\n label: 'Physics/Computer science',\n value: 'physics/computer-science',\n },\n {\n id: 3,\n key: 'math',\n label: 'Math',\n value: 'math',\n },\n {\n id: 4,\n key: 'accountancy/commerce',\n label: 'Accountancy/Commerce',\n value: 'accountancy/commerce',\n },\n {\n id: 5,\n key: 'others',\n label: 'Others',\n value: 'others',\n },\n];\n\nconst teacherSelectStreamForm = [\n {\n id: 'stream',\n options: teacherStreamOfEducationOptions,\n type: 'tab',\n height: '48px',\n mobileWidth: 'auto',\n flexWrap: 'wrap',\n variant: 'btnGroup',\n justifyContent: 'flex-start',\n mobileJustifyContent: 'flex-start',\n optional: false,\n minWidth: '100%',\n },\n];\n\nconst teacherExperienceOptions = [\n {\n id: 1,\n key: 'yes',\n label: 'Yes',\n value: 'yes',\n },\n {\n id: 2,\n key: 'no',\n label: 'No',\n value: 'no',\n },\n];\n\nconst teacherSelectExperienceForm = [\n {\n id: 'maths_experience',\n options: teacherExperienceOptions,\n type: 'tab',\n optional: false,\n variant: 'btnGroup',\n flexWrap: 'wrap',\n mobileWidth: 'auto',\n height: '48px',\n justifyContent: 'flex-start',\n mobileJustifyContent: 'flex-start',\n minWidth: '100%',\n },\n];\n\nconst cetGuideLines = [\n { id: 1, text: 'You must take the test within 72 hours of generating the link.' },\n { id: 2, text: 'The test will happen only on a desktop browser.' },\n { id: 3, text: 'We’ve shared a link for the Cuemath Entrance test on your mail id.' },\n { id: 4, text: 'The test will be taken as per your selected grade group.' },\n];\n\nconst teacherSignupStepsConfig = {\n [teacherSignupSteps.signup]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.signup}`,\n form: teacherSignupForm,\n heading: 'Create an account',\n showProgressBar: true,\n linkText: `Don’t have an account ?`,\n linkSubmitLabel: 'Sign up',\n stepIndex: 1,\n },\n [teacherSignupSteps.login]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.login}`,\n heading: 'Login to your teacher account',\n subHeading:\n 'You will get a verification code via SMS on your registered phone number.',\n form: teacherLoginForm,\n linkText: `Already have an account ?`,\n linkSubmitLabel: 'Sign in',\n stepIndex: 1,\n },\n [teacherSignupSteps.verifyOtp]: {\n form: teacherVerifyOtpForm,\n },\n [teacherSignupSteps.selectDegree]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.selectDegree}`,\n heading: 'What is your highest educational degree?',\n form: teacherSelectDegreeForm,\n isPrivateRoute: true,\n showProgressBar: true,\n },\n [teacherSignupSteps.selectStream]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.selectStream}`,\n heading: 'Select the stream of your education?',\n form: teacherSelectStreamForm,\n isPrivateRoute: true,\n showProgressBar: true,\n },\n [teacherSignupSteps.selectGrade]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.selectGrade}`,\n heading: 'Pick your grade',\n title: 'Select grade',\n desc: 'Pick a grade group as per your expertise',\n subHeading:\n 'Your Cuemath Eligibility Test (CET) will be based on your selected grade group.',\n isPrivateRoute: true,\n },\n [teacherSignupSteps.selectExperience]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.selectExperience}`,\n heading: 'Do you have any prior math teaching experience?',\n form: teacherSelectExperienceForm,\n isPrivateRoute: true,\n showProgressBar: true,\n },\n [teacherSignupSteps.watchVideo]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.watchVideo}`,\n title: 'Watch Info video',\n desc: 'A quick video on what are the steps required to be completed to be a Cuemath teacher.',\n heading: 'Cuemath follows a fast, disciplined 3 step application process.',\n subHeading: 'Watch this quick video to know your next steps.',\n isPrivateRoute: true,\n showGreeting: true,\n },\n [teacherSignupSteps.mathTestAndSop]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.mathTestAndSop}`,\n title: 'Take eligibility test',\n desc: 'Complete a math test and upload a SOP video both within 70 minutes.',\n descLink: 'https://drive.google.com/file/d/1NsOen5p2P6cpakbeaBPvtIJi7cwEYV16/view',\n isPrivateRoute: true,\n info: cetGuideLines,\n },\n [teacherSignupSteps.recordLesson]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.recordLesson}`,\n title: 'Record a lesson',\n desc: 'Use your mobile to record a live teaching lesson demonstrating your teaching style and skills',\n isPrivateRoute: true,\n },\n [teacherSignupSteps.uploadDocuments]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.uploadDocuments}`,\n heading: 'Complete the steps to finish your assessment',\n title: 'Upload documents',\n desc: 'Keep your Aadhar and latest degree marksheet ready with you. We will use this information for your background verification',\n isPrivateRoute: true,\n },\n [teacherSignupSteps.success]: {\n route: `/teacher/v2/application/?status=${teacherSignupSteps.success}`,\n hideHeader: true,\n isPrivateRoute: true,\n },\n [teacherSignupSteps.rejected]: {\n route: `/teacher/v2/application/?status=${teacherSignupSteps.rejected}`,\n hideHeader: true,\n isPrivateRoute: true,\n },\n [teacherSignupSteps.dashboard]: {\n route: `/teacher/v2/application/?step=${teacherSignupSteps.dashboard}`,\n isPrivateRoute: true,\n showGreeting: true,\n },\n};\n\nexport { teacherSignupSteps, teacherSignupStepsConfig };\n"]}
@@ -1 +0,0 @@
1
- {"inputs":{"src/cookie/index.ts":{"bytes":3624,"imports":[],"format":"esm"},"src/constants/country/iso-country-code.ts":{"bytes":5547,"imports":[],"format":"esm"},"src/constants/country/country-region-map.ts":{"bytes":2556,"imports":[{"path":"src/constants/country/iso-country-code.ts","kind":"import-statement","original":"./iso-country-code"}],"format":"esm"},"src/constants/country/region.ts":{"bytes":172,"imports":[],"format":"esm"},"src/constants/country/country-code-map.ts":{"bytes":22287,"imports":[],"format":"esm"},"src/constants/country/states.ts":{"bytes":4302,"imports":[],"format":"esm"},"src/constants/country/index.ts":{"bytes":214,"imports":[{"path":"src/constants/country/iso-country-code.ts","kind":"import-statement","original":"./iso-country-code"},{"path":"src/constants/country/country-region-map.ts","kind":"import-statement","original":"./country-region-map"},{"path":"src/constants/country/region.ts","kind":"import-statement","original":"./region"},{"path":"src/constants/country/country-code-map.ts","kind":"import-statement","original":"./country-code-map"},{"path":"src/constants/country/states.ts","kind":"import-statement","original":"./states"}],"format":"esm"},"src/constants/date-time/international-timezones.ts":{"bytes":2822,"imports":[],"format":"esm"},"src/constants/date-time/index.ts":{"bytes":733,"imports":[{"path":"src/constants/date-time/international-timezones.ts","kind":"import-statement","original":"./international-timezones"}],"format":"esm"},"src/constants/currency-symbols/index.ts":{"bytes":2390,"imports":[],"format":"esm"},"src/constants/instrumentation/index.ts":{"bytes":153,"imports":[],"format":"esm"},"src/constants/teacher/index.ts":{"bytes":7662,"imports":[],"format":"esm"},"src/constants/index.ts":{"bytes":154,"imports":[{"path":"src/constants/country/index.ts","kind":"import-statement","original":"./country"},{"path":"src/constants/date-time/index.ts","kind":"import-statement","original":"./date-time"},{"path":"src/constants/currency-symbols/index.ts","kind":"import-statement","original":"./currency-symbols"},{"path":"src/constants/instrumentation/index.ts","kind":"import-statement","original":"./instrumentation"},{"path":"src/constants/teacher/index.ts","kind":"import-statement","original":"./teacher"}],"format":"esm"},"src/local-storage/index.ts":{"bytes":4726,"imports":[{"path":"src/constants/date-time/index.ts","kind":"import-statement","original":"../constants/date-time"}],"format":"esm"},"src/date-time-helper/index.ts":{"bytes":5210,"imports":[{"path":"dayjs","kind":"import-statement","external":true},{"path":"dayjs/plugin/relativeTime","kind":"import-statement","external":true}],"format":"esm"},"src/object/index.ts":{"bytes":701,"imports":[],"format":"esm"},"src/date-time-helper/timezone.ts":{"bytes":2518,"imports":[{"path":"dayjs","kind":"import-statement","external":true},{"path":"src/constants/date-time/international-timezones.ts","kind":"import-statement","original":"../constants/date-time/international-timezones"}],"format":"esm"},"src/e-cna/index.ts":{"bytes":754,"imports":[{"path":"src/constants/date-time/index.ts","kind":"import-statement","original":"../constants/date-time"},{"path":"src/date-time-helper/timezone.ts","kind":"import-statement","original":"../date-time-helper/timezone"}],"format":"esm"},"src/utils/env-mode.ts":{"bytes":108,"imports":[],"format":"esm"},"src/utils/server.ts":{"bytes":55,"imports":[],"format":"esm"},"src/utils/index.ts":{"bytes":54,"imports":[{"path":"src/utils/env-mode.ts","kind":"import-statement","original":"./env-mode"},{"path":"src/utils/server.ts","kind":"import-statement","original":"./server"}],"format":"esm"},"src/script/index.ts":{"bytes":350,"imports":[],"format":"esm"},"src/url/index.js":{"bytes":164,"imports":[],"format":"esm"},"src/url-parser/index.ts":{"bytes":424,"imports":[],"format":"esm"},"src/validations/form-validations.ts":{"bytes":1862,"imports":[],"format":"esm"},"src/validations/index.js":{"bytes":36,"imports":[{"path":"src/validations/form-validations.ts","kind":"import-statement","original":"./form-validations"}],"format":"esm"},"src/country-code/index.ts":{"bytes":774,"imports":[],"format":"esm"},"src/data/utm-source.json":{"bytes":1769,"imports":[]},"src/website-category/constants/index.ts":{"bytes":6314,"imports":[],"format":"esm"},"src/website-category/constants/instrumentation.ts":{"bytes":3177,"imports":[],"format":"esm"},"src/website-category/utils/instrumentation.ts":{"bytes":2205,"imports":[{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../../url-parser"},{"path":"src/website-category/constants/index.ts","kind":"import-statement","original":"../constants"},{"path":"src/website-category/constants/instrumentation.ts","kind":"import-statement","original":"../constants/instrumentation"}],"format":"esm"},"src/website-category/utils/index.ts":{"bytes":218,"imports":[{"path":"src/website-category/utils/instrumentation.ts","kind":"import-statement","original":"./instrumentation"}],"format":"esm"},"src/website-category/index.ts":{"bytes":202,"imports":[{"path":"src/website-category/utils/index.ts","kind":"import-statement","original":"./utils"},{"path":"src/website-category/constants/index.ts","kind":"import-statement","original":"./constants"},{"path":"src/website-category/utils/instrumentation.ts","kind":"import-statement","original":"./utils/instrumentation"}],"format":"esm"},"src/growth-source/index.ts":{"bytes":7671,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"../cookie"},{"path":"src/data/utm-source.json","kind":"import-statement","original":"../data/utm-source.json"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../url-parser"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"../website-category"}],"format":"esm"},"src/constants/analytics/index.ts":{"bytes":233,"imports":[],"format":"esm"},"src/analytics/attributes.ts":{"bytes":1189,"imports":[{"path":"src/constants/analytics/index.ts","kind":"import-statement","original":"../constants/analytics"}],"format":"esm"},"src/analytics/data-props.ts":{"bytes":565,"imports":[{"path":"src/constants/analytics/index.ts","kind":"import-statement","original":"../constants/analytics"}],"format":"esm"},"src/analytics/index.ts":{"bytes":60,"imports":[{"path":"src/analytics/attributes.ts","kind":"import-statement","original":"./attributes"},{"path":"src/analytics/data-props.ts","kind":"import-statement","original":"./data-props"}],"format":"esm"},"src/ab-experiment/constants/index.ts":{"bytes":1712,"imports":[],"format":"esm"},"src/ab-experiment/utils/experiments.ts":{"bytes":3540,"imports":[{"path":"src/constants/country/index.ts","kind":"import-statement","original":"../../constants/country"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"../../website-category"},{"path":"src/website-category/utils/instrumentation.ts","kind":"import-statement","original":"../../website-category/utils/instrumentation"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"../constants/index"}],"format":"esm"},"src/ab-experiment/utils/ab-variant.ts":{"bytes":7660,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"../../cookie"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../../url-parser"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"../constants"},{"path":"src/ab-experiment/utils/experiments.ts","kind":"import-statement","original":"./experiments"}],"format":"esm"},"src/ab-experiment/index.ts":{"bytes":257,"imports":[{"path":"src/ab-experiment/utils/ab-variant.ts","kind":"import-statement","original":"./utils/ab-variant"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"./constants"}],"format":"esm"},"src/last-landing-page/index.ts":{"bytes":1282,"imports":[{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../url-parser"}],"format":"esm"},"src/index.ts":{"bytes":606,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"./cookie"},{"path":"src/constants/index.ts","kind":"import-statement","original":"./constants"},{"path":"src/local-storage/index.ts","kind":"import-statement","original":"./local-storage"},{"path":"src/date-time-helper/index.ts","kind":"import-statement","original":"./date-time-helper"},{"path":"src/object/index.ts","kind":"import-statement","original":"./object"},{"path":"src/e-cna/index.ts","kind":"import-statement","original":"./e-cna"},{"path":"src/utils/index.ts","kind":"import-statement","original":"./utils"},{"path":"src/script/index.ts","kind":"import-statement","original":"./script"},{"path":"src/url/index.js","kind":"import-statement","original":"./url"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"./url-parser"},{"path":"src/validations/index.js","kind":"import-statement","original":"./validations"},{"path":"src/country-code/index.ts","kind":"import-statement","original":"./country-code"},{"path":"src/growth-source/index.ts","kind":"import-statement","original":"./growth-source"},{"path":"src/analytics/index.ts","kind":"import-statement","original":"./analytics"},{"path":"src/ab-experiment/index.ts","kind":"import-statement","original":"./ab-experiment"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"./website-category"},{"path":"src/last-landing-page/index.ts","kind":"import-statement","original":"./last-landing-page"}],"format":"esm"},"src/cloudfront.ts":{"bytes":1926,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"./cookie"},{"path":"src/ab-experiment/utils/ab-variant.ts","kind":"import-statement","original":"./ab-experiment/utils/ab-variant"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"./ab-experiment/constants"},{"path":"src/date-time-helper/index.ts","kind":"import-statement","original":"./date-time-helper"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"./url-parser"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"./website-category"},{"path":"src/validations/index.js","kind":"import-statement","original":"./validations"},{"path":"src/object/index.ts","kind":"import-statement","original":"./object"},{"path":"src/constants/country/index.ts","kind":"import-statement","original":"./constants/country"},{"path":"src/constants/currency-symbols/index.ts","kind":"import-statement","original":"./constants/currency-symbols"},{"path":"src/last-landing-page/index.ts","kind":"import-statement","original":"./last-landing-page"}],"format":"esm"},"src/browser.ts":{"bytes":2946,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"./cookie"},{"path":"src/local-storage/index.ts","kind":"import-statement","original":"./local-storage"},{"path":"src/script/index.ts","kind":"import-statement","original":"./script"},{"path":"src/analytics/index.ts","kind":"import-statement","original":"./analytics"},{"path":"src/ab-experiment/index.ts","kind":"import-statement","original":"./ab-experiment"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"./ab-experiment/constants"},{"path":"src/growth-source/index.ts","kind":"import-statement","original":"./growth-source"},{"path":"src/date-time-helper/index.ts","kind":"import-statement","original":"./date-time-helper"},{"path":"src/date-time-helper/timezone.ts","kind":"import-statement","original":"./date-time-helper/timezone"},{"path":"src/url/index.js","kind":"import-statement","original":"./url"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"./url-parser"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"./website-category"},{"path":"src/validations/index.js","kind":"import-statement","original":"./validations"},{"path":"src/object/index.ts","kind":"import-statement","original":"./object"},{"path":"src/e-cna/index.ts","kind":"import-statement","original":"./e-cna"},{"path":"src/constants/country/index.ts","kind":"import-statement","original":"./constants/country"},{"path":"src/constants/currency-symbols/index.ts","kind":"import-statement","original":"./constants/currency-symbols"},{"path":"src/constants/analytics/index.ts","kind":"import-statement","original":"./constants/analytics"},{"path":"src/constants/instrumentation/index.ts","kind":"import-statement","original":"./constants/instrumentation"},{"path":"src/last-landing-page/index.ts","kind":"import-statement","original":"./last-landing-page"},{"path":"src/country-code/index.ts","kind":"import-statement","original":"./country-code"},{"path":"src/utils/server.ts","kind":"import-statement","original":"./utils/server"},{"path":"src/utils/env-mode.ts","kind":"import-statement","original":"./utils/env-mode"}],"format":"esm"}},"outputs":{"dist/index.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":11583},"dist/index.js":{"imports":[{"path":"dist/chunk-OBXSX4MO.js","kind":"import-statement"},{"path":"dist/chunk-SMWXEBQ2.js","kind":"import-statement"},{"path":"dist/chunk-5X4UT2UI.js","kind":"import-statement"}],"exports":["AB_IDENTIFIER_KEY","ALLOWED_COUNTRIES_FOR_LAAM_TEACHERS","ALLOWED_COUNTRIES_FOR_TEACHERS","APP_ENV","AUSTRALIAN_COUNTRIES","BEST_PERFORMING_COHORT_ROW_COUNTRIES","BRAND_PAGES","COUNTRY_CODE_MAP","CURRENCY_SYMBOL_MAP","DAY","EUROPEAN_COUNTRIES","EXPERIMENT_KEYS","FOCUSED_COUNTRIES","HOUR_FORMAT","INDIAN_COUNTRIES","INTENT_PAGES","ISO_COUNTRY_CODE","LAST_LANDING_PAGE_COOKIE","LOCAL_STORAGE_PRIMARY_KEY","MIDDLE_EAST_COUNTRIES","MONTH_ARRAY","NEW_ZEALAND_COUNTRIES","NON_FOCUSED_ROW_COUNTRIES","REFERRAL_PAGES","REFERRAL_PAGE_PATH","REGION","REVENUE_CHANNEL","SINGAPORE_COUNTRIES","SUPPLY_PAGES","TWENTY_FOUR_HOURS_IN_SECONDS","US_COUNTRIES","VARIANTS","checkContentPage","checkLocalStorageSupport","checkValidation","clearSalesProcess","clearSignupForm","convertSecondsToMiliseconds","convertTimeStampToSeconds","createCookie","createCookieWithMidnightExp","dateByTimestamp","filterCountryCode","formatDateTime","formatTimestamp","getABExperimentCacheKey","getABVariant","getAttributes","getCookie","getCurrentTimestamp","getDataProps","getDateAfterDays","getDates","getISOTimeString","getLastLandingPage","getSourceChannel","getSubRevenueChannel","getTimeDiff","indianStates","initSourceDetails","isEmpty","isSEO","isServer","isSourcePresent","loadScript","localStorageGet","localStorageGetAll","localStorageRemove","localStorageRemoveAll","localStorageSet","nestedMapsAreEqual","parseCloudFrontCookies","parseCookieString","parseURLParams","readSourceCookie","removeCookie","removeExpiredKeysOnMount","removeHrefLangFromPath","removeKeyFromObject","removeQueryStringFromPath","removeTrailingSlashFromPath","resetABExperiment","resetAllABExperiments","setABExperiment","setFirstPage","setFlow","setFlowEntryPoint","setLandingPage","setLastLandingPage","setPlatformChannel","setProduct","setReferrer","setRevenueChannel","setSalesProcess","setSignupForm","setSignupPage","setSourceChannel","shorthandWeekDayArray","teacherSignupSteps","teacherSignupStepsConfig","timeToX","timezones","updateGuestId","usStates","weekDayArray"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/constants/teacher/index.ts":{"bytesInOutput":5154}},"bytes":8466},"dist/cloudfront.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/cloudfront.js":{"imports":[{"path":"dist/chunk-SMWXEBQ2.js","kind":"import-statement"}],"exports":["AB_IDENTIFIER_KEY","BRAND_PAGES","CURRENCY_SYMBOL_MAP","EXPERIMENT_KEYS","INTENT_PAGES","ISO_COUNTRY_CODE","REFERRAL_PAGES","REGION","SUPPLY_PAGES","VARIANTS","checkContentPage","checkValidation","convertSecondsToMiliseconds","convertTimeStampToSeconds","dateByTimestamp","formatDateTime","formatTimestamp","getABExperimentCacheKey","getABVariantFromCookies","getCurrentTimestamp","getDateAfterDays","getISOTimeString","getLastLandingPage","getSubRevenueChannel","getTimeDiff","isEmpty","isSEO","nestedMapsAreEqual","parseCloudFrontCookies","parseCookieString","removeHrefLangFromPath","removeQueryStringFromPath","removeTrailingSlashFromPath","timeToX"],"entryPoint":"src/cloudfront.ts","inputs":{"src/cloudfront.ts":{"bytesInOutput":0}},"bytes":1054},"dist/browser.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/browser.js":{"imports":[{"path":"dist/chunk-OBXSX4MO.js","kind":"import-statement"},{"path":"dist/chunk-SMWXEBQ2.js","kind":"import-statement"},{"path":"dist/chunk-5X4UT2UI.js","kind":"import-statement"}],"exports":["AB_IDENTIFIER_KEY","APP_ENV","BRAND_PAGES","CURRENCY_SYMBOL_MAP","DATA_VARIABLES","EXPERIMENT_KEYS","INTENT_PAGES","ISO_COUNTRY_CODE","REFERRAL_PAGES","REFERRAL_PAGE_PATH","REGION","REVENUE_CHANNEL","SUPPLY_PAGES","VARIANTS","checkContentPage","checkLocalStorageSupport","checkValidation","clearSalesProcess","clearSignupForm","convertSecondsToMiliseconds","convertTimeStampToSeconds","convertedTimezone","createCookie","createCookieWithMidnightExp","dateByTimestamp","dateByTimezone","dateTimeByTimezone","filterCountryCode","formatDateTime","formatTimestamp","getABExperimentCacheKey","getABVariant","getAttributes","getCookie","getCurrentDatebyTimezone","getCurrentTimestamp","getDataProps","getDateAfterDays","getDates","getISOTimeString","getLastLandingPage","getSourceChannel","getSubRevenueChannel","getTimeDiff","getTimezone","initSourceDetails","isEmpty","isSEO","isServer","isSourcePresent","loadScript","localStorageGet","localStorageGetAll","localStorageRemove","localStorageRemoveAll","localStorageSet","nestedMapsAreEqual","parseCookieString","parseURLParams","readSourceCookie","removeCookie","removeExpiredKeysOnMount","removeHrefLangFromPath","removeQueryStringFromPath","removeTrailingSlashFromPath","resetABExperiment","resetAllABExperiments","setABExperiment","setFirstPage","setFlow","setFlowEntryPoint","setLandingPage","setLastLandingPage","setPlatformChannel","setProduct","setReferrer","setRevenueChannel","setSalesProcess","setSignupForm","setSignupPage","setSourceChannel","timeToX","updateGuestId"],"entryPoint":"src/browser.ts","inputs":{"src/browser.ts":{"bytesInOutput":0}},"bytes":2542},"dist/chunk-OBXSX4MO.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":31284},"dist/chunk-OBXSX4MO.js":{"imports":[{"path":"dist/chunk-SMWXEBQ2.js","kind":"import-statement"},{"path":"dist/chunk-5X4UT2UI.js","kind":"import-statement"}],"exports":["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],"inputs":{"src/constants/date-time/index.ts":{"bytesInOutput":361},"src/constants/instrumentation/index.ts":{"bytesInOutput":82},"src/local-storage/index.ts":{"bytesInOutput":1360},"src/e-cna/index.ts":{"bytesInOutput":126},"src/utils/env-mode.ts":{"bytesInOutput":77},"src/utils/server.ts":{"bytesInOutput":25},"src/script/index.ts":{"bytesInOutput":137},"src/url/index.js":{"bytesInOutput":90},"src/country-code/index.ts":{"bytesInOutput":268},"src/data/utm-source.json":{"bytesInOutput":1484},"src/growth-source/index.ts":{"bytesInOutput":2106},"src/constants/analytics/index.ts":{"bytesInOutput":182},"src/analytics/attributes.ts":{"bytesInOutput":494},"src/analytics/data-props.ts":{"bytesInOutput":183},"src/ab-experiment/index.ts":{"bytesInOutput":0}},"bytes":7462},"dist/chunk-SMWXEBQ2.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":117710},"dist/chunk-SMWXEBQ2.js":{"imports":[{"path":"dayjs","kind":"import-statement","external":true},{"path":"dayjs/plugin/relativeTime","kind":"import-statement","external":true}],"exports":["$","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","_","a","aa","b","ba","c","ca","d","da","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],"inputs":{"src/cookie/index.ts":{"bytesInOutput":1008},"src/constants/country/iso-country-code.ts":{"bytesInOutput":4177},"src/constants/country/country-region-map.ts":{"bytesInOutput":1146},"src/constants/country/region.ts":{"bytesInOutput":122},"src/constants/country/country-code-map.ts":{"bytesInOutput":14869},"src/constants/country/states.ts":{"bytesInOutput":3493},"src/constants/country/index.ts":{"bytesInOutput":0},"src/constants/currency-symbols/index.ts":{"bytesInOutput":1958},"src/date-time-helper/index.ts":{"bytesInOutput":839},"src/object/index.ts":{"bytesInOutput":155},"src/url-parser/index.ts":{"bytesInOutput":134},"src/validations/form-validations.ts":{"bytesInOutput":652},"src/website-category/constants/index.ts":{"bytesInOutput":4674},"src/website-category/constants/instrumentation.ts":{"bytesInOutput":2210},"src/website-category/utils/instrumentation.ts":{"bytesInOutput":595},"src/website-category/utils/index.ts":{"bytesInOutput":26},"src/website-category/index.ts":{"bytesInOutput":0},"src/ab-experiment/constants/index.ts":{"bytesInOutput":1148},"src/ab-experiment/utils/experiments.ts":{"bytesInOutput":1139},"src/ab-experiment/utils/ab-variant.ts":{"bytesInOutput":1127},"src/last-landing-page/index.ts":{"bytesInOutput":308}},"bytes":40255},"dist/date-time-helper/timezone.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/date-time-helper/timezone.js":{"imports":[{"path":"dist/chunk-5X4UT2UI.js","kind":"import-statement"}],"exports":["convertedTimezone","dateByTimezone","dateTimeByTimezone","getCurrentDatebyTimezone","getTimezone"],"entryPoint":"src/date-time-helper/timezone.ts","inputs":{},"bytes":212},"dist/chunk-5X4UT2UI.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":8057},"dist/chunk-5X4UT2UI.js":{"imports":[{"path":"dayjs","kind":"import-statement","external":true}],"exports":["a","b","c","d","e","f"],"inputs":{"src/date-time-helper/timezone.ts":{"bytesInOutput":500},"src/constants/date-time/international-timezones.ts":{"bytesInOutput":1924}},"bytes":2495}}}
@@ -1 +0,0 @@
1
- {"inputs":{"src/cookie/index.ts":{"bytes":3624,"imports":[],"format":"esm"},"src/constants/country/iso-country-code.ts":{"bytes":5547,"imports":[],"format":"esm"},"src/constants/country/country-region-map.ts":{"bytes":2556,"imports":[{"path":"src/constants/country/iso-country-code.ts","kind":"import-statement","original":"./iso-country-code"}],"format":"esm"},"src/constants/country/region.ts":{"bytes":172,"imports":[],"format":"esm"},"src/constants/country/country-code-map.ts":{"bytes":22287,"imports":[],"format":"esm"},"src/constants/country/states.ts":{"bytes":4302,"imports":[],"format":"esm"},"src/constants/country/index.ts":{"bytes":214,"imports":[{"path":"src/constants/country/iso-country-code.ts","kind":"import-statement","original":"./iso-country-code"},{"path":"src/constants/country/country-region-map.ts","kind":"import-statement","original":"./country-region-map"},{"path":"src/constants/country/region.ts","kind":"import-statement","original":"./region"},{"path":"src/constants/country/country-code-map.ts","kind":"import-statement","original":"./country-code-map"},{"path":"src/constants/country/states.ts","kind":"import-statement","original":"./states"}],"format":"esm"},"src/constants/date-time/international-timezones.ts":{"bytes":2822,"imports":[],"format":"esm"},"src/constants/date-time/index.ts":{"bytes":733,"imports":[{"path":"src/constants/date-time/international-timezones.ts","kind":"import-statement","original":"./international-timezones"}],"format":"esm"},"src/constants/currency-symbols/index.ts":{"bytes":2390,"imports":[],"format":"esm"},"src/constants/instrumentation/index.ts":{"bytes":153,"imports":[],"format":"esm"},"src/constants/teacher/index.ts":{"bytes":7662,"imports":[],"format":"esm"},"src/constants/index.ts":{"bytes":154,"imports":[{"path":"src/constants/country/index.ts","kind":"import-statement","original":"./country"},{"path":"src/constants/date-time/index.ts","kind":"import-statement","original":"./date-time"},{"path":"src/constants/currency-symbols/index.ts","kind":"import-statement","original":"./currency-symbols"},{"path":"src/constants/instrumentation/index.ts","kind":"import-statement","original":"./instrumentation"},{"path":"src/constants/teacher/index.ts","kind":"import-statement","original":"./teacher"}],"format":"esm"},"src/local-storage/index.ts":{"bytes":4726,"imports":[{"path":"src/constants/date-time/index.ts","kind":"import-statement","original":"../constants/date-time"}],"format":"esm"},"src/date-time-helper/index.ts":{"bytes":5210,"imports":[{"path":"dayjs","kind":"import-statement","external":true},{"path":"dayjs/plugin/relativeTime","kind":"import-statement","external":true}],"format":"esm"},"src/object/index.ts":{"bytes":701,"imports":[],"format":"esm"},"src/date-time-helper/timezone.ts":{"bytes":2518,"imports":[{"path":"dayjs","kind":"import-statement","external":true},{"path":"src/constants/date-time/international-timezones.ts","kind":"import-statement","original":"../constants/date-time/international-timezones"}],"format":"esm"},"src/e-cna/index.ts":{"bytes":754,"imports":[{"path":"src/constants/date-time/index.ts","kind":"import-statement","original":"../constants/date-time"},{"path":"src/date-time-helper/timezone.ts","kind":"import-statement","original":"../date-time-helper/timezone"}],"format":"esm"},"src/utils/env-mode.ts":{"bytes":108,"imports":[],"format":"esm"},"src/utils/server.ts":{"bytes":55,"imports":[],"format":"esm"},"src/utils/index.ts":{"bytes":54,"imports":[{"path":"src/utils/env-mode.ts","kind":"import-statement","original":"./env-mode"},{"path":"src/utils/server.ts","kind":"import-statement","original":"./server"}],"format":"esm"},"src/script/index.ts":{"bytes":350,"imports":[],"format":"esm"},"src/url/index.js":{"bytes":164,"imports":[],"format":"esm"},"src/url-parser/index.ts":{"bytes":424,"imports":[],"format":"esm"},"src/validations/form-validations.ts":{"bytes":1862,"imports":[],"format":"esm"},"src/validations/index.js":{"bytes":36,"imports":[{"path":"src/validations/form-validations.ts","kind":"import-statement","original":"./form-validations"}],"format":"esm"},"src/country-code/index.ts":{"bytes":774,"imports":[],"format":"esm"},"src/data/utm-source.json":{"bytes":1769,"imports":[]},"src/website-category/constants/index.ts":{"bytes":6314,"imports":[],"format":"esm"},"src/website-category/constants/instrumentation.ts":{"bytes":3177,"imports":[],"format":"esm"},"src/website-category/utils/instrumentation.ts":{"bytes":2205,"imports":[{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../../url-parser"},{"path":"src/website-category/constants/index.ts","kind":"import-statement","original":"../constants"},{"path":"src/website-category/constants/instrumentation.ts","kind":"import-statement","original":"../constants/instrumentation"}],"format":"esm"},"src/website-category/utils/index.ts":{"bytes":218,"imports":[{"path":"src/website-category/utils/instrumentation.ts","kind":"import-statement","original":"./instrumentation"}],"format":"esm"},"src/website-category/index.ts":{"bytes":202,"imports":[{"path":"src/website-category/utils/index.ts","kind":"import-statement","original":"./utils"},{"path":"src/website-category/constants/index.ts","kind":"import-statement","original":"./constants"},{"path":"src/website-category/utils/instrumentation.ts","kind":"import-statement","original":"./utils/instrumentation"}],"format":"esm"},"src/growth-source/index.ts":{"bytes":7671,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"../cookie"},{"path":"src/data/utm-source.json","kind":"import-statement","original":"../data/utm-source.json"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../url-parser"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"../website-category"}],"format":"esm"},"src/constants/analytics/index.ts":{"bytes":233,"imports":[],"format":"esm"},"src/analytics/attributes.ts":{"bytes":1189,"imports":[{"path":"src/constants/analytics/index.ts","kind":"import-statement","original":"../constants/analytics"}],"format":"esm"},"src/analytics/data-props.ts":{"bytes":565,"imports":[{"path":"src/constants/analytics/index.ts","kind":"import-statement","original":"../constants/analytics"}],"format":"esm"},"src/analytics/index.ts":{"bytes":60,"imports":[{"path":"src/analytics/attributes.ts","kind":"import-statement","original":"./attributes"},{"path":"src/analytics/data-props.ts","kind":"import-statement","original":"./data-props"}],"format":"esm"},"src/ab-experiment/constants/index.ts":{"bytes":1712,"imports":[],"format":"esm"},"src/ab-experiment/utils/experiments.ts":{"bytes":3540,"imports":[{"path":"src/constants/country/index.ts","kind":"import-statement","original":"../../constants/country"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"../../website-category"},{"path":"src/website-category/utils/instrumentation.ts","kind":"import-statement","original":"../../website-category/utils/instrumentation"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"../constants/index"}],"format":"esm"},"src/ab-experiment/utils/ab-variant.ts":{"bytes":7660,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"../../cookie"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../../url-parser"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"../constants"},{"path":"src/ab-experiment/utils/experiments.ts","kind":"import-statement","original":"./experiments"}],"format":"esm"},"src/ab-experiment/index.ts":{"bytes":257,"imports":[{"path":"src/ab-experiment/utils/ab-variant.ts","kind":"import-statement","original":"./utils/ab-variant"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"./constants"}],"format":"esm"},"src/last-landing-page/index.ts":{"bytes":1282,"imports":[{"path":"src/url-parser/index.ts","kind":"import-statement","original":"../url-parser"}],"format":"esm"},"src/index.ts":{"bytes":606,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"./cookie"},{"path":"src/constants/index.ts","kind":"import-statement","original":"./constants"},{"path":"src/local-storage/index.ts","kind":"import-statement","original":"./local-storage"},{"path":"src/date-time-helper/index.ts","kind":"import-statement","original":"./date-time-helper"},{"path":"src/object/index.ts","kind":"import-statement","original":"./object"},{"path":"src/e-cna/index.ts","kind":"import-statement","original":"./e-cna"},{"path":"src/utils/index.ts","kind":"import-statement","original":"./utils"},{"path":"src/script/index.ts","kind":"import-statement","original":"./script"},{"path":"src/url/index.js","kind":"import-statement","original":"./url"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"./url-parser"},{"path":"src/validations/index.js","kind":"import-statement","original":"./validations"},{"path":"src/country-code/index.ts","kind":"import-statement","original":"./country-code"},{"path":"src/growth-source/index.ts","kind":"import-statement","original":"./growth-source"},{"path":"src/analytics/index.ts","kind":"import-statement","original":"./analytics"},{"path":"src/ab-experiment/index.ts","kind":"import-statement","original":"./ab-experiment"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"./website-category"},{"path":"src/last-landing-page/index.ts","kind":"import-statement","original":"./last-landing-page"}],"format":"esm"},"src/cloudfront.ts":{"bytes":1926,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"./cookie"},{"path":"src/ab-experiment/utils/ab-variant.ts","kind":"import-statement","original":"./ab-experiment/utils/ab-variant"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"./ab-experiment/constants"},{"path":"src/date-time-helper/index.ts","kind":"import-statement","original":"./date-time-helper"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"./url-parser"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"./website-category"},{"path":"src/validations/index.js","kind":"import-statement","original":"./validations"},{"path":"src/object/index.ts","kind":"import-statement","original":"./object"},{"path":"src/constants/country/index.ts","kind":"import-statement","original":"./constants/country"},{"path":"src/constants/currency-symbols/index.ts","kind":"import-statement","original":"./constants/currency-symbols"},{"path":"src/last-landing-page/index.ts","kind":"import-statement","original":"./last-landing-page"}],"format":"esm"},"src/browser.ts":{"bytes":2946,"imports":[{"path":"src/cookie/index.ts","kind":"import-statement","original":"./cookie"},{"path":"src/local-storage/index.ts","kind":"import-statement","original":"./local-storage"},{"path":"src/script/index.ts","kind":"import-statement","original":"./script"},{"path":"src/analytics/index.ts","kind":"import-statement","original":"./analytics"},{"path":"src/ab-experiment/index.ts","kind":"import-statement","original":"./ab-experiment"},{"path":"src/ab-experiment/constants/index.ts","kind":"import-statement","original":"./ab-experiment/constants"},{"path":"src/growth-source/index.ts","kind":"import-statement","original":"./growth-source"},{"path":"src/date-time-helper/index.ts","kind":"import-statement","original":"./date-time-helper"},{"path":"src/date-time-helper/timezone.ts","kind":"import-statement","original":"./date-time-helper/timezone"},{"path":"src/url/index.js","kind":"import-statement","original":"./url"},{"path":"src/url-parser/index.ts","kind":"import-statement","original":"./url-parser"},{"path":"src/website-category/index.ts","kind":"import-statement","original":"./website-category"},{"path":"src/validations/index.js","kind":"import-statement","original":"./validations"},{"path":"src/object/index.ts","kind":"import-statement","original":"./object"},{"path":"src/e-cna/index.ts","kind":"import-statement","original":"./e-cna"},{"path":"src/constants/country/index.ts","kind":"import-statement","original":"./constants/country"},{"path":"src/constants/currency-symbols/index.ts","kind":"import-statement","original":"./constants/currency-symbols"},{"path":"src/constants/analytics/index.ts","kind":"import-statement","original":"./constants/analytics"},{"path":"src/constants/instrumentation/index.ts","kind":"import-statement","original":"./constants/instrumentation"},{"path":"src/last-landing-page/index.ts","kind":"import-statement","original":"./last-landing-page"},{"path":"src/country-code/index.ts","kind":"import-statement","original":"./country-code"},{"path":"src/utils/server.ts","kind":"import-statement","original":"./utils/server"},{"path":"src/utils/env-mode.ts","kind":"import-statement","original":"./utils/env-mode"}],"format":"esm"}},"outputs":{"dist/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":11583},"dist/index.mjs":{"imports":[{"path":"dist/chunk-LUUB665J.mjs","kind":"import-statement"},{"path":"dist/chunk-CVZIO6BX.mjs","kind":"import-statement"},{"path":"dist/chunk-TG7DRTM7.mjs","kind":"import-statement"}],"exports":["AB_IDENTIFIER_KEY","ALLOWED_COUNTRIES_FOR_LAAM_TEACHERS","ALLOWED_COUNTRIES_FOR_TEACHERS","APP_ENV","AUSTRALIAN_COUNTRIES","BEST_PERFORMING_COHORT_ROW_COUNTRIES","BRAND_PAGES","COUNTRY_CODE_MAP","CURRENCY_SYMBOL_MAP","DAY","EUROPEAN_COUNTRIES","EXPERIMENT_KEYS","FOCUSED_COUNTRIES","HOUR_FORMAT","INDIAN_COUNTRIES","INTENT_PAGES","ISO_COUNTRY_CODE","LAST_LANDING_PAGE_COOKIE","LOCAL_STORAGE_PRIMARY_KEY","MIDDLE_EAST_COUNTRIES","MONTH_ARRAY","NEW_ZEALAND_COUNTRIES","NON_FOCUSED_ROW_COUNTRIES","REFERRAL_PAGES","REFERRAL_PAGE_PATH","REGION","REVENUE_CHANNEL","SINGAPORE_COUNTRIES","SUPPLY_PAGES","TWENTY_FOUR_HOURS_IN_SECONDS","US_COUNTRIES","VARIANTS","checkContentPage","checkLocalStorageSupport","checkValidation","clearSalesProcess","clearSignupForm","convertSecondsToMiliseconds","convertTimeStampToSeconds","createCookie","createCookieWithMidnightExp","dateByTimestamp","filterCountryCode","formatDateTime","formatTimestamp","getABExperimentCacheKey","getABVariant","getAttributes","getCookie","getCurrentTimestamp","getDataProps","getDateAfterDays","getDates","getISOTimeString","getLastLandingPage","getSourceChannel","getSubRevenueChannel","getTimeDiff","indianStates","initSourceDetails","isEmpty","isSEO","isServer","isSourcePresent","loadScript","localStorageGet","localStorageGetAll","localStorageRemove","localStorageRemoveAll","localStorageSet","nestedMapsAreEqual","parseCloudFrontCookies","parseCookieString","parseURLParams","readSourceCookie","removeCookie","removeExpiredKeysOnMount","removeHrefLangFromPath","removeKeyFromObject","removeQueryStringFromPath","removeTrailingSlashFromPath","resetABExperiment","resetAllABExperiments","setABExperiment","setFirstPage","setFlow","setFlowEntryPoint","setLandingPage","setLastLandingPage","setPlatformChannel","setProduct","setReferrer","setRevenueChannel","setSalesProcess","setSignupForm","setSignupPage","setSourceChannel","shorthandWeekDayArray","teacherSignupSteps","teacherSignupStepsConfig","timeToX","timezones","updateGuestId","usStates","weekDayArray"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/constants/teacher/index.ts":{"bytesInOutput":5154}},"bytes":8469},"dist/cloudfront.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/cloudfront.mjs":{"imports":[{"path":"dist/chunk-CVZIO6BX.mjs","kind":"import-statement"}],"exports":["AB_IDENTIFIER_KEY","BRAND_PAGES","CURRENCY_SYMBOL_MAP","EXPERIMENT_KEYS","INTENT_PAGES","ISO_COUNTRY_CODE","REFERRAL_PAGES","REGION","SUPPLY_PAGES","VARIANTS","checkContentPage","checkValidation","convertSecondsToMiliseconds","convertTimeStampToSeconds","dateByTimestamp","formatDateTime","formatTimestamp","getABExperimentCacheKey","getABVariantFromCookies","getCurrentTimestamp","getDateAfterDays","getISOTimeString","getLastLandingPage","getSubRevenueChannel","getTimeDiff","isEmpty","isSEO","nestedMapsAreEqual","parseCloudFrontCookies","parseCookieString","removeHrefLangFromPath","removeQueryStringFromPath","removeTrailingSlashFromPath","timeToX"],"entryPoint":"src/cloudfront.ts","inputs":{"src/cloudfront.ts":{"bytesInOutput":0}},"bytes":1055},"dist/browser.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/browser.mjs":{"imports":[{"path":"dist/chunk-LUUB665J.mjs","kind":"import-statement"},{"path":"dist/chunk-CVZIO6BX.mjs","kind":"import-statement"},{"path":"dist/chunk-TG7DRTM7.mjs","kind":"import-statement"}],"exports":["AB_IDENTIFIER_KEY","APP_ENV","BRAND_PAGES","CURRENCY_SYMBOL_MAP","DATA_VARIABLES","EXPERIMENT_KEYS","INTENT_PAGES","ISO_COUNTRY_CODE","REFERRAL_PAGES","REFERRAL_PAGE_PATH","REGION","REVENUE_CHANNEL","SUPPLY_PAGES","VARIANTS","checkContentPage","checkLocalStorageSupport","checkValidation","clearSalesProcess","clearSignupForm","convertSecondsToMiliseconds","convertTimeStampToSeconds","convertedTimezone","createCookie","createCookieWithMidnightExp","dateByTimestamp","dateByTimezone","dateTimeByTimezone","filterCountryCode","formatDateTime","formatTimestamp","getABExperimentCacheKey","getABVariant","getAttributes","getCookie","getCurrentDatebyTimezone","getCurrentTimestamp","getDataProps","getDateAfterDays","getDates","getISOTimeString","getLastLandingPage","getSourceChannel","getSubRevenueChannel","getTimeDiff","getTimezone","initSourceDetails","isEmpty","isSEO","isServer","isSourcePresent","loadScript","localStorageGet","localStorageGetAll","localStorageRemove","localStorageRemoveAll","localStorageSet","nestedMapsAreEqual","parseCookieString","parseURLParams","readSourceCookie","removeCookie","removeExpiredKeysOnMount","removeHrefLangFromPath","removeQueryStringFromPath","removeTrailingSlashFromPath","resetABExperiment","resetAllABExperiments","setABExperiment","setFirstPage","setFlow","setFlowEntryPoint","setLandingPage","setLastLandingPage","setPlatformChannel","setProduct","setReferrer","setRevenueChannel","setSalesProcess","setSignupForm","setSignupPage","setSourceChannel","timeToX","updateGuestId"],"entryPoint":"src/browser.ts","inputs":{"src/browser.ts":{"bytesInOutput":0}},"bytes":2545},"dist/chunk-LUUB665J.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":31284},"dist/chunk-LUUB665J.mjs":{"imports":[{"path":"dist/chunk-CVZIO6BX.mjs","kind":"import-statement"},{"path":"dist/chunk-TG7DRTM7.mjs","kind":"import-statement"}],"exports":["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],"inputs":{"src/constants/date-time/index.ts":{"bytesInOutput":361},"src/constants/instrumentation/index.ts":{"bytesInOutput":82},"src/local-storage/index.ts":{"bytesInOutput":1360},"src/e-cna/index.ts":{"bytesInOutput":126},"src/utils/env-mode.ts":{"bytesInOutput":77},"src/utils/server.ts":{"bytesInOutput":25},"src/script/index.ts":{"bytesInOutput":137},"src/url/index.js":{"bytesInOutput":90},"src/country-code/index.ts":{"bytesInOutput":268},"src/data/utm-source.json":{"bytesInOutput":1484},"src/growth-source/index.ts":{"bytesInOutput":2106},"src/constants/analytics/index.ts":{"bytesInOutput":182},"src/analytics/attributes.ts":{"bytesInOutput":494},"src/analytics/data-props.ts":{"bytesInOutput":183},"src/ab-experiment/index.ts":{"bytesInOutput":0}},"bytes":7464},"dist/chunk-CVZIO6BX.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":117710},"dist/chunk-CVZIO6BX.mjs":{"imports":[{"path":"dayjs","kind":"import-statement","external":true},{"path":"dayjs/plugin/relativeTime","kind":"import-statement","external":true}],"exports":["$","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","_","a","aa","b","ba","c","ca","d","da","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],"inputs":{"src/cookie/index.ts":{"bytesInOutput":1008},"src/constants/country/iso-country-code.ts":{"bytesInOutput":4177},"src/constants/country/country-region-map.ts":{"bytesInOutput":1146},"src/constants/country/region.ts":{"bytesInOutput":122},"src/constants/country/country-code-map.ts":{"bytesInOutput":14869},"src/constants/country/states.ts":{"bytesInOutput":3493},"src/constants/country/index.ts":{"bytesInOutput":0},"src/constants/currency-symbols/index.ts":{"bytesInOutput":1958},"src/date-time-helper/index.ts":{"bytesInOutput":839},"src/object/index.ts":{"bytesInOutput":155},"src/url-parser/index.ts":{"bytesInOutput":134},"src/validations/form-validations.ts":{"bytesInOutput":652},"src/website-category/constants/index.ts":{"bytesInOutput":4674},"src/website-category/constants/instrumentation.ts":{"bytesInOutput":2210},"src/website-category/utils/instrumentation.ts":{"bytesInOutput":595},"src/website-category/utils/index.ts":{"bytesInOutput":26},"src/website-category/index.ts":{"bytesInOutput":0},"src/ab-experiment/constants/index.ts":{"bytesInOutput":1148},"src/ab-experiment/utils/experiments.ts":{"bytesInOutput":1139},"src/ab-experiment/utils/ab-variant.ts":{"bytesInOutput":1127},"src/last-landing-page/index.ts":{"bytesInOutput":308}},"bytes":40255},"dist/date-time-helper/timezone.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/date-time-helper/timezone.mjs":{"imports":[{"path":"dist/chunk-TG7DRTM7.mjs","kind":"import-statement"}],"exports":["convertedTimezone","dateByTimezone","dateTimeByTimezone","getCurrentDatebyTimezone","getTimezone"],"entryPoint":"src/date-time-helper/timezone.ts","inputs":{},"bytes":213},"dist/chunk-TG7DRTM7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8057},"dist/chunk-TG7DRTM7.mjs":{"imports":[{"path":"dayjs","kind":"import-statement","external":true}],"exports":["a","b","c","d","e","f"],"inputs":{"src/date-time-helper/timezone.ts":{"bytesInOutput":500},"src/constants/date-time/international-timezones.ts":{"bytesInOutput":1924}},"bytes":2495}}}