@zenpatient-org/healthspan-marketing-ui 0.1.20 → 0.1.22

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 (283) hide show
  1. package/README.md +18 -16
  2. package/dist/_virtual/Popover.cjs.js +1 -0
  3. package/dist/_virtual/Popover.es.js +5 -0
  4. package/dist/_virtual/Popover.es2.js +4 -0
  5. package/dist/_virtual/{jsx-runtime.cjs2.js → PopoverPortal.cjs.js} +1 -1
  6. package/dist/_virtual/PopoverPortal.es.js +4 -0
  7. package/dist/_virtual/useArrowContainer.cjs.js +1 -0
  8. package/dist/_virtual/useArrowContainer.es.js +4 -0
  9. package/dist/_virtual/useElementRef.cjs.js +1 -0
  10. package/dist/_virtual/useHandlePrevValues.cjs.js +1 -0
  11. package/dist/_virtual/useHandlePrevValues.es.js +4 -0
  12. package/dist/_virtual/useMemoizedArray.cjs.js +1 -0
  13. package/dist/_virtual/useMemoizedArray.es.js +4 -0
  14. package/dist/_virtual/usePopover.cjs.js +1 -0
  15. package/dist/_virtual/usePopover.es.js +4 -0
  16. package/dist/_virtual/util.cjs.js +1 -0
  17. package/dist/_virtual/util.es.js +4 -0
  18. package/dist/components/Benefit/Benefit.cjs.js +1 -0
  19. package/dist/components/Benefit/Benefit.es.js +13 -0
  20. package/dist/components/Benefit/benefit.module.css.cjs.js +1 -0
  21. package/dist/components/Benefit/benefit.module.css.es.js +9 -0
  22. package/dist/components/Button/Button.cjs.js +1 -1
  23. package/dist/components/Button/Button.es.js +13 -13
  24. package/dist/components/Callback/Callback.cjs.js +1 -1
  25. package/dist/components/Callback/Callback.es.js +34 -35
  26. package/dist/components/ComplexTooltip/ComplexTooltip.cjs.js +1 -0
  27. package/dist/components/ComplexTooltip/ComplexTooltip.d.ts +5 -13
  28. package/dist/components/ComplexTooltip/ComplexTooltip.es.js +60 -0
  29. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.cjs.js +1 -0
  30. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.d.ts +10 -0
  31. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/ComplexTooltipContent.es.js +50 -0
  32. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.cjs.js +1 -0
  33. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/complexTooltipContent.module.css.es.js +15 -0
  34. package/dist/components/ComplexTooltip/components/ComplexTooltipContent/index.d.ts +1 -0
  35. package/dist/components/ComplexTooltip/index.d.ts +1 -0
  36. package/dist/components/ComplexTooltip/types.d.ts +13 -0
  37. package/dist/components/ContentTabs/ContentTabs.cjs.js +1 -1
  38. package/dist/components/ContentTabs/ContentTabs.es.js +19 -19
  39. package/dist/components/Cursor/Cursor.cjs.js +1 -0
  40. package/dist/components/Cursor/Cursor.es.js +9 -0
  41. package/dist/components/Cursor/components/ClientCursor.cjs.js +1 -0
  42. package/dist/components/Cursor/components/ClientCursor.es.js +42 -0
  43. package/dist/components/Cursor/components/ServerCursor.cjs.js +1 -0
  44. package/dist/components/Cursor/components/ServerCursor.es.js +4 -0
  45. package/dist/components/Cursor/cursor.module.css.cjs.js +1 -0
  46. package/dist/components/Cursor/cursor.module.css.es.js +11 -0
  47. package/dist/components/FilterMenu/FilterMenu.cjs.js +1 -1
  48. package/dist/components/FilterMenu/FilterMenu.es.js +18 -17
  49. package/dist/components/HighlightedTitle/HighlightedTitle.cjs.js +1 -1
  50. package/dist/components/HighlightedTitle/HighlightedTitle.d.ts +1 -1
  51. package/dist/components/HighlightedTitle/HighlightedTitle.es.js +22 -33
  52. package/dist/components/Icon/Icon.cjs.js +1 -1
  53. package/dist/components/Icon/Icon.es.js +7 -16
  54. package/dist/components/Icon/iconsMap.cjs.js +1 -0
  55. package/dist/components/Icon/iconsMap.d.ts +4 -0
  56. package/dist/components/Icon/iconsMap.es.js +110 -0
  57. package/dist/components/IconButton/IconButton.cjs.js +1 -1
  58. package/dist/components/IconButton/IconButton.es.js +12 -13
  59. package/dist/components/InfiniteScroll/InfiniteScroll.cjs.js +1 -1
  60. package/dist/components/InfiniteScroll/InfiniteScroll.es.js +34 -33
  61. package/dist/components/Label/Label.cjs.js +1 -1
  62. package/dist/components/Label/Label.es.js +8 -8
  63. package/dist/components/ProductGallery/ProductGallery.cjs.js +1 -1
  64. package/dist/components/ProductGallery/ProductGallery.es.js +46 -45
  65. package/dist/components/ProductGalleryCard/ProductGalleryCard.cjs.js +1 -1
  66. package/dist/components/ProductGalleryCard/ProductGalleryCard.d.ts +5 -1
  67. package/dist/components/ProductGalleryCard/ProductGalleryCard.es.js +16 -15
  68. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.cjs.js +1 -1
  69. package/dist/components/ProductGalleryCard/productGalleryCard.module.css.es.js +14 -12
  70. package/dist/components/ProductListing/ProductListing.cjs.js +1 -0
  71. package/dist/components/ProductListing/ProductListing.es.js +30 -0
  72. package/dist/components/ProductListing/productListing.module.css.cjs.js +1 -0
  73. package/dist/components/ProductListing/productListing.module.css.es.js +29 -0
  74. package/dist/components/ProductPairs/ProductPairs.cjs.js +1 -0
  75. package/dist/components/ProductPairs/ProductPairs.d.ts +7 -0
  76. package/dist/components/ProductPairs/ProductPairs.es.js +55 -0
  77. package/dist/components/ProductPairs/index.d.ts +1 -0
  78. package/dist/components/ProductPairs/productPairs.module.css.cjs.js +1 -0
  79. package/dist/components/ProductPairs/productPairs.module.css.es.js +17 -0
  80. package/dist/components/ProgramCard/ProgramCard.cjs.js +1 -0
  81. package/dist/components/ProgramCard/ProgramCard.es.js +48 -0
  82. package/dist/components/ProgramCard/assets/program_card_bg.png.cjs.js +1 -0
  83. package/dist/components/ProgramCard/assets/program_card_bg.png.es.js +4 -0
  84. package/dist/components/ProgramCard/programCard.module.css.cjs.js +1 -0
  85. package/dist/components/ProgramCard/programCard.module.css.es.js +7 -0
  86. package/dist/components/ProgressButton/ProgressButton.cjs.js +1 -1
  87. package/dist/components/ProgressButton/ProgressButton.es.js +18 -19
  88. package/dist/components/StepsCarousel/StepsCarousel.cjs.js +1 -0
  89. package/dist/components/StepsCarousel/StepsCarousel.d.ts +13 -0
  90. package/dist/components/StepsCarousel/StepsCarousel.es.js +92 -0
  91. package/dist/components/StepsCarousel/index.d.ts +1 -0
  92. package/dist/components/StepsCarousel/stepsCarousel.module.css.cjs.js +1 -0
  93. package/dist/components/StepsCarousel/stepsCarousel.module.css.es.js +31 -0
  94. package/dist/components/StudyGridCard/StudyGridCard.cjs.js +1 -0
  95. package/dist/components/StudyGridCard/StudyGridCard.es.js +61 -0
  96. package/dist/components/StudyGridCard/studyGridCard.module.css.cjs.js +1 -0
  97. package/dist/components/StudyGridCard/studyGridCard.module.css.es.js +19 -0
  98. package/dist/components/Tabs/Tabs.cjs.js +1 -1
  99. package/dist/components/Tabs/Tabs.es.js +20 -20
  100. package/dist/components/Tabs/TabsWithFade.cjs.js +1 -1
  101. package/dist/components/Tabs/TabsWithFade.es.js +16 -15
  102. package/dist/components/Tag/Tag.cjs.js +1 -1
  103. package/dist/components/Tag/Tag.es.js +15 -15
  104. package/dist/components/TextButton/TextButton.cjs.js +1 -1
  105. package/dist/components/TextButton/TextButton.es.js +18 -18
  106. package/dist/components/TypeBadge/TypeBadge.cjs.js +1 -1
  107. package/dist/components/TypeBadge/TypeBadge.es.js +4 -4
  108. package/dist/components/Typography/Typography.cjs.js +1 -1
  109. package/dist/components/Typography/Typography.es.js +9 -9
  110. package/dist/components/index.d.ts +0 -26
  111. package/dist/healthspan-marketing-ui.css +1 -1
  112. package/dist/index.cjs.js +1 -1
  113. package/dist/index.d.ts +0 -3
  114. package/dist/index.es.js +2 -55
  115. package/dist/modules/Benefits/Benefits.cjs.js +1 -0
  116. package/dist/modules/Benefits/Benefits.d.ts +14 -0
  117. package/dist/modules/Benefits/Benefits.es.js +53 -0
  118. package/dist/modules/Benefits/benefits.module.css.cjs.js +1 -0
  119. package/dist/modules/Benefits/benefits.module.css.es.js +25 -0
  120. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.cjs.js +1 -0
  121. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.d.ts +7 -0
  122. package/dist/modules/Benefits/components/BenefitItem/BenefitItem.es.js +37 -0
  123. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.cjs.js +1 -0
  124. package/dist/modules/Benefits/components/BenefitItem/benefitItem.module.css.es.js +11 -0
  125. package/dist/modules/Benefits/components/BenefitItem/index.d.ts +1 -0
  126. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.cjs.js +1 -0
  127. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.d.ts +6 -0
  128. package/dist/modules/Benefits/components/BenefitTag/BenefitTag.es.js +17 -0
  129. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.cjs.js +1 -0
  130. package/dist/modules/Benefits/components/BenefitTag/benefitTag.module.css.es.js +9 -0
  131. package/dist/modules/Benefits/components/BenefitTag/index.d.ts +1 -0
  132. package/dist/modules/Benefits/components/index.d.ts +2 -0
  133. package/dist/modules/Benefits/index.d.ts +1 -0
  134. package/dist/modules/Callback/Callback.cjs.js +1 -0
  135. package/dist/modules/Callback/Callback.d.ts +1 -1
  136. package/dist/modules/Callback/Callback.es.js +36 -0
  137. package/dist/modules/Callback/callback.module.css.cjs.js +1 -0
  138. package/dist/modules/Callback/callback.module.css.es.js +13 -0
  139. package/dist/modules/Comparison/Comparison.cjs.js +1 -0
  140. package/dist/modules/Comparison/Comparison.es.js +86 -0
  141. package/dist/modules/Comparison/assets/company-logo.svg.cjs.js +1 -0
  142. package/dist/modules/Comparison/assets/company-logo.svg.es.js +5 -0
  143. package/dist/modules/Comparison/comparison.module.css.cjs.js +1 -0
  144. package/dist/modules/Comparison/comparison.module.css.es.js +39 -0
  145. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.cjs.js +1 -0
  146. package/dist/modules/Comparison/components/ComparisonMobileView/ComparisonMobileView.es.js +42 -0
  147. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.cjs.js +1 -0
  148. package/dist/modules/Comparison/components/ComparisonMobileView/comparisonMobileView.module.css.es.js +27 -0
  149. package/dist/modules/Comparison/utils.cjs.js +1 -0
  150. package/dist/modules/Comparison/utils.es.js +4 -0
  151. package/dist/modules/FeaturedIn/FeaturedIn.cjs.js +1 -0
  152. package/dist/modules/FeaturedIn/FeaturedIn.es.js +54 -0
  153. package/dist/modules/FeaturedIn/featuredIn.module.css.cjs.js +1 -0
  154. package/dist/modules/FeaturedIn/featuredIn.module.css.es.js +37 -0
  155. package/dist/modules/FeaturesGallery/FeaturesGallery.cjs.js +1 -0
  156. package/dist/modules/FeaturesGallery/FeaturesGallery.es.js +22 -0
  157. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.cjs.js +1 -0
  158. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.es.js +29 -0
  159. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.cjs.js +1 -0
  160. package/dist/modules/FeaturesGallery/components/FeatureGrid/FeatureGrid.module.css.es.js +21 -0
  161. package/dist/modules/FeaturesGallery/featuresGallery.module.css.cjs.js +1 -0
  162. package/dist/modules/FeaturesGallery/featuresGallery.module.css.es.js +21 -0
  163. package/dist/modules/FollowTheScience/FollowTheScience.cjs.js +1 -0
  164. package/dist/modules/FollowTheScience/FollowTheScience.es.js +73 -0
  165. package/dist/modules/FollowTheScience/followTheScience.module.css.cjs.js +1 -0
  166. package/dist/modules/FollowTheScience/followTheScience.module.css.es.js +15 -0
  167. package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -0
  168. package/dist/modules/HowItWorks/HowItWorks.es.js +16 -0
  169. package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -0
  170. package/dist/modules/HowItWorks/components/Content/Content.es.js +65 -0
  171. package/dist/modules/HowItWorks/components/Content/content.module.css.cjs.js +1 -0
  172. package/dist/modules/HowItWorks/components/Content/content.module.css.es.js +21 -0
  173. package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +1 -0
  174. package/dist/modules/HowItWorks/howItWorks.module.css.es.js +13 -0
  175. package/dist/modules/OptimalHealth/OptimalHealth.cjs.js +1 -0
  176. package/dist/modules/OptimalHealth/OptimalHealth.es.js +19 -0
  177. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.cjs.js +1 -0
  178. package/dist/modules/OptimalHealth/components/ClockImages/ClockImages.es.js +37 -0
  179. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.cjs.js +1 -0
  180. package/dist/modules/OptimalHealth/components/ClockImages/clockImages.module.css.es.js +15 -0
  181. package/dist/modules/OptimalHealth/components/ClockImages/hooks.cjs.js +1 -0
  182. package/dist/modules/OptimalHealth/components/ClockImages/hooks.es.js +13 -0
  183. package/dist/modules/OptimalHealth/optimalHealth.module.css.cjs.js +1 -0
  184. package/dist/modules/OptimalHealth/optimalHealth.module.css.es.js +19 -0
  185. package/dist/modules/OurProcess/OurProcess.cjs.js +1 -0
  186. package/dist/modules/OurProcess/OurProcess.d.ts +2 -2
  187. package/dist/modules/OurProcess/OurProcess.es.js +15 -0
  188. package/dist/modules/OurProcess/ourProcess.module.css.cjs.js +1 -0
  189. package/dist/modules/OurProcess/ourProcess.module.css.es.js +11 -0
  190. package/dist/modules/PairedProducts/PairedProducts.cjs.js +1 -0
  191. package/dist/modules/PairedProducts/PairedProducts.d.ts +12 -0
  192. package/dist/modules/PairedProducts/PairedProducts.es.js +17 -0
  193. package/dist/modules/PairedProducts/index.d.ts +1 -0
  194. package/dist/modules/PairedProducts/pairedProducts.module.css.cjs.js +1 -0
  195. package/dist/modules/PairedProducts/pairedProducts.module.css.es.js +17 -0
  196. package/dist/modules/ProductsDisplay/ProductsDisplay.cjs.js +1 -1
  197. package/dist/modules/ProductsDisplay/ProductsDisplay.d.ts +1 -1
  198. package/dist/modules/ProductsDisplay/ProductsDisplay.es.js +17 -22
  199. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.cjs.js +1 -1
  200. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.d.ts +1 -1
  201. package/dist/modules/ProductsDisplay/components/ProductsDisplayTabs/ProductsDisplayTabs.es.js +9 -19
  202. package/dist/modules/ProductsDisplay/types.d.ts +2 -2
  203. package/dist/modules/ProductsDisplay/useProductsData.cjs.js +1 -1
  204. package/dist/modules/ProductsDisplay/useProductsData.d.ts +2 -1
  205. package/dist/modules/ProductsDisplay/useProductsData.es.js +8 -7
  206. package/dist/modules/Studies/Studies.cjs.js +1 -0
  207. package/dist/modules/Studies/Studies.es.js +26 -0
  208. package/dist/modules/Studies/studies.module.css.cjs.js +1 -0
  209. package/dist/modules/Studies/studies.module.css.es.js +15 -0
  210. package/dist/modules/TargetedPrograms/TargetedPrograms.cjs.js +1 -0
  211. package/dist/modules/TargetedPrograms/TargetedPrograms.es.js +67 -0
  212. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.cjs.js +1 -0
  213. package/dist/modules/TargetedPrograms/targetedPrograms.module.css.es.js +15 -0
  214. package/dist/modules/TotalCare/TotalCare.cjs.js +1 -1
  215. package/dist/modules/TotalCare/TotalCare.d.ts +1 -1
  216. package/dist/modules/TotalCare/TotalCare.es.js +18 -27
  217. package/dist/modules/TypesOfTests/TypesOfTests.cjs.js +1 -0
  218. package/dist/modules/TypesOfTests/TypesOfTests.d.ts +10 -0
  219. package/dist/modules/TypesOfTests/TypesOfTests.es.js +67 -0
  220. package/dist/modules/TypesOfTests/index.d.ts +1 -0
  221. package/dist/modules/TypesOfTests/types.d.ts +4 -0
  222. package/dist/modules/TypesOfTests/typesOfTests.module.css.cjs.js +1 -0
  223. package/dist/modules/TypesOfTests/typesOfTests.module.css.es.js +29 -0
  224. package/dist/modules/YourProtocol/YourProtocol.cjs.js +1 -1
  225. package/dist/modules/YourProtocol/YourProtocol.es.js +19 -30
  226. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.cjs.js +1 -1
  227. package/dist/modules/YourProtocol/components/ProtocolTags/ProtocolTags.es.js +19 -27
  228. package/dist/modules/index.d.ts +0 -3
  229. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.cjs.js +1 -0
  230. package/dist/node_modules/react-tiny-popover/dist/ArrowContainer.es.js +37 -0
  231. package/dist/node_modules/react-tiny-popover/dist/Popover.cjs.js +1 -0
  232. package/dist/node_modules/react-tiny-popover/dist/Popover.es.js +147 -0
  233. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.cjs.js +1 -0
  234. package/dist/node_modules/react-tiny-popover/dist/PopoverPortal.es.js +20 -0
  235. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.cjs.js +1 -0
  236. package/dist/node_modules/react-tiny-popover/dist/useArrowContainer.es.js +86 -0
  237. package/dist/node_modules/react-tiny-popover/dist/useElementRef.cjs.js +1 -0
  238. package/dist/node_modules/react-tiny-popover/dist/useElementRef.es.js +22 -0
  239. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.cjs.js +1 -0
  240. package/dist/node_modules/react-tiny-popover/dist/useHandlePrevValues.es.js +34 -0
  241. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.cjs.js +1 -0
  242. package/dist/node_modules/react-tiny-popover/dist/useMemoizedArray.es.js +24 -0
  243. package/dist/node_modules/react-tiny-popover/dist/usePopover.cjs.js +1 -0
  244. package/dist/node_modules/react-tiny-popover/dist/usePopover.es.js +140 -0
  245. package/dist/node_modules/react-tiny-popover/dist/util.cjs.js +1 -0
  246. package/dist/node_modules/react-tiny-popover/dist/util.es.js +81 -0
  247. package/dist/utils/index.d.ts +0 -4
  248. package/dist/utils/isHsIcon/isHsIcon.cjs.js +1 -0
  249. package/dist/utils/{isHsIcon.es.js → isHsIcon/isHsIcon.es.js} +1 -1
  250. package/dist/utils/useIsMobile.cjs.js +1 -0
  251. package/dist/utils/useIsMobile.d.ts +1 -0
  252. package/dist/utils/useIsMobile.es.js +12 -0
  253. package/package.json +210 -4
  254. package/dist/_virtual/dynamic-import-helper.cjs.js +0 -1
  255. package/dist/_virtual/dynamic-import-helper.es.js +0 -16
  256. package/dist/_virtual/jsx-runtime.cjs.js +0 -1
  257. package/dist/_virtual/jsx-runtime.es.js +0 -5
  258. package/dist/_virtual/jsx-runtime.es2.js +0 -4
  259. package/dist/icons/map/pin-drop.svg.cjs.js +0 -1
  260. package/dist/icons/map/pin-drop.svg.es.js +0 -5
  261. package/dist/modules/OurProcess/components/StepCards/StepCards.d.ts +0 -9
  262. package/dist/modules/OurProcess/components/StepCards/index.d.ts +0 -1
  263. package/dist/modules/OurProcess/types.d.ts +0 -5
  264. package/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs.js +0 -22
  265. package/dist/node_modules/react/cjs/react-jsx-runtime.development.es.js +0 -604
  266. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs.js +0 -9
  267. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +0 -28
  268. package/dist/node_modules/react/jsx-runtime.cjs.js +0 -1
  269. package/dist/node_modules/react/jsx-runtime.es.js +0 -10
  270. package/dist/utils/isHsIcon.cjs.js +0 -1
  271. package/dist/utils.cjs.js +0 -1
  272. package/dist/utils.es.js +0 -10
  273. /package/dist/_virtual/{react-jsx-runtime.development.cjs.js → ArrowContainer.cjs.js} +0 -0
  274. /package/dist/_virtual/{react-jsx-runtime.production.min.es.js → ArrowContainer.es.js} +0 -0
  275. /package/dist/_virtual/{react-jsx-runtime.production.min.cjs.js → Popover.cjs2.js} +0 -0
  276. /package/dist/_virtual/{react-jsx-runtime.development.es.js → useElementRef.es.js} +0 -0
  277. /package/dist/{utils → lib}/useSwiper.d.ts +0 -0
  278. /package/dist/utils/{cn.cjs.js → cn/cn.cjs.js} +0 -0
  279. /package/dist/utils/{cn.es.js → cn/cn.es.js} +0 -0
  280. /package/dist/utils/{formatUnits.cjs.js → formatUnits/formatUnits.cjs.js} +0 -0
  281. /package/dist/utils/{formatUnits.es.js → formatUnits/formatUnits.es.js} +0 -0
  282. /package/dist/utils/{useSwiper.cjs.js → useSwiper/useSwiper.cjs.js} +0 -0
  283. /package/dist/utils/{useSwiper.es.js → useSwiper/useSwiper.es.js} +0 -0
