@coinbase/cds-web 0.0.0 → 8.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +19 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts.map +1 -0
- package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts +14 -0
- package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts.map +1 -0
- package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts +2 -0
- package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts.map +1 -0
- package/dts/__stories__/Palette.stories.d.ts +7 -0
- package/dts/__stories__/Palette.stories.d.ts.map +1 -0
- package/dts/accordion/Accordion.d.ts +9 -0
- package/dts/accordion/Accordion.d.ts.map +1 -0
- package/dts/accordion/AccordionHeader.d.ts +53 -0
- package/dts/accordion/AccordionHeader.d.ts.map +1 -0
- package/dts/accordion/AccordionItem.d.ts +16 -0
- package/dts/accordion/AccordionItem.d.ts.map +1 -0
- package/dts/accordion/AccordionPanel.d.ts +27 -0
- package/dts/accordion/AccordionPanel.d.ts.map +1 -0
- package/dts/accordion/__figma__/Accordion.figma.d.ts +2 -0
- package/dts/accordion/__figma__/Accordion.figma.d.ts.map +1 -0
- package/dts/accordion/__stories__/Accordion.stories.d.ts +14 -0
- package/dts/accordion/__stories__/Accordion.stories.d.ts.map +1 -0
- package/dts/accordion/__tests__/Accordion.test.d.ts +2 -0
- package/dts/accordion/__tests__/Accordion.test.d.ts.map +1 -0
- package/dts/accordion/index.d.ts +3 -0
- package/dts/accordion/index.d.ts.map +1 -0
- package/dts/accordion/utils.d.ts +3 -0
- package/dts/accordion/utils.d.ts.map +1 -0
- package/dts/animation/Lottie.d.ts +13 -0
- package/dts/animation/Lottie.d.ts.map +1 -0
- package/dts/animation/LottieStatusAnimation.d.ts +4 -0
- package/dts/animation/LottieStatusAnimation.d.ts.map +1 -0
- package/dts/animation/NewAnimatePresence.d.ts +7 -0
- package/dts/animation/NewAnimatePresence.d.ts.map +1 -0
- package/dts/animation/__stories__/Lottie.stories.d.ts +17 -0
- package/dts/animation/__stories__/Lottie.stories.d.ts.map +1 -0
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +8 -0
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +1 -0
- package/dts/animation/__tests__/Lottie.perf-test.d.ts +2 -0
- package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +1 -0
- package/dts/animation/__tests__/Lottie.test.d.ts +2 -0
- package/dts/animation/__tests__/Lottie.test.d.ts.map +1 -0
- package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +2 -0
- package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +1 -0
- package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +2 -0
- package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +1 -0
- package/dts/animation/__tests__/convertMotionConfig.test.d.ts +2 -0
- package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +1 -0
- package/dts/animation/__tests__/useLottieHandlers.test.d.ts +2 -0
- package/dts/animation/__tests__/useLottieHandlers.test.d.ts.map +1 -0
- package/dts/animation/__tests__/useLottieListeners.test.d.ts +2 -0
- package/dts/animation/__tests__/useLottieListeners.test.d.ts.map +1 -0
- package/dts/animation/convertMotionConfig.d.ts +20 -0
- package/dts/animation/convertMotionConfig.d.ts.map +1 -0
- package/dts/animation/index.d.ts +3 -0
- package/dts/animation/index.d.ts.map +1 -0
- package/dts/animation/types.d.ts +49 -0
- package/dts/animation/types.d.ts.map +1 -0
- package/dts/animation/useLottieHandlers.d.ts +3 -0
- package/dts/animation/useLottieHandlers.d.ts.map +1 -0
- package/dts/animation/useLottieListeners.d.ts +3 -0
- package/dts/animation/useLottieListeners.d.ts.map +1 -0
- package/dts/animation/useLottieLoader.d.ts +9 -0
- package/dts/animation/useLottieLoader.d.ts.map +1 -0
- package/dts/banner/Banner.d.ts +55 -0
- package/dts/banner/Banner.d.ts.map +1 -0
- package/dts/banner/__stories__/Banner.stories.d.ts +12 -0
- package/dts/banner/__stories__/Banner.stories.d.ts.map +1 -0
- package/dts/banner/__tests__/Banner.test.d.ts +2 -0
- package/dts/banner/__tests__/Banner.test.d.ts.map +1 -0
- package/dts/buttons/AvatarButton.d.ts +13 -0
- package/dts/buttons/AvatarButton.d.ts.map +1 -0
- package/dts/buttons/Button.d.ts +57 -0
- package/dts/buttons/Button.d.ts.map +1 -0
- package/dts/buttons/ButtonGroup.d.ts +18 -0
- package/dts/buttons/ButtonGroup.d.ts.map +1 -0
- package/dts/buttons/IconButton.d.ts +23 -0
- package/dts/buttons/IconButton.d.ts.map +1 -0
- package/dts/buttons/IconCounterButton.d.ts +26 -0
- package/dts/buttons/IconCounterButton.d.ts.map +1 -0
- package/dts/buttons/Tile.d.ts +15 -0
- package/dts/buttons/Tile.d.ts.map +1 -0
- package/dts/buttons/TileButton.d.ts +16 -0
- package/dts/buttons/TileButton.d.ts.map +1 -0
- package/dts/buttons/__figma__/AvatarButton.figma.d.ts +2 -0
- package/dts/buttons/__figma__/AvatarButton.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/Button.figma.d.ts +2 -0
- package/dts/buttons/__figma__/Button.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/ButtonGroup.figma.d.ts +2 -0
- package/dts/buttons/__figma__/ButtonGroup.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/IconButton.figma.d.ts +2 -0
- package/dts/buttons/__figma__/IconButton.figma.d.ts.map +1 -0
- package/dts/buttons/__figma__/TileButton.figma.d.ts +2 -0
- package/dts/buttons/__figma__/TileButton.figma.d.ts.map +1 -0
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts +9 -0
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/Button.stories.d.ts +10 -0
- package/dts/buttons/__stories__/Button.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +10 -0
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/IconButton.stories.d.ts +12 -0
- package/dts/buttons/__stories__/IconButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +8 -0
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/TileButton.stories.d.ts +8 -0
- package/dts/buttons/__stories__/TileButton.stories.d.ts.map +1 -0
- package/dts/buttons/__stories__/ToggleLoading.d.ts +4 -0
- package/dts/buttons/__stories__/ToggleLoading.d.ts.map +1 -0
- package/dts/buttons/__tests__/AvatarButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/Button.perf-test.d.ts +2 -0
- package/dts/buttons/__tests__/Button.perf-test.d.ts.map +1 -0
- package/dts/buttons/__tests__/Button.test.d.ts +2 -0
- package/dts/buttons/__tests__/Button.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +2 -0
- package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/ButtonGroup.test.d.ts +2 -0
- package/dts/buttons/__tests__/ButtonGroup.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/IconButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/IconButton.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/IconCounterButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/Tile.test.d.ts +2 -0
- package/dts/buttons/__tests__/Tile.test.d.ts.map +1 -0
- package/dts/buttons/__tests__/TileButton.test.d.ts +2 -0
- package/dts/buttons/__tests__/TileButton.test.d.ts.map +1 -0
- package/dts/buttons/index.d.ts +7 -0
- package/dts/buttons/index.d.ts.map +1 -0
- package/dts/cards/AnnouncementCard.d.ts +8 -0
- package/dts/cards/AnnouncementCard.d.ts.map +1 -0
- package/dts/cards/Card.d.ts +15 -0
- package/dts/cards/Card.d.ts.map +1 -0
- package/dts/cards/CardBody.d.ts +54 -0
- package/dts/cards/CardBody.d.ts.map +1 -0
- package/dts/cards/CardFooter.d.ts +10 -0
- package/dts/cards/CardFooter.d.ts.map +1 -0
- package/dts/cards/CardGroup.d.ts +7 -0
- package/dts/cards/CardGroup.d.ts.map +1 -0
- package/dts/cards/CardHeader.d.ts +4 -0
- package/dts/cards/CardHeader.d.ts.map +1 -0
- package/dts/cards/CardMedia.d.ts +4 -0
- package/dts/cards/CardMedia.d.ts.map +1 -0
- package/dts/cards/CardRemoteImage.d.ts +8 -0
- package/dts/cards/CardRemoteImage.d.ts.map +1 -0
- package/dts/cards/ContainedAssetCard.d.ts +19 -0
- package/dts/cards/ContainedAssetCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCard.d.ts +11 -0
- package/dts/cards/ContentCard/ContentCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts +25 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts +11 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardHeader.d.ts +21 -0
- package/dts/cards/ContentCard/ContentCardHeader.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts +2 -0
- package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts.map +1 -0
- package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts +21 -0
- package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts.map +1 -0
- package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +2 -0
- package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +1 -0
- package/dts/cards/ContentCard/index.d.ts +5 -0
- package/dts/cards/ContentCard/index.d.ts.map +1 -0
- package/dts/cards/DataCard.d.ts +19 -0
- package/dts/cards/DataCard.d.ts.map +1 -0
- package/dts/cards/FeatureEntryCard.d.ts +9 -0
- package/dts/cards/FeatureEntryCard.d.ts.map +1 -0
- package/dts/cards/FeedCard.d.ts +36 -0
- package/dts/cards/FeedCard.d.ts.map +1 -0
- package/dts/cards/FloatingAssetCard.d.ts +25 -0
- package/dts/cards/FloatingAssetCard.d.ts.map +1 -0
- package/dts/cards/LikeButton.d.ts +17 -0
- package/dts/cards/LikeButton.d.ts.map +1 -0
- package/dts/cards/NudgeCard.d.ts +49 -0
- package/dts/cards/NudgeCard.d.ts.map +1 -0
- package/dts/cards/UpsellCard.d.ts +34 -0
- package/dts/cards/UpsellCard.d.ts.map +1 -0
- package/dts/cards/__figma__/AnnouncementCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/AnnouncementCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/NudgeCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/NudgeCard.figma.d.ts.map +1 -0
- package/dts/cards/__figma__/UpsellCard.figma.d.ts +2 -0
- package/dts/cards/__figma__/UpsellCard.figma.d.ts.map +1 -0
- package/dts/cards/__stories__/Card.stories.d.ts +264 -0
- package/dts/cards/__stories__/Card.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +30 -0
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +12 -0
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/NudgeCard.stories.d.ts +14 -0
- package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +1 -0
- package/dts/cards/__stories__/UpsellCard.stories.d.ts +17 -0
- package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +1 -0
- package/dts/cards/__tests__/Card.test.d.ts +2 -0
- package/dts/cards/__tests__/Card.test.d.ts.map +1 -0
- package/dts/cards/__tests__/CardMedia.test.d.ts +2 -0
- package/dts/cards/__tests__/CardMedia.test.d.ts.map +1 -0
- package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +2 -0
- package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +1 -0
- package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +2 -0
- package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +1 -0
- package/dts/cards/__tests__/NudgeCard.test.d.ts +2 -0
- package/dts/cards/__tests__/NudgeCard.test.d.ts.map +1 -0
- package/dts/cards/__tests__/UpsellCard.test.d.ts +2 -0
- package/dts/cards/__tests__/UpsellCard.test.d.ts.map +1 -0
- package/dts/cards/index.d.ts +15 -0
- package/dts/cards/index.d.ts.map +1 -0
- package/dts/carousel/Carousel.d.ts +251 -0
- package/dts/carousel/Carousel.d.ts.map +1 -0
- package/dts/carousel/CarouselItem.d.ts +7 -0
- package/dts/carousel/CarouselItem.d.ts.map +1 -0
- package/dts/carousel/DefaultCarouselNavigation.d.ts +75 -0
- package/dts/carousel/DefaultCarouselNavigation.d.ts.map +1 -0
- package/dts/carousel/DefaultCarouselPagination.d.ts +33 -0
- package/dts/carousel/DefaultCarouselPagination.d.ts.map +1 -0
- package/dts/carousel/__stories__/Carousel.stories.d.ts +8 -0
- package/dts/carousel/__stories__/Carousel.stories.d.ts.map +1 -0
- package/dts/carousel/__tests__/Carousel.test.d.ts +2 -0
- package/dts/carousel/__tests__/Carousel.test.d.ts.map +1 -0
- package/dts/carousel/index.d.ts +5 -0
- package/dts/carousel/index.d.ts.map +1 -0
- package/dts/cells/Cell.d.ts +42 -0
- package/dts/cells/Cell.d.ts.map +1 -0
- package/dts/cells/CellAccessory.d.ts +16 -0
- package/dts/cells/CellAccessory.d.ts.map +1 -0
- package/dts/cells/CellDetail.d.ts +18 -0
- package/dts/cells/CellDetail.d.ts.map +1 -0
- package/dts/cells/CellHelperText.d.ts +9 -0
- package/dts/cells/CellHelperText.d.ts.map +1 -0
- package/dts/cells/CellMedia.d.ts +32 -0
- package/dts/cells/CellMedia.d.ts.map +1 -0
- package/dts/cells/ContentCell.d.ts +25 -0
- package/dts/cells/ContentCell.d.ts.map +1 -0
- package/dts/cells/ContentCellFallback.d.ts +17 -0
- package/dts/cells/ContentCellFallback.d.ts.map +1 -0
- package/dts/cells/ListCell.d.ts +42 -0
- package/dts/cells/ListCell.d.ts.map +1 -0
- package/dts/cells/ListCellFallback.d.ts +48 -0
- package/dts/cells/ListCellFallback.d.ts.map +1 -0
- package/dts/cells/MediaFallback.d.ts +8 -0
- package/dts/cells/MediaFallback.d.ts.map +1 -0
- package/dts/cells/__figma__/ContentCell.figma.d.ts +2 -0
- package/dts/cells/__figma__/ContentCell.figma.d.ts.map +1 -0
- package/dts/cells/__figma__/ListCell.figma.d.ts +2 -0
- package/dts/cells/__figma__/ListCell.figma.d.ts.map +1 -0
- package/dts/cells/__stories__/ContentCell.stories.d.ts +12 -0
- package/dts/cells/__stories__/ContentCell.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +8 -0
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ListCell.stories.d.ts +33 -0
- package/dts/cells/__stories__/ListCell.stories.d.ts.map +1 -0
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts +8 -0
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +1 -0
- package/dts/cells/__tests__/Cell.test.d.ts +2 -0
- package/dts/cells/__tests__/Cell.test.d.ts.map +1 -0
- package/dts/cells/__tests__/CellAccessory.test.d.ts +2 -0
- package/dts/cells/__tests__/CellAccessory.test.d.ts.map +1 -0
- package/dts/cells/__tests__/CellMedia.test.d.ts +2 -0
- package/dts/cells/__tests__/CellMedia.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ContentCell.test.d.ts +2 -0
- package/dts/cells/__tests__/ContentCell.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ContentCellFallback.test.d.ts +2 -0
- package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ListCell.perf-test.d.ts +2 -0
- package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +1 -0
- package/dts/cells/__tests__/ListCell.test.d.ts +2 -0
- package/dts/cells/__tests__/ListCell.test.d.ts.map +1 -0
- package/dts/cells/__tests__/ListCellFallback.test.d.ts +2 -0
- package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +1 -0
- package/dts/cells/__tests__/MediaFallback.test.d.ts +2 -0
- package/dts/cells/__tests__/MediaFallback.test.d.ts.map +1 -0
- package/dts/cells/index.d.ts +7 -0
- package/dts/cells/index.d.ts.map +1 -0
- package/dts/chips/Chip.d.ts +6 -0
- package/dts/chips/Chip.d.ts.map +1 -0
- package/dts/chips/ChipProps.d.ts +36 -0
- package/dts/chips/ChipProps.d.ts.map +1 -0
- package/dts/chips/InputChip.d.ts +4 -0
- package/dts/chips/InputChip.d.ts.map +1 -0
- package/dts/chips/SelectChip.d.ts +15 -0
- package/dts/chips/SelectChip.d.ts.map +1 -0
- package/dts/chips/TabbedChips.d.ts +11 -0
- package/dts/chips/TabbedChips.d.ts.map +1 -0
- package/dts/chips/__figma__/InputChip.figma.d.ts +2 -0
- package/dts/chips/__figma__/InputChip.figma.d.ts.map +1 -0
- package/dts/chips/__figma__/SelectChip.figma.d.ts +2 -0
- package/dts/chips/__figma__/SelectChip.figma.d.ts.map +1 -0
- package/dts/chips/__figma__/TabbedChips.figma.d.ts +2 -0
- package/dts/chips/__figma__/TabbedChips.figma.d.ts.map +1 -0
- package/dts/chips/__stories__/Chip.stories.d.ts +9 -0
- package/dts/chips/__stories__/Chip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/InputChip.stories.d.ts +8 -0
- package/dts/chips/__stories__/InputChip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/SelectChip.stories.d.ts +12 -0
- package/dts/chips/__stories__/SelectChip.stories.d.ts.map +1 -0
- package/dts/chips/__stories__/TabbedChips.stories.d.ts +25 -0
- package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +1 -0
- package/dts/chips/__tests__/Chip.test.d.ts +2 -0
- package/dts/chips/__tests__/Chip.test.d.ts.map +1 -0
- package/dts/chips/__tests__/InputChip.test.d.ts +2 -0
- package/dts/chips/__tests__/InputChip.test.d.ts.map +1 -0
- package/dts/chips/__tests__/SelectChip.test.d.ts +2 -0
- package/dts/chips/__tests__/SelectChip.test.d.ts.map +1 -0
- package/dts/chips/__tests__/TabbedChips.test.d.ts +2 -0
- package/dts/chips/__tests__/TabbedChips.test.d.ts.map +1 -0
- package/dts/chips/index.d.ts +6 -0
- package/dts/chips/index.d.ts.map +1 -0
- package/dts/coachmark/Coachmark.d.ts +40 -0
- package/dts/coachmark/Coachmark.d.ts.map +1 -0
- package/dts/coachmark/__figma__/Coachmark.figma.d.ts +2 -0
- package/dts/coachmark/__figma__/Coachmark.figma.d.ts.map +1 -0
- package/dts/coachmark/__stories__/Coachmark.stories.d.ts +8 -0
- package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +1 -0
- package/dts/coachmark/__tests__/Coachmark.test.d.ts +2 -0
- package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +1 -0
- package/dts/collapsible/Collapsible.d.ts +63 -0
- package/dts/collapsible/Collapsible.d.ts.map +1 -0
- package/dts/collapsible/__stories__/Collapsible.stories.d.ts +19 -0
- package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +1 -0
- package/dts/collapsible/__tests__/Collapsible.test.d.ts +2 -0
- package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +1 -0
- package/dts/collapsible/index.d.ts +2 -0
- package/dts/collapsible/index.d.ts.map +1 -0
- package/dts/collapsible/useCollapsibleMotionProps.d.ts +1862 -0
- package/dts/collapsible/useCollapsibleMotionProps.d.ts.map +1 -0
- package/dts/controls/Checkbox.d.ts +20 -0
- package/dts/controls/Checkbox.d.ts.map +1 -0
- package/dts/controls/CheckboxCell.d.ts +39 -0
- package/dts/controls/CheckboxCell.d.ts.map +1 -0
- package/dts/controls/CheckboxGroup.d.ts +52 -0
- package/dts/controls/CheckboxGroup.d.ts.map +1 -0
- package/dts/controls/Control.d.ts +34 -0
- package/dts/controls/Control.d.ts.map +1 -0
- package/dts/controls/ControlGroup.d.ts +34 -0
- package/dts/controls/ControlGroup.d.ts.map +1 -0
- package/dts/controls/HelperText.d.ts +15 -0
- package/dts/controls/HelperText.d.ts.map +1 -0
- package/dts/controls/InputIcon.d.ts +15 -0
- package/dts/controls/InputIcon.d.ts.map +1 -0
- package/dts/controls/InputIconButton.d.ts +13 -0
- package/dts/controls/InputIconButton.d.ts.map +1 -0
- package/dts/controls/InputLabel.d.ts +5 -0
- package/dts/controls/InputLabel.d.ts.map +1 -0
- package/dts/controls/InputStack.d.ts +71 -0
- package/dts/controls/InputStack.d.ts.map +1 -0
- package/dts/controls/NativeInput.d.ts +33 -0
- package/dts/controls/NativeInput.d.ts.map +1 -0
- package/dts/controls/NativeTextArea.d.ts +15 -0
- package/dts/controls/NativeTextArea.d.ts.map +1 -0
- package/dts/controls/Radio.d.ts +15 -0
- package/dts/controls/Radio.d.ts.map +1 -0
- package/dts/controls/RadioCell.d.ts +39 -0
- package/dts/controls/RadioCell.d.ts.map +1 -0
- package/dts/controls/RadioGroup.d.ts +56 -0
- package/dts/controls/RadioGroup.d.ts.map +1 -0
- package/dts/controls/SearchInput.d.ts +113 -0
- package/dts/controls/SearchInput.d.ts.map +1 -0
- package/dts/controls/SegmentedControl.d.ts +41 -0
- package/dts/controls/SegmentedControl.d.ts.map +1 -0
- package/dts/controls/Select.d.ts +32 -0
- package/dts/controls/Select.d.ts.map +1 -0
- package/dts/controls/SelectOption.d.ts +21 -0
- package/dts/controls/SelectOption.d.ts.map +1 -0
- package/dts/controls/SelectStack.d.ts +12 -0
- package/dts/controls/SelectStack.d.ts.map +1 -0
- package/dts/controls/SelectTrigger.d.ts +17 -0
- package/dts/controls/SelectTrigger.d.ts.map +1 -0
- package/dts/controls/Switch.d.ts +26 -0
- package/dts/controls/Switch.d.ts.map +1 -0
- package/dts/controls/TextInput.d.ts +102 -0
- package/dts/controls/TextInput.d.ts.map +1 -0
- package/dts/controls/__figma__/Checkbox.figma.d.ts +2 -0
- package/dts/controls/__figma__/Checkbox.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/CheckboxCell.figma.d.ts +2 -0
- package/dts/controls/__figma__/CheckboxCell.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/CheckboxGroup.figma.d.ts +2 -0
- package/dts/controls/__figma__/CheckboxGroup.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/NativeTextArea.figma.d.ts +2 -0
- package/dts/controls/__figma__/NativeTextArea.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/RadioCell.figma.d.ts +2 -0
- package/dts/controls/__figma__/RadioCell.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/RadioGroup.figma.d.ts +2 -0
- package/dts/controls/__figma__/RadioGroup.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/SearchInput.figma.d.ts +2 -0
- package/dts/controls/__figma__/SearchInput.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/Select.figma.d.ts +2 -0
- package/dts/controls/__figma__/Select.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/SelectOption.figma.d.ts +2 -0
- package/dts/controls/__figma__/SelectOption.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/Switch.figma.d.ts +2 -0
- package/dts/controls/__figma__/Switch.figma.d.ts.map +1 -0
- package/dts/controls/__figma__/TextInput.figma.d.ts +2 -0
- package/dts/controls/__figma__/TextInput.figma.d.ts.map +1 -0
- package/dts/controls/__stories__/AddressForm.d.ts +4 -0
- package/dts/controls/__stories__/AddressForm.d.ts.map +1 -0
- package/dts/controls/__stories__/Checkbox.stories.d.ts +83 -0
- package/dts/controls/__stories__/Checkbox.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts +51 -0
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/ControlGroup.stories.d.ts +11 -0
- package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/HelperText.stories.d.ts +23 -0
- package/dts/controls/__stories__/HelperText.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputIcon.stories.d.ts +14 -0
- package/dts/controls/__stories__/InputIcon.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputIconButton.stories.d.ts +14 -0
- package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputLabel.stories.d.ts +11 -0
- package/dts/controls/__stories__/InputLabel.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/InputStack.stories.d.ts +10 -0
- package/dts/controls/__stories__/InputStack.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/NativeInput.stories.d.ts +16 -0
- package/dts/controls/__stories__/NativeInput.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/RadioCell.stories.d.ts +55 -0
- package/dts/controls/__stories__/RadioCell.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/RadioGroup.stories.d.ts +28 -0
- package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SearchInput.stories.d.ts +26 -0
- package/dts/controls/__stories__/SearchInput.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SegmentedControl.stories.d.ts +9 -0
- package/dts/controls/__stories__/SegmentedControl.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/Select.stories.d.ts +42 -0
- package/dts/controls/__stories__/Select.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SelectInteraction.stories.d.ts +11 -0
- package/dts/controls/__stories__/SelectInteraction.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/SelectOption.stories.d.ts +8 -0
- package/dts/controls/__stories__/SelectOption.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/Switch.stories.d.ts +42 -0
- package/dts/controls/__stories__/Switch.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/TextInput.stories.d.ts +90 -0
- package/dts/controls/__stories__/TextInput.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/TextInputInteractive.stories.d.ts +11 -0
- package/dts/controls/__stories__/TextInputInteractive.stories.d.ts.map +1 -0
- package/dts/controls/__stories__/TextInputPerformance.stories.d.ts +30 -0
- package/dts/controls/__stories__/TextInputPerformance.stories.d.ts.map +1 -0
- package/dts/controls/__tests__/Checkbox.test.d.ts +2 -0
- package/dts/controls/__tests__/Checkbox.test.d.ts.map +1 -0
- package/dts/controls/__tests__/CheckboxCell.test.d.ts +2 -0
- package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +1 -0
- package/dts/controls/__tests__/CheckboxGroup.test.d.ts +2 -0
- package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +1 -0
- package/dts/controls/__tests__/Control.test.d.ts +2 -0
- package/dts/controls/__tests__/Control.test.d.ts.map +1 -0
- package/dts/controls/__tests__/ControlGroup.test.d.ts +2 -0
- package/dts/controls/__tests__/ControlGroup.test.d.ts.map +1 -0
- package/dts/controls/__tests__/HelperText.test.d.ts +2 -0
- package/dts/controls/__tests__/HelperText.test.d.ts.map +1 -0
- package/dts/controls/__tests__/InputIcon.test.d.ts +2 -0
- package/dts/controls/__tests__/InputIcon.test.d.ts.map +1 -0
- package/dts/controls/__tests__/InputIconButton.test.d.ts +2 -0
- package/dts/controls/__tests__/InputIconButton.test.d.ts.map +1 -0
- package/dts/controls/__tests__/InputStack.test.d.ts +2 -0
- package/dts/controls/__tests__/InputStack.test.d.ts.map +1 -0
- package/dts/controls/__tests__/NativeInput.test.d.ts +2 -0
- package/dts/controls/__tests__/NativeInput.test.d.ts.map +1 -0
- package/dts/controls/__tests__/NativeTextArea.test.d.ts +2 -0
- package/dts/controls/__tests__/NativeTextArea.test.d.ts.map +1 -0
- package/dts/controls/__tests__/RadioCell.test.d.ts +2 -0
- package/dts/controls/__tests__/RadioCell.test.d.ts.map +1 -0
- package/dts/controls/__tests__/RadioGroup.test.d.ts +2 -0
- package/dts/controls/__tests__/RadioGroup.test.d.ts.map +1 -0
- package/dts/controls/__tests__/SearchInput.test.d.ts +2 -0
- package/dts/controls/__tests__/SearchInput.test.d.ts.map +1 -0
- package/dts/controls/__tests__/SegmentedControl.test.d.ts +2 -0
- package/dts/controls/__tests__/SegmentedControl.test.d.ts.map +1 -0
- package/dts/controls/__tests__/Select.test.d.ts +2 -0
- package/dts/controls/__tests__/Select.test.d.ts.map +1 -0
- package/dts/controls/__tests__/Switch.test.d.ts +2 -0
- package/dts/controls/__tests__/Switch.test.d.ts.map +1 -0
- package/dts/controls/__tests__/TextInput.test.d.ts +2 -0
- package/dts/controls/__tests__/TextInput.test.d.ts.map +1 -0
- package/dts/controls/context.d.ts +4 -0
- package/dts/controls/context.d.ts.map +1 -0
- package/dts/controls/index.d.ts +16 -0
- package/dts/controls/index.d.ts.map +1 -0
- package/dts/controls/selectContext.d.ts +13 -0
- package/dts/controls/selectContext.d.ts.map +1 -0
- package/dts/controls/useHandleRadioSelect.d.ts +2 -0
- package/dts/controls/useHandleRadioSelect.d.ts.map +1 -0
- package/dts/controls/useRefocusTrigger.d.ts +3 -0
- package/dts/controls/useRefocusTrigger.d.ts.map +1 -0
- package/dts/controls/useSelectionCellControlHeight.d.ts +6 -0
- package/dts/controls/useSelectionCellControlHeight.d.ts.map +1 -0
- package/dts/core/createThemeCssVars.d.ts +4 -0
- package/dts/core/createThemeCssVars.d.ts.map +1 -0
- package/dts/core/polymorphism.d.ts +20 -0
- package/dts/core/polymorphism.d.ts.map +1 -0
- package/dts/core/theme.d.ts +158 -0
- package/dts/core/theme.d.ts.map +1 -0
- package/dts/cx.d.ts +30 -0
- package/dts/cx.d.ts.map +1 -0
- package/dts/dates/Calendar.d.ts +101 -0
- package/dts/dates/Calendar.d.ts.map +1 -0
- package/dts/dates/DateInput.d.ts +16 -0
- package/dts/dates/DateInput.d.ts.map +1 -0
- package/dts/dates/DatePicker.d.ts +108 -0
- package/dts/dates/DatePicker.d.ts.map +1 -0
- package/dts/dates/__figma__/DatePicker.figma.d.ts +2 -0
- package/dts/dates/__figma__/DatePicker.figma.d.ts.map +1 -0
- package/dts/dates/__stories__/A11yTest.stories.d.ts +33 -0
- package/dts/dates/__stories__/A11yTest.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/Calendar.stories.d.ts +38 -0
- package/dts/dates/__stories__/Calendar.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/DateInput.stories.d.ts +27 -0
- package/dts/dates/__stories__/DateInput.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/DatePicker.stories.d.ts +55 -0
- package/dts/dates/__stories__/DatePicker.stories.d.ts.map +1 -0
- package/dts/dates/__stories__/Note.d.ts +5 -0
- package/dts/dates/__stories__/Note.d.ts.map +1 -0
- package/dts/defaultFontStyles.d.ts +2 -0
- package/dts/defaultFontStyles.d.ts.map +1 -0
- package/dts/dots/DotCount.d.ts +70 -0
- package/dts/dots/DotCount.d.ts.map +1 -0
- package/dts/dots/DotStatusColor.d.ts +17 -0
- package/dts/dots/DotStatusColor.d.ts.map +1 -0
- package/dts/dots/DotSymbol.d.ts +35 -0
- package/dts/dots/DotSymbol.d.ts.map +1 -0
- package/dts/dots/__figma__/DotCount.figma.d.ts +2 -0
- package/dts/dots/__figma__/DotCount.figma.d.ts.map +1 -0
- package/dts/dots/__figma__/DotStatusColor.figma.d.ts +2 -0
- package/dts/dots/__figma__/DotStatusColor.figma.d.ts.map +1 -0
- package/dts/dots/__figma__/DotSymbol.figma.d.ts +2 -0
- package/dts/dots/__figma__/DotSymbol.figma.d.ts.map +1 -0
- package/dts/dots/__stories__/DotCount.stories.d.ts +9 -0
- package/dts/dots/__stories__/DotCount.stories.d.ts.map +1 -0
- package/dts/dots/__stories__/DotStatusColor.stories.d.ts +8 -0
- package/dts/dots/__stories__/DotStatusColor.stories.d.ts.map +1 -0
- package/dts/dots/__stories__/DotSymbol.stories.d.ts +9 -0
- package/dts/dots/__stories__/DotSymbol.stories.d.ts.map +1 -0
- package/dts/dots/__tests__/DotCount.test.d.ts +2 -0
- package/dts/dots/__tests__/DotCount.test.d.ts.map +1 -0
- package/dts/dots/__tests__/DotStatusColor.test.d.ts +2 -0
- package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +1 -0
- package/dts/dots/__tests__/DotSymbol.test.d.ts +2 -0
- package/dts/dots/__tests__/DotSymbol.test.d.ts.map +1 -0
- package/dts/dots/__tests__/getTransform.test.d.ts +2 -0
- package/dts/dots/__tests__/getTransform.test.d.ts.map +1 -0
- package/dts/dots/dotStyles.d.ts +15 -0
- package/dts/dots/dotStyles.d.ts.map +1 -0
- package/dts/dots/index.d.ts +4 -0
- package/dts/dots/index.d.ts.map +1 -0
- package/dts/dropdown/Dropdown.d.ts +20 -0
- package/dts/dropdown/Dropdown.d.ts.map +1 -0
- package/dts/dropdown/DropdownContent.d.ts +13 -0
- package/dts/dropdown/DropdownContent.d.ts.map +1 -0
- package/dts/dropdown/DropdownProps.d.ts +62 -0
- package/dts/dropdown/DropdownProps.d.ts.map +1 -0
- package/dts/dropdown/MenuItem.d.ts +14 -0
- package/dts/dropdown/MenuItem.d.ts.map +1 -0
- package/dts/dropdown/__figma__/Dropdown.figma.d.ts +2 -0
- package/dts/dropdown/__figma__/Dropdown.figma.d.ts.map +1 -0
- package/dts/dropdown/__stories__/Dropdown.stories.d.ts +41 -0
- package/dts/dropdown/__stories__/Dropdown.stories.d.ts.map +1 -0
- package/dts/dropdown/__stories__/DropdownContent.stories.d.ts +8 -0
- package/dts/dropdown/__stories__/DropdownContent.stories.d.ts.map +1 -0
- package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts +15 -0
- package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts.map +1 -0
- package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts +2 -0
- package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts.map +1 -0
- package/dts/dropdown/__tests__/Dropdown.test.d.ts +2 -0
- package/dts/dropdown/__tests__/Dropdown.test.d.ts.map +1 -0
- package/dts/dropdown/__tests__/MenuItem.test.d.ts +2 -0
- package/dts/dropdown/__tests__/MenuItem.test.d.ts.map +1 -0
- package/dts/dropdown/index.d.ts +4 -0
- package/dts/dropdown/index.d.ts.map +1 -0
- package/dts/dropdown/useResponsiveHeight.d.ts +16 -0
- package/dts/dropdown/useResponsiveHeight.d.ts.map +1 -0
- package/dts/globalStyles.d.ts +2 -0
- package/dts/globalStyles.d.ts.map +1 -0
- package/dts/hooks/__stories__/useBreakpoints.stories.d.ts +14 -0
- package/dts/hooks/__stories__/useBreakpoints.stories.d.ts.map +1 -0
- package/dts/hooks/__stories__/useMediaQuery.stories.d.ts +14 -0
- package/dts/hooks/__stories__/useMediaQuery.stories.d.ts.map +1 -0
- package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts +2 -0
- package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useA11yLabels.test.d.ts +2 -0
- package/dts/hooks/__tests__/useA11yLabels.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useBreakpoints.test.d.ts +2 -0
- package/dts/hooks/__tests__/useBreakpoints.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useCellSpacing.test.d.ts +2 -0
- package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useDimensions.test.d.ts +2 -0
- package/dts/hooks/__tests__/useDimensions.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useIsBrowser.test.d.ts +2 -0
- package/dts/hooks/__tests__/useIsBrowser.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useMediaQuery.test.d.ts +2 -0
- package/dts/hooks/__tests__/useMediaQuery.test.d.ts.map +1 -0
- package/dts/hooks/useA11yControlledVisibility.d.ts +19 -0
- package/dts/hooks/useA11yControlledVisibility.d.ts.map +1 -0
- package/dts/hooks/useA11yLabels.d.ts +45 -0
- package/dts/hooks/useA11yLabels.d.ts.map +1 -0
- package/dts/hooks/useBreakpoints.d.ts +9 -0
- package/dts/hooks/useBreakpoints.d.ts.map +1 -0
- package/dts/hooks/useCellSpacing.d.ts +83 -0
- package/dts/hooks/useCellSpacing.d.ts.map +1 -0
- package/dts/hooks/useCheckboxGroupState.d.ts +24 -0
- package/dts/hooks/useCheckboxGroupState.d.ts.map +1 -0
- package/dts/hooks/useDimensions.d.ts +63 -0
- package/dts/hooks/useDimensions.d.ts.map +1 -0
- package/dts/hooks/useEventHandler.d.ts +7 -0
- package/dts/hooks/useEventHandler.d.ts.map +1 -0
- package/dts/hooks/useHasMounted.d.ts +2 -0
- package/dts/hooks/useHasMounted.d.ts.map +1 -0
- package/dts/hooks/useIsBrowser.d.ts +3 -0
- package/dts/hooks/useIsBrowser.d.ts.map +1 -0
- package/dts/hooks/useIsoEffect.d.ts +3 -0
- package/dts/hooks/useIsoEffect.d.ts.map +1 -0
- package/dts/hooks/useMediaQuery.d.ts +2 -0
- package/dts/hooks/useMediaQuery.d.ts.map +1 -0
- package/dts/hooks/useScrollBlocker.d.ts +2 -0
- package/dts/hooks/useScrollBlocker.d.ts.map +1 -0
- package/dts/hooks/useTheme.d.ts +4 -0
- package/dts/hooks/useTheme.d.ts.map +1 -0
- package/dts/hooks/useThemeContext.d.ts +8 -0
- package/dts/hooks/useThemeContext.d.ts.map +1 -0
- package/dts/icons/Icon.d.ts +43 -0
- package/dts/icons/Icon.d.ts.map +1 -0
- package/dts/icons/LogoMark.d.ts +4 -0
- package/dts/icons/LogoMark.d.ts.map +1 -0
- package/dts/icons/LogoWordmark.d.ts +4 -0
- package/dts/icons/LogoWordmark.d.ts.map +1 -0
- package/dts/icons/SubBrandLogoMark.d.ts +4 -0
- package/dts/icons/SubBrandLogoMark.d.ts.map +1 -0
- package/dts/icons/SubBrandLogoWordmark.d.ts +4 -0
- package/dts/icons/SubBrandLogoWordmark.d.ts.map +1 -0
- package/dts/icons/__figma__/Icon.figma.d.ts +2 -0
- package/dts/icons/__figma__/Icon.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/LogoMark.figma.d.ts +2 -0
- package/dts/icons/__figma__/LogoMark.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/LogoWordmark.figma.d.ts +2 -0
- package/dts/icons/__figma__/LogoWordmark.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts +2 -0
- package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts.map +1 -0
- package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts +2 -0
- package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts.map +1 -0
- package/dts/icons/__stories__/Icon.stories.d.ts +20 -0
- package/dts/icons/__stories__/Icon.stories.d.ts.map +1 -0
- package/dts/icons/__stories__/IconSheet.d.ts +8 -0
- package/dts/icons/__stories__/IconSheet.d.ts.map +1 -0
- package/dts/icons/__stories__/Logo.stories.d.ts +7 -0
- package/dts/icons/__stories__/Logo.stories.d.ts.map +1 -0
- package/dts/icons/__tests__/Icon.perf-test.d.ts +2 -0
- package/dts/icons/__tests__/Icon.perf-test.d.ts.map +1 -0
- package/dts/icons/__tests__/Icon.test.d.ts +2 -0
- package/dts/icons/__tests__/Icon.test.d.ts.map +1 -0
- package/dts/icons/__tests__/LogoMark.test.d.ts +2 -0
- package/dts/icons/__tests__/LogoMark.test.d.ts.map +1 -0
- package/dts/icons/__tests__/LogoWordMark.test.d.ts +2 -0
- package/dts/icons/__tests__/LogoWordMark.test.d.ts.map +1 -0
- package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts +2 -0
- package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts.map +1 -0
- package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts +2 -0
- package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts.map +1 -0
- package/dts/icons/index.d.ts +6 -0
- package/dts/icons/index.d.ts.map +1 -0
- package/dts/illustrations/HeroSquare.d.ts +12 -0
- package/dts/illustrations/HeroSquare.d.ts.map +1 -0
- package/dts/illustrations/Pictogram.d.ts +11 -0
- package/dts/illustrations/Pictogram.d.ts.map +1 -0
- package/dts/illustrations/SpotIcon.d.ts +11 -0
- package/dts/illustrations/SpotIcon.d.ts.map +1 -0
- package/dts/illustrations/SpotRectangle.d.ts +12 -0
- package/dts/illustrations/SpotRectangle.d.ts.map +1 -0
- package/dts/illustrations/SpotSquare.d.ts +11 -0
- package/dts/illustrations/SpotSquare.d.ts.map +1 -0
- package/dts/illustrations/__figma__/HeroSquare.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/HeroSquare.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/Pictogram.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/Pictogram.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/SpotIcon.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/SpotIcon.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts.map +1 -0
- package/dts/illustrations/__figma__/SpotSquare.figma.d.ts +2 -0
- package/dts/illustrations/__figma__/SpotSquare.figma.d.ts.map +1 -0
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/IllustrationExample.d.ts +5 -0
- package/dts/illustrations/__stories__/IllustrationExample.d.ts.map +1 -0
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +15 -0
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +1 -0
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +9 -0
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +1 -0
- package/dts/illustrations/__tests__/HeroSquare.test.d.ts +2 -0
- package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +1 -0
- package/dts/illustrations/__tests__/Pictogram.test.d.ts +2 -0
- package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +1 -0
- package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +2 -0
- package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +1 -0
- package/dts/illustrations/__tests__/SpotSquare.test.d.ts +2 -0
- package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +1 -0
- package/dts/illustrations/createIllustration.d.ts +49 -0
- package/dts/illustrations/createIllustration.d.ts.map +1 -0
- package/dts/illustrations/index.d.ts +6 -0
- package/dts/illustrations/index.d.ts.map +1 -0
- package/dts/index.d.ts +7 -0
- package/dts/index.d.ts.map +1 -0
- package/dts/layout/Box.d.ts +55 -0
- package/dts/layout/Box.d.ts.map +1 -0
- package/dts/layout/Divider.d.ts +12 -0
- package/dts/layout/Divider.d.ts.map +1 -0
- package/dts/layout/Fallback.d.ts +36 -0
- package/dts/layout/Fallback.d.ts.map +1 -0
- package/dts/layout/Grid.d.ts +46 -0
- package/dts/layout/Grid.d.ts.map +1 -0
- package/dts/layout/GridColumn.d.ts +51 -0
- package/dts/layout/GridColumn.d.ts.map +1 -0
- package/dts/layout/Group.d.ts +42 -0
- package/dts/layout/Group.d.ts.map +1 -0
- package/dts/layout/HStack.d.ts +11 -0
- package/dts/layout/HStack.d.ts.map +1 -0
- package/dts/layout/Spacer.d.ts +25 -0
- package/dts/layout/Spacer.d.ts.map +1 -0
- package/dts/layout/VStack.d.ts +11 -0
- package/dts/layout/VStack.d.ts.map +1 -0
- package/dts/layout/__figma__/Divider.figma.d.ts +2 -0
- package/dts/layout/__figma__/Divider.figma.d.ts.map +1 -0
- package/dts/layout/__figma__/Fallback.figma.d.ts +2 -0
- package/dts/layout/__figma__/Fallback.figma.d.ts.map +1 -0
- package/dts/layout/__stories__/Box.stories.d.ts +49 -0
- package/dts/layout/__stories__/Box.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/BoxPerformance.stories.d.ts +15 -0
- package/dts/layout/__stories__/BoxPerformance.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Divider.stories.d.ts +19 -0
- package/dts/layout/__stories__/Divider.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Fallback.stories.d.ts +9 -0
- package/dts/layout/__stories__/Fallback.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Grid.stories.d.ts +7 -0
- package/dts/layout/__stories__/Grid.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/Layouts.stories.d.ts +7 -0
- package/dts/layout/__stories__/Layouts.stories.d.ts.map +1 -0
- package/dts/layout/__stories__/LoremIpsum.d.ts +9 -0
- package/dts/layout/__stories__/LoremIpsum.d.ts.map +1 -0
- package/dts/layout/__stories__/Responsive.stories.d.ts +15 -0
- package/dts/layout/__stories__/Responsive.stories.d.ts.map +1 -0
- package/dts/layout/__tests__/Box.perf-test.d.ts +2 -0
- package/dts/layout/__tests__/Box.perf-test.d.ts.map +1 -0
- package/dts/layout/__tests__/Box.test.d.ts +2 -0
- package/dts/layout/__tests__/Box.test.d.ts.map +1 -0
- package/dts/layout/__tests__/Divider.perf-test.d.ts +2 -0
- package/dts/layout/__tests__/Divider.perf-test.d.ts.map +1 -0
- package/dts/layout/__tests__/Fallback.perf-test.d.ts +2 -0
- package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +1 -0
- package/dts/layout/__tests__/Fallback.test.d.ts +2 -0
- package/dts/layout/__tests__/Fallback.test.d.ts.map +1 -0
- package/dts/layout/__tests__/Grid.test.d.ts +2 -0
- package/dts/layout/__tests__/Grid.test.d.ts.map +1 -0
- package/dts/layout/__tests__/GridColumn.test.d.ts +2 -0
- package/dts/layout/__tests__/GridColumn.test.d.ts.map +1 -0
- package/dts/layout/__tests__/Group.test.d.ts +2 -0
- package/dts/layout/__tests__/Group.test.d.ts.map +1 -0
- package/dts/layout/__tests__/VStack.test.d.ts +2 -0
- package/dts/layout/__tests__/VStack.test.d.ts.map +1 -0
- package/dts/layout/index.d.ts +10 -0
- package/dts/layout/index.d.ts.map +1 -0
- package/dts/loaders/CircularProgress.d.ts +22 -0
- package/dts/loaders/CircularProgress.d.ts.map +1 -0
- package/dts/loaders/MaterialSpinner.d.ts +14 -0
- package/dts/loaders/MaterialSpinner.d.ts.map +1 -0
- package/dts/loaders/Spinner.d.ts +11 -0
- package/dts/loaders/Spinner.d.ts.map +1 -0
- package/dts/loaders/__stories__/CircularProgress.stories.d.ts +8 -0
- package/dts/loaders/__stories__/CircularProgress.stories.d.ts.map +1 -0
- package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts +8 -0
- package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts.map +1 -0
- package/dts/loaders/__stories__/Spinner.stories.d.ts +10 -0
- package/dts/loaders/__stories__/Spinner.stories.d.ts.map +1 -0
- package/dts/loaders/__tests__/CircularProgress.test.d.ts +2 -0
- package/dts/loaders/__tests__/CircularProgress.test.d.ts.map +1 -0
- package/dts/loaders/__tests__/MaterialSpinner.test.d.ts +2 -0
- package/dts/loaders/__tests__/MaterialSpinner.test.d.ts.map +1 -0
- package/dts/loaders/__tests__/Spinner.test.d.ts +2 -0
- package/dts/loaders/__tests__/Spinner.test.d.ts.map +1 -0
- package/dts/loaders/index.d.ts +2 -0
- package/dts/loaders/index.d.ts.map +1 -0
- package/dts/media/Avatar.d.ts +38 -0
- package/dts/media/Avatar.d.ts.map +1 -0
- package/dts/media/Hexagon.d.ts +82 -0
- package/dts/media/Hexagon.d.ts.map +1 -0
- package/dts/media/RemoteImage.d.ts +30 -0
- package/dts/media/RemoteImage.d.ts.map +1 -0
- package/dts/media/RemoteImageGroup.d.ts +24 -0
- package/dts/media/RemoteImageGroup.d.ts.map +1 -0
- package/dts/media/__figma__/Avatar.figma.d.ts +2 -0
- package/dts/media/__figma__/Avatar.figma.d.ts.map +1 -0
- package/dts/media/__stories__/Avatar.stories.d.ts +12 -0
- package/dts/media/__stories__/Avatar.stories.d.ts.map +1 -0
- package/dts/media/__stories__/RemoteImage.stories.d.ts +8 -0
- package/dts/media/__stories__/RemoteImage.stories.d.ts.map +1 -0
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +7 -0
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +1 -0
- package/dts/media/__tests__/Avatar.test.d.ts +2 -0
- package/dts/media/__tests__/Avatar.test.d.ts.map +1 -0
- package/dts/media/__tests__/Hexagon.test.d.ts +2 -0
- package/dts/media/__tests__/Hexagon.test.d.ts.map +1 -0
- package/dts/media/__tests__/RemoteImage.test.d.ts +2 -0
- package/dts/media/__tests__/RemoteImage.test.d.ts.map +1 -0
- package/dts/media/__tests__/RemoteImageGroup.test.d.ts +2 -0
- package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +1 -0
- package/dts/media/index.d.ts +4 -0
- package/dts/media/index.d.ts.map +1 -0
- package/dts/motion/AnimatedCaret.d.ts +9 -0
- package/dts/motion/AnimatedCaret.d.ts.map +1 -0
- package/dts/motion/ColorSurge.d.ts +25 -0
- package/dts/motion/ColorSurge.d.ts.map +1 -0
- package/dts/motion/Pulse.d.ts +53 -0
- package/dts/motion/Pulse.d.ts.map +1 -0
- package/dts/motion/Shake.d.ts +16 -0
- package/dts/motion/Shake.d.ts.map +1 -0
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +8 -0
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +1 -0
- package/dts/motion/__stories__/HintMotion.stories.d.ts +8 -0
- package/dts/motion/__stories__/HintMotion.stories.d.ts.map +1 -0
- package/dts/motion/__stories__/Tokens.stories.d.ts +7 -0
- package/dts/motion/__stories__/Tokens.stories.d.ts.map +1 -0
- package/dts/motion/__tests__/AnimatedCaret.test.d.ts +2 -0
- package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +1 -0
- package/dts/motion/__tests__/ColorSurge.test.d.ts +2 -0
- package/dts/motion/__tests__/ColorSurge.test.d.ts.map +1 -0
- package/dts/motion/__tests__/Pulse.test.d.ts +2 -0
- package/dts/motion/__tests__/Pulse.test.d.ts.map +1 -0
- package/dts/motion/__tests__/Shake.test.d.ts +2 -0
- package/dts/motion/__tests__/Shake.test.d.ts.map +1 -0
- package/dts/motion/__tests__/useMotionProps.test.d.ts +2 -0
- package/dts/motion/__tests__/useMotionProps.test.d.ts.map +1 -0
- package/dts/motion/__tests__/utils.test.d.ts +2 -0
- package/dts/motion/__tests__/utils.test.d.ts.map +1 -0
- package/dts/motion/types.d.ts +24 -0
- package/dts/motion/types.d.ts.map +1 -0
- package/dts/motion/useMotionProps.d.ts +3749 -0
- package/dts/motion/useMotionProps.d.ts.map +1 -0
- package/dts/motion/utils.d.ts +1792 -0
- package/dts/motion/utils.d.ts.map +1 -0
- package/dts/multi-content-module/MultiContentModule.d.ts +29 -0
- package/dts/multi-content-module/MultiContentModule.d.ts.map +1 -0
- package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +2 -0
- package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts.map +1 -0
- package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +12 -0
- package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +1 -0
- package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +2 -0
- package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +1 -0
- package/dts/navigation/NavLink.d.ts +8 -0
- package/dts/navigation/NavLink.d.ts.map +1 -0
- package/dts/navigation/NavigationBar.d.ts +54 -0
- package/dts/navigation/NavigationBar.d.ts.map +1 -0
- package/dts/navigation/NavigationTitle.d.ts +5 -0
- package/dts/navigation/NavigationTitle.d.ts.map +1 -0
- package/dts/navigation/NavigationTitleSelect.d.ts +12 -0
- package/dts/navigation/NavigationTitleSelect.d.ts.map +1 -0
- package/dts/navigation/Sidebar.d.ts +36 -0
- package/dts/navigation/Sidebar.d.ts.map +1 -0
- package/dts/navigation/SidebarContext.d.ts +8 -0
- package/dts/navigation/SidebarContext.d.ts.map +1 -0
- package/dts/navigation/SidebarItem.d.ts +47 -0
- package/dts/navigation/SidebarItem.d.ts.map +1 -0
- package/dts/navigation/SidebarMoreMenu.d.ts +14 -0
- package/dts/navigation/SidebarMoreMenu.d.ts.map +1 -0
- package/dts/navigation/__figma__/NavLink.figma.d.ts +2 -0
- package/dts/navigation/__figma__/NavLink.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/NavigationBar.figma.d.ts +2 -0
- package/dts/navigation/__figma__/NavigationBar.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/NavigationTitle.figma.d.ts +2 -0
- package/dts/navigation/__figma__/NavigationTitle.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/Sidebar.figma.d.ts +2 -0
- package/dts/navigation/__figma__/Sidebar.figma.d.ts.map +1 -0
- package/dts/navigation/__figma__/SidebarItem.figma.d.ts +2 -0
- package/dts/navigation/__figma__/SidebarItem.figma.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavLink.stories.d.ts +8 -0
- package/dts/navigation/__stories__/NavLink.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationBar.stories.d.ts +30 -0
- package/dts/navigation/__stories__/NavigationBar.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationStorySetup.d.ts +49 -0
- package/dts/navigation/__stories__/NavigationStorySetup.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +15 -0
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +12 -0
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +1 -0
- package/dts/navigation/__stories__/Sidebar.stories.d.ts +10 -0
- package/dts/navigation/__stories__/Sidebar.stories.d.ts.map +1 -0
- package/dts/navigation/__tests__/NavigationBar.test.d.ts +2 -0
- package/dts/navigation/__tests__/NavigationBar.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/NavigationTitle.test.d.ts +2 -0
- package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts +2 -0
- package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/Sidebar.test.d.ts +2 -0
- package/dts/navigation/__tests__/Sidebar.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/SidebarItem.test.d.ts +2 -0
- package/dts/navigation/__tests__/SidebarItem.test.d.ts.map +1 -0
- package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts +2 -0
- package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts.map +1 -0
- package/dts/navigation/index.d.ts +8 -0
- package/dts/navigation/index.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts +8 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts +3 -0
- package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/RollingNumber.d.ts +406 -0
- package/dts/numbers/RollingNumber/RollingNumber.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/index.d.ts +7 -0
- package/dts/numbers/RollingNumber/index.d.ts.map +1 -0
- package/dts/numbers/RollingNumber/useColorPulse.d.ts +10 -0
- package/dts/numbers/RollingNumber/useColorPulse.d.ts.map +1 -0
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts +18 -0
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +1 -0
- package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +2 -0
- package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +1 -0
- package/dts/numbers/index.d.ts +2 -0
- package/dts/numbers/index.d.ts.map +1 -0
- package/dts/overlays/Alert.d.ts +93 -0
- package/dts/overlays/Alert.d.ts.map +1 -0
- package/dts/overlays/FocusTrap.d.ts +42 -0
- package/dts/overlays/FocusTrap.d.ts.map +1 -0
- package/dts/overlays/FullscreenAlert.d.ts +33 -0
- package/dts/overlays/FullscreenAlert.d.ts.map +1 -0
- package/dts/overlays/Portal.d.ts +14 -0
- package/dts/overlays/Portal.d.ts.map +1 -0
- package/dts/overlays/PortalProvider.d.ts +19 -0
- package/dts/overlays/PortalProvider.d.ts.map +1 -0
- package/dts/overlays/Toast.d.ts +22 -0
- package/dts/overlays/Toast.d.ts.map +1 -0
- package/dts/overlays/__figma__/Alert.figma.d.ts +2 -0
- package/dts/overlays/__figma__/Alert.figma.d.ts.map +1 -0
- package/dts/overlays/__figma__/Toast.figma.d.ts +2 -0
- package/dts/overlays/__figma__/Toast.figma.d.ts.map +1 -0
- package/dts/overlays/__stories__/Alert.stories.d.ts +23 -0
- package/dts/overlays/__stories__/Alert.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FocusTrap.stories.d.ts +7 -0
- package/dts/overlays/__stories__/FocusTrap.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts +9 -0
- package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FullscreenModal.stories.d.ts +24 -0
- package/dts/overlays/__stories__/FullscreenModal.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts +30 -0
- package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Modal.stories.d.ts +13 -0
- package/dts/overlays/__stories__/Modal.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/ModalInteractive.stories.d.ts +21 -0
- package/dts/overlays/__stories__/ModalInteractive.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts +23 -0
- package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/PortalProvider.stories.d.ts +7 -0
- package/dts/overlays/__stories__/PortalProvider.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts +7 -0
- package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Toast.stories.d.ts +8 -0
- package/dts/overlays/__stories__/Toast.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/Tooltip.stories.d.ts +11 -0
- package/dts/overlays/__stories__/Tooltip.stories.d.ts.map +1 -0
- package/dts/overlays/__stories__/TooltipContent.stories.d.ts +11 -0
- package/dts/overlays/__stories__/TooltipContent.stories.d.ts.map +1 -0
- package/dts/overlays/__tests__/Alert.test.d.ts +2 -0
- package/dts/overlays/__tests__/Alert.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/FocusTrap.test.d.ts +2 -0
- package/dts/overlays/__tests__/FocusTrap.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/FullscreenAlert.test.d.ts +2 -0
- package/dts/overlays/__tests__/FullscreenAlert.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/OverlayContentContext.test.d.ts +2 -0
- package/dts/overlays/__tests__/OverlayContentContext.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/Popover.test.d.ts +2 -0
- package/dts/overlays/__tests__/Popover.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/PortalProvider.test.d.ts +2 -0
- package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/Toast.test.d.ts +2 -0
- package/dts/overlays/__tests__/Toast.test.d.ts.map +1 -0
- package/dts/overlays/index.d.ts +18 -0
- package/dts/overlays/index.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModal.d.ts +48 -0
- package/dts/overlays/modal/FullscreenModal.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModalHeader.d.ts +14 -0
- package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModalLayout.d.ts +11 -0
- package/dts/overlays/modal/FullscreenModalLayout.d.ts.map +1 -0
- package/dts/overlays/modal/Modal.d.ts +50 -0
- package/dts/overlays/modal/Modal.d.ts.map +1 -0
- package/dts/overlays/modal/ModalBody.d.ts +5 -0
- package/dts/overlays/modal/ModalBody.d.ts.map +1 -0
- package/dts/overlays/modal/ModalFooter.d.ts +17 -0
- package/dts/overlays/modal/ModalFooter.d.ts.map +1 -0
- package/dts/overlays/modal/ModalHeader.d.ts +46 -0
- package/dts/overlays/modal/ModalHeader.d.ts.map +1 -0
- package/dts/overlays/modal/ModalWrapper.d.ts +42 -0
- package/dts/overlays/modal/ModalWrapper.d.ts.map +1 -0
- package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts +2 -0
- package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts.map +1 -0
- package/dts/overlays/modal/__figma__/Modal.figma.d.ts +2 -0
- package/dts/overlays/modal/__figma__/Modal.figma.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +1 -0
- package/dts/overlays/modal/__tests__/Modal.test.d.ts +2 -0
- package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +1 -0
- package/dts/overlays/overlay/Overlay.d.ts +4 -0
- package/dts/overlays/overlay/Overlay.d.ts.map +1 -0
- package/dts/overlays/overlay/OverlayContent.d.ts +12 -0
- package/dts/overlays/overlay/OverlayContent.d.ts.map +1 -0
- package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +2 -0
- package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +1 -0
- package/dts/overlays/popover/Popover.d.ts +8 -0
- package/dts/overlays/popover/Popover.d.ts.map +1 -0
- package/dts/overlays/popover/PopoverProps.d.ts +71 -0
- package/dts/overlays/popover/PopoverProps.d.ts.map +1 -0
- package/dts/overlays/popover/usePopper.d.ts +16 -0
- package/dts/overlays/popover/usePopper.d.ts.map +1 -0
- package/dts/overlays/tooltip/Tooltip.d.ts +3 -0
- package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -0
- package/dts/overlays/tooltip/TooltipContent.d.ts +6 -0
- package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -0
- package/dts/overlays/tooltip/TooltipProps.d.ts +50 -0
- package/dts/overlays/tooltip/TooltipProps.d.ts.map +1 -0
- package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +2 -0
- package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts.map +1 -0
- package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +2 -0
- package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +1 -0
- package/dts/overlays/tooltip/useTooltipState.d.ts +9 -0
- package/dts/overlays/tooltip/useTooltipState.d.ts.map +1 -0
- package/dts/overlays/tray/Tray.d.ts +140 -0
- package/dts/overlays/tray/Tray.d.ts.map +1 -0
- package/dts/overlays/tray/__stories__/Tray.stories.d.ts +5 -0
- package/dts/overlays/tray/__stories__/Tray.stories.d.ts.map +1 -0
- package/dts/overlays/tray/__tests__/Tray.test.d.ts +2 -0
- package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +1 -0
- package/dts/overlays/useModal.d.ts +6 -0
- package/dts/overlays/useModal.d.ts.map +1 -0
- package/dts/overlays/usePortal.d.ts +3 -0
- package/dts/overlays/usePortal.d.ts.map +1 -0
- package/dts/overlays/useToast.d.ts +9 -0
- package/dts/overlays/useToast.d.ts.map +1 -0
- package/dts/page/PageFooter.d.ts +20 -0
- package/dts/page/PageFooter.d.ts.map +1 -0
- package/dts/page/PageHeader.d.ts +73 -0
- package/dts/page/PageHeader.d.ts.map +1 -0
- package/dts/page/__figma__/PageFooter.figma.d.ts +2 -0
- package/dts/page/__figma__/PageFooter.figma.d.ts.map +1 -0
- package/dts/page/__figma__/PageHeader.figma.d.ts +2 -0
- package/dts/page/__figma__/PageHeader.figma.d.ts.map +1 -0
- package/dts/page/__stories__/PageFooter.stories.d.ts +69 -0
- package/dts/page/__stories__/PageFooter.stories.d.ts.map +1 -0
- package/dts/page/__stories__/PageHeader.stories.d.ts +95 -0
- package/dts/page/__stories__/PageHeader.stories.d.ts.map +1 -0
- package/dts/page/__tests__/PageFooter.test.d.ts +2 -0
- package/dts/page/__tests__/PageFooter.test.d.ts.map +1 -0
- package/dts/page/__tests__/PageHeader.test.d.ts +2 -0
- package/dts/page/__tests__/PageHeader.test.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationEllipsis.d.ts +3 -0
- package/dts/pagination/DefaultPaginationEllipsis.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationNavigationButton.d.ts +9 -0
- package/dts/pagination/DefaultPaginationNavigationButton.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts +4 -0
- package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationPageButton.d.ts +3 -0
- package/dts/pagination/DefaultPaginationPageButton.d.ts.map +1 -0
- package/dts/pagination/Pagination.d.ts +82 -0
- package/dts/pagination/Pagination.d.ts.map +1 -0
- package/dts/pagination/__figma__/Pagination.figma.d.ts +2 -0
- package/dts/pagination/__figma__/Pagination.figma.d.ts.map +1 -0
- package/dts/pagination/__stories__/Pagination.stories.d.ts +5 -0
- package/dts/pagination/__stories__/Pagination.stories.d.ts.map +1 -0
- package/dts/pagination/__stories__/UsePagination.stories.d.ts +5 -0
- package/dts/pagination/__stories__/UsePagination.stories.d.ts.map +1 -0
- package/dts/pagination/__tests__/Pagination.test.d.ts +2 -0
- package/dts/pagination/__tests__/Pagination.test.d.ts.map +1 -0
- package/dts/pagination/__tests__/usePagination.test.d.ts +2 -0
- package/dts/pagination/__tests__/usePagination.test.d.ts.map +1 -0
- package/dts/pagination/usePagination.d.ts +41 -0
- package/dts/pagination/usePagination.d.ts.map +1 -0
- package/dts/section-header/SectionHeader.d.ts +20 -0
- package/dts/section-header/SectionHeader.d.ts.map +1 -0
- package/dts/section-header/__figma__/SectionHeader.figma.d.ts +2 -0
- package/dts/section-header/__figma__/SectionHeader.figma.d.ts.map +1 -0
- package/dts/section-header/__stories__/SectionHeader.stories.d.ts +9 -0
- package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +1 -0
- package/dts/section-header/__tests__/SectionHeader.test.d.ts +2 -0
- package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperIconVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperIconVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperLabelVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperLabelVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperProgressVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperProgressVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperStepHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperStepHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperStepVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperStepVertical.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts +3 -0
- package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts.map +1 -0
- package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts +3 -0
- package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts.map +1 -0
- package/dts/stepper/Stepper.d.ts +228 -0
- package/dts/stepper/Stepper.d.ts.map +1 -0
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +17 -0
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +1 -0
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts +16 -0
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +1 -0
- package/dts/stepper/index.d.ts +12 -0
- package/dts/stepper/index.d.ts.map +1 -0
- package/dts/styles/booleanStyles.d.ts +18 -0
- package/dts/styles/booleanStyles.d.ts.map +1 -0
- package/dts/styles/config.d.ts +106 -0
- package/dts/styles/config.d.ts.map +1 -0
- package/dts/styles/defaultFont.d.ts +2 -0
- package/dts/styles/defaultFont.d.ts.map +1 -0
- package/dts/styles/global.d.ts +2 -0
- package/dts/styles/global.d.ts.map +1 -0
- package/dts/styles/media.d.ts +23 -0
- package/dts/styles/media.d.ts.map +1 -0
- package/dts/styles/responsive/base.d.ts +175 -0
- package/dts/styles/responsive/base.d.ts.map +1 -0
- package/dts/styles/responsive/desktop.d.ts +223 -0
- package/dts/styles/responsive/desktop.d.ts.map +1 -0
- package/dts/styles/responsive/phone.d.ts +223 -0
- package/dts/styles/responsive/phone.d.ts.map +1 -0
- package/dts/styles/responsive/tablet.d.ts +223 -0
- package/dts/styles/responsive/tablet.d.ts.map +1 -0
- package/dts/styles/styleProps.d.ts +148 -0
- package/dts/styles/styleProps.d.ts.map +1 -0
- package/dts/system/BrowserOnly.d.ts +10 -0
- package/dts/system/BrowserOnly.d.ts.map +1 -0
- package/dts/system/ButtonOrLink.d.ts +13 -0
- package/dts/system/ButtonOrLink.d.ts.map +1 -0
- package/dts/system/EventHandlerProvider.d.ts +8 -0
- package/dts/system/EventHandlerProvider.d.ts.map +1 -0
- package/dts/system/FramerMotionProvider.d.ts +6 -0
- package/dts/system/FramerMotionProvider.d.ts.map +1 -0
- package/dts/system/Interactable.d.ts +98 -0
- package/dts/system/Interactable.d.ts.map +1 -0
- package/dts/system/MediaQueryProvider.d.ts +45 -0
- package/dts/system/MediaQueryProvider.d.ts.map +1 -0
- package/dts/system/Pressable.d.ts +16 -0
- package/dts/system/Pressable.d.ts.map +1 -0
- package/dts/system/PressableOpacity.d.ts +14 -0
- package/dts/system/PressableOpacity.d.ts.map +1 -0
- package/dts/system/ThemeProvider.d.ts +29 -0
- package/dts/system/ThemeProvider.d.ts.map +1 -0
- package/dts/system/__stories__/Interactable.stories.d.ts +8 -0
- package/dts/system/__stories__/Interactable.stories.d.ts.map +1 -0
- package/dts/system/__stories__/Patterns.stories.d.ts +10 -0
- package/dts/system/__stories__/Patterns.stories.d.ts.map +1 -0
- package/dts/system/__stories__/Pressable.stories.d.ts +10 -0
- package/dts/system/__stories__/Pressable.stories.d.ts.map +1 -0
- package/dts/system/__stories__/ThemeProvider.stories.d.ts +22 -0
- package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +1 -0
- package/dts/system/__tests__/BrowserOnly.test.d.ts +2 -0
- package/dts/system/__tests__/BrowserOnly.test.d.ts.map +1 -0
- package/dts/system/__tests__/MediaQueryProvider.test.d.ts +2 -0
- package/dts/system/__tests__/MediaQueryProvider.test.d.ts.map +1 -0
- package/dts/system/__tests__/ThemeProvider.test.d.ts +2 -0
- package/dts/system/__tests__/ThemeProvider.test.d.ts.map +1 -0
- package/dts/system/index.d.ts +7 -0
- package/dts/system/index.d.ts.map +1 -0
- package/dts/system/interactableCSSProperties.d.ts +12 -0
- package/dts/system/interactableCSSProperties.d.ts.map +1 -0
- package/dts/system/reakit-utils.d.ts +18 -0
- package/dts/system/reakit-utils.d.ts.map +1 -0
- package/dts/tables/Table.d.ts +87 -0
- package/dts/tables/Table.d.ts.map +1 -0
- package/dts/tables/TableBody.d.ts +5 -0
- package/dts/tables/TableBody.d.ts.map +1 -0
- package/dts/tables/TableCaption.d.ts +46 -0
- package/dts/tables/TableCaption.d.ts.map +1 -0
- package/dts/tables/TableCell.d.ts +125 -0
- package/dts/tables/TableCell.d.ts.map +1 -0
- package/dts/tables/TableCellFallback.d.ts +17 -0
- package/dts/tables/TableCellFallback.d.ts.map +1 -0
- package/dts/tables/TableCellSortIcon.d.ts +6 -0
- package/dts/tables/TableCellSortIcon.d.ts.map +1 -0
- package/dts/tables/TableFooter.d.ts +5 -0
- package/dts/tables/TableFooter.d.ts.map +1 -0
- package/dts/tables/TableHeader.d.ts +13 -0
- package/dts/tables/TableHeader.d.ts.map +1 -0
- package/dts/tables/TableRow.d.ts +53 -0
- package/dts/tables/TableRow.d.ts.map +1 -0
- package/dts/tables/TableSection.d.ts +14 -0
- package/dts/tables/TableSection.d.ts.map +1 -0
- package/dts/tables/__figma__/TableCell.figma.d.ts +2 -0
- package/dts/tables/__figma__/TableCell.figma.d.ts.map +1 -0
- package/dts/tables/__mocks__/assetHub.mock.d.ts +242 -0
- package/dts/tables/__mocks__/assetHub.mock.d.ts.map +1 -0
- package/dts/tables/__mocks__/index.d.ts +3 -0
- package/dts/tables/__mocks__/index.d.ts.map +1 -0
- package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts +1839 -0
- package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts.map +1 -0
- package/dts/tables/__stories__/Table.stories.d.ts +8 -0
- package/dts/tables/__stories__/Table.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableCaption.stories.d.ts +5 -0
- package/dts/tables/__stories__/TableCaption.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableCell.stories.d.ts +9 -0
- package/dts/tables/__stories__/TableCell.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableCellFallback.stories.d.ts +5 -0
- package/dts/tables/__stories__/TableCellFallback.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableInteractive.stories.d.ts +9 -0
- package/dts/tables/__stories__/TableInteractive.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableRow.stories.d.ts +5 -0
- package/dts/tables/__stories__/TableRow.stories.d.ts.map +1 -0
- package/dts/tables/__stories__/TableSection.stories.d.ts +7 -0
- package/dts/tables/__stories__/TableSection.stories.d.ts.map +1 -0
- package/dts/tables/__tests__/Table.test.d.ts +2 -0
- package/dts/tables/__tests__/Table.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCaption.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCaption.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCell.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCell.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCellFallback.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCellFallback.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableCellSortIcon.test.d.ts +2 -0
- package/dts/tables/__tests__/TableCellSortIcon.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableFooter.test.d.ts +2 -0
- package/dts/tables/__tests__/TableFooter.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableHeader.test.d.ts +2 -0
- package/dts/tables/__tests__/TableHeader.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableRow.test.d.ts +2 -0
- package/dts/tables/__tests__/TableRow.test.d.ts.map +1 -0
- package/dts/tables/__tests__/TableSection.test.d.ts +2 -0
- package/dts/tables/__tests__/TableSection.test.d.ts.map +1 -0
- package/dts/tables/context/TableContext.d.ts +4 -0
- package/dts/tables/context/TableContext.d.ts.map +1 -0
- package/dts/tables/context/TableSectionContext.d.ts +6 -0
- package/dts/tables/context/TableSectionContext.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useTable.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useTable.test.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts.map +1 -0
- package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts +2 -0
- package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts.map +1 -0
- package/dts/tables/hooks/useSortableCell.d.ts +13 -0
- package/dts/tables/hooks/useSortableCell.d.ts.map +1 -0
- package/dts/tables/hooks/useTable.d.ts +27 -0
- package/dts/tables/hooks/useTable.d.ts.map +1 -0
- package/dts/tables/hooks/useTableRowListener.d.ts +4 -0
- package/dts/tables/hooks/useTableRowListener.d.ts.map +1 -0
- package/dts/tables/hooks/useTableVariant.d.ts +2 -0
- package/dts/tables/hooks/useTableVariant.d.ts.map +1 -0
- package/dts/tables/index.d.ts +9 -0
- package/dts/tables/index.d.ts.map +1 -0
- package/dts/tabs/Paddle.d.ts +24 -0
- package/dts/tabs/Paddle.d.ts.map +1 -0
- package/dts/tabs/SegmentedTab.d.ts +38 -0
- package/dts/tabs/SegmentedTab.d.ts.map +1 -0
- package/dts/tabs/SegmentedTabs.d.ts +9 -0
- package/dts/tabs/SegmentedTabs.d.ts.map +1 -0
- package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +4 -0
- package/dts/tabs/SegmentedTabsActiveIndicator.d.ts.map +1 -0
- package/dts/tabs/TabIndicator.d.ts +24 -0
- package/dts/tabs/TabIndicator.d.ts.map +1 -0
- package/dts/tabs/TabLabel.d.ts +18 -0
- package/dts/tabs/TabLabel.d.ts.map +1 -0
- package/dts/tabs/TabNavigation.d.ts +81 -0
- package/dts/tabs/TabNavigation.d.ts.map +1 -0
- package/dts/tabs/Tabs.d.ts +38 -0
- package/dts/tabs/Tabs.d.ts.map +1 -0
- package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +2 -0
- package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts.map +1 -0
- package/dts/tabs/__figma__/TabNavigation.figma.d.ts +2 -0
- package/dts/tabs/__figma__/TabNavigation.figma.d.ts.map +1 -0
- package/dts/tabs/__stories__/MockTabPanel.d.ts +6 -0
- package/dts/tabs/__stories__/MockTabPanel.d.ts.map +1 -0
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +27 -0
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts +5 -0
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabLabel.stories.d.ts +5 -0
- package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts +13 -0
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +1 -0
- package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts +9 -0
- package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts.map +1 -0
- package/dts/tabs/__tests__/SegmentedTab.test.d.ts +2 -0
- package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +1 -0
- package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +2 -0
- package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +1 -0
- package/dts/tabs/__tests__/TabIndicator.test.d.ts +2 -0
- package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +1 -0
- package/dts/tabs/__tests__/TabNavigation.test.d.ts +2 -0
- package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +1 -0
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +3726 -0
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts.map +1 -0
- package/dts/tabs/index.d.ts +8 -0
- package/dts/tabs/index.d.ts.map +1 -0
- package/dts/tag/Tag.d.ts +28 -0
- package/dts/tag/Tag.d.ts.map +1 -0
- package/dts/tag/__figma__/Tag.figma.d.ts +2 -0
- package/dts/tag/__figma__/Tag.figma.d.ts.map +1 -0
- package/dts/tag/__stories__/Tag.stories.d.ts +12 -0
- package/dts/tag/__stories__/Tag.stories.d.ts.map +1 -0
- package/dts/tag/__tests__/Tag.test.d.ts +2 -0
- package/dts/tag/__tests__/Tag.test.d.ts.map +1 -0
- package/dts/themes/coinbaseDenseTheme.d.ts +540 -0
- package/dts/themes/coinbaseDenseTheme.d.ts.map +1 -0
- package/dts/themes/coinbaseHighContrastTheme.d.ts +539 -0
- package/dts/themes/coinbaseHighContrastTheme.d.ts.map +1 -0
- package/dts/themes/coinbaseTheme.d.ts +539 -0
- package/dts/themes/coinbaseTheme.d.ts.map +1 -0
- package/dts/themes/defaultHighContrastTheme.d.ts +539 -0
- package/dts/themes/defaultHighContrastTheme.d.ts.map +1 -0
- package/dts/themes/defaultTheme.d.ts +539 -0
- package/dts/themes/defaultTheme.d.ts.map +1 -0
- package/dts/tour/DefaultTourMask.d.ts +4 -0
- package/dts/tour/DefaultTourMask.d.ts.map +1 -0
- package/dts/tour/DefaultTourStepArrow.d.ts +4 -0
- package/dts/tour/DefaultTourStepArrow.d.ts.map +1 -0
- package/dts/tour/Tour.d.ts +76 -0
- package/dts/tour/Tour.d.ts.map +1 -0
- package/dts/tour/TourStep.d.ts +14 -0
- package/dts/tour/TourStep.d.ts.map +1 -0
- package/dts/tour/__stories__/Tour.stories.d.ts +12 -0
- package/dts/tour/__stories__/Tour.stories.d.ts.map +1 -0
- package/dts/tour/__tests__/Tour.test.d.ts +2 -0
- package/dts/tour/__tests__/Tour.test.d.ts.map +1 -0
- package/dts/tour/index.d.ts +5 -0
- package/dts/tour/index.d.ts.map +1 -0
- package/dts/types.d.ts +2 -0
- package/dts/types.d.ts.map +1 -0
- package/dts/typography/Link.d.ts +28 -0
- package/dts/typography/Link.d.ts.map +1 -0
- package/dts/typography/Text.d.ts +51 -0
- package/dts/typography/Text.d.ts.map +1 -0
- package/dts/typography/TextBody.d.ts +11 -0
- package/dts/typography/TextBody.d.ts.map +1 -0
- package/dts/typography/TextCaption.d.ts +11 -0
- package/dts/typography/TextCaption.d.ts.map +1 -0
- package/dts/typography/TextDisplay1.d.ts +11 -0
- package/dts/typography/TextDisplay1.d.ts.map +1 -0
- package/dts/typography/TextDisplay2.d.ts +11 -0
- package/dts/typography/TextDisplay2.d.ts.map +1 -0
- package/dts/typography/TextDisplay3.d.ts +11 -0
- package/dts/typography/TextDisplay3.d.ts.map +1 -0
- package/dts/typography/TextHeadline.d.ts +11 -0
- package/dts/typography/TextHeadline.d.ts.map +1 -0
- package/dts/typography/TextInherited.d.ts +11 -0
- package/dts/typography/TextInherited.d.ts.map +1 -0
- package/dts/typography/TextLabel1.d.ts +11 -0
- package/dts/typography/TextLabel1.d.ts.map +1 -0
- package/dts/typography/TextLabel2.d.ts +11 -0
- package/dts/typography/TextLabel2.d.ts.map +1 -0
- package/dts/typography/TextLegal.d.ts +11 -0
- package/dts/typography/TextLegal.d.ts.map +1 -0
- package/dts/typography/TextTitle1.d.ts +11 -0
- package/dts/typography/TextTitle1.d.ts.map +1 -0
- package/dts/typography/TextTitle2.d.ts +11 -0
- package/dts/typography/TextTitle2.d.ts.map +1 -0
- package/dts/typography/TextTitle3.d.ts +11 -0
- package/dts/typography/TextTitle3.d.ts.map +1 -0
- package/dts/typography/TextTitle4.d.ts +11 -0
- package/dts/typography/TextTitle4.d.ts.map +1 -0
- package/dts/typography/__figma__/Link.figma.d.ts +2 -0
- package/dts/typography/__figma__/Link.figma.d.ts.map +1 -0
- package/dts/typography/__stories__/Link.stories.d.ts +20 -0
- package/dts/typography/__stories__/Link.stories.d.ts.map +1 -0
- package/dts/typography/__stories__/Text.stories.d.ts +33 -0
- package/dts/typography/__stories__/Text.stories.d.ts.map +1 -0
- package/dts/typography/__tests__/Link.perf-test.d.ts +2 -0
- package/dts/typography/__tests__/Link.perf-test.d.ts.map +1 -0
- package/dts/typography/__tests__/Link.test.d.ts +2 -0
- package/dts/typography/__tests__/Link.test.d.ts.map +1 -0
- package/dts/typography/__tests__/Text.test.d.ts +2 -0
- package/dts/typography/__tests__/Text.test.d.ts.map +1 -0
- package/dts/typography/index.d.ts +17 -0
- package/dts/typography/index.d.ts.map +1 -0
- package/dts/utils/__tests__/browser.test.d.ts +2 -0
- package/dts/utils/__tests__/browser.test.d.ts.map +1 -0
- package/dts/utils/__tests__/eventHandler.test.d.ts +2 -0
- package/dts/utils/__tests__/eventHandler.test.d.ts.map +1 -0
- package/dts/utils/__tests__/eventHandlers.test.d.ts +2 -0
- package/dts/utils/__tests__/eventHandlers.test.d.ts.map +1 -0
- package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +2 -0
- package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +1 -0
- package/dts/utils/__tests__/isRtl.test.d.ts +2 -0
- package/dts/utils/__tests__/isRtl.test.d.ts.map +1 -0
- package/dts/utils/__tests__/mediaQueryListener.test.d.ts +2 -0
- package/dts/utils/__tests__/mediaQueryListener.test.d.ts.map +1 -0
- package/dts/utils/browser.d.ts +19 -0
- package/dts/utils/browser.d.ts.map +1 -0
- package/dts/utils/eventHandlers.d.ts +2 -0
- package/dts/utils/eventHandlers.d.ts.map +1 -0
- package/dts/utils/flattenAndJoinNodes.d.ts +10 -0
- package/dts/utils/flattenAndJoinNodes.d.ts.map +1 -0
- package/dts/utils/isRtl.d.ts +2 -0
- package/dts/utils/isRtl.d.ts.map +1 -0
- package/dts/utils/mediaQueryListener.d.ts +5 -0
- package/dts/utils/mediaQueryListener.d.ts.map +1 -0
- package/dts/utils/storybook.d.ts +6 -0
- package/dts/utils/storybook.d.ts.map +1 -0
- package/dts/utils/test.d.ts +13 -0
- package/dts/utils/test.d.ts.map +1 -0
- package/dts/visualizations/Counter.d.ts +13 -0
- package/dts/visualizations/Counter.d.ts.map +1 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts +4 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts.map +1 -0
- package/dts/visualizations/ProgressBar.d.ts +128 -0
- package/dts/visualizations/ProgressBar.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +83 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +58 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts.map +1 -0
- package/dts/visualizations/ProgressCircle.d.ts +165 -0
- package/dts/visualizations/ProgressCircle.d.ts.map +1 -0
- package/dts/visualizations/ProgressContainerWithButtons.d.ts +3 -0
- package/dts/visualizations/ProgressContainerWithButtons.d.ts.map +1 -0
- package/dts/visualizations/ProgressTextLabel.d.ts +18 -0
- package/dts/visualizations/ProgressTextLabel.d.ts.map +1 -0
- package/dts/visualizations/VisualizationContainer.d.ts +16 -0
- package/dts/visualizations/VisualizationContainer.d.ts.map +1 -0
- package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +2 -0
- package/dts/visualizations/__figma__/ProgressBar.figma.d.ts.map +1 -0
- package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +2 -0
- package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts.map +1 -0
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +158 -0
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +1 -0
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +65 -0
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +1 -0
- package/dts/visualizations/__tests__/ProgressBar.test.d.ts +2 -0
- package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +1 -0
- package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +2 -0
- package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +1 -0
- package/dts/visualizations/getProgressBarLabelParts.d.ts +12 -0
- package/dts/visualizations/getProgressBarLabelParts.d.ts.map +1 -0
- package/dts/visualizations/index.d.ts +8 -0
- package/dts/visualizations/index.d.ts.map +1 -0
- package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.css +1 -0
- package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.js +46 -0
- package/esm/accordion/Accordion.js +35 -0
- package/esm/accordion/AccordionHeader.css +3 -0
- package/esm/accordion/AccordionHeader.js +125 -0
- package/esm/accordion/AccordionItem.js +53 -0
- package/esm/accordion/AccordionPanel.js +36 -0
- package/esm/accordion/__figma__/Accordion.figma.js +47 -0
- package/esm/accordion/index.js +2 -0
- package/esm/accordion/utils.js +2 -0
- package/esm/animation/Lottie.css +1 -0
- package/esm/animation/Lottie.js +83 -0
- package/esm/animation/LottieStatusAnimation.js +41 -0
- package/esm/animation/NewAnimatePresence.js +5 -0
- package/esm/animation/convertMotionConfig.js +35 -0
- package/esm/animation/index.js +2 -0
- package/esm/animation/types.js +1 -0
- package/esm/animation/useLottieHandlers.js +15 -0
- package/esm/animation/useLottieListeners.js +24 -0
- package/esm/animation/useLottieLoader.js +94 -0
- package/esm/banner/Banner.css +1 -0
- package/esm/banner/Banner.js +226 -0
- package/esm/buttons/AvatarButton.css +1 -0
- package/esm/buttons/AvatarButton.js +55 -0
- package/esm/buttons/Button.css +13 -0
- package/esm/buttons/Button.js +136 -0
- package/esm/buttons/ButtonGroup.css +3 -0
- package/esm/buttons/ButtonGroup.js +34 -0
- package/esm/buttons/IconButton.css +4 -0
- package/esm/buttons/IconButton.js +94 -0
- package/esm/buttons/IconCounterButton.js +50 -0
- package/esm/buttons/Tile.css +2 -0
- package/esm/buttons/Tile.js +56 -0
- package/esm/buttons/TileButton.js +58 -0
- package/esm/buttons/__figma__/AvatarButton.figma.js +30 -0
- package/esm/buttons/__figma__/Button.figma.js +63 -0
- package/esm/buttons/__figma__/ButtonGroup.figma.js +54 -0
- package/esm/buttons/__figma__/IconButton.figma.js +35 -0
- package/esm/buttons/__figma__/TileButton.figma.js +29 -0
- package/esm/buttons/index.js +6 -0
- package/esm/cards/AnnouncementCard.js +45 -0
- package/esm/cards/Card.js +97 -0
- package/esm/cards/CardBody.js +162 -0
- package/esm/cards/CardFooter.js +28 -0
- package/esm/cards/CardGroup.js +30 -0
- package/esm/cards/CardHeader.js +43 -0
- package/esm/cards/CardMedia.js +55 -0
- package/esm/cards/CardRemoteImage.js +26 -0
- package/esm/cards/ContainedAssetCard.css +2 -0
- package/esm/cards/ContainedAssetCard.js +96 -0
- package/esm/cards/ContentCard/ContentCard.js +38 -0
- package/esm/cards/ContentCard/ContentCardBody.js +59 -0
- package/esm/cards/ContentCard/ContentCardFooter.js +29 -0
- package/esm/cards/ContentCard/ContentCardHeader.js +57 -0
- package/esm/cards/ContentCard/__figma__/ContentCard.figma.js +37 -0
- package/esm/cards/ContentCard/__figma__/ContentCardBody.figma.js +55 -0
- package/esm/cards/ContentCard/__figma__/ContentCardFooter.figma.js +150 -0
- package/esm/cards/ContentCard/__figma__/ContentCardHeader.figma.js +29 -0
- package/esm/cards/ContentCard/index.js +4 -0
- package/esm/cards/DataCard.js +72 -0
- package/esm/cards/FeatureEntryCard.js +42 -0
- package/esm/cards/FeedCard.js +104 -0
- package/esm/cards/FloatingAssetCard.css +2 -0
- package/esm/cards/FloatingAssetCard.js +76 -0
- package/esm/cards/LikeButton.js +62 -0
- package/esm/cards/NudgeCard.css +2 -0
- package/esm/cards/NudgeCard.js +162 -0
- package/esm/cards/UpsellCard.js +99 -0
- package/esm/cards/__figma__/AnnouncementCard.figma.js +19 -0
- package/esm/cards/__figma__/ContainedAssetCard.figma.js +45 -0
- package/esm/cards/__figma__/FloatingAssetCard.figma.js +36 -0
- package/esm/cards/__figma__/NudgeCard.figma.js +60 -0
- package/esm/cards/__figma__/UpsellCard.figma.js +57 -0
- package/esm/cards/index.js +17 -0
- package/esm/carousel/Carousel.css +1 -0
- package/esm/carousel/Carousel.js +424 -0
- package/esm/carousel/CarouselItem.js +52 -0
- package/esm/carousel/DefaultCarouselNavigation.css +1 -0
- package/esm/carousel/DefaultCarouselNavigation.js +60 -0
- package/esm/carousel/DefaultCarouselPagination.css +2 -0
- package/esm/carousel/DefaultCarouselPagination.js +119 -0
- package/esm/carousel/index.js +4 -0
- package/esm/cells/Cell.css +4 -0
- package/esm/cells/Cell.js +201 -0
- package/esm/cells/CellAccessory.js +50 -0
- package/esm/cells/CellDetail.js +34 -0
- package/esm/cells/CellHelperText.js +40 -0
- package/esm/cells/CellMedia.js +54 -0
- package/esm/cells/ContentCell.css +2 -0
- package/esm/cells/ContentCell.js +111 -0
- package/esm/cells/ContentCellFallback.js +69 -0
- package/esm/cells/ListCell.css +1 -0
- package/esm/cells/ListCell.js +102 -0
- package/esm/cells/ListCellFallback.js +127 -0
- package/esm/cells/MediaFallback.js +24 -0
- package/esm/cells/__figma__/ContentCell.figma.js +40 -0
- package/esm/cells/__figma__/ListCell.figma.js +79 -0
- package/esm/cells/index.js +6 -0
- package/esm/chips/Chip.css +2 -0
- package/esm/chips/Chip.js +79 -0
- package/esm/chips/ChipProps.js +1 -0
- package/esm/chips/InputChip.js +33 -0
- package/esm/chips/SelectChip.js +94 -0
- package/esm/chips/TabbedChips.css +1 -0
- package/esm/chips/TabbedChips.js +156 -0
- package/esm/chips/__figma__/InputChip.figma.js +29 -0
- package/esm/chips/__figma__/SelectChip.figma.js +47 -0
- package/esm/chips/__figma__/TabbedChips.figma.js +55 -0
- package/esm/chips/index.js +5 -0
- package/esm/coachmark/Coachmark.js +73 -0
- package/esm/coachmark/__figma__/Coachmark.figma.js +49 -0
- package/esm/collapsible/Collapsible.js +99 -0
- package/esm/collapsible/index.js +1 -0
- package/esm/collapsible/useCollapsibleMotionProps.js +34 -0
- package/esm/controls/Checkbox.css +1 -0
- package/esm/controls/Checkbox.js +84 -0
- package/esm/controls/CheckboxCell.css +1 -0
- package/esm/controls/CheckboxCell.js +120 -0
- package/esm/controls/CheckboxGroup.css +1 -0
- package/esm/controls/CheckboxGroup.js +112 -0
- package/esm/controls/Control.css +3 -0
- package/esm/controls/Control.js +118 -0
- package/esm/controls/ControlGroup.css +1 -0
- package/esm/controls/ControlGroup.js +72 -0
- package/esm/controls/HelperText.css +1 -0
- package/esm/controls/HelperText.js +49 -0
- package/esm/controls/InputIcon.js +41 -0
- package/esm/controls/InputIconButton.js +41 -0
- package/esm/controls/InputLabel.js +26 -0
- package/esm/controls/InputStack.css +3 -0
- package/esm/controls/InputStack.js +137 -0
- package/esm/controls/NativeInput.css +3 -0
- package/esm/controls/NativeInput.js +56 -0
- package/esm/controls/NativeTextArea.css +2 -0
- package/esm/controls/NativeTextArea.js +46 -0
- package/esm/controls/Radio.css +1 -0
- package/esm/controls/Radio.js +84 -0
- package/esm/controls/RadioCell.css +1 -0
- package/esm/controls/RadioCell.js +118 -0
- package/esm/controls/RadioGroup.js +85 -0
- package/esm/controls/SearchInput.css +2 -0
- package/esm/controls/SearchInput.js +90 -0
- package/esm/controls/SegmentedControl.css +6 -0
- package/esm/controls/SegmentedControl.js +109 -0
- package/esm/controls/Select.js +94 -0
- package/esm/controls/SelectOption.css +5 -0
- package/esm/controls/SelectOption.js +106 -0
- package/esm/controls/SelectStack.js +64 -0
- package/esm/controls/SelectTrigger.css +1 -0
- package/esm/controls/SelectTrigger.js +133 -0
- package/esm/controls/Switch.css +2 -0
- package/esm/controls/Switch.js +88 -0
- package/esm/controls/TextInput.css +3 -0
- package/esm/controls/TextInput.js +206 -0
- package/esm/controls/__figma__/Checkbox.figma.js +32 -0
- package/esm/controls/__figma__/CheckboxCell.figma.js +43 -0
- package/esm/controls/__figma__/CheckboxGroup.figma.js +27 -0
- package/esm/controls/__figma__/NativeTextArea.figma.js +30 -0
- package/esm/controls/__figma__/RadioCell.figma.js +43 -0
- package/esm/controls/__figma__/RadioGroup.figma.js +47 -0
- package/esm/controls/__figma__/SearchInput.figma.js +44 -0
- package/esm/controls/__figma__/Select.figma.js +47 -0
- package/esm/controls/__figma__/SelectOption.figma.js +38 -0
- package/esm/controls/__figma__/Switch.figma.js +20 -0
- package/esm/controls/__figma__/TextInput.figma.js +130 -0
- package/esm/controls/context.js +3 -0
- package/esm/controls/index.js +15 -0
- package/esm/controls/selectContext.js +9 -0
- package/esm/controls/useHandleRadioSelect.js +6 -0
- package/esm/controls/useRefocusTrigger.js +19 -0
- package/esm/controls/useSelectionCellControlHeight.js +35 -0
- package/esm/core/createThemeCssVars.js +33 -0
- package/esm/core/polymorphism.js +6 -0
- package/esm/core/theme.js +26 -0
- package/esm/cx.js +49 -0
- package/esm/dates/Calendar.css +1 -0
- package/esm/dates/Calendar.js +271 -0
- package/esm/dates/DateInput.js +108 -0
- package/esm/dates/DatePicker.js +188 -0
- package/esm/dates/__figma__/DatePicker.figma.js +46 -0
- package/esm/defaultFontStyles.js +1 -0
- package/esm/dots/DotCount.css +2 -0
- package/esm/dots/DotCount.js +84 -0
- package/esm/dots/DotStatusColor.css +1 -0
- package/esm/dots/DotStatusColor.js +60 -0
- package/esm/dots/DotSymbol.css +3 -0
- package/esm/dots/DotSymbol.js +86 -0
- package/esm/dots/__figma__/DotCount.figma.js +19 -0
- package/esm/dots/__figma__/DotStatusColor.figma.js +27 -0
- package/esm/dots/__figma__/DotSymbol.figma.js +49 -0
- package/esm/dots/dotStyles.js +31 -0
- package/esm/dots/index.js +3 -0
- package/esm/dropdown/Dropdown.js +213 -0
- package/esm/dropdown/DropdownContent.js +51 -0
- package/esm/dropdown/DropdownProps.js +1 -0
- package/esm/dropdown/MenuItem.css +1 -0
- package/esm/dropdown/MenuItem.js +51 -0
- package/esm/dropdown/__figma__/Dropdown.figma.js +20 -0
- package/esm/dropdown/index.js +3 -0
- package/esm/dropdown/useResponsiveHeight.js +74 -0
- package/esm/globalStyles.js +1 -0
- package/esm/hooks/useA11yControlledVisibility.js +27 -0
- package/esm/hooks/useA11yLabels.js +51 -0
- package/esm/hooks/useBreakpoints.js +79 -0
- package/esm/hooks/useCellSpacing.js +31 -0
- package/esm/hooks/useCheckboxGroupState.js +43 -0
- package/esm/hooks/useDimensions.js +169 -0
- package/esm/hooks/useEventHandler.js +6 -0
- package/esm/hooks/useHasMounted.js +8 -0
- package/esm/hooks/useIsBrowser.js +8 -0
- package/esm/hooks/useIsoEffect.js +3 -0
- package/esm/hooks/useMediaQuery.js +20 -0
- package/esm/hooks/useScrollBlocker.js +32 -0
- package/esm/hooks/useTheme.js +9 -0
- package/esm/hooks/useThemeContext.js +13 -0
- package/esm/icons/Icon.css +5 -0
- package/esm/icons/Icon.js +83 -0
- package/esm/icons/LogoMark.css +2 -0
- package/esm/icons/LogoMark.js +43 -0
- package/esm/icons/LogoWordmark.css +2 -0
- package/esm/icons/LogoWordmark.js +39 -0
- package/esm/icons/SubBrandLogoMark.css +2 -0
- package/esm/icons/SubBrandLogoMark.js +49 -0
- package/esm/icons/SubBrandLogoWordmark.css +2 -0
- package/esm/icons/SubBrandLogoWordmark.js +52 -0
- package/esm/icons/__figma__/Icon.figma.js +3000 -0
- package/esm/icons/__figma__/LogoMark.figma.js +23 -0
- package/esm/icons/__figma__/LogoWordmark.figma.js +35 -0
- package/esm/icons/__figma__/SubBrandLogoMark.figma.js +51 -0
- package/esm/icons/__figma__/SubBrandLogoWordmark.figma.js +52 -0
- package/esm/icons/index.js +5 -0
- package/esm/illustrations/HeroSquare.js +3 -0
- package/esm/illustrations/Pictogram.js +3 -0
- package/esm/illustrations/SpotIcon.js +3 -0
- package/esm/illustrations/SpotRectangle.js +3 -0
- package/esm/illustrations/SpotSquare.js +3 -0
- package/esm/illustrations/__figma__/HeroSquare.figma.js +2103 -0
- package/esm/illustrations/__figma__/Pictogram.figma.js +1773 -0
- package/esm/illustrations/__figma__/SpotIcon.figma.js +339 -0
- package/esm/illustrations/__figma__/SpotRectangle.figma.js +1101 -0
- package/esm/illustrations/__figma__/SpotSquare.figma.js +1191 -0
- package/esm/illustrations/createIllustration.js +53 -0
- package/esm/illustrations/index.js +5 -0
- package/esm/index.js +6 -0
- package/esm/layout/Box.js +239 -0
- package/esm/layout/Divider.css +2 -0
- package/esm/layout/Divider.js +39 -0
- package/esm/layout/Fallback.css +1 -0
- package/esm/layout/Fallback.js +83 -0
- package/esm/layout/Grid.js +40 -0
- package/esm/layout/GridColumn.js +32 -0
- package/esm/layout/Group.js +68 -0
- package/esm/layout/HStack.js +26 -0
- package/esm/layout/Spacer.js +45 -0
- package/esm/layout/VStack.js +26 -0
- package/esm/layout/__figma__/Divider.figma.js +31 -0
- package/esm/layout/__figma__/Fallback.figma.js +25 -0
- package/esm/layout/index.js +9 -0
- package/esm/loaders/CircularProgress.js +51 -0
- package/esm/loaders/MaterialSpinner.css +1 -0
- package/esm/loaders/MaterialSpinner.js +68 -0
- package/esm/loaders/Spinner.css +2 -0
- package/esm/loaders/Spinner.js +45 -0
- package/esm/loaders/index.js +1 -0
- package/esm/media/Avatar.css +5 -0
- package/esm/media/Avatar.js +130 -0
- package/esm/media/Hexagon.css +1 -0
- package/esm/media/Hexagon.js +158 -0
- package/esm/media/RemoteImage.css +10 -0
- package/esm/media/RemoteImage.js +63 -0
- package/esm/media/RemoteImageGroup.css +5 -0
- package/esm/media/RemoteImageGroup.js +93 -0
- package/esm/media/__figma__/Avatar.figma.js +61 -0
- package/esm/media/index.js +3 -0
- package/esm/motion/AnimatedCaret.js +72 -0
- package/esm/motion/ColorSurge.js +46 -0
- package/esm/motion/Pulse.js +60 -0
- package/esm/motion/Shake.js +31 -0
- package/esm/motion/types.js +1 -0
- package/esm/motion/useMotionProps.js +46 -0
- package/esm/motion/utils.js +80 -0
- package/esm/multi-content-module/MultiContentModule.js +81 -0
- package/esm/multi-content-module/__figma__/MultiContentModule.figma.js +39 -0
- package/esm/navigation/NavLink.css +1 -0
- package/esm/navigation/NavLink.js +29 -0
- package/esm/navigation/NavigationBar.js +73 -0
- package/esm/navigation/NavigationTitle.js +24 -0
- package/esm/navigation/NavigationTitleSelect.js +81 -0
- package/esm/navigation/Sidebar.css +3 -0
- package/esm/navigation/Sidebar.js +122 -0
- package/esm/navigation/SidebarContext.js +10 -0
- package/esm/navigation/SidebarItem.css +1 -0
- package/esm/navigation/SidebarItem.js +87 -0
- package/esm/navigation/SidebarMoreMenu.js +85 -0
- package/esm/navigation/__figma__/NavLink.figma.js +58 -0
- package/esm/navigation/__figma__/NavigationBar.figma.js +284 -0
- package/esm/navigation/__figma__/NavigationTitle.figma.js +18 -0
- package/esm/navigation/__figma__/Sidebar.figma.js +40 -0
- package/esm/navigation/__figma__/SidebarItem.figma.js +25 -0
- package/esm/navigation/index.js +7 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.js +37 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.css +5 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.js +83 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberMask.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberMask.js +31 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.js +35 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.css +1 -0
- package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.js +90 -0
- package/esm/numbers/RollingNumber/RollingNumber.css +3 -0
- package/esm/numbers/RollingNumber/RollingNumber.js +261 -0
- package/esm/numbers/RollingNumber/index.js +6 -0
- package/esm/numbers/RollingNumber/useColorPulse.js +35 -0
- package/esm/numbers/index.js +1 -0
- package/esm/overlays/Alert.js +146 -0
- package/esm/overlays/FocusTrap.js +201 -0
- package/esm/overlays/FullscreenAlert.css +3 -0
- package/esm/overlays/FullscreenAlert.js +96 -0
- package/esm/overlays/Portal.js +24 -0
- package/esm/overlays/PortalProvider.js +109 -0
- package/esm/overlays/Toast.css +2 -0
- package/esm/overlays/Toast.js +135 -0
- package/esm/overlays/__figma__/Alert.figma.js +37 -0
- package/esm/overlays/__figma__/Toast.figma.js +51 -0
- package/esm/overlays/index.js +17 -0
- package/esm/overlays/modal/FullscreenModal.css +5 -0
- package/esm/overlays/modal/FullscreenModal.js +103 -0
- package/esm/overlays/modal/FullscreenModalHeader.css +2 -0
- package/esm/overlays/modal/FullscreenModalHeader.js +74 -0
- package/esm/overlays/modal/FullscreenModalLayout.css +1 -0
- package/esm/overlays/modal/FullscreenModalLayout.js +74 -0
- package/esm/overlays/modal/Modal.css +3 -0
- package/esm/overlays/modal/Modal.js +134 -0
- package/esm/overlays/modal/ModalBody.js +38 -0
- package/esm/overlays/modal/ModalFooter.css +1 -0
- package/esm/overlays/modal/ModalFooter.js +46 -0
- package/esm/overlays/modal/ModalHeader.js +83 -0
- package/esm/overlays/modal/ModalWrapper.css +1 -0
- package/esm/overlays/modal/ModalWrapper.js +77 -0
- package/esm/overlays/modal/__figma__/FullscreenModal.figma.css +1 -0
- package/esm/overlays/modal/__figma__/FullscreenModal.figma.js +104 -0
- package/esm/overlays/modal/__figma__/Modal.figma.js +81 -0
- package/esm/overlays/overlay/Overlay.js +21 -0
- package/esm/overlays/overlay/OverlayContent.js +38 -0
- package/esm/overlays/popover/Popover.css +2 -0
- package/esm/overlays/popover/Popover.js +147 -0
- package/esm/overlays/popover/PopoverProps.js +1 -0
- package/esm/overlays/popover/usePopper.js +40 -0
- package/esm/overlays/tooltip/Tooltip.js +87 -0
- package/esm/overlays/tooltip/TooltipContent.css +1 -0
- package/esm/overlays/tooltip/TooltipContent.js +65 -0
- package/esm/overlays/tooltip/TooltipProps.js +1 -0
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +91 -0
- package/esm/overlays/tooltip/useTooltipState.js +27 -0
- package/esm/overlays/tray/Tray.js +208 -0
- package/esm/overlays/useModal.js +6 -0
- package/esm/overlays/usePortal.js +2 -0
- package/esm/overlays/useToast.js +44 -0
- package/esm/page/PageFooter.js +43 -0
- package/esm/page/PageHeader.css +2 -0
- package/esm/page/PageHeader.js +131 -0
- package/esm/page/__figma__/PageFooter.figma.js +17 -0
- package/esm/page/__figma__/PageHeader.figma.js +57 -0
- package/esm/pagination/DefaultPaginationEllipsis.js +16 -0
- package/esm/pagination/DefaultPaginationNavigationButton.js +30 -0
- package/esm/pagination/DefaultPaginationNavigationTextButton.js +35 -0
- package/esm/pagination/DefaultPaginationPageButton.css +1 -0
- package/esm/pagination/DefaultPaginationPageButton.js +41 -0
- package/esm/pagination/Pagination.js +141 -0
- package/esm/pagination/__figma__/Pagination.figma.js +22 -0
- package/esm/pagination/usePagination.js +122 -0
- package/esm/section-header/SectionHeader.js +70 -0
- package/esm/section-header/__figma__/SectionHeader.figma.js +58 -0
- package/esm/stepper/DefaultStepperHeaderHorizontal.js +87 -0
- package/esm/stepper/DefaultStepperIconVertical.js +51 -0
- package/esm/stepper/DefaultStepperLabelHorizontal.js +114 -0
- package/esm/stepper/DefaultStepperLabelVertical.js +72 -0
- package/esm/stepper/DefaultStepperProgressHorizontal.js +65 -0
- package/esm/stepper/DefaultStepperProgressVertical.js +111 -0
- package/esm/stepper/DefaultStepperStepHorizontal.js +173 -0
- package/esm/stepper/DefaultStepperStepVertical.js +179 -0
- package/esm/stepper/DefaultStepperSubstepContainerHorizontal.js +37 -0
- package/esm/stepper/DefaultStepperSubstepContainerVertical.js +35 -0
- package/esm/stepper/Stepper.js +238 -0
- package/esm/stepper/index.js +13 -0
- package/esm/styles/booleanStyles.css +12 -0
- package/esm/styles/booleanStyles.js +25 -0
- package/esm/styles/config.js +47 -0
- package/esm/styles/defaultFont.css +1 -0
- package/esm/styles/defaultFont.js +3 -0
- package/esm/styles/global.css +1 -0
- package/esm/styles/global.js +3 -0
- package/esm/styles/media.js +21 -0
- package/esm/styles/responsive/base.css +659 -0
- package/esm/styles/responsive/base.js +786 -0
- package/esm/styles/responsive/desktop.css +659 -0
- package/esm/styles/responsive/desktop.js +787 -0
- package/esm/styles/responsive/phone.css +659 -0
- package/esm/styles/responsive/phone.js +787 -0
- package/esm/styles/responsive/tablet.css +659 -0
- package/esm/styles/responsive/tablet.js +787 -0
- package/esm/styles/styleProps.js +187 -0
- package/esm/system/BrowserOnly.js +13 -0
- package/esm/system/ButtonOrLink.css +1 -0
- package/esm/system/ButtonOrLink.js +167 -0
- package/esm/system/EventHandlerProvider.js +7 -0
- package/esm/system/FramerMotionProvider.js +14 -0
- package/esm/system/Interactable.css +4 -0
- package/esm/system/Interactable.js +114 -0
- package/esm/system/MediaQueryProvider.js +164 -0
- package/esm/system/Pressable.css +3 -0
- package/esm/system/Pressable.js +148 -0
- package/esm/system/PressableOpacity.js +33 -0
- package/esm/system/ThemeProvider.js +87 -0
- package/esm/system/index.js +6 -0
- package/esm/system/interactableCSSProperties.js +14 -0
- package/esm/system/reakit-utils.js +151 -0
- package/esm/tables/Table.css +7 -0
- package/esm/tables/Table.js +76 -0
- package/esm/tables/TableBody.js +25 -0
- package/esm/tables/TableCaption.js +68 -0
- package/esm/tables/TableCell.css +5 -0
- package/esm/tables/TableCell.js +187 -0
- package/esm/tables/TableCellFallback.css +1 -0
- package/esm/tables/TableCellFallback.js +79 -0
- package/esm/tables/TableCellSortIcon.js +37 -0
- package/esm/tables/TableFooter.js +25 -0
- package/esm/tables/TableHeader.css +1 -0
- package/esm/tables/TableHeader.js +32 -0
- package/esm/tables/TableRow.css +2 -0
- package/esm/tables/TableRow.js +68 -0
- package/esm/tables/TableSection.js +41 -0
- package/esm/tables/__figma__/TableCell.figma.js +116 -0
- package/esm/tables/context/TableContext.js +5 -0
- package/esm/tables/context/TableSectionContext.js +2 -0
- package/esm/tables/hooks/useSortableCell.js +21 -0
- package/esm/tables/hooks/useTable.js +77 -0
- package/esm/tables/hooks/useTableRowListener.js +25 -0
- package/esm/tables/hooks/useTableVariant.js +7 -0
- package/esm/tables/index.js +8 -0
- package/esm/tabs/Paddle.css +7 -0
- package/esm/tabs/Paddle.js +87 -0
- package/esm/tabs/SegmentedTab.css +4 -0
- package/esm/tabs/SegmentedTab.js +78 -0
- package/esm/tabs/SegmentedTabs.js +34 -0
- package/esm/tabs/SegmentedTabsActiveIndicator.js +20 -0
- package/esm/tabs/TabIndicator.js +55 -0
- package/esm/tabs/TabLabel.css +3 -0
- package/esm/tabs/TabLabel.js +125 -0
- package/esm/tabs/TabNavigation.css +5 -0
- package/esm/tabs/TabNavigation.js +319 -0
- package/esm/tabs/Tabs.js +142 -0
- package/esm/tabs/__figma__/SegmentedTabs.figma.js +82 -0
- package/esm/tabs/__figma__/TabNavigation.figma.js +82 -0
- package/esm/tabs/hooks/useAnimateTabIndicator.js +47 -0
- package/esm/tabs/index.js +7 -0
- package/esm/tag/Tag.js +63 -0
- package/esm/tag/__figma__/Tag.figma.js +82 -0
- package/esm/themes/coinbaseDenseTheme.js +135 -0
- package/esm/themes/coinbaseHighContrastTheme.js +576 -0
- package/esm/themes/coinbaseTheme.js +576 -0
- package/esm/themes/defaultHighContrastTheme.js +576 -0
- package/esm/themes/defaultTheme.js +576 -0
- package/esm/tour/DefaultTourMask.js +39 -0
- package/esm/tour/DefaultTourStepArrow.js +42 -0
- package/esm/tour/Tour.css +1 -0
- package/esm/tour/Tour.js +204 -0
- package/esm/tour/TourStep.js +22 -0
- package/esm/tour/index.js +4 -0
- package/esm/types.js +1 -0
- package/esm/typography/Link.css +1 -0
- package/esm/typography/Link.js +62 -0
- package/esm/typography/Text.css +11 -0
- package/esm/typography/Text.js +77 -0
- package/esm/typography/TextBody.js +26 -0
- package/esm/typography/TextCaption.js +26 -0
- package/esm/typography/TextDisplay1.js +26 -0
- package/esm/typography/TextDisplay2.js +26 -0
- package/esm/typography/TextDisplay3.js +26 -0
- package/esm/typography/TextHeadline.js +26 -0
- package/esm/typography/TextInherited.js +26 -0
- package/esm/typography/TextLabel1.js +26 -0
- package/esm/typography/TextLabel2.js +26 -0
- package/esm/typography/TextLegal.js +26 -0
- package/esm/typography/TextTitle1.js +26 -0
- package/esm/typography/TextTitle2.js +26 -0
- package/esm/typography/TextTitle3.js +26 -0
- package/esm/typography/TextTitle4.js +26 -0
- package/esm/typography/__figma__/Link.figma.js +32 -0
- package/esm/typography/index.js +16 -0
- package/esm/utils/browser.js +29 -0
- package/esm/utils/eventHandlers.js +1 -0
- package/esm/utils/flattenAndJoinNodes.js +47 -0
- package/esm/utils/isRtl.js +7 -0
- package/esm/utils/mediaQueryListener.js +16 -0
- package/esm/utils/storybook.js +5 -0
- package/esm/utils/test.js +30 -0
- package/esm/visualizations/Counter.css +3 -0
- package/esm/visualizations/Counter.js +38 -0
- package/esm/visualizations/DefaultProgressCircleContent.js +15 -0
- package/esm/visualizations/ProgressBar.css +1 -0
- package/esm/visualizations/ProgressBar.js +96 -0
- package/esm/visualizations/ProgressBarWithFixedLabels.js +166 -0
- package/esm/visualizations/ProgressBarWithFloatLabel.css +1 -0
- package/esm/visualizations/ProgressBarWithFloatLabel.js +126 -0
- package/esm/visualizations/ProgressCircle.css +1 -0
- package/esm/visualizations/ProgressCircle.js +162 -0
- package/esm/visualizations/ProgressContainerWithButtons.js +39 -0
- package/esm/visualizations/ProgressTextLabel.js +48 -0
- package/esm/visualizations/VisualizationContainer.js +32 -0
- package/esm/visualizations/__figma__/ProgressBar.figma.js +103 -0
- package/esm/visualizations/__figma__/ProgressCircle.figma.js +29 -0
- package/esm/visualizations/getProgressBarLabelParts.js +11 -0
- package/esm/visualizations/index.js +7 -0
- package/package.json +185 -5
- package/index.js +0 -1
|
@@ -0,0 +1,1862 @@
|
|
|
1
|
+
import type { CollapsibleProps } from './Collapsible';
|
|
2
|
+
export declare const useCollapsibleMotionProps: ({ collapsed, direction, dangerouslyDisableOverflowHidden, }: Pick<CollapsibleProps, "collapsed" | "direction" | "dangerouslyDisableOverflowHidden">) => {
|
|
3
|
+
exit?: import("../motion/types").MotionState | import("framer-motion").TargetAndTransition;
|
|
4
|
+
transformTemplate?: (transform: {
|
|
5
|
+
x?: string | number;
|
|
6
|
+
y?: string | number;
|
|
7
|
+
z?: string | number;
|
|
8
|
+
translateX?: string | number;
|
|
9
|
+
translateY?: string | number;
|
|
10
|
+
translateZ?: string | number;
|
|
11
|
+
rotate?: string | number;
|
|
12
|
+
rotateX?: string | number;
|
|
13
|
+
rotateY?: string | number;
|
|
14
|
+
rotateZ?: string | number;
|
|
15
|
+
scale?: string | number;
|
|
16
|
+
scaleX?: string | number;
|
|
17
|
+
scaleY?: string | number;
|
|
18
|
+
scaleZ?: string | number;
|
|
19
|
+
skew?: string | number;
|
|
20
|
+
skewX?: string | number;
|
|
21
|
+
skewY?: string | number;
|
|
22
|
+
originX?: string | number;
|
|
23
|
+
originY?: string | number;
|
|
24
|
+
originZ?: string | number;
|
|
25
|
+
perspective?: string | number;
|
|
26
|
+
transformPerspective?: string | number;
|
|
27
|
+
}, generatedTransform: string) => string;
|
|
28
|
+
viewport?: import("framer-motion").MotionProps["viewport"];
|
|
29
|
+
inherit?: boolean | undefined;
|
|
30
|
+
style?: import("framer-motion").MotionStyle | undefined;
|
|
31
|
+
children?: import("react").ReactNode | import("framer-motion").MotionValue<number> | import("framer-motion").MotionValue<string>;
|
|
32
|
+
onDrag?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
|
|
33
|
+
onDragEnd?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
|
|
34
|
+
onDragStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
|
|
35
|
+
onAnimationStart?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
|
|
36
|
+
drag?: boolean | "x" | "y" | undefined;
|
|
37
|
+
layout?: boolean | "position" | "size" | "preserve-aspect" | undefined;
|
|
38
|
+
custom?: any;
|
|
39
|
+
transformValues?: (<V extends import("framer-motion").ResolvedValues>(values: V) => V) | undefined;
|
|
40
|
+
variants: import("../motion/types").MotionVariant | import("framer-motion").Variants | undefined;
|
|
41
|
+
onBeforeLayoutMeasure?: ((box: import("framer-motion").Box) => void) | undefined;
|
|
42
|
+
onLayoutMeasure?: ((box: import("framer-motion").Box, prevBox: import("framer-motion").Box) => void) | undefined;
|
|
43
|
+
onUpdate?: ((latest: import("framer-motion").ResolvedValues) => void) | undefined;
|
|
44
|
+
onAnimationComplete?: ((definition: import("framer-motion").AnimationDefinition) => void) | undefined;
|
|
45
|
+
onPan?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
|
|
46
|
+
onPanStart?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
|
|
47
|
+
onPanSessionStart?: ((event: PointerEvent, info: import("framer-motion").EventInfo) => void) | undefined;
|
|
48
|
+
onPanEnd?: ((event: PointerEvent, info: import("framer-motion").PanInfo) => void) | undefined;
|
|
49
|
+
onTap?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
|
|
50
|
+
onTapStart?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
|
|
51
|
+
onTapCancel?: ((event: MouseEvent | TouchEvent | PointerEvent, info: import("framer-motion").TapInfo) => void) | undefined;
|
|
52
|
+
whileTap?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
|
|
53
|
+
globalTapTarget?: boolean | undefined;
|
|
54
|
+
whileHover?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
|
|
55
|
+
onHoverStart?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
|
|
56
|
+
onHoverEnd?: ((event: MouseEvent, info: import("framer-motion").EventInfo) => void) | undefined;
|
|
57
|
+
whileFocus?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
|
|
58
|
+
whileInView?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
|
|
59
|
+
onViewportEnter?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
|
|
60
|
+
onViewportLeave?: ((entry: IntersectionObserverEntry | null) => void) | undefined;
|
|
61
|
+
whileDrag?: (import("framer-motion").VariantLabels | import("framer-motion").TargetAndTransition) | undefined;
|
|
62
|
+
dragDirectionLock?: boolean | undefined;
|
|
63
|
+
dragPropagation?: boolean | undefined;
|
|
64
|
+
dragConstraints?: (false | Partial<import("framer-motion").BoundingBox> | {
|
|
65
|
+
current: Element | null;
|
|
66
|
+
}) | undefined;
|
|
67
|
+
dragElastic?: import("framer-motion").DragElastic | undefined;
|
|
68
|
+
dragMomentum?: boolean | undefined;
|
|
69
|
+
dragTransition?: Partial<Omit<import("framer-motion").Inertia, "type" | "velocity">> | undefined;
|
|
70
|
+
dragControls?: import("framer-motion").DragControls | undefined;
|
|
71
|
+
dragSnapToOrigin?: boolean | undefined;
|
|
72
|
+
dragListener?: boolean | undefined;
|
|
73
|
+
onMeasureDragConstraints?: ((constraints: import("framer-motion").BoundingBox) => import("framer-motion").BoundingBox | void) | undefined;
|
|
74
|
+
_dragX?: import("framer-motion").MotionValue<number> | undefined;
|
|
75
|
+
_dragY?: import("framer-motion").MotionValue<number> | undefined;
|
|
76
|
+
onDirectionLock?: ((axis: "x" | "y") => void) | undefined;
|
|
77
|
+
onDragTransitionEnd?: (() => void) | undefined;
|
|
78
|
+
layoutId?: string | undefined;
|
|
79
|
+
onLayoutAnimationStart?: (() => void) | undefined;
|
|
80
|
+
onLayoutAnimationComplete?: (() => void) | undefined;
|
|
81
|
+
layoutDependency?: any;
|
|
82
|
+
layoutScroll?: boolean | undefined;
|
|
83
|
+
layoutRoot?: boolean | undefined;
|
|
84
|
+
ignoreStrict?: boolean | undefined;
|
|
85
|
+
initial: boolean | import("../motion/types").MotionState | {
|
|
86
|
+
filter?: string | import("framer-motion").CustomValueType | undefined;
|
|
87
|
+
fill?: string | import("framer-motion").CustomValueType | undefined;
|
|
88
|
+
borderWidth?: import("csstype").Property.BorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
89
|
+
borderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
90
|
+
fontFamily?: string | import("framer-motion").CustomValueType | undefined;
|
|
91
|
+
fontSize?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
92
|
+
fontWeight?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
93
|
+
lineHeight?: import("csstype").Property.LineHeight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
94
|
+
textTransform?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
95
|
+
color?: string | import("framer-motion").CustomValueType | undefined;
|
|
96
|
+
"--blue0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
97
|
+
"--blue5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
98
|
+
"--blue10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
99
|
+
"--blue15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
100
|
+
"--blue20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
101
|
+
"--blue30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
102
|
+
"--blue40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
103
|
+
"--blue50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
104
|
+
"--blue60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
105
|
+
"--blue70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
106
|
+
"--blue80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
107
|
+
"--blue90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
108
|
+
"--blue100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
109
|
+
"--green0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
110
|
+
"--green5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
111
|
+
"--green10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
112
|
+
"--green15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
113
|
+
"--green20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
114
|
+
"--green30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
115
|
+
"--green40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
116
|
+
"--green50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
117
|
+
"--green60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
118
|
+
"--green70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
119
|
+
"--green80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
120
|
+
"--green90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
121
|
+
"--green100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
122
|
+
"--orange0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
123
|
+
"--orange5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
124
|
+
"--orange10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
125
|
+
"--orange15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
126
|
+
"--orange20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
127
|
+
"--orange30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
128
|
+
"--orange40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
129
|
+
"--orange50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
130
|
+
"--orange60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
131
|
+
"--orange70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
132
|
+
"--orange80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
133
|
+
"--orange90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
134
|
+
"--orange100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
135
|
+
"--yellow0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
136
|
+
"--yellow5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
137
|
+
"--yellow10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
138
|
+
"--yellow15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
139
|
+
"--yellow20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
140
|
+
"--yellow30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
141
|
+
"--yellow40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
142
|
+
"--yellow50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
143
|
+
"--yellow60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
144
|
+
"--yellow70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
145
|
+
"--yellow80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
146
|
+
"--yellow90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
147
|
+
"--yellow100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
148
|
+
"--gray0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
149
|
+
"--gray5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
150
|
+
"--gray10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
151
|
+
"--gray15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
152
|
+
"--gray20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
153
|
+
"--gray30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
154
|
+
"--gray40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
155
|
+
"--gray50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
156
|
+
"--gray60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
157
|
+
"--gray70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
158
|
+
"--gray80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
159
|
+
"--gray90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
160
|
+
"--gray100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
161
|
+
"--indigo0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
162
|
+
"--indigo5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
163
|
+
"--indigo10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
164
|
+
"--indigo15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
165
|
+
"--indigo20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
166
|
+
"--indigo30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
167
|
+
"--indigo40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
168
|
+
"--indigo50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
169
|
+
"--indigo60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
170
|
+
"--indigo70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
171
|
+
"--indigo80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
172
|
+
"--indigo90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
173
|
+
"--indigo100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
174
|
+
"--pink0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
175
|
+
"--pink5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
176
|
+
"--pink10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
177
|
+
"--pink15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
178
|
+
"--pink20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
179
|
+
"--pink30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
180
|
+
"--pink40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
181
|
+
"--pink50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
182
|
+
"--pink60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
183
|
+
"--pink70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
184
|
+
"--pink80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
185
|
+
"--pink90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
186
|
+
"--pink100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
187
|
+
"--purple0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
188
|
+
"--purple5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
189
|
+
"--purple10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
190
|
+
"--purple15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
191
|
+
"--purple20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
192
|
+
"--purple30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
193
|
+
"--purple40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
194
|
+
"--purple50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
195
|
+
"--purple60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
196
|
+
"--purple70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
197
|
+
"--purple80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
198
|
+
"--purple90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
199
|
+
"--purple100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
200
|
+
"--red0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
201
|
+
"--red5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
202
|
+
"--red10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
203
|
+
"--red15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
204
|
+
"--red20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
205
|
+
"--red30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
206
|
+
"--red40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
207
|
+
"--red50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
208
|
+
"--red60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
209
|
+
"--red70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
210
|
+
"--red80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
211
|
+
"--red90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
212
|
+
"--red100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
213
|
+
"--teal0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
214
|
+
"--teal5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
215
|
+
"--teal10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
216
|
+
"--teal15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
217
|
+
"--teal20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
218
|
+
"--teal30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
219
|
+
"--teal40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
220
|
+
"--teal50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
221
|
+
"--teal60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
222
|
+
"--teal70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
223
|
+
"--teal80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
224
|
+
"--teal90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
225
|
+
"--teal100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
226
|
+
"--chartreuse0"?: string | import("framer-motion").CustomValueType | undefined;
|
|
227
|
+
"--chartreuse5"?: string | import("framer-motion").CustomValueType | undefined;
|
|
228
|
+
"--chartreuse10"?: string | import("framer-motion").CustomValueType | undefined;
|
|
229
|
+
"--chartreuse15"?: string | import("framer-motion").CustomValueType | undefined;
|
|
230
|
+
"--chartreuse20"?: string | import("framer-motion").CustomValueType | undefined;
|
|
231
|
+
"--chartreuse30"?: string | import("framer-motion").CustomValueType | undefined;
|
|
232
|
+
"--chartreuse40"?: string | import("framer-motion").CustomValueType | undefined;
|
|
233
|
+
"--chartreuse50"?: string | import("framer-motion").CustomValueType | undefined;
|
|
234
|
+
"--chartreuse60"?: string | import("framer-motion").CustomValueType | undefined;
|
|
235
|
+
"--chartreuse70"?: string | import("framer-motion").CustomValueType | undefined;
|
|
236
|
+
"--chartreuse80"?: string | import("framer-motion").CustomValueType | undefined;
|
|
237
|
+
"--chartreuse90"?: string | import("framer-motion").CustomValueType | undefined;
|
|
238
|
+
"--chartreuse100"?: string | import("framer-motion").CustomValueType | undefined;
|
|
239
|
+
"--color-currentColor"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
240
|
+
"--color-fg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
241
|
+
"--color-fgMuted"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
242
|
+
"--color-fgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
243
|
+
"--color-fgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
244
|
+
"--color-fgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
245
|
+
"--color-fgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
246
|
+
"--color-fgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
247
|
+
"--color-bg"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
248
|
+
"--color-bgAlternate"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
249
|
+
"--color-bgInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
250
|
+
"--color-bgOverlay"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
251
|
+
"--color-bgElevation1"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
252
|
+
"--color-bgElevation2"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
253
|
+
"--color-bgPrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
254
|
+
"--color-bgPrimaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
255
|
+
"--color-bgSecondary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
256
|
+
"--color-bgTertiary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
257
|
+
"--color-bgSecondaryWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
258
|
+
"--color-bgNegative"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
259
|
+
"--color-bgNegativeWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
260
|
+
"--color-bgPositive"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
261
|
+
"--color-bgPositiveWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
262
|
+
"--color-bgWarning"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
263
|
+
"--color-bgWarningWash"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
264
|
+
"--color-bgLine"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
265
|
+
"--color-bgLineHeavy"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
266
|
+
"--color-bgLineInverse"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
267
|
+
"--color-bgLinePrimary"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
268
|
+
"--color-bgLinePrimarySubtle"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
269
|
+
"--color-accentSubtleRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
270
|
+
"--color-accentBoldRed"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
271
|
+
"--color-accentSubtleGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
272
|
+
"--color-accentBoldGreen"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
273
|
+
"--color-accentSubtleBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
274
|
+
"--color-accentBoldBlue"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
275
|
+
"--color-accentSubtlePurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
276
|
+
"--color-accentBoldPurple"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
277
|
+
"--color-accentSubtleYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
278
|
+
"--color-accentBoldYellow"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
279
|
+
"--color-accentSubtleGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
280
|
+
"--color-accentBoldGray"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
281
|
+
"--color-transparent"?: import("csstype").Property.Color | import("framer-motion").CustomValueType | undefined;
|
|
282
|
+
"--space-0"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
283
|
+
"--space-1"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
284
|
+
"--space-2"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
285
|
+
"--space-5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
286
|
+
"--space-10"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
287
|
+
"--space-0.25"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
288
|
+
"--space-0.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
289
|
+
"--space-0.75"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
290
|
+
"--space-1.5"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
291
|
+
"--space-3"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
292
|
+
"--space-4"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
293
|
+
"--space-6"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
294
|
+
"--space-7"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
295
|
+
"--space-8"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
296
|
+
"--space-9"?: import("csstype").Property.Padding<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
297
|
+
"--iconSize-xs"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
298
|
+
"--iconSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
299
|
+
"--iconSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
300
|
+
"--iconSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
301
|
+
"--avatarSize-s"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
302
|
+
"--avatarSize-m"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
303
|
+
"--avatarSize-l"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
304
|
+
"--avatarSize-xl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
305
|
+
"--avatarSize-xxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
306
|
+
"--avatarSize-xxxl"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
307
|
+
"--borderWidth-0"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
308
|
+
"--borderWidth-100"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
309
|
+
"--borderWidth-200"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
310
|
+
"--borderWidth-300"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
311
|
+
"--borderWidth-400"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
312
|
+
"--borderWidth-500"?: import("csstype").Property.BorderWidth<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
313
|
+
"--borderRadius-0"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
314
|
+
"--borderRadius-100"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
315
|
+
"--borderRadius-200"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
316
|
+
"--borderRadius-300"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
317
|
+
"--borderRadius-400"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
318
|
+
"--borderRadius-500"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
319
|
+
"--borderRadius-600"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
320
|
+
"--borderRadius-700"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
321
|
+
"--borderRadius-800"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
322
|
+
"--borderRadius-900"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
323
|
+
"--borderRadius-1000"?: import("csstype").Property.BorderRadius<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
324
|
+
"--fontFamily-display1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
325
|
+
"--fontFamily-display2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
326
|
+
"--fontFamily-display3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
327
|
+
"--fontFamily-title1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
328
|
+
"--fontFamily-title2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
329
|
+
"--fontFamily-title3"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
330
|
+
"--fontFamily-title4"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
331
|
+
"--fontFamily-headline"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
332
|
+
"--fontFamily-body"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
333
|
+
"--fontFamily-label1"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
334
|
+
"--fontFamily-label2"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
335
|
+
"--fontFamily-caption"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
336
|
+
"--fontFamily-legal"?: import("csstype").Property.FontFamily | import("framer-motion").CustomValueType | undefined;
|
|
337
|
+
"--fontSize-display1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
338
|
+
"--fontSize-display2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
339
|
+
"--fontSize-display3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
340
|
+
"--fontSize-title1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
341
|
+
"--fontSize-title2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
342
|
+
"--fontSize-title3"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
343
|
+
"--fontSize-title4"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
344
|
+
"--fontSize-headline"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
345
|
+
"--fontSize-body"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
346
|
+
"--fontSize-label1"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
347
|
+
"--fontSize-label2"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
348
|
+
"--fontSize-caption"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
349
|
+
"--fontSize-legal"?: import("csstype").Property.FontSize<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
350
|
+
"--fontWeight-display1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
351
|
+
"--fontWeight-display2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
352
|
+
"--fontWeight-display3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
353
|
+
"--fontWeight-title1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
354
|
+
"--fontWeight-title2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
355
|
+
"--fontWeight-title3"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
356
|
+
"--fontWeight-title4"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
357
|
+
"--fontWeight-headline"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
358
|
+
"--fontWeight-body"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
359
|
+
"--fontWeight-label1"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
360
|
+
"--fontWeight-label2"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
361
|
+
"--fontWeight-caption"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
362
|
+
"--fontWeight-legal"?: import("csstype").Property.FontWeight | import("framer-motion").CustomValueType | undefined;
|
|
363
|
+
"--lineHeight-display1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
364
|
+
"--lineHeight-display2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
365
|
+
"--lineHeight-display3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
366
|
+
"--lineHeight-title1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
367
|
+
"--lineHeight-title2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
368
|
+
"--lineHeight-title3"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
369
|
+
"--lineHeight-title4"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
370
|
+
"--lineHeight-headline"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
371
|
+
"--lineHeight-body"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
372
|
+
"--lineHeight-label1"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
373
|
+
"--lineHeight-label2"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
374
|
+
"--lineHeight-caption"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
375
|
+
"--lineHeight-legal"?: import("csstype").Property.LineHeight<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
376
|
+
"--textTransform-display1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
377
|
+
"--textTransform-display2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
378
|
+
"--textTransform-display3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
379
|
+
"--textTransform-title1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
380
|
+
"--textTransform-title2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
381
|
+
"--textTransform-title3"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
382
|
+
"--textTransform-title4"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
383
|
+
"--textTransform-headline"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
384
|
+
"--textTransform-body"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
385
|
+
"--textTransform-label1"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
386
|
+
"--textTransform-label2"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
387
|
+
"--textTransform-caption"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
388
|
+
"--textTransform-legal"?: import("csstype").Property.TextTransform | import("framer-motion").CustomValueType | undefined;
|
|
389
|
+
"--shadow-elevation1"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
|
|
390
|
+
"--shadow-elevation2"?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
|
|
391
|
+
"--controlSize-checkboxSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
392
|
+
"--controlSize-radioSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
393
|
+
"--controlSize-switchWidth"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
394
|
+
"--controlSize-switchHeight"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
395
|
+
"--controlSize-switchThumbSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
396
|
+
"--controlSize-tileSize"?: import("csstype").Property.Width<0 | (string & {})> | import("framer-motion").CustomValueType | undefined;
|
|
397
|
+
clipPath?: string | import("framer-motion").CustomValueType | undefined;
|
|
398
|
+
marker?: import("csstype").Property.Marker | import("framer-motion").CustomValueType | undefined;
|
|
399
|
+
mask?: string | import("framer-motion").CustomValueType | undefined;
|
|
400
|
+
height?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
401
|
+
width?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
402
|
+
alignmentBaseline?: "inherit" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "after-edge" | "baseline" | "before-edge" | "central" | "middle" | "text-after-edge" | "text-before-edge" | import("framer-motion").CustomValueType | undefined;
|
|
403
|
+
azimuth?: string | import("framer-motion").CustomValueType | undefined;
|
|
404
|
+
baselineShift?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
405
|
+
clip?: string | import("framer-motion").CustomValueType | undefined;
|
|
406
|
+
clipRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
|
|
407
|
+
colorInterpolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
|
|
408
|
+
colorRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeQuality" | "optimizeSpeed" | import("framer-motion").CustomValueType | undefined;
|
|
409
|
+
cursor?: string | import("framer-motion").CustomValueType | undefined;
|
|
410
|
+
direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("framer-motion").CustomValueType | undefined;
|
|
411
|
+
display?: string | import("framer-motion").CustomValueType | undefined;
|
|
412
|
+
dominantBaseline?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "central" | "middle" | "text-after-edge" | "text-before-edge" | "no-change" | "reset-size" | "use-script" | import("framer-motion").CustomValueType | undefined;
|
|
413
|
+
fillOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
414
|
+
fillRule?: "inherit" | "evenodd" | "nonzero" | import("framer-motion").CustomValueType | undefined;
|
|
415
|
+
floodColor?: string | import("framer-motion").CustomValueType | undefined;
|
|
416
|
+
floodOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
417
|
+
fontSizeAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
418
|
+
fontStretch?: string | import("framer-motion").CustomValueType | undefined;
|
|
419
|
+
fontStyle?: string | import("framer-motion").CustomValueType | undefined;
|
|
420
|
+
fontVariant?: string | import("framer-motion").CustomValueType | undefined;
|
|
421
|
+
glyphOrientationVertical?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
422
|
+
imageRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | import("framer-motion").CustomValueType | undefined;
|
|
423
|
+
letterSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
424
|
+
lightingColor?: string | import("framer-motion").CustomValueType | undefined;
|
|
425
|
+
markerEnd?: string | import("framer-motion").CustomValueType | undefined;
|
|
426
|
+
markerMid?: string | import("framer-motion").CustomValueType | undefined;
|
|
427
|
+
markerStart?: string | import("framer-motion").CustomValueType | undefined;
|
|
428
|
+
offset?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
429
|
+
opacity?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
430
|
+
order?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
431
|
+
overflow?: string | import("framer-motion").CustomValueType | undefined;
|
|
432
|
+
paintOrder?: string | import("framer-motion").CustomValueType | undefined;
|
|
433
|
+
pointerEvents?: "fill" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "stroke" | "all" | "visible" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | import("framer-motion").CustomValueType | undefined;
|
|
434
|
+
shapeRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | import("framer-motion").CustomValueType | undefined;
|
|
435
|
+
stopColor?: string | import("framer-motion").CustomValueType | undefined;
|
|
436
|
+
stopOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
437
|
+
stroke?: string | import("framer-motion").CustomValueType | undefined;
|
|
438
|
+
strokeDasharray?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
439
|
+
strokeDashoffset?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
440
|
+
strokeLinecap?: "inherit" | "round" | "butt" | "square" | import("framer-motion").CustomValueType | undefined;
|
|
441
|
+
strokeLinejoin?: "inherit" | "round" | "bevel" | "miter" | import("framer-motion").CustomValueType | undefined;
|
|
442
|
+
strokeMiterlimit?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
443
|
+
strokeOpacity?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
444
|
+
strokeWidth?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
445
|
+
textAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "middle" | import("framer-motion").CustomValueType | undefined;
|
|
446
|
+
textDecoration?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
447
|
+
textRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "geometricPrecision" | "optimizeLegibility" | import("framer-motion").CustomValueType | undefined;
|
|
448
|
+
transform?: string | import("framer-motion").CustomValueType | undefined;
|
|
449
|
+
unicodeBidi?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "embed" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "isolate" | "isolate-override" | "plaintext" | import("framer-motion").CustomValueType | undefined;
|
|
450
|
+
vectorEffect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "non-scaling-stroke" | import("framer-motion").CustomValueType | undefined;
|
|
451
|
+
visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "hidden" | "visible" | "collapse" | import("framer-motion").CustomValueType | undefined;
|
|
452
|
+
wordSpacing?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
453
|
+
writingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("framer-motion").CustomValueType | undefined;
|
|
454
|
+
translate?: import("csstype").Property.Translate<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
455
|
+
content?: import("csstype").Property.Content | import("framer-motion").CustomValueType | undefined;
|
|
456
|
+
border?: import("csstype").Property.Border<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
457
|
+
animation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
458
|
+
flex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
459
|
+
grid?: import("csstype").Property.Grid | import("framer-motion").CustomValueType | undefined;
|
|
460
|
+
top?: import("csstype").Property.Top<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
461
|
+
bottom?: import("csstype").Property.Bottom<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
462
|
+
left?: import("csstype").Property.Left<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
463
|
+
right?: import("csstype").Property.Right<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
464
|
+
all?: import("csstype").Globals | import("framer-motion").CustomValueType | undefined;
|
|
465
|
+
minWidth?: import("csstype").Property.MinWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
466
|
+
minHeight?: import("csstype").Property.MinHeight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
467
|
+
maxWidth?: import("csstype").Property.MaxWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
468
|
+
maxHeight?: import("csstype").Property.MaxHeight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
469
|
+
aspectRatio?: import("csstype").Property.AspectRatio | import("framer-motion").CustomValueType | undefined;
|
|
470
|
+
flexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
471
|
+
flexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
|
|
472
|
+
flexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
|
|
473
|
+
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
474
|
+
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
475
|
+
gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("framer-motion").CustomValueType | undefined;
|
|
476
|
+
gridTemplate?: import("csstype").Property.GridTemplate | import("framer-motion").CustomValueType | undefined;
|
|
477
|
+
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
478
|
+
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
479
|
+
gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("framer-motion").CustomValueType | undefined;
|
|
480
|
+
gridRowStart?: import("csstype").Property.GridRowStart | import("framer-motion").CustomValueType | undefined;
|
|
481
|
+
gridColumnStart?: import("csstype").Property.GridColumnStart | import("framer-motion").CustomValueType | undefined;
|
|
482
|
+
gridRowEnd?: import("csstype").Property.GridRowEnd | import("framer-motion").CustomValueType | undefined;
|
|
483
|
+
gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("framer-motion").CustomValueType | undefined;
|
|
484
|
+
gridRow?: import("csstype").Property.GridRow | import("framer-motion").CustomValueType | undefined;
|
|
485
|
+
gridColumn?: import("csstype").Property.GridColumn | import("framer-motion").CustomValueType | undefined;
|
|
486
|
+
gridArea?: import("csstype").Property.GridArea | import("framer-motion").CustomValueType | undefined;
|
|
487
|
+
zIndex?: import("csstype").Property.ZIndex | import("framer-motion").CustomValueType | undefined;
|
|
488
|
+
background?: import("csstype").Property.Background<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
489
|
+
borderColor?: import("csstype").Property.BorderColor | import("framer-motion").CustomValueType | undefined;
|
|
490
|
+
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
491
|
+
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
492
|
+
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
493
|
+
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
494
|
+
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
495
|
+
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
496
|
+
gap?: import("csstype").Property.Gap<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
497
|
+
columnGap?: import("csstype").Property.ColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
498
|
+
rowGap?: import("csstype").Property.RowGap<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
499
|
+
padding?: import("csstype").Property.Padding<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
500
|
+
paddingTop?: import("csstype").Property.PaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
501
|
+
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
502
|
+
margin?: import("csstype").Property.Margin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
503
|
+
marginTop?: import("csstype").Property.MarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
504
|
+
marginBottom?: import("csstype").Property.MarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
505
|
+
userSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
|
|
506
|
+
justifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
|
|
507
|
+
alignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
|
|
508
|
+
alignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
|
|
509
|
+
alignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
|
|
510
|
+
flexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
|
|
511
|
+
flexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
|
|
512
|
+
position?: import("csstype").Property.Position | import("framer-motion").CustomValueType | undefined;
|
|
513
|
+
textAlign?: import("csstype").Property.TextAlign | import("framer-motion").CustomValueType | undefined;
|
|
514
|
+
accentColor?: import("csstype").Property.AccentColor | import("framer-motion").CustomValueType | undefined;
|
|
515
|
+
alignTracks?: import("csstype").Property.AlignTracks | import("framer-motion").CustomValueType | undefined;
|
|
516
|
+
animationComposition?: import("csstype").Property.AnimationComposition | import("framer-motion").CustomValueType | undefined;
|
|
517
|
+
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
518
|
+
animationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
|
|
519
|
+
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
520
|
+
animationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
|
|
521
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
|
|
522
|
+
animationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
|
|
523
|
+
animationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
|
|
524
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
525
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
526
|
+
animationTimeline?: import("csstype").Property.AnimationTimeline | import("framer-motion").CustomValueType | undefined;
|
|
527
|
+
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
528
|
+
appearance?: import("csstype").Property.Appearance | import("framer-motion").CustomValueType | undefined;
|
|
529
|
+
backdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
|
|
530
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
|
|
531
|
+
backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("framer-motion").CustomValueType | undefined;
|
|
532
|
+
backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("framer-motion").CustomValueType | undefined;
|
|
533
|
+
backgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
|
|
534
|
+
backgroundColor?: import("csstype").Property.BackgroundColor | import("framer-motion").CustomValueType | undefined;
|
|
535
|
+
backgroundImage?: import("csstype").Property.BackgroundImage | import("framer-motion").CustomValueType | undefined;
|
|
536
|
+
backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
|
|
537
|
+
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
538
|
+
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
539
|
+
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("framer-motion").CustomValueType | undefined;
|
|
540
|
+
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
541
|
+
blockOverflow?: import("csstype").Property.BlockOverflow | import("framer-motion").CustomValueType | undefined;
|
|
542
|
+
blockSize?: import("csstype").Property.BlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
543
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | import("framer-motion").CustomValueType | undefined;
|
|
544
|
+
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("framer-motion").CustomValueType | undefined;
|
|
545
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("framer-motion").CustomValueType | undefined;
|
|
546
|
+
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
547
|
+
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("framer-motion").CustomValueType | undefined;
|
|
548
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("framer-motion").CustomValueType | undefined;
|
|
549
|
+
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
550
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("framer-motion").CustomValueType | undefined;
|
|
551
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
552
|
+
borderBottomColor?: import("csstype").Property.BorderBottomColor | import("framer-motion").CustomValueType | undefined;
|
|
553
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("framer-motion").CustomValueType | undefined;
|
|
554
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | import("framer-motion").CustomValueType | undefined;
|
|
555
|
+
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
556
|
+
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
557
|
+
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
558
|
+
borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("framer-motion").CustomValueType | undefined;
|
|
559
|
+
borderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
|
|
560
|
+
borderImageSource?: import("csstype").Property.BorderImageSource | import("framer-motion").CustomValueType | undefined;
|
|
561
|
+
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
562
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | import("framer-motion").CustomValueType | undefined;
|
|
563
|
+
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
|
|
564
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
|
|
565
|
+
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
566
|
+
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
|
|
567
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
|
|
568
|
+
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
569
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("framer-motion").CustomValueType | undefined;
|
|
570
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
571
|
+
borderLeftColor?: import("csstype").Property.BorderLeftColor | import("framer-motion").CustomValueType | undefined;
|
|
572
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("framer-motion").CustomValueType | undefined;
|
|
573
|
+
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
574
|
+
borderRightColor?: import("csstype").Property.BorderRightColor | import("framer-motion").CustomValueType | undefined;
|
|
575
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | import("framer-motion").CustomValueType | undefined;
|
|
576
|
+
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
577
|
+
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
578
|
+
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
579
|
+
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
580
|
+
borderTopColor?: import("csstype").Property.BorderTopColor | import("framer-motion").CustomValueType | undefined;
|
|
581
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | import("framer-motion").CustomValueType | undefined;
|
|
582
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
|
|
583
|
+
boxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
|
|
584
|
+
boxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
|
|
585
|
+
breakAfter?: import("csstype").Property.BreakAfter | import("framer-motion").CustomValueType | undefined;
|
|
586
|
+
breakBefore?: import("csstype").Property.BreakBefore | import("framer-motion").CustomValueType | undefined;
|
|
587
|
+
breakInside?: import("csstype").Property.BreakInside | import("framer-motion").CustomValueType | undefined;
|
|
588
|
+
captionSide?: import("csstype").Property.CaptionSide | import("framer-motion").CustomValueType | undefined;
|
|
589
|
+
caretColor?: import("csstype").Property.CaretColor | import("framer-motion").CustomValueType | undefined;
|
|
590
|
+
caretShape?: import("csstype").Property.CaretShape | import("framer-motion").CustomValueType | undefined;
|
|
591
|
+
clear?: import("csstype").Property.Clear | import("framer-motion").CustomValueType | undefined;
|
|
592
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
|
|
593
|
+
colorScheme?: import("csstype").Property.ColorScheme | import("framer-motion").CustomValueType | undefined;
|
|
594
|
+
columnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
|
|
595
|
+
columnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
|
|
596
|
+
columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
|
|
597
|
+
columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
|
|
598
|
+
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
599
|
+
columnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
|
|
600
|
+
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
601
|
+
contain?: import("csstype").Property.Contain | import("framer-motion").CustomValueType | undefined;
|
|
602
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
603
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
604
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
605
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
606
|
+
containerName?: import("csstype").Property.ContainerName | import("framer-motion").CustomValueType | undefined;
|
|
607
|
+
containerType?: import("csstype").Property.ContainerType | import("framer-motion").CustomValueType | undefined;
|
|
608
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | import("framer-motion").CustomValueType | undefined;
|
|
609
|
+
counterIncrement?: import("csstype").Property.CounterIncrement | import("framer-motion").CustomValueType | undefined;
|
|
610
|
+
counterReset?: import("csstype").Property.CounterReset | import("framer-motion").CustomValueType | undefined;
|
|
611
|
+
counterSet?: import("csstype").Property.CounterSet | import("framer-motion").CustomValueType | undefined;
|
|
612
|
+
emptyCells?: import("csstype").Property.EmptyCells | import("framer-motion").CustomValueType | undefined;
|
|
613
|
+
float?: import("csstype").Property.Float | import("framer-motion").CustomValueType | undefined;
|
|
614
|
+
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
|
|
615
|
+
fontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
|
|
616
|
+
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
|
|
617
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("framer-motion").CustomValueType | undefined;
|
|
618
|
+
fontPalette?: import("csstype").Property.FontPalette | import("framer-motion").CustomValueType | undefined;
|
|
619
|
+
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
620
|
+
fontSynthesis?: import("csstype").Property.FontSynthesis | import("framer-motion").CustomValueType | undefined;
|
|
621
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | import("framer-motion").CustomValueType | undefined;
|
|
622
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | import("framer-motion").CustomValueType | undefined;
|
|
623
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | import("framer-motion").CustomValueType | undefined;
|
|
624
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | import("framer-motion").CustomValueType | undefined;
|
|
625
|
+
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("framer-motion").CustomValueType | undefined;
|
|
626
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("framer-motion").CustomValueType | undefined;
|
|
627
|
+
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("framer-motion").CustomValueType | undefined;
|
|
628
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | import("framer-motion").CustomValueType | undefined;
|
|
629
|
+
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
|
|
630
|
+
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("framer-motion").CustomValueType | undefined;
|
|
631
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("framer-motion").CustomValueType | undefined;
|
|
632
|
+
fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("framer-motion").CustomValueType | undefined;
|
|
633
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("framer-motion").CustomValueType | undefined;
|
|
634
|
+
hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("framer-motion").CustomValueType | undefined;
|
|
635
|
+
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
|
|
636
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
|
|
637
|
+
hyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
|
|
638
|
+
imageOrientation?: import("csstype").Property.ImageOrientation | import("framer-motion").CustomValueType | undefined;
|
|
639
|
+
imageResolution?: import("csstype").Property.ImageResolution | import("framer-motion").CustomValueType | undefined;
|
|
640
|
+
initialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
|
|
641
|
+
inlineSize?: import("csstype").Property.InlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
642
|
+
inputSecurity?: import("csstype").Property.InputSecurity | import("framer-motion").CustomValueType | undefined;
|
|
643
|
+
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
644
|
+
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
645
|
+
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
646
|
+
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
647
|
+
isolation?: import("csstype").Property.Isolation | import("framer-motion").CustomValueType | undefined;
|
|
648
|
+
justifyItems?: import("csstype").Property.JustifyItems | import("framer-motion").CustomValueType | undefined;
|
|
649
|
+
justifySelf?: import("csstype").Property.JustifySelf | import("framer-motion").CustomValueType | undefined;
|
|
650
|
+
justifyTracks?: import("csstype").Property.JustifyTracks | import("framer-motion").CustomValueType | undefined;
|
|
651
|
+
lineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
|
|
652
|
+
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
653
|
+
listStyleImage?: import("csstype").Property.ListStyleImage | import("framer-motion").CustomValueType | undefined;
|
|
654
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | import("framer-motion").CustomValueType | undefined;
|
|
655
|
+
listStyleType?: import("csstype").Property.ListStyleType | import("framer-motion").CustomValueType | undefined;
|
|
656
|
+
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
657
|
+
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
658
|
+
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
659
|
+
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
660
|
+
marginLeft?: import("csstype").Property.MarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
661
|
+
marginRight?: import("csstype").Property.MarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
662
|
+
marginTrim?: import("csstype").Property.MarginTrim | import("framer-motion").CustomValueType | undefined;
|
|
663
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | import("framer-motion").CustomValueType | undefined;
|
|
664
|
+
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
665
|
+
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
|
|
666
|
+
maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
|
|
667
|
+
maskBorderSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
|
|
668
|
+
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
669
|
+
maskClip?: import("csstype").Property.MaskClip | import("framer-motion").CustomValueType | undefined;
|
|
670
|
+
maskComposite?: import("csstype").Property.MaskComposite | import("framer-motion").CustomValueType | undefined;
|
|
671
|
+
maskImage?: import("csstype").Property.MaskImage | import("framer-motion").CustomValueType | undefined;
|
|
672
|
+
maskMode?: import("csstype").Property.MaskMode | import("framer-motion").CustomValueType | undefined;
|
|
673
|
+
maskOrigin?: import("csstype").Property.MaskOrigin | import("framer-motion").CustomValueType | undefined;
|
|
674
|
+
maskPosition?: import("csstype").Property.MaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
675
|
+
maskRepeat?: import("csstype").Property.MaskRepeat | import("framer-motion").CustomValueType | undefined;
|
|
676
|
+
maskSize?: import("csstype").Property.MaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
677
|
+
maskType?: import("csstype").Property.MaskType | import("framer-motion").CustomValueType | undefined;
|
|
678
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | import("framer-motion").CustomValueType | undefined;
|
|
679
|
+
mathDepth?: import("csstype").Property.MathDepth | import("framer-motion").CustomValueType | undefined;
|
|
680
|
+
mathShift?: import("csstype").Property.MathShift | import("framer-motion").CustomValueType | undefined;
|
|
681
|
+
mathStyle?: import("csstype").Property.MathStyle | import("framer-motion").CustomValueType | undefined;
|
|
682
|
+
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
683
|
+
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
684
|
+
maxLines?: import("csstype").Property.MaxLines | import("framer-motion").CustomValueType | undefined;
|
|
685
|
+
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
686
|
+
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
687
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | import("framer-motion").CustomValueType | undefined;
|
|
688
|
+
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
689
|
+
motionPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
|
|
690
|
+
motionRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
|
|
691
|
+
objectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
|
|
692
|
+
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
693
|
+
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
694
|
+
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
695
|
+
offsetPath?: import("csstype").Property.OffsetPath | import("framer-motion").CustomValueType | undefined;
|
|
696
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
697
|
+
offsetRotate?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
|
|
698
|
+
offsetRotation?: import("csstype").Property.OffsetRotate | import("framer-motion").CustomValueType | undefined;
|
|
699
|
+
orphans?: import("csstype").Property.Orphans | import("framer-motion").CustomValueType | undefined;
|
|
700
|
+
outlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
|
|
701
|
+
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
702
|
+
outlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
|
|
703
|
+
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
704
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | import("framer-motion").CustomValueType | undefined;
|
|
705
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | import("framer-motion").CustomValueType | undefined;
|
|
706
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | import("framer-motion").CustomValueType | undefined;
|
|
707
|
+
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
708
|
+
overflowInline?: import("csstype").Property.OverflowInline | import("framer-motion").CustomValueType | undefined;
|
|
709
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | import("framer-motion").CustomValueType | undefined;
|
|
710
|
+
overflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
|
|
711
|
+
overflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
|
|
712
|
+
overlay?: import("csstype").Property.Overlay | import("framer-motion").CustomValueType | undefined;
|
|
713
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("framer-motion").CustomValueType | undefined;
|
|
714
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("framer-motion").CustomValueType | undefined;
|
|
715
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("framer-motion").CustomValueType | undefined;
|
|
716
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("framer-motion").CustomValueType | undefined;
|
|
717
|
+
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
718
|
+
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
719
|
+
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
720
|
+
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
721
|
+
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
722
|
+
paddingRight?: import("csstype").Property.PaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
723
|
+
page?: import("csstype").Property.Page | import("framer-motion").CustomValueType | undefined;
|
|
724
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("framer-motion").CustomValueType | undefined;
|
|
725
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("framer-motion").CustomValueType | undefined;
|
|
726
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | import("framer-motion").CustomValueType | undefined;
|
|
727
|
+
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
728
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
|
|
729
|
+
quotes?: import("csstype").Property.Quotes | import("framer-motion").CustomValueType | undefined;
|
|
730
|
+
resize?: import("csstype").Property.Resize | import("framer-motion").CustomValueType | undefined;
|
|
731
|
+
rubyAlign?: import("csstype").Property.RubyAlign | import("framer-motion").CustomValueType | undefined;
|
|
732
|
+
rubyMerge?: import("csstype").Property.RubyMerge | import("framer-motion").CustomValueType | undefined;
|
|
733
|
+
rubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
|
|
734
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | import("framer-motion").CustomValueType | undefined;
|
|
735
|
+
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
736
|
+
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
737
|
+
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
738
|
+
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
739
|
+
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
740
|
+
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
741
|
+
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
742
|
+
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
743
|
+
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
744
|
+
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
745
|
+
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
746
|
+
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
747
|
+
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
748
|
+
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
749
|
+
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
750
|
+
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
751
|
+
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("framer-motion").CustomValueType | undefined;
|
|
752
|
+
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
753
|
+
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
754
|
+
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
755
|
+
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
756
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("framer-motion").CustomValueType | undefined;
|
|
757
|
+
scrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
|
|
758
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | import("framer-motion").CustomValueType | undefined;
|
|
759
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | import("framer-motion").CustomValueType | undefined;
|
|
760
|
+
scrollbarColor?: import("csstype").Property.ScrollbarColor | import("framer-motion").CustomValueType | undefined;
|
|
761
|
+
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("framer-motion").CustomValueType | undefined;
|
|
762
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("framer-motion").CustomValueType | undefined;
|
|
763
|
+
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("framer-motion").CustomValueType | undefined;
|
|
764
|
+
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
765
|
+
shapeOutside?: import("csstype").Property.ShapeOutside | import("framer-motion").CustomValueType | undefined;
|
|
766
|
+
tabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
767
|
+
tableLayout?: import("csstype").Property.TableLayout | import("framer-motion").CustomValueType | undefined;
|
|
768
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
|
|
769
|
+
textCombineUpright?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
|
|
770
|
+
textDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
|
|
771
|
+
textDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
|
|
772
|
+
textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
|
|
773
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("framer-motion").CustomValueType | undefined;
|
|
774
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
|
|
775
|
+
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
776
|
+
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
|
|
777
|
+
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
|
|
778
|
+
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
|
|
779
|
+
textIndent?: import("csstype").Property.TextIndent<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
780
|
+
textJustify?: import("csstype").Property.TextJustify | import("framer-motion").CustomValueType | undefined;
|
|
781
|
+
textOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
|
|
782
|
+
textOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
|
|
783
|
+
textShadow?: import("csstype").Property.TextShadow | import("framer-motion").CustomValueType | undefined;
|
|
784
|
+
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
|
|
785
|
+
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
786
|
+
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
|
|
787
|
+
textWrap?: import("csstype").Property.TextWrap | import("framer-motion").CustomValueType | undefined;
|
|
788
|
+
timelineScope?: import("csstype").Property.TimelineScope | import("framer-motion").CustomValueType | undefined;
|
|
789
|
+
touchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
|
|
790
|
+
transformBox?: import("csstype").Property.TransformBox | import("framer-motion").CustomValueType | undefined;
|
|
791
|
+
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
792
|
+
transformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
|
|
793
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | import("framer-motion").CustomValueType | undefined;
|
|
794
|
+
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
795
|
+
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
796
|
+
transitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
|
|
797
|
+
transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
798
|
+
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
799
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | import("framer-motion").CustomValueType | undefined;
|
|
800
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
801
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | import("framer-motion").CustomValueType | undefined;
|
|
802
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | import("framer-motion").CustomValueType | undefined;
|
|
803
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | import("framer-motion").CustomValueType | undefined;
|
|
804
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | import("framer-motion").CustomValueType | undefined;
|
|
805
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | import("framer-motion").CustomValueType | undefined;
|
|
806
|
+
widows?: import("csstype").Property.Widows | import("framer-motion").CustomValueType | undefined;
|
|
807
|
+
willChange?: import("csstype").Property.WillChange | import("framer-motion").CustomValueType | undefined;
|
|
808
|
+
wordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
|
|
809
|
+
wordWrap?: import("csstype").Property.WordWrap | import("framer-motion").CustomValueType | undefined;
|
|
810
|
+
zoom?: import("csstype").Property.Zoom | import("framer-motion").CustomValueType | undefined;
|
|
811
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
812
|
+
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
813
|
+
borderBlock?: import("csstype").Property.BorderBlock<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
814
|
+
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
815
|
+
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
816
|
+
borderBottom?: import("csstype").Property.BorderBottom<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
817
|
+
borderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
|
|
818
|
+
borderInline?: import("csstype").Property.BorderInline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
819
|
+
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
820
|
+
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
821
|
+
borderLeft?: import("csstype").Property.BorderLeft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
822
|
+
borderRight?: import("csstype").Property.BorderRight<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
823
|
+
borderStyle?: import("csstype").Property.BorderStyle | import("framer-motion").CustomValueType | undefined;
|
|
824
|
+
borderTop?: import("csstype").Property.BorderTop<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
825
|
+
caret?: import("csstype").Property.Caret | import("framer-motion").CustomValueType | undefined;
|
|
826
|
+
columnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
827
|
+
columns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
828
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
829
|
+
container?: import("csstype").Property.Container | import("framer-motion").CustomValueType | undefined;
|
|
830
|
+
flexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
|
|
831
|
+
font?: import("csstype").Property.Font | import("framer-motion").CustomValueType | undefined;
|
|
832
|
+
inset?: import("csstype").Property.Inset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
833
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
834
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
835
|
+
lineClamp?: import("csstype").Property.LineClamp | import("framer-motion").CustomValueType | undefined;
|
|
836
|
+
listStyle?: import("csstype").Property.ListStyle | import("framer-motion").CustomValueType | undefined;
|
|
837
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
838
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
839
|
+
maskBorder?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
|
|
840
|
+
motion?: import("csstype").Property.Offset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
841
|
+
outline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
842
|
+
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("framer-motion").CustomValueType | undefined;
|
|
843
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
844
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
845
|
+
placeContent?: import("csstype").Property.PlaceContent | import("framer-motion").CustomValueType | undefined;
|
|
846
|
+
placeItems?: import("csstype").Property.PlaceItems | import("framer-motion").CustomValueType | undefined;
|
|
847
|
+
placeSelf?: import("csstype").Property.PlaceSelf | import("framer-motion").CustomValueType | undefined;
|
|
848
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
849
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
850
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
851
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
852
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
853
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
854
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
855
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | import("framer-motion").CustomValueType | undefined;
|
|
856
|
+
textEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
|
|
857
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | import("framer-motion").CustomValueType | undefined;
|
|
858
|
+
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
859
|
+
MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
|
|
860
|
+
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
861
|
+
MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
|
|
862
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
|
|
863
|
+
MozAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
|
|
864
|
+
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
|
|
865
|
+
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
866
|
+
MozAppearance?: import("csstype").Property.MozAppearance | import("framer-motion").CustomValueType | undefined;
|
|
867
|
+
MozBinding?: import("csstype").Property.MozBinding | import("framer-motion").CustomValueType | undefined;
|
|
868
|
+
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("framer-motion").CustomValueType | undefined;
|
|
869
|
+
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("framer-motion").CustomValueType | undefined;
|
|
870
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("framer-motion").CustomValueType | undefined;
|
|
871
|
+
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
872
|
+
MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("framer-motion").CustomValueType | undefined;
|
|
873
|
+
MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("framer-motion").CustomValueType | undefined;
|
|
874
|
+
MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("framer-motion").CustomValueType | undefined;
|
|
875
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("framer-motion").CustomValueType | undefined;
|
|
876
|
+
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("framer-motion").CustomValueType | undefined;
|
|
877
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
|
|
878
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
|
|
879
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
|
|
880
|
+
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
|
|
881
|
+
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
|
|
882
|
+
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
883
|
+
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
884
|
+
MozContextProperties?: import("csstype").Property.MozContextProperties | import("framer-motion").CustomValueType | undefined;
|
|
885
|
+
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
|
|
886
|
+
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("framer-motion").CustomValueType | undefined;
|
|
887
|
+
MozHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
|
|
888
|
+
MozImageRegion?: import("csstype").Property.MozImageRegion | import("framer-motion").CustomValueType | undefined;
|
|
889
|
+
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
890
|
+
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
891
|
+
MozOrient?: import("csstype").Property.MozOrient | import("framer-motion").CustomValueType | undefined;
|
|
892
|
+
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
893
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
894
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
895
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
896
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
897
|
+
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
898
|
+
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
899
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | import("framer-motion").CustomValueType | undefined;
|
|
900
|
+
MozTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
901
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | import("framer-motion").CustomValueType | undefined;
|
|
902
|
+
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
|
|
903
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | import("framer-motion").CustomValueType | undefined;
|
|
904
|
+
MozUserModify?: import("csstype").Property.MozUserModify | import("framer-motion").CustomValueType | undefined;
|
|
905
|
+
MozUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
|
|
906
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("framer-motion").CustomValueType | undefined;
|
|
907
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("framer-motion").CustomValueType | undefined;
|
|
908
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | import("framer-motion").CustomValueType | undefined;
|
|
909
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | import("framer-motion").CustomValueType | undefined;
|
|
910
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("framer-motion").CustomValueType | undefined;
|
|
911
|
+
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("framer-motion").CustomValueType | undefined;
|
|
912
|
+
msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("framer-motion").CustomValueType | undefined;
|
|
913
|
+
msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("framer-motion").CustomValueType | undefined;
|
|
914
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("framer-motion").CustomValueType | undefined;
|
|
915
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | import("framer-motion").CustomValueType | undefined;
|
|
916
|
+
msFilter?: import("csstype").Property.MsFilter | import("framer-motion").CustomValueType | undefined;
|
|
917
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
|
|
918
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
|
|
919
|
+
msFlowFrom?: import("csstype").Property.MsFlowFrom | import("framer-motion").CustomValueType | undefined;
|
|
920
|
+
msFlowInto?: import("csstype").Property.MsFlowInto | import("framer-motion").CustomValueType | undefined;
|
|
921
|
+
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
922
|
+
msGridRows?: import("csstype").Property.MsGridRows<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
923
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("framer-motion").CustomValueType | undefined;
|
|
924
|
+
msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("framer-motion").CustomValueType | undefined;
|
|
925
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("framer-motion").CustomValueType | undefined;
|
|
926
|
+
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
927
|
+
msHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
|
|
928
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | import("framer-motion").CustomValueType | undefined;
|
|
929
|
+
msLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
|
|
930
|
+
msOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
|
|
931
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("framer-motion").CustomValueType | undefined;
|
|
932
|
+
msOverflowX?: import("csstype").Property.OverflowX | import("framer-motion").CustomValueType | undefined;
|
|
933
|
+
msOverflowY?: import("csstype").Property.OverflowY | import("framer-motion").CustomValueType | undefined;
|
|
934
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | import("framer-motion").CustomValueType | undefined;
|
|
935
|
+
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
936
|
+
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
937
|
+
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
938
|
+
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
939
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | import("framer-motion").CustomValueType | undefined;
|
|
940
|
+
msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
|
|
941
|
+
msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
|
|
942
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("framer-motion").CustomValueType | undefined;
|
|
943
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("framer-motion").CustomValueType | undefined;
|
|
944
|
+
msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("framer-motion").CustomValueType | undefined;
|
|
945
|
+
msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("framer-motion").CustomValueType | undefined;
|
|
946
|
+
msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("framer-motion").CustomValueType | undefined;
|
|
947
|
+
msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("framer-motion").CustomValueType | undefined;
|
|
948
|
+
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("framer-motion").CustomValueType | undefined;
|
|
949
|
+
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("framer-motion").CustomValueType | undefined;
|
|
950
|
+
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("framer-motion").CustomValueType | undefined;
|
|
951
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("framer-motion").CustomValueType | undefined;
|
|
952
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | import("framer-motion").CustomValueType | undefined;
|
|
953
|
+
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
|
|
954
|
+
msTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
|
|
955
|
+
msTouchAction?: import("csstype").Property.TouchAction | import("framer-motion").CustomValueType | undefined;
|
|
956
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | import("framer-motion").CustomValueType | undefined;
|
|
957
|
+
msTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
|
|
958
|
+
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
959
|
+
msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
960
|
+
msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
961
|
+
msTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
|
|
962
|
+
msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
963
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | import("framer-motion").CustomValueType | undefined;
|
|
964
|
+
msWordBreak?: import("csstype").Property.WordBreak | import("framer-motion").CustomValueType | undefined;
|
|
965
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | import("framer-motion").CustomValueType | undefined;
|
|
966
|
+
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
967
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | import("framer-motion").CustomValueType | undefined;
|
|
968
|
+
msWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
|
|
969
|
+
WebkitAlignContent?: import("csstype").Property.AlignContent | import("framer-motion").CustomValueType | undefined;
|
|
970
|
+
WebkitAlignItems?: import("csstype").Property.AlignItems | import("framer-motion").CustomValueType | undefined;
|
|
971
|
+
WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("framer-motion").CustomValueType | undefined;
|
|
972
|
+
WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
973
|
+
WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
|
|
974
|
+
WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
975
|
+
WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
|
|
976
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
|
|
977
|
+
WebkitAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
|
|
978
|
+
WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
|
|
979
|
+
WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
980
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("framer-motion").CustomValueType | undefined;
|
|
981
|
+
WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("framer-motion").CustomValueType | undefined;
|
|
982
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
|
|
983
|
+
WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
|
|
984
|
+
WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
|
|
985
|
+
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
986
|
+
WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("framer-motion").CustomValueType | undefined;
|
|
987
|
+
WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("framer-motion").CustomValueType | undefined;
|
|
988
|
+
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
989
|
+
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
990
|
+
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
991
|
+
WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("framer-motion").CustomValueType | undefined;
|
|
992
|
+
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
993
|
+
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
994
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
|
|
995
|
+
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
996
|
+
WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
|
|
997
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("framer-motion").CustomValueType | undefined;
|
|
998
|
+
WebkitClipPath?: import("csstype").Property.ClipPath | import("framer-motion").CustomValueType | undefined;
|
|
999
|
+
WebkitColumnCount?: import("csstype").Property.ColumnCount | import("framer-motion").CustomValueType | undefined;
|
|
1000
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | import("framer-motion").CustomValueType | undefined;
|
|
1001
|
+
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("framer-motion").CustomValueType | undefined;
|
|
1002
|
+
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("framer-motion").CustomValueType | undefined;
|
|
1003
|
+
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1004
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("framer-motion").CustomValueType | undefined;
|
|
1005
|
+
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1006
|
+
WebkitFilter?: import("csstype").Property.Filter | import("framer-motion").CustomValueType | undefined;
|
|
1007
|
+
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1008
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("framer-motion").CustomValueType | undefined;
|
|
1009
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("framer-motion").CustomValueType | undefined;
|
|
1010
|
+
WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("framer-motion").CustomValueType | undefined;
|
|
1011
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("framer-motion").CustomValueType | undefined;
|
|
1012
|
+
WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("framer-motion").CustomValueType | undefined;
|
|
1013
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | import("framer-motion").CustomValueType | undefined;
|
|
1014
|
+
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1015
|
+
WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("framer-motion").CustomValueType | undefined;
|
|
1016
|
+
WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("framer-motion").CustomValueType | undefined;
|
|
1017
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | import("framer-motion").CustomValueType | undefined;
|
|
1018
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("framer-motion").CustomValueType | undefined;
|
|
1019
|
+
WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("framer-motion").CustomValueType | undefined;
|
|
1020
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
|
|
1021
|
+
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("framer-motion").CustomValueType | undefined;
|
|
1022
|
+
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1023
|
+
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1024
|
+
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("framer-motion").CustomValueType | undefined;
|
|
1025
|
+
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1026
|
+
WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("framer-motion").CustomValueType | undefined;
|
|
1027
|
+
WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("framer-motion").CustomValueType | undefined;
|
|
1028
|
+
WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("framer-motion").CustomValueType | undefined;
|
|
1029
|
+
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1030
|
+
WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("framer-motion").CustomValueType | undefined;
|
|
1031
|
+
WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("framer-motion").CustomValueType | undefined;
|
|
1032
|
+
WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("framer-motion").CustomValueType | undefined;
|
|
1033
|
+
WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("framer-motion").CustomValueType | undefined;
|
|
1034
|
+
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1035
|
+
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1036
|
+
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1037
|
+
WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("framer-motion").CustomValueType | undefined;
|
|
1038
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("framer-motion").CustomValueType | undefined;
|
|
1039
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("framer-motion").CustomValueType | undefined;
|
|
1040
|
+
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1041
|
+
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1042
|
+
WebkitOrder?: import("csstype").Property.Order | import("framer-motion").CustomValueType | undefined;
|
|
1043
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("framer-motion").CustomValueType | undefined;
|
|
1044
|
+
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1045
|
+
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1046
|
+
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1047
|
+
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1048
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("framer-motion").CustomValueType | undefined;
|
|
1049
|
+
WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("framer-motion").CustomValueType | undefined;
|
|
1050
|
+
WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("framer-motion").CustomValueType | undefined;
|
|
1051
|
+
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1052
|
+
WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("framer-motion").CustomValueType | undefined;
|
|
1053
|
+
WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("framer-motion").CustomValueType | undefined;
|
|
1054
|
+
WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
|
|
1055
|
+
WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
|
|
1056
|
+
WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("framer-motion").CustomValueType | undefined;
|
|
1057
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
|
|
1058
|
+
WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("framer-motion").CustomValueType | undefined;
|
|
1059
|
+
WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("framer-motion").CustomValueType | undefined;
|
|
1060
|
+
WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("framer-motion").CustomValueType | undefined;
|
|
1061
|
+
WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("framer-motion").CustomValueType | undefined;
|
|
1062
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("framer-motion").CustomValueType | undefined;
|
|
1063
|
+
WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("framer-motion").CustomValueType | undefined;
|
|
1064
|
+
WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("framer-motion").CustomValueType | undefined;
|
|
1065
|
+
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1066
|
+
WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("framer-motion").CustomValueType | undefined;
|
|
1067
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("framer-motion").CustomValueType | undefined;
|
|
1068
|
+
WebkitTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
|
|
1069
|
+
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1070
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
|
|
1071
|
+
WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1072
|
+
WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1073
|
+
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
|
|
1074
|
+
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
1075
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("framer-motion").CustomValueType | undefined;
|
|
1076
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
|
|
1077
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | import("framer-motion").CustomValueType | undefined;
|
|
1078
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1079
|
+
MozBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
|
|
1080
|
+
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1081
|
+
MozColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1082
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1083
|
+
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("framer-motion").CustomValueType | undefined;
|
|
1084
|
+
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("framer-motion").CustomValueType | undefined;
|
|
1085
|
+
msFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1086
|
+
msScrollLimit?: import("csstype").Property.MsScrollLimit | import("framer-motion").CustomValueType | undefined;
|
|
1087
|
+
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("framer-motion").CustomValueType | undefined;
|
|
1088
|
+
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("framer-motion").CustomValueType | undefined;
|
|
1089
|
+
msTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1090
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1091
|
+
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1092
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
|
|
1093
|
+
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1094
|
+
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1095
|
+
WebkitColumns?: import("csstype").Property.Columns<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1096
|
+
WebkitFlex?: import("csstype").Property.Flex<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1097
|
+
WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("framer-motion").CustomValueType | undefined;
|
|
1098
|
+
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1099
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("framer-motion").CustomValueType | undefined;
|
|
1100
|
+
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("framer-motion").CustomValueType | undefined;
|
|
1101
|
+
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1102
|
+
WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1103
|
+
boxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
|
|
1104
|
+
boxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
|
|
1105
|
+
boxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
|
|
1106
|
+
boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
|
|
1107
|
+
boxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
|
|
1108
|
+
boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
|
|
1109
|
+
boxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
|
|
1110
|
+
boxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
|
|
1111
|
+
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1112
|
+
gridGap?: import("csstype").Property.GridGap<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1113
|
+
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1114
|
+
imeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
|
|
1115
|
+
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1116
|
+
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1117
|
+
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1118
|
+
offsetInline?: import("csstype").Property.InsetInline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1119
|
+
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1120
|
+
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1121
|
+
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1122
|
+
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1123
|
+
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("framer-motion").CustomValueType | undefined;
|
|
1124
|
+
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("framer-motion").CustomValueType | undefined;
|
|
1125
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("framer-motion").CustomValueType | undefined;
|
|
1126
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("framer-motion").CustomValueType | undefined;
|
|
1127
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
|
|
1128
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
|
|
1129
|
+
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
|
|
1130
|
+
KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
|
|
1131
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
|
|
1132
|
+
KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
|
|
1133
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
|
|
1134
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
|
|
1135
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | import("framer-motion").CustomValueType | undefined;
|
|
1136
|
+
KhtmlOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
|
|
1137
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | import("framer-motion").CustomValueType | undefined;
|
|
1138
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("framer-motion").CustomValueType | undefined;
|
|
1139
|
+
MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("framer-motion").CustomValueType | undefined;
|
|
1140
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("framer-motion").CustomValueType | undefined;
|
|
1141
|
+
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("framer-motion").CustomValueType | undefined;
|
|
1142
|
+
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1143
|
+
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1144
|
+
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1145
|
+
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1146
|
+
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1147
|
+
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1148
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
|
|
1149
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
|
|
1150
|
+
MozBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
|
|
1151
|
+
MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
|
|
1152
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
|
|
1153
|
+
MozBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
|
|
1154
|
+
MozBoxShadow?: import("csstype").Property.BoxShadow | import("framer-motion").CustomValueType | undefined;
|
|
1155
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("framer-motion").CustomValueType | undefined;
|
|
1156
|
+
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("framer-motion").CustomValueType | undefined;
|
|
1157
|
+
MozOpacity?: import("csstype").Property.Opacity | import("framer-motion").CustomValueType | undefined;
|
|
1158
|
+
MozOutline?: import("csstype").Property.Outline<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1159
|
+
MozOutlineColor?: import("csstype").Property.OutlineColor | import("framer-motion").CustomValueType | undefined;
|
|
1160
|
+
MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("framer-motion").CustomValueType | undefined;
|
|
1161
|
+
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1162
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1163
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1164
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("framer-motion").CustomValueType | undefined;
|
|
1165
|
+
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("framer-motion").CustomValueType | undefined;
|
|
1166
|
+
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("framer-motion").CustomValueType | undefined;
|
|
1167
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("framer-motion").CustomValueType | undefined;
|
|
1168
|
+
MozTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
|
|
1169
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1170
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | import("framer-motion").CustomValueType | undefined;
|
|
1171
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1172
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1173
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1174
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
|
|
1175
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
1176
|
+
MozUserInput?: import("csstype").Property.MozUserInput | import("framer-motion").CustomValueType | undefined;
|
|
1177
|
+
msImeMode?: import("csstype").Property.ImeMode | import("framer-motion").CustomValueType | undefined;
|
|
1178
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1179
|
+
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1180
|
+
OAnimationDirection?: import("csstype").Property.AnimationDirection | import("framer-motion").CustomValueType | undefined;
|
|
1181
|
+
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1182
|
+
OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("framer-motion").CustomValueType | undefined;
|
|
1183
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("framer-motion").CustomValueType | undefined;
|
|
1184
|
+
OAnimationName?: import("csstype").Property.AnimationName | import("framer-motion").CustomValueType | undefined;
|
|
1185
|
+
OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("framer-motion").CustomValueType | undefined;
|
|
1186
|
+
OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
1187
|
+
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1188
|
+
OBorderImage?: import("csstype").Property.BorderImage | import("framer-motion").CustomValueType | undefined;
|
|
1189
|
+
OObjectFit?: import("csstype").Property.ObjectFit | import("framer-motion").CustomValueType | undefined;
|
|
1190
|
+
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1191
|
+
OTabSize?: import("csstype").Property.TabSize<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1192
|
+
OTextOverflow?: import("csstype").Property.TextOverflow | import("framer-motion").CustomValueType | undefined;
|
|
1193
|
+
OTransform?: import("csstype").Property.Transform | import("framer-motion").CustomValueType | undefined;
|
|
1194
|
+
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | import("framer-motion").CustomValueType | undefined;
|
|
1195
|
+
OTransition?: import("csstype").Property.Transition<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1196
|
+
OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1197
|
+
OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("framer-motion").CustomValueType | undefined;
|
|
1198
|
+
OTransitionProperty?: import("csstype").Property.TransitionProperty | import("framer-motion").CustomValueType | undefined;
|
|
1199
|
+
OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("framer-motion").CustomValueType | undefined;
|
|
1200
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("framer-motion").CustomValueType | undefined;
|
|
1201
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("framer-motion").CustomValueType | undefined;
|
|
1202
|
+
WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("framer-motion").CustomValueType | undefined;
|
|
1203
|
+
WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("framer-motion").CustomValueType | undefined;
|
|
1204
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | import("framer-motion").CustomValueType | undefined;
|
|
1205
|
+
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("framer-motion").CustomValueType | undefined;
|
|
1206
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("framer-motion").CustomValueType | undefined;
|
|
1207
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | import("framer-motion").CustomValueType | undefined;
|
|
1208
|
+
suppressHydrationWarning?: boolean | import("framer-motion").CustomValueType | undefined;
|
|
1209
|
+
className?: string | import("framer-motion").CustomValueType | undefined;
|
|
1210
|
+
id?: string | import("framer-motion").CustomValueType | undefined;
|
|
1211
|
+
lang?: string | import("framer-motion").CustomValueType | undefined;
|
|
1212
|
+
max?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1213
|
+
media?: string | import("framer-motion").CustomValueType | undefined;
|
|
1214
|
+
method?: string | import("framer-motion").CustomValueType | undefined;
|
|
1215
|
+
min?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1216
|
+
name?: string | import("framer-motion").CustomValueType | undefined;
|
|
1217
|
+
style?: import("react").CSSProperties | import("framer-motion").CustomValueType | undefined;
|
|
1218
|
+
target?: string | import("framer-motion").CustomValueType | undefined;
|
|
1219
|
+
type?: string | import("framer-motion").CustomValueType | undefined;
|
|
1220
|
+
role?: import("react").AriaRole | import("framer-motion").CustomValueType | undefined;
|
|
1221
|
+
tabIndex?: number | import("framer-motion").CustomValueType | undefined;
|
|
1222
|
+
crossOrigin?: ("" | "anonymous" | "use-credentials" | undefined) | import("framer-motion").CustomValueType;
|
|
1223
|
+
accentHeight?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1224
|
+
accumulate?: "none" | "sum" | import("framer-motion").CustomValueType | undefined;
|
|
1225
|
+
additive?: "replace" | "sum" | import("framer-motion").CustomValueType | undefined;
|
|
1226
|
+
allowReorder?: "no" | "yes" | import("framer-motion").CustomValueType | undefined;
|
|
1227
|
+
alphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1228
|
+
amplitude?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1229
|
+
arabicForm?: "initial" | "medial" | "terminal" | "isolated" | import("framer-motion").CustomValueType | undefined;
|
|
1230
|
+
ascent?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1231
|
+
attributeName?: string | import("framer-motion").CustomValueType | undefined;
|
|
1232
|
+
attributeType?: string | import("framer-motion").CustomValueType | undefined;
|
|
1233
|
+
autoReverse?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1234
|
+
baseFrequency?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1235
|
+
baseProfile?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1236
|
+
bbox?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1237
|
+
begin?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1238
|
+
bias?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1239
|
+
by?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1240
|
+
calcMode?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1241
|
+
capHeight?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1242
|
+
clipPathUnits?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1243
|
+
colorInterpolationFilters?: "inherit" | "auto" | "linearRGB" | "sRGB" | import("framer-motion").CustomValueType | undefined;
|
|
1244
|
+
colorProfile?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1245
|
+
contentScriptType?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1246
|
+
contentStyleType?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1247
|
+
cx?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1248
|
+
cy?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1249
|
+
d?: string | import("framer-motion").CustomValueType | undefined;
|
|
1250
|
+
decelerate?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1251
|
+
descent?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1252
|
+
diffuseConstant?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1253
|
+
divisor?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1254
|
+
dur?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1255
|
+
dx?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1256
|
+
dy?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1257
|
+
edgeMode?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1258
|
+
elevation?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1259
|
+
enableBackground?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1260
|
+
end?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1261
|
+
exponent?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1262
|
+
externalResourcesRequired?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1263
|
+
filterRes?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1264
|
+
filterUnits?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1265
|
+
focusable?: "auto" | (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1266
|
+
format?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1267
|
+
fr?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1268
|
+
from?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1269
|
+
fx?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1270
|
+
fy?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1271
|
+
g1?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1272
|
+
g2?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1273
|
+
glyphName?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1274
|
+
glyphOrientationHorizontal?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1275
|
+
glyphRef?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1276
|
+
gradientTransform?: string | import("framer-motion").CustomValueType | undefined;
|
|
1277
|
+
gradientUnits?: string | import("framer-motion").CustomValueType | undefined;
|
|
1278
|
+
hanging?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1279
|
+
horizAdvX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1280
|
+
horizOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1281
|
+
href?: string | import("framer-motion").CustomValueType | undefined;
|
|
1282
|
+
ideographic?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1283
|
+
in2?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1284
|
+
in?: string | import("framer-motion").CustomValueType | undefined;
|
|
1285
|
+
intercept?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1286
|
+
k1?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1287
|
+
k2?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1288
|
+
k3?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1289
|
+
k4?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1290
|
+
k?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1291
|
+
kernelMatrix?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1292
|
+
kernelUnitLength?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1293
|
+
kerning?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1294
|
+
keyPoints?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1295
|
+
keySplines?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1296
|
+
keyTimes?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1297
|
+
lengthAdjust?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1298
|
+
limitingConeAngle?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1299
|
+
local?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1300
|
+
markerHeight?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1301
|
+
markerUnits?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1302
|
+
markerWidth?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1303
|
+
maskContentUnits?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1304
|
+
maskUnits?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1305
|
+
mathematical?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1306
|
+
mode?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1307
|
+
numOctaves?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1308
|
+
operator?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1309
|
+
orient?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1310
|
+
orientation?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1311
|
+
origin?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1312
|
+
overlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1313
|
+
overlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1314
|
+
panose1?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1315
|
+
path?: string | import("framer-motion").CustomValueType | undefined;
|
|
1316
|
+
pathLength?: number | import("framer-motion").CustomValueType | undefined;
|
|
1317
|
+
patternContentUnits?: string | import("framer-motion").CustomValueType | undefined;
|
|
1318
|
+
patternTransform?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1319
|
+
patternUnits?: string | import("framer-motion").CustomValueType | undefined;
|
|
1320
|
+
points?: string | import("framer-motion").CustomValueType | undefined;
|
|
1321
|
+
pointsAtX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1322
|
+
pointsAtY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1323
|
+
pointsAtZ?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1324
|
+
preserveAlpha?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1325
|
+
preserveAspectRatio?: string | import("framer-motion").CustomValueType | undefined;
|
|
1326
|
+
primitiveUnits?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1327
|
+
r?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1328
|
+
radius?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1329
|
+
refX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1330
|
+
refY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1331
|
+
renderingIntent?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1332
|
+
repeatCount?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1333
|
+
repeatDur?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1334
|
+
requiredExtensions?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1335
|
+
requiredFeatures?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1336
|
+
restart?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1337
|
+
result?: string | import("framer-motion").CustomValueType | undefined;
|
|
1338
|
+
rotate?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1339
|
+
rx?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1340
|
+
ry?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1341
|
+
scale?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1342
|
+
seed?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1343
|
+
slope?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1344
|
+
spacing?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1345
|
+
specularConstant?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1346
|
+
specularExponent?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1347
|
+
speed?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1348
|
+
spreadMethod?: string | import("framer-motion").CustomValueType | undefined;
|
|
1349
|
+
startOffset?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1350
|
+
stdDeviation?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1351
|
+
stemh?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1352
|
+
stemv?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1353
|
+
stitchTiles?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1354
|
+
strikethroughPosition?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1355
|
+
strikethroughThickness?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1356
|
+
string?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1357
|
+
surfaceScale?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1358
|
+
systemLanguage?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1359
|
+
tableValues?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1360
|
+
targetX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1361
|
+
targetY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1362
|
+
textLength?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1363
|
+
to?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1364
|
+
u1?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1365
|
+
u2?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1366
|
+
underlinePosition?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1367
|
+
underlineThickness?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1368
|
+
unicode?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1369
|
+
unicodeRange?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1370
|
+
unitsPerEm?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1371
|
+
vAlphabetic?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1372
|
+
values?: string | import("framer-motion").CustomValueType | undefined;
|
|
1373
|
+
version?: string | import("framer-motion").CustomValueType | undefined;
|
|
1374
|
+
vertAdvY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1375
|
+
vertOriginX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1376
|
+
vertOriginY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1377
|
+
vHanging?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1378
|
+
vIdeographic?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1379
|
+
viewBox?: string | import("framer-motion").CustomValueType | undefined;
|
|
1380
|
+
viewTarget?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1381
|
+
vMathematical?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1382
|
+
widths?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1383
|
+
x1?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1384
|
+
x2?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1385
|
+
x?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1386
|
+
xChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
|
|
1387
|
+
xHeight?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1388
|
+
xlinkActuate?: string | import("framer-motion").CustomValueType | undefined;
|
|
1389
|
+
xlinkArcrole?: string | import("framer-motion").CustomValueType | undefined;
|
|
1390
|
+
xlinkHref?: string | import("framer-motion").CustomValueType | undefined;
|
|
1391
|
+
xlinkRole?: string | import("framer-motion").CustomValueType | undefined;
|
|
1392
|
+
xlinkShow?: string | import("framer-motion").CustomValueType | undefined;
|
|
1393
|
+
xlinkTitle?: string | import("framer-motion").CustomValueType | undefined;
|
|
1394
|
+
xlinkType?: string | import("framer-motion").CustomValueType | undefined;
|
|
1395
|
+
xmlBase?: string | import("framer-motion").CustomValueType | undefined;
|
|
1396
|
+
xmlLang?: string | import("framer-motion").CustomValueType | undefined;
|
|
1397
|
+
xmlns?: string | import("framer-motion").CustomValueType | undefined;
|
|
1398
|
+
xmlnsXlink?: string | import("framer-motion").CustomValueType | undefined;
|
|
1399
|
+
xmlSpace?: string | import("framer-motion").CustomValueType | undefined;
|
|
1400
|
+
y1?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1401
|
+
y2?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1402
|
+
y?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1403
|
+
yChannelSelector?: string | import("framer-motion").CustomValueType | undefined;
|
|
1404
|
+
z?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1405
|
+
zoomAndPan?: string | import("framer-motion").CustomValueType | undefined;
|
|
1406
|
+
"aria-activedescendant"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1407
|
+
"aria-atomic"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1408
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | import("framer-motion").CustomValueType | undefined;
|
|
1409
|
+
"aria-braillelabel"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1410
|
+
"aria-brailleroledescription"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1411
|
+
"aria-busy"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1412
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
|
|
1413
|
+
"aria-colcount"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1414
|
+
"aria-colindex"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1415
|
+
"aria-colindextext"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1416
|
+
"aria-colspan"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1417
|
+
"aria-controls"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1418
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "date" | "location" | import("framer-motion").CustomValueType | undefined;
|
|
1419
|
+
"aria-describedby"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1420
|
+
"aria-description"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1421
|
+
"aria-details"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1422
|
+
"aria-disabled"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1423
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | import("framer-motion").CustomValueType | undefined;
|
|
1424
|
+
"aria-errormessage"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1425
|
+
"aria-expanded"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1426
|
+
"aria-flowto"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1427
|
+
"aria-grabbed"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1428
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | import("framer-motion").CustomValueType | undefined;
|
|
1429
|
+
"aria-hidden"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1430
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | import("framer-motion").CustomValueType | undefined;
|
|
1431
|
+
"aria-keyshortcuts"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1432
|
+
"aria-label"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1433
|
+
"aria-labelledby"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1434
|
+
"aria-level"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1435
|
+
"aria-live"?: "off" | "assertive" | "polite" | import("framer-motion").CustomValueType | undefined;
|
|
1436
|
+
"aria-modal"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1437
|
+
"aria-multiline"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1438
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1439
|
+
"aria-orientation"?: "horizontal" | "vertical" | import("framer-motion").CustomValueType | undefined;
|
|
1440
|
+
"aria-owns"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1441
|
+
"aria-placeholder"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1442
|
+
"aria-posinset"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1443
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | import("framer-motion").CustomValueType | undefined;
|
|
1444
|
+
"aria-readonly"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1445
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | import("framer-motion").CustomValueType | undefined;
|
|
1446
|
+
"aria-required"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1447
|
+
"aria-roledescription"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1448
|
+
"aria-rowcount"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1449
|
+
"aria-rowindex"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1450
|
+
"aria-rowindextext"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1451
|
+
"aria-rowspan"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1452
|
+
"aria-selected"?: (boolean | "true" | "false") | import("framer-motion").CustomValueType | undefined;
|
|
1453
|
+
"aria-setsize"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1454
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | import("framer-motion").CustomValueType | undefined;
|
|
1455
|
+
"aria-valuemax"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1456
|
+
"aria-valuemin"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1457
|
+
"aria-valuenow"?: number | import("framer-motion").CustomValueType | undefined;
|
|
1458
|
+
"aria-valuetext"?: string | import("framer-motion").CustomValueType | undefined;
|
|
1459
|
+
children?: import("react").ReactNode | import("framer-motion").CustomValueType;
|
|
1460
|
+
dangerouslySetInnerHTML?: {
|
|
1461
|
+
__html: string | TrustedHTML;
|
|
1462
|
+
} | import("framer-motion").CustomValueType | undefined;
|
|
1463
|
+
onCopy?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1464
|
+
onCopyCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1465
|
+
onCut?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1466
|
+
onCutCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1467
|
+
onPaste?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1468
|
+
onPasteCapture?: import("react").ClipboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1469
|
+
onCompositionEnd?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1470
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1471
|
+
onCompositionStart?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1472
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1473
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1474
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1475
|
+
onFocus?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1476
|
+
onFocusCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1477
|
+
onBlur?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1478
|
+
onBlurCapture?: import("react").FocusEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1479
|
+
onChange?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1480
|
+
onChangeCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1481
|
+
onBeforeInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1482
|
+
onBeforeInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1483
|
+
onInput?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1484
|
+
onInputCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1485
|
+
onReset?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1486
|
+
onResetCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1487
|
+
onSubmit?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1488
|
+
onSubmitCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1489
|
+
onInvalid?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1490
|
+
onInvalidCapture?: import("react").FormEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1491
|
+
onLoad?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1492
|
+
onLoadCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1493
|
+
onError?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1494
|
+
onErrorCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1495
|
+
onKeyDown?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1496
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1497
|
+
onKeyPress?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1498
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1499
|
+
onKeyUp?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1500
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1501
|
+
onAbort?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1502
|
+
onAbortCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1503
|
+
onCanPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1504
|
+
onCanPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1505
|
+
onCanPlayThrough?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1506
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1507
|
+
onDurationChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1508
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1509
|
+
onEmptied?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1510
|
+
onEmptiedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1511
|
+
onEncrypted?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1512
|
+
onEncryptedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1513
|
+
onEnded?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1514
|
+
onEndedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1515
|
+
onLoadedData?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1516
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1517
|
+
onLoadedMetadata?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1518
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1519
|
+
onLoadStart?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1520
|
+
onLoadStartCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1521
|
+
onPause?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1522
|
+
onPauseCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1523
|
+
onPlay?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1524
|
+
onPlayCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1525
|
+
onPlaying?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1526
|
+
onPlayingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1527
|
+
onProgress?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1528
|
+
onProgressCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1529
|
+
onRateChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1530
|
+
onRateChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1531
|
+
onResize?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1532
|
+
onResizeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1533
|
+
onSeeked?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1534
|
+
onSeekedCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1535
|
+
onSeeking?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1536
|
+
onSeekingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1537
|
+
onStalled?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1538
|
+
onStalledCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1539
|
+
onSuspend?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1540
|
+
onSuspendCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1541
|
+
onTimeUpdate?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1542
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1543
|
+
onVolumeChange?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1544
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1545
|
+
onWaiting?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1546
|
+
onWaitingCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1547
|
+
onAuxClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1548
|
+
onAuxClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1549
|
+
onClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1550
|
+
onClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1551
|
+
onContextMenu?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1552
|
+
onContextMenuCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1553
|
+
onDoubleClick?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1554
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1555
|
+
onDrag?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1556
|
+
onDragCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1557
|
+
onDragEnd?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1558
|
+
onDragEndCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1559
|
+
onDragEnter?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1560
|
+
onDragEnterCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1561
|
+
onDragExit?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1562
|
+
onDragExitCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1563
|
+
onDragLeave?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1564
|
+
onDragLeaveCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1565
|
+
onDragOver?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1566
|
+
onDragOverCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1567
|
+
onDragStart?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1568
|
+
onDragStartCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1569
|
+
onDrop?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1570
|
+
onDropCapture?: import("react").DragEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1571
|
+
onMouseDown?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1572
|
+
onMouseDownCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1573
|
+
onMouseEnter?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1574
|
+
onMouseLeave?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1575
|
+
onMouseMove?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1576
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1577
|
+
onMouseOut?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1578
|
+
onMouseOutCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1579
|
+
onMouseOver?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1580
|
+
onMouseOverCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1581
|
+
onMouseUp?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1582
|
+
onMouseUpCapture?: import("react").MouseEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1583
|
+
onSelect?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1584
|
+
onSelectCapture?: import("react").ReactEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1585
|
+
onTouchCancel?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1586
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1587
|
+
onTouchEnd?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1588
|
+
onTouchEndCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1589
|
+
onTouchMove?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1590
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1591
|
+
onTouchStart?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1592
|
+
onTouchStartCapture?: import("react").TouchEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1593
|
+
onPointerDown?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1594
|
+
onPointerDownCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1595
|
+
onPointerMove?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1596
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1597
|
+
onPointerUp?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1598
|
+
onPointerUpCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1599
|
+
onPointerCancel?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1600
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1601
|
+
onPointerEnter?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1602
|
+
onPointerLeave?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1603
|
+
onPointerOver?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1604
|
+
onPointerOverCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1605
|
+
onPointerOut?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1606
|
+
onPointerOutCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1607
|
+
onGotPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1608
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1609
|
+
onLostPointerCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1610
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1611
|
+
onScroll?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1612
|
+
onScrollCapture?: import("react").UIEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1613
|
+
onWheel?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1614
|
+
onWheelCapture?: import("react").WheelEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1615
|
+
onAnimationStart?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1616
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1617
|
+
onAnimationEnd?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1618
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1619
|
+
onAnimationIteration?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1620
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1621
|
+
onTransitionEnd?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1622
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<SVGElement> | import("framer-motion").CustomValueType | undefined;
|
|
1623
|
+
attrX?: number | import("framer-motion").CustomValueType | undefined;
|
|
1624
|
+
attrY?: number | import("framer-motion").CustomValueType | undefined;
|
|
1625
|
+
attrScale?: number | import("framer-motion").CustomValueType | undefined;
|
|
1626
|
+
translateX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1627
|
+
translateY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1628
|
+
translateZ?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1629
|
+
rotateX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1630
|
+
rotateY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1631
|
+
rotateZ?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1632
|
+
scaleX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1633
|
+
scaleY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1634
|
+
scaleZ?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1635
|
+
skew?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1636
|
+
skewX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1637
|
+
skewY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1638
|
+
originX?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1639
|
+
originY?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1640
|
+
originZ?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1641
|
+
perspective?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1642
|
+
transformPerspective?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1643
|
+
size?: string | number | import("framer-motion").CustomValueType | undefined;
|
|
1644
|
+
shadow?: string | import("framer-motion").CustomValueType | undefined;
|
|
1645
|
+
image?: string | import("framer-motion").CustomValueType | undefined;
|
|
1646
|
+
pathOffset?: number | import("framer-motion").CustomValueType | undefined;
|
|
1647
|
+
pathSpacing?: number | import("framer-motion").CustomValueType | undefined;
|
|
1648
|
+
};
|
|
1649
|
+
animate: boolean | import("../motion/types").MotionState | import("framer-motion").TargetAndTransition | import("framer-motion").AnimationControls;
|
|
1650
|
+
transition: {
|
|
1651
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1652
|
+
duration: number | undefined;
|
|
1653
|
+
delay: number | undefined;
|
|
1654
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1655
|
+
delayChildren?: number;
|
|
1656
|
+
staggerChildren?: number;
|
|
1657
|
+
staggerDirection?: number;
|
|
1658
|
+
repeat?: number;
|
|
1659
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1660
|
+
repeatDelay?: number;
|
|
1661
|
+
type?: "tween";
|
|
1662
|
+
times?: number[];
|
|
1663
|
+
easings?: import("framer-motion").Easing[];
|
|
1664
|
+
from?: number | string;
|
|
1665
|
+
} | {
|
|
1666
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1667
|
+
duration: number | undefined;
|
|
1668
|
+
delay: number | undefined;
|
|
1669
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1670
|
+
delayChildren?: number;
|
|
1671
|
+
staggerChildren?: number;
|
|
1672
|
+
staggerDirection?: number;
|
|
1673
|
+
repeat?: number;
|
|
1674
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1675
|
+
repeatDelay?: number;
|
|
1676
|
+
type: "spring";
|
|
1677
|
+
stiffness?: number;
|
|
1678
|
+
damping?: number;
|
|
1679
|
+
mass?: number;
|
|
1680
|
+
bounce?: number;
|
|
1681
|
+
restSpeed?: number;
|
|
1682
|
+
restDelta?: number;
|
|
1683
|
+
from?: number | string;
|
|
1684
|
+
velocity?: number;
|
|
1685
|
+
} | {
|
|
1686
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1687
|
+
duration: number | undefined;
|
|
1688
|
+
delay: number | undefined;
|
|
1689
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1690
|
+
delayChildren?: number;
|
|
1691
|
+
staggerChildren?: number;
|
|
1692
|
+
staggerDirection?: number;
|
|
1693
|
+
repeat?: number;
|
|
1694
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1695
|
+
repeatDelay?: number;
|
|
1696
|
+
type: "keyframes";
|
|
1697
|
+
times?: number[];
|
|
1698
|
+
} | {
|
|
1699
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1700
|
+
duration: number | undefined;
|
|
1701
|
+
delay: number | undefined;
|
|
1702
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1703
|
+
delayChildren?: number;
|
|
1704
|
+
staggerChildren?: number;
|
|
1705
|
+
staggerDirection?: number;
|
|
1706
|
+
repeat?: number;
|
|
1707
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1708
|
+
repeatDelay?: number;
|
|
1709
|
+
type: "inertia";
|
|
1710
|
+
modifyTarget?(v: number): number;
|
|
1711
|
+
bounceStiffness?: number;
|
|
1712
|
+
bounceDamping?: number;
|
|
1713
|
+
power?: number;
|
|
1714
|
+
timeConstant?: number;
|
|
1715
|
+
restDelta?: number;
|
|
1716
|
+
min?: number;
|
|
1717
|
+
max?: number;
|
|
1718
|
+
from?: number | string;
|
|
1719
|
+
velocity?: number;
|
|
1720
|
+
} | {
|
|
1721
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1722
|
+
duration: number | undefined;
|
|
1723
|
+
delay: number | undefined;
|
|
1724
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1725
|
+
delayChildren?: number;
|
|
1726
|
+
staggerChildren?: number;
|
|
1727
|
+
staggerDirection?: number;
|
|
1728
|
+
repeat?: number;
|
|
1729
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1730
|
+
repeatDelay?: number;
|
|
1731
|
+
type: "just";
|
|
1732
|
+
} | {
|
|
1733
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1734
|
+
duration: number | undefined;
|
|
1735
|
+
delay: number | undefined;
|
|
1736
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1737
|
+
delayChildren?: number;
|
|
1738
|
+
staggerChildren?: number;
|
|
1739
|
+
staggerDirection?: number;
|
|
1740
|
+
repeat?: number;
|
|
1741
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1742
|
+
repeatDelay?: number;
|
|
1743
|
+
type: false;
|
|
1744
|
+
} | {
|
|
1745
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1746
|
+
duration: number | undefined;
|
|
1747
|
+
delay: number | undefined;
|
|
1748
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1749
|
+
delayChildren?: number;
|
|
1750
|
+
staggerChildren?: number;
|
|
1751
|
+
staggerDirection?: number;
|
|
1752
|
+
repeat?: number;
|
|
1753
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1754
|
+
repeatDelay?: number;
|
|
1755
|
+
} | {
|
|
1756
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1757
|
+
duration: number | undefined;
|
|
1758
|
+
delay: number | undefined;
|
|
1759
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1760
|
+
delayChildren?: number;
|
|
1761
|
+
staggerChildren?: number;
|
|
1762
|
+
staggerDirection?: number;
|
|
1763
|
+
repeat?: number;
|
|
1764
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1765
|
+
repeatDelay?: number;
|
|
1766
|
+
type?: "tween";
|
|
1767
|
+
times?: number[];
|
|
1768
|
+
easings?: import("framer-motion").Easing[];
|
|
1769
|
+
from?: number | string;
|
|
1770
|
+
} | {
|
|
1771
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1772
|
+
duration: number | undefined;
|
|
1773
|
+
delay: number | undefined;
|
|
1774
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1775
|
+
delayChildren?: number;
|
|
1776
|
+
staggerChildren?: number;
|
|
1777
|
+
staggerDirection?: number;
|
|
1778
|
+
repeat?: number;
|
|
1779
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1780
|
+
repeatDelay?: number;
|
|
1781
|
+
type: "spring";
|
|
1782
|
+
stiffness?: number;
|
|
1783
|
+
damping?: number;
|
|
1784
|
+
mass?: number;
|
|
1785
|
+
bounce?: number;
|
|
1786
|
+
restSpeed?: number;
|
|
1787
|
+
restDelta?: number;
|
|
1788
|
+
from?: number | string;
|
|
1789
|
+
velocity?: number;
|
|
1790
|
+
} | {
|
|
1791
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1792
|
+
duration: number | undefined;
|
|
1793
|
+
delay: number | undefined;
|
|
1794
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1795
|
+
delayChildren?: number;
|
|
1796
|
+
staggerChildren?: number;
|
|
1797
|
+
staggerDirection?: number;
|
|
1798
|
+
repeat?: number;
|
|
1799
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1800
|
+
repeatDelay?: number;
|
|
1801
|
+
type: "keyframes";
|
|
1802
|
+
times?: number[];
|
|
1803
|
+
} | {
|
|
1804
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1805
|
+
duration: number | undefined;
|
|
1806
|
+
delay: number | undefined;
|
|
1807
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1808
|
+
delayChildren?: number;
|
|
1809
|
+
staggerChildren?: number;
|
|
1810
|
+
staggerDirection?: number;
|
|
1811
|
+
repeat?: number;
|
|
1812
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1813
|
+
repeatDelay?: number;
|
|
1814
|
+
type: "inertia";
|
|
1815
|
+
modifyTarget?(v: number): number;
|
|
1816
|
+
bounceStiffness?: number;
|
|
1817
|
+
bounceDamping?: number;
|
|
1818
|
+
power?: number;
|
|
1819
|
+
timeConstant?: number;
|
|
1820
|
+
restDelta?: number;
|
|
1821
|
+
min?: number;
|
|
1822
|
+
max?: number;
|
|
1823
|
+
from?: number | string;
|
|
1824
|
+
velocity?: number;
|
|
1825
|
+
} | {
|
|
1826
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1827
|
+
duration: number | undefined;
|
|
1828
|
+
delay: number | undefined;
|
|
1829
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1830
|
+
delayChildren?: number;
|
|
1831
|
+
staggerChildren?: number;
|
|
1832
|
+
staggerDirection?: number;
|
|
1833
|
+
repeat?: number;
|
|
1834
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1835
|
+
repeatDelay?: number;
|
|
1836
|
+
type: "just";
|
|
1837
|
+
} | {
|
|
1838
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1839
|
+
duration: number | undefined;
|
|
1840
|
+
delay: number | undefined;
|
|
1841
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1842
|
+
delayChildren?: number;
|
|
1843
|
+
staggerChildren?: number;
|
|
1844
|
+
staggerDirection?: number;
|
|
1845
|
+
repeat?: number;
|
|
1846
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1847
|
+
repeatDelay?: number;
|
|
1848
|
+
type: false;
|
|
1849
|
+
} | {
|
|
1850
|
+
ease: import("@coinbase/cds-common/motion/tokens").EasingArray | undefined;
|
|
1851
|
+
duration: number | undefined;
|
|
1852
|
+
delay: number | undefined;
|
|
1853
|
+
when?: false | "beforeChildren" | "afterChildren" | string;
|
|
1854
|
+
delayChildren?: number;
|
|
1855
|
+
staggerChildren?: number;
|
|
1856
|
+
staggerDirection?: number;
|
|
1857
|
+
repeat?: number;
|
|
1858
|
+
repeatType?: "loop" | "reverse" | "mirror";
|
|
1859
|
+
repeatDelay?: number;
|
|
1860
|
+
} | undefined;
|
|
1861
|
+
};
|
|
1862
|
+
//# sourceMappingURL=useCollapsibleMotionProps.d.ts.map
|