@faststore/components 3.95.1-dev.0 → 3.96.0-dev.4

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 (516) hide show
  1. package/dist/atoms/Badge/Badge.d.ts +27 -0
  2. package/dist/atoms/Badge/Badge.d.ts.map +1 -0
  3. package/dist/atoms/Badge/index.d.ts +3 -0
  4. package/dist/atoms/Badge/index.d.ts.map +1 -0
  5. package/dist/atoms/Button/Button.d.ts +45 -0
  6. package/dist/atoms/Button/Button.d.ts.map +1 -0
  7. package/dist/atoms/Button/index.d.ts +3 -0
  8. package/dist/atoms/Button/index.d.ts.map +1 -0
  9. package/dist/atoms/Checkbox/Checkbox.d.ts +14 -0
  10. package/dist/atoms/Checkbox/Checkbox.d.ts.map +1 -0
  11. package/dist/atoms/Checkbox/index.d.ts +3 -0
  12. package/dist/atoms/Checkbox/index.d.ts.map +1 -0
  13. package/dist/atoms/Icon/Icon.d.ts +35 -0
  14. package/dist/atoms/Icon/Icon.d.ts.map +1 -0
  15. package/dist/atoms/Icon/index.d.ts +3 -0
  16. package/dist/atoms/Icon/index.d.ts.map +1 -0
  17. package/dist/atoms/Input/Input.d.ts +10 -0
  18. package/dist/atoms/Input/Input.d.ts.map +1 -0
  19. package/dist/atoms/Input/index.d.ts +3 -0
  20. package/dist/atoms/Input/index.d.ts.map +1 -0
  21. package/dist/atoms/Label/Label.d.ts +10 -0
  22. package/dist/atoms/Label/Label.d.ts.map +1 -0
  23. package/dist/atoms/Label/index.d.ts +3 -0
  24. package/dist/atoms/Label/index.d.ts.map +1 -0
  25. package/dist/atoms/Link/Link.d.ts +25 -0
  26. package/dist/atoms/Link/Link.d.ts.map +1 -0
  27. package/dist/atoms/Link/index.d.ts +3 -0
  28. package/dist/atoms/Link/index.d.ts.map +1 -0
  29. package/dist/atoms/List/List.d.ts +17 -0
  30. package/dist/atoms/List/List.d.ts.map +1 -0
  31. package/dist/atoms/List/index.d.ts +3 -0
  32. package/dist/atoms/List/index.d.ts.map +1 -0
  33. package/dist/atoms/Loader/Loader.d.ts +14 -0
  34. package/dist/atoms/Loader/Loader.d.ts.map +1 -0
  35. package/dist/atoms/Loader/index.d.ts +3 -0
  36. package/dist/atoms/Loader/index.d.ts.map +1 -0
  37. package/dist/atoms/Overlay/Overlay.d.ts +10 -0
  38. package/dist/atoms/Overlay/Overlay.d.ts.map +1 -0
  39. package/dist/atoms/Overlay/index.d.ts +3 -0
  40. package/dist/atoms/Overlay/index.d.ts.map +1 -0
  41. package/dist/atoms/Price/Price.d.ts +32 -0
  42. package/dist/atoms/Price/Price.d.ts.map +1 -0
  43. package/dist/atoms/Price/index.d.ts +3 -0
  44. package/dist/atoms/Price/index.d.ts.map +1 -0
  45. package/dist/atoms/Radio/Radio.d.ts +10 -0
  46. package/dist/atoms/Radio/Radio.d.ts.map +1 -0
  47. package/dist/atoms/Radio/index.d.ts +3 -0
  48. package/dist/atoms/Radio/index.d.ts.map +1 -0
  49. package/dist/atoms/RichText/RichText.d.ts +18 -0
  50. package/dist/atoms/RichText/RichText.d.ts.map +1 -0
  51. package/dist/atoms/RichText/index.d.ts +3 -0
  52. package/dist/atoms/RichText/index.d.ts.map +1 -0
  53. package/dist/atoms/SROnly/SROnly.d.ts +14 -0
  54. package/dist/atoms/SROnly/SROnly.d.ts.map +1 -0
  55. package/dist/atoms/SROnly/index.d.ts +2 -0
  56. package/dist/atoms/SROnly/index.d.ts.map +1 -0
  57. package/dist/atoms/Select/Select.d.ts +20 -0
  58. package/dist/atoms/Select/Select.d.ts.map +1 -0
  59. package/dist/atoms/Select/index.d.ts +3 -0
  60. package/dist/atoms/Select/index.d.ts.map +1 -0
  61. package/dist/atoms/Skeleton/Skeleton.d.ts +37 -0
  62. package/dist/atoms/Skeleton/Skeleton.d.ts.map +1 -0
  63. package/dist/atoms/Skeleton/index.d.ts +3 -0
  64. package/dist/atoms/Skeleton/index.d.ts.map +1 -0
  65. package/dist/atoms/Slider/Slider.d.ts +68 -0
  66. package/dist/atoms/Slider/Slider.d.ts.map +1 -0
  67. package/dist/atoms/Slider/index.d.ts +3 -0
  68. package/dist/atoms/Slider/index.d.ts.map +1 -0
  69. package/dist/atoms/Textarea/Textarea.d.ts +15 -0
  70. package/dist/atoms/Textarea/Textarea.d.ts.map +1 -0
  71. package/dist/atoms/Textarea/index.d.ts +3 -0
  72. package/dist/atoms/Textarea/index.d.ts.map +1 -0
  73. package/dist/es/index.mjs +5010 -0
  74. package/dist/hooks/UIProvider.d.ts +58 -0
  75. package/dist/hooks/UIProvider.d.ts.map +1 -0
  76. package/dist/hooks/index.d.ts +13 -0
  77. package/dist/hooks/index.d.ts.map +1 -0
  78. package/dist/hooks/useFadeEffect.d.ts +6 -0
  79. package/dist/hooks/useFadeEffect.d.ts.map +1 -0
  80. package/dist/hooks/useOnClickOutside.d.ts +5 -0
  81. package/dist/hooks/useOnClickOutside.d.ts.map +1 -0
  82. package/dist/hooks/useProductComparison.d.ts +2 -0
  83. package/dist/hooks/useProductComparison.d.ts.map +1 -0
  84. package/dist/hooks/useRTL.d.ts +6 -0
  85. package/dist/hooks/useRTL.d.ts.map +1 -0
  86. package/dist/hooks/useSKUMatrix.d.ts +2 -0
  87. package/dist/hooks/useSKUMatrix.d.ts.map +1 -0
  88. package/dist/hooks/useScrollDirection.d.ts +2 -0
  89. package/dist/hooks/useScrollDirection.d.ts.map +1 -0
  90. package/dist/hooks/useSearch.d.ts +8 -0
  91. package/dist/hooks/useSearch.d.ts.map +1 -0
  92. package/dist/hooks/useSlideVisibility.d.ts +10 -0
  93. package/dist/hooks/useSlideVisibility.d.ts.map +1 -0
  94. package/dist/hooks/useSlider.d.ts +67 -0
  95. package/dist/hooks/useSlider.d.ts.map +1 -0
  96. package/dist/hooks/useTrapFocus.d.ts +9 -0
  97. package/dist/hooks/useTrapFocus.d.ts.map +1 -0
  98. package/dist/index.d.ts +160 -0
  99. package/dist/index.d.ts.map +1 -0
  100. package/dist/molecules/Accordion/Accordion.d.ts +26 -0
  101. package/dist/molecules/Accordion/Accordion.d.ts.map +1 -0
  102. package/dist/molecules/Accordion/AccordionButton.d.ts +19 -0
  103. package/dist/molecules/Accordion/AccordionButton.d.ts.map +1 -0
  104. package/dist/molecules/Accordion/AccordionItem.d.ts +31 -0
  105. package/dist/molecules/Accordion/AccordionItem.d.ts.map +1 -0
  106. package/dist/molecules/Accordion/AccordionPanel.d.ts +10 -0
  107. package/dist/molecules/Accordion/AccordionPanel.d.ts.map +1 -0
  108. package/dist/molecules/Accordion/index.d.ts +9 -0
  109. package/dist/molecules/Accordion/index.d.ts.map +1 -0
  110. package/dist/molecules/Alert/Alert.d.ts +28 -0
  111. package/dist/molecules/Alert/Alert.d.ts.map +1 -0
  112. package/dist/molecules/Alert/index.d.ts +3 -0
  113. package/dist/molecules/Alert/index.d.ts.map +1 -0
  114. package/dist/molecules/Breadcrumb/Breadcrumb.d.ts +7 -0
  115. package/dist/molecules/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  116. package/dist/molecules/Breadcrumb/BreadcrumbBase.d.ts +48 -0
  117. package/dist/molecules/Breadcrumb/BreadcrumbBase.d.ts.map +1 -0
  118. package/dist/molecules/Breadcrumb/BreadcrumbPure.d.ts +14 -0
  119. package/dist/molecules/Breadcrumb/BreadcrumbPure.d.ts.map +1 -0
  120. package/dist/molecules/Breadcrumb/Divider.d.ts +5 -0
  121. package/dist/molecules/Breadcrumb/Divider.d.ts.map +1 -0
  122. package/dist/molecules/Breadcrumb/ListItem.d.ts +11 -0
  123. package/dist/molecules/Breadcrumb/ListItem.d.ts.map +1 -0
  124. package/dist/molecules/Breadcrumb/index.d.ts +5 -0
  125. package/dist/molecules/Breadcrumb/index.d.ts.map +1 -0
  126. package/dist/molecules/BuyButton/BuyButton.d.ts +6 -0
  127. package/dist/molecules/BuyButton/BuyButton.d.ts.map +1 -0
  128. package/dist/molecules/BuyButton/index.d.ts +2 -0
  129. package/dist/molecules/BuyButton/index.d.ts.map +1 -0
  130. package/dist/molecules/Card/Card.d.ts +26 -0
  131. package/dist/molecules/Card/Card.d.ts.map +1 -0
  132. package/dist/molecules/Card/index.d.ts +3 -0
  133. package/dist/molecules/Card/index.d.ts.map +1 -0
  134. package/dist/molecules/Carousel/Carousel.d.ts +60 -0
  135. package/dist/molecules/Carousel/Carousel.d.ts.map +1 -0
  136. package/dist/molecules/Carousel/CarouselBullets.d.ts +39 -0
  137. package/dist/molecules/Carousel/CarouselBullets.d.ts.map +1 -0
  138. package/dist/molecules/Carousel/CarouselItem.d.ts +13 -0
  139. package/dist/molecules/Carousel/CarouselItem.d.ts.map +1 -0
  140. package/dist/molecules/Carousel/index.d.ts +7 -0
  141. package/dist/molecules/Carousel/index.d.ts.map +1 -0
  142. package/dist/molecules/CartItem/CartItem.d.ts +40 -0
  143. package/dist/molecules/CartItem/CartItem.d.ts.map +1 -0
  144. package/dist/molecules/CartItem/CartItemImage.d.ts +10 -0
  145. package/dist/molecules/CartItem/CartItemImage.d.ts.map +1 -0
  146. package/dist/molecules/CartItem/CartItemSummary.d.ts +21 -0
  147. package/dist/molecules/CartItem/CartItemSummary.d.ts.map +1 -0
  148. package/dist/molecules/CartItem/index.d.ts +7 -0
  149. package/dist/molecules/CartItem/index.d.ts.map +1 -0
  150. package/dist/molecules/CheckboxField/CheckboxField.d.ts +19 -0
  151. package/dist/molecules/CheckboxField/CheckboxField.d.ts.map +1 -0
  152. package/dist/molecules/CheckboxField/index.d.ts +3 -0
  153. package/dist/molecules/CheckboxField/index.d.ts.map +1 -0
  154. package/dist/molecules/DiscountBadge/DiscountBadge.d.ts +27 -0
  155. package/dist/molecules/DiscountBadge/DiscountBadge.d.ts.map +1 -0
  156. package/dist/molecules/DiscountBadge/index.d.ts +3 -0
  157. package/dist/molecules/DiscountBadge/index.d.ts.map +1 -0
  158. package/dist/molecules/DiscountBadge/useDiscountPercent.d.ts +2 -0
  159. package/dist/molecules/DiscountBadge/useDiscountPercent.d.ts.map +1 -0
  160. package/dist/molecules/Dropdown/Dropdown.d.ts +18 -0
  161. package/dist/molecules/Dropdown/Dropdown.d.ts.map +1 -0
  162. package/dist/molecules/Dropdown/DropdownButton.d.ts +33 -0
  163. package/dist/molecules/Dropdown/DropdownButton.d.ts.map +1 -0
  164. package/dist/molecules/Dropdown/DropdownItem.d.ts +23 -0
  165. package/dist/molecules/Dropdown/DropdownItem.d.ts.map +1 -0
  166. package/dist/molecules/Dropdown/DropdownMenu.d.ts +30 -0
  167. package/dist/molecules/Dropdown/DropdownMenu.d.ts.map +1 -0
  168. package/dist/molecules/Dropdown/contexts/DropdownContext.d.ts +41 -0
  169. package/dist/molecules/Dropdown/contexts/DropdownContext.d.ts.map +1 -0
  170. package/dist/molecules/Dropdown/hooks/useDropdown.d.ts +7 -0
  171. package/dist/molecules/Dropdown/hooks/useDropdown.d.ts.map +1 -0
  172. package/dist/molecules/Dropdown/hooks/useDropdownItem.d.ts +16 -0
  173. package/dist/molecules/Dropdown/hooks/useDropdownItem.d.ts.map +1 -0
  174. package/dist/molecules/Dropdown/hooks/useDropdownPosition.d.ts +10 -0
  175. package/dist/molecules/Dropdown/hooks/useDropdownPosition.d.ts.map +1 -0
  176. package/dist/molecules/Dropdown/hooks/useDropdownTrigger.d.ts +14 -0
  177. package/dist/molecules/Dropdown/hooks/useDropdownTrigger.d.ts.map +1 -0
  178. package/dist/molecules/Dropdown/index.d.ts +9 -0
  179. package/dist/molecules/Dropdown/index.d.ts.map +1 -0
  180. package/dist/molecules/Gift/Gift.d.ts +15 -0
  181. package/dist/molecules/Gift/Gift.d.ts.map +1 -0
  182. package/dist/molecules/Gift/GiftContent.d.ts +27 -0
  183. package/dist/molecules/Gift/GiftContent.d.ts.map +1 -0
  184. package/dist/molecules/Gift/GiftImage.d.ts +10 -0
  185. package/dist/molecules/Gift/GiftImage.d.ts.map +1 -0
  186. package/dist/molecules/Gift/index.d.ts +7 -0
  187. package/dist/molecules/Gift/index.d.ts.map +1 -0
  188. package/dist/molecules/IconButton/IconButton.d.ts +19 -0
  189. package/dist/molecules/IconButton/IconButton.d.ts.map +1 -0
  190. package/dist/molecules/IconButton/index.d.ts +3 -0
  191. package/dist/molecules/IconButton/index.d.ts.map +1 -0
  192. package/dist/molecules/InputField/InputField.d.ts +60 -0
  193. package/dist/molecules/InputField/InputField.d.ts.map +1 -0
  194. package/dist/molecules/InputField/index.d.ts +3 -0
  195. package/dist/molecules/InputField/index.d.ts.map +1 -0
  196. package/dist/molecules/LinkButton/LinkButton.d.ts +6 -0
  197. package/dist/molecules/LinkButton/LinkButton.d.ts.map +1 -0
  198. package/dist/molecules/LinkButton/index.d.ts +3 -0
  199. package/dist/molecules/LinkButton/index.d.ts.map +1 -0
  200. package/dist/molecules/Modal/Modal.d.ts +47 -0
  201. package/dist/molecules/Modal/Modal.d.ts.map +1 -0
  202. package/dist/molecules/Modal/ModalBody.d.ts +10 -0
  203. package/dist/molecules/Modal/ModalBody.d.ts.map +1 -0
  204. package/dist/molecules/Modal/ModalContent.d.ts +11 -0
  205. package/dist/molecules/Modal/ModalContent.d.ts.map +1 -0
  206. package/dist/molecules/Modal/ModalFooter.d.ts +18 -0
  207. package/dist/molecules/Modal/ModalFooter.d.ts.map +1 -0
  208. package/dist/molecules/Modal/ModalHeader.d.ts +23 -0
  209. package/dist/molecules/Modal/ModalHeader.d.ts.map +1 -0
  210. package/dist/molecules/Modal/index.d.ts +8 -0
  211. package/dist/molecules/Modal/index.d.ts.map +1 -0
  212. package/dist/molecules/NavbarLinks/NavbarLinks.d.ts +10 -0
  213. package/dist/molecules/NavbarLinks/NavbarLinks.d.ts.map +1 -0
  214. package/dist/molecules/NavbarLinks/NavbarLinksList.d.ts +11 -0
  215. package/dist/molecules/NavbarLinks/NavbarLinksList.d.ts.map +1 -0
  216. package/dist/molecules/NavbarLinks/NavbarLinksListItem.d.ts +10 -0
  217. package/dist/molecules/NavbarLinks/NavbarLinksListItem.d.ts.map +1 -0
  218. package/dist/molecules/NavbarLinks/index.d.ts +7 -0
  219. package/dist/molecules/NavbarLinks/index.d.ts.map +1 -0
  220. package/dist/molecules/OrderSummary/OrderSummary.d.ts +43 -0
  221. package/dist/molecules/OrderSummary/OrderSummary.d.ts.map +1 -0
  222. package/dist/molecules/OrderSummary/index.d.ts +3 -0
  223. package/dist/molecules/OrderSummary/index.d.ts.map +1 -0
  224. package/dist/molecules/Popover/Popover.d.ts +68 -0
  225. package/dist/molecules/Popover/Popover.d.ts.map +1 -0
  226. package/dist/molecules/Popover/index.d.ts +3 -0
  227. package/dist/molecules/Popover/index.d.ts.map +1 -0
  228. package/dist/molecules/ProductCard/ProductCard.d.ts +23 -0
  229. package/dist/molecules/ProductCard/ProductCard.d.ts.map +1 -0
  230. package/dist/molecules/ProductCard/ProductCardContent.d.ts +72 -0
  231. package/dist/molecules/ProductCard/ProductCardContent.d.ts.map +1 -0
  232. package/dist/molecules/ProductCard/ProductCardImage.d.ts +14 -0
  233. package/dist/molecules/ProductCard/ProductCardImage.d.ts.map +1 -0
  234. package/dist/molecules/ProductCard/index.d.ts +7 -0
  235. package/dist/molecules/ProductCard/index.d.ts.map +1 -0
  236. package/dist/molecules/ProductPrice/ProductPrice.d.ts +24 -0
  237. package/dist/molecules/ProductPrice/ProductPrice.d.ts.map +1 -0
  238. package/dist/molecules/ProductPrice/index.d.ts +3 -0
  239. package/dist/molecules/ProductPrice/index.d.ts.map +1 -0
  240. package/dist/molecules/ProductTitle/ProductTitle.d.ts +30 -0
  241. package/dist/molecules/ProductTitle/ProductTitle.d.ts.map +1 -0
  242. package/dist/molecules/ProductTitle/index.d.ts +3 -0
  243. package/dist/molecules/ProductTitle/index.d.ts.map +1 -0
  244. package/dist/molecules/QuantitySelector/QuantitySelector.d.ts +44 -0
  245. package/dist/molecules/QuantitySelector/QuantitySelector.d.ts.map +1 -0
  246. package/dist/molecules/QuantitySelector/index.d.ts +3 -0
  247. package/dist/molecules/QuantitySelector/index.d.ts.map +1 -0
  248. package/dist/molecules/RadioField/RadioField.d.ts +27 -0
  249. package/dist/molecules/RadioField/RadioField.d.ts.map +1 -0
  250. package/dist/molecules/RadioField/index.d.ts +3 -0
  251. package/dist/molecules/RadioField/index.d.ts.map +1 -0
  252. package/dist/molecules/RadioGroup/RadioGroup.d.ts +6 -0
  253. package/dist/molecules/RadioGroup/RadioGroup.d.ts.map +1 -0
  254. package/dist/molecules/RadioGroup/RadioOption.d.ts +19 -0
  255. package/dist/molecules/RadioGroup/RadioOption.d.ts.map +1 -0
  256. package/dist/molecules/RadioGroup/index.d.ts +5 -0
  257. package/dist/molecules/RadioGroup/index.d.ts.map +1 -0
  258. package/dist/molecules/RadioGroup/useRadioGroup.d.ts +18 -0
  259. package/dist/molecules/RadioGroup/useRadioGroup.d.ts.map +1 -0
  260. package/dist/molecules/Rating/Rating.d.ts +34 -0
  261. package/dist/molecules/Rating/Rating.d.ts.map +1 -0
  262. package/dist/molecules/Rating/index.d.ts +3 -0
  263. package/dist/molecules/Rating/index.d.ts.map +1 -0
  264. package/dist/molecules/RatingField/RatingField.d.ts +28 -0
  265. package/dist/molecules/RatingField/RatingField.d.ts.map +1 -0
  266. package/dist/molecules/RatingField/index.d.ts +3 -0
  267. package/dist/molecules/RatingField/index.d.ts.map +1 -0
  268. package/dist/molecules/RegionBar/RegionBar.d.ts +66 -0
  269. package/dist/molecules/RegionBar/RegionBar.d.ts.map +1 -0
  270. package/dist/molecules/RegionBar/index.d.ts +3 -0
  271. package/dist/molecules/RegionBar/index.d.ts.map +1 -0
  272. package/dist/molecules/SearchAutoComplete/SearchAutoComplete.d.ts +10 -0
  273. package/dist/molecules/SearchAutoComplete/SearchAutoComplete.d.ts.map +1 -0
  274. package/dist/molecules/SearchAutoComplete/SearchAutoCompleteTerm.d.ts +27 -0
  275. package/dist/molecules/SearchAutoComplete/SearchAutoCompleteTerm.d.ts.map +1 -0
  276. package/dist/molecules/SearchAutoComplete/index.d.ts +5 -0
  277. package/dist/molecules/SearchAutoComplete/index.d.ts.map +1 -0
  278. package/dist/molecules/SearchDropdown/SearchDropdown.d.ts +14 -0
  279. package/dist/molecules/SearchDropdown/SearchDropdown.d.ts.map +1 -0
  280. package/dist/molecules/SearchDropdown/index.d.ts +3 -0
  281. package/dist/molecules/SearchDropdown/index.d.ts.map +1 -0
  282. package/dist/molecules/SearchHistory/SearchHistory.d.ts +22 -0
  283. package/dist/molecules/SearchHistory/SearchHistory.d.ts.map +1 -0
  284. package/dist/molecules/SearchHistory/SearchHistoryTerm.d.ts +23 -0
  285. package/dist/molecules/SearchHistory/SearchHistoryTerm.d.ts.map +1 -0
  286. package/dist/molecules/SearchHistory/index.d.ts +5 -0
  287. package/dist/molecules/SearchHistory/index.d.ts.map +1 -0
  288. package/dist/molecules/SearchInputField/SearchInputField.d.ts +36 -0
  289. package/dist/molecules/SearchInputField/SearchInputField.d.ts.map +1 -0
  290. package/dist/molecules/SearchInputField/index.d.ts +3 -0
  291. package/dist/molecules/SearchInputField/index.d.ts.map +1 -0
  292. package/dist/molecules/SearchProducts/SearchProductItem.d.ts +16 -0
  293. package/dist/molecules/SearchProducts/SearchProductItem.d.ts.map +1 -0
  294. package/dist/molecules/SearchProducts/SearchProductItemContent.d.ts +39 -0
  295. package/dist/molecules/SearchProducts/SearchProductItemContent.d.ts.map +1 -0
  296. package/dist/molecules/SearchProducts/SearchProductItemControl.d.ts +50 -0
  297. package/dist/molecules/SearchProducts/SearchProductItemControl.d.ts.map +1 -0
  298. package/dist/molecules/SearchProducts/SearchProductItemImage.d.ts +10 -0
  299. package/dist/molecules/SearchProducts/SearchProductItemImage.d.ts.map +1 -0
  300. package/dist/molecules/SearchProducts/SearchProducts.d.ts +14 -0
  301. package/dist/molecules/SearchProducts/SearchProducts.d.ts.map +1 -0
  302. package/dist/molecules/SearchProducts/index.d.ts +9 -0
  303. package/dist/molecules/SearchProducts/index.d.ts.map +1 -0
  304. package/dist/molecules/SearchProvider/SearchProvider.d.ts +29 -0
  305. package/dist/molecules/SearchProvider/SearchProvider.d.ts.map +1 -0
  306. package/dist/molecules/SearchProvider/index.d.ts +3 -0
  307. package/dist/molecules/SearchProvider/index.d.ts.map +1 -0
  308. package/dist/molecules/SearchTop/SearchTop.d.ts +14 -0
  309. package/dist/molecules/SearchTop/SearchTop.d.ts.map +1 -0
  310. package/dist/molecules/SearchTop/SearchTopTerm.d.ts +23 -0
  311. package/dist/molecules/SearchTop/SearchTopTerm.d.ts.map +1 -0
  312. package/dist/molecules/SearchTop/index.d.ts +5 -0
  313. package/dist/molecules/SearchTop/index.d.ts.map +1 -0
  314. package/dist/molecules/SelectField/SelectField.d.ts +13 -0
  315. package/dist/molecules/SelectField/SelectField.d.ts.map +1 -0
  316. package/dist/molecules/SelectField/index.d.ts +3 -0
  317. package/dist/molecules/SelectField/index.d.ts.map +1 -0
  318. package/dist/molecules/SkuSelector/SkuSelector.d.ts +78 -0
  319. package/dist/molecules/SkuSelector/SkuSelector.d.ts.map +1 -0
  320. package/dist/molecules/SkuSelector/index.d.ts +3 -0
  321. package/dist/molecules/SkuSelector/index.d.ts.map +1 -0
  322. package/dist/molecules/SkuSelector/useDefineVariant.d.ts +8 -0
  323. package/dist/molecules/SkuSelector/useDefineVariant.d.ts.map +1 -0
  324. package/dist/molecules/SkuSelector/useSkuSlug.d.ts +7 -0
  325. package/dist/molecules/SkuSelector/useSkuSlug.d.ts.map +1 -0
  326. package/dist/molecules/Table/Table.d.ts +26 -0
  327. package/dist/molecules/Table/Table.d.ts.map +1 -0
  328. package/dist/molecules/Table/TableBody.d.ts +12 -0
  329. package/dist/molecules/Table/TableBody.d.ts.map +1 -0
  330. package/dist/molecules/Table/TableCell.d.ts +26 -0
  331. package/dist/molecules/Table/TableCell.d.ts.map +1 -0
  332. package/dist/molecules/Table/TableFooter.d.ts +12 -0
  333. package/dist/molecules/Table/TableFooter.d.ts.map +1 -0
  334. package/dist/molecules/Table/TableHead.d.ts +12 -0
  335. package/dist/molecules/Table/TableHead.d.ts.map +1 -0
  336. package/dist/molecules/Table/TableRow.d.ts +12 -0
  337. package/dist/molecules/Table/TableRow.d.ts.map +1 -0
  338. package/dist/molecules/Table/index.d.ts +13 -0
  339. package/dist/molecules/Table/index.d.ts.map +1 -0
  340. package/dist/molecules/Tag/Tag.d.ts +27 -0
  341. package/dist/molecules/Tag/Tag.d.ts.map +1 -0
  342. package/dist/molecules/Tag/index.d.ts +3 -0
  343. package/dist/molecules/Tag/index.d.ts.map +1 -0
  344. package/dist/molecules/TextareaField/TextareaField.d.ts +32 -0
  345. package/dist/molecules/TextareaField/TextareaField.d.ts.map +1 -0
  346. package/dist/molecules/TextareaField/index.d.ts +3 -0
  347. package/dist/molecules/TextareaField/index.d.ts.map +1 -0
  348. package/dist/molecules/Toast/Toast.d.ts +4 -0
  349. package/dist/molecules/Toast/Toast.d.ts.map +1 -0
  350. package/dist/molecules/Toast/index.d.ts +2 -0
  351. package/dist/molecules/Toast/index.d.ts.map +1 -0
  352. package/dist/molecules/Toggle/Toggle.d.ts +22 -0
  353. package/dist/molecules/Toggle/Toggle.d.ts.map +1 -0
  354. package/dist/molecules/Toggle/index.d.ts +3 -0
  355. package/dist/molecules/Toggle/index.d.ts.map +1 -0
  356. package/dist/molecules/ToggleField/ToggleField.d.ts +31 -0
  357. package/dist/molecules/ToggleField/ToggleField.d.ts.map +1 -0
  358. package/dist/molecules/ToggleField/index.d.ts +3 -0
  359. package/dist/molecules/ToggleField/index.d.ts.map +1 -0
  360. package/dist/molecules/Tooltip/Tooltip.d.ts +50 -0
  361. package/dist/molecules/Tooltip/Tooltip.d.ts.map +1 -0
  362. package/dist/molecules/Tooltip/index.d.ts +3 -0
  363. package/dist/molecules/Tooltip/index.d.ts.map +1 -0
  364. package/dist/organisms/BannerText/BannerText.d.ts +27 -0
  365. package/dist/organisms/BannerText/BannerText.d.ts.map +1 -0
  366. package/dist/organisms/BannerText/BannerTextContent.d.ts +30 -0
  367. package/dist/organisms/BannerText/BannerTextContent.d.ts.map +1 -0
  368. package/dist/organisms/BannerText/index.d.ts +5 -0
  369. package/dist/organisms/BannerText/index.d.ts.map +1 -0
  370. package/dist/organisms/CartSidebar/CartSidebar.d.ts +45 -0
  371. package/dist/organisms/CartSidebar/CartSidebar.d.ts.map +1 -0
  372. package/dist/organisms/CartSidebar/CartSidebarFooter.d.ts +6 -0
  373. package/dist/organisms/CartSidebar/CartSidebarFooter.d.ts.map +1 -0
  374. package/dist/organisms/CartSidebar/CartSidebarList.d.ts +6 -0
  375. package/dist/organisms/CartSidebar/CartSidebarList.d.ts.map +1 -0
  376. package/dist/organisms/CartSidebar/index.d.ts +5 -0
  377. package/dist/organisms/CartSidebar/index.d.ts.map +1 -0
  378. package/dist/organisms/EmptyState/EmptyState.d.ts +28 -0
  379. package/dist/organisms/EmptyState/EmptyState.d.ts.map +1 -0
  380. package/dist/organisms/EmptyState/index.d.ts +3 -0
  381. package/dist/organisms/EmptyState/index.d.ts.map +1 -0
  382. package/dist/organisms/Filter/Filter.d.ts +27 -0
  383. package/dist/organisms/Filter/Filter.d.ts.map +1 -0
  384. package/dist/organisms/Filter/FilterFacetBoolean.d.ts +6 -0
  385. package/dist/organisms/Filter/FilterFacetBoolean.d.ts.map +1 -0
  386. package/dist/organisms/Filter/FilterFacetBooleanItem.d.ts +43 -0
  387. package/dist/organisms/Filter/FilterFacetBooleanItem.d.ts.map +1 -0
  388. package/dist/organisms/Filter/FilterFacetRange.d.ts +33 -0
  389. package/dist/organisms/Filter/FilterFacetRange.d.ts.map +1 -0
  390. package/dist/organisms/Filter/FilterFacets.d.ts +26 -0
  391. package/dist/organisms/Filter/FilterFacets.d.ts.map +1 -0
  392. package/dist/organisms/Filter/FilterSlider.d.ts +50 -0
  393. package/dist/organisms/Filter/FilterSlider.d.ts.map +1 -0
  394. package/dist/organisms/Filter/index.d.ts +12 -0
  395. package/dist/organisms/Filter/index.d.ts.map +1 -0
  396. package/dist/organisms/Hero/Hero.d.ts +27 -0
  397. package/dist/organisms/Hero/Hero.d.ts.map +1 -0
  398. package/dist/organisms/Hero/HeroHeader.d.ts +34 -0
  399. package/dist/organisms/Hero/HeroHeader.d.ts.map +1 -0
  400. package/dist/organisms/Hero/HeroImage.d.ts +10 -0
  401. package/dist/organisms/Hero/HeroImage.d.ts.map +1 -0
  402. package/dist/organisms/Hero/index.d.ts +7 -0
  403. package/dist/organisms/Hero/index.d.ts.map +1 -0
  404. package/dist/organisms/ImageGallery/ImageGallery.d.ts +42 -0
  405. package/dist/organisms/ImageGallery/ImageGallery.d.ts.map +1 -0
  406. package/dist/organisms/ImageGallery/ImageGallerySelector.d.ts +32 -0
  407. package/dist/organisms/ImageGallery/ImageGallerySelector.d.ts.map +1 -0
  408. package/dist/organisms/ImageGallery/ImageGalleryViewer.d.ts +8 -0
  409. package/dist/organisms/ImageGallery/ImageGalleryViewer.d.ts.map +1 -0
  410. package/dist/organisms/ImageGallery/index.d.ts +7 -0
  411. package/dist/organisms/ImageGallery/index.d.ts.map +1 -0
  412. package/dist/organisms/Navbar/Navbar.d.ts +14 -0
  413. package/dist/organisms/Navbar/Navbar.d.ts.map +1 -0
  414. package/dist/organisms/Navbar/NavbarButtons.d.ts +14 -0
  415. package/dist/organisms/Navbar/NavbarButtons.d.ts.map +1 -0
  416. package/dist/organisms/Navbar/NavbarHeader.d.ts +10 -0
  417. package/dist/organisms/Navbar/NavbarHeader.d.ts.map +1 -0
  418. package/dist/organisms/Navbar/NavbarRow.d.ts +10 -0
  419. package/dist/organisms/Navbar/NavbarRow.d.ts.map +1 -0
  420. package/dist/organisms/Navbar/index.d.ts +9 -0
  421. package/dist/organisms/Navbar/index.d.ts.map +1 -0
  422. package/dist/organisms/NavbarSlider/NavbarSlider.d.ts +20 -0
  423. package/dist/organisms/NavbarSlider/NavbarSlider.d.ts.map +1 -0
  424. package/dist/organisms/NavbarSlider/NavbarSliderContent.d.ts +10 -0
  425. package/dist/organisms/NavbarSlider/NavbarSliderContent.d.ts.map +1 -0
  426. package/dist/organisms/NavbarSlider/NavbarSliderFooter.d.ts +10 -0
  427. package/dist/organisms/NavbarSlider/NavbarSliderFooter.d.ts.map +1 -0
  428. package/dist/organisms/NavbarSlider/NavbarSliderHeader.d.ts +11 -0
  429. package/dist/organisms/NavbarSlider/NavbarSliderHeader.d.ts.map +1 -0
  430. package/dist/organisms/NavbarSlider/index.d.ts +9 -0
  431. package/dist/organisms/NavbarSlider/index.d.ts.map +1 -0
  432. package/dist/organisms/Newsletter/Newsletter.d.ts +19 -0
  433. package/dist/organisms/Newsletter/Newsletter.d.ts.map +1 -0
  434. package/dist/organisms/Newsletter/NewsletterAddendum.d.ts +14 -0
  435. package/dist/organisms/Newsletter/NewsletterAddendum.d.ts.map +1 -0
  436. package/dist/organisms/Newsletter/NewsletterContent.d.ts +10 -0
  437. package/dist/organisms/Newsletter/NewsletterContent.d.ts.map +1 -0
  438. package/dist/organisms/Newsletter/NewsletterForm.d.ts +14 -0
  439. package/dist/organisms/Newsletter/NewsletterForm.d.ts.map +1 -0
  440. package/dist/organisms/Newsletter/NewsletterHeader.d.ts +22 -0
  441. package/dist/organisms/Newsletter/NewsletterHeader.d.ts.map +1 -0
  442. package/dist/organisms/Newsletter/index.d.ts +11 -0
  443. package/dist/organisms/Newsletter/index.d.ts.map +1 -0
  444. package/dist/organisms/OutOfStock/OutOfStock.d.ts +43 -0
  445. package/dist/organisms/OutOfStock/OutOfStock.d.ts.map +1 -0
  446. package/dist/organisms/OutOfStock/index.d.ts +3 -0
  447. package/dist/organisms/OutOfStock/index.d.ts.map +1 -0
  448. package/dist/organisms/PaymentMethods/PaymentMethods.d.ts +32 -0
  449. package/dist/organisms/PaymentMethods/PaymentMethods.d.ts.map +1 -0
  450. package/dist/organisms/PaymentMethods/index.d.ts +3 -0
  451. package/dist/organisms/PaymentMethods/index.d.ts.map +1 -0
  452. package/dist/organisms/PriceRange/PriceRange.d.ts +25 -0
  453. package/dist/organisms/PriceRange/PriceRange.d.ts.map +1 -0
  454. package/dist/organisms/PriceRange/index.d.ts +3 -0
  455. package/dist/organisms/PriceRange/index.d.ts.map +1 -0
  456. package/dist/organisms/ProductComparison/ProductComparison.d.ts +7 -0
  457. package/dist/organisms/ProductComparison/ProductComparison.d.ts.map +1 -0
  458. package/dist/organisms/ProductComparison/ProductComparisonSidebar.d.ts +79 -0
  459. package/dist/organisms/ProductComparison/ProductComparisonSidebar.d.ts.map +1 -0
  460. package/dist/organisms/ProductComparison/ProductComparisonToolbar.d.ts +9 -0
  461. package/dist/organisms/ProductComparison/ProductComparisonToolbar.d.ts.map +1 -0
  462. package/dist/organisms/ProductComparison/ProductComparisonTrigger.d.ts +11 -0
  463. package/dist/organisms/ProductComparison/ProductComparisonTrigger.d.ts.map +1 -0
  464. package/dist/organisms/ProductComparison/index.d.ts +11 -0
  465. package/dist/organisms/ProductComparison/index.d.ts.map +1 -0
  466. package/dist/organisms/ProductComparison/provider/ProductComparisonProvider.d.ts +75 -0
  467. package/dist/organisms/ProductComparison/provider/ProductComparisonProvider.d.ts.map +1 -0
  468. package/dist/organisms/ProductGrid/ProductGrid.d.ts +10 -0
  469. package/dist/organisms/ProductGrid/ProductGrid.d.ts.map +1 -0
  470. package/dist/organisms/ProductGrid/ProductGridItem.d.ts +10 -0
  471. package/dist/organisms/ProductGrid/ProductGridItem.d.ts.map +1 -0
  472. package/dist/organisms/ProductGrid/index.d.ts +5 -0
  473. package/dist/organisms/ProductGrid/index.d.ts.map +1 -0
  474. package/dist/organisms/ProductShelf/ProductShelf.d.ts +10 -0
  475. package/dist/organisms/ProductShelf/ProductShelf.d.ts.map +1 -0
  476. package/dist/organisms/ProductShelf/ProductShelfItem.d.ts +10 -0
  477. package/dist/organisms/ProductShelf/ProductShelfItem.d.ts.map +1 -0
  478. package/dist/organisms/ProductShelf/ProductShelfItems.d.ts +10 -0
  479. package/dist/organisms/ProductShelf/ProductShelfItems.d.ts.map +1 -0
  480. package/dist/organisms/ProductShelf/index.d.ts +7 -0
  481. package/dist/organisms/ProductShelf/index.d.ts.map +1 -0
  482. package/dist/organisms/RegionModal/RegionModal.d.ts +81 -0
  483. package/dist/organisms/RegionModal/RegionModal.d.ts.map +1 -0
  484. package/dist/organisms/RegionModal/index.d.ts +3 -0
  485. package/dist/organisms/RegionModal/index.d.ts.map +1 -0
  486. package/dist/organisms/SKUMatrix/SKUMatrix.d.ts +10 -0
  487. package/dist/organisms/SKUMatrix/SKUMatrix.d.ts.map +1 -0
  488. package/dist/organisms/SKUMatrix/SKUMatrixSidebar.d.ts +55 -0
  489. package/dist/organisms/SKUMatrix/SKUMatrixSidebar.d.ts.map +1 -0
  490. package/dist/organisms/SKUMatrix/SKUMatrixTrigger.d.ts +6 -0
  491. package/dist/organisms/SKUMatrix/SKUMatrixTrigger.d.ts.map +1 -0
  492. package/dist/organisms/SKUMatrix/index.d.ts +7 -0
  493. package/dist/organisms/SKUMatrix/index.d.ts.map +1 -0
  494. package/dist/organisms/SKUMatrix/provider/SKUMatrixProvider.d.ts +49 -0
  495. package/dist/organisms/SKUMatrix/provider/SKUMatrixProvider.d.ts.map +1 -0
  496. package/dist/organisms/SearchInput/SearchInput.d.ts +26 -0
  497. package/dist/organisms/SearchInput/SearchInput.d.ts.map +1 -0
  498. package/dist/organisms/SearchInput/index.d.ts +3 -0
  499. package/dist/organisms/SearchInput/index.d.ts.map +1 -0
  500. package/dist/organisms/ShippingSimulation/ShippingSimulation.d.ts +125 -0
  501. package/dist/organisms/ShippingSimulation/ShippingSimulation.d.ts.map +1 -0
  502. package/dist/organisms/ShippingSimulation/index.d.ts +3 -0
  503. package/dist/organisms/ShippingSimulation/index.d.ts.map +1 -0
  504. package/dist/organisms/SlideOver/SlideOver.d.ts +39 -0
  505. package/dist/organisms/SlideOver/SlideOver.d.ts.map +1 -0
  506. package/dist/organisms/SlideOver/SlideOverHeader.d.ts +19 -0
  507. package/dist/organisms/SlideOver/SlideOverHeader.d.ts.map +1 -0
  508. package/dist/organisms/SlideOver/index.d.ts +5 -0
  509. package/dist/organisms/SlideOver/index.d.ts.map +1 -0
  510. package/dist/typings/PolymorphicGenerics.d.ts +23 -0
  511. package/dist/typings/PolymorphicGenerics.d.ts.map +1 -0
  512. package/dist/typings/PriceDefinition.d.ts +7 -0
  513. package/dist/typings/PriceDefinition.d.ts.map +1 -0
  514. package/dist/typings/index.d.ts +3 -0
  515. package/dist/typings/index.d.ts.map +1 -0
  516. package/package.json +2 -2