@@ -1,28 +0,0 @@
1
- import { __exports as t } from "../../../_virtual/react-jsx-runtime.production.min.es.js";
2
- import R from "react";
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var p;
13
- function v() {
14
- if (p) return t;
15
- p = 1;
16
- var s = R, m = Symbol.for("react.element"), l = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, a = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
17
- function u(o, r, i) {
18
- var e, n = {}, _ = null, f = null;
19
- i !== void 0 && (_ = "" + i), r.key !== void 0 && (_ = "" + r.key), r.ref !== void 0 && (f = r.ref);
20
- for (e in r) c.call(r, e) && !d.hasOwnProperty(e) && (n[e] = r[e]);
21
- if (o && o.defaultProps) for (e in r = o.defaultProps, r) n[e] === void 0 && (n[e] = r[e]);
22
- return { $$typeof: m, type: o, key: _, ref: f, props: n, _owner: a.current };
23
- }
24
- return t.Fragment = l, t.jsx = u, t.jsxs = u, t;
25
- }
26
- export {
27
- v as __require
28
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../_virtual/jsx-runtime.cjs2.js"),t=require("./cjs/react-jsx-runtime.production.min.cjs.js"),u=require("./cjs/react-jsx-runtime.development.cjs.js");var r;function i(){return r||(r=1,process.env.NODE_ENV==="production"?e.__module.exports=t.__require():e.__module.exports=u.__require()),e.__module.exports}exports.__require=i;
@@ -1,10 +0,0 @@
1
- import { __module as e } from "../../_virtual/jsx-runtime.es2.js";
2
- import { __require as i } from "./cjs/react-jsx-runtime.production.min.es.js";
3
- import { __require as t } from "./cjs/react-jsx-runtime.development.es.js";
4
- var r;
5
- function m() {
6
- return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = i() : e.exports = t(), e.exports);
7
- }
8
- export {
9
- m as __require
10
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../components/Icon/constants.cjs.js");function t(e){return e?Object.values(n.EIconName).includes(e):!1}exports.isHsIcon=t;
package/dist/utils.cjs.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/cn.cjs.js"),r=require("./utils/isHsIcon.cjs.js"),s=require("./utils/formatUnits.cjs.js"),i=require("./utils/useSwiper.cjs.js");exports.cn=e.cn;exports.isHsIcon=r.isHsIcon;exports.formatUnits=s.formatUnits;exports.useSwiper=i.useSwiper;
package/dist/utils.es.js DELETED
@@ -1,10 +0,0 @@
1
- import { cn as e } from "./utils/cn.es.js";
2
- import { isHsIcon as f } from "./utils/isHsIcon.es.js";
3
- import { formatUnits as p } from "./utils/formatUnits.es.js";
4
- import { useSwiper as x } from "./utils/useSwiper.es.js";
5
- export {
6
- e as cn,
7
- p as formatUnits,
8
- f as isHsIcon,
9
- x as useSwiper
10
- };
File without changes
File without changes
File without changes