@coinbase/cds-web 8.13.1 → 8.13.5
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 +61 -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 +36 -20
- package/dts/tabs/SegmentedTab.d.ts.map +1 -1
- 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/Tour.d.ts.map +1 -1
- 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/SegmentedTab.js +25 -4
- package/esm/tabs/TabLabel.css +2 -2
- package/esm/tabs/TabNavigation.css +2 -2
- package/esm/tour/Tour.css +1 -1
- package/esm/tour/Tour.js +102 -72
- package/esm/tour/TourStep.js +5 -4
- 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
|
@@ -2,111 +2,114 @@ import React from 'react';
|
|
|
2
2
|
import type { SharedAccessibilityProps, SharedProps } from '@coinbase/cds-common/types';
|
|
3
3
|
import { type BoxBaseProps, type BoxDefaultElement, type BoxProps } from '../layout/Box';
|
|
4
4
|
export type CarouselItemRenderChildren = React.FC<{
|
|
5
|
-
|
|
5
|
+
isVisible: boolean;
|
|
6
6
|
}>;
|
|
7
7
|
export type CarouselItemBaseProps = Omit<BoxBaseProps, 'children'> & {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
/**
|
|
9
|
+
* Unique identifier for this carousel item.
|
|
10
|
+
*/
|
|
11
|
+
id: string;
|
|
12
|
+
/**
|
|
13
|
+
* Component to render as the carousel item content.
|
|
14
|
+
* Can be a React node or a function that receives the visibility state.
|
|
15
|
+
*/
|
|
16
|
+
children?: CarouselItemRenderChildren | React.ReactNode;
|
|
17
17
|
};
|
|
18
|
-
export type CarouselItemProps = Omit<BoxProps<BoxDefaultElement>, 'children'> &
|
|
18
|
+
export type CarouselItemProps = Omit<BoxProps<BoxDefaultElement>, 'children'> &
|
|
19
|
+
CarouselItemBaseProps;
|
|
19
20
|
export type CarouselItemComponent = React.FC<CarouselItemProps>;
|
|
20
21
|
export type CarouselItemElement = React.ReactElement<CarouselItemProps, CarouselItemComponent>;
|
|
21
22
|
export type CarouselContextValue = {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
/**
|
|
24
|
+
* Set of item IDs that are currently visible in the carousel viewport.
|
|
25
|
+
*/
|
|
26
|
+
visibleCarouselItems: Set<string>;
|
|
26
27
|
};
|
|
27
28
|
export declare const CarouselContext: React.Context<CarouselContextValue | undefined>;
|
|
28
29
|
export declare const useCarouselContext: () => CarouselContextValue;
|
|
29
30
|
export type CarouselNavigationComponentBaseProps = {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
31
|
+
/**
|
|
32
|
+
* Callback for when the previous button is pressed.
|
|
33
|
+
*/
|
|
34
|
+
onGoPrevious?: () => void;
|
|
35
|
+
/**
|
|
36
|
+
* Callback for when the next button is pressed.
|
|
37
|
+
*/
|
|
38
|
+
onGoNext?: () => void;
|
|
39
|
+
/**
|
|
40
|
+
* Whether the previous button is disabled.
|
|
41
|
+
*/
|
|
42
|
+
disableGoPrevious?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Whether the next button is disabled.
|
|
45
|
+
*/
|
|
46
|
+
disableGoNext?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Accessibility label for the next page button.
|
|
49
|
+
*/
|
|
50
|
+
nextPageAccessibilityLabel?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Accessibility label for the previous page button.
|
|
53
|
+
*/
|
|
54
|
+
previousPageAccessibilityLabel?: string;
|
|
54
55
|
};
|
|
55
56
|
export type CarouselNavigationComponentProps = CarouselNavigationComponentBaseProps & {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
57
|
+
/**
|
|
58
|
+
* Custom class name for the component.
|
|
59
|
+
*/
|
|
60
|
+
className?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Custom styles for the component.
|
|
63
|
+
*/
|
|
64
|
+
style?: React.CSSProperties;
|
|
64
65
|
};
|
|
65
66
|
export type CarouselNavigationComponent = React.FC<CarouselNavigationComponentProps>;
|
|
66
67
|
export type CarouselPaginationComponentBaseProps = {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
68
|
+
/**
|
|
69
|
+
* Total number of pages.
|
|
70
|
+
*/
|
|
71
|
+
totalPages: number;
|
|
72
|
+
/**
|
|
73
|
+
* Index of the active page.
|
|
74
|
+
*/
|
|
75
|
+
activePageIndex: number;
|
|
76
|
+
/**
|
|
77
|
+
* Callback for when a page is clicked.
|
|
78
|
+
*/
|
|
79
|
+
onClickPage?: (index: number) => void;
|
|
80
|
+
/**
|
|
81
|
+
* Accessibility label for the go to page button. You can optionally pass a function that will receive the pageIndex as an argument, and return an accessibility label string.
|
|
82
|
+
*/
|
|
83
|
+
paginationAccessibilityLabel?: string | ((pageIndex: number) => string);
|
|
83
84
|
};
|
|
84
85
|
export type CarouselPaginationComponentProps = CarouselPaginationComponentBaseProps & {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
86
|
+
/**
|
|
87
|
+
* Custom class name for the root element.
|
|
88
|
+
*/
|
|
89
|
+
className?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Custom styles for the component.
|
|
92
|
+
*/
|
|
93
|
+
style?: React.CSSProperties;
|
|
93
94
|
};
|
|
94
95
|
export type CarouselPaginationComponent = React.FC<CarouselPaginationComponentProps>;
|
|
95
96
|
export type CarouselImperativeHandle = {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
97
|
+
/**
|
|
98
|
+
* The currently active page index.
|
|
99
|
+
*/
|
|
100
|
+
activePageIndex: number;
|
|
101
|
+
/**
|
|
102
|
+
* The total number of pages.
|
|
103
|
+
*/
|
|
104
|
+
totalPages: number;
|
|
105
|
+
/**
|
|
106
|
+
* Navigate to a specific page by index.
|
|
107
|
+
*/
|
|
108
|
+
goToPage: (pageIndex: number) => void;
|
|
108
109
|
};
|
|
109
|
-
export type CarouselBaseProps = SharedProps &
|
|
110
|
+
export type CarouselBaseProps = SharedProps &
|
|
111
|
+
SharedAccessibilityProps &
|
|
112
|
+
BoxBaseProps & {
|
|
110
113
|
/**
|
|
111
114
|
* Children are required to be CarouselItems because we calculate
|
|
112
115
|
* their offset relative to the parent container.
|
|
@@ -178,8 +181,9 @@ export type CarouselBaseProps = SharedProps & SharedAccessibilityProps & BoxBase
|
|
|
178
181
|
* Callback fired when the user ends dragging the carousel.
|
|
179
182
|
*/
|
|
180
183
|
onDragEnd?: () => void;
|
|
181
|
-
};
|
|
182
|
-
export type CarouselProps = Omit<BoxProps<BoxDefaultElement>, 'title'> &
|
|
184
|
+
};
|
|
185
|
+
export type CarouselProps = Omit<BoxProps<BoxDefaultElement>, 'title'> &
|
|
186
|
+
CarouselBaseProps & {
|
|
183
187
|
/**
|
|
184
188
|
* Custom class name for the root element.
|
|
185
189
|
*/
|
|
@@ -188,30 +192,30 @@ export type CarouselProps = Omit<BoxProps<BoxDefaultElement>, 'title'> & Carouse
|
|
|
188
192
|
* Custom class names for the component.
|
|
189
193
|
*/
|
|
190
194
|
classNames?: {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
195
|
+
/**
|
|
196
|
+
* Custom class name for the root element.
|
|
197
|
+
*/
|
|
198
|
+
root?: string;
|
|
199
|
+
/**
|
|
200
|
+
* Custom class name for the title element.
|
|
201
|
+
*/
|
|
202
|
+
title?: string;
|
|
203
|
+
/**
|
|
204
|
+
* Custom class name for the navigation element.
|
|
205
|
+
*/
|
|
206
|
+
navigation?: string;
|
|
207
|
+
/**
|
|
208
|
+
* Custom class name for the pagination element.
|
|
209
|
+
*/
|
|
210
|
+
pagination?: string;
|
|
211
|
+
/**
|
|
212
|
+
* Custom class name for the main carousel element.
|
|
213
|
+
*/
|
|
214
|
+
carousel?: string;
|
|
215
|
+
/**
|
|
216
|
+
* Custom class name for the outer carousel container element.
|
|
217
|
+
*/
|
|
218
|
+
carouselContainer?: string;
|
|
215
219
|
};
|
|
216
220
|
/**
|
|
217
221
|
* Custom styles for the root element.
|
|
@@ -221,31 +225,35 @@ export type CarouselProps = Omit<BoxProps<BoxDefaultElement>, 'title'> & Carouse
|
|
|
221
225
|
* Custom styles for the component.
|
|
222
226
|
*/
|
|
223
227
|
styles?: {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
228
|
+
/**
|
|
229
|
+
* Custom styles for the root element.
|
|
230
|
+
*/
|
|
231
|
+
root?: React.CSSProperties;
|
|
232
|
+
/**
|
|
233
|
+
* Custom styles for the title element.
|
|
234
|
+
*/
|
|
235
|
+
title?: React.CSSProperties;
|
|
236
|
+
/**
|
|
237
|
+
* Custom styles for the navigation element.
|
|
238
|
+
*/
|
|
239
|
+
navigation?: React.CSSProperties;
|
|
240
|
+
/**
|
|
241
|
+
* Custom styles for the pagination element.
|
|
242
|
+
*/
|
|
243
|
+
pagination?: React.CSSProperties;
|
|
244
|
+
/**
|
|
245
|
+
* Custom styles for the main carousel element.
|
|
246
|
+
*/
|
|
247
|
+
carousel?: React.CSSProperties;
|
|
248
|
+
/**
|
|
249
|
+
* Custom styles for the outer carousel container element.
|
|
250
|
+
*/
|
|
251
|
+
carouselContainer?: React.CSSProperties;
|
|
248
252
|
};
|
|
249
|
-
};
|
|
250
|
-
export declare const Carousel: React.MemoExoticComponent<
|
|
251
|
-
|
|
253
|
+
};
|
|
254
|
+
export declare const Carousel: React.MemoExoticComponent<
|
|
255
|
+
React.ForwardRefExoticComponent<
|
|
256
|
+
Omit<CarouselProps, 'ref'> & React.RefAttributes<CarouselImperativeHandle>
|
|
257
|
+
>
|
|
258
|
+
>;
|
|
259
|
+
//# sourceMappingURL=Carousel.d.ts.map
|
|
@@ -3,5 +3,13 @@ import { type CarouselItemProps } from './Carousel';
|
|
|
3
3
|
/**
|
|
4
4
|
* Individual carousel item component that registers itself with the carousel via RefMapContext.
|
|
5
5
|
*/
|
|
6
|
-
export declare const CarouselItem: React.MemoExoticComponent<
|
|
7
|
-
|
|
6
|
+
export declare const CarouselItem: React.MemoExoticComponent<
|
|
7
|
+
({
|
|
8
|
+
id,
|
|
9
|
+
children,
|
|
10
|
+
testID,
|
|
11
|
+
style,
|
|
12
|
+
...props
|
|
13
|
+
}: CarouselItemProps) => import('react/jsx-runtime').JSX.Element
|
|
14
|
+
>;
|
|
15
|
+
//# sourceMappingURL=CarouselItem.d.ts.map
|
|
@@ -3,73 +3,73 @@ import type { IconButtonVariant } from '@coinbase/cds-common/types/IconButtonBas
|
|
|
3
3
|
import type { IconName } from '@coinbase/cds-common/types/IconName';
|
|
4
4
|
import type { CarouselNavigationComponentProps } from './Carousel';
|
|
5
5
|
export type DefaultCarouselNavigationProps = CarouselNavigationComponentProps & {
|
|
6
|
+
/**
|
|
7
|
+
* Test ID map for the component.
|
|
8
|
+
*/
|
|
9
|
+
testIDMap?: {
|
|
6
10
|
/**
|
|
7
|
-
* Test ID
|
|
11
|
+
* Test ID for the previous button.
|
|
8
12
|
*/
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Test ID for the previous button.
|
|
12
|
-
*/
|
|
13
|
-
previousButton?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Test ID for the next button.
|
|
16
|
-
*/
|
|
17
|
-
nextButton?: string;
|
|
18
|
-
};
|
|
13
|
+
previousButton?: string;
|
|
19
14
|
/**
|
|
20
|
-
*
|
|
15
|
+
* Test ID for the next button.
|
|
21
16
|
*/
|
|
22
|
-
|
|
17
|
+
nextButton?: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Icon to use for the previous button.
|
|
21
|
+
*/
|
|
22
|
+
previousIcon?: IconName;
|
|
23
|
+
/**
|
|
24
|
+
* Icon to use for the next button.
|
|
25
|
+
*/
|
|
26
|
+
nextIcon?: IconName;
|
|
27
|
+
/**
|
|
28
|
+
* Variant of the icon button.
|
|
29
|
+
*/
|
|
30
|
+
variant?: IconButtonVariant;
|
|
31
|
+
/**
|
|
32
|
+
* Whether the icon button is compact.
|
|
33
|
+
*/
|
|
34
|
+
compact?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Whether the navigation buttons should be hidden unless focused.
|
|
37
|
+
*/
|
|
38
|
+
hideUnlessFocused?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Custom class names for the component.
|
|
41
|
+
*/
|
|
42
|
+
classNames?: {
|
|
23
43
|
/**
|
|
24
|
-
*
|
|
44
|
+
* Custom class name for the root element.
|
|
25
45
|
*/
|
|
26
|
-
|
|
46
|
+
root?: string;
|
|
27
47
|
/**
|
|
28
|
-
*
|
|
48
|
+
* Custom class name for the previous button.
|
|
29
49
|
*/
|
|
30
|
-
|
|
50
|
+
previousButton?: string;
|
|
31
51
|
/**
|
|
32
|
-
*
|
|
52
|
+
* Custom class name for the next button.
|
|
33
53
|
*/
|
|
34
|
-
|
|
54
|
+
nextButton?: string;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Custom styles for the component.
|
|
58
|
+
*/
|
|
59
|
+
styles?: {
|
|
35
60
|
/**
|
|
36
|
-
*
|
|
61
|
+
* Custom styles for the root element.
|
|
37
62
|
*/
|
|
38
|
-
|
|
63
|
+
root?: React.CSSProperties;
|
|
39
64
|
/**
|
|
40
|
-
* Custom
|
|
65
|
+
* Custom styles for the previous button.
|
|
41
66
|
*/
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Custom class name for the root element.
|
|
45
|
-
*/
|
|
46
|
-
root?: string;
|
|
47
|
-
/**
|
|
48
|
-
* Custom class name for the previous button.
|
|
49
|
-
*/
|
|
50
|
-
previousButton?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Custom class name for the next button.
|
|
53
|
-
*/
|
|
54
|
-
nextButton?: string;
|
|
55
|
-
};
|
|
67
|
+
previousButton?: React.CSSProperties;
|
|
56
68
|
/**
|
|
57
|
-
* Custom styles for the
|
|
69
|
+
* Custom styles for the next button.
|
|
58
70
|
*/
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
* Custom styles for the root element.
|
|
62
|
-
*/
|
|
63
|
-
root?: React.CSSProperties;
|
|
64
|
-
/**
|
|
65
|
-
* Custom styles for the previous button.
|
|
66
|
-
*/
|
|
67
|
-
previousButton?: React.CSSProperties;
|
|
68
|
-
/**
|
|
69
|
-
* Custom styles for the next button.
|
|
70
|
-
*/
|
|
71
|
-
nextButton?: React.CSSProperties;
|
|
72
|
-
};
|
|
71
|
+
nextButton?: React.CSSProperties;
|
|
72
|
+
};
|
|
73
73
|
};
|
|
74
74
|
export declare const DefaultCarouselNavigation: React.NamedExoticComponent<DefaultCarouselNavigationProps>;
|
|
75
|
-
//# sourceMappingURL=DefaultCarouselNavigation.d.ts.map
|
|
75
|
+
//# sourceMappingURL=DefaultCarouselNavigation.d.ts.map
|
|
@@ -1,33 +1,34 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { SharedProps } from '@coinbase/cds-common/types';
|
|
3
3
|
import type { CarouselPaginationComponentProps } from './Carousel';
|
|
4
|
-
export type DefaultCarouselPaginationProps = CarouselPaginationComponentProps &
|
|
4
|
+
export type DefaultCarouselPaginationProps = CarouselPaginationComponentProps &
|
|
5
|
+
SharedProps & {
|
|
5
6
|
/**
|
|
6
7
|
* Custom class names for the component.
|
|
7
8
|
*/
|
|
8
9
|
classNames?: {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
/**
|
|
11
|
+
* Custom class name for the root element.
|
|
12
|
+
*/
|
|
13
|
+
root?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Custom class name for the dot element.
|
|
16
|
+
*/
|
|
17
|
+
dot?: string;
|
|
17
18
|
};
|
|
18
19
|
/**
|
|
19
20
|
* Custom styles for the component.
|
|
20
21
|
*/
|
|
21
22
|
styles?: {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
/**
|
|
24
|
+
* Custom styles for the root element.
|
|
25
|
+
*/
|
|
26
|
+
root?: React.CSSProperties;
|
|
27
|
+
/**
|
|
28
|
+
* Custom styles for the dot element.
|
|
29
|
+
*/
|
|
30
|
+
dot?: React.CSSProperties;
|
|
30
31
|
};
|
|
31
|
-
};
|
|
32
|
+
};
|
|
32
33
|
export declare const DefaultCarouselPagination: React.NamedExoticComponent<DefaultCarouselPaginationProps>;
|
|
33
|
-
//# sourceMappingURL=DefaultCarouselPagination.d.ts.map
|
|
34
|
+
//# sourceMappingURL=DefaultCarouselPagination.d.ts.map
|
package/dts/carousel/index.d.ts
CHANGED
package/dts/cells/Cell.d.ts
CHANGED
|
@@ -5,10 +5,28 @@ import type { Polymorphic } from '../core/polymorphism';
|
|
|
5
5
|
import { type BoxBaseProps } from '../layout/Box';
|
|
6
6
|
import { type PressableProps } from '../system/Pressable';
|
|
7
7
|
import type { CellAccessoryProps } from './CellAccessory';
|
|
8
|
-
export declare const cellDefaultElement =
|
|
8
|
+
export declare const cellDefaultElement = 'div';
|
|
9
9
|
export type CellDefaultElement = typeof cellDefaultElement;
|
|
10
|
-
export type CellSpacing = Pick<
|
|
11
|
-
|
|
10
|
+
export type CellSpacing = Pick<
|
|
11
|
+
BoxBaseProps,
|
|
12
|
+
| 'padding'
|
|
13
|
+
| 'paddingX'
|
|
14
|
+
| 'paddingY'
|
|
15
|
+
| 'paddingTop'
|
|
16
|
+
| 'paddingEnd'
|
|
17
|
+
| 'paddingBottom'
|
|
18
|
+
| 'paddingStart'
|
|
19
|
+
| 'margin'
|
|
20
|
+
| 'marginX'
|
|
21
|
+
| 'marginY'
|
|
22
|
+
| 'marginTop'
|
|
23
|
+
| 'marginEnd'
|
|
24
|
+
| 'marginBottom'
|
|
25
|
+
| 'marginStart'
|
|
26
|
+
>;
|
|
27
|
+
export type CellBaseProps = Polymorphic.ExtendableProps<
|
|
28
|
+
BoxBaseProps,
|
|
29
|
+
Pick<PressableProps<'a'>, 'href' | 'target'> & {
|
|
12
30
|
contentClassName?: string;
|
|
13
31
|
onKeyDown?: React.KeyboardEventHandler;
|
|
14
32
|
onKeyUp?: React.KeyboardEventHandler;
|
|
@@ -34,9 +52,16 @@ export type CellBaseProps = Polymorphic.ExtendableProps<BoxBaseProps, Pick<Press
|
|
|
34
52
|
innerSpacing?: CellSpacing;
|
|
35
53
|
/** The content to display below the main cell content */
|
|
36
54
|
bottomContent?: React.ReactNode;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
type
|
|
55
|
+
}
|
|
56
|
+
>;
|
|
57
|
+
export type CellProps<AsComponent extends React.ElementType> = Polymorphic.Props<
|
|
58
|
+
AsComponent,
|
|
59
|
+
CellBaseProps
|
|
60
|
+
>;
|
|
61
|
+
type CellComponent = (<AsComponent extends React.ElementType = CellDefaultElement>(
|
|
62
|
+
props: CellProps<AsComponent>,
|
|
63
|
+
) => Polymorphic.ReactReturn) &
|
|
64
|
+
Polymorphic.ReactNamed;
|
|
40
65
|
export declare const Cell: CellComponent;
|
|
41
66
|
export {};
|
|
42
|
-
//# sourceMappingURL=Cell.d.ts.map
|
|
67
|
+
//# sourceMappingURL=Cell.d.ts.map
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PaddingProps } from '@coinbase/cds-common/types';
|
|
3
3
|
import { type BoxDefaultElement, type BoxProps } from '../layout/Box';
|
|
4
|
-
export declare const cellAccessoryTestId =
|
|
4
|
+
export declare const cellAccessoryTestId = 'accessory';
|
|
5
5
|
export type CellAccessoryType = 'arrow' | 'more' | 'selected';
|
|
6
6
|
export type CellAccessoryBaseProps = PaddingProps & {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
/** Type of accessory to display at the end. */
|
|
8
|
+
type: CellAccessoryType;
|
|
9
|
+
/**
|
|
10
|
+
* @danger This is a migration escape hatch. It is not intended to be used normally.
|
|
11
|
+
*/
|
|
12
|
+
className?: string;
|
|
13
13
|
};
|
|
14
14
|
export type CellAccessoryProps = CellAccessoryBaseProps & BoxProps<BoxDefaultElement>;
|
|
15
|
-
export declare const CellAccessory: React.MemoExoticComponent<
|
|
16
|
-
|
|
15
|
+
export declare const CellAccessory: React.MemoExoticComponent<
|
|
16
|
+
React.ForwardRefExoticComponent<
|
|
17
|
+
Omit<CellAccessoryProps, 'ref'> & React.RefAttributes<HTMLDivElement>
|
|
18
|
+
>
|
|
19
|
+
>;
|
|
20
|
+
//# sourceMappingURL=CellAccessory.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export type CellDetailVariant = 'foregroundMuted' | 'negative' | 'positive' | 'warning';
|
|
3
3
|
export type CellDetailProps = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Label and/or extra detail. This prop is only intended to accept a string or Text component;
|
|
6
|
+
* other use cases, while allowed, are not supported and may result in unexpected behavior.
|
|
7
|
+
*/
|
|
8
|
+
detail?: React.ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Subdetail providing more information. This prop is only intended to accept a string or Text component;
|
|
11
|
+
* other use cases, while allowed, are not supported and may result in unexpected behavior.
|
|
12
|
+
*/
|
|
13
|
+
subdetail?: React.ReactNode;
|
|
14
|
+
/** Variant color to apply to the subdetail text. */
|
|
15
|
+
variant?: CellDetailVariant;
|
|
16
16
|
};
|
|
17
17
|
export declare const CellDetail: React.NamedExoticComponent<CellDetailProps>;
|
|
18
|
-
//# sourceMappingURL=CellDetail.d.ts.map
|
|
18
|
+
//# sourceMappingURL=CellDetail.d.ts.map
|