@trafilea/afrodita-components 3.0.8-beta.0 → 4.0.1-beta.2

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 (385) hide show
  1. package/build/dts/components/Demo.stories.d.ts +7 -0
  2. package/build/dts/components/Icon-wrapper/IconWrapper.d.ts +12 -0
  3. package/build/dts/components/Icon-wrapper/IconWrapper.test.d.ts +1 -0
  4. package/build/dts/components/accordion/Accordion.d.ts +13 -0
  5. package/build/dts/components/accordion/Accordion.stories.d.ts +9 -0
  6. package/build/dts/components/accordion/Accordion.test.d.ts +1 -0
  7. package/build/dts/components/accordion/styles.d.ts +16 -0
  8. package/build/dts/components/bundle/index.d.ts +5 -0
  9. package/build/dts/components/bundle/minimalistic/Minimalistic.d.ts +15 -0
  10. package/build/dts/components/bundle/minimalistic/Minimalistic.stories.d.ts +9 -0
  11. package/build/dts/components/bundle/minimalistic/Minimalistic.test.d.ts +1 -0
  12. package/build/dts/components/bundle/simple/Simple.d.ts +10 -0
  13. package/build/dts/components/bundle/simple/Simple.stories.d.ts +9 -0
  14. package/build/dts/components/bundle/simple/Simple.test.d.ts +1 -0
  15. package/build/dts/components/cartProductItem/CloseIcon/Close.test.d.ts +1 -0
  16. package/build/dts/components/cartProductItem/CloseIcon/CloseButton.d.ts +5 -0
  17. package/build/dts/components/cartProductItem/CloseIcon/CloseButton.stories.d.ts +9 -0
  18. package/build/dts/components/cartProductItem/Description/Description.d.ts +5 -0
  19. package/build/dts/components/cartProductItem/Description/Description.stories.d.ts +9 -0
  20. package/build/dts/components/cartProductItem/Description/Description.test.d.ts +1 -0
  21. package/build/dts/components/cartProductItem/Promo/Promo.d.ts +5 -0
  22. package/build/dts/components/cartProductItem/Promo/Promo.stories.d.ts +9 -0
  23. package/build/dts/components/cartProductItem/Promo/Promo.test.d.ts +1 -0
  24. package/build/dts/components/cartProductItem/ThinPrice/ThinPrice.d.ts +5 -0
  25. package/build/dts/components/cartProductItem/ThinPrice/ThinPrice.stories.d.ts +9 -0
  26. package/build/dts/components/cartProductItem/ThinPrice/ThinPrice.test.d.ts +1 -0
  27. package/build/dts/components/cartProductItem/Title/Title.d.ts +5 -0
  28. package/build/dts/components/cartProductItem/Title/Title.stories.d.ts +9 -0
  29. package/build/dts/components/cartProductItem/Title/Title.test.d.ts +1 -0
  30. package/build/dts/components/cartProductItem/index.d.ts +8 -0
  31. package/build/dts/components/checkbox/Checkbox.d.ts +21 -0
  32. package/build/dts/components/checkbox/Checkbox.stories.d.ts +24 -0
  33. package/build/dts/components/checkbox/Checkbox.test.d.ts +1 -0
  34. package/build/dts/components/checkbox/styles.d.ts +9 -0
  35. package/build/dts/components/collection/grid/WithProductGrid.d.ts +11 -0
  36. package/build/dts/components/collection/grid/WithProductGrid.stories.d.ts +9 -0
  37. package/build/dts/components/collection/grid/WithProductGrid.test.d.ts +1 -0
  38. package/build/dts/components/collection/index.d.ts +5 -0
  39. package/build/dts/components/collection/product/mobile/ProductItemMobile.d.ts +7 -0
  40. package/build/dts/components/collection/product/mobile/ProductItemMobile.stories.d.ts +24 -0
  41. package/build/dts/components/collection/product/mobile/ProductItemMobile.test.d.ts +1 -0
  42. package/build/dts/components/collection/product/types.d.ts +14 -0
  43. package/build/dts/components/color/ColorRadioGroup.d.ts +24 -0
  44. package/build/dts/components/color/MultiColorPicker.d.ts +10 -0
  45. package/build/dts/components/color/MultiColorPicker.stories.d.ts +9 -0
  46. package/build/dts/components/color/MultiColorPicker.test.d.ts +1 -0
  47. package/build/dts/components/color/SingleColorPicker.d.ts +10 -0
  48. package/build/dts/components/color/SingleColorPicker.stories.d.ts +9 -0
  49. package/build/dts/components/color/SingleColorPicker.test.d.ts +1 -0
  50. package/build/dts/components/color/selector/ColorSelector.d.ts +15 -0
  51. package/build/dts/components/color/selector/ColorSelector.stories.d.ts +14 -0
  52. package/build/dts/components/color/selector/ColorSelector.test.d.ts +1 -0
  53. package/build/dts/components/color/selector/OneColorSelector.d.ts +8 -0
  54. package/build/dts/components/color/selector/OutOfStock.d.ts +6 -0
  55. package/build/dts/components/color/selector/PatternSelector.d.ts +8 -0
  56. package/build/dts/components/color/selector/PatternSelector.test.d.ts +1 -0
  57. package/build/dts/components/color/selector/ThreeColorSelector.d.ts +10 -0
  58. package/build/dts/components/color/selector/TwoColorSelector.d.ts +9 -0
  59. package/build/dts/components/cross-sell/Checkbox/CrossSellCheckbox.d.ts +13 -0
  60. package/build/dts/components/cross-sell/Checkbox/CrossSellCheckbox.stories.d.ts +9 -0
  61. package/build/dts/components/cross-sell/Checkbox/CrossSellCheckbox.test.d.ts +1 -0
  62. package/build/dts/components/cross-sell/index.d.ts +1 -0
  63. package/build/dts/components/cta/BaseCTA.d.ts +13 -0
  64. package/build/dts/components/cta/BaseCTA.test.d.ts +1 -0
  65. package/build/dts/components/cta/index.d.ts +3 -0
  66. package/build/dts/components/cta/primary/ButtonPrimary.d.ts +3 -0
  67. package/build/dts/components/cta/primary/ButtonPrimary.stories.d.ts +37 -0
  68. package/build/dts/components/cta/primary/ButtonPrimary.test.d.ts +1 -0
  69. package/build/dts/components/cta/secondary/ButtonSecondary.d.ts +3 -0
  70. package/build/dts/components/cta/secondary/ButtonSecondary.stories.d.ts +37 -0
  71. package/build/dts/components/cta/secondary/ButtonSecondary.test.d.ts +1 -0
  72. package/build/dts/components/cta/secondary/ButtonSecondaryOutline.d.ts +3 -0
  73. package/build/dts/components/cta/secondary/ButtonSecondaryOutline.stories.d.ts +37 -0
  74. package/build/dts/components/cta/secondary/ButtonSecondaryOutline.test.d.ts +1 -0
  75. package/build/dts/components/delivery-details/DeliveryDetails.d.ts +26 -0
  76. package/build/dts/components/delivery-details/DeliveryDetails.stories.d.ts +9 -0
  77. package/build/dts/components/delivery-details/DeliveryDetails.test.d.ts +1 -0
  78. package/build/dts/components/delivery-details/Note/Note.d.ts +9 -0
  79. package/build/dts/components/delivery-details/Note/Note.stories.d.ts +9 -0
  80. package/build/dts/components/delivery-details/Note/Note.test.d.ts +1 -0
  81. package/build/dts/components/drawer/Drawer.d.ts +13 -0
  82. package/build/dts/components/drawer/Drawer.stories.d.ts +14 -0
  83. package/build/dts/components/drawer/Drawer.test.d.ts +1 -0
  84. package/build/dts/components/dropdown/base/BaseDropdown.d.ts +17 -0
  85. package/build/dts/components/dropdown/base/BaseDropdownButton.d.ts +12 -0
  86. package/build/dts/components/dropdown/base/BaseDropdownOption.d.ts +11 -0
  87. package/build/dts/components/dropdown/base/BaseDropdownOptions.d.ts +6 -0
  88. package/build/dts/components/dropdown/variants/filtering/Filtering.test.d.ts +1 -0
  89. package/build/dts/components/dropdown/variants/filtering/FilteringDropdown.d.ts +13 -0
  90. package/build/dts/components/dropdown/variants/filtering/FilteringDropdown.stories.d.ts +12 -0
  91. package/build/dts/components/dropdown/variants/simple/SimpleDropdown.d.ts +20 -0
  92. package/build/dts/components/dropdown/variants/simple/SimpleDropdown.stories.d.ts +13 -0
  93. package/build/dts/components/dropdown/variants/simple/SimpleDropdown.test.d.ts +1 -0
  94. package/build/dts/components/dropdown-list-icons/DropdownListIcons.d.ts +6 -0
  95. package/build/dts/components/dropdown-list-icons/DropdownListIcons.stories.d.ts +9 -0
  96. package/build/dts/components/dropdown-list-icons/DropdownListIcons.test.d.ts +1 -0
  97. package/build/dts/components/dropdown-list-icons/Styled.d.ts +34 -0
  98. package/build/dts/components/filtering/Accordion.d.ts +8 -0
  99. package/build/dts/components/filtering/Filters.d.ts +15 -0
  100. package/build/dts/components/filtering/Filters.stories.d.ts +9 -0
  101. package/build/dts/components/filtering/Filters.test.d.ts +1 -0
  102. package/build/dts/components/filtering/FiltersStyled.d.ts +43 -0
  103. package/build/dts/components/filtering/Tags/Tags.d.ts +24 -0
  104. package/build/dts/components/filtering/Tags/Tags.stories.d.ts +9 -0
  105. package/build/dts/components/filtering/Tags/Tags.test.d.ts +1 -0
  106. package/build/dts/components/fit/FitPredictor.d.ts +5 -0
  107. package/build/dts/components/fit/FitPredictor.stories.d.ts +7 -0
  108. package/build/dts/components/fit/FitPredictor.test.d.ts +1 -0
  109. package/build/dts/components/gallery/ImagePreviewList.d.ts +9 -0
  110. package/build/dts/components/gallery/ImagePreviewList.test.d.ts +1 -0
  111. package/build/dts/components/gallery/ImageProductWithTags.d.ts +10 -0
  112. package/build/dts/components/gallery/ImageProductWithTags.test.d.ts +1 -0
  113. package/build/dts/components/gallery/ImageSmallPreview.d.ts +9 -0
  114. package/build/dts/components/gallery/ImageSmallPreview.test.d.ts +1 -0
  115. package/build/dts/components/gallery/ProductGallery.d.ts +12 -0
  116. package/build/dts/components/gallery/ProductGallery.stories.d.ts +9 -0
  117. package/build/dts/components/gallery/ProductGallery.test.d.ts +1 -0
  118. package/build/dts/components/icon-button/IconButton.d.ts +16 -0
  119. package/build/dts/components/icon-button/IconButton.stories.d.ts +23 -0
  120. package/build/dts/components/icon-button/IconButton.test.d.ts +1 -0
  121. package/build/dts/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.d.ts +6 -0
  122. package/build/dts/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.stories.d.ts +7 -0
  123. package/build/dts/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.test.d.ts +1 -0
  124. package/build/dts/components/icons/Actions/Check.d.ts +3 -0
  125. package/build/dts/components/icons/Actions/ClearLight.d.ts +3 -0
  126. package/build/dts/components/icons/Actions/Close.d.ts +3 -0
  127. package/build/dts/components/icons/Actions/LightCheck.d.ts +6 -0
  128. package/build/dts/components/icons/Actions/LightExclamation.d.ts +3 -0
  129. package/build/dts/components/icons/Actions/Question.d.ts +3 -0
  130. package/build/dts/components/icons/Actions/Trash.d.ts +3 -0
  131. package/build/dts/components/icons/Actions/index.d.ts +7 -0
  132. package/build/dts/components/icons/Arrows/ChevronDown.d.ts +3 -0
  133. package/build/dts/components/icons/Arrows/ChevronLeft.d.ts +3 -0
  134. package/build/dts/components/icons/Arrows/ChevronRight.d.ts +3 -0
  135. package/build/dts/components/icons/Arrows/ChevronRightVariant.d.ts +3 -0
  136. package/build/dts/components/icons/Arrows/ChevronUp.d.ts +3 -0
  137. package/build/dts/components/icons/Arrows/ChevronUpSolid.d.ts +3 -0
  138. package/build/dts/components/icons/Arrows/CircleUp.d.ts +3 -0
  139. package/build/dts/components/icons/Arrows/index.d.ts +7 -0
  140. package/build/dts/components/icons/Custom/SixtyDaysGuarantee.d.ts +3 -0
  141. package/build/dts/components/icons/Custom/index.d.ts +1 -0
  142. package/build/dts/components/icons/Download/AppleStore.d.ts +3 -0
  143. package/build/dts/components/icons/Download/GooglePlay.d.ts +3 -0
  144. package/build/dts/components/icons/Download/index.d.ts +2 -0
  145. package/build/dts/components/icons/Messaging/Comment.d.ts +3 -0
  146. package/build/dts/components/icons/Messaging/Messenger.d.ts +3 -0
  147. package/build/dts/components/icons/Messaging/QuestionCircle.d.ts +3 -0
  148. package/build/dts/components/icons/Messaging/index.d.ts +3 -0
  149. package/build/dts/components/icons/Navigation/MapMarker.d.ts +3 -0
  150. package/build/dts/components/icons/Navigation/Search.d.ts +3 -0
  151. package/build/dts/components/icons/Navigation/ShoppingBag.d.ts +3 -0
  152. package/build/dts/components/icons/Navigation/User.d.ts +3 -0
  153. package/build/dts/components/icons/Navigation/index.d.ts +4 -0
  154. package/build/dts/components/icons/Other/FitPredictor.d.ts +3 -0
  155. package/build/dts/components/icons/Other/Loading.d.ts +6 -0
  156. package/build/dts/components/icons/Other/Shapermint.d.ts +3 -0
  157. package/build/dts/components/icons/Other/index.d.ts +4 -0
  158. package/build/dts/components/icons/Other/mcAfee.d.ts +3 -0
  159. package/build/dts/components/icons/PDP/Clock.d.ts +3 -0
  160. package/build/dts/components/icons/PDP/FlagUSA.d.ts +3 -0
  161. package/build/dts/components/icons/PDP/Minus.d.ts +3 -0
  162. package/build/dts/components/icons/PDP/Plus.d.ts +3 -0
  163. package/build/dts/components/icons/PDP/Rule.d.ts +3 -0
  164. package/build/dts/components/icons/PDP/Shipping.d.ts +3 -0
  165. package/build/dts/components/icons/PDP/Star.d.ts +3 -0
  166. package/build/dts/components/icons/PDP/StarEmpty.d.ts +3 -0
  167. package/build/dts/components/icons/PDP/StarHalf.d.ts +3 -0
  168. package/build/dts/components/icons/PDP/Stopwatch.d.ts +3 -0
  169. package/build/dts/components/icons/PDP/index.d.ts +10 -0
  170. package/build/dts/components/icons/Payment/Amazon.d.ts +3 -0
  171. package/build/dts/components/icons/Payment/Amex.d.ts +3 -0
  172. package/build/dts/components/icons/Payment/JCB.d.ts +3 -0
  173. package/build/dts/components/icons/Payment/Klarna.d.ts +3 -0
  174. package/build/dts/components/icons/Payment/MasterCard.d.ts +3 -0
  175. package/build/dts/components/icons/Payment/Paypal.d.ts +3 -0
  176. package/build/dts/components/icons/Payment/Visa.d.ts +3 -0
  177. package/build/dts/components/icons/Payment/index.d.ts +7 -0
  178. package/build/dts/components/icons/SlideDots/SlideDot.d.ts +3 -0
  179. package/build/dts/components/icons/SlideDots/index.d.ts +1 -0
  180. package/build/dts/components/icons/SocialMedia/Facebook.d.ts +3 -0
  181. package/build/dts/components/icons/SocialMedia/FacebookSolid.d.ts +3 -0
  182. package/build/dts/components/icons/SocialMedia/Instagram.d.ts +3 -0
  183. package/build/dts/components/icons/SocialMedia/InstagramSolid.d.ts +3 -0
  184. package/build/dts/components/icons/SocialMedia/Pinterest.d.ts +3 -0
  185. package/build/dts/components/icons/SocialMedia/Twitter.d.ts +3 -0
  186. package/build/dts/components/icons/SocialMedia/Youtube.d.ts +3 -0
  187. package/build/dts/components/icons/SocialMedia/index.d.ts +7 -0
  188. package/build/dts/components/icons/index.d.ts +27 -0
  189. package/build/dts/components/index.d.ts +48 -0
  190. package/build/dts/components/input/base/BaseInput.d.ts +14 -0
  191. package/build/dts/components/input/base/BaseInput.stories.d.ts +9 -0
  192. package/build/dts/components/input/base/BaseInput.test.d.ts +1 -0
  193. package/build/dts/components/input/base/Error.d.ts +6 -0
  194. package/build/dts/components/input/base/Styled.d.ts +31 -0
  195. package/build/dts/components/input/basePlusButton/BasePlusButton.d.ts +13 -0
  196. package/build/dts/components/input/basePlusButton/BasePlusButton.stories.d.ts +9 -0
  197. package/build/dts/components/input/basePlusButton/BasePlusButton.test.d.ts +1 -0
  198. package/build/dts/components/input/basePlusButton/Success.d.ts +6 -0
  199. package/build/dts/components/input/basePlusIcon/BasePlusIcon.d.ts +7 -0
  200. package/build/dts/components/input/basePlusIcon/BasePlusIcon.stories.d.ts +9 -0
  201. package/build/dts/components/input/basePlusIcon/BasePlusIcon.test.d.ts +1 -0
  202. package/build/dts/components/input/custom/Custom.d.ts +8 -0
  203. package/build/dts/components/input/custom/Custom.stories.d.ts +9 -0
  204. package/build/dts/components/input/custom/Custom.test.d.ts +1 -0
  205. package/build/dts/components/input/index.d.ts +7 -0
  206. package/build/dts/components/input/label/Label.d.ts +15 -0
  207. package/build/dts/components/input/label/Label.stories.d.ts +9 -0
  208. package/build/dts/components/input/label/Label.test.d.ts +1 -0
  209. package/build/dts/components/mobile/gallery/ImageProductWithTagsMobile.d.ts +10 -0
  210. package/build/dts/components/mobile/gallery/ProductGalleryMobile.d.ts +12 -0
  211. package/build/dts/components/mobile/gallery/ProductGalleryMobile.stories.d.ts +8 -0
  212. package/build/dts/components/mobile/gallery/ProductGalleryMobile.test.d.ts +1 -0
  213. package/build/dts/components/mobile/gallery/slide_navigation/ArrowButton.d.ts +8 -0
  214. package/build/dts/components/mobile/gallery/slide_navigation/SlideDots.d.ts +8 -0
  215. package/build/dts/components/mobile/gallery/slide_navigation/SlideDots.test.d.ts +1 -0
  216. package/build/dts/components/mobile/gallery/slide_navigation/SlideNavigation.d.ts +9 -0
  217. package/build/dts/components/mobile/gallery/slide_navigation/SlideNavigation.test.d.ts +1 -0
  218. package/build/dts/components/offer-banner/OfferBanner.d.ts +15 -0
  219. package/build/dts/components/offer-banner/OfferBanner.stories.d.ts +9 -0
  220. package/build/dts/components/offer-banner/OfferBanner.test.d.ts +1 -0
  221. package/build/dts/components/order-bar/OrderBar.d.ts +17 -0
  222. package/build/dts/components/order-bar/OrderBar.stories.d.ts +9 -0
  223. package/build/dts/components/order-bar/OrderBar.test.d.ts +1 -0
  224. package/build/dts/components/pagination/Pagination.d.ts +11 -0
  225. package/build/dts/components/pagination/Pagination.stories.d.ts +9 -0
  226. package/build/dts/components/pagination/Pagination.test.d.ts +1 -0
  227. package/build/dts/components/pagination/styles.d.ts +29 -0
  228. package/build/dts/components/payment-methods/PaymentMethod.d.ts +20 -0
  229. package/build/dts/components/payment-methods/PaymentMethod.stories.d.ts +13 -0
  230. package/build/dts/components/payment-methods/PaymentMethod.test.d.ts +1 -0
  231. package/build/dts/components/pricing/discount/DiscountTag.d.ts +21 -0
  232. package/build/dts/components/pricing/discount/DiscountTag.stories.d.ts +23 -0
  233. package/build/dts/components/pricing/discount/DiscountTag.test.d.ts +1 -0
  234. package/build/dts/components/pricing/index.d.ts +2 -0
  235. package/build/dts/components/pricing/price/PriceLabel.d.ts +11 -0
  236. package/build/dts/components/pricing/price/PriceLabel.stories.d.ts +23 -0
  237. package/build/dts/components/pricing/price/PriceLabel.test.d.ts +1 -0
  238. package/build/dts/components/product/order/item/SimpleOrderItem.d.ts +20 -0
  239. package/build/dts/components/product/order/item/SimpleOrderItem.stories.d.ts +11 -0
  240. package/build/dts/components/product/order/item/SimpleOrderItem.test.d.ts +1 -0
  241. package/build/dts/components/progress-bar/ProgressBar.d.ts +8 -0
  242. package/build/dts/components/progress-bar/ProgressBar.stories.d.ts +8 -0
  243. package/build/dts/components/progress-bar/ProgressBar.test.d.ts +1 -0
  244. package/build/dts/components/quantityPicker/QuantityPicker.d.ts +6 -0
  245. package/build/dts/components/quantityPicker/QuantityPicker.stories.d.ts +9 -0
  246. package/build/dts/components/quantityPicker/QuantityPicker.test.d.ts +1 -0
  247. package/build/dts/components/radio/container/group.d.ts +12 -0
  248. package/build/dts/components/radio/container/group.stories.d.ts +23 -0
  249. package/build/dts/components/radio/container/group.test.d.ts +1 -0
  250. package/build/dts/components/radio/index.d.ts +1 -0
  251. package/build/dts/components/radio/input/radio.d.ts +13 -0
  252. package/build/dts/components/radio/input/radio.stories.d.ts +23 -0
  253. package/build/dts/components/radio/input/radio.test.d.ts +1 -0
  254. package/build/dts/components/radio/input/styles.d.ts +13 -0
  255. package/build/dts/components/rating/Rating.d.ts +9 -0
  256. package/build/dts/components/rating/Rating.stories.d.ts +24 -0
  257. package/build/dts/components/rating/Rating.test.d.ts +1 -0
  258. package/build/dts/components/rating/starList/StarList.d.ts +9 -0
  259. package/build/dts/components/rating/starList/StarList.stories.d.ts +24 -0
  260. package/build/dts/components/rating/starList/StarList.test.d.ts +1 -0
  261. package/build/dts/components/rating/starList/styles.d.ts +12 -0
  262. package/build/dts/components/rating/styles.d.ts +13 -0
  263. package/build/dts/components/review/Review.d.ts +19 -0
  264. package/build/dts/components/review/Review.stories.d.ts +9 -0
  265. package/build/dts/components/review/Review.test.d.ts +1 -0
  266. package/build/dts/components/scroll-to-top/ScrollToTop.d.ts +18 -0
  267. package/build/dts/components/scroll-to-top/ScrollToTop.stories.d.ts +9 -0
  268. package/build/dts/components/scroll-to-top/ScrollToTop.test.d.ts +1 -0
  269. package/build/dts/components/search-bar/ClearButton.d.ts +6 -0
  270. package/build/dts/components/search-bar/ClearButton.test.d.ts +1 -0
  271. package/build/dts/components/search-bar/Footer.d.ts +7 -0
  272. package/build/dts/components/search-bar/Input.d.ts +9 -0
  273. package/build/dts/components/search-bar/ProductItem.d.ts +8 -0
  274. package/build/dts/components/search-bar/ProductItem.test.d.ts +1 -0
  275. package/build/dts/components/search-bar/ResultsPanel.d.ts +12 -0
  276. package/build/dts/components/search-bar/ResultsPanel.test.d.ts +1 -0
  277. package/build/dts/components/search-bar/SearchBar.d.ts +11 -0
  278. package/build/dts/components/search-bar/SearchBar.stories.d.ts +7 -0
  279. package/build/dts/components/search-bar/SearchBar.test.d.ts +1 -0
  280. package/build/dts/components/search-bar/SearchControl.d.ts +7 -0
  281. package/build/dts/components/search-bar/SearchControl.test.d.ts +1 -0
  282. package/build/dts/components/search-bar/index.d.ts +1 -0
  283. package/build/dts/components/selector/simple/SelectorSecondary.d.ts +4 -0
  284. package/build/dts/components/selector/simple/SelectorSecondary.stories.d.ts +23 -0
  285. package/build/dts/components/selector/simple/SelectorSecondary.test.d.ts +1 -0
  286. package/build/dts/components/selector/simple/SimpleSelector.d.ts +11 -0
  287. package/build/dts/components/selector/simple/SimpleSelector.test.d.ts +1 -0
  288. package/build/dts/components/shared/button/BaseButton.d.ts +13 -0
  289. package/build/dts/components/shared/button/BaseButton.stories.d.ts +14 -0
  290. package/build/dts/components/shared/card/Card.d.ts +18 -0
  291. package/build/dts/components/shared/card/Card.stories.d.ts +7 -0
  292. package/build/dts/components/shared/card/Card.test.d.ts +1 -0
  293. package/build/dts/components/shared/card/CardBody.d.ts +5 -0
  294. package/build/dts/components/shared/card/CardSection.d.ts +6 -0
  295. package/build/dts/components/shared/card/index.d.ts +2 -0
  296. package/build/dts/components/shared/image/Image.d.ts +14 -0
  297. package/build/dts/components/shared/image/Image.test.d.ts +1 -0
  298. package/build/dts/components/shared/label/label.d.ts +13 -0
  299. package/build/dts/components/shared/label/label.test.d.ts +1 -0
  300. package/build/dts/components/shared/label/styles.d.ts +7 -0
  301. package/build/dts/components/shared/select/BaseSelect.d.ts +16 -0
  302. package/build/dts/components/shared/select/BaseSelect.stories.d.ts +11 -0
  303. package/build/dts/components/shared/select/BaseSelectButton.d.ts +17 -0
  304. package/build/dts/components/shared/select/BaseSelectOption.d.ts +22 -0
  305. package/build/dts/components/shared/select/BaseSelectOptions.d.ts +7 -0
  306. package/build/dts/components/size/guide/SizeFitGuide.d.ts +9 -0
  307. package/build/dts/components/size/guide/SizeFitGuide.stories.d.ts +9 -0
  308. package/build/dts/components/size/guide/SizeFitGuide.test.d.ts +1 -0
  309. package/build/dts/components/size/selector/SizeSelector.d.ts +8 -0
  310. package/build/dts/components/size/selector/SizeSelector.stories.d.ts +7 -0
  311. package/build/dts/components/size/selector/SizeSelector.test.d.ts +1 -0
  312. package/build/dts/components/size-table/SizeTable.d.ts +6 -0
  313. package/build/dts/components/size-table/SizeTable.stories.d.ts +9 -0
  314. package/build/dts/components/size-table/SizeTable.test.d.ts +1 -0
  315. package/build/dts/components/slider/ArrowButton.d.ts +14 -0
  316. package/build/dts/components/slider/SliderNatigation.test.d.ts +1 -0
  317. package/build/dts/components/slider/SliderNavigation.d.ts +17 -0
  318. package/build/dts/components/slider/SliderNavigation.stories.d.ts +9 -0
  319. package/build/dts/components/slider/StyledSlider.d.ts +16 -0
  320. package/build/dts/components/spinner/Spinner.d.ts +10 -0
  321. package/build/dts/components/spinner/Spinner.stories.d.ts +9 -0
  322. package/build/dts/components/spinner/Spinner.test.d.ts +1 -0
  323. package/build/dts/components/tag/Tag.d.ts +7 -0
  324. package/build/dts/components/tag/Tag.test.d.ts +1 -0
  325. package/build/dts/components/tag/index.d.ts +3 -0
  326. package/build/dts/components/tag/variants/pdp/category/CategoryTag.d.ts +8 -0
  327. package/build/dts/components/tag/variants/pdp/category/CategoryTag.stories.d.ts +22 -0
  328. package/build/dts/components/tag/variants/pdp/category/CategoryTag.test.d.ts +1 -0
  329. package/build/dts/components/tag/variants/pdp/season-offer/SeasonOfferTag.d.ts +9 -0
  330. package/build/dts/components/tag/variants/pdp/season-offer/SeasonOfferTag.stories.d.ts +22 -0
  331. package/build/dts/components/tag/variants/pdp/season-offer/SeasonOfferTag.test.d.ts +1 -0
  332. package/build/dts/components/text/Text.d.ts +98 -0
  333. package/build/dts/components/text/Text.stories.d.ts +16 -0
  334. package/build/dts/components/text-button/TextButton.d.ts +13 -0
  335. package/build/dts/components/text-button/TextButton.stories.d.ts +58 -0
  336. package/build/dts/components/text-button/TextButton.test.d.ts +1 -0
  337. package/build/dts/components/timer/Timer.d.ts +13 -0
  338. package/build/dts/components/timer/Timer.stories.d.ts +9 -0
  339. package/build/dts/components/timer/Timer.test.d.ts +1 -0
  340. package/build/dts/components/tooltip/Arrow.d.ts +6 -0
  341. package/build/dts/components/tooltip/Styled.d.ts +56 -0
  342. package/build/dts/components/tooltip/Tooltip.d.ts +15 -0
  343. package/build/dts/components/tooltip/Tooltip.stories.d.ts +35 -0
  344. package/build/dts/components/tooltip/Tooltip.test.d.ts +1 -0
  345. package/build/dts/components/tooltip/utils.d.ts +7 -0
  346. package/build/dts/components/totals/index.d.ts +5 -0
  347. package/build/dts/components/totals/subtotal/Subtotal.d.ts +22 -0
  348. package/build/dts/components/totals/subtotal/Subtotal.stories.d.ts +9 -0
  349. package/build/dts/components/totals/subtotal/Subtotal.test.d.ts +1 -0
  350. package/build/dts/components/totals/total/Total.d.ts +38 -0
  351. package/build/dts/components/totals/total/Total.stories.d.ts +9 -0
  352. package/build/dts/components/totals/total/Total.test.d.ts +1 -0
  353. package/build/dts/config/breakpoints.d.ts +5 -0
  354. package/build/dts/core/theme/Theme.d.ts +382 -0
  355. package/build/dts/core/theme/Theme.test.d.ts +1 -0
  356. package/build/dts/core/theme/shapermint.theme.d.ts +3 -0
  357. package/build/dts/core/theme/theme.helpers.d.ts +13 -0
  358. package/build/dts/core/theme/truekind.theme.d.ts +3 -0
  359. package/build/dts/hooks/WindowDimensions.d.ts +8 -0
  360. package/build/dts/hooks/click-outside.d.ts +3 -0
  361. package/build/dts/hooks/index.d.ts +3 -0
  362. package/build/dts/index.d.ts +5 -0
  363. package/build/dts/setupTests.d.ts +1 -0
  364. package/build/dts/types/enums.d.ts +21 -0
  365. package/build/dts/types/types.d.ts +81 -0
  366. package/build/dts/utils/dateFormatter/dateFormatter.d.ts +1 -0
  367. package/build/dts/utils/dateFormatter/dateFormatter.test.d.ts +1 -0
  368. package/build/dts/utils/decimalParser/decimalParser.d.ts +4 -0
  369. package/build/dts/utils/decimalParser/decimalParser.test.d.ts +1 -0
  370. package/build/dts/utils/index.d.ts +4 -0
  371. package/build/dts/utils/media.d.ts +7 -0
  372. package/build/dts/utils/simulateClick/simulateClick.d.ts +1 -0
  373. package/build/dts/utils/simulateClick/simulateClick.test.d.ts +1 -0
  374. package/build/dts/utils/sliceString/sliceString.d.ts +1 -0
  375. package/build/dts/utils/sliceString/sliceString.test.d.ts +1 -0
  376. package/build/dts/utils/validations/validations.d.ts +5 -0
  377. package/build/dts/utils/validations/validations.test.d.ts +1 -0
  378. package/build/index.d.ts +582 -527
  379. package/build/index.esm.js +2864 -2944
  380. package/build/index.esm.js.map +1 -1
  381. package/build/index.js +2913 -2989
  382. package/build/index.js.map +1 -1
  383. package/build/theme/shapermint.theme.js +566 -0
  384. package/build/theme/truekind.theme.js +608 -0
  385. package/package.json +20 -14
