@coinbase/cds-mobile 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 +14 -0
- package/dts/accordion/Accordion.d.ts +8 -0
- package/dts/accordion/Accordion.d.ts.map +1 -0
- package/dts/accordion/AccordionHeader.d.ts +54 -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 +26 -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 +3 -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/alpha/carousel/Carousel.d.ts +56 -0
- package/dts/alpha/carousel/Carousel.d.ts.map +1 -0
- package/dts/alpha/carousel/CarouselControlsWrapper.d.ts +8 -0
- package/dts/alpha/carousel/CarouselControlsWrapper.d.ts.map +1 -0
- package/dts/alpha/carousel/CarouselItem.d.ts +41 -0
- package/dts/alpha/carousel/CarouselItem.d.ts.map +1 -0
- package/dts/alpha/carousel/__tests__/Carousel.test.d.ts +2 -0
- package/dts/alpha/carousel/__tests__/Carousel.test.d.ts.map +1 -0
- package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts +2 -0
- package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts.map +1 -0
- package/dts/alpha/carousel/types.d.ts +32 -0
- package/dts/alpha/carousel/types.d.ts.map +1 -0
- package/dts/alpha/carousel/useCarousel.d.ts +14 -0
- package/dts/alpha/carousel/useCarousel.d.ts.map +1 -0
- package/dts/alpha/carousel/useCarouselItem.d.ts +22 -0
- package/dts/alpha/carousel/useCarouselItem.d.ts.map +1 -0
- package/dts/animation/AnimationProps.d.ts +7 -0
- package/dts/animation/AnimationProps.d.ts.map +1 -0
- package/dts/animation/Lottie.d.ts +19 -0
- package/dts/animation/Lottie.d.ts.map +1 -0
- package/dts/animation/Lottie.e2e.d.ts +2 -0
- package/dts/animation/Lottie.e2e.d.ts.map +1 -0
- package/dts/animation/LottieStatusAnimation.d.ts +3 -0
- package/dts/animation/LottieStatusAnimation.d.ts.map +1 -0
- package/dts/animation/__stories__/Lottie.stories.d.ts +3 -0
- package/dts/animation/__stories__/Lottie.stories.d.ts.map +1 -0
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +3 -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__/createLottie.test.d.ts +2 -0
- package/dts/animation/__tests__/createLottie.test.d.ts.map +1 -0
- package/dts/animation/convertMotionConfig.d.ts +14 -0
- package/dts/animation/convertMotionConfig.d.ts.map +1 -0
- package/dts/animation/createLottie.d.ts +32 -0
- package/dts/animation/createLottie.d.ts.map +1 -0
- package/dts/animation/createLottie.e2e.d.ts +25 -0
- package/dts/animation/createLottie.e2e.d.ts.map +1 -0
- package/dts/animation/index.d.ts +7 -0
- package/dts/animation/index.d.ts.map +1 -0
- package/dts/animation/lottieProgresConfig.d.ts +6 -0
- package/dts/animation/lottieProgresConfig.d.ts.map +1 -0
- package/dts/animation/mocks.d.ts +28 -0
- package/dts/animation/mocks.d.ts.map +1 -0
- package/dts/animation/types.d.ts +51 -0
- package/dts/animation/types.d.ts.map +1 -0
- package/dts/animation/useLottie.d.ts +3 -0
- package/dts/animation/useLottie.d.ts.map +1 -0
- package/dts/animation/useLottie.e2e.d.ts +25 -0
- package/dts/animation/useLottie.e2e.d.ts.map +1 -0
- package/dts/animation/useLottieColorFilters.d.ts +11 -0
- package/dts/animation/useLottieColorFilters.d.ts.map +1 -0
- package/dts/animation/useRotateAnimation.d.ts +15 -0
- package/dts/animation/useRotateAnimation.d.ts.map +1 -0
- package/dts/banner/Banner.d.ts +99 -0
- package/dts/banner/Banner.d.ts.map +1 -0
- package/dts/banner/__stories__/Banner.stories.d.ts +3 -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 +8 -0
- package/dts/buttons/AvatarButton.d.ts.map +1 -0
- package/dts/buttons/Button.d.ts +120 -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/DefaultSlideButtonBackground.d.ts +15 -0
- package/dts/buttons/DefaultSlideButtonBackground.d.ts.map +1 -0
- package/dts/buttons/DefaultSlideButtonHandle.d.ts +50 -0
- package/dts/buttons/DefaultSlideButtonHandle.d.ts.map +1 -0
- package/dts/buttons/IconButton.d.ts +18 -0
- package/dts/buttons/IconButton.d.ts.map +1 -0
- package/dts/buttons/IconCounterButton.d.ts +33 -0
- package/dts/buttons/IconCounterButton.d.ts.map +1 -0
- package/dts/buttons/SlideButton.d.ts +226 -0
- package/dts/buttons/SlideButton.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__/SlideButton.figma.d.ts +2 -0
- package/dts/buttons/__figma__/SlideButton.figma.d.ts.map +1 -0
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts +3 -0
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/Button.stories.d.ts +3 -0
- package/dts/buttons/__stories__/Button.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +3 -0
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/IconButton.stories.d.ts +3 -0
- package/dts/buttons/__stories__/IconButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +3 -0
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/SlideButton.stories.d.ts +3 -0
- package/dts/buttons/__stories__/SlideButton.stories.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__/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__/SlideButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/SlideButton.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 +9 -0
- package/dts/cards/AnnouncementCard.d.ts.map +1 -0
- package/dts/cards/Card.d.ts +16 -0
- package/dts/cards/Card.d.ts.map +1 -0
- package/dts/cards/CardBody.d.ts +52 -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 +37 -0
- package/dts/cards/CardGroup.d.ts.map +1 -0
- package/dts/cards/CardHeader.d.ts +5 -0
- package/dts/cards/CardHeader.d.ts.map +1 -0
- package/dts/cards/CardMedia.d.ts +5 -0
- package/dts/cards/CardMedia.d.ts.map +1 -0
- package/dts/cards/CardRemoteImage.d.ts +5 -0
- package/dts/cards/CardRemoteImage.d.ts.map +1 -0
- package/dts/cards/ContainedAssetCard.d.ts +28 -0
- package/dts/cards/ContainedAssetCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCard.d.ts +23 -0
- package/dts/cards/ContentCard/ContentCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts +50 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts +28 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardHeader.d.ts +42 -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/__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 +18 -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 +34 -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 +45 -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 +3 -0
- package/dts/cards/__stories__/Card.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +3 -0
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/ContentCard.stories.d.ts +3 -0
- package/dts/cards/__stories__/ContentCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +3 -0
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/NudgeCard.stories.d.ts +3 -0
- package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/UpsellCard.stories.d.ts +3 -0
- package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +1 -0
- package/dts/cards/__tests__/CardGroup.test.d.ts +2 -0
- package/dts/cards/__tests__/CardGroup.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 +11 -0
- package/dts/cards/index.d.ts.map +1 -0
- package/dts/carousel/Carousel.d.ts +343 -0
- package/dts/carousel/Carousel.d.ts.map +1 -0
- package/dts/carousel/CarouselItem.d.ts +4 -0
- package/dts/carousel/CarouselItem.d.ts.map +1 -0
- package/dts/carousel/DefaultCarouselNavigation.d.ts +54 -0
- package/dts/carousel/DefaultCarouselNavigation.d.ts.map +1 -0
- package/dts/carousel/DefaultCarouselPagination.d.ts +20 -0
- package/dts/carousel/DefaultCarouselPagination.d.ts.map +1 -0
- package/dts/carousel/__stories__/Carousel.stories.d.ts +2 -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 +35 -0
- package/dts/cells/Cell.d.ts.map +1 -0
- package/dts/cells/CellAccessory.d.ts +13 -0
- package/dts/cells/CellAccessory.d.ts.map +1 -0
- package/dts/cells/CellDetail.d.ts +19 -0
- package/dts/cells/CellDetail.d.ts.map +1 -0
- package/dts/cells/CellHelperText.d.ts +8 -0
- package/dts/cells/CellHelperText.d.ts.map +1 -0
- package/dts/cells/CellMedia.d.ts +38 -0
- package/dts/cells/CellMedia.d.ts.map +1 -0
- package/dts/cells/ContentCell.d.ts +20 -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 +38 -0
- package/dts/cells/ListCell.d.ts.map +1 -0
- package/dts/cells/ListCellFallback.d.ts +35 -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 +3 -0
- package/dts/cells/__stories__/ContentCell.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +3 -0
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ListCell.stories.d.ts +3 -0
- package/dts/cells/__stories__/ListCell.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts +3 -0
- package/dts/cells/__stories__/ListCellFallback.stories.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/index.d.ts +7 -0
- package/dts/cells/index.d.ts.map +1 -0
- package/dts/chips/Chip.d.ts +16 -0
- package/dts/chips/Chip.d.ts.map +1 -0
- package/dts/chips/ChipProps.d.ts +39 -0
- package/dts/chips/ChipProps.d.ts.map +1 -0
- package/dts/chips/InputChip.d.ts +7 -0
- package/dts/chips/InputChip.d.ts.map +1 -0
- package/dts/chips/SelectChip.d.ts +16 -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 +3 -0
- package/dts/chips/__stories__/Chip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/InputChip.stories.d.ts +3 -0
- package/dts/chips/__stories__/InputChip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/SelectChip.stories.d.ts +3 -0
- package/dts/chips/__stories__/SelectChip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/TabbedChips.stories.d.ts +3 -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/coachmark/Coachmark.d.ts +90 -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 +3 -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 +62 -0
- package/dts/collapsible/Collapsible.d.ts.map +1 -0
- package/dts/collapsible/__stories__/Collapsible.stories.d.ts +3 -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/useCollapsibleAnimation.d.ts +19 -0
- package/dts/collapsible/useCollapsibleAnimation.d.ts.map +1 -0
- package/dts/collapsible/useCollapsibleDirection.d.ts +12 -0
- package/dts/collapsible/useCollapsibleDirection.d.ts.map +1 -0
- package/dts/collapsible/useToggleAnimation.d.ts +9 -0
- package/dts/collapsible/useToggleAnimation.d.ts.map +1 -0
- package/dts/controls/Checkbox.d.ts +22 -0
- package/dts/controls/Checkbox.d.ts.map +1 -0
- package/dts/controls/CheckboxCell.d.ts +28 -0
- package/dts/controls/CheckboxCell.d.ts.map +1 -0
- package/dts/controls/CheckboxGroup.d.ts +44 -0
- package/dts/controls/CheckboxGroup.d.ts.map +1 -0
- package/dts/controls/Control.d.ts +58 -0
- package/dts/controls/Control.d.ts.map +1 -0
- package/dts/controls/ControlGroup.d.ts +29 -0
- package/dts/controls/ControlGroup.d.ts.map +1 -0
- package/dts/controls/HelperText.d.ts +16 -0
- package/dts/controls/HelperText.d.ts.map +1 -0
- package/dts/controls/InputIcon.d.ts +14 -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 +4 -0
- package/dts/controls/InputLabel.d.ts.map +1 -0
- package/dts/controls/InputStack.d.ts +66 -0
- package/dts/controls/InputStack.d.ts.map +1 -0
- package/dts/controls/Menu.d.ts +4 -0
- package/dts/controls/Menu.d.ts.map +1 -0
- package/dts/controls/NativeInput.d.ts +48 -0
- package/dts/controls/NativeInput.d.ts.map +1 -0
- package/dts/controls/Radio.d.ts +11 -0
- package/dts/controls/Radio.d.ts.map +1 -0
- package/dts/controls/RadioCell.d.ts +28 -0
- package/dts/controls/RadioCell.d.ts.map +1 -0
- package/dts/controls/RadioGroup.d.ts +54 -0
- package/dts/controls/RadioGroup.d.ts.map +1 -0
- package/dts/controls/SearchInput.d.ts +112 -0
- package/dts/controls/SearchInput.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/SelectContext.d.ts +17 -0
- package/dts/controls/SelectContext.d.ts.map +1 -0
- package/dts/controls/SelectOption.d.ts +13 -0
- package/dts/controls/SelectOption.d.ts.map +1 -0
- package/dts/controls/Switch.d.ts +7 -0
- package/dts/controls/Switch.d.ts.map +1 -0
- package/dts/controls/TextInput.d.ts +103 -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__/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__/Checkbox.stories.d.ts +3 -0
- package/dts/controls/__stories__/Checkbox.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts +3 -0
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/ControlGroup.stories.d.ts +3 -0
- package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputIcon.stories.d.ts +3 -0
- package/dts/controls/__stories__/InputIcon.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputIconButton.stories.d.ts +3 -0
- package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputStack.stories.d.ts +2 -0
- package/dts/controls/__stories__/InputStack.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/RadioCell.stories.d.ts +3 -0
- package/dts/controls/__stories__/RadioCell.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/RadioGroup.stories.d.ts +3 -0
- package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SearchInput.stories.d.ts +3 -0
- package/dts/controls/__stories__/SearchInput.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/Select.stories.d.ts +3 -0
- package/dts/controls/__stories__/Select.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SelectOption.stories.d.ts +2 -0
- package/dts/controls/__stories__/SelectOption.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/Switch.stories.d.ts +3 -0
- package/dts/controls/__stories__/Switch.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/TextInput.stories.d.ts +3 -0
- package/dts/controls/__stories__/TextInput.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__/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__/Menu.test.d.ts +2 -0
- package/dts/controls/__tests__/Menu.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__/Select.test.d.ts +2 -0
- package/dts/controls/__tests__/Select.test.d.ts.map +1 -0
- package/dts/controls/__tests__/SelectOption.test.d.ts +2 -0
- package/dts/controls/__tests__/SelectOption.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/__tests__/useControlMotionProps.test.d.ts +2 -0
- package/dts/controls/__tests__/useControlMotionProps.test.d.ts.map +1 -0
- package/dts/controls/context.d.ts +3 -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/useControlMotionProps.d.ts +20 -0
- package/dts/controls/useControlMotionProps.d.ts.map +1 -0
- package/dts/controls/useSelect.d.ts +10 -0
- package/dts/controls/useSelect.d.ts.map +1 -0
- package/dts/core/theme.d.ts +94 -0
- package/dts/core/theme.d.ts.map +1 -0
- package/dts/dates/DateInput.d.ts +15 -0
- package/dts/dates/DateInput.d.ts.map +1 -0
- package/dts/dates/DatePicker.d.ts +83 -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__/DateInput.stories.d.ts +3 -0
- package/dts/dates/__stories__/DateInput.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/DatePicker.stories.d.ts +3 -0
- package/dts/dates/__stories__/DatePicker.stories.d.ts.map +1 -0
- package/dts/dots/DotCount.d.ts +52 -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 +33 -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__/Dot.stories.d.ts +3 -0
- package/dts/dots/__stories__/Dot.stories.d.ts.map +1 -0
- package/dts/dots/__stories__/DotMisc.stories.d.ts +3 -0
- package/dts/dots/__stories__/DotMisc.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__/getTransformers.test.d.ts +2 -0
- package/dts/dots/__tests__/getTransformers.test.d.ts.map +1 -0
- package/dts/dots/dotStyles.d.ts +11 -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/dots/useDotsLayout.d.ts +4 -0
- package/dts/dots/useDotsLayout.d.ts.map +1 -0
- package/dts/examples/ExampleScreen.d.ts +14 -0
- package/dts/examples/ExampleScreen.d.ts.map +1 -0
- package/dts/gradients/LinearGradient.d.ts +59 -0
- package/dts/gradients/LinearGradient.d.ts.map +1 -0
- package/dts/gradients/__stories__/LinearGradient.stories.d.ts +3 -0
- package/dts/gradients/__stories__/LinearGradient.stories.d.ts.map +1 -0
- package/dts/hooks/__tests__/constants.d.ts +2 -0
- package/dts/hooks/__tests__/constants.d.ts.map +1 -0
- package/dts/hooks/__tests__/useA11y.test.d.ts +2 -0
- package/dts/hooks/__tests__/useA11y.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useAppState.test.d.ts +2 -0
- package/dts/hooks/__tests__/useAppState.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__/useDimension.test.d.ts +2 -0
- package/dts/hooks/__tests__/useDimension.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts +2 -0
- package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/usePressAnimation.test.d.ts +2 -0
- package/dts/hooks/__tests__/usePressAnimation.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts +2 -0
- package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useScrollOffset.test.d.ts +2 -0
- package/dts/hooks/__tests__/useScrollOffset.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useScrollTo.test.d.ts +2 -0
- package/dts/hooks/__tests__/useScrollTo.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts +2 -0
- package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts +2 -0
- package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts.map +1 -0
- package/dts/hooks/useA11y.d.ts +5 -0
- package/dts/hooks/useA11y.d.ts.map +1 -0
- package/dts/hooks/useAnimatedTransition.d.ts +5 -0
- package/dts/hooks/useAnimatedTransition.d.ts.map +1 -0
- package/dts/hooks/useAppState.d.ts +2 -0
- package/dts/hooks/useAppState.d.ts.map +1 -0
- package/dts/hooks/useCellSpacing.d.ts +53 -0
- package/dts/hooks/useCellSpacing.d.ts.map +1 -0
- package/dts/hooks/useCheckboxGroupState.d.ts +3 -0
- package/dts/hooks/useCheckboxGroupState.d.ts.map +1 -0
- package/dts/hooks/useContentSize.d.ts +7 -0
- package/dts/hooks/useContentSize.d.ts.map +1 -0
- package/dts/hooks/useDeviceColorScheme.d.ts +4 -0
- package/dts/hooks/useDeviceColorScheme.d.ts.map +1 -0
- package/dts/hooks/useDeviceFontScale.d.ts +3 -0
- package/dts/hooks/useDeviceFontScale.d.ts.map +1 -0
- package/dts/hooks/useDimensions.d.ts +7 -0
- package/dts/hooks/useDimensions.d.ts.map +1 -0
- package/dts/hooks/useDotPinStyles.d.ts +10 -0
- package/dts/hooks/useDotPinStyles.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/useHasNotch.d.ts +2 -0
- package/dts/hooks/useHasNotch.d.ts.map +1 -0
- package/dts/hooks/useHorizontallyScrollingPressables.d.ts +16 -0
- package/dts/hooks/useHorizontallyScrollingPressables.d.ts.map +1 -0
- package/dts/hooks/useInputBorderAnimation.d.ts +12 -0
- package/dts/hooks/useInputBorderAnimation.d.ts.map +1 -0
- package/dts/hooks/useInputBorderStyle.d.ts +20 -0
- package/dts/hooks/useInputBorderStyle.d.ts.map +1 -0
- package/dts/hooks/useLayout.d.ts +4 -0
- package/dts/hooks/useLayout.d.ts.map +1 -0
- package/dts/hooks/usePressAnimation.d.ts +8 -0
- package/dts/hooks/usePressAnimation.d.ts.map +1 -0
- package/dts/hooks/useSafeBottomPadding.d.ts +2 -0
- package/dts/hooks/useSafeBottomPadding.d.ts.map +1 -0
- package/dts/hooks/useScreenReaderStatus.d.ts +7 -0
- package/dts/hooks/useScreenReaderStatus.d.ts.map +1 -0
- package/dts/hooks/useScrollOffset.d.ts +8 -0
- package/dts/hooks/useScrollOffset.d.ts.map +1 -0
- package/dts/hooks/useScrollTo.d.ts +20 -0
- package/dts/hooks/useScrollTo.d.ts.map +1 -0
- package/dts/hooks/useSelectionCellBorderStyle.d.ts +24 -0
- package/dts/hooks/useSelectionCellBorderStyle.d.ts.map +1 -0
- package/dts/hooks/useStatusBarHeight.d.ts +6 -0
- package/dts/hooks/useStatusBarHeight.d.ts.map +1 -0
- package/dts/hooks/useTextAlign.d.ts +8 -0
- package/dts/hooks/useTextAlign.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/useWebBrowserOpener.d.ts +3 -0
- package/dts/hooks/useWebBrowserOpener.d.ts.map +1 -0
- package/dts/icons/Icon.d.ts +41 -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 +5 -0
- package/dts/icons/SubBrandLogoMark.d.ts.map +1 -0
- package/dts/icons/SubBrandLogoWordmark.d.ts +5 -0
- package/dts/icons/SubBrandLogoWordmark.d.ts.map +1 -0
- package/dts/icons/TextIcon.d.ts +23 -0
- package/dts/icons/TextIcon.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 +5 -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 +3 -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/index.d.ts +7 -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 +3 -0
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts +3 -0
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +3 -0
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +3 -0
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +3 -0
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +4 -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 +48 -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 +4 -0
- package/dts/index.d.ts.map +1 -0
- package/dts/layout/Box.d.ts +66 -0
- package/dts/layout/Box.d.ts.map +1 -0
- package/dts/layout/Divider.d.ts +18 -0
- package/dts/layout/Divider.d.ts.map +1 -0
- package/dts/layout/Fallback.d.ts +21 -0
- package/dts/layout/Fallback.d.ts.map +1 -0
- package/dts/layout/Group.d.ts +88 -0
- package/dts/layout/Group.d.ts.map +1 -0
- package/dts/layout/HStack.d.ts +22 -0
- package/dts/layout/HStack.d.ts.map +1 -0
- package/dts/layout/OverflowGradient.d.ts +9 -0
- package/dts/layout/OverflowGradient.d.ts.map +1 -0
- package/dts/layout/Spacer.d.ts +28 -0
- package/dts/layout/Spacer.d.ts.map +1 -0
- package/dts/layout/VStack.d.ts +22 -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 +3 -0
- package/dts/layout/__stories__/Box.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Divider.stories.d.ts +3 -0
- package/dts/layout/__stories__/Divider.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Group.stories.d.ts +3 -0
- package/dts/layout/__stories__/Group.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__/Spacer.stories.d.ts +3 -0
- package/dts/layout/__stories__/Spacer.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/index.d.ts +9 -0
- package/dts/layout/index.d.ts.map +1 -0
- package/dts/loaders/Spinner.d.ts +4 -0
- package/dts/loaders/Spinner.d.ts.map +1 -0
- package/dts/loaders/__stories__/Spinner.stories.d.ts +3 -0
- package/dts/loaders/__stories__/Spinner.stories.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 +36 -0
- package/dts/media/Avatar.d.ts.map +1 -0
- package/dts/media/Carousel/Carousel.d.ts +25 -0
- package/dts/media/Carousel/Carousel.d.ts.map +1 -0
- package/dts/media/Carousel/CarouselItem.d.ts +16 -0
- package/dts/media/Carousel/CarouselItem.d.ts.map +1 -0
- package/dts/media/Carousel/CarouselItemContext.d.ts +23 -0
- package/dts/media/Carousel/CarouselItemContext.d.ts.map +1 -0
- package/dts/media/Carousel/__tests__/Carousel.test.d.ts +2 -0
- package/dts/media/Carousel/__tests__/Carousel.test.d.ts.map +1 -0
- package/dts/media/Carousel/__tests__/useCarousel.test.d.ts +2 -0
- package/dts/media/Carousel/__tests__/useCarousel.test.d.ts.map +1 -0
- package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts +2 -0
- package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts.map +1 -0
- package/dts/media/Carousel/index.d.ts +5 -0
- package/dts/media/Carousel/index.d.ts.map +1 -0
- package/dts/media/Carousel/types.d.ts +28 -0
- package/dts/media/Carousel/types.d.ts.map +1 -0
- package/dts/media/Carousel/useCarousel.d.ts +14 -0
- package/dts/media/Carousel/useCarousel.d.ts.map +1 -0
- package/dts/media/Carousel/useCarouselItem.d.ts +4 -0
- package/dts/media/Carousel/useCarouselItem.d.ts.map +1 -0
- package/dts/media/Carousel/useDismissCarouselItem.d.ts +12 -0
- package/dts/media/Carousel/useDismissCarouselItem.d.ts.map +1 -0
- package/dts/media/RemoteImage.d.ts +66 -0
- package/dts/media/RemoteImage.d.ts.map +1 -0
- package/dts/media/RemoteImageFallbackXmls/dark.d.ts +2 -0
- package/dts/media/RemoteImageFallbackXmls/dark.d.ts.map +1 -0
- package/dts/media/RemoteImageFallbackXmls/light.d.ts +2 -0
- package/dts/media/RemoteImageFallbackXmls/light.d.ts.map +1 -0
- package/dts/media/RemoteImageGroup.d.ts +26 -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 +3 -0
- package/dts/media/__stories__/Avatar.stories.d.ts.map +1 -0
- package/dts/media/__stories__/CarouselAlphaExample.d.ts +7 -0
- package/dts/media/__stories__/CarouselAlphaExample.d.ts.map +1 -0
- package/dts/media/__stories__/CarouselMedia.stories.d.ts +3 -0
- package/dts/media/__stories__/CarouselMedia.stories.d.ts.map +1 -0
- package/dts/media/__stories__/RemoteImage.stories.d.ts +3 -0
- package/dts/media/__stories__/RemoteImage.stories.d.ts.map +1 -0
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +5 -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__/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/__tests__/getSource.test.d.ts +2 -0
- package/dts/media/__tests__/getSource.test.d.ts.map +1 -0
- package/dts/media/index.d.ts +5 -0
- package/dts/media/index.d.ts.map +1 -0
- package/dts/motion/AnimatedCaret.d.ts +18 -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 +52 -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 +3 -0
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +1 -0
- package/dts/motion/__stories__/HintMotion.stories.d.ts +3 -0
- package/dts/motion/__stories__/HintMotion.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__/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__/convertMotionConfig.test.d.ts +2 -0
- package/dts/motion/__tests__/convertMotionConfig.test.d.ts.map +1 -0
- package/dts/motion/__tests__/withMotionTiming.test.d.ts +2 -0
- package/dts/motion/__tests__/withMotionTiming.test.d.ts.map +1 -0
- package/dts/motion/convertMotionConfig.d.ts +44 -0
- package/dts/motion/convertMotionConfig.d.ts.map +1 -0
- package/dts/motion/types.d.ts +8 -0
- package/dts/motion/types.d.ts.map +1 -0
- package/dts/motion/withMotionTiming.d.ts +10 -0
- package/dts/motion/withMotionTiming.d.ts.map +1 -0
- package/dts/multi-content-module/MultiContentModule.d.ts +30 -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 +6 -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/BrowserBar.d.ts +30 -0
- package/dts/navigation/BrowserBar.d.ts.map +1 -0
- package/dts/navigation/BrowserBarSearchInput.d.ts +15 -0
- package/dts/navigation/BrowserBarSearchInput.d.ts.map +1 -0
- package/dts/navigation/NavBarIconButton.d.ts +16 -0
- package/dts/navigation/NavBarIconButton.d.ts.map +1 -0
- package/dts/navigation/NavigationSubtitle.d.ts +7 -0
- package/dts/navigation/NavigationSubtitle.d.ts.map +1 -0
- package/dts/navigation/NavigationTitle.d.ts +4 -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/TopNavBar.d.ts +65 -0
- package/dts/navigation/TopNavBar.d.ts.map +1 -0
- package/dts/navigation/__figma__/BrowserBar.figma.d.ts +2 -0
- package/dts/navigation/__figma__/BrowserBar.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/TopNavBar.figma.d.ts +2 -0
- package/dts/navigation/__figma__/TopNavBar.figma.d.ts.map +1 -0
- package/dts/navigation/__stories__/BrowserBar.stories.d.ts +3 -0
- package/dts/navigation/__stories__/BrowserBar.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts +3 -0
- package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts +3 -0
- package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts +3 -0
- package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +3 -0
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +3 -0
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/TopNavBar.stories.d.ts +3 -0
- package/dts/navigation/__stories__/TopNavBar.stories.d.ts.map +1 -0
- package/dts/navigation/__tests__/BrowserBar.test.d.ts +2 -0
- package/dts/navigation/__tests__/BrowserBar.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts +2 -0
- package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/NavBarIconButton.test.d.ts +2 -0
- package/dts/navigation/__tests__/NavBarIconButton.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/NavigationSubtitle.test.d.ts +2 -0
- package/dts/navigation/__tests__/NavigationSubtitle.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__/NavigationTitleSelect.test.d.ts +2 -0
- package/dts/navigation/__tests__/NavigationTitleSelect.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/TopNavBar.test.d.ts +2 -0
- package/dts/navigation/__tests__/TopNavBar.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 +483 -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 +15 -0
- package/dts/numbers/RollingNumber/useColorPulse.d.ts.map +1 -0
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts +7 -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/numpad/Numpad.d.ts +67 -0
- package/dts/numpad/Numpad.d.ts.map +1 -0
- package/dts/numpad/__figma__/Numpad.figma.d.ts +2 -0
- package/dts/numpad/__figma__/Numpad.figma.d.ts.map +1 -0
- package/dts/numpad/__stories__/Numpad.stories.d.ts +3 -0
- package/dts/numpad/__stories__/Numpad.stories.d.ts.map +1 -0
- package/dts/numpad/__tests__/Numpad.test.d.ts +2 -0
- package/dts/numpad/__tests__/Numpad.test.d.ts.map +1 -0
- package/dts/overlays/Alert.d.ts +84 -0
- package/dts/overlays/Alert.d.ts.map +1 -0
- package/dts/overlays/PortalProvider.d.ts +18 -0
- package/dts/overlays/PortalProvider.d.ts.map +1 -0
- package/dts/overlays/Toast.d.ts +28 -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__/AlertBasic.stories.d.ts +3 -0
- package/dts/overlays/__stories__/AlertBasic.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts +3 -0
- package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/AlertOverModal.stories.d.ts +3 -0
- package/dts/overlays/__stories__/AlertOverModal.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/AlertPortal.stories.d.ts +3 -0
- package/dts/overlays/__stories__/AlertPortal.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts +3 -0
- package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts +3 -0
- package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/DrawerBottom.stories.d.ts +3 -0
- package/dts/overlays/__stories__/DrawerBottom.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/DrawerFallback.stories.d.ts +3 -0
- package/dts/overlays/__stories__/DrawerFallback.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/DrawerLeft.stories.d.ts +3 -0
- package/dts/overlays/__stories__/DrawerLeft.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/DrawerMisc.stories.d.ts +3 -0
- package/dts/overlays/__stories__/DrawerMisc.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/DrawerRight.stories.d.ts +3 -0
- package/dts/overlays/__stories__/DrawerRight.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts +3 -0
- package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/DrawerTop.stories.d.ts +3 -0
- package/dts/overlays/__stories__/DrawerTop.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Drawers.d.ts +15 -0
- package/dts/overlays/__stories__/Drawers.d.ts.map +1 -0
- package/dts/overlays/__stories__/ModalBackButton.stories.d.ts +3 -0
- package/dts/overlays/__stories__/ModalBackButton.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/ModalBasic.stories.d.ts +3 -0
- package/dts/overlays/__stories__/ModalBasic.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/ModalLong.stories.d.ts +3 -0
- package/dts/overlays/__stories__/ModalLong.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/ModalPortal.stories.d.ts +3 -0
- package/dts/overlays/__stories__/ModalPortal.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Overlay.stories.d.ts +3 -0
- package/dts/overlays/__stories__/Overlay.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Toast.stories.d.ts +3 -0
- package/dts/overlays/__stories__/Toast.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TooltipV2.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TooltipV2.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayAction.stories.d.ts +6 -0
- package/dts/overlays/__stories__/TrayAction.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayBasic.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayBasic.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayFallback.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayFallback.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayInformational.stories.d.ts +5 -0
- package/dts/overlays/__stories__/TrayInformational.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayMessaging.stories.d.ts +4 -0
- package/dts/overlays/__stories__/TrayMessaging.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayMisc.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayMisc.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayNavigation.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayNavigation.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayPromotional.stories.d.ts +4 -0
- package/dts/overlays/__stories__/TrayPromotional.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayScrollable.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayScrollable.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayTall.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayTall.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts +3 -0
- package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Trays.d.ts +11 -0
- package/dts/overlays/__stories__/Trays.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__/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/drawer/Drawer.d.ts +108 -0
- package/dts/overlays/drawer/Drawer.d.ts.map +1 -0
- package/dts/overlays/drawer/DrawerStatusBar.d.ts +9 -0
- package/dts/overlays/drawer/DrawerStatusBar.d.ts.map +1 -0
- package/dts/overlays/drawer/__tests__/Drawer.test.d.ts +2 -0
- package/dts/overlays/drawer/__tests__/Drawer.test.d.ts.map +1 -0
- package/dts/overlays/drawer/__tests__/useDrawerSpacing.test.d.ts +2 -0
- package/dts/overlays/drawer/__tests__/useDrawerSpacing.test.d.ts.map +1 -0
- package/dts/overlays/drawer/useDrawerAnimation.d.ts +18 -0
- package/dts/overlays/drawer/useDrawerAnimation.d.ts.map +1 -0
- package/dts/overlays/drawer/useDrawerPanResponder.d.ts +15 -0
- package/dts/overlays/drawer/useDrawerPanResponder.d.ts.map +1 -0
- package/dts/overlays/drawer/useDrawerSpacing.d.ts +23 -0
- package/dts/overlays/drawer/useDrawerSpacing.d.ts.map +1 -0
- package/dts/overlays/handlebar/HandleBar.d.ts +6 -0
- package/dts/overlays/handlebar/HandleBar.d.ts.map +1 -0
- package/dts/overlays/index.d.ts +12 -0
- package/dts/overlays/index.d.ts.map +1 -0
- package/dts/overlays/modal/Modal.d.ts +35 -0
- package/dts/overlays/modal/Modal.d.ts.map +1 -0
- package/dts/overlays/modal/ModalBody.d.ts +6 -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/__figma__/Modal.figma.d.ts +2 -0
- package/dts/overlays/modal/__figma__/Modal.figma.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/modal/useModalAnimation.d.ts +6 -0
- package/dts/overlays/modal/useModalAnimation.d.ts.map +1 -0
- package/dts/overlays/overlay/Overlay.d.ts +9 -0
- package/dts/overlays/overlay/Overlay.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/overlay/__tests__/useOverlayAnimation.test.d.ts +2 -0
- package/dts/overlays/overlay/__tests__/useOverlayAnimation.test.d.ts.map +1 -0
- package/dts/overlays/overlay/useOverlayAnimation.d.ts +8 -0
- package/dts/overlays/overlay/useOverlayAnimation.d.ts.map +1 -0
- package/dts/overlays/tooltip/InternalTooltip.d.ts +4 -0
- package/dts/overlays/tooltip/InternalTooltip.d.ts.map +1 -0
- package/dts/overlays/tooltip/Tooltip.d.ts +4 -0
- package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -0
- package/dts/overlays/tooltip/TooltipProps.d.ts +82 -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__/InternalTooltip.test.d.ts +2 -0
- package/dts/overlays/tooltip/__tests__/InternalTooltip.test.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/__tests__/UseTooltipPositionTestData.d.ts +19 -0
- package/dts/overlays/tooltip/__tests__/UseTooltipPositionTestData.d.ts.map +1 -0
- package/dts/overlays/tooltip/useTooltipAnimation.d.ts +9 -0
- package/dts/overlays/tooltip/useTooltipAnimation.d.ts.map +1 -0
- package/dts/overlays/tooltip/useTooltipPosition.d.ts +7 -0
- package/dts/overlays/tooltip/useTooltipPosition.d.ts.map +1 -0
- package/dts/overlays/tray/Tray.d.ts +37 -0
- package/dts/overlays/tray/Tray.d.ts.map +1 -0
- package/dts/overlays/tray/__figma__/Tray.figma.d.ts +2 -0
- package/dts/overlays/tray/__figma__/Tray.figma.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/useAlertAnimation.d.ts +7 -0
- package/dts/overlays/useAlertAnimation.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/overlays/useToastAnimation.d.ts +6 -0
- package/dts/overlays/useToastAnimation.d.ts.map +1 -0
- package/dts/overlays/useToastPanResponder.d.ts +11 -0
- package/dts/overlays/useToastPanResponder.d.ts.map +1 -0
- package/dts/page/PageFooter.d.ts +41 -0
- package/dts/page/PageFooter.d.ts.map +1 -0
- package/dts/page/PageHeader.d.ts +105 -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 +3 -0
- package/dts/page/__stories__/PageFooter.stories.d.ts.map +1 -0
- package/dts/page/__stories__/PageFooterInPage.stories.d.ts +3 -0
- package/dts/page/__stories__/PageFooterInPage.stories.d.ts.map +1 -0
- package/dts/page/__stories__/PageHeader.stories.d.ts +3 -0
- package/dts/page/__stories__/PageHeader.stories.d.ts.map +1 -0
- package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts +3 -0
- package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts.map +1 -0
- package/dts/page/__stories__/PageHeaderInPage.stories.d.ts +3 -0
- package/dts/page/__stories__/PageHeaderInPage.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/section-header/SectionHeader.d.ts +13 -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 +3 -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/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 +193 -0
- package/dts/stepper/Stepper.d.ts.map +1 -0
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +3 -0
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +1 -0
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts +3 -0
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +1 -0
- package/dts/stepper/index.d.ts +11 -0
- package/dts/stepper/index.d.ts.map +1 -0
- package/dts/sticky-footer/StickyFooter.d.ts +34 -0
- package/dts/sticky-footer/StickyFooter.d.ts.map +1 -0
- package/dts/sticky-footer/__figma__/StickyFooter.figma.d.ts +2 -0
- package/dts/sticky-footer/__figma__/StickyFooter.figma.d.ts.map +1 -0
- package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts +3 -0
- package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts.map +1 -0
- package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts +3 -0
- package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts.map +1 -0
- package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts +2 -0
- package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts.map +1 -0
- package/dts/styles/fallbackShimmer.d.ts +5 -0
- package/dts/styles/fallbackShimmer.d.ts.map +1 -0
- package/dts/styles/getBorderStyles.d.ts +33 -0
- package/dts/styles/getBorderStyles.d.ts.map +1 -0
- package/dts/styles/getFlushStyles.d.ts +9 -0
- package/dts/styles/getFlushStyles.d.ts.map +1 -0
- package/dts/styles/getInteractableStyles.d.ts +47 -0
- package/dts/styles/getInteractableStyles.d.ts.map +1 -0
- package/dts/styles/pinStyles.d.ts +29 -0
- package/dts/styles/pinStyles.d.ts.map +1 -0
- package/dts/styles/styleProps.d.ts +117 -0
- package/dts/styles/styleProps.d.ts.map +1 -0
- package/dts/system/AndroidNavigationBar.d.ts +7 -0
- package/dts/system/AndroidNavigationBar.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/Interactable.d.ts +69 -0
- package/dts/system/Interactable.d.ts.map +1 -0
- package/dts/system/Pressable.d.ts +68 -0
- package/dts/system/Pressable.d.ts.map +1 -0
- package/dts/system/PressableOpacity.d.ts +6 -0
- package/dts/system/PressableOpacity.d.ts.map +1 -0
- package/dts/system/StatusBar.d.ts +14 -0
- package/dts/system/StatusBar.d.ts.map +1 -0
- package/dts/system/ThemeProvider.d.ts +17 -0
- package/dts/system/ThemeProvider.d.ts.map +1 -0
- package/dts/system/__figma__/AndroidNavigationBar.figma.d.ts +2 -0
- package/dts/system/__figma__/AndroidNavigationBar.figma.d.ts.map +1 -0
- package/dts/system/__stories__/Frontier.stories.d.ts +3 -0
- package/dts/system/__stories__/Frontier.stories.d.ts.map +1 -0
- package/dts/system/__stories__/Palette.stories.d.ts +3 -0
- package/dts/system/__stories__/Palette.stories.d.ts.map +1 -0
- package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts +3 -0
- package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts.map +1 -0
- package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts +3 -0
- package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts.map +1 -0
- package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts +3 -0
- package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts.map +1 -0
- package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts +3 -0
- package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts.map +1 -0
- package/dts/system/__stories__/PatternError.stories.d.ts +3 -0
- package/dts/system/__stories__/PatternError.stories.d.ts.map +1 -0
- package/dts/system/__stories__/Pressable.stories.d.ts +3 -0
- package/dts/system/__stories__/Pressable.stories.d.ts.map +1 -0
- package/dts/system/__stories__/PressableOpacity.stories.d.ts +3 -0
- package/dts/system/__stories__/PressableOpacity.stories.d.ts.map +1 -0
- package/dts/system/__stories__/Spectrum.stories.d.ts +4 -0
- package/dts/system/__stories__/Spectrum.stories.d.ts.map +1 -0
- package/dts/system/__stories__/ThemeProvider.stories.d.ts +3 -0
- package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +1 -0
- package/dts/system/__tests__/AndroidNavigationBar.test.d.ts +2 -0
- package/dts/system/__tests__/AndroidNavigationBar.test.d.ts.map +1 -0
- package/dts/system/__tests__/StatusBar.test.d.ts +2 -0
- package/dts/system/__tests__/StatusBar.test.d.ts.map +1 -0
- package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts +2 -0
- package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts.map +1 -0
- package/dts/system/index.d.ts +8 -0
- package/dts/system/index.d.ts.map +1 -0
- package/dts/tabs/SegmentedTab.d.ts +25 -0
- package/dts/tabs/SegmentedTab.d.ts.map +1 -0
- package/dts/tabs/SegmentedTabs.d.ts +10 -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 +25 -0
- package/dts/tabs/TabIndicator.d.ts.map +1 -0
- package/dts/tabs/TabLabel.d.ts +15 -0
- package/dts/tabs/TabLabel.d.ts.map +1 -0
- package/dts/tabs/TabNavigation.d.ts +80 -0
- package/dts/tabs/TabNavigation.d.ts.map +1 -0
- package/dts/tabs/Tabs.d.ts +36 -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__/SegmentedTabs.stories.d.ts +3 -0
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts +3 -0
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabLabel.stories.d.ts +3 -0
- package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts +3 -0
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/Tabs.stories.d.ts +3 -0
- package/dts/tabs/__stories__/Tabs.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/__tests__/useDotAnimation.test.d.ts +2 -0
- package/dts/tabs/hooks/__tests__/useDotAnimation.test.d.ts.map +1 -0
- package/dts/tabs/hooks/useDotAnimation.d.ts +8 -0
- package/dts/tabs/hooks/useDotAnimation.d.ts.map +1 -0
- package/dts/tabs/hooks/useTabIndicatorStyles.d.ts +14 -0
- package/dts/tabs/hooks/useTabIndicatorStyles.d.ts.map +1 -0
- package/dts/tabs/index.d.ts +6 -0
- package/dts/tabs/index.d.ts.map +1 -0
- package/dts/tag/Tag.d.ts +47 -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 +3 -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 +556 -0
- package/dts/themes/coinbaseDenseTheme.d.ts.map +1 -0
- package/dts/themes/coinbaseHighContrastTheme.d.ts +555 -0
- package/dts/themes/coinbaseHighContrastTheme.d.ts.map +1 -0
- package/dts/themes/coinbaseTheme.d.ts +555 -0
- package/dts/themes/coinbaseTheme.d.ts.map +1 -0
- package/dts/themes/defaultHighContrastTheme.d.ts +555 -0
- package/dts/themes/defaultHighContrastTheme.d.ts.map +1 -0
- package/dts/themes/defaultTheme.d.ts +555 -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 +5 -0
- package/dts/tour/DefaultTourStepArrow.d.ts.map +1 -0
- package/dts/tour/Tour.d.ts +66 -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 +4 -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/typography/Link.d.ts +38 -0
- package/dts/typography/Link.d.ts.map +1 -0
- package/dts/typography/Text.d.ts +116 -0
- package/dts/typography/Text.d.ts.map +1 -0
- package/dts/typography/TextBody.d.ts +24 -0
- package/dts/typography/TextBody.d.ts.map +1 -0
- package/dts/typography/TextCaption.d.ts +24 -0
- package/dts/typography/TextCaption.d.ts.map +1 -0
- package/dts/typography/TextDisplay1.d.ts +24 -0
- package/dts/typography/TextDisplay1.d.ts.map +1 -0
- package/dts/typography/TextDisplay2.d.ts +24 -0
- package/dts/typography/TextDisplay2.d.ts.map +1 -0
- package/dts/typography/TextDisplay3.d.ts +24 -0
- package/dts/typography/TextDisplay3.d.ts.map +1 -0
- package/dts/typography/TextHeadline.d.ts +24 -0
- package/dts/typography/TextHeadline.d.ts.map +1 -0
- package/dts/typography/TextInherited.d.ts +24 -0
- package/dts/typography/TextInherited.d.ts.map +1 -0
- package/dts/typography/TextLabel1.d.ts +24 -0
- package/dts/typography/TextLabel1.d.ts.map +1 -0
- package/dts/typography/TextLabel2.d.ts +24 -0
- package/dts/typography/TextLabel2.d.ts.map +1 -0
- package/dts/typography/TextLegal.d.ts +24 -0
- package/dts/typography/TextLegal.d.ts.map +1 -0
- package/dts/typography/TextTitle1.d.ts +24 -0
- package/dts/typography/TextTitle1.d.ts.map +1 -0
- package/dts/typography/TextTitle2.d.ts +24 -0
- package/dts/typography/TextTitle2.d.ts.map +1 -0
- package/dts/typography/TextTitle3.d.ts +24 -0
- package/dts/typography/TextTitle3.d.ts.map +1 -0
- package/dts/typography/TextTitle4.d.ts +24 -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 +3 -0
- package/dts/typography/__stories__/Link.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/Text.stories.d.ts +3 -0
- package/dts/typography/__stories__/Text.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextBody.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextBody.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextCaption.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextCaption.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextCore.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextCore.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextDisplay1.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextDisplay1.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextDisplay2.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextDisplay2.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextDisplay3.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextDisplay3.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextExamples.d.ts +8 -0
- package/dts/typography/__stories__/TextExamples.d.ts.map +1 -0
- package/dts/typography/__stories__/TextHeadline.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextHeadline.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextLabel1.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextLabel1.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextLabel2.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextLabel2.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextLegal.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextLegal.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextTitle1.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextTitle1.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextTitle2.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextTitle2.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextTitle3.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextTitle3.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/TextTitle4.stories.d.ts +3 -0
- package/dts/typography/__stories__/TextTitle4.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 +16 -0
- package/dts/typography/index.d.ts.map +1 -0
- package/dts/utils/__tests__/debounce.test.d.ts +2 -0
- package/dts/utils/__tests__/debounce.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__/isValidURL.test.d.ts +2 -0
- package/dts/utils/__tests__/isValidURL.test.d.ts.map +1 -0
- package/dts/utils/__tests__/openWebBrowser.test.d.ts +2 -0
- package/dts/utils/__tests__/openWebBrowser.test.d.ts.map +1 -0
- package/dts/utils/customTabsHelper.d.ts +5 -0
- package/dts/utils/customTabsHelper.d.ts.map +1 -0
- package/dts/utils/debounce.d.ts +3 -0
- package/dts/utils/debounce.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/getAdjustedFontScale.d.ts +3 -0
- package/dts/utils/getAdjustedFontScale.d.ts.map +1 -0
- package/dts/utils/getSpacerStyle.d.ts +16 -0
- package/dts/utils/getSpacerStyle.d.ts.map +1 -0
- package/dts/utils/haptics.d.ts +9 -0
- package/dts/utils/haptics.d.ts.map +1 -0
- package/dts/utils/isValidURL.d.ts +2 -0
- package/dts/utils/isValidURL.d.ts.map +1 -0
- package/dts/utils/openWebBrowser.d.ts +42 -0
- package/dts/utils/openWebBrowser.d.ts.map +1 -0
- package/dts/utils/testHelpers.d.ts +578 -0
- package/dts/utils/testHelpers.d.ts.map +1 -0
- package/dts/visualizations/Counter.d.ts +10 -0
- package/dts/visualizations/Counter.d.ts.map +1 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts +3 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts.map +1 -0
- package/dts/visualizations/ProgressBar.d.ts +95 -0
- package/dts/visualizations/ProgressBar.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +57 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +38 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts.map +1 -0
- package/dts/visualizations/ProgressCircle.d.ts +134 -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/ProgressIndicator.d.ts +39 -0
- package/dts/visualizations/ProgressIndicator.d.ts.map +1 -0
- package/dts/visualizations/ProgressTextLabel.d.ts +15 -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 +3 -0
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +1 -0
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +3 -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/__tests__/ProgressIndicator.test.d.ts +2 -0
- package/dts/visualizations/__tests__/ProgressIndicator.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 +7 -0
- package/dts/visualizations/index.d.ts.map +1 -0
- package/esm/accordion/Accordion.js +30 -0
- package/esm/accordion/AccordionHeader.js +104 -0
- package/esm/accordion/AccordionItem.js +51 -0
- package/esm/accordion/AccordionPanel.js +25 -0
- package/esm/accordion/__figma__/Accordion.figma.js +42 -0
- package/esm/accordion/__stories__/Accordion.stories.js +275 -0
- package/esm/accordion/index.js +2 -0
- package/esm/alpha/carousel/Carousel.js +244 -0
- package/esm/alpha/carousel/CarouselControlsWrapper.js +29 -0
- package/esm/alpha/carousel/CarouselItem.js +134 -0
- package/esm/alpha/carousel/types.js +1 -0
- package/esm/alpha/carousel/useCarousel.js +25 -0
- package/esm/alpha/carousel/useCarouselItem.js +36 -0
- package/esm/animation/AnimationProps.js +1 -0
- package/esm/animation/Lottie.e2e.js +2 -0
- package/esm/animation/Lottie.js +55 -0
- package/esm/animation/LottieStatusAnimation.js +29 -0
- package/esm/animation/__stories__/Lottie.stories.js +33 -0
- package/esm/animation/__stories__/LottieStatusAnimation.stories.js +39 -0
- package/esm/animation/convertMotionConfig.js +30 -0
- package/esm/animation/createLottie.e2e.js +2 -0
- package/esm/animation/createLottie.js +104 -0
- package/esm/animation/index.js +6 -0
- package/esm/animation/lottieProgresConfig.js +6 -0
- package/esm/animation/mocks.js +45 -0
- package/esm/animation/types.js +1 -0
- package/esm/animation/useLottie.e2e.js +2 -0
- package/esm/animation/useLottie.js +10 -0
- package/esm/animation/useLottieColorFilters.js +42 -0
- package/esm/animation/useRotateAnimation.js +26 -0
- package/esm/banner/Banner.js +209 -0
- package/esm/banner/__stories__/Banner.stories.js +310 -0
- package/esm/buttons/AvatarButton.js +37 -0
- package/esm/buttons/Button.js +140 -0
- package/esm/buttons/ButtonGroup.js +34 -0
- package/esm/buttons/DefaultSlideButtonBackground.js +45 -0
- package/esm/buttons/DefaultSlideButtonHandle.js +138 -0
- package/esm/buttons/IconButton.js +87 -0
- package/esm/buttons/IconCounterButton.js +42 -0
- package/esm/buttons/SlideButton.js +145 -0
- package/esm/buttons/__figma__/AvatarButton.figma.js +25 -0
- package/esm/buttons/__figma__/Button.figma.js +65 -0
- package/esm/buttons/__figma__/ButtonGroup.figma.js +48 -0
- package/esm/buttons/__figma__/IconButton.figma.js +29 -0
- package/esm/buttons/__figma__/SlideButton.figma.js +26 -0
- package/esm/buttons/__stories__/AvatarButton.stories.js +132 -0
- package/esm/buttons/__stories__/Button.stories.js +181 -0
- package/esm/buttons/__stories__/ButtonGroup.stories.js +170 -0
- package/esm/buttons/__stories__/IconButton.stories.js +183 -0
- package/esm/buttons/__stories__/IconCounterButton.stories.js +80 -0
- package/esm/buttons/__stories__/SlideButton.stories.js +169 -0
- package/esm/buttons/index.js +6 -0
- package/esm/cards/AnnouncementCard.js +43 -0
- package/esm/cards/Card.js +100 -0
- package/esm/cards/CardBody.js +169 -0
- package/esm/cards/CardFooter.js +23 -0
- package/esm/cards/CardGroup.js +30 -0
- package/esm/cards/CardHeader.js +40 -0
- package/esm/cards/CardMedia.js +48 -0
- package/esm/cards/CardRemoteImage.js +18 -0
- package/esm/cards/ContainedAssetCard.js +78 -0
- package/esm/cards/ContentCard/ContentCard.js +29 -0
- package/esm/cards/ContentCard/ContentCardBody.js +47 -0
- package/esm/cards/ContentCard/ContentCardFooter.js +20 -0
- package/esm/cards/ContentCard/ContentCardHeader.js +46 -0
- package/esm/cards/ContentCard/__figma__/ContentCard.figma.js +32 -0
- package/esm/cards/ContentCard/__figma__/ContentCardBody.figma.js +39 -0
- package/esm/cards/ContentCard/__figma__/ContentCardFooter.figma.js +142 -0
- package/esm/cards/ContentCard/__figma__/ContentCardHeader.figma.js +25 -0
- package/esm/cards/ContentCard/index.js +4 -0
- package/esm/cards/DataCard.js +68 -0
- package/esm/cards/FeatureEntryCard.js +39 -0
- package/esm/cards/FeedCard.js +95 -0
- package/esm/cards/FloatingAssetCard.js +65 -0
- package/esm/cards/LikeButton.js +89 -0
- package/esm/cards/NudgeCard.js +121 -0
- package/esm/cards/UpsellCard.js +92 -0
- package/esm/cards/__figma__/AnnouncementCard.figma.js +18 -0
- package/esm/cards/__figma__/ContainedAssetCard.figma.js +39 -0
- package/esm/cards/__figma__/FloatingAssetCard.figma.js +30 -0
- package/esm/cards/__figma__/NudgeCard.figma.js +54 -0
- package/esm/cards/__figma__/UpsellCard.figma.js +46 -0
- package/esm/cards/__stories__/Card.stories.js +396 -0
- package/esm/cards/__stories__/ContainedAssetCard.stories.js +134 -0
- package/esm/cards/__stories__/ContentCard.stories.js +332 -0
- package/esm/cards/__stories__/FloatingAssetCard.stories.js +81 -0
- package/esm/cards/__stories__/NudgeCard.stories.js +179 -0
- package/esm/cards/__stories__/UpsellCard.stories.js +143 -0
- package/esm/cards/index.js +12 -0
- package/esm/carousel/Carousel.js +391 -0
- package/esm/carousel/CarouselItem.js +58 -0
- package/esm/carousel/DefaultCarouselNavigation.js +52 -0
- package/esm/carousel/DefaultCarouselPagination.js +49 -0
- package/esm/carousel/__stories__/Carousel.stories.js +740 -0
- package/esm/carousel/index.js +4 -0
- package/esm/cells/Cell.js +158 -0
- package/esm/cells/CellAccessory.js +43 -0
- package/esm/cells/CellDetail.js +35 -0
- package/esm/cells/CellHelperText.js +34 -0
- package/esm/cells/CellMedia.js +68 -0
- package/esm/cells/ContentCell.js +99 -0
- package/esm/cells/ContentCellFallback.js +43 -0
- package/esm/cells/ListCell.js +78 -0
- package/esm/cells/ListCellFallback.js +110 -0
- package/esm/cells/MediaFallback.js +23 -0
- package/esm/cells/__figma__/ContentCell.figma.js +35 -0
- package/esm/cells/__figma__/ListCell.figma.js +74 -0
- package/esm/cells/__stories__/ContentCell.stories.js +227 -0
- package/esm/cells/__stories__/ContentCellFallback.stories.js +96 -0
- package/esm/cells/__stories__/ListCell.stories.js +763 -0
- package/esm/cells/__stories__/ListCellFallback.stories.js +244 -0
- package/esm/cells/index.js +6 -0
- package/esm/chips/Chip.js +63 -0
- package/esm/chips/ChipProps.js +1 -0
- package/esm/chips/InputChip.js +28 -0
- package/esm/chips/SelectChip.js +124 -0
- package/esm/chips/TabbedChips.js +84 -0
- package/esm/chips/__figma__/InputChip.figma.js +26 -0
- package/esm/chips/__figma__/SelectChip.figma.js +39 -0
- package/esm/chips/__figma__/TabbedChips.figma.js +55 -0
- package/esm/chips/__stories__/Chip.stories.js +108 -0
- package/esm/chips/__stories__/InputChip.stories.js +48 -0
- package/esm/chips/__stories__/SelectChip.stories.js +128 -0
- package/esm/chips/__stories__/TabbedChips.stories.js +65 -0
- package/esm/coachmark/Coachmark.js +73 -0
- package/esm/coachmark/__figma__/Coachmark.figma.js +41 -0
- package/esm/coachmark/__stories__/Coachmark.stories.js +107 -0
- package/esm/collapsible/Collapsible.js +128 -0
- package/esm/collapsible/__stories__/Collapsible.stories.js +127 -0
- package/esm/collapsible/index.js +1 -0
- package/esm/collapsible/useCollapsibleAnimation.js +37 -0
- package/esm/collapsible/useCollapsibleDirection.js +23 -0
- package/esm/collapsible/useToggleAnimation.js +19 -0
- package/esm/controls/Checkbox.js +95 -0
- package/esm/controls/CheckboxCell.js +188 -0
- package/esm/controls/CheckboxGroup.js +102 -0
- package/esm/controls/Control.js +155 -0
- package/esm/controls/ControlGroup.js +46 -0
- package/esm/controls/HelperText.js +52 -0
- package/esm/controls/InputIcon.js +39 -0
- package/esm/controls/InputIconButton.js +39 -0
- package/esm/controls/InputLabel.js +17 -0
- package/esm/controls/InputStack.js +131 -0
- package/esm/controls/Menu.js +19 -0
- package/esm/controls/NativeInput.js +61 -0
- package/esm/controls/Radio.js +101 -0
- package/esm/controls/RadioCell.js +186 -0
- package/esm/controls/RadioGroup.js +95 -0
- package/esm/controls/SearchInput.js +102 -0
- package/esm/controls/Select.js +197 -0
- package/esm/controls/SelectContext.js +18 -0
- package/esm/controls/SelectOption.js +71 -0
- package/esm/controls/Switch.js +102 -0
- package/esm/controls/TextInput.js +201 -0
- package/esm/controls/__figma__/Checkbox.figma.js +27 -0
- package/esm/controls/__figma__/CheckboxCell.figma.js +38 -0
- package/esm/controls/__figma__/CheckboxGroup.figma.js +23 -0
- package/esm/controls/__figma__/RadioCell.figma.js +38 -0
- package/esm/controls/__figma__/RadioGroup.figma.js +47 -0
- package/esm/controls/__figma__/SearchInput.figma.js +35 -0
- package/esm/controls/__figma__/Select.figma.js +62 -0
- package/esm/controls/__figma__/SelectOption.figma.js +35 -0
- package/esm/controls/__figma__/Switch.figma.js +16 -0
- package/esm/controls/__figma__/TextInput.figma.js +125 -0
- package/esm/controls/__stories__/Checkbox.stories.js +143 -0
- package/esm/controls/__stories__/CheckboxCell.stories.js +292 -0
- package/esm/controls/__stories__/ControlGroup.stories.js +235 -0
- package/esm/controls/__stories__/InputIcon.stories.js +134 -0
- package/esm/controls/__stories__/InputIconButton.stories.js +120 -0
- package/esm/controls/__stories__/InputStack.stories.js +208 -0
- package/esm/controls/__stories__/RadioCell.stories.js +296 -0
- package/esm/controls/__stories__/RadioGroup.stories.js +141 -0
- package/esm/controls/__stories__/SearchInput.stories.js +200 -0
- package/esm/controls/__stories__/Select.stories.js +422 -0
- package/esm/controls/__stories__/SelectOption.stories.js +60 -0
- package/esm/controls/__stories__/Switch.stories.js +69 -0
- package/esm/controls/__stories__/TextInput.stories.js +543 -0
- package/esm/controls/context.js +2 -0
- package/esm/controls/index.js +15 -0
- package/esm/controls/useControlMotionProps.js +35 -0
- package/esm/controls/useSelect.js +13 -0
- package/esm/core/theme.js +1 -0
- package/esm/dates/DateInput.js +107 -0
- package/esm/dates/DatePicker.js +119 -0
- package/esm/dates/__figma__/DatePicker.figma.js +43 -0
- package/esm/dates/__stories__/DateInput.stories.js +68 -0
- package/esm/dates/__stories__/DatePicker.stories.js +34 -0
- package/esm/dots/DotCount.js +140 -0
- package/esm/dots/DotStatusColor.js +61 -0
- package/esm/dots/DotSymbol.js +101 -0
- package/esm/dots/__figma__/DotCount.figma.js +16 -0
- package/esm/dots/__figma__/DotStatusColor.figma.js +23 -0
- package/esm/dots/__figma__/DotSymbol.figma.js +45 -0
- package/esm/dots/__stories__/Dot.stories.js +480 -0
- package/esm/dots/__stories__/DotMisc.stories.js +39 -0
- package/esm/dots/dotStyles.js +10 -0
- package/esm/dots/index.js +3 -0
- package/esm/dots/useDotsLayout.js +8 -0
- package/esm/examples/ExampleScreen.js +76 -0
- package/esm/gradients/LinearGradient.js +67 -0
- package/esm/gradients/__stories__/LinearGradient.stories.js +78 -0
- package/esm/hooks/useA11y.js +36 -0
- package/esm/hooks/useAnimatedTransition.js +24 -0
- package/esm/hooks/useAppState.js +15 -0
- package/esm/hooks/useCellSpacing.js +27 -0
- package/esm/hooks/useCheckboxGroupState.js +1 -0
- package/esm/hooks/useContentSize.js +15 -0
- package/esm/hooks/useDeviceColorScheme.js +25 -0
- package/esm/hooks/useDeviceFontScale.js +20 -0
- package/esm/hooks/useDimensions.js +19 -0
- package/esm/hooks/useDotPinStyles.js +28 -0
- package/esm/hooks/useEventHandler.js +6 -0
- package/esm/hooks/useHasNotch.js +9 -0
- package/esm/hooks/useHorizontallyScrollingPressables.js +104 -0
- package/esm/hooks/useInputBorderAnimation.js +32 -0
- package/esm/hooks/useInputBorderStyle.js +55 -0
- package/esm/hooks/useLayout.js +14 -0
- package/esm/hooks/usePressAnimation.js +23 -0
- package/esm/hooks/useSafeBottomPadding.js +11 -0
- package/esm/hooks/useScreenReaderStatus.js +25 -0
- package/esm/hooks/useScrollOffset.js +36 -0
- package/esm/hooks/useScrollTo.js +32 -0
- package/esm/hooks/useSelectionCellBorderStyle.js +58 -0
- package/esm/hooks/useStatusBarHeight.js +36 -0
- package/esm/hooks/useTextAlign.js +19 -0
- package/esm/hooks/useTheme.js +9 -0
- package/esm/hooks/useWebBrowserOpener.js +27 -0
- package/esm/icons/Icon.js +86 -0
- package/esm/icons/LogoMark.js +35 -0
- package/esm/icons/LogoWordmark.js +29 -0
- package/esm/icons/SubBrandLogoMark.js +33 -0
- package/esm/icons/SubBrandLogoWordmark.js +33 -0
- package/esm/icons/TextIcon.js +48 -0
- package/esm/icons/__figma__/Icon.figma.js +2996 -0
- package/esm/icons/__figma__/LogoMark.figma.js +20 -0
- package/esm/icons/__figma__/LogoWordmark.figma.js +32 -0
- package/esm/icons/__figma__/SubBrandLogoMark.figma.js +47 -0
- package/esm/icons/__figma__/SubBrandLogoWordmark.figma.js +48 -0
- package/esm/icons/__stories__/Icon.stories.js +98 -0
- package/esm/icons/__stories__/IconSheet.js +27 -0
- package/esm/icons/__stories__/Logo.stories.js +332 -0
- package/esm/icons/index.js +6 -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 +2104 -0
- package/esm/illustrations/__figma__/Pictogram.figma.js +1774 -0
- package/esm/illustrations/__figma__/SpotIcon.figma.js +340 -0
- package/esm/illustrations/__figma__/SpotRectangle.figma.js +1102 -0
- package/esm/illustrations/__figma__/SpotSquare.figma.js +1192 -0
- package/esm/illustrations/__stories__/HeroSquare.stories.js +2 -0
- package/esm/illustrations/__stories__/Pictogram.stories.js +2 -0
- package/esm/illustrations/__stories__/SpotIcon.stories.js +2 -0
- package/esm/illustrations/__stories__/SpotRectangle.stories.js +2 -0
- package/esm/illustrations/__stories__/SpotSquare.stories.js +2 -0
- package/esm/illustrations/__stories__/getIllustrationSheet.js +164 -0
- package/esm/illustrations/createIllustration.js +55 -0
- package/esm/illustrations/index.js +5 -0
- package/esm/index.js +3 -0
- package/esm/jest.d.js +3 -0
- package/esm/layout/Box.js +250 -0
- package/esm/layout/Divider.js +37 -0
- package/esm/layout/Fallback.js +98 -0
- package/esm/layout/Group.js +40 -0
- package/esm/layout/HStack.js +16 -0
- package/esm/layout/OverflowGradient.js +74 -0
- package/esm/layout/Spacer.js +44 -0
- package/esm/layout/VStack.js +16 -0
- package/esm/layout/__figma__/Divider.figma.js +27 -0
- package/esm/layout/__figma__/Fallback.figma.js +21 -0
- package/esm/layout/__stories__/Box.stories.js +327 -0
- package/esm/layout/__stories__/Divider.stories.js +34 -0
- package/esm/layout/__stories__/Group.stories.js +109 -0
- package/esm/layout/__stories__/LoremIpsum.js +25 -0
- package/esm/layout/__stories__/Spacer.stories.js +115 -0
- package/esm/layout/index.js +8 -0
- package/esm/loaders/Spinner.js +21 -0
- package/esm/loaders/__stories__/Spinner.stories.js +18 -0
- package/esm/loaders/index.js +1 -0
- package/esm/media/Avatar.js +119 -0
- package/esm/media/Carousel/Carousel.js +152 -0
- package/esm/media/Carousel/CarouselItem.js +64 -0
- package/esm/media/Carousel/CarouselItemContext.js +22 -0
- package/esm/media/Carousel/index.js +4 -0
- package/esm/media/Carousel/types.js +1 -0
- package/esm/media/Carousel/useCarousel.js +23 -0
- package/esm/media/Carousel/useCarouselItem.js +17 -0
- package/esm/media/Carousel/useDismissCarouselItem.js +65 -0
- package/esm/media/RemoteImage.js +178 -0
- package/esm/media/RemoteImageFallbackXmls/dark.js +3 -0
- package/esm/media/RemoteImageFallbackXmls/light.js +3 -0
- package/esm/media/RemoteImageGroup.js +111 -0
- package/esm/media/__figma__/Avatar.figma.js +56 -0
- package/esm/media/__stories__/Avatar.stories.js +134 -0
- package/esm/media/__stories__/CarouselAlphaExample.js +93 -0
- package/esm/media/__stories__/CarouselMedia.stories.js +183 -0
- package/esm/media/__stories__/RemoteImage.stories.js +269 -0
- package/esm/media/__stories__/RemoteImageGroup.stories.js +289 -0
- package/esm/media/index.js +4 -0
- package/esm/motion/AnimatedCaret.js +61 -0
- package/esm/motion/ColorSurge.js +44 -0
- package/esm/motion/Pulse.js +54 -0
- package/esm/motion/Shake.js +51 -0
- package/esm/motion/__stories__/AnimatedCaret.stories.js +27 -0
- package/esm/motion/__stories__/HintMotion.stories.js +182 -0
- package/esm/motion/convertMotionConfig.js +34 -0
- package/esm/motion/types.js +1 -0
- package/esm/motion/withMotionTiming.js +16 -0
- package/esm/multi-content-module/MultiContentModule.js +59 -0
- package/esm/multi-content-module/__figma__/MultiContentModule.figma.js +31 -0
- package/esm/multi-content-module/__stories__/MultiContentModule.stories.js +390 -0
- package/esm/navigation/BrowserBar.js +77 -0
- package/esm/navigation/BrowserBarSearchInput.js +43 -0
- package/esm/navigation/NavBarIconButton.js +61 -0
- package/esm/navigation/NavigationSubtitle.js +19 -0
- package/esm/navigation/NavigationTitle.js +18 -0
- package/esm/navigation/NavigationTitleSelect.js +84 -0
- package/esm/navigation/TopNavBar.js +121 -0
- package/esm/navigation/__figma__/BrowserBar.figma.js +58 -0
- package/esm/navigation/__figma__/TopNavBar.figma.js +312 -0
- package/esm/navigation/__stories__/BrowserBar.stories.js +121 -0
- package/esm/navigation/__stories__/BrowserBarSearchInput.stories.js +62 -0
- package/esm/navigation/__stories__/NavBarIconButton.stories.js +59 -0
- package/esm/navigation/__stories__/NavigationSubtitle.stories.js +152 -0
- package/esm/navigation/__stories__/NavigationTitle.stories.js +198 -0
- package/esm/navigation/__stories__/NavigationTitleSelect.stories.js +253 -0
- package/esm/navigation/__stories__/TopNavBar.stories.js +108 -0
- package/esm/navigation/index.js +7 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.js +33 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.js +73 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberMask.js +27 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.js +31 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.js +97 -0
- package/esm/numbers/RollingNumber/RollingNumber.js +270 -0
- package/esm/numbers/RollingNumber/index.js +6 -0
- package/esm/numbers/RollingNumber/useColorPulse.js +48 -0
- package/esm/numbers/__stories__/RollingNumber.stories.js +1008 -0
- package/esm/numbers/index.js +1 -0
- package/esm/numpad/Numpad.js +150 -0
- package/esm/numpad/__figma__/Numpad.figma.js +63 -0
- package/esm/numpad/__stories__/Numpad.stories.js +230 -0
- package/esm/overlays/Alert.js +147 -0
- package/esm/overlays/PortalProvider.js +56 -0
- package/esm/overlays/Toast.js +126 -0
- package/esm/overlays/__figma__/Alert.figma.js +32 -0
- package/esm/overlays/__figma__/Toast.figma.js +51 -0
- package/esm/overlays/__stories__/AlertBasic.stories.js +35 -0
- package/esm/overlays/__stories__/AlertLongTitle.stories.js +35 -0
- package/esm/overlays/__stories__/AlertOverModal.stories.js +72 -0
- package/esm/overlays/__stories__/AlertPortal.stories.js +47 -0
- package/esm/overlays/__stories__/AlertSingleAction.stories.js +34 -0
- package/esm/overlays/__stories__/AlertVerticalActions.stories.js +36 -0
- package/esm/overlays/__stories__/DrawerBottom.stories.js +15 -0
- package/esm/overlays/__stories__/DrawerFallback.stories.js +92 -0
- package/esm/overlays/__stories__/DrawerLeft.stories.js +15 -0
- package/esm/overlays/__stories__/DrawerMisc.stories.js +52 -0
- package/esm/overlays/__stories__/DrawerRight.stories.js +15 -0
- package/esm/overlays/__stories__/DrawerScrollable.stories.js +82 -0
- package/esm/overlays/__stories__/DrawerTop.stories.js +15 -0
- package/esm/overlays/__stories__/Drawers.js +138 -0
- package/esm/overlays/__stories__/ModalBackButton.stories.js +47 -0
- package/esm/overlays/__stories__/ModalBasic.stories.js +46 -0
- package/esm/overlays/__stories__/ModalLong.stories.js +54 -0
- package/esm/overlays/__stories__/ModalPortal.stories.js +50 -0
- package/esm/overlays/__stories__/Overlay.stories.js +48 -0
- package/esm/overlays/__stories__/Toast.stories.js +69 -0
- package/esm/overlays/__stories__/TooltipV2.stories.js +297 -0
- package/esm/overlays/__stories__/TrayAction.stories.js +195 -0
- package/esm/overlays/__stories__/TrayBasic.stories.js +13 -0
- package/esm/overlays/__stories__/TrayFallback.stories.js +16 -0
- package/esm/overlays/__stories__/TrayFeedCard.stories.js +57 -0
- package/esm/overlays/__stories__/TrayInformational.stories.js +158 -0
- package/esm/overlays/__stories__/TrayMessaging.stories.js +74 -0
- package/esm/overlays/__stories__/TrayMisc.stories.js +187 -0
- package/esm/overlays/__stories__/TrayNavigation.stories.js +73 -0
- package/esm/overlays/__stories__/TrayPromotional.stories.js +74 -0
- package/esm/overlays/__stories__/TrayScrollable.stories.js +15 -0
- package/esm/overlays/__stories__/TrayTall.stories.js +16 -0
- package/esm/overlays/__stories__/TrayWithTitle.stories.js +15 -0
- package/esm/overlays/__stories__/Trays.js +119 -0
- package/esm/overlays/drawer/Drawer.js +183 -0
- package/esm/overlays/drawer/DrawerStatusBar.js +21 -0
- package/esm/overlays/drawer/useDrawerAnimation.js +76 -0
- package/esm/overlays/drawer/useDrawerPanResponder.js +181 -0
- package/esm/overlays/drawer/useDrawerSpacing.js +40 -0
- package/esm/overlays/handlebar/HandleBar.js +40 -0
- package/esm/overlays/index.js +11 -0
- package/esm/overlays/modal/Modal.js +100 -0
- package/esm/overlays/modal/ModalBody.js +48 -0
- package/esm/overlays/modal/ModalFooter.js +39 -0
- package/esm/overlays/modal/ModalHeader.js +63 -0
- package/esm/overlays/modal/__figma__/Modal.figma.js +74 -0
- package/esm/overlays/modal/useModalAnimation.js +24 -0
- package/esm/overlays/overlay/Overlay.js +31 -0
- package/esm/overlays/overlay/useOverlayAnimation.js +32 -0
- package/esm/overlays/tooltip/InternalTooltip.js +92 -0
- package/esm/overlays/tooltip/Tooltip.js +107 -0
- package/esm/overlays/tooltip/TooltipProps.js +1 -0
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +90 -0
- package/esm/overlays/tooltip/useTooltipAnimation.js +31 -0
- package/esm/overlays/tooltip/useTooltipPosition.js +76 -0
- package/esm/overlays/tray/Tray.js +90 -0
- package/esm/overlays/tray/__figma__/Tray.figma.js +225 -0
- package/esm/overlays/useAlertAnimation.js +16 -0
- package/esm/overlays/useModal.js +6 -0
- package/esm/overlays/usePortal.js +2 -0
- package/esm/overlays/useToast.js +39 -0
- package/esm/overlays/useToastAnimation.js +24 -0
- package/esm/overlays/useToastPanResponder.js +92 -0
- package/esm/page/PageFooter.js +23 -0
- package/esm/page/PageHeader.js +58 -0
- package/esm/page/__figma__/PageFooter.figma.js +18 -0
- package/esm/page/__figma__/PageHeader.figma.js +58 -0
- package/esm/page/__stories__/PageFooter.stories.js +57 -0
- package/esm/page/__stories__/PageFooterInPage.stories.js +82 -0
- package/esm/page/__stories__/PageHeader.stories.js +210 -0
- package/esm/page/__stories__/PageHeaderInErrorEmptyState.stories.js +71 -0
- package/esm/page/__stories__/PageHeaderInPage.stories.js +79 -0
- package/esm/section-header/SectionHeader.js +60 -0
- package/esm/section-header/__figma__/SectionHeader.figma.js +50 -0
- package/esm/section-header/__stories__/SectionHeader.stories.js +133 -0
- package/esm/stepper/DefaultStepperHeaderHorizontal.js +78 -0
- package/esm/stepper/DefaultStepperIconVertical.js +34 -0
- package/esm/stepper/DefaultStepperLabelVertical.js +61 -0
- package/esm/stepper/DefaultStepperProgressHorizontal.js +42 -0
- package/esm/stepper/DefaultStepperProgressVertical.js +87 -0
- package/esm/stepper/DefaultStepperStepHorizontal.js +146 -0
- package/esm/stepper/DefaultStepperStepVertical.js +156 -0
- package/esm/stepper/DefaultStepperSubstepContainerHorizontal.js +20 -0
- package/esm/stepper/DefaultStepperSubstepContainerVertical.js +18 -0
- package/esm/stepper/Stepper.js +220 -0
- package/esm/stepper/__stories__/StepperHorizontal.stories.js +321 -0
- package/esm/stepper/__stories__/StepperVertical.stories.js +575 -0
- package/esm/stepper/index.js +12 -0
- package/esm/sticky-footer/StickyFooter.js +31 -0
- package/esm/sticky-footer/__figma__/StickyFooter.figma.js +25 -0
- package/esm/sticky-footer/__stories__/StickyFooter.stories.js +52 -0
- package/esm/sticky-footer/__stories__/StickyFooterWithTray.stories.js +103 -0
- package/esm/styles/fallbackShimmer.js +4 -0
- package/esm/styles/getBorderStyles.js +60 -0
- package/esm/styles/getFlushStyles.js +18 -0
- package/esm/styles/getInteractableStyles.js +60 -0
- package/esm/styles/pinStyles.js +28 -0
- package/esm/styles/styleProps.js +89 -0
- package/esm/system/AndroidNavigationBar.js +42 -0
- package/esm/system/EventHandlerProvider.js +7 -0
- package/esm/system/Interactable.js +64 -0
- package/esm/system/Pressable.js +255 -0
- package/esm/system/PressableOpacity.js +20 -0
- package/esm/system/StatusBar.js +66 -0
- package/esm/system/ThemeProvider.js +51 -0
- package/esm/system/__figma__/AndroidNavigationBar.figma.js +23 -0
- package/esm/system/__stories__/Frontier.stories.js +100 -0
- package/esm/system/__stories__/Palette.stories.js +100 -0
- package/esm/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.js +95 -0
- package/esm/system/__stories__/PatternDisclosureHighFrictionRisk.stories.js +116 -0
- package/esm/system/__stories__/PatternDisclosureLowFriction.stories.js +100 -0
- package/esm/system/__stories__/PatternDisclosureMedFriction.stories.js +100 -0
- package/esm/system/__stories__/PatternError.stories.js +62 -0
- package/esm/system/__stories__/Pressable.stories.js +175 -0
- package/esm/system/__stories__/PressableOpacity.stories.js +33 -0
- package/esm/system/__stories__/Spectrum.stories.js +38 -0
- package/esm/system/__stories__/ThemeProvider.stories.js +171 -0
- package/esm/system/index.js +7 -0
- package/esm/tabs/SegmentedTab.js +76 -0
- package/esm/tabs/SegmentedTabs.js +28 -0
- package/esm/tabs/SegmentedTabsActiveIndicator.js +15 -0
- package/esm/tabs/TabIndicator.js +46 -0
- package/esm/tabs/TabLabel.js +111 -0
- package/esm/tabs/TabNavigation.js +145 -0
- package/esm/tabs/Tabs.js +143 -0
- package/esm/tabs/__figma__/SegmentedTabs.figma.js +79 -0
- package/esm/tabs/__figma__/TabNavigation.figma.js +83 -0
- package/esm/tabs/__stories__/SegmentedTabs.stories.js +209 -0
- package/esm/tabs/__stories__/TabIndicator.stories.js +34 -0
- package/esm/tabs/__stories__/TabLabel.stories.js +55 -0
- package/esm/tabs/__stories__/TabNavigation.stories.js +148 -0
- package/esm/tabs/__stories__/Tabs.stories.js +79 -0
- package/esm/tabs/hooks/useDotAnimation.js +48 -0
- package/esm/tabs/hooks/useTabIndicatorStyles.js +24 -0
- package/esm/tabs/index.js +5 -0
- package/esm/tag/Tag.js +48 -0
- package/esm/tag/__figma__/Tag.figma.js +78 -0
- package/esm/tag/__stories__/Tag.stories.js +57 -0
- package/esm/themes/coinbaseDenseTheme.js +122 -0
- package/esm/themes/coinbaseHighContrastTheme.js +568 -0
- package/esm/themes/coinbaseTheme.js +568 -0
- package/esm/themes/defaultHighContrastTheme.js +568 -0
- package/esm/themes/defaultTheme.js +568 -0
- package/esm/tour/DefaultTourMask.js +63 -0
- package/esm/tour/DefaultTourStepArrow.js +38 -0
- package/esm/tour/Tour.js +141 -0
- package/esm/tour/TourStep.js +24 -0
- package/esm/tour/__stories__/Tour.stories.js +423 -0
- package/esm/tour/index.js +4 -0
- package/esm/typography/Link.js +46 -0
- package/esm/typography/Text.js +203 -0
- package/esm/typography/TextBody.js +16 -0
- package/esm/typography/TextCaption.js +16 -0
- package/esm/typography/TextDisplay1.js +18 -0
- package/esm/typography/TextDisplay2.js +18 -0
- package/esm/typography/TextDisplay3.js +18 -0
- package/esm/typography/TextHeadline.js +16 -0
- package/esm/typography/TextInherited.js +16 -0
- package/esm/typography/TextLabel1.js +16 -0
- package/esm/typography/TextLabel2.js +16 -0
- package/esm/typography/TextLegal.js +16 -0
- package/esm/typography/TextTitle1.js +18 -0
- package/esm/typography/TextTitle2.js +18 -0
- package/esm/typography/TextTitle3.js +16 -0
- package/esm/typography/TextTitle4.js +16 -0
- package/esm/typography/__figma__/Link.figma.js +28 -0
- package/esm/typography/__stories__/Link.stories.js +295 -0
- package/esm/typography/__stories__/Text.stories.js +93 -0
- package/esm/typography/__stories__/TextBody.stories.js +7 -0
- package/esm/typography/__stories__/TextCaption.stories.js +7 -0
- package/esm/typography/__stories__/TextCore.stories.js +7 -0
- package/esm/typography/__stories__/TextDisplay1.stories.js +7 -0
- package/esm/typography/__stories__/TextDisplay2.stories.js +7 -0
- package/esm/typography/__stories__/TextDisplay3.stories.js +7 -0
- package/esm/typography/__stories__/TextExamples.js +176 -0
- package/esm/typography/__stories__/TextHeadline.stories.js +7 -0
- package/esm/typography/__stories__/TextLabel1.stories.js +7 -0
- package/esm/typography/__stories__/TextLabel2.stories.js +7 -0
- package/esm/typography/__stories__/TextLegal.stories.js +7 -0
- package/esm/typography/__stories__/TextTitle1.stories.js +7 -0
- package/esm/typography/__stories__/TextTitle2.stories.js +7 -0
- package/esm/typography/__stories__/TextTitle3.stories.js +7 -0
- package/esm/typography/__stories__/TextTitle4.stories.js +7 -0
- package/esm/typography/index.js +15 -0
- package/esm/utils/customTabsHelper.js +8 -0
- package/esm/utils/debounce.js +16 -0
- package/esm/utils/flattenAndJoinNodes.js +47 -0
- package/esm/utils/getAdjustedFontScale.js +13 -0
- package/esm/utils/getSpacerStyle.js +27 -0
- package/esm/utils/haptics.js +22 -0
- package/esm/utils/isValidURL.js +4 -0
- package/esm/utils/openWebBrowser.js +61 -0
- package/esm/utils/testHelpers.js +31 -0
- package/esm/visualizations/Counter.js +45 -0
- package/esm/visualizations/DefaultProgressCircleContent.js +21 -0
- package/esm/visualizations/ProgressBar.js +105 -0
- package/esm/visualizations/ProgressBarWithFixedLabels.js +146 -0
- package/esm/visualizations/ProgressBarWithFloatLabel.js +106 -0
- package/esm/visualizations/ProgressCircle.js +162 -0
- package/esm/visualizations/ProgressContainerWithButtons.js +39 -0
- package/esm/visualizations/ProgressIndicator.js +58 -0
- package/esm/visualizations/ProgressTextLabel.js +50 -0
- package/esm/visualizations/VisualizationContainer.js +31 -0
- package/esm/visualizations/__figma__/ProgressBar.figma.js +99 -0
- package/esm/visualizations/__figma__/ProgressCircle.figma.js +26 -0
- package/esm/visualizations/__stories__/ProgressBar.stories.js +478 -0
- package/esm/visualizations/__stories__/ProgressCircle.stories.js +432 -0
- package/esm/visualizations/getProgressBarLabelParts.js +11 -0
- package/esm/visualizations/index.js +6 -0
- package/package.json +186 -5
- package/index.js +0 -1
|
@@ -0,0 +1,555 @@
|
|
|
1
|
+
export declare const defaultThemeId = "cds-default";
|
|
2
|
+
export declare const defaultTheme: {
|
|
3
|
+
readonly id: "cds-default";
|
|
4
|
+
readonly lightSpectrum: {
|
|
5
|
+
readonly blue0: "245,248,255";
|
|
6
|
+
readonly blue5: "211,225,255";
|
|
7
|
+
readonly blue10: "176,202,255";
|
|
8
|
+
readonly blue15: "146,182,255";
|
|
9
|
+
readonly blue20: "115,162,255";
|
|
10
|
+
readonly blue30: "70,132,255";
|
|
11
|
+
readonly blue40: "38,110,255";
|
|
12
|
+
readonly blue50: "16,94,255";
|
|
13
|
+
readonly blue60: "0,82,255";
|
|
14
|
+
readonly blue70: "0,75,235";
|
|
15
|
+
readonly blue80: "0,62,193";
|
|
16
|
+
readonly blue90: "0,41,130";
|
|
17
|
+
readonly blue100: "0,24,77";
|
|
18
|
+
readonly green0: "245,255,251";
|
|
19
|
+
readonly green5: "203,245,227";
|
|
20
|
+
readonly green10: "163,235,205";
|
|
21
|
+
readonly green15: "131,224,186";
|
|
22
|
+
readonly green20: "101,214,167";
|
|
23
|
+
readonly green30: "60,194,138";
|
|
24
|
+
readonly green40: "34,173,115";
|
|
25
|
+
readonly green50: "18,153,97";
|
|
26
|
+
readonly green60: "9,133,81";
|
|
27
|
+
readonly green70: "4,112,67";
|
|
28
|
+
readonly green80: "2,83,50";
|
|
29
|
+
readonly green90: "0,57,35";
|
|
30
|
+
readonly green100: "0,31,18";
|
|
31
|
+
readonly orange0: "255,250,245";
|
|
32
|
+
readonly orange5: "254,232,210";
|
|
33
|
+
readonly orange10: "253,213,176";
|
|
34
|
+
readonly orange15: "251,194,147";
|
|
35
|
+
readonly orange20: "249,174,118";
|
|
36
|
+
readonly orange30: "244,140,76";
|
|
37
|
+
readonly orange40: "237,112,47";
|
|
38
|
+
readonly orange50: "225,89,27";
|
|
39
|
+
readonly orange60: "207,71,14";
|
|
40
|
+
readonly orange70: "181,54,6";
|
|
41
|
+
readonly orange80: "145,39,2";
|
|
42
|
+
readonly orange90: "100,26,0";
|
|
43
|
+
readonly orange100: "51,13,0";
|
|
44
|
+
readonly gray0: "255,255,255";
|
|
45
|
+
readonly gray5: "247,248,249";
|
|
46
|
+
readonly gray10: "238,240,243";
|
|
47
|
+
readonly gray15: "222,225,231";
|
|
48
|
+
readonly gray20: "206,210,219";
|
|
49
|
+
readonly gray30: "177,183,195";
|
|
50
|
+
readonly gray40: "137,144,158";
|
|
51
|
+
readonly gray50: "113,120,134";
|
|
52
|
+
readonly gray60: "91,97,110";
|
|
53
|
+
readonly gray70: "70,75,85";
|
|
54
|
+
readonly gray80: "50,53,61";
|
|
55
|
+
readonly gray90: "30,32,37";
|
|
56
|
+
readonly gray100: "10,11,13";
|
|
57
|
+
readonly indigo0: "246,247,255";
|
|
58
|
+
readonly indigo5: "230,232,255";
|
|
59
|
+
readonly indigo10: "214,218,254";
|
|
60
|
+
readonly indigo15: "198,204,253";
|
|
61
|
+
readonly indigo20: "181,189,253";
|
|
62
|
+
readonly indigo30: "148,161,251";
|
|
63
|
+
readonly indigo40: "116,135,247";
|
|
64
|
+
readonly indigo50: "89,111,242";
|
|
65
|
+
readonly indigo60: "66,91,233";
|
|
66
|
+
readonly indigo70: "47,74,215";
|
|
67
|
+
readonly indigo80: "31,54,173";
|
|
68
|
+
readonly indigo90: "17,32,107";
|
|
69
|
+
readonly indigo100: "8,15,51";
|
|
70
|
+
readonly pink0: "255,245,255";
|
|
71
|
+
readonly pink5: "253,228,253";
|
|
72
|
+
readonly pink10: "251,212,250";
|
|
73
|
+
readonly pink15: "248,195,245";
|
|
74
|
+
readonly pink20: "244,178,240";
|
|
75
|
+
readonly pink30: "235,143,227";
|
|
76
|
+
readonly pink40: "221,110,209";
|
|
77
|
+
readonly pink50: "203,81,187";
|
|
78
|
+
readonly pink60: "179,58,162";
|
|
79
|
+
readonly pink70: "149,39,133";
|
|
80
|
+
readonly pink80: "116,26,102";
|
|
81
|
+
readonly pink90: "83,17,72";
|
|
82
|
+
readonly pink100: "51,10,44";
|
|
83
|
+
readonly purple0: "251,247,255";
|
|
84
|
+
readonly purple5: "244,232,255";
|
|
85
|
+
readonly purple10: "237,217,255";
|
|
86
|
+
readonly purple15: "230,201,255";
|
|
87
|
+
readonly purple20: "222,184,255";
|
|
88
|
+
readonly purple30: "205,153,253";
|
|
89
|
+
readonly purple40: "188,123,251";
|
|
90
|
+
readonly purple50: "157,107,242";
|
|
91
|
+
readonly purple60: "138,85,233";
|
|
92
|
+
readonly purple70: "119,67,215";
|
|
93
|
+
readonly purple80: "90,48,173";
|
|
94
|
+
readonly purple90: "54,27,107";
|
|
95
|
+
readonly purple100: "25,13,51";
|
|
96
|
+
readonly red0: "255,245,246";
|
|
97
|
+
readonly red5: "254,225,228";
|
|
98
|
+
readonly red10: "253,206,210";
|
|
99
|
+
readonly red15: "251,186,191";
|
|
100
|
+
readonly red20: "249,166,173";
|
|
101
|
+
readonly red30: "244,127,136";
|
|
102
|
+
readonly red40: "237,89,102";
|
|
103
|
+
readonly red50: "225,57,71";
|
|
104
|
+
readonly red60: "207,32,47";
|
|
105
|
+
readonly red70: "181,15,29";
|
|
106
|
+
readonly red80: "145,5,16";
|
|
107
|
+
readonly red90: "100,1,9";
|
|
108
|
+
readonly red100: "51,0,4";
|
|
109
|
+
readonly teal0: "240,254,255";
|
|
110
|
+
readonly teal5: "188,246,253";
|
|
111
|
+
readonly teal10: "136,237,251";
|
|
112
|
+
readonly teal15: "93,226,248";
|
|
113
|
+
readonly teal20: "51,213,244";
|
|
114
|
+
readonly teal30: "0,188,235";
|
|
115
|
+
readonly teal40: "0,169,221";
|
|
116
|
+
readonly teal50: "0,147,203";
|
|
117
|
+
readonly teal60: "0,123,179";
|
|
118
|
+
readonly teal70: "0,97,149";
|
|
119
|
+
readonly teal80: "0,71,116";
|
|
120
|
+
readonly teal90: "0,47,83";
|
|
121
|
+
readonly teal100: "0,27,51";
|
|
122
|
+
readonly yellow0: "255,252,241";
|
|
123
|
+
readonly yellow5: "255,244,192";
|
|
124
|
+
readonly yellow10: "255,240,145";
|
|
125
|
+
readonly yellow15: "255,234,100";
|
|
126
|
+
readonly yellow20: "255,228,54";
|
|
127
|
+
readonly yellow30: "247,210,26";
|
|
128
|
+
readonly yellow40: "235,186,0";
|
|
129
|
+
readonly yellow50: "207,151,0";
|
|
130
|
+
readonly yellow60: "174,113,0";
|
|
131
|
+
readonly yellow70: "136,76,0";
|
|
132
|
+
readonly yellow80: "96,48,0";
|
|
133
|
+
readonly yellow90: "58,20,0";
|
|
134
|
+
readonly yellow100: "27,6,0";
|
|
135
|
+
readonly chartreuse0: "245,255,250";
|
|
136
|
+
readonly chartreuse5: "221,251,232";
|
|
137
|
+
readonly chartreuse10: "198,247,209";
|
|
138
|
+
readonly chartreuse15: "176,242,182";
|
|
139
|
+
readonly chartreuse20: "159,238,155";
|
|
140
|
+
readonly chartreuse30: "137,223,117";
|
|
141
|
+
readonly chartreuse40: "127,208,87";
|
|
142
|
+
readonly chartreuse50: "86,179,64";
|
|
143
|
+
readonly chartreuse60: "53,151,48";
|
|
144
|
+
readonly chartreuse70: "35,122,43";
|
|
145
|
+
readonly chartreuse80: "25,93,41";
|
|
146
|
+
readonly chartreuse90: "17,64,35";
|
|
147
|
+
readonly chartreuse100: "7,26,17";
|
|
148
|
+
};
|
|
149
|
+
readonly darkSpectrum: {
|
|
150
|
+
readonly blue0: "0,16,51";
|
|
151
|
+
readonly blue5: "1,29,91";
|
|
152
|
+
readonly blue10: "1,42,130";
|
|
153
|
+
readonly blue15: "3,51,154";
|
|
154
|
+
readonly blue20: "5,59,177";
|
|
155
|
+
readonly blue30: "10,72,206";
|
|
156
|
+
readonly blue40: "19,84,225";
|
|
157
|
+
readonly blue50: "33,98,238";
|
|
158
|
+
readonly blue60: "55,115,245";
|
|
159
|
+
readonly blue70: "87,139,250";
|
|
160
|
+
readonly blue80: "132,170,253";
|
|
161
|
+
readonly blue90: "185,207,255";
|
|
162
|
+
readonly blue100: "245,248,255";
|
|
163
|
+
readonly green0: "0,31,18";
|
|
164
|
+
readonly green5: "0,48,29";
|
|
165
|
+
readonly green10: "1,70,42";
|
|
166
|
+
readonly green15: "2,82,48";
|
|
167
|
+
readonly green20: "2,92,55";
|
|
168
|
+
readonly green30: "6,112,68";
|
|
169
|
+
readonly green40: "11,133,82";
|
|
170
|
+
readonly green50: "21,153,98";
|
|
171
|
+
readonly green60: "39,173,117";
|
|
172
|
+
readonly green70: "68,194,141";
|
|
173
|
+
readonly green80: "111,214,171";
|
|
174
|
+
readonly green90: "171,235,208";
|
|
175
|
+
readonly green100: "245,255,251";
|
|
176
|
+
readonly orange0: "51,13,0";
|
|
177
|
+
readonly orange5: "79,20,0";
|
|
178
|
+
readonly orange10: "107,28,1";
|
|
179
|
+
readonly orange15: "131,36,2";
|
|
180
|
+
readonly orange20: "155,44,4";
|
|
181
|
+
readonly orange30: "189,59,9";
|
|
182
|
+
readonly orange40: "213,76,18";
|
|
183
|
+
readonly orange50: "230,96,32";
|
|
184
|
+
readonly orange60: "240,120,54";
|
|
185
|
+
readonly orange70: "248,150,86";
|
|
186
|
+
readonly orange80: "252,185,131";
|
|
187
|
+
readonly orange90: "254,219,185";
|
|
188
|
+
readonly orange100: "255,250,245";
|
|
189
|
+
readonly gray0: "10,11,13";
|
|
190
|
+
readonly gray5: "20,21,25";
|
|
191
|
+
readonly gray10: "30,32,37";
|
|
192
|
+
readonly gray15: "40,43,49";
|
|
193
|
+
readonly gray20: "50,53,61";
|
|
194
|
+
readonly gray30: "70,75,85";
|
|
195
|
+
readonly gray40: "91,97,110";
|
|
196
|
+
readonly gray50: "114,120,134";
|
|
197
|
+
readonly gray60: "138,145,158";
|
|
198
|
+
readonly gray70: "165,170,182";
|
|
199
|
+
readonly gray80: "193,198,207";
|
|
200
|
+
readonly gray90: "224,226,231";
|
|
201
|
+
readonly gray100: "255,255,255";
|
|
202
|
+
readonly indigo0: "8,15,51";
|
|
203
|
+
readonly indigo5: "14,27,91";
|
|
204
|
+
readonly indigo10: "21,39,130";
|
|
205
|
+
readonly indigo15: "27,47,154";
|
|
206
|
+
readonly indigo20: "33,56,177";
|
|
207
|
+
readonly indigo30: "48,73,206";
|
|
208
|
+
readonly indigo40: "68,92,225";
|
|
209
|
+
readonly indigo50: "92,113,238";
|
|
210
|
+
readonly indigo60: "121,138,245";
|
|
211
|
+
readonly indigo70: "153,165,250";
|
|
212
|
+
readonly indigo80: "187,194,253";
|
|
213
|
+
readonly indigo90: "219,223,255";
|
|
214
|
+
readonly indigo100: "246,247,255";
|
|
215
|
+
readonly pink0: "51,10,44";
|
|
216
|
+
readonly pink5: "70,14,61";
|
|
217
|
+
readonly pink10: "89,19,78";
|
|
218
|
+
readonly pink15: "108,24,94";
|
|
219
|
+
readonly pink20: "126,30,111";
|
|
220
|
+
readonly pink30: "159,44,142";
|
|
221
|
+
readonly pink40: "187,64,170";
|
|
222
|
+
readonly pink50: "208,88,193";
|
|
223
|
+
readonly pink60: "225,117,214";
|
|
224
|
+
readonly pink70: "237,149,230";
|
|
225
|
+
readonly pink80: "246,184,243";
|
|
226
|
+
readonly pink90: "252,217,251";
|
|
227
|
+
readonly pink100: "255,245,255";
|
|
228
|
+
readonly purple0: "25,13,51";
|
|
229
|
+
readonly purple5: "43,22,89";
|
|
230
|
+
readonly purple10: "73,30,137";
|
|
231
|
+
readonly purple15: "97,37,175";
|
|
232
|
+
readonly purple20: "123,45,211";
|
|
233
|
+
readonly purple30: "142,51,234";
|
|
234
|
+
readonly purple40: "164,84,244";
|
|
235
|
+
readonly purple50: "188,123,251";
|
|
236
|
+
readonly purple60: "205,153,253";
|
|
237
|
+
readonly purple70: "217,176,254";
|
|
238
|
+
readonly purple80: "230,201,255";
|
|
239
|
+
readonly purple90: "237,217,255";
|
|
240
|
+
readonly purple100: "251,247,255";
|
|
241
|
+
readonly red0: "51,0,4";
|
|
242
|
+
readonly red5: "79,0,7";
|
|
243
|
+
readonly red10: "107,1,10";
|
|
244
|
+
readonly red15: "131,4,14";
|
|
245
|
+
readonly red20: "155,7,19";
|
|
246
|
+
readonly red30: "189,19,33";
|
|
247
|
+
readonly red40: "213,38,52";
|
|
248
|
+
readonly red50: "230,64,78";
|
|
249
|
+
readonly red60: "240,97,109";
|
|
250
|
+
readonly red70: "248,134,144";
|
|
251
|
+
readonly red80: "252,174,181";
|
|
252
|
+
readonly red90: "254,213,216";
|
|
253
|
+
readonly red100: "255,245,246";
|
|
254
|
+
readonly teal0: "0,20,38";
|
|
255
|
+
readonly teal5: "0,32,59";
|
|
256
|
+
readonly teal10: "0,45,79";
|
|
257
|
+
readonly teal15: "0,58,99";
|
|
258
|
+
readonly teal20: "0,72,118";
|
|
259
|
+
readonly teal30: "0,99,153";
|
|
260
|
+
readonly teal40: "0,125,182";
|
|
261
|
+
readonly teal50: "0,149,205";
|
|
262
|
+
readonly teal60: "0,170,223";
|
|
263
|
+
readonly teal70: "6,190,236";
|
|
264
|
+
readonly teal80: "69,217,245";
|
|
265
|
+
readonly teal90: "149,239,251";
|
|
266
|
+
readonly teal100: "240,254,255";
|
|
267
|
+
readonly yellow0: "27,6,0";
|
|
268
|
+
readonly yellow5: "49,17,0";
|
|
269
|
+
readonly yellow10: "81,40,0";
|
|
270
|
+
readonly yellow15: "96,48,0";
|
|
271
|
+
readonly yellow20: "115,64,0";
|
|
272
|
+
readonly yellow30: "147,96,0";
|
|
273
|
+
readonly yellow40: "175,128,0";
|
|
274
|
+
readonly yellow50: "199,158,0";
|
|
275
|
+
readonly yellow60: "222,189,23";
|
|
276
|
+
readonly yellow70: "229,205,48";
|
|
277
|
+
readonly yellow80: "242,222,94";
|
|
278
|
+
readonly yellow90: "255,240,145";
|
|
279
|
+
readonly yellow100: "255,252,241";
|
|
280
|
+
readonly chartreuse0: "5,22,14";
|
|
281
|
+
readonly chartreuse5: "14,54,29";
|
|
282
|
+
readonly chartreuse10: "21,79,34";
|
|
283
|
+
readonly chartreuse15: "29,103,36";
|
|
284
|
+
readonly chartreuse20: "45,128,40";
|
|
285
|
+
readonly chartreuse30: "73,152,54";
|
|
286
|
+
readonly chartreuse40: "107,176,73";
|
|
287
|
+
readonly chartreuse50: "123,200,105";
|
|
288
|
+
readonly chartreuse60: "140,209,136";
|
|
289
|
+
readonly chartreuse70: "158,217,163";
|
|
290
|
+
readonly chartreuse80: "178,222,188";
|
|
291
|
+
readonly chartreuse90: "209,238,220";
|
|
292
|
+
readonly chartreuse100: "245,255,250";
|
|
293
|
+
};
|
|
294
|
+
readonly lightColor: {
|
|
295
|
+
readonly fg: "rgb(10,11,13)";
|
|
296
|
+
readonly fgMuted: "rgb(91,97,110)";
|
|
297
|
+
readonly fgInverse: "rgb(255,255,255)";
|
|
298
|
+
readonly fgPrimary: "rgb(0,82,255)";
|
|
299
|
+
readonly fgWarning: "rgb(207,71,14)";
|
|
300
|
+
readonly fgPositive: "rgb(9,133,81)";
|
|
301
|
+
readonly fgNegative: "rgb(207,32,47)";
|
|
302
|
+
readonly bg: "rgb(255,255,255)";
|
|
303
|
+
readonly bgAlternate: "rgb(238,240,243)";
|
|
304
|
+
readonly bgInverse: "rgb(10,11,13)";
|
|
305
|
+
readonly bgOverlay: "rgba(50,53,61,0.33)";
|
|
306
|
+
readonly bgPrimary: "rgb(0,82,255)";
|
|
307
|
+
readonly bgPrimaryWash: "rgb(245,248,255)";
|
|
308
|
+
readonly bgSecondary: "rgb(238,240,243)";
|
|
309
|
+
readonly bgTertiary: "rgb(206,210,219)";
|
|
310
|
+
readonly bgSecondaryWash: "rgb(247,248,249)";
|
|
311
|
+
readonly bgNegative: "rgb(207,32,47)";
|
|
312
|
+
readonly bgNegativeWash: "rgb(255,245,246)";
|
|
313
|
+
readonly bgPositive: "rgb(9,133,81)";
|
|
314
|
+
readonly bgPositiveWash: "rgb(245,255,251)";
|
|
315
|
+
readonly bgWarning: "rgb(237,112,47)";
|
|
316
|
+
readonly bgWarningWash: "rgb(255,250,245)";
|
|
317
|
+
readonly currentColor: "currentColor";
|
|
318
|
+
readonly bgLine: "rgba(91,97,110,0.2)";
|
|
319
|
+
readonly bgLineHeavy: "rgba(91,97,110,0.66)";
|
|
320
|
+
readonly bgLineInverse: "rgb(255,255,255)";
|
|
321
|
+
readonly bgLinePrimary: "rgb(0,82,255)";
|
|
322
|
+
readonly bgLinePrimarySubtle: "rgb(115,162,255)";
|
|
323
|
+
readonly bgElevation1: "rgb(255,255,255)";
|
|
324
|
+
readonly bgElevation2: "rgb(255,255,255)";
|
|
325
|
+
readonly accentSubtleGreen: "rgb(245,255,251)";
|
|
326
|
+
readonly accentBoldGreen: "rgb(9,133,81)";
|
|
327
|
+
readonly accentSubtleBlue: "rgb(245,248,255)";
|
|
328
|
+
readonly accentBoldBlue: "rgb(0,82,255)";
|
|
329
|
+
readonly accentSubtlePurple: "rgb(251,247,255)";
|
|
330
|
+
readonly accentBoldPurple: "rgb(90,48,173)";
|
|
331
|
+
readonly accentSubtleYellow: "rgb(255,252,241)";
|
|
332
|
+
readonly accentBoldYellow: "rgb(247,210,26)";
|
|
333
|
+
readonly accentSubtleRed: "rgb(255,245,246)";
|
|
334
|
+
readonly accentBoldRed: "rgb(207,32,47)";
|
|
335
|
+
readonly accentSubtleGray: "rgb(238,240,243)";
|
|
336
|
+
readonly accentBoldGray: "rgb(50,53,61)";
|
|
337
|
+
readonly transparent: "rgba(255,255,255,0)";
|
|
338
|
+
};
|
|
339
|
+
readonly darkColor: {
|
|
340
|
+
readonly fg: "rgb(255,255,255)";
|
|
341
|
+
readonly fgInverse: "rgb(10,11,13)";
|
|
342
|
+
readonly fgMuted: "rgb(138,145,158)";
|
|
343
|
+
readonly fgPrimary: "rgb(87,139,250)";
|
|
344
|
+
readonly fgPositive: "rgb(39,173,117)";
|
|
345
|
+
readonly fgNegative: "rgb(240,97,109)";
|
|
346
|
+
readonly fgWarning: "rgb(248,150,86)";
|
|
347
|
+
readonly bg: "rgb(10,11,13)";
|
|
348
|
+
readonly bgAlternate: "rgb(20,21,25)";
|
|
349
|
+
readonly bgInverse: "rgb(255,255,255)";
|
|
350
|
+
readonly bgOverlay: "rgba(10,11,13,0.33)";
|
|
351
|
+
readonly bgPrimary: "rgb(87,139,250)";
|
|
352
|
+
readonly bgPrimaryWash: "rgb(0,16,51)";
|
|
353
|
+
readonly bgSecondary: "rgb(40,43,49)";
|
|
354
|
+
readonly bgTertiary: "rgb(50,53,61)";
|
|
355
|
+
readonly bgSecondaryWash: "rgb(20,21,25)";
|
|
356
|
+
readonly bgNegative: "rgb(240,97,109)";
|
|
357
|
+
readonly bgNegativeWash: "rgb(51,0,4)";
|
|
358
|
+
readonly bgPositive: "rgb(39,173,117)";
|
|
359
|
+
readonly bgPositiveWash: "rgb(0,31,18)";
|
|
360
|
+
readonly bgWarning: "rgb(199,158,0)";
|
|
361
|
+
readonly bgWarningWash: "rgb(51,13,0)";
|
|
362
|
+
readonly currentColor: "currentColor";
|
|
363
|
+
readonly bgLine: "rgba(138,145,158,0.2)";
|
|
364
|
+
readonly bgLineInverse: "rgb(10,11,13)";
|
|
365
|
+
readonly bgLineHeavy: "rgba(138,145,158,0.66)";
|
|
366
|
+
readonly bgLinePrimary: "rgb(87,139,250)";
|
|
367
|
+
readonly bgLinePrimarySubtle: "rgb(5,59,177)";
|
|
368
|
+
readonly bgElevation1: "rgb(20,21,25)";
|
|
369
|
+
readonly bgElevation2: "rgb(30,32,37)";
|
|
370
|
+
readonly accentSubtleGreen: "rgb(0,31,18)";
|
|
371
|
+
readonly accentBoldGreen: "rgb(39,173,117)";
|
|
372
|
+
readonly accentSubtleBlue: "rgb(0,16,51)";
|
|
373
|
+
readonly accentBoldBlue: "rgb(55,115,245)";
|
|
374
|
+
readonly accentSubtlePurple: "rgb(25,13,51)";
|
|
375
|
+
readonly accentBoldPurple: "rgb(230,201,255)";
|
|
376
|
+
readonly accentSubtleYellow: "rgb(27,6,0)";
|
|
377
|
+
readonly accentBoldYellow: "rgb(147,96,0)";
|
|
378
|
+
readonly accentSubtleRed: "rgb(51,0,4)";
|
|
379
|
+
readonly accentBoldRed: "rgb(240,97,109)";
|
|
380
|
+
readonly accentSubtleGray: "rgb(30,32,37)";
|
|
381
|
+
readonly accentBoldGray: "rgb(193,198,207)";
|
|
382
|
+
readonly transparent: "rgba(10,11,13,0)";
|
|
383
|
+
};
|
|
384
|
+
readonly space: {
|
|
385
|
+
readonly '0': 0;
|
|
386
|
+
readonly '0.25': 2;
|
|
387
|
+
readonly '0.5': 4;
|
|
388
|
+
readonly '0.75': 6;
|
|
389
|
+
readonly '1': 8;
|
|
390
|
+
readonly '1.5': 12;
|
|
391
|
+
readonly '2': 16;
|
|
392
|
+
readonly '3': 24;
|
|
393
|
+
readonly '4': 32;
|
|
394
|
+
readonly '5': 40;
|
|
395
|
+
readonly '6': 48;
|
|
396
|
+
readonly '7': 56;
|
|
397
|
+
readonly '8': 64;
|
|
398
|
+
readonly '9': 72;
|
|
399
|
+
readonly '10': 80;
|
|
400
|
+
};
|
|
401
|
+
readonly borderWidth: {
|
|
402
|
+
readonly '0': 0;
|
|
403
|
+
readonly '100': 1;
|
|
404
|
+
readonly '200': 2;
|
|
405
|
+
readonly '300': 4;
|
|
406
|
+
readonly '400': 6;
|
|
407
|
+
readonly '500': 8;
|
|
408
|
+
};
|
|
409
|
+
readonly borderRadius: {
|
|
410
|
+
readonly '0': 0;
|
|
411
|
+
readonly '100': 4;
|
|
412
|
+
readonly '200': 8;
|
|
413
|
+
readonly '300': 12;
|
|
414
|
+
readonly '400': 16;
|
|
415
|
+
readonly '500': 24;
|
|
416
|
+
readonly '600': 32;
|
|
417
|
+
readonly '700': 40;
|
|
418
|
+
readonly '800': 48;
|
|
419
|
+
readonly '900': 56;
|
|
420
|
+
readonly '1000': 100000;
|
|
421
|
+
};
|
|
422
|
+
readonly iconSize: {
|
|
423
|
+
readonly xs: 12;
|
|
424
|
+
readonly s: 16;
|
|
425
|
+
readonly m: 24;
|
|
426
|
+
readonly l: 32;
|
|
427
|
+
};
|
|
428
|
+
readonly avatarSize: {
|
|
429
|
+
readonly s: 16;
|
|
430
|
+
readonly m: 24;
|
|
431
|
+
readonly l: 32;
|
|
432
|
+
readonly xl: 40;
|
|
433
|
+
readonly xxl: 48;
|
|
434
|
+
readonly xxxl: 56;
|
|
435
|
+
};
|
|
436
|
+
readonly controlSize: {
|
|
437
|
+
readonly checkboxSize: 20;
|
|
438
|
+
readonly radioSize: 20;
|
|
439
|
+
readonly switchWidth: 52;
|
|
440
|
+
readonly switchHeight: 32;
|
|
441
|
+
readonly switchThumbSize: 30;
|
|
442
|
+
readonly tileSize: 106;
|
|
443
|
+
};
|
|
444
|
+
readonly fontFamily: {
|
|
445
|
+
readonly display1: "Inter_400Regular";
|
|
446
|
+
readonly display2: "Inter_400Regular";
|
|
447
|
+
readonly display3: "Inter_400Regular";
|
|
448
|
+
readonly title1: "Inter_600SemiBold";
|
|
449
|
+
readonly title2: "Inter_400Regular";
|
|
450
|
+
readonly title3: "Inter_600SemiBold";
|
|
451
|
+
readonly title4: "Inter_400Regular";
|
|
452
|
+
readonly headline: "Inter_600SemiBold";
|
|
453
|
+
readonly body: "Inter_400Regular";
|
|
454
|
+
readonly label1: "Inter_600SemiBold";
|
|
455
|
+
readonly label2: "Inter_400Regular";
|
|
456
|
+
readonly caption: "Inter_600SemiBold";
|
|
457
|
+
readonly legal: "Inter_400Regular";
|
|
458
|
+
};
|
|
459
|
+
readonly fontFamilyMono: {
|
|
460
|
+
readonly display1: "SourceCodePro_400Regular";
|
|
461
|
+
readonly display2: "SourceCodePro_400Regular";
|
|
462
|
+
readonly display3: "SourceCodePro_400Regular";
|
|
463
|
+
readonly title1: "SourceCodePro_600SemiBold";
|
|
464
|
+
readonly title2: "SourceCodePro_400Regular";
|
|
465
|
+
readonly title3: "SourceCodePro_600SemiBold";
|
|
466
|
+
readonly title4: "SourceCodePro_400Regular";
|
|
467
|
+
readonly headline: "SourceCodePro_600SemiBold";
|
|
468
|
+
readonly body: "SourceCodePro_400Regular";
|
|
469
|
+
readonly label1: "SourceCodePro_600SemiBold";
|
|
470
|
+
readonly label2: "SourceCodePro_400Regular";
|
|
471
|
+
readonly caption: "SourceCodePro_600SemiBold";
|
|
472
|
+
readonly legal: "SourceCodePro_400Regular";
|
|
473
|
+
};
|
|
474
|
+
readonly fontSize: {
|
|
475
|
+
readonly display1: 64;
|
|
476
|
+
readonly display2: 48;
|
|
477
|
+
readonly display3: 40;
|
|
478
|
+
readonly title1: 28;
|
|
479
|
+
readonly title2: 28;
|
|
480
|
+
readonly title3: 20;
|
|
481
|
+
readonly title4: 20;
|
|
482
|
+
readonly headline: 16;
|
|
483
|
+
readonly body: 16;
|
|
484
|
+
readonly label1: 14;
|
|
485
|
+
readonly label2: 14;
|
|
486
|
+
readonly caption: 13;
|
|
487
|
+
readonly legal: 13;
|
|
488
|
+
};
|
|
489
|
+
readonly fontWeight: {
|
|
490
|
+
readonly display1: "400";
|
|
491
|
+
readonly display2: "400";
|
|
492
|
+
readonly display3: "400";
|
|
493
|
+
readonly title1: "600";
|
|
494
|
+
readonly title2: "400";
|
|
495
|
+
readonly title3: "600";
|
|
496
|
+
readonly title4: "400";
|
|
497
|
+
readonly headline: "600";
|
|
498
|
+
readonly body: "400";
|
|
499
|
+
readonly label1: "600";
|
|
500
|
+
readonly label2: "400";
|
|
501
|
+
readonly caption: "600";
|
|
502
|
+
readonly legal: "400";
|
|
503
|
+
};
|
|
504
|
+
readonly lineHeight: {
|
|
505
|
+
readonly display1: 72;
|
|
506
|
+
readonly display2: 56;
|
|
507
|
+
readonly display3: 48;
|
|
508
|
+
readonly title1: 36;
|
|
509
|
+
readonly title2: 36;
|
|
510
|
+
readonly title3: 28;
|
|
511
|
+
readonly title4: 28;
|
|
512
|
+
readonly headline: 24;
|
|
513
|
+
readonly body: 24;
|
|
514
|
+
readonly label1: 20;
|
|
515
|
+
readonly label2: 20;
|
|
516
|
+
readonly caption: 16;
|
|
517
|
+
readonly legal: 16;
|
|
518
|
+
};
|
|
519
|
+
readonly textTransform: {
|
|
520
|
+
readonly display1: "none";
|
|
521
|
+
readonly display2: "none";
|
|
522
|
+
readonly display3: "none";
|
|
523
|
+
readonly title1: "none";
|
|
524
|
+
readonly title2: "none";
|
|
525
|
+
readonly title3: "none";
|
|
526
|
+
readonly title4: "none";
|
|
527
|
+
readonly headline: "none";
|
|
528
|
+
readonly body: "none";
|
|
529
|
+
readonly label1: "none";
|
|
530
|
+
readonly label2: "none";
|
|
531
|
+
readonly caption: "uppercase";
|
|
532
|
+
readonly legal: "none";
|
|
533
|
+
};
|
|
534
|
+
readonly shadow: {
|
|
535
|
+
readonly elevation1: {
|
|
536
|
+
readonly shadowColor: "#000000";
|
|
537
|
+
readonly shadowOffset: {
|
|
538
|
+
readonly width: 0;
|
|
539
|
+
readonly height: 8;
|
|
540
|
+
};
|
|
541
|
+
readonly shadowOpacity: 0.12;
|
|
542
|
+
readonly shadowRadius: 12;
|
|
543
|
+
};
|
|
544
|
+
readonly elevation2: {
|
|
545
|
+
readonly shadowColor: "#000000";
|
|
546
|
+
readonly shadowOffset: {
|
|
547
|
+
readonly width: 0;
|
|
548
|
+
readonly height: 8;
|
|
549
|
+
};
|
|
550
|
+
readonly shadowOpacity: 0.12;
|
|
551
|
+
readonly shadowRadius: 24;
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
//# sourceMappingURL=defaultTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultTheme.d.ts","sourceRoot":"","sources":["../../src/themes/defaultTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,gBAAgB,CAAC;AAsS5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8QO,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type TourMaskComponentProps } from './Tour';
|
|
3
|
+
export declare const DefaultTourMask: React.MemoExoticComponent<({ activeTourStepTarget, padding, borderRadius }: TourMaskComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
4
|
+
//# sourceMappingURL=DefaultTourMask.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultTourMask.d.ts","sourceRoot":"","sources":["../../src/tour/DefaultTourMask.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAOlE,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,QAAQ,CAAC;AAErD,eAAO,MAAM,eAAe,8EAC6B,sBAAsB,6CA2C9E,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { View } from 'react-native';
|
|
3
|
+
import type { TourStepArrowComponentProps } from '@coinbase/cds-common/tour/useTour';
|
|
4
|
+
export declare const DefaultTourStepArrow: React.MemoExoticComponent<React.ForwardRefExoticComponent<TourStepArrowComponentProps & React.RefAttributes<View>>>;
|
|
5
|
+
//# sourceMappingURL=DefaultTourStepArrow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultTourStepArrow.d.ts","sourceRoot":"","sources":["../../src/tour/DefaultTourStepArrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AACzD,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAIrF,eAAO,MAAM,oBAAoB,qHA+BhC,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import type { SharedProps } from '@coinbase/cds-common';
|
|
4
|
+
import type { TourOptions, TourStepArrowComponent } from '@coinbase/cds-common/tour/useTour';
|
|
5
|
+
import type { SharedAccessibilityProps } from '@coinbase/cds-common/types/SharedAccessibilityProps';
|
|
6
|
+
import { type AutoPlacementOptions, type OffsetOptions, type ShiftOptions } from '@floating-ui/core';
|
|
7
|
+
export type TourMaskComponentProps = {
|
|
8
|
+
/**
|
|
9
|
+
* The active TourStep's target element.
|
|
10
|
+
*/
|
|
11
|
+
activeTourStepTarget: View;
|
|
12
|
+
/**
|
|
13
|
+
* Padding to add around the edges of the TourOverlay's content mask.
|
|
14
|
+
*/
|
|
15
|
+
padding?: string | number;
|
|
16
|
+
/**
|
|
17
|
+
* Corner radius for the TourOverlay's content mask. Uses SVG rect element's `rx` and `ry`
|
|
18
|
+
* attributes https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/rx.
|
|
19
|
+
*/
|
|
20
|
+
borderRadius?: string | number;
|
|
21
|
+
};
|
|
22
|
+
export type TourMaskComponent = React.FC<TourMaskComponentProps>;
|
|
23
|
+
export type TourProps<T extends string = string> = TourOptions<T> & {
|
|
24
|
+
children?: React.ReactNode;
|
|
25
|
+
/**
|
|
26
|
+
* The Component to render as a tour overlay and mask.
|
|
27
|
+
* @default DefaultTourMask
|
|
28
|
+
*/
|
|
29
|
+
TourMaskComponent?: TourMaskComponent;
|
|
30
|
+
/**
|
|
31
|
+
* The default Component to render for each TourStep arrow element.
|
|
32
|
+
* @default DefaultTourStepArrow
|
|
33
|
+
*/
|
|
34
|
+
TourStepArrowComponent?: TourStepArrowComponent;
|
|
35
|
+
/**
|
|
36
|
+
* Hide overlay when tour is active
|
|
37
|
+
* @default false
|
|
38
|
+
*/
|
|
39
|
+
hideOverlay?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Configures `@floating-ui` offset options for Tour Step component. See https://floating-ui.com/docs/offset.
|
|
42
|
+
*/
|
|
43
|
+
tourStepOffset?: OffsetOptions;
|
|
44
|
+
/**
|
|
45
|
+
* Configures `@floating-ui` autoPlacement options for Tour Step component. See https://floating-ui.com/docs/autoplacement.
|
|
46
|
+
* @default 24
|
|
47
|
+
*/
|
|
48
|
+
tourStepAutoPlacement?: AutoPlacementOptions;
|
|
49
|
+
/**
|
|
50
|
+
* Configures `@floating-ui` shift options for Tour Step component. See https://floating-ui.com/docs/shift.
|
|
51
|
+
*/
|
|
52
|
+
tourStepShift?: ShiftOptions;
|
|
53
|
+
/**
|
|
54
|
+
* Padding to add around the edges of the TourMask's content mask.
|
|
55
|
+
*/
|
|
56
|
+
tourMaskPadding?: string | number;
|
|
57
|
+
/**
|
|
58
|
+
* Corner radius for the TourMask's content mask. Uses SVG rect element's `rx` and `ry`
|
|
59
|
+
* attributes https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/rx.
|
|
60
|
+
*/
|
|
61
|
+
tourMaskBorderRadius?: string | number;
|
|
62
|
+
} & Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityLabelledBy' | 'id'> & SharedProps;
|
|
63
|
+
type TourFC = <T extends string = string>(props: TourProps<T>) => React.ReactNode;
|
|
64
|
+
export declare const Tour: TourFC;
|
|
65
|
+
export {};
|
|
66
|
+
//# sourceMappingURL=Tour.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tour.d.ts","sourceRoot":"","sources":["../../src/tour/Tour.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAC9D,OAAO,EAAS,IAAI,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAQxD,OAAO,KAAK,EACV,WAAW,EACX,sBAAsB,EAEvB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AACpG,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,YAAY,EAClB,MAAM,mBAAmB,CAAC;AAmB3B,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,oBAAoB,EAAE,IAAI,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC;AAEjE,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,WAAW,CAAC,CAAC,CAAC,GAAG;IAClE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;IAChD;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,oBAAoB,CAAC;IAC7C;;OAEG;IACH,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAClC;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxC,GAAG,IAAI,CAAC,wBAAwB,EAAE,oBAAoB,GAAG,yBAAyB,GAAG,IAAI,CAAC,GACzF,WAAW,CAAC;AAEd,KAAK,MAAM,GAAG,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;AA2HlF,eAAO,MAAM,IAAI,EAAoB,MAAM,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type TourStepProps = {
|
|
3
|
+
/** The id of the corresponding tour step data */
|
|
4
|
+
id: string;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* The TourStep component wraps the target element (children) that you want to highlight during a step
|
|
9
|
+
* in the tour. The active tour step content will be positioned relative to the target element when it
|
|
10
|
+
* is rendered.
|
|
11
|
+
*/
|
|
12
|
+
export declare const TourStep: ({ id, children }: TourStepProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=TourStep.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TourStep.d.ts","sourceRoot":"","sources":["../../src/tour/TourStep.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,KAAK,aAAa,GAAG;IACnB,iDAAiD;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,QAAQ,GAAI,kBAAkB,aAAa,4CAQvD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tour.stories.d.ts","sourceRoot":"","sources":["../../../src/tour/__stories__/Tour.stories.tsx"],"names":[],"mappings":"AAqGA,QAAA,MAAM,SAAS,+CAuId,CAAC;AAEF,eAAO,MAAM,4BAA4B,+CAuIxC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|