@hhgtech/hhg-components 1.29.527 → 1.29.529-beta-1

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 (579) hide show
  1. package/build/{InputDate-4723615c.js → InputDate-5e4a49ed.js} +5 -5
  2. package/build/{LastPeriod-73630d52.js → LastPeriod-ae6a6654.js} +1 -1
  3. package/build/{MobileBottomNavigationIcon-cc6f18e0.js → MobileBottomNavigationIcon-336e5400.js} +3 -3
  4. package/build/{SiteWideBanner-72c71636.js → SiteWideBanner-c790d1b1.js} +11 -11
  5. package/build/{Spinner-a6e3eb27.js → Spinner-cadbaad5.js} +1 -1
  6. package/build/{WhatsApp-5f603292.js → WhatsApp-d92a3699.js} +1 -1
  7. package/build/adapters.js +20 -20
  8. package/build/atoms.js +51 -51
  9. package/build/babyGrowth.js +86 -86
  10. package/build/cache.js +2 -2
  11. package/build/care/components/organisms/bookingSearchBarV2/SearchResultContent.d.ts +13 -0
  12. package/build/care/components/organisms/bookingSearchBarV2/index.d.ts +7 -1
  13. package/build/care/components/organisms/bookingSearchBarV2/searchInputs/ModalSearchResult.d.ts +8 -0
  14. package/build/care/components/organisms/bookingSearchBarV2/searchInputs/index.d.ts +8 -1
  15. package/build/care/components/organisms/bookingSearchBarV2/searchLocation/CustomSelectItem.d.ts +9 -0
  16. package/build/care/components/organisms/bookingSearchBarV2/searchLocation/index.d.ts +1 -1
  17. package/build/care/components/organisms/bookingSearchBarV2/searchResult/index.d.ts +2 -2
  18. package/build/care/components/organisms/bookingSearchBarV2/searchSpecialty/CustomSelectItem.d.ts +9 -0
  19. package/build/care/components/organisms/bookingSearchBarV2/searchSpecialty/index.d.ts +1 -1
  20. package/build/care/components/organisms/bookingSearchBarV3/SearchResultContent.d.ts +13 -0
  21. package/build/care/components/organisms/bookingSearchBarV3/constants.d.ts +4 -0
  22. package/build/care/components/organisms/bookingSearchBarV3/index.d.ts +42 -0
  23. package/build/care/components/organisms/bookingSearchBarV3/index.styled.d.ts +16 -0
  24. package/build/care/components/organisms/bookingSearchBarV3/reducer.d.ts +166 -0
  25. package/build/care/components/organisms/bookingSearchBarV3/searchInputs/ModalSearchResult.d.ts +8 -0
  26. package/build/care/components/organisms/bookingSearchBarV3/searchInputs/index.d.ts +35 -0
  27. package/build/care/components/organisms/bookingSearchBarV3/searchInputs/index.styled.d.ts +17 -0
  28. package/build/care/components/organisms/bookingSearchBarV3/searchLocation/CustomSelectItem.d.ts +9 -0
  29. package/build/care/components/organisms/bookingSearchBarV3/searchLocation/index.d.ts +16 -0
  30. package/build/care/components/organisms/bookingSearchBarV3/searchLocation/index.styled.d.ts +21 -0
  31. package/build/care/components/organisms/bookingSearchBarV3/searchResult/icons.d.ts +5 -0
  32. package/build/care/components/organisms/bookingSearchBarV3/searchResult/index.d.ts +22 -0
  33. package/build/care/components/organisms/bookingSearchBarV3/searchResult/index.styled.d.ts +21 -0
  34. package/build/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.d.ts +12 -0
  35. package/build/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.styled.d.ts +16 -0
  36. package/build/care/components/organisms/bookingSearchBarV3/searchSpecialty/CustomSelectItem.d.ts +9 -0
  37. package/build/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.d.ts +15 -0
  38. package/build/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.styled.d.ts +13 -0
  39. package/build/care/components/organisms/bookingSearchBarV3/searchTag/index.d.ts +17 -0
  40. package/build/care/components/organisms/bookingSearchBarV3/searchTag/index.styled.d.ts +13 -0
  41. package/build/care/components/organisms/bookingSearchBarV3/tabSearch/index.d.ts +11 -0
  42. package/build/care/components/organisms/bookingSearchBarV3/tabSearch/index.styled.d.ts +8 -0
  43. package/build/care/components/organisms/bookingSearchBarV3/types.d.ts +17 -0
  44. package/build/care/components/organisms/bookingSearchBarV3/useSearchBarApi.d.ts +21 -0
  45. package/build/care/index.d.ts +1 -0
  46. package/build/care.js +25 -18
  47. package/build/careBookingSearchBar.js +14 -14
  48. package/build/careBookingSearchBarV2.js +553 -258
  49. package/build/components/atoms/inputMB/index.styled.d.ts +3 -3
  50. package/build/components.js +106 -106
  51. package/build/{constants-8ddf9f14.js → constants-0edb49d2.js} +1 -1
  52. package/build/{constants-ec3816fe.js → constants-d11ea2c1.js} +2 -2
  53. package/build/constants.js +3 -3
  54. package/build/constantsDomainLocales.js +1 -1
  55. package/build/constantsRiskScreener.js +2 -2
  56. package/build/constantsSite.js +2 -2
  57. package/build/{core-1b4b5bb6.js → core-bbf3a6e6.js} +1 -1
  58. package/build/{dataTransform-f5d2e15b.js → dataTransform-7afee0f7.js} +1 -1
  59. package/build/ecom.js +5 -5
  60. package/build/{editor-1f3a4880.js → editor-c8d3fd95.js} +11 -11
  61. package/build/embeddedHeathToolCards_babyGrowth.js +25 -25
  62. package/build/embeddedHeathToolCards_babyPoop.js +22 -22
  63. package/build/embeddedHeathToolCards_babyVaccine.js +24 -24
  64. package/build/embeddedHeathToolCards_bmi_bmi.js +27 -27
  65. package/build/embeddedHeathToolCards_bmrBmr.js +27 -27
  66. package/build/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
  67. package/build/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
  68. package/build/embeddedHeathToolCards_pwg_pwg.js +28 -28
  69. package/build/embeddedHeathToolCards_targetHeartRate.js +29 -29
  70. package/build/esm/{InputDate-19558a4a.js → InputDate-ee44d874.js} +5 -5
  71. package/build/esm/{LastPeriod-36173ef3.js → LastPeriod-3f8bf079.js} +1 -1
  72. package/build/esm/{MobileBottomNavigationIcon-6c0c186f.js → MobileBottomNavigationIcon-689596bb.js} +3 -3
  73. package/build/esm/{SiteWideBanner-7010dc39.js → SiteWideBanner-a54f6112.js} +11 -11
  74. package/build/esm/{Spinner-432bb892.js → Spinner-493579cd.js} +1 -1
  75. package/build/esm/{WhatsApp-e843edd2.js → WhatsApp-7f209dbb.js} +1 -1
  76. package/build/esm/adapters.js +20 -20
  77. package/build/esm/atoms.js +51 -51
  78. package/build/esm/babyGrowth.js +86 -86
  79. package/build/esm/cache.js +2 -2
  80. package/build/esm/care/components/organisms/bookingSearchBarV2/SearchResultContent.d.ts +13 -0
  81. package/build/esm/care/components/organisms/bookingSearchBarV2/index.d.ts +7 -1
  82. package/build/esm/care/components/organisms/bookingSearchBarV2/searchInputs/ModalSearchResult.d.ts +8 -0
  83. package/build/esm/care/components/organisms/bookingSearchBarV2/searchInputs/index.d.ts +8 -1
  84. package/build/esm/care/components/organisms/bookingSearchBarV2/searchLocation/CustomSelectItem.d.ts +9 -0
  85. package/build/esm/care/components/organisms/bookingSearchBarV2/searchLocation/index.d.ts +1 -1
  86. package/build/esm/care/components/organisms/bookingSearchBarV2/searchResult/index.d.ts +2 -2
  87. package/build/esm/care/components/organisms/bookingSearchBarV2/searchSpecialty/CustomSelectItem.d.ts +9 -0
  88. package/build/esm/care/components/organisms/bookingSearchBarV2/searchSpecialty/index.d.ts +1 -1
  89. package/build/esm/care/components/organisms/bookingSearchBarV3/SearchResultContent.d.ts +13 -0
  90. package/build/esm/care/components/organisms/bookingSearchBarV3/constants.d.ts +4 -0
  91. package/build/esm/care/components/organisms/bookingSearchBarV3/index.d.ts +42 -0
  92. package/build/esm/care/components/organisms/bookingSearchBarV3/index.styled.d.ts +16 -0
  93. package/build/esm/care/components/organisms/bookingSearchBarV3/reducer.d.ts +166 -0
  94. package/build/esm/care/components/organisms/bookingSearchBarV3/searchInputs/ModalSearchResult.d.ts +8 -0
  95. package/build/esm/care/components/organisms/bookingSearchBarV3/searchInputs/index.d.ts +35 -0
  96. package/build/esm/care/components/organisms/bookingSearchBarV3/searchInputs/index.styled.d.ts +17 -0
  97. package/build/esm/care/components/organisms/bookingSearchBarV3/searchLocation/CustomSelectItem.d.ts +9 -0
  98. package/build/esm/care/components/organisms/bookingSearchBarV3/searchLocation/index.d.ts +16 -0
  99. package/build/esm/care/components/organisms/bookingSearchBarV3/searchLocation/index.styled.d.ts +21 -0
  100. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResult/icons.d.ts +5 -0
  101. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResult/index.d.ts +22 -0
  102. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResult/index.styled.d.ts +21 -0
  103. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.d.ts +12 -0
  104. package/build/esm/care/components/organisms/bookingSearchBarV3/searchResultSpecialties/index.styled.d.ts +16 -0
  105. package/build/esm/care/components/organisms/bookingSearchBarV3/searchSpecialty/CustomSelectItem.d.ts +9 -0
  106. package/build/esm/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.d.ts +15 -0
  107. package/build/esm/care/components/organisms/bookingSearchBarV3/searchSpecialty/index.styled.d.ts +13 -0
  108. package/build/esm/care/components/organisms/bookingSearchBarV3/searchTag/index.d.ts +17 -0
  109. package/build/esm/care/components/organisms/bookingSearchBarV3/searchTag/index.styled.d.ts +13 -0
  110. package/build/esm/care/components/organisms/bookingSearchBarV3/tabSearch/index.d.ts +11 -0
  111. package/build/esm/care/components/organisms/bookingSearchBarV3/tabSearch/index.styled.d.ts +8 -0
  112. package/build/esm/care/components/organisms/bookingSearchBarV3/types.d.ts +17 -0
  113. package/build/esm/care/components/organisms/bookingSearchBarV3/useSearchBarApi.d.ts +21 -0
  114. package/build/esm/care/index.d.ts +1 -0
  115. package/build/esm/care.js +24 -18
  116. package/build/esm/careBookingSearchBar.js +14 -14
  117. package/build/esm/careBookingSearchBarV2.js +555 -260
  118. package/build/esm/components/atoms/inputMB/index.styled.d.ts +3 -3
  119. package/build/esm/components.js +106 -106
  120. package/build/esm/{constants-5d94c1eb.js → constants-cbbcd60c.js} +1 -1
  121. package/build/esm/{constants-02ff2b9a.js → constants-d74221c3.js} +2 -2
  122. package/build/esm/constants.js +3 -3
  123. package/build/esm/constantsDomainLocales.js +1 -1
  124. package/build/esm/constantsRiskScreener.js +2 -2
  125. package/build/esm/constantsSite.js +2 -2
  126. package/build/esm/{core-28fc1feb.js → core-87d099fa.js} +1 -1
  127. package/build/esm/{dataTransform-18e7db46.js → dataTransform-c050b25e.js} +1 -1
  128. package/build/esm/ecom.js +5 -5
  129. package/build/esm/{editor-f39bd267.js → editor-ff27d44b.js} +11 -11
  130. package/build/esm/embeddedHeathToolCards_babyGrowth.js +25 -25
  131. package/build/esm/embeddedHeathToolCards_babyPoop.js +22 -22
  132. package/build/esm/embeddedHeathToolCards_babyVaccine.js +24 -24
  133. package/build/esm/embeddedHeathToolCards_bmi_bmi.js +27 -27
  134. package/build/esm/embeddedHeathToolCards_bmrBmr.js +27 -27
  135. package/build/esm/embeddedHeathToolCards_dueDate_dueDate.js +24 -24
  136. package/build/esm/embeddedHeathToolCards_ovulation_ovulation.js +24 -24
  137. package/build/esm/embeddedHeathToolCards_pwg_pwg.js +28 -28
  138. package/build/esm/embeddedHeathToolCards_targetHeartRate.js +29 -29
  139. package/build/esm/footer.js +22 -22
  140. package/build/esm/gAssets.js +2 -2
  141. package/build/esm/{healthTools-67f81a15.js → healthTools-2b645605.js} +1 -1
  142. package/build/esm/healthToolsCardWrapper.js +20 -20
  143. package/build/esm/healthToolsForm.js +35 -35
  144. package/build/esm/hooks.js +14 -14
  145. package/build/esm/i18n.js +2 -2
  146. package/build/esm/i18nV2.js +2 -2
  147. package/build/esm/{index-9783f70f.js → index-07473d09.js} +6 -6
  148. package/build/esm/{index-d8bffadf.js → index-07d60a5d.js} +3 -3
  149. package/build/esm/{index-41b75b06.js → index-098ab7be.js} +16 -16
  150. package/build/esm/{index-88ad09a2.js → index-0c431eee.js} +21 -21
  151. package/build/esm/{index-3dcbd5d8.js → index-135f4576.js} +13 -13
  152. package/build/esm/{index-00172803.js → index-139a2d50.js} +3 -3
  153. package/build/esm/{index-350c8057.js → index-1a2816df.js} +3 -3
  154. package/build/esm/{index-f25b49f4.js → index-1c630192.js} +2 -2
  155. package/build/esm/{index-89dfc455.js → index-1e35a5b6.js} +11 -11
  156. package/build/esm/{index-835cb1a4.js → index-20fffe6c.js} +4 -4
  157. package/build/esm/{index-d920a82c.js → index-25ae585e.js} +3 -3
  158. package/build/esm/{index-2757fc57.js → index-2d5e3a60.js} +13 -13
  159. package/build/esm/{index-4de26227.js → index-2dd50937.js} +32 -32
  160. package/build/esm/{index-6b81ef4b.js → index-2f8ce1f5.js} +32 -32
  161. package/build/esm/{index-592bba40.js → index-309f8ac2.js} +2 -2
  162. package/build/esm/{index-e29f4da3.js → index-344d7049.js} +8 -8
  163. package/build/esm/{index-9eb4ea68.js → index-35974708.js} +5 -5
  164. package/build/esm/{index-c262545f.js → index-39db7b82.js} +3 -3
  165. package/build/esm/{index-b34a19f4.js → index-484e72f5.js} +4 -4
  166. package/build/esm/index-4d68a1b9.js +1942 -0
  167. package/build/esm/{index-cf0997ce.js → index-50ad9f8f.js} +16 -16
  168. package/build/esm/{index-a38113ec.js → index-52468161.js} +24 -24
  169. package/build/esm/{index-d6d9926d.js → index-5612e5da.js} +16 -16
  170. package/build/esm/{index-9f3cf366.js → index-57886ee2.js} +3 -3
  171. package/build/esm/{index-0d2192e4.js → index-5af9940c.js} +15 -15
  172. package/build/esm/{index-17e22a49.js → index-5e68846a.js} +3 -3
  173. package/build/esm/{index-927ce49f.js → index-64c20666.js} +17 -17
  174. package/build/esm/{index-3bbfc9b7.js → index-64e29cd4.js} +1 -1
  175. package/build/esm/{index-ec874d7f.js → index-6656e3b2.js} +2 -2
  176. package/build/esm/{index-baeae593.js → index-67e15096.js} +6 -6
  177. package/build/esm/{index-83cdc404.js → index-6bf51980.js} +7 -7
  178. package/build/esm/{index-ed3537b8.js → index-6c01e06d.js} +2 -2
  179. package/build/esm/{index-baa344ea.js → index-6f519afd.js} +1 -1
  180. package/build/esm/{index-a0a5c82d.js → index-6fff10d6.js} +2 -2
  181. package/build/esm/{index-6d341978.js → index-70c23dec.js} +1 -1
  182. package/build/esm/{index-81417442.js → index-75584c58.js} +6 -6
  183. package/build/esm/{index-2f2b3118.js → index-7565bfca.js} +2 -2
  184. package/build/esm/{index-037ffb65.js → index-7b7cf8f7.js} +7 -7
  185. package/build/esm/{index-08a9819c.js → index-7c8ce1fa.js} +3 -3
  186. package/build/esm/{index-33b29944.js → index-7cdd0882.js} +9 -9
  187. package/build/esm/{index-c288d070.js → index-82effa1d.js} +25 -25
  188. package/build/esm/{index-5ce992e9.js → index-85d73edb.js} +16 -16
  189. package/build/esm/{index-71ef7de6.js → index-89fcee3b.js} +18 -18
  190. package/build/esm/{index-11f06411.js → index-907d254e.js} +3 -3
  191. package/build/esm/{index-21e8e383.js → index-90f1c2d6.js} +18 -18
  192. package/build/esm/{index-51164185.js → index-91731ad5.js} +2 -2
  193. package/build/esm/{index-c2162f76.js → index-9586308a.js} +6 -6
  194. package/build/esm/{index-039f30e3.js → index-98a32be1.js} +2 -2
  195. package/build/esm/{index-e772c903.js → index-998a49c6.js} +15 -15
  196. package/build/esm/{index-d5a0deff.js → index-9b79992b.js} +14 -14
  197. package/build/esm/{index-2b33f487.js → index-9ee90ed6.js} +2 -2
  198. package/build/esm/{index-b09ae67e.js → index-9eefff11.js} +22 -22
  199. package/build/esm/{index-13cc2584.js → index-a2e186e5.js} +2 -2
  200. package/build/esm/{index-d3de292b.js → index-a4e6cf4d.js} +19 -19
  201. package/build/esm/{index-132ec066.js → index-b460b125.js} +5 -5
  202. package/build/esm/{index-c11e3721.js → index-b6d67522.js} +15 -15
  203. package/build/esm/{index-848bd280.js → index-bb82e5de.js} +2 -2
  204. package/build/esm/{index-eb266a2f.js → index-be4d4296.js} +9 -9
  205. package/build/esm/{index-78e91f91.js → index-cae823f0.js} +1 -1
  206. package/build/esm/{index-14c5bc71.js → index-cca70b83.js} +33 -33
  207. package/build/esm/{index-d51a88aa.js → index-d15ebd48.js} +1 -1
  208. package/build/esm/{index-16b3f06c.js → index-d24c77b8.js} +1 -1
  209. package/build/esm/{index-625b13b0.js → index-d2df7404.js} +14 -14
  210. package/build/esm/{index-5416cd64.js → index-d2f5b100.js} +14 -14
  211. package/build/esm/{index-fb51821c.js → index-d9ef4499.js} +2 -2
  212. package/build/esm/{index-3b6525bf.js → index-e8ad0d1e.js} +3 -3
  213. package/build/esm/{index-b26c8202.js → index-eb9f4128.js} +2 -2
  214. package/build/esm/{index-40506630.js → index-eec6638d.js} +1 -1
  215. package/build/esm/{index-cac853ef.js → index-f6cd1e12.js} +2 -2
  216. package/build/esm/{index-d8b71ebe.js → index-fbbfd7bd.js} +2 -2
  217. package/build/esm/{index-6562a540.js → index-ffdfffa1.js} +2 -2
  218. package/build/esm/index.js +126 -126
  219. package/build/esm/{labelSorting-b86fc783.js → labelSorting-19277d51.js} +4 -4
  220. package/build/esm/lead.js +37 -37
  221. package/build/esm/{logoIcon-8589d465.js → logoIcon-07a87cc2.js} +2 -2
  222. package/build/esm/mantine.js +27 -27
  223. package/build/esm/misc.js +19 -19
  224. package/build/esm/miscGetDynamicHealthTool.js +4 -4
  225. package/build/esm/miscGetSocialList.js +8 -8
  226. package/build/esm/miscScreenSizeContext.js +1 -1
  227. package/build/esm/mobileBottomNavigation.js +5 -5
  228. package/build/esm/mobileBottomNavigationIcon.js +5 -5
  229. package/build/esm/molecules.js +79 -79
  230. package/build/esm/moleculesArticleCard.js +6 -6
  231. package/build/esm/moleculesArticleCardV2.js +17 -17
  232. package/build/esm/navigation.js +49 -49
  233. package/build/esm/navigationLogoutPopup.js +11 -11
  234. package/build/esm/navigationProfileButton.js +27 -27
  235. package/build/esm/onboardingV2.js +30 -30
  236. package/build/esm/organisms.js +62 -62
  237. package/build/esm/{paths-28205e0f.js → paths-82fdd769.js} +2 -2
  238. package/build/esm/{post-85d8faaa.js → post-7898c0ce.js} +2 -2
  239. package/build/esm/profileNavigation.js +20 -20
  240. package/build/esm/progressBar.js +1 -1
  241. package/build/esm/pwg.js +23 -23
  242. package/build/esm/ssoV2/screens/updateEmail.d.ts +4 -2
  243. package/build/esm/ssoV2/ssoStateManager/store.d.ts +1 -0
  244. package/build/esm/ssoV2.js +88 -70
  245. package/build/esm/{store-46ca3b02.js → store-364bb20c.js} +37 -28
  246. package/build/esm/subot.js +40 -40
  247. package/build/esm/surveyOrPremiumBanner.js +34 -34
  248. package/build/esm/surveyQuestionCard.js +11 -11
  249. package/build/esm/{surveyThankyouCard-fe5eb710.js → surveyThankyouCard-661ebcbf.js} +5 -5
  250. package/build/esm/together.js +57 -57
  251. package/build/esm/togetherApiUtils.js +6 -6
  252. package/build/esm/togetherAtoms.js +31 -31
  253. package/build/esm/togetherComponentGlobalContext.js +6 -6
  254. package/build/esm/togetherMolecules.js +52 -52
  255. package/build/esm/togetherMoleculesCardAuthor.js +29 -29
  256. package/build/esm/togetherMoleculesPostImagePreview.js +13 -13
  257. package/build/esm/togetherMoleculesProfileDetail.js +40 -40
  258. package/build/esm/togetherOrganisms.js +51 -51
  259. package/build/esm/togetherRichTextEditor.js +20 -20
  260. package/build/esm/togetherShareBox.js +12 -12
  261. package/build/esm/{transform-9e1ae172.js → transform-82803dcc.js} +27 -27
  262. package/build/esm/{translationsProvider-7112664a.js → translationsProvider-5d50108d.js} +1 -1
  263. package/build/esm/{treePopoverMenu-4534abf4.js → treePopoverMenu-f431287f.js} +19 -19
  264. package/build/esm/types.js +2 -2
  265. package/build/esm/{useCartCareService-dab2f9d4.js → useCartCareService-b00b5a1b.js} +1 -1
  266. package/build/esm/{useHealthToolCache-c6faed71.js → useHealthToolCache-b1ce9a17.js} +1 -1
  267. package/build/esm/{usePhoneValidator-6d70c013.js → usePhoneValidator-46de313d.js} +5 -5
  268. package/build/esm/{usePlacesAutocomplete-eb7786f7.js → usePlacesAutocomplete-2f4b50df.js} +1 -1
  269. package/build/esm/useTogetherAuthRequiredAction.js +10 -10
  270. package/build/esm/{utils-5d0e618d.js → utils-60af12e4.js} +2 -2
  271. package/build/esm/{utils-9a6c6029.js → utils-6b4b76c4.js} +3 -3
  272. package/build/esm/{utils-fb8bf638.js → utils-708d119e.js} +3 -3
  273. package/build/esm/{utils-a6dea16c.js → utils-92ef5518.js} +5 -5
  274. package/build/esm/{utils-5e210f54.js → utils-e2f50745.js} +2 -2
  275. package/build/esm/vaccination.js +22 -22
  276. package/build/footer.js +22 -22
  277. package/build/gAssets.js +2 -2
  278. package/build/{healthTools-83fac0a5.js → healthTools-48f77d98.js} +1 -1
  279. package/build/healthToolsCardWrapper.js +20 -20
  280. package/build/healthToolsForm.js +35 -35
  281. package/build/hooks.js +14 -14
  282. package/build/i18n.js +2 -2
  283. package/build/i18nV2.js +1 -1
  284. package/build/{index-d13c0da0.js → index-010294cf.js} +19 -19
  285. package/build/{index-c785a38f.js → index-09b98fc9.js} +33 -33
  286. package/build/{index-27670cc8.js → index-1774b0c0.js} +16 -16
  287. package/build/{index-73704e7a.js → index-1948737b.js} +25 -25
  288. package/build/{index-4270d6cf.js → index-19880ee5.js} +1 -1
  289. package/build/{index-4b9dcf37.js → index-19b006b0.js} +7 -7
  290. package/build/{index-78f5bf5c.js → index-1b33cbda.js} +2 -2
  291. package/build/{index-d664f4c8.js → index-1bd406ae.js} +2 -2
  292. package/build/{index-221ad3a7.js → index-1c206b60.js} +1 -1
  293. package/build/{index-768ce2e2.js → index-1d387ead.js} +3 -3
  294. package/build/{index-04d4d6d5.js → index-1d8cc34f.js} +8 -8
  295. package/build/{index-696cbd6a.js → index-2367c86a.js} +3 -3
  296. package/build/{index-e584f6b5.js → index-2831fb46.js} +3 -3
  297. package/build/{index-3d421c34.js → index-3036f9bc.js} +2 -2
  298. package/build/{index-048c359c.js → index-33b95133.js} +14 -14
  299. package/build/{index-881cfb0f.js → index-39540a70.js} +2 -2
  300. package/build/{index-2509613f.js → index-3da5eda4.js} +6 -6
  301. package/build/{index-67eb9b89.js → index-422a7df7.js} +15 -15
  302. package/build/{index-b5f92ca0.js → index-469e7ea3.js} +6 -6
  303. package/build/{index-22841a69.js → index-4a51ca80.js} +3 -3
  304. package/build/{index-08383fcf.js → index-4d537fcf.js} +1 -1
  305. package/build/{index-1e657b96.js → index-501739d7.js} +2 -2
  306. package/build/{index-40725e8b.js → index-5196bee4.js} +3 -3
  307. package/build/{index-c0824124.js → index-56f3e7a0.js} +21 -21
  308. package/build/{index-ce60142f.js → index-57efa012.js} +16 -16
  309. package/build/{index-8d5df576.js → index-5980c301.js} +16 -16
  310. package/build/{index-edfd48a3.js → index-5bd7f9a9.js} +2 -2
  311. package/build/{index-beae4bf5.js → index-6176d4e6.js} +1 -1
  312. package/build/{index-5c45ee6c.js → index-637a3d93.js} +2 -2
  313. package/build/{index-640597bc.js → index-639baa53.js} +5 -5
  314. package/build/{index-623aa44d.js → index-64cafdd2.js} +2 -2
  315. package/build/{index-2cc01292.js → index-64df4fd2.js} +16 -16
  316. package/build/{index-163d3814.js → index-6a76ec1e.js} +2 -2
  317. package/build/{index-b2840c48.js → index-6be2baca.js} +9 -9
  318. package/build/{index-4f5e23e0.js → index-6bec7e79.js} +1 -1
  319. package/build/{index-06008daa.js → index-6def05b7.js} +17 -17
  320. package/build/{index-6043692f.js → index-6fdd1a6c.js} +2 -2
  321. package/build/{index-8be9c1f5.js → index-774a374e.js} +24 -24
  322. package/build/{index-381e1575.js → index-78a2f151.js} +18 -18
  323. package/build/{index-22ab16d6.js → index-78c22135.js} +2 -2
  324. package/build/{index-eb070ff1.js → index-78ed5707.js} +14 -14
  325. package/build/{index-21bd3fc2.js → index-8142f1e6.js} +13 -13
  326. package/build/{index-ae61f98e.js → index-81ca34e8.js} +11 -11
  327. package/build/{index-88d16ec2.js → index-8f94dc82.js} +6 -6
  328. package/build/{index-40eb2a9e.js → index-9128fa90.js} +2 -2
  329. package/build/{index-f8c96c21.js → index-9701293d.js} +32 -32
  330. package/build/{index-627899a6.js → index-9b4600c7.js} +18 -18
  331. package/build/{index-fcb30055.js → index-a19d0a96.js} +2 -2
  332. package/build/{index-91a769d7.js → index-a37c2c7e.js} +32 -32
  333. package/build/{index-231a399f.js → index-a3887c32.js} +5 -5
  334. package/build/{index-9dcf2fa6.js → index-ac0b9f93.js} +9 -9
  335. package/build/{index-1d9bd91f.js → index-afb0154c.js} +3 -3
  336. package/build/{index-acb6aa58.js → index-b475a60a.js} +3 -3
  337. package/build/{index-0384d19d.js → index-b88d27ed.js} +1 -1
  338. package/build/{index-b5d72bcf.js → index-bb5f043f.js} +14 -14
  339. package/build/{index-d44486f8.js → index-bda467d6.js} +22 -22
  340. package/build/{index-fca34957.js → index-c4e313bc.js} +13 -13
  341. package/build/{index-c60704f1.js → index-c5ddd651.js} +15 -15
  342. package/build/{index-b75bbb36.js → index-d09c29d9.js} +2 -2
  343. package/build/{index-ede1d939.js → index-d439a18f.js} +2 -2
  344. package/build/{index-680b660f.js → index-dc9c29d8.js} +4 -4
  345. package/build/{index-2358141f.js → index-dce662fa.js} +4 -4
  346. package/build/{index-d469f7de.js → index-de37f553.js} +2 -2
  347. package/build/{index-0dabd635.js → index-e69ca49a.js} +7 -7
  348. package/build/{index-034d9ef4.js → index-ed691500.js} +3 -3
  349. package/build/{index-6439d793.js → index-f0fe3133.js} +1 -1
  350. package/build/{index-c935c8ae.js → index-f6e281f3.js} +3 -3
  351. package/build/{index-cc8ff3c0.js → index-f8b113a4.js} +3 -3
  352. package/build/{index-12897bdd.js → index-fa620c5b.js} +15 -15
  353. package/build/{index-e0e468cb.js → index-fbec091b.js} +6 -6
  354. package/build/index-ff09c525.js +1951 -0
  355. package/build/index.js +127 -126
  356. package/build/{labelSorting-c9cb020f.js → labelSorting-c3a79fcf.js} +4 -4
  357. package/build/lead.js +37 -37
  358. package/build/{logoIcon-8ce9a50c.js → logoIcon-c26486ef.js} +2 -2
  359. package/build/mantine.js +25 -25
  360. package/build/misc.js +19 -19
  361. package/build/miscGetDynamicHealthTool.js +4 -4
  362. package/build/miscGetSocialList.js +8 -8
  363. package/build/miscScreenSizeContext.js +1 -1
  364. package/build/mobileBottomNavigation.js +5 -5
  365. package/build/mobileBottomNavigationIcon.js +5 -5
  366. package/build/molecules.js +79 -79
  367. package/build/moleculesArticleCard.js +6 -6
  368. package/build/moleculesArticleCardV2.js +17 -17
  369. package/build/navigation.js +49 -49
  370. package/build/navigationLogoutPopup.js +11 -11
  371. package/build/navigationProfileButton.js +27 -27
  372. package/build/onboardingV2.js +29 -29
  373. package/build/organisms.js +62 -62
  374. package/build/{paths-07bb96ba.js → paths-a6867c36.js} +2 -2
  375. package/build/{post-e25c60f7.js → post-9f543b9f.js} +2 -2
  376. package/build/profileNavigation.js +20 -20
  377. package/build/progressBar.js +1 -1
  378. package/build/pwg.js +23 -23
  379. package/build/ssoV2/screens/updateEmail.d.ts +4 -2
  380. package/build/ssoV2/ssoStateManager/store.d.ts +1 -0
  381. package/build/ssoV2.js +86 -68
  382. package/build/{store-2a85405b.js → store-beb77ea3.js} +37 -28
  383. package/build/subot.js +39 -39
  384. package/build/surveyOrPremiumBanner.js +34 -34
  385. package/build/surveyQuestionCard.js +11 -11
  386. package/build/{surveyThankyouCard-61ed696c.js → surveyThankyouCard-94110a1b.js} +5 -5
  387. package/build/together.js +57 -57
  388. package/build/togetherApiUtils.js +6 -6
  389. package/build/togetherAtoms.js +31 -31
  390. package/build/togetherComponentGlobalContext.js +6 -6
  391. package/build/togetherMolecules.js +52 -52
  392. package/build/togetherMoleculesCardAuthor.js +29 -29
  393. package/build/togetherMoleculesPostImagePreview.js +13 -13
  394. package/build/togetherMoleculesProfileDetail.js +40 -40
  395. package/build/togetherOrganisms.js +51 -51
  396. package/build/togetherRichTextEditor.js +20 -20
  397. package/build/togetherShareBox.js +12 -12
  398. package/build/{transform-61680d8a.js → transform-d90a99c9.js} +27 -27
  399. package/build/{translationsProvider-636d7cb5.js → translationsProvider-044f9dc9.js} +1 -1
  400. package/build/{treePopoverMenu-45f06b81.js → treePopoverMenu-dc002bf6.js} +19 -19
  401. package/build/types.js +2 -2
  402. package/build/{useCartCareService-46731f77.js → useCartCareService-5367f9c3.js} +1 -1
  403. package/build/{useHealthToolCache-b9319885.js → useHealthToolCache-31035137.js} +1 -1
  404. package/build/{usePhoneValidator-5a391cbf.js → usePhoneValidator-875a9a57.js} +5 -5
  405. package/build/{usePlacesAutocomplete-4c51dc6b.js → usePlacesAutocomplete-55eb2441.js} +1 -1
  406. package/build/useTogetherAuthRequiredAction.js +10 -10
  407. package/build/{utils-68673897.js → utils-303cf747.js} +2 -2
  408. package/build/{utils-595db140.js → utils-6dfd62c4.js} +5 -5
  409. package/build/{utils-83aaaf9c.js → utils-c3ecaa84.js} +3 -3
  410. package/build/{utils-bb345cce.js → utils-c54268a3.js} +2 -2
  411. package/build/{utils-6fe19ced.js → utils-e6417103.js} +3 -3
  412. package/build/vaccination.js +22 -22
  413. package/package.json +1 -1
  414. package/build/esm/index-9f43c268.js +0 -31
  415. package/build/index-5968ea5b.js +0 -38
  416. /package/build/{BMI_BOYS.percentile.monthly-71706d34.js → BMI_BOYS.percentile.monthly-013ccb45.js} +0 -0
  417. /package/build/{BMI_BOYS.percentile.weekly-7347a0d7.js → BMI_BOYS.percentile.weekly-b82f86d0.js} +0 -0
  418. /package/build/{BMI_BOYS.percentile.yearly-a91f42b3.js → BMI_BOYS.percentile.yearly-b8cd1c8d.js} +0 -0
  419. /package/build/{BMI_BOYS.zscore.monthly-5a655570.js → BMI_BOYS.zscore.monthly-237ecba5.js} +0 -0
  420. /package/build/{BMI_BOYS.zscore.weekly-a9d33e3a.js → BMI_BOYS.zscore.weekly-3449e342.js} +0 -0
  421. /package/build/{BMI_BOYS.zscore.yearly-484752f7.js → BMI_BOYS.zscore.yearly-1d08efed.js} +0 -0
  422. /package/build/{BMI_GIRLS.percentile.monthly-bcc5b3c5.js → BMI_GIRLS.percentile.monthly-00823f72.js} +0 -0
  423. /package/build/{BMI_GIRLS.percentile.weekly-10944ec1.js → BMI_GIRLS.percentile.weekly-6aa31276.js} +0 -0
  424. /package/build/{BMI_GIRLS.percentile.yearly-4cb9b07b.js → BMI_GIRLS.percentile.yearly-8cbffb79.js} +0 -0
  425. /package/build/{BMI_GIRLS.zscore.monthly-c8509ebc.js → BMI_GIRLS.zscore.monthly-fddaf790.js} +0 -0
  426. /package/build/{BMI_GIRLS.zscore.weekly-0a45a2af.js → BMI_GIRLS.zscore.weekly-bb3760d3.js} +0 -0
  427. /package/build/{BMI_GIRLS.zscore.yearly-38fd0761.js → BMI_GIRLS.zscore.yearly-7a7b6b5d.js} +0 -0
  428. /package/build/{ChevronDown-daab0252.js → ChevronDown-3a089752.js} +0 -0
  429. /package/build/{Close-6bcd5612.js → Close-bb74b5c0.js} +0 -0
  430. /package/build/{Google-46ae3220.js → Google-8f9986d4.js} +0 -0
  431. /package/build/{HEAD CIRCUM_BOYS.percentile.monthly-acd7d0c0.js → HEAD CIRCUM_BOYS.percentile.monthly-717c6639.js} +0 -0
  432. /package/build/{HEAD CIRCUM_BOYS.percentile.weekly-0624ad4a.js → HEAD CIRCUM_BOYS.percentile.weekly-fee60bf3.js} +0 -0
  433. /package/build/{HEAD CIRCUM_BOYS.percentile.yearly-7f5e2f03.js → HEAD CIRCUM_BOYS.percentile.yearly-56ee28c2.js} +0 -0
  434. /package/build/{HEAD CIRCUM_BOYS.zscore.monthly-e24a3e66.js → HEAD CIRCUM_BOYS.zscore.monthly-c5b413f1.js} +0 -0
  435. /package/build/{HEAD CIRCUM_BOYS.zscore.weekly-f47af62d.js → HEAD CIRCUM_BOYS.zscore.weekly-d2b7a655.js} +0 -0
  436. /package/build/{HEAD CIRCUM_BOYS.zscore.yearly-b9a06fde.js → HEAD CIRCUM_BOYS.zscore.yearly-e809d1d4.js} +0 -0
  437. /package/build/{HEAD CIRCUM_GIRLS.percentile.monthly-2a4e90ea.js → HEAD CIRCUM_GIRLS.percentile.monthly-d6fa5f70.js} +0 -0
  438. /package/build/{HEAD CIRCUM_GIRLS.percentile.weekly-55b7b3ff.js → HEAD CIRCUM_GIRLS.percentile.weekly-6e7d0adb.js} +0 -0
  439. /package/build/{HEAD CIRCUM_GIRLS.percentile.yearly-3072fb36.js → HEAD CIRCUM_GIRLS.percentile.yearly-577dba7d.js} +0 -0
  440. /package/build/{HEAD CIRCUM_GIRLS.zscore.monthly-0d75efdc.js → HEAD CIRCUM_GIRLS.zscore.monthly-9cc4760a.js} +0 -0
  441. /package/build/{HEAD CIRCUM_GIRLS.zscore.weekly-8cbb2c5b.js → HEAD CIRCUM_GIRLS.zscore.weekly-71bad006.js} +0 -0
  442. /package/build/{HEAD CIRCUM_GIRLS.zscore.yearly-8d484ee7.js → HEAD CIRCUM_GIRLS.zscore.yearly-b3ce1651.js} +0 -0
  443. /package/build/{HEIGHT_BOYS.percentile.monthly-0ed745dc.js → HEIGHT_BOYS.percentile.monthly-97c16557.js} +0 -0
  444. /package/build/{HEIGHT_BOYS.percentile.weekly-83f4827d.js → HEIGHT_BOYS.percentile.weekly-34ec6517.js} +0 -0
  445. /package/build/{HEIGHT_BOYS.percentile.yearly-5010e8d8.js → HEIGHT_BOYS.percentile.yearly-c6e6be52.js} +0 -0
  446. /package/build/{HEIGHT_BOYS.zscore.monthly-3ea70741.js → HEIGHT_BOYS.zscore.monthly-cb80b7a6.js} +0 -0
  447. /package/build/{HEIGHT_BOYS.zscore.weekly-2e3eaa3f.js → HEIGHT_BOYS.zscore.weekly-85850c62.js} +0 -0
  448. /package/build/{HEIGHT_BOYS.zscore.yearly-2062c6ef.js → HEIGHT_BOYS.zscore.yearly-361f2d35.js} +0 -0
  449. /package/build/{HEIGHT_GIRLS.percentile.monthly-24046937.js → HEIGHT_GIRLS.percentile.monthly-15463120.js} +0 -0
  450. /package/build/{HEIGHT_GIRLS.percentile.weekly-5d48ca6c.js → HEIGHT_GIRLS.percentile.weekly-ca8c7bfb.js} +0 -0
  451. /package/build/{HEIGHT_GIRLS.percentile.yearly-93eeb025.js → HEIGHT_GIRLS.percentile.yearly-401d2863.js} +0 -0
  452. /package/build/{HEIGHT_GIRLS.zscore.monthly-b1d98e51.js → HEIGHT_GIRLS.zscore.monthly-ff7ab364.js} +0 -0
  453. /package/build/{HEIGHT_GIRLS.zscore.weekly-3ac2b96a.js → HEIGHT_GIRLS.zscore.weekly-aba2ece2.js} +0 -0
  454. /package/build/{HEIGHT_GIRLS.zscore.yearly-5e0b0bb8.js → HEIGHT_GIRLS.zscore.yearly-f46f3a7a.js} +0 -0
  455. /package/build/{Locale-a078bb23.js → Locale-2ad8ea20.js} +0 -0
  456. /package/build/{Visible-08c4be3d.js → Visible-88b9c33d.js} +0 -0
  457. /package/build/{WEIGHT_BOYS.percentile.monthly-78d2a6d0.js → WEIGHT_BOYS.percentile.monthly-cc1cd53a.js} +0 -0
  458. /package/build/{WEIGHT_BOYS.percentile.weekly-56168e21.js → WEIGHT_BOYS.percentile.weekly-60a1cb27.js} +0 -0
  459. /package/build/{WEIGHT_BOYS.percentile.yearly-80c8b72b.js → WEIGHT_BOYS.percentile.yearly-197a0edf.js} +0 -0
  460. /package/build/{WEIGHT_BOYS.zscore.monthly-e6e24158.js → WEIGHT_BOYS.zscore.monthly-f0e215a7.js} +0 -0
  461. /package/build/{WEIGHT_BOYS.zscore.weekly-ebcacfa3.js → WEIGHT_BOYS.zscore.weekly-5fb5c6f4.js} +0 -0
  462. /package/build/{WEIGHT_BOYS.zscore.yearly-cd0d70fa.js → WEIGHT_BOYS.zscore.yearly-0a044e45.js} +0 -0
  463. /package/build/{WEIGHT_GIRLS.percentile.monthly-131d256b.js → WEIGHT_GIRLS.percentile.monthly-de330329.js} +0 -0
  464. /package/build/{WEIGHT_GIRLS.percentile.weekly-21f14054.js → WEIGHT_GIRLS.percentile.weekly-2e4033fa.js} +0 -0
  465. /package/build/{WEIGHT_GIRLS.percentile.yearly-bd1f351e.js → WEIGHT_GIRLS.percentile.yearly-7903de3e.js} +0 -0
  466. /package/build/{WEIGHT_GIRLS.zscore.monthly-1aa42d0e.js → WEIGHT_GIRLS.zscore.monthly-ff5f391d.js} +0 -0
  467. /package/build/{WEIGHT_GIRLS.zscore.weekly-7c73bedc.js → WEIGHT_GIRLS.zscore.weekly-83c63d39.js} +0 -0
  468. /package/build/{WEIGHT_GIRLS.zscore.yearly-5f457f00.js → WEIGHT_GIRLS.zscore.yearly-d507528f.js} +0 -0
  469. /package/build/{ageGenerate-98e62464.js → ageGenerate-8ebb15fd.js} +0 -0
  470. /package/build/{animation-c1188035.js → animation-259918f0.js} +0 -0
  471. /package/build/{constants-8109eafd.js → constants-26fa8a00.js} +0 -0
  472. /package/build/{constants-1793f76d.js → constants-3ae32cc4.js} +0 -0
  473. /package/build/{context-df75dde3.js → context-12a694e0.js} +0 -0
  474. /package/build/{dataTransform-e60babbb.js → dataTransform-861d48d8.js} +0 -0
  475. /package/build/esm/{BMI_BOYS.percentile.monthly-2704f965.js → BMI_BOYS.percentile.monthly-e4fdaf1e.js} +0 -0
  476. /package/build/esm/{BMI_BOYS.percentile.weekly-cb98a634.js → BMI_BOYS.percentile.weekly-6412eb4e.js} +0 -0
  477. /package/build/esm/{BMI_BOYS.percentile.yearly-cf423a0a.js → BMI_BOYS.percentile.yearly-cea5a6e1.js} +0 -0
  478. /package/build/esm/{BMI_BOYS.zscore.monthly-685ba1c7.js → BMI_BOYS.zscore.monthly-577441e4.js} +0 -0
  479. /package/build/esm/{BMI_BOYS.zscore.weekly-f88a217b.js → BMI_BOYS.zscore.weekly-1c565943.js} +0 -0
  480. /package/build/esm/{BMI_BOYS.zscore.yearly-4112d011.js → BMI_BOYS.zscore.yearly-47de65c4.js} +0 -0
  481. /package/build/esm/{BMI_GIRLS.percentile.monthly-63c6d21c.js → BMI_GIRLS.percentile.monthly-4e2e91d0.js} +0 -0
  482. /package/build/esm/{BMI_GIRLS.percentile.weekly-447ff2e9.js → BMI_GIRLS.percentile.weekly-7d31f0fb.js} +0 -0
  483. /package/build/esm/{BMI_GIRLS.percentile.yearly-dd787daa.js → BMI_GIRLS.percentile.yearly-fef5e20d.js} +0 -0
  484. /package/build/esm/{BMI_GIRLS.zscore.monthly-3a9080d3.js → BMI_GIRLS.zscore.monthly-f2e27dc9.js} +0 -0
  485. /package/build/esm/{BMI_GIRLS.zscore.weekly-a6b58da1.js → BMI_GIRLS.zscore.weekly-a96cc896.js} +0 -0
  486. /package/build/esm/{BMI_GIRLS.zscore.yearly-efcd0984.js → BMI_GIRLS.zscore.yearly-a0b4a2a5.js} +0 -0
  487. /package/build/esm/{ChevronDown-13f6a5cf.js → ChevronDown-fcbcff06.js} +0 -0
  488. /package/build/esm/{Close-c1620eee.js → Close-365a2dc3.js} +0 -0
  489. /package/build/esm/{Google-9786875a.js → Google-96547fab.js} +0 -0
  490. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.monthly-582c90de.js → HEAD CIRCUM_BOYS.percentile.monthly-9cd6e5cc.js} +0 -0
  491. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.weekly-978bac8a.js → HEAD CIRCUM_BOYS.percentile.weekly-e176f965.js} +0 -0
  492. /package/build/esm/{HEAD CIRCUM_BOYS.percentile.yearly-cf26e3d0.js → HEAD CIRCUM_BOYS.percentile.yearly-aab03611.js} +0 -0
  493. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.monthly-31de970e.js → HEAD CIRCUM_BOYS.zscore.monthly-1a7ca87e.js} +0 -0
  494. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.weekly-900f95f2.js → HEAD CIRCUM_BOYS.zscore.weekly-9cf04a9b.js} +0 -0
  495. /package/build/esm/{HEAD CIRCUM_BOYS.zscore.yearly-409f8b98.js → HEAD CIRCUM_BOYS.zscore.yearly-b9dc3b94.js} +0 -0
  496. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.monthly-4231eb97.js → HEAD CIRCUM_GIRLS.percentile.monthly-e697b31c.js} +0 -0
  497. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.weekly-b02c363f.js → HEAD CIRCUM_GIRLS.percentile.weekly-d80f97f9.js} +0 -0
  498. /package/build/esm/{HEAD CIRCUM_GIRLS.percentile.yearly-78b34ff2.js → HEAD CIRCUM_GIRLS.percentile.yearly-9abd42f4.js} +0 -0
  499. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.monthly-0c7a31f7.js → HEAD CIRCUM_GIRLS.zscore.monthly-b6936801.js} +0 -0
  500. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.weekly-868bf312.js → HEAD CIRCUM_GIRLS.zscore.weekly-e0ec4f0b.js} +0 -0
  501. /package/build/esm/{HEAD CIRCUM_GIRLS.zscore.yearly-e76ac89e.js → HEAD CIRCUM_GIRLS.zscore.yearly-42274aa8.js} +0 -0
  502. /package/build/esm/{HEIGHT_BOYS.percentile.monthly-20d42076.js → HEIGHT_BOYS.percentile.monthly-b0c84cb6.js} +0 -0
  503. /package/build/esm/{HEIGHT_BOYS.percentile.weekly-a2798e49.js → HEIGHT_BOYS.percentile.weekly-7fc68853.js} +0 -0
  504. /package/build/esm/{HEIGHT_BOYS.percentile.yearly-483306f2.js → HEIGHT_BOYS.percentile.yearly-77062365.js} +0 -0
  505. /package/build/esm/{HEIGHT_BOYS.zscore.monthly-42784c9d.js → HEIGHT_BOYS.zscore.monthly-4bc3f790.js} +0 -0
  506. /package/build/esm/{HEIGHT_BOYS.zscore.weekly-849fe5f4.js → HEIGHT_BOYS.zscore.weekly-369c6ae2.js} +0 -0
  507. /package/build/esm/{HEIGHT_BOYS.zscore.yearly-548e7e60.js → HEIGHT_BOYS.zscore.yearly-aa09e24a.js} +0 -0
  508. /package/build/esm/{HEIGHT_GIRLS.percentile.monthly-c5b41a4d.js → HEIGHT_GIRLS.percentile.monthly-282f2aae.js} +0 -0
  509. /package/build/esm/{HEIGHT_GIRLS.percentile.weekly-430ad60a.js → HEIGHT_GIRLS.percentile.weekly-dc0c378f.js} +0 -0
  510. /package/build/esm/{HEIGHT_GIRLS.percentile.yearly-ea5d2cef.js → HEIGHT_GIRLS.percentile.yearly-61cc9ba0.js} +0 -0
  511. /package/build/esm/{HEIGHT_GIRLS.zscore.monthly-feabe2d8.js → HEIGHT_GIRLS.zscore.monthly-4b018477.js} +0 -0
  512. /package/build/esm/{HEIGHT_GIRLS.zscore.weekly-6b3584e2.js → HEIGHT_GIRLS.zscore.weekly-14f8a486.js} +0 -0
  513. /package/build/esm/{HEIGHT_GIRLS.zscore.yearly-0d4773d1.js → HEIGHT_GIRLS.zscore.yearly-20dff142.js} +0 -0
  514. /package/build/esm/{Locale-adfd207f.js → Locale-f39ad168.js} +0 -0
  515. /package/build/esm/{Visible-5b3e8bb2.js → Visible-74b38449.js} +0 -0
  516. /package/build/esm/{WEIGHT_BOYS.percentile.monthly-79ea5ed5.js → WEIGHT_BOYS.percentile.monthly-d214fe4b.js} +0 -0
  517. /package/build/esm/{WEIGHT_BOYS.percentile.weekly-df533c0b.js → WEIGHT_BOYS.percentile.weekly-acb3be61.js} +0 -0
  518. /package/build/esm/{WEIGHT_BOYS.percentile.yearly-be9284bf.js → WEIGHT_BOYS.percentile.yearly-2a2ab3f4.js} +0 -0
  519. /package/build/esm/{WEIGHT_BOYS.zscore.monthly-33696cff.js → WEIGHT_BOYS.zscore.monthly-19967e44.js} +0 -0
  520. /package/build/esm/{WEIGHT_BOYS.zscore.weekly-7ce33291.js → WEIGHT_BOYS.zscore.weekly-5840e98d.js} +0 -0
  521. /package/build/esm/{WEIGHT_BOYS.zscore.yearly-87bf3a6e.js → WEIGHT_BOYS.zscore.yearly-4acc4bc6.js} +0 -0
  522. /package/build/esm/{WEIGHT_GIRLS.percentile.monthly-02a28d8b.js → WEIGHT_GIRLS.percentile.monthly-6c3ae757.js} +0 -0
  523. /package/build/esm/{WEIGHT_GIRLS.percentile.weekly-1e556624.js → WEIGHT_GIRLS.percentile.weekly-83da9c3a.js} +0 -0
  524. /package/build/esm/{WEIGHT_GIRLS.percentile.yearly-a2a7e950.js → WEIGHT_GIRLS.percentile.yearly-6dbc9b58.js} +0 -0
  525. /package/build/esm/{WEIGHT_GIRLS.zscore.monthly-ca966e35.js → WEIGHT_GIRLS.zscore.monthly-63c00f8d.js} +0 -0
  526. /package/build/esm/{WEIGHT_GIRLS.zscore.weekly-995c55b4.js → WEIGHT_GIRLS.zscore.weekly-25a94d3a.js} +0 -0
  527. /package/build/esm/{WEIGHT_GIRLS.zscore.yearly-666e98e9.js → WEIGHT_GIRLS.zscore.yearly-1f305c82.js} +0 -0
  528. /package/build/esm/{ageGenerate-5820c481.js → ageGenerate-31ce7674.js} +0 -0
  529. /package/build/esm/{animation-d8cdf774.js → animation-925a6259.js} +0 -0
  530. /package/build/esm/{constants-1da5a50a.js → constants-655e384a.js} +0 -0
  531. /package/build/esm/{constants-ce5271a6.js → constants-bcce86bf.js} +0 -0
  532. /package/build/esm/{context-3ef9593e.js → context-d703ab29.js} +0 -0
  533. /package/build/esm/{dataTransform-cbeb5762.js → dataTransform-302b3bba.js} +0 -0
  534. /package/build/esm/{index-56e4d976.js → index-15d20abe.js} +0 -0
  535. /package/build/esm/{index-8166c45c.js → index-27131e44.js} +0 -0
  536. /package/build/esm/{index-ec96ed21.js → index-3ad17633.js} +0 -0
  537. /package/build/esm/{index-bef69cf0.js → index-44548783.js} +0 -0
  538. /package/build/esm/{index-e8324372.js → index-8e4b3940.js} +0 -0
  539. /package/build/esm/{index-a131e0d4.js → index-b1f7fde6.js} +0 -0
  540. /package/build/esm/{index-be67b7ae.js → index-bb7b263b.js} +0 -0
  541. /package/build/esm/{index-e6344e81.js → index-e1a9a22f.js} +0 -0
  542. /package/build/esm/{index-f488874b.js → index-e78b9ca8.js} +0 -0
  543. /package/build/esm/{index.styles-403f770f.js → index.styles-6465d6bb.js} +0 -0
  544. /package/build/esm/{localizeNumberFormat-88646ced.js → localizeNumberFormat-01ee3264.js} +0 -0
  545. /package/build/esm/{normalizeLink-5d0ac05d.js → normalizeLink-ffec6dc4.js} +0 -0
  546. /package/build/esm/{number-003a0b20.js → number-32750773.js} +0 -0
  547. /package/build/esm/{shared-f8354531.js → shared-0319a067.js} +0 -0
  548. /package/build/esm/{translationsContext-f5f75ec5.js → translationsContext-844e0548.js} +0 -0
  549. /package/build/esm/{tslib.es6-88ed8ad1.js → tslib.es6-05b7cc0f.js} +0 -0
  550. /package/build/esm/{types-1fa82904.js → types-635612fa.js} +0 -0
  551. /package/build/esm/{types-bb63b0f1.js → types-ebdb3527.js} +0 -0
  552. /package/build/esm/{useOutsideClick-8288aa4e.js → useOutsideClick-8871c23e.js} +0 -0
  553. /package/build/esm/{useScrollbarSize-84630ccb.js → useScrollbarSize-8fe7073b.js} +0 -0
  554. /package/build/esm/{useUniqueId-781519f9.js → useUniqueId-4a933ede.js} +0 -0
  555. /package/build/esm/{utils-308ca058.js → utils-30eaad0a.js} +0 -0
  556. /package/build/esm/{utils-e7b81bdc.js → utils-f6a039c9.js} +0 -0
  557. /package/build/{index-0c2bcd44.js → index-0e9f2341.js} +0 -0
  558. /package/build/{index-c92c0540.js → index-0f418bd4.js} +0 -0
  559. /package/build/{index-b262b1d4.js → index-1e6b4a87.js} +0 -0
  560. /package/build/{index-a2e16797.js → index-3b430792.js} +0 -0
  561. /package/build/{index-f74dab7a.js → index-41135ccc.js} +0 -0
  562. /package/build/{index-cf78f71e.js → index-7d41403f.js} +0 -0
  563. /package/build/{index-8f28b7cd.js → index-cee2c290.js} +0 -0
  564. /package/build/{index-4dcc592d.js → index-eee9fd4c.js} +0 -0
  565. /package/build/{index-858052e3.js → index-f0881ec4.js} +0 -0
  566. /package/build/{index.styles-eac100df.js → index.styles-74ff8ffd.js} +0 -0
  567. /package/build/{localizeNumberFormat-276f5621.js → localizeNumberFormat-09126b38.js} +0 -0
  568. /package/build/{normalizeLink-d947e46b.js → normalizeLink-8520a2c4.js} +0 -0
  569. /package/build/{number-50711ee8.js → number-33c4dc73.js} +0 -0
  570. /package/build/{shared-e6688092.js → shared-5981f43c.js} +0 -0
  571. /package/build/{translationsContext-a3ccdf71.js → translationsContext-19e0122e.js} +0 -0
  572. /package/build/{tslib.es6-96c97478.js → tslib.es6-d33594b5.js} +0 -0
  573. /package/build/{types-c613708f.js → types-dd1637a7.js} +0 -0
  574. /package/build/{types-b89d9486.js → types-fbaa732a.js} +0 -0
  575. /package/build/{useOutsideClick-de846086.js → useOutsideClick-76a3079d.js} +0 -0
  576. /package/build/{useScrollbarSize-fa69e3af.js → useScrollbarSize-3f4fdeb6.js} +0 -0
  577. /package/build/{useUniqueId-f936ca4e.js → useUniqueId-a15633b9.js} +0 -0
  578. /package/build/{utils-fe333e42.js → utils-9446bade.js} +0 -0
  579. /package/build/{utils-08509440.js → utils-e8a0bd68.js} +0 -0