@@ -0,0 +1,608 @@
1
+ 'use strict';
2
+
3
+ /*! *****************************************************************************
4
+ Copyright (c) Microsoft Corporation.
5
+
6
+ Permission to use, copy, modify, and/or distribute this software for any
7
+ purpose with or without fee is hereby granted.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
+ PERFORMANCE OF THIS SOFTWARE.
16
+ ***************************************************************************** */
17
+
18
+ var __assign = function() {
19
+ __assign = Object.assign || function __assign(t) {
20
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
21
+ s = arguments[i];
22
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
23
+ }
24
+ return t;
25
+ };
26
+ return __assign.apply(this, arguments);
27
+ };
28
+
29
+ /* istanbul ignore next */
30
+ function color(color, contrast, softColor, softContrast) {
31
+ return {
32
+ color: color,
33
+ contrast: contrast,
34
+ soft: {
35
+ color: softColor,
36
+ contrast: softContrast,
37
+ },
38
+ };
39
+ }
40
+ /* istanbul ignore next */
41
+ function basic(color, contrast) {
42
+ return {
43
+ color: color,
44
+ contrast: contrast,
45
+ };
46
+ }
47
+
48
+ var truekind = {
49
+ name: 'Truekind',
50
+ fontSizes: [10, 12, 14, 16, 18, 20, 24, 30, 36, 42, 52, 60, 68, 72, 76],
51
+ fontWeights: [400, 600, 500, 700, 800],
52
+ lineHeights: [14, 16, 18, 20, 22, 24, 28, 32, 38, 44, 52, 68, 76, 84, 88, 92],
53
+ mediaQueries: {
54
+ mobile: 0,
55
+ desktop: 1200,
56
+ },
57
+ colors: {
58
+ pallete: {
59
+ primary: __assign(__assign({}, color('#cc4125', '--colors-shades-white-color', '', '')), { 20: color('#f5d9d3', '--colors-shades-700-color', '', ''), 40: color('#ebb3a8', '--colors-shades-700-color', '', ''), 60: color('#e08d7c', '--colors-shades-700-color', '', ''), 80: color('#d66751', '--colors-shades-700-color', '', '') }),
60
+ secondary: __assign(__assign({}, color('#292929', '--colors-shades-white-color', '#bbbbbb', '--colors-shades-700-color')), { 20: color('#d4d4d4', '--colors-shades-700-color', '#f1f1f1', '--colors-shades-700-color'), 40: color('#a9a9a9', '--colors-shades-700-color', '#e4e4e4', '--colors-shades-700-color'), 60: color('#7f7f7f', '--colors-shades-white-color', '#d6d6d6', '--colors-shades-700-color'), 80: color('#545454', '--colors-shades-white-color', '#c9c9c9', '--colors-shades-700-color') }),
61
+ cloud: color('#', '#', '#', '#'),
62
+ },
63
+ shades: {
64
+ black: basic('#000', '--colors-shades-white-color'),
65
+ white: basic('#fff', '--colors-shades-700-color'),
66
+ 5: basic('#fafafa', '--colors-shades-700-color'),
67
+ 10: basic('#f7f7f7', '--colors-shades-700-color'),
68
+ 50: basic('#efefef', '--colors-shades-700-color'),
69
+ 100: basic('#e5e5e5', '--colors-shades-700-color'),
70
+ 150: basic('#d1d1d1', '--colors-shades-700-color'),
71
+ 200: basic('#bbbbbb', '--colors-shades-700-color'),
72
+ 250: basic('#a6a6a6', '--colors-shades-700-color'),
73
+ 300: basic('#9e9e9e', '--colors-shades-700-color'),
74
+ 350: basic('#949494', '--colors-shades-700-color'),
75
+ 400: basic('#808080', '--colors-shades-700-color'),
76
+ 450: basic('#767676', '--colors-shades-700-color'),
77
+ 500: basic('#5a5a5a', '--colors-shades-white-color'),
78
+ 550: basic('#3a3a3a', '--colors-shades-white-color'),
79
+ 600: basic('#343434', '--colors-shades-white-color'),
80
+ 650: basic('#2d2d2d', '--colors-shades-white-color'),
81
+ 700: basic('#292929', '--colors-shades-white-color'),
82
+ 750: basic('#232323', '--colors-shades-white-color'),
83
+ 800: basic('#202020', '--colors-shades-white-color'),
84
+ 850: basic('#1b1b1b', '--colors-shades-white-color'),
85
+ 900: basic('#191919', '--colors-shades-white-color'),
86
+ 950: basic('#141414', '--colors-shades-white-color'),
87
+ 990: basic('#0b0b0b', '--colors-shades-white-color'),
88
+ },
89
+ semantic: {
90
+ positive: basic('#2579C8', '--colors-shades-white-color'),
91
+ urgent: basic('#D82A2D', '--colors-shades-white-color'),
92
+ attention: basic('#FFA877', '--colors-shades-700-color'),
93
+ informative: basic('#686872', '--colors-shades-white-color'),
94
+ },
95
+ border: {
96
+ color: '',
97
+ disabled: '--colors-shades-200-color',
98
+ highlight: '--colors-shades-700-color',
99
+ },
100
+ background: {
101
+ color: '--colors-shades-white-color',
102
+ disabled: '--colors-shades-50-color',
103
+ },
104
+ text: {
105
+ color: '--colors-shades-700-color',
106
+ disabled: '--colors-shades-250-color',
107
+ },
108
+ },
109
+ typography: {
110
+ config: {
111
+ weight: {
112
+ heavy: 900,
113
+ bold: 700,
114
+ demi: 600,
115
+ regular: 400,
116
+ },
117
+ },
118
+ variants: {
119
+ hero1: {
120
+ fontSize: 76,
121
+ lineHeight: '92px',
122
+ },
123
+ hero2: {
124
+ fontSize: 72,
125
+ lineHeight: '88px',
126
+ },
127
+ hero3: {
128
+ fontSize: 68,
129
+ lineHeight: '84px',
130
+ },
131
+ display1: {
132
+ fontSize: 60,
133
+ lineHeight: '76px',
134
+ },
135
+ display2: {
136
+ fontSize: 50,
137
+ lineHeight: '64px',
138
+ },
139
+ heading1: {
140
+ fontSize: 42,
141
+ lineHeight: '52px',
142
+ },
143
+ heading2: {
144
+ fontSize: 36,
145
+ lineHeight: '44px',
146
+ },
147
+ heading3: {
148
+ fontSize: 30,
149
+ lineHeight: '38px',
150
+ },
151
+ heading4: {
152
+ fontSize: 24,
153
+ lineHeight: '32px',
154
+ },
155
+ heading5: {
156
+ fontSize: 20,
157
+ lineHeight: '28px',
158
+ },
159
+ heading6: {
160
+ fontSize: 18,
161
+ lineHeight: '28px',
162
+ },
163
+ 'body-regular': {
164
+ fontSize: 16,
165
+ lineHeight: '24px',
166
+ },
167
+ 'body-small': {
168
+ fontSize: 14,
169
+ lineHeight: '22px',
170
+ },
171
+ 'link-regular': {
172
+ fontSize: 16,
173
+ lineHeight: '24px',
174
+ },
175
+ 'link-small': {
176
+ fontSize: 14,
177
+ lineHeight: '22px',
178
+ },
179
+ 'pricing-large': {
180
+ fontSize: 24,
181
+ lineHeight: '32px',
182
+ },
183
+ 'pricing-medium': {
184
+ fontSize: 18,
185
+ lineHeight: '24px',
186
+ },
187
+ 'pricing-regular': {
188
+ fontSize: 16,
189
+ lineHeight: '32px',
190
+ },
191
+ 'pricing-small': {
192
+ fontSize: 14,
193
+ lineHeight: '20px',
194
+ },
195
+ button: {
196
+ textTransform: 'uppercase',
197
+ },
198
+ 'button-large': {
199
+ fontSize: 16,
200
+ lineHeight: '20px',
201
+ },
202
+ 'button-regular': {
203
+ fontSize: 14,
204
+ lineHeight: '18px',
205
+ },
206
+ 'button-small': {
207
+ fontSize: 12,
208
+ lineHeight: '16px',
209
+ },
210
+ 'label-regular': {
211
+ fontSize: 14,
212
+ lineHeight: '18px',
213
+ },
214
+ 'label-small': {
215
+ fontSize: 12,
216
+ lineHeight: '16px',
217
+ },
218
+ },
219
+ },
220
+ component: {
221
+ button: {
222
+ border: 'none',
223
+ borderRadius: '1.5rem',
224
+ fontWeight: 700,
225
+ size: {
226
+ small: {
227
+ fontSize: '1rem',
228
+ padding: '0.75rem 3rem',
229
+ },
230
+ medium: {
231
+ fontSize: '0.875rem',
232
+ padding: '0.5rem 2.5rem',
233
+ },
234
+ large: {
235
+ fontSize: '0.75rem',
236
+ padding: '0.25rem 2rem',
237
+ },
238
+ },
239
+ primary: {
240
+ active: {
241
+ backgroundColor: '#CC4125',
242
+ color: '#FFFFFF',
243
+ },
244
+ hover: {
245
+ backgroundColor: '#910F23',
246
+ color: '#FFFFFF',
247
+ },
248
+ },
249
+ secondary: {
250
+ active: {
251
+ backgroundColor: '#292929',
252
+ color: '#FFFFFF',
253
+ },
254
+ hover: {
255
+ backgroundColor: '#686872',
256
+ color: '#FFFFFF',
257
+ },
258
+ },
259
+ },
260
+ input: {
261
+ background: '#FFFFFF',
262
+ color: '#292929',
263
+ placeholderColor: '#A6A6A6',
264
+ borderRadius: '1.5rem',
265
+ fontSize: '1rem',
266
+ fontWeight: 400,
267
+ padding: '0.75rem 1.5rem',
268
+ lineHeight: '1.5rem',
269
+ border: '0.063rem solid #BBBBBB',
270
+ boxShadow: '0 0 0 0.25rem #D9EEFF',
271
+ },
272
+ inputCustom: {
273
+ button: {
274
+ borderRadius: '1.5rem',
275
+ },
276
+ input: {
277
+ borderRadius: '1.5rem',
278
+ },
279
+ },
280
+ selector: {
281
+ size: {
282
+ small: {
283
+ padding: '0.5rem 1.5rem',
284
+ borderRadius: '0.375rem',
285
+ },
286
+ medium: {
287
+ padding: '0.5rem 1.5',
288
+ borderRadius: '0.375rem',
289
+ },
290
+ },
291
+ default: {
292
+ fontWeight: 700,
293
+ border: '0.063rem solid #BBBBBB',
294
+ background: '#FFFFFF',
295
+ color: '#000000',
296
+ },
297
+ hover: {
298
+ fontWeight: 700,
299
+ background: '#292929',
300
+ border: 'none',
301
+ color: '#FFFFFF',
302
+ },
303
+ disabled: {
304
+ border: '0.063rem solid #E5E5E5',
305
+ },
306
+ fontSize: '0.875rem',
307
+ },
308
+ rating: {
309
+ fontWeight: 700,
310
+ size: {
311
+ xsmall: {
312
+ fontSize: '0.625rem',
313
+ lineHeight: '0.875rem',
314
+ },
315
+ small: {
316
+ fontSize: '0.875rem',
317
+ lineHeight: '1.375rem',
318
+ },
319
+ medium: {
320
+ fontSize: '1rem',
321
+ lineHeight: '1.5rem',
322
+ },
323
+ large: {
324
+ fontSize: '1.125rem',
325
+ lineHeight: '1.75rem',
326
+ },
327
+ },
328
+ },
329
+ card: {
330
+ borderRadius: '1.5rem',
331
+ },
332
+ radio: {
333
+ borderColor: '#686872',
334
+ background: '#FFFFFF',
335
+ size: {
336
+ large: {
337
+ borderWidth: '0.094rem',
338
+ margin: '0.375rem',
339
+ height: '1.375rem',
340
+ active: {
341
+ borderWidth: '0.5rem',
342
+ },
343
+ },
344
+ medium: {
345
+ borderWidth: '0.094rem',
346
+ margin: '0.375rem',
347
+ height: '1.375rem',
348
+ active: {
349
+ borderWidth: '0.5rem',
350
+ },
351
+ },
352
+ small: {
353
+ borderWidth: '0.094rem',
354
+ margin: '0.375rem',
355
+ height: '1.375rem',
356
+ active: {
357
+ borderWidth: '0.5rem',
358
+ },
359
+ },
360
+ },
361
+ },
362
+ label: {
363
+ fontSize: {
364
+ small: '0.625rem',
365
+ medium: '0.75rem',
366
+ large: '0.875rem',
367
+ },
368
+ lineHeight: {
369
+ small: '0.875rem',
370
+ medium: '1rem',
371
+ large: '1.25rem',
372
+ },
373
+ },
374
+ checkbox: {
375
+ background: '#FFFFFF',
376
+ borderColor: '#686872',
377
+ active: {
378
+ background: '#686872',
379
+ },
380
+ size: {
381
+ large: {
382
+ width: '1.5rem',
383
+ height: '1.5rem',
384
+ borderRadius: '0.25rem',
385
+ borderWidth: '0.094rem',
386
+ margin: '0.375rem',
387
+ icon: {
388
+ width: '0.875rem',
389
+ height: '0.625rem',
390
+ },
391
+ },
392
+ medium: {
393
+ width: '1.5rem',
394
+ height: '1.5rem',
395
+ borderRadius: '0.25rem',
396
+ borderWidth: '0.094rem',
397
+ margin: '0.375rem',
398
+ icon: {
399
+ width: '0.875rem',
400
+ height: '0.625rem',
401
+ },
402
+ },
403
+ small: {
404
+ width: '1.5rem',
405
+ height: '1.5rem',
406
+ borderRadius: '0.25rem',
407
+ borderWidth: '0.094rem',
408
+ margin: '0.375rem',
409
+ icon: {
410
+ width: '0.875rem',
411
+ height: '0.625rem',
412
+ },
413
+ },
414
+ },
415
+ },
416
+ accordion: {
417
+ variant: {
418
+ box: {
419
+ container: {
420
+ border: '1px solid',
421
+ borderColor: '#BBBBBB',
422
+ borderRadius: '20px',
423
+ padding: '20px 32px',
424
+ },
425
+ summary: {
426
+ fontWeight: 400,
427
+ fontSize: '20px',
428
+ lineHeight: '28px',
429
+ color: '#292929',
430
+ },
431
+ details: {
432
+ margin: '10px 0px 0px 0px',
433
+ },
434
+ icon: {
435
+ width: 1.5,
436
+ height: 1.5,
437
+ color: '#292929',
438
+ },
439
+ },
440
+ simple: {
441
+ container: {
442
+ borderTop: 'none',
443
+ borderBottom: '1px solid',
444
+ borderColor: '#E5E5E5',
445
+ borderRadius: 'none',
446
+ padding: '2px 0px 12px',
447
+ },
448
+ summary: {
449
+ fontWeight: 700,
450
+ fontSize: '16px',
451
+ lineHeight: '24px',
452
+ color: '#292929',
453
+ },
454
+ details: {
455
+ margin: '14px 0px 0px 0px',
456
+ },
457
+ icon: {
458
+ width: 1,
459
+ height: 1,
460
+ color: '#292929',
461
+ },
462
+ },
463
+ },
464
+ },
465
+ dropdown: {
466
+ borderRadius: '1.5rem',
467
+ fontSize: '1rem',
468
+ fontWeight: 600,
469
+ lineHeight: '1.125rem',
470
+ padding: '0.5rem 0.75rem 0.5rem 1rem',
471
+ color: '#292929',
472
+ fill: '#292929',
473
+ options: {
474
+ borderColor: '#8BBEEA',
475
+ color: '#292929',
476
+ },
477
+ },
478
+ },
479
+ fonts: {
480
+ url: 'https://cdn.jsdelivr.net/gh/igor-ribeiro/storefront-static@main/fonts/truekind',
481
+ config: [
482
+ {
483
+ family: 'CircularXX',
484
+ src: 'CircularXX-Regular.otf',
485
+ weight: 'normal',
486
+ },
487
+ {
488
+ family: 'CircularXX',
489
+ src: 'CircularXX-RegularItalic.otf',
490
+ weight: 'normal',
491
+ style: 'italic',
492
+ },
493
+ {
494
+ family: 'CircularXX',
495
+ src: 'CircularXX-Bold.otf',
496
+ weight: 'bold',
497
+ },
498
+ {
499
+ family: 'CircularXX',
500
+ src: 'CircularXX-BoldItalic.otf',
501
+ weight: 'bold',
502
+ style: 'italic',
503
+ },
504
+ {
505
+ family: 'CircularXX',
506
+ src: 'CircularXX-Thin.otf',
507
+ weight: 100,
508
+ },
509
+ {
510
+ family: 'CircularXX',
511
+ src: 'CircularXX-ThinItalic.otf',
512
+ weight: 100,
513
+ style: 'italic',
514
+ },
515
+ {
516
+ family: 'CircularXX',
517
+ src: 'CircularXX-Light.otf',
518
+ weight: 200,
519
+ },
520
+ {
521
+ family: 'CircularXX',
522
+ src: 'CircularXX-LightItalic.otf',
523
+ weight: 200,
524
+ style: 'italic',
525
+ },
526
+ {
527
+ family: 'CircularXX',
528
+ src: 'CircularXX-Regular.otf',
529
+ weight: 300,
530
+ },
531
+ {
532
+ family: 'CircularXX',
533
+ src: 'CircularXX-RegularItalic.otf',
534
+ weight: 300,
535
+ style: 'italic',
536
+ },
537
+ {
538
+ family: 'CircularXX',
539
+ src: 'CircularXX-Book.otf',
540
+ weight: 400,
541
+ },
542
+ {
543
+ family: 'CircularXX',
544
+ src: 'CircularXX-BookItalic.otf',
545
+ weight: 400,
546
+ style: 'italic',
547
+ },
548
+ {
549
+ family: 'CircularXX',
550
+ src: 'CircularXX-Medium.otf',
551
+ weight: 500,
552
+ },
553
+ {
554
+ family: 'CircularXX',
555
+ src: 'CircularXX-MediumItalic.otf',
556
+ weight: 500,
557
+ style: 'italic',
558
+ },
559
+ {
560
+ family: 'CircularXX',
561
+ src: 'CircularXX-Bold.otf',
562
+ weight: 700,
563
+ stretch: 'condensed',
564
+ },
565
+ {
566
+ family: 'CircularXX',
567
+ src: 'CircularXX-BoldItalic.otf',
568
+ weight: 700,
569
+ stretch: 'condensed',
570
+ style: 'italic',
571
+ },
572
+ {
573
+ family: 'CircularXX',
574
+ src: 'CircularXX-BlackItalic.otf',
575
+ weight: 800,
576
+ stretch: 'condensed',
577
+ style: 'italic',
578
+ },
579
+ {
580
+ family: 'CircularXX',
581
+ src: 'CircularXX-Black.otf',
582
+ weight: 800,
583
+ stretch: 'condensed',
584
+ },
585
+ {
586
+ family: 'CircularXX',
587
+ src: 'CircularXX-ExtraBlack.otf',
588
+ weight: 900,
589
+ stretch: 'condensed',
590
+ },
591
+ {
592
+ family: 'CircularXX',
593
+ src: 'CircularXX-ExtraBlackItalic.otf',
594
+ weight: 900,
595
+ stretch: 'condensed',
596
+ style: 'italic',
597
+ },
598
+ ],
599
+ },
600
+ assets: {
601
+ images: {
602
+ favicon: 'https://cdn.shopify.com/s/files/1/2679/8624/files/shapermint_favicon-128x128.png',
603
+ logo: 'https://cdn.jsdelivr.net/gh/igor-ribeiro/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
604
+ },
605
+ },
606
+ };
607
+
608
+ module.exports = truekind;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "3.0.8-beta.0",
6
+ "version": "4.0.1-beta.2",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",
@@ -23,13 +23,15 @@
23
23
  "scripts": {
24
24
  "build": "rollup -c",
25
25
  "test": "react-scripts test --watchAll=false --coverage",
26
+ "test:dev": "react-scripts test --watch",
26
27
  "eject": "react-scripts eject",
27
28
  "test:coverage": "react-scripts test --silent --ci --watchAll=false --coverage --json --outputFile=./report.json",
28
29
  "prepare": "husky install",
29
- "storybook": "start-storybook -p 6006 -s public",
30
+ "storybook": "start-storybook -p 6006",
30
31
  "build-storybook": "build-storybook",
31
32
  "chromatic": "npx chromatic --storybook-build-dir .\\\\storybook-static\\",
32
- "version:beta": "npm version prepatch --preid=beta"
33
+ "version:beta": "npm version prerelease --preid=beta",
34
+ "ts-check": "tsc -p ."
33
35
  },
