@coinbase/cds-web 0.0.0 → 8.13.1
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/README.md +1 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +19 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts.map +1 -0
- package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts +14 -0
- package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts.map +1 -0
- package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts +2 -0
- package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts.map +1 -0
- package/dts/__stories__/Palette.stories.d.ts +7 -0
- package/dts/__stories__/Palette.stories.d.ts.map +1 -0
- package/dts/accordion/Accordion.d.ts +9 -0
- package/dts/accordion/Accordion.d.ts.map +1 -0
- package/dts/accordion/AccordionHeader.d.ts +53 -0
- package/dts/accordion/AccordionHeader.d.ts.map +1 -0
- package/dts/accordion/AccordionItem.d.ts +16 -0
- package/dts/accordion/AccordionItem.d.ts.map +1 -0
- package/dts/accordion/AccordionPanel.d.ts +27 -0
- package/dts/accordion/AccordionPanel.d.ts.map +1 -0
- package/dts/accordion/__figma__/Accordion.figma.d.ts +2 -0
- package/dts/accordion/__figma__/Accordion.figma.d.ts.map +1 -0
- package/dts/accordion/__stories__/Accordion.stories.d.ts +14 -0
- package/dts/accordion/__stories__/Accordion.stories.d.ts.map +1 -0
- package/dts/accordion/__tests__/Accordion.test.d.ts +2 -0
- package/dts/accordion/__tests__/Accordion.test.d.ts.map +1 -0
- package/dts/accordion/index.d.ts +3 -0
- package/dts/accordion/index.d.ts.map +1 -0
- package/dts/accordion/utils.d.ts +3 -0
- package/dts/accordion/utils.d.ts.map +1 -0
- package/dts/animation/Lottie.d.ts +13 -0
- package/dts/animation/Lottie.d.ts.map +1 -0
- package/dts/animation/LottieStatusAnimation.d.ts +4 -0
- package/dts/animation/LottieStatusAnimation.d.ts.map +1 -0
- package/dts/animation/NewAnimatePresence.d.ts +7 -0
- package/dts/animation/NewAnimatePresence.d.ts.map +1 -0
- package/dts/animation/__stories__/Lottie.stories.d.ts +17 -0
- package/dts/animation/__stories__/Lottie.stories.d.ts.map +1 -0
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +8 -0
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +1 -0
- package/dts/animation/__tests__/Lottie.perf-test.d.ts +2 -0
- package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +1 -0
- package/dts/animation/__tests__/Lottie.test.d.ts +2 -0
- package/dts/animation/__tests__/Lottie.test.d.ts.map +1 -0
- package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +2 -0
- package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +1 -0
- package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +2 -0
- package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +1 -0
- package/dts/animation/__tests__/convertMotionConfig.test.d.ts +2 -0
- package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +1 -0
- package/dts/animation/__tests__/useLottieHandlers.test.d.ts +2 -0
- package/dts/animation/__tests__/useLottieHandlers.test.d.ts.map +1 -0
- package/dts/animation/__tests__/useLottieListeners.test.d.ts +2 -0
- package/dts/animation/__tests__/useLottieListeners.test.d.ts.map +1 -0
- package/dts/animation/convertMotionConfig.d.ts +20 -0
- package/dts/animation/convertMotionConfig.d.ts.map +1 -0
- package/dts/animation/index.d.ts +3 -0
- package/dts/animation/index.d.ts.map +1 -0
- package/dts/animation/types.d.ts +49 -0
- package/dts/animation/types.d.ts.map +1 -0
- package/dts/animation/useLottieHandlers.d.ts +3 -0
- package/dts/animation/useLottieHandlers.d.ts.map +1 -0
- package/dts/animation/useLottieListeners.d.ts +3 -0
- package/dts/animation/useLottieListeners.d.ts.map +1 -0
- package/dts/animation/useLottieLoader.d.ts +9 -0
- package/dts/animation/useLottieLoader.d.ts.map +1 -0
- package/dts/banner/Banner.d.ts +55 -0
- package/dts/banner/Banner.d.ts.map +1 -0
- package/dts/banner/__stories__/Banner.stories.d.ts +12 -0
- package/dts/banner/__stories__/Banner.stories.d.ts.map +1 -0
- package/dts/banner/__tests__/Banner.test.d.ts +2 -0
- package/dts/banner/__tests__/Banner.test.d.ts.map +1 -0
- package/dts/buttons/AvatarButton.d.ts +13 -0
- package/dts/buttons/AvatarButton.d.ts.map +1 -0
- package/dts/buttons/Button.d.ts +57 -0
- package/dts/buttons/Button.d.ts.map +1 -0
- package/dts/buttons/ButtonGroup.d.ts +18 -0
- package/dts/buttons/ButtonGroup.d.ts.map +1 -0
- package/dts/buttons/IconButton.d.ts +23 -0
- package/dts/buttons/IconButton.d.ts.map +1 -0
- package/dts/buttons/IconCounterButton.d.ts +26 -0
- package/dts/buttons/IconCounterButton.d.ts.map +1 -0
- package/dts/buttons/Tile.d.ts +15 -0
- package/dts/buttons/Tile.d.ts.map +1 -0
- package/dts/buttons/TileButton.d.ts +16 -0
- package/dts/buttons/TileButton.d.ts.map +1 -0
- package/dts/buttons/__figma__/AvatarButton.figma.d.ts +2 -0
- package/dts/buttons/__figma__/AvatarButton.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/Button.figma.d.ts +2 -0
- package/dts/buttons/__figma__/Button.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/ButtonGroup.figma.d.ts +2 -0
- package/dts/buttons/__figma__/ButtonGroup.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/IconButton.figma.d.ts +2 -0
- package/dts/buttons/__figma__/IconButton.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/TileButton.figma.d.ts +2 -0
- package/dts/buttons/__figma__/TileButton.figma.d.ts.map +1 -0
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts +9 -0
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/Button.stories.d.ts +10 -0
- package/dts/buttons/__stories__/Button.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +10 -0
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/IconButton.stories.d.ts +12 -0
- package/dts/buttons/__stories__/IconButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +8 -0
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/TileButton.stories.d.ts +8 -0
- package/dts/buttons/__stories__/TileButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/ToggleLoading.d.ts +4 -0
- package/dts/buttons/__stories__/ToggleLoading.d.ts.map +1 -0
- package/dts/buttons/__tests__/AvatarButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/Button.perf-test.d.ts +2 -0
- package/dts/buttons/__tests__/Button.perf-test.d.ts.map +1 -0
- package/dts/buttons/__tests__/Button.test.d.ts +2 -0
- package/dts/buttons/__tests__/Button.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +2 -0
- package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/ButtonGroup.test.d.ts +2 -0
- package/dts/buttons/__tests__/ButtonGroup.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/IconButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/IconButton.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/IconCounterButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/Tile.test.d.ts +2 -0
- package/dts/buttons/__tests__/Tile.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/TileButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/TileButton.test.d.ts.map +1 -0
- package/dts/buttons/index.d.ts +7 -0
- package/dts/buttons/index.d.ts.map +1 -0
- package/dts/cards/AnnouncementCard.d.ts +8 -0
- package/dts/cards/AnnouncementCard.d.ts.map +1 -0
- package/dts/cards/Card.d.ts +15 -0
- package/dts/cards/Card.d.ts.map +1 -0
- package/dts/cards/CardBody.d.ts +54 -0
- package/dts/cards/CardBody.d.ts.map +1 -0
- package/dts/cards/CardFooter.d.ts +10 -0
- package/dts/cards/CardFooter.d.ts.map +1 -0
- package/dts/cards/CardGroup.d.ts +7 -0
- package/dts/cards/CardGroup.d.ts.map +1 -0
- package/dts/cards/CardHeader.d.ts +4 -0
- package/dts/cards/CardHeader.d.ts.map +1 -0
- package/dts/cards/CardMedia.d.ts +4 -0
- package/dts/cards/CardMedia.d.ts.map +1 -0
- package/dts/cards/CardRemoteImage.d.ts +8 -0
- package/dts/cards/CardRemoteImage.d.ts.map +1 -0
- package/dts/cards/ContainedAssetCard.d.ts +19 -0
- package/dts/cards/ContainedAssetCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCard.d.ts +11 -0
- package/dts/cards/ContentCard/ContentCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts +25 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts +11 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardHeader.d.ts +21 -0
- package/dts/cards/ContentCard/ContentCardHeader.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts +21 -0
- package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts.map +1 -0
- package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +2 -0
- package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +1 -0
- package/dts/cards/ContentCard/index.d.ts +5 -0
- package/dts/cards/ContentCard/index.d.ts.map +1 -0
- package/dts/cards/DataCard.d.ts +19 -0
- package/dts/cards/DataCard.d.ts.map +1 -0
- package/dts/cards/FeatureEntryCard.d.ts +9 -0
- package/dts/cards/FeatureEntryCard.d.ts.map +1 -0
- package/dts/cards/FeedCard.d.ts +36 -0
- package/dts/cards/FeedCard.d.ts.map +1 -0
- package/dts/cards/FloatingAssetCard.d.ts +25 -0
- package/dts/cards/FloatingAssetCard.d.ts.map +1 -0
- package/dts/cards/LikeButton.d.ts +17 -0
- package/dts/cards/LikeButton.d.ts.map +1 -0
- package/dts/cards/NudgeCard.d.ts +49 -0
- package/dts/cards/NudgeCard.d.ts.map +1 -0
- package/dts/cards/UpsellCard.d.ts +34 -0
- package/dts/cards/UpsellCard.d.ts.map +1 -0
- package/dts/cards/__figma__/AnnouncementCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/AnnouncementCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/NudgeCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/NudgeCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/UpsellCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/UpsellCard.figma.d.ts.map +1 -0
- package/dts/cards/__stories__/Card.stories.d.ts +264 -0
- package/dts/cards/__stories__/Card.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +30 -0
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +12 -0
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/NudgeCard.stories.d.ts +14 -0
- package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/UpsellCard.stories.d.ts +17 -0
- package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +1 -0
- package/dts/cards/__tests__/Card.test.d.ts +2 -0
- package/dts/cards/__tests__/Card.test.d.ts.map +1 -0
- package/dts/cards/__tests__/CardMedia.test.d.ts +2 -0
- package/dts/cards/__tests__/CardMedia.test.d.ts.map +1 -0
- package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +2 -0
- package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +1 -0
- package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +2 -0
- package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +1 -0
- package/dts/cards/__tests__/NudgeCard.test.d.ts +2 -0
- package/dts/cards/__tests__/NudgeCard.test.d.ts.map +1 -0
- package/dts/cards/__tests__/UpsellCard.test.d.ts +2 -0
- package/dts/cards/__tests__/UpsellCard.test.d.ts.map +1 -0
- package/dts/cards/index.d.ts +15 -0
- package/dts/cards/index.d.ts.map +1 -0
- package/dts/carousel/Carousel.d.ts +251 -0
- package/dts/carousel/Carousel.d.ts.map +1 -0
- package/dts/carousel/CarouselItem.d.ts +7 -0
- package/dts/carousel/CarouselItem.d.ts.map +1 -0
- package/dts/carousel/DefaultCarouselNavigation.d.ts +75 -0
- package/dts/carousel/DefaultCarouselNavigation.d.ts.map +1 -0
- package/dts/carousel/DefaultCarouselPagination.d.ts +33 -0
- package/dts/carousel/DefaultCarouselPagination.d.ts.map +1 -0
- package/dts/carousel/__stories__/Carousel.stories.d.ts +8 -0
- package/dts/carousel/__stories__/Carousel.stories.d.ts.map +1 -0
- package/dts/carousel/__tests__/Carousel.test.d.ts +2 -0
- package/dts/carousel/__tests__/Carousel.test.d.ts.map +1 -0
- package/dts/carousel/index.d.ts +5 -0
- package/dts/carousel/index.d.ts.map +1 -0
- package/dts/cells/Cell.d.ts +42 -0
- package/dts/cells/Cell.d.ts.map +1 -0
- package/dts/cells/CellAccessory.d.ts +16 -0
- package/dts/cells/CellAccessory.d.ts.map +1 -0
- package/dts/cells/CellDetail.d.ts +18 -0
- package/dts/cells/CellDetail.d.ts.map +1 -0
- package/dts/cells/CellHelperText.d.ts +9 -0
- package/dts/cells/CellHelperText.d.ts.map +1 -0
- package/dts/cells/CellMedia.d.ts +32 -0
- package/dts/cells/CellMedia.d.ts.map +1 -0
- package/dts/cells/ContentCell.d.ts +25 -0
- package/dts/cells/ContentCell.d.ts.map +1 -0
- package/dts/cells/ContentCellFallback.d.ts +17 -0
- package/dts/cells/ContentCellFallback.d.ts.map +1 -0
- package/dts/cells/ListCell.d.ts +42 -0
- package/dts/cells/ListCell.d.ts.map +1 -0
- package/dts/cells/ListCellFallback.d.ts +48 -0
- package/dts/cells/ListCellFallback.d.ts.map +1 -0
- package/dts/cells/MediaFallback.d.ts +8 -0
- package/dts/cells/MediaFallback.d.ts.map +1 -0
- package/dts/cells/__figma__/ContentCell.figma.d.ts +2 -0
- package/dts/cells/__figma__/ContentCell.figma.d.ts.map +1 -0
- package/dts/cells/__figma__/ListCell.figma.d.ts +2 -0
- package/dts/cells/__figma__/ListCell.figma.d.ts.map +1 -0
- package/dts/cells/__stories__/ContentCell.stories.d.ts +12 -0
- package/dts/cells/__stories__/ContentCell.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +8 -0
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ListCell.stories.d.ts +33 -0
- package/dts/cells/__stories__/ListCell.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts +8 -0
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +1 -0
- package/dts/cells/__tests__/Cell.test.d.ts +2 -0
- package/dts/cells/__tests__/Cell.test.d.ts.map +1 -0
- package/dts/cells/__tests__/CellAccessory.test.d.ts +2 -0
- package/dts/cells/__tests__/CellAccessory.test.d.ts.map +1 -0
- package/dts/cells/__tests__/CellMedia.test.d.ts +2 -0
- package/dts/cells/__tests__/CellMedia.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ContentCell.test.d.ts +2 -0
- package/dts/cells/__tests__/ContentCell.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ContentCellFallback.test.d.ts +2 -0
- package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ListCell.perf-test.d.ts +2 -0
- package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +1 -0
- package/dts/cells/__tests__/ListCell.test.d.ts +2 -0
- package/dts/cells/__tests__/ListCell.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ListCellFallback.test.d.ts +2 -0
- package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +1 -0
- package/dts/cells/__tests__/MediaFallback.test.d.ts +2 -0
- package/dts/cells/__tests__/MediaFallback.test.d.ts.map +1 -0
- package/dts/cells/index.d.ts +7 -0
- package/dts/cells/index.d.ts.map +1 -0
- package/dts/chips/Chip.d.ts +6 -0
- package/dts/chips/Chip.d.ts.map +1 -0
- package/dts/chips/ChipProps.d.ts +36 -0
- package/dts/chips/ChipProps.d.ts.map +1 -0
- package/dts/chips/InputChip.d.ts +4 -0
- package/dts/chips/InputChip.d.ts.map +1 -0
- package/dts/chips/SelectChip.d.ts +15 -0
- package/dts/chips/SelectChip.d.ts.map +1 -0
- package/dts/chips/TabbedChips.d.ts +11 -0
- package/dts/chips/TabbedChips.d.ts.map +1 -0
- package/dts/chips/__figma__/InputChip.figma.d.ts +2 -0
- package/dts/chips/__figma__/InputChip.figma.d.ts.map +1 -0
- package/dts/chips/__figma__/SelectChip.figma.d.ts +2 -0
- package/dts/chips/__figma__/SelectChip.figma.d.ts.map +1 -0
- package/dts/chips/__figma__/TabbedChips.figma.d.ts +2 -0
- package/dts/chips/__figma__/TabbedChips.figma.d.ts.map +1 -0
- package/dts/chips/__stories__/Chip.stories.d.ts +9 -0
- package/dts/chips/__stories__/Chip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/InputChip.stories.d.ts +8 -0
- package/dts/chips/__stories__/InputChip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/SelectChip.stories.d.ts +12 -0
- package/dts/chips/__stories__/SelectChip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/TabbedChips.stories.d.ts +25 -0
- package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +1 -0
- package/dts/chips/__tests__/Chip.test.d.ts +2 -0
- package/dts/chips/__tests__/Chip.test.d.ts.map +1 -0
- package/dts/chips/__tests__/InputChip.test.d.ts +2 -0
- package/dts/chips/__tests__/InputChip.test.d.ts.map +1 -0
- package/dts/chips/__tests__/SelectChip.test.d.ts +2 -0
- package/dts/chips/__tests__/SelectChip.test.d.ts.map +1 -0
- package/dts/chips/__tests__/TabbedChips.test.d.ts +2 -0
- package/dts/chips/__tests__/TabbedChips.test.d.ts.map +1 -0
- package/dts/chips/index.d.ts +6 -0
- package/dts/chips/index.d.ts.map +1 -0
- package/dts/coachmark/Coachmark.d.ts +40 -0
- package/dts/coachmark/Coachmark.d.ts.map +1 -0
- package/dts/coachmark/__figma__/Coachmark.figma.d.ts +2 -0
- package/dts/coachmark/__figma__/Coachmark.figma.d.ts.map +1 -0
- package/dts/coachmark/__stories__/Coachmark.stories.d.ts +8 -0
- package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +1 -0
- package/dts/coachmark/__tests__/Coachmark.test.d.ts +2 -0
- package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +1 -0
- package/dts/collapsible/Collapsible.d.ts +63 -0
- package/dts/collapsible/Collapsible.d.ts.map +1 -0
- package/dts/collapsible/__stories__/Collapsible.stories.d.ts +19 -0
- package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +1 -0
- package/dts/collapsible/__tests__/Collapsible.test.d.ts +2 -0
- package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +1 -0
- package/dts/collapsible/index.d.ts +2 -0
- package/dts/collapsible/index.d.ts.map +1 -0
- package/dts/collapsible/useCollapsibleMotionProps.d.ts +1862 -0
- package/dts/collapsible/useCollapsibleMotionProps.d.ts.map +1 -0
- package/dts/controls/Checkbox.d.ts +20 -0
- package/dts/controls/Checkbox.d.ts.map +1 -0
- package/dts/controls/CheckboxCell.d.ts +39 -0
- package/dts/controls/CheckboxCell.d.ts.map +1 -0
- package/dts/controls/CheckboxGroup.d.ts +52 -0
- package/dts/controls/CheckboxGroup.d.ts.map +1 -0
- package/dts/controls/Control.d.ts +34 -0
- package/dts/controls/Control.d.ts.map +1 -0
- package/dts/controls/ControlGroup.d.ts +34 -0
- package/dts/controls/ControlGroup.d.ts.map +1 -0
- package/dts/controls/HelperText.d.ts +15 -0
- package/dts/controls/HelperText.d.ts.map +1 -0
- package/dts/controls/InputIcon.d.ts +15 -0
- package/dts/controls/InputIcon.d.ts.map +1 -0
- package/dts/controls/InputIconButton.d.ts +13 -0
- package/dts/controls/InputIconButton.d.ts.map +1 -0
- package/dts/controls/InputLabel.d.ts +5 -0
- package/dts/controls/InputLabel.d.ts.map +1 -0
- package/dts/controls/InputStack.d.ts +71 -0
- package/dts/controls/InputStack.d.ts.map +1 -0
- package/dts/controls/NativeInput.d.ts +33 -0
- package/dts/controls/NativeInput.d.ts.map +1 -0
- package/dts/controls/NativeTextArea.d.ts +15 -0
- package/dts/controls/NativeTextArea.d.ts.map +1 -0
- package/dts/controls/Radio.d.ts +15 -0
- package/dts/controls/Radio.d.ts.map +1 -0
- package/dts/controls/RadioCell.d.ts +39 -0
- package/dts/controls/RadioCell.d.ts.map +1 -0
- package/dts/controls/RadioGroup.d.ts +56 -0
- package/dts/controls/RadioGroup.d.ts.map +1 -0
- package/dts/controls/SearchInput.d.ts +113 -0
- package/dts/controls/SearchInput.d.ts.map +1 -0
- package/dts/controls/SegmentedControl.d.ts +41 -0
- package/dts/controls/SegmentedControl.d.ts.map +1 -0
- package/dts/controls/Select.d.ts +32 -0
- package/dts/controls/Select.d.ts.map +1 -0
- package/dts/controls/SelectOption.d.ts +21 -0
- package/dts/controls/SelectOption.d.ts.map +1 -0
- package/dts/controls/SelectStack.d.ts +12 -0
- package/dts/controls/SelectStack.d.ts.map +1 -0
- package/dts/controls/SelectTrigger.d.ts +17 -0
- package/dts/controls/SelectTrigger.d.ts.map +1 -0
- package/dts/controls/Switch.d.ts +26 -0
- package/dts/controls/Switch.d.ts.map +1 -0
- package/dts/controls/TextInput.d.ts +102 -0
- package/dts/controls/TextInput.d.ts.map +1 -0
- package/dts/controls/__figma__/Checkbox.figma.d.ts +2 -0
- package/dts/controls/__figma__/Checkbox.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/CheckboxCell.figma.d.ts +2 -0
- package/dts/controls/__figma__/CheckboxCell.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/CheckboxGroup.figma.d.ts +2 -0
- package/dts/controls/__figma__/CheckboxGroup.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/NativeTextArea.figma.d.ts +2 -0
- package/dts/controls/__figma__/NativeTextArea.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/RadioCell.figma.d.ts +2 -0
- package/dts/controls/__figma__/RadioCell.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/RadioGroup.figma.d.ts +2 -0
- package/dts/controls/__figma__/RadioGroup.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/SearchInput.figma.d.ts +2 -0
- package/dts/controls/__figma__/SearchInput.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/Select.figma.d.ts +2 -0
- package/dts/controls/__figma__/Select.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/SelectOption.figma.d.ts +2 -0
- package/dts/controls/__figma__/SelectOption.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/Switch.figma.d.ts +2 -0
- package/dts/controls/__figma__/Switch.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/TextInput.figma.d.ts +2 -0
- package/dts/controls/__figma__/TextInput.figma.d.ts.map +1 -0
- package/dts/controls/__stories__/AddressForm.d.ts +4 -0
- package/dts/controls/__stories__/AddressForm.d.ts.map +1 -0
- package/dts/controls/__stories__/Checkbox.stories.d.ts +83 -0
- package/dts/controls/__stories__/Checkbox.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts +51 -0
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/ControlGroup.stories.d.ts +11 -0
- package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/HelperText.stories.d.ts +23 -0
- package/dts/controls/__stories__/HelperText.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputIcon.stories.d.ts +14 -0
- package/dts/controls/__stories__/InputIcon.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputIconButton.stories.d.ts +14 -0
- package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputLabel.stories.d.ts +11 -0
- package/dts/controls/__stories__/InputLabel.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputStack.stories.d.ts +10 -0
- package/dts/controls/__stories__/InputStack.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/NativeInput.stories.d.ts +16 -0
- package/dts/controls/__stories__/NativeInput.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/RadioCell.stories.d.ts +55 -0
- package/dts/controls/__stories__/RadioCell.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/RadioGroup.stories.d.ts +28 -0
- package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SearchInput.stories.d.ts +26 -0
- package/dts/controls/__stories__/SearchInput.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SegmentedControl.stories.d.ts +9 -0
- package/dts/controls/__stories__/SegmentedControl.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/Select.stories.d.ts +42 -0
- package/dts/controls/__stories__/Select.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SelectInteraction.stories.d.ts +11 -0
- package/dts/controls/__stories__/SelectInteraction.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SelectOption.stories.d.ts +8 -0
- package/dts/controls/__stories__/SelectOption.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/Switch.stories.d.ts +42 -0
- package/dts/controls/__stories__/Switch.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/TextInput.stories.d.ts +90 -0
- package/dts/controls/__stories__/TextInput.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/TextInputInteractive.stories.d.ts +11 -0
- package/dts/controls/__stories__/TextInputInteractive.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/TextInputPerformance.stories.d.ts +30 -0
- package/dts/controls/__stories__/TextInputPerformance.stories.d.ts.map +1 -0
- package/dts/controls/__tests__/Checkbox.test.d.ts +2 -0
- package/dts/controls/__tests__/Checkbox.test.d.ts.map +1 -0
- package/dts/controls/__tests__/CheckboxCell.test.d.ts +2 -0
- package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +1 -0
- package/dts/controls/__tests__/CheckboxGroup.test.d.ts +2 -0
- package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +1 -0
- package/dts/controls/__tests__/Control.test.d.ts +2 -0
- package/dts/controls/__tests__/Control.test.d.ts.map +1 -0
- package/dts/controls/__tests__/ControlGroup.test.d.ts +2 -0
- package/dts/controls/__tests__/ControlGroup.test.d.ts.map +1 -0
- package/dts/controls/__tests__/HelperText.test.d.ts +2 -0
- package/dts/controls/__tests__/HelperText.test.d.ts.map +1 -0
- package/dts/controls/__tests__/InputIcon.test.d.ts +2 -0
- package/dts/controls/__tests__/InputIcon.test.d.ts.map +1 -0
- package/dts/controls/__tests__/InputIconButton.test.d.ts +2 -0
- package/dts/controls/__tests__/InputIconButton.test.d.ts.map +1 -0
- package/dts/controls/__tests__/InputStack.test.d.ts +2 -0
- package/dts/controls/__tests__/InputStack.test.d.ts.map +1 -0
- package/dts/controls/__tests__/NativeInput.test.d.ts +2 -0
- package/dts/controls/__tests__/NativeInput.test.d.ts.map +1 -0
- package/dts/controls/__tests__/NativeTextArea.test.d.ts +2 -0
- package/dts/controls/__tests__/NativeTextArea.test.d.ts.map +1 -0
- package/dts/controls/__tests__/RadioCell.test.d.ts +2 -0
- package/dts/controls/__tests__/RadioCell.test.d.ts.map +1 -0
- package/dts/controls/__tests__/RadioGroup.test.d.ts +2 -0
- package/dts/controls/__tests__/RadioGroup.test.d.ts.map +1 -0
- package/dts/controls/__tests__/SearchInput.test.d.ts +2 -0
- package/dts/controls/__tests__/SearchInput.test.d.ts.map +1 -0
- package/dts/controls/__tests__/SegmentedControl.test.d.ts +2 -0
- package/dts/controls/__tests__/SegmentedControl.test.d.ts.map +1 -0
- package/dts/controls/__tests__/Select.test.d.ts +2 -0
- package/dts/controls/__tests__/Select.test.d.ts.map +1 -0
- package/dts/controls/__tests__/Switch.test.d.ts +2 -0
- package/dts/controls/__tests__/Switch.test.d.ts.map +1 -0
- package/dts/controls/__tests__/TextInput.test.d.ts +2 -0
- package/dts/controls/__tests__/TextInput.test.d.ts.map +1 -0
- package/dts/controls/context.d.ts +4 -0
- package/dts/controls/context.d.ts.map +1 -0
- package/dts/controls/index.d.ts +16 -0
- package/dts/controls/index.d.ts.map +1 -0
- package/dts/controls/selectContext.d.ts +13 -0
- package/dts/controls/selectContext.d.ts.map +1 -0
- package/dts/controls/useHandleRadioSelect.d.ts +2 -0
- package/dts/controls/useHandleRadioSelect.d.ts.map +1 -0
- package/dts/controls/useRefocusTrigger.d.ts +3 -0
- package/dts/controls/useRefocusTrigger.d.ts.map +1 -0
- package/dts/controls/useSelectionCellControlHeight.d.ts +6 -0
- package/dts/controls/useSelectionCellControlHeight.d.ts.map +1 -0
- package/dts/core/createThemeCssVars.d.ts +4 -0
- package/dts/core/createThemeCssVars.d.ts.map +1 -0
- package/dts/core/polymorphism.d.ts +20 -0
- package/dts/core/polymorphism.d.ts.map +1 -0
- package/dts/core/theme.d.ts +158 -0
- package/dts/core/theme.d.ts.map +1 -0
- package/dts/cx.d.ts +30 -0
- package/dts/cx.d.ts.map +1 -0
- package/dts/dates/Calendar.d.ts +101 -0
- package/dts/dates/Calendar.d.ts.map +1 -0
- package/dts/dates/DateInput.d.ts +16 -0
- package/dts/dates/DateInput.d.ts.map +1 -0
- package/dts/dates/DatePicker.d.ts +108 -0
- package/dts/dates/DatePicker.d.ts.map +1 -0
- package/dts/dates/__figma__/DatePicker.figma.d.ts +2 -0
- package/dts/dates/__figma__/DatePicker.figma.d.ts.map +1 -0
- package/dts/dates/__stories__/A11yTest.stories.d.ts +33 -0
- package/dts/dates/__stories__/A11yTest.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/Calendar.stories.d.ts +38 -0
- package/dts/dates/__stories__/Calendar.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/DateInput.stories.d.ts +27 -0
- package/dts/dates/__stories__/DateInput.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/DatePicker.stories.d.ts +55 -0
- package/dts/dates/__stories__/DatePicker.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/Note.d.ts +5 -0
- package/dts/dates/__stories__/Note.d.ts.map +1 -0
- package/dts/defaultFontStyles.d.ts +2 -0
- package/dts/defaultFontStyles.d.ts.map +1 -0
- package/dts/dots/DotCount.d.ts +70 -0
- package/dts/dots/DotCount.d.ts.map +1 -0
- package/dts/dots/DotStatusColor.d.ts +17 -0
- package/dts/dots/DotStatusColor.d.ts.map +1 -0
- package/dts/dots/DotSymbol.d.ts +35 -0
- package/dts/dots/DotSymbol.d.ts.map +1 -0
- package/dts/dots/__figma__/DotCount.figma.d.ts +2 -0
- package/dts/dots/__figma__/DotCount.figma.d.ts.map +1 -0
- package/dts/dots/__figma__/DotStatusColor.figma.d.ts +2 -0
- package/dts/dots/__figma__/DotStatusColor.figma.d.ts.map +1 -0
- package/dts/dots/__figma__/DotSymbol.figma.d.ts +2 -0
- package/dts/dots/__figma__/DotSymbol.figma.d.ts.map +1 -0
- package/dts/dots/__stories__/DotCount.stories.d.ts +9 -0
- package/dts/dots/__stories__/DotCount.stories.d.ts.map +1 -0
- package/dts/dots/__stories__/DotStatusColor.stories.d.ts +8 -0
- package/dts/dots/__stories__/DotStatusColor.stories.d.ts.map +1 -0
- package/dts/dots/__stories__/DotSymbol.stories.d.ts +9 -0
- package/dts/dots/__stories__/DotSymbol.stories.d.ts.map +1 -0
- package/dts/dots/__tests__/DotCount.test.d.ts +2 -0
- package/dts/dots/__tests__/DotCount.test.d.ts.map +1 -0
- package/dts/dots/__tests__/DotStatusColor.test.d.ts +2 -0
- package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +1 -0
- package/dts/dots/__tests__/DotSymbol.test.d.ts +2 -0
- package/dts/dots/__tests__/DotSymbol.test.d.ts.map +1 -0
- package/dts/dots/__tests__/getTransform.test.d.ts +2 -0
- package/dts/dots/__tests__/getTransform.test.d.ts.map +1 -0
- package/dts/dots/dotStyles.d.ts +15 -0
- package/dts/dots/dotStyles.d.ts.map +1 -0
- package/dts/dots/index.d.ts +4 -0
- package/dts/dots/index.d.ts.map +1 -0
- package/dts/dropdown/Dropdown.d.ts +20 -0
- package/dts/dropdown/Dropdown.d.ts.map +1 -0
- package/dts/dropdown/DropdownContent.d.ts +13 -0
- package/dts/dropdown/DropdownContent.d.ts.map +1 -0
- package/dts/dropdown/DropdownProps.d.ts +62 -0
- package/dts/dropdown/DropdownProps.d.ts.map +1 -0
- package/dts/dropdown/MenuItem.d.ts +14 -0
- package/dts/dropdown/MenuItem.d.ts.map +1 -0
- package/dts/dropdown/__figma__/Dropdown.figma.d.ts +2 -0
- package/dts/dropdown/__figma__/Dropdown.figma.d.ts.map +1 -0
- package/dts/dropdown/__stories__/Dropdown.stories.d.ts +41 -0
- package/dts/dropdown/__stories__/Dropdown.stories.d.ts.map +1 -0
- package/dts/dropdown/__stories__/DropdownContent.stories.d.ts +8 -0
- package/dts/dropdown/__stories__/DropdownContent.stories.d.ts.map +1 -0
- package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts +15 -0
- package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts.map +1 -0
- package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts +2 -0
- package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts.map +1 -0
- package/dts/dropdown/__tests__/Dropdown.test.d.ts +2 -0
- package/dts/dropdown/__tests__/Dropdown.test.d.ts.map +1 -0
- package/dts/dropdown/__tests__/MenuItem.test.d.ts +2 -0
- package/dts/dropdown/__tests__/MenuItem.test.d.ts.map +1 -0
- package/dts/dropdown/index.d.ts +4 -0
- package/dts/dropdown/index.d.ts.map +1 -0
- package/dts/dropdown/useResponsiveHeight.d.ts +16 -0
- package/dts/dropdown/useResponsiveHeight.d.ts.map +1 -0
- package/dts/globalStyles.d.ts +2 -0
- package/dts/globalStyles.d.ts.map +1 -0
- package/dts/hooks/__stories__/useBreakpoints.stories.d.ts +14 -0
- package/dts/hooks/__stories__/useBreakpoints.stories.d.ts.map +1 -0
- package/dts/hooks/__stories__/useMediaQuery.stories.d.ts +14 -0
- package/dts/hooks/__stories__/useMediaQuery.stories.d.ts.map +1 -0
- package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts +2 -0
- package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useA11yLabels.test.d.ts +2 -0
- package/dts/hooks/__tests__/useA11yLabels.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useBreakpoints.test.d.ts +2 -0
- package/dts/hooks/__tests__/useBreakpoints.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useCellSpacing.test.d.ts +2 -0
- package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useDimensions.test.d.ts +2 -0
- package/dts/hooks/__tests__/useDimensions.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useIsBrowser.test.d.ts +2 -0
- package/dts/hooks/__tests__/useIsBrowser.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useMediaQuery.test.d.ts +2 -0
- package/dts/hooks/__tests__/useMediaQuery.test.d.ts.map +1 -0
- package/dts/hooks/useA11yControlledVisibility.d.ts +19 -0
- package/dts/hooks/useA11yControlledVisibility.d.ts.map +1 -0
- package/dts/hooks/useA11yLabels.d.ts +45 -0
- package/dts/hooks/useA11yLabels.d.ts.map +1 -0
- package/dts/hooks/useBreakpoints.d.ts +9 -0
- package/dts/hooks/useBreakpoints.d.ts.map +1 -0
- package/dts/hooks/useCellSpacing.d.ts +83 -0
- package/dts/hooks/useCellSpacing.d.ts.map +1 -0
- package/dts/hooks/useCheckboxGroupState.d.ts +24 -0
- package/dts/hooks/useCheckboxGroupState.d.ts.map +1 -0
- package/dts/hooks/useDimensions.d.ts +63 -0
- package/dts/hooks/useDimensions.d.ts.map +1 -0
- package/dts/hooks/useEventHandler.d.ts +7 -0
- package/dts/hooks/useEventHandler.d.ts.map +1 -0
- package/dts/hooks/useHasMounted.d.ts +2 -0
- package/dts/hooks/useHasMounted.d.ts.map +1 -0
- package/dts/hooks/useIsBrowser.d.ts +3 -0
- package/dts/hooks/useIsBrowser.d.ts.map +1 -0
- package/dts/hooks/useIsoEffect.d.ts +3 -0
- package/dts/hooks/useIsoEffect.d.ts.map +1 -0
- package/dts/hooks/useMediaQuery.d.ts +2 -0
- package/dts/hooks/useMediaQuery.d.ts.map +1 -0
- package/dts/hooks/useScrollBlocker.d.ts +2 -0
- package/dts/hooks/useScrollBlocker.d.ts.map +1 -0
- package/dts/hooks/useTheme.d.ts +4 -0
- package/dts/hooks/useTheme.d.ts.map +1 -0
- package/dts/hooks/useThemeContext.d.ts +8 -0
- package/dts/hooks/useThemeContext.d.ts.map +1 -0
- package/dts/icons/Icon.d.ts +43 -0
- package/dts/icons/Icon.d.ts.map +1 -0
- package/dts/icons/LogoMark.d.ts +4 -0
- package/dts/icons/LogoMark.d.ts.map +1 -0
- package/dts/icons/LogoWordmark.d.ts +4 -0
- package/dts/icons/LogoWordmark.d.ts.map +1 -0
- package/dts/icons/SubBrandLogoMark.d.ts +4 -0
- package/dts/icons/SubBrandLogoMark.d.ts.map +1 -0
- package/dts/icons/SubBrandLogoWordmark.d.ts +4 -0
- package/dts/icons/SubBrandLogoWordmark.d.ts.map +1 -0
- package/dts/icons/__figma__/Icon.figma.d.ts +2 -0
- package/dts/icons/__figma__/Icon.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/LogoMark.figma.d.ts +2 -0
- package/dts/icons/__figma__/LogoMark.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/LogoWordmark.figma.d.ts +2 -0
- package/dts/icons/__figma__/LogoWordmark.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts +2 -0
- package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts +2 -0
- package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts.map +1 -0
- package/dts/icons/__stories__/Icon.stories.d.ts +20 -0
- package/dts/icons/__stories__/Icon.stories.d.ts.map +1 -0
- package/dts/icons/__stories__/IconSheet.d.ts +8 -0
- package/dts/icons/__stories__/IconSheet.d.ts.map +1 -0
- package/dts/icons/__stories__/Logo.stories.d.ts +7 -0
- package/dts/icons/__stories__/Logo.stories.d.ts.map +1 -0
- package/dts/icons/__tests__/Icon.perf-test.d.ts +2 -0
- package/dts/icons/__tests__/Icon.perf-test.d.ts.map +1 -0
- package/dts/icons/__tests__/Icon.test.d.ts +2 -0
- package/dts/icons/__tests__/Icon.test.d.ts.map +1 -0
- package/dts/icons/__tests__/LogoMark.test.d.ts +2 -0
- package/dts/icons/__tests__/LogoMark.test.d.ts.map +1 -0
- package/dts/icons/__tests__/LogoWordMark.test.d.ts +2 -0
- package/dts/icons/__tests__/LogoWordMark.test.d.ts.map +1 -0
- package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts +2 -0
- package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts.map +1 -0
- package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts +2 -0
- package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts.map +1 -0
- package/dts/icons/index.d.ts +6 -0
- package/dts/icons/index.d.ts.map +1 -0
- package/dts/illustrations/HeroSquare.d.ts +12 -0
- package/dts/illustrations/HeroSquare.d.ts.map +1 -0
- package/dts/illustrations/Pictogram.d.ts +11 -0
- package/dts/illustrations/Pictogram.d.ts.map +1 -0
- package/dts/illustrations/SpotIcon.d.ts +11 -0
- package/dts/illustrations/SpotIcon.d.ts.map +1 -0
- package/dts/illustrations/SpotRectangle.d.ts +12 -0
- package/dts/illustrations/SpotRectangle.d.ts.map +1 -0
- package/dts/illustrations/SpotSquare.d.ts +11 -0
- package/dts/illustrations/SpotSquare.d.ts.map +1 -0
- package/dts/illustrations/__figma__/HeroSquare.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/HeroSquare.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/Pictogram.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/Pictogram.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/SpotIcon.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/SpotIcon.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/SpotSquare.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/SpotSquare.figma.d.ts.map +1 -0
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/IllustrationExample.d.ts +5 -0
- package/dts/illustrations/__stories__/IllustrationExample.d.ts.map +1 -0
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +9 -0
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +1 -0
- package/dts/illustrations/__tests__/HeroSquare.test.d.ts +2 -0
- package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +1 -0
- package/dts/illustrations/__tests__/Pictogram.test.d.ts +2 -0
- package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +1 -0
- package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +2 -0
- package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +1 -0
- package/dts/illustrations/__tests__/SpotSquare.test.d.ts +2 -0
- package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +1 -0
- package/dts/illustrations/createIllustration.d.ts +49 -0
- package/dts/illustrations/createIllustration.d.ts.map +1 -0
- package/dts/illustrations/index.d.ts +6 -0
- package/dts/illustrations/index.d.ts.map +1 -0
- package/dts/index.d.ts +7 -0
- package/dts/index.d.ts.map +1 -0
- package/dts/layout/Box.d.ts +55 -0
- package/dts/layout/Box.d.ts.map +1 -0
- package/dts/layout/Divider.d.ts +12 -0
- package/dts/layout/Divider.d.ts.map +1 -0
- package/dts/layout/Fallback.d.ts +36 -0
- package/dts/layout/Fallback.d.ts.map +1 -0
- package/dts/layout/Grid.d.ts +46 -0
- package/dts/layout/Grid.d.ts.map +1 -0
- package/dts/layout/GridColumn.d.ts +51 -0
- package/dts/layout/GridColumn.d.ts.map +1 -0
- package/dts/layout/Group.d.ts +42 -0
- package/dts/layout/Group.d.ts.map +1 -0
- package/dts/layout/HStack.d.ts +11 -0
- package/dts/layout/HStack.d.ts.map +1 -0
- package/dts/layout/Spacer.d.ts +25 -0
- package/dts/layout/Spacer.d.ts.map +1 -0
- package/dts/layout/VStack.d.ts +11 -0
- package/dts/layout/VStack.d.ts.map +1 -0
- package/dts/layout/__figma__/Divider.figma.d.ts +2 -0
- package/dts/layout/__figma__/Divider.figma.d.ts.map +1 -0
- package/dts/layout/__figma__/Fallback.figma.d.ts +2 -0
- package/dts/layout/__figma__/Fallback.figma.d.ts.map +1 -0
- package/dts/layout/__stories__/Box.stories.d.ts +49 -0
- package/dts/layout/__stories__/Box.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/BoxPerformance.stories.d.ts +15 -0
- package/dts/layout/__stories__/BoxPerformance.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Divider.stories.d.ts +19 -0
- package/dts/layout/__stories__/Divider.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Fallback.stories.d.ts +9 -0
- package/dts/layout/__stories__/Fallback.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Grid.stories.d.ts +7 -0
- package/dts/layout/__stories__/Grid.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Layouts.stories.d.ts +7 -0
- package/dts/layout/__stories__/Layouts.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/LoremIpsum.d.ts +9 -0
- package/dts/layout/__stories__/LoremIpsum.d.ts.map +1 -0
- package/dts/layout/__stories__/Responsive.stories.d.ts +15 -0
- package/dts/layout/__stories__/Responsive.stories.d.ts.map +1 -0
- package/dts/layout/__tests__/Box.perf-test.d.ts +2 -0
- package/dts/layout/__tests__/Box.perf-test.d.ts.map +1 -0
- package/dts/layout/__tests__/Box.test.d.ts +2 -0
- package/dts/layout/__tests__/Box.test.d.ts.map +1 -0
- package/dts/layout/__tests__/Divider.perf-test.d.ts +2 -0
- package/dts/layout/__tests__/Divider.perf-test.d.ts.map +1 -0
- package/dts/layout/__tests__/Fallback.perf-test.d.ts +2 -0
- package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +1 -0
- package/dts/layout/__tests__/Fallback.test.d.ts +2 -0
- package/dts/layout/__tests__/Fallback.test.d.ts.map +1 -0
- package/dts/layout/__tests__/Grid.test.d.ts +2 -0
- package/dts/layout/__tests__/Grid.test.d.ts.map +1 -0
- package/dts/layout/__tests__/GridColumn.test.d.ts +2 -0
- package/dts/layout/__tests__/GridColumn.test.d.ts.map +1 -0
- package/dts/layout/__tests__/Group.test.d.ts +2 -0
- package/dts/layout/__tests__/Group.test.d.ts.map +1 -0
- package/dts/layout/__tests__/VStack.test.d.ts +2 -0
- package/dts/layout/__tests__/VStack.test.d.ts.map +1 -0
- package/dts/layout/index.d.ts +10 -0
- package/dts/layout/index.d.ts.map +1 -0
- package/dts/loaders/CircularProgress.d.ts +22 -0
- package/dts/loaders/CircularProgress.d.ts.map +1 -0
- package/dts/loaders/MaterialSpinner.d.ts +14 -0
- package/dts/loaders/MaterialSpinner.d.ts.map +1 -0
- package/dts/loaders/Spinner.d.ts +11 -0
- package/dts/loaders/Spinner.d.ts.map +1 -0
- package/dts/loaders/__stories__/CircularProgress.stories.d.ts +8 -0
- package/dts/loaders/__stories__/CircularProgress.stories.d.ts.map +1 -0
- package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts +8 -0
- package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts.map +1 -0
- package/dts/loaders/__stories__/Spinner.stories.d.ts +10 -0
- package/dts/loaders/__stories__/Spinner.stories.d.ts.map +1 -0
- package/dts/loaders/__tests__/CircularProgress.test.d.ts +2 -0
- package/dts/loaders/__tests__/CircularProgress.test.d.ts.map +1 -0
- package/dts/loaders/__tests__/MaterialSpinner.test.d.ts +2 -0
- package/dts/loaders/__tests__/MaterialSpinner.test.d.ts.map +1 -0
- package/dts/loaders/__tests__/Spinner.test.d.ts +2 -0
- package/dts/loaders/__tests__/Spinner.test.d.ts.map +1 -0
- package/dts/loaders/index.d.ts +2 -0
- package/dts/loaders/index.d.ts.map +1 -0
- package/dts/media/Avatar.d.ts +38 -0
- package/dts/media/Avatar.d.ts.map +1 -0
- package/dts/media/Hexagon.d.ts +82 -0
- package/dts/media/Hexagon.d.ts.map +1 -0
- package/dts/media/RemoteImage.d.ts +30 -0
- package/dts/media/RemoteImage.d.ts.map +1 -0
- package/dts/media/RemoteImageGroup.d.ts +24 -0
- package/dts/media/RemoteImageGroup.d.ts.map +1 -0
- package/dts/media/__figma__/Avatar.figma.d.ts +2 -0
- package/dts/media/__figma__/Avatar.figma.d.ts.map +1 -0
- package/dts/media/__stories__/Avatar.stories.d.ts +12 -0
- package/dts/media/__stories__/Avatar.stories.d.ts.map +1 -0
- package/dts/media/__stories__/RemoteImage.stories.d.ts +8 -0
- package/dts/media/__stories__/RemoteImage.stories.d.ts.map +1 -0
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +7 -0
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +1 -0
- package/dts/media/__tests__/Avatar.test.d.ts +2 -0
- package/dts/media/__tests__/Avatar.test.d.ts.map +1 -0
- package/dts/media/__tests__/Hexagon.test.d.ts +2 -0
- package/dts/media/__tests__/Hexagon.test.d.ts.map +1 -0
- package/dts/media/__tests__/RemoteImage.test.d.ts +2 -0
- package/dts/media/__tests__/RemoteImage.test.d.ts.map +1 -0
- package/dts/media/__tests__/RemoteImageGroup.test.d.ts +2 -0
- package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +1 -0
- package/dts/media/index.d.ts +4 -0
- package/dts/media/index.d.ts.map +1 -0
- package/dts/motion/AnimatedCaret.d.ts +9 -0
- package/dts/motion/AnimatedCaret.d.ts.map +1 -0
- package/dts/motion/ColorSurge.d.ts +25 -0
- package/dts/motion/ColorSurge.d.ts.map +1 -0
- package/dts/motion/Pulse.d.ts +53 -0
- package/dts/motion/Pulse.d.ts.map +1 -0
- package/dts/motion/Shake.d.ts +16 -0
- package/dts/motion/Shake.d.ts.map +1 -0
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +8 -0
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +1 -0
- package/dts/motion/__stories__/HintMotion.stories.d.ts +8 -0
- package/dts/motion/__stories__/HintMotion.stories.d.ts.map +1 -0
- package/dts/motion/__stories__/Tokens.stories.d.ts +7 -0
- package/dts/motion/__stories__/Tokens.stories.d.ts.map +1 -0
- package/dts/motion/__tests__/AnimatedCaret.test.d.ts +2 -0
- package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +1 -0
- package/dts/motion/__tests__/ColorSurge.test.d.ts +2 -0
- package/dts/motion/__tests__/ColorSurge.test.d.ts.map +1 -0
- package/dts/motion/__tests__/Pulse.test.d.ts +2 -0
- package/dts/motion/__tests__/Pulse.test.d.ts.map +1 -0
- package/dts/motion/__tests__/Shake.test.d.ts +2 -0
- package/dts/motion/__tests__/Shake.test.d.ts.map +1 -0
- package/dts/motion/__tests__/useMotionProps.test.d.ts +2 -0
- package/dts/motion/__tests__/useMotionProps.test.d.ts.map +1 -0
- package/dts/motion/__tests__/utils.test.d.ts +2 -0
- package/dts/motion/__tests__/utils.test.d.ts.map +1 -0
- package/dts/motion/types.d.ts +24 -0
- package/dts/motion/types.d.ts.map +1 -0
- package/dts/motion/useMotionProps.d.ts +3749 -0
- package/dts/motion/useMotionProps.d.ts.map +1 -0
- package/dts/motion/utils.d.ts +1792 -0
- package/dts/motion/utils.d.ts.map +1 -0
- package/dts/multi-content-module/MultiContentModule.d.ts +29 -0
- package/dts/multi-content-module/MultiContentModule.d.ts.map +1 -0
- package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +2 -0
- package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts.map +1 -0
- package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +12 -0
- package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +1 -0
- package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +2 -0
- package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +1 -0
- package/dts/navigation/NavLink.d.ts +8 -0
- package/dts/navigation/NavLink.d.ts.map +1 -0
- package/dts/navigation/NavigationBar.d.ts +54 -0
- package/dts/navigation/NavigationBar.d.ts.map +1 -0
- package/dts/navigation/NavigationTitle.d.ts +5 -0
- package/dts/navigation/NavigationTitle.d.ts.map +1 -0
- package/dts/navigation/NavigationTitleSelect.d.ts +12 -0
- package/dts/navigation/NavigationTitleSelect.d.ts.map +1 -0
- package/dts/navigation/Sidebar.d.ts +36 -0
- package/dts/navigation/Sidebar.d.ts.map +1 -0
- package/dts/navigation/SidebarContext.d.ts +8 -0
- package/dts/navigation/SidebarContext.d.ts.map +1 -0
- package/dts/navigation/SidebarItem.d.ts +47 -0
- package/dts/navigation/SidebarItem.d.ts.map +1 -0
- package/dts/navigation/SidebarMoreMenu.d.ts +14 -0
- package/dts/navigation/SidebarMoreMenu.d.ts.map +1 -0
- package/dts/navigation/__figma__/NavLink.figma.d.ts +2 -0
- package/dts/navigation/__figma__/NavLink.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/NavigationBar.figma.d.ts +2 -0
- package/dts/navigation/__figma__/NavigationBar.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/NavigationTitle.figma.d.ts +2 -0
- package/dts/navigation/__figma__/NavigationTitle.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/Sidebar.figma.d.ts +2 -0
- package/dts/navigation/__figma__/Sidebar.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/SidebarItem.figma.d.ts +2 -0
- package/dts/navigation/__figma__/SidebarItem.figma.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavLink.stories.d.ts +8 -0
- package/dts/navigation/__stories__/NavLink.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationBar.stories.d.ts +30 -0
- package/dts/navigation/__stories__/NavigationBar.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationStorySetup.d.ts +49 -0
- package/dts/navigation/__stories__/NavigationStorySetup.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +15 -0
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +12 -0
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/Sidebar.stories.d.ts +10 -0
- package/dts/navigation/__stories__/Sidebar.stories.d.ts.map +1 -0
- package/dts/navigation/__tests__/NavigationBar.test.d.ts +2 -0
- package/dts/navigation/__tests__/NavigationBar.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/NavigationTitle.test.d.ts +2 -0
- package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts +2 -0
- package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/Sidebar.test.d.ts +2 -0
- package/dts/navigation/__tests__/Sidebar.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/SidebarItem.test.d.ts +2 -0
- package/dts/navigation/__tests__/SidebarItem.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts +2 -0
- package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts.map +1 -0
- package/dts/navigation/index.d.ts +8 -0
- package/dts/navigation/index.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts +8 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/RollingNumber.d.ts +406 -0
- package/dts/numbers/RollingNumber/RollingNumber.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/index.d.ts +7 -0
- package/dts/numbers/RollingNumber/index.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/useColorPulse.d.ts +10 -0
- package/dts/numbers/RollingNumber/useColorPulse.d.ts.map +1 -0
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts +18 -0
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +1 -0
- package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +2 -0
- package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +1 -0
- package/dts/numbers/index.d.ts +2 -0
- package/dts/numbers/index.d.ts.map +1 -0
- package/dts/overlays/Alert.d.ts +93 -0
- package/dts/overlays/Alert.d.ts.map +1 -0
- package/dts/overlays/FocusTrap.d.ts +42 -0
- package/dts/overlays/FocusTrap.d.ts.map +1 -0
- package/dts/overlays/FullscreenAlert.d.ts +33 -0
- package/dts/overlays/FullscreenAlert.d.ts.map +1 -0
- package/dts/overlays/Portal.d.ts +14 -0
- package/dts/overlays/Portal.d.ts.map +1 -0
- package/dts/overlays/PortalProvider.d.ts +19 -0
- package/dts/overlays/PortalProvider.d.ts.map +1 -0
- package/dts/overlays/Toast.d.ts +22 -0
- package/dts/overlays/Toast.d.ts.map +1 -0
- package/dts/overlays/__figma__/Alert.figma.d.ts +2 -0
- package/dts/overlays/__figma__/Alert.figma.d.ts.map +1 -0
- package/dts/overlays/__figma__/Toast.figma.d.ts +2 -0
- package/dts/overlays/__figma__/Toast.figma.d.ts.map +1 -0
- package/dts/overlays/__stories__/Alert.stories.d.ts +23 -0
- package/dts/overlays/__stories__/Alert.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FocusTrap.stories.d.ts +7 -0
- package/dts/overlays/__stories__/FocusTrap.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts +9 -0
- package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FullscreenModal.stories.d.ts +24 -0
- package/dts/overlays/__stories__/FullscreenModal.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts +30 -0
- package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Modal.stories.d.ts +13 -0
- package/dts/overlays/__stories__/Modal.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/ModalInteractive.stories.d.ts +21 -0
- package/dts/overlays/__stories__/ModalInteractive.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts +23 -0
- package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/PortalProvider.stories.d.ts +7 -0
- package/dts/overlays/__stories__/PortalProvider.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts +7 -0
- package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Toast.stories.d.ts +8 -0
- package/dts/overlays/__stories__/Toast.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Tooltip.stories.d.ts +11 -0
- package/dts/overlays/__stories__/Tooltip.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TooltipContent.stories.d.ts +11 -0
- package/dts/overlays/__stories__/TooltipContent.stories.d.ts.map +1 -0
- package/dts/overlays/__tests__/Alert.test.d.ts +2 -0
- package/dts/overlays/__tests__/Alert.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/FocusTrap.test.d.ts +2 -0
- package/dts/overlays/__tests__/FocusTrap.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/FullscreenAlert.test.d.ts +2 -0
- package/dts/overlays/__tests__/FullscreenAlert.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/OverlayContentContext.test.d.ts +2 -0
- package/dts/overlays/__tests__/OverlayContentContext.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/Popover.test.d.ts +2 -0
- package/dts/overlays/__tests__/Popover.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/PortalProvider.test.d.ts +2 -0
- package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/Toast.test.d.ts +2 -0
- package/dts/overlays/__tests__/Toast.test.d.ts.map +1 -0
- package/dts/overlays/index.d.ts +18 -0
- package/dts/overlays/index.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModal.d.ts +48 -0
- package/dts/overlays/modal/FullscreenModal.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModalHeader.d.ts +14 -0
- package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModalLayout.d.ts +11 -0
- package/dts/overlays/modal/FullscreenModalLayout.d.ts.map +1 -0
- package/dts/overlays/modal/Modal.d.ts +50 -0
- package/dts/overlays/modal/Modal.d.ts.map +1 -0
- package/dts/overlays/modal/ModalBody.d.ts +5 -0
- package/dts/overlays/modal/ModalBody.d.ts.map +1 -0
- package/dts/overlays/modal/ModalFooter.d.ts +17 -0
- package/dts/overlays/modal/ModalFooter.d.ts.map +1 -0
- package/dts/overlays/modal/ModalHeader.d.ts +46 -0
- package/dts/overlays/modal/ModalHeader.d.ts.map +1 -0
- package/dts/overlays/modal/ModalWrapper.d.ts +42 -0
- package/dts/overlays/modal/ModalWrapper.d.ts.map +1 -0
- package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts +2 -0
- package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts.map +1 -0
- package/dts/overlays/modal/__figma__/Modal.figma.d.ts +2 -0
- package/dts/overlays/modal/__figma__/Modal.figma.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/Modal.test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +1 -0
- package/dts/overlays/overlay/Overlay.d.ts +4 -0
- package/dts/overlays/overlay/Overlay.d.ts.map +1 -0
- package/dts/overlays/overlay/OverlayContent.d.ts +12 -0
- package/dts/overlays/overlay/OverlayContent.d.ts.map +1 -0
- package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +2 -0
- package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +1 -0
- package/dts/overlays/popover/Popover.d.ts +8 -0
- package/dts/overlays/popover/Popover.d.ts.map +1 -0
- package/dts/overlays/popover/PopoverProps.d.ts +71 -0
- package/dts/overlays/popover/PopoverProps.d.ts.map +1 -0
- package/dts/overlays/popover/usePopper.d.ts +16 -0
- package/dts/overlays/popover/usePopper.d.ts.map +1 -0
- package/dts/overlays/tooltip/Tooltip.d.ts +3 -0
- package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -0
- package/dts/overlays/tooltip/TooltipContent.d.ts +6 -0
- package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -0
- package/dts/overlays/tooltip/TooltipProps.d.ts +50 -0
- package/dts/overlays/tooltip/TooltipProps.d.ts.map +1 -0
- package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +2 -0
- package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts.map +1 -0
- package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +2 -0
- package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +1 -0
- package/dts/overlays/tooltip/useTooltipState.d.ts +9 -0
- package/dts/overlays/tooltip/useTooltipState.d.ts.map +1 -0
- package/dts/overlays/tray/Tray.d.ts +140 -0
- package/dts/overlays/tray/Tray.d.ts.map +1 -0
- package/dts/overlays/tray/__stories__/Tray.stories.d.ts +5 -0
- package/dts/overlays/tray/__stories__/Tray.stories.d.ts.map +1 -0
- package/dts/overlays/tray/__tests__/Tray.test.d.ts +2 -0
- package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +1 -0
- package/dts/overlays/useModal.d.ts +6 -0
- package/dts/overlays/useModal.d.ts.map +1 -0
- package/dts/overlays/usePortal.d.ts +3 -0
- package/dts/overlays/usePortal.d.ts.map +1 -0
- package/dts/overlays/useToast.d.ts +9 -0
- package/dts/overlays/useToast.d.ts.map +1 -0
- package/dts/page/PageFooter.d.ts +20 -0
- package/dts/page/PageFooter.d.ts.map +1 -0
- package/dts/page/PageHeader.d.ts +73 -0
- package/dts/page/PageHeader.d.ts.map +1 -0
- package/dts/page/__figma__/PageFooter.figma.d.ts +2 -0
- package/dts/page/__figma__/PageFooter.figma.d.ts.map +1 -0
- package/dts/page/__figma__/PageHeader.figma.d.ts +2 -0
- package/dts/page/__figma__/PageHeader.figma.d.ts.map +1 -0
- package/dts/page/__stories__/PageFooter.stories.d.ts +69 -0
- package/dts/page/__stories__/PageFooter.stories.d.ts.map +1 -0
- package/dts/page/__stories__/PageHeader.stories.d.ts +95 -0
- package/dts/page/__stories__/PageHeader.stories.d.ts.map +1 -0
- package/dts/page/__tests__/PageFooter.test.d.ts +2 -0
- package/dts/page/__tests__/PageFooter.test.d.ts.map +1 -0
- package/dts/page/__tests__/PageHeader.test.d.ts +2 -0
- package/dts/page/__tests__/PageHeader.test.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationEllipsis.d.ts +3 -0
- package/dts/pagination/DefaultPaginationEllipsis.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationNavigationButton.d.ts +9 -0
- package/dts/pagination/DefaultPaginationNavigationButton.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts +4 -0
- package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationPageButton.d.ts +3 -0
- package/dts/pagination/DefaultPaginationPageButton.d.ts.map +1 -0
- package/dts/pagination/Pagination.d.ts +82 -0
- package/dts/pagination/Pagination.d.ts.map +1 -0
- package/dts/pagination/__figma__/Pagination.figma.d.ts +2 -0
- package/dts/pagination/__figma__/Pagination.figma.d.ts.map +1 -0
- package/dts/pagination/__stories__/Pagination.stories.d.ts +5 -0
- package/dts/pagination/__stories__/Pagination.stories.d.ts.map +1 -0
- package/dts/pagination/__stories__/UsePagination.stories.d.ts +5 -0
- package/dts/pagination/__stories__/UsePagination.stories.d.ts.map +1 -0
- package/dts/pagination/__tests__/Pagination.test.d.ts +2 -0
- package/dts/pagination/__tests__/Pagination.test.d.ts.map +1 -0
- package/dts/pagination/__tests__/usePagination.test.d.ts +2 -0
- package/dts/pagination/__tests__/usePagination.test.d.ts.map +1 -0
- package/dts/pagination/usePagination.d.ts +41 -0
- package/dts/pagination/usePagination.d.ts.map +1 -0
- package/dts/section-header/SectionHeader.d.ts +20 -0
- package/dts/section-header/SectionHeader.d.ts.map +1 -0
- package/dts/section-header/__figma__/SectionHeader.figma.d.ts +2 -0
- package/dts/section-header/__figma__/SectionHeader.figma.d.ts.map +1 -0
- package/dts/section-header/__stories__/SectionHeader.stories.d.ts +9 -0
- package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +1 -0
- package/dts/section-header/__tests__/SectionHeader.test.d.ts +2 -0
- package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperIconVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperIconVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperLabelVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperLabelVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperProgressVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperProgressVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperStepHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperStepHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperStepVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperStepVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts.map +1 -0
- package/dts/stepper/Stepper.d.ts +228 -0
- package/dts/stepper/Stepper.d.ts.map +1 -0
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +17 -0
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +1 -0
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts +16 -0
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +1 -0
- package/dts/stepper/index.d.ts +12 -0
- package/dts/stepper/index.d.ts.map +1 -0
- package/dts/styles/booleanStyles.d.ts +18 -0
- package/dts/styles/booleanStyles.d.ts.map +1 -0
- package/dts/styles/config.d.ts +106 -0
- package/dts/styles/config.d.ts.map +1 -0
- package/dts/styles/defaultFont.d.ts +2 -0
- package/dts/styles/defaultFont.d.ts.map +1 -0
- package/dts/styles/global.d.ts +2 -0
- package/dts/styles/global.d.ts.map +1 -0
- package/dts/styles/media.d.ts +23 -0
- package/dts/styles/media.d.ts.map +1 -0
- package/dts/styles/responsive/base.d.ts +175 -0
- package/dts/styles/responsive/base.d.ts.map +1 -0
- package/dts/styles/responsive/desktop.d.ts +223 -0
- package/dts/styles/responsive/desktop.d.ts.map +1 -0
- package/dts/styles/responsive/phone.d.ts +223 -0
- package/dts/styles/responsive/phone.d.ts.map +1 -0
- package/dts/styles/responsive/tablet.d.ts +223 -0
- package/dts/styles/responsive/tablet.d.ts.map +1 -0
- package/dts/styles/styleProps.d.ts +148 -0
- package/dts/styles/styleProps.d.ts.map +1 -0
- package/dts/system/BrowserOnly.d.ts +10 -0
- package/dts/system/BrowserOnly.d.ts.map +1 -0
- package/dts/system/ButtonOrLink.d.ts +13 -0
- package/dts/system/ButtonOrLink.d.ts.map +1 -0
- package/dts/system/EventHandlerProvider.d.ts +8 -0
- package/dts/system/EventHandlerProvider.d.ts.map +1 -0
- package/dts/system/FramerMotionProvider.d.ts +6 -0
- package/dts/system/FramerMotionProvider.d.ts.map +1 -0
- package/dts/system/Interactable.d.ts +98 -0
- package/dts/system/Interactable.d.ts.map +1 -0
- package/dts/system/MediaQueryProvider.d.ts +45 -0
- package/dts/system/MediaQueryProvider.d.ts.map +1 -0
- package/dts/system/Pressable.d.ts +16 -0
- package/dts/system/Pressable.d.ts.map +1 -0
- package/dts/system/PressableOpacity.d.ts +14 -0
- package/dts/system/PressableOpacity.d.ts.map +1 -0
- package/dts/system/ThemeProvider.d.ts +29 -0
- package/dts/system/ThemeProvider.d.ts.map +1 -0
- package/dts/system/__stories__/Interactable.stories.d.ts +8 -0
- package/dts/system/__stories__/Interactable.stories.d.ts.map +1 -0
- package/dts/system/__stories__/Patterns.stories.d.ts +10 -0
- package/dts/system/__stories__/Patterns.stories.d.ts.map +1 -0
- package/dts/system/__stories__/Pressable.stories.d.ts +10 -0
- package/dts/system/__stories__/Pressable.stories.d.ts.map +1 -0
- package/dts/system/__stories__/ThemeProvider.stories.d.ts +22 -0
- package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +1 -0
- package/dts/system/__tests__/BrowserOnly.test.d.ts +2 -0
- package/dts/system/__tests__/BrowserOnly.test.d.ts.map +1 -0
- package/dts/system/__tests__/MediaQueryProvider.test.d.ts +2 -0
- package/dts/system/__tests__/MediaQueryProvider.test.d.ts.map +1 -0
- package/dts/system/__tests__/ThemeProvider.test.d.ts +2 -0
- package/dts/system/__tests__/ThemeProvider.test.d.ts.map +1 -0
- package/dts/system/index.d.ts +7 -0
- package/dts/system/index.d.ts.map +1 -0
- package/dts/system/interactableCSSProperties.d.ts +12 -0
- package/dts/system/interactableCSSProperties.d.ts.map +1 -0
- package/dts/system/reakit-utils.d.ts +18 -0
- package/dts/system/reakit-utils.d.ts.map +1 -0
- package/dts/tables/Table.d.ts +87 -0
- package/dts/tables/Table.d.ts.map +1 -0
- package/dts/tables/TableBody.d.ts +5 -0
- package/dts/tables/TableBody.d.ts.map +1 -0
- package/dts/tables/TableCaption.d.ts +46 -0
- package/dts/tables/TableCaption.d.ts.map +1 -0
- package/dts/tables/TableCell.d.ts +125 -0
- package/dts/tables/TableCell.d.ts.map +1 -0
- package/dts/tables/TableCellFallback.d.ts +17 -0
- package/dts/tables/TableCellFallback.d.ts.map +1 -0
- package/dts/tables/TableCellSortIcon.d.ts +6 -0
- package/dts/tables/TableCellSortIcon.d.ts.map +1 -0
- package/dts/tables/TableFooter.d.ts +5 -0
- package/dts/tables/TableFooter.d.ts.map +1 -0
- package/dts/tables/TableHeader.d.ts +13 -0
- package/dts/tables/TableHeader.d.ts.map +1 -0
- package/dts/tables/TableRow.d.ts +53 -0
- package/dts/tables/TableRow.d.ts.map +1 -0
- package/dts/tables/TableSection.d.ts +14 -0
- package/dts/tables/TableSection.d.ts.map +1 -0
- package/dts/tables/__figma__/TableCell.figma.d.ts +2 -0
- package/dts/tables/__figma__/TableCell.figma.d.ts.map +1 -0
- package/dts/tables/__mocks__/assetHub.mock.d.ts +242 -0
- package/dts/tables/__mocks__/assetHub.mock.d.ts.map +1 -0
- package/dts/tables/__mocks__/index.d.ts +3 -0
- package/dts/tables/__mocks__/index.d.ts.map +1 -0
- package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts +1839 -0
- package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts.map +1 -0
- package/dts/tables/__stories__/Table.stories.d.ts +8 -0
- package/dts/tables/__stories__/Table.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableCaption.stories.d.ts +5 -0
- package/dts/tables/__stories__/TableCaption.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableCell.stories.d.ts +9 -0
- package/dts/tables/__stories__/TableCell.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableCellFallback.stories.d.ts +5 -0
- package/dts/tables/__stories__/TableCellFallback.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableInteractive.stories.d.ts +9 -0
- package/dts/tables/__stories__/TableInteractive.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableRow.stories.d.ts +5 -0
- package/dts/tables/__stories__/TableRow.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableSection.stories.d.ts +7 -0
- package/dts/tables/__stories__/TableSection.stories.d.ts.map +1 -0
- package/dts/tables/__tests__/Table.test.d.ts +2 -0
- package/dts/tables/__tests__/Table.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCaption.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCaption.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCell.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCell.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCellFallback.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCellFallback.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCellSortIcon.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCellSortIcon.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableFooter.test.d.ts +2 -0
- package/dts/tables/__tests__/TableFooter.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableHeader.test.d.ts +2 -0
- package/dts/tables/__tests__/TableHeader.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableRow.test.d.ts +2 -0
- package/dts/tables/__tests__/TableRow.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableSection.test.d.ts +2 -0
- package/dts/tables/__tests__/TableSection.test.d.ts.map +1 -0
- package/dts/tables/context/TableContext.d.ts +4 -0
- package/dts/tables/context/TableContext.d.ts.map +1 -0
- package/dts/tables/context/TableSectionContext.d.ts +6 -0
- package/dts/tables/context/TableSectionContext.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useTable.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useTable.test.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts.map +1 -0
- package/dts/tables/hooks/useSortableCell.d.ts +13 -0
- package/dts/tables/hooks/useSortableCell.d.ts.map +1 -0
- package/dts/tables/hooks/useTable.d.ts +27 -0
- package/dts/tables/hooks/useTable.d.ts.map +1 -0
- package/dts/tables/hooks/useTableRowListener.d.ts +4 -0
- package/dts/tables/hooks/useTableRowListener.d.ts.map +1 -0
- package/dts/tables/hooks/useTableVariant.d.ts +2 -0
- package/dts/tables/hooks/useTableVariant.d.ts.map +1 -0
- package/dts/tables/index.d.ts +9 -0
- package/dts/tables/index.d.ts.map +1 -0
- package/dts/tabs/Paddle.d.ts +24 -0
- package/dts/tabs/Paddle.d.ts.map +1 -0
- package/dts/tabs/SegmentedTab.d.ts +38 -0
- package/dts/tabs/SegmentedTab.d.ts.map +1 -0
- package/dts/tabs/SegmentedTabs.d.ts +9 -0
- package/dts/tabs/SegmentedTabs.d.ts.map +1 -0
- package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +4 -0
- package/dts/tabs/SegmentedTabsActiveIndicator.d.ts.map +1 -0
- package/dts/tabs/TabIndicator.d.ts +24 -0
- package/dts/tabs/TabIndicator.d.ts.map +1 -0
- package/dts/tabs/TabLabel.d.ts +18 -0
- package/dts/tabs/TabLabel.d.ts.map +1 -0
- package/dts/tabs/TabNavigation.d.ts +81 -0
- package/dts/tabs/TabNavigation.d.ts.map +1 -0
- package/dts/tabs/Tabs.d.ts +38 -0
- package/dts/tabs/Tabs.d.ts.map +1 -0
- package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +2 -0
- package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts.map +1 -0
- package/dts/tabs/__figma__/TabNavigation.figma.d.ts +2 -0
- package/dts/tabs/__figma__/TabNavigation.figma.d.ts.map +1 -0
- package/dts/tabs/__stories__/MockTabPanel.d.ts +6 -0
- package/dts/tabs/__stories__/MockTabPanel.d.ts.map +1 -0
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +27 -0
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts +5 -0
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabLabel.stories.d.ts +5 -0
- package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts +13 -0
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts +9 -0
- package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts.map +1 -0
- package/dts/tabs/__tests__/SegmentedTab.test.d.ts +2 -0
- package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +1 -0
- package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +2 -0
- package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +1 -0
- package/dts/tabs/__tests__/TabIndicator.test.d.ts +2 -0
- package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +1 -0
- package/dts/tabs/__tests__/TabNavigation.test.d.ts +2 -0
- package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +1 -0
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +3726 -0
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts.map +1 -0
- package/dts/tabs/index.d.ts +8 -0
- package/dts/tabs/index.d.ts.map +1 -0
- package/dts/tag/Tag.d.ts +28 -0
- package/dts/tag/Tag.d.ts.map +1 -0
- package/dts/tag/__figma__/Tag.figma.d.ts +2 -0
- package/dts/tag/__figma__/Tag.figma.d.ts.map +1 -0
- package/dts/tag/__stories__/Tag.stories.d.ts +12 -0
- package/dts/tag/__stories__/Tag.stories.d.ts.map +1 -0
- package/dts/tag/__tests__/Tag.test.d.ts +2 -0
- package/dts/tag/__tests__/Tag.test.d.ts.map +1 -0
- package/dts/themes/coinbaseDenseTheme.d.ts +540 -0
- package/dts/themes/coinbaseDenseTheme.d.ts.map +1 -0
- package/dts/themes/coinbaseHighContrastTheme.d.ts +539 -0
- package/dts/themes/coinbaseHighContrastTheme.d.ts.map +1 -0
- package/dts/themes/coinbaseTheme.d.ts +539 -0
- package/dts/themes/coinbaseTheme.d.ts.map +1 -0
- package/dts/themes/defaultHighContrastTheme.d.ts +539 -0
- package/dts/themes/defaultHighContrastTheme.d.ts.map +1 -0
- package/dts/themes/defaultTheme.d.ts +539 -0
- package/dts/themes/defaultTheme.d.ts.map +1 -0
- package/dts/tour/DefaultTourMask.d.ts +4 -0
- package/dts/tour/DefaultTourMask.d.ts.map +1 -0
- package/dts/tour/DefaultTourStepArrow.d.ts +4 -0
- package/dts/tour/DefaultTourStepArrow.d.ts.map +1 -0
- package/dts/tour/Tour.d.ts +76 -0
- package/dts/tour/Tour.d.ts.map +1 -0
- package/dts/tour/TourStep.d.ts +14 -0
- package/dts/tour/TourStep.d.ts.map +1 -0
- package/dts/tour/__stories__/Tour.stories.d.ts +12 -0
- package/dts/tour/__stories__/Tour.stories.d.ts.map +1 -0
- package/dts/tour/__tests__/Tour.test.d.ts +2 -0
- package/dts/tour/__tests__/Tour.test.d.ts.map +1 -0
- package/dts/tour/index.d.ts +5 -0
- package/dts/tour/index.d.ts.map +1 -0
- package/dts/types.d.ts +2 -0
- package/dts/types.d.ts.map +1 -0
- package/dts/typography/Link.d.ts +28 -0
- package/dts/typography/Link.d.ts.map +1 -0
- package/dts/typography/Text.d.ts +51 -0
- package/dts/typography/Text.d.ts.map +1 -0
- package/dts/typography/TextBody.d.ts +11 -0
- package/dts/typography/TextBody.d.ts.map +1 -0
- package/dts/typography/TextCaption.d.ts +11 -0
- package/dts/typography/TextCaption.d.ts.map +1 -0
- package/dts/typography/TextDisplay1.d.ts +11 -0
- package/dts/typography/TextDisplay1.d.ts.map +1 -0
- package/dts/typography/TextDisplay2.d.ts +11 -0
- package/dts/typography/TextDisplay2.d.ts.map +1 -0
- package/dts/typography/TextDisplay3.d.ts +11 -0
- package/dts/typography/TextDisplay3.d.ts.map +1 -0
- package/dts/typography/TextHeadline.d.ts +11 -0
- package/dts/typography/TextHeadline.d.ts.map +1 -0
- package/dts/typography/TextInherited.d.ts +11 -0
- package/dts/typography/TextInherited.d.ts.map +1 -0
- package/dts/typography/TextLabel1.d.ts +11 -0
- package/dts/typography/TextLabel1.d.ts.map +1 -0
- package/dts/typography/TextLabel2.d.ts +11 -0
- package/dts/typography/TextLabel2.d.ts.map +1 -0
- package/dts/typography/TextLegal.d.ts +11 -0
- package/dts/typography/TextLegal.d.ts.map +1 -0
- package/dts/typography/TextTitle1.d.ts +11 -0
- package/dts/typography/TextTitle1.d.ts.map +1 -0
- package/dts/typography/TextTitle2.d.ts +11 -0
- package/dts/typography/TextTitle2.d.ts.map +1 -0
- package/dts/typography/TextTitle3.d.ts +11 -0
- package/dts/typography/TextTitle3.d.ts.map +1 -0
- package/dts/typography/TextTitle4.d.ts +11 -0
- package/dts/typography/TextTitle4.d.ts.map +1 -0
- package/dts/typography/__figma__/Link.figma.d.ts +2 -0
- package/dts/typography/__figma__/Link.figma.d.ts.map +1 -0
- package/dts/typography/__stories__/Link.stories.d.ts +20 -0
- package/dts/typography/__stories__/Link.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/Text.stories.d.ts +33 -0
- package/dts/typography/__stories__/Text.stories.d.ts.map +1 -0
- package/dts/typography/__tests__/Link.perf-test.d.ts +2 -0
- package/dts/typography/__tests__/Link.perf-test.d.ts.map +1 -0
- package/dts/typography/__tests__/Link.test.d.ts +2 -0
- package/dts/typography/__tests__/Link.test.d.ts.map +1 -0
- package/dts/typography/__tests__/Text.test.d.ts +2 -0
- package/dts/typography/__tests__/Text.test.d.ts.map +1 -0
- package/dts/typography/index.d.ts +17 -0
- package/dts/typography/index.d.ts.map +1 -0
- package/dts/utils/__tests__/browser.test.d.ts +2 -0
- package/dts/utils/__tests__/browser.test.d.ts.map +1 -0
- package/dts/utils/__tests__/eventHandler.test.d.ts +2 -0
- package/dts/utils/__tests__/eventHandler.test.d.ts.map +1 -0
- package/dts/utils/__tests__/eventHandlers.test.d.ts +2 -0
- package/dts/utils/__tests__/eventHandlers.test.d.ts.map +1 -0
- package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +2 -0
- package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +1 -0
- package/dts/utils/__tests__/isRtl.test.d.ts +2 -0
- package/dts/utils/__tests__/isRtl.test.d.ts.map +1 -0
- package/dts/utils/__tests__/mediaQueryListener.test.d.ts +2 -0
- package/dts/utils/__tests__/mediaQueryListener.test.d.ts.map +1 -0
- package/dts/utils/browser.d.ts +19 -0
- package/dts/utils/browser.d.ts.map +1 -0
- package/dts/utils/eventHandlers.d.ts +2 -0
- package/dts/utils/eventHandlers.d.ts.map +1 -0
- package/dts/utils/flattenAndJoinNodes.d.ts +10 -0
- package/dts/utils/flattenAndJoinNodes.d.ts.map +1 -0
- package/dts/utils/isRtl.d.ts +2 -0
- package/dts/utils/isRtl.d.ts.map +1 -0
- package/dts/utils/mediaQueryListener.d.ts +5 -0
- package/dts/utils/mediaQueryListener.d.ts.map +1 -0
- package/dts/utils/storybook.d.ts +6 -0
- package/dts/utils/storybook.d.ts.map +1 -0
- package/dts/utils/test.d.ts +13 -0
- package/dts/utils/test.d.ts.map +1 -0
- package/dts/visualizations/Counter.d.ts +13 -0
- package/dts/visualizations/Counter.d.ts.map +1 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts +4 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts.map +1 -0
- package/dts/visualizations/ProgressBar.d.ts +128 -0
- package/dts/visualizations/ProgressBar.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +83 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +58 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts.map +1 -0
- package/dts/visualizations/ProgressCircle.d.ts +165 -0
- package/dts/visualizations/ProgressCircle.d.ts.map +1 -0
- package/dts/visualizations/ProgressContainerWithButtons.d.ts +3 -0
- package/dts/visualizations/ProgressContainerWithButtons.d.ts.map +1 -0
- package/dts/visualizations/ProgressTextLabel.d.ts +18 -0
- package/dts/visualizations/ProgressTextLabel.d.ts.map +1 -0
- package/dts/visualizations/VisualizationContainer.d.ts +16 -0
- package/dts/visualizations/VisualizationContainer.d.ts.map +1 -0
- package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +2 -0
- package/dts/visualizations/__figma__/ProgressBar.figma.d.ts.map +1 -0
- package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +2 -0
- package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts.map +1 -0
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +158 -0
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +1 -0
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +65 -0
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +1 -0
- package/dts/visualizations/__tests__/ProgressBar.test.d.ts +2 -0
- package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +1 -0
- package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +2 -0
- package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +1 -0
- package/dts/visualizations/getProgressBarLabelParts.d.ts +12 -0
- package/dts/visualizations/getProgressBarLabelParts.d.ts.map +1 -0
- package/dts/visualizations/index.d.ts +8 -0
- package/dts/visualizations/index.d.ts.map +1 -0
- package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.css +1 -0
- package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.js +46 -0
- package/esm/accordion/Accordion.js +35 -0
- package/esm/accordion/AccordionHeader.css +3 -0
- package/esm/accordion/AccordionHeader.js +125 -0
- package/esm/accordion/AccordionItem.js +53 -0
- package/esm/accordion/AccordionPanel.js +36 -0
- package/esm/accordion/__figma__/Accordion.figma.js +47 -0
- package/esm/accordion/index.js +2 -0
- package/esm/accordion/utils.js +2 -0
- package/esm/animation/Lottie.css +1 -0
- package/esm/animation/Lottie.js +83 -0
- package/esm/animation/LottieStatusAnimation.js +41 -0
- package/esm/animation/NewAnimatePresence.js +5 -0
- package/esm/animation/convertMotionConfig.js +35 -0
- package/esm/animation/index.js +2 -0
- package/esm/animation/types.js +1 -0
- package/esm/animation/useLottieHandlers.js +15 -0
- package/esm/animation/useLottieListeners.js +24 -0
- package/esm/animation/useLottieLoader.js +94 -0
- package/esm/banner/Banner.css +1 -0
- package/esm/banner/Banner.js +226 -0
- package/esm/buttons/AvatarButton.css +1 -0
- package/esm/buttons/AvatarButton.js +55 -0
- package/esm/buttons/Button.css +13 -0
- package/esm/buttons/Button.js +136 -0
- package/esm/buttons/ButtonGroup.css +3 -0
- package/esm/buttons/ButtonGroup.js +34 -0
- package/esm/buttons/IconButton.css +4 -0
- package/esm/buttons/IconButton.js +94 -0
- package/esm/buttons/IconCounterButton.js +50 -0
- package/esm/buttons/Tile.css +2 -0
- package/esm/buttons/Tile.js +56 -0
- package/esm/buttons/TileButton.js +58 -0
- package/esm/buttons/__figma__/AvatarButton.figma.js +30 -0
- package/esm/buttons/__figma__/Button.figma.js +63 -0
- package/esm/buttons/__figma__/ButtonGroup.figma.js +54 -0
- package/esm/buttons/__figma__/IconButton.figma.js +35 -0
- package/esm/buttons/__figma__/TileButton.figma.js +29 -0
- package/esm/buttons/index.js +6 -0
- package/esm/cards/AnnouncementCard.js +45 -0
- package/esm/cards/Card.js +97 -0
- package/esm/cards/CardBody.js +162 -0
- package/esm/cards/CardFooter.js +28 -0
- package/esm/cards/CardGroup.js +30 -0
- package/esm/cards/CardHeader.js +43 -0
- package/esm/cards/CardMedia.js +55 -0
- package/esm/cards/CardRemoteImage.js +26 -0
- package/esm/cards/ContainedAssetCard.css +2 -0
- package/esm/cards/ContainedAssetCard.js +96 -0
- package/esm/cards/ContentCard/ContentCard.js +38 -0
- package/esm/cards/ContentCard/ContentCardBody.js +59 -0
- package/esm/cards/ContentCard/ContentCardFooter.js +29 -0
- package/esm/cards/ContentCard/ContentCardHeader.js +57 -0
- package/esm/cards/ContentCard/__figma__/ContentCard.figma.js +37 -0
- package/esm/cards/ContentCard/__figma__/ContentCardBody.figma.js +55 -0
- package/esm/cards/ContentCard/__figma__/ContentCardFooter.figma.js +150 -0
- package/esm/cards/ContentCard/__figma__/ContentCardHeader.figma.js +29 -0
- package/esm/cards/ContentCard/index.js +4 -0
- package/esm/cards/DataCard.js +72 -0
- package/esm/cards/FeatureEntryCard.js +42 -0
- package/esm/cards/FeedCard.js +104 -0
- package/esm/cards/FloatingAssetCard.css +2 -0
- package/esm/cards/FloatingAssetCard.js +76 -0
- package/esm/cards/LikeButton.js +62 -0
- package/esm/cards/NudgeCard.css +2 -0
- package/esm/cards/NudgeCard.js +162 -0
- package/esm/cards/UpsellCard.js +99 -0
- package/esm/cards/__figma__/AnnouncementCard.figma.js +19 -0
- package/esm/cards/__figma__/ContainedAssetCard.figma.js +45 -0
- package/esm/cards/__figma__/FloatingAssetCard.figma.js +36 -0
- package/esm/cards/__figma__/NudgeCard.figma.js +60 -0
- package/esm/cards/__figma__/UpsellCard.figma.js +57 -0
- package/esm/cards/index.js +17 -0
- package/esm/carousel/Carousel.css +1 -0
- package/esm/carousel/Carousel.js +424 -0
- package/esm/carousel/CarouselItem.js +52 -0
- package/esm/carousel/DefaultCarouselNavigation.css +1 -0
- package/esm/carousel/DefaultCarouselNavigation.js +60 -0
- package/esm/carousel/DefaultCarouselPagination.css +2 -0
- package/esm/carousel/DefaultCarouselPagination.js +119 -0
- package/esm/carousel/index.js +4 -0
- package/esm/cells/Cell.css +4 -0
- package/esm/cells/Cell.js +201 -0
- package/esm/cells/CellAccessory.js +50 -0
- package/esm/cells/CellDetail.js +34 -0
- package/esm/cells/CellHelperText.js +40 -0
- package/esm/cells/CellMedia.js +54 -0
- package/esm/cells/ContentCell.css +2 -0
- package/esm/cells/ContentCell.js +111 -0
- package/esm/cells/ContentCellFallback.js +69 -0
- package/esm/cells/ListCell.css +1 -0
- package/esm/cells/ListCell.js +102 -0
- package/esm/cells/ListCellFallback.js +127 -0
- package/esm/cells/MediaFallback.js +24 -0
- package/esm/cells/__figma__/ContentCell.figma.js +40 -0
- package/esm/cells/__figma__/ListCell.figma.js +79 -0
- package/esm/cells/index.js +6 -0
- package/esm/chips/Chip.css +2 -0
- package/esm/chips/Chip.js +79 -0
- package/esm/chips/ChipProps.js +1 -0
- package/esm/chips/InputChip.js +33 -0
- package/esm/chips/SelectChip.js +94 -0
- package/esm/chips/TabbedChips.css +1 -0
- package/esm/chips/TabbedChips.js +156 -0
- package/esm/chips/__figma__/InputChip.figma.js +29 -0
- package/esm/chips/__figma__/SelectChip.figma.js +47 -0
- package/esm/chips/__figma__/TabbedChips.figma.js +55 -0
- package/esm/chips/index.js +5 -0
- package/esm/coachmark/Coachmark.js +73 -0
- package/esm/coachmark/__figma__/Coachmark.figma.js +49 -0
- package/esm/collapsible/Collapsible.js +99 -0
- package/esm/collapsible/index.js +1 -0
- package/esm/collapsible/useCollapsibleMotionProps.js +34 -0
- package/esm/controls/Checkbox.css +1 -0
- package/esm/controls/Checkbox.js +84 -0
- package/esm/controls/CheckboxCell.css +1 -0
- package/esm/controls/CheckboxCell.js +120 -0
- package/esm/controls/CheckboxGroup.css +1 -0
- package/esm/controls/CheckboxGroup.js +112 -0
- package/esm/controls/Control.css +3 -0
- package/esm/controls/Control.js +118 -0
- package/esm/controls/ControlGroup.css +1 -0
- package/esm/controls/ControlGroup.js +72 -0
- package/esm/controls/HelperText.css +1 -0
- package/esm/controls/HelperText.js +49 -0
- package/esm/controls/InputIcon.js +41 -0
- package/esm/controls/InputIconButton.js +41 -0
- package/esm/controls/InputLabel.js +26 -0
- package/esm/controls/InputStack.css +3 -0
- package/esm/controls/InputStack.js +137 -0
- package/esm/controls/NativeInput.css +3 -0
- package/esm/controls/NativeInput.js +56 -0
- package/esm/controls/NativeTextArea.css +2 -0
- package/esm/controls/NativeTextArea.js +46 -0
- package/esm/controls/Radio.css +1 -0
- package/esm/controls/Radio.js +84 -0
- package/esm/controls/RadioCell.css +1 -0
- package/esm/controls/RadioCell.js +118 -0
- package/esm/controls/RadioGroup.js +85 -0
- package/esm/controls/SearchInput.css +2 -0
- package/esm/controls/SearchInput.js +90 -0
- package/esm/controls/SegmentedControl.css +6 -0
- package/esm/controls/SegmentedControl.js +109 -0
- package/esm/controls/Select.js +94 -0
- package/esm/controls/SelectOption.css +5 -0
- package/esm/controls/SelectOption.js +106 -0
- package/esm/controls/SelectStack.js +64 -0
- package/esm/controls/SelectTrigger.css +1 -0
- package/esm/controls/SelectTrigger.js +133 -0
- package/esm/controls/Switch.css +2 -0
- package/esm/controls/Switch.js +88 -0
- package/esm/controls/TextInput.css +3 -0
- package/esm/controls/TextInput.js +206 -0
- package/esm/controls/__figma__/Checkbox.figma.js +32 -0
- package/esm/controls/__figma__/CheckboxCell.figma.js +43 -0
- package/esm/controls/__figma__/CheckboxGroup.figma.js +27 -0
- package/esm/controls/__figma__/NativeTextArea.figma.js +30 -0
- package/esm/controls/__figma__/RadioCell.figma.js +43 -0
- package/esm/controls/__figma__/RadioGroup.figma.js +47 -0
- package/esm/controls/__figma__/SearchInput.figma.js +44 -0
- package/esm/controls/__figma__/Select.figma.js +47 -0
- package/esm/controls/__figma__/SelectOption.figma.js +38 -0
- package/esm/controls/__figma__/Switch.figma.js +20 -0
- package/esm/controls/__figma__/TextInput.figma.js +130 -0
- package/esm/controls/context.js +3 -0
- package/esm/controls/index.js +15 -0
- package/esm/controls/selectContext.js +9 -0
- package/esm/controls/useHandleRadioSelect.js +6 -0
- package/esm/controls/useRefocusTrigger.js +19 -0
- package/esm/controls/useSelectionCellControlHeight.js +35 -0
- package/esm/core/createThemeCssVars.js +33 -0
- package/esm/core/polymorphism.js +6 -0
- package/esm/core/theme.js +26 -0
- package/esm/cx.js +49 -0
- package/esm/dates/Calendar.css +1 -0
- package/esm/dates/Calendar.js +271 -0
- package/esm/dates/DateInput.js +108 -0
- package/esm/dates/DatePicker.js +188 -0
- package/esm/dates/__figma__/DatePicker.figma.js +46 -0
- package/esm/defaultFontStyles.js +1 -0
- package/esm/dots/DotCount.css +2 -0
- package/esm/dots/DotCount.js +84 -0
- package/esm/dots/DotStatusColor.css +1 -0
- package/esm/dots/DotStatusColor.js +60 -0
- package/esm/dots/DotSymbol.css +3 -0
- package/esm/dots/DotSymbol.js +86 -0
- package/esm/dots/__figma__/DotCount.figma.js +19 -0
- package/esm/dots/__figma__/DotStatusColor.figma.js +27 -0
- package/esm/dots/__figma__/DotSymbol.figma.js +49 -0
- package/esm/dots/dotStyles.js +31 -0
- package/esm/dots/index.js +3 -0
- package/esm/dropdown/Dropdown.js +213 -0
- package/esm/dropdown/DropdownContent.js +51 -0
- package/esm/dropdown/DropdownProps.js +1 -0
- package/esm/dropdown/MenuItem.css +1 -0
- package/esm/dropdown/MenuItem.js +51 -0
- package/esm/dropdown/__figma__/Dropdown.figma.js +20 -0
- package/esm/dropdown/index.js +3 -0
- package/esm/dropdown/useResponsiveHeight.js +74 -0
- package/esm/globalStyles.js +1 -0
- package/esm/hooks/useA11yControlledVisibility.js +27 -0
- package/esm/hooks/useA11yLabels.js +51 -0
- package/esm/hooks/useBreakpoints.js +79 -0
- package/esm/hooks/useCellSpacing.js +31 -0
- package/esm/hooks/useCheckboxGroupState.js +43 -0
- package/esm/hooks/useDimensions.js +169 -0
- package/esm/hooks/useEventHandler.js +6 -0
- package/esm/hooks/useHasMounted.js +8 -0
- package/esm/hooks/useIsBrowser.js +8 -0
- package/esm/hooks/useIsoEffect.js +3 -0
- package/esm/hooks/useMediaQuery.js +20 -0
- package/esm/hooks/useScrollBlocker.js +32 -0
- package/esm/hooks/useTheme.js +9 -0
- package/esm/hooks/useThemeContext.js +13 -0
- package/esm/icons/Icon.css +5 -0
- package/esm/icons/Icon.js +83 -0
- package/esm/icons/LogoMark.css +2 -0
- package/esm/icons/LogoMark.js +43 -0
- package/esm/icons/LogoWordmark.css +2 -0
- package/esm/icons/LogoWordmark.js +39 -0
- package/esm/icons/SubBrandLogoMark.css +2 -0
- package/esm/icons/SubBrandLogoMark.js +49 -0
- package/esm/icons/SubBrandLogoWordmark.css +2 -0
- package/esm/icons/SubBrandLogoWordmark.js +52 -0
- package/esm/icons/__figma__/Icon.figma.js +3000 -0
- package/esm/icons/__figma__/LogoMark.figma.js +23 -0
- package/esm/icons/__figma__/LogoWordmark.figma.js +35 -0
- package/esm/icons/__figma__/SubBrandLogoMark.figma.js +51 -0
- package/esm/icons/__figma__/SubBrandLogoWordmark.figma.js +52 -0
- package/esm/icons/index.js +5 -0
- package/esm/illustrations/HeroSquare.js +3 -0
- package/esm/illustrations/Pictogram.js +3 -0
- package/esm/illustrations/SpotIcon.js +3 -0
- package/esm/illustrations/SpotRectangle.js +3 -0
- package/esm/illustrations/SpotSquare.js +3 -0
- package/esm/illustrations/__figma__/HeroSquare.figma.js +2103 -0
- package/esm/illustrations/__figma__/Pictogram.figma.js +1773 -0
- package/esm/illustrations/__figma__/SpotIcon.figma.js +339 -0
- package/esm/illustrations/__figma__/SpotRectangle.figma.js +1101 -0
- package/esm/illustrations/__figma__/SpotSquare.figma.js +1191 -0
- package/esm/illustrations/createIllustration.js +53 -0
- package/esm/illustrations/index.js +5 -0
- package/esm/index.js +6 -0
- package/esm/layout/Box.js +239 -0
- package/esm/layout/Divider.css +2 -0
- package/esm/layout/Divider.js +39 -0
- package/esm/layout/Fallback.css +1 -0
- package/esm/layout/Fallback.js +83 -0
- package/esm/layout/Grid.js +40 -0
- package/esm/layout/GridColumn.js +32 -0
- package/esm/layout/Group.js +68 -0
- package/esm/layout/HStack.js +26 -0
- package/esm/layout/Spacer.js +45 -0
- package/esm/layout/VStack.js +26 -0
- package/esm/layout/__figma__/Divider.figma.js +31 -0
- package/esm/layout/__figma__/Fallback.figma.js +25 -0
- package/esm/layout/index.js +9 -0
- package/esm/loaders/CircularProgress.js +51 -0
- package/esm/loaders/MaterialSpinner.css +1 -0
- package/esm/loaders/MaterialSpinner.js +68 -0
- package/esm/loaders/Spinner.css +2 -0
- package/esm/loaders/Spinner.js +45 -0
- package/esm/loaders/index.js +1 -0
- package/esm/media/Avatar.css +5 -0
- package/esm/media/Avatar.js +130 -0
- package/esm/media/Hexagon.css +1 -0
- package/esm/media/Hexagon.js +158 -0
- package/esm/media/RemoteImage.css +10 -0
- package/esm/media/RemoteImage.js +63 -0
- package/esm/media/RemoteImageGroup.css +5 -0
- package/esm/media/RemoteImageGroup.js +93 -0
- package/esm/media/__figma__/Avatar.figma.js +61 -0
- package/esm/media/index.js +3 -0
- package/esm/motion/AnimatedCaret.js +72 -0
- package/esm/motion/ColorSurge.js +46 -0
- package/esm/motion/Pulse.js +60 -0
- package/esm/motion/Shake.js +31 -0
- package/esm/motion/types.js +1 -0
- package/esm/motion/useMotionProps.js +46 -0
- package/esm/motion/utils.js +80 -0
- package/esm/multi-content-module/MultiContentModule.js +81 -0
- package/esm/multi-content-module/__figma__/MultiContentModule.figma.js +39 -0
- package/esm/navigation/NavLink.css +1 -0
- package/esm/navigation/NavLink.js +29 -0
- package/esm/navigation/NavigationBar.js +73 -0
- package/esm/navigation/NavigationTitle.js +24 -0
- package/esm/navigation/NavigationTitleSelect.js +81 -0
- package/esm/navigation/Sidebar.css +3 -0
- package/esm/navigation/Sidebar.js +122 -0
- package/esm/navigation/SidebarContext.js +10 -0
- package/esm/navigation/SidebarItem.css +1 -0
- package/esm/navigation/SidebarItem.js +87 -0
- package/esm/navigation/SidebarMoreMenu.js +85 -0
- package/esm/navigation/__figma__/NavLink.figma.js +58 -0
- package/esm/navigation/__figma__/NavigationBar.figma.js +284 -0
- package/esm/navigation/__figma__/NavigationTitle.figma.js +18 -0
- package/esm/navigation/__figma__/Sidebar.figma.js +40 -0
- package/esm/navigation/__figma__/SidebarItem.figma.js +25 -0
- package/esm/navigation/index.js +7 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.js +37 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.css +5 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.js +83 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberMask.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberMask.js +31 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.js +35 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.js +90 -0
- package/esm/numbers/RollingNumber/RollingNumber.css +3 -0
- package/esm/numbers/RollingNumber/RollingNumber.js +261 -0
- package/esm/numbers/RollingNumber/index.js +6 -0
- package/esm/numbers/RollingNumber/useColorPulse.js +35 -0
- package/esm/numbers/index.js +1 -0
- package/esm/overlays/Alert.js +146 -0
- package/esm/overlays/FocusTrap.js +201 -0
- package/esm/overlays/FullscreenAlert.css +3 -0
- package/esm/overlays/FullscreenAlert.js +96 -0
- package/esm/overlays/Portal.js +24 -0
- package/esm/overlays/PortalProvider.js +109 -0
- package/esm/overlays/Toast.css +2 -0
- package/esm/overlays/Toast.js +135 -0
- package/esm/overlays/__figma__/Alert.figma.js +37 -0
- package/esm/overlays/__figma__/Toast.figma.js +51 -0
- package/esm/overlays/index.js +17 -0
- package/esm/overlays/modal/FullscreenModal.css +5 -0
- package/esm/overlays/modal/FullscreenModal.js +103 -0
- package/esm/overlays/modal/FullscreenModalHeader.css +2 -0
- package/esm/overlays/modal/FullscreenModalHeader.js +74 -0
- package/esm/overlays/modal/FullscreenModalLayout.css +1 -0
- package/esm/overlays/modal/FullscreenModalLayout.js +74 -0
- package/esm/overlays/modal/Modal.css +3 -0
- package/esm/overlays/modal/Modal.js +134 -0
- package/esm/overlays/modal/ModalBody.js +38 -0
- package/esm/overlays/modal/ModalFooter.css +1 -0
- package/esm/overlays/modal/ModalFooter.js +46 -0
- package/esm/overlays/modal/ModalHeader.js +83 -0
- package/esm/overlays/modal/ModalWrapper.css +1 -0
- package/esm/overlays/modal/ModalWrapper.js +77 -0
- package/esm/overlays/modal/__figma__/FullscreenModal.figma.css +1 -0
- package/esm/overlays/modal/__figma__/FullscreenModal.figma.js +104 -0
- package/esm/overlays/modal/__figma__/Modal.figma.js +81 -0
- package/esm/overlays/overlay/Overlay.js +21 -0
- package/esm/overlays/overlay/OverlayContent.js +38 -0
- package/esm/overlays/popover/Popover.css +2 -0
- package/esm/overlays/popover/Popover.js +147 -0
- package/esm/overlays/popover/PopoverProps.js +1 -0
- package/esm/overlays/popover/usePopper.js +40 -0
- package/esm/overlays/tooltip/Tooltip.js +87 -0
- package/esm/overlays/tooltip/TooltipContent.css +1 -0
- package/esm/overlays/tooltip/TooltipContent.js +65 -0
- package/esm/overlays/tooltip/TooltipProps.js +1 -0
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +91 -0
- package/esm/overlays/tooltip/useTooltipState.js +27 -0
- package/esm/overlays/tray/Tray.js +208 -0
- package/esm/overlays/useModal.js +6 -0
- package/esm/overlays/usePortal.js +2 -0
- package/esm/overlays/useToast.js +44 -0
- package/esm/page/PageFooter.js +43 -0
- package/esm/page/PageHeader.css +2 -0
- package/esm/page/PageHeader.js +131 -0
- package/esm/page/__figma__/PageFooter.figma.js +17 -0
- package/esm/page/__figma__/PageHeader.figma.js +57 -0
- package/esm/pagination/DefaultPaginationEllipsis.js +16 -0
- package/esm/pagination/DefaultPaginationNavigationButton.js +30 -0
- package/esm/pagination/DefaultPaginationNavigationTextButton.js +35 -0
- package/esm/pagination/DefaultPaginationPageButton.css +1 -0
- package/esm/pagination/DefaultPaginationPageButton.js +41 -0
- package/esm/pagination/Pagination.js +141 -0
- package/esm/pagination/__figma__/Pagination.figma.js +22 -0
- package/esm/pagination/usePagination.js +122 -0
- package/esm/section-header/SectionHeader.js +70 -0
- package/esm/section-header/__figma__/SectionHeader.figma.js +58 -0
- package/esm/stepper/DefaultStepperHeaderHorizontal.js +87 -0
- package/esm/stepper/DefaultStepperIconVertical.js +51 -0
- package/esm/stepper/DefaultStepperLabelHorizontal.js +114 -0
- package/esm/stepper/DefaultStepperLabelVertical.js +72 -0
- package/esm/stepper/DefaultStepperProgressHorizontal.js +65 -0
- package/esm/stepper/DefaultStepperProgressVertical.js +111 -0
- package/esm/stepper/DefaultStepperStepHorizontal.js +173 -0
- package/esm/stepper/DefaultStepperStepVertical.js +179 -0
- package/esm/stepper/DefaultStepperSubstepContainerHorizontal.js +37 -0
- package/esm/stepper/DefaultStepperSubstepContainerVertical.js +35 -0
- package/esm/stepper/Stepper.js +238 -0
- package/esm/stepper/index.js +13 -0
- package/esm/styles/booleanStyles.css +12 -0
- package/esm/styles/booleanStyles.js +25 -0
- package/esm/styles/config.js +47 -0
- package/esm/styles/defaultFont.css +1 -0
- package/esm/styles/defaultFont.js +3 -0
- package/esm/styles/global.css +1 -0
- package/esm/styles/global.js +3 -0
- package/esm/styles/media.js +21 -0
- package/esm/styles/responsive/base.css +659 -0
- package/esm/styles/responsive/base.js +786 -0
- package/esm/styles/responsive/desktop.css +659 -0
- package/esm/styles/responsive/desktop.js +787 -0
- package/esm/styles/responsive/phone.css +659 -0
- package/esm/styles/responsive/phone.js +787 -0
- package/esm/styles/responsive/tablet.css +659 -0
- package/esm/styles/responsive/tablet.js +787 -0
- package/esm/styles/styleProps.js +187 -0
- package/esm/system/BrowserOnly.js +13 -0
- package/esm/system/ButtonOrLink.css +1 -0
- package/esm/system/ButtonOrLink.js +167 -0
- package/esm/system/EventHandlerProvider.js +7 -0
- package/esm/system/FramerMotionProvider.js +14 -0
- package/esm/system/Interactable.css +4 -0
- package/esm/system/Interactable.js +114 -0
- package/esm/system/MediaQueryProvider.js +164 -0
- package/esm/system/Pressable.css +3 -0
- package/esm/system/Pressable.js +148 -0
- package/esm/system/PressableOpacity.js +33 -0
- package/esm/system/ThemeProvider.js +87 -0
- package/esm/system/index.js +6 -0
- package/esm/system/interactableCSSProperties.js +14 -0
- package/esm/system/reakit-utils.js +151 -0
- package/esm/tables/Table.css +7 -0
- package/esm/tables/Table.js +76 -0
- package/esm/tables/TableBody.js +25 -0
- package/esm/tables/TableCaption.js +68 -0
- package/esm/tables/TableCell.css +5 -0
- package/esm/tables/TableCell.js +187 -0
- package/esm/tables/TableCellFallback.css +1 -0
- package/esm/tables/TableCellFallback.js +79 -0
- package/esm/tables/TableCellSortIcon.js +37 -0
- package/esm/tables/TableFooter.js +25 -0
- package/esm/tables/TableHeader.css +1 -0
- package/esm/tables/TableHeader.js +32 -0
- package/esm/tables/TableRow.css +2 -0
- package/esm/tables/TableRow.js +68 -0
- package/esm/tables/TableSection.js +41 -0
- package/esm/tables/__figma__/TableCell.figma.js +116 -0
- package/esm/tables/context/TableContext.js +5 -0
- package/esm/tables/context/TableSectionContext.js +2 -0
- package/esm/tables/hooks/useSortableCell.js +21 -0
- package/esm/tables/hooks/useTable.js +77 -0
- package/esm/tables/hooks/useTableRowListener.js +25 -0
- package/esm/tables/hooks/useTableVariant.js +7 -0
- package/esm/tables/index.js +8 -0
- package/esm/tabs/Paddle.css +7 -0
- package/esm/tabs/Paddle.js +87 -0
- package/esm/tabs/SegmentedTab.css +4 -0
- package/esm/tabs/SegmentedTab.js +78 -0
- package/esm/tabs/SegmentedTabs.js +34 -0
- package/esm/tabs/SegmentedTabsActiveIndicator.js +20 -0
- package/esm/tabs/TabIndicator.js +55 -0
- package/esm/tabs/TabLabel.css +3 -0
- package/esm/tabs/TabLabel.js +125 -0
- package/esm/tabs/TabNavigation.css +5 -0
- package/esm/tabs/TabNavigation.js +319 -0
- package/esm/tabs/Tabs.js +142 -0
- package/esm/tabs/__figma__/SegmentedTabs.figma.js +82 -0
- package/esm/tabs/__figma__/TabNavigation.figma.js +82 -0
- package/esm/tabs/hooks/useAnimateTabIndicator.js +47 -0
- package/esm/tabs/index.js +7 -0
- package/esm/tag/Tag.js +63 -0
- package/esm/tag/__figma__/Tag.figma.js +82 -0
- package/esm/themes/coinbaseDenseTheme.js +135 -0
- package/esm/themes/coinbaseHighContrastTheme.js +576 -0
- package/esm/themes/coinbaseTheme.js +576 -0
- package/esm/themes/defaultHighContrastTheme.js +576 -0
- package/esm/themes/defaultTheme.js +576 -0
- package/esm/tour/DefaultTourMask.js +39 -0
- package/esm/tour/DefaultTourStepArrow.js +42 -0
- package/esm/tour/Tour.css +1 -0
- package/esm/tour/Tour.js +204 -0
- package/esm/tour/TourStep.js +22 -0
- package/esm/tour/index.js +4 -0
- package/esm/types.js +1 -0
- package/esm/typography/Link.css +1 -0
- package/esm/typography/Link.js +62 -0
- package/esm/typography/Text.css +11 -0
- package/esm/typography/Text.js +77 -0
- package/esm/typography/TextBody.js +26 -0
- package/esm/typography/TextCaption.js +26 -0
- package/esm/typography/TextDisplay1.js +26 -0
- package/esm/typography/TextDisplay2.js +26 -0
- package/esm/typography/TextDisplay3.js +26 -0
- package/esm/typography/TextHeadline.js +26 -0
- package/esm/typography/TextInherited.js +26 -0
- package/esm/typography/TextLabel1.js +26 -0
- package/esm/typography/TextLabel2.js +26 -0
- package/esm/typography/TextLegal.js +26 -0
- package/esm/typography/TextTitle1.js +26 -0
- package/esm/typography/TextTitle2.js +26 -0
- package/esm/typography/TextTitle3.js +26 -0
- package/esm/typography/TextTitle4.js +26 -0
- package/esm/typography/__figma__/Link.figma.js +32 -0
- package/esm/typography/index.js +16 -0
- package/esm/utils/browser.js +29 -0
- package/esm/utils/eventHandlers.js +1 -0
- package/esm/utils/flattenAndJoinNodes.js +47 -0
- package/esm/utils/isRtl.js +7 -0
- package/esm/utils/mediaQueryListener.js +16 -0
- package/esm/utils/storybook.js +5 -0
- package/esm/utils/test.js +30 -0
- package/esm/visualizations/Counter.css +3 -0
- package/esm/visualizations/Counter.js +38 -0
- package/esm/visualizations/DefaultProgressCircleContent.js +15 -0
- package/esm/visualizations/ProgressBar.css +1 -0
- package/esm/visualizations/ProgressBar.js +96 -0
- package/esm/visualizations/ProgressBarWithFixedLabels.js +166 -0
- package/esm/visualizations/ProgressBarWithFloatLabel.css +1 -0
- package/esm/visualizations/ProgressBarWithFloatLabel.js +126 -0
- package/esm/visualizations/ProgressCircle.css +1 -0
- package/esm/visualizations/ProgressCircle.js +162 -0
- package/esm/visualizations/ProgressContainerWithButtons.js +39 -0
- package/esm/visualizations/ProgressTextLabel.js +48 -0
- package/esm/visualizations/VisualizationContainer.js +32 -0
- package/esm/visualizations/__figma__/ProgressBar.figma.js +103 -0
- package/esm/visualizations/__figma__/ProgressCircle.figma.js +29 -0
- package/esm/visualizations/getProgressBarLabelParts.js +11 -0
- package/esm/visualizations/index.js +7 -0
- package/package.json +185 -5
- package/index.js +0 -1
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
const _excluded = ["source", "loop", "autoplay", "onAnimationFinish", "handlers", "resizeMode", "filterSize"];
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
8
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
9
|
+
import React, { forwardRef, memo, useCallback, useImperativeHandle } from 'react';
|
|
10
|
+
import { getLottieMarkers } from '@coinbase/cds-common/lottie/lottieUtils';
|
|
11
|
+
import { noop } from '@coinbase/cds-utils';
|
|
12
|
+
import { Box } from '../layout/Box';
|
|
13
|
+
import { useLottieHandlers } from './useLottieHandlers';
|
|
14
|
+
import { useLottieListeners } from './useLottieListeners';
|
|
15
|
+
import { useLottieLoader } from './useLottieLoader';
|
|
16
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
17
|
+
const defaultFilterSize = {
|
|
18
|
+
width: '200%',
|
|
19
|
+
height: '200%',
|
|
20
|
+
x: '-50%',
|
|
21
|
+
y: '-50%'
|
|
22
|
+
};
|
|
23
|
+
const lottieCss = "lottieCss-lgkhslj";
|
|
24
|
+
export const Lottie = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((_ref, forwardedRef) => {
|
|
25
|
+
let {
|
|
26
|
+
source,
|
|
27
|
+
loop = false,
|
|
28
|
+
autoplay = false,
|
|
29
|
+
onAnimationFinish,
|
|
30
|
+
handlers,
|
|
31
|
+
resizeMode = 'contain',
|
|
32
|
+
filterSize = defaultFilterSize
|
|
33
|
+
} = _ref,
|
|
34
|
+
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
35
|
+
const {
|
|
36
|
+
containerRef,
|
|
37
|
+
animationRef
|
|
38
|
+
} = useLottieLoader({
|
|
39
|
+
source,
|
|
40
|
+
autoplay,
|
|
41
|
+
loop,
|
|
42
|
+
resizeMode,
|
|
43
|
+
filterSize
|
|
44
|
+
});
|
|
45
|
+
const play = useCallback((startFrame, endFrame) => {
|
|
46
|
+
var _animationRef$current, _animationRef$current2, _animationRef$current3;
|
|
47
|
+
(_animationRef$current = animationRef.current) === null || _animationRef$current === void 0 || _animationRef$current.playSegments([startFrame !== null && startFrame !== void 0 ? startFrame : (_animationRef$current2 = animationRef.current) === null || _animationRef$current2 === void 0 ? void 0 : _animationRef$current2.currentFrame, endFrame !== null && endFrame !== void 0 ? endFrame : (_animationRef$current3 = animationRef.current) === null || _animationRef$current3 === void 0 ? void 0 : _animationRef$current3.totalFrames], true);
|
|
48
|
+
}, [animationRef]);
|
|
49
|
+
const reset = useCallback(() => {
|
|
50
|
+
var _animationRef$current4;
|
|
51
|
+
(_animationRef$current4 = animationRef.current) === null || _animationRef$current4 === void 0 || _animationRef$current4.goToAndStop(0, true);
|
|
52
|
+
}, [animationRef]);
|
|
53
|
+
useImperativeHandle(forwardedRef, () => {
|
|
54
|
+
var _animationRef$current5, _animationRef$current6;
|
|
55
|
+
return {
|
|
56
|
+
play,
|
|
57
|
+
playMarkers: (startFrame, endFrame) => {
|
|
58
|
+
const markers = getLottieMarkers(source);
|
|
59
|
+
if (markers) {
|
|
60
|
+
var _markers$startFrame, _markers$endFrame;
|
|
61
|
+
play((_markers$startFrame = markers[startFrame]) !== null && _markers$startFrame !== void 0 ? _markers$startFrame : 0, (_markers$endFrame = markers[endFrame]) !== null && _markers$endFrame !== void 0 ? _markers$endFrame : 0);
|
|
62
|
+
} else {
|
|
63
|
+
play();
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
pause: (_animationRef$current5 = (_animationRef$current6 = animationRef.current) === null || _animationRef$current6 === void 0 ? void 0 : _animationRef$current6.pause) !== null && _animationRef$current5 !== void 0 ? _animationRef$current5 : noop,
|
|
67
|
+
resume: play,
|
|
68
|
+
reset
|
|
69
|
+
};
|
|
70
|
+
}, [source, play, animationRef, reset]);
|
|
71
|
+
const listeners = useLottieHandlers(onAnimationFinish ? {
|
|
72
|
+
complete: onAnimationFinish,
|
|
73
|
+
loopComplete: onAnimationFinish
|
|
74
|
+
} : handlers);
|
|
75
|
+
useLottieListeners(animationRef, listeners);
|
|
76
|
+
return /*#__PURE__*/_jsx(Box, _objectSpread({
|
|
77
|
+
ref: containerRef,
|
|
78
|
+
as: "div",
|
|
79
|
+
className: lottieCss
|
|
80
|
+
}, otherProps));
|
|
81
|
+
}));
|
|
82
|
+
Lottie.displayName = 'Lottie';
|
|
83
|
+
import "./Lottie.css";
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const _excluded = ["status", "onFinish", "testID"];
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
8
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
9
|
+
import React, { memo, useCallback, useRef, useState } from 'react';
|
|
10
|
+
import { useStatusAnimationPoller } from '@coinbase/cds-common/lottie/useStatusAnimationPoller';
|
|
11
|
+
import { tradeStatus } from '@coinbase/cds-lottie-files/tradeStatus';
|
|
12
|
+
import { Lottie } from './Lottie';
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
export const LottieStatusAnimation = /*#__PURE__*/memo(_ref => {
|
|
15
|
+
var _lottie$current;
|
|
16
|
+
let {
|
|
17
|
+
status = 'loading',
|
|
18
|
+
onFinish,
|
|
19
|
+
testID
|
|
20
|
+
} = _ref,
|
|
21
|
+
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
22
|
+
const [, forceUpdate] = useState(0);
|
|
23
|
+
const lottie = useRef();
|
|
24
|
+
const handlePolling = useStatusAnimationPoller({
|
|
25
|
+
status,
|
|
26
|
+
playMarkers: (_lottie$current = lottie.current) === null || _lottie$current === void 0 ? void 0 : _lottie$current.playMarkers,
|
|
27
|
+
onFinish
|
|
28
|
+
});
|
|
29
|
+
const handleRef = useCallback(el => {
|
|
30
|
+
if (el && !lottie.current) {
|
|
31
|
+
lottie.current = el;
|
|
32
|
+
forceUpdate(prev => prev + 1);
|
|
33
|
+
}
|
|
34
|
+
}, []);
|
|
35
|
+
return /*#__PURE__*/_jsx(Lottie, _objectSpread({
|
|
36
|
+
ref: handleRef,
|
|
37
|
+
onAnimationFinish: handlePolling,
|
|
38
|
+
source: tradeStatus,
|
|
39
|
+
testID: testID
|
|
40
|
+
}, otherProps));
|
|
41
|
+
});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { curves, durations } from '@coinbase/cds-common/motion/tokens';
|
|
2
|
+
export const webCurves = {
|
|
3
|
+
global: curves.global.join(),
|
|
4
|
+
enterExpressive: curves.enterExpressive.join(),
|
|
5
|
+
enterFunctional: curves.enterFunctional.join(),
|
|
6
|
+
exitExpressive: curves.exitExpressive.join(),
|
|
7
|
+
exitFunctional: curves.exitFunctional.join(),
|
|
8
|
+
linear: curves.linear.join()
|
|
9
|
+
};
|
|
10
|
+
export function cubicBezier(easing) {
|
|
11
|
+
return "cubic-bezier(".concat(webCurves[easing], ")");
|
|
12
|
+
}
|
|
13
|
+
export const convertMotionConfig = _ref => {
|
|
14
|
+
let {
|
|
15
|
+
toValue,
|
|
16
|
+
fromValue,
|
|
17
|
+
delay,
|
|
18
|
+
easing,
|
|
19
|
+
duration,
|
|
20
|
+
oneOffDuration,
|
|
21
|
+
/**
|
|
22
|
+
* Retain styles after animation has completed
|
|
23
|
+
* @link https://developer.mozilla.org/en-US/docs/Web/API/EffectTiming/fill
|
|
24
|
+
*/
|
|
25
|
+
fill = 'forwards'
|
|
26
|
+
} = _ref;
|
|
27
|
+
return {
|
|
28
|
+
toValue,
|
|
29
|
+
fromValue,
|
|
30
|
+
easing: cubicBezier(easing),
|
|
31
|
+
duration: oneOffDuration !== null && oneOffDuration !== void 0 ? oneOffDuration : duration && durations[duration],
|
|
32
|
+
delay,
|
|
33
|
+
fill
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useMemo } from 'react';
|
|
2
|
+
import { mapValues } from '@coinbase/cds-utils';
|
|
3
|
+
const emptyArray = [];
|
|
4
|
+
export const useLottieHandlers = handlers => {
|
|
5
|
+
return useMemo(() => {
|
|
6
|
+
if (handlers) {
|
|
7
|
+
const objectMap = mapValues(handlers, (val, key) => ({
|
|
8
|
+
name: key,
|
|
9
|
+
handler: val
|
|
10
|
+
}));
|
|
11
|
+
return Object.values(objectMap).filter(listener => !!listener && !!listener.handler);
|
|
12
|
+
}
|
|
13
|
+
return emptyArray;
|
|
14
|
+
}, [handlers]);
|
|
15
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { useEffect } from 'react';
|
|
2
|
+
export const useLottieListeners = function (animationRef) {
|
|
3
|
+
let listeners = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
4
|
+
useEffect(() => {
|
|
5
|
+
if (!listeners.length) {
|
|
6
|
+
return undefined;
|
|
7
|
+
}
|
|
8
|
+
const deregisterList = listeners.map(listener => {
|
|
9
|
+
var _animationRef$current;
|
|
10
|
+
(_animationRef$current = animationRef.current) === null || _animationRef$current === void 0 || _animationRef$current.addEventListener(listener.name, listener.handler);
|
|
11
|
+
|
|
12
|
+
// Return a function to deregister this listener
|
|
13
|
+
return () => {
|
|
14
|
+
var _animationRef$current2;
|
|
15
|
+
(_animationRef$current2 = animationRef.current) === null || _animationRef$current2 === void 0 || _animationRef$current2.removeEventListener(listener.name, listener.handler);
|
|
16
|
+
};
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
// Deregister listeners on unmount
|
|
20
|
+
return () => {
|
|
21
|
+
deregisterList.forEach(deregister => deregister());
|
|
22
|
+
};
|
|
23
|
+
}, [listeners, animationRef]);
|
|
24
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
3
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
4
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
5
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
6
|
+
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
7
|
+
import lottie from 'lottie-web';
|
|
8
|
+
import { isBrowser } from '../utils/browser';
|
|
9
|
+
export const useLottieLoader = _ref => {
|
|
10
|
+
let {
|
|
11
|
+
source,
|
|
12
|
+
loop,
|
|
13
|
+
autoplay,
|
|
14
|
+
resizeMode,
|
|
15
|
+
filterSize
|
|
16
|
+
} = _ref;
|
|
17
|
+
const sourceWidth = source.w;
|
|
18
|
+
const sourceHeight = source.h;
|
|
19
|
+
const containerRef = useRef(null);
|
|
20
|
+
const animationRef = useRef();
|
|
21
|
+
const [, setAnimationLoaded] = useState(false);
|
|
22
|
+
const preserveAspectRatio = useMemo(() => {
|
|
23
|
+
switch (resizeMode) {
|
|
24
|
+
case 'contain':
|
|
25
|
+
return 'xMidYMid meet';
|
|
26
|
+
case 'cover':
|
|
27
|
+
default:
|
|
28
|
+
return 'xMidYMid slice';
|
|
29
|
+
}
|
|
30
|
+
}, [resizeMode]);
|
|
31
|
+
const loadAnimation = useCallback(function () {
|
|
32
|
+
var _animationRef$current;
|
|
33
|
+
let forcedConfigs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
34
|
+
// Return if the container ref is null
|
|
35
|
+
if (!containerRef.current) {
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// Destroy any previous instance
|
|
40
|
+
(_animationRef$current = animationRef.current) === null || _animationRef$current === void 0 || _animationRef$current.destroy();
|
|
41
|
+
|
|
42
|
+
// Build the animation configuration
|
|
43
|
+
const config = _objectSpread(_objectSpread({
|
|
44
|
+
renderer: 'svg',
|
|
45
|
+
rendererSettings: {
|
|
46
|
+
preserveAspectRatio,
|
|
47
|
+
viewBoxSize: "0 0 ".concat(sourceWidth, " ").concat(sourceHeight),
|
|
48
|
+
progressiveLoad: true,
|
|
49
|
+
filterSize
|
|
50
|
+
},
|
|
51
|
+
autoplay,
|
|
52
|
+
animationData: source
|
|
53
|
+
}, forcedConfigs), {}, {
|
|
54
|
+
container: containerRef.current
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
// Save the animation instance
|
|
58
|
+
animationRef.current = lottie.loadAnimation(config);
|
|
59
|
+
setAnimationLoaded(!!animationRef.current);
|
|
60
|
+
}, [autoplay, preserveAspectRatio, source, sourceHeight, sourceWidth, filterSize]);
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Initialize and listen for changes that affect the animation state.
|
|
64
|
+
* Reinitialize when animation data changedes
|
|
65
|
+
*/
|
|
66
|
+
useEffect(() => {
|
|
67
|
+
// Don't load lottie if SSR
|
|
68
|
+
if (isBrowser()) {
|
|
69
|
+
loadAnimation();
|
|
70
|
+
}
|
|
71
|
+
}, [loadAnimation]);
|
|
72
|
+
|
|
73
|
+
// Update the autoplay state
|
|
74
|
+
useEffect(() => {
|
|
75
|
+
if (animationRef.current) {
|
|
76
|
+
animationRef.current.autoplay = !!autoplay;
|
|
77
|
+
}
|
|
78
|
+
}, [animationRef, autoplay]);
|
|
79
|
+
|
|
80
|
+
// Update the loop state
|
|
81
|
+
useEffect(() => {
|
|
82
|
+
if (animationRef.current) {
|
|
83
|
+
animationRef.current.loop = !!loop;
|
|
84
|
+
if (loop && animationRef.current.autoplay && animationRef.current.isPaused) {
|
|
85
|
+
animationRef.current.play();
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}, [animationRef, loop]);
|
|
89
|
+
return {
|
|
90
|
+
containerRef,
|
|
91
|
+
animationRef,
|
|
92
|
+
loadAnimation
|
|
93
|
+
};
|
|
94
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.actionContainerCss-a1legc19{white-space:nowrap;}
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
const _excluded = ["variant", "startIcon", "startIconActive", "onClose", "primaryAction", "secondaryAction", "title", "children", "showDismiss", "testID", "style", "className", "numberOfLines", "label", "styleVariant", "startIconAccessibilityLabel", "closeAccessibilityLabel", "borderRadius", "margin", "marginY", "marginX", "marginTop", "marginBottom", "marginStart", "marginEnd"];
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
8
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
9
|
+
import React, { forwardRef, isValidElement, memo, useCallback, useId, useMemo, useState } from 'react';
|
|
10
|
+
import { bannerMinWidth, variants } from '@coinbase/cds-common/tokens/banner';
|
|
11
|
+
import { isDevelopment } from '@coinbase/cds-utils';
|
|
12
|
+
import { Collapsible } from '../collapsible';
|
|
13
|
+
import { Icon } from '../icons/Icon';
|
|
14
|
+
import { Box, HStack, VStack } from '../layout';
|
|
15
|
+
import { Pressable } from '../system/Pressable';
|
|
16
|
+
import { Link } from '../typography/Link';
|
|
17
|
+
import { Text } from '../typography/Text';
|
|
18
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
19
|
+
const warningCss = "warningCss-wjxc487";
|
|
20
|
+
const actionContainerCss = "actionContainerCss-a1legc19";
|
|
21
|
+
export const contentResponsiveConfig = {
|
|
22
|
+
phone: 'column',
|
|
23
|
+
tablet: 'row',
|
|
24
|
+
desktop: 'row'
|
|
25
|
+
};
|
|
26
|
+
const variantStyleProps = {
|
|
27
|
+
contextual: {
|
|
28
|
+
paddingX: 2,
|
|
29
|
+
borderRadius: 400
|
|
30
|
+
},
|
|
31
|
+
global: {
|
|
32
|
+
paddingX: 3,
|
|
33
|
+
borderRadius: undefined
|
|
34
|
+
},
|
|
35
|
+
inline: {
|
|
36
|
+
paddingX: 3,
|
|
37
|
+
borderRadius: undefined
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
export const Banner = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((_ref, ref) => {
|
|
41
|
+
let {
|
|
42
|
+
variant,
|
|
43
|
+
startIcon,
|
|
44
|
+
startIconActive,
|
|
45
|
+
onClose,
|
|
46
|
+
primaryAction,
|
|
47
|
+
secondaryAction,
|
|
48
|
+
title,
|
|
49
|
+
children,
|
|
50
|
+
showDismiss = false,
|
|
51
|
+
testID,
|
|
52
|
+
style,
|
|
53
|
+
className,
|
|
54
|
+
numberOfLines = 3,
|
|
55
|
+
label,
|
|
56
|
+
styleVariant = 'contextual',
|
|
57
|
+
startIconAccessibilityLabel,
|
|
58
|
+
closeAccessibilityLabel,
|
|
59
|
+
borderRadius = 400,
|
|
60
|
+
margin,
|
|
61
|
+
marginY,
|
|
62
|
+
marginX,
|
|
63
|
+
marginTop,
|
|
64
|
+
marginBottom,
|
|
65
|
+
marginStart,
|
|
66
|
+
marginEnd
|
|
67
|
+
} = _ref,
|
|
68
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
69
|
+
const [isCollapsed, setIsCollapsed] = useState(false);
|
|
70
|
+
const titleId = useId();
|
|
71
|
+
const accessibilityLabelledBy = typeof title === 'string' ? titleId : undefined;
|
|
72
|
+
|
|
73
|
+
// Setup color configs
|
|
74
|
+
const {
|
|
75
|
+
iconColor,
|
|
76
|
+
textColor,
|
|
77
|
+
background,
|
|
78
|
+
primaryActionColor,
|
|
79
|
+
secondaryActionColor,
|
|
80
|
+
iconButtonColor,
|
|
81
|
+
borderColor
|
|
82
|
+
} = variants[variant];
|
|
83
|
+
|
|
84
|
+
// Events
|
|
85
|
+
const handleOnDismiss = useCallback(() => {
|
|
86
|
+
setIsCollapsed(true);
|
|
87
|
+
onClose === null || onClose === void 0 || onClose();
|
|
88
|
+
}, [onClose]);
|
|
89
|
+
|
|
90
|
+
// Ensure primaryActions are themed to match the variant
|
|
91
|
+
const clonedPrimaryAction = useMemo(() => {
|
|
92
|
+
if (/*#__PURE__*/isValidElement(primaryAction) && primaryAction.type === Link) {
|
|
93
|
+
return /*#__PURE__*/React.cloneElement(primaryAction, _objectSpread({
|
|
94
|
+
font: 'label1',
|
|
95
|
+
color: primaryActionColor,
|
|
96
|
+
testID: "".concat(testID, "-action--primary")
|
|
97
|
+
}, primaryAction.props));
|
|
98
|
+
}
|
|
99
|
+
if (/*#__PURE__*/isValidElement(primaryAction) && isDevelopment()) {
|
|
100
|
+
console.error('Banner primaryAction needs to be a CDS Link component');
|
|
101
|
+
}
|
|
102
|
+
return primaryAction;
|
|
103
|
+
}, [primaryAction, primaryActionColor, testID]);
|
|
104
|
+
const clonedSecondaryAction = useMemo(() => {
|
|
105
|
+
if (/*#__PURE__*/isValidElement(secondaryAction) && secondaryAction.type === Link) {
|
|
106
|
+
return /*#__PURE__*/React.cloneElement(secondaryAction, _objectSpread({
|
|
107
|
+
font: 'label1',
|
|
108
|
+
color: secondaryActionColor,
|
|
109
|
+
testID: "".concat(testID, "-action--secondary")
|
|
110
|
+
}, secondaryAction.props));
|
|
111
|
+
}
|
|
112
|
+
if (/*#__PURE__*/isValidElement(secondaryAction) && isDevelopment()) {
|
|
113
|
+
console.error('Banner secondaryAction needs to be a CDS Link component');
|
|
114
|
+
}
|
|
115
|
+
return secondaryAction;
|
|
116
|
+
}, [secondaryAction, secondaryActionColor, testID]);
|
|
117
|
+
const marginStyles = useMemo(() => ({
|
|
118
|
+
margin,
|
|
119
|
+
marginY,
|
|
120
|
+
marginX,
|
|
121
|
+
marginTop,
|
|
122
|
+
marginBottom,
|
|
123
|
+
marginStart,
|
|
124
|
+
marginEnd
|
|
125
|
+
}), [margin, marginX, marginY, marginStart, marginEnd, marginTop, marginBottom]);
|
|
126
|
+
const borderBox = useMemo(() => /*#__PURE__*/_jsx(Box, {
|
|
127
|
+
background: borderColor,
|
|
128
|
+
pin: "left",
|
|
129
|
+
width: 4
|
|
130
|
+
}), [borderColor]);
|
|
131
|
+
const content = /*#__PURE__*/_jsxs(Box, _objectSpread(_objectSpread({
|
|
132
|
+
flexGrow: 1,
|
|
133
|
+
position: "relative"
|
|
134
|
+
}, !showDismiss && marginStyles), {}, {
|
|
135
|
+
children: [/*#__PURE__*/_jsxs(HStack, _objectSpread(_objectSpread(_objectSpread({
|
|
136
|
+
ref: ref,
|
|
137
|
+
background: background,
|
|
138
|
+
borderRadius: borderRadius,
|
|
139
|
+
className: className,
|
|
140
|
+
flexGrow: 1,
|
|
141
|
+
gap: 1,
|
|
142
|
+
minWidth: bannerMinWidth,
|
|
143
|
+
paddingY: 2,
|
|
144
|
+
style: style,
|
|
145
|
+
testID: testID
|
|
146
|
+
}, variantStyleProps[styleVariant]), props), {}, {
|
|
147
|
+
children: [/*#__PURE__*/_jsx(Box, {
|
|
148
|
+
paddingX: 0.5,
|
|
149
|
+
paddingY: 0.25,
|
|
150
|
+
children: /*#__PURE__*/_jsx(Icon, {
|
|
151
|
+
accessibilityLabel: startIconAccessibilityLabel,
|
|
152
|
+
active: startIconActive,
|
|
153
|
+
color: iconColor,
|
|
154
|
+
name: startIcon,
|
|
155
|
+
size: "s",
|
|
156
|
+
testID: "".concat(testID, "-icon")
|
|
157
|
+
})
|
|
158
|
+
}), /*#__PURE__*/_jsxs(VStack, {
|
|
159
|
+
flexDirection: contentResponsiveConfig,
|
|
160
|
+
flexGrow: 1,
|
|
161
|
+
gap: 2,
|
|
162
|
+
justifyContent: "space-between",
|
|
163
|
+
testID: "".concat(testID, "-inner-end-box"),
|
|
164
|
+
children: [/*#__PURE__*/_jsxs(VStack, {
|
|
165
|
+
gap: 2,
|
|
166
|
+
testID: "".concat(testID, "-content-box"),
|
|
167
|
+
children: [/*#__PURE__*/_jsxs(VStack, {
|
|
168
|
+
gap: 0.5,
|
|
169
|
+
children: [typeof title === 'string' ? /*#__PURE__*/_jsx(Text, {
|
|
170
|
+
color: textColor,
|
|
171
|
+
font: "label1",
|
|
172
|
+
id: titleId,
|
|
173
|
+
numberOfLines: 2,
|
|
174
|
+
children: title
|
|
175
|
+
}) : title, typeof children === 'string' ? /*#__PURE__*/_jsx(Text, {
|
|
176
|
+
color: textColor,
|
|
177
|
+
font: "label2",
|
|
178
|
+
numberOfLines: numberOfLines,
|
|
179
|
+
children: children
|
|
180
|
+
}) : children]
|
|
181
|
+
}), typeof label === 'string' ? /*#__PURE__*/_jsx(Text, {
|
|
182
|
+
color: "fgMuted",
|
|
183
|
+
font: "legal",
|
|
184
|
+
numberOfLines: 2,
|
|
185
|
+
children: label
|
|
186
|
+
}) : label]
|
|
187
|
+
}), (!!clonedPrimaryAction || !!clonedSecondaryAction) && /*#__PURE__*/_jsxs(HStack, {
|
|
188
|
+
alignItems: "center",
|
|
189
|
+
className: actionContainerCss,
|
|
190
|
+
gap: 2,
|
|
191
|
+
testID: "".concat(testID, "-action"),
|
|
192
|
+
children: [clonedPrimaryAction, clonedSecondaryAction]
|
|
193
|
+
})]
|
|
194
|
+
}), showDismiss && /*#__PURE__*/_jsx(Box, {
|
|
195
|
+
alignItems: "flex-start",
|
|
196
|
+
padding: 0.5,
|
|
197
|
+
children: /*#__PURE__*/_jsx(Pressable, {
|
|
198
|
+
accessibilityLabel: closeAccessibilityLabel,
|
|
199
|
+
background: "transparent",
|
|
200
|
+
borderRadius: 1000,
|
|
201
|
+
onClick: handleOnDismiss,
|
|
202
|
+
role: "button",
|
|
203
|
+
testID: "".concat(testID, "-dismiss-btn"),
|
|
204
|
+
children: /*#__PURE__*/_jsx(Icon, {
|
|
205
|
+
color: iconButtonColor,
|
|
206
|
+
name: "close",
|
|
207
|
+
size: "s"
|
|
208
|
+
})
|
|
209
|
+
})
|
|
210
|
+
})]
|
|
211
|
+
})), styleVariant === 'global' && !showDismiss && borderBox]
|
|
212
|
+
}));
|
|
213
|
+
return showDismiss ? /*#__PURE__*/_jsxs(Box, _objectSpread(_objectSpread({
|
|
214
|
+
display: "block",
|
|
215
|
+
position: "relative"
|
|
216
|
+
}, marginStyles), {}, {
|
|
217
|
+
children: [/*#__PURE__*/_jsx(Collapsible, {
|
|
218
|
+
accessibilityLabelledBy: accessibilityLabelledBy,
|
|
219
|
+
collapsed: isCollapsed,
|
|
220
|
+
id: "".concat(titleId, "--controller"),
|
|
221
|
+
testID: "".concat(testID, "-collapsible"),
|
|
222
|
+
children: content
|
|
223
|
+
}), styleVariant === 'global' && borderBox]
|
|
224
|
+
})) : content;
|
|
225
|
+
}));
|
|
226
|
+
import "./Banner.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.baseCss-b7ikz6y{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:var(--interactable-height);height:var(--interactable-height);min-width:unset;}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
const _excluded = ["accessibilityLabel", "as", "className", "alt", "src", "compact", "colorScheme", "shape", "selected", "name"];
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
8
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
9
|
+
import React, { forwardRef, memo, useMemo } from 'react';
|
|
10
|
+
import { interactableHeight } from '@coinbase/cds-common/tokens/interactableHeight';
|
|
11
|
+
import { cx } from '../cx';
|
|
12
|
+
import { Avatar } from '../media';
|
|
13
|
+
import { Pressable } from '../system';
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
export const avatarButtonDefaultElement = 'button';
|
|
16
|
+
const baseCss = "baseCss-b7ikz6y";
|
|
17
|
+
export const AvatarButton = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((_ref, ref) => {
|
|
18
|
+
let {
|
|
19
|
+
accessibilityLabel,
|
|
20
|
+
as,
|
|
21
|
+
className,
|
|
22
|
+
alt,
|
|
23
|
+
src,
|
|
24
|
+
compact,
|
|
25
|
+
colorScheme,
|
|
26
|
+
shape,
|
|
27
|
+
selected,
|
|
28
|
+
name
|
|
29
|
+
} = _ref,
|
|
30
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
31
|
+
const Component = as !== null && as !== void 0 ? as : avatarButtonDefaultElement;
|
|
32
|
+
const height = compact ? interactableHeight.compact : interactableHeight.regular;
|
|
33
|
+
const styles = useMemo(() => ({
|
|
34
|
+
'--interactable-height': "".concat(height, "px")
|
|
35
|
+
}), [height]);
|
|
36
|
+
return /*#__PURE__*/_jsx(Pressable, _objectSpread(_objectSpread({
|
|
37
|
+
ref: ref,
|
|
38
|
+
"aria-label": accessibilityLabel,
|
|
39
|
+
as: Component,
|
|
40
|
+
background: "transparent",
|
|
41
|
+
className: cx(baseCss, className),
|
|
42
|
+
style: styles
|
|
43
|
+
}, props), {}, {
|
|
44
|
+
children: /*#__PURE__*/_jsx(Avatar, {
|
|
45
|
+
alt: alt,
|
|
46
|
+
colorScheme: colorScheme,
|
|
47
|
+
dangerouslySetSize: height,
|
|
48
|
+
name: name,
|
|
49
|
+
selected: selected,
|
|
50
|
+
shape: shape,
|
|
51
|
+
src: src
|
|
52
|
+
})
|
|
53
|
+
}));
|
|
54
|
+
}));
|
|
55
|
+
import "./AvatarButton.css";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.baseCss-b99zquh{min-width:100px;padding-inline-start:var(--space-4);padding-inline-end:var(--space-4);-webkit-text-decoration:none;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;text-align:center;vertical-align:middle;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:600;margin:0;position:relative;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;overflow:visible;text-transform:none;}
|
|
2
|
+
.blockCss-b9yox33{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;max-width:100%;white-space:normal;}
|
|
3
|
+
.compactCss-c1bhvbb9{min-width:auto;padding-inline-start:var(--space-2);padding-inline-end:var(--space-2);}
|
|
4
|
+
.spinnerContainerCss-s2x7iw5{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
|
5
|
+
.startNodeCss-sukb6jc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-inline-end:var(--space-1);}
|
|
6
|
+
.endNodeCss-exznik7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-inline-start:var(--space-1);}
|
|
7
|
+
.iconCss-i148mgtl{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
|
|
8
|
+
.unsetNoWrapCss-u1pxicn8{white-space:unset;}
|
|
9
|
+
.hiddenCss-h1avpq52{visibility:hidden;}
|
|
10
|
+
.middleNodeCss-m69rtgb{position:relative;}
|
|
11
|
+
.flushSpaceCss-f1aod6bi{min-width:unset;margin-inline-start:var(--space-2);margin-inline-end:var(--space-2);}
|
|
12
|
+
.flushStartCss-fz9snbo{margin-inline-start:calc(var(--space-2) * -1);}
|
|
13
|
+
.flushEndCss-f1y0pij6{margin-inline-end:calc(var(--space-2) * -1);}
|