@faststore/ui 1.12.33 → 1.12.35
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/CHANGELOG.md +2041 -0
- package/LICENSE +21 -0
- package/dist/atoms/Badge/Badge.d.ts +11 -0
- package/dist/atoms/Badge/Badge.js +6 -0
- package/dist/atoms/Badge/Badge.js.map +1 -0
- package/dist/atoms/Badge/index.d.ts +2 -0
- package/dist/atoms/Badge/index.js +2 -0
- package/dist/atoms/Badge/index.js.map +1 -0
- package/dist/atoms/Button/Button.d.ts +10 -0
- package/dist/atoms/Button/Button.js +6 -0
- package/dist/atoms/Button/Button.js.map +1 -0
- package/dist/atoms/Button/index.d.ts +2 -0
- package/dist/atoms/Button/index.js +2 -0
- package/dist/atoms/Button/index.js.map +1 -0
- package/dist/atoms/Checkbox/Checkbox.d.ts +10 -0
- package/dist/atoms/Checkbox/Checkbox.js +6 -0
- package/dist/atoms/Checkbox/Checkbox.js.map +1 -0
- package/dist/atoms/Checkbox/index.d.ts +2 -0
- package/dist/atoms/Checkbox/index.js +2 -0
- package/dist/atoms/Checkbox/index.js.map +1 -0
- package/dist/{ui/src/components/molecules/Gift/Gift.d.ts → atoms/Icon/Icon.d.ts} +7 -8
- package/dist/atoms/Icon/Icon.js +6 -0
- package/dist/atoms/Icon/Icon.js.map +1 -0
- package/dist/atoms/Icon/index.d.ts +2 -0
- package/dist/atoms/Icon/index.js +2 -0
- package/dist/atoms/Icon/index.js.map +1 -0
- package/dist/atoms/Icon/stories/assets/ShoppingCart.d.ts +3 -0
- package/dist/atoms/Icon/stories/assets/ShoppingCart.js +8 -0
- package/dist/atoms/Icon/stories/assets/ShoppingCart.js.map +1 -0
- package/dist/{components/atoms → atoms}/Incentive/Incentive.d.ts +0 -0
- package/dist/{ui/src/components/atoms → atoms}/Incentive/Incentive.js +0 -0
- package/dist/atoms/Incentive/Incentive.js.map +1 -0
- package/dist/{components/atoms → atoms}/Incentive/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Incentive/index.js +0 -0
- package/dist/atoms/Incentive/index.js.map +1 -0
- package/dist/{components/atoms → atoms}/Incentive/stories/assets/Icons.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Incentive/stories/assets/Icons.js +0 -0
- package/dist/atoms/Incentive/stories/assets/Icons.js.map +1 -0
- package/dist/{components/atoms → atoms}/Input/Input.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Input/Input.js +0 -0
- package/dist/atoms/Input/Input.js.map +1 -0
- package/dist/{components/atoms → atoms}/Input/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Input/index.js +0 -0
- package/dist/atoms/Input/index.js.map +1 -0
- package/dist/atoms/Label/Label.d.ts +10 -0
- package/dist/atoms/Label/Label.js +6 -0
- package/dist/atoms/Label/Label.js.map +1 -0
- package/dist/atoms/Label/index.d.ts +2 -0
- package/dist/atoms/Label/index.js +2 -0
- package/dist/atoms/Label/index.js.map +1 -0
- package/dist/{ui/src/components/atoms → atoms}/Link/Link.d.ts +1 -1
- package/dist/{components/atoms → atoms}/Link/Link.js +0 -0
- package/dist/atoms/Link/Link.js.map +1 -0
- package/dist/{components/atoms → atoms}/Link/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Link/index.js +0 -0
- package/dist/atoms/Link/index.js.map +1 -0
- package/dist/{components/atoms → atoms}/List/List.d.ts +0 -0
- package/dist/{components/atoms → atoms}/List/List.js +0 -0
- package/dist/atoms/List/List.js.map +1 -0
- package/dist/{components/atoms → atoms}/List/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/List/index.js +0 -0
- package/dist/atoms/List/index.js.map +1 -0
- package/dist/{ui/src/components/molecules/Card/Card.d.ts → atoms/Overlay/Overlay.d.ts} +4 -4
- package/dist/atoms/Overlay/Overlay.js +6 -0
- package/dist/atoms/Overlay/Overlay.js.map +1 -0
- package/dist/atoms/Overlay/index.d.ts +2 -0
- package/dist/atoms/Overlay/index.js +2 -0
- package/dist/atoms/Overlay/index.js.map +1 -0
- package/dist/{ui/src/components/atoms → atoms}/Popover/Popover.d.ts +0 -0
- package/dist/{ui/src/components/atoms → atoms}/Popover/Popover.js +0 -0
- package/dist/atoms/Popover/Popover.js.map +1 -0
- package/dist/{components/atoms → atoms}/Popover/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Popover/index.js +0 -0
- package/dist/atoms/Popover/index.js.map +1 -0
- package/dist/{components/atoms → atoms}/Price/Price.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Price/Price.js +0 -0
- package/dist/atoms/Price/Price.js.map +1 -0
- package/dist/{components/atoms → atoms}/Price/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Price/index.js +0 -0
- package/dist/atoms/Price/index.js.map +1 -0
- package/dist/atoms/Radio/Radio.d.ts +7 -0
- package/dist/atoms/Radio/Radio.js +6 -0
- package/dist/atoms/Radio/Radio.js.map +1 -0
- package/dist/atoms/Radio/index.d.ts +2 -0
- package/dist/atoms/Radio/index.js +2 -0
- package/dist/atoms/Radio/index.js.map +1 -0
- package/dist/{components/atoms → atoms}/Select/Select.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Select/Select.js +0 -0
- package/dist/atoms/Select/Select.js.map +1 -0
- package/dist/{components/atoms → atoms}/Select/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Select/index.js +0 -0
- package/dist/atoms/Select/index.js.map +1 -0
- package/dist/{components/atoms → atoms}/Skeleton/Skeleton.d.ts +0 -0
- package/dist/{ui/src/components/atoms → atoms}/Skeleton/Skeleton.js +0 -0
- package/dist/atoms/Skeleton/Skeleton.js.map +1 -0
- package/dist/{components/atoms → atoms}/Skeleton/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Skeleton/index.js +0 -0
- package/dist/atoms/Skeleton/index.js.map +1 -0
- package/dist/{ui/src/components/atoms → atoms}/Slider/Slider.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Slider/Slider.js +0 -0
- package/dist/atoms/Slider/Slider.js.map +1 -0
- package/dist/{components/atoms → atoms}/Slider/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Slider/index.js +0 -0
- package/dist/atoms/Slider/index.js.map +1 -0
- package/dist/{ui/src/components/atoms → atoms}/Spinner/Spinner.d.ts +0 -0
- package/dist/{ui/src/components/atoms → atoms}/Spinner/Spinner.js +0 -0
- package/dist/atoms/Spinner/Spinner.js.map +1 -0
- package/dist/{components/atoms → atoms}/Spinner/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/Spinner/index.js +0 -0
- package/dist/atoms/Spinner/index.js.map +1 -0
- package/dist/{components/atoms → atoms}/TextArea/TextArea.d.ts +0 -0
- package/dist/{ui/src/components/atoms → atoms}/TextArea/TextArea.js +0 -0
- package/dist/atoms/TextArea/TextArea.js.map +1 -0
- package/dist/{components/atoms → atoms}/TextArea/index.d.ts +0 -0
- package/dist/{components/atoms → atoms}/TextArea/index.js +0 -0
- package/dist/atoms/TextArea/index.js.map +1 -0
- package/dist/hooks/useSlider/useSlider.d.ts +3 -3
- package/dist/index.d.ts +92 -57
- package/dist/index.js +46 -29
- package/dist/index.js.map +1 -1
- package/dist/{components/molecules → molecules}/Accordion/Accordion.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Accordion/Accordion.js +0 -0
- package/dist/molecules/Accordion/Accordion.js.map +1 -0
- package/dist/{components/molecules → molecules}/Accordion/AccordionButton.d.ts +2 -2
- package/dist/{ui/src/components/molecules → molecules}/Accordion/AccordionButton.js +1 -1
- package/dist/molecules/Accordion/AccordionButton.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/Accordion/AccordionItem.d.ts +1 -1
- package/dist/{components/molecules → molecules}/Accordion/AccordionItem.js +0 -0
- package/dist/molecules/Accordion/AccordionItem.js.map +1 -0
- package/dist/{components/molecules → molecules}/Accordion/AccordionPanel.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Accordion/AccordionPanel.js +0 -0
- package/dist/molecules/Accordion/AccordionPanel.js.map +1 -0
- package/dist/{components/molecules → molecules}/Accordion/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Accordion/index.js +0 -0
- package/dist/molecules/Accordion/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/AggregateRating/AggregateRating.d.ts +2 -2
- package/dist/{ui/src/components/molecules → molecules}/AggregateRating/AggregateRating.js +3 -3
- package/dist/molecules/AggregateRating/AggregateRating.js.map +1 -0
- package/dist/{components/molecules → molecules}/AggregateRating/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/AggregateRating/index.js +0 -0
- package/dist/molecules/AggregateRating/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Alert/Alert.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Alert/Alert.js +0 -0
- package/dist/molecules/Alert/Alert.js.map +1 -0
- package/dist/{components/molecules → molecules}/Alert/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Alert/index.js +0 -0
- package/dist/molecules/Alert/index.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/Banner/Banner.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Banner/Banner.js +0 -0
- package/dist/molecules/Banner/Banner.js.map +1 -0
- package/dist/{components/molecules → molecules}/Banner/BannerContent.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Banner/BannerContent.js +0 -0
- package/dist/molecules/Banner/BannerContent.js.map +1 -0
- package/dist/{components/molecules → molecules}/Banner/BannerImage.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Banner/BannerImage.js +0 -0
- package/dist/molecules/Banner/BannerImage.js.map +1 -0
- package/dist/{components/molecules → molecules}/Banner/BannerLink.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Banner/BannerLink.js +0 -0
- package/dist/molecules/Banner/BannerLink.js.map +1 -0
- package/dist/{components/molecules → molecules}/Banner/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Banner/index.js +0 -0
- package/dist/molecules/Banner/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Breadcrumb/Breadcrumb.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Breadcrumb/Breadcrumb.js +2 -2
- package/dist/molecules/Breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/{components/molecules → molecules}/Breadcrumb/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Breadcrumb/index.js +0 -0
- package/dist/molecules/Breadcrumb/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Bullets/Bullets.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Bullets/Bullets.js +1 -1
- package/dist/molecules/Bullets/Bullets.js.map +1 -0
- package/dist/{components/molecules → molecules}/Bullets/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Bullets/index.js +0 -0
- package/dist/molecules/Bullets/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Card/Card.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Card/Card.js +0 -0
- package/dist/molecules/Card/Card.js.map +1 -0
- package/dist/{components/molecules → molecules}/Card/CardActions.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Card/CardActions.js +0 -0
- package/dist/molecules/Card/CardActions.js.map +1 -0
- package/dist/{components/molecules → molecules}/Card/CardContent.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Card/CardContent.js +0 -0
- package/dist/molecules/Card/CardContent.js.map +1 -0
- package/dist/{components/molecules → molecules}/Card/CardImage.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Card/CardImage.js +0 -0
- package/dist/molecules/Card/CardImage.js.map +1 -0
- package/dist/{components/molecules → molecules}/Card/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Card/index.js +0 -0
- package/dist/molecules/Card/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Carousel/Arrows.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Carousel/Arrows.js +0 -0
- package/dist/molecules/Carousel/Arrows.js.map +1 -0
- package/dist/{components/molecules → molecules}/Carousel/Carousel.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Carousel/Carousel.js +2 -2
- package/dist/molecules/Carousel/Carousel.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/Carousel/CarouselItem.d.ts +1 -1
- package/dist/{components/molecules → molecules}/Carousel/CarouselItem.js +0 -0
- package/dist/molecules/Carousel/CarouselItem.js.map +1 -0
- package/dist/{components/molecules → molecules}/Carousel/hooks/useSlideVisibility.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Carousel/hooks/useSlideVisibility.js +0 -0
- package/dist/molecules/Carousel/hooks/useSlideVisibility.js.map +1 -0
- package/dist/{components/molecules → molecules}/Carousel/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Carousel/index.js +0 -0
- package/dist/molecules/Carousel/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/CartItem.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/CartItem/CartItem.js +0 -0
- package/dist/molecules/CartItem/CartItem.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/CartItemActions.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/CartItem/CartItemActions.js +0 -0
- package/dist/molecules/CartItem/CartItemActions.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/CartItemContent.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/CartItem/CartItemContent.js +0 -0
- package/dist/molecules/CartItem/CartItemContent.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/CartItemImage.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/CartItem/CartItemImage.js +0 -0
- package/dist/molecules/CartItem/CartItemImage.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/CartItemPrices.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/CartItem/CartItemPrices.js +0 -0
- package/dist/molecules/CartItem/CartItemPrices.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/CartItemSummary.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/CartItem/CartItemSummary.js +0 -0
- package/dist/molecules/CartItem/CartItemSummary.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/CartItemTitle.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/CartItem/CartItemTitle.js +0 -0
- package/dist/molecules/CartItem/CartItemTitle.js.map +1 -0
- package/dist/{components/molecules → molecules}/CartItem/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/CartItem/index.js +0 -0
- package/dist/molecules/CartItem/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/Dropdown.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/Dropdown.js +0 -0
- package/dist/molecules/Dropdown/Dropdown.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/DropdownButton.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/DropdownButton.js +0 -0
- package/dist/molecules/Dropdown/DropdownButton.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/DropdownItem.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/DropdownItem.js +0 -0
- package/dist/molecules/Dropdown/DropdownItem.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/DropdownMenu.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/DropdownMenu.js +0 -0
- package/dist/molecules/Dropdown/DropdownMenu.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/contexts/DropdownContext.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/contexts/DropdownContext.js +0 -0
- package/dist/molecules/Dropdown/contexts/DropdownContext.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/hooks/useDropdown.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/hooks/useDropdown.js +0 -0
- package/dist/molecules/Dropdown/hooks/useDropdown.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/hooks/useDropdownPosition.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/hooks/useDropdownPosition.js +0 -0
- package/dist/molecules/Dropdown/hooks/useDropdownPosition.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/index.js +0 -0
- package/dist/molecules/Dropdown/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Dropdown/stories/assets/Caret.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Dropdown/stories/assets/Caret.js +0 -0
- package/dist/molecules/Dropdown/stories/assets/Caret.js.map +1 -0
- package/dist/{components/molecules → molecules}/Form/Form.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Form/Form.js +0 -0
- package/dist/molecules/Form/Form.js.map +1 -0
- package/dist/{components/molecules → molecules}/Form/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Form/index.js +0 -0
- package/dist/molecules/Form/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Gift/Gift.d.ts +2 -1
- package/dist/{ui/src/components/molecules → molecules}/Gift/Gift.js +1 -1
- package/dist/molecules/Gift/Gift.js.map +1 -0
- package/dist/{components/molecules → molecules}/Gift/GiftContent.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Gift/GiftContent.js +0 -0
- package/dist/molecules/Gift/GiftContent.js.map +1 -0
- package/dist/{components/molecules → molecules}/Gift/GiftImage.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Gift/GiftImage.js +0 -0
- package/dist/molecules/Gift/GiftImage.js.map +1 -0
- package/dist/{components/molecules → molecules}/Gift/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Gift/index.js +0 -0
- package/dist/molecules/Gift/index.js.map +1 -0
- package/dist/molecules/IconButton/IconButton.d.ts +19 -0
- package/dist/molecules/IconButton/IconButton.js +9 -0
- package/dist/molecules/IconButton/IconButton.js.map +1 -0
- package/dist/molecules/IconButton/index.d.ts +2 -0
- package/dist/molecules/IconButton/index.js +2 -0
- package/dist/molecules/IconButton/index.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/LoadingButton/LoadingButton.d.ts +1 -1
- package/dist/{ui/src/components/molecules → molecules}/LoadingButton/LoadingButton.js +1 -1
- package/dist/molecules/LoadingButton/LoadingButton.js.map +1 -0
- package/dist/{components/molecules → molecules}/LoadingButton/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/LoadingButton/index.js +0 -0
- package/dist/molecules/LoadingButton/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Modal/Modal.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Modal/Modal.js +2 -2
- package/dist/molecules/Modal/Modal.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/Modal/ModalContent.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/Modal/ModalContent.js +0 -0
- package/dist/molecules/Modal/ModalContent.js.map +1 -0
- package/dist/{components/molecules → molecules}/Modal/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Modal/index.js +0 -0
- package/dist/molecules/Modal/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Modal/useTrapFocus.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Modal/useTrapFocus.js +0 -0
- package/dist/molecules/Modal/useTrapFocus.js.map +1 -0
- package/dist/{components/molecules → molecules}/OrderSummary/OrderSummary.d.ts +3 -3
- package/dist/{ui/src/components/molecules → molecules}/OrderSummary/OrderSummary.js +1 -1
- package/dist/molecules/OrderSummary/OrderSummary.js.map +1 -0
- package/dist/{components/molecules → molecules}/OrderSummary/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/OrderSummary/index.js +0 -0
- package/dist/molecules/OrderSummary/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/PaymentMethods/PaymentMethods.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/PaymentMethods/PaymentMethods.js +0 -0
- package/dist/molecules/PaymentMethods/PaymentMethods.js.map +1 -0
- package/dist/{components/molecules → molecules}/PaymentMethods/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/PaymentMethods/index.js +0 -0
- package/dist/molecules/PaymentMethods/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/PaymentMethods/stories/assets/Icons.d.ts +0 -0
- package/dist/{components/molecules → molecules}/PaymentMethods/stories/assets/Icons.js +0 -0
- package/dist/molecules/PaymentMethods/stories/assets/Icons.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/PriceRange/PriceRange.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/PriceRange/PriceRange.js +0 -0
- package/dist/molecules/PriceRange/PriceRange.js.map +1 -0
- package/dist/{components/molecules → molecules}/PriceRange/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/PriceRange/index.js +0 -0
- package/dist/molecules/PriceRange/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/ProductCard/ProductCard.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/ProductCard/ProductCard.js +0 -0
- package/dist/molecules/ProductCard/ProductCard.js.map +1 -0
- package/dist/{components/molecules → molecules}/ProductCard/ProductCardActions.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/ProductCard/ProductCardActions.js +0 -0
- package/dist/molecules/ProductCard/ProductCardActions.js.map +1 -0
- package/dist/{components/molecules → molecules}/ProductCard/ProductCardContent.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/ProductCard/ProductCardContent.js +0 -0
- package/dist/molecules/ProductCard/ProductCardContent.js.map +1 -0
- package/dist/{components/molecules → molecules}/ProductCard/ProductCardImage.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/ProductCard/ProductCardImage.js +0 -0
- package/dist/molecules/ProductCard/ProductCardImage.js.map +1 -0
- package/dist/{components/molecules → molecules}/ProductCard/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/ProductCard/index.js +0 -0
- package/dist/molecules/ProductCard/index.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/ProductTitle/ProductTitle.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/ProductTitle/ProductTitle.js +0 -0
- package/dist/molecules/ProductTitle/ProductTitle.js.map +1 -0
- package/dist/{components/molecules → molecules}/ProductTitle/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/ProductTitle/index.js +0 -0
- package/dist/molecules/ProductTitle/index.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/QuantitySelector/QuantitySelector.d.ts +2 -1
- package/dist/{ui/src/components/molecules → molecules}/QuantitySelector/QuantitySelector.js +2 -1
- package/dist/molecules/QuantitySelector/QuantitySelector.js.map +1 -0
- package/dist/{components/molecules → molecules}/QuantitySelector/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/QuantitySelector/index.js +0 -0
- package/dist/molecules/QuantitySelector/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/QuantitySelector/stories/assets/Icons.d.ts +0 -0
- package/dist/{components/molecules → molecules}/QuantitySelector/stories/assets/Icons.js +0 -0
- package/dist/molecules/QuantitySelector/stories/assets/Icons.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/RadioGroup/RadioGroup.d.ts +0 -0
- package/dist/{components/molecules → molecules}/RadioGroup/RadioGroup.js +0 -0
- package/dist/molecules/RadioGroup/RadioGroup.js.map +1 -0
- package/dist/{components/molecules → molecules}/RadioGroup/RadioOption.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/RadioGroup/RadioOption.js +1 -1
- package/dist/molecules/RadioGroup/RadioOption.js.map +1 -0
- package/dist/{components/molecules → molecules}/RadioGroup/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/RadioGroup/index.js +0 -0
- package/dist/molecules/RadioGroup/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/RadioGroup/useRadioGroup.d.ts +0 -0
- package/dist/{components/molecules → molecules}/RadioGroup/useRadioGroup.js +0 -0
- package/dist/molecules/RadioGroup/useRadioGroup.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/SearchInput/SearchInput.d.ts +0 -0
- package/dist/{ui/src/components/molecules → molecules}/SearchInput/SearchInput.js +4 -2
- package/dist/molecules/SearchInput/SearchInput.js.map +1 -0
- package/dist/{components/molecules → molecules}/SearchInput/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/SearchInput/index.js +0 -0
- package/dist/molecules/SearchInput/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/SearchInput/stories/assets/CustomIcon.d.ts +0 -0
- package/dist/{components/molecules → molecules}/SearchInput/stories/assets/CustomIcon.js +0 -0
- package/dist/molecules/SearchInput/stories/assets/CustomIcon.js.map +1 -0
- package/dist/{ui/src/components/molecules → molecules}/SkuSelector/SkuSelector.d.ts +1 -1
- package/dist/{ui/src/components/molecules → molecules}/SkuSelector/SkuSelector.js +1 -2
- package/dist/molecules/SkuSelector/SkuSelector.js.map +1 -0
- package/dist/{components/molecules → molecules}/SkuSelector/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/SkuSelector/index.js +0 -0
- package/dist/molecules/SkuSelector/index.js.map +1 -0
- package/dist/{components/molecules → molecules}/Table/Table.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Table/Table.js +0 -0
- package/dist/molecules/Table/Table.js.map +1 -0
- package/dist/{components/molecules → molecules}/Table/TableBody.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Table/TableBody.js +0 -0
- package/dist/molecules/Table/TableBody.js.map +1 -0
- package/dist/{components/molecules → molecules}/Table/TableCell.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Table/TableCell.js +0 -0
- package/dist/molecules/Table/TableCell.js.map +1 -0
- package/dist/{components/molecules → molecules}/Table/TableFooter.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Table/TableFooter.js +0 -0
- package/dist/molecules/Table/TableFooter.js.map +1 -0
- package/dist/{components/molecules → molecules}/Table/TableHead.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Table/TableHead.js +0 -0
- package/dist/molecules/Table/TableHead.js.map +1 -0
- package/dist/{components/molecules → molecules}/Table/TableRow.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Table/TableRow.js +0 -0
- package/dist/molecules/Table/TableRow.js.map +1 -0
- package/dist/{components/molecules → molecules}/Table/index.d.ts +0 -0
- package/dist/{components/molecules → molecules}/Table/index.js +0 -0
- package/dist/molecules/Table/index.js.map +1 -0
- package/dist/{components/organisms → organisms}/Hero/Hero.d.ts +0 -0
- package/dist/{components/organisms → organisms}/Hero/Hero.js +0 -0
- package/dist/organisms/Hero/Hero.js.map +1 -0
- package/dist/{components/organisms → organisms}/Hero/HeroHeading.d.ts +0 -0
- package/dist/{components/organisms → organisms}/Hero/HeroHeading.js +0 -0
- package/dist/organisms/Hero/HeroHeading.js.map +1 -0
- package/dist/{components/organisms → organisms}/Hero/HeroImage.d.ts +0 -0
- package/dist/{components/organisms → organisms}/Hero/HeroImage.js +0 -0
- package/dist/organisms/Hero/HeroImage.js.map +1 -0
- package/dist/{components/organisms → organisms}/Hero/index.d.ts +0 -0
- package/dist/{components/organisms → organisms}/Hero/index.js +0 -0
- package/dist/organisms/Hero/index.js.map +1 -0
- package/dist/{ui/src/components/organisms → organisms}/OutOfStock/OutOfStock.d.ts +0 -0
- package/dist/{ui/src/components/organisms → organisms}/OutOfStock/OutOfStock.js +0 -0
- package/dist/organisms/OutOfStock/OutOfStock.js.map +1 -0
- package/dist/{ui/src/components/organisms → organisms}/OutOfStock/OutOfStockMessage.d.ts +0 -0
- package/dist/{ui/src/components/organisms → organisms}/OutOfStock/OutOfStockMessage.js +0 -0
- package/dist/organisms/OutOfStock/OutOfStockMessage.js.map +1 -0
- package/dist/{ui/src/components/organisms → organisms}/OutOfStock/OutOfStockTitle.d.ts +0 -0
- package/dist/{ui/src/components/organisms → organisms}/OutOfStock/OutOfStockTitle.js +0 -0
- package/dist/organisms/OutOfStock/OutOfStockTitle.js.map +1 -0
- package/dist/{components/organisms → organisms}/OutOfStock/index.d.ts +0 -0
- package/dist/{components/organisms → organisms}/OutOfStock/index.js +0 -0
- package/dist/organisms/OutOfStock/index.js.map +1 -0
- package/dist/{components/organisms → organisms}/Tiles/Tile.d.ts +0 -0
- package/dist/{ui/src/components/organisms → organisms}/Tiles/Tile.js +0 -0
- package/dist/organisms/Tiles/Tile.js.map +1 -0
- package/dist/{components/organisms → organisms}/Tiles/Tiles.d.ts +0 -0
- package/dist/{ui/src/components/organisms → organisms}/Tiles/Tiles.js +0 -0
- package/dist/organisms/Tiles/Tiles.js.map +1 -0
- package/dist/{components/organisms → organisms}/Tiles/index.d.ts +0 -0
- package/dist/{components/organisms → organisms}/Tiles/index.js +0 -0
- package/dist/organisms/Tiles/index.js.map +1 -0
- package/dist/setupTests.d.ts +1 -0
- package/dist/setupTests.js +6 -0
- package/dist/setupTests.js.map +1 -0
- package/dist/typings/PolymorphicGenerics.d.ts +6 -6
- package/dist/utils/toHaveNoIncomplete.d.ts +17 -0
- package/dist/utils/toHaveNoIncomplete.js +43 -0
- package/dist/utils/toHaveNoIncomplete.js.map +1 -0
- package/package.json +5 -4
- package/dist/components/atoms/Incentive/Incentive.js +0 -6
- package/dist/components/atoms/Incentive/Incentive.js.map +0 -1
- package/dist/components/atoms/Incentive/index.js.map +0 -1
- package/dist/components/atoms/Incentive/stories/assets/Icons.js.map +0 -1
- package/dist/components/atoms/Input/Input.js.map +0 -1
- package/dist/components/atoms/Input/index.js.map +0 -1
- package/dist/components/atoms/Link/Link.d.ts +0 -19
- package/dist/components/atoms/Link/Link.js.map +0 -1
- package/dist/components/atoms/Link/index.js.map +0 -1
- package/dist/components/atoms/List/List.js.map +0 -1
- package/dist/components/atoms/List/index.js.map +0 -1
- package/dist/components/atoms/Popover/Popover.d.ts +0 -15
- package/dist/components/atoms/Popover/Popover.js +0 -7
- package/dist/components/atoms/Popover/Popover.js.map +0 -1
- package/dist/components/atoms/Popover/index.js.map +0 -1
- package/dist/components/atoms/Price/Price.js.map +0 -1
- package/dist/components/atoms/Price/index.js.map +0 -1
- package/dist/components/atoms/Select/Select.js.map +0 -1
- package/dist/components/atoms/Select/index.js.map +0 -1
- package/dist/components/atoms/Skeleton/Skeleton.js +0 -6
- package/dist/components/atoms/Skeleton/Skeleton.js.map +0 -1
- package/dist/components/atoms/Skeleton/index.js.map +0 -1
- package/dist/components/atoms/Slider/Slider.d.ts +0 -67
- package/dist/components/atoms/Slider/Slider.js.map +0 -1
- package/dist/components/atoms/Slider/index.js.map +0 -1
- package/dist/components/atoms/Spinner/Spinner.d.ts +0 -11
- package/dist/components/atoms/Spinner/Spinner.js +0 -6
- package/dist/components/atoms/Spinner/Spinner.js.map +0 -1
- package/dist/components/atoms/Spinner/index.js.map +0 -1
- package/dist/components/atoms/TextArea/TextArea.js +0 -10
- package/dist/components/atoms/TextArea/TextArea.js.map +0 -1
- package/dist/components/atoms/TextArea/index.js.map +0 -1
- package/dist/components/molecules/Accordion/Accordion.js.map +0 -1
- package/dist/components/molecules/Accordion/AccordionButton.js +0 -37
- package/dist/components/molecules/Accordion/AccordionButton.js.map +0 -1
- package/dist/components/molecules/Accordion/AccordionItem.d.ts +0 -37
- package/dist/components/molecules/Accordion/AccordionItem.js.map +0 -1
- package/dist/components/molecules/Accordion/AccordionPanel.js.map +0 -1
- package/dist/components/molecules/Accordion/index.js.map +0 -1
- package/dist/components/molecules/AggregateRating/AggregateRating.js +0 -26
- package/dist/components/molecules/AggregateRating/AggregateRating.js.map +0 -1
- package/dist/components/molecules/AggregateRating/index.js.map +0 -1
- package/dist/components/molecules/Alert/Alert.js +0 -6
- package/dist/components/molecules/Alert/Alert.js.map +0 -1
- package/dist/components/molecules/Alert/index.js.map +0 -1
- package/dist/components/molecules/Banner/Banner.d.ts +0 -14
- package/dist/components/molecules/Banner/Banner.js +0 -6
- package/dist/components/molecules/Banner/Banner.js.map +0 -1
- package/dist/components/molecules/Banner/BannerContent.js +0 -6
- package/dist/components/molecules/Banner/BannerContent.js.map +0 -1
- package/dist/components/molecules/Banner/BannerImage.js +0 -6
- package/dist/components/molecules/Banner/BannerImage.js.map +0 -1
- package/dist/components/molecules/Banner/BannerLink.js +0 -6
- package/dist/components/molecules/Banner/BannerLink.js.map +0 -1
- package/dist/components/molecules/Banner/index.js.map +0 -1
- package/dist/components/molecules/Breadcrumb/Breadcrumb.js +0 -38
- package/dist/components/molecules/Breadcrumb/Breadcrumb.js.map +0 -1
- package/dist/components/molecules/Breadcrumb/index.js.map +0 -1
- package/dist/components/molecules/Bullets/Bullets.js +0 -12
- package/dist/components/molecules/Bullets/Bullets.js.map +0 -1
- package/dist/components/molecules/Bullets/index.js.map +0 -1
- package/dist/components/molecules/Card/Card.js +0 -6
- package/dist/components/molecules/Card/Card.js.map +0 -1
- package/dist/components/molecules/Card/CardActions.js +0 -6
- package/dist/components/molecules/Card/CardActions.js.map +0 -1
- package/dist/components/molecules/Card/CardContent.js +0 -6
- package/dist/components/molecules/Card/CardContent.js.map +0 -1
- package/dist/components/molecules/Card/CardImage.js +0 -6
- package/dist/components/molecules/Card/CardImage.js.map +0 -1
- package/dist/components/molecules/Card/index.js.map +0 -1
- package/dist/components/molecules/Carousel/Arrows.js.map +0 -1
- package/dist/components/molecules/Carousel/Carousel.js +0 -183
- package/dist/components/molecules/Carousel/Carousel.js.map +0 -1
- package/dist/components/molecules/Carousel/CarouselItem.d.ts +0 -11
- package/dist/components/molecules/Carousel/CarouselItem.js.map +0 -1
- package/dist/components/molecules/Carousel/hooks/useSlideVisibility.js.map +0 -1
- package/dist/components/molecules/Carousel/index.js.map +0 -1
- package/dist/components/molecules/CartItem/CartItem.js +0 -6
- package/dist/components/molecules/CartItem/CartItem.js.map +0 -1
- package/dist/components/molecules/CartItem/CartItemActions.js +0 -6
- package/dist/components/molecules/CartItem/CartItemActions.js.map +0 -1
- package/dist/components/molecules/CartItem/CartItemContent.js +0 -6
- package/dist/components/molecules/CartItem/CartItemContent.js.map +0 -1
- package/dist/components/molecules/CartItem/CartItemImage.js +0 -6
- package/dist/components/molecules/CartItem/CartItemImage.js.map +0 -1
- package/dist/components/molecules/CartItem/CartItemPrices.js +0 -6
- package/dist/components/molecules/CartItem/CartItemPrices.js.map +0 -1
- package/dist/components/molecules/CartItem/CartItemSummary.js +0 -6
- package/dist/components/molecules/CartItem/CartItemSummary.js.map +0 -1
- package/dist/components/molecules/CartItem/CartItemTitle.js +0 -6
- package/dist/components/molecules/CartItem/CartItemTitle.js.map +0 -1
- package/dist/components/molecules/CartItem/index.js.map +0 -1
- package/dist/components/molecules/Dropdown/Dropdown.js.map +0 -1
- package/dist/components/molecules/Dropdown/DropdownButton.js.map +0 -1
- package/dist/components/molecules/Dropdown/DropdownItem.js.map +0 -1
- package/dist/components/molecules/Dropdown/DropdownMenu.js.map +0 -1
- package/dist/components/molecules/Dropdown/contexts/DropdownContext.js.map +0 -1
- package/dist/components/molecules/Dropdown/hooks/useDropdown.js.map +0 -1
- package/dist/components/molecules/Dropdown/hooks/useDropdownPosition.js.map +0 -1
- package/dist/components/molecules/Dropdown/index.js.map +0 -1
- package/dist/components/molecules/Dropdown/stories/assets/Caret.js.map +0 -1
- package/dist/components/molecules/Form/Form.js +0 -6
- package/dist/components/molecules/Form/Form.js.map +0 -1
- package/dist/components/molecules/Form/index.js.map +0 -1
- package/dist/components/molecules/Gift/Gift.js +0 -9
- package/dist/components/molecules/Gift/Gift.js.map +0 -1
- package/dist/components/molecules/Gift/GiftContent.js.map +0 -1
- package/dist/components/molecules/Gift/GiftImage.js.map +0 -1
- package/dist/components/molecules/Gift/index.js.map +0 -1
- package/dist/components/molecules/LoadingButton/LoadingButton.d.ts +0 -14
- package/dist/components/molecules/LoadingButton/LoadingButton.js +0 -8
- package/dist/components/molecules/LoadingButton/LoadingButton.js.map +0 -1
- package/dist/components/molecules/LoadingButton/index.js.map +0 -1
- package/dist/components/molecules/Modal/Modal.js +0 -31
- package/dist/components/molecules/Modal/Modal.js.map +0 -1
- package/dist/components/molecules/Modal/ModalContent.d.ts +0 -10
- package/dist/components/molecules/Modal/ModalContent.js +0 -23
- package/dist/components/molecules/Modal/ModalContent.js.map +0 -1
- package/dist/components/molecules/Modal/index.js.map +0 -1
- package/dist/components/molecules/Modal/useTrapFocus.js.map +0 -1
- package/dist/components/molecules/OrderSummary/OrderSummary.js +0 -16
- package/dist/components/molecules/OrderSummary/OrderSummary.js.map +0 -1
- package/dist/components/molecules/OrderSummary/index.js.map +0 -1
- package/dist/components/molecules/PaymentMethods/PaymentMethods.js +0 -8
- package/dist/components/molecules/PaymentMethods/PaymentMethods.js.map +0 -1
- package/dist/components/molecules/PaymentMethods/index.js.map +0 -1
- package/dist/components/molecules/PaymentMethods/stories/assets/Icons.js.map +0 -1
- package/dist/components/molecules/PriceRange/PriceRange.d.ts +0 -47
- package/dist/components/molecules/PriceRange/PriceRange.js +0 -28
- package/dist/components/molecules/PriceRange/PriceRange.js.map +0 -1
- package/dist/components/molecules/PriceRange/index.js.map +0 -1
- package/dist/components/molecules/ProductCard/ProductCard.js +0 -6
- package/dist/components/molecules/ProductCard/ProductCard.js.map +0 -1
- package/dist/components/molecules/ProductCard/ProductCardActions.js +0 -6
- package/dist/components/molecules/ProductCard/ProductCardActions.js.map +0 -1
- package/dist/components/molecules/ProductCard/ProductCardContent.js +0 -6
- package/dist/components/molecules/ProductCard/ProductCardContent.js.map +0 -1
- package/dist/components/molecules/ProductCard/ProductCardImage.js +0 -6
- package/dist/components/molecules/ProductCard/ProductCardImage.js.map +0 -1
- package/dist/components/molecules/ProductCard/index.js.map +0 -1
- package/dist/components/molecules/ProductTitle/ProductTitle.d.ts +0 -47
- package/dist/components/molecules/ProductTitle/ProductTitle.js +0 -12
- package/dist/components/molecules/ProductTitle/ProductTitle.js.map +0 -1
- package/dist/components/molecules/ProductTitle/index.js.map +0 -1
- package/dist/components/molecules/QuantitySelector/QuantitySelector.d.ts +0 -29
- package/dist/components/molecules/QuantitySelector/QuantitySelector.js +0 -10
- package/dist/components/molecules/QuantitySelector/QuantitySelector.js.map +0 -1
- package/dist/components/molecules/QuantitySelector/index.js.map +0 -1
- package/dist/components/molecules/QuantitySelector/stories/assets/Icons.js.map +0 -1
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +0 -5
- package/dist/components/molecules/RadioGroup/RadioGroup.js.map +0 -1
- package/dist/components/molecules/RadioGroup/RadioOption.js +0 -11
- package/dist/components/molecules/RadioGroup/RadioOption.js.map +0 -1
- package/dist/components/molecules/RadioGroup/index.js.map +0 -1
- package/dist/components/molecules/RadioGroup/useRadioGroup.js.map +0 -1
- package/dist/components/molecules/SearchInput/SearchInput.d.ts +0 -28
- package/dist/components/molecules/SearchInput/SearchInput.js +0 -26
- package/dist/components/molecules/SearchInput/SearchInput.js.map +0 -1
- package/dist/components/molecules/SearchInput/index.js.map +0 -1
- package/dist/components/molecules/SearchInput/stories/assets/CustomIcon.js.map +0 -1
- package/dist/components/molecules/SkuSelector/SkuSelector.d.ts +0 -58
- package/dist/components/molecules/SkuSelector/SkuSelector.js +0 -16
- package/dist/components/molecules/SkuSelector/SkuSelector.js.map +0 -1
- package/dist/components/molecules/SkuSelector/index.js.map +0 -1
- package/dist/components/molecules/Table/Table.js.map +0 -1
- package/dist/components/molecules/Table/TableBody.js.map +0 -1
- package/dist/components/molecules/Table/TableCell.js.map +0 -1
- package/dist/components/molecules/Table/TableFooter.js.map +0 -1
- package/dist/components/molecules/Table/TableHead.js.map +0 -1
- package/dist/components/molecules/Table/TableRow.js.map +0 -1
- package/dist/components/molecules/Table/index.js.map +0 -1
- package/dist/components/organisms/Hero/Hero.js.map +0 -1
- package/dist/components/organisms/Hero/HeroHeading.js.map +0 -1
- package/dist/components/organisms/Hero/HeroImage.js.map +0 -1
- package/dist/components/organisms/Hero/index.js.map +0 -1
- package/dist/components/organisms/OutOfStock/OutOfStock.d.ts +0 -21
- package/dist/components/organisms/OutOfStock/OutOfStock.js +0 -8
- package/dist/components/organisms/OutOfStock/OutOfStock.js.map +0 -1
- package/dist/components/organisms/OutOfStock/OutOfStockMessage.d.ts +0 -9
- package/dist/components/organisms/OutOfStock/OutOfStockMessage.js +0 -5
- package/dist/components/organisms/OutOfStock/OutOfStockMessage.js.map +0 -1
- package/dist/components/organisms/OutOfStock/OutOfStockTitle.d.ts +0 -9
- package/dist/components/organisms/OutOfStock/OutOfStockTitle.js +0 -5
- package/dist/components/organisms/OutOfStock/OutOfStockTitle.js.map +0 -1
- package/dist/components/organisms/OutOfStock/index.js.map +0 -1
- package/dist/components/organisms/Tiles/Tile.js +0 -6
- package/dist/components/organisms/Tiles/Tile.js.map +0 -1
- package/dist/components/organisms/Tiles/Tiles.js +0 -30
- package/dist/components/organisms/Tiles/Tiles.js.map +0 -1
- package/dist/components/organisms/Tiles/index.js.map +0 -1
- package/dist/components/src/atoms/List/List.d.ts +0 -16
- package/dist/components/src/atoms/List/List.js +0 -7
- package/dist/components/src/atoms/List/List.js.map +0 -1
- package/dist/components/src/atoms/List/index.d.ts +0 -2
- package/dist/components/src/atoms/List/index.js +0 -2
- package/dist/components/src/atoms/List/index.js.map +0 -1
- package/dist/components/src/typings/PolymorphicGenerics.d.ts +0 -28
- package/dist/components/src/typings/PolymorphicGenerics.js +0 -8
- package/dist/components/src/typings/PolymorphicGenerics.js.map +0 -1
- package/dist/components/src/typings/index.d.ts +0 -1
- package/dist/components/src/typings/index.js +0 -2
- package/dist/components/src/typings/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Incentive/Incentive.d.ts +0 -11
- package/dist/ui/src/components/atoms/Incentive/Incentive.js.map +0 -1
- package/dist/ui/src/components/atoms/Incentive/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Incentive/index.js +0 -2
- package/dist/ui/src/components/atoms/Incentive/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Incentive/stories/assets/Icons.d.ts +0 -2
- package/dist/ui/src/components/atoms/Incentive/stories/assets/Icons.js +0 -6
- package/dist/ui/src/components/atoms/Incentive/stories/assets/Icons.js.map +0 -1
- package/dist/ui/src/components/atoms/Link/Link.js +0 -13
- package/dist/ui/src/components/atoms/Link/Link.js.map +0 -1
- package/dist/ui/src/components/atoms/Link/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Link/index.js +0 -2
- package/dist/ui/src/components/atoms/Link/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Popover/Popover.js.map +0 -1
- package/dist/ui/src/components/atoms/Popover/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Popover/index.js +0 -2
- package/dist/ui/src/components/atoms/Popover/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Price/Price.d.ts +0 -28
- package/dist/ui/src/components/atoms/Price/Price.js +0 -7
- package/dist/ui/src/components/atoms/Price/Price.js.map +0 -1
- package/dist/ui/src/components/atoms/Price/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Price/index.js +0 -2
- package/dist/ui/src/components/atoms/Price/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Select/Select.d.ts +0 -10
- package/dist/ui/src/components/atoms/Select/Select.js +0 -6
- package/dist/ui/src/components/atoms/Select/Select.js.map +0 -1
- package/dist/ui/src/components/atoms/Select/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Select/index.js +0 -2
- package/dist/ui/src/components/atoms/Select/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Skeleton/Skeleton.d.ts +0 -10
- package/dist/ui/src/components/atoms/Skeleton/Skeleton.js.map +0 -1
- package/dist/ui/src/components/atoms/Skeleton/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Skeleton/index.js +0 -2
- package/dist/ui/src/components/atoms/Skeleton/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Slider/Slider.js +0 -48
- package/dist/ui/src/components/atoms/Slider/Slider.js.map +0 -1
- package/dist/ui/src/components/atoms/Slider/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Slider/index.js +0 -2
- package/dist/ui/src/components/atoms/Slider/index.js.map +0 -1
- package/dist/ui/src/components/atoms/Spinner/Spinner.js.map +0 -1
- package/dist/ui/src/components/atoms/Spinner/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/Spinner/index.js +0 -2
- package/dist/ui/src/components/atoms/Spinner/index.js.map +0 -1
- package/dist/ui/src/components/atoms/TextArea/TextArea.d.ts +0 -14
- package/dist/ui/src/components/atoms/TextArea/TextArea.js.map +0 -1
- package/dist/ui/src/components/atoms/TextArea/index.d.ts +0 -2
- package/dist/ui/src/components/atoms/TextArea/index.js +0 -2
- package/dist/ui/src/components/atoms/TextArea/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Accordion/Accordion.d.ts +0 -26
- package/dist/ui/src/components/molecules/Accordion/Accordion.js +0 -21
- package/dist/ui/src/components/molecules/Accordion/Accordion.js.map +0 -1
- package/dist/ui/src/components/molecules/Accordion/AccordionButton.d.ts +0 -10
- package/dist/ui/src/components/molecules/Accordion/AccordionButton.js.map +0 -1
- package/dist/ui/src/components/molecules/Accordion/AccordionItem.js +0 -28
- package/dist/ui/src/components/molecules/Accordion/AccordionItem.js.map +0 -1
- package/dist/ui/src/components/molecules/Accordion/AccordionPanel.d.ts +0 -10
- package/dist/ui/src/components/molecules/Accordion/AccordionPanel.js +0 -10
- package/dist/ui/src/components/molecules/Accordion/AccordionPanel.js.map +0 -1
- package/dist/ui/src/components/molecules/Accordion/index.d.ts +0 -8
- package/dist/ui/src/components/molecules/Accordion/index.js +0 -5
- package/dist/ui/src/components/molecules/Accordion/index.js.map +0 -1
- package/dist/ui/src/components/molecules/AggregateRating/AggregateRating.d.ts +0 -18
- package/dist/ui/src/components/molecules/AggregateRating/AggregateRating.js.map +0 -1
- package/dist/ui/src/components/molecules/AggregateRating/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/AggregateRating/index.js +0 -2
- package/dist/ui/src/components/molecules/AggregateRating/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Alert/Alert.d.ts +0 -11
- package/dist/ui/src/components/molecules/Alert/Alert.js.map +0 -1
- package/dist/ui/src/components/molecules/Alert/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/Alert/index.js +0 -2
- package/dist/ui/src/components/molecules/Alert/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Banner/Banner.js.map +0 -1
- package/dist/ui/src/components/molecules/Banner/BannerContent.d.ts +0 -10
- package/dist/ui/src/components/molecules/Banner/BannerContent.js.map +0 -1
- package/dist/ui/src/components/molecules/Banner/BannerImage.d.ts +0 -10
- package/dist/ui/src/components/molecules/Banner/BannerImage.js.map +0 -1
- package/dist/ui/src/components/molecules/Banner/BannerLink.d.ts +0 -10
- package/dist/ui/src/components/molecules/Banner/BannerLink.js.map +0 -1
- package/dist/ui/src/components/molecules/Banner/index.d.ts +0 -8
- package/dist/ui/src/components/molecules/Banner/index.js +0 -5
- package/dist/ui/src/components/molecules/Banner/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Breadcrumb/Breadcrumb.d.ts +0 -14
- package/dist/ui/src/components/molecules/Breadcrumb/Breadcrumb.js.map +0 -1
- package/dist/ui/src/components/molecules/Breadcrumb/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/Breadcrumb/index.js +0 -2
- package/dist/ui/src/components/molecules/Breadcrumb/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Bullets/Bullets.d.ts +0 -35
- package/dist/ui/src/components/molecules/Bullets/Bullets.js.map +0 -1
- package/dist/ui/src/components/molecules/Bullets/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/Bullets/index.js +0 -2
- package/dist/ui/src/components/molecules/Bullets/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Card/Card.js.map +0 -1
- package/dist/ui/src/components/molecules/Card/CardActions.d.ts +0 -10
- package/dist/ui/src/components/molecules/Card/CardActions.js.map +0 -1
- package/dist/ui/src/components/molecules/Card/CardContent.d.ts +0 -10
- package/dist/ui/src/components/molecules/Card/CardContent.js.map +0 -1
- package/dist/ui/src/components/molecules/Card/CardImage.d.ts +0 -10
- package/dist/ui/src/components/molecules/Card/CardImage.js.map +0 -1
- package/dist/ui/src/components/molecules/Card/index.d.ts +0 -8
- package/dist/ui/src/components/molecules/Card/index.js +0 -5
- package/dist/ui/src/components/molecules/Card/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Carousel/Arrows.d.ts +0 -12
- package/dist/ui/src/components/molecules/Carousel/Arrows.js +0 -6
- package/dist/ui/src/components/molecules/Carousel/Arrows.js.map +0 -1
- package/dist/ui/src/components/molecules/Carousel/Carousel.d.ts +0 -54
- package/dist/ui/src/components/molecules/Carousel/Carousel.js.map +0 -1
- package/dist/ui/src/components/molecules/Carousel/CarouselItem.js +0 -18
- package/dist/ui/src/components/molecules/Carousel/CarouselItem.js.map +0 -1
- package/dist/ui/src/components/molecules/Carousel/hooks/useSlideVisibility.d.ts +0 -9
- package/dist/ui/src/components/molecules/Carousel/hooks/useSlideVisibility.js +0 -29
- package/dist/ui/src/components/molecules/Carousel/hooks/useSlideVisibility.js.map +0 -1
- package/dist/ui/src/components/molecules/Carousel/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/Carousel/index.js +0 -3
- package/dist/ui/src/components/molecules/Carousel/index.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/CartItem.d.ts +0 -10
- package/dist/ui/src/components/molecules/CartItem/CartItem.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/CartItemActions.d.ts +0 -10
- package/dist/ui/src/components/molecules/CartItem/CartItemActions.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/CartItemContent.d.ts +0 -10
- package/dist/ui/src/components/molecules/CartItem/CartItemContent.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/CartItemImage.d.ts +0 -10
- package/dist/ui/src/components/molecules/CartItem/CartItemImage.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/CartItemPrices.d.ts +0 -10
- package/dist/ui/src/components/molecules/CartItem/CartItemPrices.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/CartItemSummary.d.ts +0 -10
- package/dist/ui/src/components/molecules/CartItem/CartItemSummary.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/CartItemTitle.d.ts +0 -10
- package/dist/ui/src/components/molecules/CartItem/CartItemTitle.js.map +0 -1
- package/dist/ui/src/components/molecules/CartItem/index.d.ts +0 -14
- package/dist/ui/src/components/molecules/CartItem/index.js +0 -8
- package/dist/ui/src/components/molecules/CartItem/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/Dropdown.d.ts +0 -9
- package/dist/ui/src/components/molecules/Dropdown/Dropdown.js +0 -67
- package/dist/ui/src/components/molecules/Dropdown/Dropdown.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/DropdownButton.d.ts +0 -10
- package/dist/ui/src/components/molecules/Dropdown/DropdownButton.js +0 -11
- package/dist/ui/src/components/molecules/Dropdown/DropdownButton.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/DropdownItem.d.ts +0 -10
- package/dist/ui/src/components/molecules/Dropdown/DropdownItem.js +0 -26
- package/dist/ui/src/components/molecules/Dropdown/DropdownItem.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/DropdownMenu.d.ts +0 -22
- package/dist/ui/src/components/molecules/Dropdown/DropdownMenu.js +0 -65
- package/dist/ui/src/components/molecules/Dropdown/DropdownMenu.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/contexts/DropdownContext.d.ts +0 -41
- package/dist/ui/src/components/molecules/Dropdown/contexts/DropdownContext.js +0 -11
- package/dist/ui/src/components/molecules/Dropdown/contexts/DropdownContext.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/hooks/useDropdown.d.ts +0 -6
- package/dist/ui/src/components/molecules/Dropdown/hooks/useDropdown.js +0 -14
- package/dist/ui/src/components/molecules/Dropdown/hooks/useDropdown.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/hooks/useDropdownPosition.d.ts +0 -8
- package/dist/ui/src/components/molecules/Dropdown/hooks/useDropdownPosition.js +0 -25
- package/dist/ui/src/components/molecules/Dropdown/hooks/useDropdownPosition.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/index.d.ts +0 -8
- package/dist/ui/src/components/molecules/Dropdown/index.js +0 -5
- package/dist/ui/src/components/molecules/Dropdown/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Dropdown/stories/assets/Caret.d.ts +0 -2
- package/dist/ui/src/components/molecules/Dropdown/stories/assets/Caret.js +0 -4
- package/dist/ui/src/components/molecules/Dropdown/stories/assets/Caret.js.map +0 -1
- package/dist/ui/src/components/molecules/Form/Form.d.ts +0 -11
- package/dist/ui/src/components/molecules/Form/Form.js.map +0 -1
- package/dist/ui/src/components/molecules/Form/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/Form/index.js +0 -2
- package/dist/ui/src/components/molecules/Form/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Gift/Gift.js.map +0 -1
- package/dist/ui/src/components/molecules/Gift/GiftContent.d.ts +0 -10
- package/dist/ui/src/components/molecules/Gift/GiftContent.js +0 -6
- package/dist/ui/src/components/molecules/Gift/GiftContent.js.map +0 -1
- package/dist/ui/src/components/molecules/Gift/GiftImage.d.ts +0 -10
- package/dist/ui/src/components/molecules/Gift/GiftImage.js +0 -6
- package/dist/ui/src/components/molecules/Gift/GiftImage.js.map +0 -1
- package/dist/ui/src/components/molecules/Gift/index.d.ts +0 -6
- package/dist/ui/src/components/molecules/Gift/index.js +0 -4
- package/dist/ui/src/components/molecules/Gift/index.js.map +0 -1
- package/dist/ui/src/components/molecules/LoadingButton/LoadingButton.js.map +0 -1
- package/dist/ui/src/components/molecules/LoadingButton/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/LoadingButton/index.js +0 -2
- package/dist/ui/src/components/molecules/LoadingButton/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Modal/Modal.d.ts +0 -25
- package/dist/ui/src/components/molecules/Modal/Modal.js.map +0 -1
- package/dist/ui/src/components/molecules/Modal/ModalContent.js.map +0 -1
- package/dist/ui/src/components/molecules/Modal/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/Modal/index.js +0 -2
- package/dist/ui/src/components/molecules/Modal/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Modal/useTrapFocus.d.ts +0 -8
- package/dist/ui/src/components/molecules/Modal/useTrapFocus.js +0 -76
- package/dist/ui/src/components/molecules/Modal/useTrapFocus.js.map +0 -1
- package/dist/ui/src/components/molecules/OrderSummary/OrderSummary.d.ts +0 -35
- package/dist/ui/src/components/molecules/OrderSummary/OrderSummary.js.map +0 -1
- package/dist/ui/src/components/molecules/OrderSummary/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/OrderSummary/index.js +0 -2
- package/dist/ui/src/components/molecules/OrderSummary/index.js.map +0 -1
- package/dist/ui/src/components/molecules/PaymentMethods/PaymentMethods.d.ts +0 -26
- package/dist/ui/src/components/molecules/PaymentMethods/PaymentMethods.js.map +0 -1
- package/dist/ui/src/components/molecules/PaymentMethods/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/PaymentMethods/index.js +0 -2
- package/dist/ui/src/components/molecules/PaymentMethods/index.js.map +0 -1
- package/dist/ui/src/components/molecules/PaymentMethods/stories/assets/Icons.d.ts +0 -9
- package/dist/ui/src/components/molecules/PaymentMethods/stories/assets/Icons.js +0 -26
- package/dist/ui/src/components/molecules/PaymentMethods/stories/assets/Icons.js.map +0 -1
- package/dist/ui/src/components/molecules/PriceRange/PriceRange.js.map +0 -1
- package/dist/ui/src/components/molecules/PriceRange/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/PriceRange/index.js +0 -2
- package/dist/ui/src/components/molecules/PriceRange/index.js.map +0 -1
- package/dist/ui/src/components/molecules/ProductCard/ProductCard.d.ts +0 -11
- package/dist/ui/src/components/molecules/ProductCard/ProductCard.js.map +0 -1
- package/dist/ui/src/components/molecules/ProductCard/ProductCardActions.d.ts +0 -10
- package/dist/ui/src/components/molecules/ProductCard/ProductCardActions.js.map +0 -1
- package/dist/ui/src/components/molecules/ProductCard/ProductCardContent.d.ts +0 -10
- package/dist/ui/src/components/molecules/ProductCard/ProductCardContent.js.map +0 -1
- package/dist/ui/src/components/molecules/ProductCard/ProductCardImage.d.ts +0 -10
- package/dist/ui/src/components/molecules/ProductCard/ProductCardImage.js.map +0 -1
- package/dist/ui/src/components/molecules/ProductCard/index.d.ts +0 -8
- package/dist/ui/src/components/molecules/ProductCard/index.js +0 -5
- package/dist/ui/src/components/molecules/ProductCard/index.js.map +0 -1
- package/dist/ui/src/components/molecules/ProductTitle/ProductTitle.js.map +0 -1
- package/dist/ui/src/components/molecules/ProductTitle/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/ProductTitle/index.js +0 -2
- package/dist/ui/src/components/molecules/ProductTitle/index.js.map +0 -1
- package/dist/ui/src/components/molecules/QuantitySelector/QuantitySelector.js.map +0 -1
- package/dist/ui/src/components/molecules/QuantitySelector/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/QuantitySelector/index.js +0 -2
- package/dist/ui/src/components/molecules/QuantitySelector/index.js.map +0 -1
- package/dist/ui/src/components/molecules/QuantitySelector/stories/assets/Icons.d.ts +0 -7
- package/dist/ui/src/components/molecules/QuantitySelector/stories/assets/Icons.js +0 -11
- package/dist/ui/src/components/molecules/QuantitySelector/stories/assets/Icons.js.map +0 -1
- package/dist/ui/src/components/molecules/RadioGroup/RadioGroup.js +0 -10
- package/dist/ui/src/components/molecules/RadioGroup/RadioGroup.js.map +0 -1
- package/dist/ui/src/components/molecules/RadioGroup/RadioOption.d.ts +0 -19
- package/dist/ui/src/components/molecules/RadioGroup/RadioOption.js.map +0 -1
- package/dist/ui/src/components/molecules/RadioGroup/index.d.ts +0 -4
- package/dist/ui/src/components/molecules/RadioGroup/index.js +0 -3
- package/dist/ui/src/components/molecules/RadioGroup/index.js.map +0 -1
- package/dist/ui/src/components/molecules/RadioGroup/useRadioGroup.d.ts +0 -17
- package/dist/ui/src/components/molecules/RadioGroup/useRadioGroup.js +0 -10
- package/dist/ui/src/components/molecules/RadioGroup/useRadioGroup.js.map +0 -1
- package/dist/ui/src/components/molecules/SearchInput/SearchInput.js.map +0 -1
- package/dist/ui/src/components/molecules/SearchInput/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/SearchInput/index.js +0 -2
- package/dist/ui/src/components/molecules/SearchInput/index.js.map +0 -1
- package/dist/ui/src/components/molecules/SearchInput/stories/assets/CustomIcon.d.ts +0 -3
- package/dist/ui/src/components/molecules/SearchInput/stories/assets/CustomIcon.js +0 -7
- package/dist/ui/src/components/molecules/SearchInput/stories/assets/CustomIcon.js.map +0 -1
- package/dist/ui/src/components/molecules/SkuSelector/SkuSelector.js.map +0 -1
- package/dist/ui/src/components/molecules/SkuSelector/index.d.ts +0 -2
- package/dist/ui/src/components/molecules/SkuSelector/index.js +0 -2
- package/dist/ui/src/components/molecules/SkuSelector/index.js.map +0 -1
- package/dist/ui/src/components/molecules/Table/Table.d.ts +0 -11
- package/dist/ui/src/components/molecules/Table/Table.js +0 -6
- package/dist/ui/src/components/molecules/Table/Table.js.map +0 -1
- package/dist/ui/src/components/molecules/Table/TableBody.d.ts +0 -11
- package/dist/ui/src/components/molecules/Table/TableBody.js +0 -6
- package/dist/ui/src/components/molecules/Table/TableBody.js.map +0 -1
- package/dist/ui/src/components/molecules/Table/TableCell.d.ts +0 -20
- package/dist/ui/src/components/molecules/Table/TableCell.js +0 -7
- package/dist/ui/src/components/molecules/Table/TableCell.js.map +0 -1
- package/dist/ui/src/components/molecules/Table/TableFooter.d.ts +0 -11
- package/dist/ui/src/components/molecules/Table/TableFooter.js +0 -6
- package/dist/ui/src/components/molecules/Table/TableFooter.js.map +0 -1
- package/dist/ui/src/components/molecules/Table/TableHead.d.ts +0 -11
- package/dist/ui/src/components/molecules/Table/TableHead.js +0 -6
- package/dist/ui/src/components/molecules/Table/TableHead.js.map +0 -1
- package/dist/ui/src/components/molecules/Table/TableRow.d.ts +0 -11
- package/dist/ui/src/components/molecules/Table/TableRow.js +0 -6
- package/dist/ui/src/components/molecules/Table/TableRow.js.map +0 -1
- package/dist/ui/src/components/molecules/Table/index.d.ts +0 -12
- package/dist/ui/src/components/molecules/Table/index.js +0 -7
- package/dist/ui/src/components/molecules/Table/index.js.map +0 -1
- package/dist/ui/src/components/organisms/Hero/Hero.d.ts +0 -11
- package/dist/ui/src/components/organisms/Hero/Hero.js +0 -6
- package/dist/ui/src/components/organisms/Hero/Hero.js.map +0 -1
- package/dist/ui/src/components/organisms/Hero/HeroHeading.d.ts +0 -10
- package/dist/ui/src/components/organisms/Hero/HeroHeading.js +0 -6
- package/dist/ui/src/components/organisms/Hero/HeroHeading.js.map +0 -1
- package/dist/ui/src/components/organisms/Hero/HeroImage.d.ts +0 -10
- package/dist/ui/src/components/organisms/Hero/HeroImage.js +0 -6
- package/dist/ui/src/components/organisms/Hero/HeroImage.js.map +0 -1
- package/dist/ui/src/components/organisms/Hero/index.d.ts +0 -6
- package/dist/ui/src/components/organisms/Hero/index.js +0 -4
- package/dist/ui/src/components/organisms/Hero/index.js.map +0 -1
- package/dist/ui/src/components/organisms/OutOfStock/OutOfStock.js.map +0 -1
- package/dist/ui/src/components/organisms/OutOfStock/OutOfStockMessage.js.map +0 -1
- package/dist/ui/src/components/organisms/OutOfStock/OutOfStockTitle.js.map +0 -1
- package/dist/ui/src/components/organisms/OutOfStock/index.d.ts +0 -6
- package/dist/ui/src/components/organisms/OutOfStock/index.js +0 -4
- package/dist/ui/src/components/organisms/OutOfStock/index.js.map +0 -1
- package/dist/ui/src/components/organisms/Tiles/Tile.d.ts +0 -11
- package/dist/ui/src/components/organisms/Tiles/Tile.js.map +0 -1
- package/dist/ui/src/components/organisms/Tiles/Tiles.d.ts +0 -11
- package/dist/ui/src/components/organisms/Tiles/Tiles.js.map +0 -1
- package/dist/ui/src/components/organisms/Tiles/index.d.ts +0 -4
- package/dist/ui/src/components/organisms/Tiles/index.js +0 -3
- package/dist/ui/src/components/organisms/Tiles/index.js.map +0 -1
- package/dist/ui/src/hooks/useSlider/index.d.ts +0 -2
- package/dist/ui/src/hooks/useSlider/index.js +0 -3
- package/dist/ui/src/hooks/useSlider/index.js.map +0 -1
- package/dist/ui/src/hooks/useSlider/useSlider.d.ts +0 -64
- package/dist/ui/src/hooks/useSlider/useSlider.js +0 -103
- package/dist/ui/src/hooks/useSlider/useSlider.js.map +0 -1
- package/dist/ui/src/index.d.ts +0 -75
- package/dist/ui/src/index.js +0 -43
- package/dist/ui/src/index.js.map +0 -1
- package/dist/ui/src/typings/PolymorphicGenerics.d.ts +0 -28
- package/dist/ui/src/typings/PolymorphicGenerics.js +0 -8
- package/dist/ui/src/typings/PolymorphicGenerics.js.map +0 -1
- package/dist/ui/src/typings/index.d.ts +0 -1
- package/dist/ui/src/typings/index.js +0 -2
- package/dist/ui/src/typings/index.js.map +0 -1
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
import React, { useMemo, useRef } from 'react';
|
|
2
|
-
import { RightArrowIcon, LeftArrowIcon } from './Arrows';
|
|
3
|
-
import CarouselItem from './CarouselItem';
|
|
4
|
-
import useSlider from '../../../hooks/useSlider/useSlider';
|
|
5
|
-
import Bullets from '../Bullets';
|
|
6
|
-
import { IconButton } from '../../../index';
|
|
7
|
-
const createTransformValues = (infinite, totalItems) => {
|
|
8
|
-
const transformMap = {};
|
|
9
|
-
const slideWidth = 100 / totalItems;
|
|
10
|
-
for (let idx = 0; idx < totalItems; ++idx) {
|
|
11
|
-
const currIdx = infinite ? idx - 1 : idx;
|
|
12
|
-
const transformValue = -(slideWidth * idx);
|
|
13
|
-
transformMap[currIdx] = transformValue;
|
|
14
|
-
}
|
|
15
|
-
return transformMap;
|
|
16
|
-
};
|
|
17
|
-
function Carousel({ infiniteMode = true, controls = 'complete', testId = 'store-carousel', transition = {
|
|
18
|
-
duration: 400,
|
|
19
|
-
property: 'transform',
|
|
20
|
-
}, children, className, id = 'store-carousel', variant = 'slide', itemsPerPage = 1, navigationIcons = undefined, ...swipeableConfigOverrides }) {
|
|
21
|
-
const carouselTrackRef = useRef(null);
|
|
22
|
-
const isSlideCarousel = variant === 'slide';
|
|
23
|
-
const isScrollCarousel = variant === 'scroll';
|
|
24
|
-
const childrenArray = React.Children.toArray(children);
|
|
25
|
-
const childrenCount = childrenArray.length;
|
|
26
|
-
const numberOfSlides = infiniteMode ? childrenCount + 2 : childrenCount;
|
|
27
|
-
const slidingTransition = `${transition.property} ${transition.duration}ms ${transition.timing ?? ''} ${transition.delay ?? ''}`;
|
|
28
|
-
const showNavigationArrows = controls === 'complete' || controls === 'navigationArrows';
|
|
29
|
-
const showPaginationBullets = controls === 'complete' || controls === 'paginationBullets';
|
|
30
|
-
const transformValues = useMemo(() => createTransformValues(infiniteMode, numberOfSlides), [numberOfSlides, infiniteMode]);
|
|
31
|
-
const { handlers, slide, sliderState, sliderDispatch } = useSlider({
|
|
32
|
-
itemsPerPage,
|
|
33
|
-
infiniteMode,
|
|
34
|
-
totalItems: childrenCount,
|
|
35
|
-
shouldSlideOnSwipe: isSlideCarousel,
|
|
36
|
-
...swipeableConfigOverrides,
|
|
37
|
-
});
|
|
38
|
-
const postRenderedSlides = infiniteMode && children ? childrenArray.slice(0, 1) : [];
|
|
39
|
-
const preRenderedSlides = infiniteMode && children ? childrenArray.slice(childrenCount - 1) : [];
|
|
40
|
-
const slides = preRenderedSlides.concat(children ?? [], postRenderedSlides);
|
|
41
|
-
const slideCarouselTrackStyle = useMemo(() => ({
|
|
42
|
-
display: 'flex',
|
|
43
|
-
width: `${numberOfSlides * 100}%`,
|
|
44
|
-
transition: sliderState.sliding ? slidingTransition : undefined,
|
|
45
|
-
transform: `translate3d(${transformValues[sliderState.currentPage]}%, 0, 0)`,
|
|
46
|
-
}), [
|
|
47
|
-
numberOfSlides,
|
|
48
|
-
transformValues,
|
|
49
|
-
slidingTransition,
|
|
50
|
-
sliderState.sliding,
|
|
51
|
-
sliderState.currentPage,
|
|
52
|
-
]);
|
|
53
|
-
const scrollCarouselTrackStyle = useMemo(() => ({
|
|
54
|
-
width: '100%',
|
|
55
|
-
display: 'block',
|
|
56
|
-
overflowX: 'scroll',
|
|
57
|
-
whiteSpace: 'nowrap',
|
|
58
|
-
}), []);
|
|
59
|
-
const carouselTrackStyle = (isSlideCarousel && slideCarouselTrackStyle) ||
|
|
60
|
-
(isScrollCarousel && scrollCarouselTrackStyle);
|
|
61
|
-
const slidePrevious = () => {
|
|
62
|
-
if (sliderState.sliding ||
|
|
63
|
-
(!infiniteMode && sliderState.currentPage === 0)) {
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
slide('previous', sliderDispatch);
|
|
67
|
-
};
|
|
68
|
-
const slideNext = () => {
|
|
69
|
-
if (sliderState.sliding ||
|
|
70
|
-
(!infiniteMode && sliderState.currentPage === childrenCount - 1)) {
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
slide('next', sliderDispatch);
|
|
74
|
-
};
|
|
75
|
-
const onScrollTrack = (event) => {
|
|
76
|
-
if (isSlideCarousel || itemsPerPage > 1) {
|
|
77
|
-
return;
|
|
78
|
-
}
|
|
79
|
-
const itemWidth = Number(event.currentTarget.firstElementChild?.scrollWidth);
|
|
80
|
-
const scrollOffset = event.currentTarget?.scrollLeft;
|
|
81
|
-
const formatter = scrollOffset > itemWidth / 2 ? Math.round : Math.floor;
|
|
82
|
-
const page = formatter(scrollOffset / itemWidth);
|
|
83
|
-
slide(page, sliderDispatch);
|
|
84
|
-
};
|
|
85
|
-
const onTransitionTrackEnd = () => {
|
|
86
|
-
sliderDispatch({
|
|
87
|
-
type: 'STOP_SLIDE',
|
|
88
|
-
});
|
|
89
|
-
if (infiniteMode && sliderState.currentItem >= childrenCount) {
|
|
90
|
-
sliderDispatch({
|
|
91
|
-
type: 'GO_TO_PAGE',
|
|
92
|
-
payload: {
|
|
93
|
-
pageIndex: 0,
|
|
94
|
-
shouldSlide: false,
|
|
95
|
-
},
|
|
96
|
-
});
|
|
97
|
-
}
|
|
98
|
-
if (infiniteMode && sliderState.currentItem < 0) {
|
|
99
|
-
sliderDispatch({
|
|
100
|
-
type: 'GO_TO_PAGE',
|
|
101
|
-
payload: {
|
|
102
|
-
pageIndex: sliderState.totalPages - 1,
|
|
103
|
-
shouldSlide: false,
|
|
104
|
-
},
|
|
105
|
-
});
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
const onScrollPagination = async (index, slideDirection) => {
|
|
109
|
-
if (slideDirection === 'previous' && sliderState.currentPage === 0) {
|
|
110
|
-
return;
|
|
111
|
-
}
|
|
112
|
-
if (slideDirection === 'next' &&
|
|
113
|
-
sliderState.currentPage === sliderState.totalPages - 1) {
|
|
114
|
-
return;
|
|
115
|
-
}
|
|
116
|
-
let scrollOffset;
|
|
117
|
-
const carouselItemsWidth = Number(carouselTrackRef.current?.firstElementChild?.clientWidth);
|
|
118
|
-
if (itemsPerPage > 1) {
|
|
119
|
-
scrollOffset = index * carouselItemsWidth * itemsPerPage;
|
|
120
|
-
}
|
|
121
|
-
else {
|
|
122
|
-
scrollOffset = index * carouselItemsWidth - carouselItemsWidth * 0.125;
|
|
123
|
-
}
|
|
124
|
-
carouselTrackRef.current?.scrollTo({
|
|
125
|
-
left: scrollOffset,
|
|
126
|
-
behavior: 'smooth',
|
|
127
|
-
});
|
|
128
|
-
slide(index, sliderDispatch);
|
|
129
|
-
};
|
|
130
|
-
// accessible behavior for tablist
|
|
131
|
-
const handleBulletsKeyDown = (event) => {
|
|
132
|
-
switch (event.key) {
|
|
133
|
-
case 'ArrowLeft': {
|
|
134
|
-
isSlideCarousel && slidePrevious();
|
|
135
|
-
isScrollCarousel &&
|
|
136
|
-
onScrollPagination(sliderState.currentPage - 1, 'previous');
|
|
137
|
-
break;
|
|
138
|
-
}
|
|
139
|
-
case 'ArrowRight': {
|
|
140
|
-
isSlideCarousel && slideNext();
|
|
141
|
-
isScrollCarousel &&
|
|
142
|
-
onScrollPagination(sliderState.currentPage + 1, 'next');
|
|
143
|
-
break;
|
|
144
|
-
}
|
|
145
|
-
case 'Home': {
|
|
146
|
-
slide(0, sliderDispatch);
|
|
147
|
-
break;
|
|
148
|
-
}
|
|
149
|
-
case 'End': {
|
|
150
|
-
slide(childrenCount - 1, sliderDispatch);
|
|
151
|
-
break;
|
|
152
|
-
}
|
|
153
|
-
default:
|
|
154
|
-
}
|
|
155
|
-
};
|
|
156
|
-
return (React.createElement("section", { id: id, "data-fs-carousel": true, className: className, "data-testid": testId, "aria-label": "carousel", "aria-roledescription": "carousel" },
|
|
157
|
-
React.createElement("div", { "data-fs-carousel-track-container": true, style: {
|
|
158
|
-
width: '100%',
|
|
159
|
-
overflow: 'hidden',
|
|
160
|
-
display: isScrollCarousel ? 'block' : undefined,
|
|
161
|
-
}, ...handlers },
|
|
162
|
-
React.createElement("ul", { "aria-live": "polite", ref: carouselTrackRef, style: carouselTrackStyle, "data-fs-carousel-track": true, onScroll: onScrollTrack, onTransitionEnd: onTransitionTrackEnd }, slides.map((currentSlide, idx) => (React.createElement(CarouselItem, { index: idx, key: String(idx), state: sliderState, totalItems: childrenCount, infiniteMode: infiniteMode, isScrollCarousel: isScrollCarousel }, currentSlide))))),
|
|
163
|
-
showNavigationArrows && (React.createElement("div", { "data-fs-carousel-controls": true },
|
|
164
|
-
React.createElement(IconButton, { "data-fs-carousel-control": "left", "aria-controls": id, "aria-label": "previous", icon: navigationIcons?.left ?? React.createElement(LeftArrowIcon, null), onClick: () => {
|
|
165
|
-
isSlideCarousel && slidePrevious();
|
|
166
|
-
isScrollCarousel &&
|
|
167
|
-
onScrollPagination(sliderState.currentPage - 1, 'previous');
|
|
168
|
-
} }),
|
|
169
|
-
React.createElement(IconButton, { "data-fs-carousel-control": "right", "aria-controls": id, "aria-label": "next", icon: navigationIcons?.right ?? React.createElement(RightArrowIcon, null), onClick: () => {
|
|
170
|
-
isSlideCarousel && slideNext();
|
|
171
|
-
isScrollCarousel &&
|
|
172
|
-
onScrollPagination(sliderState.currentPage + 1, 'next');
|
|
173
|
-
} }))),
|
|
174
|
-
showPaginationBullets && (React.createElement("div", { "data-fs-carousel-bullets": true },
|
|
175
|
-
React.createElement(Bullets, { tabIndex: 0, activeBullet: sliderState.currentPage, totalQuantity: Math.ceil(childrenCount / sliderState.itemsPerPage), onKeyDown: handleBulletsKeyDown, onClick: async (_, idx) => {
|
|
176
|
-
isSlideCarousel &&
|
|
177
|
-
!sliderState.sliding &&
|
|
178
|
-
slide(idx, sliderDispatch);
|
|
179
|
-
isScrollCarousel && onScrollPagination(idx);
|
|
180
|
-
}, onFocus: (event) => event.currentTarget.focus(), ariaControlsGenerator: (idx) => `carousel-item-${idx}` })))));
|
|
181
|
-
}
|
|
182
|
-
export default Carousel;
|
|
183
|
-
//# sourceMappingURL=Carousel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../../src/components/molecules/Carousel/Carousel.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { PropsWithChildren, HTMLAttributes } from 'react';
|
|
2
|
-
import type { SliderState } from '../../../hooks/useSlider/useSlider';
|
|
3
|
-
interface CarouselItemProps extends HTMLAttributes<HTMLLIElement> {
|
|
4
|
-
index: number;
|
|
5
|
-
totalItems: number;
|
|
6
|
-
state: SliderState;
|
|
7
|
-
infiniteMode: boolean;
|
|
8
|
-
isScrollCarousel: boolean;
|
|
9
|
-
}
|
|
10
|
-
declare function CarouselItem({ index, state, children, totalItems, infiniteMode, isScrollCarousel, }: PropsWithChildren<CarouselItemProps>): JSX.Element;
|
|
11
|
-
export default CarouselItem;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselItem.js","sourceRoot":"","sources":["../../../../src/components/molecules/Carousel/CarouselItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,kBAAkB,MAAM,4BAA4B,CAAA;AAU3D,SAAS,YAAY,CAAC,EACpB,KAAK,EACL,KAAK,EACL,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,gBAAgB,GACqB;IACrC,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,GAAG,kBAAkB,CAAC;QAC7D,UAAU;QACV,YAAY,EAAE,KAAK,CAAC,WAAW;QAC/B,YAAY,EAAE,KAAK,CAAC,YAAY;KACjC,CAAC,CAAA;IAEF,MAAM,KAAK,GACR,CAAC,CAAC,gBAAgB,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,CAAmB;QAC1D,CAAC,gBAAgB,IAAI;YACpB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE,cAAc;SACxB,CAAmB,CAAA;IAEtB,MAAM,iBAAiB,GACrB,gBAAgB,IAAI,gBAAgB,CAAC,KAAK,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,CAAA;IAEpE,OAAO,CACL,4BACE,KAAK,EAAE,KAAK,yDAES,OAAO,EAC5B,EAAE,EAAE,iBAAiB,KAAK,EAAE,mCAE1B,aAAa,CAAC,KAAK,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,IAAI,SAAS,IAGzD,iBAAiB,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CACjC,CACN,CAAA;AACH,CAAC;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSlideVisibility.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Carousel/hooks/useSlideVisibility.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAezC,SAAS,cAAc,CAAC,EACtB,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,UAAU,GACS;IACnB,MAAM,aAAa,GAAG,YAAY,GAAG,CAAC,IAAI,YAAY,IAAI,UAAU,CAAA;IACpE,MAAM,SAAS,GACb,QAAQ,IAAI,YAAY,IAAI,QAAQ,GAAG,YAAY,GAAG,YAAY,CAAA;IAEpE,OAAO,aAAa,IAAI,SAAS,CAAA;AACnC,CAAC;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,YAAY,EACZ,YAAY,EACZ,UAAU,GACa;IACvB;;;kDAG8C;IAC9C,MAAM,aAAa,GAAG,MAAM,CAAc,IAAI,GAAG,EAAE,CAAC,CAAA;IAEpD,SAAS,CAAC,GAAG,EAAE;QACb,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,YAAY,EAAE,CAAC,EAAE,EAAE;YACrC,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,GAAG,CAAC,CAAC,CAAA;SAC5C;IACH,CAAC,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAA;IAEhC,MAAM,aAAa,GAAG,CAAC,KAAa,EAAE,EAAE,CACtC,cAAc,CAAC;QACb,QAAQ,EAAE,KAAK;QACf,YAAY;QACZ,YAAY;QACZ,UAAU;KACX,CAAC,CAAA;IAEJ,MAAM,gBAAgB,GAAG,CAAC,KAAa,EAAE,EAAE;QACzC,OAAO,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,aAAa,CAAC,KAAK,CAAC,CAAA;IACjE,CAAC,CAAA;IAED,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,CAAA;AAC5C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/Carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AACpC,cAAc,YAAY,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const CartItem = forwardRef(function CartItem({ testId = 'store-cart-item', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("article", { ref: ref, "data-fs-cart-item": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default CartItem;
|
|
6
|
-
//# sourceMappingURL=CartItem.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartItem.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/CartItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAUzC,MAAM,QAAQ,GAAG,UAAU,CAAgC,SAAS,QAAQ,CAC1E,EAAE,MAAM,GAAG,iBAAiB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EACvD,GAAG;IAEH,OAAO,CACL,iCAAS,GAAG,EAAE,GAAG,4CAAiC,MAAM,KAAM,UAAU,IACrE,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,QAAQ,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const CartItemActions = forwardRef(function CartItemActions({ testId = 'store-cart-item-actions', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("div", { ref: ref, "data-fs-cart-item-actions": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default CartItemActions;
|
|
6
|
-
//# sourceMappingURL=CartItemActions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartItemActions.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/CartItemActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAUzC,MAAM,eAAe,GAAG,UAAU,CAChC,SAAS,eAAe,CACtB,EAAE,MAAM,GAAG,yBAAyB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC/D,GAAG;IAEH,OAAO,CACL,6BAAK,GAAG,EAAE,GAAG,oDAAyC,MAAM,KAAM,UAAU,IACzE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const CartItemContent = forwardRef(function CartItemContent({ testId = 'store-cart-item-content', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("section", { ref: ref, "data-fs-cart-item-content": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default CartItemContent;
|
|
6
|
-
//# sourceMappingURL=CartItemContent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartItemContent.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/CartItemContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,eAAe,GAAG,UAAU,CAChC,SAAS,eAAe,CACtB,EAAE,MAAM,GAAG,yBAAyB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC/D,GAAG;IAEH,OAAO,CACL,iCAAS,GAAG,EAAE,GAAG,oDAAyC,MAAM,KAAM,UAAU,IAC7E,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const CartItemImage = forwardRef(function CartItemImage({ testId = 'store-cart-item-image', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("div", { ref: ref, "data-fs-cart-item-image": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default CartItemImage;
|
|
6
|
-
//# sourceMappingURL=CartItemImage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartItemImage.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/CartItemImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,aAAa,GAAG,UAAU,CAAqC,SAAS,aAAa,CACzF,EAAE,MAAM,GAAG,uBAAuB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC7D,GAAG;IAEH,OAAO,CACL,6BAAK,GAAG,EAAE,GAAG,kDAAuC,MAAM,KAAM,UAAU,IACvE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,aAAa,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const CartItemPrices = forwardRef(function CartItemPrices({ testId = 'store-cart-item-prices', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("span", { ref: ref, "data-fs-cart-item-prices": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default CartItemPrices;
|
|
6
|
-
//# sourceMappingURL=CartItemPrices.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartItemPrices.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/CartItemPrices.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAUzC,MAAM,cAAc,GAAG,UAAU,CAC/B,SAAS,cAAc,CACrB,EAAE,MAAM,GAAG,wBAAwB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC9D,GAAG;IAEH,OAAO,CACL,8BAAM,GAAG,EAAE,GAAG,mDAAwC,MAAM,KAAM,UAAU,IACzE,QAAQ,CACJ,CACR,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const CartItemSummary = forwardRef(function CartItemSummary({ testId = 'store-cart-item-summary', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("div", { ref: ref, "data-fs-cart-item-summary": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default CartItemSummary;
|
|
6
|
-
//# sourceMappingURL=CartItemSummary.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartItemSummary.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/CartItemSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAUzC,MAAM,eAAe,GAAG,UAAU,CAChC,SAAS,eAAe,CACtB,EAAE,MAAM,GAAG,yBAAyB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC/D,GAAG;IAEH,OAAO,CACL,6BAAK,GAAG,EAAE,GAAG,oDAAyC,MAAM,KAAM,UAAU,IACzE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const CartItemTitle = forwardRef(function CartItemTitle({ testId = 'store-cart-item-title', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("div", { ref: ref, "data-fs-cart-item-title": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default CartItemTitle;
|
|
6
|
-
//# sourceMappingURL=CartItemTitle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CartItemTitle.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/CartItemTitle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,aAAa,GAAG,UAAU,CAAqC,SAAS,aAAa,CACzF,EAAE,MAAM,GAAG,uBAAuB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC7D,GAAG;IAEH,OAAO,CACL,6BAAK,GAAG,EAAE,GAAG,kDAAuC,MAAM,KAAM,UAAU,IACvE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,aAAa,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/CartItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAGpC,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAG9D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAG9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAG1D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAG5D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAG9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.js","sourceRoot":"","sources":["../../../../src/components/molecules/Dropdown/Dropdown.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownButton.js","sourceRoot":"","sources":["../../../../src/components/molecules/Dropdown/DropdownButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAUjD,MAAM,cAAc,GAAG,UAAU,CAC/B,SAAS,MAAM,CACb,EAAE,QAAQ,EAAE,MAAM,GAAG,uBAAuB,EAAE,GAAG,UAAU,EAAE,EAC7D,GAAG;IAEH,MAAM,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,WAAW,EAAE,CAAA;IAE/D,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC,iBAAkB,CAAC,OAAQ,EAAE;QAC1D,iBAAiB;KAClB,CAAC,CAAA;IAEF,OAAO,CACL,+EAEE,OAAO,EAAE,MAAM,iBACF,MAAM,EACnB,GAAG,EAAE,iBAAiB,mBACP,MAAM,mBACP,MAAM,mBACL,EAAE,IACb,UAAU,GAEb,QAAQ,CACF,CACV,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownItem.js","sourceRoot":"","sources":["../../../../src/components/molecules/Dropdown/DropdownItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,mBAAmB,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAEhF,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAUjD,MAAM,YAAY,GAAG,UAAU,CAC7B,SAAS,MAAM,CACb,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,qBAAqB,EAAE,GAAG,UAAU,EAAE,EACpE,GAAG;IAEH,MAAM,EAAE,gBAAgB,EAAE,4BAA4B,EAAE,KAAK,EAAE,GAC7D,WAAW,EAAE,CAAA;IAEf,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAA;IAC7D,MAAM,eAAe,GAAG,MAAM,EAAqB,CAAA;IAEnD,MAAM,SAAS,GAAG,CAAC,EAAqB,EAAE,EAAE;QAC1C,IAAI,EAAE,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE;YACjD,gBAAgB,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;YAClC,oBAAoB,CAClB,gBAAgB,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,KAAK,EAAE,CAAC,IAAI,CAAC,CACtE,CAAA;SACF;QAED,eAAe,CAAC,OAAO,GAAG,EAAE,CAAA;IAC9B,CAAC,CAAA;IAED,MAAM,WAAW,GAAG,GAAG,EAAE;QACvB,4BAA6B,CAAC,OAAO,GAAG,iBAAiB,CAAA;QACzD,gBAAgB,EAAE,OAAO,CAAC,4BAA6B,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,CAAA;IAC3E,CAAC,CAAA;IAED,MAAM,iBAAiB,GAAG,CACxB,KAAsD,EACtD,EAAE;QACF,OAAO,EAAE,CAAC,KAAK,CAAC,CAAA;QAChB,KAAK,EAAE,EAAE,CAAA;IACX,CAAC,CAAA;IAED,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,OAAQ,EAAE,EAAE,CAAC,CAAA;IAE5D,OAAO,CACL,4FAEe,MAAM,EACnB,GAAG,EAAE,SAAS,EACd,OAAO,EAAE,WAAW,EACpB,YAAY,EAAE,WAAW,EACzB,OAAO,EAAE,iBAAiB,EAC1B,IAAI,EAAC,UAAU,EACf,QAAQ,EAAE,CAAC,CAAC,gBACA,iBAAiB,IACzB,UAAU,GAEb,QAAQ,CACF,CACV,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.js","sourceRoot":"","sources":["../../../../src/components/molecules/Dropdown/DropdownMenu.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownContext.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Dropdown/contexts/DropdownContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AA0CrC,MAAM,YAAY,GAAyB;IACzC,MAAM,EAAE,KAAK;IACb,iBAAiB,EAAE,IAAI;IACvB,4BAA4B,EAAE,IAAI;IAClC,gBAAgB,EAAE,IAAI;IACtB,EAAE,EAAE,gBAAgB;CACrB,CAAA;AAED,MAAM,eAAe,GAAG,aAAa,CAAuB,YAAY,CAAC,CAAA;AAEzE,eAAe,eAAe,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDropdown.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Dropdown/hooks/useDropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAGlC,OAAO,eAAe,MAAM,6BAA6B,CAAA;AAEzD;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,EAAE;IAC9B,MAAM,OAAO,GAAG,UAAU,CAAuB,eAAe,CAAC,CAAA;IAEjE,IAAI,OAAO,KAAK,SAAS,EAAE;QACzB,MAAM,IAAI,KAAK,CAAC,2DAA2D,CAAC,CAAA;KAC7E;IAED,OAAO,OAAO,CAAA;AAChB,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDropdownPosition.js","sourceRoot":"","sources":["../../../../../src/components/molecules/Dropdown/hooks/useDropdownPosition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAI3C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAqB,EAAE;IACxD,MAAM,EAAE,iBAAiB,EAAE,GAAG,WAAW,EAAE,CAAA;IAE3C,yCAAyC;IACzC,MAAM,SAAS,GAAG,OAAO,MAAM,KAAK,WAAW,CAAA;IAE/C,MAAM,UAAU,GAAG,iBAAiB,EAAE,OAAO,EAAE,qBAAqB,EAAE,CAAA;IACtE,MAAM,QAAQ,GAAG,UAAU,EAAE,GAAG,IAAI,CAAC,CAAA;IACrC,MAAM,SAAS,GAAG,UAAU,EAAE,MAAM,IAAI,CAAC,CAAA;IACzC,MAAM,SAAS,GAAG,UAAU,EAAE,IAAI,IAAI,CAAC,CAAA;IAEvC,uFAAuF;IACvF,MAAM,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,eAAe,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAA;IACtE,MAAM,UAAU,GAAG,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,eAAe,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,CAAA;IAExE,MAAM,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAA;IAEpD,MAAM,YAAY,GAAG,SAAS,GAAG,UAAU,CAAA;IAE3C,OAAO;QACL,QAAQ,EAAE,UAAU;QACpB,GAAG,EAAE,WAAW;QAChB,IAAI,EAAE,YAAY;KACnB,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/Dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAGpC,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAG5D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGxD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Caret.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Dropdown/stories/assets/Caret.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,EAAE,CAAC,CACzB,6BACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,SAAS,EAAC,8BAA8B,EACxC,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE;IAE5B,kCAAU,MAAM,EAAC,gBAAgB,GAAG,CAChC,CACP,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const Form = forwardRef(function Form({ testId = 'store-form', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("form", { ref: ref, "data-fs-form": true, "data-testid": testId, ...otherProps }, children));
|
|
4
|
-
});
|
|
5
|
-
export default Form;
|
|
6
|
-
//# sourceMappingURL=Form.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Form.js","sourceRoot":"","sources":["../../../../src/components/molecules/Form/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAUzC,MAAM,IAAI,GAAG,UAAU,CAA6B,SAAS,IAAI,CAC/D,EAAE,MAAM,GAAG,YAAY,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAClD,GAAG;IAEH,OAAO,CACL,8BAAM,GAAG,EAAE,GAAG,uCAA4B,MAAM,KAAM,UAAU,IAC7D,QAAQ,CACJ,CACR,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,IAAI,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/Form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
import { Icon } from '@faststore/components';
|
|
3
|
-
const Gift = forwardRef(function Gift({ icon, testId = 'store-gift', children, ...otherProps }, ref) {
|
|
4
|
-
return (React.createElement("div", Object.assign({ ref: ref, "data-fs-gift": true, "data-testid": testId }, otherProps),
|
|
5
|
-
icon && React.createElement(Icon, { component: icon, "data-fs-gift-icon": true }),
|
|
6
|
-
React.createElement("div", { "data-fs-gift-wrapper": true }, children)));
|
|
7
|
-
});
|
|
8
|
-
export default Gift;
|
|
9
|
-
//# sourceMappingURL=Gift.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Gift.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/Gift.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAc5C,MAAM,IAAI,GAAG,UAAU,CAA4B,SAAS,IAAI,CAC9D,EAAE,IAAI,EAAE,MAAM,GAAG,YAAY,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EACxD,GAAG;IAEH,OAAO,CACL,2CAAK,GAAG,EAAE,GAAG,uCAA4B,MAAM,IAAM,UAAU;QAC5D,IAAI,IAAI,oBAAC,IAAI,IAAC,SAAS,EAAE,IAAI,8BAAsB;QACpD,6DAA2B,QAAQ,CAAO,CACtC,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,IAAI,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GiftContent.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/GiftContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,WAAW,GAAG,UAAU,CAC5B,SAAS,WAAW,CAClB,EAAE,MAAM,GAAG,oBAAoB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC1D,GAAG;IAEH,OAAO,CACL,+CACE,GAAG,EAAE,GAAG,+CAEK,MAAM,IACf,UAAU,GAEb,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GiftImage.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/GiftImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,SAAS,GAAG,UAAU,CAAiC,SAAS,SAAS,CAC7E,EAAE,MAAM,GAAG,kBAAkB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EACxD,GAAG;IAEH,OAAO,CACL,2CAAK,GAAG,EAAE,GAAG,6CAAkC,MAAM,IAAM,UAAU,GAClE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/Gift/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAGhC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAGtD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ButtonProps } from '@faststore/components';
|
|
3
|
-
export interface LoadingButtonProps extends ButtonProps {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
/**
|
|
9
|
-
* The current loading state of the button.
|
|
10
|
-
*/
|
|
11
|
-
loading: boolean;
|
|
12
|
-
}
|
|
13
|
-
declare const LoadingButton: React.ForwardRefExoticComponent<LoadingButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
14
|
-
export default LoadingButton;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
import { Button } from '@faststore/components';
|
|
3
|
-
import Spinner from '../../atoms/Spinner';
|
|
4
|
-
const LoadingButton = forwardRef(function LoadingButton({ children, loading, testId = 'store-loading-button', ...otherProps }, ref) {
|
|
5
|
-
return (React.createElement(Button, { ref: ref, "data-fs-loading-button": true, testId: testId, ...otherProps }, loading ? React.createElement(Spinner, null) : children));
|
|
6
|
-
});
|
|
7
|
-
export default LoadingButton;
|
|
8
|
-
//# sourceMappingURL=LoadingButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingButton.js","sourceRoot":"","sources":["../../../../src/components/molecules/LoadingButton/LoadingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;AAE9C,OAAO,OAAO,MAAM,qBAAqB,CAAA;AAazC,MAAM,aAAa,GAAG,UAAU,CAC9B,SAAS,aAAa,CACpB,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,sBAAsB,EAAE,GAAG,UAAU,EAAE,EACrE,GAAG;IAEH,OAAO,CACL,oBAAC,MAAM,IAAC,GAAG,EAAE,GAAG,kCAAyB,MAAM,EAAE,MAAM,KAAM,UAAU,IACpE,OAAO,CAAC,CAAC,CAAC,oBAAC,OAAO,OAAG,CAAC,CAAC,CAAC,QAAQ,CAC1B,CACV,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/LoadingButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { createPortal } from 'react-dom';
|
|
3
|
-
import { Overlay } from '@faststore/components';
|
|
4
|
-
import ModalContent from './ModalContent';
|
|
5
|
-
/*
|
|
6
|
-
* This component is based on @reach/dialog.
|
|
7
|
-
* https://github.com/reach/reach-ui/blob/main/packages/dialog/src/index.tsx
|
|
8
|
-
* https://reach.tech/dialog
|
|
9
|
-
*/
|
|
10
|
-
const Modal = ({ isOpen, children, onDismiss, testId = 'store-modal', ...otherProps }) => {
|
|
11
|
-
const handleBackdropClick = (event) => {
|
|
12
|
-
if (event.defaultPrevented) {
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
event.stopPropagation();
|
|
16
|
-
onDismiss?.(event);
|
|
17
|
-
};
|
|
18
|
-
const handleBackdropKeyDown = (event) => {
|
|
19
|
-
if (event.key !== 'Escape' || event.defaultPrevented) {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
event.stopPropagation();
|
|
23
|
-
onDismiss?.(event);
|
|
24
|
-
};
|
|
25
|
-
return isOpen
|
|
26
|
-
? createPortal(React.createElement(Overlay, { onClick: handleBackdropClick, onKeyDown: handleBackdropKeyDown },
|
|
27
|
-
React.createElement(ModalContent, { ...otherProps, testId: testId }, children)), document.body)
|
|
28
|
-
: null;
|
|
29
|
-
};
|
|
30
|
-
export default Modal;
|
|
31
|
-
//# sourceMappingURL=Modal.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.js","sourceRoot":"","sources":["../../../../src/components/molecules/Modal/Modal.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAExC,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAE/C,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAwBzC;;;;GAIG;AAEH,MAAM,KAAK,GAAG,CAAC,EACb,MAAM,EACN,QAAQ,EACR,SAAS,EACT,MAAM,GAAG,aAAa,EACtB,GAAG,UAAU,EACiB,EAAE,EAAE;IAClC,MAAM,mBAAmB,GAAG,CAAC,KAAiB,EAAE,EAAE;QAChD,IAAI,KAAK,CAAC,gBAAgB,EAAE;YAC1B,OAAM;SACP;QAED,KAAK,CAAC,eAAe,EAAE,CAAA;QACvB,SAAS,EAAE,CAAC,KAAK,CAAC,CAAA;IACpB,CAAC,CAAA;IAED,MAAM,qBAAqB,GAAG,CAAC,KAAoB,EAAE,EAAE;QACrD,IAAI,KAAK,CAAC,GAAG,KAAK,QAAQ,IAAI,KAAK,CAAC,gBAAgB,EAAE;YACpD,OAAM;SACP;QAED,KAAK,CAAC,eAAe,EAAE,CAAA;QACvB,SAAS,EAAE,CAAC,KAAK,CAAC,CAAA;IACpB,CAAC,CAAA;IAED,OAAO,MAAM;QACX,CAAC,CAAC,YAAY,CACV,oBAAC,OAAO,IACN,OAAO,EAAE,mBAAmB,EAC5B,SAAS,EAAE,qBAAqB;YAEhC,oBAAC,YAAY,OAAK,UAAU,EAAE,MAAM,EAAE,MAAM,IACzC,QAAQ,CACI,CACP,EACV,QAAQ,CAAC,IAAI,CACd;QACH,CAAC,CAAC,IAAI,CAAA;AACV,CAAC,CAAA;AAED,eAAe,KAAK,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { DetailedHTMLProps, HTMLAttributes, RefObject } from 'react';
|
|
2
|
-
interface ModalContentPureProps extends Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> {
|
|
3
|
-
beforeElementRef: RefObject<HTMLDivElement>;
|
|
4
|
-
trapFocusRef: RefObject<HTMLDivElement>;
|
|
5
|
-
afterElementRef: RefObject<HTMLDivElement>;
|
|
6
|
-
testId?: string;
|
|
7
|
-
}
|
|
8
|
-
export type ModalContentProps = Omit<ModalContentPureProps, 'trapFocusRef' | 'onClick' | 'beforeElementRef' | 'afterElementRef'>;
|
|
9
|
-
declare const ModalContent: ({ children, ...otherProps }: ModalContentProps) => JSX.Element;
|
|
10
|
-
export default ModalContent;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React, { useRef } from 'react';
|
|
2
|
-
import useTrapFocus from './useTrapFocus';
|
|
3
|
-
const ModalContentPure = ({ beforeElementRef, trapFocusRef, afterElementRef, testId = 'store-modal-content', children, ...otherProps }) => {
|
|
4
|
-
return (React.createElement(React.Fragment, null,
|
|
5
|
-
React.createElement("div", { ref: beforeElementRef, "data-testid": "beforeElement", tabIndex: 0, "aria-hidden": "true" }),
|
|
6
|
-
React.createElement("div", { "data-fs-modal-content": true, "data-testid": testId, ref: trapFocusRef, "aria-modal": "true", role: "dialog", tabIndex: -1, ...otherProps }, children),
|
|
7
|
-
React.createElement("div", { ref: afterElementRef, "data-testid": "afterElement", tabIndex: 0, "aria-hidden": "true" })));
|
|
8
|
-
};
|
|
9
|
-
const ModalContent = ({ children, ...otherProps }) => {
|
|
10
|
-
const trapFocusRef = useRef(null);
|
|
11
|
-
const beforeElementRef = useRef(null);
|
|
12
|
-
const afterElementRef = useRef(null);
|
|
13
|
-
useTrapFocus({
|
|
14
|
-
beforeElementRef,
|
|
15
|
-
trapFocusRef,
|
|
16
|
-
afterElementRef,
|
|
17
|
-
});
|
|
18
|
-
return (React.createElement(ModalContentPure, { ...otherProps, trapFocusRef: trapFocusRef, beforeElementRef: beforeElementRef, afterElementRef: afterElementRef, onClick: (event) => {
|
|
19
|
-
event.stopPropagation();
|
|
20
|
-
} }, children));
|
|
21
|
-
};
|
|
22
|
-
export default ModalContent;
|
|
23
|
-
//# sourceMappingURL=ModalContent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModalContent.js","sourceRoot":"","sources":["../../../../src/components/molecules/Modal/ModalContent.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAErC,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAazC,MAAM,gBAAgB,GAAG,CAAC,EACxB,gBAAgB,EAChB,YAAY,EACZ,eAAe,EACf,MAAM,GAAG,qBAAqB,EAC9B,QAAQ,EACR,GAAG,UAAU,EACS,EAAE,EAAE;IAC1B,OAAO,CACL;QACE,6BACE,GAAG,EAAE,gBAAgB,iBACT,eAAe,EAC3B,QAAQ,EAAE,CAAC,iBACC,MAAM,GAClB;QACF,2EAEe,MAAM,EACnB,GAAG,EAAE,YAAY,gBACN,MAAM,EACjB,IAAI,EAAC,QAAQ,EACb,QAAQ,EAAE,CAAC,CAAC,KACR,UAAU,IAEb,QAAQ,CACL;QACN,6BACE,GAAG,EAAE,eAAe,iBACR,cAAc,EAC1B,QAAQ,EAAE,CAAC,iBACC,MAAM,GAClB,CACD,CACJ,CAAA;AACH,CAAC,CAAA;AAOD,MAAM,YAAY,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAqB,EAAE,EAAE;IACtE,MAAM,YAAY,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IACjD,MAAM,gBAAgB,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IACrD,MAAM,eAAe,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAEpD,YAAY,CAAC;QACX,gBAAgB;QAChB,YAAY;QACZ,eAAe;KAChB,CAAC,CAAA;IAEF,OAAO,CACL,oBAAC,gBAAgB,OACX,UAAU,EACd,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAE,eAAe,EAChC,OAAO,EAAE,CAAC,KAAiB,EAAE,EAAE;YAC7B,KAAK,CAAC,eAAe,EAAE,CAAA;QACzB,CAAC,IAEA,QAAQ,CACQ,CACpB,CAAA;AACH,CAAC,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/Modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useTrapFocus.js","sourceRoot":"","sources":["../../../../src/components/molecules/Modal/useTrapFocus.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
import { List } from '@faststore/components';
|
|
3
|
-
const OrderSummary = forwardRef(function OrderSummary({ testId = 'store-order-summary', subtotalLabel, subtotalValue, discountLabel, discountValue, totalLabel, totalValue, ...otherProps }, ref) {
|
|
4
|
-
return (React.createElement(List, { ref: ref, "data-fs-order-summary": true, "data-testid": testId, ...otherProps },
|
|
5
|
-
subtotalValue ? (React.createElement("li", { "data-fs-order-summary-subtotal": true },
|
|
6
|
-
React.createElement("span", { "data-fs-order-summary-subtotal-label": true, "data-testid": `${testId}-subtotal-label` }, subtotalLabel),
|
|
7
|
-
React.createElement("span", { "data-fs-order-summary-subtotal-value": true, "data-testid": `${testId}-subtotal-value` }, subtotalValue))) : null,
|
|
8
|
-
discountValue ? (React.createElement("li", { "data-fs-order-summary-discount": true },
|
|
9
|
-
React.createElement("span", { "data-fs-order-summary-discount-label": true, "data-testid": `${testId}-discount-label` }, discountLabel),
|
|
10
|
-
React.createElement("span", { "data-fs-order-summary-discount-value": true, "data-testid": `${testId}-discount-value` }, discountValue))) : null,
|
|
11
|
-
React.createElement("li", { "data-fs-order-summary-total": true },
|
|
12
|
-
React.createElement("span", { "data-fs-order-summary-total-label": true, "data-testid": `${testId}-total-label` }, totalLabel),
|
|
13
|
-
React.createElement("span", { "data-fs-order-summary-total-value": true, "data-testid": `${testId}-total-value` }, totalValue))));
|
|
14
|
-
});
|
|
15
|
-
export default OrderSummary;
|
|
16
|
-
//# sourceMappingURL=OrderSummary.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OrderSummary.js","sourceRoot":"","sources":["../../../../src/components/molecules/OrderSummary/OrderSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAGzC,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAkC5C,MAAM,YAAY,GAAG,UAAU,CAC7B,SAAS,YAAY,CACnB,EACE,MAAM,GAAG,qBAAqB,EAC9B,aAAa,EACb,aAAa,EACb,aAAa,EACb,aAAa,EACb,UAAU,EACV,UAAU,EACV,GAAG,UAAU,EACd,EACD,GAAG;IAEH,OAAO,CACL,oBAAC,IAAI,IACH,GAAG,EAAE,GAAG,gDAEK,MAAM,KACf,UAAU;QAEb,aAAa,CAAC,CAAC,CAAC,CACf;YACE,2FAEe,GAAG,MAAM,iBAAiB,IAEtC,aAAa,CACT;YACP,2FAEe,GAAG,MAAM,iBAAiB,IAEtC,aAAa,CACT,CACJ,CACN,CAAC,CAAC,CAAC,IAAI;QACP,aAAa,CAAC,CAAC,CAAC,CACf;YACE,2FAEe,GAAG,MAAM,iBAAiB,IAEtC,aAAa,CACT;YACP,2FAEe,GAAG,MAAM,iBAAiB,IAEtC,aAAa,CACT,CACJ,CACN,CAAC,CAAC,CAAC,IAAI;QACR;YACE,wFAEe,GAAG,MAAM,cAAc,IAEnC,UAAU,CACN;YACP,wFAEe,GAAG,MAAM,cAAc,IAEnC,UAAU,CACN,CACJ,CACA,CACR,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/OrderSummary/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
const PaymentMethods = forwardRef(function PaymentMethods({ testId = 'store-payment-methods', title, 'aria-label': ariaLabel = 'Payment Methods', children, ...otherProps }, ref) {
|
|
3
|
-
return (React.createElement("div", { ref: ref, "data-fs-payment-methods": true, "data-testid": testId, ...otherProps },
|
|
4
|
-
!!title && React.createElement("div", null, title),
|
|
5
|
-
React.createElement("div", { "data-payment-methods-flags": true, "aria-label": title ? undefined : ariaLabel }, children)));
|
|
6
|
-
});
|
|
7
|
-
export default PaymentMethods;
|
|
8
|
-
//# sourceMappingURL=PaymentMethods.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentMethods.js","sourceRoot":"","sources":["../../../../src/components/molecules/PaymentMethods/PaymentMethods.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAyBzC,MAAM,cAAc,GAAG,UAAU,CAC/B,SAAS,cAAc,CACrB,EACE,MAAM,GAAG,uBAAuB,EAChC,KAAK,EACL,YAAY,EAAE,SAAS,GAAG,iBAAiB,EAC3C,QAAQ,EACR,GAAG,UAAU,EACd,EACD,GAAG;IAEH,OAAO,CACL,6BACE,GAAG,EAAE,GAAG,kDAEK,MAAM,KACf,UAAU;QAEb,CAAC,CAAC,KAAK,IAAI,iCAAM,KAAK,CAAO;QAC9B,+EAEc,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,IAExC,QAAQ,CACL,CACF,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/molecules/PaymentMethods/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/PaymentMethods/stories/assets/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,UAAU,QAAQ;IACtB,OAAO,CACL,6BACE,GAAG,EAAC,WAAW,EACf,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,qEAAqE,GACzE,CACH,CAAA;AACH,CAAC;AAED,MAAM,UAAU,UAAU;IACxB,OAAO,CACL,6BACE,GAAG,EAAC,iBAAiB,EACrB,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,8GAA8G,GAClH,CACH,CAAA;AACH,CAAC;AAED,MAAM,UAAU,mBAAmB;IACjC,OAAO,CACL,6BACE,GAAG,EAAC,uBAAuB,EAC3B,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,iFAAiF,GACrF,CACH,CAAA;AACH,CAAC;AAED,MAAM,UAAU,WAAW;IACzB,OAAO,CACL,6BACE,GAAG,EAAC,uBAAuB,EAC3B,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,wEAAwE,GAC5E,CACH,CAAA;AACH,CAAC;AAED,MAAM,UAAU,OAAO;IACrB,OAAO,CACL,6BACE,GAAG,EAAC,UAAU,EACd,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,oEAAoE,GACxE,CACH,CAAA;AACH,CAAC;AAED,MAAM,UAAU,SAAS;IACvB,OAAO,CACL,6BACE,GAAG,EAAC,gBAAgB,EACpB,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,0EAA0E,GAC9E,CACH,CAAA;AACH,CAAC;AAED,MAAM,UAAU,MAAM;IACpB,OAAO,CACL,6BACE,GAAG,EAAC,cAAc,EAClB,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,uEAAuE,GAC3E,CACH,CAAA;AACH,CAAC;AAED,MAAM,UAAU,UAAU;IACxB,OAAO,CACL,6BACE,GAAG,EAAC,kBAAkB,EACtB,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,GAAG,EAAC,0FAA0F,GAC9F,CACH,CAAA;AACH,CAAC"}
|