@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,787 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* These styles are used to power the component StyleProps API.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/* eslint-disable no-restricted-syntax */
|
|
6
|
+
|
|
7
|
+
import { media } from '../media';
|
|
8
|
+
/**
|
|
9
|
+
* Classnames for dynamic style props. Dynamic style props are style props whose
|
|
10
|
+
* values cannot be known at build time, such as width and height. The values for
|
|
11
|
+
* these style props are set via CSS Variables in the inline styles.
|
|
12
|
+
*/
|
|
13
|
+
export const dynamic = {
|
|
14
|
+
width: "width-w7d45bg",
|
|
15
|
+
height: "height-h988xw4",
|
|
16
|
+
minWidth: "minWidth-m19bnurn",
|
|
17
|
+
minHeight: "minHeight-me2pzjt",
|
|
18
|
+
maxWidth: "maxWidth-m1ocjb32",
|
|
19
|
+
maxHeight: "maxHeight-m7qhvdy",
|
|
20
|
+
aspectRatio: "aspectRatio-arur56s",
|
|
21
|
+
top: "top-t1l2v7of",
|
|
22
|
+
bottom: "bottom-bg5ww9p",
|
|
23
|
+
left: "left-l1yl2iy1",
|
|
24
|
+
right: "right-r1ke1scf",
|
|
25
|
+
transform: "transform-tbtt7h1",
|
|
26
|
+
flexBasis: "flexBasis-f8a2xi9",
|
|
27
|
+
flexShrink: "flexShrink-f1yw0uqf",
|
|
28
|
+
flexGrow: "flexGrow-fdebmac",
|
|
29
|
+
gridTemplateColumns: "gridTemplateColumns-g1gj427s",
|
|
30
|
+
gridTemplateRows: "gridTemplateRows-gh6gah9",
|
|
31
|
+
gridTemplateAreas: "gridTemplateAreas-g5lzsah",
|
|
32
|
+
gridTemplate: "gridTemplate-g1mnx5iq",
|
|
33
|
+
gridAutoColumns: "gridAutoColumns-gp52p5k",
|
|
34
|
+
gridAutoRows: "gridAutoRows-g1swx1to",
|
|
35
|
+
gridAutoFlow: "gridAutoFlow-gsub4o8",
|
|
36
|
+
grid: "grid-g3xoxqf",
|
|
37
|
+
gridRowStart: "gridRowStart-g1icubnl",
|
|
38
|
+
gridColumnStart: "gridColumnStart-g4z302b",
|
|
39
|
+
gridRowEnd: "gridRowEnd-g1fg2bmv",
|
|
40
|
+
gridColumnEnd: "gridColumnEnd-g1j36srm",
|
|
41
|
+
gridRow: "gridRow-gbr4xyf",
|
|
42
|
+
gridColumn: "gridColumn-gavt8vz",
|
|
43
|
+
gridArea: "gridArea-g19co4vz",
|
|
44
|
+
opacity: "opacity-o6dy3x",
|
|
45
|
+
zIndex: "zIndex-z1xyzwxi"
|
|
46
|
+
};
|
|
47
|
+
export const elevation = {
|
|
48
|
+
'0': "_0-_6khisu",
|
|
49
|
+
'1': "_1-_15cbkqp",
|
|
50
|
+
'2': "_2-_bclzv0"
|
|
51
|
+
};
|
|
52
|
+
export const color = {
|
|
53
|
+
// Text
|
|
54
|
+
fg: "fg-f1r9uno0",
|
|
55
|
+
fgInverse: "fgInverse-fh6dc1c",
|
|
56
|
+
fgMuted: "fgMuted-f18k8npa",
|
|
57
|
+
fgPrimary: "fgPrimary-fphfuyo",
|
|
58
|
+
fgPositive: "fgPositive-fwe7d2a",
|
|
59
|
+
fgNegative: "fgNegative-f1vqzzbh",
|
|
60
|
+
fgWarning: "fgWarning-fta9s8l",
|
|
61
|
+
// Background
|
|
62
|
+
bg: "bg-btp1hh9",
|
|
63
|
+
bgAlternate: "bgAlternate-b181ao8e",
|
|
64
|
+
bgInverse: "bgInverse-b1nwhmtt",
|
|
65
|
+
bgOverlay: "bgOverlay-b1379r3o",
|
|
66
|
+
bgPrimary: "bgPrimary-burz6cb",
|
|
67
|
+
bgPrimaryWash: "bgPrimaryWash-b1omzgbj",
|
|
68
|
+
bgSecondary: "bgSecondary-bcqry3m",
|
|
69
|
+
bgTertiary: "bgTertiary-bhhlz5k",
|
|
70
|
+
bgSecondaryWash: "bgSecondaryWash-bmoo3dj",
|
|
71
|
+
bgNegative: "bgNegative-b18cneya",
|
|
72
|
+
bgNegativeWash: "bgNegativeWash-b1rr085f",
|
|
73
|
+
bgPositive: "bgPositive-bl3nah5",
|
|
74
|
+
bgPositiveWash: "bgPositiveWash-b1c6s9w4",
|
|
75
|
+
bgWarning: "bgWarning-b1z0dtp6",
|
|
76
|
+
bgWarningWash: "bgWarningWash-b14a4q7u",
|
|
77
|
+
currentColor: "currentColor-c1cz4je4",
|
|
78
|
+
// Line
|
|
79
|
+
bgLine: "bgLine-bvf5l1i",
|
|
80
|
+
bgLineInverse: "bgLineInverse-b1efk4ql",
|
|
81
|
+
bgLineHeavy: "bgLineHeavy-b2qqk5",
|
|
82
|
+
bgLinePrimary: "bgLinePrimary-bvall07",
|
|
83
|
+
bgLinePrimarySubtle: "bgLinePrimarySubtle-b121vvxn",
|
|
84
|
+
// Elevation
|
|
85
|
+
bgElevation1: "bgElevation1-b1fy2fvj",
|
|
86
|
+
bgElevation2: "bgElevation2-bpj2sby",
|
|
87
|
+
// Accent
|
|
88
|
+
accentSubtleGreen: "accentSubtleGreen-a18wzkm",
|
|
89
|
+
accentBoldGreen: "accentBoldGreen-aqf6xq0",
|
|
90
|
+
accentSubtleBlue: "accentSubtleBlue-a1sri2mc",
|
|
91
|
+
accentBoldBlue: "accentBoldBlue-a1sq4hv4",
|
|
92
|
+
accentSubtlePurple: "accentSubtlePurple-ayb1z78",
|
|
93
|
+
accentBoldPurple: "accentBoldPurple-aizbsd5",
|
|
94
|
+
accentSubtleYellow: "accentSubtleYellow-a1rrodt",
|
|
95
|
+
accentBoldYellow: "accentBoldYellow-a1klqx4n",
|
|
96
|
+
accentSubtleRed: "accentSubtleRed-a17gnhra",
|
|
97
|
+
accentBoldRed: "accentBoldRed-adnzvme",
|
|
98
|
+
accentSubtleGray: "accentSubtleGray-aj7y6h0",
|
|
99
|
+
accentBoldGray: "accentBoldGray-ae1kvt6",
|
|
100
|
+
transparent: "transparent-t4fn3yf"
|
|
101
|
+
};
|
|
102
|
+
export const background = {
|
|
103
|
+
// Text
|
|
104
|
+
fg: "fg-f1dbarw4",
|
|
105
|
+
fgInverse: "fgInverse-frb0wko",
|
|
106
|
+
fgMuted: "fgMuted-fs02ect",
|
|
107
|
+
fgPrimary: "fgPrimary-f1dfqccc",
|
|
108
|
+
fgPositive: "fgPositive-f1furqav",
|
|
109
|
+
fgNegative: "fgNegative-f1k4eqmo",
|
|
110
|
+
fgWarning: "fgWarning-fcj7v1c",
|
|
111
|
+
// Background
|
|
112
|
+
bg: "bg-bbh6b1s",
|
|
113
|
+
bgAlternate: "bgAlternate-bzurqc",
|
|
114
|
+
bgInverse: "bgInverse-bzh1l7y",
|
|
115
|
+
bgOverlay: "bgOverlay-b1kpmfpy",
|
|
116
|
+
bgPrimary: "bgPrimary-bw69gc6",
|
|
117
|
+
bgPrimaryWash: "bgPrimaryWash-b10zftzc",
|
|
118
|
+
bgSecondary: "bgSecondary-byyh5xl",
|
|
119
|
+
bgTertiary: "bgTertiary-b1yz0ty",
|
|
120
|
+
bgSecondaryWash: "bgSecondaryWash-b1ng3y8d",
|
|
121
|
+
bgNegative: "bgNegative-bky412h",
|
|
122
|
+
bgNegativeWash: "bgNegativeWash-b1g99381",
|
|
123
|
+
bgPositive: "bgPositive-blo18qp",
|
|
124
|
+
bgPositiveWash: "bgPositiveWash-b1xllk2c",
|
|
125
|
+
bgWarning: "bgWarning-bw2vxp3",
|
|
126
|
+
bgWarningWash: "bgWarningWash-b1unu0yx",
|
|
127
|
+
currentColor: "currentColor-cu6m8tj",
|
|
128
|
+
// Line
|
|
129
|
+
bgLine: "bgLine-bkk6ayu",
|
|
130
|
+
bgLineInverse: "bgLineInverse-b1pglb8",
|
|
131
|
+
bgLineHeavy: "bgLineHeavy-bf1wzfr",
|
|
132
|
+
bgLinePrimary: "bgLinePrimary-b14e6zks",
|
|
133
|
+
bgLinePrimarySubtle: "bgLinePrimarySubtle-bcjoool",
|
|
134
|
+
// Elevation
|
|
135
|
+
bgElevation1: "bgElevation1-b1qldolz",
|
|
136
|
+
bgElevation2: "bgElevation2-b1s6k1y1",
|
|
137
|
+
// Accent
|
|
138
|
+
accentSubtleGreen: "accentSubtleGreen-a737ut",
|
|
139
|
+
accentBoldGreen: "accentBoldGreen-a1asv69e",
|
|
140
|
+
accentSubtleBlue: "accentSubtleBlue-amiu19v",
|
|
141
|
+
accentBoldBlue: "accentBoldBlue-a15jswvr",
|
|
142
|
+
accentSubtlePurple: "accentSubtlePurple-as5pm69",
|
|
143
|
+
accentBoldPurple: "accentBoldPurple-atek0yd",
|
|
144
|
+
accentSubtleYellow: "accentSubtleYellow-a163buzj",
|
|
145
|
+
accentBoldYellow: "accentBoldYellow-a13i072b",
|
|
146
|
+
accentSubtleRed: "accentSubtleRed-a1ah1qah",
|
|
147
|
+
accentBoldRed: "accentBoldRed-a1krzemv",
|
|
148
|
+
accentSubtleGray: "accentSubtleGray-a1lico32",
|
|
149
|
+
accentBoldGray: "accentBoldGray-al1y500",
|
|
150
|
+
transparent: "transparent-t1g3a7jm"
|
|
151
|
+
};
|
|
152
|
+
export const borderColor = {
|
|
153
|
+
// Text
|
|
154
|
+
fg: "fg-frie30n",
|
|
155
|
+
fgInverse: "fgInverse-f1fig4pt",
|
|
156
|
+
fgMuted: "fgMuted-fbsmze0",
|
|
157
|
+
fgPrimary: "fgPrimary-f9ep94x",
|
|
158
|
+
fgPositive: "fgPositive-fyt8or7",
|
|
159
|
+
fgNegative: "fgNegative-f1vxsw3a",
|
|
160
|
+
fgWarning: "fgWarning-fqm00lr",
|
|
161
|
+
// Background
|
|
162
|
+
bg: "bg-b10dmrcb",
|
|
163
|
+
bgAlternate: "bgAlternate-bi67tby",
|
|
164
|
+
bgInverse: "bgInverse-b4vbqsp",
|
|
165
|
+
bgOverlay: "bgOverlay-brrsph5",
|
|
166
|
+
bgPrimary: "bgPrimary-b1wkql9o",
|
|
167
|
+
bgPrimaryWash: "bgPrimaryWash-btvnopa",
|
|
168
|
+
bgSecondary: "bgSecondary-b13wqctn",
|
|
169
|
+
bgTertiary: "bgTertiary-bufrf6i",
|
|
170
|
+
bgSecondaryWash: "bgSecondaryWash-bvdv8c4",
|
|
171
|
+
bgNegative: "bgNegative-b1auri2y",
|
|
172
|
+
bgNegativeWash: "bgNegativeWash-b1s8w9yc",
|
|
173
|
+
bgPositive: "bgPositive-b1npsim6",
|
|
174
|
+
bgPositiveWash: "bgPositiveWash-b1i46xw7",
|
|
175
|
+
bgWarning: "bgWarning-b1n85ppv",
|
|
176
|
+
bgWarningWash: "bgWarningWash-bh053di",
|
|
177
|
+
currentColor: "currentColor-c1d9k6mq",
|
|
178
|
+
// Line
|
|
179
|
+
bgLine: "bgLine-b1mueqnk",
|
|
180
|
+
bgLineInverse: "bgLineInverse-bnb0esi",
|
|
181
|
+
bgLineHeavy: "bgLineHeavy-bpdz5e5",
|
|
182
|
+
bgLinePrimary: "bgLinePrimary-bbwglb0",
|
|
183
|
+
bgLinePrimarySubtle: "bgLinePrimarySubtle-bkn0oaf",
|
|
184
|
+
// Elevation
|
|
185
|
+
bgElevation1: "bgElevation1-b1xxpeaf",
|
|
186
|
+
bgElevation2: "bgElevation2-bloew9e",
|
|
187
|
+
// Accent
|
|
188
|
+
accentSubtleGreen: "accentSubtleGreen-a11tekex",
|
|
189
|
+
accentBoldGreen: "accentBoldGreen-a1bbnh9o",
|
|
190
|
+
accentSubtleBlue: "accentSubtleBlue-a1onq3xh",
|
|
191
|
+
accentBoldBlue: "accentBoldBlue-aurun6z",
|
|
192
|
+
accentSubtlePurple: "accentSubtlePurple-aetts11",
|
|
193
|
+
accentBoldPurple: "accentBoldPurple-al6zm9t",
|
|
194
|
+
accentSubtleYellow: "accentSubtleYellow-apxh2if",
|
|
195
|
+
accentBoldYellow: "accentBoldYellow-ad2gcxh",
|
|
196
|
+
accentSubtleRed: "accentSubtleRed-apj5tzp",
|
|
197
|
+
accentBoldRed: "accentBoldRed-a1hhws3e",
|
|
198
|
+
accentSubtleGray: "accentSubtleGray-a1l5jb5f",
|
|
199
|
+
accentBoldGray: "accentBoldGray-axyeul5",
|
|
200
|
+
transparent: "transparent-tc23jg9"
|
|
201
|
+
};
|
|
202
|
+
export const borderWidth = {
|
|
203
|
+
'0': "_0-_5fsquh",
|
|
204
|
+
'100': "_100-_i3x0wg",
|
|
205
|
+
'200': "_200-_1o7q4i3",
|
|
206
|
+
'300': "_300-_1ook18g",
|
|
207
|
+
'400': "_400-_1flmh45",
|
|
208
|
+
'500': "_500-_ikpcne"
|
|
209
|
+
};
|
|
210
|
+
export const borderTopWidth = {
|
|
211
|
+
'0': "_0-_t88g5s",
|
|
212
|
+
'100': "_100-_1jrj2mn",
|
|
213
|
+
'200': "_200-_38zofr",
|
|
214
|
+
'300': "_300-_1qqxrbs",
|
|
215
|
+
'400': "_400-_1vnyitj",
|
|
216
|
+
'500': "_500-_1hftb4h"
|
|
217
|
+
};
|
|
218
|
+
export const borderEndWidth = {
|
|
219
|
+
'0': "_0-_14scvr4",
|
|
220
|
+
'100': "_100-_1otfmxr",
|
|
221
|
+
'200': "_200-_1to8jb1",
|
|
222
|
+
'300': "_300-_1c3less",
|
|
223
|
+
'400': "_400-_18v19tg",
|
|
224
|
+
'500': "_500-_b15jls"
|
|
225
|
+
};
|
|
226
|
+
export const borderBottomWidth = {
|
|
227
|
+
'0': "_0-_12vzuah",
|
|
228
|
+
'100': "_100-_1pcfczo",
|
|
229
|
+
'200': "_200-_5qqhai",
|
|
230
|
+
'300': "_300-_1gbqkhd",
|
|
231
|
+
'400': "_400-_1ozi2au",
|
|
232
|
+
'500': "_500-_1ak3c8j"
|
|
233
|
+
};
|
|
234
|
+
export const borderStartWidth = {
|
|
235
|
+
'0': "_0-_16bgrkk",
|
|
236
|
+
'100': "_100-_12tlc63",
|
|
237
|
+
'200': "_200-_16tdryg",
|
|
238
|
+
'300': "_300-_19ihnav",
|
|
239
|
+
'400': "_400-_13xqbby",
|
|
240
|
+
'500': "_500-_3fgfq6"
|
|
241
|
+
};
|
|
242
|
+
export const borderRadius = {
|
|
243
|
+
'0': "_0-_95v1t",
|
|
244
|
+
'100': "_100-_1fdy921",
|
|
245
|
+
'200': "_200-_1iet6au",
|
|
246
|
+
'300': "_300-_jucu2x",
|
|
247
|
+
'400': "_400-_fcy6l",
|
|
248
|
+
'500': "_500-_126dodr",
|
|
249
|
+
'600': "_600-_3wknyl",
|
|
250
|
+
'700': "_700-_1w60k1g",
|
|
251
|
+
'800': "_800-_13f49er",
|
|
252
|
+
'900': "_900-_1sz43s",
|
|
253
|
+
'1000': "_1000-_1f00tle"
|
|
254
|
+
};
|
|
255
|
+
export const borderTopLeftRadius = {
|
|
256
|
+
'0': "_0-_yrby96",
|
|
257
|
+
'100': "_100-_mxb1p1",
|
|
258
|
+
'200': "_200-_1s4tn3u",
|
|
259
|
+
'300': "_300-_e8zerj",
|
|
260
|
+
'400': "_400-_19xry5r",
|
|
261
|
+
'500': "_500-_1j3xvzl",
|
|
262
|
+
'600': "_600-_1kms0td",
|
|
263
|
+
'700': "_700-_1gxq2m8",
|
|
264
|
+
'800': "_800-_4fs1np",
|
|
265
|
+
'900': "_900-_ajc24n",
|
|
266
|
+
'1000': "_1000-_15ndrp"
|
|
267
|
+
};
|
|
268
|
+
export const borderTopRightRadius = {
|
|
269
|
+
'0': "_0-_5ojqam",
|
|
270
|
+
'100': "_100-_1vydgvq",
|
|
271
|
+
'200': "_200-_dc82oa",
|
|
272
|
+
'300': "_300-_if86ta",
|
|
273
|
+
'400': "_400-_1oaf1f2",
|
|
274
|
+
'500': "_500-_4f9uvo",
|
|
275
|
+
'600': "_600-_18fnzi5",
|
|
276
|
+
'700': "_700-_o8qc82",
|
|
277
|
+
'800': "_800-_gmbtq3",
|
|
278
|
+
'900': "_900-_1czdta3",
|
|
279
|
+
'1000': "_1000-_cqgqfc"
|
|
280
|
+
};
|
|
281
|
+
export const borderBottomLeftRadius = {
|
|
282
|
+
'0': "_0-_e1wzqw",
|
|
283
|
+
'100': "_100-_1kfpv5y",
|
|
284
|
+
'200': "_200-_mtim59",
|
|
285
|
+
'300': "_300-_1vq57it",
|
|
286
|
+
'400': "_400-_1d064kb",
|
|
287
|
+
'500': "_500-_lt0noy",
|
|
288
|
+
'600': "_600-_7bord1",
|
|
289
|
+
'700': "_700-_17rlbez",
|
|
290
|
+
'800': "_800-_3zdyry",
|
|
291
|
+
'900': "_900-_1skvaa3",
|
|
292
|
+
'1000': "_1000-_1tpbn6c"
|
|
293
|
+
};
|
|
294
|
+
export const borderBottomRightRadius = {
|
|
295
|
+
'0': "_0-_161b7wq",
|
|
296
|
+
'100': "_100-_14m8nr4",
|
|
297
|
+
'200': "_200-_1sbsb6g",
|
|
298
|
+
'300': "_300-_1wj0jk7",
|
|
299
|
+
'400': "_400-_18830c2",
|
|
300
|
+
'500': "_500-_vwmx0",
|
|
301
|
+
'600': "_600-_1e4cneu",
|
|
302
|
+
'700': "_700-_ns0ls4",
|
|
303
|
+
'800': "_800-_2tvy1j",
|
|
304
|
+
'900': "_900-_jokujw",
|
|
305
|
+
'1000': "_1000-_9fe2ee"
|
|
306
|
+
};
|
|
307
|
+
export const fontFamily = {
|
|
308
|
+
inherit: "inherit-i95newy",
|
|
309
|
+
display1: "display1-d16wvzmg",
|
|
310
|
+
display2: "display2-d6o8pg2",
|
|
311
|
+
display3: "display3-d3d5s0",
|
|
312
|
+
title1: "title1-t17qez5w",
|
|
313
|
+
title2: "title2-tvwxxyv",
|
|
314
|
+
title3: "title3-t1fadxwt",
|
|
315
|
+
title4: "title4-txzfe3u",
|
|
316
|
+
headline: "headline-hese71x",
|
|
317
|
+
body: "body-b1qwx3p9",
|
|
318
|
+
label1: "label1-l1rt13mo",
|
|
319
|
+
label2: "label2-lx820d2",
|
|
320
|
+
caption: "caption-catydux",
|
|
321
|
+
legal: "legal-l12az5io"
|
|
322
|
+
};
|
|
323
|
+
export const fontSize = {
|
|
324
|
+
inherit: "inherit-i10xac0g",
|
|
325
|
+
display1: "display1-d5p71se",
|
|
326
|
+
display2: "display2-d1db3szd",
|
|
327
|
+
display3: "display3-d1dhmia8",
|
|
328
|
+
title1: "title1-tdx3vk",
|
|
329
|
+
title2: "title2-t1pi4t9x",
|
|
330
|
+
title3: "title3-ttym69c",
|
|
331
|
+
title4: "title4-t1lsqkvf",
|
|
332
|
+
headline: "headline-hlyhffa",
|
|
333
|
+
body: "body-b540uu0",
|
|
334
|
+
label1: "label1-lmg3bk8",
|
|
335
|
+
label2: "label2-lhic52q",
|
|
336
|
+
caption: "caption-c1ahy97j",
|
|
337
|
+
legal: "legal-lvkwhqw"
|
|
338
|
+
};
|
|
339
|
+
export const fontWeight = {
|
|
340
|
+
inherit: "inherit-i11mv4b4",
|
|
341
|
+
display1: "display1-di3nbzz",
|
|
342
|
+
display2: "display2-d155pr6v",
|
|
343
|
+
display3: "display3-d1xqd6g",
|
|
344
|
+
title1: "title1-t19ux3ln",
|
|
345
|
+
title2: "title2-t1iulpol",
|
|
346
|
+
title3: "title3-t621paw",
|
|
347
|
+
title4: "title4-t1maxyll",
|
|
348
|
+
headline: "headline-htzxeo6",
|
|
349
|
+
body: "body-b1gh6i03",
|
|
350
|
+
label1: "label1-l18t8ior",
|
|
351
|
+
label2: "label2-l3utalg",
|
|
352
|
+
caption: "caption-c1paa8ye",
|
|
353
|
+
legal: "legal-l1d0fpy7"
|
|
354
|
+
};
|
|
355
|
+
export const lineHeight = {
|
|
356
|
+
inherit: "inherit-iwe21a3",
|
|
357
|
+
display1: "display1-d8yf284",
|
|
358
|
+
display2: "display2-df5ozlh",
|
|
359
|
+
display3: "display3-dzyk0gb",
|
|
360
|
+
title1: "title1-tn2pnk1",
|
|
361
|
+
title2: "title2-tzigwsq",
|
|
362
|
+
title3: "title3-tk78zyb",
|
|
363
|
+
title4: "title4-teftw2",
|
|
364
|
+
headline: "headline-hw2oqld",
|
|
365
|
+
body: "body-b19kjtl8",
|
|
366
|
+
label1: "label1-lu2vmim",
|
|
367
|
+
label2: "label2-l125rwow",
|
|
368
|
+
caption: "caption-cb11yrv",
|
|
369
|
+
legal: "legal-lyno0ul"
|
|
370
|
+
};
|
|
371
|
+
export const textDecoration = {
|
|
372
|
+
none: "none-ndar22j",
|
|
373
|
+
underline: "underline-uqg97ua",
|
|
374
|
+
overline: "overline-o13pbzm7",
|
|
375
|
+
'line-through': "line-through-lq9texj",
|
|
376
|
+
'underline overline': "underline_overline-u1iacslf",
|
|
377
|
+
'underline double': "underline_double-uanjbze"
|
|
378
|
+
};
|
|
379
|
+
export const textTransform = {
|
|
380
|
+
none: "none-nodry2x",
|
|
381
|
+
uppercase: "uppercase-u1y0mgdy",
|
|
382
|
+
lowercase: "lowercase-l14vf2e8",
|
|
383
|
+
capitalize: "capitalize-cas9xug"
|
|
384
|
+
};
|
|
385
|
+
export const userSelect = {
|
|
386
|
+
none: "none-n125csyj",
|
|
387
|
+
text: "text-t1nnq1ll",
|
|
388
|
+
all: "all-axkzm8n",
|
|
389
|
+
auto: "auto-aad79x5"
|
|
390
|
+
};
|
|
391
|
+
export const display = {
|
|
392
|
+
none: "none-nvny611",
|
|
393
|
+
block: "block-byghluo",
|
|
394
|
+
inline: "inline-im9hn5p",
|
|
395
|
+
'inline-block': "inline-block-ibx98ql",
|
|
396
|
+
flex: "flex-f100oho1",
|
|
397
|
+
'inline-flex': "inline-flex-i1xdtiff",
|
|
398
|
+
grid: "grid-gsccrx",
|
|
399
|
+
'inline-grid': "inline-grid-iqzg5ti",
|
|
400
|
+
contents: "contents-c1kc4igc",
|
|
401
|
+
'flow-root': "flow-root-f11kgtct",
|
|
402
|
+
revert: "revert-r3cjvt0",
|
|
403
|
+
'list-item': "list-item-l1amqx0y"
|
|
404
|
+
};
|
|
405
|
+
export const overflow = {
|
|
406
|
+
auto: "auto-a1qixyr1",
|
|
407
|
+
visible: "visible-v122od94",
|
|
408
|
+
hidden: "hidden-h1nw9ep8",
|
|
409
|
+
clip: "clip-c188wbd8",
|
|
410
|
+
scroll: "scroll-szpqspj"
|
|
411
|
+
};
|
|
412
|
+
export const gap = {
|
|
413
|
+
'0': "_0-_ppn497",
|
|
414
|
+
'0.25': "_0_25-_wudg10",
|
|
415
|
+
'0.5': "_0_5-_1sgrb7t",
|
|
416
|
+
'0.75': "_0_75-_1l1sszo",
|
|
417
|
+
'1': "_1-_hsvzsr",
|
|
418
|
+
'1.5': "_1_5-_1xb5gy7",
|
|
419
|
+
'2': "_2-_1d5lt79",
|
|
420
|
+
'3': "_3-_1b2n6h7",
|
|
421
|
+
'4': "_4-_cdpf8f",
|
|
422
|
+
'5': "_5-_nh26o",
|
|
423
|
+
'6': "_6-_104ut0h",
|
|
424
|
+
'7': "_7-_1tfwxhg",
|
|
425
|
+
'8': "_8-_13f8oew",
|
|
426
|
+
'9': "_9-_wb2txf",
|
|
427
|
+
'10': "_10-_1o71t4v"
|
|
428
|
+
};
|
|
429
|
+
export const columnGap = {
|
|
430
|
+
'0': "_0-_14efmg0",
|
|
431
|
+
'0.25': "_0_25-_1d6kp4o",
|
|
432
|
+
'0.5': "_0_5-_10382p5",
|
|
433
|
+
'0.75': "_0_75-_1cbd2ay",
|
|
434
|
+
'1': "_1-_1whtg44",
|
|
435
|
+
'1.5': "_1_5-_1ws0bjz",
|
|
436
|
+
'2': "_2-_dz3zb9",
|
|
437
|
+
'3': "_3-_1nwggnt",
|
|
438
|
+
'4': "_4-_18vvi04",
|
|
439
|
+
'5': "_5-_fhmhbu",
|
|
440
|
+
'6': "_6-_oyl7uv",
|
|
441
|
+
'7': "_7-_749zia",
|
|
442
|
+
'8': "_8-_ra186n",
|
|
443
|
+
'9': "_9-_1lz8i5z",
|
|
444
|
+
'10': "_10-_1cjtaln"
|
|
445
|
+
};
|
|
446
|
+
export const rowGap = {
|
|
447
|
+
'0': "_0-_q5lx01",
|
|
448
|
+
'0.25': "_0_25-_16ru1tn",
|
|
449
|
+
'0.5': "_0_5-_ugo0n",
|
|
450
|
+
'0.75': "_0_75-_7e4q4j",
|
|
451
|
+
'1': "_1-_1klrkkd",
|
|
452
|
+
'1.5': "_1_5-_nw0tqq",
|
|
453
|
+
'2': "_2-_1dhh7s",
|
|
454
|
+
'3': "_3-_16ecu28",
|
|
455
|
+
'4': "_4-_1hplpaw",
|
|
456
|
+
'5': "_5-_j8kuan",
|
|
457
|
+
'6': "_6-_1b2a1pa",
|
|
458
|
+
'7': "_7-_aq5rr8",
|
|
459
|
+
'8': "_8-_ip13if",
|
|
460
|
+
'9': "_9-_gmdb87",
|
|
461
|
+
'10': "_10-_1985feb"
|
|
462
|
+
};
|
|
463
|
+
export const justifyContent = {
|
|
464
|
+
normal: "normal-nymku7i",
|
|
465
|
+
center: "center-c13zrk5p",
|
|
466
|
+
start: "start-s642gho",
|
|
467
|
+
end: "end-e16y2f9j",
|
|
468
|
+
'flex-start': "flex-start-frbdine",
|
|
469
|
+
'flex-end': "flex-end-f144bbkg",
|
|
470
|
+
left: "left-ldwu6ho",
|
|
471
|
+
right: "right-rvparc9",
|
|
472
|
+
'space-between': "space-between-sxey7j1",
|
|
473
|
+
'space-around': "space-around-s1vdkh4t",
|
|
474
|
+
'space-evenly': "space-evenly-s1fb3bys",
|
|
475
|
+
stretch: "stretch-smxuvyo"
|
|
476
|
+
};
|
|
477
|
+
export const alignContent = {
|
|
478
|
+
normal: "normal-nc7gwez",
|
|
479
|
+
center: "center-cww6szu",
|
|
480
|
+
start: "start-s6ousbl",
|
|
481
|
+
end: "end-efjnn65",
|
|
482
|
+
'flex-start': "flex-start-f15jqkbl",
|
|
483
|
+
'flex-end': "flex-end-f1kqtiwj",
|
|
484
|
+
'space-between': "space-between-stnu90f",
|
|
485
|
+
'space-around': "space-around-svterl1",
|
|
486
|
+
'space-evenly': "space-evenly-s1r5g6cw",
|
|
487
|
+
stretch: "stretch-snoclmh",
|
|
488
|
+
baseline: "baseline-b3p5r9v",
|
|
489
|
+
'first baseline': "first_baseline-f1gs5vao",
|
|
490
|
+
'last baseline': "last_baseline-l1yll2q2"
|
|
491
|
+
};
|
|
492
|
+
export const alignItems = {
|
|
493
|
+
normal: "normal-n5gqgrv",
|
|
494
|
+
center: "center-c3ctqde",
|
|
495
|
+
start: "start-s1dqonuc",
|
|
496
|
+
end: "end-ed9lv44",
|
|
497
|
+
'flex-start': "flex-start-fh3cnhu",
|
|
498
|
+
'flex-end': "flex-end-f3ol5zm",
|
|
499
|
+
'self-start': "self-start-s15pyq61",
|
|
500
|
+
'self-end': "self-end-sdzanc9",
|
|
501
|
+
stretch: "stretch-stmd6vw",
|
|
502
|
+
baseline: "baseline-b2m1z3g",
|
|
503
|
+
'first baseline': "first_baseline-f19iy3k1",
|
|
504
|
+
'last baseline': "last_baseline-llkfydh"
|
|
505
|
+
};
|
|
506
|
+
export const alignSelf = {
|
|
507
|
+
auto: "auto-a8vc9sm",
|
|
508
|
+
normal: "normal-n5d0bdw",
|
|
509
|
+
center: "center-c1lx55",
|
|
510
|
+
start: "start-s1emco3n",
|
|
511
|
+
end: "end-eoqa9rx",
|
|
512
|
+
'flex-start': "flex-start-fqnhu0b",
|
|
513
|
+
'flex-end': "flex-end-f14rbvg",
|
|
514
|
+
'self-start': "self-start-s4q6daj",
|
|
515
|
+
'self-end': "self-end-s2zcg5l",
|
|
516
|
+
stretch: "stretch-s1nzvu5l",
|
|
517
|
+
baseline: "baseline-bk2gri9",
|
|
518
|
+
'first baseline': "first_baseline-fd51hc",
|
|
519
|
+
'last baseline': "last_baseline-lsf9tg9"
|
|
520
|
+
};
|
|
521
|
+
export const flexDirection = {
|
|
522
|
+
row: "row-rv4fq5c",
|
|
523
|
+
'row-reverse': "row-reverse-rlqxq4m",
|
|
524
|
+
column: "column-c1dcd459",
|
|
525
|
+
'column-reverse': "column-reverse-c1f94c9f"
|
|
526
|
+
};
|
|
527
|
+
export const flexWrap = {
|
|
528
|
+
nowrap: "nowrap-nhw5n5f",
|
|
529
|
+
wrap: "wrap-w161rxwk",
|
|
530
|
+
'wrap-reverse': "wrap-reverse-w4n31am"
|
|
531
|
+
};
|
|
532
|
+
export const position = {
|
|
533
|
+
static: "static-sm2utq6",
|
|
534
|
+
relative: "relative-rwxbozl",
|
|
535
|
+
absolute: "absolute-akq0qkm",
|
|
536
|
+
fixed: "fixed-f3ymrwr",
|
|
537
|
+
sticky: "sticky-s19vdv2q"
|
|
538
|
+
};
|
|
539
|
+
export const padding = {
|
|
540
|
+
'0': "_0-_11skznt",
|
|
541
|
+
'0.25': "_0_25-_p6ri6u",
|
|
542
|
+
'0.5': "_0_5-_d9m08b",
|
|
543
|
+
'0.75': "_0_75-_wi0pfd",
|
|
544
|
+
'1': "_1-_hmsliv",
|
|
545
|
+
'1.5': "_1_5-_1mqf6ri",
|
|
546
|
+
'2': "_2-_1cnvuz9",
|
|
547
|
+
'3': "_3-_7hbm9y",
|
|
548
|
+
'4': "_4-_8rouds",
|
|
549
|
+
'5': "_5-_jadlwe",
|
|
550
|
+
'6': "_6-_1cx7dei",
|
|
551
|
+
'7': "_7-_ywzjka",
|
|
552
|
+
'8': "_8-_sy8pqy",
|
|
553
|
+
'9': "_9-_15b9rla",
|
|
554
|
+
'10': "_10-_19zq693"
|
|
555
|
+
};
|
|
556
|
+
export const paddingX = {
|
|
557
|
+
'0': "_0-_1nsyry2",
|
|
558
|
+
'0.25': "_0_25-_6y2stq",
|
|
559
|
+
'0.5': "_0_5-_vthueu",
|
|
560
|
+
'0.75': "_0_75-_5gyrt9",
|
|
561
|
+
'1': "_1-_th79hk",
|
|
562
|
+
'1.5': "_1_5-_48rkx2",
|
|
563
|
+
'2': "_2-_1yoces4",
|
|
564
|
+
'3': "_3-_15el66s",
|
|
565
|
+
'4': "_4-_eu8s3s",
|
|
566
|
+
'5': "_5-_yze4rt",
|
|
567
|
+
'6': "_6-_14twua4",
|
|
568
|
+
'7': "_7-_12pl7bk",
|
|
569
|
+
'8': "_8-_n9kyrc",
|
|
570
|
+
'9': "_9-_11eyi3l",
|
|
571
|
+
'10': "_10-_11dc1kz"
|
|
572
|
+
};
|
|
573
|
+
export const paddingY = {
|
|
574
|
+
'0': "_0-_smaj9h",
|
|
575
|
+
'0.25': "_0_25-_1lvc1ng",
|
|
576
|
+
'0.5': "_0_5-_1ovpepq",
|
|
577
|
+
'0.75': "_0_75-_1qssivl",
|
|
578
|
+
'1': "_1-_m8bmcy",
|
|
579
|
+
'1.5': "_1_5-_5sucro",
|
|
580
|
+
'2': "_2-_m1cj0b",
|
|
581
|
+
'3': "_3-_7siezz",
|
|
582
|
+
'4': "_4-_60z9qn",
|
|
583
|
+
'5': "_5-_1h3y53s",
|
|
584
|
+
'6': "_6-_100im0m",
|
|
585
|
+
'7': "_7-_hkhvtm",
|
|
586
|
+
'8': "_8-_nsc9vk",
|
|
587
|
+
'9': "_9-_8qylxt",
|
|
588
|
+
'10': "_10-_gnfsdb"
|
|
589
|
+
};
|
|
590
|
+
export const paddingTop = {
|
|
591
|
+
'0': "_0-_2a5t2t",
|
|
592
|
+
'0.25': "_0_25-_yus7hf",
|
|
593
|
+
'0.5': "_0_5-_agnbvf",
|
|
594
|
+
'0.75': "_0_75-_6cfl9g",
|
|
595
|
+
'1': "_1-_q5a03w",
|
|
596
|
+
'1.5': "_1_5-_ywwrxa",
|
|
597
|
+
'2': "_2-_1yz9p6d",
|
|
598
|
+
'3': "_3-_mvzfzd",
|
|
599
|
+
'4': "_4-_1vdo060",
|
|
600
|
+
'5': "_5-_1os2u0z",
|
|
601
|
+
'6': "_6-_3z078t",
|
|
602
|
+
'7': "_7-_1c07rup",
|
|
603
|
+
'8': "_8-_1lpi9uu",
|
|
604
|
+
'9': "_9-_certz1",
|
|
605
|
+
'10': "_10-_1i34y5i"
|
|
606
|
+
};
|
|
607
|
+
export const paddingBottom = {
|
|
608
|
+
'0': "_0-_lxkt0b",
|
|
609
|
+
'0.25': "_0_25-_rijoub",
|
|
610
|
+
'0.5': "_0_5-_1yyb7j1",
|
|
611
|
+
'0.75': "_0_75-_13yody5",
|
|
612
|
+
'1': "_1-_1ih2au0",
|
|
613
|
+
'1.5': "_1_5-_dsil92",
|
|
614
|
+
'2': "_2-_5jgkmv",
|
|
615
|
+
'3': "_3-_9m0vzw",
|
|
616
|
+
'4': "_4-_1vau05f",
|
|
617
|
+
'5': "_5-_17r057q",
|
|
618
|
+
'6': "_6-_1pv7iaq",
|
|
619
|
+
'7': "_7-_1lhsvgt",
|
|
620
|
+
'8': "_8-_bb54mp",
|
|
621
|
+
'9': "_9-_1gqdopa",
|
|
622
|
+
'10': "_10-_89j73s"
|
|
623
|
+
};
|
|
624
|
+
export const paddingStart = {
|
|
625
|
+
'0': "_0-_lcfrns",
|
|
626
|
+
'0.25': "_0_25-_y773pn",
|
|
627
|
+
'0.5': "_0_5-_iv1krq",
|
|
628
|
+
'0.75': "_0_75-_cgycws",
|
|
629
|
+
'1': "_1-_1jpy3bd",
|
|
630
|
+
'1.5': "_1_5-_2btrmq",
|
|
631
|
+
'2': "_2-_qt07kj",
|
|
632
|
+
'3': "_3-_1vch4no",
|
|
633
|
+
'4': "_4-_17d1d15",
|
|
634
|
+
'5': "_5-_13tc930",
|
|
635
|
+
'6': "_6-_1qy1gq",
|
|
636
|
+
'7': "_7-_16hg7y9",
|
|
637
|
+
'8': "_8-_1jr7i83",
|
|
638
|
+
'9': "_9-_1ch62sm",
|
|
639
|
+
'10': "_10-_1wzrw57"
|
|
640
|
+
};
|
|
641
|
+
export const paddingEnd = {
|
|
642
|
+
'0': "_0-_1i9wb3r",
|
|
643
|
+
'0.25': "_0_25-_13zmk95",
|
|
644
|
+
'0.5': "_0_5-_1qovoz5",
|
|
645
|
+
'0.75': "_0_75-_1u4rpzw",
|
|
646
|
+
'1': "_1-_38rshy",
|
|
647
|
+
'1.5': "_1_5-_q7mf8j",
|
|
648
|
+
'2': "_2-_3bpr1v",
|
|
649
|
+
'3': "_3-_zw069f",
|
|
650
|
+
'4': "_4-_1j285mr",
|
|
651
|
+
'5': "_5-_31v6zt",
|
|
652
|
+
'6': "_6-_1yrhoe8",
|
|
653
|
+
'7': "_7-_15tg511",
|
|
654
|
+
'8': "_8-_1n0e6a5",
|
|
655
|
+
'9': "_9-_1r7o3s1",
|
|
656
|
+
'10': "_10-_1n0t53"
|
|
657
|
+
};
|
|
658
|
+
export const margin = {
|
|
659
|
+
'0': "_0-_98ynr5",
|
|
660
|
+
'-0.25': "_-0_25--1s8hehp",
|
|
661
|
+
'-0.5': "_-0_5--f8e8tg",
|
|
662
|
+
'-0.75': "_-0_75--d3pii0",
|
|
663
|
+
'-1': "_-1--1sa2tg9",
|
|
664
|
+
'-1.5': "_-1_5--s8ys0z",
|
|
665
|
+
'-2': "_-2--un5eyw",
|
|
666
|
+
'-3': "_-3--ad326y",
|
|
667
|
+
'-4': "_-4--1tvqby1",
|
|
668
|
+
'-5': "_-5--1g3un8t",
|
|
669
|
+
'-6': "_-6--1ax826k",
|
|
670
|
+
'-7': "_-7--1lex6ux",
|
|
671
|
+
'-8': "_-8--b13etq",
|
|
672
|
+
'-9': "_-9--151je7i",
|
|
673
|
+
'-10': "_-10--13fzxw9"
|
|
674
|
+
};
|
|
675
|
+
export const marginX = {
|
|
676
|
+
'0': "_0-_8v77tt",
|
|
677
|
+
'-0.25': "_-0_25--mp1xj8",
|
|
678
|
+
'-0.5': "_-0_5--1mhxq3q",
|
|
679
|
+
'-0.75': "_-0_75--nbsnst",
|
|
680
|
+
'-1': "_-1--128y2zz",
|
|
681
|
+
'-1.5': "_-1_5--1cfp48u",
|
|
682
|
+
'-2': "_-2--3ukykt",
|
|
683
|
+
'-3': "_-3--1h8yy87",
|
|
684
|
+
'-4': "_-4--1cjb1mm",
|
|
685
|
+
'-5': "_-5--xbg4nx",
|
|
686
|
+
'-6': "_-6--1x13pba",
|
|
687
|
+
'-7': "_-7--1xdc83e",
|
|
688
|
+
'-8': "_-8--14wknzr",
|
|
689
|
+
'-9': "_-9--gn6oez",
|
|
690
|
+
'-10': "_-10--10q0qa9"
|
|
691
|
+
};
|
|
692
|
+
export const marginY = {
|
|
693
|
+
'0': "_0-_1q72y6m",
|
|
694
|
+
'-0.25': "_-0_25--jkdsd0",
|
|
695
|
+
'-0.5': "_-0_5--13646du",
|
|
696
|
+
'-0.75': "_-0_75--141nwuc",
|
|
697
|
+
'-1': "_-1--v3k4vv",
|
|
698
|
+
'-1.5': "_-1_5--1e5ir0t",
|
|
699
|
+
'-2': "_-2--1tot5ip",
|
|
700
|
+
'-3': "_-3--udzh9",
|
|
701
|
+
'-4': "_-4--1yzwdbc",
|
|
702
|
+
'-5': "_-5--ot0k16",
|
|
703
|
+
'-6': "_-6--1vxkak",
|
|
704
|
+
'-7': "_-7--1uex97f",
|
|
705
|
+
'-8': "_-8--163g4a7",
|
|
706
|
+
'-9': "_-9--7sc7t2",
|
|
707
|
+
'-10': "_-10--hfafoo"
|
|
708
|
+
};
|
|
709
|
+
export const marginTop = {
|
|
710
|
+
'0': "_0-_of66gz",
|
|
711
|
+
'-0.25': "_-0_25--jd931r",
|
|
712
|
+
'-0.5': "_-0_5--1ej63de",
|
|
713
|
+
'-0.75': "_-0_75--1sooent",
|
|
714
|
+
'-1': "_-1--1ps5uw7",
|
|
715
|
+
'-1.5': "_-1_5--cbni14",
|
|
716
|
+
'-2': "_-2--20wo4s",
|
|
717
|
+
'-3': "_-3--10h0d2c",
|
|
718
|
+
'-4': "_-4--iwqpa8",
|
|
719
|
+
'-5': "_-5--w1uog4",
|
|
720
|
+
'-6': "_-6--ywhhhy",
|
|
721
|
+
'-7': "_-7--oexqfw",
|
|
722
|
+
'-8': "_-8--19g7va0",
|
|
723
|
+
'-9': "_-9--5kzbqx",
|
|
724
|
+
'-10': "_-10--1img1rs"
|
|
725
|
+
};
|
|
726
|
+
export const marginBottom = {
|
|
727
|
+
'0': "_0-_7zmnq6",
|
|
728
|
+
'-0.25': "_-0_25--3troq",
|
|
729
|
+
'-0.5': "_-0_5--1o1tcys",
|
|
730
|
+
'-0.75': "_-0_75--15r9hld",
|
|
731
|
+
'-1': "_-1--1uf073p",
|
|
732
|
+
'-1.5': "_-1_5--8nyfzt",
|
|
733
|
+
'-2': "_-2--6b3j2t",
|
|
734
|
+
'-3': "_-3--uizwg",
|
|
735
|
+
'-4': "_-4--90r6yk",
|
|
736
|
+
'-5': "_-5--1u3q8up",
|
|
737
|
+
'-6': "_-6--17qeu17",
|
|
738
|
+
'-7': "_-7--10laa93",
|
|
739
|
+
'-8': "_-8--15pz66x",
|
|
740
|
+
'-9': "_-9--fyfou4",
|
|
741
|
+
'-10': "_-10--1xqb2wp"
|
|
742
|
+
};
|
|
743
|
+
export const marginEnd = {
|
|
744
|
+
'0': "_0-_njx49d",
|
|
745
|
+
'-0.25': "_-0_25--swb5bm",
|
|
746
|
+
'-0.5': "_-0_5--1cyl141",
|
|
747
|
+
'-0.75': "_-0_75--1vvj696",
|
|
748
|
+
'-1': "_-1--1uha9vx",
|
|
749
|
+
'-1.5': "_-1_5--155f3n0",
|
|
750
|
+
'-2': "_-2--vqehx9",
|
|
751
|
+
'-3': "_-3--1sl1fg0",
|
|
752
|
+
'-4': "_-4--m0cewu",
|
|
753
|
+
'-5': "_-5--1rj3mvc",
|
|
754
|
+
'-6': "_-6--1v8ngnt",
|
|
755
|
+
'-7': "_-7--1axejr4",
|
|
756
|
+
'-8': "_-8--1asmz21",
|
|
757
|
+
'-9': "_-9--1ve3ncg",
|
|
758
|
+
'-10': "_-10--13w2elp"
|
|
759
|
+
};
|
|
760
|
+
export const marginStart = {
|
|
761
|
+
'0': "_0-_qus9yj",
|
|
762
|
+
'-0.25': "_-0_25--sue92d",
|
|
763
|
+
'-0.5': "_-0_5--1tfrrln",
|
|
764
|
+
'-0.75': "_-0_75--16ormsq",
|
|
765
|
+
'-1': "_-1--1gl2nmp",
|
|
766
|
+
'-1.5': "_-1_5--1kirozo",
|
|
767
|
+
'-2': "_-2--o76a0j",
|
|
768
|
+
'-3': "_-3--10l034l",
|
|
769
|
+
'-4': "_-4--t97fdv",
|
|
770
|
+
'-5': "_-5--ybh4i1",
|
|
771
|
+
'-6': "_-6--7pzlfh",
|
|
772
|
+
'-7': "_-7--1gr4lwr",
|
|
773
|
+
'-8': "_-8--1vjww26",
|
|
774
|
+
'-9': "_-9--y5udb5",
|
|
775
|
+
'-10': "_-10--1wj3rf5"
|
|
776
|
+
};
|
|
777
|
+
export const textAlign = {
|
|
778
|
+
start: "start-scao4ja",
|
|
779
|
+
end: "end-e1q34xfl",
|
|
780
|
+
center: "center-chw27g5",
|
|
781
|
+
justify: "justify-j1xapsj9"
|
|
782
|
+
};
|
|
783
|
+
export const visibility = {
|
|
784
|
+
hidden: "hidden-hf5p4ul",
|
|
785
|
+
visible: "visible-v4osevt"
|
|
786
|
+
};
|
|
787
|
+
import "./phone.css";
|