@zenpatient-org/healthspan-marketing-ui 0.1.32 → 0.1.33

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 (961) hide show
  1. package/dist/_virtual/ArrowContainer.cjs.js +1 -0
  2. package/dist/_virtual/ArrowContainer.es.js +4 -0
  3. package/dist/_virtual/Popover.cjs.js +1 -0
  4. package/dist/_virtual/Popover.cjs2.js +1 -0
  5. package/dist/_virtual/Popover.es.js +5 -0
  6. package/dist/_virtual/Popover.es2.js +4 -0
  7. package/dist/_virtual/PopoverPortal.cjs.js +1 -0
  8. package/dist/_virtual/PopoverPortal.es.js +4 -0
  9. package/dist/_virtual/useArrowContainer.cjs.js +1 -0
  10. package/dist/_virtual/useArrowContainer.es.js +4 -0
  11. package/dist/_virtual/useElementRef.cjs.js +1 -0
  12. package/dist/_virtual/useElementRef.es.js +4 -0
  13. package/dist/_virtual/useHandlePrevValues.cjs.js +1 -0
  14. package/dist/_virtual/useHandlePrevValues.es.js +4 -0
  15. package/dist/_virtual/useMemoizedArray.cjs.js +1 -0
  16. package/dist/_virtual/useMemoizedArray.es.js +4 -0
  17. package/dist/_virtual/usePopover.cjs.js +1 -0
  18. package/dist/_virtual/usePopover.es.js +4 -0
  19. package/dist/_virtual/util.cjs.js +1 -0
  20. package/dist/_virtual/util.es.js +4 -0
  21. package/dist/assets/svg/badge-icon.svg.cjs.js +1 -0
  22. package/dist/assets/svg/badge-icon.svg.es.js +5 -0
  23. package/dist/components/Accordion/Accordion.cjs.js +1 -0
  24. package/dist/components/Accordion/Accordion.d.ts +14 -0
  25. package/dist/components/Accordion/Accordion.es.js +29 -0
  26. package/dist/components/Accordion/accordion.module.css.cjs.js +1 -0
  27. package/dist/components/Accordion/accordion.module.css.es.js +7 -0
  28. package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs.js +1 -0
  29. package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +14 -0
  30. package/dist/components/Accordion/components/AccordionItem/AccordionItem.es.js +18 -0
  31. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.cjs.js +1 -0
  32. package/dist/components/Accordion/components/AccordionItem/accordionItem.module.css.es.js +25 -0
  33. package/dist/components/Accordion/components/AccordionItem/index.d.ts +1 -0
  34. package/dist/components/Accordion/components/index.d.ts +1 -0
  35. package/dist/components/Accordion/index.d.ts +1 -0
  36. package/dist/components/AnchorLinks/AnchorLinks.cjs.js +1 -0
  37. package/dist/components/AnchorLinks/AnchorLinks.d.ts +3 -0
  38. package/dist/components/AnchorLinks/AnchorLinks.es.js +20 -0
  39. package/dist/components/AnchorLinks/anchorLinks.module.css.cjs.js +1 -0
  40. package/dist/components/AnchorLinks/anchorLinks.module.css.es.js +13 -0
  41. package/dist/components/AnchorLinks/index.d.ts +1 -0
  42. package/dist/components/AnchorLinks/types.d.ts +17 -0
  43. package/dist/components/Benefit/Benefit.cjs.js +1 -0
  44. package/dist/components/Benefit/Benefit.d.ts +8 -0
  45. package/dist/components/Benefit/Benefit.es.js +13 -0
  46. package/dist/components/Benefit/benefit.module.css.cjs.js +1 -0
  47. package/dist/components/Benefit/benefit.module.css.es.js +9 -0
  48. package/dist/components/Benefit/index.d.ts +2 -0
  49. package/dist/components/Button/Button.cjs.js +1 -0
  50. package/dist/components/Button/Button.d.ts +15 -0
  51. package/dist/components/Button/Button.es.js +37 -0
  52. package/dist/components/Button/button.module.css.cjs.js +1 -0
  53. package/dist/components/Button/button.module.css.es.js +31 -0
  54. package/dist/components/Button/index.d.ts +2 -0
  55. package/dist/components/Callback/Callback.cjs.js +1 -0
  56. package/dist/components/Callback/Callback.d.ts +12 -0
  57. package/dist/components/Callback/Callback.es.js +53 -0
  58. package/dist/components/Callback/callback.module.css.cjs.js +1 -0
  59. package/dist/components/Callback/callback.module.css.es.js +31 -0
  60. package/dist/components/Callback/constants.cjs.js +1 -0
  61. package/dist/components/Callback/constants.d.ts +13 -0
  62. package/dist/components/Callback/constants.es.js +31 -0
  63. package/dist/components/Callback/index.d.ts +2 -0
  64. package/dist/components/Callback/types.d.ts +1 -0
  65. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.cjs.js +1 -0
  66. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +3 -0
  67. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.es.js +135 -0
  68. package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.cjs.js +1 -0
  69. package/dist/components/ComplexImageCarousel/complexImageCarousel.module.css.es.js +19 -0
  70. package/dist/components/ComplexImageCarousel/index.d.ts +2 -0
  71. package/dist/components/ComplexImageCarousel/types.d.ts +10 -0
  72. package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -0
  73. package/dist/components/ComplexTooltip/ComplexTooltip.d.ts +11 -0
  74. package/dist/components/ComplexTooltip/ComplexTooltip.es.js +62 -0
  75. package/dist/components/ComplexTooltip/complexTooltip.module.css.cjs.js +1 -0
  76. package/dist/components/ComplexTooltip/complexTooltip.module.css.es.js +7 -0
  77. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -0
  78. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts +10 -0
  79. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +52 -0
  80. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +1 -0
  81. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +15 -0
  82. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/index.d.ts +1 -0
  83. package/dist/components/ComplexTooltip/index.d.ts +2 -0
  84. package/dist/components/ComplexTooltip/types.d.ts +13 -0
  85. package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -0
  86. package/dist/components/ContentTabs/ContentTabs.d.ts +18 -0
  87. package/dist/components/ContentTabs/ContentTabs.es.js +38 -0
  88. package/dist/components/ContentTabs/contentTabs.module.css.cjs.js +1 -0
  89. package/dist/components/ContentTabs/contentTabs.module.css.es.js +23 -0
  90. package/dist/components/ContentTabs/index.d.ts +2 -0
  91. package/dist/components/Cursor/Cursor.cjs.js +1 -0
  92. package/dist/components/Cursor/Cursor.d.ts +8 -0
  93. package/dist/components/Cursor/Cursor.es.js +9 -0
  94. package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -0
  95. package/dist/components/Cursor/components/ClientCursor.d.ts +3 -0
  96. package/dist/components/Cursor/components/ClientCursor.es.js +42 -0
  97. package/dist/components/Cursor/components/ServerCursor.cjs.js +1 -0
  98. package/dist/components/Cursor/components/ServerCursor.d.ts +5 -0
  99. package/dist/components/Cursor/components/ServerCursor.es.js +4 -0
  100. package/dist/components/Cursor/cursor.module.css.cjs.js +1 -0
  101. package/dist/components/Cursor/cursor.module.css.es.js +11 -0
  102. package/dist/components/Cursor/index.d.ts +1 -0
  103. package/dist/components/FAQComponent/FAQComponent.cjs.js +1 -0
  104. package/dist/components/FAQComponent/FAQComponent.d.ts +3 -0
  105. package/dist/components/FAQComponent/FAQComponent.es.js +27 -0
  106. package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.cjs.js +1 -0
  107. package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.d.ts +3 -0
  108. package/dist/components/FAQComponent/components/FAQComponentItem/FAQComponentItem.es.js +30 -0
  109. package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.cjs.js +1 -0
  110. package/dist/components/FAQComponent/components/FAQComponentItem/faqComponentItem.module.css.es.js +27 -0
  111. package/dist/components/FAQComponent/components/FAQComponentItem/index.d.ts +2 -0
  112. package/dist/components/FAQComponent/components/FAQComponentItem/types.d.ts +9 -0
  113. package/dist/components/FAQComponent/components/index.d.ts +1 -0
  114. package/dist/components/FAQComponent/faqComponent.module.css.cjs.js +1 -0
  115. package/dist/components/FAQComponent/faqComponent.module.css.es.js +7 -0
  116. package/dist/components/FAQComponent/index.d.ts +1 -0
  117. package/dist/components/FAQComponent/types.d.ts +10 -0
  118. package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -0
  119. package/dist/components/FilterMenu/FilterMenu.d.ts +23 -0
  120. package/dist/components/FilterMenu/FilterMenu.es.js +50 -0
  121. package/dist/components/FilterMenu/filterMenu.module.css.cjs.js +1 -0
  122. package/dist/components/FilterMenu/filterMenu.module.css.es.js +29 -0
  123. package/dist/components/FilterMenu/index.d.ts +1 -0
  124. package/dist/components/GalleryPagination/GalleryPagination.cjs.js +1 -0
  125. package/dist/components/GalleryPagination/GalleryPagination.d.ts +7 -0
  126. package/dist/components/GalleryPagination/GalleryPagination.es.js +7 -0
  127. package/dist/components/GalleryPagination/galleryPagination.module.css.cjs.js +1 -0
  128. package/dist/components/GalleryPagination/galleryPagination.module.css.es.js +13 -0
  129. package/dist/components/GalleryPagination/index.d.ts +1 -0
  130. package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -0
  131. package/dist/components/HighlightedTitle/HighlightedTitle.d.ts +12 -0
  132. package/dist/components/HighlightedTitle/HighlightedTitle.es.js +30 -0
  133. package/dist/components/HighlightedTitle/highlightedTitle.module.css.cjs.js +1 -0
  134. package/dist/components/HighlightedTitle/highlightedTitle.module.css.es.js +13 -0
  135. package/dist/components/HighlightedTitle/index.d.ts +1 -0
  136. package/dist/components/Icon/Icon.cjs.js +1 -0
  137. package/dist/components/Icon/Icon.d.ts +8 -0
  138. package/dist/components/Icon/Icon.es.js +10 -0
  139. package/dist/components/Icon/constants.cjs.js +1 -0
  140. package/dist/components/Icon/constants.d.ts +62 -0
  141. package/dist/components/Icon/constants.es.js +66 -0
  142. package/dist/components/Icon/iconsMap.cjs.js +1 -0
  143. package/dist/components/Icon/iconsMap.d.ts +4 -0
  144. package/dist/components/Icon/iconsMap.es.js +124 -0
  145. package/dist/components/Icon/index.d.ts +2 -0
  146. package/dist/components/IconBracket/IconBracket.cjs.js +1 -0
  147. package/dist/components/IconBracket/IconBracket.d.ts +3 -0
  148. package/dist/components/IconBracket/IconBracket.es.js +17 -0
  149. package/dist/components/IconBracket/iconBracket.module.css.cjs.js +1 -0
  150. package/dist/components/IconBracket/iconBracket.module.css.es.js +15 -0
  151. package/dist/components/IconBracket/index.d.ts +1 -0
  152. package/dist/components/IconBracket/types.d.ts +9 -0
  153. package/dist/components/IconButton/IconButton.cjs.js +1 -0
  154. package/dist/components/IconButton/IconButton.d.ts +14 -0
  155. package/dist/components/IconButton/IconButton.es.js +18 -0
  156. package/dist/components/IconButton/iconButton.module.css.cjs.js +1 -0
  157. package/dist/components/IconButton/iconButton.module.css.es.js +25 -0
  158. package/dist/components/IconButton/index.d.ts +1 -0
  159. package/dist/components/ImageGallery/ImageGallery.cjs.js +1 -0
  160. package/dist/components/ImageGallery/ImageGallery.d.ts +8 -0
  161. package/dist/components/ImageGallery/ImageGallery.es.js +35 -0
  162. package/dist/components/ImageGallery/imageGallery.module.css.cjs.js +1 -0
  163. package/dist/components/ImageGallery/imageGallery.module.css.es.js +15 -0
  164. package/dist/components/ImageGallery/index.d.ts +1 -0
  165. package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -0
  166. package/dist/components/InfiniteScroll/InfiniteScroll.d.ts +18 -0
  167. package/dist/components/InfiniteScroll/InfiniteScroll.es.js +67 -0
  168. package/dist/components/InfiniteScroll/index.d.ts +2 -0
  169. package/dist/components/InfiniteScroll/infiniteScroll.module.css.cjs.js +1 -0
  170. package/dist/components/InfiniteScroll/infiniteScroll.module.css.es.js +9 -0
  171. package/dist/components/Label/Label.cjs.js +1 -0
  172. package/dist/components/Label/Label.d.ts +3 -0
  173. package/dist/components/Label/Label.es.js +19 -0
  174. package/dist/components/Label/index.d.ts +2 -0
  175. package/dist/components/Label/label.module.css.cjs.js +1 -0
  176. package/dist/components/Label/label.module.css.es.js +7 -0
  177. package/dist/components/Label/types.d.ts +10 -0
  178. package/dist/components/Pagination/Pagination.cjs.js +1 -0
  179. package/dist/components/Pagination/Pagination.d.ts +9 -0
  180. package/dist/components/Pagination/Pagination.es.js +54 -0
  181. package/dist/components/Pagination/index.d.ts +1 -0
  182. package/dist/components/Pagination/pagination.module.css.cjs.js +1 -0
  183. package/dist/components/Pagination/pagination.module.css.es.js +19 -0
  184. package/dist/components/PlayButton/PlayButton.cjs.js +1 -0
  185. package/dist/components/PlayButton/PlayButton.d.ts +8 -0
  186. package/dist/components/PlayButton/PlayButton.es.js +9 -0
  187. package/dist/components/PlayButton/index.d.ts +1 -0
  188. package/dist/components/PlayButton/playButton.module.css.cjs.js +1 -0
  189. package/dist/components/PlayButton/playButton.module.css.es.js +11 -0
  190. package/dist/components/Pricing/Pricing.cjs.js +1 -0
  191. package/dist/components/Pricing/Pricing.d.ts +3 -0
  192. package/dist/components/Pricing/Pricing.es.js +41 -0
  193. package/dist/components/Pricing/components/BenefitItem/BenefitItem.cjs.js +1 -0
  194. package/dist/components/Pricing/components/BenefitItem/BenefitItem.d.ts +8 -0
  195. package/dist/components/Pricing/components/BenefitItem/BenefitItem.es.js +11 -0
  196. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
  197. package/dist/components/Pricing/components/BenefitItem/benefitItem.module.css.es.js +7 -0
  198. package/dist/components/Pricing/components/BenefitItem/index.d.ts +1 -0
  199. package/dist/components/Pricing/components/index.d.ts +1 -0
  200. package/dist/components/Pricing/index.d.ts +2 -0
  201. package/dist/components/Pricing/pricing.module.css.cjs.js +1 -0
  202. package/dist/components/Pricing/pricing.module.css.es.js +25 -0
  203. package/dist/components/Pricing/types.d.ts +17 -0
  204. package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -0
  205. package/dist/components/ProductGallery/ProductGallery.d.ts +8 -0
  206. package/dist/components/ProductGallery/ProductGallery.es.js +96 -0
  207. package/dist/components/ProductGallery/index.d.ts +2 -0
  208. package/dist/components/ProductGallery/productGallery.module.css.cjs.js +1 -0
  209. package/dist/components/ProductGallery/productGallery.module.css.es.js +27 -0
  210. package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -0
  211. package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +7 -0
  212. package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +43 -0
  213. package/dist/components/ProductGalleryCard/index.d.ts +2 -0
  214. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +1 -0
  215. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +21 -0
  216. package/dist/components/ProductGalleryCard/types.d.ts +11 -0
  217. package/dist/components/ProductListing/ProductListing.cjs.js +1 -0
  218. package/dist/components/ProductListing/ProductListing.d.ts +19 -0
  219. package/dist/components/ProductListing/ProductListing.es.js +30 -0
  220. package/dist/components/ProductListing/index.d.ts +1 -0
  221. package/dist/components/ProductListing/productListing.module.css.cjs.js +1 -0
  222. package/dist/components/ProductListing/productListing.module.css.es.js +29 -0
  223. package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -0
  224. package/dist/components/ProductPairs/ProductPairs.d.ts +7 -0
  225. package/dist/components/ProductPairs/ProductPairs.es.js +55 -0
  226. package/dist/components/ProductPairs/index.d.ts +1 -0
  227. package/dist/components/ProductPairs/productPairs.module.css.cjs.js +1 -0
  228. package/dist/components/ProductPairs/productPairs.module.css.es.js +17 -0
  229. package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -0
  230. package/dist/components/ProgramCard/ProgramCard.d.ts +13 -0
  231. package/dist/components/ProgramCard/ProgramCard.es.js +48 -0
  232. package/dist/components/ProgramCard/assets/program_card_bg.png.cjs.js +1 -0
  233. package/dist/components/ProgramCard/assets/program_card_bg.png.es.js +4 -0
  234. package/dist/components/ProgramCard/index.d.ts +1 -0
  235. package/dist/components/ProgramCard/programCard.module.css.cjs.js +1 -0
  236. package/dist/components/ProgramCard/programCard.module.css.es.js +7 -0
  237. package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -0
  238. package/dist/components/ProgressButton/ProgressButton.d.ts +15 -0
  239. package/dist/components/ProgressButton/ProgressButton.es.js +44 -0
  240. package/dist/components/ProgressButton/index.d.ts +2 -0
  241. package/dist/components/ProgressButton/progressButton.module.css.cjs.js +1 -0
  242. package/dist/components/ProgressButton/progressButton.module.css.es.js +21 -0
  243. package/dist/components/ProgressButton/types.d.ts +1 -0
  244. package/dist/components/RadioButton/RadioButton.cjs.js +1 -0
  245. package/dist/components/RadioButton/RadioButton.d.ts +9 -0
  246. package/dist/components/RadioButton/RadioButton.es.js +38 -0
  247. package/dist/components/RadioButton/index.d.ts +1 -0
  248. package/dist/components/RadioButton/radioButton.module.css.cjs.js +1 -0
  249. package/dist/components/RadioButton/radioButton.module.css.es.js +21 -0
  250. package/dist/components/RatingStars/RatingStars.cjs.js +1 -0
  251. package/dist/components/RatingStars/RatingStars.d.ts +7 -0
  252. package/dist/components/RatingStars/RatingStars.es.js +18 -0
  253. package/dist/components/RatingStars/index.d.ts +1 -0
  254. package/dist/components/RatingStars/ratingStars.module.css.cjs.js +1 -0
  255. package/dist/components/RatingStars/ratingStars.module.css.es.js +13 -0
  256. package/dist/components/SmartCallout/SmartCallout.cjs.js +1 -0
  257. package/dist/components/SmartCallout/SmartCallout.d.ts +5 -0
  258. package/dist/components/SmartCallout/SmartCallout.es.js +7 -0
  259. package/dist/components/SmartCallout/index.d.ts +1 -0
  260. package/dist/components/SmartCallout/smartCallout.module.css.cjs.js +1 -0
  261. package/dist/components/SmartCallout/smartCallout.module.css.es.js +7 -0
  262. package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -0
  263. package/dist/components/StepsCarousel/StepsCarousel.d.ts +13 -0
  264. package/dist/components/StepsCarousel/StepsCarousel.es.js +122 -0
  265. package/dist/components/StepsCarousel/index.d.ts +1 -0
  266. package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +1 -0
  267. package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +31 -0
  268. package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -0
  269. package/dist/components/StudyGridCard/StudyGridCard.d.ts +12 -0
  270. package/dist/components/StudyGridCard/StudyGridCard.es.js +91 -0
  271. package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +1 -0
  272. package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +19 -0
  273. package/dist/components/Tabs/Tabs.cjs.js +1 -0
  274. package/dist/components/Tabs/Tabs.d.ts +23 -0
  275. package/dist/components/Tabs/Tabs.es.js +36 -0
  276. package/dist/components/Tabs/TabsWithFade.cjs.js +1 -0
  277. package/dist/components/Tabs/TabsWithFade.d.ts +9 -0
  278. package/dist/components/Tabs/TabsWithFade.es.js +40 -0
  279. package/dist/components/Tabs/index.d.ts +3 -0
  280. package/dist/components/Tabs/tabs.module.css.cjs.js +1 -0
  281. package/dist/components/Tabs/tabs.module.css.es.js +35 -0
  282. package/dist/components/Tag/Tag.cjs.js +1 -0
  283. package/dist/components/Tag/Tag.d.ts +16 -0
  284. package/dist/components/Tag/Tag.es.js +24 -0
  285. package/dist/components/Tag/index.d.ts +1 -0
  286. package/dist/components/Tag/tag.module.css.cjs.js +1 -0
  287. package/dist/components/Tag/tag.module.css.es.js +17 -0
  288. package/dist/components/TextButton/TextButton.cjs.js +1 -0
  289. package/dist/components/TextButton/TextButton.d.ts +15 -0
  290. package/dist/components/TextButton/TextButton.es.js +34 -0
  291. package/dist/components/TextButton/index.d.ts +2 -0
  292. package/dist/components/TextButton/textButton.module.css.cjs.js +1 -0
  293. package/dist/components/TextButton/textButton.module.css.es.js +19 -0
  294. package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -0
  295. package/dist/components/TypeBadge/TypeBadge.d.ts +12 -0
  296. package/dist/components/TypeBadge/TypeBadge.es.js +12 -0
  297. package/dist/components/TypeBadge/index.d.ts +2 -0
  298. package/dist/components/TypeBadge/typeBadge.module.css.cjs.js +1 -0
  299. package/dist/components/TypeBadge/typeBadge.module.css.es.js +9 -0
  300. package/dist/components/Typography/Typography.cjs.js +1 -0
  301. package/dist/components/Typography/Typography.d.ts +16 -0
  302. package/dist/components/Typography/Typography.es.js +30 -0
  303. package/dist/components/Typography/Typography.service.cjs.js +1 -0
  304. package/dist/components/Typography/Typography.service.d.ts +3 -0
  305. package/dist/components/Typography/Typography.service.es.js +11 -0
  306. package/dist/components/Typography/index.d.ts +2 -0
  307. package/dist/components/index.d.ts +0 -0
  308. package/dist/healthspan-marketing-ui.css +1 -0
  309. package/dist/icons/action/alert-error-fill.svg.cjs.js +1 -0
  310. package/dist/icons/action/alert-error-fill.svg.es.js +5 -0
  311. package/dist/icons/action/alert-error.svg.cjs.js +1 -0
  312. package/dist/icons/action/alert-error.svg.es.js +5 -0
  313. package/dist/icons/action/bracket-left.svg.cjs.js +1 -0
  314. package/dist/icons/action/bracket-left.svg.es.js +5 -0
  315. package/dist/icons/action/bracket-right.svg.cjs.js +1 -0
  316. package/dist/icons/action/bracket-right.svg.es.js +5 -0
  317. package/dist/icons/action/check.svg.cjs.js +1 -0
  318. package/dist/icons/action/check.svg.es.js +5 -0
  319. package/dist/icons/action/circle-check-fill.svg.cjs.js +1 -0
  320. package/dist/icons/action/circle-check-fill.svg.es.js +5 -0
  321. package/dist/icons/action/circle-check.svg.cjs.js +1 -0
  322. package/dist/icons/action/circle-check.svg.es.js +5 -0
  323. package/dist/icons/action/close.svg.cjs.js +1 -0
  324. package/dist/icons/action/close.svg.es.js +5 -0
  325. package/dist/icons/action/help.svg.cjs.js +1 -0
  326. package/dist/icons/action/help.svg.es.js +5 -0
  327. package/dist/icons/action/info.svg.cjs.js +1 -0
  328. package/dist/icons/action/info.svg.es.js +5 -0
  329. package/dist/icons/action/menu.svg.cjs.js +1 -0
  330. package/dist/icons/action/menu.svg.es.js +5 -0
  331. package/dist/icons/action/play.svg.cjs.js +1 -0
  332. package/dist/icons/action/play.svg.es.js +5 -0
  333. package/dist/icons/action/plus.svg.cjs.js +1 -0
  334. package/dist/icons/action/plus.svg.es.js +5 -0
  335. package/dist/icons/action/remove.svg.cjs.js +1 -0
  336. package/dist/icons/action/remove.svg.es.js +5 -0
  337. package/dist/icons/action/search.svg.cjs.js +1 -0
  338. package/dist/icons/action/search.svg.es.js +5 -0
  339. package/dist/icons/action/warning.svg.cjs.js +1 -0
  340. package/dist/icons/action/warning.svg.es.js +5 -0
  341. package/dist/icons/arrow/arrow-back.svg.cjs.js +1 -0
  342. package/dist/icons/arrow/arrow-back.svg.es.js +5 -0
  343. package/dist/icons/arrow/arrow-downward.svg.cjs.js +1 -0
  344. package/dist/icons/arrow/arrow-downward.svg.es.js +5 -0
  345. package/dist/icons/arrow/arrow-forward.svg.cjs.js +1 -0
  346. package/dist/icons/arrow/arrow-forward.svg.es.js +5 -0
  347. package/dist/icons/arrow/arrow-insert.svg.cjs.js +1 -0
  348. package/dist/icons/arrow/arrow-insert.svg.es.js +5 -0
  349. package/dist/icons/arrow/arrow-outward.svg.cjs.js +1 -0
  350. package/dist/icons/arrow/arrow-outward.svg.es.js +5 -0
  351. package/dist/icons/arrow/arrow-return.svg.cjs.js +1 -0
  352. package/dist/icons/arrow/arrow-return.svg.es.js +5 -0
  353. package/dist/icons/arrow/arrow-upward.svg.cjs.js +1 -0
  354. package/dist/icons/arrow/arrow-upward.svg.es.js +5 -0
  355. package/dist/icons/arrow/chevron-back.svg.cjs.js +1 -0
  356. package/dist/icons/arrow/chevron-back.svg.es.js +5 -0
  357. package/dist/icons/arrow/chevron-down.svg.cjs.js +1 -0
  358. package/dist/icons/arrow/chevron-down.svg.es.js +5 -0
  359. package/dist/icons/arrow/chevron-forward.svg.cjs.js +1 -0
  360. package/dist/icons/arrow/chevron-forward.svg.es.js +5 -0
  361. package/dist/icons/arrow/chevron-up.svg.cjs.js +1 -0
  362. package/dist/icons/arrow/chevron-up.svg.es.js +5 -0
  363. package/dist/icons/bold/arrow-bold.svg.cjs.js +1 -0
  364. package/dist/icons/bold/arrow-bold.svg.es.js +5 -0
  365. package/dist/icons/bold/close-bold.svg.cjs.js +1 -0
  366. package/dist/icons/bold/close-bold.svg.es.js +5 -0
  367. package/dist/icons/bold/dot-bold.svg.cjs.js +1 -0
  368. package/dist/icons/bold/dot-bold.svg.es.js +5 -0
  369. package/dist/icons/bold/plus-bold.svg.cjs.js +1 -0
  370. package/dist/icons/bold/plus-bold.svg.es.js +5 -0
  371. package/dist/icons/chat/message-fill.svg.cjs.js +1 -0
  372. package/dist/icons/chat/message-fill.svg.es.js +5 -0
  373. package/dist/icons/chat/message.svg.cjs.js +1 -0
  374. package/dist/icons/chat/message.svg.es.js +5 -0
  375. package/dist/icons/eCommerce/calendar.svg.cjs.js +1 -0
  376. package/dist/icons/eCommerce/calendar.svg.es.js +5 -0
  377. package/dist/icons/eCommerce/cart.svg.cjs.js +1 -0
  378. package/dist/icons/eCommerce/cart.svg.es.js +5 -0
  379. package/dist/icons/eCommerce/package-fill.svg.cjs.js +1 -0
  380. package/dist/icons/eCommerce/package-fill.svg.es.js +5 -0
  381. package/dist/icons/eCommerce/package.svg.cjs.js +1 -0
  382. package/dist/icons/eCommerce/package.svg.es.js +5 -0
  383. package/dist/icons/faces/smile-fill.svg.cjs.js +1 -0
  384. package/dist/icons/faces/smile-fill.svg.es.js +5 -0
  385. package/dist/icons/faces/smile.svg.cjs.js +1 -0
  386. package/dist/icons/faces/smile.svg.es.js +5 -0
  387. package/dist/icons/global/filter.svg.cjs.js +1 -0
  388. package/dist/icons/global/filter.svg.es.js +5 -0
  389. package/dist/icons/global/pin-drop.svg.cjs.js +1 -0
  390. package/dist/icons/global/pin-drop.svg.es.js +5 -0
  391. package/dist/icons/indicators/circle-dash-fill.svg.cjs.js +1 -0
  392. package/dist/icons/indicators/circle-dash-fill.svg.es.js +5 -0
  393. package/dist/icons/indicators/circle-dash.svg.cjs.js +1 -0
  394. package/dist/icons/indicators/circle-dash.svg.es.js +5 -0
  395. package/dist/icons/medical/coaching.svg.cjs.js +1 -0
  396. package/dist/icons/medical/coaching.svg.es.js +5 -0
  397. package/dist/icons/medical/labs.svg.cjs.js +1 -0
  398. package/dist/icons/medical/labs.svg.es.js +5 -0
  399. package/dist/icons/medical/myspan.svg.cjs.js +1 -0
  400. package/dist/icons/medical/myspan.svg.es.js +5 -0
  401. package/dist/icons/medical/optimizations.svg.cjs.js +1 -0
  402. package/dist/icons/medical/optimizations.svg.es.js +5 -0
  403. package/dist/icons/medical/protocols.svg.cjs.js +1 -0
  404. package/dist/icons/medical/protocols.svg.es.js +5 -0
  405. package/dist/icons/medical/ruler.svg.cjs.js +1 -0
  406. package/dist/icons/medical/ruler.svg.es.js +5 -0
  407. package/dist/icons/medical/scale.svg.cjs.js +1 -0
  408. package/dist/icons/medical/scale.svg.es.js +5 -0
  409. package/dist/icons/social/facebook.svg.cjs.js +1 -0
  410. package/dist/icons/social/facebook.svg.es.js +5 -0
  411. package/dist/icons/social/heart-fill.svg.cjs.js +1 -0
  412. package/dist/icons/social/heart-fill.svg.es.js +5 -0
  413. package/dist/icons/social/heart.svg.cjs.js +1 -0
  414. package/dist/icons/social/heart.svg.es.js +5 -0
  415. package/dist/icons/social/instagram.svg.cjs.js +1 -0
  416. package/dist/icons/social/instagram.svg.es.js +5 -0
  417. package/dist/icons/social/star-fill.svg.cjs.js +1 -0
  418. package/dist/icons/social/star-fill.svg.es.js +5 -0
  419. package/dist/icons/social/star-half.svg.cjs.js +1 -0
  420. package/dist/icons/social/star-half.svg.es.js +5 -0
  421. package/dist/icons/social/star-outline.svg.cjs.js +1 -0
  422. package/dist/icons/social/star-outline.svg.es.js +5 -0
  423. package/dist/icons/social/star.svg.cjs.js +1 -0
  424. package/dist/icons/social/star.svg.es.js +5 -0
  425. package/dist/icons/social/x.svg.cjs.js +1 -0
  426. package/dist/icons/social/x.svg.es.js +5 -0
  427. package/dist/index.cjs.js +1 -0
  428. package/dist/index.d.ts +1 -0
  429. package/dist/index.es.js +10 -0
  430. package/dist/lib/useSwiper.d.ts +23 -0
  431. package/dist/modules/AllInOne/AllInOne.cjs.js +1 -0
  432. package/dist/modules/AllInOne/AllInOne.d.ts +11 -0
  433. package/dist/modules/AllInOne/AllInOne.es.js +222 -0
  434. package/dist/modules/AllInOne/allInOne.module.css.cjs.js +1 -0
  435. package/dist/modules/AllInOne/allInOne.module.css.es.js +23 -0
  436. package/dist/modules/AllInOne/index.d.ts +1 -0
  437. package/dist/modules/Benefits/Benefits.cjs.js +1 -0
  438. package/dist/modules/Benefits/Benefits.d.ts +14 -0
  439. package/dist/modules/Benefits/Benefits.es.js +30 -0
  440. package/dist/modules/Benefits/benefits.module.css.cjs.js +1 -0
  441. package/dist/modules/Benefits/benefits.module.css.es.js +27 -0
  442. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -0
  443. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.d.ts +7 -0
  444. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +13 -0
  445. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
  446. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +11 -0
  447. package/dist/modules/Benefits/components/BenefitItem/index.d.ts +1 -0
  448. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -0
  449. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.d.ts +6 -0
  450. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +8 -0
  451. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +1 -0
  452. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +9 -0
  453. package/dist/modules/Benefits/components/BenefitTag/index.d.ts +1 -0
  454. package/dist/modules/Benefits/components/index.d.ts +2 -0
  455. package/dist/modules/Benefits/index.d.ts +1 -0
  456. package/dist/modules/CallToAction/CallToAction.cjs.js +1 -0
  457. package/dist/modules/CallToAction/CallToAction.d.ts +15 -0
  458. package/dist/modules/CallToAction/CallToAction.es.js +165 -0
  459. package/dist/modules/CallToAction/callToAction.module.css.cjs.js +1 -0
  460. package/dist/modules/CallToAction/callToAction.module.css.es.js +43 -0
  461. package/dist/modules/CallToAction/index.d.ts +1 -0
  462. package/dist/modules/Callback/Callback.cjs.js +1 -0
  463. package/dist/modules/Callback/Callback.d.ts +6 -0
  464. package/dist/modules/Callback/Callback.es.js +36 -0
  465. package/dist/modules/Callback/callback.module.css.cjs.js +1 -0
  466. package/dist/modules/Callback/callback.module.css.es.js +15 -0
  467. package/dist/modules/Callback/index.d.ts +1 -0
  468. package/dist/modules/Compare/Compare.cjs.js +1 -0
  469. package/dist/modules/Compare/Compare.d.ts +3 -0
  470. package/dist/modules/Compare/Compare.es.js +26 -0
  471. package/dist/modules/Compare/compare.module.css.cjs.js +1 -0
  472. package/dist/modules/Compare/compare.module.css.es.js +15 -0
  473. package/dist/modules/Compare/index.d.ts +1 -0
  474. package/dist/modules/Compare/types.d.ts +9 -0
  475. package/dist/modules/Comparison/Comparison.cjs.js +1 -0
  476. package/dist/modules/Comparison/Comparison.d.ts +9 -0
  477. package/dist/modules/Comparison/Comparison.es.js +110 -0
  478. package/dist/modules/Comparison/assets/company-logo.svg.cjs.js +1 -0
  479. package/dist/modules/Comparison/assets/company-logo.svg.es.js +5 -0
  480. package/dist/modules/Comparison/comparison.module.css.cjs.js +1 -0
  481. package/dist/modules/Comparison/comparison.module.css.es.js +41 -0
  482. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -0
  483. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.d.ts +8 -0
  484. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +42 -0
  485. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +1 -0
  486. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +27 -0
  487. package/dist/modules/Comparison/components/ComparisonMobileView/index.d.ts +1 -0
  488. package/dist/modules/Comparison/index.d.ts +1 -0
  489. package/dist/modules/Comparison/types.d.ts +15 -0
  490. package/dist/modules/Comparison/utils.cjs.js +1 -0
  491. package/dist/modules/Comparison/utils.d.ts +1 -0
  492. package/dist/modules/Comparison/utils.es.js +4 -0
  493. package/dist/modules/CursorImageBlock/CursorImageBlock.cjs.js +1 -0
  494. package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +3 -0
  495. package/dist/modules/CursorImageBlock/CursorImageBlock.es.js +24 -0
  496. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.cjs.js +1 -0
  497. package/dist/modules/CursorImageBlock/cursorImageBlock.module.css.es.js +25 -0
  498. package/dist/modules/CursorImageBlock/index.d.ts +2 -0
  499. package/dist/modules/CursorImageBlock/types.d.ts +9 -0
  500. package/dist/modules/FAQModule/FAQModule.cjs.js +1 -0
  501. package/dist/modules/FAQModule/FAQModule.d.ts +3 -0
  502. package/dist/modules/FAQModule/FAQModule.es.js +17 -0
  503. package/dist/modules/FAQModule/faqModule.module.css.cjs.js +1 -0
  504. package/dist/modules/FAQModule/faqModule.module.css.es.js +19 -0
  505. package/dist/modules/FAQModule/index.d.ts +1 -0
  506. package/dist/modules/FAQModule/types.d.ts +10 -0
  507. package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -0
  508. package/dist/modules/FeaturedIn/FeaturedIn.d.ts +21 -0
  509. package/dist/modules/FeaturedIn/FeaturedIn.es.js +63 -0
  510. package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +1 -0
  511. package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +37 -0
  512. package/dist/modules/FeaturedIn/index.d.ts +1 -0
  513. package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -0
  514. package/dist/modules/FeaturesGallery/FeaturesGallery.d.ts +14 -0
  515. package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +30 -0
  516. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -0
  517. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.d.ts +10 -0
  518. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +44 -0
  519. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +1 -0
  520. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +21 -0
  521. package/dist/modules/FeaturesGallery/components/FeatureGrid/index.d.ts +1 -0
  522. package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +1 -0
  523. package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +21 -0
  524. package/dist/modules/FeaturesGallery/index.d.ts +1 -0
  525. package/dist/modules/FeaturesGallery/types.d.ts +5 -0
  526. package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -0
  527. package/dist/modules/FollowTheScience/FollowTheScience.d.ts +10 -0
  528. package/dist/modules/FollowTheScience/FollowTheScience.es.js +94 -0
  529. package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +1 -0
  530. package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +17 -0
  531. package/dist/modules/FollowTheScience/index.d.ts +1 -0
  532. package/dist/modules/HighestStandards/HighestStandards.cjs.js +1 -0
  533. package/dist/modules/HighestStandards/HighestStandards.d.ts +3 -0
  534. package/dist/modules/HighestStandards/HighestStandards.es.js +26 -0
  535. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.cjs.js +1 -0
  536. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.d.ts +3 -0
  537. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.es.js +24 -0
  538. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.cjs.js +1 -0
  539. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.d.ts +3 -0
  540. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.es.js +31 -0
  541. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/index.d.ts +2 -0
  542. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.cjs.js +1 -0
  543. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/tabsMenuItem.module.css.es.js +25 -0
  544. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/types.d.ts +9 -0
  545. package/dist/modules/HighestStandards/components/TabsMenu/components/index.d.ts +1 -0
  546. package/dist/modules/HighestStandards/components/TabsMenu/index.d.ts +1 -0
  547. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.cjs.js +1 -0
  548. package/dist/modules/HighestStandards/components/TabsMenu/tabsMenu.module.css.es.js +7 -0
  549. package/dist/modules/HighestStandards/components/TabsMenu/types.d.ts +6 -0
  550. package/dist/modules/HighestStandards/components/index.d.ts +1 -0
  551. package/dist/modules/HighestStandards/highestStandards.module.css.cjs.js +1 -0
  552. package/dist/modules/HighestStandards/highestStandards.module.css.es.js +23 -0
  553. package/dist/modules/HighestStandards/index.d.ts +1 -0
  554. package/dist/modules/HighestStandards/types.d.ts +11 -0
  555. package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -0
  556. package/dist/modules/HowItWorks/HowItWorks.d.ts +11 -0
  557. package/dist/modules/HowItWorks/HowItWorks.es.js +16 -0
  558. package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -0
  559. package/dist/modules/HowItWorks/components/Content/Content.d.ts +10 -0
  560. package/dist/modules/HowItWorks/components/Content/Content.es.js +65 -0
  561. package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +1 -0
  562. package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +21 -0
  563. package/dist/modules/HowItWorks/components/Content/index.d.ts +1 -0
  564. package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +1 -0
  565. package/dist/modules/HowItWorks/howItWorks.module.css.es.js +13 -0
  566. package/dist/modules/HowItWorks/index.d.ts +1 -0
  567. package/dist/modules/ImageWithText/ImageWithText.cjs.js +1 -0
  568. package/dist/modules/ImageWithText/ImageWithText.d.ts +3 -0
  569. package/dist/modules/ImageWithText/ImageWithText.es.js +35 -0
  570. package/dist/modules/ImageWithText/imageWithText.module.css.cjs.js +1 -0
  571. package/dist/modules/ImageWithText/imageWithText.module.css.es.js +23 -0
  572. package/dist/modules/ImageWithText/index.d.ts +1 -0
  573. package/dist/modules/ImageWithText/types.d.ts +10 -0
  574. package/dist/modules/IndividualProductCard/IndividualProductCard.cjs.js +1 -0
  575. package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +26 -0
  576. package/dist/modules/IndividualProductCard/IndividualProductCard.es.js +80 -0
  577. package/dist/modules/IndividualProductCard/components/Features/Features.cjs.js +1 -0
  578. package/dist/modules/IndividualProductCard/components/Features/Features.d.ts +7 -0
  579. package/dist/modules/IndividualProductCard/components/Features/Features.es.js +35 -0
  580. package/dist/modules/IndividualProductCard/components/Features/features.module.css.cjs.js +1 -0
  581. package/dist/modules/IndividualProductCard/components/Features/features.module.css.es.js +17 -0
  582. package/dist/modules/IndividualProductCard/components/Features/index.d.ts +1 -0
  583. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.cjs.js +1 -0
  584. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.d.ts +9 -0
  585. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.es.js +48 -0
  586. package/dist/modules/IndividualProductCard/components/PlanCard/index.d.ts +1 -0
  587. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.cjs.js +1 -0
  588. package/dist/modules/IndividualProductCard/components/PlanCard/planCard.module.css.es.js +35 -0
  589. package/dist/modules/IndividualProductCard/index.d.ts +1 -0
  590. package/dist/modules/IndividualProductCard/individualProductCard.module.css.cjs.js +1 -0
  591. package/dist/modules/IndividualProductCard/individualProductCard.module.css.es.js +27 -0
  592. package/dist/modules/IndividualProductCard/types.d.ts +17 -0
  593. package/dist/modules/IngredientHighlight/IngredientHighlight.cjs.js +1 -0
  594. package/dist/modules/IngredientHighlight/IngredientHighlight.d.ts +3 -0
  595. package/dist/modules/IngredientHighlight/IngredientHighlight.es.js +26 -0
  596. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.cjs.js +1 -0
  597. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.d.ts +3 -0
  598. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.es.js +11 -0
  599. package/dist/modules/IngredientHighlight/components/Ingredient/index.d.ts +2 -0
  600. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.cjs.js +1 -0
  601. package/dist/modules/IngredientHighlight/components/Ingredient/ingredient.module.css.es.js +17 -0
  602. package/dist/modules/IngredientHighlight/components/Ingredient/types.d.ts +7 -0
  603. package/dist/modules/IngredientHighlight/components/index.d.ts +1 -0
  604. package/dist/modules/IngredientHighlight/index.d.ts +2 -0
  605. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.cjs.js +1 -0
  606. package/dist/modules/IngredientHighlight/ingredientHighlight.module.css.es.js +15 -0
  607. package/dist/modules/IngredientHighlight/types.d.ts +7 -0
  608. package/dist/modules/LongevityPathways/LongevityPathways.cjs.js +1 -0
  609. package/dist/modules/LongevityPathways/LongevityPathways.d.ts +3 -0
  610. package/dist/modules/LongevityPathways/LongevityPathways.es.js +19 -0
  611. package/dist/modules/LongevityPathways/index.d.ts +2 -0
  612. package/dist/modules/LongevityPathways/longevityPathways.module.css.cjs.js +1 -0
  613. package/dist/modules/LongevityPathways/longevityPathways.module.css.es.js +9 -0
  614. package/dist/modules/LongevityPathways/types.d.ts +9 -0
  615. package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -0
  616. package/dist/modules/OptimalHealth/OptimalHealth.d.ts +11 -0
  617. package/dist/modules/OptimalHealth/OptimalHealth.es.js +36 -0
  618. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -0
  619. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.d.ts +7 -0
  620. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +59 -0
  621. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +1 -0
  622. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +35 -0
  623. package/dist/modules/OptimalHealth/components/ClockImages/hooks.d.ts +1 -0
  624. package/dist/modules/OptimalHealth/components/ClockImages/index.d.ts +1 -0
  625. package/dist/modules/OptimalHealth/index.d.ts +1 -0
  626. package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +1 -0
  627. package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +21 -0
  628. package/dist/modules/OptimalHealth/types.d.ts +12 -0
  629. package/dist/modules/OurProcess/OurProcess.cjs.js +1 -0
  630. package/dist/modules/OurProcess/OurProcess.d.ts +13 -0
  631. package/dist/modules/OurProcess/OurProcess.es.js +24 -0
  632. package/dist/modules/OurProcess/index.d.ts +1 -0
  633. package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +1 -0
  634. package/dist/modules/OurProcess/ourProcess.module.css.es.js +11 -0
  635. package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -0
  636. package/dist/modules/PairedProducts/PairedProducts.d.ts +12 -0
  637. package/dist/modules/PairedProducts/PairedProducts.es.js +17 -0
  638. package/dist/modules/PairedProducts/index.d.ts +1 -0
  639. package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +1 -0
  640. package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +17 -0
  641. package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -0
  642. package/dist/modules/ProductsDisplay/ProductsDisplay.d.ts +3 -0
  643. package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +22 -0
  644. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -0
  645. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +10 -0
  646. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +14 -0
  647. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/index.d.ts +1 -0
  648. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.cjs.js +1 -0
  649. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/productsDisplayTabs.module.css.es.js +9 -0
  650. package/dist/modules/ProductsDisplay/components/index.d.ts +1 -0
  651. package/dist/modules/ProductsDisplay/index.d.ts +1 -0
  652. package/dist/modules/ProductsDisplay/productsDisplay.module.css.cjs.js +1 -0
  653. package/dist/modules/ProductsDisplay/productsDisplay.module.css.es.js +11 -0
  654. package/dist/modules/ProductsDisplay/types.d.ts +11 -0
  655. package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -0
  656. package/dist/modules/ProductsDisplay/useProductsData.d.ts +16 -0
  657. package/dist/modules/ProductsDisplay/useProductsData.es.js +20 -0
  658. package/dist/modules/Reviews/Reviews.cjs.js +1 -0
  659. package/dist/modules/Reviews/Reviews.d.ts +15 -0
  660. package/dist/modules/Reviews/Reviews.es.js +42 -0
  661. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.cjs.js +1 -0
  662. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.d.ts +3 -0
  663. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.es.js +17 -0
  664. package/dist/modules/Reviews/components/ReviewCard/index.d.ts +1 -0
  665. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.cjs.js +1 -0
  666. package/dist/modules/Reviews/components/ReviewCard/reviewCard.module.css.es.js +13 -0
  667. package/dist/modules/Reviews/components/ReviewList/ReviewList.cjs.js +1 -0
  668. package/dist/modules/Reviews/components/ReviewList/ReviewList.d.ts +10 -0
  669. package/dist/modules/Reviews/components/ReviewList/ReviewList.es.js +21 -0
  670. package/dist/modules/Reviews/components/ReviewList/index.d.ts +1 -0
  671. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.cjs.js +1 -0
  672. package/dist/modules/Reviews/components/ReviewList/reviewList.module.css.es.js +7 -0
  673. package/dist/modules/Reviews/index.d.ts +1 -0
  674. package/dist/modules/Reviews/reviews.module.css.cjs.js +1 -0
  675. package/dist/modules/Reviews/reviews.module.css.es.js +21 -0
  676. package/dist/modules/Reviews/types.d.ts +8 -0
  677. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.cjs.js +1 -0
  678. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +9 -0
  679. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.es.js +105 -0
  680. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.cjs.js +1 -0
  681. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.module.css.es.js +35 -0
  682. package/dist/modules/SlidingTabsGallery/index.d.ts +1 -0
  683. package/dist/modules/Studies/Studies.cjs.js +1 -0
  684. package/dist/modules/Studies/Studies.d.ts +9 -0
  685. package/dist/modules/Studies/Studies.es.js +26 -0
  686. package/dist/modules/Studies/index.d.ts +1 -0
  687. package/dist/modules/Studies/studies.module.css.cjs.js +1 -0
  688. package/dist/modules/Studies/studies.module.css.es.js +17 -0
  689. package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -0
  690. package/dist/modules/TargetedPrograms/TargetedPrograms.d.ts +7 -0
  691. package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +67 -0
  692. package/dist/modules/TargetedPrograms/index.d.ts +1 -0
  693. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +1 -0
  694. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +15 -0
  695. package/dist/modules/Testimonial/Testimonial.cjs.js +1 -0
  696. package/dist/modules/Testimonial/Testimonial.d.ts +13 -0
  697. package/dist/modules/Testimonial/Testimonial.es.js +106 -0
  698. package/dist/modules/Testimonial/components/Product/Product.cjs.js +1 -0
  699. package/dist/modules/Testimonial/components/Product/Product.d.ts +7 -0
  700. package/dist/modules/Testimonial/components/Product/Product.es.js +23 -0
  701. package/dist/modules/Testimonial/components/Product/index.d.ts +1 -0
  702. package/dist/modules/Testimonial/components/Product/product.module.css.cjs.js +1 -0
  703. package/dist/modules/Testimonial/components/Product/product.module.css.es.js +17 -0
  704. package/dist/modules/Testimonial/components/TextCard/TextCard.cjs.js +1 -0
  705. package/dist/modules/Testimonial/components/TextCard/TextCard.d.ts +3 -0
  706. package/dist/modules/Testimonial/components/TextCard/TextCard.es.js +34 -0
  707. package/dist/modules/Testimonial/components/TextCard/index.d.ts +1 -0
  708. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.cjs.js +1 -0
  709. package/dist/modules/Testimonial/components/TextCard/textCard.module.css.es.js +13 -0
  710. package/dist/modules/Testimonial/components/VideoCard/VideoCard.cjs.js +1 -0
  711. package/dist/modules/Testimonial/components/VideoCard/VideoCard.d.ts +12 -0
  712. package/dist/modules/Testimonial/components/VideoCard/VideoCard.es.js +65 -0
  713. package/dist/modules/Testimonial/components/VideoCard/index.d.ts +1 -0
  714. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.cjs.js +1 -0
  715. package/dist/modules/Testimonial/components/VideoCard/videoCard.module.css.es.js +17 -0
  716. package/dist/modules/Testimonial/index.d.ts +1 -0
  717. package/dist/modules/Testimonial/testimonial.module.css.cjs.js +1 -0
  718. package/dist/modules/Testimonial/testimonial.module.css.es.js +27 -0
  719. package/dist/modules/Testimonial/types.d.ts +27 -0
  720. package/dist/modules/TotalCare/TotalCare.cjs.js +1 -0
  721. package/dist/modules/TotalCare/TotalCare.d.ts +16 -0
  722. package/dist/modules/TotalCare/TotalCare.es.js +27 -0
  723. package/dist/modules/TotalCare/index.d.ts +1 -0
  724. package/dist/modules/TotalCare/totalCare.module.css.cjs.js +1 -0
  725. package/dist/modules/TotalCare/totalCare.module.css.es.js +19 -0
  726. package/dist/modules/TrackProgress/TrackProgress.cjs.js +1 -0
  727. package/dist/modules/TrackProgress/TrackProgress.d.ts +10 -0
  728. package/dist/modules/TrackProgress/TrackProgress.es.js +24 -0
  729. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.cjs.js +1 -0
  730. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.d.ts +7 -0
  731. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.es.js +99 -0
  732. package/dist/modules/TrackProgress/components/TimelineContent/index.d.ts +1 -0
  733. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.cjs.js +1 -0
  734. package/dist/modules/TrackProgress/components/TimelineContent/timelineContent.module.css.es.js +27 -0
  735. package/dist/modules/TrackProgress/index.d.ts +1 -0
  736. package/dist/modules/TrackProgress/trackProgress.module.css.cjs.js +1 -0
  737. package/dist/modules/TrackProgress/trackProgress.module.css.es.js +13 -0
  738. package/dist/modules/TrackProgress/types.d.ts +6 -0
  739. package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -0
  740. package/dist/modules/TypesOfTests/TypesOfTests.d.ts +10 -0
  741. package/dist/modules/TypesOfTests/TypesOfTests.es.js +106 -0
  742. package/dist/modules/TypesOfTests/index.d.ts +1 -0
  743. package/dist/modules/TypesOfTests/types.d.ts +8 -0
  744. package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +1 -0
  745. package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +31 -0
  746. package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -0
  747. package/dist/modules/YourProtocol/YourProtocol.d.ts +11 -0
  748. package/dist/modules/YourProtocol/YourProtocol.es.js +46 -0
  749. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -0
  750. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.d.ts +7 -0
  751. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +37 -0
  752. package/dist/modules/YourProtocol/components/ProtocolTags/index.d.ts +1 -0
  753. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.cjs.js +1 -0
  754. package/dist/modules/YourProtocol/components/ProtocolTags/protocolTags.module.css.es.js +13 -0
  755. package/dist/modules/YourProtocol/index.d.ts +1 -0
  756. package/dist/modules/YourProtocol/types.d.ts +13 -0
  757. package/dist/modules/YourProtocol/yourProtocol.module.css.cjs.js +1 -0
  758. package/dist/modules/YourProtocol/yourProtocol.module.css.es.js +19 -0
  759. package/dist/modules/index.d.ts +0 -0
  760. package/dist/node_modules/@gsap/react/src/index.cjs.js +9 -0
  761. package/dist/node_modules/@gsap/react/src/index.es.js +29 -0
  762. package/dist/node_modules/gsap/CSSPlugin.cjs.js +8 -0
  763. package/dist/node_modules/gsap/CSSPlugin.es.js +423 -0
  764. package/dist/node_modules/gsap/Flip.cjs.js +8 -0
  765. package/dist/node_modules/gsap/Flip.es.js +525 -0
  766. package/dist/node_modules/gsap/Observer.cjs.js +8 -0
  767. package/dist/node_modules/gsap/Observer.es.js +242 -0
  768. package/dist/node_modules/gsap/ScrollTrigger.cjs.js +8 -0
  769. package/dist/node_modules/gsap/ScrollTrigger.es.js +859 -0
  770. package/dist/node_modules/gsap/gsap-core.cjs.js +8 -0
  771. package/dist/node_modules/gsap/gsap-core.es.js +1651 -0
  772. package/dist/node_modules/gsap/index.cjs.js +1 -0
  773. package/dist/node_modules/gsap/index.es.js +13 -0
  774. package/dist/node_modules/gsap/utils/matrix.cjs.js +8 -0
  775. package/dist/node_modules/gsap/utils/matrix.es.js +104 -0
  776. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +1 -0
  777. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +37 -0
  778. package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +1 -0
  779. package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +147 -0
  780. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +1 -0
  781. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +20 -0
  782. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +1 -0
  783. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +86 -0
  784. package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +1 -0
  785. package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +22 -0
  786. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +1 -0
  787. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +34 -0
  788. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +1 -0
  789. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +24 -0
  790. package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +1 -0
  791. package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +140 -0
  792. package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +1 -0
  793. package/dist/node_modules/react-tiny-popover/dist/util.es.js +81 -0
  794. package/dist/node_modules/swiper/modules/navigation.cjs.js +1 -0
  795. package/dist/node_modules/swiper/modules/navigation.es.js +127 -0
  796. package/dist/node_modules/swiper/shared/create-element-if-not-defined.cjs.js +1 -0
  797. package/dist/node_modules/swiper/shared/create-element-if-not-defined.es.js +12 -0
  798. package/dist/node_modules/swiper/shared/ssr-window.esm.cjs.js +1 -0
  799. package/dist/node_modules/swiper/shared/ssr-window.esm.es.js +135 -0
  800. package/dist/node_modules/swiper/shared/swiper-core.cjs.js +1 -0
  801. package/dist/node_modules/swiper/shared/swiper-core.es.js +2028 -0
  802. package/dist/node_modules/swiper/shared/update-on-virtual-data.cjs.js +1 -0
  803. package/dist/node_modules/swiper/shared/update-on-virtual-data.es.js +62 -0
  804. package/dist/node_modules/swiper/shared/update-swiper.cjs.js +1 -0
  805. package/dist/node_modules/swiper/shared/update-swiper.es.js +192 -0
  806. package/dist/node_modules/swiper/shared/utils.cjs.js +1 -0
  807. package/dist/node_modules/swiper/shared/utils.es.js +186 -0
  808. package/dist/node_modules/swiper/swiper-react.cjs.js +1 -0
  809. package/dist/node_modules/swiper/swiper-react.es.js +242 -0
  810. package/dist/pageComponents/BiologicalAge/BiologicalAge.cjs.js +1 -0
  811. package/dist/pageComponents/BiologicalAge/BiologicalAge.d.ts +1 -0
  812. package/dist/pageComponents/BiologicalAge/BiologicalAge.es.js +21 -0
  813. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.cjs.js +1 -0
  814. package/dist/pageComponents/BiologicalAge/assets/biological-age-img.png.es.js +4 -0
  815. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.cjs.js +1 -0
  816. package/dist/pageComponents/BiologicalAge/biologicalAge.module.css.es.js +15 -0
  817. package/dist/pageComponents/BiologicalAge/index.d.ts +1 -0
  818. package/dist/pageComponents/Bubbles/Bubbles.cjs.js +1 -0
  819. package/dist/pageComponents/Bubbles/Bubbles.d.ts +3 -0
  820. package/dist/pageComponents/Bubbles/Bubbles.es.js +40 -0
  821. package/dist/pageComponents/Bubbles/bubbles.module.css.cjs.js +1 -0
  822. package/dist/pageComponents/Bubbles/bubbles.module.css.es.js +15 -0
  823. package/dist/pageComponents/Bubbles/index.d.ts +1 -0
  824. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.cjs.js +1 -0
  825. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.d.ts +1 -0
  826. package/dist/pageComponents/DiscoverTheStory/DiscoverTheStory.es.js +14 -0
  827. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.cjs.js +1 -0
  828. package/dist/pageComponents/DiscoverTheStory/assets/content-img.png.es.js +4 -0
  829. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.cjs.js +1 -0
  830. package/dist/pageComponents/DiscoverTheStory/discoverTheStory.module.css.es.js +13 -0
  831. package/dist/pageComponents/DiscoverTheStory/index.d.ts +1 -0
  832. package/dist/pageComponents/Gradient/Gradient.cjs.js +1 -0
  833. package/dist/pageComponents/Gradient/Gradient.d.ts +5 -0
  834. package/dist/pageComponents/Gradient/Gradient.es.js +9 -0
  835. package/dist/pageComponents/Gradient/gradient.module.css.cjs.js +1 -0
  836. package/dist/pageComponents/Gradient/gradient.module.css.es.js +13 -0
  837. package/dist/pageComponents/Gradient/index.d.ts +1 -0
  838. package/dist/pageComponents/HomepageHero/HomepageHero.cjs.js +1 -0
  839. package/dist/pageComponents/HomepageHero/HomepageHero.d.ts +1 -0
  840. package/dist/pageComponents/HomepageHero/HomepageHero.es.js +33 -0
  841. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.cjs.js +1 -0
  842. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.d.ts +1 -0
  843. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/MiddleCarousel.es.js +31 -0
  844. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.cjs.js +1 -0
  845. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.d.ts +1 -0
  846. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Age.es.js +24 -0
  847. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.cjs.js +1 -0
  848. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.d.ts +1 -0
  849. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Biomarker.es.js +24 -0
  850. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.cjs.js +1 -0
  851. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.d.ts +1 -0
  852. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Facetime.es.js +13 -0
  853. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.cjs.js +1 -0
  854. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.d.ts +1 -0
  855. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/Protocol.es.js +36 -0
  856. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.cjs.js +1 -0
  857. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/age.module.css.es.js +23 -0
  858. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.cjs.js +1 -0
  859. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/AgeGraph.svg.es.js +7 -0
  860. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.cjs.js +1 -0
  861. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/assets/BiomarkerGraph.svg.es.js +7 -0
  862. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.cjs.js +1 -0
  863. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/biomarker.module.css.es.js +21 -0
  864. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.cjs.js +1 -0
  865. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/facetime.module.css.es.js +17 -0
  866. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.cjs.js +1 -0
  867. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/cards/protocol.module.css.es.js +31 -0
  868. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.cjs.js +1 -0
  869. package/dist/pageComponents/HomepageHero/components/MiddleCarousel/middleCarousel.module.css.es.js +19 -0
  870. package/dist/pageComponents/HomepageHero/homepageHero.module.css.cjs.js +1 -0
  871. package/dist/pageComponents/HomepageHero/homepageHero.module.css.es.js +25 -0
  872. package/dist/pageComponents/HomepageHero/index.d.ts +1 -0
  873. package/dist/pageComponents/LabsHero/LabsHero.cjs.js +1 -0
  874. package/dist/pageComponents/LabsHero/LabsHero.d.ts +1 -0
  875. package/dist/pageComponents/LabsHero/LabsHero.es.js +73 -0
  876. package/dist/pageComponents/LabsHero/assets/icon1.png.cjs.js +1 -0
  877. package/dist/pageComponents/LabsHero/assets/icon1.png.es.js +4 -0
  878. package/dist/pageComponents/LabsHero/assets/icon2.png.cjs.js +1 -0
  879. package/dist/pageComponents/LabsHero/assets/icon2.png.es.js +4 -0
  880. package/dist/pageComponents/LabsHero/assets/icon3.png.cjs.js +1 -0
  881. package/dist/pageComponents/LabsHero/assets/icon3.png.es.js +4 -0
  882. package/dist/pageComponents/LabsHero/assets/img1.png.cjs.js +1 -0
  883. package/dist/pageComponents/LabsHero/assets/img1.png.es.js +4 -0
  884. package/dist/pageComponents/LabsHero/assets/img2.png.cjs.js +1 -0
  885. package/dist/pageComponents/LabsHero/assets/img2.png.es.js +4 -0
  886. package/dist/pageComponents/LabsHero/assets/img3.png.cjs.js +1 -0
  887. package/dist/pageComponents/LabsHero/assets/img3.png.es.js +4 -0
  888. package/dist/pageComponents/LabsHero/assets/svg1.svg.cjs.js +1 -0
  889. package/dist/pageComponents/LabsHero/assets/svg1.svg.es.js +7 -0
  890. package/dist/pageComponents/LabsHero/assets/svg2.svg.cjs.js +1 -0
  891. package/dist/pageComponents/LabsHero/assets/svg2.svg.es.js +5 -0
  892. package/dist/pageComponents/LabsHero/assets/svg3.svg.cjs.js +1 -0
  893. package/dist/pageComponents/LabsHero/assets/svg3.svg.es.js +7 -0
  894. package/dist/pageComponents/LabsHero/index.d.ts +1 -0
  895. package/dist/pageComponents/LabsHero/labsHero.module.css.cjs.js +1 -0
  896. package/dist/pageComponents/LabsHero/labsHero.module.css.es.js +41 -0
  897. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.cjs.js +1 -0
  898. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.d.ts +1 -0
  899. package/dist/pageComponents/PersonalizedProtocolHero/PersonalizedProtocolHero.es.js +179 -0
  900. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.cjs.js +1 -0
  901. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph1.svg.es.js +7 -0
  902. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.cjs.js +1 -0
  903. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph2.svg.es.js +7 -0
  904. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.cjs.js +1 -0
  905. package/dist/pageComponents/PersonalizedProtocolHero/assets/graph3.svg.es.js +7 -0
  906. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.cjs.js +1 -0
  907. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill1.png.es.js +4 -0
  908. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.cjs.js +1 -0
  909. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill2.png.es.js +4 -0
  910. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.cjs.js +1 -0
  911. package/dist/pageComponents/PersonalizedProtocolHero/assets/pill3.png.es.js +4 -0
  912. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.cjs.js +1 -0
  913. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod1.png.es.js +4 -0
  914. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.cjs.js +1 -0
  915. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod2.png.es.js +4 -0
  916. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.cjs.js +1 -0
  917. package/dist/pageComponents/PersonalizedProtocolHero/assets/prod3.png.es.js +4 -0
  918. package/dist/pageComponents/PersonalizedProtocolHero/index.d.ts +1 -0
  919. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.cjs.js +1 -0
  920. package/dist/pageComponents/PersonalizedProtocolHero/personalizedProtocolHero.module.css.es.js +71 -0
  921. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -0
  922. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.d.ts +1 -0
  923. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +25 -0
  924. package/dist/pageComponents/StillHaveQuestions/index.d.ts +1 -0
  925. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +1 -0
  926. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +17 -0
  927. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.cjs.js +1 -0
  928. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.d.ts +15 -0
  929. package/dist/pageComponents/TreatmentsHero/TreatmentsHero.es.js +20 -0
  930. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.cjs.js +1 -0
  931. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.d.ts +7 -0
  932. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/TreatmentHeroCard.es.js +10 -0
  933. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/index.d.ts +1 -0
  934. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.cjs.js +1 -0
  935. package/dist/pageComponents/TreatmentsHero/components/TreatmentHeroCard/treatmentHeroCard.module.css.es.js +11 -0
  936. package/dist/pageComponents/TreatmentsHero/index.d.ts +1 -0
  937. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.cjs.js +1 -0
  938. package/dist/pageComponents/TreatmentsHero/treatmentsHero.module.css.es.js +21 -0
  939. package/dist/styles/index.d.ts +3 -0
  940. package/dist/styles/typography.module.css.cjs.js +1 -0
  941. package/dist/styles/typography.module.css.es.js +119 -0
  942. package/dist/types/common.d.ts +1 -0
  943. package/dist/utils/cn/cn.cjs.js +1 -0
  944. package/dist/utils/cn/cn.es.js +4 -0
  945. package/dist/utils/cn.d.ts +1 -0
  946. package/dist/utils/debounce.cjs.js +1 -0
  947. package/dist/utils/debounce.d.ts +2 -0
  948. package/dist/utils/debounce.es.js +9 -0
  949. package/dist/utils/formatUnits/formatUnits.cjs.js +1 -0
  950. package/dist/utils/formatUnits/formatUnits.es.js +9 -0
  951. package/dist/utils/formatUnits.d.ts +1 -0
  952. package/dist/utils/index.d.ts +0 -0
  953. package/dist/utils/isHsIcon/isHsIcon.cjs.js +1 -0
  954. package/dist/utils/isHsIcon/isHsIcon.es.js +7 -0
  955. package/dist/utils/isHsIcon.d.ts +3 -0
  956. package/dist/utils/useIsMobile.cjs.js +1 -0
  957. package/dist/utils/useIsMobile.d.ts +1 -0
  958. package/dist/utils/useIsMobile.es.js +12 -0
  959. package/dist/utils/useSwiper/useSwiper.cjs.js +1 -0
  960. package/dist/utils/useSwiper/useSwiper.es.js +48 -0
  961. package/package.json +21 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="ourProcess-module__root___vll0d",o="ourProcess-module__container___dvOpP",r="ourProcess-module__header___-JviP",t={root:e,container:o,header:r};exports.container=o;exports.default=t;exports.header=r;exports.root=e;