@@ -0,0 +1,8 @@
1
+ import React, { ReactElement } from 'react';
2
+ import { ModalProps } from "../../../../../mantine";
3
+ type Props = {
4
+ closeModal: () => void;
5
+ searchInputEle: ReactElement;
6
+ } & ModalProps;
7
+ declare const ModalSearchResult: ({ searchInputEle, closeModal, children, ...props }: Props) => React.JSX.Element;
8
+ export default ModalSearchResult;
@@ -1,7 +1,11 @@
1
1
  import React, { Dispatch } from 'react';
2
+ import { Specialty } from "../../../../interfaces/types";
2
3
  import type { DebouncedFunc } from 'lodash';
3
4
  import { ReducerState, Action } from "../reducer";
4
5
  import { TypeSearch, SearchClick, GATrackingCode } from "../types";
6
+ export interface SearchInputsRef {
7
+ focus: () => void;
8
+ }
5
9
  type Props = {
6
10
  state: ReducerState;
7
11
  type: TypeSearch;
@@ -18,11 +22,14 @@ type Props = {
18
22
  };
19
23
  };
20
24
  trackingAttributes?: GATrackingCode;
25
+ onlyShowSearchBox?: boolean;
21
26
  dispatch: Dispatch<Action>;
22
27
  onSearch?: (info: SearchClick) => void;
