@zenpatient-org/healthspan-marketing-ui 0.2.81 → 0.2.82

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 (378) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +2 -1
  2. package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +2 -1
  3. package/dist/components/AdvancedGallery/AdvancedGallery.d.ts +1 -0
  4. package/dist/components/AdvancedGallery/components/ImageGalleryPagination/ImageGalleryPagination.d.ts +2 -1
  5. package/dist/components/AdvancedGallery/components/VideoSlide/VideoSlide.d.ts +1 -0
  6. package/dist/components/AnchorLinks/AnchorLinks.d.ts +1 -0
  7. package/dist/components/AnchorLinks/types.d.ts +1 -0
  8. package/dist/components/Benefit/Benefit.d.ts +2 -1
  9. package/dist/components/Button/Button.d.ts +3 -2
  10. package/dist/components/Callback/Callback.d.ts +3 -2
  11. package/dist/components/Callback/constants.d.ts +3 -2
  12. package/dist/components/Checkbox/Checkbox.d.ts +1 -0
  13. package/dist/components/ClaimBlock/ClaimBlock.d.ts +2 -1
  14. package/dist/components/ComplexImageCarousel/ComplexCarousel/ComplexCarousel.d.ts +1 -0
  15. package/dist/components/ComplexImageCarousel/ComplexImageCarousel.d.ts +1 -0
  16. package/dist/components/ComplexImageCarousel/SimpleImageCarousel/SimpleImageCarousel.d.ts +1 -0
  17. package/dist/components/ComplexImageCarousel/useComplexImageCarousel.d.ts +1 -0
  18. package/dist/components/ComplexTooltip/ComplexTooltip.d.ts +4 -3
  19. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts +2 -1
  20. package/dist/components/ComplexTooltip/types.d.ts +2 -1
  21. package/dist/components/ContentTabs/ContentTabs.d.ts +3 -2
  22. package/dist/components/Cursor/Cursor.d.ts +2 -1
  23. package/dist/components/Cursor/components/ClientCursor.d.ts +2 -1
  24. package/dist/components/Cursor/components/ServerCursor.d.ts +2 -1
  25. package/dist/components/FAQComponent/FAQComponent.d.ts +1 -0
  26. package/dist/components/FAQComponent/types.d.ts +1 -0
  27. package/dist/components/FAQComponentItem/FAQComponentItem.d.ts +1 -0
  28. package/dist/components/FAQComponentItem/types.d.ts +2 -1
  29. package/dist/components/FeaturesList/FeaturesList.d.ts +2 -1
  30. package/dist/components/FeaturesList/types.d.ts +2 -1
  31. package/dist/components/FilterError/FilterError.d.ts +1 -0
  32. package/dist/components/FilterMenu/FilterMenu.d.ts +2 -1
  33. package/dist/components/HighlightCard/HighlightCard.d.ts +2 -1
  34. package/dist/components/HighlightedTitle/HighlightedTitle.d.ts +4 -3
  35. package/dist/components/Icon/Icon.d.ts +1 -0
  36. package/dist/components/Icon/constants.cjs.js +1 -1
  37. package/dist/components/Icon/constants.d.ts +59 -2
  38. package/dist/components/Icon/constants.es.js +68 -11
  39. package/dist/components/Icon/iconsMap.cjs.js +1 -1
  40. package/dist/components/Icon/iconsMap.d.ts +1 -0
  41. package/dist/components/Icon/iconsMap.es.js +245 -131
  42. package/dist/components/IconBracket/IconBracket.d.ts +1 -0
  43. package/dist/components/IconBracket/types.d.ts +1 -0
  44. package/dist/components/IconButton/IconButton.d.ts +3 -2
  45. package/dist/components/ImageGallery/ImageGallery.d.ts +1 -0
  46. package/dist/components/ImageGallery/components/ImageGalleryPagination/ImageGalleryPagination.d.ts +2 -1
  47. package/dist/components/InfiniteScroll/InfiniteScroll.d.ts +2 -1
  48. package/dist/components/Label/Label.d.ts +2 -1
  49. package/dist/components/PlainFeaturesGroup/PlainFeaturesGroup.d.ts +1 -0
  50. package/dist/components/PlayButton/PlayButton.d.ts +2 -1
  51. package/dist/components/PriceDisplay/PriceDisplay.d.ts +2 -1
  52. package/dist/components/Pricing/Pricing.d.ts +1 -0
  53. package/dist/components/Pricing/components/BenefitItem/BenefitItem.d.ts +2 -1
  54. package/dist/components/Pricing/types.d.ts +4 -3
  55. package/dist/components/ProductGallery/ProductGallery.d.ts +2 -1
  56. package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +2 -1
  57. package/dist/components/ProductGalleryCard/types.d.ts +2 -1
  58. package/dist/components/ProductListing/ProductListing.d.ts +3 -2
  59. package/dist/components/ProductPairs/ProductPairs.d.ts +1 -0
  60. package/dist/components/ProgressButton/ProgressButton.d.ts +3 -2
  61. package/dist/components/Quote/Quote.d.ts +2 -1
  62. package/dist/components/SmartCallout/SmartCallout.d.ts +1 -0
  63. package/dist/components/StepsCarousel/StepsCarousel.d.ts +2 -1
  64. package/dist/components/StudyGridCard/StudyGridCard.d.ts +2 -1
  65. package/dist/components/Tabs/Tabs.d.ts +2 -1
  66. package/dist/components/Tabs/TabsWithFade.d.ts +1 -0
  67. package/dist/components/Tabs/types.d.ts +2 -1
  68. package/dist/components/Tag/Tag.d.ts +3 -2
  69. package/dist/components/TextButton/TextButton.d.ts +3 -2
  70. package/dist/components/TextInput/TextInput.d.ts +1 -0
  71. package/dist/components/Typography/Typography.d.ts +2 -2
  72. package/dist/icons/action/attach.svg +1 -0
  73. package/dist/icons/action/attach.svg.cjs.js +1 -0
  74. package/dist/icons/action/attach.svg.es.js +5 -0
  75. package/dist/icons/action/delete.svg +1 -0
  76. package/dist/icons/action/delete.svg.cjs.js +1 -0
  77. package/dist/icons/action/delete.svg.es.js +5 -0
  78. package/dist/icons/action/dislike.svg +1 -0
  79. package/dist/icons/action/dislike.svg.cjs.js +1 -0
  80. package/dist/icons/action/dislike.svg.es.js +5 -0
  81. package/dist/icons/action/download.svg +1 -0
  82. package/dist/icons/action/download.svg.cjs.js +1 -0
  83. package/dist/icons/action/download.svg.es.js +5 -0
  84. package/dist/icons/action/edit.svg +1 -0
  85. package/dist/icons/action/edit.svg.cjs.js +1 -0
  86. package/dist/icons/action/edit.svg.es.js +5 -0
  87. package/dist/icons/action/expand.svg +1 -0
  88. package/dist/icons/action/expand.svg.cjs.js +1 -0
  89. package/dist/icons/action/expand.svg.es.js +5 -0
  90. package/dist/icons/action/favorite.svg +1 -0
  91. package/dist/icons/action/favorite.svg.cjs.js +1 -0
  92. package/dist/icons/action/favorite.svg.es.js +5 -0
  93. package/dist/icons/action/like.svg +1 -0
  94. package/dist/icons/action/like.svg.cjs.js +1 -0
  95. package/dist/icons/action/like.svg.es.js +5 -0
  96. package/dist/icons/action/redo.svg +4 -0
  97. package/dist/icons/action/redo.svg.cjs.js +1 -0
  98. package/dist/icons/action/redo.svg.es.js +5 -0
  99. package/dist/icons/action/save.svg +1 -0
  100. package/dist/icons/action/save.svg.cjs.js +1 -0
  101. package/dist/icons/action/save.svg.es.js +5 -0
  102. package/dist/icons/action/upload.svg +1 -0
  103. package/dist/icons/action/upload.svg.cjs.js +1 -0
  104. package/dist/icons/action/upload.svg.es.js +5 -0
  105. package/dist/icons/arrow/sort-az.svg +1 -0
  106. package/dist/icons/arrow/sort-az.svg.cjs.js +1 -0
  107. package/dist/icons/arrow/sort-az.svg.es.js +5 -0
  108. package/dist/icons/arrow/sort-za.svg +1 -0
  109. package/dist/icons/arrow/sort-za.svg.cjs.js +1 -0
  110. package/dist/icons/arrow/sort-za.svg.es.js +5 -0
  111. package/dist/icons/arrow/swap.svg +1 -0
  112. package/dist/icons/arrow/swap.svg.cjs.js +1 -0
  113. package/dist/icons/arrow/swap.svg.es.js +5 -0
  114. package/dist/icons/chat/send.svg +1 -0
  115. package/dist/icons/chat/send.svg.cjs.js +1 -0
  116. package/dist/icons/chat/send.svg.es.js +5 -0
  117. package/dist/icons/features/ai.svg +1 -0
  118. package/dist/icons/features/ai.svg.cjs.js +1 -0
  119. package/dist/icons/features/ai.svg.es.js +5 -0
  120. package/dist/icons/features/godmode.svg +1 -0
  121. package/dist/icons/features/godmode.svg.cjs.js +1 -0
  122. package/dist/icons/features/godmode.svg.es.js +5 -0
  123. package/dist/icons/global/article.svg +1 -0
  124. package/dist/icons/global/article.svg.cjs.js +1 -0
  125. package/dist/icons/global/article.svg.es.js +5 -0
  126. package/dist/icons/global/book.svg +1 -0
  127. package/dist/icons/global/book.svg.cjs.js +1 -0
  128. package/dist/icons/global/book.svg.es.js +5 -0
  129. package/dist/icons/global/document.svg +1 -0
  130. package/dist/icons/global/document.svg.cjs.js +1 -0
  131. package/dist/icons/global/document.svg.es.js +5 -0
  132. package/dist/icons/global/ellipsis-horizontal.svg +1 -0
  133. package/dist/icons/global/ellipsis-horizontal.svg.cjs.js +1 -0
  134. package/dist/icons/global/ellipsis-horizontal.svg.es.js +5 -0
  135. package/dist/icons/global/lock-fill.svg +8 -0
  136. package/dist/icons/global/lock-fill.svg.cjs.js +1 -0
  137. package/dist/icons/global/lock-fill.svg.es.js +7 -0
  138. package/dist/icons/global/medal.svg +3 -0
  139. package/dist/icons/global/medal.svg.cjs.js +1 -0
  140. package/dist/icons/global/medal.svg.es.js +5 -0
  141. package/dist/icons/global/page.svg +1 -0
  142. package/dist/icons/global/page.svg.cjs.js +1 -0
  143. package/dist/icons/global/page.svg.es.js +5 -0
  144. package/dist/icons/global/upload-cloud.svg +1 -0
  145. package/dist/icons/global/upload-cloud.svg.cjs.js +1 -0
  146. package/dist/icons/global/upload-cloud.svg.es.js +5 -0
  147. package/dist/icons/medical/background.svg +1 -0
  148. package/dist/icons/medical/background.svg.cjs.js +1 -0
  149. package/dist/icons/medical/background.svg.es.js +5 -0
  150. package/dist/icons/medical/stethoscope.svg +1 -0
  151. package/dist/icons/medical/stethoscope.svg.cjs.js +1 -0
  152. package/dist/icons/medical/stethoscope.svg.es.js +5 -0
  153. package/dist/icons/playback/camera-off.svg +1 -0
  154. package/dist/icons/playback/camera-off.svg.cjs.js +1 -0
  155. package/dist/icons/playback/camera-off.svg.es.js +5 -0
  156. package/dist/icons/playback/camera.svg +4 -0
  157. package/dist/icons/playback/camera.svg.cjs.js +1 -0
  158. package/dist/icons/playback/camera.svg.es.js +5 -0
  159. package/dist/icons/playback/fast-forward.svg +1 -0
  160. package/dist/icons/playback/fast-forward.svg.cjs.js +1 -0
  161. package/dist/icons/playback/fast-forward.svg.es.js +5 -0
  162. package/dist/icons/playback/mic-off.svg +1 -0
  163. package/dist/icons/playback/mic-off.svg.cjs.js +1 -0
  164. package/dist/icons/playback/mic-off.svg.es.js +5 -0
  165. package/dist/icons/playback/mic.svg +1 -0
  166. package/dist/icons/playback/mic.svg.cjs.js +1 -0
  167. package/dist/icons/playback/mic.svg.es.js +5 -0
  168. package/dist/icons/playback/rewind.svg +1 -0
  169. package/dist/icons/playback/rewind.svg.cjs.js +1 -0
  170. package/dist/icons/playback/rewind.svg.es.js +5 -0
  171. package/dist/icons/playback/skip-back.svg +1 -0
  172. package/dist/icons/playback/skip-back.svg.cjs.js +1 -0
  173. package/dist/icons/playback/skip-back.svg.es.js +5 -0
  174. package/dist/icons/playback/skip-forward.svg +1 -0
  175. package/dist/icons/playback/skip-forward.svg.cjs.js +1 -0
  176. package/dist/icons/playback/skip-forward.svg.es.js +5 -0
  177. package/dist/icons/playback/volume-high.svg +1 -0
  178. package/dist/icons/playback/volume-high.svg.cjs.js +1 -0
  179. package/dist/icons/playback/volume-high.svg.es.js +5 -0
  180. package/dist/icons/playback/volume-low.svg +1 -0
  181. package/dist/icons/playback/volume-low.svg.cjs.js +1 -0
  182. package/dist/icons/playback/volume-low.svg.es.js +5 -0
  183. package/dist/icons/playback/volume-med.svg +1 -0
  184. package/dist/icons/playback/volume-med.svg.cjs.js +1 -0
  185. package/dist/icons/playback/volume-med.svg.es.js +5 -0
  186. package/dist/icons/playback/volume-off.svg +1 -0
  187. package/dist/icons/playback/volume-off.svg.cjs.js +1 -0
  188. package/dist/icons/playback/volume-off.svg.es.js +5 -0
  189. package/dist/icons/scheduling/alarm.svg +4 -0
  190. package/dist/icons/scheduling/alarm.svg.cjs.js +1 -0
  191. package/dist/icons/scheduling/alarm.svg.es.js +5 -0
  192. package/dist/icons/scheduling/calendar-arrow.svg +1 -0
  193. package/dist/icons/scheduling/calendar-arrow.svg.cjs.js +1 -0
  194. package/dist/icons/scheduling/calendar-arrow.svg.es.js +5 -0
  195. package/dist/icons/scheduling/calendar-blank.svg +1 -0
  196. package/dist/icons/scheduling/calendar-blank.svg.cjs.js +1 -0
  197. package/dist/icons/scheduling/calendar-blank.svg.es.js +5 -0
  198. package/dist/icons/scheduling/calendar-date.svg +1 -0
  199. package/dist/icons/scheduling/calendar-date.svg.cjs.js +1 -0
  200. package/dist/icons/scheduling/calendar-date.svg.es.js +5 -0
  201. package/dist/icons/scheduling/calendar-fill.svg +1 -0
  202. package/dist/icons/scheduling/calendar-fill.svg.cjs.js +1 -0
  203. package/dist/icons/scheduling/calendar-fill.svg.es.js +5 -0
  204. package/dist/icons/status/cancelled.svg +1 -0
  205. package/dist/icons/status/cancelled.svg.cjs.js +1 -0
  206. package/dist/icons/status/cancelled.svg.es.js +5 -0
  207. package/dist/icons/status/flag-fill.svg +1 -0
  208. package/dist/icons/status/flag-fill.svg.cjs.js +1 -0
  209. package/dist/icons/status/flag-fill.svg.es.js +5 -0
  210. package/dist/icons/status/flag.svg +1 -0
  211. package/dist/icons/status/flag.svg.cjs.js +1 -0
  212. package/dist/icons/status/flag.svg.es.js +5 -0
  213. package/dist/icons/status/moon-fill.svg +1 -0
  214. package/dist/icons/status/moon-fill.svg.cjs.js +1 -0
  215. package/dist/icons/status/moon-fill.svg.es.js +5 -0
  216. package/dist/icons/status/moon.svg +1 -0
  217. package/dist/icons/status/moon.svg.cjs.js +1 -0
  218. package/dist/icons/status/moon.svg.es.js +5 -0
  219. package/dist/icons/status/notification-off.svg +1 -0
  220. package/dist/icons/status/notification-off.svg.cjs.js +1 -0
  221. package/dist/icons/status/notification-off.svg.es.js +5 -0
  222. package/dist/icons/status/notification.svg +1 -0
  223. package/dist/icons/status/notification.svg.cjs.js +1 -0
  224. package/dist/icons/status/notification.svg.es.js +5 -0
  225. package/dist/icons/status/toggle.svg +4 -0
  226. package/dist/icons/status/toggle.svg.cjs.js +1 -0
  227. package/dist/icons/status/toggle.svg.es.js +5 -0
  228. package/dist/icons/status/travel.svg +1 -0
  229. package/dist/icons/status/travel.svg.cjs.js +1 -0
  230. package/dist/icons/status/travel.svg.es.js +5 -0
  231. package/dist/icons/status/verified-issue.svg +1 -0
  232. package/dist/icons/status/verified-issue.svg.cjs.js +1 -0
  233. package/dist/icons/status/verified-issue.svg.es.js +5 -0
  234. package/dist/icons/status/verified.svg +1 -0
  235. package/dist/icons/status/verified.svg.cjs.js +1 -0
  236. package/dist/icons/status/verified.svg.es.js +5 -0
  237. package/dist/icons/user/add-user.svg +1 -0
  238. package/dist/icons/user/add-user.svg.cjs.js +1 -0
  239. package/dist/icons/user/add-user.svg.es.js +5 -0
  240. package/dist/icons/user/user-group.svg +1 -0
  241. package/dist/icons/user/user-group.svg.cjs.js +1 -0
  242. package/dist/icons/user/user-group.svg.es.js +5 -0
  243. package/dist/lib/useSwiper.d.ts +3 -2
  244. package/dist/modules/BasicImageText/BasicImageText.d.ts +2 -1
  245. package/dist/modules/Benefits/Benefits.d.ts +1 -0
  246. package/dist/modules/CallToAction/CallToAction.d.ts +1 -0
  247. package/dist/modules/Callback/Callback.d.ts +2 -1
  248. package/dist/modules/Claims/Claims.d.ts +1 -0
  249. package/dist/modules/Compare/Compare.d.ts +1 -0
  250. package/dist/modules/Compare/types.d.ts +3 -2
  251. package/dist/modules/Comparison/Comparison.d.ts +3 -2
  252. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.d.ts +2 -1
  253. package/dist/modules/ComparisonV2/ComparisonV2.d.ts +2 -1
  254. package/dist/modules/ContentHighlight/ContentHighlight.d.ts +2 -1
  255. package/dist/modules/Curiosity/Curiosity.d.ts +1 -0
  256. package/dist/modules/CursorImageBlock/CursorImageBlock.d.ts +2 -1
  257. package/dist/modules/ExpandingDetails/ExpandingDetails.d.ts +1 -0
  258. package/dist/modules/ExpandingDetails/types.d.ts +1 -0
  259. package/dist/modules/FAQModule/FAQModule.d.ts +1 -0
  260. package/dist/modules/FAQModule/types.d.ts +1 -0
  261. package/dist/modules/FeaturesGallery/FeaturesGallery.d.ts +3 -2
  262. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.d.ts +2 -1
  263. package/dist/modules/FollowTheScience/FollowTheScience.d.ts +1 -0
  264. package/dist/modules/HSModal/HSModal.d.ts +1 -0
  265. package/dist/modules/HSModal/components/MailchimpModal/MailchimpModal.d.ts +1 -0
  266. package/dist/modules/HSModal/components/MailchimpModal/components/Newsletter/Newsletter.d.ts +1 -0
  267. package/dist/modules/HSModal/types.d.ts +1 -0
  268. package/dist/modules/HSModal/useHSModal.cjs.js +1 -1
  269. package/dist/modules/HSModal/useHSModal.es.js +1 -1
  270. package/dist/modules/HighestStandards/HighestStandards.d.ts +1 -0
  271. package/dist/modules/HighestStandards/components/TabsMenu/TabsMenu.d.ts +1 -0
  272. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/TabsMenuItem.d.ts +1 -0
  273. package/dist/modules/HighestStandards/components/TabsMenu/components/TabsMenutem/types.d.ts +2 -1
  274. package/dist/modules/HighestStandards/types.d.ts +1 -0
  275. package/dist/modules/Highlight/Highlight.d.ts +2 -1
  276. package/dist/modules/HowItWorks/components/Content/Content.d.ts +1 -0
  277. package/dist/modules/ImageWithBenefits/ImageWithBenefits.d.ts +1 -0
  278. package/dist/modules/ImageWithText/ImageWithText.d.ts +1 -0
  279. package/dist/modules/ImageWithText/components/ButtonWithColors/ButtonWithColors.d.ts +1 -0
  280. package/dist/modules/ImageWithText/types.d.ts +2 -1
  281. package/dist/modules/IndividualProductCard/IndividualProductCard.d.ts +3 -2
  282. package/dist/modules/IndividualProductCard/components/PlanCard/PlanCard.d.ts +2 -1
  283. package/dist/modules/IndividualProductCard/types.d.ts +3 -2
  284. package/dist/modules/IndividualProductCardV2/IndividualProductCardV2.d.ts +1 -0
  285. package/dist/modules/IndividualProductCardV2/types.d.ts +1 -0
  286. package/dist/modules/IngredientHighlight/IngredientHighlight.d.ts +1 -0
  287. package/dist/modules/IngredientHighlight/components/Ingredient/Ingredient.d.ts +1 -0
  288. package/dist/modules/LongevityPathways/LongevityPathways.d.ts +1 -0
  289. package/dist/modules/LongevityPathways/types.d.ts +1 -0
  290. package/dist/modules/OptimalHealth/OptimalHealth.d.ts +3 -2
  291. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.d.ts +2 -1
  292. package/dist/modules/OurProcess/OurProcess.d.ts +4 -3
  293. package/dist/modules/PairedProducts/PairedProducts.d.ts +2 -1
  294. package/dist/modules/ProductsDisplay/ProductsDisplay.d.ts +2 -1
  295. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +2 -1
  296. package/dist/modules/ProductsDisplay/types.d.ts +2 -1
  297. package/dist/modules/ProductsDisplay/useProductsData.d.ts +4 -3
  298. package/dist/modules/ProgramDetails/ProgramDetails.d.ts +1 -0
  299. package/dist/modules/ProgramDetails/components/Features/Features.d.ts +2 -1
  300. package/dist/modules/ResearchEssentialReadings/ResearchEssentialReadings.d.ts +1 -0
  301. package/dist/modules/ResearchEssentialReadings/components/ReadingCard/ReadingCard.d.ts +2 -1
  302. package/dist/modules/ResearchFeatured/ResearchFeatured.d.ts +2 -1
  303. package/dist/modules/ResearchFeatured/components/FeaturedArticle/FeaturedArticle.d.ts +2 -1
  304. package/dist/modules/ResearchFeatured/components/HighlightedArticle/HighlightedArticle.d.ts +2 -1
  305. package/dist/modules/ResearchFilters/ResearchFilters.d.ts +2 -1
  306. package/dist/modules/ResearchStudies/ResearchStudies.d.ts +2 -1
  307. package/dist/modules/ResearchStudies/components/StudyCard/StudyCard.d.ts +2 -1
  308. package/dist/modules/Reviews/Reviews.d.ts +1 -0
  309. package/dist/modules/Reviews/components/ReviewCard/ReviewCard.d.ts +1 -0
  310. package/dist/modules/Reviews/components/ReviewList/ReviewList.d.ts +2 -1
  311. package/dist/modules/ScienceHero/ScienceHeroCursor.d.ts +2 -1
  312. package/dist/modules/ScienceHero/components/ScienceClientCursor.d.ts +2 -1
  313. package/dist/modules/ScienceHero/components/ScienceServerCursor.d.ts +2 -1
  314. package/dist/modules/SlidingTabsGallery/SlidingTabsGallery.d.ts +3 -2
  315. package/dist/modules/StillHaveQuestions/StillHaveQuestions.d.ts +2 -1
  316. package/dist/modules/StillHaveQuestions/constants.d.ts +1 -0
  317. package/dist/modules/Studies/Studies.d.ts +3 -2
  318. package/dist/modules/TargetedPrograms/TargetedPrograms.d.ts +2 -1
  319. package/dist/modules/Testimonial/Testimonial.d.ts +2 -1
  320. package/dist/modules/Testimonial/components/TextCard/TextCard.d.ts +1 -0
  321. package/dist/modules/Testimonial/components/VideoCard/VideoCard.d.ts +1 -0
  322. package/dist/modules/TextTwoImages/TextTwoImages.d.ts +2 -1
  323. package/dist/modules/ThreeCardsWithHero/ThreeCardsWithHero.d.ts +2 -1
  324. package/dist/modules/TotalCare/TotalCare.d.ts +4 -3
  325. package/dist/modules/TrackProgress/TrackProgress.d.ts +1 -0
  326. package/dist/modules/TrackProgress/components/TimelineContent/TimelineContent.d.ts +1 -0
  327. package/dist/modules/TypesOfTests/TypesOfTests.d.ts +3 -2
  328. package/dist/modules/YourProtocol/YourProtocol.d.ts +4 -3
  329. package/dist/modules/YourProtocol/types.d.ts +1 -0
  330. package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/WistiaPlayerWrapper-KYHM7EWK.cjs.js +1 -1
  331. package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/WistiaPlayerWrapper-KYHM7EWK.es.js +2 -2
  332. package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/wistia-player-PKAEVX5L.cjs.js +19 -19
  333. package/dist/node_modules/@wistia/wistia-player-react/dist/mjs/wistia-player-PKAEVX5L.es.js +270 -270
  334. package/dist/node_modules/gsap/CustomEase.cjs.js +1 -1
  335. package/dist/node_modules/gsap/CustomEase.es.js +2 -2
  336. package/dist/node_modules/gsap/Draggable.cjs.js +1 -1
  337. package/dist/node_modules/gsap/Draggable.es.js +6 -6
  338. package/dist/node_modules/gsap/Flip.cjs.js +1 -1
  339. package/dist/node_modules/gsap/Flip.es.js +6 -6
  340. package/dist/node_modules/gsap/Observer.cjs.js +1 -1
  341. package/dist/node_modules/gsap/Observer.es.js +2 -2
  342. package/dist/node_modules/gsap/ScrollTrigger.cjs.js +1 -1
  343. package/dist/node_modules/gsap/ScrollTrigger.es.js +2 -2
  344. package/dist/node_modules/gsap/utils/matrix.cjs.js +1 -1
  345. package/dist/node_modules/gsap/utils/matrix.es.js +2 -2
  346. package/dist/pageComponents/Banner/Banner.d.ts +2 -1
  347. package/dist/pageComponents/Footer/Footer.d.ts +1 -0
  348. package/dist/pageComponents/ScrollingFeatures/ScrollingFeatures.d.ts +1 -0
  349. package/dist/types/articles.d.ts +1 -0
  350. package/dist/utils/isHsIcon.d.ts +1 -0
  351. package/package.json +1 -1
  352. /package/dist/icons/{action → global}/ellipsis-vertical.svg +0 -0
  353. /package/dist/icons/{action → global}/ellipsis-vertical.svg.cjs.js +0 -0
  354. /package/dist/icons/{action → global}/ellipsis-vertical.svg.es.js +0 -0
  355. /package/dist/icons/{action → global}/folder-open-outline.svg +0 -0
  356. /package/dist/icons/{action → global}/folder-open-outline.svg.cjs.js +0 -0
  357. /package/dist/icons/{action → global}/folder-open-outline.svg.es.js +0 -0
  358. /package/dist/icons/{action → playback}/alt-play.svg +0 -0
  359. /package/dist/icons/{action → playback}/alt-play.svg.cjs.js +0 -0
  360. /package/dist/icons/{action → playback}/alt-play.svg.es.js +0 -0
  361. /package/dist/icons/{action → playback}/invisible.svg +0 -0
  362. /package/dist/icons/{action → playback}/invisible.svg.cjs.js +0 -0
  363. /package/dist/icons/{action → playback}/invisible.svg.es.js +0 -0
  364. /package/dist/icons/{action → playback}/play.svg +0 -0
  365. /package/dist/icons/{action → playback}/play.svg.cjs.js +0 -0
  366. /package/dist/icons/{action → playback}/play.svg.es.js +0 -0
  367. /package/dist/icons/{action → playback}/visible.svg +0 -0
  368. /package/dist/icons/{action → playback}/visible.svg.cjs.js +0 -0
  369. /package/dist/icons/{action → playback}/visible.svg.es.js +0 -0
  370. /package/dist/icons/{indicators → status}/circle-dash-fill.svg +0 -0
  371. /package/dist/icons/{indicators → status}/circle-dash-fill.svg.cjs.js +0 -0
  372. /package/dist/icons/{indicators → status}/circle-dash-fill.svg.es.js +0 -0
  373. /package/dist/icons/{indicators → status}/circle-dash.svg +0 -0
  374. /package/dist/icons/{indicators → status}/circle-dash.svg.cjs.js +0 -0
  375. /package/dist/icons/{indicators → status}/circle-dash.svg.es.js +0 -0
  376. /package/dist/icons/{action → status}/circle-pause.svg +0 -0
  377. /package/dist/icons/{action → status}/circle-pause.svg.cjs.js +0 -0
  378. /package/dist/icons/{action → status}/circle-pause.svg.es.js +0 -0
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  export type CallToActionProps = {
3
4
  subtitle: ReactNode;
4
5
  titleTop: ReactNode;
@@ -1,4 +1,5 @@
1
- import { type CallbackSize, type CallbackShape } from '../../components/Callback';
1
+ import { CallbackSize, CallbackShape } from '../../components/Callback';
2
+
2
3
  export type CallbackModuleProps = {
3
4
  title: string;
4
5
  description: string;
@@ -1,4 +1,5 @@
1
1
  import { ClaimBlockProps } from '../../components/ClaimBlock';
2
+
2
3
  export type ClaimsProps = {
3
4
  text?: string;
4
5
  button?: {
@@ -1,2 +1,3 @@
1
1
  import { CompareView } from './types';
2
+
2
3
  export declare const Compare: ({ label, title, leftElement, rightElement }: CompareView) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
- import { type ReactNode } from 'react';
2
- import { type PricingElementView } from '../../components/Pricing';
1
+ import { ReactNode } from 'react';
2
+ import { PricingElementView } from '../../components/Pricing';
3
+
3
4
  export type CompareView = {
4
5
  label?: string;
5
6
  title: ReactNode;
@@ -1,5 +1,6 @@
1
- import type { ReactNode } from 'react';
2
- import type { ComparisonData } from './types';
1
+ import { ReactNode } from 'react';
2
+ import { ComparisonData } from './types';
3
+
3
4
  export type ComparisonProps = {
4
5
  title: ReactNode;
5
6
  comparison: ComparisonData;
@@ -1,4 +1,5 @@
1
- import type { ComparisonData } from '../../types';
1
+ import { ComparisonData } from '../../types';
2
+
2
3
  type ComparisonMobileViewProps = {
3
4
  comparison: ComparisonData;
4
5
  className?: string;
@@ -1,5 +1,6 @@
1
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  import { ComparisonV2Column } from './types';
3
+
3
4
  export type ComparisonV2Props = {
4
5
  title: ReactNode;
5
6
  description?: string;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  export type ContentHighlightProps = {
3
4
  label?: string;
4
5
  title: React.ReactNode;
@@ -1,5 +1,6 @@
1
1
  import { CompressedStudyCardProps } from '../../components/StudyGridCard/StudyGridCard';
2
2
  import { EAnalyticsEvent } from '../../types/analytics';
3
+
3
4
  type Props = {
4
5
  title: React.ReactNode;
5
6
  description?: string;
@@ -1,2 +1,3 @@
1
- import type { TCursorImageBlockProps } from './types';
1
+ import { TCursorImageBlockProps } from './types';
2
+
2
3
  export declare const CursorImageBlock: ({ title, description, cursorLabel, link, image }: TCursorImageBlockProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import { ExpandingDetailsProps } from './types';
2
+
2
3
  export declare const ExpandingDetails: ({ colorScheme, label, title, sections }: ExpandingDetailsProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { TColorScheme } from '../../types/common';
3
+
3
4
  export type ExpandingDetailsProps = {
4
5
  colorScheme: TColorScheme;
5
6
  label?: string;
@@ -1,2 +1,3 @@
1
1
  import { TFaqView } from './types';
2
+
2
3
  export declare const FAQModule: ({ title, questions }: TFaqView) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  export type TFaqItemView = {
3
4
  title: string;
4
5
  content: ReactNode;
@@ -1,5 +1,6 @@
1
- import type { ReactNode } from 'react';
2
- import type { TFeature } from './types';
1
+ import { ReactNode } from 'react';
2
+ import { TFeature } from './types';
3
+
3
4
  type Props = {
4
5
  title: ReactNode;
5
6
  features: ReadonlyArray<TFeature>;
@@ -1,4 +1,5 @@
1
- import type { TFeature } from '../../types';
1
+ import { TFeature } from '../../types';
2
+
2
3
  type Props = {
3
4
  feature: TFeature;
4
5
  type: 'primary' | 'secondary';
@@ -1,3 +1,4 @@
1
+
1
2
  export type TargetedProgramsProps = {
2
3
  labelText: string;
3
4
  benefits: Array<{
@@ -1,3 +1,4 @@
1
1
  import { TMailchimpModal } from './types';
2
+
2
3
  export type HSModalProps = TMailchimpModal;
3
4
  export declare const HSModal: (props: HSModalProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,3 @@
1
1
  import { TMailchimpModal } from '../../types';
2
+
2
3
  export declare const MailchimpModal: ({ title, description, buttonText, image, layout, colorScheme, onCloseCallback, onClickCallback, cancelButtonText, tags, placeholder, trackingEvent, trackingLocation, }: Omit<TMailchimpModal, "id" | "type">) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { EAnalyticsEvent } from '../../../../../../types/analytics';
2
+
2
3
  export declare const Newsletter: ({ buttonText, colorScheme, onCloseCallback, cancelButtonText, tags, onClickCallback, placeholder, trackingEvent, trackingLocation, }: {
3
4
  buttonText: string;
4
5
  colorScheme: "light" | "dark";
@@ -1,4 +1,5 @@
1
1
  import { EAnalyticsEvent } from '../../types/analytics';
2
+
2
3
  type TimerTrigger = {
3
4
  type: 'timer';
4
5
  delay: number;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),y=10080*60*1e3,a="healthspanClosedModalList",f=()=>{try{return JSON.parse(localStorage.getItem(a)||"{}")}catch{return{}}},i=e=>{localStorage.setItem(a,JSON.stringify(e))},p=e=>{const o=f()[e];return!o||Date.now()>o},w=({id:e,initiallyOpen:l=!1,trigger:o,onCloseCallback:c,onClickCallback:u})=>{const[n,M]=s.useState(l),r=s.useCallback(()=>{p(e)&&M(!0)},[e]),d=s.useCallback(()=>{M(!1);const t=f();t[e]=Date.now()+y,i(t),c==null||c()},[e,c]),E=s.useCallback(()=>{u==null||u()},[u]);s.useEffect(()=>{if((o==null?void 0:o.type)==="timer"&&!n){const t=setTimeout(()=>{r()},o.delay*1e3);return()=>clearTimeout(t)}},[o,n,r]),s.useEffect(()=>{if(!n)return;const t=window.getComputedStyle(document.body).overflow;document.body.style.overflow="hidden";const S=O=>{O.key==="Escape"&&d()};return document.addEventListener("keydown",S),()=>{document.body.style.overflow=t,document.removeEventListener("keydown",S)}},[n,d,e]);const m=s.useCallback(t=>{t.target===t.currentTarget&&d()},[d]);return{isOpen:n,openModal:r,closeModal:d,handleClick:E,handleOverlayClick:m}};exports.CLOSED_MODALS_KEY=a;exports.REOPEN_TIMEOUT_MS=y;exports.useHSModal=w;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),y=7*24*60*60*1e3,a="healthspanClosedModalList",f=()=>{try{return JSON.parse(localStorage.getItem(a)||"{}")}catch{return{}}},i=e=>{localStorage.setItem(a,JSON.stringify(e))},p=e=>{const o=f()[e];return!o||Date.now()>o},w=({id:e,initiallyOpen:l=!1,trigger:o,onCloseCallback:c,onClickCallback:u})=>{const[n,M]=s.useState(l),r=s.useCallback(()=>{p(e)&&M(!0)},[e]),d=s.useCallback(()=>{M(!1);const t=f();t[e]=Date.now()+y,i(t),c==null||c()},[e,c]),E=s.useCallback(()=>{u==null||u()},[u]);s.useEffect(()=>{if((o==null?void 0:o.type)==="timer"&&!n){const t=setTimeout(()=>{r()},o.delay*1e3);return()=>clearTimeout(t)}},[o,n,r]),s.useEffect(()=>{if(!n)return;const t=window.getComputedStyle(document.body).overflow;document.body.style.overflow="hidden";const S=O=>{O.key==="Escape"&&d()};return document.addEventListener("keydown",S),()=>{document.body.style.overflow=t,document.removeEventListener("keydown",S)}},[n,d,e]);const m=s.useCallback(t=>{t.target===t.currentTarget&&d()},[d]);return{isOpen:n,openModal:r,closeModal:d,handleClick:E,handleOverlayClick:m}};exports.CLOSED_MODALS_KEY=a;exports.REOPEN_TIMEOUT_MS=y;exports.useHSModal=w;
@@ -1,5 +1,5 @@
1
1
  import { useState as E, useCallback as c, useEffect as f } from "react";
2
- const h = 10080 * 60 * 1e3, l = "healthspanClosedModalList", M = () => {
2
+ const h = 7 * 24 * 60 * 60 * 1e3, l = "healthspanClosedModalList", M = () => {
3
3
  try {
4
4
  return JSON.parse(localStorage.getItem(l) || "{}");
5
5
  } catch {
@@ -1,2 +1,3 @@
1
1
  import { THighestStandards } from './types';
2
+
2
3
  export declare const HighestStandards: ({ title, description, image, background, accordionItems }: THighestStandards) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import { TTabsMenu } from './types';
2
+
2
3
  export declare const TabsMenu: ({ items }: TTabsMenu) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import { TTabsMenuItem } from './types';
2
+
2
3
  export declare const TabsMenuItem: ({ title, content, isOpen, index, onClick }: TTabsMenuItem) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
+
2
3
  export type TTabsMenuItem = {
3
4
  title: string;
4
5
  content: ReactNode;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  export type THighestStandards = {
3
4
  title: ReactNode;
4
5
  description: string;
@@ -1,4 +1,5 @@
1
- import type { HighlightCardProps } from '../../components/HighlightCard';
1
+ import { HighlightCardProps } from '../../components/HighlightCard';
2
+
2
3
  export type HighlightProps = {
3
4
  title?: string;
4
5
  subtitle?: string;
@@ -1,4 +1,5 @@
1
1
  import { BaseSwiperReturnProps } from '../../../../lib/useSwiper';
2
+
2
3
  type ContentProps = {
3
4
  items: Array<{
4
5
  title: string;
@@ -1,5 +1,6 @@
1
1
  import { ETypeBadge } from '../../components/TypeBadge';
2
2
  import { TButtonWithColors } from '../ImageWithText/types';
3
+
3
4
  type TColor = 'black' | 'white' | 'solar' | 'indigo';
4
5
  export type ImageWithBenefitsProps = {
5
6
  image: string;
@@ -1,2 +1,3 @@
1
1
  import { TImageWithTextProps } from './types';
2
+
2
3
  export declare const ImageWithText: ({ image, text, title, view, colorScheme, textColor, mobileTextColor, titleColor, mobileTitleColor, titleHighlightColor, mobileTitleHighlightColor, mobileImage, button, }: TImageWithTextProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import { TButtonWithColors } from '../../types';
2
+
2
3
  export declare const ButtonWithColors: (button: TButtonWithColors) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,6 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  import { TColorScheme } from '../../types/common';
3
3
  import { ButtonVariant } from '../../components/Button/Button';
4
+
4
5
  export type TImageWithTextView = 'plain' | 'complex' | 'plain_with_title';
5
6
  export type TButtonWithColors = {
6
7
  label?: string;
@@ -1,9 +1,10 @@
1
- import { type ButtonProps } from '../../components/Button';
2
- import { type TextButtonProps } from '../../components/TextButton';
1
+ import { ButtonProps } from '../../components/Button';
2
+ import { TextButtonProps } from '../../components/TextButton';
3
3
  import { TProductFeature, TProductPlan } from './types';
4
4
  import { EAnalyticsEvent } from '../../types/analytics';
5
5
  import { QuoteProps } from '../../components/Quote';
6
6
  import { TPlainFeaturesGroupProps } from '../../components/PlainFeaturesGroup/PlainFeaturesGroup';
7
+
7
8
  type IndividualProductCardProps = {
8
9
  zenpatientId: string;
9
10
  name: string;
@@ -1,4 +1,5 @@
1
- import { type TProductPlan } from '../../types';
1
+ import { TProductPlan } from '../../types';
2
+
2
3
  type PlanCardProps = {
3
4
  plan: TProductPlan;
4
5
  onSelect: (planId: TProductPlan['id']) => void;
@@ -1,5 +1,6 @@
1
- import type { LabelColor } from '../../components/Label';
2
- import type { TProductFeature as TFeaturesListProductFeature } from '../../components/FeaturesList';
1
+ import { LabelColor } from '../../components/Label';
2
+ import { TProductFeature as TFeaturesListProductFeature } from '../../components/FeaturesList';
3
+
3
4
  export type TProductFeature = TFeaturesListProductFeature;
4
5
  export type TProductPlan = {
5
6
  id: string;
@@ -1,2 +1,3 @@
1
1
  import { TIndividualProductCardV2View } from './types';
2
+
2
3
  export declare const IndividualProductCardV2: (props: TIndividualProductCardV2View) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,7 @@
1
1
  import { ETypeBadge } from '../../components/TypeBadge';
2
2
  import { EIconName } from '../../components/Icon/constants';
3
3
  import { TAdvancedGalleryView } from '../../components/AdvancedGallery';
4
+
4
5
  export type TTypeBadge = 'senescence' | 'supplements' | 'outline' | 'energy' | 'metabolism' | 'labs';
5
6
  export type TProductFeature = {
6
7
  label: string;
@@ -1,2 +1,3 @@
1
1
  import { TIngredientHighlight } from './types';
2
+
2
3
  export declare const IngredientHighlight: ({ items }: TIngredientHighlight) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import { TIngredient } from './types';
2
+
2
3
  export declare const Ingredient: ({ title, description, isOpen, index, onClick }: TIngredient) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import { TLongevityPathways } from './types';
2
+
2
3
  export declare const LongevityPathways: ({ view, label, title, carousel }: TLongevityPathways) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { TAdvancedImageView } from '../../components/ComplexImageCarousel';
3
+
3
4
  export type TLongevityPathways = {
4
5
  view: 'simple' | 'complex';
5
6
  label: string;
@@ -1,5 +1,6 @@
1
- import type { ReactNode } from 'react';
2
- import type { TClockImages } from './types';
1
+ import { ReactNode } from 'react';
2
+ import { TClockImages } from './types';
3
+
3
4
  type OptimalHealthProps = {
4
5
  title: ReactNode;
5
6
  description: string;
@@ -1,4 +1,5 @@
1
- import type { TClockImages } from '../../types';
1
+ import { TClockImages } from '../../types';
2
+
2
3
  type ClockImagesProps = {
3
4
  images: TClockImages;
4
5
  };
@@ -1,6 +1,7 @@
1
- import type { ReactNode } from 'react';
2
- import { type TStepsCarouselView } from '../../components/StepsCarousel';
3
- import type { TColorScheme } from '../../types/common';
1
+ import { ReactNode } from 'react';
2
+ import { TStepsCarouselView } from '../../components/StepsCarousel';
3
+ import { TColorScheme } from '../../types/common';
4
+
4
5
  export type OurProcessProps = {
5
6
  title: ReactNode;
6
7
  label: string;
@@ -1,4 +1,5 @@
1
- import type { TProductGalleryCardView } from '../../components/ProductGalleryCard';
1
+ import { TProductGalleryCardView } from '../../components/ProductGalleryCard';
2
+
2
3
  type PairedProductsProps = {
3
4
  title: string;
4
5
  button: {
@@ -1,2 +1,3 @@
1
- import type { TProductsDisplay } from './types';
1
+ import { TProductsDisplay } from './types';
2
+
2
3
  export declare const ProductsDisplay: ({ labelText, productDisplays }: TProductsDisplay) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
- import { type TTab } from '../../../../components/Tabs';
1
+ import { TTab } from '../../../../components/Tabs';
2
+
2
3
  type Props<T extends string | number> = {
3
4
  label?: string;
4
5
  tabs: TTab<T>[];
@@ -1,4 +1,5 @@
1
- import type { TProductGalleryCardView } from '../../components/ProductGalleryCard';
1
+ import { TProductGalleryCardView } from '../../components/ProductGalleryCard';
2
+
2
3
  export type TProductsDisplayView = {
3
4
  title: string;
4
5
  description?: string;
@@ -1,6 +1,7 @@
1
- import type { TProductGalleryCardView } from '../../components/ProductGalleryCard';
2
- import type { TTab } from '../../components/Tabs';
3
- import type { TProductsDisplayView } from './types';
1
+ import { TProductGalleryCardView } from '../../components/ProductGalleryCard';
2
+ import { TTab } from '../../components/Tabs';
3
+ import { TProductsDisplayView } from './types';
4
+
4
5
  type UseProductsReceiveProps = {
5
6
  productDisplays: Array<TProductsDisplayView>;
6
7
  };
@@ -1,4 +1,5 @@
1
1
  import { TProgramDetailsFeature } from './types';
2
+
2
3
  type ProgramDetailsProps = {
3
4
  label?: string;
4
5
  description: string;
@@ -1,4 +1,5 @@
1
- import { type TProgramDetailsFeature } from '../../types';
1
+ import { TProgramDetailsFeature } from '../../types';
2
+
2
3
  type FeaturesProps = {
3
4
  features: Array<TProgramDetailsFeature>;
4
5
  };
@@ -1,4 +1,5 @@
1
1
  import { TResearchArticleView } from '../../types/articles';
2
+
2
3
  type TResearchEssentialReadingsProps = {
3
4
  readings: Array<TResearchArticleView>;
4
5
  };
@@ -1,2 +1,3 @@
1
- import type { TResearchArticleView } from '../../../../types/articles';
1
+ import { TResearchArticleView } from '../../../../types/articles';
2
+
2
3
  export declare function ReadingCard({ title, link, image, date, label, readTime }: TResearchArticleView): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
- import type { TResearchArticleView } from '../../types/articles';
1
+ import { TResearchArticleView } from '../../types/articles';
2
2
  import { EAnalyticsEvent } from '../../types/analytics';
3
+
3
4
  type TResearchFeatured = {
4
5
  highlightedArticle: TResearchArticleView;
5
6
  articles: Array<TResearchArticleView>;
@@ -1,2 +1,3 @@
1
- import type { TResearchArticleView } from '../../../../types/articles';
1
+ import { TResearchArticleView } from '../../../../types/articles';
2
+
2
3
  export declare const FeaturedArticle: ({ image, date, readTime, title, link, trackingEvent, trackingLocation, }: TResearchArticleView) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,3 @@
1
- import type { TResearchArticleView } from '../../../../types/articles';
1
+ import { TResearchArticleView } from '../../../../types/articles';
2
+
2
3
  export declare const HighlightedArticle: ({ label, image, date, title, link }: TResearchArticleView) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
- import { type TTab } from '../../components/Tabs';
1
+ import { TTab } from '../../components/Tabs';
2
2
  import { EAnalyticsEvent } from '../../types/analytics';
3
+
3
4
  export type TResearchFilters = {
4
5
  tabs: Array<TTab<string>>;
5
6
  activeTab: string;
@@ -1,5 +1,6 @@
1
- import type { TResearchArticleView } from '../../types/articles';
1
+ import { TResearchArticleView } from '../../types/articles';
2
2
  import { EAnalyticsEvent } from '../../types/analytics';
3
+
3
4
  type ResearchStudiesProps = {
4
5
  title: string;
5
6
  backButton?: {
@@ -1,2 +1,3 @@
1
- import type { TResearchArticleView } from '../../../../types/articles';
1
+ import { TResearchArticleView } from '../../../../types/articles';
2
+
2
3
  export declare function StudyCard({ title, link, image, date, label, readTime, trackingEvent, trackingLocation, }: TResearchArticleView): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { TReviewCard } from './types';
2
+
2
3
  type ReviewsProps = {
3
4
  rating?: {
4
5
  stars?: number;
@@ -1,2 +1,3 @@
1
1
  import { TReviewCard } from '../../types';
2
+
2
3
  export declare const ReviewCard: ({ review }: TReviewCard) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
- import type { TReviewCard } from '../../types';
1
+ import { TReviewCard } from '../../types';
2
+
2
3
  type ReviewListProps = {
3
4
  reviews: Array<TReviewCard>;
4
5
  page: number;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  export type ScienceHeroCursorProps = {
3
4
  children: React.ReactNode;
4
5
  backgroundImage: string;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  type ScienceClientCursorProps = {
3
4
  children: React.ReactNode;
4
5
  backgroundImage: string;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  export declare const ScienceServerCursor: ({ children }: {
3
4
  children: React.ReactNode;
4
5
  }) => React.ReactNode;
@@ -1,5 +1,6 @@
1
- import { type ReactNode } from 'react';
2
- import { type TContentTab } from '../../components/ContentTabs';
1
+ import { ReactNode } from 'react';
2
+ import { TContentTab } from '../../components/ContentTabs';
3
+
3
4
  export type SlidingTabsGalleryProps = {
4
5
  title: ReactNode;
5
6
  tabs: ReadonlyArray<TContentTab>;
@@ -1,4 +1,5 @@
1
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
+
2
3
  export type StillHaveQuestionsVariant = 'StillHaveQuestions' | 'JoinOurTeam';
3
4
  export type StillHaveQuestionsProps = {
4
5
  variant?: StillHaveQuestionsVariant;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { StillHaveQuestionsVariant } from './StillHaveQuestions';
3
+
3
4
  export declare const LEGACY_CONFIG: Record<StillHaveQuestionsVariant, {
4
5
  title: ReactNode;
5
6
  button: {
@@ -1,6 +1,7 @@
1
- import type { ReactNode } from 'react';
2
- import { type StudyGridCardProps } from '../../components/StudyGridCard/StudyGridCard';
1
+ import { ReactNode } from 'react';
2
+ import { StudyGridCardProps } from '../../components/StudyGridCard/StudyGridCard';
3
3
  import { EAnalyticsEvent } from '../../types/analytics';
4
+
4
5
  export type StudiesProps = {
5
6
  title: ReactNode;
6
7
  description?: string;
@@ -1,4 +1,5 @@
1
- import { type ProgramCardProps } from '../../components/ProgramCard/ProgramCard';
1
+ import { ProgramCardProps } from '../../components/ProgramCard/ProgramCard';
2
+
2
3
  export type TargetedProgramsProps = {
3
4
  title: string;
4
5
  cards: Array<ProgramCardProps>;
@@ -1,5 +1,6 @@
1
- import { type ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  import { RichReviewCard } from './types';
3
+
3
4
  type TestimonialProps = {
4
5
  title: ReactNode;
5
6
  reviews: Array<RichReviewCard>;
@@ -1,2 +1,3 @@
1
1
  import { RichReviewCard } from '../../types';
2
+
2
3
  export declare const TextCard: ({ background, review, product }: RichReviewCard) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { RichReviewCard } from '../../types';
2
+
2
3
  type VideoCardProps = {
3
4
  background: {
4
5
  type: 'video';
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  interface TextTwoImagesProps {
3
4
  title: string;
4
5
  label?: string;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  export type Card = {
3
4
  title: string;
4
5
  description: string;