@@ -0,0 +1,58 @@
1
+ import { PropsWithChildren, ReactNode, RefObject, default as React } from 'react';
2
+ export interface Toast {
3
+ message: string;
4
+ status: 'ERROR' | 'WARNING' | 'INFO';
5
+ title?: string;
6
+ icon?: ReactNode;
7
+ }
8
+ export interface Popover {
9
+ isOpen: boolean;
10
+ triggerRef?: RefObject<HTMLElement>;
11
+ }
12
+ export declare const regionSliderTypes: {
13
+ readonly setLocation: "setLocation";
14
+ readonly changeLocation: "changeLocation";
15
+ readonly changePickupPoint: "changePickupPoint";
16
+ readonly globalChangePickupPoint: "globalChangePickupPoint";
17
+ };
18
+ type RegionSliderType = (typeof regionSliderTypes)[keyof typeof regionSliderTypes];
19
+ export type RegionSlider = {
20
+ type: RegionSliderType | 'none';
21
+ isOpen: boolean;
22
+ };
23
+ interface State {
24
+ /** Cart sidebar */
25
+ cart: boolean;
26
+ /** Region modal */
27
+ modal: boolean;
28
+ /** Menu slider */
29
+ navbar: boolean;
30
+ /** Search page filter slider */
31
+ filter: boolean;
32
+ /** Toast notifications */
33
+ toasts: Toast[];
34
+ /** Region Popover */
35
+ popover: Popover;
36
+ /** Region slider */
37
+ regionSlider: RegionSlider;
38
+ }
39
+ interface Context extends State {
40
+ closeNavbar: () => void;
41
+ openNavbar: () => void;
42
+ closeFilter: () => void;
43
+ openFilter: () => void;
44
+ openCart: () => void;
45
+ closeCart: () => void;
46
+ openModal: () => void;
47
+ closeModal: () => void;
48
+ pushToast: (data: Toast) => void;
49
+ popToast: () => void;
50
+ openPopover: (popover: Popover) => void;
51
+ closePopover: () => void;
52
+ openRegionSlider: (type: RegionSliderType) => void;
53
+ closeRegionSlider: () => void;
54
+ }
55
+ declare function UIProvider({ children }: PropsWithChildren<unknown>): React.JSX.Element;
56
+ export declare function useUI(): Context;
57
+ export default UIProvider;
58
+ //# sourceMappingURL=UIProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UIProvider.d.ts","sourceRoot":"","sources":["../../src/hooks/UIProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACpE,OAAO,KAAyD,MAAM,OAAO,CAAA;AAE7E,MAAM,WAAW,KAAK;IACpB,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;IACpC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,SAAS,CAAA;CACjB;AAED,MAAM,WAAW,OAAO;IACtB,MAAM,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;CACpC;AAED,eAAO,MAAM,iBAAiB;;;;;CAKpB,CAAA;AAEV,KAAK,gBAAgB,GACnB,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAA;AAE5D,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,gBAAgB,GAAG,MAAM,CAAA;IAC/B,MAAM,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,UAAU,KAAK;IACb,mBAAmB;IACnB,IAAI,EAAE,OAAO,CAAA;IACb,mBAAmB;IACnB,KAAK,EAAE,OAAO,CAAA;IACd,kBAAkB;IAClB,MAAM,EAAE,OAAO,CAAA;IACf,gCAAgC;IAChC,MAAM,EAAE,OAAO,CAAA;IACf,0BAA0B;IAC1B,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,qBAAqB;IACrB,OAAO,EAAE,OAAO,CAAA;IAChB,oBAAoB;IACpB,YAAY,EAAE,YAAY,CAAA;CAC3B;AAyJD,UAAU,OAAQ,SAAQ,KAAK;IAC7B,WAAW,EAAE,MAAM,IAAI,CAAA;IACvB,UAAU,EAAE,MAAM,IAAI,CAAA;IACtB,WAAW,EAAE,MAAM,IAAI,CAAA;IACvB,UAAU,EAAE,MAAM,IAAI,CAAA;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,SAAS,EAAE,MAAM,IAAI,CAAA;IACrB,SAAS,EAAE,MAAM,IAAI,CAAA;IACrB,UAAU,EAAE,MAAM,IAAI,CAAA;IACtB,SAAS,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,IAAI,CAAA;IAChC,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,WAAW,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACvC,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,gBAAgB,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAClD,iBAAiB,EAAE,MAAM,IAAI,CAAA;CAC9B;AAID,iBAAS,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE,iBAAiB,CAAC,OAAO,CAAC,qBAmC3D;AAED,wBAAgB,KAAK,YAQpB;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,13 @@
1
+ export { regionSliderTypes, default as UIProvider, useUI, type Toast as ToastProps, } from './UIProvider';
2
+ export { useFadeEffect } from './useFadeEffect';
3
+ export { useOnClickOutside } from './useOnClickOutside';
4
+ export { useProductComparison } from './useProductComparison';
5
+ export { useScrollDirection } from './useScrollDirection';
6
+ export { useSearch } from './useSearch';
7
+ export { useSKUMatrix } from './useSKUMatrix';
8
+ export { useSlider } from './useSlider';
9
+ export type { SlideDirection, SliderDispatch, SliderState, UseSliderArgs, } from './useSlider';
10
+ export { useSlideVisibility } from './useSlideVisibility';
11
+ export { useTrapFocus } from './useTrapFocus';
12
+ export { useRTL } from './useRTL';
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,OAAO,IAAI,UAAU,EACrB,KAAK,EACL,KAAK,KAAK,IAAI,UAAU,GACzB,MAAM,cAAc,CAAA;AACrB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,YAAY,EACV,cAAc,EACd,cAAc,EACd,WAAW,EACX,aAAa,GACd,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,6 @@
1
+ export declare const useFadeEffect: () => {
2
+ fade: "in" | "out";
3
+ fadeIn: () => void;
4
+ fadeOut: () => void;
5
+ };
6
+ //# sourceMappingURL=useFadeEffect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFadeEffect.d.ts","sourceRoot":"","sources":["../../src/hooks/useFadeEffect.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;CAkBzB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { RefObject } from 'react';
2
+ type Handler = (event: any) => void;
3
+ export declare function useOnClickOutside<T extends HTMLElement = HTMLElement>(ref: RefObject<T> | undefined, handler: Handler): void;
4
+ export {};
5
+ //# sourceMappingURL=useOnClickOutside.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOnClickOutside.d.ts","sourceRoot":"","sources":["../../src/hooks/useOnClickOutside.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,KAAK,OAAO,GAAG,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;AAEnC,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EACnE,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,SAAS,EAC7B,OAAO,EAAE,OAAO,QAgCjB"}
@@ -0,0 +1,2 @@
1
+ export declare function useProductComparison(): import('../organisms/ProductComparison/provider/ProductComparisonProvider').ProductComparisonProviderContextValue;
2
+ //# sourceMappingURL=useProductComparison.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useProductComparison.d.ts","sourceRoot":"","sources":["../../src/hooks/useProductComparison.ts"],"names":[],"mappings":"AAIA,wBAAgB,oBAAoB,sHAUnC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Hook to detect if the document is in RTL (Right-to-Left) direction.
3
+ * @returns true if the document direction is RTL, false otherwise
4
+ */
5
+ export declare const useRTL: () => boolean;
6
+ //# sourceMappingURL=useRTL.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRTL.d.ts","sourceRoot":"","sources":["../../src/hooks/useRTL.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,MAAM,QAAO,OAoCzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function useSKUMatrix(): import('../organisms/SKUMatrix/provider/SKUMatrixProvider').SKUMatrixProviderContextValue;
2
+ //# sourceMappingURL=useSKUMatrix.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSKUMatrix.d.ts","sourceRoot":"","sources":["../../src/hooks/useSKUMatrix.ts"],"names":[],"mappings":"AAIA,wBAAgB,YAAY,8FAU3B"}
@@ -0,0 +1,2 @@
1
+ export declare const useScrollDirection: () => string;
2
+ //# sourceMappingURL=useScrollDirection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useScrollDirection.d.ts","sourceRoot":"","sources":["../../src/hooks/useScrollDirection.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,cA4B9B,CAAA"}
@@ -0,0 +1,8 @@
1
+ export declare const useSearch: () => {
2
+ inContext: false;
3
+ values?: undefined;
4
+ } | {
5
+ inContext: true;
6
+ values: import('..').SearchProviderContextValue;
7
+ };
8
+ //# sourceMappingURL=useSearch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSearch.d.ts","sourceRoot":"","sources":["../../src/hooks/useSearch.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;CAQrB,CAAA"}
@@ -0,0 +1,10 @@
1
+ export interface UseSlideVisibilityArgs {
2
+ currentSlide: number;
3
+ itemsPerPage: number;
4
+ totalItems: number;
5
+ }
6
+ export declare const useSlideVisibility: ({ currentSlide, itemsPerPage, totalItems, }: UseSlideVisibilityArgs) => {
7
+ shouldRenderItem: (index: number) => boolean;
8
+ isItemVisible: (index: number) => boolean;
9
+ };
10
+ //# sourceMappingURL=useSlideVisibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSlideVisibility.d.ts","sourceRoot":"","sources":["../../src/hooks/useSlideVisibility.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;CACnB;AAsBD,eAAO,MAAM,kBAAkB,GAAI,6CAIhC,sBAAsB;8BAqBU,MAAM;2BART,MAAM;CAarC,CAAA"}
@@ -0,0 +1,67 @@
1
+ import { Dispatch } from 'react';
2
+ import { SwipeableProps } from 'react-swipeable';
3
+ export type SlideDirection = 'next' | 'previous';
4
+ interface NextPageAction {
5
+ type: 'NEXT_PAGE';
6
+ }
7
+ interface PreviousPageAction {
8
+ type: 'PREVIOUS_PAGE';
9
+ }
10
+ interface GoToPageAction {
11
+ type: 'GO_TO_PAGE';
12
+ payload: {
13
+ pageIndex: number;
14
+ shouldSlide: boolean;
15
+ };
16
+ }
17
+ interface StopSlideAction {
18
+ type: 'STOP_SLIDE';
19
+ }
20
+ export type Action = NextPageAction | PreviousPageAction | StopSlideAction | GoToPageAction;
21
+ export type SliderDispatch = Dispatch<Action>;
22
+ export interface SliderState {
23
+ /**
24
+ * The `currentItem` in a Slider with multiple items in a single page is
25
+ * always **the one with the lowest index** in the current page.
26
+ */
27
+ currentItem: number;
28
+ /** Currently active page */
29
+ currentPage: number;
30
+ /**
31
+ * Whether or not the Slider is currently sliding. This is useful to
32
+ * manipulate the `transition` property in a component.
33
+ */
34
+ sliding: boolean;
35
+ /** The direction in which the Slider is sliding. */
36
+ slideDirection: SlideDirection;
37
+ /** The total number of unique items in the slider. */
38
+ totalItems: number;
39
+ /** The number of items in a single page. */
40
+ itemsPerPage: number;
41
+ /** The total number of pages in the slider. */
42
+ totalPages: number;
43
+ /** Whether or not the slider is infinite. */
44
+ infinite: boolean;
45
+ }
46
+ export declare const nextPage: (current: number, total: number) => number;
47
+ export declare const previousPage: (current: number, total: number) => number;
48
+ export interface UseSliderArgs extends SwipeableProps {
49
+ /** The total number of unique items in the slider. */
50
+ totalItems: number;
51
+ /** The number of items in a single slider page. */
52
+ itemsPerPage?: number;
53
+ /** Whether or not the slider is infinite. */
54
+ infiniteMode?: boolean;
55
+ /** Whether or not slide after swiping left/right. */
56
+ shouldSlideOnSwipe?: boolean;
57
+ /** Whether the document is in RTL mode. */
58
+ isRTL?: boolean;
59
+ }
60
+ export declare const useSlider: ({ totalItems, itemsPerPage, infiniteMode, shouldSlideOnSwipe, isRTL, ...swipeableConfigOverrides }: UseSliderArgs) => {
61
+ handlers: import('react-swipeable').SwipeableHandlers;
62
+ slide: (page: SlideDirection | number, dispatch: Dispatch<Action>) => void;
63
+ sliderState: SliderState;
64
+ sliderDispatch: Dispatch<Action>;
65
+ };
66
+ export {};
67
+ //# sourceMappingURL=useSlider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSlider.d.ts","sourceRoot":"","sources":["../../src/hooks/useSlider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAGrD,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,UAAU,CAAA;AAEhD,UAAU,cAAc;IACtB,IAAI,EAAE,WAAW,CAAA;CAClB;AAED,UAAU,kBAAkB;IAC1B,IAAI,EAAE,eAAe,CAAA;CACtB;AAED,UAAU,cAAc;IACtB,IAAI,EAAE,YAAY,CAAA;IAClB,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,CAAA;QACjB,WAAW,EAAE,OAAO,CAAA;KACrB,CAAA;CACF;AAED,UAAU,eAAe;IACvB,IAAI,EAAE,YAAY,CAAA;CACnB;AAED,MAAM,MAAM,MAAM,GACd,cAAc,GACd,kBAAkB,GAClB,eAAe,GACf,cAAc,CAAA;AAElB,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAA;AAE7C,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAA;IACnB,4BAA4B;IAC5B,WAAW,EAAE,MAAM,CAAA;IACnB;;;OAGG;IACH,OAAO,EAAE,OAAO,CAAA;IAChB,oDAAoD;IACpD,cAAc,EAAE,cAAc,CAAA;IAC9B,sDAAsD;IACtD,UAAU,EAAE,MAAM,CAAA;IAClB,4CAA4C;IAC5C,YAAY,EAAE,MAAM,CAAA;IACpB,+CAA+C;IAC/C,UAAU,EAAE,MAAM,CAAA;IAClB,6CAA6C;IAC7C,QAAQ,EAAE,OAAO,CAAA;CAClB;AAED,eAAO,MAAM,QAAQ,GAAI,SAAS,MAAM,EAAE,OAAO,MAAM,WAChC,CAAA;AAEvB,eAAO,MAAM,YAAY,GAAI,SAAS,MAAM,EAAE,OAAO,MAAM,WACR,CAAA;AA4GnD,MAAM,WAAW,aAAc,SAAQ,cAAc;IACnD,sDAAsD;IACtD,UAAU,EAAE,MAAM,CAAA;IAClB,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,2CAA2C;IAC3C,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AAED,eAAO,MAAM,SAAS,GAAI,oGAOvB,aAAa;;kBAxCK,cAAc,GAAG,MAAM,YAAY,QAAQ,CAAC,MAAM,CAAC;;;CA+DvE,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { RefObject } from 'react';
2
+ interface TrapFocusParams {
3
+ beforeElementRef: RefObject<HTMLElement>;
4
+ trapFocusRef: RefObject<HTMLElement>;
5
+ afterElementRef: RefObject<HTMLElement>;
6
+ }
7
+ export declare const useTrapFocus: ({ trapFocusRef, beforeElementRef, afterElementRef, }: TrapFocusParams) => void;
8
+ export {};
9
+ //# sourceMappingURL=useTrapFocus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTrapFocus.d.ts","sourceRoot":"","sources":["../../src/hooks/useTrapFocus.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,UAAU,eAAe;IACvB,gBAAgB,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;IACxC,YAAY,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;IACpC,eAAe,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;CACxC;AAQD,eAAO,MAAM,YAAY,GAAI,sDAI1B,eAAe,SAsFjB,CAAA"}
@@ -0,0 +1,160 @@
1
+ export * from './hooks';
2
+ export { default as Badge } from './atoms/Badge';
3
+ export type { BadgeProps } from './atoms/Badge';
4
+ export { default as Button } from './atoms/Button';
5
+ export type { ButtonProps } from './atoms/Button';
6
+ export { default as Checkbox } from './atoms/Checkbox';
7
+ export type { CheckboxProps } from './atoms/Checkbox';
8
+ export { default as Icon } from './atoms/Icon';
9
+ export type { IconProps } from './atoms/Icon';
10
+ export { default as Input } from './atoms/Input';
11
+ export type { InputProps } from './atoms/Input';
12
+ export { default as Label } from './atoms/Label';
13
+ export type { LabelProps } from './atoms/Label';
14
+ export { default as Link } from './atoms/Link';
15
+ export type { LinkElementType, LinkProps } from './atoms/Link';
16
+ export { default as List } from './atoms/List';
17
+ export type { ListProps } from './atoms/List';
18
+ export { default as Loader } from './atoms/Loader';
19
+ export type { LoaderProps } from './atoms/Loader';
20
+ export { default as Overlay } from './atoms/Overlay';
21
+ export type { OverlayProps } from './atoms/Overlay';
22
+ export { default as Price } from './atoms/Price';
23
+ export type { PriceProps } from './atoms/Price';
24
+ export { default as Radio } from './atoms/Radio';
25
+ export type { RadioProps } from './atoms/Radio';
26
+ export { default as RichText } from './atoms/RichText';
27
+ export type { RichTextProps } from './atoms/RichText';
28
+ export { default as Select } from './atoms/Select';
29
+ export type { SelectProps } from './atoms/Select';
30
+ export { default as Skeleton } from './atoms/Skeleton';
31
+ export type { SkeletonProps } from './atoms/Skeleton';
32
+ export { default as Slider } from './atoms/Slider';
33
+ export type { SliderProps } from './atoms/Slider';
34
+ export { default as SROnly } from './atoms/SROnly';
35
+ export { default as Textarea } from './atoms/Textarea';
36
+ export type { TextareaProps } from './atoms/Textarea';
37
+ export { default as Accordion, AccordionButton, AccordionItem, AccordionPanel, } from './molecules/Accordion';
38
+ export type { AccordionButtonProps, AccordionItemProps, AccordionPanelProps, AccordionProps, } from './molecules/Accordion';
39
+ export { default as Alert } from './molecules/Alert';
40
+ export type { AlertProps } from './molecules/Alert';
41
+ export { Breadcrumb, BreadcrumbPure } from './molecules/Breadcrumb';
42
+ export type { BreadcrumbProps, BreadcrumbPureProps, } from './molecules/Breadcrumb';
43
+ export { default as BuyButton } from './molecules/BuyButton';
44
+ export { default as Carousel, CarouselBullets, CarouselItem, } from './molecules/Carousel';
45
+ export type { CarouselBulletsProps, CarouselItemProps, CarouselProps, } from './molecules/Carousel';
46
+ export { default as Card } from './molecules/Card';
47
+ export type { CardProps } from './molecules/Card';
48
+ export { default as CartItem, CartItemImage, CartItemSummary, } from './molecules/CartItem';
49
+ export type { CartItemImageProps, CartItemProps, CartItemSummaryProps, } from './molecules/CartItem';
50
+ export { default as CheckboxField } from './molecules/CheckboxField';
51
+ export type { CheckboxFieldProps } from './molecules/CheckboxField';
52
+ export { default as DiscountBadge } from './molecules/DiscountBadge';
53
+ export type { DiscountBadgeProps } from './molecules/DiscountBadge';
54
+ export { default as Dropdown, DropdownButton, DropdownItem, DropdownMenu, } from './molecules/Dropdown';
55
+ export type { DropdownButtonProps, DropdownItemProps, DropdownMenuProps, DropdownProps, } from './molecules/Dropdown';
56
+ export { default as Gift, GiftContent, GiftImage } from './molecules/Gift';
57
+ export type { GiftContentProps, GiftImageProps, GiftProps, } from './molecules/Gift';
58
+ export { default as IconButton } from './molecules/IconButton';
59
+ export type { IconButtonProps } from './molecules/IconButton';
60
+ export { default as InputField } from './molecules/InputField';
61
+ export type { InputFieldProps } from './molecules/InputField';
62
+ export { default as LinkButton } from './molecules/LinkButton';
63
+ export type { LinkButtonProps } from './molecules/LinkButton';
64
+ export { default as Modal, ModalBody, ModalFooter, ModalHeader, } from './molecules/Modal';
65
+ export type { ModalHeaderProps, ModalProps } from './molecules/Modal';
66
+ export { default as NavbarLinks, NavbarLinksList, NavbarLinksListItem, } from './molecules/NavbarLinks';
67
+ export type { NavbarLinksListItemProps, NavbarLinksListProps, NavbarLinksProps, } from './molecules/NavbarLinks';
68
+ export { default as OrderSummary } from './molecules/OrderSummary';
69
+ export type { OrderSummaryProps } from './molecules/OrderSummary';
70
+ export { default as Popover } from './molecules/Popover';
71
+ export type { PopoverProps } from './molecules/Popover';
72
+ export { default as ProductCard, ProductCardContent, ProductCardImage, } from './molecules/ProductCard';
73
+ export type { ProductCardContentProps, ProductCardImageProps, ProductCardProps, } from './molecules/ProductCard';
74
+ export { default as ProductPrice } from './molecules/ProductPrice';
75
+ export type { ProductPriceProps } from './molecules/ProductPrice';
76
+ export { default as ProductTitle } from './molecules/ProductTitle';
77
+ export type { ProductTitleProps } from './molecules/ProductTitle';
78
+ export { default as RadioField } from './molecules/RadioField';
79
+ export type { RadioFieldProps } from './molecules/RadioField';
80
+ export { default as RadioGroup, RadioOption } from './molecules/RadioGroup';
81
+ export type { RadioGroupProps, RadioOptionProps } from './molecules/RadioGroup';
82
+ export { default as Rating } from './molecules/Rating';
83
+ export type { RatingProps } from './molecules/Rating';
84
+ export { default as RatingField } from './molecules/RatingField';
85
+ export type { RatingFieldProps } from './molecules/RatingField';
86
+ export { default as RegionBar } from './molecules/RegionBar';
87
+ export type { RegionBarProps } from './molecules/RegionBar';
88
+ export { default as TextareaField } from './molecules/TextareaField';
89
+ export type { TextareaFieldProps } from './molecules/TextareaField';
90
+ export { default as Tooltip } from './molecules/Tooltip';
91
+ export type { TooltipProps } from './molecules/Tooltip';
92
+ export { default as SearchProvider } from './molecules/SearchProvider';
93
+ export type { SearchProviderContextValue } from './molecules/SearchProvider';
94
+ export { default as QuantitySelector } from './molecules/QuantitySelector';
95
+ export type { QuantitySelectorProps } from './molecules/QuantitySelector';
96
+ export { default as SearchAutoComplete, SearchAutoCompleteTerm, } from './molecules/SearchAutoComplete';
97
+ export type { SearchAutoCompleteProps, SearchAutoCompleteTermProps, } from './molecules/SearchAutoComplete';
98
+ export { default as SearchDropdown, type SearchDropdownProps, } from './molecules/SearchDropdown';
99
+ export { default as SearchHistory, SearchHistoryTerm, } from './molecules/SearchHistory';
100
+ export type { SearchHistoryProps, SearchHistoryTermProps, } from './molecules/SearchHistory';
101
+ export { default as SearchInputField } from './molecules/SearchInputField';
102
+ export type { SearchInputFieldProps, SearchInputFieldRef, } from './molecules/SearchInputField';
103
+ export { SearchProductItem, SearchProductItemContent, SearchProductItemImage, default as SearchProducts, } from './molecules/SearchProducts';
104
+ export type { SearchProductItemContentProps, SearchProductItemImageProps, SearchProductItemProps, SearchProductsProps, } from './molecules/SearchProducts';
105
+ export { default as SearchTop, SearchTopTerm } from './molecules/SearchTop';
106
+ export type { SearchTopProps, SearchTopTermProps } from './molecules/SearchTop';
107
+ export { default as SelectField } from './molecules/SelectField';
108
+ export type { SelectFieldProps } from './molecules/SelectField';
109
+ export { default as SkuSelector } from './molecules/SkuSelector';
110
+ export type { SkuOption, SkuSelectorProps } from './molecules/SkuSelector';
111
+ export { Table, TableBody, TableCell, TableFooter, TableHead, TableRow, } from './molecules/Table';
112
+ export type { TableBodyProps, TableCellProps, TableFooterProps, TableHeadProps, TableProps, TableRowProps, } from './molecules/Table';
113
+ export { default as Tag } from './molecules/Tag';
114
+ export type { TagProps } from './molecules/Tag';
115
+ export { default as Toast } from './molecules/Toast';
116
+ export { default as Toggle } from './molecules/Toggle';
117
+ export type { ToggleProps } from './molecules/Toggle';
118
+ export { default as ToggleField } from './molecules/ToggleField';
119
+ export type { ToggleFieldProps } from './molecules/ToggleField';
120
+ export { default as BannerText, BannerTextContent, } from './organisms/BannerText';
121
+ export type { BannerTextContentProps, BannerTextProps, } from './organisms/BannerText';
122
+ export { default as CartSidebar, CartSidebarFooter, CartSidebarList, } from './organisms/CartSidebar';
123
+ export type { CartSidebarProps } from './organisms/CartSidebar';
124
+ export { default as EmptyState } from './organisms/EmptyState';
125
+ export type { EmptyStateProps } from './organisms/EmptyState';
126
+ export { default as Filter, FilterFacetBoolean, FilterFacetBooleanItem, FilterFacetRange, FilterFacets, FilterSlider, } from './organisms/Filter';
127
+ export type { FilterFacetBooleanItemProps, FilterFacetRangeProps, FilterFacetsProps, FilterProps, FilterSliderProps, } from './organisms/Filter';
128
+ export { default as Hero, HeroHeader, HeroImage } from './organisms/Hero';
129
+ export type { HeroHeaderProps, HeroImageProps, HeroProps, } from './organisms/Hero';
130
+ export { default as ImageGallery, ImageGallerySelector, ImageGalleryViewer, } from './organisms/ImageGallery';
131
+ export type { ImageElementData, ImageGalleryProps, ImageGallerySelectorProps, ImageGalleryViewerProps, } from './organisms/ImageGallery';
132
+ export { default as Navbar, NavbarButtons, NavbarHeader, NavbarRow, } from './organisms/Navbar';
133
+ export type { NavbarButtonsProps, NavbarHeaderProps, NavbarProps, NavbarRowProps, } from './organisms/Navbar';
134
+ export { default as NavbarSlider, NavbarSliderContent, NavbarSliderFooter, NavbarSliderHeader, } from './organisms/NavbarSlider';
135
+ export type { NavbarSliderContentProps, NavbarSliderFooterProps, NavbarSliderHeaderProps, NavbarSliderProps, } from './organisms/NavbarSlider';
136
+ export { default as Newsletter, NewsletterAddendum, NewsletterContent, NewsletterForm, NewsletterHeader, } from './organisms/Newsletter';
137
+ export type { NewsletterAddendumProps, NewsletterContentProps, NewsletterFormProps, NewsletterHeaderProps, NewsletterProps, } from './organisms/Newsletter';
138
+ export { default as OutOfStock } from './organisms/OutOfStock';
139
+ export type { OutOfStockProps } from './organisms/OutOfStock';
140
+ export { default as PaymentMethods } from './organisms/PaymentMethods';
141
+ export type { PaymentMethodsProps } from './organisms/PaymentMethods';
142
+ export { default as PriceRange } from './organisms/PriceRange';
143
+ export type { PriceRangeProps } from './organisms/PriceRange';
144
+ export { default as ProductComparison, ProductComparisonSidebar, ProductComparisonToolbar, ProductComparisonTrigger, } from './organisms/ProductComparison';
145
+ export type { IProductComparison, ProductComparisonProps, ProductComparisonSidebarProps, ProductComparisonToolbarProps, ProductComparisonTriggerProps, } from './organisms/ProductComparison';
146
+ export { default as ProductGrid, ProductGridItem, } from './organisms/ProductGrid';
147
+ export type { ProductGridItemProps, ProductGridProps, } from './organisms/ProductGrid';
148
+ export { default as ProductShelf, ProductShelfItem, ProductShelfItems, } from './organisms/ProductShelf';
149
+ export type { ProductShelfItemProps, ProductShelfItemsProps, ProductShelfProps, } from './organisms/ProductShelf';
150
+ export { default as RegionModal } from './organisms/RegionModal';
151
+ export type { RegionModalProps } from './organisms/RegionModal';
152
+ export { default as SearchInput } from './organisms/SearchInput';
153
+ export type { SearchInputProps } from './organisms/SearchInput';
154
+ export { default as ShippingSimulation } from './organisms/ShippingSimulation';
155
+ export type { ShippingSimulationProps } from './organisms/ShippingSimulation';
156
+ export { default as SlideOver, SlideOverHeader } from './organisms/SlideOver';
157
+ export type { SlideOverHeaderProps, SlideOverProps, } from './organisms/SlideOver';
158
+ export { default as SKUMatrix, SKUMatrixSidebar, SKUMatrixTrigger, } from './organisms/SKUMatrix';
159
+ export type { SKUMatrixProps, SKUMatrixSidebarProps, SKUMatrixTriggerProps, } from './organisms/SKUMatrix';
160
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAA;AAGvB,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAClD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACtD,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,cAAc,CAAA;AAC9C,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAC7C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,cAAc,CAAA;AAC9C,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,cAAc,CAAA;AAC9C,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAC7C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAClD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AACnD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACtD,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAClD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACtD,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAClD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACtD,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAGrD,OAAO,EACL,OAAO,IAAI,SAAS,EACpB,eAAe,EACf,aAAa,EACb,cAAc,GACf,MAAM,uBAAuB,CAAA;AAC9B,YAAY,EACV,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,cAAc,GACf,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,mBAAmB,CAAA;AACpD,YAAY,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AACnE,YAAY,EACV,eAAe,EACf,mBAAmB,GACpB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAE5D,OAAO,EACL,OAAO,IAAI,QAAQ,EACnB,eAAe,EACf,YAAY,GACb,MAAM,sBAAsB,CAAA;AAC7B,YAAY,EACV,oBAAoB,EACpB,iBAAiB,EACjB,aAAa,GACd,MAAM,sBAAsB,CAAA;AAE7B,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAClD,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAEjD,OAAO,EACL,OAAO,IAAI,QAAQ,EACnB,aAAa,EACb,eAAe,GAChB,MAAM,sBAAsB,CAAA;AAC7B,YAAY,EACV,kBAAkB,EAClB,aAAa,EACb,oBAAoB,GACrB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,2BAA2B,CAAA;AACpE,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,2BAA2B,CAAA;AACpE,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EACL,OAAO,IAAI,QAAQ,EACnB,cAAc,EACd,YAAY,EACZ,YAAY,GACb,MAAM,sBAAsB,CAAA;AAC7B,YAAY,EACV,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,GACd,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAC1E,YAAY,EACV,gBAAgB,EAChB,cAAc,EACd,SAAS,GACV,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EACL,OAAO,IAAI,KAAK,EAChB,SAAS,EACT,WAAW,EACX,WAAW,GACZ,MAAM,mBAAmB,CAAA;AAC1B,YAAY,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACrE,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,eAAe,EACf,mBAAmB,GACpB,MAAM,yBAAyB,CAAA;AAChC,YAAY,EACV,wBAAwB,EACxB,oBAAoB,EACpB,gBAAgB,GACjB,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAClE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACxD,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,kBAAkB,EAClB,gBAAgB,GACjB,MAAM,yBAAyB,CAAA;AAChC,YAAY,EACV,uBAAuB,EACvB,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAClE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAClE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAC3E,YAAY,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAC/E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,oBAAoB,CAAA;AACtD,YAAY,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAC5D,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,2BAA2B,CAAA;AACpE,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACxD,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAEvD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACtE,YAAY,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAA;AAE5E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,8BAA8B,CAAA;AAC1E,YAAY,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AACzE,OAAO,EACL,OAAO,IAAI,kBAAkB,EAC7B,sBAAsB,GACvB,MAAM,gCAAgC,CAAA;AACvC,YAAY,EACV,uBAAuB,EACvB,2BAA2B,GAC5B,MAAM,gCAAgC,CAAA;AACvC,OAAO,EACL,OAAO,IAAI,cAAc,EACzB,KAAK,mBAAmB,GACzB,MAAM,4BAA4B,CAAA;AACnC,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,iBAAiB,GAClB,MAAM,2BAA2B,CAAA;AAClC,YAAY,EACV,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,2BAA2B,CAAA;AAClC,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,8BAA8B,CAAA;AAC1E,YAAY,EACV,qBAAqB,EACrB,mBAAmB,GACpB,MAAM,8BAA8B,CAAA;AACrC,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,sBAAsB,EACtB,OAAO,IAAI,cAAc,GAC1B,MAAM,4BAA4B,CAAA;AACnC,YAAY,EACV,6BAA6B,EAC7B,2BAA2B,EAC3B,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAA;AAC3E,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAC/E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,YAAY,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAC1E,OAAO,EACL,KAAK,EACL,SAAS,EACT,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,GACT,MAAM,mBAAmB,CAAA;AAC1B,YAAY,EACV,cAAc,EACd,cAAc,EACd,gBAAgB,EAChB,cAAc,EACd,UAAU,EACV,aAAa,GACd,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,iBAAiB,CAAA;AAChD,YAAY,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,mBAAmB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,oBAAoB,CAAA;AACtD,YAAY,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAG/D,OAAO,EACL,OAAO,IAAI,UAAU,EACrB,iBAAiB,GAClB,MAAM,wBAAwB,CAAA;AAC/B,YAAY,EACV,sBAAsB,EACtB,eAAe,GAChB,MAAM,wBAAwB,CAAA;AAE/B,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,iBAAiB,EACjB,eAAe,GAChB,MAAM,yBAAyB,CAAA;AAChC,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAE/D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EACL,OAAO,IAAI,MAAM,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,YAAY,EACZ,YAAY,GACb,MAAM,oBAAoB,CAAA;AAC3B,YAAY,EACV,2BAA2B,EAC3B,qBAAqB,EACrB,iBAAiB,EACjB,WAAW,EACX,iBAAiB,GAClB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AACzE,YAAY,EACV,eAAe,EACf,cAAc,EACd,SAAS,GACV,MAAM,kBAAkB,CAAA;AAEzB,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,0BAA0B,CAAA;AACjC,YAAY,EACV,gBAAgB,EAChB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,GACxB,MAAM,0BAA0B,CAAA;AAEjC,OAAO,EACL,OAAO,IAAI,MAAM,EACjB,aAAa,EACb,YAAY,EACZ,SAAS,GACV,MAAM,oBAAoB,CAAA;AAC3B,YAAY,EACV,kBAAkB,EAClB,iBAAiB,EACjB,WAAW,EACX,cAAc,GACf,MAAM,oBAAoB,CAAA;AAE3B,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,0BAA0B,CAAA;AACjC,YAAY,EACV,wBAAwB,EACxB,uBAAuB,EACvB,uBAAuB,EACvB,iBAAiB,GAClB,MAAM,0BAA0B,CAAA;AAEjC,OAAO,EACL,OAAO,IAAI,UAAU,EACrB,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,gBAAgB,GACjB,MAAM,wBAAwB,CAAA;AAC/B,YAAY,EACV,uBAAuB,EACvB,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,eAAe,GAChB,MAAM,wBAAwB,CAAA;AAE/B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACtE,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAErE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EACL,OAAO,IAAI,iBAAiB,EAC5B,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,+BAA+B,CAAA;AACtC,YAAY,EACV,kBAAkB,EAClB,sBAAsB,EACtB,6BAA6B,EAC7B,6BAA6B,EAC7B,6BAA6B,GAC9B,MAAM,+BAA+B,CAAA;AAEtC,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,eAAe,GAChB,MAAM,yBAAyB,CAAA;AAChC,YAAY,EACV,oBAAoB,EACpB,gBAAgB,GACjB,MAAM,yBAAyB,CAAA;AAEhC,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,gBAAgB,EAChB,iBAAiB,GAClB,MAAM,0BAA0B,CAAA;AACjC,YAAY,EACV,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,GAClB,MAAM,0BAA0B,CAAA;AAEjC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAE/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAE/D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,gCAAgC,CAAA;AAC9E,YAAY,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAA;AAE7E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAC7E,YAAY,EACV,oBAAoB,EACpB,cAAc,GACf,MAAM,uBAAuB,CAAA;AAE9B,OAAO,EACL,OAAO,IAAI,SAAS,EACpB,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,uBAAuB,CAAA;AAC9B,YAAY,EACV,cAAc,EACd,qBAAqB,EACrB,qBAAqB,GACtB,MAAM,uBAAuB,CAAA"}
@@ -0,0 +1,26 @@
1
+ import { HTMLAttributes, default as React } from 'react';
2
+ interface AccordionContext {
3
+ indices: Set<number>;
4
+ onChange: (index: number) => void;
5
+ numberOfItems: number;
6
+ }
7
+ declare const AccordionContext: React.Context<AccordionContext | undefined>;
8
+ export interface AccordionProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> {
9
+ /**
10
+ * ID to find this component in testing tools (e.g.: cypress,
11
+ * testing-library, and jest).
12
+ */
13
+ testId?: string;
14
+ /**
15
+ * Indices that indicate which accordion items are opened.
16
+ */
17
+ indices: Iterable<number>;
18
+ /**
19
+ * Function that is triggered when an accordion item is opened/closed.
20
+ */
21
+ onChange: (index: number) => void;
22
+ }
23
+ declare const Accordion: React.ForwardRefExoticComponent<AccordionProps & React.RefAttributes<HTMLDivElement>>;
24
+ export declare function useAccordion(): AccordionContext;
25
+ export default Accordion;
26
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/molecules/Accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAgB,MAAM,OAAO,CAAA;AACzD,OAAO,KAKN,MAAM,OAAO,CAAA;AAEd,UAAU,gBAAgB;IACxB,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACpB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,aAAa,EAAE,MAAM,CAAA;CACtB;AAED,QAAA,MAAM,gBAAgB,6CAAyD,CAAA;AAE/E,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IACxD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACzB;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CAClC;AAED,QAAA,MAAM,SAAS,uFAgCb,CAAA;AAEF,wBAAgB,YAAY,qBAU3B;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,19 @@
1
+ import { ReactNode, default as React } from 'react';
2
+ import { ButtonProps } from '../..';
3
+ export interface AccordionButtonProps extends ButtonProps {
4
+ /**
5
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
+ */
7
+ testId?: string;
8
+ /**
9
+ * A React component is rendered as an icon when the accordion is expanded.
10
+ */
11
+ expandedIcon?: ReactNode;
12
+ /**
13
+ * A React component is rendered as an icon when the accordion is collapsed.
14
+ */
15
+ collapsedIcon?: ReactNode;
16
+ }
17
+ declare const AccordionButton: React.ForwardRefExoticComponent<AccordionButtonProps & React.RefAttributes<HTMLButtonElement>>;
18
+ export default AccordionButton;
19
+ //# sourceMappingURL=AccordionButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccordionButton.d.ts","sourceRoot":"","sources":["../../../src/molecules/Accordion/AccordionButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,OAAO,CAAA;AAGxC,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAA;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAA;CAC1B;AAED,QAAA,MAAM,eAAe,gGAwEpB,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -0,0 +1,31 @@
1
+ import { ElementType, HTMLAttributes, ReactElement, default as React } from 'react';
2
+ import { PolymorphicComponentPropsWithRef } from '../../typings';
3
+ interface AccordionItemContext {
4
+ index: number;
5
+ panel: string;
6
+ button: string;
7
+ prefixId: string;
8
+ }
9
+ declare const AccordionItemContext: React.Context<AccordionItemContext | undefined>;
10
+ interface Props extends HTMLAttributes<HTMLDivElement> {
11
+ /**
12
+ * ID to find this component in testing tools (e.g.: cypress,
13
+ * testing-library, and jest).
14
+ */
15
+ testId?: string;
16
+ /**
17
+ * Index of the current accordion item within the accordion.
18
+ */
19
+ index?: number;
20
+ /**
21
+ * Namespace ID prefix for the current Accordion item's panel and button
22
+ * to avoid ID duplication when multiple instances are on the same page.
23
+ */
24
+ prefixId?: string;
25
+ }
26
+ export type AccordionItemProps<C extends ElementType> = PolymorphicComponentPropsWithRef<C, Props>;
27
+ type AccordionItemComponent = <C extends ElementType = 'div'>(props: AccordionItemProps<C>) => ReactElement | null;
28
+ declare const AccordionItem: AccordionItemComponent;
29
+ export declare function useAccordionItem(): AccordionItemContext;
30
+ export default AccordionItem;
31
+ //# sourceMappingURL=AccordionItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccordionItem.d.ts","sourceRoot":"","sources":["../../../src/molecules/Accordion/AccordionItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AACtE,OAAO,KAAgD,MAAM,OAAO,CAAA;AACpE,OAAO,KAAK,EACV,gCAAgC,EAEjC,MAAM,eAAe,CAAA;AAEtB,UAAU,oBAAoB;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,QAAA,MAAM,oBAAoB,iDAEzB,CAAA;AAED,UAAU,KAAM,SAAQ,cAAc,CAAC,cAAc,CAAC;IACpD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,WAAW,IAClD,gCAAgC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAA;AAE5C,KAAK,sBAAsB,GAAG,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,EAC1D,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,KACzB,YAAY,GAAG,IAAI,CAAA;AAExB,QAAA,MAAM,aAAa,EAgCb,sBAAsB,CAAA;AAE5B,wBAAgB,gBAAgB,yBAU/B;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { HTMLAttributes, default as React } from 'react';
2
+ export interface AccordionPanelProps extends Omit<HTMLAttributes<HTMLDivElement>, 'role'> {
3
+ /**
4
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
5
+ */
6
+ testId?: string;
7
+ }
8
+ declare const AccordionPanel: React.ForwardRefExoticComponent<AccordionPanelProps & React.RefAttributes<HTMLDivElement>>;
9
+ export default AccordionPanel;
10
+ //# sourceMappingURL=AccordionPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccordionPanel.d.ts","sourceRoot":"","sources":["../../../src/molecules/Accordion/AccordionPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAC3C,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,cAAc,4FAuBnB,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,9 @@
1
+ export { default } from './Accordion';
2
+ export type { AccordionProps } from './Accordion';
3
+ export { default as AccordionItem } from './AccordionItem';
4
+ export type { AccordionItemProps } from './AccordionItem';
5
+ export { default as AccordionButton } from './AccordionButton';
6
+ export type { AccordionButtonProps } from './AccordionButton';
7
+ export { default as AccordionPanel } from './AccordionPanel';
8
+ export type { AccordionPanelProps } from './AccordionPanel';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/Accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC1D,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEzD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC9D,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAC5D,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAA"}
@@ -0,0 +1,28 @@
1
+ import { HTMLAttributes, default as React, MouseEvent, ReactNode } from 'react';
2
+ import { LinkProps } from '../../';
3
+ export interface AlertProps extends Omit<HTMLAttributes<HTMLDivElement>, 'role'> {
4
+ /**
5
+ * ID to find this component in testing tools (e.g.: cypress,
6
+ * testing-library, and jest).
7
+ */
8
+ testId?: string;
9
+ /**
10
+ * Icon component for additional customization.
11
+ */
12
+ icon?: ReactNode;
13
+ /**
14
+ * Enables dismissible feature.
15
+ */
16
+ dismissible?: boolean;
17
+ /**
18
+ * Extends all Link Props.
19
+ */
20
+ link?: LinkProps;
21
+ /**
22
+ * Function called when dismiss button is clicked.
23
+ */
24
+ onClose?: (event: MouseEvent<HTMLElement>) => void;
25
+ }
26
+ declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
27
+ export default Alert;
28
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/molecules/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAC3C,OAAO,KAAkC,MAAM,OAAO,CAAA;AAEtD,OAAO,EAA0B,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAA;AAE/D,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAElD,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACpD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAA;CACnD;AAED,QAAA,MAAM,KAAK,mFAiDT,CAAA;AAEF,eAAe,KAAK,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default } from './Alert';
2
+ export type { AlertProps } from './Alert';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/Alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AACjC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ import { BreadcrumbBaseProps } from './BreadcrumbBase';
3
+ export interface BreadcrumbProps extends Omit<BreadcrumbBaseProps, 'isDesktop'> {
4
+ }
5
+ declare const Breadcrumb: ({ breadcrumbList, ...otherProps }: BreadcrumbProps) => React.JSX.Element;
6
+ export default Breadcrumb;
7
+ //# sourceMappingURL=Breadcrumb.d.ts.map