23
28
  onEnterSearch?: () => void;
29
+ onFocusInput?: () => void;
24
30
  focusSearchInput?: () => void;
31
+ onChangeSpecialty?: (specialty: Specialty) => void;
25
32
  debouncedFetchSearchResults: DebouncedFunc<(keyword: string, state: ReducerState, searchType: TypeSearch, clientSlug?: string) => Promise<void>>;
26
33
  };
27
- declare const SearchInputs: ({ state, type, isMobile, isLoading, initalSearchValue, typeInformation, debouncedFetchSearchResults, trackingAttributes, hideSpecialtySelection, clientSlug, focusSearchInput, onSearch, onEnterSearch, dispatch, }: Props) => React.JSX.Element;
34
+ declare const SearchInputs: React.ForwardRefExoticComponent<Props & React.RefAttributes<SearchInputsRef>>;
28
35
  export default SearchInputs;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { City } from "../../../../interfaces/types";
3
+ interface ItemProps extends React.ComponentPropsWithoutRef<'div'> {
4
+ label: string;
5
+ value: string;
6
+ city: City;
7
+ }
8
+ export declare const CustomSelectItem: React.ForwardRefExoticComponent<ItemProps & React.RefAttributes<HTMLDivElement>>;
9
+ export {};
@@ -12,5 +12,5 @@ type Props = {
12
12
  trackingAttributes?: GATrackingCode;
13
13
  onLocationClick: (c: City) => void;
14
14
  };
