@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,10 +0,0 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
import { useAccordion } from './Accordion';
|
|
3
|
-
import { useAccordionItem } from './AccordionItem';
|
|
4
|
-
const AccordionPanel = forwardRef(function AccordionPanel({ testId = 'store-accordion-panel', children, ...otherProps }, ref) {
|
|
5
|
-
const { indices } = useAccordion();
|
|
6
|
-
const { index, button, panel } = useAccordionItem();
|
|
7
|
-
return (React.createElement("div", Object.assign({ ref: ref, id: panel, "aria-labelledby": button, role: "region", "data-accordion-panel": true, "data-testid": testId, hidden: !indices.has(index) }, otherProps), children));
|
|
8
|
-
});
|
|
9
|
-
export default AccordionPanel;
|
|
10
|
-
//# sourceMappingURL=AccordionPanel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionPanel.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Accordion/AccordionPanel.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAUlD,MAAM,cAAc,GAAG,UAAU,CAC/B,SAAS,cAAc,CACrB,EAAE,MAAM,GAAG,uBAAuB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC7D,GAAG;IAEH,MAAM,EAAE,OAAO,EAAE,GAAG,YAAY,EAAE,CAAA;IAClC,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,gBAAgB,EAAE,CAAA;IAEnD,OAAO,CACL,2CACE,GAAG,EAAE,GAAG,EACR,EAAE,EAAE,KAAK,qBACQ,MAAM,EACvB,IAAI,EAAC,QAAQ,+CAEA,MAAM,EACnB,MAAM,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,IACvB,UAAU,GAEb,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default } from './Accordion';
|
|
2
|
-
export type { AccordionProps } from './Accordion';
|
|
3
|
-
export { default as AccordionItem } from './AccordionItem';
|
|
4
|
-
export type { AccordionItemProps } from './AccordionItem';
|
|
5
|
-
export { default as AccordionButton } from './AccordionButton';
|
|
6
|
-
export type { AccordionButtonProps } from './AccordionButton';
|
|
7
|
-
export { default as AccordionPanel } from './AccordionPanel';
|
|
8
|
-
export type { AccordionPanelProps } from './AccordionPanel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAGrC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAG1D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAG9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ListProps } from '../../../../../components/src/atoms/List';
|
|
3
|
-
export interface AggregateRatingProps extends ListProps<'ul'> {
|
|
4
|
-
/**
|
|
5
|
-
* The current value of the rating, based on the quantity of child elements.
|
|
6
|
-
*/
|
|
7
|
-
value: number;
|
|
8
|
-
/**
|
|
9
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
10
|
-
*/
|
|
11
|
-
testId?: string;
|
|
12
|
-
}
|
|
13
|
-
export interface RatingItemProps {
|
|
14
|
-
'data-fs-aggregate-rating-item'?: 'full' | 'partial' | 'empty';
|
|
15
|
-
'data-testid'?: string;
|
|
16
|
-
}
|
|
17
|
-
declare const AggregateRating: React.ForwardRefExoticComponent<Pick<AggregateRatingProps, "slot" | "style" | "title" | "marker" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value" | "testId"> & React.RefAttributes<HTMLUListElement>>;
|
|
18
|
-
export default AggregateRating;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AggregateRating.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/AggregateRating/AggregateRating.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAGzC,OAAO,IAAI,MAAM,0CAA0C,CAAA;AAmB3D,MAAM,UAAU,GAA2C,CAAC,EAC1D,QAAQ,EACR,GAAG,UAAU,EACd,EAAE,EAAE;IACH,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE;QACnC,OAAO,4CAAQ,UAAU,GAAG,QAAQ,CAAM,CAAA;KAC3C;IAED,OAAO,gCAAK,KAAK,CAAC,YAAY,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAM,CAAA;AAC5D,CAAC,CAAA;AAED,MAAM,eAAe,GAAG,UAAU,CAChC,SAAS,eAAe,CACtB,EAAE,QAAQ,EAAE,MAAM,GAAG,wBAAwB,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,EACrE,GAAG;IAEH,MAAM,SAAS,GAAG,CAAC,SAAiB,EAAE,EAAE;QACtC,IAAI,SAAS,IAAI,CAAC,EAAE;YAClB,OAAO,MAAM,CAAA;SACd;QAED,IAAI,CAAC,GAAG,SAAS,IAAI,SAAS,GAAG,CAAC,EAAE;YAClC,OAAO,SAAS,CAAA;SACjB;QAED,OAAO,OAAO,CAAA;IAChB,CAAC,CAAA;IAED,OAAO,CACL,oBAAC,IAAI,oDAEH,GAAG,EAAE,GAAG,iBACK,MAAM,IACf,UAAU,GAEb,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAa,EAAE,EAAE;QACrD,MAAM,iBAAiB,GAAG,KAAK,CAAA;QAC/B,MAAM,IAAI,GAAG,SAAS,CAAC,KAAK,GAAG,iBAAiB,CAAC,CAAA;QAEjD,OAAO,CACL,oBAAC,UAAU,IACT,GAAG,EAAE,oBAAoB,KAAK,EAAE,mCACD,IAAI,iBACtB,GAAG,MAAM,OAAO,IAE5B,KAAK,CACK,CACd,CAAA;IACH,CAAC,CAAC,CACG,CACR,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/AggregateRating/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface AlertProps extends Omit<HTMLAttributes<HTMLDivElement>, 'role'> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress,
|
|
6
|
-
* testing-library, and jest).
|
|
7
|
-
*/
|
|
8
|
-
testId?: string;
|
|
9
|
-
}
|
|
10
|
-
declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
export default Alert;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Alert/Alert.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAWzC,MAAM,KAAK,GAAG,UAAU,CAA6B,SAAS,KAAK,CACjE,EAAE,MAAM,GAAG,aAAa,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EACnD,GAAG;IAEH,OAAO,CACL,2CACE,GAAG,EAAE,GAAG,EACR,IAAI,EAAC,OAAO,wCAEC,MAAM,IACf,UAAU,GAEb,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,KAAK,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Banner.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Banner/Banner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAczC,MAAM,MAAM,GAAG,UAAU,CAA8B,SAAS,MAAM,CACpE,EAAE,MAAM,GAAG,cAAc,EAAE,QAAQ,EAAE,OAAO,GAAG,UAAU,EAAE,GAAG,UAAU,EAAE,EAC1E,GAAG;IAEH,OAAO,CACL,+CACE,GAAG,EAAE,GAAG,oBACQ,OAAO,iBACV,MAAM,IACf,UAAU,GAEb,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,MAAM,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface BannerContentProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const BannerContent: React.ForwardRefExoticComponent<BannerContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default BannerContent;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BannerContent.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Banner/BannerContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,aAAa,GAAG,UAAU,CAC9B,SAAS,aAAa,CACpB,EAAE,MAAM,GAAG,sBAAsB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC5D,GAAG;IAEH,OAAO,CACL,2CAAK,GAAG,EAAE,GAAG,8CAAmC,MAAM,IAAM,UAAU,GACnE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface BannerImageProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const BannerImage: React.ForwardRefExoticComponent<BannerImageProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default BannerImage;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BannerImage.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Banner/BannerImage.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,2CAAK,GAAG,EAAE,GAAG,4CAAiC,MAAM,IAAM,UAAU,GACjE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface BannerLinkProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const BannerLink: React.ForwardRefExoticComponent<BannerLinkProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default BannerLink;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BannerLink.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Banner/BannerLink.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AASzC,MAAM,UAAU,GAAG,UAAU,CAC3B,SAAS,UAAU,CACjB,EAAE,MAAM,GAAG,mBAAmB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EACzD,GAAG;IAEH,OAAO,CACL,2CAAK,GAAG,EAAE,GAAG,2CAAgC,MAAM,IAAM,UAAU,GAChE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default } from './Banner';
|
|
2
|
-
export type { BannerProps } from './Banner';
|
|
3
|
-
export { default as BannerImage } from './BannerImage';
|
|
4
|
-
export type { BannerImageProps } from './BannerImage';
|
|
5
|
-
export { default as BannerContent } from './BannerContent';
|
|
6
|
-
export type { BannerContentProps } from './BannerContent';
|
|
7
|
-
export { default as BannerLink } from './BannerLink';
|
|
8
|
-
export type { BannerLinkProps } from './BannerLink';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Banner/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAGlC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAGtD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAG1D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { HTMLAttributes, ReactNode } from 'react';
|
|
3
|
-
export interface BreadcrumbProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* A ReactNode that will be rendered as the Divider icon.
|
|
6
|
-
*/
|
|
7
|
-
divider?: ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
10
|
-
*/
|
|
11
|
-
testId?: string;
|
|
12
|
-
}
|
|
13
|
-
declare const Breadcrumb: React.ForwardRefExoticComponent<BreadcrumbProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
-
export default Breadcrumb;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumb.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAGzC,OAAO,IAAI,MAAM,0CAA0C,CAAA;AAa3D,MAAM,OAAO,GAAwB,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE;IAC3D,MAAM,KAAK,GAAG;QACZ,yBAAyB,EAAE,IAAI;QAC/B,aAAa,EAAE,IAAI;QACnB,aAAa,EAAE,GAAG,MAAM,UAAU;KACnC,CAAA;IAED,IAAI,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE;QACjC,OAAO,KAAK,CAAC,YAAY,CAAC,OAAO,EAAE,KAAK,CAAC,CAAA;KAC1C;IAED,OAAO,8CAAU,KAAK,GAAG,OAAO,IAAI,GAAG,CAAQ,CAAA;AACjD,CAAC,CAAA;AASD,MAAM,QAAQ,GAAsB,CAAC,EACnC,QAAQ,EACR,UAAU,EACV,OAAO,EACP,MAAM,GACP,EAAE,EAAE;IACH,MAAM,KAAK,GAAG;QACZ,aAAa,EAAE,GAAG,MAAM,OAAO;QAC/B,sBAAsB,EAAE,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI;QACrD,cAAc,EAAE,UAAU,CAAC,CAAC,CAAE,MAAgB,CAAC,CAAC,CAAC,SAAS;KAC3D,CAAA;IAED,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE;QACnC,OAAO,CACL;YACE,8CAAU,KAAK;gBACZ,QAAQ;gBACR,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,oBAAC,OAAO,IAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,GAAI,CAC7D,CACJ,CACN,CAAA;KACF;IAED,OAAO,CACL;QACG,KAAK,CAAC,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC;QACnC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,oBAAC,OAAO,IAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,GAAI,CAC/D,CACN,CAAA;AACH,CAAC,CAAA;AAED,MAAM,UAAU,GAAG,UAAU,CAC3B,SAAS,UAAU,CACjB,EACE,QAAQ,EACR,OAAO,EAAE,UAAU,EACnB,MAAM,GAAG,kBAAkB,EAC3B,GAAG,UAAU,EACd,EACD,GAAG;IAEH,OAAO,CACL,yDACa,YAAY,EACvB,IAAI,EAAC,YAAY,EACjB,GAAG,EAAE,GAAG,6CAEK,MAAM,IACf,UAAU;QAEd,oBAAC,IAAI,IAAC,EAAE,EAAC,IAAI,kCACV,KAAK,CAAC,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,GAAG,CACnC,CAAC,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,EAAE;YAC9B,MAAM,UAAU,GAAG,KAAK,KAAK,aAAa,CAAC,MAAM,GAAG,CAAC,CAAA;YAErD,OAAO,CACL,oBAAC,QAAQ,IACP,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,UAAU,EACnB,GAAG,EAAE,cAAc,KAAK,EAAE,EAC1B,MAAM,EAAE,MAAM,IAEb,KAAK,CACG,CACZ,CAAA;QACH,CAAC,CACF,CACI,CACH,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Breadcrumb/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes, MouseEvent } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface BulletsProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onClick' | 'role'> {
|
|
4
|
-
/**
|
|
5
|
-
* Number of bullets that should be rendered.
|
|
6
|
-
*/
|
|
7
|
-
totalQuantity: number;
|
|
8
|
-
/**
|
|
9
|
-
* The currently active bullet (zero-indexed).
|
|
10
|
-
*/
|
|
11
|
-
activeBullet: number;
|
|
12
|
-
/**
|
|
13
|
-
* Event handler for clicks on each bullet. The handler will be called with
|
|
14
|
-
* the index of the bullet that received the click.
|
|
15
|
-
*/
|
|
16
|
-
onClick: (e: MouseEvent, bulletIdx: number) => void;
|
|
17
|
-
/**
|
|
18
|
-
* ID to find this component in testing tools (e.g.: cypress,
|
|
19
|
-
* testing-library, and jest).
|
|
20
|
-
*/
|
|
21
|
-
testId?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Function that should be used to generate the aria-label attribute added
|
|
24
|
-
* to each bullet that is inactive. It receives the bullet index as an
|
|
25
|
-
* argument so that it can be interpolated in the generated string.
|
|
26
|
-
*/
|
|
27
|
-
ariaLabelGenerator?: (index: number, isActive: boolean) => string;
|
|
28
|
-
/**
|
|
29
|
-
* Function that should be used to generate the aria-controls attribute added
|
|
30
|
-
* to each bullet. It receives the bullet index as argument and should return a string.
|
|
31
|
-
*/
|
|
32
|
-
ariaControlsGenerator?: (index: number) => string;
|
|
33
|
-
}
|
|
34
|
-
declare const Bullets: React.ForwardRefExoticComponent<BulletsProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
-
export default Bullets;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Bullets.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Bullets/Bullets.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAElD,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;AAmC9C,MAAM,gBAAgB,GAAG,CAAC,GAAW,EAAE,QAAiB,EAAE,EAAE,CAC1D,QAAQ,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,cAAc,GAAG,GAAG,CAAC,EAAE,CAAA;AAErD,MAAM,OAAO,GAAG,UAAU,CAA+B,SAAS,OAAO,CACvE,EACE,aAAa,EACb,YAAY,EACZ,OAAO,EACP,MAAM,GAAG,eAAe,EACxB,kBAAkB,GAAG,gBAAgB,EACrC,qBAAqB,EACrB,GAAG,UAAU,EACd,EACD,GAAG;IAEH,MAAM,aAAa,GAAG,OAAO,CAC3B,GAAG,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAClC,CAAC,aAAa,CAAC,CAChB,CAAA;IAED,OAAO,CACL,2CACE,GAAG,EAAE,GAAG,0CAEK,MAAM,EACnB,IAAI,EAAC,SAAS,IACV,UAAU,GAEb,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE;QAC5B,MAAM,QAAQ,GAAG,YAAY,KAAK,GAAG,CAAA;QAErC,OAAO,CACL,oBAAC,MAAM,IACL,GAAG,EAAE,GAAG,EACR,IAAI,EAAC,KAAK,EACV,QAAQ,EAAE,CAAC,CAAC,0BAEZ,MAAM,EAAE,GAAG,MAAM,SAAS,EAC1B,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG,CAAC,gBACnB,kBAAkB,CAAC,GAAG,EAAE,QAAQ,CAAC,mBAC9B,qBAAqB,EAAE,CAAC,GAAG,CAAC,mBAC5B,QAAQ,GACvB,CACH,CAAA;IACH,CAAC,CAAC,CACE,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,OAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Bullets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAUzC,MAAM,IAAI,GAAG,UAAU,CAA4B,SAAS,IAAI,CAC9D,EAAE,MAAM,GAAG,YAAY,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAClD,GAAG;IAEH,OAAO,CACL,+CAAS,GAAG,EAAE,GAAG,uCAA4B,MAAM,IAAM,UAAU,GAChE,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,IAAI,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { HTMLAttributes } from 'react';
|
|
3
|
-
export interface CardActionsProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const CardActions: React.ForwardRefExoticComponent<CardActionsProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CardActions;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardActions.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Card/CardActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAUzC,MAAM,WAAW,GAAG,UAAU,CAC5B,SAAS,WAAW,CAClB,EAAE,MAAM,GAAG,oBAAoB,EAAE,QAAQ,EAAE,GAAG,UAAU,EAAE,EAC1D,GAAG;IAEH,OAAO,CACL,2CAAK,GAAG,EAAE,GAAG,4CAAiC,MAAM,IAAM,UAAU,GACjE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface CardContentProps extends HTMLAttributes<HTMLElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const CardContent: React.ForwardRefExoticComponent<CardContentProps & React.RefAttributes<HTMLElement>>;
|
|
10
|
-
export default CardContent;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardContent.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Card/CardContent.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,+CAAS,GAAG,EAAE,GAAG,4CAAiC,MAAM,IAAM,UAAU,GACrE,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface CardImageProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const CardImage: React.ForwardRefExoticComponent<CardImageProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CardImage;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardImage.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Card/CardImage.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,0CAA+B,MAAM,IAAM,UAAU,GAC/D,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,SAAS,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default } from './Card';
|
|
2
|
-
export type { CardProps } from './Card';
|
|
3
|
-
export { default as CardImage } from './CardImage';
|
|
4
|
-
export type { CardImageProps } from './CardImage';
|
|
5
|
-
export { default as CardContent } from './CardContent';
|
|
6
|
-
export type { CardContentProps } from './CardContent';
|
|
7
|
-
export { default as CardActions } from './CardActions';
|
|
8
|
-
export type { CardActionsProps } from './CardActions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Card/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAGhC,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAGlD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AAGtD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface IconProps {
|
|
3
|
-
size?: {
|
|
4
|
-
width: number;
|
|
5
|
-
height: number;
|
|
6
|
-
};
|
|
7
|
-
viewBox?: string;
|
|
8
|
-
color?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const LeftArrowIcon: ({ size, viewBox, color, }: IconProps) => JSX.Element;
|
|
11
|
-
export declare const RightArrowIcon: ({ size, viewBox, color, }: IconProps) => JSX.Element;
|
|
12
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const LeftArrowIcon = ({ size = { width: 25, height: 25 }, viewBox = '0 0 16 16', color = 'currentColor', }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: viewBox, width: size.width, height: size.height },
|
|
3
|
-
React.createElement("path", { d: "M11 1L4 8L11 15", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round", stroke: color, fill: "none" })));
|
|
4
|
-
export const RightArrowIcon = ({ size = { width: 25, height: 25 }, viewBox = '0 0 16 16', color = 'currentColor', }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: viewBox, width: size.width, height: size.height },
|
|
5
|
-
React.createElement("path", { d: "M5 15L12 8L5 1", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round", stroke: color, fill: "none" })));
|
|
6
|
-
//# sourceMappingURL=Arrows.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Arrows.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Carousel/Arrows.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAWzB,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAC5B,IAAI,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAChC,OAAO,GAAG,WAAW,EACrB,KAAK,GAAG,cAAc,GACZ,EAAE,EAAE,CAAC,CACf,6BACE,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,MAAM,EAAE,IAAI,CAAC,MAAM;IAEnB,8BACE,CAAC,EAAC,iBAAiB,EACnB,WAAW,EAAC,GAAG,EACf,gBAAgB,EAAC,IAAI,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,MAAM,EAAE,KAAK,EACb,IAAI,EAAC,MAAM,GACX,CACE,CACP,CAAA;AAED,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAC7B,IAAI,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAChC,OAAO,GAAG,WAAW,EACrB,KAAK,GAAG,cAAc,GACZ,EAAE,EAAE,CAAC,CACf,6BACE,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,MAAM,EAAE,IAAI,CAAC,MAAM;IAEnB,8BACE,CAAC,EAAC,gBAAgB,EAClB,WAAW,EAAC,GAAG,EACf,gBAAgB,EAAC,IAAI,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,MAAM,EAAE,KAAK,EACb,IAAI,EAAC,MAAM,GACX,CACE,CACP,CAAA"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import type { ReactNode, PropsWithChildren } from 'react';
|
|
2
|
-
import type { SwipeableProps } from 'react-swipeable';
|
|
3
|
-
export interface CarouselProps extends SwipeableProps {
|
|
4
|
-
/**
|
|
5
|
-
* ID of the current instance of the component.
|
|
6
|
-
*/
|
|
7
|
-
id?: string;
|
|
8
|
-
/**
|
|
9
|
-
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
|
|
10
|
-
*/
|
|
11
|
-
testId?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Returns the value of element's class content attribute.
|
|
14
|
-
*/
|
|
15
|
-
className?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Whether or not the Carousel is infinite slide/scroll. Only for the `slide` variant.
|
|
18
|
-
* @default true
|
|
19
|
-
*/
|
|
20
|
-
infiniteMode?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Specifies which navigation elements should be visible.
|
|
23
|
-
* @default complete
|
|
24
|
-
*/
|
|
25
|
-
controls?: 'complete' | 'navigationArrows' | 'paginationBullets';
|
|
26
|
-
/**
|
|
27
|
-
* Specifies the slide transition. Only for the `slide` variant
|
|
28
|
-
*/
|
|
29
|
-
transition?: {
|
|
30
|
-
duration: number;
|
|
31
|
-
property: string;
|
|
32
|
-
delay?: number;
|
|
33
|
-
timing?: string;
|
|
34
|
-
};
|
|
35
|
-
/**
|
|
36
|
-
* Specifies the number of items per page.
|
|
37
|
-
* @default 1
|
|
38
|
-
*/
|
|
39
|
-
itemsPerPage?: number;
|
|
40
|
-
/**
|
|
41
|
-
* Specifies the Carousel track variant.
|
|
42
|
-
* @default slide
|
|
43
|
-
*/
|
|
44
|
-
variant?: 'slide' | 'scroll';
|
|
45
|
-
/**
|
|
46
|
-
* Specifies the navigation icons.
|
|
47
|
-
*/
|
|
48
|
-
navigationIcons?: {
|
|
49
|
-
left?: ReactNode;
|
|
50
|
-
right?: ReactNode;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
declare function Carousel({ infiniteMode, controls, testId, transition, children, className, id, variant, itemsPerPage, navigationIcons, ...swipeableConfigOverrides }: PropsWithChildren<CarouselProps>): JSX.Element;
|
|
54
|
-
export default Carousel;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/Carousel/Carousel.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import useSlideVisibility from './hooks/useSlideVisibility';
|
|
3
|
-
function CarouselItem({ index, state, children, totalItems, infiniteMode, isScrollCarousel, }) {
|
|
4
|
-
const { isItemVisible, shouldRenderItem } = useSlideVisibility({
|
|
5
|
-
totalItems,
|
|
6
|
-
currentSlide: state.currentItem,
|
|
7
|
-
itemsPerPage: state.itemsPerPage,
|
|
8
|
-
});
|
|
9
|
-
const style = (!isScrollCarousel && { width: '100%' }) ||
|
|
10
|
-
(isScrollCarousel && {
|
|
11
|
-
maxWidth: '80%',
|
|
12
|
-
display: 'inline-block',
|
|
13
|
-
});
|
|
14
|
-
const shouldDisplayItem = isScrollCarousel || shouldRenderItem(index - Number(infiniteMode));
|
|
15
|
-
return (React.createElement("li", { style: style, "data-fs-carousel-item": true, "aria-roledescription": "slide", id: `carousel-item-${index}`, "data-fs-carousel-item-visible": isItemVisible(index - Number(infiniteMode)) || undefined }, shouldDisplayItem ? children : null));
|
|
16
|
-
}
|
|
17
|
-
export default CarouselItem;
|
|
18
|
-
//# sourceMappingURL=CarouselItem.js.map
|
|
@@ -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,9 +0,0 @@
|
|
|
1
|
-
export interface UseSlideVisibilityArgs {
|
|
2
|
-
currentSlide: number;
|
|
3
|
-
itemsPerPage: number;
|
|
4
|
-
totalItems: number;
|
|
5
|
-
}
|
|
6
|
-
export default function useSlideVisibility({ currentSlide, itemsPerPage, totalItems, }: UseSlideVisibilityArgs): {
|
|
7
|
-
shouldRenderItem: (index: number) => boolean;
|
|
8
|
-
isItemVisible: (index: number) => boolean;
|
|
9
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { useRef, useEffect } from 'react';
|
|
2
|
-
function isSlideVisible({ itemsPerPage, currentSlide, slideIdx, totalItems, }) {
|
|
3
|
-
const isClonedSlide = currentSlide < 0 || currentSlide >= totalItems;
|
|
4
|
-
const isVisible = slideIdx >= currentSlide && slideIdx < currentSlide + itemsPerPage;
|
|
5
|
-
return isClonedSlide || isVisible;
|
|
6
|
-
}
|
|
7
|
-
export default function useSlideVisibility({ currentSlide, itemsPerPage, totalItems, }) {
|
|
8
|
-
/** Keeps track of slides that have been visualized before.
|
|
9
|
-
* We want to keep rendering them because the issue is mostly rendering
|
|
10
|
-
* slides that might never be viewed; On the other hand, hiding slides
|
|
11
|
-
* that were visible causes visual glitches */
|
|
12
|
-
const visitedSlides = useRef(new Set());
|
|
13
|
-
useEffect(() => {
|
|
14
|
-
for (let i = 0; i < itemsPerPage; i++) {
|
|
15
|
-
visitedSlides.current.add(currentSlide + i);
|
|
16
|
-
}
|
|
17
|
-
}, [currentSlide, itemsPerPage]);
|
|
18
|
-
const isItemVisible = (index) => isSlideVisible({
|
|
19
|
-
slideIdx: index,
|
|
20
|
-
currentSlide,
|
|
21
|
-
itemsPerPage,
|
|
22
|
-
totalItems,
|
|
23
|
-
});
|
|
24
|
-
const shouldRenderItem = (index) => {
|
|
25
|
-
return visitedSlides.current.has(index) || isItemVisible(index);
|
|
26
|
-
};
|
|
27
|
-
return { shouldRenderItem, isItemVisible };
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=useSlideVisibility.js.map
|
|
@@ -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,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { HTMLAttributes } from 'react';
|
|
3
|
-
export interface CartItemProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: Cypress, Testing Library, and Jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const CartItem: React.ForwardRefExoticComponent<CartItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CartItem;
|
|
@@ -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,+CAAS,GAAG,EAAE,GAAG,4CAAiC,MAAM,IAAM,UAAU,GACrE,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,QAAQ,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { HTMLAttributes } from 'react';
|
|
3
|
-
export interface CartItemActionsProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: Cypress, Testing Library, and Jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const CartItemActions: React.ForwardRefExoticComponent<CartItemActionsProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CartItemActions;
|
|
@@ -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,2CAAK,GAAG,EAAE,GAAG,oDAAyC,MAAM,IAAM,UAAU,GACzE,QAAQ,CACL,CACP,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface CartItemContentProps extends HTMLAttributes<HTMLElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: Cypress, Testing Library, and Jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const CartItemContent: React.ForwardRefExoticComponent<CartItemContentProps & React.RefAttributes<HTMLElement>>;
|
|
10
|
-
export default CartItemContent;
|
|
@@ -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,+CAAS,GAAG,EAAE,GAAG,oDAAyC,MAAM,IAAM,UAAU,GAC7E,QAAQ,CACD,CACX,CAAA;AACH,CAAC,CACF,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface CartItemImageProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
/**
|
|
5
|
-
* ID to find this component in testing tools (e.g.: Cypress, Testing Library, and Jest).
|
|
6
|
-
*/
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const CartItemImage: React.ForwardRefExoticComponent<CartItemImageProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CartItemImage;
|