@coinbase/cds-web 0.0.0 → 8.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/README.md +1 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +32 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts.map +1 -0
- package/dts/accordion/Accordion.d.ts +17 -0
- package/dts/accordion/Accordion.d.ts.map +1 -0
- package/dts/accordion/AccordionHeader.d.ts +69 -0
- package/dts/accordion/AccordionHeader.d.ts.map +1 -0
- package/dts/accordion/AccordionItem.d.ts +31 -0
- package/dts/accordion/AccordionItem.d.ts.map +1 -0
- package/dts/accordion/AccordionPanel.d.ts +33 -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/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 +20 -0
- package/dts/animation/Lottie.d.ts.map +1 -0
- package/dts/animation/LottieStatusAnimation.d.ts +11 -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/convertMotionConfig.d.ts +33 -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 +55 -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 +6 -0
- package/dts/animation/useLottieListeners.d.ts.map +1 -0
- package/dts/animation/useLottieLoader.d.ts +15 -0
- package/dts/animation/useLottieLoader.d.ts.map +1 -0
- package/dts/banner/Banner.d.ts +63 -0
- package/dts/banner/Banner.d.ts.map +1 -0
- package/dts/buttons/AvatarButton.d.ts +26 -0
- package/dts/buttons/AvatarButton.d.ts.map +1 -0
- package/dts/buttons/Button.d.ts +72 -0
- package/dts/buttons/Button.d.ts.map +1 -0
- package/dts/buttons/ButtonGroup.d.ts +23 -0
- package/dts/buttons/ButtonGroup.d.ts.map +1 -0
- package/dts/buttons/IconButton.d.ts +32 -0
- package/dts/buttons/IconButton.d.ts.map +1 -0
- package/dts/buttons/IconCounterButton.d.ts +31 -0
- package/dts/buttons/IconCounterButton.d.ts.map +1 -0
- package/dts/buttons/Tile.d.ts +17 -0
- package/dts/buttons/Tile.d.ts.map +1 -0
- package/dts/buttons/TileButton.d.ts +25 -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/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 +18 -0
- package/dts/cards/Card.d.ts.map +1 -0
- package/dts/cards/CardBody.d.ts +55 -0
- package/dts/cards/CardBody.d.ts.map +1 -0
- package/dts/cards/CardFooter.d.ts +11 -0
- package/dts/cards/CardFooter.d.ts.map +1 -0
- package/dts/cards/CardGroup.d.ts +11 -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 +38 -0
- package/dts/cards/ContainedAssetCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCard.d.ts +17 -0
- package/dts/cards/ContentCard/ContentCard.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts +36 -0
- package/dts/cards/ContentCard/ContentCardBody.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts +19 -0
- package/dts/cards/ContentCard/ContentCardFooter.d.ts.map +1 -0
- package/dts/cards/ContentCard/ContentCardHeader.d.ts +32 -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/index.d.ts +5 -0
- package/dts/cards/ContentCard/index.d.ts.map +1 -0
- package/dts/cards/DataCard.d.ts +20 -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 +37 -0
- package/dts/cards/FeedCard.d.ts.map +1 -0
- package/dts/cards/FloatingAssetCard.d.ts +37 -0
- package/dts/cards/FloatingAssetCard.d.ts.map +1 -0
- package/dts/cards/LikeButton.d.ts +21 -0
- package/dts/cards/LikeButton.d.ts.map +1 -0
- package/dts/cards/NudgeCard.d.ts +72 -0
- package/dts/cards/NudgeCard.d.ts.map +1 -0
- package/dts/cards/UpsellCard.d.ts +55 -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/index.d.ts +15 -0
- package/dts/cards/index.d.ts.map +1 -0
- package/dts/carousel/Carousel.d.ts +259 -0
- package/dts/carousel/Carousel.d.ts.map +1 -0
- package/dts/carousel/CarouselItem.d.ts +15 -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 +34 -0
- package/dts/carousel/DefaultCarouselPagination.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 +67 -0
- package/dts/cells/Cell.d.ts.map +1 -0
- package/dts/cells/CellAccessory.d.ts +20 -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 +13 -0
- package/dts/cells/CellHelperText.d.ts.map +1 -0
- package/dts/cells/CellMedia.d.ts +34 -0
- package/dts/cells/CellMedia.d.ts.map +1 -0
- package/dts/cells/ContentCell.d.ts +34 -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 +51 -0
- package/dts/cells/ListCell.d.ts.map +1 -0
- package/dts/cells/ListCellFallback.d.ts +50 -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/index.d.ts +7 -0
- package/dts/cells/index.d.ts.map +1 -0
- package/dts/chips/Chip.d.ts +10 -0
- package/dts/chips/Chip.d.ts.map +1 -0
- package/dts/chips/ChipProps.d.ts +51 -0
- package/dts/chips/ChipProps.d.ts.map +1 -0
- package/dts/chips/InputChip.d.ts +8 -0
- package/dts/chips/InputChip.d.ts.map +1 -0
- package/dts/chips/SelectChip.d.ts +19 -0
- package/dts/chips/SelectChip.d.ts.map +1 -0
- package/dts/chips/TabbedChips.d.ts +14 -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/index.d.ts +6 -0
- package/dts/chips/index.d.ts.map +1 -0
- package/dts/coachmark/Coachmark.d.ts +44 -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/collapsible/Collapsible.d.ts +71 -0
- package/dts/collapsible/Collapsible.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 +5565 -0
- package/dts/collapsible/useCollapsibleMotionProps.d.ts.map +1 -0
- package/dts/controls/Checkbox.d.ts +23 -0
- package/dts/controls/Checkbox.d.ts.map +1 -0
- package/dts/controls/CheckboxCell.d.ts +49 -0
- package/dts/controls/CheckboxCell.d.ts.map +1 -0
- package/dts/controls/CheckboxGroup.d.ts +60 -0
- package/dts/controls/CheckboxGroup.d.ts.map +1 -0
- package/dts/controls/Control.d.ts +47 -0
- package/dts/controls/Control.d.ts.map +1 -0
- package/dts/controls/ControlGroup.d.ts +44 -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 +18 -0
- package/dts/controls/InputIcon.d.ts.map +1 -0
- package/dts/controls/InputIconButton.d.ts +17 -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 +77 -0
- package/dts/controls/InputStack.d.ts.map +1 -0
- package/dts/controls/NativeInput.d.ts +48 -0
- package/dts/controls/NativeInput.d.ts.map +1 -0
- package/dts/controls/NativeTextArea.d.ts +20 -0
- package/dts/controls/NativeTextArea.d.ts.map +1 -0
- package/dts/controls/Radio.d.ts +17 -0
- package/dts/controls/Radio.d.ts.map +1 -0
- package/dts/controls/RadioCell.d.ts +49 -0
- package/dts/controls/RadioCell.d.ts.map +1 -0
- package/dts/controls/RadioGroup.d.ts +65 -0
- package/dts/controls/RadioGroup.d.ts.map +1 -0
- package/dts/controls/SearchInput.d.ts +146 -0
- package/dts/controls/SearchInput.d.ts.map +1 -0
- package/dts/controls/SegmentedControl.d.ts +49 -0
- package/dts/controls/SegmentedControl.d.ts.map +1 -0
- package/dts/controls/Select.d.ts +54 -0
- package/dts/controls/Select.d.ts.map +1 -0
- package/dts/controls/SelectOption.d.ts +39 -0
- package/dts/controls/SelectOption.d.ts.map +1 -0
- package/dts/controls/SelectStack.d.ts +25 -0
- package/dts/controls/SelectStack.d.ts.map +1 -0
- package/dts/controls/SelectTrigger.d.ts +24 -0
- package/dts/controls/SelectTrigger.d.ts.map +1 -0
- package/dts/controls/Switch.d.ts +40 -0
- package/dts/controls/Switch.d.ts.map +1 -0
- package/dts/controls/TextInput.d.ts +139 -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/context.d.ts +6 -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 +4 -0
- package/dts/controls/useHandleRadioSelect.d.ts.map +1 -0
- package/dts/controls/useRefocusTrigger.d.ts +5 -0
- package/dts/controls/useRefocusTrigger.d.ts.map +1 -0
- package/dts/controls/useSelectionCellControlHeight.d.ts +15 -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 +27 -0
- package/dts/core/polymorphism.d.ts.map +1 -0
- package/dts/core/theme.d.ts +162 -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 +109 -0
- package/dts/dates/Calendar.d.ts.map +1 -0
- package/dts/dates/DateInput.d.ts +23 -0
- package/dts/dates/DateInput.d.ts.map +1 -0
- package/dts/dates/DatePicker.d.ts +155 -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/defaultFontStyles.d.ts +2 -0
- package/dts/defaultFontStyles.d.ts.map +1 -0
- package/dts/dots/DotCount.d.ts +96 -0
- package/dts/dots/DotCount.d.ts.map +1 -0
- package/dts/dots/DotStatusColor.d.ts +39 -0
- package/dts/dots/DotStatusColor.d.ts.map +1 -0
- package/dts/dots/DotSymbol.d.ts +69 -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/dotStyles.d.ts +20 -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 +40 -0
- package/dts/dropdown/Dropdown.d.ts.map +1 -0
- package/dts/dropdown/DropdownContent.d.ts +18 -0
- package/dts/dropdown/DropdownContent.d.ts.map +1 -0
- package/dts/dropdown/DropdownProps.d.ts +77 -0
- package/dts/dropdown/DropdownProps.d.ts.map +1 -0
- package/dts/dropdown/MenuItem.d.ts +23 -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/index.d.ts +4 -0
- package/dts/dropdown/index.d.ts.map +1 -0
- package/dts/dropdown/useResponsiveHeight.d.ts +22 -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/useA11yControlledVisibility.d.ts +22 -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 +19 -0
- package/dts/hooks/useBreakpoints.d.ts.map +1 -0
- package/dts/hooks/useCellSpacing.d.ts +298 -0
- package/dts/hooks/useCellSpacing.d.ts.map +1 -0
- package/dts/hooks/useCheckboxGroupState.d.ts +27 -0
- package/dts/hooks/useCheckboxGroupState.d.ts.map +1 -0
- package/dts/hooks/useDimensions.d.ts +73 -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 +56 -0
- package/dts/icons/Icon.d.ts.map +1 -0
- package/dts/icons/LogoMark.d.ts +9 -0
- package/dts/icons/LogoMark.d.ts.map +1 -0
- package/dts/icons/LogoWordmark.d.ts +8 -0
- package/dts/icons/LogoWordmark.d.ts.map +1 -0
- package/dts/icons/SubBrandLogoMark.d.ts +9 -0
- package/dts/icons/SubBrandLogoMark.d.ts.map +1 -0
- package/dts/icons/SubBrandLogoWordmark.d.ts +8 -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/index.d.ts +6 -0
- package/dts/icons/index.d.ts.map +1 -0
- package/dts/illustrations/HeroSquare.d.ts +19 -0
- package/dts/illustrations/HeroSquare.d.ts.map +1 -0
- package/dts/illustrations/Pictogram.d.ts +18 -0
- package/dts/illustrations/Pictogram.d.ts.map +1 -0
- package/dts/illustrations/SpotIcon.d.ts +18 -0
- package/dts/illustrations/SpotIcon.d.ts.map +1 -0
- package/dts/illustrations/SpotRectangle.d.ts +19 -0
- package/dts/illustrations/SpotRectangle.d.ts.map +1 -0
- package/dts/illustrations/SpotSquare.d.ts +18 -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/createIllustration.d.ts +68 -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 +69 -0
- package/dts/layout/Box.d.ts.map +1 -0
- package/dts/layout/Divider.d.ts +19 -0
- package/dts/layout/Divider.d.ts.map +1 -0
- package/dts/layout/Fallback.d.ts +49 -0
- package/dts/layout/Fallback.d.ts.map +1 -0
- package/dts/layout/Grid.d.ts +55 -0
- package/dts/layout/Grid.d.ts.map +1 -0
- package/dts/layout/GridColumn.d.ts +60 -0
- package/dts/layout/GridColumn.d.ts.map +1 -0
- package/dts/layout/Group.d.ts +44 -0
- package/dts/layout/Group.d.ts.map +1 -0
- package/dts/layout/HStack.d.ts +17 -0
- package/dts/layout/HStack.d.ts.map +1 -0
- package/dts/layout/Spacer.d.ts +34 -0
- package/dts/layout/Spacer.d.ts.map +1 -0
- package/dts/layout/VStack.d.ts +17 -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/index.d.ts +10 -0
- package/dts/layout/index.d.ts.map +1 -0
- package/dts/loaders/CircularProgress.d.ts +30 -0
- package/dts/loaders/CircularProgress.d.ts.map +1 -0
- package/dts/loaders/MaterialSpinner.d.ts +16 -0
- package/dts/loaders/MaterialSpinner.d.ts.map +1 -0
- package/dts/loaders/Spinner.d.ts +21 -0
- package/dts/loaders/Spinner.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 +55 -0
- package/dts/media/Avatar.d.ts.map +1 -0
- package/dts/media/Hexagon.d.ts +90 -0
- package/dts/media/Hexagon.d.ts.map +1 -0
- package/dts/media/RemoteImage.d.ts +46 -0
- package/dts/media/RemoteImage.d.ts.map +1 -0
- package/dts/media/RemoteImageGroup.d.ts +37 -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/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 +29 -0
- package/dts/motion/ColorSurge.d.ts.map +1 -0
- package/dts/motion/Pulse.d.ts +57 -0
- package/dts/motion/Pulse.d.ts.map +1 -0
- package/dts/motion/Shake.d.ts +20 -0
- package/dts/motion/Shake.d.ts.map +1 -0
- package/dts/motion/types.d.ts +29 -0
- package/dts/motion/types.d.ts.map +1 -0
- package/dts/motion/useMotionProps.d.ts +11128 -0
- package/dts/motion/useMotionProps.d.ts.map +1 -0
- package/dts/motion/utils.d.ts +5396 -0
- package/dts/motion/utils.d.ts.map +1 -0
- package/dts/multi-content-module/MultiContentModule.d.ts +40 -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/navigation/NavLink.d.ts +14 -0
- package/dts/navigation/NavLink.d.ts.map +1 -0
- package/dts/navigation/NavigationBar.d.ts +68 -0
- package/dts/navigation/NavigationBar.d.ts.map +1 -0
- package/dts/navigation/NavigationTitle.d.ts +7 -0
- package/dts/navigation/NavigationTitle.d.ts.map +1 -0
- package/dts/navigation/NavigationTitleSelect.d.ts +23 -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 +55 -0
- package/dts/navigation/SidebarItem.d.ts.map +1 -0
- package/dts/navigation/SidebarMoreMenu.d.ts +16 -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/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 +415 -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 +17 -0
- package/dts/numbers/RollingNumber/useColorPulse.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 +122 -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 +43 -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 +28 -0
- package/dts/overlays/Toast.d.ts.map +1 -0
- package/dts/overlays/__figma__/Alert.figma.d.ts +2 -0
- package/dts/overlays/__figma__/Alert.figma.d.ts.map +1 -0
- package/dts/overlays/__figma__/Toast.figma.d.ts +2 -0
- package/dts/overlays/__figma__/Toast.figma.d.ts.map +1 -0
- package/dts/overlays/index.d.ts +18 -0
- package/dts/overlays/index.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModal.d.ts +65 -0
- package/dts/overlays/modal/FullscreenModal.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModalHeader.d.ts +21 -0
- package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -0
- package/dts/overlays/modal/FullscreenModalLayout.d.ts +47 -0
- package/dts/overlays/modal/FullscreenModalLayout.d.ts.map +1 -0
- package/dts/overlays/modal/Modal.d.ts +57 -0
- package/dts/overlays/modal/Modal.d.ts.map +1 -0
- package/dts/overlays/modal/ModalBody.d.ts +7 -0
- package/dts/overlays/modal/ModalBody.d.ts.map +1 -0
- package/dts/overlays/modal/ModalFooter.d.ts +32 -0
- package/dts/overlays/modal/ModalFooter.d.ts.map +1 -0
- package/dts/overlays/modal/ModalHeader.d.ts +57 -0
- package/dts/overlays/modal/ModalHeader.d.ts.map +1 -0
- package/dts/overlays/modal/ModalWrapper.d.ts +46 -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/overlay/Overlay.d.ts +6 -0
- package/dts/overlays/overlay/Overlay.d.ts.map +1 -0
- package/dts/overlays/overlay/OverlayContent.d.ts +15 -0
- package/dts/overlays/overlay/OverlayContent.d.ts.map +1 -0
- package/dts/overlays/popover/Popover.d.ts +37 -0
- package/dts/overlays/popover/Popover.d.ts.map +1 -0
- package/dts/overlays/popover/PopoverProps.d.ts +83 -0
- package/dts/overlays/popover/PopoverProps.d.ts.map +1 -0
- package/dts/overlays/popover/usePopper.d.ts +24 -0
- package/dts/overlays/popover/usePopper.d.ts.map +1 -0
- package/dts/overlays/tooltip/Tooltip.d.ts +21 -0
- package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -0
- package/dts/overlays/tooltip/TooltipContent.d.ts +14 -0
- package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -0
- package/dts/overlays/tooltip/TooltipProps.d.ts +60 -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/useTooltipState.d.ts +9 -0
- package/dts/overlays/tooltip/useTooltipState.d.ts.map +1 -0
- package/dts/overlays/tray/Tray.d.ts +145 -0
- package/dts/overlays/tray/Tray.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 +28 -0
- package/dts/page/PageFooter.d.ts.map +1 -0
- package/dts/page/PageHeader.d.ts +81 -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/pagination/DefaultPaginationEllipsis.d.ts +6 -0
- package/dts/pagination/DefaultPaginationEllipsis.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationNavigationButton.d.ts +11 -0
- package/dts/pagination/DefaultPaginationNavigationButton.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts +15 -0
- package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts.map +1 -0
- package/dts/pagination/DefaultPaginationPageButton.d.ts +5 -0
- package/dts/pagination/DefaultPaginationPageButton.d.ts.map +1 -0
- package/dts/pagination/Pagination.d.ts +101 -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/usePagination.d.ts +49 -0
- package/dts/pagination/usePagination.d.ts.map +1 -0
- package/dts/section-header/SectionHeader.d.ts +27 -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/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 +259 -0
- package/dts/stepper/Stepper.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 +133 -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 +33 -0
- package/dts/styles/media.d.ts.map +1 -0
- package/dts/styles/responsive/base.d.ts +178 -0
- package/dts/styles/responsive/base.d.ts.map +1 -0
- package/dts/styles/responsive/desktop.d.ts +226 -0
- package/dts/styles/responsive/desktop.d.ts.map +1 -0
- package/dts/styles/responsive/phone.d.ts +226 -0
- package/dts/styles/responsive/phone.d.ts.map +1 -0
- package/dts/styles/responsive/tablet.d.ts +226 -0
- package/dts/styles/responsive/tablet.d.ts.map +1 -0
- package/dts/styles/styleProps.d.ts +153 -0
- package/dts/styles/styleProps.d.ts.map +1 -0
- package/dts/system/BrowserOnly.d.ts +14 -0
- package/dts/system/BrowserOnly.d.ts.map +1 -0
- package/dts/system/ButtonOrLink.d.ts +17 -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 +9 -0
- package/dts/system/FramerMotionProvider.d.ts.map +1 -0
- package/dts/system/Interactable.d.ts +112 -0
- package/dts/system/Interactable.d.ts.map +1 -0
- package/dts/system/MediaQueryProvider.d.ts +46 -0
- package/dts/system/MediaQueryProvider.d.ts.map +1 -0
- package/dts/system/Pressable.d.ts +25 -0
- package/dts/system/Pressable.d.ts.map +1 -0
- package/dts/system/PressableOpacity.d.ts +25 -0
- package/dts/system/PressableOpacity.d.ts.map +1 -0
- package/dts/system/ThemeProvider.d.ts +37 -0
- package/dts/system/ThemeProvider.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 +26 -0
- package/dts/system/reakit-utils.d.ts.map +1 -0
- package/dts/tables/Table.d.ts +95 -0
- package/dts/tables/Table.d.ts.map +1 -0
- package/dts/tables/TableBody.d.ts +7 -0
- package/dts/tables/TableBody.d.ts.map +1 -0
- package/dts/tables/TableCaption.d.ts +81 -0
- package/dts/tables/TableCaption.d.ts.map +1 -0
- package/dts/tables/TableCell.d.ts +152 -0
- package/dts/tables/TableCell.d.ts.map +1 -0
- package/dts/tables/TableCellFallback.d.ts +33 -0
- package/dts/tables/TableCellFallback.d.ts.map +1 -0
- package/dts/tables/TableCellSortIcon.d.ts +8 -0
- package/dts/tables/TableCellSortIcon.d.ts.map +1 -0
- package/dts/tables/TableFooter.d.ts +7 -0
- package/dts/tables/TableFooter.d.ts.map +1 -0
- package/dts/tables/TableHeader.d.ts +20 -0
- package/dts/tables/TableHeader.d.ts.map +1 -0
- package/dts/tables/TableRow.d.ts +67 -0
- package/dts/tables/TableRow.d.ts.map +1 -0
- package/dts/tables/TableSection.d.ts +22 -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/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/useSortableCell.d.ts +17 -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 +33 -0
- package/dts/tabs/Paddle.d.ts.map +1 -0
- package/dts/tabs/SegmentedTab.d.ts +52 -0
- package/dts/tabs/SegmentedTab.d.ts.map +1 -0
- package/dts/tabs/SegmentedTabs.d.ts +14 -0
- package/dts/tabs/SegmentedTabs.d.ts.map +1 -0
- package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +7 -0
- package/dts/tabs/SegmentedTabsActiveIndicator.d.ts.map +1 -0
- package/dts/tabs/TabIndicator.d.ts +28 -0
- package/dts/tabs/TabIndicator.d.ts.map +1 -0
- package/dts/tabs/TabLabel.d.ts +31 -0
- package/dts/tabs/TabLabel.d.ts.map +1 -0
- package/dts/tabs/TabNavigation.d.ts +86 -0
- package/dts/tabs/TabNavigation.d.ts.map +1 -0
- package/dts/tabs/Tabs.d.ts +46 -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/hooks/useAnimateTabIndicator.d.ts +11160 -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 +37 -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/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 +10 -0
- package/dts/tour/DefaultTourMask.d.ts.map +1 -0
- package/dts/tour/DefaultTourStepArrow.d.ts +6 -0
- package/dts/tour/DefaultTourStepArrow.d.ts.map +1 -0
- package/dts/tour/Tour.d.ts +85 -0
- package/dts/tour/Tour.d.ts.map +1 -0
- package/dts/tour/TourStep.d.ts +17 -0
- package/dts/tour/TourStep.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 +5 -0
- package/dts/types.d.ts.map +1 -0
- package/dts/typography/Link.d.ts +37 -0
- package/dts/typography/Link.d.ts.map +1 -0
- package/dts/typography/Text.d.ts +60 -0
- package/dts/typography/Text.d.ts.map +1 -0
- package/dts/typography/TextBody.d.ts +17 -0
- package/dts/typography/TextBody.d.ts.map +1 -0
- package/dts/typography/TextCaption.d.ts +17 -0
- package/dts/typography/TextCaption.d.ts.map +1 -0
- package/dts/typography/TextDisplay1.d.ts +17 -0
- package/dts/typography/TextDisplay1.d.ts.map +1 -0
- package/dts/typography/TextDisplay2.d.ts +17 -0
- package/dts/typography/TextDisplay2.d.ts.map +1 -0
- package/dts/typography/TextDisplay3.d.ts +17 -0
- package/dts/typography/TextDisplay3.d.ts.map +1 -0
- package/dts/typography/TextHeadline.d.ts +17 -0
- package/dts/typography/TextHeadline.d.ts.map +1 -0
- package/dts/typography/TextInherited.d.ts +17 -0
- package/dts/typography/TextInherited.d.ts.map +1 -0
- package/dts/typography/TextLabel1.d.ts +17 -0
- package/dts/typography/TextLabel1.d.ts.map +1 -0
- package/dts/typography/TextLabel2.d.ts +17 -0
- package/dts/typography/TextLabel2.d.ts.map +1 -0
- package/dts/typography/TextLegal.d.ts +17 -0
- package/dts/typography/TextLegal.d.ts.map +1 -0
- package/dts/typography/TextTitle1.d.ts +17 -0
- package/dts/typography/TextTitle1.d.ts.map +1 -0
- package/dts/typography/TextTitle2.d.ts +17 -0
- package/dts/typography/TextTitle2.d.ts.map +1 -0
- package/dts/typography/TextTitle3.d.ts +17 -0
- package/dts/typography/TextTitle3.d.ts.map +1 -0
- package/dts/typography/TextTitle4.d.ts +17 -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/index.d.ts +17 -0
- package/dts/typography/index.d.ts.map +1 -0
- package/dts/utils/browser.d.ts +21 -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 +24 -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 +11 -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 +20 -0
- package/dts/utils/test.d.ts.map +1 -0
- package/dts/visualizations/Counter.d.ts +18 -0
- package/dts/visualizations/Counter.d.ts.map +1 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts +10 -0
- package/dts/visualizations/DefaultProgressCircleContent.d.ts.map +1 -0
- package/dts/visualizations/ProgressBar.d.ts +136 -0
- package/dts/visualizations/ProgressBar.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +89 -0
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts.map +1 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +66 -0
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts.map +1 -0
- package/dts/visualizations/ProgressCircle.d.ts +171 -0
- package/dts/visualizations/ProgressCircle.d.ts.map +1 -0
- package/dts/visualizations/ProgressContainerWithButtons.d.ts +6 -0
- package/dts/visualizations/ProgressContainerWithButtons.d.ts.map +1 -0
- package/dts/visualizations/ProgressTextLabel.d.ts +27 -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/getProgressBarLabelParts.d.ts +16 -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 +1 -0
- package/esm/styles/responsive/desktop.js +787 -0
- package/esm/styles/responsive/phone.css +1 -0
- package/esm/styles/responsive/phone.js +787 -0
- package/esm/styles/responsive/tablet.css +1 -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 +186 -6
- package/index.js +0 -1
|
@@ -0,0 +1,786 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* These styles are used to power the component StyleProps API.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/* eslint-disable no-restricted-syntax */
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Classnames for dynamic style props. Dynamic style props are style props whose
|
|
9
|
+
* values cannot be known at build time, such as width and height. The values for
|
|
10
|
+
* these style props are set via CSS Variables in the inline styles.
|
|
11
|
+
*/
|
|
12
|
+
export const dynamic = {
|
|
13
|
+
width: "width-ws51euf",
|
|
14
|
+
height: "height-hlltmgk",
|
|
15
|
+
minWidth: "minWidth-mqpqo7l",
|
|
16
|
+
minHeight: "minHeight-m4skct1",
|
|
17
|
+
maxWidth: "maxWidth-mlqx6vn",
|
|
18
|
+
maxHeight: "maxHeight-m1j54oia",
|
|
19
|
+
aspectRatio: "aspectRatio-a84sbwf",
|
|
20
|
+
top: "top-tdg7jij",
|
|
21
|
+
bottom: "bottom-b1be86ab",
|
|
22
|
+
left: "left-lm78jym",
|
|
23
|
+
right: "right-r6c51us",
|
|
24
|
+
transform: "transform-t45uj7y",
|
|
25
|
+
flexBasis: "flexBasis-f95bkpo",
|
|
26
|
+
flexShrink: "flexShrink-f174hu22",
|
|
27
|
+
flexGrow: "flexGrow-fav9hyl",
|
|
28
|
+
gridTemplateColumns: "gridTemplateColumns-gd2zu8g",
|
|
29
|
+
gridTemplateRows: "gridTemplateRows-gf9pn8y",
|
|
30
|
+
gridTemplateAreas: "gridTemplateAreas-g1omg5ug",
|
|
31
|
+
gridTemplate: "gridTemplate-g1uj0tlf",
|
|
32
|
+
gridAutoColumns: "gridAutoColumns-g1ejn4mn",
|
|
33
|
+
gridAutoRows: "gridAutoRows-g1ju005r",
|
|
34
|
+
gridAutoFlow: "gridAutoFlow-g1aotx1a",
|
|
35
|
+
grid: "grid-g1xp97u0",
|
|
36
|
+
gridRowStart: "gridRowStart-g18mi1xo",
|
|
37
|
+
gridColumnStart: "gridColumnStart-g129u2fk",
|
|
38
|
+
gridRowEnd: "gridRowEnd-g1mjd2qg",
|
|
39
|
+
gridColumnEnd: "gridColumnEnd-gegarbv",
|
|
40
|
+
gridRow: "gridRow-goy5vtc",
|
|
41
|
+
gridColumn: "gridColumn-gwcepfw",
|
|
42
|
+
gridArea: "gridArea-g1g3yc7q",
|
|
43
|
+
opacity: "opacity-o1xnesha",
|
|
44
|
+
zIndex: "zIndex-z1q1xk3b"
|
|
45
|
+
};
|
|
46
|
+
export const elevation = {
|
|
47
|
+
'0': "_0-_84wo8p",
|
|
48
|
+
'1': "_1-_1eiswah",
|
|
49
|
+
'2': "_2-_s1luli"
|
|
50
|
+
};
|
|
51
|
+
export const color = {
|
|
52
|
+
// Text
|
|
53
|
+
fg: "fg-f1sorag4",
|
|
54
|
+
fgInverse: "fgInverse-f1sdlwjn",
|
|
55
|
+
fgMuted: "fgMuted-fqraqpo",
|
|
56
|
+
fgPrimary: "fgPrimary-f1viahif",
|
|
57
|
+
fgPositive: "fgPositive-fbpyopb",
|
|
58
|
+
fgNegative: "fgNegative-f1m1ty4u",
|
|
59
|
+
fgWarning: "fgWarning-f1nm2vsf",
|
|
60
|
+
// Background
|
|
61
|
+
bg: "bg-b12g5fcb",
|
|
62
|
+
bgAlternate: "bgAlternate-b52wb6g",
|
|
63
|
+
bgInverse: "bgInverse-bzur3nb",
|
|
64
|
+
bgOverlay: "bgOverlay-b1ka60nj",
|
|
65
|
+
bgPrimary: "bgPrimary-b1aljuol",
|
|
66
|
+
bgPrimaryWash: "bgPrimaryWash-b1fw27dk",
|
|
67
|
+
bgSecondary: "bgSecondary-b5l9118",
|
|
68
|
+
bgTertiary: "bgTertiary-bgz8tou",
|
|
69
|
+
bgSecondaryWash: "bgSecondaryWash-b10k524u",
|
|
70
|
+
bgNegative: "bgNegative-bt8y1z4",
|
|
71
|
+
bgNegativeWash: "bgNegativeWash-b1rrsysm",
|
|
72
|
+
bgPositive: "bgPositive-b9itlvz",
|
|
73
|
+
bgPositiveWash: "bgPositiveWash-b1pm9n49",
|
|
74
|
+
bgWarning: "bgWarning-bssbw6o",
|
|
75
|
+
bgWarningWash: "bgWarningWash-b14ltner",
|
|
76
|
+
currentColor: "currentColor-c1ul679q",
|
|
77
|
+
// Line
|
|
78
|
+
bgLine: "bgLine-b1vr32vn",
|
|
79
|
+
bgLineInverse: "bgLineInverse-b1qa1j3s",
|
|
80
|
+
bgLineHeavy: "bgLineHeavy-bd91iod",
|
|
81
|
+
bgLinePrimary: "bgLinePrimary-b1ugusav",
|
|
82
|
+
bgLinePrimarySubtle: "bgLinePrimarySubtle-b496ox3",
|
|
83
|
+
// Elevation
|
|
84
|
+
bgElevation1: "bgElevation1-b1xpurn",
|
|
85
|
+
bgElevation2: "bgElevation2-bm6rfie",
|
|
86
|
+
// Accent
|
|
87
|
+
accentSubtleGreen: "accentSubtleGreen-af641jr",
|
|
88
|
+
accentBoldGreen: "accentBoldGreen-ajj71la",
|
|
89
|
+
accentSubtleBlue: "accentSubtleBlue-ao1p26d",
|
|
90
|
+
accentBoldBlue: "accentBoldBlue-afycglk",
|
|
91
|
+
accentSubtlePurple: "accentSubtlePurple-ad6dv0g",
|
|
92
|
+
accentBoldPurple: "accentBoldPurple-a1kllxfn",
|
|
93
|
+
accentSubtleYellow: "accentSubtleYellow-a1d2msdo",
|
|
94
|
+
accentBoldYellow: "accentBoldYellow-a1ntp6j3",
|
|
95
|
+
accentSubtleRed: "accentSubtleRed-ad0xcfw",
|
|
96
|
+
accentBoldRed: "accentBoldRed-a1986k35",
|
|
97
|
+
accentSubtleGray: "accentSubtleGray-ai0vdxx",
|
|
98
|
+
accentBoldGray: "accentBoldGray-a1ud44uh",
|
|
99
|
+
transparent: "transparent-t1hcsbxs"
|
|
100
|
+
};
|
|
101
|
+
export const background = {
|
|
102
|
+
// Text
|
|
103
|
+
fg: "fg-f1ji6g56",
|
|
104
|
+
fgInverse: "fgInverse-fgc07le",
|
|
105
|
+
fgMuted: "fgMuted-f1mjskv0",
|
|
106
|
+
fgPrimary: "fgPrimary-f1xf6qvv",
|
|
107
|
+
fgPositive: "fgPositive-fcqlvdb",
|
|
108
|
+
fgNegative: "fgNegative-f10gwa9h",
|
|
109
|
+
fgWarning: "fgWarning-fwgodzz",
|
|
110
|
+
// Background
|
|
111
|
+
bg: "bg-bp7gg31",
|
|
112
|
+
bgAlternate: "bgAlternate-btxvtgs",
|
|
113
|
+
bgInverse: "bgInverse-b1t56abb",
|
|
114
|
+
bgOverlay: "bgOverlay-bjnoqsf",
|
|
115
|
+
bgPrimary: "bgPrimary-bblmfz8",
|
|
116
|
+
bgPrimaryWash: "bgPrimaryWash-b11egn9o",
|
|
117
|
+
bgSecondary: "bgSecondary-b1grshbj",
|
|
118
|
+
bgTertiary: "bgTertiary-b14ye04l",
|
|
119
|
+
bgSecondaryWash: "bgSecondaryWash-b16tnf3u",
|
|
120
|
+
bgNegative: "bgNegative-b1afxe3l",
|
|
121
|
+
bgNegativeWash: "bgNegativeWash-be9iuv9",
|
|
122
|
+
bgPositive: "bgPositive-bxtmuzt",
|
|
123
|
+
bgPositiveWash: "bgPositiveWash-brar8as",
|
|
124
|
+
bgWarning: "bgWarning-b17uahzq",
|
|
125
|
+
bgWarningWash: "bgWarningWash-b190jajv",
|
|
126
|
+
currentColor: "currentColor-c163inl0",
|
|
127
|
+
// Line
|
|
128
|
+
bgLine: "bgLine-b1adt9t6",
|
|
129
|
+
bgLineInverse: "bgLineInverse-b3wr6s6",
|
|
130
|
+
bgLineHeavy: "bgLineHeavy-b1vhezqk",
|
|
131
|
+
bgLinePrimary: "bgLinePrimary-b1tn1jha",
|
|
132
|
+
bgLinePrimarySubtle: "bgLinePrimarySubtle-bz6474u",
|
|
133
|
+
// Elevation
|
|
134
|
+
bgElevation1: "bgElevation1-b79upt4",
|
|
135
|
+
bgElevation2: "bgElevation2-b15ojmgc",
|
|
136
|
+
// Accent
|
|
137
|
+
accentSubtleGreen: "accentSubtleGreen-atz7afl",
|
|
138
|
+
accentBoldGreen: "accentBoldGreen-a1p7mmqm",
|
|
139
|
+
accentSubtleBlue: "accentSubtleBlue-a1gb7cwg",
|
|
140
|
+
accentBoldBlue: "accentBoldBlue-aghzzp7",
|
|
141
|
+
accentSubtlePurple: "accentSubtlePurple-a10r1wxs",
|
|
142
|
+
accentBoldPurple: "accentBoldPurple-a1aei22r",
|
|
143
|
+
accentSubtleYellow: "accentSubtleYellow-a1607ty",
|
|
144
|
+
accentBoldYellow: "accentBoldYellow-a1v2stp",
|
|
145
|
+
accentSubtleRed: "accentSubtleRed-adgkawt",
|
|
146
|
+
accentBoldRed: "accentBoldRed-a1oak3wv",
|
|
147
|
+
accentSubtleGray: "accentSubtleGray-a1g3x8gi",
|
|
148
|
+
accentBoldGray: "accentBoldGray-a1k42ujl",
|
|
149
|
+
transparent: "transparent-t1rmk6ui"
|
|
150
|
+
};
|
|
151
|
+
export const borderColor = {
|
|
152
|
+
// Text
|
|
153
|
+
fg: "fg-fptiutx",
|
|
154
|
+
fgInverse: "fgInverse-f9w40j5",
|
|
155
|
+
fgMuted: "fgMuted-f1loi5og",
|
|
156
|
+
fgPrimary: "fgPrimary-f1qzfoj",
|
|
157
|
+
fgPositive: "fgPositive-flgbq29",
|
|
158
|
+
fgNegative: "fgNegative-f15kdayx",
|
|
159
|
+
fgWarning: "fgWarning-f1lxecuc",
|
|
160
|
+
// Background
|
|
161
|
+
bg: "bg-b8eq6jz",
|
|
162
|
+
bgAlternate: "bgAlternate-b1jng19z",
|
|
163
|
+
bgInverse: "bgInverse-b1ghjtz3",
|
|
164
|
+
bgOverlay: "bgOverlay-bhn9fpk",
|
|
165
|
+
bgPrimary: "bgPrimary-b1pbb0cl",
|
|
166
|
+
bgPrimaryWash: "bgPrimaryWash-b1tfxswc",
|
|
167
|
+
bgSecondary: "bgSecondary-b1k12t3h",
|
|
168
|
+
bgTertiary: "bgTertiary-bp6d8sm",
|
|
169
|
+
bgSecondaryWash: "bgSecondaryWash-b1hzqmmc",
|
|
170
|
+
bgNegative: "bgNegative-b9fcvo8",
|
|
171
|
+
bgNegativeWash: "bgNegativeWash-b2wq5d9",
|
|
172
|
+
bgPositive: "bgPositive-b1osap6",
|
|
173
|
+
bgPositiveWash: "bgPositiveWash-b1bjrl0e",
|
|
174
|
+
bgWarning: "bgWarning-b122o4ue",
|
|
175
|
+
bgWarningWash: "bgWarningWash-b15t034b",
|
|
176
|
+
currentColor: "currentColor-c7ce9f8",
|
|
177
|
+
// Line
|
|
178
|
+
bgLine: "bgLine-b1klk6h",
|
|
179
|
+
bgLineInverse: "bgLineInverse-b1icv4qd",
|
|
180
|
+
bgLineHeavy: "bgLineHeavy-b1a7asuz",
|
|
181
|
+
bgLinePrimary: "bgLinePrimary-b1td2v0f",
|
|
182
|
+
bgLinePrimarySubtle: "bgLinePrimarySubtle-brk8uf6",
|
|
183
|
+
// Elevation
|
|
184
|
+
bgElevation1: "bgElevation1-b1gq2shu",
|
|
185
|
+
bgElevation2: "bgElevation2-b1byztzc",
|
|
186
|
+
// Accent
|
|
187
|
+
accentSubtleGreen: "accentSubtleGreen-a1cq2rs6",
|
|
188
|
+
accentBoldGreen: "accentBoldGreen-a5pgmhz",
|
|
189
|
+
accentSubtleBlue: "accentSubtleBlue-a1y1cqcx",
|
|
190
|
+
accentBoldBlue: "accentBoldBlue-aj6ukis",
|
|
191
|
+
accentSubtlePurple: "accentSubtlePurple-a1831pd5",
|
|
192
|
+
accentBoldPurple: "accentBoldPurple-a1gf5xiy",
|
|
193
|
+
accentSubtleYellow: "accentSubtleYellow-ac8mq3i",
|
|
194
|
+
accentBoldYellow: "accentBoldYellow-a7rgky6",
|
|
195
|
+
accentSubtleRed: "accentSubtleRed-a1h0vvd",
|
|
196
|
+
accentBoldRed: "accentBoldRed-aimyx9l",
|
|
197
|
+
accentSubtleGray: "accentSubtleGray-aas4tiw",
|
|
198
|
+
accentBoldGray: "accentBoldGray-a1ls8tbf",
|
|
199
|
+
transparent: "transparent-t19xnyi7"
|
|
200
|
+
};
|
|
201
|
+
export const borderWidth = {
|
|
202
|
+
'0': "_0-_19in606",
|
|
203
|
+
'100': "_100-_x44gs4",
|
|
204
|
+
'200': "_200-_1p1hizw",
|
|
205
|
+
'300': "_300-_1nwa4h4",
|
|
206
|
+
'400': "_400-_4ulx6t",
|
|
207
|
+
'500': "_500-_bsca7d"
|
|
208
|
+
};
|
|
209
|
+
export const borderTopWidth = {
|
|
210
|
+
'0': "_0-_17g28qe",
|
|
211
|
+
'100': "_100-_uwemcl",
|
|
212
|
+
'200': "_200-_1w5hul1",
|
|
213
|
+
'300': "_300-_lkxi2e",
|
|
214
|
+
'400': "_400-_1jx9c6d",
|
|
215
|
+
'500': "_500-_1xyr0za"
|
|
216
|
+
};
|
|
217
|
+
export const borderEndWidth = {
|
|
218
|
+
'0': "_0-_1q6mnhl",
|
|
219
|
+
'100': "_100-_os92pe",
|
|
220
|
+
'200': "_200-_tipqb4",
|
|
221
|
+
'300': "_300-_1velnko",
|
|
222
|
+
'400': "_400-_10k39uv",
|
|
223
|
+
'500': "_500-_157mtut"
|
|
224
|
+
};
|
|
225
|
+
export const borderBottomWidth = {
|
|
226
|
+
'0': "_0-_2001a1",
|
|
227
|
+
'100': "_100-_1gaitlf",
|
|
228
|
+
'200': "_200-_19iv60d",
|
|
229
|
+
'300': "_300-_1y3d0mc",
|
|
230
|
+
'400': "_400-_1doztzp",
|
|
231
|
+
'500': "_500-_1cshnlt"
|
|
232
|
+
};
|
|
233
|
+
export const borderStartWidth = {
|
|
234
|
+
'0': "_0-_z29op5",
|
|
235
|
+
'100': "_100-_2knetg",
|
|
236
|
+
'200': "_200-_l4xtsv",
|
|
237
|
+
'300': "_300-_1qx6v8r",
|
|
238
|
+
'400': "_400-_qw0xzd",
|
|
239
|
+
'500': "_500-_1qavaov"
|
|
240
|
+
};
|
|
241
|
+
export const borderRadius = {
|
|
242
|
+
'0': "_0-_98b1w6",
|
|
243
|
+
'100': "_100-_37yzm3",
|
|
244
|
+
'200': "_200-_tv7eta",
|
|
245
|
+
'300': "_300-_1yza52v",
|
|
246
|
+
'400': "_400-_5gf0vr",
|
|
247
|
+
'500': "_500-_milbw2",
|
|
248
|
+
'600': "_600-_gqk0w1",
|
|
249
|
+
'700': "_700-_qb1h6b",
|
|
250
|
+
'800': "_800-_owgvh2",
|
|
251
|
+
'900': "_900-_1i1nlmz",
|
|
252
|
+
'1000': "_1000-_tqhrr9"
|
|
253
|
+
};
|
|
254
|
+
export const borderTopLeftRadius = {
|
|
255
|
+
'0': "_0-_1ot4lf1",
|
|
256
|
+
'100': "_100-_1krdvw6",
|
|
257
|
+
'200': "_200-_1imsgl5",
|
|
258
|
+
'300': "_300-_7ntxpg",
|
|
259
|
+
'400': "_400-_1qqu2c",
|
|
260
|
+
'500': "_500-_1kh4l29",
|
|
261
|
+
'600': "_600-_bqs4h1",
|
|
262
|
+
'700': "_700-_1735hvg",
|
|
263
|
+
'800': "_800-_q6g0rd",
|
|
264
|
+
'900': "_900-_1isu8ww",
|
|
265
|
+
'1000': "_1000-_p4nbu2"
|
|
266
|
+
};
|
|
267
|
+
export const borderTopRightRadius = {
|
|
268
|
+
'0': "_0-_1lrqugk",
|
|
269
|
+
'100': "_100-_1a6c7v7",
|
|
270
|
+
'200': "_200-_m3g5qc",
|
|
271
|
+
'300': "_300-_40bmxc",
|
|
272
|
+
'400': "_400-_14h956a",
|
|
273
|
+
'500': "_500-_vpsyss",
|
|
274
|
+
'600': "_600-_nfutbc",
|
|
275
|
+
'700': "_700-_1ou0u0q",
|
|
276
|
+
'800': "_800-_p73tsb",
|
|
277
|
+
'900': "_900-_104eud2",
|
|
278
|
+
'1000': "_1000-_nxsdri"
|
|
279
|
+
};
|
|
280
|
+
export const borderBottomLeftRadius = {
|
|
281
|
+
'0': "_0-_1ys2vwi",
|
|
282
|
+
'100': "_100-_q8d13g",
|
|
283
|
+
'200': "_200-_19lmvm1",
|
|
284
|
+
'300': "_300-_e3gbwy",
|
|
285
|
+
'400': "_400-_hqp1xv",
|
|
286
|
+
'500': "_500-_3aig17",
|
|
287
|
+
'600': "_600-_1ysdxt",
|
|
288
|
+
'700': "_700-_1v7m5fc",
|
|
289
|
+
'800': "_800-_1n0p867",
|
|
290
|
+
'900': "_900-_13m8c73",
|
|
291
|
+
'1000': "_1000-_1fezlxx"
|
|
292
|
+
};
|
|
293
|
+
export const borderBottomRightRadius = {
|
|
294
|
+
'0': "_0-_ut98f0",
|
|
295
|
+
'100': "_100-_1rgld2v",
|
|
296
|
+
'200': "_200-_di4iq3",
|
|
297
|
+
'300': "_300-_21wha0",
|
|
298
|
+
'400': "_400-_1vfg58b",
|
|
299
|
+
'500': "_500-_1yvdl3l",
|
|
300
|
+
'600': "_600-_1rrby9h",
|
|
301
|
+
'700': "_700-_141nev6",
|
|
302
|
+
'800': "_800-_1dv7wl6",
|
|
303
|
+
'900': "_900-_1dgb61n",
|
|
304
|
+
'1000': "_1000-_1se4x7l"
|
|
305
|
+
};
|
|
306
|
+
export const fontFamily = {
|
|
307
|
+
inherit: "inherit-i8cekjn",
|
|
308
|
+
display1: "display1-dzojlp6",
|
|
309
|
+
display2: "display2-d3fywui",
|
|
310
|
+
display3: "display3-dtjjpxb",
|
|
311
|
+
title1: "title1-ttjegjq",
|
|
312
|
+
title2: "title2-tpsfzpy",
|
|
313
|
+
title3: "title3-t1pt4osh",
|
|
314
|
+
title4: "title4-t13kft3r",
|
|
315
|
+
headline: "headline-h15u0we0",
|
|
316
|
+
body: "body-b14a8egd",
|
|
317
|
+
label1: "label1-ls4u9x0",
|
|
318
|
+
label2: "label2-l10mk5xx",
|
|
319
|
+
caption: "caption-c1ixh122",
|
|
320
|
+
legal: "legal-l1rlpdrj"
|
|
321
|
+
};
|
|
322
|
+
export const fontSize = {
|
|
323
|
+
inherit: "inherit-i5yfwju",
|
|
324
|
+
display1: "display1-d17892sq",
|
|
325
|
+
display2: "display2-d1fkc23d",
|
|
326
|
+
display3: "display3-dl292op",
|
|
327
|
+
title1: "title1-t1a8sccc",
|
|
328
|
+
title2: "title2-t7e0619",
|
|
329
|
+
title3: "title3-t1o13984",
|
|
330
|
+
title4: "title4-tm94xek",
|
|
331
|
+
headline: "headline-h1cz184y",
|
|
332
|
+
body: "body-b12ips9k",
|
|
333
|
+
label1: "label1-lf42erj",
|
|
334
|
+
label2: "label2-l1glrsmm",
|
|
335
|
+
caption: "caption-ci4xagh",
|
|
336
|
+
legal: "legal-l1v2lxsb"
|
|
337
|
+
};
|
|
338
|
+
export const fontWeight = {
|
|
339
|
+
inherit: "inherit-i19jd86n",
|
|
340
|
+
display1: "display1-d1t9s7wj",
|
|
341
|
+
display2: "display2-dmahq7d",
|
|
342
|
+
display3: "display3-d182f2cw",
|
|
343
|
+
title1: "title1-t2h7dc3",
|
|
344
|
+
title2: "title2-ttmcsrw",
|
|
345
|
+
title3: "title3-t1n2n1bp",
|
|
346
|
+
title4: "title4-tutwshz",
|
|
347
|
+
headline: "headline-h1axe68h",
|
|
348
|
+
body: "body-b1mqcg5r",
|
|
349
|
+
label1: "label1-luvj522",
|
|
350
|
+
label2: "label2-l1fze828",
|
|
351
|
+
caption: "caption-c1tr6o1q",
|
|
352
|
+
legal: "legal-l1su2mo9"
|
|
353
|
+
};
|
|
354
|
+
export const lineHeight = {
|
|
355
|
+
inherit: "inherit-i1q2zm4n",
|
|
356
|
+
display1: "display1-davaxk8",
|
|
357
|
+
display2: "display2-d10bcbec",
|
|
358
|
+
display3: "display3-dzx5g59",
|
|
359
|
+
title1: "title1-t19ulozn",
|
|
360
|
+
title2: "title2-t8xmwwg",
|
|
361
|
+
title3: "title3-t1hnq9w3",
|
|
362
|
+
title4: "title4-t1jupsyn",
|
|
363
|
+
headline: "headline-h1d8xh3w",
|
|
364
|
+
body: "body-b1b61q3y",
|
|
365
|
+
label1: "label1-ljt1gjp",
|
|
366
|
+
label2: "label2-l64n18o",
|
|
367
|
+
caption: "caption-c1nc2qnp",
|
|
368
|
+
legal: "legal-l9omb44"
|
|
369
|
+
};
|
|
370
|
+
export const textDecoration = {
|
|
371
|
+
none: "none-ng7kred",
|
|
372
|
+
underline: "underline-uxwl7ql",
|
|
373
|
+
overline: "overline-o1l6836e",
|
|
374
|
+
'line-through': "line-through-l1kvlt68",
|
|
375
|
+
'underline overline': "underline_overline-ul2i1v3",
|
|
376
|
+
'underline double': "underline_double-uygy2s4"
|
|
377
|
+
};
|
|
378
|
+
export const textTransform = {
|
|
379
|
+
none: "none-n17hp599",
|
|
380
|
+
uppercase: "uppercase-u1o7s009",
|
|
381
|
+
lowercase: "lowercase-l1p5pm3c",
|
|
382
|
+
capitalize: "capitalize-c1uzdc60"
|
|
383
|
+
};
|
|
384
|
+
export const userSelect = {
|
|
385
|
+
none: "none-n20q36b",
|
|
386
|
+
text: "text-t1mh0vbf",
|
|
387
|
+
all: "all-a1nb5sn7",
|
|
388
|
+
auto: "auto-a1onri8a"
|
|
389
|
+
};
|
|
390
|
+
export const display = {
|
|
391
|
+
none: "none-nxs3bkk",
|
|
392
|
+
block: "block-bvmbflj",
|
|
393
|
+
inline: "inline-i1d5xt2g",
|
|
394
|
+
'inline-block': "inline-block-i1w8afo9",
|
|
395
|
+
flex: "flex-ff5rfy6",
|
|
396
|
+
'inline-flex': "inline-flex-i6czx8",
|
|
397
|
+
grid: "grid-govvvpf",
|
|
398
|
+
'inline-grid': "inline-grid-i11y0asn",
|
|
399
|
+
contents: "contents-c13j0gph",
|
|
400
|
+
'flow-root': "flow-root-f1f3f4re",
|
|
401
|
+
revert: "revert-r1ugo9tq",
|
|
402
|
+
'list-item': "list-item-l1wya7vd"
|
|
403
|
+
};
|
|
404
|
+
export const overflow = {
|
|
405
|
+
auto: "auto-a1vtbg9w",
|
|
406
|
+
visible: "visible-v1ce7tzm",
|
|
407
|
+
hidden: "hidden-h147juno",
|
|
408
|
+
clip: "clip-c1uijor9",
|
|
409
|
+
scroll: "scroll-s1cxxikz"
|
|
410
|
+
};
|
|
411
|
+
export const gap = {
|
|
412
|
+
'0': "_0-_gulcqg",
|
|
413
|
+
'0.25': "_0_25-_q7yox9",
|
|
414
|
+
'0.5': "_0_5-_1fx7m0o",
|
|
415
|
+
'0.75': "_0_75-_1nkxpau",
|
|
416
|
+
'1': "_1-_4wf66",
|
|
417
|
+
'1.5': "_1_5-_1qamjvr",
|
|
418
|
+
'2': "_2-_s3s3vx",
|
|
419
|
+
'3': "_3-_1d2qff5",
|
|
420
|
+
'4': "_4-_uwjwe1",
|
|
421
|
+
'5': "_5-_43wdkr",
|
|
422
|
+
'6': "_6-_bkaiqc",
|
|
423
|
+
'7': "_7-_pscmj4",
|
|
424
|
+
'8': "_8-_gq5scd",
|
|
425
|
+
'9': "_9-_65ca23",
|
|
426
|
+
'10': "_10-_1pqyx3q"
|
|
427
|
+
};
|
|
428
|
+
export const columnGap = {
|
|
429
|
+
'0': "_0-_1xjd2xy",
|
|
430
|
+
'0.25': "_0_25-_ta5dbd",
|
|
431
|
+
'0.5': "_0_5-_1b5plwm",
|
|
432
|
+
'0.75': "_0_75-_qy1620",
|
|
433
|
+
'1': "_1-_1sfow13",
|
|
434
|
+
'1.5': "_1_5-_z0ja29",
|
|
435
|
+
'2': "_2-_w6lxzk",
|
|
436
|
+
'3': "_3-_1o7ux7f",
|
|
437
|
+
'4': "_4-_h8qvq1",
|
|
438
|
+
'5': "_5-_17x2pnf",
|
|
439
|
+
'6': "_6-_zuwqbd",
|
|
440
|
+
'7': "_7-_9lck3l",
|
|
441
|
+
'8': "_8-_8u1his",
|
|
442
|
+
'9': "_9-_jr5a6c",
|
|
443
|
+
'10': "_10-_efl3so"
|
|
444
|
+
};
|
|
445
|
+
export const rowGap = {
|
|
446
|
+
'0': "_0-_xiry9u",
|
|
447
|
+
'0.25': "_0_25-_183jkjv",
|
|
448
|
+
'0.5': "_0_5-_qg0f6m",
|
|
449
|
+
'0.75': "_0_75-_nc2g54",
|
|
450
|
+
'1': "_1-_1ud5b9l",
|
|
451
|
+
'1.5': "_1_5-_rq094o",
|
|
452
|
+
'2': "_2-_nu3h5m",
|
|
453
|
+
'3': "_3-_mdpwk0",
|
|
454
|
+
'4': "_4-_hn7gx",
|
|
455
|
+
'5': "_5-_1iav25j",
|
|
456
|
+
'6': "_6-_pqufe0",
|
|
457
|
+
'7': "_7-_176ojsi",
|
|
458
|
+
'8': "_8-_11n8q0m",
|
|
459
|
+
'9': "_9-_1ungnyg",
|
|
460
|
+
'10': "_10-_1pskitv"
|
|
461
|
+
};
|
|
462
|
+
export const justifyContent = {
|
|
463
|
+
normal: "normal-nftbjs6",
|
|
464
|
+
center: "center-cjpujcd",
|
|
465
|
+
start: "start-s1l2hvz3",
|
|
466
|
+
end: "end-e1xog6f2",
|
|
467
|
+
'flex-start': "flex-start-f1egghgk",
|
|
468
|
+
'flex-end': "flex-end-fax78sq",
|
|
469
|
+
left: "left-lrfmmr0",
|
|
470
|
+
right: "right-r1fx9xkf",
|
|
471
|
+
'space-between': "space-between-s19gofo4",
|
|
472
|
+
'space-around': "space-around-sqt5kmq",
|
|
473
|
+
'space-evenly': "space-evenly-s1vqnwv1",
|
|
474
|
+
stretch: "stretch-s10xp50f"
|
|
475
|
+
};
|
|
476
|
+
export const alignContent = {
|
|
477
|
+
normal: "normal-n1wmi61u",
|
|
478
|
+
center: "center-cnwnlb7",
|
|
479
|
+
start: "start-s1d5lfau",
|
|
480
|
+
end: "end-e5ysz7j",
|
|
481
|
+
'flex-start': "flex-start-fj0gbj2",
|
|
482
|
+
'flex-end': "flex-end-f1r3bxih",
|
|
483
|
+
'space-between': "space-between-spes1b8",
|
|
484
|
+
'space-around': "space-around-s7wi3z1",
|
|
485
|
+
'space-evenly': "space-evenly-s1xlht3p",
|
|
486
|
+
stretch: "stretch-sxrrkzi",
|
|
487
|
+
baseline: "baseline-b4qb5qy",
|
|
488
|
+
'first baseline': "first_baseline-ffwemzv",
|
|
489
|
+
'last baseline': "last_baseline-l8kzbzq"
|
|
490
|
+
};
|
|
491
|
+
export const alignItems = {
|
|
492
|
+
normal: "normal-nunwstl",
|
|
493
|
+
center: "center-cc1bafw",
|
|
494
|
+
start: "start-s1siv81y",
|
|
495
|
+
end: "end-e1yx405w",
|
|
496
|
+
'flex-start': "flex-start-fai2ufa",
|
|
497
|
+
'flex-end': "flex-end-ftqfdtf",
|
|
498
|
+
'self-start': "self-start-s1das3bx",
|
|
499
|
+
'self-end': "self-end-sc1fn2u",
|
|
500
|
+
stretch: "stretch-sa1dpj0",
|
|
501
|
+
baseline: "baseline-b1bpyxen",
|
|
502
|
+
'first baseline': "first_baseline-f1t14lvh",
|
|
503
|
+
'last baseline': "last_baseline-lvdybqk"
|
|
504
|
+
};
|
|
505
|
+
export const alignSelf = {
|
|
506
|
+
auto: "auto-a1vghvlj",
|
|
507
|
+
normal: "normal-n13xkt6i",
|
|
508
|
+
center: "center-c1lla8er",
|
|
509
|
+
start: "start-s14xgtk2",
|
|
510
|
+
end: "end-etg9agv",
|
|
511
|
+
'flex-start': "flex-start-fi3mfxz",
|
|
512
|
+
'flex-end': "flex-end-f5mbyxa",
|
|
513
|
+
'self-start': "self-start-sbcv54h",
|
|
514
|
+
'self-end': "self-end-s951rij",
|
|
515
|
+
stretch: "stretch-s15zfflj",
|
|
516
|
+
baseline: "baseline-bh3b1m0",
|
|
517
|
+
'first baseline': "first_baseline-f1717njg",
|
|
518
|
+
'last baseline': "last_baseline-le6mhzw"
|
|
519
|
+
};
|
|
520
|
+
export const flexDirection = {
|
|
521
|
+
row: "row-r1fjv2c0",
|
|
522
|
+
'row-reverse': "row-reverse-ru6x8dq",
|
|
523
|
+
column: "column-c1fk6aoh",
|
|
524
|
+
'column-reverse': "column-reverse-cbedvyv"
|
|
525
|
+
};
|
|
526
|
+
export const flexWrap = {
|
|
527
|
+
nowrap: "nowrap-n1e0v20g",
|
|
528
|
+
wrap: "wrap-wg6pyst",
|
|
529
|
+
'wrap-reverse': "wrap-reverse-w1gj49hp"
|
|
530
|
+
};
|
|
531
|
+
export const position = {
|
|
532
|
+
static: "static-sty13w3",
|
|
533
|
+
relative: "relative-rmdk4io",
|
|
534
|
+
absolute: "absolute-a5qwbhk",
|
|
535
|
+
fixed: "fixed-fsemjdw",
|
|
536
|
+
sticky: "sticky-suibmay"
|
|
537
|
+
};
|
|
538
|
+
export const padding = {
|
|
539
|
+
'0': "_0-_sikgx6",
|
|
540
|
+
'0.25': "_0_25-_1hoto3f",
|
|
541
|
+
'0.5': "_0_5-_utjbb4",
|
|
542
|
+
'0.75': "_0_75-_1vqmh64",
|
|
543
|
+
'1': "_1-_1ohxuju",
|
|
544
|
+
'1.5': "_1_5-_15ii89w",
|
|
545
|
+
'2': "_2-_15izmog",
|
|
546
|
+
'3': "_3-_mx5v8z",
|
|
547
|
+
'4': "_4-_rb1ga5",
|
|
548
|
+
'5': "_5-_1j9z40v",
|
|
549
|
+
'6': "_6-_ksp205",
|
|
550
|
+
'7': "_7-_1m8b9lk",
|
|
551
|
+
'8': "_8-_1vscv0v",
|
|
552
|
+
'9': "_9-_h7t5ts",
|
|
553
|
+
'10': "_10-_1fsf8fr"
|
|
554
|
+
};
|
|
555
|
+
export const paddingX = {
|
|
556
|
+
'0': "_0-_11d9onm",
|
|
557
|
+
'0.25': "_0_25-_5nkav4",
|
|
558
|
+
'0.5': "_0_5-_14pg5wn",
|
|
559
|
+
'0.75': "_0_75-_98vtop",
|
|
560
|
+
'1': "_1-_1c5cchn",
|
|
561
|
+
'1.5': "_1_5-_zl4b15",
|
|
562
|
+
'2': "_2-_1d56vk3",
|
|
563
|
+
'3': "_3-_in1y0k",
|
|
564
|
+
'4': "_4-_sm7rau",
|
|
565
|
+
'5': "_5-_qrc5k6",
|
|
566
|
+
'6': "_6-_1nha47y",
|
|
567
|
+
'7': "_7-_r2sfjm",
|
|
568
|
+
'8': "_8-_1629425",
|
|
569
|
+
'9': "_9-_jn1fdc",
|
|
570
|
+
'10': "_10-_1qd9gwq"
|
|
571
|
+
};
|
|
572
|
+
export const paddingY = {
|
|
573
|
+
'0': "_0-_1o6b5sf",
|
|
574
|
+
'0.25': "_0_25-_m3ng0d",
|
|
575
|
+
'0.5': "_0_5-_nyvbf",
|
|
576
|
+
'0.75': "_0_75-_dmruxk",
|
|
577
|
+
'1': "_1-_j9j91y",
|
|
578
|
+
'1.5': "_1_5-_1v2axez",
|
|
579
|
+
'2': "_2-_1ubvwd9",
|
|
580
|
+
'3': "_3-_oydok",
|
|
581
|
+
'4': "_4-_evvzoj",
|
|
582
|
+
'5': "_5-_q1yrsc",
|
|
583
|
+
'6': "_6-_ouspey",
|
|
584
|
+
'7': "_7-_12n5yum",
|
|
585
|
+
'8': "_8-_xru69e",
|
|
586
|
+
'9': "_9-_nsrisz",
|
|
587
|
+
'10': "_10-_1xa6rhc"
|
|
588
|
+
};
|
|
589
|
+
export const paddingTop = {
|
|
590
|
+
'0': "_0-_1xlj8fn",
|
|
591
|
+
'0.25': "_0_25-_814f4m",
|
|
592
|
+
'0.5': "_0_5-_64iic2",
|
|
593
|
+
'0.75': "_0_75-_1kb7no4",
|
|
594
|
+
'1': "_1-_1rvyodg",
|
|
595
|
+
'1.5': "_1_5-_oergj0",
|
|
596
|
+
'2': "_2-_19s6k53",
|
|
597
|
+
'3': "_3-_1vs0x97",
|
|
598
|
+
'4': "_4-_yyws1a",
|
|
599
|
+
'5': "_5-_860m19",
|
|
600
|
+
'6': "_6-_1jrxzir",
|
|
601
|
+
'7': "_7-_1yz5qb4",
|
|
602
|
+
'8': "_8-_mke01s",
|
|
603
|
+
'9': "_9-_1u2wevw",
|
|
604
|
+
'10': "_10-_1c4h1un"
|
|
605
|
+
};
|
|
606
|
+
export const paddingBottom = {
|
|
607
|
+
'0': "_0-_1ucyfcc",
|
|
608
|
+
'0.25': "_0_25-_wmstcd",
|
|
609
|
+
'0.5': "_0_5-_uojj34",
|
|
610
|
+
'0.75': "_0_75-_jf13a3",
|
|
611
|
+
'1': "_1-_w6vuf9",
|
|
612
|
+
'1.5': "_1_5-_1dcem02",
|
|
613
|
+
'2': "_2-_u3tyaf",
|
|
614
|
+
'3': "_3-_1jufydg",
|
|
615
|
+
'4': "_4-_1s1tunp",
|
|
616
|
+
'5': "_5-_gea5qi",
|
|
617
|
+
'6': "_6-_ehicpv",
|
|
618
|
+
'7': "_7-_1j68i01",
|
|
619
|
+
'8': "_8-_g6gxpu",
|
|
620
|
+
'9': "_9-_fq2jib",
|
|
621
|
+
'10': "_10-_1jne1yv"
|
|
622
|
+
};
|
|
623
|
+
export const paddingStart = {
|
|
624
|
+
'0': "_0-_1kq24jv",
|
|
625
|
+
'0.25': "_0_25-_ge3xw9",
|
|
626
|
+
'0.5': "_0_5-_pejpzw",
|
|
627
|
+
'0.75': "_0_75-_dypzgq",
|
|
628
|
+
'1': "_1-_1u4h1q3",
|
|
629
|
+
'1.5': "_1_5-_1wda5bd",
|
|
630
|
+
'2': "_2-_103qa78",
|
|
631
|
+
'3': "_3-_sm47tb",
|
|
632
|
+
'4': "_4-_ypkepj",
|
|
633
|
+
'5': "_5-_qwj3in",
|
|
634
|
+
'6': "_6-_v1gbex",
|
|
635
|
+
'7': "_7-_1t2oo23",
|
|
636
|
+
'8': "_8-_pyx210",
|
|
637
|
+
'9': "_9-_ote3bp",
|
|
638
|
+
'10': "_10-_1r95abm"
|
|
639
|
+
};
|
|
640
|
+
export const paddingEnd = {
|
|
641
|
+
'0': "_0-_vbz3wa",
|
|
642
|
+
'0.25': "_0_25-_556jql",
|
|
643
|
+
'0.5': "_0_5-_1a6vizt",
|
|
644
|
+
'0.75': "_0_75-_c1otxk",
|
|
645
|
+
'1': "_1-_1n57sjs",
|
|
646
|
+
'1.5': "_1_5-_srwylh",
|
|
647
|
+
'2': "_2-_h2leyy",
|
|
648
|
+
'3': "_3-_xwwd5b",
|
|
649
|
+
'4': "_4-_1466v9m",
|
|
650
|
+
'5': "_5-_a6man9",
|
|
651
|
+
'6': "_6-_16s4w1d",
|
|
652
|
+
'7': "_7-_ma05ms",
|
|
653
|
+
'8': "_8-_65eo8x",
|
|
654
|
+
'9': "_9-_aw9t8b",
|
|
655
|
+
'10': "_10-_4xsl3f"
|
|
656
|
+
};
|
|
657
|
+
export const margin = {
|
|
658
|
+
'0': "_0-_1dt7gbp",
|
|
659
|
+
'-0.25': "_-0_25--1efh9gh",
|
|
660
|
+
'-0.5': "_-0_5--18f5z4",
|
|
661
|
+
'-0.75': "_-0_75--1u9s0t8",
|
|
662
|
+
'-1': "_-1--4kp0a9",
|
|
663
|
+
'-1.5': "_-1_5--fy2d6f",
|
|
664
|
+
'-2': "_-2--nz9x1t",
|
|
665
|
+
'-3': "_-3--1le808o",
|
|
666
|
+
'-4': "_-4--6pz5km",
|
|
667
|
+
'-5': "_-5--ehrnlg",
|
|
668
|
+
'-6': "_-6--1d988fw",
|
|
669
|
+
'-7': "_-7--14vtabe",
|
|
670
|
+
'-8': "_-8--s1jtev",
|
|
671
|
+
'-9': "_-9--kexmfr",
|
|
672
|
+
'-10': "_-10--ieg0i8"
|
|
673
|
+
};
|
|
674
|
+
export const marginX = {
|
|
675
|
+
'0': "_0-_12fpd4f",
|
|
676
|
+
'-0.25': "_-0_25--kbjjve",
|
|
677
|
+
'-0.5': "_-0_5--1l5mlg5",
|
|
678
|
+
'-0.75': "_-0_75--13a03yr",
|
|
679
|
+
'-1': "_-1--1mlua29",
|
|
680
|
+
'-1.5': "_-1_5--1vme5p9",
|
|
681
|
+
'-2': "_-2--17zjxck",
|
|
682
|
+
'-3': "_-3--1r6hi64",
|
|
683
|
+
'-4': "_-4--1g6vl32",
|
|
684
|
+
'-5': "_-5--1r7dbqj",
|
|
685
|
+
'-6': "_-6--mw4im3",
|
|
686
|
+
'-7': "_-7--ywj817",
|
|
687
|
+
'-8': "_-8--1rc6lsv",
|
|
688
|
+
'-9': "_-9--ewv3ev",
|
|
689
|
+
'-10': "_-10--2t3ghk"
|
|
690
|
+
};
|
|
691
|
+
export const marginY = {
|
|
692
|
+
'0': "_0-_1yqssek",
|
|
693
|
+
'-0.25': "_-0_25--1r67ocu",
|
|
694
|
+
'-0.5': "_-0_5--95wf5k",
|
|
695
|
+
'-0.75': "_-0_75--1t209gx",
|
|
696
|
+
'-1': "_-1--133kypa",
|
|
697
|
+
'-1.5': "_-1_5--xyyoqq",
|
|
698
|
+
'-2': "_-2--p7m1il",
|
|
699
|
+
'-3': "_-3--1gz5otl",
|
|
700
|
+
'-4': "_-4--y56r76",
|
|
701
|
+
'-5': "_-5--n0kx86",
|
|
702
|
+
'-6': "_-6--597r4d",
|
|
703
|
+
'-7': "_-7--1f8wqlb",
|
|
704
|
+
'-8': "_-8--13ecnc0",
|
|
705
|
+
'-9': "_-9--cvy4of",
|
|
706
|
+
'-10': "_-10--4zw7bm"
|
|
707
|
+
};
|
|
708
|
+
export const marginTop = {
|
|
709
|
+
'0': "_0-_ue9o3f",
|
|
710
|
+
'-0.25': "_-0_25--eiktgf",
|
|
711
|
+
'-0.5': "_-0_5--iua3zm",
|
|
712
|
+
'-0.75': "_-0_75--1d6j8pl",
|
|
713
|
+
'-1': "_-1--1cuk80m",
|
|
714
|
+
'-1.5': "_-1_5--1lzrz6d",
|
|
715
|
+
'-2': "_-2--itg4iv",
|
|
716
|
+
'-3': "_-3--hi0jnt",
|
|
717
|
+
'-4': "_-4--1hg4gon",
|
|
718
|
+
'-5': "_-5--iuc9sj",
|
|
719
|
+
'-6': "_-6--urjb7i",
|
|
720
|
+
'-7': "_-7--14vpim7",
|
|
721
|
+
'-8': "_-8--dac6gz",
|
|
722
|
+
'-9': "_-9--145glkk",
|
|
723
|
+
'-10': "_-10--ipycsk"
|
|
724
|
+
};
|
|
725
|
+
export const marginBottom = {
|
|
726
|
+
'0': "_0-_1llll1a",
|
|
727
|
+
'-0.25': "_-0_25--q1un48",
|
|
728
|
+
'-0.5': "_-0_5--v6emzk",
|
|
729
|
+
'-0.75': "_-0_75--199dgud",
|
|
730
|
+
'-1': "_-1--1as3yf",
|
|
731
|
+
'-1.5': "_-1_5--gdlpx1",
|
|
732
|
+
'-2': "_-2--1b1pf3r",
|
|
733
|
+
'-3': "_-3--pwbi2m",
|
|
734
|
+
'-4': "_-4--1dc1th5",
|
|
735
|
+
'-5': "_-5--11w54ij",
|
|
736
|
+
'-6': "_-6--syawug",
|
|
737
|
+
'-7': "_-7--11pdned",
|
|
738
|
+
'-8': "_-8--1rcqoec",
|
|
739
|
+
'-9': "_-9--11radpb",
|
|
740
|
+
'-10': "_-10--1rngbor"
|
|
741
|
+
};
|
|
742
|
+
export const marginEnd = {
|
|
743
|
+
'0': "_0-_6xbxq4",
|
|
744
|
+
'-0.25': "_-0_25--ty3jig",
|
|
745
|
+
'-0.5': "_-0_5--5lbtgm",
|
|
746
|
+
'-0.75': "_-0_75--1k7n47h",
|
|
747
|
+
'-1': "_-1--y6pe4n",
|
|
748
|
+
'-1.5': "_-1_5--17p5jjq",
|
|
749
|
+
'-2': "_-2--1fbmmvx",
|
|
750
|
+
'-3': "_-3--jvz1if",
|
|
751
|
+
'-4': "_-4--1l0wjfg",
|
|
752
|
+
'-5': "_-5--lqeys8",
|
|
753
|
+
'-6': "_-6--qa5p9y",
|
|
754
|
+
'-7': "_-7--10c1tez",
|
|
755
|
+
'-8': "_-8--1mime00",
|
|
756
|
+
'-9': "_-9--1oqnrfq",
|
|
757
|
+
'-10': "_-10--19omkk1"
|
|
758
|
+
};
|
|
759
|
+
export const marginStart = {
|
|
760
|
+
'0': "_0-_q991et",
|
|
761
|
+
'-0.25': "_-0_25--tw164x",
|
|
762
|
+
'-0.5': "_-0_5--w5ffmh",
|
|
763
|
+
'-0.75': "_-0_75--m56rx8",
|
|
764
|
+
'-1': "_-1--zz9j6d",
|
|
765
|
+
'-1.5': "_-1_5--1ccwy7u",
|
|
766
|
+
'-2': "_-2--vy4z4d",
|
|
767
|
+
'-3': "_-3--1ic2yof",
|
|
768
|
+
'-4': "_-4--1foz8zx",
|
|
769
|
+
'-5': "_-5--1ljje11",
|
|
770
|
+
'-6': "_-6--t63xfv",
|
|
771
|
+
'-7': "_-7--167kqdm",
|
|
772
|
+
'-8': "_-8--rot3jf",
|
|
773
|
+
'-9': "_-9--1xyt4fl",
|
|
774
|
+
'-10': "_-10--1vfck9u"
|
|
775
|
+
};
|
|
776
|
+
export const textAlign = {
|
|
777
|
+
start: "start-szg9oeq",
|
|
778
|
+
end: "end-e1d9d2gv",
|
|
779
|
+
center: "center-cfz97j9",
|
|
780
|
+
justify: "justify-j1wbaccd"
|
|
781
|
+
};
|
|
782
|
+
export const visibility = {
|
|
783
|
+
hidden: "hidden-h13f7qfp",
|
|
784
|
+
visible: "visible-vov3jj3"
|
|
785
|
+
};
|
|
786
|
+
import "./base.css";
|