15
- declare const SearchLocation: ({ state, isMobile, debouncedFetchCitiesByKeyword, selectedLocation, trackingAttributes, onLocationClick, dispatch, }: Props) => React.JSX.Element;
15
+ declare const SearchLocation: ({ state, debouncedFetchCitiesByKeyword, selectedLocation, trackingAttributes, onLocationClick, dispatch, }: Props) => React.JSX.Element;
16
16
  export default SearchLocation;
@@ -5,7 +5,7 @@ import { TypeSearch } from "../types";
5
5
  type SearchResultProps = {
6
6
  state: ReducerState;
7
7
  type: TypeSearch;
8
- results: SearchBarSectionItemApi[];
8
+ results: SearchBarSectionItemApi[] | null;
9
9
  location: string;
10
10
  isLoading: boolean;
11
11
  clientSlug?: string;
@@ -18,5 +18,5 @@ type SearchResultProps = {
18
18
  };
19
19
  dispatch: Dispatch<Action>;
20
20
  };
21
- declare const SearchResult: ({ state, type, results, location, isLoading, typeInformation, clientSlug, dispatch, }: SearchResultProps) => React.JSX.Element;
21
+ declare const SearchResult: ({ state, type, results, isLoading, typeInformation, dispatch, }: SearchResultProps) => React.JSX.Element;
22
22
  export default SearchResult;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Specialty } from "../../../../interfaces/types";