34
36
  "eslintConfig": {
35
37
  "extends": [
@@ -60,15 +62,18 @@
60
62
  ]
61
63
  },
62
64
  "devDependencies": {
63
- "@react-theming/storybook-addon": "1.1.1",
65
+ "@react-theming/storybook-addon": "1.1.5",
64
66
  "@rollup/plugin-commonjs": "^20.0.0",
65
67
  "@rollup/plugin-node-resolve": "^13.0.4",
66
- "@storybook/addon-actions": "6.3.12",
67
- "@storybook/addon-essentials": "6.3.12",
68
- "@storybook/addon-links": "6.3.12",
69
- "@storybook/node-logger": "6.3.12",
70
- "@storybook/preset-create-react-app": "^3.2.0",
71
- "@storybook/react": "6.3.12",
68
+ "@storybook/addon-actions": "^6.0.0",
69
+ "@storybook/addon-essentials": "^6.0.0",
70
+ "@storybook/addon-links": "^6.0.0",
71
+ "@storybook/builder-webpack5": "^6.0.0",
72
+ "@storybook/manager-webpack5": "^6.0.0",
73
+ "@storybook/node-logger": "^6.0.0",
74
+ "@storybook/preset-create-react-app": "^4.0.0",
75
+ "@storybook/react": "^6.0.0",
76
+ "@testing-library/dom": "^8.11.3",
72
77
  "@testing-library/jest-dom": "^5.14.1",
73
78
  "@testing-library/react": "^11.2.7",
74
79
  "@testing-library/user-event": "^12.8.3",
@@ -90,14 +95,15 @@
90
95
  "prettier": "^2.3.2",
91
96
  "react": "^17.0.2",
92
97
  "react-dom": "^17.0.2",
93
- "react-scripts": "4.0.3",
98
+ "react-scripts": "^5.0.0",
94
99
  "rollup": "^2.55.1",
95
100
  "rollup-plugin-delete": "^2.0.0",
96
101
  "rollup-plugin-dts": "^3.0.2",
97
102
  "rollup-plugin-import-css": "^3.0.2",
98
103
  "rollup-plugin-peer-deps-external": "^2.2.4",
99
104
  "rollup-plugin-typescript2": "^0.30.0",
100
- "tslib": "^2.2.0"
105
+ "tslib": "^2.2.0",
106
+ "webpack": "^5.68.0"
101
107
  },
102
108
  "peerDependencies": {
103
109
  "react": "^17.0.2",
@@ -122,8 +128,8 @@
122
128
  ],
123
129
  "coveragePathIgnorePatterns": [
124
130
  "./src/components/icons/*",
125
- "./src/components/theme/*",
126
- ".stories.tsx"
131
+ ".stories.tsx",
132
+ ".theme.ts"
127
133
  ]
128
134
  },
129
135
  "optionalDependencies": {