@@ -0,0 +1,11 @@
1
+ const o = "ourProcess-module__root___vll0d", e = "ourProcess-module__container___dvOpP", r = "ourProcess-module__header___-JviP", _ = {
2
+ root: o,
3
+ container: e,
4
+ header: r
5
+ };
6
+ export {
7
+ e as container,
8
+ _ as default,
9
+ r as header,
10
+ o as root
11
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("../../components/Button/Button.cjs.js"),c=require("../../components/Typography/Typography.cjs.js"),n=require("../../components/ProductPairs/ProductPairs.cjs.js"),t=require("../../utils/cn/cn.cjs.js"),r=require("./pairedProducts.module.css.cjs.js"),o=({title:d,button:a,productCards:i})=>e.jsx("section",{className:r.default.root,children:e.jsxs("div",{className:r.default.container,children:[e.jsxs("div",{className:r.default.header,children:[e.jsx(c.Typography,{as:"h2",defaultVariant:"displaySm",mobileVariant:"headingLg",children:d}),e.jsx("div",{className:t.cn(r.default.buttonWrap,r.default.mobile),children:e.jsx(s.Button,{as:"a",href:a.href,variant:"muted",size:"sm",children:a.label})}),e.jsx("div",{className:t.cn(r.default.buttonWrap,r.default.desktop),children:e.jsx(s.Button,{as:"a",href:a.href,variant:"muted",size:"lg",children:a.label})})]}),e.jsx("div",{className:r.default.productCards,children:e.jsx(n.ProductPairs,{productCards:i})})]})});exports.PairedProducts=o;
@@ -0,0 +1,12 @@
1
+ import { TProductGalleryCardView } from '../../components/ProductGalleryCard';
2
+
3
+ type PairedProductsProps = {
4
+ title: string;
5
+ button: {
6
+ label: string;
7
+ href: string;
8
+ };
9
+ productCards: Array<TProductGalleryCardView>;
10
+ };
11
+ export declare const PairedProducts: ({ title, button, productCards }: PairedProductsProps) => import("react/jsx-runtime").JSX.Element;
12
+ export {};
@@ -0,0 +1,17 @@
1
+ import { jsx as r, jsxs as i } from "react/jsx-runtime";
2
+ import { Button as s } from "../../components/Button/Button.es.js";
3
+ import { Typography as m } from "../../components/Typography/Typography.es.js";
4
+ import { ProductPairs as t } from "../../components/ProductPairs/ProductPairs.es.js";
5
+ import { cn as d } from "../../utils/cn/cn.es.js";
6
+ import a from "./pairedProducts.module.css.es.js";
7
+ const v = ({ title: l, button: e, productCards: o }) => /* @__PURE__ */ r("section", { className: a.root, children: /* @__PURE__ */ i("div", { className: a.container, children: [
8
+ /* @__PURE__ */ i("div", { className: a.header, children: [
9
+ /* @__PURE__ */ r(m, { as: "h2", defaultVariant: "displaySm", mobileVariant: "headingLg", children: l }),
10
+ /* @__PURE__ */ r("div", { className: d(a.buttonWrap, a.mobile), children: /* @__PURE__ */ r(s, { as: "a", href: e.href, variant: "muted", size: "sm", children: e.label }) }),
11
+ /* @__PURE__ */ r("div", { className: d(a.buttonWrap, a.desktop), children: /* @__PURE__ */ r(s, { as: "a", href: e.href, variant: "muted", size: "lg", children: e.label }) })
12
+ ] }),
13
+ /* @__PURE__ */ r("div", { className: a.productCards, children: /* @__PURE__ */ r(t, { productCards: o }) })
14
+ ] }) });
15
+ export {
16
+ v as PairedProducts
17
+ };
@@ -0,0 +1 @@
1
+ export { PairedProducts } from './PairedProducts';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="pairedProducts-module__root___CGPcB",e="pairedProducts-module__container___UOwaf",d="pairedProducts-module__header___cGhYK",t="pairedProducts-module__productCards___wKcam",r="pairedProducts-module__mobile___e1DYf",_="pairedProducts-module__desktop___mq5Bl",s={root:o,container:e,header:d,productCards:t,mobile:r,desktop:_};exports.container=e;exports.default=s;exports.desktop=_;exports.header=d;exports.mobile=r;exports.productCards=t;exports.root=o;
@@ -0,0 +1,17 @@
1
+ const o = "pairedProducts-module__root___CGPcB", d = "pairedProducts-module__container___UOwaf", e = "pairedProducts-module__header___cGhYK", _ = "pairedProducts-module__productCards___wKcam", r = "pairedProducts-module__mobile___e1DYf", t = "pairedProducts-module__desktop___mq5Bl", c = {
2
+ root: o,
3
+ container: d,
4
+ header: e,
5
+ productCards: _,
6
+ mobile: r,
7
+ desktop: t
8
+ };
9
+ export {
10
+ d as container,
11
+ c as default,
12
+ t as desktop,
13
+ e as header,
14
+ r as mobile,
15
+ _ as productCards,
16
+ o as root
17
+ };
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),c=require("react"),T=require("../../components/ProductGallery/ProductGallery.cjs.js"),g=require("../../components/ProductGalleryCard/ProductGalleryCard.cjs.js"),i=require("../../components/Typography/Typography.cjs.js"),q=require("./components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js"),s=require("./productsDisplay.module.css.cjs.js"),j=require("./useProductsData.cjs.js"),x=({labelText:d,productDisplays:u})=>{var l;const{isTabbed:t,title:n,description:y,tabs:a,slidesByTabs:o}=j.useProductsData({productDisplays:u}),[r,p]=c.useState(((l=a[0])==null?void 0:l.value)??""),b=c.useMemo(()=>(o[r]??[]).map((m,P)=>e.jsx(g.ProductGalleryCard,{...m},P)),[r,o]),h=t?e.jsx(q.ProductsDisplayTabs,{label:d,tabs:a,activeTab:r,onTabChange:p}):e.jsxs("div",{className:s.default.header,children:[e.jsx(i.Typography,{className:s.default.headerTitle,defaultVariant:"displayMd",mobileVariant:"headingLg",children:n}),e.jsx(i.Typography,{defaultVariant:"bodyLg",mobileVariant:"bodySm",children:y})]});return e.jsx("section",{className:s.default.root,children:e.jsx(T.ProductGallery,{header:h,slides:b,isTabbed:t})})};exports.ProductsDisplay=x;
@@ -0,0 +1,3 @@
1
+ import { TProductsDisplay } from './types';
2
+
3
+ export declare const ProductsDisplay: ({ labelText, productDisplays }: TProductsDisplay) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ import { jsx as t, jsxs as h } from "react/jsx-runtime";
3
+ import { useState as T, useMemo as g } from "react";
4
+ import { ProductGallery as P } from "../../components/ProductGallery/ProductGallery.es.js";
5
+ import { ProductGalleryCard as v } from "../../components/ProductGalleryCard/ProductGalleryCard.es.js";
6
+ import { Typography as l } from "../../components/Typography/Typography.es.js";
7
+ import { ProductsDisplayTabs as V } from "./components/ProductsDisplayTabs/ProductsDisplayTabs.es.js";
8
+ import r from "./productsDisplay.module.css.es.js";
9
+ import { useProductsData as x } from "./useProductsData.es.js";
10
+ const B = ({ labelText: d, productDisplays: m }) => {
11
+ var i;
12
+ const { isTabbed: a, title: c, description: n, tabs: s, slidesByTabs: o } = x({
13
+ productDisplays: m
14
+ }), [e, p] = T(((i = s[0]) == null ? void 0 : i.value) ?? ""), u = g(() => (o[e] ?? []).map((y, f) => /* @__PURE__ */ t(v, { ...y }, f)), [e, o]), b = a ? /* @__PURE__ */ t(V, { label: d, tabs: s, activeTab: e, onTabChange: p }) : /* @__PURE__ */ h("div", { className: r.header, children: [
15
+ /* @__PURE__ */ t(l, { className: r.headerTitle, defaultVariant: "displayMd", mobileVariant: "headingLg", children: c }),
16
+ /* @__PURE__ */ t(l, { defaultVariant: "bodyLg", mobileVariant: "bodySm", children: n })
17
+ ] });
18
+ return /* @__PURE__ */ t("section", { className: r.root, children: /* @__PURE__ */ t(P, { header: b, slides: u, isTabbed: a }) });
19
+ };
20
+ export {
21
+ B as ProductsDisplay
22
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");require("../../../../components/Tabs/Tabs.cjs.js");const o=require("../../../../components/Tabs/TabsWithFade.cjs.js"),l=require("../../../../components/Typography/Typography.cjs.js"),r=require("./productsDisplayTabs.module.css.cjs.js");function u({label:a,tabs:s,activeTab:t,onTabChange:i}){return e.jsxs("div",{className:r.default.header,children:[!!a&&e.jsx(l.Typography,{as:"p",defaultVariant:"labelMd",mobileVariant:"labelSm",emphasis:!0,className:r.default.label,children:a}),e.jsx(o.TabsWithFade,{activeTab:t,tabs:s,onTabChange:i})]})}exports.ProductsDisplayTabs=u;
@@ -0,0 +1,10 @@
1
+ import { Tab } from '../../../../components/Tabs';
2
+
3
+ type Props<T extends string | number> = {
4
+ label?: string;
5
+ tabs: Tab<T>[];
6
+ activeTab: T;
7
+ onTabChange: (tab: T) => void;
8
+ };
9
+ export declare function ProductsDisplayTabs<T extends string>({ label, tabs, activeTab, onTabChange }: Props<T>): import("react/jsx-runtime").JSX.Element;
10
+ export {};
@@ -0,0 +1,14 @@
1
+ import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
+ import "../../../../components/Tabs/Tabs.es.js";
3
+ import { TabsWithFade as m } from "../../../../components/Tabs/TabsWithFade.es.js";
4
+ import { Typography as l } from "../../../../components/Typography/Typography.es.js";
5
+ import e from "./productsDisplayTabs.module.css.es.js";
6
+ function h({ label: a, tabs: o, activeTab: s, onTabChange: i }) {
7
+ return /* @__PURE__ */ t("div", { className: e.header, children: [
8
+ !!a && /* @__PURE__ */ r(l, { as: "p", defaultVariant: "labelMd", mobileVariant: "labelSm", emphasis: !0, className: e.label, children: a }),
9
+ /* @__PURE__ */ r(m, { activeTab: s, tabs: o, onTabChange: i })
10
+ ] });
11
+ }
12
+ export {
13
+ h as ProductsDisplayTabs
14
+ };
@@ -0,0 +1 @@
1
+ export { ProductsDisplayTabs } from './ProductsDisplayTabs';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="productsDisplayTabs-module__header___nO8ge",l="productsDisplayTabs-module__label___yoPVH",a={header:e,label:l};exports.default=a;exports.header=e;exports.label=l;
@@ -0,0 +1,9 @@
1
+ const e = "productsDisplayTabs-module__header___nO8ge", a = "productsDisplayTabs-module__label___yoPVH", l = {
2
+ header: e,
3
+ label: a
4
+ };
5
+ export {
6
+ l as default,
7
+ e as header,
8
+ a as label
9
+ };
@@ -0,0 +1 @@
1
+ export { ProductsDisplayTabs } from './ProductsDisplayTabs';
@@ -0,0 +1 @@
1
+ export { ProductsDisplay } from './ProductsDisplay';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="productsDisplay-module__root___0S-RE",t="productsDisplay-module__header___rtnss",o="productsDisplay-module__headerTitle___WHCaZ",r={root:e,header:t,headerTitle:o};exports.default=r;exports.header=t;exports.headerTitle=o;exports.root=e;
@@ -0,0 +1,11 @@
1
+ const e = "productsDisplay-module__root___0S-RE", o = "productsDisplay-module__header___rtnss", t = "productsDisplay-module__headerTitle___WHCaZ", s = {
2
+ root: e,
3
+ header: o,
4
+ headerTitle: t
5
+ };
6
+ export {
7
+ s as default,
8
+ o as header,
9
+ t as headerTitle,
10
+ e as root
11
+ };
@@ -0,0 +1,11 @@
1
+ import { TProductGalleryCardView } from '../../components/ProductGalleryCard';
2
+
3
+ export type TProductsDisplayView = {
4
+ title: string;
5
+ description?: string;
6
+ productCards: Array<TProductGalleryCardView>;
7
+ };
8
+ export type TProductsDisplay = {
9
+ labelText?: string;
10
+ productDisplays: Array<TProductsDisplayView>;
11
+ };
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b=({productDisplays:t})=>{const l=t.length>1,n=t[0],a=n.title,r=n.description??"",o=t.map(e=>({value:e.title.replace(" ","_").toLocaleLowerCase(),label:e.title})),d=o.reduce((e,c)=>{const s=t.find(u=>u.title===c.label),i=s==null?void 0:s.productCards;return i&&(e[c.value]=i),e},{});return{isTabbed:l,title:a,description:r,tabs:o,slidesByTabs:d}};exports.useProductsData=b;
@@ -0,0 +1,16 @@
1
+ import { TProductGalleryCardView } from '../../components/ProductGalleryCard';
2
+ import { Tab } from '../../components/Tabs';
3
+ import { TProductsDisplayView } from './types';
4
+
5
+ type UseProductsReceiveProps = {
6
+ productDisplays: Array<TProductsDisplayView>;
7
+ };
8
+ type UseProductsReturnProps = {
9
+ isTabbed: boolean;
10
+ title: string;
11
+ description: string;
12
+ tabs: Tab<string>[];
13
+ slidesByTabs: Record<string, TProductGalleryCardView[]>;
14
+ };
15
+ export declare const useProductsData: ({ productDisplays }: UseProductsReceiveProps) => UseProductsReturnProps;
16
+ export {};
@@ -0,0 +1,20 @@
1
+ "use client";
2
+ const u = ({ productDisplays: t }) => {
3
+ const l = t.length > 1, s = t[0], a = s.title, r = s.description ?? "", c = t.map((e) => ({
4
+ value: e.title.replace(" ", "_").toLocaleLowerCase(),
5
+ label: e.title
6
+ })), d = c.reduce((e, i) => {
7
+ const n = t.find((b) => b.title === i.label), o = n == null ? void 0 : n.productCards;
8
+ return o && (e[i.value] = o), e;
9
+ }, {});
10
+ return {
11
+ isTabbed: l,
12
+ title: a,
13
+ description: r,
14
+ tabs: c,
15
+ slidesByTabs: d
16
+ };
17
+ };
18
+ export {
19
+ u as useProductsData
20
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("../../components/Typography/Typography.cjs.js"),o=require("../../components/RatingStars/RatingStars.cjs.js"),c=require("../../components/Pagination/Pagination.cjs.js"),u=require("./components/ReviewList/ReviewList.cjs.js"),s=require("./reviews.module.css.cjs.js"),h=({rating:a,reviews:d,page:t,pagesCount:l,isLoading:r,onPageChange:n})=>e.jsx("section",{className:s.default.root,children:e.jsxs("div",{className:s.default.container,children:[e.jsxs("div",{className:s.default.headerContainer,children:[e.jsx(i.Typography,{as:"h2",defaultVariant:"displaySm",mobileVariant:"headingXl",children:"Reviews"}),!!(a!=null&&a.stars)&&e.jsxs("div",{className:s.default.headerRow,children:[e.jsxs(i.Typography,{defaultVariant:"headingLg",mobileVariant:"headingSm",children:[a.stars,"/5"]}),e.jsx(o.RatingStars,{rating:a.stars,size:"lg"}),!!a.totalReviews&&e.jsxs(i.Typography,{as:"p",defaultVariant:"labelSm",emphasis:!0,weight:"regular",children:[a.totalReviews," reviews"]})]})]}),e.jsxs("div",{className:s.default.reviewsContainer,children:[r?e.jsxs("div",{className:s.default.loadingContainer,children:[e.jsx("div",{className:s.default.skeleton}),e.jsx("div",{className:s.default.skeleton}),e.jsx("div",{className:s.default.skeleton})]}):e.jsx(u.ReviewList,{reviews:d,page:t,pagesCount:l,onPageChange:n}),e.jsx("div",{className:s.default.pagination,children:e.jsx(c.Pagination,{page:t,pagesCount:l,visiblePagesLimit:3,disabled:r,onPageChange:n})})]})]})});exports.Reviews=h;
@@ -0,0 +1,15 @@
1
+ import { TReviewCard } from './types';
2
+
3
+ type ReviewsProps = {
4
+ rating?: {
5
+ stars?: number;
6
+ totalReviews?: number;
7
+ };
8
+ reviews: Array<TReviewCard>;
9
+ page: number;
10
+ pagesCount: number;
11
+ isLoading?: boolean;
12
+ onPageChange: (page: number) => void;
13
+ };
14
+ export declare const Reviews: ({ rating, reviews, page, pagesCount, isLoading, onPageChange }: ReviewsProps) => import("react/jsx-runtime").JSX.Element;
15
+ export {};
@@ -0,0 +1,42 @@
1
+ import { jsx as i, jsxs as s } from "react/jsx-runtime";
2
+ import { Typography as l } from "../../components/Typography/Typography.es.js";
3
+ import { RatingStars as n } from "../../components/RatingStars/RatingStars.es.js";
4
+ import { Pagination as c } from "../../components/Pagination/Pagination.es.js";
5
+ import { ReviewList as h } from "./components/ReviewList/ReviewList.es.js";
6
+ import e from "./reviews.module.css.es.js";
7
+ const b = ({ rating: a, reviews: m, page: r, pagesCount: t, isLoading: d, onPageChange: o }) => /* @__PURE__ */ i("section", { className: e.root, children: /* @__PURE__ */ s("div", { className: e.container, children: [
8
+ /* @__PURE__ */ s("div", { className: e.headerContainer, children: [
9
+ /* @__PURE__ */ i(l, { as: "h2", defaultVariant: "displaySm", mobileVariant: "headingXl", children: "Reviews" }),
10
+ !!(a != null && a.stars) && /* @__PURE__ */ s("div", { className: e.headerRow, children: [
11
+ /* @__PURE__ */ s(l, { defaultVariant: "headingLg", mobileVariant: "headingSm", children: [
12
+ a.stars,
13
+ "/5"
14
+ ] }),
15
+ /* @__PURE__ */ i(n, { rating: a.stars, size: "lg" }),
16
+ !!a.totalReviews && /* @__PURE__ */ s(l, { as: "p", defaultVariant: "labelSm", emphasis: !0, weight: "regular", children: [
17
+ a.totalReviews,
18
+ " reviews"
19
+ ] })
20
+ ] })
21
+ ] }),
22
+ /* @__PURE__ */ s("div", { className: e.reviewsContainer, children: [
23
+ d ? /* @__PURE__ */ s("div", { className: e.loadingContainer, children: [
24
+ /* @__PURE__ */ i("div", { className: e.skeleton }),
25
+ /* @__PURE__ */ i("div", { className: e.skeleton }),
26
+ /* @__PURE__ */ i("div", { className: e.skeleton })
27
+ ] }) : /* @__PURE__ */ i(h, { reviews: m, page: r, pagesCount: t, onPageChange: o }),
28
+ /* @__PURE__ */ i("div", { className: e.pagination, children: /* @__PURE__ */ i(
29
+ c,
30
+ {
31
+ page: r,
32
+ pagesCount: t,
33
+ visiblePagesLimit: 3,
34
+ disabled: d,
35
+ onPageChange: o
36
+ }
37
+ ) })
38
+ ] })
39
+ ] }) });
40
+ export {
41
+ b as Reviews
42
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),r=require("../../../../components/Typography/Typography.cjs.js"),s=require("../../../../components/RatingStars/RatingStars.cjs.js"),t=require("./reviewCard.module.css.cjs.js"),i=({review:e})=>a.jsxs("div",{className:t.default.root,children:[a.jsxs("div",{className:t.default.authorContainer,children:[a.jsx(r.Typography,{as:"p",defaultVariant:"bodyMd",emphasis:!0,className:t.default.author,children:e.author}),!!e.stars&&a.jsx(s.RatingStars,{rating:e.stars,size:"sm"})]}),a.jsxs("div",{className:t.default.content,children:[a.jsx(r.Typography,{as:"h3",defaultVariant:"bodyXl",mobileVariant:"bodyMd",emphasis:!0,children:e.title}),a.jsx(r.Typography,{as:"p",defaultVariant:"bodyMd",children:e.description})]})]});exports.ReviewCard=i;
@@ -0,0 +1,3 @@
1
+ import { TReviewCard } from '../../types';
2
+
3
+ export declare const ReviewCard: ({ review }: TReviewCard) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
+ import { Typography as i } from "../../../../components/Typography/Typography.es.js";
3
+ import { RatingStars as o } from "../../../../components/RatingStars/RatingStars.es.js";
4
+ import r from "./reviewCard.module.css.es.js";
5
+ const m = ({ review: a }) => /* @__PURE__ */ s("div", { className: r.root, children: [
6
+ /* @__PURE__ */ s("div", { className: r.authorContainer, children: [
7
+ /* @__PURE__ */ t(i, { as: "p", defaultVariant: "bodyMd", emphasis: !0, className: r.author, children: a.author }),
8
+ !!a.stars && /* @__PURE__ */ t(o, { rating: a.stars, size: "sm" })
9
+ ] }),
10
+ /* @__PURE__ */ s("div", { className: r.content, children: [
11
+ /* @__PURE__ */ t(i, { as: "h3", defaultVariant: "bodyXl", mobileVariant: "bodyMd", emphasis: !0, children: a.title }),
12
+ /* @__PURE__ */ t(i, { as: "p", defaultVariant: "bodyMd", children: a.description })
13
+ ] })
14
+ ] });
15
+ export {
16
+ m as ReviewCard
17
+ };
@@ -0,0 +1 @@
1
+ export { ReviewCard } from './ReviewCard';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="reviewCard-module__root___ZfiJk",t="reviewCard-module__authorContainer___wbHrO",e="reviewCard-module__author___4DMyn",r="reviewCard-module__content___uqI8K",n={root:o,authorContainer:t,author:e,content:r};exports.author=e;exports.authorContainer=t;exports.content=r;exports.default=n;exports.root=o;
@@ -0,0 +1,13 @@
1
+ const o = "reviewCard-module__root___ZfiJk", t = "reviewCard-module__authorContainer___wbHrO", r = "reviewCard-module__author___4DMyn", e = "reviewCard-module__content___uqI8K", _ = {
2
+ root: o,
3
+ authorContainer: t,
4
+ author: r,
5
+ content: e
6
+ };
7
+ export {
8
+ r as author,
9
+ t as authorContainer,
10
+ e as content,
11
+ _ as default,
12
+ o as root
13
+ };
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),i=require("react"),a=require("../ReviewCard/ReviewCard.cjs.js"),f=require("./reviewList.module.css.cjs.js"),v=({reviews:l,page:t,pagesCount:u,onPageChange:n})=>{const r=i.useRef(null),d=e=>{r.current=e.touches[0].clientX},h=i.useCallback(e=>{if(r.current===null)return;const c=e.changedTouches[0].clientX-r.current,o=50;c>o&&t>1?n(t-1):c<-o&&(!u||t<u)&&n(t+1),r.current=null},[t,u,n]);return s.jsx("div",{className:f.default.root,onTouchStart:d,onTouchEnd:h,children:l.map(({review:e},c)=>s.jsx(a.ReviewCard,{review:e},`${e.author}_${c}`))})};exports.ReviewList=v;
@@ -0,0 +1,10 @@
1
+ import { TReviewCard } from '../../types';
2
+
3
+ type ReviewListProps = {
4
+ reviews: Array<TReviewCard>;
5
+ page: number;
6
+ pagesCount: number;
7
+ onPageChange: (page: number) => void;
8
+ };
9
+ export declare const ReviewList: ({ reviews, page, pagesCount, onPageChange }: ReviewListProps) => import("react/jsx-runtime").JSX.Element;
10
+ export {};
@@ -0,0 +1,21 @@
1
+ "use client";
2
+ import { jsx as u } from "react/jsx-runtime";
3
+ import { useRef as d, useCallback as m } from "react";
4
+ import { ReviewCard as f } from "../ReviewCard/ReviewCard.es.js";
5
+ import T from "./reviewList.module.css.es.js";
6
+ const v = ({ reviews: s, page: r, pagesCount: n, onPageChange: l }) => {
7
+ const c = d(null), i = (t) => {
8
+ c.current = t.touches[0].clientX;
9
+ }, h = m(
10
+ (t) => {
11
+ if (c.current === null) return;
12
+ const o = t.changedTouches[0].clientX - c.current, e = 50;
13
+ o > e && r > 1 ? l(r - 1) : o < -e && (!n || r < n) && l(r + 1), c.current = null;
14
+ },
15
+ [r, n, l]
16
+ );
17
+ return /* @__PURE__ */ u("div", { className: T.root, onTouchStart: i, onTouchEnd: h, children: s.map(({ review: t }, o) => /* @__PURE__ */ u(f, { review: t }, `${t.author}_${o}`)) });
18
+ };
19
+ export {
20
+ v as ReviewList
21
+ };
@@ -0,0 +1 @@
1
+ export { ReviewList } from './ReviewList';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="reviewList-module__root___UIExi",o={root:e};exports.default=o;exports.root=e;
@@ -0,0 +1,7 @@
1
+ const o = "reviewList-module__root___UIExi", t = {
2
+ root: o
3
+ };
4
+ export {
5
+ t as default,
6
+ o as root
7
+ };
@@ -0,0 +1 @@
1
+ export { Reviews } from './Reviews';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="reviews-module__root___1ZqJ6",o="reviews-module__container___QE-Af",n="reviews-module__headerContainer___GGw6i",t="reviews-module__headerRow___kpG8f",i="reviews-module__reviewsContainer___BHIYC",r="reviews-module__pagination___mWMay",a="reviews-module__loadingContainer___uJZ6c",_="reviews-module__skeleton___UaPlJ",s={root:e,container:o,headerContainer:n,headerRow:t,reviewsContainer:i,pagination:r,loadingContainer:a,skeleton:_};exports.container=o;exports.default=s;exports.headerContainer=n;exports.headerRow=t;exports.loadingContainer=a;exports.pagination=r;exports.reviewsContainer=i;exports.root=e;exports.skeleton=_;
@@ -0,0 +1,21 @@
1
+ const e = "reviews-module__root___1ZqJ6", o = "reviews-module__container___QE-Af", n = "reviews-module__headerContainer___GGw6i", _ = "reviews-module__headerRow___kpG8f", i = "reviews-module__reviewsContainer___BHIYC", r = "reviews-module__pagination___mWMay", t = "reviews-module__loadingContainer___uJZ6c", a = "reviews-module__skeleton___UaPlJ", s = {
2
+ root: e,
3
+ container: o,
4
+ headerContainer: n,
5
+ headerRow: _,
6
+ reviewsContainer: i,
7
+ pagination: r,
8
+ loadingContainer: t,
9
+ skeleton: a
10
+ };
11
+ export {
12
+ o as container,
13
+ s as default,
14
+ n as headerContainer,
15
+ _ as headerRow,
16
+ t as loadingContainer,
17
+ r as pagination,
18
+ i as reviewsContainer,
19
+ e as root,
20
+ a as skeleton
21
+ };
@@ -0,0 +1,8 @@
1
+ export type TReviewCard = {
2
+ review: {
3
+ title: string;
4
+ description: string;
5
+ author: string;
6
+ stars?: number;
7
+ };
8
+ };
@@ -0,0 +1 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),f=require("react"),y=require("../../node_modules/gsap/index.cjs.js"),p=require("../../node_modules/gsap/Flip.cjs.js"),N=require("../../node_modules/@gsap/react/src/index.cjs.js"),R=require("../../pageComponents/Bubbles/Bubbles.cjs.js"),q=require("../../pageComponents/Gradient/Gradient.cjs.js"),x=require("../../components/HighlightedTitle/HighlightedTitle.cjs.js"),C=require("../../utils/cn/cn.cjs.js"),b=require("../../components/Typography/Typography.cjs.js"),_=require("../../components/Icon/Icon.cjs.js"),t=require("./SlidingTabsGallery.module.css.cjs.js");y.gsap.registerPlugin(p.Flip);const S=({title:j,tabs:o,withBubbles:m})=>{const s=f.useRef(null),a=f.useRef(null),[l,h]=f.useState(o[0]);N.useGSAP(()=>{const i=s.current,n=a.current,u=r=>{if(i&&n&&r){const T=n.getBoundingClientRect(),g=r.getBoundingClientRect();y.gsap.set(i,{left:g.left-T.left,top:g.top-T.top,width:g.width,height:g.height})}};if(n&&n.children.length>1){const r=n.children[1];r&&u(r)}let c;const d=()=>{clearTimeout(c),c=setTimeout(()=>{if(i&&n&&n.children.length>1&&o.length>0){const r=n.children[1];r&&(u(r),h(o[0]))}},250)};return window.addEventListener("resize",d),()=>{clearTimeout(c),window.removeEventListener("resize",d)}},{dependencies:[o,h],scope:a});const v=(i,n)=>{if(i===l)return;const u=p.Flip.getState(s.current);if(h(i),s.current&&a.current&&a.current.children.length>n+1){const c=a.current.children[n+1];if(c){const d=a.current.getBoundingClientRect(),r=c.getBoundingClientRect();s.current.style.left=`${r.left-d.left}px`,s.current.style.top=`${r.top-d.top}px`,s.current.style.width=`${r.width}px`,s.current.style.height=`${r.height}px`}}p.Flip.from(u,{targets:s.current,duration:.3,ease:"power1.inOut"})};return e.jsxs("section",{className:t.default.root,children:[m&&e.jsx(R.Bubbles,{className:t.default.bubbles}),e.jsxs("div",{className:t.default.container,children:[e.jsx(x.HighlightedTitle,{as:"div",title:j,className:t.default.header,colorScheme:"dark"}),e.jsxs("div",{className:t.default.content,children:[l.image&&e.jsx("div",{className:t.default.imageWrap,children:e.jsx("img",{src:l.image,alt:"Total Care",className:t.default.image})}),e.jsx("div",{className:t.default.tabsContainer,children:e.jsxs("div",{ref:a,className:t.default.tabs,children:[e.jsx("div",{ref:s,id:"marker",className:t.default.marker}),o.map((i,n)=>e.jsxs("button",{className:C.cn(t.default.tab,{[t.default.active]:l===i}),onClick:()=>v(i,n),children:[i.icon&&e.jsx(b.Typography,{defaultVariant:"displayMd",className:t.default.icon,children:e.jsx(_.Icon,{name:i.icon})}),e.jsx(b.Typography,{defaultVariant:"displayMd",className:t.default.hideMobile,children:i.label})]},i.label))]})}),l.description&&e.jsx("div",{className:t.default.description,children:e.jsx(x.HighlightedTitle,{as:"div",defaultVariant:"bodyMd",className:t.default.descriptionText,title:l.description,colorScheme:"dark"})})]})]}),m&&e.jsx(q.Gradient,{variant:"blue"})]})};exports.SlidingTabsGallery=S;
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+ import { TContentTab } from '../../components/ContentTabs';
3
+
4
+ export type SlidingTabsGalleryProps = {
5
+ title: ReactNode;
6
+ tabs: ReadonlyArray<TContentTab>;
7
+ withBubbles?: boolean;
8
+ };
9
+ export declare const SlidingTabsGallery: ({ title, tabs, withBubbles }: SlidingTabsGalleryProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,105 @@
1
+ "use client";
2
+ import { jsxs as m, jsx as n } from "react/jsx-runtime";
3
+ import { useRef as T, useState as k } from "react";
4
+ import { gsap as C } from "../../node_modules/gsap/index.es.js";
5
+ import { Flip as f } from "../../node_modules/gsap/Flip.es.js";
6
+ import { useGSAP as w } from "../../node_modules/@gsap/react/src/index.es.js";
7
+ import { Bubbles as S } from "../../pageComponents/Bubbles/Bubbles.es.js";
8
+ import { Gradient as x } from "../../pageComponents/Gradient/Gradient.es.js";
9
+ import { HighlightedTitle as N } from "../../components/HighlightedTitle/HighlightedTitle.es.js";
10
+ import { cn as B } from "../../utils/cn/cn.es.js";
11
+ import { Typography as b } from "../../components/Typography/Typography.es.js";
12
+ import { Icon as M } from "../../components/Icon/Icon.es.js";
13
+ import e from "./SlidingTabsGallery.module.css.es.js";
14
+ C.registerPlugin(f);
15
+ const I = ({ title: R, tabs: l, withBubbles: g }) => {
16
+ const c = T(null), o = T(null), [s, p] = k(l[0]);
17
+ w(
18
+ () => {
19
+ const t = c.current, r = o.current, u = (i) => {
20
+ if (t && r && i) {
21
+ const v = r.getBoundingClientRect(), h = i.getBoundingClientRect();
22
+ C.set(t, {
23
+ left: h.left - v.left,
24
+ top: h.top - v.top,
25
+ width: h.width,
26
+ height: h.height
27
+ });
28
+ }
29
+ };
30
+ if (r && r.children.length > 1) {
31
+ const i = r.children[1];
32
+ i && u(i);
33
+ }
34
+ let a;
35
+ const d = () => {
36
+ clearTimeout(a), a = setTimeout(() => {
37
+ if (t && r && r.children.length > 1 && l.length > 0) {
38
+ const i = r.children[1];
39
+ i && (u(i), p(l[0]));
40
+ }
41
+ }, 250);
42
+ };
43
+ return window.addEventListener("resize", d), () => {
44
+ clearTimeout(a), window.removeEventListener("resize", d);
45
+ };
46
+ },
47
+ { dependencies: [l, p], scope: o }
48
+ );
49
+ const y = (t, r) => {
50
+ if (t === s) return;
51
+ const u = f.getState(c.current);
52
+ if (p(t), c.current && o.current && o.current.children.length > r + 1) {
53
+ const a = o.current.children[r + 1];
54
+ if (a) {
55
+ const d = o.current.getBoundingClientRect(), i = a.getBoundingClientRect();
56
+ c.current.style.left = `${i.left - d.left}px`, c.current.style.top = `${i.top - d.top}px`, c.current.style.width = `${i.width}px`, c.current.style.height = `${i.height}px`;
57
+ }
58
+ }
59
+ f.from(u, {
60
+ targets: c.current,
61
+ duration: 0.3,
62
+ ease: "power1.inOut"
63
+ });
64
+ };
65
+ return /* @__PURE__ */ m("section", { className: e.root, children: [
66
+ g && /* @__PURE__ */ n(S, { className: e.bubbles }),
67
+ /* @__PURE__ */ m("div", { className: e.container, children: [
68
+ /* @__PURE__ */ n(N, { as: "div", title: R, className: e.header, colorScheme: "dark" }),
69
+ /* @__PURE__ */ m("div", { className: e.content, children: [
70
+ s.image && /* @__PURE__ */ n("div", { className: e.imageWrap, children: /* @__PURE__ */ n("img", { src: s.image, alt: "Total Care", className: e.image }) }),
71
+ /* @__PURE__ */ n("div", { className: e.tabsContainer, children: /* @__PURE__ */ m("div", { ref: o, className: e.tabs, children: [
72
+ /* @__PURE__ */ n("div", { ref: c, id: "marker", className: e.marker }),
73
+ l.map((t, r) => /* @__PURE__ */ m(
74
+ "button",
75
+ {
76
+ className: B(e.tab, {
77
+ [e.active]: s === t
78
+ }),
79
+ onClick: () => y(t, r),
80
+ children: [
81
+ t.icon && /* @__PURE__ */ n(b, { defaultVariant: "displayMd", className: e.icon, children: /* @__PURE__ */ n(M, { name: t.icon }) }),
82
+ /* @__PURE__ */ n(b, { defaultVariant: "displayMd", className: e.hideMobile, children: t.label })
83
+ ]
84
+ },
85
+ t.label
86
+ ))
87
+ ] }) }),
88
+ s.description && /* @__PURE__ */ n("div", { className: e.description, children: /* @__PURE__ */ n(
89
+ N,
90
+ {
91
+ as: "div",
92
+ defaultVariant: "bodyMd",
93
+ className: e.descriptionText,
94
+ title: s.description,
95
+ colorScheme: "dark"
96
+ }
97
+ ) })
98
+ ] })
99
+ ] }),
100
+ g && /* @__PURE__ */ n(x, { variant: "blue" })
101
+ ] });
102
+ };
103
+ export {
104
+ I as SlidingTabsGallery
105
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="SlidingTabsGallery-module__root___BsvYn",a="SlidingTabsGallery-module__bubbles___XumkJ",i="SlidingTabsGallery-module__container___vP0rd",l="SlidingTabsGallery-module__header___eJQXu",t="SlidingTabsGallery-module__content___jjd1o",_="SlidingTabsGallery-module__tabsContainer___Se1lx",o="SlidingTabsGallery-module__tabs___ZEKrF",n="SlidingTabsGallery-module__tab___Ztklx",r="SlidingTabsGallery-module__active___XatLw",s="SlidingTabsGallery-module__marker___c5lgj",d="SlidingTabsGallery-module__imageWrap___OWtqZ",b="SlidingTabsGallery-module__description___JBoEm",c="SlidingTabsGallery-module__descriptionText___g-K-K",m="SlidingTabsGallery-module__image___E02Sh",u="SlidingTabsGallery-module__hideMobile___t2U4P",g={root:e,bubbles:a,container:i,header:l,content:t,tabsContainer:_,tabs:o,tab:n,active:r,marker:s,imageWrap:d,description:b,descriptionText:c,image:m,hideMobile:u};exports.active=r;exports.bubbles=a;exports.container=i;exports.content=t;exports.default=g;exports.description=b;exports.descriptionText=c;exports.header=l;exports.hideMobile=u;exports.image=m;exports.imageWrap=d;exports.marker=s;exports.root=e;exports.tab=n;exports.tabs=o;exports.tabsContainer=_;
@@ -0,0 +1,35 @@
1
+ const e = "SlidingTabsGallery-module__root___BsvYn", _ = "SlidingTabsGallery-module__bubbles___XumkJ", l = "SlidingTabsGallery-module__container___vP0rd", a = "SlidingTabsGallery-module__header___eJQXu", i = "SlidingTabsGallery-module__content___jjd1o", t = "SlidingTabsGallery-module__tabsContainer___Se1lx", o = "SlidingTabsGallery-module__tabs___ZEKrF", n = "SlidingTabsGallery-module__tab___Ztklx", s = "SlidingTabsGallery-module__active___XatLw", d = "SlidingTabsGallery-module__marker___c5lgj", r = "SlidingTabsGallery-module__imageWrap___OWtqZ", b = "SlidingTabsGallery-module__description___JBoEm", c = "SlidingTabsGallery-module__descriptionText___g-K-K", m = "SlidingTabsGallery-module__image___E02Sh", g = "SlidingTabsGallery-module__hideMobile___t2U4P", u = {
2
+ root: e,
3
+ bubbles: _,
4
+ container: l,
5
+ header: a,
6
+ content: i,
7
+ tabsContainer: t,
8
+ tabs: o,
9
+ tab: n,
10
+ active: s,
11
+ marker: d,
12
+ imageWrap: r,
13
+ description: b,
14
+ descriptionText: c,
15
+ image: m,
16
+ hideMobile: g
17
+ };
18
+ export {
19
+ s as active,
20
+ _ as bubbles,
21
+ l as container,
22
+ i as content,
23
+ u as default,
24
+ b as description,
25
+ c as descriptionText,
26
+ a as header,
27
+ g as hideMobile,
28
+ m as image,
29
+ r as imageWrap,
30
+ d as marker,
31
+ e as root,
32
+ n as tab,
33
+ o as tabs,
34
+ t as tabsContainer
35
+ };