3
+ interface ItemProps extends React.ComponentPropsWithoutRef<'div'> {
4
+ label: string;
5
+ value: string;
6
+ specialty: Specialty;
7
+ }
8
+ export declare const CustomSelectItem: React.ForwardRefExoticComponent<ItemProps & React.RefAttributes<HTMLDivElement>>;
9
+ export {};
@@ -10,5 +10,5 @@ type Props = {
10
10
  selectedLocation?: City | null;
11
11
  onSpecialtyClick: (specialty: Specialty) => void;
12
12
  };
13
- declare const SearchSpecialty: ({ state, isMobile, debouncedFetchSearchResults, selectedLocation, onSpecialtyClick, dispatch, }: Props) => React.JSX.Element;
13
+ declare const SearchSpecialty: ({ state, onSpecialtyClick, dispatch, }: Props) => React.JSX.Element;
14
14
  export default SearchSpecialty;
@@ -0,0 +1,13 @@
1
+ import React, { Dispatch } from 'react';
2
+ import { ReducerState, Action } from "./reducer";
3
+ import { TypeSearch } from "./types";
4
+ type SearchContainerProps = {
5
+ state: ReducerState;
6
+ type: TypeSearch;
7
+ isLoading: boolean;
8
+ clientSlug?: string;
9
+ typeInformation: any;
10
+ dispatch: Dispatch<Action>;
11
+ };
12
+ declare const SearchResultContent: ({ state, type, isLoading, clientSlug, typeInformation, dispatch, }: SearchContainerProps) => React.JSX.Element;
13
+ export default SearchResultContent;
@@ -0,0 +1,4 @@
1
+ import { CareLocaleType } from "../../../interfaces/types";
2
+ export declare const SEARCH_KEYWORD_MIN_LENGTH: {
3
+ [k in CareLocaleType]: number;
4
+ };
@@ -0,0 +1,42 @@
1
+ import React from 'react';
2
+ import { City, Specialty } from "../../../interfaces/types";
3
+ import { GeoLocationPermission, GPSType } from "../../../../interfaces/types";
4
+ import { TypeSearch } from "./types";
5
+ import { GATrackingCode, SearchClick } from "./types";
6
+ export type Props = {
7
+ isMobile: boolean;
8
+ careApiDomain: string;
9
+ careFrontDomain?: string;
10
+ initialSearchValue?: string;
11
+ initialSelectedCity?: City | undefined | null;
12
+ initTypeSearch?: TypeSearch;
13
+ initSpecialty?: Specialty | null;
14
+ geoLocationPermission?: GeoLocationPermission;
15
+ geoLocationCoordinates?: GPSType;
16
+ isDebug?: boolean;
17
+ askForGeolocationPermission?: boolean;
18
+ gaTrackingSearchBar?: GATrackingCode;
19
+ gaTrackingLocationSearch?: GATrackingCode;
20
+ autoCompleteDisabled?: boolean;
21
+ inputSearchPlaceholder?: string;
22
+ isOptionAllLocation?: boolean;
23
+ hideResults?: string[];
24
+ isNavResultItem?: boolean;
25
+ hideTabBookingSearch?: string[];
26
+ hideSpecialtySelection?: boolean;
27
+ hideSpecialtyTab?: boolean;
28
+ hidePopularSearchKeys?: boolean;
29
+ clientSlug?: string;
30
+ triggerSearchWhenChangeFilter?: boolean;
31
+ routerPush?: (s: string) => void;
32
+ onGeoLocationPermissionChange?: (perm: GeoLocationPermission, coordinates: GPSType) => void;
33
+ onSearch?: (data: SearchClick) => void;
34
+ onChangeLocation?: (city: City) => void;
35
+ };
36
+ interface SearchKeywordParams {
37
+ locationSlug?: string;
38
+ specialtyId?: number;
39
+ }
40
+ export type OnClickSearchByKeywordFn = (params: SearchKeywordParams) => void;
41
+ declare const BookingSearchBarV3: ({ isMobile, careApiDomain, geoLocationPermission: geoLocationPermissionFromProps, geoLocationCoordinates: geoLocationCoordinatesFromProps, initialSelectedCity: initialSelectedCityFromProps, initialSearchValue, initTypeSearch, initSpecialty, careFrontDomain, isDebug, gaTrackingSearchBar, gaTrackingLocationSearch, autoCompleteDisabled, inputSearchPlaceholder, hideTabBookingSearch, hideSpecialtySelection, hideSpecialtyTab, hidePopularSearchKeys, clientSlug, triggerSearchWhenChangeFilter, routerPush, onGeoLocationPermissionChange, onChangeLocation, }: Props) => React.JSX.Element;
42
+ export { BookingSearchBarV3 };
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledSearchBarWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleWrapperContainer: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: import("react").ElementType<any>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyleSearchInputContainer: import("@emotion/styled").StyledComponent<import("../../../../components/atoms/container").Props & {
11
+ theme?: import("@emotion/react").Theme;
12
+ }, {}, {}>;
13
+ export declare const StyleSearchContent: import("@emotion/styled").StyledComponent<{
14
+ theme?: import("@emotion/react").Theme;
15
+ as?: import("react").ElementType<any>;
16
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,166 @@
1
+ import { CareLocaleType, City, SearchBarTabSectionApi, SearchCityByGeoIpApi, SearchBarSectionItemApi, PopularKeySearchItemApi, Specialty } from "../../../interfaces/types";
2
+ import { GeoLocationPermission, GPSType } from "../../../../interfaces/types";
3
+ import { FocusedType, FocusedSpecialtyType } from "./types";
4
+ export type ReducerState = {
5
+ isMobile: boolean;
6
+ isDebug: boolean;
7
+ navigateTo: null | string;
8
+ geoLocationPermission: GeoLocationPermission;
9
+ geoLocationCoordinates: null | GPSType;
10
+ searchLocationKeywords: string;
11
+ searchSpecialtyKeywords: string;
12
+ searchKeywords: string;
13
+ focused: FocusedType;
14
+ focusedSpecialty: FocusedSpecialtyType;
15
+ selectedLocation: City | null;
16
+ selectedSpecialty: Specialty | null;
17
+ defaultCity: City | null;
18
+ initialCities: City[];
19
+ cities: City[];
20
+ searchResults: SearchBarTabSectionApi;
21
+ initialSearchResults: SearchBarTabSectionApi;
22
+ isLoadingCities: boolean;
23
+ isLoadingSearchResults: boolean;
24
+ isMobileModalOpened: boolean;
25
+ initialSelectedCity: City | null;
26
+ autoCompleteDisabled: boolean;
27
+ inputSearchPlaceholder: string;
28
+ locale: CareLocaleType;
29
+ allSpecialties: SearchBarSectionItemApi[];
30
+ popularKeys: PopularKeySearchItemApi[];
31
+ };
32
+ export declare const initialState: ReducerState;
33
+ export declare enum ActionTypes {
34
+ NavigateTo = "navigate to url",
35
+ ClickOutsideInputLocation = "click outside input location",
36
+ ClickOutsideInputSearch = "click outside input search",
37
+ ClickOutsideInputSearchSpecialty = "click outside input search specialty",
38
+ ClickOutsideInputSpecialty = "click outside input specialty",
39
+ SelectCurrentLocation = "select current location",
40
+ FocusInputLocation = "focus input location",
41
+ FocusInputSearch = "focus input search",
42
+ FocusInputSearchSpecialty = "focus input search specialty",
43
+ ChangeInputLocation = "change input location",
44
+ ChangeInputSearch = "change input search",
45
+ ClearInputLocation = "clear input location",
46
+ ClearInputSearch = "clear input search",
47
+ SelectLocation = "select location",
48
+ SelectSpecialty = "select specialty",
49
+ FetchCitiesStart = "fetch cities start",
50
+ FetchCitiesFinish = "fetch cities finish",
51
+ FetchSearchResultsStart = "fetch search results start",
52
+ FetchSearchResultsComplete = "fetch search results complete",
53
+ FetchSearchResultsFinish = "fetch search results finish",
54
+ FetchCitiesByGeoIpComplete = "fetch cities by geo IP finish",
55
+ FetchCitiesByKeywordComplete = "fetch cities by keyword finish",
56
+ DisplayInitialCities = "display initial cities",
57
+ DisplayInitialSearchResults = "display initial search results",
58
+ UpdateInitialSearchResults = "update initial search results",
59
+ GrantGeoLocationPermission = "grant geolocation permission",
60
+ DenyGeoLocationPermission = "deny geolocation permission",
61
+ OpenMobileModal = "open mobile modal",
62
+ CloseMobileModal = "close mobile modal",
63
+ UpdateInitialSearchValue = "update initial search value",
64
+ SelectSearchResult = "select search result",
65
+ SetInputSearchPlaceholder = "set input search placeholder",
66
+ FocusInputSpecialty = "focus input specialty",
67
+ FetchAllSpecialties = "fetch all specialty",
68
+ FetchPopularKeys = "fetch popular key by type"
69
+ }
70
+ export type Action = {
71
+ type: ActionTypes.NavigateTo;
72
+ payload: string;
73
+ } | {
74
+ type: ActionTypes.ClickOutsideInputLocation;
75
+ } | {
76
+ type: ActionTypes.ClickOutsideInputSpecialty;
77
+ } | {
78
+ type: ActionTypes.ClickOutsideInputSearch;
79
+ } | {
80
+ type: ActionTypes.ClickOutsideInputSearchSpecialty;
81
+ } | {
82
+ type: ActionTypes.FocusInputLocation;
83
+ } | {
84
+ type: ActionTypes.FocusInputSpecialty;
85
+ } | {
86
+ type: ActionTypes.FocusInputSearch;
87
+ } | {
88
+ type: ActionTypes.FocusInputSearchSpecialty;
89
+ } | {
90
+ type: ActionTypes.ChangeInputLocation;
91
+ payload: string;
92
+ } | {
93
+ type: ActionTypes.ChangeInputSearch;
94
+ payload: string;
95
+ } | {
96
+ type: ActionTypes.ClearInputLocation;
97
+ } | {
98
+ type: ActionTypes.ClearInputSearch;
99
+ } | {
100
+ type: ActionTypes.SelectCurrentLocation;
101
+ payload: City;
102
+ } | {
103
+ type: ActionTypes.SelectLocation;
104
+ payload: City;
105
+ } | {
106
+ type: ActionTypes.SelectSpecialty;
107
+ payload: Specialty;
108
+ } | {
109
+ type: ActionTypes.FetchCitiesStart;
110
+ } | {
111
+ type: ActionTypes.FetchCitiesFinish;
112
+ } | {
113
+ type: ActionTypes.FetchSearchResultsStart;
114
+ } | {
115
+ type: ActionTypes.FetchSearchResultsComplete;
116
+ payload: {
117
+ searches: SearchBarSectionItemApi[];
118
+ key: string;
119
+ };
120
+ } | {
121
+ type: ActionTypes.FetchSearchResultsFinish;
122
+ } | {
123
+ type: ActionTypes.FetchCitiesByGeoIpComplete;
124
+ payload: SearchCityByGeoIpApi;
125
+ } | {
126
+ type: ActionTypes.FetchCitiesByKeywordComplete;
127
+ payload: City[];
128
+ } | {
129
+ type: ActionTypes.DisplayInitialCities;
130
+ } | {
131
+ type: ActionTypes.DisplayInitialSearchResults;
132
+ } | {
133
+ type: ActionTypes.UpdateInitialSearchResults;
134
+ payload: {
135
+ searches: SearchBarSectionItemApi[];
136
+ key: string;
137
+ };
138
+ } | {
139
+ type: ActionTypes.GrantGeoLocationPermission;
140
+ payload: GPSType;
141
+ } | {
142
+ type: ActionTypes.DenyGeoLocationPermission;
143
+ } | {
144
+ type: ActionTypes.OpenMobileModal;
145
+ } | {
146
+ type: ActionTypes.CloseMobileModal;
147
+ } | {
148
+ type: ActionTypes.UpdateInitialSearchValue;
149
+ payload: string;
150
+ } | {
151
+ type: ActionTypes.SelectSearchResult;
152
+ payload: {
153
+ name: string;
154
+ url: string;
155
+ };
156
+ } | {
157
+ type: ActionTypes.SetInputSearchPlaceholder;
158
+ payload: string;
159
+ } | {
160
+ type: ActionTypes.FetchAllSpecialties;
161
+ payload: SearchBarSectionItemApi[];
162
+ } | {
163
+ type: ActionTypes.FetchPopularKeys;
164
+ payload: PopularKeySearchItemApi[];
165
+ };
166
+ export declare function reducer(state: ReducerState, action: Action): ReducerState;
@@ -0,0 +1,8 @@
1
+ import React, { ReactElement } from 'react';
2
+ import { ModalProps } from "../../../../../mantine";
3
+ type Props = {
4
+ closeModal: () => void;
5
+ searchInputEle: ReactElement;
6
+ } & ModalProps;
7
+ declare const ModalSearchResult: ({ searchInputEle, closeModal, children, ...props }: Props) => React.JSX.Element;
8
+ export default ModalSearchResult;
@@ -0,0 +1,35 @@
1
+ import React, { Dispatch } from 'react';
2
+ import { Specialty } from "../../../../interfaces/types";
3
+ import type { DebouncedFunc } from 'lodash';
4
+ import { ReducerState, Action } from "../reducer";
5
+ import { TypeSearch, SearchClick, GATrackingCode } from "../types";
6
+ export interface SearchInputsRef {
7
+ focus: () => void;
8
+ }
9
+ type Props = {
10
+ state: ReducerState;
11
+ type: TypeSearch;
12
+ initalSearchValue?: string;
13
+ isMobile: boolean;
14
+ isLoading: boolean;
15
+ hideSpecialtySelection?: boolean;
16
+ clientSlug?: string;
17
+ typeInformation: {
18
+ [key in TypeSearch]: {
19
+ name: string;
20
+ icon: React.ReactNode;
21
+ slug: string;
22
+ };
23
+ };
24
+ trackingAttributes?: GATrackingCode;
25
+ onlyShowSearchBox?: boolean;
26
+ dispatch: Dispatch<Action>;
27
+ onSearch?: (info: SearchClick) => void;
28
+ onEnterSearch?: () => void;
29
+ onFocusInput?: () => void;
30
+ focusSearchInput?: () => void;
31
+ onChangeSpecialty?: (specialty: Specialty) => void;
32
+ debouncedFetchSearchResults: DebouncedFunc<(keyword: string, state: ReducerState, searchType: TypeSearch, clientSlug?: string) => Promise<void>>;
33
+ };
34
+ declare const SearchInputs: React.ForwardRefExoticComponent<Props & React.RefAttributes<SearchInputsRef>>;
35
+ export default SearchInputs;
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ export declare const StyleSearchInputsWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleSearchBarContainer: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: import("react").ElementType<any>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyleSearchIconWrapper: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme;
12
+ as?: import("react").ElementType<any>;
13
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
+ export declare const StyleResultWrapper: import("@emotion/styled").StyledComponent<{
15
+ theme?: import("@emotion/react").Theme;
16
+ as?: import("react").ElementType<any>;
17
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { City } from "../../../../interfaces/types";
3
+ interface ItemProps extends React.ComponentPropsWithoutRef<'div'> {
4
+ label: string;
5
+ value: string;
6
+ city: City;
7
+ }
8
+ export declare const CustomSelectItem: React.ForwardRefExoticComponent<ItemProps & React.RefAttributes<HTMLDivElement>>;
9
+ export {};
@@ -0,0 +1,16 @@
1
+ import React, { Dispatch } from 'react';
2
+ import { City } from "../../../../interfaces/types";
3
+ import type { DebouncedFunc } from 'lodash';
4
+ import { ReducerState, Action } from "../reducer";
5
+ import { GATrackingCode } from "../types";
6
+ type Props = {
7
+ isMobile: boolean;
8
+ state: ReducerState;
9
+ dispatch: Dispatch<Action>;
10
+ debouncedFetchCitiesByKeyword: DebouncedFunc<(keyword: string) => Promise<void>>;
11
+ selectedLocation?: City | null;
12
+ trackingAttributes?: GATrackingCode;
13
+ onLocationClick: (c: City) => void;
14
+ };
15
+ declare const SearchLocation: ({ state, debouncedFetchCitiesByKeyword, selectedLocation, trackingAttributes, onLocationClick, dispatch, }: Props) => React.JSX.Element;
16
+ export default SearchLocation;
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ export declare const StyleSearchLocationWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleResultWrapper: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: import("react").ElementType<any>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyledLocationItem: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme;
12
+ as?: import("react").ElementType<any>;
13
+ } & {
14
+ isSelected?: boolean;
15
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
16
+ export declare const StyledPinIcon: import("@emotion/styled").StyledComponent<{
17
+ className?: string;
18
+ color?: string;
19
+ } & {
20
+ theme?: import("@emotion/react").Theme;
21
+ }, {}, {}>;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const DoctorIcon: () => React.JSX.Element;
3
+ export declare const ServiceIcon: () => React.JSX.Element;
4
+ export declare const HospitalIcon: () => React.JSX.Element;
5
+ export declare const SpecialtyIcon: () => React.JSX.Element;
@@ -0,0 +1,22 @@
1
+ import React, { Dispatch } from 'react';
2
+ import { SearchBarSectionItemApi } from "../../../../interfaces/types";
3
+ import { ReducerState, Action } from "../reducer";
4
+ import { TypeSearch } from "../types";
5
+ type SearchResultProps = {
6
+ state: ReducerState;
7
+ type: TypeSearch;
8
+ results: SearchBarSectionItemApi[] | null;
9
+ location: string;
10
+ isLoading: boolean;
11
+ clientSlug?: string;
12
+ typeInformation: {
13
+ [key in TypeSearch]: {
14
+ name: string;
15
+ icon: React.ReactNode;
16
+ slug: string;
17
+ };
18
+ };
19
+ dispatch: Dispatch<Action>;
20
+ };
21
+ declare const SearchResult: ({ state, type, results, isLoading, typeInformation, dispatch, }: SearchResultProps) => React.JSX.Element;
22
+ export default SearchResult;
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledSearchResultWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleResultHeader: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: import("react").ElementType<any>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyleResultBody: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme;
12
+ as?: import("react").ElementType<any>;
13
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
+ export declare const StyleResultItem: import("@emotion/styled").StyledComponent<{
15
+ theme?: import("@emotion/react").Theme;
16
+ as?: import("react").ElementType<any>;
17
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const StyleResultFooter: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme;
20
+ as?: import("react").ElementType<any>;
21
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,12 @@
1
+ import React, { Dispatch } from 'react';
2
+ import { SearchBarSectionItemApi } from "../../../../interfaces/types";
3
+ import { ReducerState, Action } from "../reducer";
4
+ type Props = {
5
+ state: ReducerState;
6
+ isMobile: boolean;
7
+ isLoading: boolean;
8
+ specialties: SearchBarSectionItemApi[];
9
+ dispatch: Dispatch<Action>;
10
+ };
11
+ declare const SearchResultSpecialties: ({ state, isMobile, specialties, isLoading, dispatch, }: Props) => React.JSX.Element;
12
+ export default SearchResultSpecialties;
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ export declare const StyleSpecialtiesWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleSpecialtyItem: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: import("react").ElementType<any>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyleDivider: import("@emotion/styled").StyledComponent<import("@mantine/core").DividerProps & import("react").RefAttributes<HTMLDivElement> & {
11
+ theme?: import("@emotion/react").Theme;
12
+ }, {}, {}>;
13
+ export declare const StyleShowMore: import("@emotion/styled").StyledComponent<{
14
+ theme?: import("@emotion/react").Theme;
15
+ as?: import("react").ElementType<any>;
16
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Specialty } from "../../../../interfaces/types";
3
+ interface ItemProps extends React.ComponentPropsWithoutRef<'div'> {
4
+ label: string;
5
+ value: string;
6
+ specialty: Specialty;
7
+ }
8
+ export declare const CustomSelectItem: React.ForwardRefExoticComponent<ItemProps & React.RefAttributes<HTMLDivElement>>;
9
+ export {};
@@ -0,0 +1,15 @@
1
+ import React, { Dispatch } from 'react';
2
+ import { City, Specialty } from "../../../../interfaces/types";
3
+ import type { DebouncedFunc } from 'lodash';
4
+ import { ReducerState, Action } from "../reducer";
5
+ type Props = {
6
+ isMobile: boolean;
7
+ state: ReducerState;
8
+ dispatch: Dispatch<Action>;
9
+ debouncedFetchSearchResults: DebouncedFunc<(keyword: string) => Promise<void>>;
10
+ selectedLocation?: City | null;
11
+ onSpecialtyClick: (specialty: Specialty) => void;
12
+ isCompact?: boolean;
13
+ };
14
+ declare const SearchSpecialty: ({ state, isMobile, onSpecialtyClick, dispatch, isCompact, }: Props) => React.JSX.Element;
15
+ export default SearchSpecialty;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ export declare const StyleSearchSpecialtyWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleDropdownPanel: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: import("react").ElementType<any>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyledSpecialtyItem: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme;
12
+ as?: import("react").ElementType<any>;
13
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,17 @@
1
+ import React, { Dispatch } from 'react';
2
+ import { ReducerState, Action } from "../reducer";
3
+ import { TypeSearch } from "../types";
4
+ type Props = {
5
+ state: ReducerState;
6
+ type: TypeSearch;
7
+ typeInformation: {
8
+ [key in TypeSearch]: {
9
+ name: string;
10
+ icon: React.ReactNode;
11
+ slug: string;
12
+ };
13
+ };
14
+ dispatch: Dispatch<Action>;
15
+ };
16
+ declare const SearchTag: ({ state, type, typeInformation, dispatch }: Props) => React.JSX.Element;
17
+ export default SearchTag;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ export declare const StyleSearchTagWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleTagItem: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme;
8
+ as?: import("react").ElementType<any>;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyleTagLabel: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme;
12
+ as?: import("react").ElementType<any>;
13
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { TypeSearch } from "../types";
3
+ type Props = {
4
+ currentTab: TypeSearch;
5
+ isMobile: boolean;
6
+ hideTabBookingSearch?: string[];
7
+ hideSpecialtyTab?: boolean;
8
+ setCurrentTab: (val: TypeSearch) => void;
9
+ };
10
+ declare const TabSearch: ({ currentTab, hideTabBookingSearch, hideSpecialtyTab, isMobile, setCurrentTab, }: Props) => React.JSX.Element;
11
+ export default TabSearch;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledTabWrapper: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: import("react").ElementType<any>;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyleTabContainer: import("@emotion/styled").StyledComponent<import("../../../../../components/atoms/container").Props & {
7
+ theme?: import("@emotion/react").Theme;
8
+ }, {}, {}>;