@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.
- package/build/dts/components/Demo.stories.d.ts +7 -0
- package/build/dts/components/Icon-wrapper/IconWrapper.d.ts +12 -0
- package/build/dts/components/Icon-wrapper/IconWrapper.test.d.ts +1 -0
- package/build/dts/components/accordion/Accordion.d.ts +13 -0
- package/build/dts/components/accordion/Accordion.stories.d.ts +9 -0
- package/build/dts/components/accordion/Accordion.test.d.ts +1 -0
- package/build/dts/components/accordion/styles.d.ts +16 -0
- package/build/dts/components/bundle/index.d.ts +5 -0
- package/build/dts/components/bundle/minimalistic/Minimalistic.d.ts +15 -0
- package/build/dts/components/bundle/minimalistic/Minimalistic.stories.d.ts +9 -0
- package/build/dts/components/bundle/minimalistic/Minimalistic.test.d.ts +1 -0
- package/build/dts/components/bundle/simple/Simple.d.ts +10 -0
- package/build/dts/components/bundle/simple/Simple.stories.d.ts +9 -0
- package/build/dts/components/bundle/simple/Simple.test.d.ts +1 -0
- package/build/dts/components/cartProductItem/CloseIcon/Close.test.d.ts +1 -0
- package/build/dts/components/cartProductItem/CloseIcon/CloseButton.d.ts +5 -0
- package/build/dts/components/cartProductItem/CloseIcon/CloseButton.stories.d.ts +9 -0
- package/build/dts/components/cartProductItem/Description/Description.d.ts +5 -0
- package/build/dts/components/cartProductItem/Description/Description.stories.d.ts +9 -0
- package/build/dts/components/cartProductItem/Description/Description.test.d.ts +1 -0
- package/build/dts/components/cartProductItem/Promo/Promo.d.ts +5 -0
- package/build/dts/components/cartProductItem/Promo/Promo.stories.d.ts +9 -0
- package/build/dts/components/cartProductItem/Promo/Promo.test.d.ts +1 -0
- package/build/dts/components/cartProductItem/ThinPrice/ThinPrice.d.ts +5 -0
- package/build/dts/components/cartProductItem/ThinPrice/ThinPrice.stories.d.ts +9 -0
- package/build/dts/components/cartProductItem/ThinPrice/ThinPrice.test.d.ts +1 -0
- package/build/dts/components/cartProductItem/Title/Title.d.ts +5 -0
- package/build/dts/components/cartProductItem/Title/Title.stories.d.ts +9 -0
- package/build/dts/components/cartProductItem/Title/Title.test.d.ts +1 -0
- package/build/dts/components/cartProductItem/index.d.ts +8 -0
- package/build/dts/components/checkbox/Checkbox.d.ts +21 -0
- package/build/dts/components/checkbox/Checkbox.stories.d.ts +24 -0
- package/build/dts/components/checkbox/Checkbox.test.d.ts +1 -0
- package/build/dts/components/checkbox/styles.d.ts +9 -0
- package/build/dts/components/collection/grid/WithProductGrid.d.ts +11 -0
- package/build/dts/components/collection/grid/WithProductGrid.stories.d.ts +9 -0
- package/build/dts/components/collection/grid/WithProductGrid.test.d.ts +1 -0
- package/build/dts/components/collection/index.d.ts +5 -0
- package/build/dts/components/collection/product/mobile/ProductItemMobile.d.ts +7 -0
- package/build/dts/components/collection/product/mobile/ProductItemMobile.stories.d.ts +24 -0
- package/build/dts/components/collection/product/mobile/ProductItemMobile.test.d.ts +1 -0
- package/build/dts/components/collection/product/types.d.ts +14 -0
- package/build/dts/components/color/ColorRadioGroup.d.ts +24 -0
- package/build/dts/components/color/MultiColorPicker.d.ts +10 -0
- package/build/dts/components/color/MultiColorPicker.stories.d.ts +9 -0
- package/build/dts/components/color/MultiColorPicker.test.d.ts +1 -0
- package/build/dts/components/color/SingleColorPicker.d.ts +10 -0
- package/build/dts/components/color/SingleColorPicker.stories.d.ts +9 -0
- package/build/dts/components/color/SingleColorPicker.test.d.ts +1 -0
- package/build/dts/components/color/selector/ColorSelector.d.ts +15 -0
- package/build/dts/components/color/selector/ColorSelector.stories.d.ts +14 -0
- package/build/dts/components/color/selector/ColorSelector.test.d.ts +1 -0
- package/build/dts/components/color/selector/OneColorSelector.d.ts +8 -0
- package/build/dts/components/color/selector/OutOfStock.d.ts +6 -0
- package/build/dts/components/color/selector/PatternSelector.d.ts +8 -0
- package/build/dts/components/color/selector/PatternSelector.test.d.ts +1 -0
- package/build/dts/components/color/selector/ThreeColorSelector.d.ts +10 -0
- package/build/dts/components/color/selector/TwoColorSelector.d.ts +9 -0
- package/build/dts/components/cross-sell/Checkbox/CrossSellCheckbox.d.ts +13 -0
- package/build/dts/components/cross-sell/Checkbox/CrossSellCheckbox.stories.d.ts +9 -0
- package/build/dts/components/cross-sell/Checkbox/CrossSellCheckbox.test.d.ts +1 -0
- package/build/dts/components/cross-sell/index.d.ts +1 -0
- package/build/dts/components/cta/BaseCTA.d.ts +13 -0
- package/build/dts/components/cta/BaseCTA.test.d.ts +1 -0
- package/build/dts/components/cta/index.d.ts +3 -0
- package/build/dts/components/cta/primary/ButtonPrimary.d.ts +3 -0
- package/build/dts/components/cta/primary/ButtonPrimary.stories.d.ts +37 -0
- package/build/dts/components/cta/primary/ButtonPrimary.test.d.ts +1 -0
- package/build/dts/components/cta/secondary/ButtonSecondary.d.ts +3 -0
- package/build/dts/components/cta/secondary/ButtonSecondary.stories.d.ts +37 -0
- package/build/dts/components/cta/secondary/ButtonSecondary.test.d.ts +1 -0
- package/build/dts/components/cta/secondary/ButtonSecondaryOutline.d.ts +3 -0
- package/build/dts/components/cta/secondary/ButtonSecondaryOutline.stories.d.ts +37 -0
- package/build/dts/components/cta/secondary/ButtonSecondaryOutline.test.d.ts +1 -0
- package/build/dts/components/delivery-details/DeliveryDetails.d.ts +26 -0
- package/build/dts/components/delivery-details/DeliveryDetails.stories.d.ts +9 -0
- package/build/dts/components/delivery-details/DeliveryDetails.test.d.ts +1 -0
- package/build/dts/components/delivery-details/Note/Note.d.ts +9 -0
- package/build/dts/components/delivery-details/Note/Note.stories.d.ts +9 -0
- package/build/dts/components/delivery-details/Note/Note.test.d.ts +1 -0
- package/build/dts/components/drawer/Drawer.d.ts +13 -0
- package/build/dts/components/drawer/Drawer.stories.d.ts +14 -0
- package/build/dts/components/drawer/Drawer.test.d.ts +1 -0
- package/build/dts/components/dropdown/base/BaseDropdown.d.ts +17 -0
- package/build/dts/components/dropdown/base/BaseDropdownButton.d.ts +12 -0
- package/build/dts/components/dropdown/base/BaseDropdownOption.d.ts +11 -0
- package/build/dts/components/dropdown/base/BaseDropdownOptions.d.ts +6 -0
- package/build/dts/components/dropdown/variants/filtering/Filtering.test.d.ts +1 -0
- package/build/dts/components/dropdown/variants/filtering/FilteringDropdown.d.ts +13 -0
- package/build/dts/components/dropdown/variants/filtering/FilteringDropdown.stories.d.ts +12 -0
- package/build/dts/components/dropdown/variants/simple/SimpleDropdown.d.ts +20 -0
- package/build/dts/components/dropdown/variants/simple/SimpleDropdown.stories.d.ts +13 -0
- package/build/dts/components/dropdown/variants/simple/SimpleDropdown.test.d.ts +1 -0
- package/build/dts/components/dropdown-list-icons/DropdownListIcons.d.ts +6 -0
- package/build/dts/components/dropdown-list-icons/DropdownListIcons.stories.d.ts +9 -0
- package/build/dts/components/dropdown-list-icons/DropdownListIcons.test.d.ts +1 -0
- package/build/dts/components/dropdown-list-icons/Styled.d.ts +34 -0
- package/build/dts/components/filtering/Accordion.d.ts +8 -0
- package/build/dts/components/filtering/Filters.d.ts +15 -0
- package/build/dts/components/filtering/Filters.stories.d.ts +9 -0
- package/build/dts/components/filtering/Filters.test.d.ts +1 -0
- package/build/dts/components/filtering/FiltersStyled.d.ts +43 -0
- package/build/dts/components/filtering/Tags/Tags.d.ts +24 -0
- package/build/dts/components/filtering/Tags/Tags.stories.d.ts +9 -0
- package/build/dts/components/filtering/Tags/Tags.test.d.ts +1 -0
- package/build/dts/components/fit/FitPredictor.d.ts +5 -0
- package/build/dts/components/fit/FitPredictor.stories.d.ts +7 -0
- package/build/dts/components/fit/FitPredictor.test.d.ts +1 -0
- package/build/dts/components/gallery/ImagePreviewList.d.ts +9 -0
- package/build/dts/components/gallery/ImagePreviewList.test.d.ts +1 -0
- package/build/dts/components/gallery/ImageProductWithTags.d.ts +10 -0
- package/build/dts/components/gallery/ImageProductWithTags.test.d.ts +1 -0
- package/build/dts/components/gallery/ImageSmallPreview.d.ts +9 -0
- package/build/dts/components/gallery/ImageSmallPreview.test.d.ts +1 -0
- package/build/dts/components/gallery/ProductGallery.d.ts +12 -0
- package/build/dts/components/gallery/ProductGallery.stories.d.ts +9 -0
- package/build/dts/components/gallery/ProductGallery.test.d.ts +1 -0
- package/build/dts/components/icon-button/IconButton.d.ts +16 -0
- package/build/dts/components/icon-button/IconButton.stories.d.ts +23 -0
- package/build/dts/components/icon-button/IconButton.test.d.ts +1 -0
- package/build/dts/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.d.ts +6 -0
- package/build/dts/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.stories.d.ts +7 -0
- package/build/dts/components/icon-button/amazonAndPaypal/AmazonPaypalButtons.test.d.ts +1 -0
- package/build/dts/components/icons/Actions/Check.d.ts +3 -0
- package/build/dts/components/icons/Actions/ClearLight.d.ts +3 -0
- package/build/dts/components/icons/Actions/Close.d.ts +3 -0
- package/build/dts/components/icons/Actions/LightCheck.d.ts +6 -0
- package/build/dts/components/icons/Actions/LightExclamation.d.ts +3 -0
- package/build/dts/components/icons/Actions/Question.d.ts +3 -0
- package/build/dts/components/icons/Actions/Trash.d.ts +3 -0
- package/build/dts/components/icons/Actions/index.d.ts +7 -0
- package/build/dts/components/icons/Arrows/ChevronDown.d.ts +3 -0
- package/build/dts/components/icons/Arrows/ChevronLeft.d.ts +3 -0
- package/build/dts/components/icons/Arrows/ChevronRight.d.ts +3 -0
- package/build/dts/components/icons/Arrows/ChevronRightVariant.d.ts +3 -0
- package/build/dts/components/icons/Arrows/ChevronUp.d.ts +3 -0
- package/build/dts/components/icons/Arrows/ChevronUpSolid.d.ts +3 -0
- package/build/dts/components/icons/Arrows/CircleUp.d.ts +3 -0
- package/build/dts/components/icons/Arrows/index.d.ts +7 -0
- package/build/dts/components/icons/Custom/SixtyDaysGuarantee.d.ts +3 -0
- package/build/dts/components/icons/Custom/index.d.ts +1 -0
- package/build/dts/components/icons/Download/AppleStore.d.ts +3 -0
- package/build/dts/components/icons/Download/GooglePlay.d.ts +3 -0
- package/build/dts/components/icons/Download/index.d.ts +2 -0
- package/build/dts/components/icons/Messaging/Comment.d.ts +3 -0
- package/build/dts/components/icons/Messaging/Messenger.d.ts +3 -0
- package/build/dts/components/icons/Messaging/QuestionCircle.d.ts +3 -0
- package/build/dts/components/icons/Messaging/index.d.ts +3 -0
- package/build/dts/components/icons/Navigation/MapMarker.d.ts +3 -0
- package/build/dts/components/icons/Navigation/Search.d.ts +3 -0
- package/build/dts/components/icons/Navigation/ShoppingBag.d.ts +3 -0
- package/build/dts/components/icons/Navigation/User.d.ts +3 -0
- package/build/dts/components/icons/Navigation/index.d.ts +4 -0
- package/build/dts/components/icons/Other/FitPredictor.d.ts +3 -0
- package/build/dts/components/icons/Other/Loading.d.ts +6 -0
- package/build/dts/components/icons/Other/Shapermint.d.ts +3 -0
- package/build/dts/components/icons/Other/index.d.ts +4 -0
- package/build/dts/components/icons/Other/mcAfee.d.ts +3 -0
- package/build/dts/components/icons/PDP/Clock.d.ts +3 -0
- package/build/dts/components/icons/PDP/FlagUSA.d.ts +3 -0
- package/build/dts/components/icons/PDP/Minus.d.ts +3 -0
- package/build/dts/components/icons/PDP/Plus.d.ts +3 -0
- package/build/dts/components/icons/PDP/Rule.d.ts +3 -0
- package/build/dts/components/icons/PDP/Shipping.d.ts +3 -0
- package/build/dts/components/icons/PDP/Star.d.ts +3 -0
- package/build/dts/components/icons/PDP/StarEmpty.d.ts +3 -0
- package/build/dts/components/icons/PDP/StarHalf.d.ts +3 -0
- package/build/dts/components/icons/PDP/Stopwatch.d.ts +3 -0
- package/build/dts/components/icons/PDP/index.d.ts +10 -0
- package/build/dts/components/icons/Payment/Amazon.d.ts +3 -0
- package/build/dts/components/icons/Payment/Amex.d.ts +3 -0
- package/build/dts/components/icons/Payment/JCB.d.ts +3 -0
- package/build/dts/components/icons/Payment/Klarna.d.ts +3 -0
- package/build/dts/components/icons/Payment/MasterCard.d.ts +3 -0
- package/build/dts/components/icons/Payment/Paypal.d.ts +3 -0
- package/build/dts/components/icons/Payment/Visa.d.ts +3 -0
- package/build/dts/components/icons/Payment/index.d.ts +7 -0
- package/build/dts/components/icons/SlideDots/SlideDot.d.ts +3 -0
- package/build/dts/components/icons/SlideDots/index.d.ts +1 -0
- package/build/dts/components/icons/SocialMedia/Facebook.d.ts +3 -0
- package/build/dts/components/icons/SocialMedia/FacebookSolid.d.ts +3 -0
- package/build/dts/components/icons/SocialMedia/Instagram.d.ts +3 -0
- package/build/dts/components/icons/SocialMedia/InstagramSolid.d.ts +3 -0
- package/build/dts/components/icons/SocialMedia/Pinterest.d.ts +3 -0
- package/build/dts/components/icons/SocialMedia/Twitter.d.ts +3 -0
- package/build/dts/components/icons/SocialMedia/Youtube.d.ts +3 -0
- package/build/dts/components/icons/SocialMedia/index.d.ts +7 -0
- package/build/dts/components/icons/index.d.ts +27 -0
- package/build/dts/components/index.d.ts +48 -0
- package/build/dts/components/input/base/BaseInput.d.ts +14 -0
- package/build/dts/components/input/base/BaseInput.stories.d.ts +9 -0
- package/build/dts/components/input/base/BaseInput.test.d.ts +1 -0
- package/build/dts/components/input/base/Error.d.ts +6 -0
- package/build/dts/components/input/base/Styled.d.ts +31 -0
- package/build/dts/components/input/basePlusButton/BasePlusButton.d.ts +13 -0
- package/build/dts/components/input/basePlusButton/BasePlusButton.stories.d.ts +9 -0
- package/build/dts/components/input/basePlusButton/BasePlusButton.test.d.ts +1 -0
- package/build/dts/components/input/basePlusButton/Success.d.ts +6 -0
- package/build/dts/components/input/basePlusIcon/BasePlusIcon.d.ts +7 -0
- package/build/dts/components/input/basePlusIcon/BasePlusIcon.stories.d.ts +9 -0
- package/build/dts/components/input/basePlusIcon/BasePlusIcon.test.d.ts +1 -0
- package/build/dts/components/input/custom/Custom.d.ts +8 -0
- package/build/dts/components/input/custom/Custom.stories.d.ts +9 -0
- package/build/dts/components/input/custom/Custom.test.d.ts +1 -0
- package/build/dts/components/input/index.d.ts +7 -0
- package/build/dts/components/input/label/Label.d.ts +15 -0
- package/build/dts/components/input/label/Label.stories.d.ts +9 -0
- package/build/dts/components/input/label/Label.test.d.ts +1 -0
- package/build/dts/components/mobile/gallery/ImageProductWithTagsMobile.d.ts +10 -0
- package/build/dts/components/mobile/gallery/ProductGalleryMobile.d.ts +12 -0
- package/build/dts/components/mobile/gallery/ProductGalleryMobile.stories.d.ts +8 -0
- package/build/dts/components/mobile/gallery/ProductGalleryMobile.test.d.ts +1 -0
- package/build/dts/components/mobile/gallery/slide_navigation/ArrowButton.d.ts +8 -0
- package/build/dts/components/mobile/gallery/slide_navigation/SlideDots.d.ts +8 -0
- package/build/dts/components/mobile/gallery/slide_navigation/SlideDots.test.d.ts +1 -0
- package/build/dts/components/mobile/gallery/slide_navigation/SlideNavigation.d.ts +9 -0
- package/build/dts/components/mobile/gallery/slide_navigation/SlideNavigation.test.d.ts +1 -0
- package/build/dts/components/offer-banner/OfferBanner.d.ts +15 -0
- package/build/dts/components/offer-banner/OfferBanner.stories.d.ts +9 -0
- package/build/dts/components/offer-banner/OfferBanner.test.d.ts +1 -0
- package/build/dts/components/order-bar/OrderBar.d.ts +17 -0
- package/build/dts/components/order-bar/OrderBar.stories.d.ts +9 -0
- package/build/dts/components/order-bar/OrderBar.test.d.ts +1 -0
- package/build/dts/components/pagination/Pagination.d.ts +11 -0
- package/build/dts/components/pagination/Pagination.stories.d.ts +9 -0
- package/build/dts/components/pagination/Pagination.test.d.ts +1 -0
- package/build/dts/components/pagination/styles.d.ts +29 -0
- package/build/dts/components/payment-methods/PaymentMethod.d.ts +20 -0
- package/build/dts/components/payment-methods/PaymentMethod.stories.d.ts +13 -0
- package/build/dts/components/payment-methods/PaymentMethod.test.d.ts +1 -0
- package/build/dts/components/pricing/discount/DiscountTag.d.ts +21 -0
- package/build/dts/components/pricing/discount/DiscountTag.stories.d.ts +23 -0
- package/build/dts/components/pricing/discount/DiscountTag.test.d.ts +1 -0
- package/build/dts/components/pricing/index.d.ts +2 -0
- package/build/dts/components/pricing/price/PriceLabel.d.ts +11 -0
- package/build/dts/components/pricing/price/PriceLabel.stories.d.ts +23 -0
- package/build/dts/components/pricing/price/PriceLabel.test.d.ts +1 -0
- package/build/dts/components/product/order/item/SimpleOrderItem.d.ts +20 -0
- package/build/dts/components/product/order/item/SimpleOrderItem.stories.d.ts +11 -0
- package/build/dts/components/product/order/item/SimpleOrderItem.test.d.ts +1 -0
- package/build/dts/components/progress-bar/ProgressBar.d.ts +8 -0
- package/build/dts/components/progress-bar/ProgressBar.stories.d.ts +8 -0
- package/build/dts/components/progress-bar/ProgressBar.test.d.ts +1 -0
- package/build/dts/components/quantityPicker/QuantityPicker.d.ts +6 -0
- package/build/dts/components/quantityPicker/QuantityPicker.stories.d.ts +9 -0
- package/build/dts/components/quantityPicker/QuantityPicker.test.d.ts +1 -0
- package/build/dts/components/radio/container/group.d.ts +12 -0
- package/build/dts/components/radio/container/group.stories.d.ts +23 -0
- package/build/dts/components/radio/container/group.test.d.ts +1 -0
- package/build/dts/components/radio/index.d.ts +1 -0
- package/build/dts/components/radio/input/radio.d.ts +13 -0
- package/build/dts/components/radio/input/radio.stories.d.ts +23 -0
- package/build/dts/components/radio/input/radio.test.d.ts +1 -0
- package/build/dts/components/radio/input/styles.d.ts +13 -0
- package/build/dts/components/rating/Rating.d.ts +9 -0
- package/build/dts/components/rating/Rating.stories.d.ts +24 -0
- package/build/dts/components/rating/Rating.test.d.ts +1 -0
- package/build/dts/components/rating/starList/StarList.d.ts +9 -0
- package/build/dts/components/rating/starList/StarList.stories.d.ts +24 -0
- package/build/dts/components/rating/starList/StarList.test.d.ts +1 -0
- package/build/dts/components/rating/starList/styles.d.ts +12 -0
- package/build/dts/components/rating/styles.d.ts +13 -0
- package/build/dts/components/review/Review.d.ts +19 -0
- package/build/dts/components/review/Review.stories.d.ts +9 -0
- package/build/dts/components/review/Review.test.d.ts +1 -0
- package/build/dts/components/scroll-to-top/ScrollToTop.d.ts +18 -0
- package/build/dts/components/scroll-to-top/ScrollToTop.stories.d.ts +9 -0
- package/build/dts/components/scroll-to-top/ScrollToTop.test.d.ts +1 -0
- package/build/dts/components/search-bar/ClearButton.d.ts +6 -0
- package/build/dts/components/search-bar/ClearButton.test.d.ts +1 -0
- package/build/dts/components/search-bar/Footer.d.ts +7 -0
- package/build/dts/components/search-bar/Input.d.ts +9 -0
- package/build/dts/components/search-bar/ProductItem.d.ts +8 -0
- package/build/dts/components/search-bar/ProductItem.test.d.ts +1 -0
- package/build/dts/components/search-bar/ResultsPanel.d.ts +12 -0
- package/build/dts/components/search-bar/ResultsPanel.test.d.ts +1 -0
- package/build/dts/components/search-bar/SearchBar.d.ts +11 -0
- package/build/dts/components/search-bar/SearchBar.stories.d.ts +7 -0
- package/build/dts/components/search-bar/SearchBar.test.d.ts +1 -0
- package/build/dts/components/search-bar/SearchControl.d.ts +7 -0
- package/build/dts/components/search-bar/SearchControl.test.d.ts +1 -0
- package/build/dts/components/search-bar/index.d.ts +1 -0
- package/build/dts/components/selector/simple/SelectorSecondary.d.ts +4 -0
- package/build/dts/components/selector/simple/SelectorSecondary.stories.d.ts +23 -0
- package/build/dts/components/selector/simple/SelectorSecondary.test.d.ts +1 -0
- package/build/dts/components/selector/simple/SimpleSelector.d.ts +11 -0
- package/build/dts/components/selector/simple/SimpleSelector.test.d.ts +1 -0
- package/build/dts/components/shared/button/BaseButton.d.ts +13 -0
- package/build/dts/components/shared/button/BaseButton.stories.d.ts +14 -0
- package/build/dts/components/shared/card/Card.d.ts +18 -0
- package/build/dts/components/shared/card/Card.stories.d.ts +7 -0
- package/build/dts/components/shared/card/Card.test.d.ts +1 -0
- package/build/dts/components/shared/card/CardBody.d.ts +5 -0
- package/build/dts/components/shared/card/CardSection.d.ts +6 -0
- package/build/dts/components/shared/card/index.d.ts +2 -0
- package/build/dts/components/shared/image/Image.d.ts +14 -0
- package/build/dts/components/shared/image/Image.test.d.ts +1 -0
- package/build/dts/components/shared/label/label.d.ts +13 -0
- package/build/dts/components/shared/label/label.test.d.ts +1 -0
- package/build/dts/components/shared/label/styles.d.ts +7 -0
- package/build/dts/components/shared/select/BaseSelect.d.ts +16 -0
- package/build/dts/components/shared/select/BaseSelect.stories.d.ts +11 -0
- package/build/dts/components/shared/select/BaseSelectButton.d.ts +17 -0
- package/build/dts/components/shared/select/BaseSelectOption.d.ts +22 -0
- package/build/dts/components/shared/select/BaseSelectOptions.d.ts +7 -0
- package/build/dts/components/size/guide/SizeFitGuide.d.ts +9 -0
- package/build/dts/components/size/guide/SizeFitGuide.stories.d.ts +9 -0
- package/build/dts/components/size/guide/SizeFitGuide.test.d.ts +1 -0
- package/build/dts/components/size/selector/SizeSelector.d.ts +8 -0
- package/build/dts/components/size/selector/SizeSelector.stories.d.ts +7 -0
- package/build/dts/components/size/selector/SizeSelector.test.d.ts +1 -0
- package/build/dts/components/size-table/SizeTable.d.ts +6 -0
- package/build/dts/components/size-table/SizeTable.stories.d.ts +9 -0
- package/build/dts/components/size-table/SizeTable.test.d.ts +1 -0
- package/build/dts/components/slider/ArrowButton.d.ts +14 -0
- package/build/dts/components/slider/SliderNatigation.test.d.ts +1 -0
- package/build/dts/components/slider/SliderNavigation.d.ts +17 -0
- package/build/dts/components/slider/SliderNavigation.stories.d.ts +9 -0
- package/build/dts/components/slider/StyledSlider.d.ts +16 -0
- package/build/dts/components/spinner/Spinner.d.ts +10 -0
- package/build/dts/components/spinner/Spinner.stories.d.ts +9 -0
- package/build/dts/components/spinner/Spinner.test.d.ts +1 -0
- package/build/dts/components/tag/Tag.d.ts +7 -0
- package/build/dts/components/tag/Tag.test.d.ts +1 -0
- package/build/dts/components/tag/index.d.ts +3 -0
- package/build/dts/components/tag/variants/pdp/category/CategoryTag.d.ts +8 -0
- package/build/dts/components/tag/variants/pdp/category/CategoryTag.stories.d.ts +22 -0
- package/build/dts/components/tag/variants/pdp/category/CategoryTag.test.d.ts +1 -0
- package/build/dts/components/tag/variants/pdp/season-offer/SeasonOfferTag.d.ts +9 -0
- package/build/dts/components/tag/variants/pdp/season-offer/SeasonOfferTag.stories.d.ts +22 -0
- package/build/dts/components/tag/variants/pdp/season-offer/SeasonOfferTag.test.d.ts +1 -0
- package/build/dts/components/text/Text.d.ts +98 -0
- package/build/dts/components/text/Text.stories.d.ts +16 -0
- package/build/dts/components/text-button/TextButton.d.ts +13 -0
- package/build/dts/components/text-button/TextButton.stories.d.ts +58 -0
- package/build/dts/components/text-button/TextButton.test.d.ts +1 -0
- package/build/dts/components/timer/Timer.d.ts +13 -0
- package/build/dts/components/timer/Timer.stories.d.ts +9 -0
- package/build/dts/components/timer/Timer.test.d.ts +1 -0
- package/build/dts/components/tooltip/Arrow.d.ts +6 -0
- package/build/dts/components/tooltip/Styled.d.ts +56 -0
- package/build/dts/components/tooltip/Tooltip.d.ts +15 -0
- package/build/dts/components/tooltip/Tooltip.stories.d.ts +35 -0
- package/build/dts/components/tooltip/Tooltip.test.d.ts +1 -0
- package/build/dts/components/tooltip/utils.d.ts +7 -0
- package/build/dts/components/totals/index.d.ts +5 -0
- package/build/dts/components/totals/subtotal/Subtotal.d.ts +22 -0
- package/build/dts/components/totals/subtotal/Subtotal.stories.d.ts +9 -0
- package/build/dts/components/totals/subtotal/Subtotal.test.d.ts +1 -0
- package/build/dts/components/totals/total/Total.d.ts +38 -0
- package/build/dts/components/totals/total/Total.stories.d.ts +9 -0
- package/build/dts/components/totals/total/Total.test.d.ts +1 -0
- package/build/dts/config/breakpoints.d.ts +5 -0
- package/build/dts/core/theme/Theme.d.ts +382 -0
- package/build/dts/core/theme/Theme.test.d.ts +1 -0
- package/build/dts/core/theme/shapermint.theme.d.ts +3 -0
- package/build/dts/core/theme/theme.helpers.d.ts +13 -0
- package/build/dts/core/theme/truekind.theme.d.ts +3 -0
- package/build/dts/hooks/WindowDimensions.d.ts +8 -0
- package/build/dts/hooks/click-outside.d.ts +3 -0
- package/build/dts/hooks/index.d.ts +3 -0
- package/build/dts/index.d.ts +5 -0
- package/build/dts/setupTests.d.ts +1 -0
- package/build/dts/types/enums.d.ts +21 -0
- package/build/dts/types/types.d.ts +81 -0
- package/build/dts/utils/dateFormatter/dateFormatter.d.ts +1 -0
- package/build/dts/utils/dateFormatter/dateFormatter.test.d.ts +1 -0
- package/build/dts/utils/decimalParser/decimalParser.d.ts +4 -0
- package/build/dts/utils/decimalParser/decimalParser.test.d.ts +1 -0
- package/build/dts/utils/index.d.ts +4 -0
- package/build/dts/utils/media.d.ts +7 -0
- package/build/dts/utils/simulateClick/simulateClick.d.ts +1 -0
- package/build/dts/utils/simulateClick/simulateClick.test.d.ts +1 -0
- package/build/dts/utils/sliceString/sliceString.d.ts +1 -0
- package/build/dts/utils/sliceString/sliceString.test.d.ts +1 -0
- package/build/dts/utils/validations/validations.d.ts +5 -0
- package/build/dts/utils/validations/validations.test.d.ts +1 -0
- package/build/index.d.ts +582 -527
- package/build/index.esm.js +2864 -2944
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2913 -2989
- package/build/index.js.map +1 -1
- package/build/theme/shapermint.theme.js +566 -0
- package/build/theme/truekind.theme.js +608 -0
- package/package.json +20 -14
|
@@ -0,0 +1,566 @@
|
|
|
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 shapermint = {
|
|
49
|
+
name: 'Shapermint',
|
|
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('#f7a08b', '--colors-shades-700-color', '#fcd9d1', '--colors-shades-700-color')), { 20: color('fdece8', '--colors-shades-700-color', '#fef7f6', '--colors-shades-700-color'), 40: color('#fcd9d1', '--colors-shades-700-color', '#fef0ed', '--colors-shades-700-color'), 60: color('#fac6b9', '--colors-shades-700-color', '#fde8e3', '--colors-shades-700-color'), 80: color('#f9b3a2', '--colors-shades-700-color', '#fde1da', '--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
|
+
// prettier-ignore
|
|
62
|
+
ocean: color('#2B526D', '--colors-shades-white-color', '#BFCBD3', '--colors-shades-700-color'),
|
|
63
|
+
},
|
|
64
|
+
shades: {
|
|
65
|
+
black: basic('#000', '--colors-shades-white-color'),
|
|
66
|
+
white: basic('#fff', '--colors-shades-700-color'),
|
|
67
|
+
5: basic('#fafafa', '--colors-shades-700-color'),
|
|
68
|
+
10: basic('#f7f7f7', '--colors-shades-700-color'),
|
|
69
|
+
50: basic('#efefef', '--colors-shades-700-color'),
|
|
70
|
+
100: basic('#e5e5e5', '--colors-shades-700-color'),
|
|
71
|
+
150: basic('#d1d1d1', '--colors-shades-700-color'),
|
|
72
|
+
200: basic('#bbbbbb', '--colors-shades-700-color'),
|
|
73
|
+
250: basic('#a6a6a6', '--colors-shades-700-color'),
|
|
74
|
+
300: basic('#9e9e9e', '--colors-shades-700-color'),
|
|
75
|
+
350: basic('#949494', '--colors-shades-700-color'),
|
|
76
|
+
400: basic('#808080', '--colors-shades-700-color'),
|
|
77
|
+
450: basic('#767676', '--colors-shades-700-color'),
|
|
78
|
+
500: basic('#5a5a5a', '--colors-shades-white-color'),
|
|
79
|
+
550: basic('#3a3a3a', '--colors-shades-white-color'),
|
|
80
|
+
600: basic('#343434', '--colors-shades-white-color'),
|
|
81
|
+
650: basic('#2d2d2d', '--colors-shades-white-color'),
|
|
82
|
+
700: basic('#292929', '--colors-shades-white-color'),
|
|
83
|
+
750: basic('#232323', '--colors-shades-white-color'),
|
|
84
|
+
800: basic('#202020', '--colors-shades-white-color'),
|
|
85
|
+
850: basic('#1b1b1b', '--colors-shades-white-color'),
|
|
86
|
+
900: basic('#191919', '--colors-shades-white-color'),
|
|
87
|
+
950: basic('#141414', '--colors-shades-white-color'),
|
|
88
|
+
990: basic('#0b0b0b', '--colors-shades-white-color'),
|
|
89
|
+
},
|
|
90
|
+
semantic: {
|
|
91
|
+
positive: basic('#2f806a', '--colors-shades-white-color'),
|
|
92
|
+
urgent: basic('#c64844', '--colors-shades-white-color'),
|
|
93
|
+
attention: basic('#f2d96f', '--colors-shades-700-color'),
|
|
94
|
+
informative: basic('#0a609b', '--colors-shades-700-color'),
|
|
95
|
+
},
|
|
96
|
+
border: {
|
|
97
|
+
color: '',
|
|
98
|
+
disabled: '--colors-shades-200-color',
|
|
99
|
+
highlight: '--colors-shades-700-color',
|
|
100
|
+
},
|
|
101
|
+
background: {
|
|
102
|
+
color: '--colors-shades-white-color',
|
|
103
|
+
disabled: '--colors-shades-50-color',
|
|
104
|
+
},
|
|
105
|
+
text: {
|
|
106
|
+
color: '--colors-shades-700-color',
|
|
107
|
+
disabled: '--colors-shades-250-color',
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
component: {
|
|
111
|
+
button: {
|
|
112
|
+
border: 'none',
|
|
113
|
+
borderRadius: '0.5rem',
|
|
114
|
+
fontWeight: 600,
|
|
115
|
+
size: {
|
|
116
|
+
small: {
|
|
117
|
+
fontSize: '1rem',
|
|
118
|
+
padding: '0.875rem 2rem',
|
|
119
|
+
},
|
|
120
|
+
medium: {
|
|
121
|
+
fontSize: '0.875rem',
|
|
122
|
+
padding: '0.688rem 2rem',
|
|
123
|
+
},
|
|
124
|
+
large: {
|
|
125
|
+
fontSize: '0.75rem',
|
|
126
|
+
padding: '0.625rem 2rem',
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
primary: {
|
|
130
|
+
active: {
|
|
131
|
+
backgroundColor: '--colors-pallete-primary-color',
|
|
132
|
+
color: '--colors-pallete-primary-contrast',
|
|
133
|
+
},
|
|
134
|
+
hover: {
|
|
135
|
+
backgroundColor: '--colors-pallete-primary-soft-color',
|
|
136
|
+
color: '--colors-pallete-primary-soft-contrast',
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
secondary: {
|
|
140
|
+
active: {
|
|
141
|
+
backgroundColor: '--colors-pallete-secondary-color',
|
|
142
|
+
color: '--colors-pallete-secondary-contrast',
|
|
143
|
+
},
|
|
144
|
+
hover: {
|
|
145
|
+
backgroundColor: '--colors-pallete-secondary-80-color',
|
|
146
|
+
color: '--colors-pallete-secondary-contrast',
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
input: {
|
|
151
|
+
background: '--colors-shades-white-color',
|
|
152
|
+
color: '--colors-shades-700-color',
|
|
153
|
+
placeholderColor: '--colors-shades-250-color',
|
|
154
|
+
borderRadius: '0.5rem',
|
|
155
|
+
fontSize: '1rem',
|
|
156
|
+
fontWeight: 400,
|
|
157
|
+
padding: '0.75rem 1rem',
|
|
158
|
+
lineHeight: '1.5rem',
|
|
159
|
+
border: '0.063rem solid var(--colors-shades-200-color)',
|
|
160
|
+
boxShadow: 'none',
|
|
161
|
+
},
|
|
162
|
+
inputCustom: {
|
|
163
|
+
button: {
|
|
164
|
+
borderRadius: '0 0.5rem 0.5rem 0',
|
|
165
|
+
},
|
|
166
|
+
input: {
|
|
167
|
+
borderRadius: '0.5rem 1rem 1rem 0.5rem',
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
selector: {
|
|
171
|
+
size: {
|
|
172
|
+
small: {
|
|
173
|
+
padding: '0.625rem 1.25rem',
|
|
174
|
+
borderRadius: '0.5rem',
|
|
175
|
+
},
|
|
176
|
+
medium: {
|
|
177
|
+
padding: '0.25rem 1rem',
|
|
178
|
+
borderRadius: '0.375rem',
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
default: {
|
|
182
|
+
fontWeight: 600,
|
|
183
|
+
border: '0.063rem solid var(--colors-shades-250-color)',
|
|
184
|
+
background: '--colors-shades-white-color',
|
|
185
|
+
color: '--colors-shades-700-color',
|
|
186
|
+
},
|
|
187
|
+
hover: {
|
|
188
|
+
fontWeight: 600,
|
|
189
|
+
background: '--colors-shades-700-color',
|
|
190
|
+
border: 'none',
|
|
191
|
+
color: '--colors-shades-white-color',
|
|
192
|
+
},
|
|
193
|
+
disabled: {
|
|
194
|
+
border: 'none',
|
|
195
|
+
},
|
|
196
|
+
fontSize: '0.75rem',
|
|
197
|
+
},
|
|
198
|
+
rating: {
|
|
199
|
+
fontWeight: 400,
|
|
200
|
+
size: {
|
|
201
|
+
xsmall: {
|
|
202
|
+
fontSize: '0.625rem',
|
|
203
|
+
lineHeight: '0.875rem',
|
|
204
|
+
},
|
|
205
|
+
small: {
|
|
206
|
+
fontSize: '0.875rem',
|
|
207
|
+
lineHeight: '1.375rem',
|
|
208
|
+
},
|
|
209
|
+
medium: {
|
|
210
|
+
fontSize: '1rem',
|
|
211
|
+
lineHeight: '1.5rem',
|
|
212
|
+
},
|
|
213
|
+
large: {
|
|
214
|
+
fontSize: '1.125rem',
|
|
215
|
+
lineHeight: '1.75rem',
|
|
216
|
+
},
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
card: {
|
|
220
|
+
borderRadius: '0.5rem',
|
|
221
|
+
},
|
|
222
|
+
radio: {
|
|
223
|
+
borderColor: '--colors-shades-700-color',
|
|
224
|
+
background: '--colors-shades-white-color',
|
|
225
|
+
size: {
|
|
226
|
+
large: {
|
|
227
|
+
borderWidth: '0.094rem',
|
|
228
|
+
margin: '0.5rem',
|
|
229
|
+
height: '2.25rem',
|
|
230
|
+
active: {
|
|
231
|
+
borderWidth: '0.875rem',
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
medium: {
|
|
235
|
+
borderWidth: '0.094rem',
|
|
236
|
+
margin: '0.375rem',
|
|
237
|
+
height: '1.375rem',
|
|
238
|
+
active: {
|
|
239
|
+
borderWidth: '0.5rem',
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
small: {
|
|
243
|
+
borderWidth: '0.063rem',
|
|
244
|
+
margin: '0.375rem',
|
|
245
|
+
height: '0.875rem',
|
|
246
|
+
active: {
|
|
247
|
+
borderWidth: '0.313rem',
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
label: {
|
|
253
|
+
fontSize: {
|
|
254
|
+
small: '0.75rem',
|
|
255
|
+
medium: '0.75rem',
|
|
256
|
+
large: '0.875rem',
|
|
257
|
+
},
|
|
258
|
+
lineHeight: {
|
|
259
|
+
small: '1rem',
|
|
260
|
+
medium: '1rem',
|
|
261
|
+
large: '1.125rem',
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
checkbox: {
|
|
265
|
+
background: '--colors-shades-white-color',
|
|
266
|
+
borderColor: '--colors-shades-700-color',
|
|
267
|
+
active: {
|
|
268
|
+
background: '--colors-shades-700-color',
|
|
269
|
+
},
|
|
270
|
+
size: {
|
|
271
|
+
large: {
|
|
272
|
+
width: '1.8rem',
|
|
273
|
+
height: '1.8rem',
|
|
274
|
+
borderRadius: '0.25rem',
|
|
275
|
+
borderWidth: '0.094rem',
|
|
276
|
+
margin: '0.6rem',
|
|
277
|
+
icon: {
|
|
278
|
+
width: '1.1rem',
|
|
279
|
+
height: '0.8rem',
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
medium: {
|
|
283
|
+
width: '1.375rem',
|
|
284
|
+
height: '1.375rem',
|
|
285
|
+
borderRadius: '0.25rem',
|
|
286
|
+
borderWidth: '0.094rem',
|
|
287
|
+
margin: '0.438rem',
|
|
288
|
+
icon: {
|
|
289
|
+
width: '0.875rem',
|
|
290
|
+
height: '0.625rem',
|
|
291
|
+
},
|
|
292
|
+
},
|
|
293
|
+
small: {
|
|
294
|
+
width: '0.875rem',
|
|
295
|
+
height: '0.875rem',
|
|
296
|
+
borderRadius: '0.125rem',
|
|
297
|
+
borderWidth: '0.063rem',
|
|
298
|
+
margin: '0.563rem',
|
|
299
|
+
icon: {
|
|
300
|
+
width: '0.5rem',
|
|
301
|
+
height: '0.375rem',
|
|
302
|
+
},
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
accordion: {
|
|
307
|
+
variant: {
|
|
308
|
+
box: {
|
|
309
|
+
container: {
|
|
310
|
+
border: '0.063rem solid',
|
|
311
|
+
borderColor: '--colors-shades-100-color',
|
|
312
|
+
borderRadius: '0.25rem',
|
|
313
|
+
padding: '1.25rem 2rem',
|
|
314
|
+
},
|
|
315
|
+
summary: {
|
|
316
|
+
fontWeight: 600,
|
|
317
|
+
fontSize: '20px',
|
|
318
|
+
lineHeight: '28px',
|
|
319
|
+
color: '--colors-shades-700-color',
|
|
320
|
+
},
|
|
321
|
+
details: {
|
|
322
|
+
margin: '10px 0px 0px 0px',
|
|
323
|
+
},
|
|
324
|
+
icon: {
|
|
325
|
+
width: 1.5,
|
|
326
|
+
height: 1.5,
|
|
327
|
+
color: '--colors-shades-700-color',
|
|
328
|
+
},
|
|
329
|
+
},
|
|
330
|
+
simple: {
|
|
331
|
+
container: {
|
|
332
|
+
borderTop: '1px solid',
|
|
333
|
+
borderColor: '--colors-shades-100-color',
|
|
334
|
+
borderBottom: 'none',
|
|
335
|
+
borderRadius: 'none',
|
|
336
|
+
padding: '10px 0px',
|
|
337
|
+
},
|
|
338
|
+
summary: {
|
|
339
|
+
fontWeight: 400,
|
|
340
|
+
fontSize: '20px',
|
|
341
|
+
lineHeight: '28px',
|
|
342
|
+
color: '--colors-shades-700-color',
|
|
343
|
+
},
|
|
344
|
+
details: {
|
|
345
|
+
margin: '10px 0px 0px 0px',
|
|
346
|
+
},
|
|
347
|
+
icon: {
|
|
348
|
+
width: 1,
|
|
349
|
+
height: 1,
|
|
350
|
+
color: '--colors-shades-700-color',
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
|
+
dropdown: {
|
|
356
|
+
borderRadius: '0.5rem',
|
|
357
|
+
fontSize: '0.875rem',
|
|
358
|
+
fontWeight: 600,
|
|
359
|
+
lineHeight: '1.125rem',
|
|
360
|
+
padding: '0.5rem 0.75rem 0.5rem 1rem',
|
|
361
|
+
color: '--colors-shades-700-color',
|
|
362
|
+
fill: '--colors-shades-700-color',
|
|
363
|
+
options: {
|
|
364
|
+
borderColor: '--colors-shades-700-color',
|
|
365
|
+
color: '--colors-shades-700-color',
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
typography: {
|
|
370
|
+
config: {
|
|
371
|
+
weight: {
|
|
372
|
+
heavy: 900,
|
|
373
|
+
bold: 700,
|
|
374
|
+
demi: 600,
|
|
375
|
+
regular: 400,
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
|
+
variants: {
|
|
379
|
+
hero1: {
|
|
380
|
+
fontSize: 76,
|
|
381
|
+
lineHeight: '92px',
|
|
382
|
+
},
|
|
383
|
+
hero2: {
|
|
384
|
+
fontSize: 72,
|
|
385
|
+
lineHeight: '88px',
|
|
386
|
+
},
|
|
387
|
+
hero3: {
|
|
388
|
+
fontSize: 68,
|
|
389
|
+
lineHeight: '84px',
|
|
390
|
+
},
|
|
391
|
+
display1: {
|
|
392
|
+
fontSize: 60,
|
|
393
|
+
lineHeight: '76px',
|
|
394
|
+
},
|
|
395
|
+
display2: {
|
|
396
|
+
fontSize: 52,
|
|
397
|
+
lineHeight: '68px',
|
|
398
|
+
},
|
|
399
|
+
heading1: {
|
|
400
|
+
fontSize: 42,
|
|
401
|
+
lineHeight: '52px',
|
|
402
|
+
},
|
|
403
|
+
heading2: {
|
|
404
|
+
fontSize: 36,
|
|
405
|
+
lineHeight: '44px',
|
|
406
|
+
},
|
|
407
|
+
heading3: {
|
|
408
|
+
fontSize: 30,
|
|
409
|
+
lineHeight: '38px',
|
|
410
|
+
},
|
|
411
|
+
heading4: {
|
|
412
|
+
fontSize: 24,
|
|
413
|
+
lineHeight: '32px',
|
|
414
|
+
},
|
|
415
|
+
heading5: {
|
|
416
|
+
fontSize: 20,
|
|
417
|
+
lineHeight: '28px',
|
|
418
|
+
},
|
|
419
|
+
heading6: {
|
|
420
|
+
fontSize: 18,
|
|
421
|
+
lineHeight: '28px',
|
|
422
|
+
},
|
|
423
|
+
'body-regular': {
|
|
424
|
+
fontSize: 16,
|
|
425
|
+
lineHeight: '24px',
|
|
426
|
+
},
|
|
427
|
+
'body-small': {
|
|
428
|
+
fontSize: 14,
|
|
429
|
+
lineHeight: '22px',
|
|
430
|
+
},
|
|
431
|
+
'link-regular': {
|
|
432
|
+
fontSize: 16,
|
|
433
|
+
lineHeight: '24px',
|
|
434
|
+
},
|
|
435
|
+
'link-small': {
|
|
436
|
+
fontSize: 14,
|
|
437
|
+
lineHeight: '22px',
|
|
438
|
+
},
|
|
439
|
+
'pricing-large': {
|
|
440
|
+
fontSize: 24,
|
|
441
|
+
lineHeight: '32px',
|
|
442
|
+
},
|
|
443
|
+
'pricing-medium': {
|
|
444
|
+
fontSize: 18,
|
|
445
|
+
lineHeight: '24px',
|
|
446
|
+
},
|
|
447
|
+
'pricing-regular': {
|
|
448
|
+
fontSize: 16,
|
|
449
|
+
lineHeight: '32px',
|
|
450
|
+
},
|
|
451
|
+
'pricing-small': {
|
|
452
|
+
fontSize: 14,
|
|
453
|
+
lineHeight: '20px',
|
|
454
|
+
},
|
|
455
|
+
button: {
|
|
456
|
+
textTransform: 'uppercase',
|
|
457
|
+
},
|
|
458
|
+
'button-large': {
|
|
459
|
+
fontSize: 16,
|
|
460
|
+
lineHeight: '20px',
|
|
461
|
+
},
|
|
462
|
+
'button-regular': {
|
|
463
|
+
fontSize: 14,
|
|
464
|
+
lineHeight: '18px',
|
|
465
|
+
},
|
|
466
|
+
'button-small': {
|
|
467
|
+
fontSize: 12,
|
|
468
|
+
lineHeight: '16px',
|
|
469
|
+
},
|
|
470
|
+
'label-regular': {
|
|
471
|
+
fontSize: 14,
|
|
472
|
+
lineHeight: '18px',
|
|
473
|
+
},
|
|
474
|
+
'label-small': {
|
|
475
|
+
fontSize: 12,
|
|
476
|
+
lineHeight: '16px',
|
|
477
|
+
},
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
fonts: {
|
|
481
|
+
url: 'https://cdn.jsdelivr.net/gh/igor-ribeiro/storefront-static@main/fonts/shapermint',
|
|
482
|
+
config: [
|
|
483
|
+
{
|
|
484
|
+
family: 'AvenirNextLTPro',
|
|
485
|
+
src: 'AvenirNextLTPro-Regular.otf',
|
|
486
|
+
weight: 'normal',
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
family: 'AvenirNextLTPro',
|
|
490
|
+
src: 'AvenirNextLTPro-Demi.otf',
|
|
491
|
+
weight: 'bold',
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
family: 'AvenirNextLTPro',
|
|
495
|
+
src: 'AvenirNextLTPro-Bold.otf',
|
|
496
|
+
weight: '800 900',
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
family: 'AvenirNextLTPro',
|
|
500
|
+
src: 'AvenirNextLTPro-DemiCn.otf',
|
|
501
|
+
weight: 'bold',
|
|
502
|
+
stretch: 'condensed',
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
family: 'AvenirNextLTPro',
|
|
506
|
+
src: 'AvenirNextLTPro-DemiCnIt.otf',
|
|
507
|
+
weight: 'bold',
|
|
508
|
+
stretch: 'condensed',
|
|
509
|
+
style: 'italic',
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
family: 'AvenirNextLTPro',
|
|
513
|
+
src: 'AvenirNextLTPro-DemiIt.otf',
|
|
514
|
+
weight: 'bold',
|
|
515
|
+
style: 'italic',
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
family: 'AvenirNextLTPro',
|
|
519
|
+
src: 'AvenirNextLTPro-MediumCn.otf',
|
|
520
|
+
weight: 500,
|
|
521
|
+
stretch: 'condensed',
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
family: 'AvenirNextLTPro',
|
|
525
|
+
src: 'AvenirNextLTPro-MediumCnIt.otf',
|
|
526
|
+
weight: 500,
|
|
527
|
+
style: 'italic',
|
|
528
|
+
stretch: 'condensed',
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
family: 'AvenirNextLTPro',
|
|
532
|
+
src: 'AvenirNextLTPro-UltLtCn.otf',
|
|
533
|
+
weight: 200,
|
|
534
|
+
stretch: 'condensed',
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
family: 'AvenirNextLTPro',
|
|
538
|
+
src: 'AvenirNextLTPro-UltLtCnIt.otf',
|
|
539
|
+
weight: 200,
|
|
540
|
+
style: 'italic',
|
|
541
|
+
stretch: 'condensed',
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
family: 'AvenirNextLTPro',
|
|
545
|
+
src: 'AvenirNextLTPro-HeavyCn.otf',
|
|
546
|
+
weight: 900,
|
|
547
|
+
stretch: 'condensed',
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
family: 'AvenirNextLTPro',
|
|
551
|
+
src: 'AvenirNextLTPro-HeavyCnIt.otf',
|
|
552
|
+
weight: 900,
|
|
553
|
+
style: 'italic',
|
|
554
|
+
stretch: 'condensed',
|
|
555
|
+
},
|
|
556
|
+
],
|
|
557
|
+
},
|
|
558
|
+
assets: {
|
|
559
|
+
images: {
|
|
560
|
+
favicon: 'https://cdn.shopify.com/s/files/1/2679/8624/files/shapermint_favicon-128x128.png',
|
|
561
|
+
logo: 'https://cdn.jsdelivr.net/gh/igor-ribeiro/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
562
|
+
},
|
|
563
|
+
},
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
module.exports = shapermint;
|