@coinbase/cds-mobile 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/accordion/Accordion.d.ts +12 -2
- package/dts/accordion/AccordionHeader.d.ts +43 -27
- package/dts/accordion/AccordionItem.d.ts +19 -4
- package/dts/accordion/AccordionPanel.d.ts +17 -11
- package/dts/accordion/__figma__/Accordion.figma.d.ts +1 -1
- package/dts/accordion/index.d.ts +1 -1
- package/dts/alpha/carousel/Carousel.d.ts +61 -49
- package/dts/alpha/carousel/CarouselControlsWrapper.d.ts +2 -2
- package/dts/alpha/carousel/CarouselItem.d.ts +26 -26
- package/dts/alpha/carousel/types.d.ts +16 -16
- package/dts/alpha/carousel/useCarousel.d.ts +2 -2
- package/dts/alpha/carousel/useCarouselItem.d.ts +1 -1
- package/dts/animation/AnimationProps.d.ts +4 -4
- package/dts/animation/Lottie.d.ts +22 -13
- package/dts/animation/Lottie.e2e.d.ts +11 -2
- package/dts/animation/LottieStatusAnimation.d.ts +7 -2
- package/dts/animation/convertMotionConfig.d.ts +15 -8
- package/dts/animation/createLottie.d.ts +22 -19
- package/dts/animation/createLottie.e2e.d.ts +28 -19
- package/dts/animation/index.d.ts +1 -1
- package/dts/animation/lottieProgresConfig.d.ts +4 -4
- package/dts/animation/mocks.d.ts +38 -20
- package/dts/animation/types.d.ts +49 -46
- package/dts/animation/useLottie.d.ts +5 -2
- package/dts/animation/useLottie.e2e.d.ts +28 -19
- package/dts/animation/useLottieColorFilters.d.ts +7 -4
- package/dts/animation/useRotateAnimation.d.ts +14 -10
- package/dts/banner/Banner.d.ts +102 -92
- package/dts/buttons/AvatarButton.d.ts +5 -2
- package/dts/buttons/Button.d.ts +87 -71
- package/dts/buttons/ButtonGroup.d.ts +9 -4
- package/dts/buttons/DefaultSlideButtonBackground.d.ts +18 -11
- package/dts/buttons/DefaultSlideButtonHandle.d.ts +63 -39
- package/dts/buttons/IconButton.d.ts +5 -3
- package/dts/buttons/IconCounterButton.d.ts +33 -24
- package/dts/buttons/SlideButton.d.ts +212 -201
- 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__/SlideButton.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 +8 -3
- package/dts/cards/CardBody.d.ts +7 -3
- package/dts/cards/CardFooter.d.ts +7 -3
- package/dts/cards/CardGroup.d.ts +39 -31
- package/dts/cards/CardHeader.d.ts +10 -2
- package/dts/cards/CardMedia.d.ts +1 -1
- package/dts/cards/CardRemoteImage.d.ts +1 -1
- package/dts/cards/ContainedAssetCard.d.ts +37 -22
- package/dts/cards/ContentCard/ContentCard.d.ts +25 -18
- package/dts/cards/ContentCard/ContentCardBody.d.ts +50 -43
- package/dts/cards/ContentCard/ContentCardFooter.d.ts +28 -21
- package/dts/cards/ContentCard/ContentCardHeader.d.ts +42 -35
- 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 +5 -4
- package/dts/cards/FeatureEntryCard.d.ts +1 -1
- package/dts/cards/FeedCard.d.ts +6 -4
- package/dts/cards/FloatingAssetCard.d.ts +29 -19
- package/dts/cards/LikeButton.d.ts +7 -3
- package/dts/cards/NudgeCard.d.ts +32 -5
- 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 +213 -204
- package/dts/carousel/CarouselItem.d.ts +4 -2
- package/dts/carousel/DefaultCarouselNavigation.d.ts +37 -37
- package/dts/carousel/DefaultCarouselPagination.d.ts +12 -12
- package/dts/carousel/index.d.ts +1 -1
- package/dts/cells/Cell.d.ts +21 -4
- package/dts/cells/CellAccessory.d.ts +7 -7
- package/dts/cells/CellDetail.d.ts +14 -14
- package/dts/cells/CellHelperText.d.ts +6 -4
- package/dts/cells/CellMedia.d.ts +20 -18
- package/dts/cells/ContentCell.d.ts +13 -13
- package/dts/cells/ContentCellFallback.d.ts +11 -11
- package/dts/cells/ListCell.d.ts +4 -3
- package/dts/cells/ListCellFallback.d.ts +19 -17
- 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 +17 -11
- package/dts/chips/ChipProps.d.ts +14 -8
- package/dts/chips/InputChip.d.ts +10 -5
- package/dts/chips/SelectChip.d.ts +19 -8
- package/dts/chips/TabbedChips.d.ts +9 -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/coachmark/Coachmark.d.ts +62 -53
- package/dts/coachmark/__figma__/Coachmark.figma.d.ts +1 -1
- package/dts/collapsible/Collapsible.d.ts +37 -31
- package/dts/collapsible/index.d.ts +1 -1
- package/dts/collapsible/useCollapsibleAnimation.d.ts +17 -12
- package/dts/collapsible/useCollapsibleDirection.d.ts +14 -8
- package/dts/collapsible/useToggleAnimation.d.ts +4 -4
- package/dts/controls/Checkbox.d.ts +16 -13
- package/dts/controls/CheckboxCell.d.ts +22 -18
- package/dts/controls/CheckboxGroup.d.ts +10 -6
- package/dts/controls/Control.d.ts +36 -24
- package/dts/controls/ControlGroup.d.ts +19 -9
- package/dts/controls/HelperText.d.ts +10 -10
- package/dts/controls/InputIcon.d.ts +10 -8
- package/dts/controls/InputIconButton.d.ts +6 -6
- package/dts/controls/InputLabel.d.ts +1 -1
- package/dts/controls/InputStack.d.ts +58 -57
- package/dts/controls/Menu.d.ts +8 -2
- package/dts/controls/NativeInput.d.ts +57 -40
- package/dts/controls/Radio.d.ts +5 -3
- package/dts/controls/RadioCell.d.ts +22 -18
- package/dts/controls/RadioGroup.d.ts +14 -6
- package/dts/controls/SearchInput.d.ts +131 -95
- package/dts/controls/Select.d.ts +43 -17
- package/dts/controls/SelectContext.d.ts +10 -10
- package/dts/controls/SelectOption.d.ts +5 -3
- package/dts/controls/Switch.d.ts +4 -2
- package/dts/controls/TextInput.d.ts +98 -58
- 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__/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/useControlMotionProps.d.ts +13 -9
- package/dts/controls/useSelect.d.ts +14 -7
- package/dts/core/theme.d.ts +85 -85
- package/dts/dates/DateInput.d.ts +17 -10
- package/dts/dates/DatePicker.d.ts +110 -79
- package/dts/dates/__figma__/DatePicker.figma.d.ts +1 -1
- package/dts/dots/DotCount.d.ts +43 -21
- package/dts/dots/DotStatusColor.d.ts +25 -5
- package/dts/dots/DotSymbol.d.ts +40 -6
- 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 +12 -6
- package/dts/dots/index.d.ts +1 -1
- package/dts/dots/useDotsLayout.d.ts +1 -1
- package/dts/examples/ExampleScreen.d.ts +12 -6
- package/dts/gradients/LinearGradient.d.ts +63 -51
- package/dts/hooks/useA11y.d.ts +3 -3
- package/dts/hooks/useAnimatedTransition.d.ts +5 -2
- package/dts/hooks/useAppState.d.ts +7 -2
- package/dts/hooks/useCellSpacing.d.ts +225 -42
- package/dts/hooks/useCheckboxGroupState.d.ts +1 -1
- package/dts/hooks/useContentSize.d.ts +3 -3
- package/dts/hooks/useDeviceColorScheme.d.ts +1 -1
- package/dts/hooks/useDeviceFontScale.d.ts +1 -1
- package/dts/hooks/useDimensions.d.ts +4 -4
- package/dts/hooks/useDotPinStyles.d.ts +10 -6
- package/dts/hooks/useEventHandler.d.ts +1 -1
- package/dts/hooks/useHasNotch.d.ts +1 -1
- package/dts/hooks/useHorizontallyScrollingPressables.d.ts +23 -12
- package/dts/hooks/useInputBorderAnimation.d.ts +10 -7
- package/dts/hooks/useInputBorderStyle.d.ts +16 -11
- package/dts/hooks/useLayout.d.ts +1 -1
- package/dts/hooks/usePressAnimation.d.ts +7 -5
- package/dts/hooks/useSafeBottomPadding.d.ts +1 -1
- package/dts/hooks/useScreenReaderStatus.d.ts +1 -1
- package/dts/hooks/useScrollOffset.d.ts +5 -5
- package/dts/hooks/useScrollTo.d.ts +11 -10
- package/dts/hooks/useSelectionCellBorderStyle.d.ts +26 -20
- package/dts/hooks/useStatusBarHeight.d.ts +1 -1
- package/dts/hooks/useTextAlign.d.ts +8 -6
- package/dts/hooks/useTheme.d.ts +1 -1
- package/dts/hooks/useWebBrowserOpener.d.ts +5 -2
- package/dts/icons/Icon.d.ts +17 -8
- package/dts/icons/LogoMark.d.ts +7 -2
- package/dts/icons/LogoWordmark.d.ts +6 -2
- package/dts/icons/SubBrandLogoMark.d.ts +4 -2
- package/dts/icons/SubBrandLogoWordmark.d.ts +4 -2
- package/dts/icons/TextIcon.d.ts +13 -10
- 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 +60 -35
- package/dts/illustrations/index.d.ts +1 -1
- package/dts/index.d.ts +1 -1
- package/dts/layout/Box.d.ts +65 -56
- package/dts/layout/Divider.d.ts +11 -11
- package/dts/layout/Fallback.d.ts +14 -14
- package/dts/layout/Group.d.ts +83 -75
- package/dts/layout/HStack.d.ts +25 -18
- package/dts/layout/OverflowGradient.d.ts +3 -3
- package/dts/layout/Spacer.d.ts +4 -3
- package/dts/layout/VStack.d.ts +25 -18
- 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/Spinner.d.ts +1 -1
- package/dts/loaders/index.d.ts +1 -1
- package/dts/media/Avatar.d.ts +30 -7
- package/dts/media/Carousel/Carousel.d.ts +25 -18
- package/dts/media/Carousel/CarouselItem.d.ts +9 -9
- package/dts/media/Carousel/CarouselItemContext.d.ts +4 -2
- package/dts/media/Carousel/index.d.ts +1 -1
- package/dts/media/Carousel/types.d.ts +13 -13
- package/dts/media/Carousel/useCarousel.d.ts +2 -2
- package/dts/media/Carousel/useCarouselItem.d.ts +1 -1
- package/dts/media/Carousel/useDismissCarouselItem.d.ts +11 -8
- package/dts/media/RemoteImage.d.ts +65 -47
- package/dts/media/RemoteImageFallbackXmls/dark.d.ts +1 -1
- package/dts/media/RemoteImageFallbackXmls/light.d.ts +1 -1
- 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 +8 -8
- 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/convertMotionConfig.d.ts +43 -36
- package/dts/motion/types.d.ts +6 -6
- package/dts/motion/withMotionTiming.d.ts +5 -2
- package/dts/multi-content-module/MultiContentModule.d.ts +26 -21
- package/dts/multi-content-module/__figma__/MultiContentModule.figma.d.ts +1 -1
- package/dts/navigation/BrowserBar.d.ts +27 -14
- package/dts/navigation/BrowserBarSearchInput.d.ts +15 -7
- package/dts/navigation/NavBarIconButton.d.ts +18 -4
- package/dts/navigation/NavigationSubtitle.d.ts +8 -3
- package/dts/navigation/NavigationTitle.d.ts +8 -2
- package/dts/navigation/NavigationTitleSelect.d.ts +18 -8
- package/dts/navigation/TopNavBar.d.ts +87 -54
- package/dts/navigation/__figma__/BrowserBar.figma.d.ts +1 -1
- package/dts/navigation/__figma__/TopNavBar.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 +353 -320
- package/dts/numbers/RollingNumber/index.d.ts +1 -1
- package/dts/numbers/RollingNumber/useColorPulse.d.ts +17 -9
- package/dts/numbers/index.d.ts +1 -1
- package/dts/numpad/Numpad.d.ts +65 -56
- package/dts/numpad/__figma__/Numpad.figma.d.ts +1 -1
- package/dts/overlays/Alert.d.ts +57 -44
- package/dts/overlays/PortalProvider.d.ts +11 -9
- package/dts/overlays/Toast.d.ts +36 -24
- package/dts/overlays/__figma__/Alert.figma.d.ts +1 -1
- package/dts/overlays/__figma__/Toast.figma.d.ts +1 -1
- package/dts/overlays/drawer/Drawer.d.ts +60 -54
- package/dts/overlays/drawer/DrawerStatusBar.d.ts +3 -3
- package/dts/overlays/drawer/useDrawerAnimation.d.ts +21 -15
- package/dts/overlays/drawer/useDrawerPanResponder.d.ts +19 -10
- package/dts/overlays/drawer/useDrawerSpacing.d.ts +26 -22
- package/dts/overlays/handlebar/HandleBar.d.ts +3 -3
- package/dts/overlays/index.d.ts +1 -1
- package/dts/overlays/modal/Modal.d.ts +26 -16
- package/dts/overlays/modal/ModalBody.d.ts +1 -1
- package/dts/overlays/modal/ModalFooter.d.ts +22 -10
- package/dts/overlays/modal/ModalHeader.d.ts +39 -39
- package/dts/overlays/modal/__figma__/Modal.figma.d.ts +1 -1
- package/dts/overlays/modal/useModalAnimation.d.ts +7 -3
- package/dts/overlays/overlay/Overlay.d.ts +3 -3
- package/dts/overlays/overlay/useOverlayAnimation.d.ts +5 -2
- package/dts/overlays/tooltip/InternalTooltip.d.ts +1 -1
- package/dts/overlays/tooltip/Tooltip.d.ts +20 -2
- package/dts/overlays/tooltip/TooltipProps.d.ts +28 -12
- package/dts/overlays/tooltip/__figma__/Tooltip.figma.d.ts +1 -1
- package/dts/overlays/tooltip/useTooltipAnimation.d.ts +5 -5
- package/dts/overlays/tooltip/useTooltipPosition.d.ts +10 -5
- package/dts/overlays/tray/Tray.d.ts +33 -27
- package/dts/overlays/tray/__figma__/Tray.figma.d.ts +1 -1
- package/dts/overlays/useAlertAnimation.d.ts +7 -3
- 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/overlays/useToastAnimation.d.ts +7 -3
- package/dts/overlays/useToastPanResponder.d.ts +14 -8
- package/dts/page/PageFooter.d.ts +37 -28
- package/dts/page/PageHeader.d.ts +76 -69
- package/dts/page/__figma__/PageFooter.figma.d.ts +1 -1
- package/dts/page/__figma__/PageHeader.figma.d.ts +1 -1
- package/dts/section-header/SectionHeader.d.ts +17 -10
- 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/DefaultStepperLabelVertical.d.ts +2 -2
- 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 +112 -81
- package/dts/stepper/index.d.ts +1 -1
- package/dts/sticky-footer/StickyFooter.d.ts +35 -29
- package/dts/sticky-footer/__figma__/StickyFooter.figma.d.ts +1 -1
- package/dts/styles/fallbackShimmer.d.ts +3 -3
- package/dts/styles/getBorderStyles.d.ts +39 -26
- package/dts/styles/getFlushStyles.d.ts +3 -3
- package/dts/styles/getInteractableStyles.d.ts +45 -37
- package/dts/styles/pinStyles.d.ts +26 -26
- package/dts/styles/styleProps.d.ts +101 -101
- package/dts/system/AndroidNavigationBar.d.ts +8 -4
- package/dts/system/EventHandlerProvider.d.ts +1 -1
- package/dts/system/Interactable.d.ts +61 -61
- package/dts/system/Pressable.d.ts +54 -35
- package/dts/system/PressableOpacity.d.ts +9 -3
- package/dts/system/StatusBar.d.ts +17 -4
- package/dts/system/ThemeProvider.d.ts +13 -7
- package/dts/system/__figma__/AndroidNavigationBar.figma.d.ts +1 -1
- package/dts/system/index.d.ts +1 -1
- package/dts/tabs/SegmentedTab.d.ts +17 -6
- 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 +13 -4
- package/dts/tabs/TabNavigation.d.ts +19 -14
- package/dts/tabs/Tabs.d.ts +27 -20
- package/dts/tabs/__figma__/SegmentedTabs.figma.d.ts +1 -1
- package/dts/tabs/__figma__/TabNavigation.figma.d.ts +1 -1
- package/dts/tabs/hooks/useDotAnimation.d.ts +5 -5
- package/dts/tabs/hooks/useTabIndicatorStyles.d.ts +15 -12
- package/dts/tabs/index.d.ts +1 -1
- package/dts/tag/Tag.d.ts +38 -25
- package/dts/tag/__figma__/Tag.figma.d.ts +1 -1
- package/dts/themes/coinbaseDenseTheme.d.ts +551 -551
- package/dts/themes/coinbaseHighContrastTheme.d.ts +551 -551
- package/dts/themes/coinbaseTheme.d.ts +551 -551
- package/dts/themes/defaultHighContrastTheme.d.ts +551 -551
- package/dts/themes/defaultTheme.d.ts +551 -551
- package/dts/tour/DefaultTourMask.d.ts +8 -2
- package/dts/tour/DefaultTourStepArrow.d.ts +4 -2
- package/dts/tour/Tour.d.ts +59 -54
- package/dts/tour/Tour.d.ts.map +1 -1
- package/dts/tour/TourStep.d.ts +8 -5
- package/dts/tour/TourStep.d.ts.map +1 -1
- package/dts/tour/index.d.ts +1 -1
- package/dts/typography/Link.d.ts +20 -4
- package/dts/typography/Text.d.ts +121 -110
- package/dts/typography/TextBody.d.ts +26 -19
- package/dts/typography/TextCaption.d.ts +26 -19
- package/dts/typography/TextDisplay1.d.ts +26 -19
- package/dts/typography/TextDisplay2.d.ts +26 -19
- package/dts/typography/TextDisplay3.d.ts +26 -19
- package/dts/typography/TextHeadline.d.ts +26 -19
- package/dts/typography/TextInherited.d.ts +26 -19
- package/dts/typography/TextLabel1.d.ts +26 -19
- package/dts/typography/TextLabel2.d.ts +26 -19
- package/dts/typography/TextLegal.d.ts +26 -19
- package/dts/typography/TextTitle1.d.ts +26 -19
- package/dts/typography/TextTitle2.d.ts +26 -19
- package/dts/typography/TextTitle3.d.ts +26 -19
- package/dts/typography/TextTitle4.d.ts +26 -19
- package/dts/typography/__figma__/Link.figma.d.ts +1 -1
- package/dts/typography/index.d.ts +1 -1
- package/dts/utils/customTabsHelper.d.ts +2 -2
- package/dts/utils/debounce.d.ts +5 -2
- package/dts/utils/flattenAndJoinNodes.d.ts +18 -4
- package/dts/utils/getAdjustedFontScale.d.ts +6 -2
- package/dts/utils/getSpacerStyle.d.ts +23 -12
- package/dts/utils/haptics.d.ts +7 -7
- package/dts/utils/isValidURL.d.ts +1 -1
- package/dts/utils/openWebBrowser.d.ts +45 -34
- package/dts/utils/testHelpers.d.ts +570 -566
- package/dts/visualizations/Counter.d.ts +11 -6
- package/dts/visualizations/DefaultProgressCircleContent.d.ts +8 -2
- package/dts/visualizations/ProgressBar.d.ts +57 -49
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +46 -40
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +35 -27
- package/dts/visualizations/ProgressCircle.d.ts +104 -97
- package/dts/visualizations/ProgressContainerWithButtons.d.ts +5 -2
- package/dts/visualizations/ProgressIndicator.d.ts +39 -32
- package/dts/visualizations/ProgressTextLabel.d.ts +17 -9
- 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/controls/__stories__/TextInput.stories.js +1 -1
- package/esm/numbers/RollingNumber/RollingNumber.js +0 -1
- package/esm/numbers/__stories__/RollingNumber.stories.js +2 -1
- package/esm/tabs/SegmentedTab.js +12 -3
- package/esm/tabs/__stories__/SegmentedTabs.stories.js +25 -0
- package/esm/tour/Tour.js +73 -62
- package/esm/tour/TourStep.js +5 -4
- package/package.json +8 -8
- package/dts/accordion/__stories__/Accordion.stories.d.ts +0 -3
- 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/alpha/carousel/__tests__/Carousel.test.d.ts +0 -2
- package/dts/alpha/carousel/__tests__/Carousel.test.d.ts.map +0 -1
- package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts +0 -2
- package/dts/alpha/carousel/__tests__/CarouselItem.test.d.ts.map +0 -1
- package/dts/animation/__stories__/Lottie.stories.d.ts +0 -3
- package/dts/animation/__stories__/Lottie.stories.d.ts.map +0 -1
- package/dts/animation/__stories__/LottieStatusAnimation.stories.d.ts +0 -3
- 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__/createLottie.test.d.ts +0 -2
- package/dts/animation/__tests__/createLottie.test.d.ts.map +0 -1
- package/dts/banner/__stories__/Banner.stories.d.ts +0 -3
- 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 -3
- package/dts/buttons/__stories__/AvatarButton.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/Button.stories.d.ts +0 -3
- package/dts/buttons/__stories__/Button.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts +0 -3
- package/dts/buttons/__stories__/ButtonGroup.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/IconButton.stories.d.ts +0 -3
- package/dts/buttons/__stories__/IconButton.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts +0 -3
- package/dts/buttons/__stories__/IconCounterButton.stories.d.ts.map +0 -1
- package/dts/buttons/__stories__/SlideButton.stories.d.ts +0 -3
- package/dts/buttons/__stories__/SlideButton.stories.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__/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__/SlideButton.test.d.ts +0 -2
- package/dts/buttons/__tests__/SlideButton.test.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 -3
- package/dts/cards/__stories__/Card.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts +0 -3
- package/dts/cards/__stories__/ContainedAssetCard.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/ContentCard.stories.d.ts +0 -3
- package/dts/cards/__stories__/ContentCard.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts +0 -3
- package/dts/cards/__stories__/FloatingAssetCard.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/NudgeCard.stories.d.ts +0 -3
- package/dts/cards/__stories__/NudgeCard.stories.d.ts.map +0 -1
- package/dts/cards/__stories__/UpsellCard.stories.d.ts +0 -3
- package/dts/cards/__stories__/UpsellCard.stories.d.ts.map +0 -1
- package/dts/cards/__tests__/CardGroup.test.d.ts +0 -2
- package/dts/cards/__tests__/CardGroup.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 -2
- 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 -3
- package/dts/cells/__stories__/ContentCell.stories.d.ts.map +0 -1
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts +0 -3
- package/dts/cells/__stories__/ContentCellFallback.stories.d.ts.map +0 -1
- package/dts/cells/__stories__/ListCell.stories.d.ts +0 -3
- package/dts/cells/__stories__/ListCell.stories.d.ts.map +0 -1
- package/dts/cells/__stories__/ListCellFallback.stories.d.ts +0 -3
- package/dts/cells/__stories__/ListCellFallback.stories.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/chips/__stories__/Chip.stories.d.ts +0 -3
- package/dts/chips/__stories__/Chip.stories.d.ts.map +0 -1
- package/dts/chips/__stories__/InputChip.stories.d.ts +0 -3
- package/dts/chips/__stories__/InputChip.stories.d.ts.map +0 -1
- package/dts/chips/__stories__/SelectChip.stories.d.ts +0 -3
- package/dts/chips/__stories__/SelectChip.stories.d.ts.map +0 -1
- package/dts/chips/__stories__/TabbedChips.stories.d.ts +0 -3
- 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 -3
- 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 -3
- 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__/Checkbox.stories.d.ts +0 -3
- package/dts/controls/__stories__/Checkbox.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts +0 -3
- package/dts/controls/__stories__/CheckboxCell.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/ControlGroup.stories.d.ts +0 -3
- package/dts/controls/__stories__/ControlGroup.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/InputIcon.stories.d.ts +0 -3
- package/dts/controls/__stories__/InputIcon.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/InputIconButton.stories.d.ts +0 -3
- package/dts/controls/__stories__/InputIconButton.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/InputStack.stories.d.ts +0 -2
- package/dts/controls/__stories__/InputStack.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/RadioCell.stories.d.ts +0 -3
- package/dts/controls/__stories__/RadioCell.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/RadioGroup.stories.d.ts +0 -3
- package/dts/controls/__stories__/RadioGroup.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/SearchInput.stories.d.ts +0 -3
- package/dts/controls/__stories__/SearchInput.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/Select.stories.d.ts +0 -3
- package/dts/controls/__stories__/Select.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/SelectOption.stories.d.ts +0 -2
- package/dts/controls/__stories__/SelectOption.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/Switch.stories.d.ts +0 -3
- package/dts/controls/__stories__/Switch.stories.d.ts.map +0 -1
- package/dts/controls/__stories__/TextInput.stories.d.ts +0 -3
- package/dts/controls/__stories__/TextInput.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__/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__/Menu.test.d.ts +0 -2
- package/dts/controls/__tests__/Menu.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__/Select.test.d.ts +0 -2
- package/dts/controls/__tests__/Select.test.d.ts.map +0 -1
- package/dts/controls/__tests__/SelectOption.test.d.ts +0 -2
- package/dts/controls/__tests__/SelectOption.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/controls/__tests__/useControlMotionProps.test.d.ts +0 -2
- package/dts/controls/__tests__/useControlMotionProps.test.d.ts.map +0 -1
- package/dts/dates/__stories__/DateInput.stories.d.ts +0 -3
- package/dts/dates/__stories__/DateInput.stories.d.ts.map +0 -1
- package/dts/dates/__stories__/DatePicker.stories.d.ts +0 -3
- package/dts/dates/__stories__/DatePicker.stories.d.ts.map +0 -1
- package/dts/dots/__stories__/Dot.stories.d.ts +0 -3
- package/dts/dots/__stories__/Dot.stories.d.ts.map +0 -1
- package/dts/dots/__stories__/DotMisc.stories.d.ts +0 -3
- package/dts/dots/__stories__/DotMisc.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__/getTransformers.test.d.ts +0 -2
- package/dts/dots/__tests__/getTransformers.test.d.ts.map +0 -1
- package/dts/gradients/__stories__/LinearGradient.stories.d.ts +0 -3
- package/dts/gradients/__stories__/LinearGradient.stories.d.ts.map +0 -1
- package/dts/hooks/__tests__/constants.d.ts +0 -2
- package/dts/hooks/__tests__/constants.d.ts.map +0 -1
- package/dts/hooks/__tests__/useA11y.test.d.ts +0 -2
- package/dts/hooks/__tests__/useA11y.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useAppState.test.d.ts +0 -2
- package/dts/hooks/__tests__/useAppState.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__/useDimension.test.d.ts +0 -2
- package/dts/hooks/__tests__/useDimension.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts +0 -2
- package/dts/hooks/__tests__/useInputBorderStyle.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/usePressAnimation.test.d.ts +0 -2
- package/dts/hooks/__tests__/usePressAnimation.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts +0 -2
- package/dts/hooks/__tests__/useScreenReaderStatus.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useScrollOffset.test.d.ts +0 -2
- package/dts/hooks/__tests__/useScrollOffset.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useScrollTo.test.d.ts +0 -2
- package/dts/hooks/__tests__/useScrollTo.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts +0 -2
- package/dts/hooks/__tests__/useStatusBarHeight.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts +0 -2
- package/dts/hooks/__tests__/useWebBrowserOpener.test.d.ts.map +0 -1
- package/dts/icons/__stories__/Icon.stories.d.ts +0 -5
- 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 -3
- 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/illustrations/__stories__/HeroSquare.stories.d.ts +0 -3
- package/dts/illustrations/__stories__/HeroSquare.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts +0 -3
- package/dts/illustrations/__stories__/Pictogram.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts +0 -3
- package/dts/illustrations/__stories__/SpotIcon.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts +0 -3
- package/dts/illustrations/__stories__/SpotRectangle.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts +0 -3
- package/dts/illustrations/__stories__/SpotSquare.stories.d.ts.map +0 -1
- package/dts/illustrations/__stories__/getIllustrationSheet.d.ts +0 -4
- 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 -3
- package/dts/layout/__stories__/Box.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/Divider.stories.d.ts +0 -3
- package/dts/layout/__stories__/Divider.stories.d.ts.map +0 -1
- package/dts/layout/__stories__/Group.stories.d.ts +0 -3
- package/dts/layout/__stories__/Group.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__/Spacer.stories.d.ts +0 -3
- package/dts/layout/__stories__/Spacer.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/loaders/__stories__/Spinner.stories.d.ts +0 -3
- package/dts/loaders/__stories__/Spinner.stories.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/Carousel/__tests__/Carousel.test.d.ts +0 -2
- package/dts/media/Carousel/__tests__/Carousel.test.d.ts.map +0 -1
- package/dts/media/Carousel/__tests__/useCarousel.test.d.ts +0 -2
- package/dts/media/Carousel/__tests__/useCarousel.test.d.ts.map +0 -1
- package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts +0 -2
- package/dts/media/Carousel/__tests__/useCarouselItem.test.d.ts.map +0 -1
- package/dts/media/__stories__/Avatar.stories.d.ts +0 -3
- package/dts/media/__stories__/Avatar.stories.d.ts.map +0 -1
- package/dts/media/__stories__/CarouselAlphaExample.d.ts +0 -7
- package/dts/media/__stories__/CarouselAlphaExample.d.ts.map +0 -1
- package/dts/media/__stories__/CarouselMedia.stories.d.ts +0 -3
- package/dts/media/__stories__/CarouselMedia.stories.d.ts.map +0 -1
- package/dts/media/__stories__/RemoteImage.stories.d.ts +0 -3
- package/dts/media/__stories__/RemoteImage.stories.d.ts.map +0 -1
- package/dts/media/__stories__/RemoteImageGroup.stories.d.ts +0 -5
- 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__/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/media/__tests__/getSource.test.d.ts +0 -2
- package/dts/media/__tests__/getSource.test.d.ts.map +0 -1
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts +0 -3
- package/dts/motion/__stories__/AnimatedCaret.stories.d.ts.map +0 -1
- package/dts/motion/__stories__/HintMotion.stories.d.ts +0 -3
- package/dts/motion/__stories__/HintMotion.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__/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__/convertMotionConfig.test.d.ts +0 -2
- package/dts/motion/__tests__/convertMotionConfig.test.d.ts.map +0 -1
- package/dts/motion/__tests__/withMotionTiming.test.d.ts +0 -2
- package/dts/motion/__tests__/withMotionTiming.test.d.ts.map +0 -1
- package/dts/multi-content-module/__stories__/MultiContentModule.stories.d.ts +0 -6
- 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__/BrowserBar.stories.d.ts +0 -3
- package/dts/navigation/__stories__/BrowserBar.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts +0 -3
- package/dts/navigation/__stories__/BrowserBarSearchInput.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts +0 -3
- package/dts/navigation/__stories__/NavBarIconButton.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts +0 -3
- package/dts/navigation/__stories__/NavigationSubtitle.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts +0 -3
- package/dts/navigation/__stories__/NavigationTitle.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts +0 -3
- package/dts/navigation/__stories__/NavigationTitleSelect.stories.d.ts.map +0 -1
- package/dts/navigation/__stories__/TopNavBar.stories.d.ts +0 -3
- package/dts/navigation/__stories__/TopNavBar.stories.d.ts.map +0 -1
- package/dts/navigation/__tests__/BrowserBar.test.d.ts +0 -2
- package/dts/navigation/__tests__/BrowserBar.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts +0 -2
- package/dts/navigation/__tests__/BrowserBarSearchInput.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/NavBarIconButton.test.d.ts +0 -2
- package/dts/navigation/__tests__/NavBarIconButton.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/NavigationSubtitle.test.d.ts +0 -2
- package/dts/navigation/__tests__/NavigationSubtitle.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__/NavigationTitleSelect.test.d.ts +0 -2
- package/dts/navigation/__tests__/NavigationTitleSelect.test.d.ts.map +0 -1
- package/dts/navigation/__tests__/TopNavBar.test.d.ts +0 -2
- package/dts/navigation/__tests__/TopNavBar.test.d.ts.map +0 -1
- package/dts/numbers/__stories__/RollingNumber.stories.d.ts +0 -7
- 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/numpad/__stories__/Numpad.stories.d.ts +0 -3
- package/dts/numpad/__stories__/Numpad.stories.d.ts.map +0 -1
- package/dts/numpad/__tests__/Numpad.test.d.ts +0 -2
- package/dts/numpad/__tests__/Numpad.test.d.ts.map +0 -1
- package/dts/overlays/__stories__/AlertBasic.stories.d.ts +0 -3
- package/dts/overlays/__stories__/AlertBasic.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts +0 -3
- package/dts/overlays/__stories__/AlertLongTitle.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/AlertOverModal.stories.d.ts +0 -3
- package/dts/overlays/__stories__/AlertOverModal.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/AlertPortal.stories.d.ts +0 -3
- package/dts/overlays/__stories__/AlertPortal.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts +0 -3
- package/dts/overlays/__stories__/AlertSingleAction.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts +0 -3
- package/dts/overlays/__stories__/AlertVerticalActions.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/DrawerBottom.stories.d.ts +0 -3
- package/dts/overlays/__stories__/DrawerBottom.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/DrawerFallback.stories.d.ts +0 -3
- package/dts/overlays/__stories__/DrawerFallback.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/DrawerLeft.stories.d.ts +0 -3
- package/dts/overlays/__stories__/DrawerLeft.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/DrawerMisc.stories.d.ts +0 -3
- package/dts/overlays/__stories__/DrawerMisc.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/DrawerRight.stories.d.ts +0 -3
- package/dts/overlays/__stories__/DrawerRight.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts +0 -3
- package/dts/overlays/__stories__/DrawerScrollable.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/DrawerTop.stories.d.ts +0 -3
- package/dts/overlays/__stories__/DrawerTop.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/Drawers.d.ts +0 -15
- package/dts/overlays/__stories__/Drawers.d.ts.map +0 -1
- package/dts/overlays/__stories__/ModalBackButton.stories.d.ts +0 -3
- package/dts/overlays/__stories__/ModalBackButton.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/ModalBasic.stories.d.ts +0 -3
- package/dts/overlays/__stories__/ModalBasic.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/ModalLong.stories.d.ts +0 -3
- package/dts/overlays/__stories__/ModalLong.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/ModalPortal.stories.d.ts +0 -3
- package/dts/overlays/__stories__/ModalPortal.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/Overlay.stories.d.ts +0 -3
- package/dts/overlays/__stories__/Overlay.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/Toast.stories.d.ts +0 -3
- package/dts/overlays/__stories__/Toast.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TooltipV2.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TooltipV2.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayAction.stories.d.ts +0 -6
- package/dts/overlays/__stories__/TrayAction.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayBasic.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayBasic.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayFallback.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayFallback.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayFeedCard.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayInformational.stories.d.ts +0 -5
- package/dts/overlays/__stories__/TrayInformational.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayMessaging.stories.d.ts +0 -4
- package/dts/overlays/__stories__/TrayMessaging.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayMisc.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayMisc.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayNavigation.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayNavigation.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayPromotional.stories.d.ts +0 -4
- package/dts/overlays/__stories__/TrayPromotional.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayScrollable.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayScrollable.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayTall.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayTall.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts +0 -3
- package/dts/overlays/__stories__/TrayWithTitle.stories.d.ts.map +0 -1
- package/dts/overlays/__stories__/Trays.d.ts +0 -11
- package/dts/overlays/__stories__/Trays.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__/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/drawer/__tests__/Drawer.test.d.ts +0 -2
- package/dts/overlays/drawer/__tests__/Drawer.test.d.ts.map +0 -1
- package/dts/overlays/drawer/__tests__/useDrawerSpacing.test.d.ts +0 -2
- package/dts/overlays/drawer/__tests__/useDrawerSpacing.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/overlay/__tests__/useOverlayAnimation.test.d.ts +0 -2
- package/dts/overlays/overlay/__tests__/useOverlayAnimation.test.d.ts.map +0 -1
- package/dts/overlays/tooltip/__tests__/InternalTooltip.test.d.ts +0 -2
- package/dts/overlays/tooltip/__tests__/InternalTooltip.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/tooltip/__tests__/UseTooltipPositionTestData.d.ts +0 -19
- package/dts/overlays/tooltip/__tests__/UseTooltipPositionTestData.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 -3
- package/dts/page/__stories__/PageFooter.stories.d.ts.map +0 -1
- package/dts/page/__stories__/PageFooterInPage.stories.d.ts +0 -3
- package/dts/page/__stories__/PageFooterInPage.stories.d.ts.map +0 -1
- package/dts/page/__stories__/PageHeader.stories.d.ts +0 -3
- package/dts/page/__stories__/PageHeader.stories.d.ts.map +0 -1
- package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts +0 -3
- package/dts/page/__stories__/PageHeaderInErrorEmptyState.stories.d.ts.map +0 -1
- package/dts/page/__stories__/PageHeaderInPage.stories.d.ts +0 -3
- package/dts/page/__stories__/PageHeaderInPage.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/section-header/__stories__/SectionHeader.stories.d.ts +0 -3
- 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 -3
- package/dts/stepper/__stories__/StepperHorizontal.stories.d.ts.map +0 -1
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts +0 -3
- package/dts/stepper/__stories__/StepperVertical.stories.d.ts.map +0 -1
- package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts +0 -3
- package/dts/sticky-footer/__stories__/StickyFooter.stories.d.ts.map +0 -1
- package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts +0 -3
- package/dts/sticky-footer/__stories__/StickyFooterWithTray.stories.d.ts.map +0 -1
- package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts +0 -2
- package/dts/sticky-footer/__tests__/StickyFooter.test.d.ts.map +0 -1
- package/dts/system/__stories__/Frontier.stories.d.ts +0 -3
- package/dts/system/__stories__/Frontier.stories.d.ts.map +0 -1
- package/dts/system/__stories__/Palette.stories.d.ts +0 -3
- package/dts/system/__stories__/Palette.stories.d.ts.map +0 -1
- package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts +0 -3
- package/dts/system/__stories__/PatternDisclosureHighFrictionBenefit.stories.d.ts.map +0 -1
- package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts +0 -3
- package/dts/system/__stories__/PatternDisclosureHighFrictionRisk.stories.d.ts.map +0 -1
- package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts +0 -3
- package/dts/system/__stories__/PatternDisclosureLowFriction.stories.d.ts.map +0 -1
- package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts +0 -3
- package/dts/system/__stories__/PatternDisclosureMedFriction.stories.d.ts.map +0 -1
- package/dts/system/__stories__/PatternError.stories.d.ts +0 -3
- package/dts/system/__stories__/PatternError.stories.d.ts.map +0 -1
- package/dts/system/__stories__/Pressable.stories.d.ts +0 -3
- package/dts/system/__stories__/Pressable.stories.d.ts.map +0 -1
- package/dts/system/__stories__/PressableOpacity.stories.d.ts +0 -3
- package/dts/system/__stories__/PressableOpacity.stories.d.ts.map +0 -1
- package/dts/system/__stories__/Spectrum.stories.d.ts +0 -4
- package/dts/system/__stories__/Spectrum.stories.d.ts.map +0 -1
- package/dts/system/__stories__/ThemeProvider.stories.d.ts +0 -3
- package/dts/system/__stories__/ThemeProvider.stories.d.ts.map +0 -1
- package/dts/system/__tests__/AndroidNavigationBar.test.d.ts +0 -2
- package/dts/system/__tests__/AndroidNavigationBar.test.d.ts.map +0 -1
- package/dts/system/__tests__/StatusBar.test.d.ts +0 -2
- package/dts/system/__tests__/StatusBar.test.d.ts.map +0 -1
- package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts +0 -2
- package/dts/system/__tests__/useAndroidNavigationBarUpdater.test.d.ts.map +0 -1
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts +0 -3
- package/dts/tabs/__stories__/SegmentedTabs.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts +0 -3
- package/dts/tabs/__stories__/TabIndicator.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/TabLabel.stories.d.ts +0 -3
- package/dts/tabs/__stories__/TabLabel.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts +0 -3
- package/dts/tabs/__stories__/TabNavigation.stories.d.ts.map +0 -1
- package/dts/tabs/__stories__/Tabs.stories.d.ts +0 -3
- package/dts/tabs/__stories__/Tabs.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/tabs/hooks/__tests__/useDotAnimation.test.d.ts +0 -2
- package/dts/tabs/hooks/__tests__/useDotAnimation.test.d.ts.map +0 -1
- package/dts/tag/__stories__/Tag.stories.d.ts +0 -3
- 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 -4
- 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 -3
- package/dts/typography/__stories__/Link.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/Text.stories.d.ts +0 -3
- package/dts/typography/__stories__/Text.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextBody.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextBody.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextCaption.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextCaption.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextCore.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextCore.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextDisplay1.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextDisplay1.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextDisplay2.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextDisplay2.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextDisplay3.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextDisplay3.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextExamples.d.ts +0 -8
- package/dts/typography/__stories__/TextExamples.d.ts.map +0 -1
- package/dts/typography/__stories__/TextHeadline.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextHeadline.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextLabel1.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextLabel1.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextLabel2.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextLabel2.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextLegal.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextLegal.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextTitle1.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextTitle1.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextTitle2.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextTitle2.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextTitle3.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextTitle3.stories.d.ts.map +0 -1
- package/dts/typography/__stories__/TextTitle4.stories.d.ts +0 -3
- package/dts/typography/__stories__/TextTitle4.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__/debounce.test.d.ts +0 -2
- package/dts/utils/__tests__/debounce.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__/isValidURL.test.d.ts +0 -2
- package/dts/utils/__tests__/isValidURL.test.d.ts.map +0 -1
- package/dts/utils/__tests__/openWebBrowser.test.d.ts +0 -2
- package/dts/utils/__tests__/openWebBrowser.test.d.ts.map +0 -1
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts +0 -3
- package/dts/visualizations/__stories__/ProgressBar.stories.d.ts.map +0 -1
- package/dts/visualizations/__stories__/ProgressCircle.stories.d.ts +0 -3
- 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
- package/dts/visualizations/__tests__/ProgressIndicator.test.d.ts +0 -2
- package/dts/visualizations/__tests__/ProgressIndicator.test.d.ts.map +0 -1
package/dts/cells/Cell.d.ts
CHANGED
|
@@ -5,8 +5,25 @@ import type { CellPriority, SharedProps } from '@coinbase/cds-common/types';
|
|
|
5
5
|
import { type BoxBaseProps, type BoxProps } from '../layout/Box';
|
|
6
6
|
import type { LinkableProps } from '../system/Pressable';
|
|
7
7
|
import type { CellAccessoryProps } from './CellAccessory';
|
|
8
|
-
export type CellSpacing = Pick<
|
|
9
|
-
|
|
8
|
+
export type CellSpacing = Pick<
|
|
9
|
+
BoxBaseProps,
|
|
10
|
+
| 'padding'
|
|
11
|
+
| 'paddingX'
|
|
12
|
+
| 'paddingY'
|
|
13
|
+
| 'paddingTop'
|
|
14
|
+
| 'paddingEnd'
|
|
15
|
+
| 'paddingBottom'
|
|
16
|
+
| 'paddingStart'
|
|
17
|
+
| 'margin'
|
|
18
|
+
| 'marginX'
|
|
19
|
+
| 'marginY'
|
|
20
|
+
| 'marginTop'
|
|
21
|
+
| 'marginEnd'
|
|
22
|
+
| 'marginBottom'
|
|
23
|
+
| 'marginStart'
|
|
24
|
+
>;
|
|
25
|
+
export type CellBaseProps = SharedProps &
|
|
26
|
+
LinkableProps & {
|
|
10
27
|
accessory?: React.ReactElement<CellAccessoryProps>;
|
|
11
28
|
children: React.ReactNode;
|
|
12
29
|
detail?: React.ReactNode;
|
|
@@ -29,7 +46,7 @@ export type CellBaseProps = SharedProps & LinkableProps & {
|
|
|
29
46
|
bottomContent?: React.ReactNode;
|
|
30
47
|
/** Measure the dimensions of the cell. */
|
|
31
48
|
onLayout?: ViewProps['onLayout'];
|
|
32
|
-
};
|
|
49
|
+
};
|
|
33
50
|
export type CellProps = BoxProps & CellBaseProps;
|
|
34
51
|
export declare const Cell: React.NamedExoticComponent<CellProps>;
|
|
35
|
-
//# sourceMappingURL=Cell.d.ts.map
|
|
52
|
+
//# sourceMappingURL=Cell.d.ts.map
|
|
@@ -2,12 +2,12 @@ import React from 'react';
|
|
|
2
2
|
import type { PaddingProps } from '@coinbase/cds-common/types';
|
|
3
3
|
export type CellAccessoryType = 'arrow' | 'more' | 'selected';
|
|
4
4
|
export type CellAccessoryProps = PaddingProps & {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
/** Type of accessory to display at the end. */
|
|
6
|
+
type: CellAccessoryType;
|
|
7
|
+
/**
|
|
8
|
+
* @danger This is a migration escape hatch. It is not intended to be used normally.
|
|
9
|
+
*/
|
|
10
|
+
className?: string;
|
|
11
11
|
};
|
|
12
12
|
export declare const CellAccessory: React.NamedExoticComponent<CellAccessoryProps>;
|
|
13
|
-
//# sourceMappingURL=CellAccessory.d.ts.map
|
|
13
|
+
//# sourceMappingURL=CellAccessory.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
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
|
-
|
|
16
|
-
|
|
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
|
+
adjustsFontSizeToFit?: boolean;
|
|
17
17
|
};
|
|
18
18
|
export declare const CellDetail: React.NamedExoticComponent<CellDetailProps>;
|
|
19
|
-
//# sourceMappingURL=CellDetail.d.ts.map
|
|
19
|
+
//# sourceMappingURL=CellDetail.d.ts.map
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { cellHelperTextVariants } from '@coinbase/cds-common/tokens/cell';
|
|
2
2
|
import { type HStackProps } from '../layout/HStack';
|
|
3
3
|
export type CellHelperTextProps = HStackProps & {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
/** The variant determines the icon and color scheme */
|
|
5
|
+
variant?: keyof typeof cellHelperTextVariants;
|
|
6
6
|
};
|
|
7
|
-
export declare const CellHelperText: import(
|
|
8
|
-
|
|
7
|
+
export declare const CellHelperText: import('react').MemoExoticComponent<
|
|
8
|
+
({ children, variant, ...props }: CellHelperTextProps) => import('react/jsx-runtime').JSX.Element
|
|
9
|
+
>;
|
|
10
|
+
//# sourceMappingURL=CellHelperText.d.ts.map
|
package/dts/cells/CellMedia.d.ts
CHANGED
|
@@ -5,34 +5,36 @@ import type { IconName, SharedAccessibilityProps, SharedProps } from '@coinbase/
|
|
|
5
5
|
import type { PictogramProps } from '../illustrations';
|
|
6
6
|
export type CellMediaType = 'asset' | 'avatar' | 'image' | 'icon' | 'pictogram';
|
|
7
7
|
export type CellMediaIconProps = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
type: Extract<CellMediaType, 'icon'>;
|
|
9
|
+
name: IconName;
|
|
10
|
+
/** Whether the icon is active */
|
|
11
|
+
active?: boolean;
|
|
12
|
+
color?: ThemeVars.Color;
|
|
13
13
|
};
|
|
14
14
|
export type CellMediaPictogramProps = {
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
type: Extract<CellMediaType, 'pictogram'>;
|
|
16
|
+
illustration: React.ReactElement<PictogramProps>;
|
|
17
17
|
};
|
|
18
18
|
type CellMediaOtherProps = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
19
|
+
type: Exclude<CellMediaType, 'icon' | 'pictogram'>;
|
|
20
|
+
/**
|
|
21
|
+
* @deprecated This prop will be removed in v6.0.0
|
|
22
|
+
* If required, use `accessibilityLabel` and `accessibilityHint` instead to set accessible labels.
|
|
23
|
+
* Refer to https://cds.coinbase.com/components/cell-media/ for updated accessibility guidance.
|
|
24
|
+
*/
|
|
25
|
+
title?: string;
|
|
26
|
+
source: string | number;
|
|
27
27
|
};
|
|
28
28
|
type CellMediaVariantProps = CellMediaIconProps | CellMediaPictogramProps | CellMediaOtherProps;
|
|
29
|
-
export type CellMediaProps = SharedProps &
|
|
29
|
+
export type CellMediaProps = SharedProps &
|
|
30
|
+
CellMediaVariantProps &
|
|
31
|
+
Pick<SharedAccessibilityProps, 'accessibilityLabel' | 'accessibilityHint'> & {
|
|
30
32
|
/**
|
|
31
33
|
* Determines how the requests handles potentially cached responses. Not applicable to type="icon".
|
|
32
34
|
* @link https://reactnative.dev/docs/0.67/images#cache-control-ios-only
|
|
33
35
|
*/
|
|
34
36
|
cache?: ImageURISource['cache'];
|
|
35
|
-
};
|
|
37
|
+
};
|
|
36
38
|
export declare const CellMedia: React.NamedExoticComponent<CellMediaProps>;
|
|
37
39
|
export {};
|
|
38
|
-
//# sourceMappingURL=CellMedia.d.ts.map
|
|
40
|
+
//# sourceMappingURL=CellMedia.d.ts.map
|
|
@@ -2,19 +2,19 @@ import React from 'react';
|
|
|
2
2
|
import { type CellProps } from './Cell';
|
|
3
3
|
import { type CellAccessoryType } from './CellAccessory';
|
|
4
4
|
export type ContentCellBaseProps = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
5
|
+
/** Accessory to display at the end of the cell. */
|
|
6
|
+
accessory?: CellAccessoryType;
|
|
7
|
+
/** Description of content. Content will wrap accordingly. */
|
|
8
|
+
description?: React.ReactNode;
|
|
9
|
+
/** Media (icon, asset, image, etc) to display at the start of the cell. */
|
|
10
|
+
media?: React.ReactElement;
|
|
11
|
+
/** Meta information to display at the end of the title. */
|
|
12
|
+
meta?: React.ReactNode;
|
|
13
|
+
/** Subtitle of content. Max 1 line, otherwise will truncate. */
|
|
14
|
+
subtitle?: React.ReactNode;
|
|
15
|
+
/** Title of content. Max 1 line, otherwise will truncate. */
|
|
16
|
+
title?: React.ReactNode;
|
|
17
17
|
};
|
|
18
18
|
export type ContentCellProps = Omit<CellProps, 'children' | 'accessory'> & ContentCellBaseProps;
|
|
19
19
|
export declare const ContentCell: React.NamedExoticComponent<ContentCellProps>;
|
|
20
|
-
//# sourceMappingURL=ContentCell.d.ts.map
|
|
20
|
+
//# sourceMappingURL=ContentCell.d.ts.map
|
|
@@ -2,16 +2,16 @@ import React from 'react';
|
|
|
2
2
|
import type { FallbackRectWidthProps } from '@coinbase/cds-common/types';
|
|
3
3
|
import type { CellMediaType } from './CellMedia';
|
|
4
4
|
export type ContentCellFallbackProps = FallbackRectWidthProps & {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
5
|
+
/** Display description shimmer. */
|
|
6
|
+
description?: boolean;
|
|
7
|
+
/** Display media shimmer with a shape according to type. */
|
|
8
|
+
media?: CellMediaType;
|
|
9
|
+
/** Display meta shimmer. */
|
|
10
|
+
meta?: boolean;
|
|
11
|
+
/** Display subtitle shimmer. */
|
|
12
|
+
subtitle?: boolean;
|
|
13
|
+
/** Display title shimmer. */
|
|
14
|
+
title?: boolean;
|
|
15
15
|
};
|
|
16
16
|
export declare const ContentCellFallback: React.NamedExoticComponent<ContentCellFallbackProps>;
|
|
17
|
-
//# sourceMappingURL=ContentCellFallback.d.ts.map
|
|
17
|
+
//# sourceMappingURL=ContentCellFallback.d.ts.map
|
package/dts/cells/ListCell.d.ts
CHANGED
|
@@ -2,7 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { type CellBaseProps, type CellProps } from './Cell';
|
|
3
3
|
import { type CellAccessoryType } from './CellAccessory';
|
|
4
4
|
import { type CellDetailProps } from './CellDetail';
|
|
5
|
-
export type ListCellBaseProps = CellDetailProps &
|
|
5
|
+
export type ListCellBaseProps = CellDetailProps &
|
|
6
|
+
Omit<CellBaseProps, 'accessory' | 'children'> & {
|
|
6
7
|
/** Accessory to display at the end of the cell. */
|
|
7
8
|
accessory?: CellAccessoryType;
|
|
8
9
|
/** Interactive action, like a CTA or form element. Cannot be used alongside `onPress`. */
|
|
@@ -32,7 +33,7 @@ export type ListCellBaseProps = CellDetailProps & Omit<CellBaseProps, 'accessory
|
|
|
32
33
|
multiline?: boolean;
|
|
33
34
|
/** Title of content. Max 1 line (with description) or 2 lines (without), otherwise will truncate. */
|
|
34
35
|
title?: React.ReactNode;
|
|
35
|
-
};
|
|
36
|
+
};
|
|
36
37
|
export type ListCellProps = ListCellBaseProps & Omit<CellProps, 'accessory' | 'children'>;
|
|
37
38
|
export declare const ListCell: React.NamedExoticComponent<ListCellProps>;
|
|
38
|
-
//# sourceMappingURL=ListCell.d.ts.map
|
|
39
|
+
//# sourceMappingURL=ListCell.d.ts.map
|
|
@@ -2,7 +2,9 @@ import type { StyleProp, ViewStyle } from 'react-native';
|
|
|
2
2
|
import type { FallbackRectWidthProps, SharedProps } from '@coinbase/cds-common/types';
|
|
3
3
|
import type { CellMediaType } from './CellMedia';
|
|
4
4
|
import { type ListCellBaseProps } from './ListCell';
|
|
5
|
-
export type ListCellFallbackBaseProps = SharedProps &
|
|
5
|
+
export type ListCellFallbackBaseProps = SharedProps &
|
|
6
|
+
FallbackRectWidthProps &
|
|
7
|
+
Pick<ListCellBaseProps, 'compact' | 'innerSpacing' | 'outerSpacing'> & {
|
|
6
8
|
/** Display description shimmer. */
|
|
7
9
|
description?: boolean;
|
|
8
10
|
/** Display detail shimmer. */
|
|
@@ -15,21 +17,21 @@ export type ListCellFallbackBaseProps = SharedProps & FallbackRectWidthProps & P
|
|
|
15
17
|
subdetail?: boolean;
|
|
16
18
|
/** Display title shimmer. */
|
|
17
19
|
title?: boolean;
|
|
18
|
-
};
|
|
20
|
+
};
|
|
19
21
|
export type ListCellFallbackProps = ListCellFallbackBaseProps & {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
22
|
+
/** Styles to apply to the detail, bottomContent, and title. */
|
|
23
|
+
styles?: {
|
|
24
|
+
/** Style to apply to the bottom content (helper text shimmer). */
|
|
25
|
+
helperText?: StyleProp<ViewStyle>;
|
|
26
|
+
/** Style to apply to the detail shimmer. */
|
|
27
|
+
detail?: StyleProp<ViewStyle>;
|
|
28
|
+
/** Style to apply to the subdetail shimmer. */
|
|
29
|
+
subdetail?: StyleProp<ViewStyle>;
|
|
30
|
+
/** Style to apply to the title shimmer. */
|
|
31
|
+
title?: StyleProp<ViewStyle>;
|
|
32
|
+
/** Style to apply to the description shimmer. */
|
|
33
|
+
description?: StyleProp<ViewStyle>;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
|
-
export declare const ListCellFallback: import(
|
|
35
|
-
//# sourceMappingURL=ListCellFallback.d.ts.map
|
|
36
|
+
export declare const ListCellFallback: import('react').NamedExoticComponent<ListCellFallbackProps>;
|
|
37
|
+
//# sourceMappingURL=ListCellFallback.d.ts.map
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import type { SharedProps } from '@coinbase/cds-common';
|
|
3
3
|
import type { CellMediaType } from './CellMedia';
|
|
4
4
|
export type MediaFallbackProps = {
|
|
5
|
-
|
|
5
|
+
type: CellMediaType;
|
|
6
6
|
} & SharedProps;
|
|
7
7
|
export declare const MediaFallback: React.NamedExoticComponent<MediaFallbackProps>;
|
|
8
|
-
//# sourceMappingURL=MediaFallback.d.ts.map
|
|
8
|
+
//# sourceMappingURL=MediaFallback.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=ContentCell.figma.d.ts.map
|
|
2
|
+
//# sourceMappingURL=ContentCell.figma.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=ListCell.figma.d.ts.map
|
|
2
|
+
//# sourceMappingURL=ListCell.figma.d.ts.map
|
package/dts/cells/index.d.ts
CHANGED
package/dts/chips/Chip.d.ts
CHANGED
|
@@ -3,14 +3,20 @@ import type { View } from 'react-native';
|
|
|
3
3
|
/**
|
|
4
4
|
* This is a basic Chip component used to create all Chip components.
|
|
5
5
|
*/
|
|
6
|
-
export declare const Chip: React.MemoExoticComponent<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
6
|
+
export declare const Chip: React.MemoExoticComponent<
|
|
7
|
+
React.ForwardRefExoticComponent<
|
|
8
|
+
import('@coinbase/cds-common').SharedProps &
|
|
9
|
+
Omit<import('../system').PressableProps, 'children'> &
|
|
10
|
+
Pick<import('@coinbase/cds-common').SharedAccessibilityProps, 'accessibilityLabel'> & {
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
start?: React.ReactNode;
|
|
13
|
+
end?: React.ReactNode;
|
|
14
|
+
maxWidth?: import('@coinbase/cds-common').DimensionValue;
|
|
15
|
+
inverted?: boolean;
|
|
16
|
+
compact?: boolean;
|
|
17
|
+
numberOfLines?: number;
|
|
18
|
+
contentStyle?: import('react-native').StyleProp<import('react-native').ViewStyle>;
|
|
19
|
+
} & React.RefAttributes<View>
|
|
20
|
+
>
|
|
21
|
+
>;
|
|
22
|
+
//# sourceMappingURL=Chip.d.ts.map
|
package/dts/chips/ChipProps.d.ts
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
type DimensionValue,
|
|
4
|
+
type SharedAccessibilityProps,
|
|
5
|
+
type SharedProps,
|
|
6
|
+
} from '@coinbase/cds-common/types';
|
|
3
7
|
import type { PressableProps } from '../system';
|
|
4
|
-
export type ChipBaseProps = SharedProps &
|
|
8
|
+
export type ChipBaseProps = SharedProps &
|
|
9
|
+
Omit<PressableProps, 'children'> &
|
|
10
|
+
Pick<SharedAccessibilityProps, 'accessibilityLabel'> & {
|
|
5
11
|
/** ReactNode placed in the center of the Chip */
|
|
6
12
|
children: React.ReactNode;
|
|
7
13
|
/** ReactNode placed before the value */
|
|
@@ -28,12 +34,12 @@ export type ChipBaseProps = SharedProps & Omit<PressableProps, 'children'> & Pic
|
|
|
28
34
|
numberOfLines?: number;
|
|
29
35
|
/** Apply styles to Chip content. */
|
|
30
36
|
contentStyle?: StyleProp<ViewStyle>;
|
|
31
|
-
};
|
|
37
|
+
};
|
|
32
38
|
export type ChipProps = ChipBaseProps;
|
|
33
39
|
export type InputChipProps = {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
40
|
+
/** Value indicates what is currently selected */
|
|
41
|
+
value: string;
|
|
42
|
+
/** Callback fired when Chip is pressed */
|
|
43
|
+
onPress: PressableProps['onPress'];
|
|
38
44
|
} & Omit<ChipProps, 'end' | 'inverted' | 'children'>;
|
|
39
|
-
//# sourceMappingURL=ChipProps.d.ts.map
|
|
45
|
+
//# sourceMappingURL=ChipProps.d.ts.map
|
package/dts/chips/InputChip.d.ts
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { View } from 'react-native';
|
|
3
|
-
export declare const InputChip: React.MemoExoticComponent<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export declare const InputChip: React.MemoExoticComponent<
|
|
4
|
+
React.ForwardRefExoticComponent<
|
|
5
|
+
{
|
|
6
|
+
value: string;
|
|
7
|
+
onPress: import('../system').PressableProps['onPress'];
|
|
8
|
+
} & Omit<import('./ChipProps').ChipBaseProps, 'children' | 'end' | 'inverted'> &
|
|
9
|
+
React.RefAttributes<View>
|
|
10
|
+
>
|
|
11
|
+
>;
|
|
12
|
+
//# sourceMappingURL=InputChip.d.ts.map
|
|
@@ -3,14 +3,25 @@ import type { View } from 'react-native';
|
|
|
3
3
|
import type { SelectBaseProps } from '../controls/Select';
|
|
4
4
|
import type { TrayBaseProps } from '../overlays/tray/Tray';
|
|
5
5
|
import type { ChipProps } from './ChipProps';
|
|
6
|
-
export type SelectChipProps = Pick<
|
|
6
|
+
export type SelectChipProps = Pick<
|
|
7
|
+
SelectBaseProps,
|
|
8
|
+
'onChange' | 'valueLabel' | 'placeholder' | 'value'
|
|
9
|
+
> &
|
|
10
|
+
Omit<ChipProps, 'children' | 'onBlur'> &
|
|
11
|
+
Omit<TrayBaseProps, 'onCloseComplete' | 'children'> & {
|
|
7
12
|
children: React.ReactNode;
|
|
8
13
|
/** Indicates that the control is being used to manipulate data elsewhere */
|
|
9
14
|
active?: boolean;
|
|
10
|
-
};
|
|
11
|
-
export declare const SelectChip: React.MemoExoticComponent<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
};
|
|
16
|
+
export declare const SelectChip: React.MemoExoticComponent<
|
|
17
|
+
React.ForwardRefExoticComponent<
|
|
18
|
+
Pick<SelectBaseProps, 'value' | 'onChange' | 'placeholder' | 'valueLabel'> &
|
|
19
|
+
Omit<import('./ChipProps').ChipBaseProps, 'children' | 'onBlur'> &
|
|
20
|
+
Omit<TrayBaseProps, 'children' | 'onCloseComplete'> & {
|
|
21
|
+
children: React.ReactNode;
|
|
22
|
+
/** Indicates that the control is being used to manipulate data elsewhere */
|
|
23
|
+
active?: boolean;
|
|
24
|
+
} & React.RefAttributes<View>
|
|
25
|
+
>
|
|
26
|
+
>;
|
|
27
|
+
//# sourceMappingURL=SelectChip.d.ts.map
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { View } from 'react-native';
|
|
3
3
|
import { type TabNavigationBaseProps } from '../tabs';
|
|
4
|
-
export type TabbedChipsBaseProps<T extends string = string> = Omit<
|
|
4
|
+
export type TabbedChipsBaseProps<T extends string = string> = Omit<
|
|
5
|
+
TabNavigationBaseProps<T>,
|
|
6
|
+
'variant'
|
|
7
|
+
>;
|
|
5
8
|
export type TabbedChipsProps<T extends string = string> = TabbedChipsBaseProps<T>;
|
|
6
|
-
type TabbedChipsFC = <T extends string = string>(
|
|
9
|
+
type TabbedChipsFC = <T extends string = string>(
|
|
10
|
+
props: TabbedChipsProps<T> & {
|
|
7
11
|
ref?: React.ForwardedRef<View>;
|
|
8
|
-
}
|
|
12
|
+
},
|
|
13
|
+
) => React.ReactElement;
|
|
9
14
|
export declare const TabbedChips: TabbedChipsFC;
|
|
10
15
|
export {};
|
|
11
|
-
//# sourceMappingURL=TabbedChips.d.ts.map
|
|
16
|
+
//# sourceMappingURL=TabbedChips.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=InputChip.figma.d.ts.map
|
|
2
|
+
//# sourceMappingURL=InputChip.figma.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=SelectChip.figma.d.ts.map
|
|
2
|
+
//# sourceMappingURL=SelectChip.figma.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=TabbedChips.figma.d.ts.map
|
|
2
|
+
//# sourceMappingURL=TabbedChips.figma.d.ts.map
|
|
@@ -2,7 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import type { View } from 'react-native';
|
|
3
3
|
import { type DimensionValue, type SharedProps } from '@coinbase/cds-common';
|
|
4
4
|
import { type BoxBaseProps, type BoxProps } from '../layout';
|
|
5
|
-
export type CoachmarkBaseProps = SharedProps &
|
|
5
|
+
export type CoachmarkBaseProps = SharedProps &
|
|
6
|
+
BoxBaseProps & {
|
|
6
7
|
/**
|
|
7
8
|
* Title of the Coachmark. Text or ReactNode
|
|
8
9
|
*/
|
|
@@ -35,56 +36,64 @@ export type CoachmarkBaseProps = SharedProps & BoxBaseProps & {
|
|
|
35
36
|
* a11y label of the close button
|
|
36
37
|
*/
|
|
37
38
|
closeButtonAccessibilityLabel?: string;
|
|
38
|
-
};
|
|
39
|
+
};
|
|
39
40
|
export type CoachmarkProps = CoachmarkBaseProps & BoxProps;
|
|
40
|
-
export declare const Coachmark: React.MemoExoticComponent<
|
|
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
|
-
|
|
41
|
+
export declare const Coachmark: React.MemoExoticComponent<
|
|
42
|
+
React.ForwardRefExoticComponent<
|
|
43
|
+
SharedProps &
|
|
44
|
+
import('../styles/styleProps').StyleProps & {
|
|
45
|
+
children?: React.ReactNode;
|
|
46
|
+
style?: import('react-native').Animated.WithAnimatedValue<
|
|
47
|
+
import('react-native').StyleProp<import('react-native').ViewStyle>
|
|
48
|
+
>;
|
|
49
|
+
animated?: boolean;
|
|
50
|
+
elevation?: import('@coinbase/cds-common').ElevationLevels;
|
|
51
|
+
font?: import('@coinbase/cds-common').ThemeVars.FontFamily | 'inherit';
|
|
52
|
+
pin?: import('@coinbase/cds-common').PinningDirection;
|
|
53
|
+
bordered?: boolean;
|
|
54
|
+
borderedTop?: boolean;
|
|
55
|
+
borderedBottom?: boolean;
|
|
56
|
+
borderedStart?: boolean;
|
|
57
|
+
borderedEnd?: boolean;
|
|
58
|
+
borderedHorizontal?: boolean;
|
|
59
|
+
borderedVertical?: boolean;
|
|
60
|
+
dangerouslySetBackground?: string;
|
|
61
|
+
testID?: string;
|
|
62
|
+
} & {
|
|
63
|
+
/**
|
|
64
|
+
* Title of the Coachmark. Text or ReactNode
|
|
65
|
+
*/
|
|
66
|
+
title: React.ReactNode;
|
|
67
|
+
/**
|
|
68
|
+
* Content of the Coachmark. Text or ReactNode to be rendered below the title
|
|
69
|
+
*/
|
|
70
|
+
content: React.ReactNode;
|
|
71
|
+
/**
|
|
72
|
+
* Checkbox component to be rendered below the content
|
|
73
|
+
*/
|
|
74
|
+
checkbox?: React.ReactNode;
|
|
75
|
+
/**
|
|
76
|
+
* Media of the Coachmark
|
|
77
|
+
*/
|
|
78
|
+
media?: React.ReactNode;
|
|
79
|
+
/**
|
|
80
|
+
* Callback function fired when close button is pressed
|
|
81
|
+
*/
|
|
82
|
+
onClose?: () => void;
|
|
83
|
+
/**
|
|
84
|
+
* Action button for next step or ending the tour
|
|
85
|
+
*/
|
|
86
|
+
action: React.ReactNode;
|
|
87
|
+
/**
|
|
88
|
+
* Desired width of the Coachmark with respect to max width of windowWidth - spacing2 * 2
|
|
89
|
+
*/
|
|
90
|
+
width?: DimensionValue;
|
|
91
|
+
/**
|
|
92
|
+
* a11y label of the close button
|
|
93
|
+
*/
|
|
94
|
+
closeButtonAccessibilityLabel?: string;
|
|
95
|
+
} & Omit<import('react-native').ViewProps, 'style'> &
|
|
96
|
+
React.RefAttributes<View>
|
|
97
|
+
>
|
|
98
|
+
>;
|
|
99
|
+
//# sourceMappingURL=Coachmark.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=Coachmark.figma.d.ts.map
|
|
2
|
+
//# sourceMappingURL=Coachmark.figma.d.ts.map
|