@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,7 @@
1
+ import { SkuOption } from './SkuSelector';
2
+ export declare const useSkuSlug: (activeVariations: Record<string, string>, slugsMap: Record<string, string>, skuPropertyName: string, getItemHrefProp?: (option: SkuOption) => string) => {
3
+ getItemHref: (option: SkuOption) => string | {
4
+ getItemHrefProp: (option: SkuOption) => string;
5
+ };
6
+ };
7
+ //# sourceMappingURL=useSkuSlug.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSkuSlug.d.ts","sourceRoot":"","sources":["../../../src/molecules/SkuSelector/useSkuSlug.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AA+E9C,eAAO,MAAM,UAAU,GACrB,kBAAkB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EACxC,UAAU,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAChC,iBAAiB,MAAM,EACvB,kBAAkB,CAAC,MAAM,EAAE,SAAS,KAAK,MAAM;0BAGpC,SAAS;kCAHO,SAAS,KAAK,MAAM;;CAmBhD,CAAA"}
@@ -0,0 +1,26 @@
1
+ import { DetailedHTMLProps, PropsWithChildren, ReactEventHandler, TableHTMLAttributes, default as React } from 'react';
2
+ export interface TableProps extends DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement> {
3
+ /**
4
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
5
+ */
6
+ testId?: string;
7
+ /**
8
+ * Defines what style this component should use.
9
+ */
10
+ variant?: 'colored' | 'bordered';
11
+ /**
12
+ * Call a function when the component is resized.
13
+ */
14
+ onResize?: ReactEventHandler<unknown> | undefined;
15
+ /**
16
+ * A version of onResize that fires in the capture phase.
17
+ */
18
+ onResizeCapture?: ReactEventHandler<unknown> | undefined;
19
+ /**
20
+ * A randomly generated string that is only used once.
21
+ */
22
+ nonce?: string | undefined;
23
+ }
24
+ declare const Table: React.ForwardRefExoticComponent<Omit<PropsWithChildren<TableProps>, "ref"> & React.RefAttributes<HTMLTableElement>>;
25
+ export default Table;
26
+ //# sourceMappingURL=Table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/molecules/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,OAAO,CAAA;AACd,OAAO,KAAqB,MAAM,OAAO,CAAA;AAEzC,MAAM,WAAW,UACf,SAAQ,iBAAiB,CACvB,mBAAmB,CAAC,gBAAgB,CAAC,EACrC,gBAAgB,CACjB;IACD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;IAChC;;OAEG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,GAAG,SAAS,CAAA;IACjD;;OAEG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,GAAG,SAAS,CAAA;IACxD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B;AAED,QAAA,MAAM,KAAK,qHAmBV,CAAA;AAED,eAAe,KAAK,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { default as React, HTMLAttributes } from 'react';
2
+ export interface TableBodyProps extends HTMLAttributes<HTMLTableSectionElement> {
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 TableBody: React.ForwardRefExoticComponent<TableBodyProps & {
9
+ children?: React.ReactNode | undefined;
10
+ } & React.RefAttributes<HTMLTableSectionElement>>;
11
+ export default TableBody;
12
+ //# sourceMappingURL=TableBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBody.d.ts","sourceRoot":"","sources":["../../../src/molecules/Table/TableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAqB,MAAM,OAAO,CAAA;AAE9D,MAAM,WAAW,cACf,SAAQ,cAAc,CAAC,uBAAuB,CAAC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,SAAS;;iDAYb,CAAA;AAEF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,26 @@
1
+ import { default as React, HTMLAttributes } from 'react';
2
+ type TableCellVariant = 'data' | 'header';
3
+ export interface TableCellProps extends HTMLAttributes<HTMLTableCellElement> {
4
+ /**
5
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
+ */
7
+ testId?: string;
8
+ /**
9
+ * Specify if this component should be rendered as a header (`<th>`) or as a data cell (`<td>`).
10
+ */
11
+ variant?: TableCellVariant;
12
+ /**
13
+ * Defines the cells that the header element (`<th>`) relates to.
14
+ * @see scope https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-scope
15
+ */
16
+ scope?: 'col' | 'row' | 'rowgroup' | 'colgroup';
17
+ /**
18
+ * Defines how this component should be aligned.
19
+ */
20
+ align?: 'left' | 'center' | 'right';
21
+ }
22
+ declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & {
23
+ children?: React.ReactNode | undefined;
24
+ } & React.RefAttributes<HTMLTableCellElement>>;
25
+ export default TableCell;
26
+ //# sourceMappingURL=TableCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../src/molecules/Table/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAqB,MAAM,OAAO,CAAA;AAE9D,KAAK,gBAAgB,GAAG,MAAM,GAAG,QAAQ,CAAA;AAEzC,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IAC1E;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,UAAU,GAAG,UAAU,CAAA;IAC/C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;CACpC;AAED,QAAA,MAAM,SAAS;;8CA4Bb,CAAA;AAEF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { default as React, HTMLAttributes } from 'react';
2
+ export interface TableFooterProps extends HTMLAttributes<HTMLTableSectionElement> {
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 TableFooter: React.ForwardRefExoticComponent<TableFooterProps & {
9
+ children?: React.ReactNode | undefined;
10
+ } & React.RefAttributes<HTMLTableSectionElement>>;
11
+ export default TableFooter;
12
+ //# sourceMappingURL=TableFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableFooter.d.ts","sourceRoot":"","sources":["../../../src/molecules/Table/TableFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAqB,MAAM,OAAO,CAAA;AAE9D,MAAM,WAAW,gBACf,SAAQ,cAAc,CAAC,uBAAuB,CAAC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,WAAW;;iDAYf,CAAA;AAEF,eAAe,WAAW,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { default as React, HTMLAttributes } from 'react';
2
+ export interface TableHeadProps extends HTMLAttributes<HTMLTableSectionElement> {
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 TableHead: React.ForwardRefExoticComponent<TableHeadProps & {
9
+ children?: React.ReactNode | undefined;
10
+ } & React.RefAttributes<HTMLTableSectionElement>>;
11
+ export default TableHead;
12
+ //# sourceMappingURL=TableHead.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHead.d.ts","sourceRoot":"","sources":["../../../src/molecules/Table/TableHead.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAqB,MAAM,OAAO,CAAA;AAE9D,MAAM,WAAW,cACf,SAAQ,cAAc,CAAC,uBAAuB,CAAC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,SAAS;;iDAYb,CAAA;AAEF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { default as React, HTMLAttributes } from 'react';
2
+ export interface TableRowProps extends HTMLAttributes<HTMLTableRowElement> {
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 TableRow: React.ForwardRefExoticComponent<TableRowProps & {
9
+ children?: React.ReactNode | undefined;
10
+ } & React.RefAttributes<HTMLTableRowElement>>;
11
+ export default TableRow;
12
+ //# sourceMappingURL=TableRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../src/molecules/Table/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAqB,MAAM,OAAO,CAAA;AAE9D,MAAM,WAAW,aAAc,SAAQ,cAAc,CAAC,mBAAmB,CAAC;IACxE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,QAAQ;;6CASZ,CAAA;AAEF,eAAe,QAAQ,CAAA"}
@@ -0,0 +1,13 @@
1
+ export { default as Table } from './Table';
2
+ export type { TableProps } from './Table';
3
+ export { default as TableRow } from './TableRow';
4
+ export type { TableRowProps } from './TableRow';
5
+ export { default as TableCell } from './TableCell';
6
+ export type { TableCellProps } from './TableCell';
7
+ export { default as TableBody } from './TableBody';
8
+ export type { TableBodyProps } from './TableBody';
9
+ export { default as TableHead } from './TableHead';
10
+ export type { TableHeadProps } from './TableHead';
11
+ export { default as TableFooter } from './TableFooter';
12
+ export type { TableFooterProps } from './TableFooter';
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAA;AAC1C,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEzC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AAChD,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAE/C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA"}
@@ -0,0 +1,27 @@
1
+ import { ReactNode, default as React } from 'react';
2
+ import { BadgeProps } from '../..';
3
+ export interface TagProps extends BadgeProps {
4
+ /**
5
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
+ */
7
+ testId?: string;
8
+ /**
9
+ * The text displayed inside the tag.
10
+ */
11
+ label: string;
12
+ /**
13
+ * A React component that will be rendered as an icon.
14
+ */
15
+ icon?: ReactNode;
16
+ /**
17
+ * For accessibility purposes, provide an ARIA label to the Icon button
18
+ */
19
+ iconButtonLabel?: string;
20
+ /**
21
+ * Function called when Icon button is clicked.
22
+ */
23
+ onClose: () => void;
24
+ }
25
+ declare const Tag: React.ForwardRefExoticComponent<TagProps & React.RefAttributes<HTMLDivElement>>;
26
+ export default Tag;
27
+ //# sourceMappingURL=Tag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/molecules/Tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAAS,KAAK,UAAU,EAAQ,MAAM,OAAO,CAAA;AAEpD,MAAM,WAAW,QAAS,SAAQ,UAAU;IAC1C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB;AAED,QAAA,MAAM,GAAG,iFAsBP,CAAA;AAEF,eAAe,GAAG,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default } from './Tag';
2
+ export type { TagProps } from './Tag';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/Tag/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAC/B,YAAY,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA"}
@@ -0,0 +1,32 @@
1
+ import { MutableRefObject, default as React } from 'react';
2
+ import { TextareaProps } from '../..';
3
+ type DefaultProps = {
4
+ /**
5
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
+ */
7
+ testId?: string;
8
+ /**
9
+ * ID to identify textarea and corresponding label.
10
+ */
11
+ id: string;
12
+ /**
13
+ * The text displayed to identify textarea.
14
+ */
15
+ label: string;
16
+ /**
17
+ * The error message is displayed when an error occurs.
18
+ */
19
+ error?: string;
20
+ /**
21
+ * Component's ref.
22
+ */
23
+ textareaRef?: MutableRefObject<HTMLTextAreaElement | null>;
24
+ /**
25
+ * Specifies that the whole textarea component should be disabled.
26
+ */
27
+ disabled?: boolean;
28
+ };
29
+ export type TextareaFieldProps = DefaultProps & Omit<TextareaProps, 'disabled' | 'onSubmit'>;
30
+ declare const TextareaField: ({ id, label, error, placeholder, textareaRef, disabled, value, testId, ...otherProps }: TextareaFieldProps) => React.JSX.Element;
31
+ export default TextareaField;
32
+ //# sourceMappingURL=TextareaField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextareaField.d.ts","sourceRoot":"","sources":["../../../src/molecules/TextareaField/TextareaField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAA;AAC7C,OAAO,KAA4B,MAAM,OAAO,CAAA;AAEhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAG1C,KAAK,YAAY,GAAG;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IACV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAA;IAC1D;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAC3C,IAAI,CAAC,aAAa,EAAE,UAAU,GAAG,UAAU,CAAC,CAAA;AAE9C,QAAA,MAAM,aAAa,GAAI,wFAUpB,kBAAkB,sBAqDpB,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default } from './TextareaField';
2
+ export type { TextareaFieldProps } from './TextareaField';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/TextareaField/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AACzC,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ declare function Toast(): React.JSX.Element | null;
3
+ export default Toast;
4
+ //# sourceMappingURL=Toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/molecules/Toast/Toast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAA;AAI1D,iBAAS,KAAK,6BA2Cb;AAED,eAAe,KAAK,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { default } from './Toast';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/Toast/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,22 @@
1
+ import { InputHTMLAttributes, default as React } from 'react';
2
+ export interface ToggleProps extends InputHTMLAttributes<Omit<HTMLInputElement, 'disabled' | 'type'>> {
3
+ /**
4
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
5
+ */
6
+ testId?: string;
7
+ /**
8
+ * ID to identify input and corresponding label.
9
+ */
10
+ id: string;
11
+ /**
12
+ * Specifies that this input should be disabled.
13
+ */
14
+ disabled?: boolean;
15
+ /**
16
+ * Controls the component's direction.
17
+ */
18
+ variant?: 'horizontal' | 'vertical';
19
+ }
20
+ declare const Toggle: React.ForwardRefExoticComponent<ToggleProps & React.RefAttributes<HTMLInputElement>>;
21
+ export default Toggle;
22
+ //# sourceMappingURL=Toggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toggle.d.ts","sourceRoot":"","sources":["../../../src/molecules/Toggle/Toggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAChD,OAAO,KAAqB,MAAM,OAAO,CAAA;AAGzC,MAAM,WAAW,WACf,SAAQ,mBAAmB,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,GAAG,MAAM,CAAC,CAAC;IACxE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IACV;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CACpC;AAED,QAAA,MAAM,MAAM,sFAyBV,CAAA;AAEF,eAAe,MAAM,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default } from './Toggle';
2
+ export type { ToggleProps } from './Toggle';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/Toggle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,31 @@
1
+ import { default as React } from 'react';
2
+ import { ToggleProps } from './../../';
3
+ export interface ToggleFieldProps extends ToggleProps {
4
+ /**
5
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
6
+ */
7
+ testId?: string;
8
+ /**
9
+ * ID to identify input and corresponding label.
10
+ */
11
+ id: string;
12
+ /**
13
+ * The text displayed to identify the input.
14
+ */
15
+ label: string;
16
+ /**
17
+ * Controls whether the label will be displayed or not.
18
+ */
19
+ displayLabel?: boolean;
20
+ /**
21
+ * Specifies that this input should be disabled.
22
+ */
23
+ disabled?: boolean;
24
+ /**
25
+ * Controls the component's direction.
26
+ */
27
+ variant?: 'horizontal' | 'vertical';
28
+ }
29
+ declare const ToggleField: React.ForwardRefExoticComponent<ToggleFieldProps & React.RefAttributes<HTMLDivElement>>;
30
+ export default ToggleField;
31
+ //# sourceMappingURL=ToggleField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleField.d.ts","sourceRoot":"","sources":["../../../src/molecules/ToggleField/ToggleField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAAyB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAA;AAElE,MAAM,WAAW,gBAAiB,SAAQ,WAAW;IACnD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IACV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CACpC;AAED,QAAA,MAAM,WAAW,yFA0BhB,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default } from './ToggleField';
2
+ export type { ToggleFieldProps } from './ToggleField';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/ToggleField/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AACvC,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA"}
@@ -0,0 +1,50 @@
1
+ import { default as React, ReactNode, HTMLAttributes } from 'react';
2
+ /**
3
+ * Specifies tooltip position.
4
+ */
5
+ export type Side = 'top' | 'right' | 'bottom' | 'left';
6
+ /**
7
+ * Specifies tooltip alignment.
8
+ */
9
+ export type Alignment = 'start' | 'center' | 'end';
10
+ /**
11
+ * Combines side + alignment (e.g., "top-start").
12
+ */
13
+ export type Placement = `${Side}-${Alignment}`;
14
+ export interface TooltipProps extends Omit<HTMLAttributes<HTMLDivElement>, 'content'> {
15
+ /**
16
+ * Text/content of the tooltip.
17
+ */
18
+ content: ReactNode;
19
+ /**
20
+ * Defines the side or side-alignment (e.g., "top-center", "right-end") of the tooltip.
21
+ */
22
+ placement?: Placement;
23
+ /**
24
+ * If the tooltip can be closed by a button.
25
+ */
26
+ dismissible?: boolean;
27
+ /**
28
+ * Called when the dismiss button is clicked.
29
+ */
30
+ onDismiss?: (ev: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement>) => void;
31
+ /**
32
+ * Element that activates the tooltip on hover/focus.
33
+ */
34
+ children: ReactNode;
35
+ /**
36
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
37
+ */
38
+ testId?: string;
39
+ /**
40
+ * Maximum width of the tooltip.
41
+ */
42
+ maxWidth?: number;
43
+ /**
44
+ * ID for the tooltip content to be used with aria-describedby.
45
+ */
46
+ describedById?: string;
47
+ }
48
+ declare const Tooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>;
49
+ export default Tooltip;
50
+ //# sourceMappingURL=Tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/molecules/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,KAAK,SAAS,EAGd,KAAK,cAAc,EAGpB,MAAM,OAAO,CAAA;AAId;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;AAEtD;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;AAElD;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,GAAG,IAAI,IAAI,SAAS,EAAE,CAAA;AAE9C,MAAM,WAAW,YACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,SAAS,CAAC;IACvD;;OAEG;IACH,OAAO,EAAE,SAAS,CAAA;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,CACV,EAAE,EACE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,GACnC,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KACpC,IAAI,CAAA;IACT;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAA;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;AAED,QAAA,MAAM,OAAO,qFA8FX,CAAA;AAEF,eAAe,OAAO,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default } from './Tooltip';
2
+ export { TooltipProps } from './Tooltip';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecules/Tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA"}
@@ -0,0 +1,27 @@
1
+ import { default as React, HTMLAttributes } from 'react';
2
+ type Variant = 'primary' | 'secondary';
3
+ type ColorVariant = 'main' | 'light' | 'accent';
4
+ interface BannerTextContext {
5
+ variant: Variant;
6
+ colorVariant: ColorVariant;
7
+ }
8
+ declare const BannerTextContext: React.Context<BannerTextContext | undefined>;
9
+ export interface BannerTextProps extends HTMLAttributes<HTMLDivElement> {
10
+ /**
11
+ * Specifies the component direction variant.
12
+ */
13
+ variant?: Variant;
14
+ /**
15
+ * Specifies the component's color variant combination.
16
+ */
17
+ colorVariant?: ColorVariant;
18
+ /**
19
+ * ID to find this component in testing tools (e.g.: cypress,
20
+ * testing-library, and jest).
21
+ */
22
+ testId?: string;
23
+ }
24
+ declare const BannerText: React.ForwardRefExoticComponent<BannerTextProps & React.RefAttributes<HTMLDivElement>>;
25
+ export declare function useBannerText(): BannerTextContext;
26
+ export default BannerText;
27
+ //# sourceMappingURL=BannerText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerText.d.ts","sourceRoot":"","sources":["../../../src/organisms/BannerText/BannerText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAA;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,KAAK,OAAO,GAAG,SAAS,GAAG,WAAW,CAAA;AACtC,KAAK,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;AAE/C,UAAU,iBAAiB;IACzB,OAAO,EAAE,OAAO,CAAA;IAChB,YAAY,EAAE,YAAY,CAAA;CAC3B;AAED,QAAA,MAAM,iBAAiB,8CAEtB,CAAA;AAED,MAAM,WAAW,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACrE;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,UAAU,wFA6Bf,CAAA;AAED,wBAAgB,aAAa,sBAU5B;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,30 @@
1
+ import { HTMLAttributes, default as React } from 'react';
2
+ export interface BannerTextContentProps extends HTMLAttributes<HTMLDivElement> {
3
+ /**
4
+ * The content for the h2 tag.
5
+ */
6
+ title: string;
7
+ /**
8
+ * The content for the p tag below the h2.
9
+ */
10
+ caption: string;
11
+ /**
12
+ * The href used at the link.
13
+ */
14
+ link: string;
15
+ /**
16
+ * The label used at the link.
17
+ */
18
+ linkText: string;
19
+ /**
20
+ * Specify if the link opens in a new tab.
21
+ */
22
+ linkTargetBlank?: boolean;
23
+ /**
24
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
25
+ */
26
+ testId?: string;
27
+ }
28
+ declare const BannerTextContent: React.ForwardRefExoticComponent<BannerTextContentProps & React.RefAttributes<HTMLDivElement>>;
29
+ export default BannerTextContent;
30
+ //# sourceMappingURL=BannerTextContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerTextContent.d.ts","sourceRoot":"","sources":["../../../src/organisms/BannerText/BannerTextContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAC3C,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,MAAM,WAAW,sBAAuB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC5E;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,QAAA,MAAM,iBAAiB,+FA0CtB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export { default } from './BannerText';
2
+ export type { BannerTextProps } from './BannerText';
3
+ export { default as BannerTextContent } from './BannerTextContent';
4
+ export type { BannerTextContentProps } from './BannerTextContent';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organisms/BannerText/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,45 @@
1
+ import { HTMLAttributes, PropsWithChildren, ReactNode, default as React } from 'react';
2
+ import { OverlayProps } from '../../';
3
+ import { SlideOverDirection, SlideOverWidthSize } from '../SlideOver';
4
+ export interface CartSidebarProps extends HTMLAttributes<HTMLDivElement> {
5
+ /**
6
+ * ID to find this component in testing tools (e.g.: cypress,
7
+ * testing-library, and jest).
8
+ */
9
+ testId?: string;
10
+ /**
11
+ * Title for the CartSidebar component.
12
+ */
13
+ title?: string;
14
+ /**
15
+ * Represents the side that the CartSidebar comes from.
16
+ */
17
+ direction?: SlideOverDirection;
18
+ /**
19
+ * Represents the size of the CartSidebar.
20
+ */
21
+ size?: SlideOverWidthSize;
22
+ /**
23
+ * Total of item in the Cart.
24
+ */
25
+ totalItems: number;
26
+ /**
27
+ * A React component that will be rendered as an icon on the Alert component.
28
+ */
29
+ alertIcon?: ReactNode;
30
+ /**
31
+ * The content for Alert component.
32
+ */
33
+ alertText?: string;
34
+ /**
35
+ * Props forwarded to the `Overlay` component.
36
+ */
37
+ overlayProps?: OverlayProps;
38
+ /**
39
+ * Function called when Close Button is clicked.
40
+ */
41
+ onClose: () => void;
42
+ }
43
+ declare function CartSidebar({ testId, title, size, direction, totalItems, children, alertIcon, alertText, overlayProps, onClose, ...otherProps }: PropsWithChildren<CartSidebarProps>): React.JSX.Element;
44
+ export default CartSidebar;
45
+ //# sourceMappingURL=CartSidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CartSidebar.d.ts","sourceRoot":"","sources":["../../../src/organisms/CartSidebar/CartSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACzE,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAGL,KAAK,YAAY,EAKlB,MAAM,QAAQ,CAAA;AAEf,OAAO,KAAK,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AAE1E,MAAM,WAAW,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACtE;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,kBAAkB,CAAA;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAA;IACzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB;AAED,iBAAS,WAAW,CAAC,EACnB,MAA0B,EAC1B,KAAmB,EACnB,IAAgB,EAChB,SAAuB,EACvB,UAAU,EACV,QAAQ,EACR,SAAS,EACT,SAAS,EACT,YAAY,EACZ,OAAO,EACP,GAAG,UAAU,EACd,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,qBAkCrC;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ declare function CartSidebarFooter({ children }: {
3
+ children: ReactNode;
4
+ }): React.JSX.Element;
5
+ export default CartSidebarFooter;
6
+ //# sourceMappingURL=CartSidebarFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CartSidebarFooter.d.ts","sourceRoot":"","sources":["../../../src/organisms/CartSidebar/CartSidebarFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAE7C,iBAAS,iBAAiB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,qBAE/D;AAED,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ declare function CartSidebarList({ children }: {
3
+ children: ReactNode;
4
+ }): React.JSX.Element;
5
+ export default CartSidebarList;
6
+ //# sourceMappingURL=CartSidebarList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CartSidebarList.d.ts","sourceRoot":"","sources":["../../../src/organisms/CartSidebar/CartSidebarList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAI7C,iBAAS,eAAe,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,qBAE7D;AAED,eAAe,eAAe,CAAA"}
@@ -0,0 +1,5 @@
1
+ export { default } from './CartSidebar';
2
+ export type { CartSidebarProps } from './CartSidebar';
3
+ export { default as CartSidebarList } from './CartSidebarList';
4
+ export { default as CartSidebarFooter } from './CartSidebarFooter';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organisms/CartSidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AACvC,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,28 @@
1
+ import { default as React, PropsWithChildren, ReactNode } from 'react';
2
+ type Variant = 'default' | 'rounded';
3
+ type BackgroundColor = 'default' | 'light';
4
+ export interface EmptyStateProps {
5
+ /**
6
+ * ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
7
+ */
8
+ testId?: string;
9
+ /**
10
+ * The EmptyState component's title.
11
+ */
12
+ title?: string;
13
+ /**
14
+ * A React component that will be rendered as an icon on the Title.
15
+ */
16
+ titleIcon?: ReactNode;
17
+ /**
18
+ * Specifies the component border variant.
19
+ */
20
+ variant?: Variant;
21
+ /**
22
+ * Specifies the component background color.
23
+ */
24
+ bkgColor?: BackgroundColor;
25
+ }
26
+ declare function EmptyState({ testId, title, titleIcon, variant, bkgColor, children, ...otherProps }: PropsWithChildren<EmptyStateProps>): React.JSX.Element;
27
+ export default EmptyState;
28
+ //# sourceMappingURL=EmptyState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.d.ts","sourceRoot":"","sources":["../../../src/organisms/EmptyState/EmptyState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEzD,KAAK,OAAO,GAAG,SAAS,GAAG,SAAS,CAAA;AACpC,KAAK,eAAe,GAAG,SAAS,GAAG,OAAO,CAAA;AAE1C,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAA;CAC3B;AAED,iBAAS,UAAU,CAAC,EAClB,MAAyB,EACzB,KAAK,EACL,SAAS,EACT,OAAmB,EACnB,QAAoB,EACpB,QAAQ,EACR,GAAG,UAAU,EACd,EAAE,iBAAiB,CAAC,eAAe,CAAC,qBAmBpC;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { default } from './EmptyState';
2
+ export type { EmptyStateProps } from './EmptyState';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organisms/EmptyState/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA"}