@coinbase/cds-web 8.13.1 → 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/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +24 -11
- package/dts/accordion/Accordion.d.ts +11 -3
- package/dts/accordion/AccordionHeader.d.ts +43 -27
- package/dts/accordion/AccordionItem.d.ts +19 -4
- package/dts/accordion/AccordionPanel.d.ts +18 -12
- package/dts/accordion/__figma__/Accordion.figma.d.ts +1 -1
- package/dts/accordion/index.d.ts +1 -1
- package/dts/accordion/utils.d.ts +1 -1
- package/dts/animation/Lottie.d.ts +17 -10
- package/dts/animation/LottieStatusAnimation.d.ts +9 -2
- package/dts/animation/NewAnimatePresence.d.ts +2 -2
- package/dts/animation/convertMotionConfig.d.ts +28 -15
- package/dts/animation/index.d.ts +1 -1
- package/dts/animation/types.d.ts +46 -40
- package/dts/animation/useLottieHandlers.d.ts +1 -1
- package/dts/animation/useLottieListeners.d.ts +5 -2
- package/dts/animation/useLottieLoader.d.ts +11 -5
- package/dts/banner/Banner.d.ts +56 -48
- package/dts/buttons/AvatarButton.d.ts +18 -5
- package/dts/buttons/Button.d.ts +65 -50
- package/dts/buttons/ButtonGroup.d.ts +9 -4
- package/dts/buttons/IconButton.d.ts +15 -6
- package/dts/buttons/IconCounterButton.d.ts +24 -19
- package/dts/buttons/Tile.d.ts +10 -8
- package/dts/buttons/TileButton.d.ts +15 -6
- package/dts/buttons/__figma__/AvatarButton.figma.d.ts +1 -1
- package/dts/buttons/__figma__/Button.figma.d.ts +1 -1
- package/dts/buttons/__figma__/ButtonGroup.figma.d.ts +1 -1
- package/dts/buttons/__figma__/IconButton.figma.d.ts +1 -1
- package/dts/buttons/__figma__/TileButton.figma.d.ts +1 -1
- package/dts/buttons/index.d.ts +1 -1
- package/dts/cards/AnnouncementCard.d.ts +1 -1
- package/dts/cards/Card.d.ts +7 -4
- package/dts/cards/CardBody.d.ts +4 -3
- package/dts/cards/CardFooter.d.ts +4 -3
- package/dts/cards/CardGroup.d.ts +6 -2
- package/dts/cards/CardHeader.d.ts +1 -1
- package/dts/cards/CardMedia.d.ts +1 -1
- package/dts/cards/CardRemoteImage.d.ts +1 -1
- package/dts/cards/ContainedAssetCard.d.ts +28 -9
- package/dts/cards/ContentCard/ContentCard.d.ts +10 -4
- package/dts/cards/ContentCard/ContentCardBody.d.ts +17 -6
- package/dts/cards/ContentCard/ContentCardFooter.d.ts +12 -4
- package/dts/cards/ContentCard/ContentCardHeader.d.ts +17 -6
- package/dts/cards/ContentCard/__figma__/ContentCard.figma.d.ts +1 -1
- package/dts/cards/ContentCard/__figma__/ContentCardBody.figma.d.ts +1 -1
- package/dts/cards/ContentCard/__figma__/ContentCardFooter.figma.d.ts +1 -1
- package/dts/cards/ContentCard/__figma__/ContentCardHeader.figma.d.ts +1 -1
- package/dts/cards/ContentCard/index.d.ts +1 -1
- package/dts/cards/DataCard.d.ts +4 -3
- package/dts/cards/FeatureEntryCard.d.ts +1 -1
- package/dts/cards/FeedCard.d.ts +5 -4
- package/dts/cards/FloatingAssetCard.d.ts +30 -18
- package/dts/cards/LikeButton.d.ts +7 -3
- package/dts/cards/NudgeCard.d.ts +65 -42
- package/dts/cards/UpsellCard.d.ts +26 -5
- package/dts/cards/__figma__/AnnouncementCard.figma.d.ts +1 -1
- package/dts/cards/__figma__/ContainedAssetCard.figma.d.ts +1 -1
- package/dts/cards/__figma__/FloatingAssetCard.figma.d.ts +1 -1
- package/dts/cards/__figma__/NudgeCard.figma.d.ts +1 -1
- package/dts/cards/__figma__/UpsellCard.figma.d.ts +1 -1
- package/dts/cards/index.d.ts +1 -1
- package/dts/carousel/Carousel.d.ts +145 -137
- package/dts/carousel/CarouselItem.d.ts +10 -2
- package/dts/carousel/DefaultCarouselNavigation.d.ts +52 -52
- package/dts/carousel/DefaultCarouselPagination.d.ts +20 -19
- package/dts/carousel/index.d.ts +1 -1
- package/dts/cells/Cell.d.ts +32 -7
- package/dts/cells/CellAccessory.d.ts +13 -9
- package/dts/cells/CellDetail.d.ts +13 -13
- package/dts/cells/CellHelperText.d.ts +8 -4
- package/dts/cells/CellMedia.d.ts +19 -17
- package/dts/cells/ContentCell.d.ts +15 -6
- package/dts/cells/ContentCellFallback.d.ts +11 -11
- package/dts/cells/ListCell.d.ts +15 -6
- package/dts/cells/ListCellFallback.d.ts +32 -30
- package/dts/cells/MediaFallback.d.ts +2 -2
- package/dts/cells/__figma__/ContentCell.figma.d.ts +1 -1
- package/dts/cells/__figma__/ListCell.figma.d.ts +1 -1
- package/dts/cells/index.d.ts +1 -1
- package/dts/chips/Chip.d.ts +6 -2
- package/dts/chips/ChipProps.d.ts +21 -6
- package/dts/chips/InputChip.d.ts +6 -2
- package/dts/chips/SelectChip.d.ts +14 -10
- package/dts/chips/TabbedChips.d.ts +7 -4
- package/dts/chips/__figma__/InputChip.figma.d.ts +1 -1
- package/dts/chips/__figma__/SelectChip.figma.d.ts +1 -1
- package/dts/chips/__figma__/TabbedChips.figma.d.ts +1 -1
- package/dts/chips/index.d.ts +1 -1
- package/dts/coachmark/Coachmark.d.ts +9 -5
- package/dts/coachmark/__figma__/Coachmark.figma.d.ts +1 -1
- package/dts/collapsible/Collapsible.d.ts +40 -32
- package/dts/collapsible/index.d.ts +1 -1
- package/dts/collapsible/useCollapsibleMotionProps.d.ts +5421 -1718
- package/dts/controls/Checkbox.d.ts +16 -13
- package/dts/controls/CheckboxCell.d.ts +30 -20
- package/dts/controls/CheckboxGroup.d.ts +24 -16
- package/dts/controls/Control.d.ts +21 -8
- package/dts/controls/ControlGroup.d.ts +19 -9
- package/dts/controls/HelperText.d.ts +9 -9
- package/dts/controls/InputIcon.d.ts +11 -8
- package/dts/controls/InputIconButton.d.ts +11 -7
- package/dts/controls/InputLabel.d.ts +1 -1
- package/dts/controls/InputStack.d.ts +70 -64
- package/dts/controls/NativeInput.d.ts +43 -28
- package/dts/controls/NativeTextArea.d.ts +14 -9
- package/dts/controls/Radio.d.ts +9 -7
- package/dts/controls/RadioCell.d.ts +30 -20
- package/dts/controls/RadioGroup.d.ts +15 -6
- package/dts/controls/SearchInput.d.ts +128 -95
- package/dts/controls/SegmentedControl.d.ts +34 -26
- package/dts/controls/Select.d.ts +39 -17
- package/dts/controls/SelectOption.d.ts +23 -5
- package/dts/controls/SelectStack.d.ts +21 -8
- package/dts/controls/SelectTrigger.d.ts +21 -14
- package/dts/controls/Switch.d.ts +35 -21
- package/dts/controls/TextInput.d.ts +127 -90
- package/dts/controls/__figma__/Checkbox.figma.d.ts +1 -1
- package/dts/controls/__figma__/CheckboxCell.figma.d.ts +1 -1
- package/dts/controls/__figma__/CheckboxGroup.figma.d.ts +1 -1
- package/dts/controls/__figma__/NativeTextArea.figma.d.ts +1 -1
- package/dts/controls/__figma__/RadioCell.figma.d.ts +1 -1
- package/dts/controls/__figma__/RadioGroup.figma.d.ts +1 -1
- package/dts/controls/__figma__/SearchInput.figma.d.ts +1 -1
- package/dts/controls/__figma__/Select.figma.d.ts +1 -1
- package/dts/controls/__figma__/SelectOption.figma.d.ts +1 -1
- package/dts/controls/__figma__/Switch.figma.d.ts +1 -1
- package/dts/controls/__figma__/TextInput.figma.d.ts +1 -1
- package/dts/controls/context.d.ts +4 -2
- package/dts/controls/index.d.ts +1 -1
- package/dts/controls/selectContext.d.ts +7 -7
- package/dts/controls/useHandleRadioSelect.d.ts +4 -2
- package/dts/controls/useRefocusTrigger.d.ts +4 -2
- package/dts/controls/useSelectionCellControlHeight.d.ts +11 -2
- package/dts/core/createThemeCssVars.d.ts +1 -1
- package/dts/core/polymorphism.d.ts +19 -12
- package/dts/core/theme.d.ts +147 -143
- package/dts/cx.d.ts +4 -4
- package/dts/dates/Calendar.d.ts +99 -91
- package/dts/dates/DateInput.d.ts +19 -12
- package/dts/dates/DatePicker.d.ts +149 -102
- package/dts/dates/__figma__/DatePicker.figma.d.ts +1 -1
- package/dts/defaultFontStyles.d.ts +1 -1
- package/dts/dots/DotCount.d.ts +63 -37
- package/dts/dots/DotStatusColor.d.ts +27 -5
- package/dts/dots/DotSymbol.d.ts +39 -5
- package/dts/dots/__figma__/DotCount.figma.d.ts +1 -1
- package/dts/dots/__figma__/DotStatusColor.figma.d.ts +1 -1
- package/dts/dots/__figma__/DotSymbol.figma.d.ts +1 -1
- package/dts/dots/dotStyles.d.ts +18 -13
- package/dts/dots/index.d.ts +1 -1
- package/dts/dropdown/Dropdown.d.ts +37 -17
- package/dts/dropdown/DropdownContent.d.ts +12 -7
- package/dts/dropdown/DropdownProps.d.ts +68 -53
- package/dts/dropdown/MenuItem.d.ts +15 -6
- package/dts/dropdown/__figma__/Dropdown.figma.d.ts +1 -1
- package/dts/dropdown/index.d.ts +1 -1
- package/dts/dropdown/useResponsiveHeight.d.ts +14 -8
- package/dts/globalStyles.d.ts +1 -1
- package/dts/hooks/useA11yControlledVisibility.d.ts +16 -13
- package/dts/hooks/useA11yLabels.d.ts +4 -4
- package/dts/hooks/useBreakpoints.d.ts +12 -2
- package/dts/hooks/useCellSpacing.d.ts +281 -66
- package/dts/hooks/useCheckboxGroupState.d.ts +9 -6
- package/dts/hooks/useDimensions.d.ts +34 -24
- package/dts/hooks/useEventHandler.d.ts +1 -1
- package/dts/hooks/useHasMounted.d.ts +1 -1
- package/dts/hooks/useIsBrowser.d.ts +1 -1
- package/dts/hooks/useIsoEffect.d.ts +1 -1
- package/dts/hooks/useMediaQuery.d.ts +1 -1
- package/dts/hooks/useScrollBlocker.d.ts +1 -1
- package/dts/hooks/useTheme.d.ts +1 -1
- package/dts/hooks/useThemeContext.d.ts +1 -1
- package/dts/icons/Icon.d.ts +27 -14
- package/dts/icons/LogoMark.d.ts +7 -2
- package/dts/icons/LogoWordmark.d.ts +6 -2
- package/dts/icons/SubBrandLogoMark.d.ts +7 -2
- package/dts/icons/SubBrandLogoWordmark.d.ts +6 -2
- package/dts/icons/__figma__/Icon.figma.d.ts +1 -1
- package/dts/icons/__figma__/LogoMark.figma.d.ts +1 -1
- package/dts/icons/__figma__/LogoWordmark.figma.d.ts +1 -1
- package/dts/icons/__figma__/SubBrandLogoMark.figma.d.ts +1 -1
- package/dts/icons/__figma__/SubBrandLogoWordmark.figma.d.ts +1 -1
- package/dts/icons/index.d.ts +1 -1
- package/dts/illustrations/HeroSquare.d.ts +12 -5
- package/dts/illustrations/Pictogram.d.ts +12 -5
- package/dts/illustrations/SpotIcon.d.ts +12 -5
- package/dts/illustrations/SpotRectangle.d.ts +12 -5
- package/dts/illustrations/SpotSquare.d.ts +12 -5
- package/dts/illustrations/__figma__/HeroSquare.figma.d.ts +1 -1
- package/dts/illustrations/__figma__/Pictogram.figma.d.ts +1 -1
- package/dts/illustrations/__figma__/SpotIcon.figma.d.ts +1 -1
- package/dts/illustrations/__figma__/SpotRectangle.figma.d.ts +1 -1
- package/dts/illustrations/__figma__/SpotSquare.figma.d.ts +1 -1
- package/dts/illustrations/createIllustration.d.ts +56 -37
- package/dts/illustrations/index.d.ts +1 -1
- package/dts/index.d.ts +1 -1
- package/dts/layout/Box.d.ts +21 -7
- package/dts/layout/Divider.d.ts +14 -7
- package/dts/layout/Fallback.d.ts +24 -11
- package/dts/layout/Grid.d.ts +15 -6
- package/dts/layout/GridColumn.d.ts +15 -6
- package/dts/layout/Group.d.ts +32 -30
- package/dts/layout/HStack.d.ts +10 -4
- package/dts/layout/Spacer.d.ts +15 -6
- package/dts/layout/VStack.d.ts +10 -4
- package/dts/layout/__figma__/Divider.figma.d.ts +1 -1
- package/dts/layout/__figma__/Fallback.figma.d.ts +1 -1
- package/dts/layout/index.d.ts +1 -1
- package/dts/loaders/CircularProgress.d.ts +26 -18
- package/dts/loaders/MaterialSpinner.d.ts +8 -6
- package/dts/loaders/Spinner.d.ts +16 -6
- package/dts/loaders/index.d.ts +1 -1
- package/dts/media/Avatar.d.ts +47 -30
- package/dts/media/Hexagon.d.ts +67 -59
- package/dts/media/RemoteImage.d.ts +36 -20
- package/dts/media/RemoteImageGroup.d.ts +18 -5
- package/dts/media/__figma__/Avatar.figma.d.ts +1 -1
- package/dts/media/index.d.ts +1 -1
- package/dts/motion/AnimatedCaret.d.ts +2 -2
- package/dts/motion/ColorSurge.d.ts +18 -14
- package/dts/motion/Pulse.d.ts +45 -41
- package/dts/motion/Shake.d.ts +10 -6
- package/dts/motion/types.d.ts +20 -15
- package/dts/motion/useMotionProps.d.ts +10831 -3452
- package/dts/motion/utils.d.ts +5380 -1776
- package/dts/multi-content-module/MultiContentModule.d.ts +17 -6
- package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +1 -1
- package/dts/navigation/NavLink.d.ts +10 -4
- package/dts/navigation/NavigationBar.d.ts +62 -48
- package/dts/navigation/NavigationTitle.d.ts +5 -3
- package/dts/navigation/NavigationTitleSelect.d.ts +19 -8
- package/dts/navigation/Sidebar.d.ts +29 -29
- package/dts/navigation/SidebarContext.d.ts +5 -5
- package/dts/navigation/SidebarItem.d.ts +46 -38
- package/dts/navigation/SidebarMoreMenu.d.ts +10 -8
- package/dts/navigation/__figma__/NavLink.figma.d.ts +1 -1
- package/dts/navigation/__figma__/NavigationBar.figma.d.ts +1 -1
- package/dts/navigation/__figma__/NavigationTitle.figma.d.ts +1 -1
- package/dts/navigation/__figma__/Sidebar.figma.d.ts +1 -1
- package/dts/navigation/__figma__/SidebarItem.figma.d.ts +1 -1
- package/dts/navigation/index.d.ts +1 -1
- package/dts/numbers/RollingNumber/DefaultRollingNumberAffixSection.d.ts +1 -1
- package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts +1 -1
- package/dts/numbers/RollingNumber/DefaultRollingNumberMask.d.ts +1 -1
- package/dts/numbers/RollingNumber/DefaultRollingNumberSymbol.d.ts +1 -1
- package/dts/numbers/RollingNumber/DefaultRollingNumberValueSection.d.ts +1 -1
- package/dts/numbers/RollingNumber/RollingNumber.d.ts +273 -264
- package/dts/numbers/RollingNumber/index.d.ts +1 -1
- package/dts/numbers/RollingNumber/useColorPulse.d.ts +16 -9
- package/dts/numbers/index.d.ts +1 -1
- package/dts/overlays/Alert.d.ts +77 -48
- package/dts/overlays/FocusTrap.d.ts +37 -37
- package/dts/overlays/FullscreenAlert.d.ts +14 -4
- package/dts/overlays/Portal.d.ts +10 -10
- package/dts/overlays/PortalProvider.d.ts +13 -13
- package/dts/overlays/Toast.d.ts +12 -6
- package/dts/overlays/__figma__/Alert.figma.d.ts +1 -1
- package/dts/overlays/__figma__/Toast.figma.d.ts +1 -1
- package/dts/overlays/index.d.ts +1 -1
- package/dts/overlays/modal/FullscreenModal.d.ts +59 -42
- package/dts/overlays/modal/FullscreenModalHeader.d.ts +16 -9
- package/dts/overlays/modal/FullscreenModalLayout.d.ts +42 -6
- package/dts/overlays/modal/Modal.d.ts +12 -5
- package/dts/overlays/modal/ModalBody.d.ts +4 -2
- package/dts/overlays/modal/ModalFooter.d.ts +24 -9
- package/dts/overlays/modal/ModalHeader.d.ts +51 -40
- package/dts/overlays/modal/ModalWrapper.d.ts +40 -36
- package/dts/overlays/modal/__figma__/FullscreenModal.figma.d.ts +1 -1
- package/dts/overlays/modal/__figma__/Modal.figma.d.ts +1 -1
- package/dts/overlays/overlay/Overlay.d.ts +4 -2
- package/dts/overlays/overlay/OverlayContent.d.ts +11 -8
- package/dts/overlays/popover/Popover.d.ts +31 -2
- package/dts/overlays/popover/PopoverProps.d.ts +73 -61
- package/dts/overlays/popover/usePopper.d.ts +22 -14
- package/dts/overlays/tooltip/Tooltip.d.ts +20 -2
- package/dts/overlays/tooltip/TooltipContent.d.ts +13 -5
- package/dts/overlays/tooltip/TooltipProps.d.ts +18 -8
- package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +1 -1
- package/dts/overlays/tooltip/useTooltipState.d.ts +7 -7
- package/dts/overlays/tray/Tray.d.ts +136 -131
- package/dts/overlays/useModal.d.ts +1 -1
- package/dts/overlays/usePortal.d.ts +1 -1
- package/dts/overlays/useToast.d.ts +4 -4
- package/dts/page/PageFooter.d.ts +13 -5
- package/dts/page/PageHeader.d.ts +46 -38
- package/dts/page/__figma__/PageFooter.figma.d.ts +1 -1
- package/dts/page/__figma__/PageHeader.figma.d.ts +1 -1
- package/dts/pagination/DefaultPaginationEllipsis.d.ts +5 -2
- package/dts/pagination/DefaultPaginationNavigationButton.d.ts +8 -6
- package/dts/pagination/DefaultPaginationNavigationTextButton.d.ts +13 -2
- package/dts/pagination/DefaultPaginationPageButton.d.ts +4 -2
- package/dts/pagination/Pagination.d.ts +86 -67
- package/dts/pagination/__figma__/Pagination.figma.d.ts +1 -1
- package/dts/pagination/usePagination.d.ts +45 -37
- package/dts/section-header/SectionHeader.d.ts +21 -14
- package/dts/section-header/__figma__/SectionHeader.figma.d.ts +1 -1
- package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperIconVertical.d.ts +1 -1
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperLabelVertical.d.ts +1 -1
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperProgressVertical.d.ts +1 -1
- package/dts/stepper/DefaultStepperStepHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperStepVertical.d.ts +1 -1
- package/dts/stepper/DefaultStepperSubstepContainerHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperSubstepContainerVertical.d.ts +1 -1
- package/dts/stepper/Stepper.d.ts +121 -90
- package/dts/stepper/index.d.ts +1 -1
- package/dts/styles/booleanStyles.d.ts +8 -8
- package/dts/styles/config.d.ts +88 -61
- package/dts/styles/defaultFont.d.ts +2 -2
- package/dts/styles/global.d.ts +2 -2
- package/dts/styles/media.d.ts +29 -19
- package/dts/styles/responsive/base.d.ts +104 -101
- package/dts/styles/responsive/desktop.d.ts +149 -146
- package/dts/styles/responsive/phone.d.ts +149 -146
- package/dts/styles/responsive/tablet.d.ts +149 -146
- package/dts/styles/styleProps.d.ts +96 -91
- package/dts/system/BrowserOnly.d.ts +7 -3
- package/dts/system/ButtonOrLink.d.ts +9 -5
- package/dts/system/EventHandlerProvider.d.ts +1 -1
- package/dts/system/FramerMotionProvider.d.ts +6 -3
- package/dts/system/Interactable.d.ts +55 -41
- package/dts/system/MediaQueryProvider.d.ts +21 -20
- package/dts/system/Pressable.d.ts +15 -6
- package/dts/system/PressableOpacity.d.ts +16 -5
- package/dts/system/ThemeProvider.d.ts +19 -11
- package/dts/system/index.d.ts +1 -1
- package/dts/system/interactableCSSProperties.d.ts +12 -12
- package/dts/system/reakit-utils.d.ts +16 -8
- package/dts/tables/Table.d.ts +48 -40
- package/dts/tables/TableBody.d.ts +4 -2
- package/dts/tables/TableCaption.d.ts +40 -5
- package/dts/tables/TableCell.d.ts +137 -110
- package/dts/tables/TableCellFallback.d.ts +27 -11
- package/dts/tables/TableCellSortIcon.d.ts +5 -3
- package/dts/tables/TableFooter.d.ts +4 -2
- package/dts/tables/TableHeader.d.ts +16 -9
- package/dts/tables/TableRow.d.ts +18 -4
- package/dts/tables/TableSection.d.ts +17 -9
- package/dts/tables/__figma__/TableCell.figma.d.ts +1 -1
- package/dts/tables/context/TableContext.d.ts +2 -2
- package/dts/tables/context/TableSectionContext.d.ts +3 -3
- package/dts/tables/hooks/useSortableCell.d.ts +13 -9
- package/dts/tables/hooks/useTable.d.ts +11 -11
- package/dts/tables/hooks/useTableRowListener.d.ts +1 -1
- package/dts/tables/hooks/useTableVariant.d.ts +2 -2
- package/dts/tables/index.d.ts +1 -1
- package/dts/tabs/Paddle.d.ts +22 -13
- package/dts/tabs/SegmentedTab.d.ts +44 -30
- package/dts/tabs/SegmentedTabs.d.ts +9 -4
- package/dts/tabs/SegmentedTabsActiveIndicator.d.ts +5 -2
- package/dts/tabs/TabIndicator.d.ts +23 -19
- package/dts/tabs/TabLabel.d.ts +19 -6
- package/dts/tabs/TabNavigation.d.ts +22 -17
- package/dts/tabs/Tabs.d.ts +30 -22
- package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +1 -1
- package/dts/tabs/__figma__/TabNavigation.figma.d.ts +1 -1
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +11151 -3717
- package/dts/tabs/index.d.ts +1 -1
- package/dts/tag/Tag.d.ts +16 -7
- package/dts/tag/__figma__/Tag.figma.d.ts +1 -1
- package/dts/themes/coinbaseDenseTheme.d.ts +537 -537
- package/dts/themes/coinbaseHighContrastTheme.d.ts +537 -537
- package/dts/themes/coinbaseTheme.d.ts +537 -537
- package/dts/themes/defaultHighContrastTheme.d.ts +537 -537
- package/dts/themes/defaultTheme.d.ts +537 -537
- package/dts/tour/DefaultTourMask.d.ts +8 -2
- package/dts/tour/DefaultTourStepArrow.d.ts +4 -2
- package/dts/tour/Tour.d.ts +76 -67
- package/dts/tour/TourStep.d.ts +8 -5
- package/dts/tour/index.d.ts +1 -1
- package/dts/types.d.ts +5 -2
- package/dts/typography/Link.d.ts +15 -6
- package/dts/typography/Text.d.ts +15 -6
- package/dts/typography/TextBody.d.ts +10 -4
- package/dts/typography/TextCaption.d.ts +10 -4
- package/dts/typography/TextDisplay1.d.ts +10 -4
- package/dts/typography/TextDisplay2.d.ts +10 -4
- package/dts/typography/TextDisplay3.d.ts +10 -4
- package/dts/typography/TextHeadline.d.ts +10 -4
- package/dts/typography/TextInherited.d.ts +10 -4
- package/dts/typography/TextLabel1.d.ts +10 -4
- package/dts/typography/TextLabel2.d.ts +10 -4
- package/dts/typography/TextLegal.d.ts +10 -4
- package/dts/typography/TextTitle1.d.ts +10 -4
- package/dts/typography/TextTitle2.d.ts +10 -4
- package/dts/typography/TextTitle3.d.ts +10 -4
- package/dts/typography/TextTitle4.d.ts +10 -4
- package/dts/typography/__figma__/Link.figma.d.ts +1 -1
- package/dts/typography/index.d.ts +1 -1
- package/dts/utils/browser.d.ts +7 -5
- package/dts/utils/eventHandlers.d.ts +1 -1
- package/dts/utils/flattenAndJoinNodes.d.ts +18 -4
- package/dts/utils/isRtl.d.ts +1 -1
- package/dts/utils/mediaQueryListener.d.ts +9 -3
- package/dts/utils/storybook.d.ts +1 -1
- package/dts/utils/test.d.ts +13 -6
- package/dts/visualizations/Counter.d.ts +11 -6
- package/dts/visualizations/DefaultProgressCircleContent.d.ts +8 -2
- package/dts/visualizations/ProgressBar.d.ts +83 -75
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +69 -63
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +52 -44
- package/dts/visualizations/ProgressCircle.d.ts +138 -132
- package/dts/visualizations/ProgressContainerWithButtons.d.ts +5 -2
- package/dts/visualizations/ProgressTextLabel.d.ts +22 -13
- package/dts/visualizations/VisualizationContainer.d.ts +8 -8
- package/dts/visualizations/__figma__/ProgressBar.figma.d.ts +1 -1
- package/dts/visualizations/__figma__/ProgressCircle.figma.d.ts +1 -1
- package/dts/visualizations/getProgressBarLabelParts.d.ts +16 -12
- package/dts/visualizations/index.d.ts +1 -1
- package/esm/AccessibilityAnnouncer/AccessibilityAnnouncer.css +1 -1
- package/esm/accordion/AccordionHeader.css +2 -2
- package/esm/animation/Lottie.css +1 -1
- package/esm/banner/Banner.css +1 -1
- package/esm/buttons/AvatarButton.css +1 -1
- package/esm/buttons/Button.css +2 -2
- package/esm/buttons/ButtonGroup.css +2 -2
- package/esm/buttons/IconButton.css +2 -2
- package/esm/buttons/Tile.css +2 -2
- package/esm/cards/ContainedAssetCard.css +2 -2
- package/esm/cards/FloatingAssetCard.css +2 -2
- package/esm/cards/NudgeCard.css +2 -2
- package/esm/carousel/Carousel.css +1 -1
- package/esm/carousel/DefaultCarouselNavigation.css +1 -1
- package/esm/carousel/DefaultCarouselPagination.css +2 -2
- package/esm/cells/Cell.css +2 -2
- package/esm/cells/ContentCell.css +2 -2
- package/esm/cells/ListCell.css +1 -1
- package/esm/chips/Chip.css +2 -2
- package/esm/chips/TabbedChips.css +1 -1
- package/esm/controls/Checkbox.css +1 -1
- package/esm/controls/CheckboxCell.css +1 -1
- package/esm/controls/CheckboxGroup.css +1 -1
- package/esm/controls/Control.css +2 -2
- package/esm/controls/ControlGroup.css +1 -1
- package/esm/controls/HelperText.css +1 -1
- package/esm/controls/InputStack.css +2 -2
- package/esm/controls/NativeInput.css +2 -2
- package/esm/controls/NativeTextArea.css +2 -2
- package/esm/controls/Radio.css +1 -1
- package/esm/controls/RadioCell.css +1 -1
- package/esm/controls/SearchInput.css +2 -2
- package/esm/controls/SegmentedControl.css +2 -2
- package/esm/controls/SelectOption.css +2 -2
- package/esm/controls/SelectTrigger.css +1 -1
- package/esm/controls/Switch.css +2 -2
- package/esm/controls/TextInput.css +2 -2
- package/esm/dates/Calendar.css +1 -1
- package/esm/dots/DotCount.css +2 -2
- package/esm/dots/DotStatusColor.css +1 -1
- package/esm/dots/DotSymbol.css +2 -2
- package/esm/dropdown/MenuItem.css +1 -1
- package/esm/icons/Icon.css +2 -2
- package/esm/icons/LogoMark.css +2 -2
- package/esm/icons/LogoWordmark.css +2 -2
- package/esm/icons/SubBrandLogoMark.css +2 -2
- package/esm/icons/SubBrandLogoWordmark.css +2 -2
- package/esm/layout/Divider.css +2 -2
- package/esm/layout/Fallback.css +1 -1
- package/esm/loaders/MaterialSpinner.css +1 -1
- package/esm/loaders/Spinner.css +2 -2
- package/esm/media/Avatar.css +2 -2
- package/esm/media/Hexagon.css +1 -1
- package/esm/media/RemoteImage.css +2 -2
- package/esm/media/RemoteImageGroup.css +2 -2
- package/esm/navigation/NavLink.css +1 -1
- package/esm/navigation/Sidebar.css +2 -2
- package/esm/navigation/SidebarItem.css +1 -1
- package/esm/numbers/RollingNumber/DefaultRollingNumberAffixSection.css +1 -1
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.css +2 -2
- package/esm/numbers/RollingNumber/DefaultRollingNumberMask.css +1 -1
- package/esm/numbers/RollingNumber/DefaultRollingNumberSymbol.css +1 -1
- package/esm/numbers/RollingNumber/DefaultRollingNumberValueSection.css +1 -1
- package/esm/numbers/RollingNumber/RollingNumber.css +2 -2
- package/esm/overlays/FullscreenAlert.css +2 -2
- package/esm/overlays/Toast.css +2 -2
- package/esm/overlays/modal/FullscreenModal.css +2 -2
- package/esm/overlays/modal/FullscreenModalHeader.css +2 -2
- package/esm/overlays/modal/FullscreenModalLayout.css +1 -1
- package/esm/overlays/modal/Modal.css +2 -2
- package/esm/overlays/modal/ModalFooter.css +1 -1
- package/esm/overlays/modal/ModalWrapper.css +1 -1
- package/esm/overlays/modal/__figma__/FullscreenModal.figma.css +1 -1
- package/esm/overlays/popover/Popover.css +2 -2
- package/esm/overlays/tooltip/TooltipContent.css +1 -1
- package/esm/page/PageHeader.css +2 -2
- package/esm/pagination/DefaultPaginationPageButton.css +1 -1
- package/esm/styles/booleanStyles.css +2 -2
- package/esm/styles/defaultFont.css +1 -1
- package/esm/styles/global.css +1 -1
- package/esm/styles/responsive/base.css +2 -2
- package/esm/styles/responsive/desktop.css +1 -659
- package/esm/styles/responsive/phone.css +1 -659
- package/esm/styles/responsive/tablet.css +1 -659
- package/esm/system/ButtonOrLink.css +1 -1
- package/esm/system/Interactable.css +2 -2
- package/esm/system/Pressable.css +2 -2
- package/esm/tables/Table.css +2 -2
- package/esm/tables/TableCell.css +2 -2
- package/esm/tables/TableCellFallback.css +1 -1
- package/esm/tables/TableHeader.css +1 -1
- package/esm/tables/TableRow.css +2 -2
- package/esm/tabs/Paddle.css +2 -2
- package/esm/tabs/SegmentedTab.css +2 -2
- package/esm/tabs/TabLabel.css +2 -2
- package/esm/tabs/TabNavigation.css +2 -2
- package/esm/tour/Tour.css +1 -1
- package/esm/typography/Link.css +1 -1
- package/esm/typography/Text.css +2 -2
- package/esm/visualizations/Counter.css +2 -2
- package/esm/visualizations/ProgressBar.css +1 -1
- package/esm/visualizations/ProgressBarWithFloatLabel.css +1 -1
- package/esm/visualizations/ProgressCircle.css +1 -1
- package/package.json +9 -9
- package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts +0 -14
- package/dts/AccessibilityAnnouncer/__stories__/AccessibilityAnnouncer.stories.d.ts.map +0 -1
- package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts +0 -2
- package/dts/AccessibilityAnnouncer/__tests__/AccessibilityAnnouncer.test.d.ts.map +0 -1
- package/dts/__stories__/Palette.stories.d.ts +0 -7
- package/dts/__stories__/Palette.stories.d.ts.map +0 -1
- package/dts/accordion/__stories__/Accordion.stories.d.ts +0 -14
- package/dts/accordion/__stories__/Accordion.stories.d.ts.map +0 -1
- package/dts/accordion/__tests__/Accordion.test.d.ts +0 -2
- package/dts/accordion/__tests__/Accordion.test.d.ts.map +0 -1
- package/dts/animation/__stories__/Lottie.stories.d.ts +0 -17
- package/dts/animation/__stories__/Lottie.stories.d.ts.map +0 -1
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +0 -8
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts.map +0 -1
- package/dts/animation/__tests__/Lottie.perf-test.d.ts +0 -2
- package/dts/animation/__tests__/Lottie.perf-test.d.ts.map +0 -1
- package/dts/animation/__tests__/Lottie.test.d.ts +0 -2
- package/dts/animation/__tests__/Lottie.test.d.ts.map +0 -1
- package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts +0 -2
- package/dts/animation/__tests__/LottieStatusAnimation.perf-test.d.ts.map +0 -1
- package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts +0 -2
- package/dts/animation/__tests__/LottieStatusAnimation.test.d.ts.map +0 -1
- package/dts/animation/__tests__/convertMotionConfig.test.d.ts +0 -2
- package/dts/animation/__tests__/convertMotionConfig.test.d.ts.map +0 -1
- package/dts/animation/__tests__/useLottieHandlers.test.d.ts +0 -2
- package/dts/animation/__tests__/useLottieHandlers.test.d.ts.map +0 -1
- package/dts/animation/__tests__/useLottieListeners.test.d.ts +0 -2
- package/dts/animation/__tests__/useLottieListeners.test.d.ts.map +0 -1
- package/dts/banner/__stories__/Banner.stories.d.ts +0 -12
- package/dts/banner/__stories__/Banner.stories.d.ts.map +0 -1
- package/dts/banner/__tests__/Banner.test.d.ts +0 -2
- package/dts/banner/__tests__/Banner.test.d.ts.map +0 -1
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts +0 -9
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/Button.stories.d.ts +0 -10
- package/dts/buttons/__stories__/Button.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +0 -10
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/IconButton.stories.d.ts +0 -12
- package/dts/buttons/__stories__/IconButton.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +0 -8
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/TileButton.stories.d.ts +0 -8
- package/dts/buttons/__stories__/TileButton.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/ToggleLoading.d.ts +0 -4
- package/dts/buttons/__stories__/ToggleLoading.d.ts.map +0 -1
- package/dts/buttons/__tests__/AvatarButton.test.d.ts +0 -2
- package/dts/buttons/__tests__/AvatarButton.test.d.ts.map +0 -1
- package/dts/buttons/__tests__/Button.perf-test.d.ts +0 -2
- package/dts/buttons/__tests__/Button.perf-test.d.ts.map +0 -1
- package/dts/buttons/__tests__/Button.test.d.ts +0 -2
- package/dts/buttons/__tests__/Button.test.d.ts.map +0 -1
- package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts +0 -2
- package/dts/buttons/__tests__/ButtonEventHandler.test.d.ts.map +0 -1
- package/dts/buttons/__tests__/ButtonGroup.test.d.ts +0 -2
- package/dts/buttons/__tests__/ButtonGroup.test.d.ts.map +0 -1
- package/dts/buttons/__tests__/IconButton.test.d.ts +0 -2
- package/dts/buttons/__tests__/IconButton.test.d.ts.map +0 -1
- package/dts/buttons/__tests__/IconCounterButton.test.d.ts +0 -2
- package/dts/buttons/__tests__/IconCounterButton.test.d.ts.map +0 -1
- package/dts/buttons/__tests__/Tile.test.d.ts +0 -2
- package/dts/buttons/__tests__/Tile.test.d.ts.map +0 -1
- package/dts/buttons/__tests__/TileButton.test.d.ts +0 -2
- package/dts/buttons/__tests__/TileButton.test.d.ts.map +0 -1
- package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts +0 -21
- package/dts/cards/ContentCard/__stories__/ContentCard.stories.d.ts.map +0 -1
- package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts +0 -2
- package/dts/cards/ContentCard/__tests__/ContentCard.test.d.ts.map +0 -1
- package/dts/cards/__stories__/Card.stories.d.ts +0 -264
- package/dts/cards/__stories__/Card.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +0 -30
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +0 -12
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/NudgeCard.stories.d.ts +0 -14
- package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/UpsellCard.stories.d.ts +0 -17
- package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +0 -1
- package/dts/cards/__tests__/Card.test.d.ts +0 -2
- package/dts/cards/__tests__/Card.test.d.ts.map +0 -1
- package/dts/cards/__tests__/CardMedia.test.d.ts +0 -2
- package/dts/cards/__tests__/CardMedia.test.d.ts.map +0 -1
- package/dts/cards/__tests__/ContainedAssetCard.test.d.ts +0 -2
- package/dts/cards/__tests__/ContainedAssetCard.test.d.ts.map +0 -1
- package/dts/cards/__tests__/FloatingAssetCard.test.d.ts +0 -2
- package/dts/cards/__tests__/FloatingAssetCard.test.d.ts.map +0 -1
- package/dts/cards/__tests__/NudgeCard.test.d.ts +0 -2
- package/dts/cards/__tests__/NudgeCard.test.d.ts.map +0 -1
- package/dts/cards/__tests__/UpsellCard.test.d.ts +0 -2
- package/dts/cards/__tests__/UpsellCard.test.d.ts.map +0 -1
- package/dts/carousel/__stories__/Carousel.stories.d.ts +0 -8
- package/dts/carousel/__stories__/Carousel.stories.d.ts.map +0 -1
- package/dts/carousel/__tests__/Carousel.test.d.ts +0 -2
- package/dts/carousel/__tests__/Carousel.test.d.ts.map +0 -1
- package/dts/cells/__stories__/ContentCell.stories.d.ts +0 -12
- package/dts/cells/__stories__/ContentCell.stories.d.ts.map +0 -1
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +0 -8
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +0 -1
- package/dts/cells/__stories__/ListCell.stories.d.ts +0 -33
- package/dts/cells/__stories__/ListCell.stories.d.ts.map +0 -1
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts +0 -8
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts.map +0 -1
- package/dts/cells/__tests__/Cell.test.d.ts +0 -2
- package/dts/cells/__tests__/Cell.test.d.ts.map +0 -1
- package/dts/cells/__tests__/CellAccessory.test.d.ts +0 -2
- package/dts/cells/__tests__/CellAccessory.test.d.ts.map +0 -1
- package/dts/cells/__tests__/CellMedia.test.d.ts +0 -2
- package/dts/cells/__tests__/CellMedia.test.d.ts.map +0 -1
- package/dts/cells/__tests__/ContentCell.test.d.ts +0 -2
- package/dts/cells/__tests__/ContentCell.test.d.ts.map +0 -1
- package/dts/cells/__tests__/ContentCellFallback.test.d.ts +0 -2
- package/dts/cells/__tests__/ContentCellFallback.test.d.ts.map +0 -1
- package/dts/cells/__tests__/ListCell.perf-test.d.ts +0 -2
- package/dts/cells/__tests__/ListCell.perf-test.d.ts.map +0 -1
- package/dts/cells/__tests__/ListCell.test.d.ts +0 -2
- package/dts/cells/__tests__/ListCell.test.d.ts.map +0 -1
- package/dts/cells/__tests__/ListCellFallback.test.d.ts +0 -2
- package/dts/cells/__tests__/ListCellFallback.test.d.ts.map +0 -1
- package/dts/cells/__tests__/MediaFallback.test.d.ts +0 -2
- package/dts/cells/__tests__/MediaFallback.test.d.ts.map +0 -1
- package/dts/chips/__stories__/Chip.stories.d.ts +0 -9
- package/dts/chips/__stories__/Chip.stories.d.ts.map +0 -1
- package/dts/chips/__stories__/InputChip.stories.d.ts +0 -8
- package/dts/chips/__stories__/InputChip.stories.d.ts.map +0 -1
- package/dts/chips/__stories__/SelectChip.stories.d.ts +0 -12
- package/dts/chips/__stories__/SelectChip.stories.d.ts.map +0 -1
- package/dts/chips/__stories__/TabbedChips.stories.d.ts +0 -25
- package/dts/chips/__stories__/TabbedChips.stories.d.ts.map +0 -1
- package/dts/chips/__tests__/Chip.test.d.ts +0 -2
- package/dts/chips/__tests__/Chip.test.d.ts.map +0 -1
- package/dts/chips/__tests__/InputChip.test.d.ts +0 -2
- package/dts/chips/__tests__/InputChip.test.d.ts.map +0 -1
- package/dts/chips/__tests__/SelectChip.test.d.ts +0 -2
- package/dts/chips/__tests__/SelectChip.test.d.ts.map +0 -1
- package/dts/chips/__tests__/TabbedChips.test.d.ts +0 -2
- package/dts/chips/__tests__/TabbedChips.test.d.ts.map +0 -1
- package/dts/coachmark/__stories__/Coachmark.stories.d.ts +0 -8
- package/dts/coachmark/__stories__/Coachmark.stories.d.ts.map +0 -1
- package/dts/coachmark/__tests__/Coachmark.test.d.ts +0 -2
- package/dts/coachmark/__tests__/Coachmark.test.d.ts.map +0 -1
- package/dts/collapsible/__stories__/Collapsible.stories.d.ts +0 -19
- package/dts/collapsible/__stories__/Collapsible.stories.d.ts.map +0 -1
- package/dts/collapsible/__tests__/Collapsible.test.d.ts +0 -2
- package/dts/collapsible/__tests__/Collapsible.test.d.ts.map +0 -1
- package/dts/controls/__stories__/AddressForm.d.ts +0 -4
- package/dts/controls/__stories__/AddressForm.d.ts.map +0 -1
- package/dts/controls/__stories__/Checkbox.stories.d.ts +0 -83
- package/dts/controls/__stories__/Checkbox.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts +0 -51
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/ControlGroup.stories.d.ts +0 -11
- package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/HelperText.stories.d.ts +0 -23
- package/dts/controls/__stories__/HelperText.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/InputIcon.stories.d.ts +0 -14
- package/dts/controls/__stories__/InputIcon.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/InputIconButton.stories.d.ts +0 -14
- package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/InputLabel.stories.d.ts +0 -11
- package/dts/controls/__stories__/InputLabel.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/InputStack.stories.d.ts +0 -10
- package/dts/controls/__stories__/InputStack.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/NativeInput.stories.d.ts +0 -16
- package/dts/controls/__stories__/NativeInput.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/RadioCell.stories.d.ts +0 -55
- package/dts/controls/__stories__/RadioCell.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/RadioGroup.stories.d.ts +0 -28
- package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/SearchInput.stories.d.ts +0 -26
- package/dts/controls/__stories__/SearchInput.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/SegmentedControl.stories.d.ts +0 -9
- package/dts/controls/__stories__/SegmentedControl.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/Select.stories.d.ts +0 -42
- package/dts/controls/__stories__/Select.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/SelectInteraction.stories.d.ts +0 -11
- package/dts/controls/__stories__/SelectInteraction.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/SelectOption.stories.d.ts +0 -8
- package/dts/controls/__stories__/SelectOption.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/Switch.stories.d.ts +0 -42
- package/dts/controls/__stories__/Switch.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/TextInput.stories.d.ts +0 -90
- package/dts/controls/__stories__/TextInput.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/TextInputInteractive.stories.d.ts +0 -11
- package/dts/controls/__stories__/TextInputInteractive.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/TextInputPerformance.stories.d.ts +0 -30
- package/dts/controls/__stories__/TextInputPerformance.stories.d.ts.map +0 -1
- package/dts/controls/__tests__/Checkbox.test.d.ts +0 -2
- package/dts/controls/__tests__/Checkbox.test.d.ts.map +0 -1
- package/dts/controls/__tests__/CheckboxCell.test.d.ts +0 -2
- package/dts/controls/__tests__/CheckboxCell.test.d.ts.map +0 -1
- package/dts/controls/__tests__/CheckboxGroup.test.d.ts +0 -2
- package/dts/controls/__tests__/CheckboxGroup.test.d.ts.map +0 -1
- package/dts/controls/__tests__/Control.test.d.ts +0 -2
- package/dts/controls/__tests__/Control.test.d.ts.map +0 -1
- package/dts/controls/__tests__/ControlGroup.test.d.ts +0 -2
- package/dts/controls/__tests__/ControlGroup.test.d.ts.map +0 -1
- package/dts/controls/__tests__/HelperText.test.d.ts +0 -2
- package/dts/controls/__tests__/HelperText.test.d.ts.map +0 -1
- package/dts/controls/__tests__/InputIcon.test.d.ts +0 -2
- package/dts/controls/__tests__/InputIcon.test.d.ts.map +0 -1
- package/dts/controls/__tests__/InputIconButton.test.d.ts +0 -2
- package/dts/controls/__tests__/InputIconButton.test.d.ts.map +0 -1
- package/dts/controls/__tests__/InputStack.test.d.ts +0 -2
- package/dts/controls/__tests__/InputStack.test.d.ts.map +0 -1
- package/dts/controls/__tests__/NativeInput.test.d.ts +0 -2
- package/dts/controls/__tests__/NativeInput.test.d.ts.map +0 -1
- package/dts/controls/__tests__/NativeTextArea.test.d.ts +0 -2
- package/dts/controls/__tests__/NativeTextArea.test.d.ts.map +0 -1
- package/dts/controls/__tests__/RadioCell.test.d.ts +0 -2
- package/dts/controls/__tests__/RadioCell.test.d.ts.map +0 -1
- package/dts/controls/__tests__/RadioGroup.test.d.ts +0 -2
- package/dts/controls/__tests__/RadioGroup.test.d.ts.map +0 -1
- package/dts/controls/__tests__/SearchInput.test.d.ts +0 -2
- package/dts/controls/__tests__/SearchInput.test.d.ts.map +0 -1
- package/dts/controls/__tests__/SegmentedControl.test.d.ts +0 -2
- package/dts/controls/__tests__/SegmentedControl.test.d.ts.map +0 -1
- package/dts/controls/__tests__/Select.test.d.ts +0 -2
- package/dts/controls/__tests__/Select.test.d.ts.map +0 -1
- package/dts/controls/__tests__/Switch.test.d.ts +0 -2
- package/dts/controls/__tests__/Switch.test.d.ts.map +0 -1
- package/dts/controls/__tests__/TextInput.test.d.ts +0 -2
- package/dts/controls/__tests__/TextInput.test.d.ts.map +0 -1
- package/dts/dates/__stories__/A11yTest.stories.d.ts +0 -33
- package/dts/dates/__stories__/A11yTest.stories.d.ts.map +0 -1
- package/dts/dates/__stories__/Calendar.stories.d.ts +0 -38
- package/dts/dates/__stories__/Calendar.stories.d.ts.map +0 -1
- package/dts/dates/__stories__/DateInput.stories.d.ts +0 -27
- package/dts/dates/__stories__/DateInput.stories.d.ts.map +0 -1
- package/dts/dates/__stories__/DatePicker.stories.d.ts +0 -55
- package/dts/dates/__stories__/DatePicker.stories.d.ts.map +0 -1
- package/dts/dates/__stories__/Note.d.ts +0 -5
- package/dts/dates/__stories__/Note.d.ts.map +0 -1
- package/dts/dots/__stories__/DotCount.stories.d.ts +0 -9
- package/dts/dots/__stories__/DotCount.stories.d.ts.map +0 -1
- package/dts/dots/__stories__/DotStatusColor.stories.d.ts +0 -8
- package/dts/dots/__stories__/DotStatusColor.stories.d.ts.map +0 -1
- package/dts/dots/__stories__/DotSymbol.stories.d.ts +0 -9
- package/dts/dots/__stories__/DotSymbol.stories.d.ts.map +0 -1
- package/dts/dots/__tests__/DotCount.test.d.ts +0 -2
- package/dts/dots/__tests__/DotCount.test.d.ts.map +0 -1
- package/dts/dots/__tests__/DotStatusColor.test.d.ts +0 -2
- package/dts/dots/__tests__/DotStatusColor.test.d.ts.map +0 -1
- package/dts/dots/__tests__/DotSymbol.test.d.ts +0 -2
- package/dts/dots/__tests__/DotSymbol.test.d.ts.map +0 -1
- package/dts/dots/__tests__/getTransform.test.d.ts +0 -2
- package/dts/dots/__tests__/getTransform.test.d.ts.map +0 -1
- package/dts/dropdown/__stories__/Dropdown.stories.d.ts +0 -41
- package/dts/dropdown/__stories__/Dropdown.stories.d.ts.map +0 -1
- package/dts/dropdown/__stories__/DropdownContent.stories.d.ts +0 -8
- package/dts/dropdown/__stories__/DropdownContent.stories.d.ts.map +0 -1
- package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts +0 -15
- package/dts/dropdown/__stories__/DropdownInteractive.stories.d.ts.map +0 -1
- package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts +0 -2
- package/dts/dropdown/__tests__/Dropdown.perf-test.d.ts.map +0 -1
- package/dts/dropdown/__tests__/Dropdown.test.d.ts +0 -2
- package/dts/dropdown/__tests__/Dropdown.test.d.ts.map +0 -1
- package/dts/dropdown/__tests__/MenuItem.test.d.ts +0 -2
- package/dts/dropdown/__tests__/MenuItem.test.d.ts.map +0 -1
- package/dts/hooks/__stories__/useBreakpoints.stories.d.ts +0 -14
- package/dts/hooks/__stories__/useBreakpoints.stories.d.ts.map +0 -1
- package/dts/hooks/__stories__/useMediaQuery.stories.d.ts +0 -14
- package/dts/hooks/__stories__/useMediaQuery.stories.d.ts.map +0 -1
- package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts +0 -2
- package/dts/hooks/__tests__/useA11yControlledVisibility.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useA11yLabels.test.d.ts +0 -2
- package/dts/hooks/__tests__/useA11yLabels.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useBreakpoints.test.d.ts +0 -2
- package/dts/hooks/__tests__/useBreakpoints.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useCellSpacing.test.d.ts +0 -2
- package/dts/hooks/__tests__/useCellSpacing.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useDimensions.test.d.ts +0 -2
- package/dts/hooks/__tests__/useDimensions.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useIsBrowser.test.d.ts +0 -2
- package/dts/hooks/__tests__/useIsBrowser.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useMediaQuery.test.d.ts +0 -2
- package/dts/hooks/__tests__/useMediaQuery.test.d.ts.map +0 -1
- package/dts/icons/__stories__/Icon.stories.d.ts +0 -20
- package/dts/icons/__stories__/Icon.stories.d.ts.map +0 -1
- package/dts/icons/__stories__/IconSheet.d.ts +0 -8
- package/dts/icons/__stories__/IconSheet.d.ts.map +0 -1
- package/dts/icons/__stories__/Logo.stories.d.ts +0 -7
- package/dts/icons/__stories__/Logo.stories.d.ts.map +0 -1
- package/dts/icons/__tests__/Icon.perf-test.d.ts +0 -2
- package/dts/icons/__tests__/Icon.perf-test.d.ts.map +0 -1
- package/dts/icons/__tests__/Icon.test.d.ts +0 -2
- package/dts/icons/__tests__/Icon.test.d.ts.map +0 -1
- package/dts/icons/__tests__/LogoMark.test.d.ts +0 -2
- package/dts/icons/__tests__/LogoMark.test.d.ts.map +0 -1
- package/dts/icons/__tests__/LogoWordMark.test.d.ts +0 -2
- package/dts/icons/__tests__/LogoWordMark.test.d.ts.map +0 -1
- package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts +0 -2
- package/dts/icons/__tests__/SubBrandLogoMark.test.d.ts.map +0 -1
- package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts +0 -2
- package/dts/icons/__tests__/SubBrandLogoWordmark.test.d.ts.map +0 -1
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts +0 -15
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/IllustrationExample.d.ts +0 -5
- package/dts/illustrations/__stories__/IllustrationExample.d.ts.map +0 -1
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts +0 -15
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +0 -15
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +0 -15
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +0 -15
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +0 -9
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts.map +0 -1
- package/dts/illustrations/__tests__/HeroSquare.test.d.ts +0 -2
- package/dts/illustrations/__tests__/HeroSquare.test.d.ts.map +0 -1
- package/dts/illustrations/__tests__/Pictogram.test.d.ts +0 -2
- package/dts/illustrations/__tests__/Pictogram.test.d.ts.map +0 -1
- package/dts/illustrations/__tests__/SpotRectangle.test.d.ts +0 -2
- package/dts/illustrations/__tests__/SpotRectangle.test.d.ts.map +0 -1
- package/dts/illustrations/__tests__/SpotSquare.test.d.ts +0 -2
- package/dts/illustrations/__tests__/SpotSquare.test.d.ts.map +0 -1
- package/dts/layout/__stories__/Box.stories.d.ts +0 -49
- package/dts/layout/__stories__/Box.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/BoxPerformance.stories.d.ts +0 -15
- package/dts/layout/__stories__/BoxPerformance.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/Divider.stories.d.ts +0 -19
- package/dts/layout/__stories__/Divider.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/Fallback.stories.d.ts +0 -9
- package/dts/layout/__stories__/Fallback.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/Grid.stories.d.ts +0 -7
- package/dts/layout/__stories__/Grid.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/Layouts.stories.d.ts +0 -7
- package/dts/layout/__stories__/Layouts.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/LoremIpsum.d.ts +0 -9
- package/dts/layout/__stories__/LoremIpsum.d.ts.map +0 -1
- package/dts/layout/__stories__/Responsive.stories.d.ts +0 -15
- package/dts/layout/__stories__/Responsive.stories.d.ts.map +0 -1
- package/dts/layout/__tests__/Box.perf-test.d.ts +0 -2
- package/dts/layout/__tests__/Box.perf-test.d.ts.map +0 -1
- package/dts/layout/__tests__/Box.test.d.ts +0 -2
- package/dts/layout/__tests__/Box.test.d.ts.map +0 -1
- package/dts/layout/__tests__/Divider.perf-test.d.ts +0 -2
- package/dts/layout/__tests__/Divider.perf-test.d.ts.map +0 -1
- package/dts/layout/__tests__/Fallback.perf-test.d.ts +0 -2
- package/dts/layout/__tests__/Fallback.perf-test.d.ts.map +0 -1
- package/dts/layout/__tests__/Fallback.test.d.ts +0 -2
- package/dts/layout/__tests__/Fallback.test.d.ts.map +0 -1
- package/dts/layout/__tests__/Grid.test.d.ts +0 -2
- package/dts/layout/__tests__/Grid.test.d.ts.map +0 -1
- package/dts/layout/__tests__/GridColumn.test.d.ts +0 -2
- package/dts/layout/__tests__/GridColumn.test.d.ts.map +0 -1
- package/dts/layout/__tests__/Group.test.d.ts +0 -2
- package/dts/layout/__tests__/Group.test.d.ts.map +0 -1
- package/dts/layout/__tests__/VStack.test.d.ts +0 -2
- package/dts/layout/__tests__/VStack.test.d.ts.map +0 -1
- package/dts/loaders/__stories__/CircularProgress.stories.d.ts +0 -8
- package/dts/loaders/__stories__/CircularProgress.stories.d.ts.map +0 -1
- package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts +0 -8
- package/dts/loaders/__stories__/MaterialSpinner.stories.d.ts.map +0 -1
- package/dts/loaders/__stories__/Spinner.stories.d.ts +0 -10
- package/dts/loaders/__stories__/Spinner.stories.d.ts.map +0 -1
- package/dts/loaders/__tests__/CircularProgress.test.d.ts +0 -2
- package/dts/loaders/__tests__/CircularProgress.test.d.ts.map +0 -1
- package/dts/loaders/__tests__/MaterialSpinner.test.d.ts +0 -2
- package/dts/loaders/__tests__/MaterialSpinner.test.d.ts.map +0 -1
- package/dts/loaders/__tests__/Spinner.test.d.ts +0 -2
- package/dts/loaders/__tests__/Spinner.test.d.ts.map +0 -1
- package/dts/media/__stories__/Avatar.stories.d.ts +0 -12
- package/dts/media/__stories__/Avatar.stories.d.ts.map +0 -1
- package/dts/media/__stories__/RemoteImage.stories.d.ts +0 -8
- package/dts/media/__stories__/RemoteImage.stories.d.ts.map +0 -1
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +0 -7
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts.map +0 -1
- package/dts/media/__tests__/Avatar.test.d.ts +0 -2
- package/dts/media/__tests__/Avatar.test.d.ts.map +0 -1
- package/dts/media/__tests__/Hexagon.test.d.ts +0 -2
- package/dts/media/__tests__/Hexagon.test.d.ts.map +0 -1
- package/dts/media/__tests__/RemoteImage.test.d.ts +0 -2
- package/dts/media/__tests__/RemoteImage.test.d.ts.map +0 -1
- package/dts/media/__tests__/RemoteImageGroup.test.d.ts +0 -2
- package/dts/media/__tests__/RemoteImageGroup.test.d.ts.map +0 -1
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +0 -8
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +0 -1
- package/dts/motion/__stories__/HintMotion.stories.d.ts +0 -8
- package/dts/motion/__stories__/HintMotion.stories.d.ts.map +0 -1
- package/dts/motion/__stories__/Tokens.stories.d.ts +0 -7
- package/dts/motion/__stories__/Tokens.stories.d.ts.map +0 -1
- package/dts/motion/__tests__/AnimatedCaret.test.d.ts +0 -2
- package/dts/motion/__tests__/AnimatedCaret.test.d.ts.map +0 -1
- package/dts/motion/__tests__/ColorSurge.test.d.ts +0 -2
- package/dts/motion/__tests__/ColorSurge.test.d.ts.map +0 -1
- package/dts/motion/__tests__/Pulse.test.d.ts +0 -2
- package/dts/motion/__tests__/Pulse.test.d.ts.map +0 -1
- package/dts/motion/__tests__/Shake.test.d.ts +0 -2
- package/dts/motion/__tests__/Shake.test.d.ts.map +0 -1
- package/dts/motion/__tests__/useMotionProps.test.d.ts +0 -2
- package/dts/motion/__tests__/useMotionProps.test.d.ts.map +0 -1
- package/dts/motion/__tests__/utils.test.d.ts +0 -2
- package/dts/motion/__tests__/utils.test.d.ts.map +0 -1
- package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +0 -12
- package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts.map +0 -1
- package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts +0 -2
- package/dts/multi-content-module/__tests__/MultiContentModule.test.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavLink.stories.d.ts +0 -8
- package/dts/navigation/__stories__/NavLink.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavigationBar.stories.d.ts +0 -30
- package/dts/navigation/__stories__/NavigationBar.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavigationStorySetup.d.ts +0 -49
- package/dts/navigation/__stories__/NavigationStorySetup.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +0 -15
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +0 -12
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/Sidebar.stories.d.ts +0 -10
- package/dts/navigation/__stories__/Sidebar.stories.d.ts.map +0 -1
- package/dts/navigation/__tests__/NavigationBar.test.d.ts +0 -2
- package/dts/navigation/__tests__/NavigationBar.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/NavigationTitle.test.d.ts +0 -2
- package/dts/navigation/__tests__/NavigationTitle.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts +0 -2
- package/dts/navigation/__tests__/SelectableNavigationTitle.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/Sidebar.test.d.ts +0 -2
- package/dts/navigation/__tests__/Sidebar.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/SidebarItem.test.d.ts +0 -2
- package/dts/navigation/__tests__/SidebarItem.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts +0 -2
- package/dts/navigation/__tests__/SidebarMoreMenu.test.d.ts.map +0 -1
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts +0 -18
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts.map +0 -1
- package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts +0 -2
- package/dts/numbers/__tests__/RollingNumber.a11y.test.d.ts.map +0 -1
- package/dts/overlays/__stories__/Alert.stories.d.ts +0 -23
- package/dts/overlays/__stories__/Alert.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/FocusTrap.stories.d.ts +0 -7
- package/dts/overlays/__stories__/FocusTrap.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts +0 -9
- package/dts/overlays/__stories__/FullscreenAlert.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/FullscreenModal.stories.d.ts +0 -24
- package/dts/overlays/__stories__/FullscreenModal.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts +0 -30
- package/dts/overlays/__stories__/FullscreenModalLayout.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/Modal.stories.d.ts +0 -13
- package/dts/overlays/__stories__/Modal.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/ModalInteractive.stories.d.ts +0 -21
- package/dts/overlays/__stories__/ModalInteractive.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts +0 -23
- package/dts/overlays/__stories__/OverlayContentContext.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/PortalProvider.stories.d.ts +0 -7
- package/dts/overlays/__stories__/PortalProvider.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts +0 -7
- package/dts/overlays/__stories__/SearchInputMenu.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/Toast.stories.d.ts +0 -8
- package/dts/overlays/__stories__/Toast.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/Tooltip.stories.d.ts +0 -11
- package/dts/overlays/__stories__/Tooltip.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TooltipContent.stories.d.ts +0 -11
- package/dts/overlays/__stories__/TooltipContent.stories.d.ts.map +0 -1
- package/dts/overlays/__tests__/Alert.test.d.ts +0 -2
- package/dts/overlays/__tests__/Alert.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/FocusTrap.test.d.ts +0 -2
- package/dts/overlays/__tests__/FocusTrap.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/FullscreenAlert.test.d.ts +0 -2
- package/dts/overlays/__tests__/FullscreenAlert.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/OverlayContentContext.test.d.ts +0 -2
- package/dts/overlays/__tests__/OverlayContentContext.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/Popover.test.d.ts +0 -2
- package/dts/overlays/__tests__/Popover.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/PortalProvider.test.d.ts +0 -2
- package/dts/overlays/__tests__/PortalProvider.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/Toast.test.d.ts +0 -2
- package/dts/overlays/__tests__/Toast.test.d.ts.map +0 -1
- package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts +0 -2
- package/dts/overlays/modal/__tests__/FullscreenModal.test.d.ts.map +0 -1
- package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts +0 -2
- package/dts/overlays/modal/__tests__/FullscreenModalLayout.test.d.ts.map +0 -1
- package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts +0 -2
- package/dts/overlays/modal/__tests__/Modal.perf-test.d.ts.map +0 -1
- package/dts/overlays/modal/__tests__/Modal.test.d.ts +0 -2
- package/dts/overlays/modal/__tests__/Modal.test.d.ts.map +0 -1
- package/dts/overlays/overlay/__tests__/Overlay.test.d.ts +0 -2
- package/dts/overlays/overlay/__tests__/Overlay.test.d.ts.map +0 -1
- package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts +0 -2
- package/dts/overlays/tooltip/__tests__/Tooltip.test.d.ts.map +0 -1
- package/dts/overlays/tray/__stories__/Tray.stories.d.ts +0 -5
- package/dts/overlays/tray/__stories__/Tray.stories.d.ts.map +0 -1
- package/dts/overlays/tray/__tests__/Tray.test.d.ts +0 -2
- package/dts/overlays/tray/__tests__/Tray.test.d.ts.map +0 -1
- package/dts/page/__stories__/PageFooter.stories.d.ts +0 -69
- package/dts/page/__stories__/PageFooter.stories.d.ts.map +0 -1
- package/dts/page/__stories__/PageHeader.stories.d.ts +0 -95
- package/dts/page/__stories__/PageHeader.stories.d.ts.map +0 -1
- package/dts/page/__tests__/PageFooter.test.d.ts +0 -2
- package/dts/page/__tests__/PageFooter.test.d.ts.map +0 -1
- package/dts/page/__tests__/PageHeader.test.d.ts +0 -2
- package/dts/page/__tests__/PageHeader.test.d.ts.map +0 -1
- package/dts/pagination/__stories__/Pagination.stories.d.ts +0 -5
- package/dts/pagination/__stories__/Pagination.stories.d.ts.map +0 -1
- package/dts/pagination/__stories__/UsePagination.stories.d.ts +0 -5
- package/dts/pagination/__stories__/UsePagination.stories.d.ts.map +0 -1
- package/dts/pagination/__tests__/Pagination.test.d.ts +0 -2
- package/dts/pagination/__tests__/Pagination.test.d.ts.map +0 -1
- package/dts/pagination/__tests__/usePagination.test.d.ts +0 -2
- package/dts/pagination/__tests__/usePagination.test.d.ts.map +0 -1
- package/dts/section-header/__stories__/SectionHeader.stories.d.ts +0 -9
- package/dts/section-header/__stories__/SectionHeader.stories.d.ts.map +0 -1
- package/dts/section-header/__tests__/SectionHeader.test.d.ts +0 -2
- package/dts/section-header/__tests__/SectionHeader.test.d.ts.map +0 -1
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts +0 -17
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +0 -1
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts +0 -16
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +0 -1
- package/dts/system/__stories__/Interactable.stories.d.ts +0 -8
- package/dts/system/__stories__/Interactable.stories.d.ts.map +0 -1
- package/dts/system/__stories__/Patterns.stories.d.ts +0 -10
- package/dts/system/__stories__/Patterns.stories.d.ts.map +0 -1
- package/dts/system/__stories__/Pressable.stories.d.ts +0 -10
- package/dts/system/__stories__/Pressable.stories.d.ts.map +0 -1
- package/dts/system/__stories__/ThemeProvider.stories.d.ts +0 -22
- package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +0 -1
- package/dts/system/__tests__/BrowserOnly.test.d.ts +0 -2
- package/dts/system/__tests__/BrowserOnly.test.d.ts.map +0 -1
- package/dts/system/__tests__/MediaQueryProvider.test.d.ts +0 -2
- package/dts/system/__tests__/MediaQueryProvider.test.d.ts.map +0 -1
- package/dts/system/__tests__/ThemeProvider.test.d.ts +0 -2
- package/dts/system/__tests__/ThemeProvider.test.d.ts.map +0 -1
- package/dts/tables/__mocks__/assetHub.mock.d.ts +0 -242
- package/dts/tables/__mocks__/assetHub.mock.d.ts.map +0 -1
- package/dts/tables/__mocks__/index.d.ts +0 -3
- package/dts/tables/__mocks__/index.d.ts.map +0 -1
- package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts +0 -1839
- package/dts/tables/__mocks__/retailWebYourAssets.mock.d.ts.map +0 -1
- package/dts/tables/__stories__/Table.stories.d.ts +0 -8
- package/dts/tables/__stories__/Table.stories.d.ts.map +0 -1
- package/dts/tables/__stories__/TableCaption.stories.d.ts +0 -5
- package/dts/tables/__stories__/TableCaption.stories.d.ts.map +0 -1
- package/dts/tables/__stories__/TableCell.stories.d.ts +0 -9
- package/dts/tables/__stories__/TableCell.stories.d.ts.map +0 -1
- package/dts/tables/__stories__/TableCellFallback.stories.d.ts +0 -5
- package/dts/tables/__stories__/TableCellFallback.stories.d.ts.map +0 -1
- package/dts/tables/__stories__/TableInteractive.stories.d.ts +0 -9
- package/dts/tables/__stories__/TableInteractive.stories.d.ts.map +0 -1
- package/dts/tables/__stories__/TableRow.stories.d.ts +0 -5
- package/dts/tables/__stories__/TableRow.stories.d.ts.map +0 -1
- package/dts/tables/__stories__/TableSection.stories.d.ts +0 -7
- package/dts/tables/__stories__/TableSection.stories.d.ts.map +0 -1
- package/dts/tables/__tests__/Table.test.d.ts +0 -2
- package/dts/tables/__tests__/Table.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableCaption.test.d.ts +0 -2
- package/dts/tables/__tests__/TableCaption.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableCell.test.d.ts +0 -2
- package/dts/tables/__tests__/TableCell.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableCellFallback.test.d.ts +0 -2
- package/dts/tables/__tests__/TableCellFallback.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableCellSortIcon.test.d.ts +0 -2
- package/dts/tables/__tests__/TableCellSortIcon.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableFooter.test.d.ts +0 -2
- package/dts/tables/__tests__/TableFooter.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableHeader.test.d.ts +0 -2
- package/dts/tables/__tests__/TableHeader.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableRow.test.d.ts +0 -2
- package/dts/tables/__tests__/TableRow.test.d.ts.map +0 -1
- package/dts/tables/__tests__/TableSection.test.d.ts +0 -2
- package/dts/tables/__tests__/TableSection.test.d.ts.map +0 -1
- package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts +0 -2
- package/dts/tables/hooks/__tests__/useSortableCell.test.d.ts.map +0 -1
- package/dts/tables/hooks/__tests__/useTable.test.d.ts +0 -2
- package/dts/tables/hooks/__tests__/useTable.test.d.ts.map +0 -1
- package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts +0 -2
- package/dts/tables/hooks/__tests__/useTableRowListener.test.d.ts.map +0 -1
- package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts +0 -2
- package/dts/tables/hooks/__tests__/useTableVariant.test.d.ts.map +0 -1
- package/dts/tabs/__stories__/MockTabPanel.d.ts +0 -6
- package/dts/tabs/__stories__/MockTabPanel.d.ts.map +0 -1
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +0 -27
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts +0 -5
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/TabLabel.stories.d.ts +0 -5
- package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts +0 -13
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts +0 -9
- package/dts/tabs/__stories__/TabNavigationInteractive.stories.d.ts.map +0 -1
- package/dts/tabs/__tests__/SegmentedTab.test.d.ts +0 -2
- package/dts/tabs/__tests__/SegmentedTab.test.d.ts.map +0 -1
- package/dts/tabs/__tests__/SegmentedTabs.test.d.ts +0 -2
- package/dts/tabs/__tests__/SegmentedTabs.test.d.ts.map +0 -1
- package/dts/tabs/__tests__/TabIndicator.test.d.ts +0 -2
- package/dts/tabs/__tests__/TabIndicator.test.d.ts.map +0 -1
- package/dts/tabs/__tests__/TabNavigation.test.d.ts +0 -2
- package/dts/tabs/__tests__/TabNavigation.test.d.ts.map +0 -1
- package/dts/tag/__stories__/Tag.stories.d.ts +0 -12
- package/dts/tag/__stories__/Tag.stories.d.ts.map +0 -1
- package/dts/tag/__tests__/Tag.test.d.ts +0 -2
- package/dts/tag/__tests__/Tag.test.d.ts.map +0 -1
- package/dts/tour/__stories__/Tour.stories.d.ts +0 -12
- package/dts/tour/__stories__/Tour.stories.d.ts.map +0 -1
- package/dts/tour/__tests__/Tour.test.d.ts +0 -2
- package/dts/tour/__tests__/Tour.test.d.ts.map +0 -1
- package/dts/typography/__stories__/Link.stories.d.ts +0 -20
- package/dts/typography/__stories__/Link.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/Text.stories.d.ts +0 -33
- package/dts/typography/__stories__/Text.stories.d.ts.map +0 -1
- package/dts/typography/__tests__/Link.perf-test.d.ts +0 -2
- package/dts/typography/__tests__/Link.perf-test.d.ts.map +0 -1
- package/dts/typography/__tests__/Link.test.d.ts +0 -2
- package/dts/typography/__tests__/Link.test.d.ts.map +0 -1
- package/dts/typography/__tests__/Text.test.d.ts +0 -2
- package/dts/typography/__tests__/Text.test.d.ts.map +0 -1
- package/dts/utils/__tests__/browser.test.d.ts +0 -2
- package/dts/utils/__tests__/browser.test.d.ts.map +0 -1
- package/dts/utils/__tests__/eventHandler.test.d.ts +0 -2
- package/dts/utils/__tests__/eventHandler.test.d.ts.map +0 -1
- package/dts/utils/__tests__/eventHandlers.test.d.ts +0 -2
- package/dts/utils/__tests__/eventHandlers.test.d.ts.map +0 -1
- package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts +0 -2
- package/dts/utils/__tests__/flattenAndJoinNodes.test.d.ts.map +0 -1
- package/dts/utils/__tests__/isRtl.test.d.ts +0 -2
- package/dts/utils/__tests__/isRtl.test.d.ts.map +0 -1
- package/dts/utils/__tests__/mediaQueryListener.test.d.ts +0 -2
- package/dts/utils/__tests__/mediaQueryListener.test.d.ts.map +0 -1
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +0 -158
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +0 -1
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +0 -65
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts.map +0 -1
- package/dts/visualizations/__tests__/ProgressBar.test.d.ts +0 -2
- package/dts/visualizations/__tests__/ProgressBar.test.d.ts.map +0 -1
- package/dts/visualizations/__tests__/ProgressCircle.test.d.ts +0 -2
- package/dts/visualizations/__tests__/ProgressCircle.test.d.ts.map +0 -1
|
@@ -1,540 +1,540 @@
|
|
|
1
|
-
export declare const coinbaseDenseThemeId =
|
|
1
|
+
export declare const coinbaseDenseThemeId = 'coinbase-dense';
|
|
2
2
|
/** @deprecated This theme was created to test backwards compatibility, it is not officially supported by CDS. Please copy it into your own repo and modify it as needed. Do not import it directly from CDS. */
|
|
3
3
|
export declare const coinbaseDenseTheme: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
4
|
+
readonly id: 'coinbase-dense';
|
|
5
|
+
readonly space: {
|
|
6
|
+
readonly '0': 0;
|
|
7
|
+
readonly '0.25': 2;
|
|
8
|
+
readonly '0.5': 4;
|
|
9
|
+
readonly '0.75': 6;
|
|
10
|
+
readonly '1': 8;
|
|
11
|
+
readonly '1.5': 10;
|
|
12
|
+
readonly '2': 12;
|
|
13
|
+
readonly '3': 16;
|
|
14
|
+
readonly '4': 20;
|
|
15
|
+
readonly '5': 24;
|
|
16
|
+
readonly '6': 28;
|
|
17
|
+
readonly '7': 32;
|
|
18
|
+
readonly '8': 36;
|
|
19
|
+
readonly '9': 40;
|
|
20
|
+
readonly '10': 44;
|
|
21
|
+
};
|
|
22
|
+
readonly iconSize: {
|
|
23
|
+
readonly xs: 8;
|
|
24
|
+
readonly s: 12;
|
|
25
|
+
readonly m: 16;
|
|
26
|
+
readonly l: 24;
|
|
27
|
+
};
|
|
28
|
+
readonly avatarSize: {
|
|
29
|
+
readonly s: 16;
|
|
30
|
+
readonly m: 20;
|
|
31
|
+
readonly l: 24;
|
|
32
|
+
readonly xl: 36;
|
|
33
|
+
readonly xxl: 44;
|
|
34
|
+
readonly xxxl: 48;
|
|
35
|
+
};
|
|
36
|
+
readonly controlSize: {
|
|
37
|
+
readonly checkboxSize: 16;
|
|
38
|
+
readonly radioSize: 16;
|
|
39
|
+
readonly switchWidth: 42;
|
|
40
|
+
readonly switchHeight: 24;
|
|
41
|
+
readonly switchThumbSize: 22;
|
|
42
|
+
readonly tileSize: 92;
|
|
43
|
+
};
|
|
44
|
+
readonly fontFamily: {
|
|
45
|
+
readonly display1: 'var(--cds-font-display)';
|
|
46
|
+
readonly display2: 'var(--cds-font-display)';
|
|
47
|
+
readonly display3: 'var(--cds-font-display)';
|
|
48
|
+
readonly title1: 'var(--cds-font-display)';
|
|
49
|
+
readonly title2: 'var(--cds-font-display)';
|
|
50
|
+
readonly title3: 'var(--cds-font-sans)';
|
|
51
|
+
readonly title4: 'var(--cds-font-sans)';
|
|
52
|
+
readonly headline: 'var(--cds-font-sans)';
|
|
53
|
+
readonly body: 'var(--cds-font-sans)';
|
|
54
|
+
readonly label1: 'var(--cds-font-text)';
|
|
55
|
+
readonly label2: 'var(--cds-font-text)';
|
|
56
|
+
readonly caption: 'var(--cds-font-text)';
|
|
57
|
+
readonly legal: 'var(--cds-font-text)';
|
|
58
|
+
};
|
|
59
|
+
readonly fontSize: {
|
|
60
|
+
readonly display1: '3.8125rem';
|
|
61
|
+
readonly display2: '2.8125rem';
|
|
62
|
+
readonly display3: '2.3125rem';
|
|
63
|
+
readonly title1: '1.5625rem';
|
|
64
|
+
readonly title2: '1.5625rem';
|
|
65
|
+
readonly title3: '1.0625rem';
|
|
66
|
+
readonly title4: '1.0625rem';
|
|
67
|
+
readonly headline: '0.875rem';
|
|
68
|
+
readonly body: '0.875rem';
|
|
69
|
+
readonly label1: '0.6875rem';
|
|
70
|
+
readonly label2: '0.6875rem';
|
|
71
|
+
readonly caption: '0.8125rem';
|
|
72
|
+
readonly legal: '0.625rem';
|
|
73
|
+
};
|
|
74
|
+
readonly fontWeight: {
|
|
75
|
+
readonly display1: '400';
|
|
76
|
+
readonly display2: '400';
|
|
77
|
+
readonly display3: '400';
|
|
78
|
+
readonly title1: '600';
|
|
79
|
+
readonly title2: '400';
|
|
80
|
+
readonly title3: '600';
|
|
81
|
+
readonly title4: '400';
|
|
82
|
+
readonly headline: '600';
|
|
83
|
+
readonly body: '400';
|
|
84
|
+
readonly label1: '600';
|
|
85
|
+
readonly label2: '400';
|
|
86
|
+
readonly caption: '600';
|
|
87
|
+
readonly legal: '400';
|
|
88
|
+
};
|
|
89
|
+
readonly lineHeight: {
|
|
90
|
+
readonly display1: '4.25rem';
|
|
91
|
+
readonly display2: '3.25rem';
|
|
92
|
+
readonly display3: '2.75rem';
|
|
93
|
+
readonly title1: '2rem';
|
|
94
|
+
readonly title2: '2rem';
|
|
95
|
+
readonly title3: '1.5rem';
|
|
96
|
+
readonly title4: '1.5rem';
|
|
97
|
+
readonly headline: '1.25rem';
|
|
98
|
+
readonly body: '1.25rem';
|
|
99
|
+
readonly label1: '1rem';
|
|
100
|
+
readonly label2: '1rem';
|
|
101
|
+
readonly caption: '0.75rem';
|
|
102
|
+
readonly legal: '0.75rem';
|
|
103
|
+
};
|
|
104
|
+
readonly lightSpectrum: {
|
|
105
|
+
readonly blue0: '245,248,255';
|
|
106
|
+
readonly blue5: '211,225,255';
|
|
107
|
+
readonly blue10: '176,202,255';
|
|
108
|
+
readonly blue15: '146,182,255';
|
|
109
|
+
readonly blue20: '115,162,255';
|
|
110
|
+
readonly blue30: '70,132,255';
|
|
111
|
+
readonly blue40: '38,110,255';
|
|
112
|
+
readonly blue50: '16,94,255';
|
|
113
|
+
readonly blue60: '0,82,255';
|
|
114
|
+
readonly blue70: '0,75,235';
|
|
115
|
+
readonly blue80: '0,62,193';
|
|
116
|
+
readonly blue90: '0,41,130';
|
|
117
|
+
readonly blue100: '0,24,77';
|
|
118
|
+
readonly green0: '245,255,251';
|
|
119
|
+
readonly green5: '203,245,227';
|
|
120
|
+
readonly green10: '163,235,205';
|
|
121
|
+
readonly green15: '131,224,186';
|
|
122
|
+
readonly green20: '101,214,167';
|
|
123
|
+
readonly green30: '60,194,138';
|
|
124
|
+
readonly green40: '34,173,115';
|
|
125
|
+
readonly green50: '18,153,97';
|
|
126
|
+
readonly green60: '9,133,81';
|
|
127
|
+
readonly green70: '4,112,67';
|
|
128
|
+
readonly green80: '2,83,50';
|
|
129
|
+
readonly green90: '0,57,35';
|
|
130
|
+
readonly green100: '0,31,18';
|
|
131
|
+
readonly orange0: '255,250,245';
|
|
132
|
+
readonly orange5: '254,232,210';
|
|
133
|
+
readonly orange10: '253,213,176';
|
|
134
|
+
readonly orange15: '251,194,147';
|
|
135
|
+
readonly orange20: '249,174,118';
|
|
136
|
+
readonly orange30: '244,140,76';
|
|
137
|
+
readonly orange40: '237,112,47';
|
|
138
|
+
readonly orange50: '225,89,27';
|
|
139
|
+
readonly orange60: '207,71,14';
|
|
140
|
+
readonly orange70: '181,54,6';
|
|
141
|
+
readonly orange80: '145,39,2';
|
|
142
|
+
readonly orange90: '100,26,0';
|
|
143
|
+
readonly orange100: '51,13,0';
|
|
144
|
+
readonly gray0: '255,255,255';
|
|
145
|
+
readonly gray5: '247,248,249';
|
|
146
|
+
readonly gray10: '238,240,243';
|
|
147
|
+
readonly gray15: '222,225,231';
|
|
148
|
+
readonly gray20: '206,210,219';
|
|
149
|
+
readonly gray30: '177,183,195';
|
|
150
|
+
readonly gray40: '137,144,158';
|
|
151
|
+
readonly gray50: '113,120,134';
|
|
152
|
+
readonly gray60: '91,97,110';
|
|
153
|
+
readonly gray70: '70,75,85';
|
|
154
|
+
readonly gray80: '50,53,61';
|
|
155
|
+
readonly gray90: '30,32,37';
|
|
156
|
+
readonly gray100: '10,11,13';
|
|
157
|
+
readonly indigo0: '246,247,255';
|
|
158
|
+
readonly indigo5: '230,232,255';
|
|
159
|
+
readonly indigo10: '214,218,254';
|
|
160
|
+
readonly indigo15: '198,204,253';
|
|
161
|
+
readonly indigo20: '181,189,253';
|
|
162
|
+
readonly indigo30: '148,161,251';
|
|
163
|
+
readonly indigo40: '116,135,247';
|
|
164
|
+
readonly indigo50: '89,111,242';
|
|
165
|
+
readonly indigo60: '66,91,233';
|
|
166
|
+
readonly indigo70: '47,74,215';
|
|
167
|
+
readonly indigo80: '31,54,173';
|
|
168
|
+
readonly indigo90: '17,32,107';
|
|
169
|
+
readonly indigo100: '8,15,51';
|
|
170
|
+
readonly pink0: '255,245,255';
|
|
171
|
+
readonly pink5: '253,228,253';
|
|
172
|
+
readonly pink10: '251,212,250';
|
|
173
|
+
readonly pink15: '248,195,245';
|
|
174
|
+
readonly pink20: '244,178,240';
|
|
175
|
+
readonly pink30: '235,143,227';
|
|
176
|
+
readonly pink40: '221,110,209';
|
|
177
|
+
readonly pink50: '203,81,187';
|
|
178
|
+
readonly pink60: '179,58,162';
|
|
179
|
+
readonly pink70: '149,39,133';
|
|
180
|
+
readonly pink80: '116,26,102';
|
|
181
|
+
readonly pink90: '83,17,72';
|
|
182
|
+
readonly pink100: '51,10,44';
|
|
183
|
+
readonly purple0: '251,247,255';
|
|
184
|
+
readonly purple5: '244,232,255';
|
|
185
|
+
readonly purple10: '237,217,255';
|
|
186
|
+
readonly purple15: '230,201,255';
|
|
187
|
+
readonly purple20: '222,184,255';
|
|
188
|
+
readonly purple30: '205,153,253';
|
|
189
|
+
readonly purple40: '188,123,251';
|
|
190
|
+
readonly purple50: '157,107,242';
|
|
191
|
+
readonly purple60: '138,85,233';
|
|
192
|
+
readonly purple70: '119,67,215';
|
|
193
|
+
readonly purple80: '90,48,173';
|
|
194
|
+
readonly purple90: '54,27,107';
|
|
195
|
+
readonly purple100: '25,13,51';
|
|
196
|
+
readonly red0: '255,245,246';
|
|
197
|
+
readonly red5: '254,225,228';
|
|
198
|
+
readonly red10: '253,206,210';
|
|
199
|
+
readonly red15: '251,186,191';
|
|
200
|
+
readonly red20: '249,166,173';
|
|
201
|
+
readonly red30: '244,127,136';
|
|
202
|
+
readonly red40: '237,89,102';
|
|
203
|
+
readonly red50: '225,57,71';
|
|
204
|
+
readonly red60: '207,32,47';
|
|
205
|
+
readonly red70: '181,15,29';
|
|
206
|
+
readonly red80: '145,5,16';
|
|
207
|
+
readonly red90: '100,1,9';
|
|
208
|
+
readonly red100: '51,0,4';
|
|
209
|
+
readonly teal0: '240,254,255';
|
|
210
|
+
readonly teal5: '188,246,253';
|
|
211
|
+
readonly teal10: '136,237,251';
|
|
212
|
+
readonly teal15: '93,226,248';
|
|
213
|
+
readonly teal20: '51,213,244';
|
|
214
|
+
readonly teal30: '0,188,235';
|
|
215
|
+
readonly teal40: '0,169,221';
|
|
216
|
+
readonly teal50: '0,147,203';
|
|
217
|
+
readonly teal60: '0,123,179';
|
|
218
|
+
readonly teal70: '0,97,149';
|
|
219
|
+
readonly teal80: '0,71,116';
|
|
220
|
+
readonly teal90: '0,47,83';
|
|
221
|
+
readonly teal100: '0,27,51';
|
|
222
|
+
readonly yellow0: '255,252,241';
|
|
223
|
+
readonly yellow5: '255,244,192';
|
|
224
|
+
readonly yellow10: '255,240,145';
|
|
225
|
+
readonly yellow15: '255,234,100';
|
|
226
|
+
readonly yellow20: '255,228,54';
|
|
227
|
+
readonly yellow30: '247,210,26';
|
|
228
|
+
readonly yellow40: '235,186,0';
|
|
229
|
+
readonly yellow50: '207,151,0';
|
|
230
|
+
readonly yellow60: '174,113,0';
|
|
231
|
+
readonly yellow70: '136,76,0';
|
|
232
|
+
readonly yellow80: '96,48,0';
|
|
233
|
+
readonly yellow90: '58,20,0';
|
|
234
|
+
readonly yellow100: '27,6,0';
|
|
235
|
+
readonly chartreuse0: '245,255,250';
|
|
236
|
+
readonly chartreuse5: '221,251,232';
|
|
237
|
+
readonly chartreuse10: '198,247,209';
|
|
238
|
+
readonly chartreuse15: '176,242,182';
|
|
239
|
+
readonly chartreuse20: '159,238,155';
|
|
240
|
+
readonly chartreuse30: '137,223,117';
|
|
241
|
+
readonly chartreuse40: '127,208,87';
|
|
242
|
+
readonly chartreuse50: '86,179,64';
|
|
243
|
+
readonly chartreuse60: '53,151,48';
|
|
244
|
+
readonly chartreuse70: '35,122,43';
|
|
245
|
+
readonly chartreuse80: '25,93,41';
|
|
246
|
+
readonly chartreuse90: '17,64,35';
|
|
247
|
+
readonly chartreuse100: '7,26,17';
|
|
248
|
+
};
|
|
249
|
+
readonly darkSpectrum: {
|
|
250
|
+
readonly blue0: '0,16,51';
|
|
251
|
+
readonly blue5: '1,29,91';
|
|
252
|
+
readonly blue10: '1,42,130';
|
|
253
|
+
readonly blue15: '3,51,154';
|
|
254
|
+
readonly blue20: '5,59,177';
|
|
255
|
+
readonly blue30: '10,72,206';
|
|
256
|
+
readonly blue40: '19,84,225';
|
|
257
|
+
readonly blue50: '33,98,238';
|
|
258
|
+
readonly blue60: '55,115,245';
|
|
259
|
+
readonly blue70: '87,139,250';
|
|
260
|
+
readonly blue80: '132,170,253';
|
|
261
|
+
readonly blue90: '185,207,255';
|
|
262
|
+
readonly blue100: '245,248,255';
|
|
263
|
+
readonly green0: '0,31,18';
|
|
264
|
+
readonly green5: '0,48,29';
|
|
265
|
+
readonly green10: '1,70,42';
|
|
266
|
+
readonly green15: '2,82,48';
|
|
267
|
+
readonly green20: '2,92,55';
|
|
268
|
+
readonly green30: '6,112,68';
|
|
269
|
+
readonly green40: '11,133,82';
|
|
270
|
+
readonly green50: '21,153,98';
|
|
271
|
+
readonly green60: '39,173,117';
|
|
272
|
+
readonly green70: '68,194,141';
|
|
273
|
+
readonly green80: '111,214,171';
|
|
274
|
+
readonly green90: '171,235,208';
|
|
275
|
+
readonly green100: '245,255,251';
|
|
276
|
+
readonly orange0: '51,13,0';
|
|
277
|
+
readonly orange5: '79,20,0';
|
|
278
|
+
readonly orange10: '107,28,1';
|
|
279
|
+
readonly orange15: '131,36,2';
|
|
280
|
+
readonly orange20: '155,44,4';
|
|
281
|
+
readonly orange30: '189,59,9';
|
|
282
|
+
readonly orange40: '213,76,18';
|
|
283
|
+
readonly orange50: '230,96,32';
|
|
284
|
+
readonly orange60: '240,120,54';
|
|
285
|
+
readonly orange70: '248,150,86';
|
|
286
|
+
readonly orange80: '252,185,131';
|
|
287
|
+
readonly orange90: '254,219,185';
|
|
288
|
+
readonly orange100: '255,250,245';
|
|
289
|
+
readonly gray0: '10,11,13';
|
|
290
|
+
readonly gray5: '20,21,25';
|
|
291
|
+
readonly gray10: '30,32,37';
|
|
292
|
+
readonly gray15: '40,43,49';
|
|
293
|
+
readonly gray20: '50,53,61';
|
|
294
|
+
readonly gray30: '70,75,85';
|
|
295
|
+
readonly gray40: '91,97,110';
|
|
296
|
+
readonly gray50: '114,120,134';
|
|
297
|
+
readonly gray60: '138,145,158';
|
|
298
|
+
readonly gray70: '165,170,182';
|
|
299
|
+
readonly gray80: '193,198,207';
|
|
300
|
+
readonly gray90: '224,226,231';
|
|
301
|
+
readonly gray100: '255,255,255';
|
|
302
|
+
readonly indigo0: '8,15,51';
|
|
303
|
+
readonly indigo5: '14,27,91';
|
|
304
|
+
readonly indigo10: '21,39,130';
|
|
305
|
+
readonly indigo15: '27,47,154';
|
|
306
|
+
readonly indigo20: '33,56,177';
|
|
307
|
+
readonly indigo30: '48,73,206';
|
|
308
|
+
readonly indigo40: '68,92,225';
|
|
309
|
+
readonly indigo50: '92,113,238';
|
|
310
|
+
readonly indigo60: '121,138,245';
|
|
311
|
+
readonly indigo70: '153,165,250';
|
|
312
|
+
readonly indigo80: '187,194,253';
|
|
313
|
+
readonly indigo90: '219,223,255';
|
|
314
|
+
readonly indigo100: '246,247,255';
|
|
315
|
+
readonly pink0: '51,10,44';
|
|
316
|
+
readonly pink5: '70,14,61';
|
|
317
|
+
readonly pink10: '89,19,78';
|
|
318
|
+
readonly pink15: '108,24,94';
|
|
319
|
+
readonly pink20: '126,30,111';
|
|
320
|
+
readonly pink30: '159,44,142';
|
|
321
|
+
readonly pink40: '187,64,170';
|
|
322
|
+
readonly pink50: '208,88,193';
|
|
323
|
+
readonly pink60: '225,117,214';
|
|
324
|
+
readonly pink70: '237,149,230';
|
|
325
|
+
readonly pink80: '246,184,243';
|
|
326
|
+
readonly pink90: '252,217,251';
|
|
327
|
+
readonly pink100: '255,245,255';
|
|
328
|
+
readonly purple0: '25,13,51';
|
|
329
|
+
readonly purple5: '43,22,89';
|
|
330
|
+
readonly purple10: '73,30,137';
|
|
331
|
+
readonly purple15: '97,37,175';
|
|
332
|
+
readonly purple20: '123,45,211';
|
|
333
|
+
readonly purple30: '142,51,234';
|
|
334
|
+
readonly purple40: '164,84,244';
|
|
335
|
+
readonly purple50: '188,123,251';
|
|
336
|
+
readonly purple60: '205,153,253';
|
|
337
|
+
readonly purple70: '217,176,254';
|
|
338
|
+
readonly purple80: '230,201,255';
|
|
339
|
+
readonly purple90: '237,217,255';
|
|
340
|
+
readonly purple100: '251,247,255';
|
|
341
|
+
readonly red0: '51,0,4';
|
|
342
|
+
readonly red5: '79,0,7';
|
|
343
|
+
readonly red10: '107,1,10';
|
|
344
|
+
readonly red15: '131,4,14';
|
|
345
|
+
readonly red20: '155,7,19';
|
|
346
|
+
readonly red30: '189,19,33';
|
|
347
|
+
readonly red40: '213,38,52';
|
|
348
|
+
readonly red50: '230,64,78';
|
|
349
|
+
readonly red60: '240,97,109';
|
|
350
|
+
readonly red70: '248,134,144';
|
|
351
|
+
readonly red80: '252,174,181';
|
|
352
|
+
readonly red90: '254,213,216';
|
|
353
|
+
readonly red100: '255,245,246';
|
|
354
|
+
readonly teal0: '0,20,38';
|
|
355
|
+
readonly teal5: '0,32,59';
|
|
356
|
+
readonly teal10: '0,45,79';
|
|
357
|
+
readonly teal15: '0,58,99';
|
|
358
|
+
readonly teal20: '0,72,118';
|
|
359
|
+
readonly teal30: '0,99,153';
|
|
360
|
+
readonly teal40: '0,125,182';
|
|
361
|
+
readonly teal50: '0,149,205';
|
|
362
|
+
readonly teal60: '0,170,223';
|
|
363
|
+
readonly teal70: '6,190,236';
|
|
364
|
+
readonly teal80: '69,217,245';
|
|
365
|
+
readonly teal90: '149,239,251';
|
|
366
|
+
readonly teal100: '240,254,255';
|
|
367
|
+
readonly yellow0: '27,6,0';
|
|
368
|
+
readonly yellow5: '49,17,0';
|
|
369
|
+
readonly yellow10: '81,40,0';
|
|
370
|
+
readonly yellow15: '96,48,0';
|
|
371
|
+
readonly yellow20: '115,64,0';
|
|
372
|
+
readonly yellow30: '147,96,0';
|
|
373
|
+
readonly yellow40: '175,128,0';
|
|
374
|
+
readonly yellow50: '199,158,0';
|
|
375
|
+
readonly yellow60: '222,189,23';
|
|
376
|
+
readonly yellow70: '229,205,48';
|
|
377
|
+
readonly yellow80: '242,222,94';
|
|
378
|
+
readonly yellow90: '255,240,145';
|
|
379
|
+
readonly yellow100: '255,252,241';
|
|
380
|
+
readonly chartreuse0: '5,22,14';
|
|
381
|
+
readonly chartreuse5: '14,54,29';
|
|
382
|
+
readonly chartreuse10: '21,79,34';
|
|
383
|
+
readonly chartreuse15: '29,103,36';
|
|
384
|
+
readonly chartreuse20: '45,128,40';
|
|
385
|
+
readonly chartreuse30: '73,152,54';
|
|
386
|
+
readonly chartreuse40: '107,176,73';
|
|
387
|
+
readonly chartreuse50: '123,200,105';
|
|
388
|
+
readonly chartreuse60: '140,209,136';
|
|
389
|
+
readonly chartreuse70: '158,217,163';
|
|
390
|
+
readonly chartreuse80: '178,222,188';
|
|
391
|
+
readonly chartreuse90: '209,238,220';
|
|
392
|
+
readonly chartreuse100: '245,255,250';
|
|
393
|
+
};
|
|
394
|
+
readonly lightColor: {
|
|
395
|
+
readonly fg: 'rgb(10,11,13)';
|
|
396
|
+
readonly fgMuted: 'rgb(91,97,110)';
|
|
397
|
+
readonly fgInverse: 'rgb(255,255,255)';
|
|
398
|
+
readonly fgPrimary: 'rgb(0,82,255)';
|
|
399
|
+
readonly fgWarning: 'rgb(207,71,14)';
|
|
400
|
+
readonly fgPositive: 'rgb(9,133,81)';
|
|
401
|
+
readonly fgNegative: 'rgb(207,32,47)';
|
|
402
|
+
readonly bg: 'rgb(255,255,255)';
|
|
403
|
+
readonly bgAlternate: 'rgb(238,240,243)';
|
|
404
|
+
readonly bgInverse: 'rgb(10,11,13)';
|
|
405
|
+
readonly bgOverlay: 'rgba(50,53,61,0.33)';
|
|
406
|
+
readonly bgPrimary: 'rgb(0,82,255)';
|
|
407
|
+
readonly bgPrimaryWash: 'rgb(245,248,255)';
|
|
408
|
+
readonly bgSecondary: 'rgb(238,240,243)';
|
|
409
|
+
readonly bgTertiary: 'rgb(206,210,219)';
|
|
410
|
+
readonly bgSecondaryWash: 'rgb(247,248,249)';
|
|
411
|
+
readonly bgNegative: 'rgb(207,32,47)';
|
|
412
|
+
readonly bgNegativeWash: 'rgb(255,245,246)';
|
|
413
|
+
readonly bgPositive: 'rgb(9,133,81)';
|
|
414
|
+
readonly bgPositiveWash: 'rgb(245,255,251)';
|
|
415
|
+
readonly bgWarning: 'rgb(237,112,47)';
|
|
416
|
+
readonly bgWarningWash: 'rgb(255,250,245)';
|
|
417
|
+
readonly currentColor: 'currentColor';
|
|
418
|
+
readonly bgLine: 'rgba(91,97,110,0.2)';
|
|
419
|
+
readonly bgLineHeavy: 'rgba(91,97,110,0.66)';
|
|
420
|
+
readonly bgLineInverse: 'rgb(255,255,255)';
|
|
421
|
+
readonly bgLinePrimary: 'rgb(0,82,255)';
|
|
422
|
+
readonly bgLinePrimarySubtle: 'rgb(115,162,255)';
|
|
423
|
+
readonly bgElevation1: 'rgb(255,255,255)';
|
|
424
|
+
readonly bgElevation2: 'rgb(255,255,255)';
|
|
425
|
+
readonly accentSubtleGreen: 'rgb(245,255,251)';
|
|
426
|
+
readonly accentBoldGreen: 'rgb(9,133,81)';
|
|
427
|
+
readonly accentSubtleBlue: 'rgb(245,248,255)';
|
|
428
|
+
readonly accentBoldBlue: 'rgb(0,82,255)';
|
|
429
|
+
readonly accentSubtlePurple: 'rgb(251,247,255)';
|
|
430
|
+
readonly accentBoldPurple: 'rgb(90,48,173)';
|
|
431
|
+
readonly accentSubtleYellow: 'rgb(255,252,241)';
|
|
432
|
+
readonly accentBoldYellow: 'rgb(247,210,26)';
|
|
433
|
+
readonly accentSubtleRed: 'rgb(255,245,246)';
|
|
434
|
+
readonly accentBoldRed: 'rgb(207,32,47)';
|
|
435
|
+
readonly accentSubtleGray: 'rgb(238,240,243)';
|
|
436
|
+
readonly accentBoldGray: 'rgb(50,53,61)';
|
|
437
|
+
readonly transparent: 'rgba(255,255,255,0)';
|
|
438
|
+
};
|
|
439
|
+
readonly darkColor: {
|
|
440
|
+
readonly fg: 'rgb(255,255,255)';
|
|
441
|
+
readonly fgInverse: 'rgb(10,11,13)';
|
|
442
|
+
readonly fgMuted: 'rgb(138,145,158)';
|
|
443
|
+
readonly fgPrimary: 'rgb(87,139,250)';
|
|
444
|
+
readonly fgPositive: 'rgb(39,173,117)';
|
|
445
|
+
readonly fgNegative: 'rgb(240,97,109)';
|
|
446
|
+
readonly fgWarning: 'rgb(248,150,86)';
|
|
447
|
+
readonly bg: 'rgb(10,11,13)';
|
|
448
|
+
readonly bgAlternate: 'rgb(20,21,25)';
|
|
449
|
+
readonly bgInverse: 'rgb(255,255,255)';
|
|
450
|
+
readonly bgOverlay: 'rgba(10,11,13,0.33)';
|
|
451
|
+
readonly bgPrimary: 'rgb(87,139,250)';
|
|
452
|
+
readonly bgPrimaryWash: 'rgb(0,16,51)';
|
|
453
|
+
readonly bgSecondary: 'rgb(40,43,49)';
|
|
454
|
+
readonly bgTertiary: 'rgb(50,53,61)';
|
|
455
|
+
readonly bgSecondaryWash: 'rgb(20,21,25)';
|
|
456
|
+
readonly bgNegative: 'rgb(240,97,109)';
|
|
457
|
+
readonly bgNegativeWash: 'rgb(51,0,4)';
|
|
458
|
+
readonly bgPositive: 'rgb(39,173,117)';
|
|
459
|
+
readonly bgPositiveWash: 'rgb(0,31,18)';
|
|
460
|
+
readonly bgWarning: 'rgb(199,158,0)';
|
|
461
|
+
readonly bgWarningWash: 'rgb(51,13,0)';
|
|
462
|
+
readonly currentColor: 'currentColor';
|
|
463
|
+
readonly bgLine: 'rgba(138,145,158,0.2)';
|
|
464
|
+
readonly bgLineInverse: 'rgb(10,11,13)';
|
|
465
|
+
readonly bgLineHeavy: 'rgba(138,145,158,0.66)';
|
|
466
|
+
readonly bgLinePrimary: 'rgb(87,139,250)';
|
|
467
|
+
readonly bgLinePrimarySubtle: 'rgb(5,59,177)';
|
|
468
|
+
readonly bgElevation1: 'rgb(20,21,25)';
|
|
469
|
+
readonly bgElevation2: 'rgb(30,32,37)';
|
|
470
|
+
readonly accentSubtleGreen: 'rgb(0,31,18)';
|
|
471
|
+
readonly accentBoldGreen: 'rgb(39,173,117)';
|
|
472
|
+
readonly accentSubtleBlue: 'rgb(0,16,51)';
|
|
473
|
+
readonly accentBoldBlue: 'rgb(55,115,245)';
|
|
474
|
+
readonly accentSubtlePurple: 'rgb(25,13,51)';
|
|
475
|
+
readonly accentBoldPurple: 'rgb(230,201,255)';
|
|
476
|
+
readonly accentSubtleYellow: 'rgb(27,6,0)';
|
|
477
|
+
readonly accentBoldYellow: 'rgb(147,96,0)';
|
|
478
|
+
readonly accentSubtleRed: 'rgb(51,0,4)';
|
|
479
|
+
readonly accentBoldRed: 'rgb(240,97,109)';
|
|
480
|
+
readonly accentSubtleGray: 'rgb(30,32,37)';
|
|
481
|
+
readonly accentBoldGray: 'rgb(193,198,207)';
|
|
482
|
+
readonly transparent: 'rgba(10,11,13,0)';
|
|
483
|
+
};
|
|
484
|
+
readonly borderWidth: {
|
|
485
|
+
readonly '0': 0;
|
|
486
|
+
readonly '100': 1;
|
|
487
|
+
readonly '200': 2;
|
|
488
|
+
readonly '300': 4;
|
|
489
|
+
readonly '400': 6;
|
|
490
|
+
readonly '500': 8;
|
|
491
|
+
};
|
|
492
|
+
readonly borderRadius: {
|
|
493
|
+
readonly '0': 0;
|
|
494
|
+
readonly '100': 4;
|
|
495
|
+
readonly '200': 8;
|
|
496
|
+
readonly '300': 12;
|
|
497
|
+
readonly '400': 16;
|
|
498
|
+
readonly '500': 24;
|
|
499
|
+
readonly '600': 32;
|
|
500
|
+
readonly '700': 40;
|
|
501
|
+
readonly '800': 48;
|
|
502
|
+
readonly '900': 56;
|
|
503
|
+
readonly '1000': 100000;
|
|
504
|
+
};
|
|
505
|
+
readonly fontFamilyMono: {
|
|
506
|
+
readonly display1: 'var(--cds-font-mono)';
|
|
507
|
+
readonly display2: 'var(--cds-font-mono)';
|
|
508
|
+
readonly display3: 'var(--cds-font-mono)';
|
|
509
|
+
readonly title1: 'var(--cds-font-mono)';
|
|
510
|
+
readonly title2: 'var(--cds-font-mono)';
|
|
511
|
+
readonly title3: 'var(--cds-font-mono)';
|
|
512
|
+
readonly title4: 'var(--cds-font-mono)';
|
|
513
|
+
readonly headline: 'var(--cds-font-mono)';
|
|
514
|
+
readonly body: 'var(--cds-font-mono)';
|
|
515
|
+
readonly label1: 'var(--cds-font-mono)';
|
|
516
|
+
readonly label2: 'var(--cds-font-mono)';
|
|
517
|
+
readonly caption: 'var(--cds-font-mono)';
|
|
518
|
+
readonly legal: 'var(--cds-font-mono)';
|
|
519
|
+
};
|
|
520
|
+
readonly textTransform: {
|
|
521
|
+
readonly display1: 'none';
|
|
522
|
+
readonly display2: 'none';
|
|
523
|
+
readonly display3: 'none';
|
|
524
|
+
readonly title1: 'none';
|
|
525
|
+
readonly title2: 'none';
|
|
526
|
+
readonly title3: 'none';
|
|
527
|
+
readonly title4: 'none';
|
|
528
|
+
readonly headline: 'none';
|
|
529
|
+
readonly body: 'none';
|
|
530
|
+
readonly label1: 'none';
|
|
531
|
+
readonly label2: 'none';
|
|
532
|
+
readonly caption: 'uppercase';
|
|
533
|
+
readonly legal: 'none';
|
|
534
|
+
};
|
|
535
|
+
readonly shadow: {
|
|
536
|
+
readonly elevation1: '0px 8px 12px rgba(0, 0, 0, 0.12)';
|
|
537
|
+
readonly elevation2: '0px 8px 24px rgba(0, 0, 0, 0.12)';
|
|
538
|
+
};
|
|
539
539
|
};
|
|
540
|
-
//# sourceMappingURL=coinbaseDenseTheme.d.ts.map
|
|
540
|
+
//# sourceMappingURL=coinbaseDenseTheme.d.ts.map
|