@coinbase/cds-web 8.66.2 → 9.0.0-rc.1
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 +6 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +14 -16
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts.map +1 -1
- package/dts/accordion/AccordionHeader.d.ts +16 -18
- package/dts/accordion/AccordionHeader.d.ts.map +1 -1
- package/dts/accordion/AccordionItem.d.ts +2 -2
- package/dts/accordion/AccordionItem.d.ts.map +1 -1
- package/dts/accordion/AccordionPanel.d.ts +11 -13
- package/dts/accordion/AccordionPanel.d.ts.map +1 -1
- package/dts/alpha/combobox/DefaultComboboxControl.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectControl.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectDropdown.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectOption.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectOptionGroup.d.ts.map +1 -1
- package/dts/alpha/select/types.d.ts +6 -1
- package/dts/alpha/select/types.d.ts.map +1 -1
- package/dts/animation/Lottie.d.ts +3 -5
- package/dts/animation/Lottie.d.ts.map +1 -1
- package/dts/animation/LottieStatusAnimation.d.ts +2 -3
- package/dts/animation/LottieStatusAnimation.d.ts.map +1 -1
- package/dts/animation/useLottieLoader.d.ts +1 -1
- package/dts/banner/Banner.d.ts +26 -2
- package/dts/banner/Banner.d.ts.map +1 -1
- package/dts/buttons/AvatarButton.d.ts +89 -1
- package/dts/buttons/AvatarButton.d.ts.map +1 -1
- package/dts/buttons/Button.d.ts.map +1 -1
- package/dts/buttons/IconButton.d.ts.map +1 -1
- package/dts/buttons/IconCounterButton.d.ts +22 -11
- package/dts/buttons/IconCounterButton.d.ts.map +1 -1
- package/dts/buttons/Tile.d.ts +1 -1
- package/dts/buttons/Tile.d.ts.map +1 -1
- package/dts/cards/AnnouncementCard.d.ts +2 -2
- package/dts/cards/AnnouncementCard.d.ts.map +1 -1
- package/dts/cards/Card.d.ts +4 -0
- package/dts/cards/Card.d.ts.map +1 -1
- package/dts/cards/CardGroup.d.ts +2 -4
- package/dts/cards/CardGroup.d.ts.map +1 -1
- package/dts/cards/CardMedia.d.ts.map +1 -1
- package/dts/cards/FeatureEntryCard.d.ts +2 -6
- package/dts/cards/FeatureEntryCard.d.ts.map +1 -1
- package/dts/cards/FeedCard.d.ts +2 -6
- package/dts/cards/FeedCard.d.ts.map +1 -1
- package/dts/cards/LikeButton.d.ts +2 -3
- package/dts/cards/LikeButton.d.ts.map +1 -1
- package/dts/cards/UpsellCard.d.ts +7 -2
- package/dts/cards/UpsellCard.d.ts.map +1 -1
- package/dts/carousel/Carousel.d.ts +12 -19
- package/dts/carousel/Carousel.d.ts.map +1 -1
- package/dts/carousel/DefaultCarouselPagination.d.ts.map +1 -1
- package/dts/cells/Cell.d.ts.map +1 -1
- package/dts/cells/CellAccessory.d.ts +2 -4
- package/dts/cells/CellAccessory.d.ts.map +1 -1
- package/dts/cells/CellHelperText.d.ts +2 -4
- package/dts/cells/CellHelperText.d.ts.map +1 -1
- package/dts/cells/ContentCellFallback.d.ts +4 -0
- package/dts/cells/ContentCellFallback.d.ts.map +1 -1
- package/dts/cells/ListCell.d.ts.map +1 -1
- package/dts/cells/MediaFallback.d.ts +1 -2
- package/dts/cells/MediaFallback.d.ts.map +1 -1
- package/dts/chips/Chip.d.ts +3 -5
- package/dts/chips/Chip.d.ts.map +1 -1
- package/dts/chips/ChipProps.d.ts.map +1 -1
- package/dts/chips/InputChip.d.ts +2 -4
- package/dts/chips/InputChip.d.ts.map +1 -1
- package/dts/chips/MediaChip.d.ts +2 -4
- package/dts/chips/MediaChip.d.ts.map +1 -1
- package/dts/chips/SelectChip.d.ts +2 -2
- package/dts/chips/SelectChip.d.ts.map +1 -1
- package/dts/coachmark/Coachmark.d.ts +4 -4
- package/dts/coachmark/Coachmark.d.ts.map +1 -1
- package/dts/collapsible/Collapsible.d.ts +32 -34
- package/dts/collapsible/Collapsible.d.ts.map +1 -1
- package/dts/collapsible/useCollapsibleMotionProps.d.ts +328 -288
- package/dts/collapsible/useCollapsibleMotionProps.d.ts.map +1 -1
- package/dts/controls/CheckboxGroup.d.ts +2 -26
- package/dts/controls/CheckboxGroup.d.ts.map +1 -1
- package/dts/controls/Control.d.ts +28 -6
- package/dts/controls/Control.d.ts.map +1 -1
- package/dts/controls/HelperText.d.ts +14 -0
- package/dts/controls/HelperText.d.ts.map +1 -1
- package/dts/controls/InputIcon.d.ts +2 -2
- package/dts/controls/InputIcon.d.ts.map +1 -1
- package/dts/controls/InputIconButton.d.ts +2 -4
- package/dts/controls/InputIconButton.d.ts.map +1 -1
- package/dts/controls/InputStack.d.ts +23 -3
- package/dts/controls/InputStack.d.ts.map +1 -1
- package/dts/controls/NativeInput.d.ts +6 -4
- package/dts/controls/NativeInput.d.ts.map +1 -1
- package/dts/controls/NativeTextArea.d.ts +2 -4
- package/dts/controls/NativeTextArea.d.ts.map +1 -1
- package/dts/controls/RadioGroup.d.ts +2 -24
- package/dts/controls/RadioGroup.d.ts.map +1 -1
- package/dts/controls/SearchInput.d.ts +8 -6
- package/dts/controls/SearchInput.d.ts.map +1 -1
- package/dts/controls/SegmentedControl.d.ts +2 -2
- package/dts/controls/SegmentedControl.d.ts.map +1 -1
- package/dts/controls/Select.d.ts +21 -23
- package/dts/controls/Select.d.ts.map +1 -1
- package/dts/controls/SelectOption.d.ts +4 -0
- package/dts/controls/SelectOption.d.ts.map +1 -1
- package/dts/controls/SelectStack.d.ts +10 -12
- package/dts/controls/SelectStack.d.ts.map +1 -1
- package/dts/controls/SelectTrigger.d.ts +8 -10
- package/dts/controls/SelectTrigger.d.ts.map +1 -1
- package/dts/controls/Switch.d.ts +80 -30
- package/dts/controls/Switch.d.ts.map +1 -1
- package/dts/controls/TextInput.d.ts +8 -7
- package/dts/controls/TextInput.d.ts.map +1 -1
- package/dts/controls/selectContext.d.ts +16 -0
- package/dts/controls/selectContext.d.ts.map +1 -1
- package/dts/controls/useRefocusTrigger.d.ts +1 -1
- package/dts/controls/useRefocusTrigger.d.ts.map +1 -1
- package/dts/dates/Calendar.d.ts +58 -60
- package/dts/dates/Calendar.d.ts.map +1 -1
- package/dts/dates/DateInput.d.ts +2 -4
- package/dts/dates/DateInput.d.ts.map +1 -1
- package/dts/dates/DatePicker.d.ts +2 -4
- package/dts/dates/DatePicker.d.ts.map +1 -1
- package/dts/dots/DotCount.d.ts +12 -0
- package/dts/dots/DotCount.d.ts.map +1 -1
- package/dts/dropdown/Dropdown.d.ts +33 -35
- package/dts/dropdown/Dropdown.d.ts.map +1 -1
- package/dts/dropdown/DropdownContent.d.ts +7 -10
- package/dts/dropdown/DropdownContent.d.ts.map +1 -1
- package/dts/dropdown/useResponsiveHeight.d.ts +2 -2
- package/dts/dropdown/useResponsiveHeight.d.ts.map +1 -1
- package/dts/hooks/useCellSpacing.d.ts +48 -164
- package/dts/hooks/useCellSpacing.d.ts.map +1 -1
- package/dts/hooks/useClickOutside.d.ts +1 -3
- package/dts/hooks/useClickOutside.d.ts.map +1 -1
- package/dts/hooks/useDimensions.d.ts +2 -2
- package/dts/hooks/useDimensions.d.ts.map +1 -1
- package/dts/hooks/useHorizontalScrollToTarget.d.ts +1 -1
- package/dts/hooks/useResolveResponsiveProp.d.ts +19 -0
- package/dts/hooks/useResolveResponsiveProp.d.ts.map +1 -0
- package/dts/icons/Icon.d.ts +6 -3
- package/dts/icons/Icon.d.ts.map +1 -1
- package/dts/layout/Box.d.ts +4 -1
- package/dts/layout/Box.d.ts.map +1 -1
- package/dts/layout/Grid.d.ts +2 -3
- package/dts/layout/Grid.d.ts.map +1 -1
- package/dts/layout/Group.d.ts +4 -4
- package/dts/layout/Group.d.ts.map +1 -1
- package/dts/loaders/Spinner.d.ts +2 -1
- package/dts/loaders/Spinner.d.ts.map +1 -1
- package/dts/media/Hexagon.d.ts.map +1 -1
- package/dts/media/RemoteImageGroup.d.ts.map +1 -1
- package/dts/motion/ColorSurge.d.ts +8 -10
- package/dts/motion/ColorSurge.d.ts.map +1 -1
- package/dts/motion/Pulse.d.ts +21 -23
- package/dts/motion/Pulse.d.ts.map +1 -1
- package/dts/motion/Shake.d.ts +4 -6
- package/dts/motion/Shake.d.ts.map +1 -1
- package/dts/motion/useMotionProps.d.ts +710 -630
- package/dts/motion/useMotionProps.d.ts.map +1 -1
- package/dts/motion/utils.d.ts +326 -286
- package/dts/motion/utils.d.ts.map +1 -1
- package/dts/navigation/NavigationTitleSelect.d.ts.map +1 -1
- package/dts/navigation/SidebarItem.d.ts +22 -5
- package/dts/navigation/SidebarItem.d.ts.map +1 -1
- package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts.map +1 -1
- package/dts/numbers/RollingNumber/RollingNumber.d.ts.map +1 -1
- package/dts/overlays/Alert.d.ts +56 -58
- package/dts/overlays/Alert.d.ts.map +1 -1
- package/dts/overlays/Portal.d.ts +8 -6
- package/dts/overlays/Portal.d.ts.map +1 -1
- package/dts/overlays/PortalProvider.d.ts +17 -0
- package/dts/overlays/PortalProvider.d.ts.map +1 -1
- package/dts/overlays/Toast.d.ts +2 -2
- package/dts/overlays/Toast.d.ts.map +1 -1
- package/dts/overlays/modal/FullscreenModalHeader.d.ts +2 -4
- package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -1
- package/dts/overlays/modal/FullscreenModalLayout.d.ts +20 -22
- package/dts/overlays/modal/FullscreenModalLayout.d.ts.map +1 -1
- package/dts/overlays/modal/Modal.d.ts +6 -8
- package/dts/overlays/modal/Modal.d.ts.map +1 -1
- package/dts/overlays/modal/ModalBody.d.ts +2 -4
- package/dts/overlays/modal/ModalBody.d.ts.map +1 -1
- package/dts/overlays/modal/ModalHeader.d.ts.map +1 -1
- package/dts/overlays/modal/ModalWrapper.d.ts +2 -4
- package/dts/overlays/modal/ModalWrapper.d.ts.map +1 -1
- package/dts/overlays/overlay/Overlay.d.ts +2 -2
- package/dts/overlays/overlay/Overlay.d.ts.map +1 -1
- package/dts/overlays/popover/Popover.d.ts +38 -40
- package/dts/overlays/popover/Popover.d.ts.map +1 -1
- package/dts/overlays/popover/PopoverPanelContent.d.ts +18 -20
- package/dts/overlays/popover/PopoverPanelContent.d.ts.map +1 -1
- package/dts/overlays/popover/usePopper.d.ts +4 -0
- package/dts/overlays/popover/usePopper.d.ts.map +1 -1
- package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -1
- package/dts/overlays/tooltip/TooltipContent.d.ts +10 -12
- package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -1
- package/dts/overlays/tooltip/TooltipProps.d.ts +1 -2
- package/dts/overlays/tooltip/TooltipProps.d.ts.map +1 -1
- package/dts/overlays/tray/Tray.d.ts +114 -118
- package/dts/overlays/tray/Tray.d.ts.map +1 -1
- package/dts/overlays/useModal.d.ts +1 -1
- package/dts/page/PageFooter.d.ts +4 -6
- package/dts/page/PageFooter.d.ts.map +1 -1
- package/dts/page/PageHeader.d.ts +4 -6
- package/dts/page/PageHeader.d.ts.map +1 -1
- package/dts/section-header/SectionHeader.d.ts +2 -4
- package/dts/section-header/SectionHeader.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperProgressVertical.d.ts +1 -1
- package/dts/stepper/DefaultStepperProgressVertical.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperStepHorizontal.d.ts.map +1 -1
- package/dts/stepper/Stepper.d.ts +25 -14
- package/dts/stepper/Stepper.d.ts.map +1 -1
- package/dts/styles/styleProps.d.ts +12 -8
- package/dts/styles/styleProps.d.ts.map +1 -1
- package/dts/system/BrowserOnly.d.ts +1 -1
- package/dts/system/BrowserOnly.d.ts.map +1 -1
- package/dts/system/ButtonOrLink.d.ts +5 -7
- package/dts/system/ButtonOrLink.d.ts.map +1 -1
- package/dts/system/Interactable.d.ts +10 -12
- package/dts/system/Interactable.d.ts.map +1 -1
- package/dts/system/ThemeProvider.d.ts +48 -26
- package/dts/system/ThemeProvider.d.ts.map +1 -1
- package/dts/system/interactableCSSProperties.d.ts +11 -11
- package/dts/system/interactableCSSProperties.d.ts.map +1 -1
- package/dts/tables/Table.d.ts +40 -43
- package/dts/tables/Table.d.ts.map +1 -1
- package/dts/tables/TableCell.d.ts +2 -1
- package/dts/tables/TableCell.d.ts.map +1 -1
- package/dts/tabs/DefaultTab.d.ts +17 -19
- package/dts/tabs/DefaultTab.d.ts.map +1 -1
- package/dts/tabs/Paddle.d.ts.map +1 -1
- package/dts/tabs/SegmentedTab.d.ts +25 -27
- package/dts/tabs/SegmentedTab.d.ts.map +1 -1
- package/dts/tabs/TabIndicator.d.ts +11 -13
- package/dts/tabs/TabIndicator.d.ts.map +1 -1
- package/dts/tabs/TabNavigation.d.ts +6 -0
- package/dts/tabs/TabNavigation.d.ts.map +1 -1
- package/dts/tabs/Tabs.d.ts.map +1 -1
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +710 -630
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts.map +1 -1
- package/dts/tag/Tag.d.ts +2 -2
- package/dts/tag/Tag.d.ts.map +1 -1
- package/dts/tour/DefaultTourStepArrow.d.ts +2 -2
- package/dts/tour/DefaultTourStepArrow.d.ts.map +1 -1
- package/dts/tour/Tour.d.ts.map +1 -1
- package/dts/tour/TourStep.d.ts.map +1 -1
- package/dts/typography/Text.d.ts +4 -1
- package/dts/typography/Text.d.ts.map +1 -1
- package/dts/typography/TextBody.d.ts +12 -0
- package/dts/typography/TextBody.d.ts.map +1 -1
- package/dts/typography/TextCaption.d.ts +12 -0
- package/dts/typography/TextCaption.d.ts.map +1 -1
- package/dts/typography/TextDisplay1.d.ts +12 -0
- package/dts/typography/TextDisplay1.d.ts.map +1 -1
- package/dts/typography/TextDisplay2.d.ts +12 -0
- package/dts/typography/TextDisplay2.d.ts.map +1 -1
- package/dts/typography/TextDisplay3.d.ts +12 -0
- package/dts/typography/TextDisplay3.d.ts.map +1 -1
- package/dts/typography/TextHeadline.d.ts +12 -0
- package/dts/typography/TextHeadline.d.ts.map +1 -1
- package/dts/typography/TextInherited.d.ts +12 -0
- package/dts/typography/TextInherited.d.ts.map +1 -1
- package/dts/typography/TextLabel1.d.ts +12 -0
- package/dts/typography/TextLabel1.d.ts.map +1 -1
- package/dts/typography/TextLabel2.d.ts +12 -0
- package/dts/typography/TextLabel2.d.ts.map +1 -1
- package/dts/typography/TextLegal.d.ts +12 -0
- package/dts/typography/TextLegal.d.ts.map +1 -1
- package/dts/typography/TextTitle1.d.ts +12 -0
- package/dts/typography/TextTitle1.d.ts.map +1 -1
- package/dts/typography/TextTitle2.d.ts +12 -0
- package/dts/typography/TextTitle2.d.ts.map +1 -1
- package/dts/typography/TextTitle3.d.ts +12 -0
- package/dts/typography/TextTitle3.d.ts.map +1 -1
- package/dts/typography/TextTitle4.d.ts +12 -0
- package/dts/typography/TextTitle4.d.ts.map +1 -1
- package/dts/utils/flattenAndJoinNodes.d.ts +13 -1
- package/dts/utils/flattenAndJoinNodes.d.ts.map +1 -1
- package/dts/visualizations/ProgressBar.d.ts +45 -47
- package/dts/visualizations/ProgressBar.d.ts.map +1 -1
- package/dts/visualizations/ProgressCircle.d.ts +63 -65
- package/dts/visualizations/ProgressCircle.d.ts.map +1 -1
- package/dts/visualizations/VisualizationContainer.d.ts +3 -4
- package/dts/visualizations/VisualizationContainer.d.ts.map +1 -1
- package/dts/visualizations/chart/CartesianChart.d.ts +104 -0
- package/dts/visualizations/chart/CartesianChart.d.ts.map +1 -0
- package/dts/visualizations/chart/ChartProvider.d.ts +9 -0
- package/dts/visualizations/chart/ChartProvider.d.ts.map +1 -0
- package/dts/visualizations/chart/Path.d.ts +100 -0
- package/dts/visualizations/chart/Path.d.ts.map +1 -0
- package/dts/visualizations/chart/PeriodSelector.d.ts +73 -0
- package/dts/visualizations/chart/PeriodSelector.d.ts.map +1 -0
- package/dts/visualizations/chart/area/Area.d.ts +83 -0
- package/dts/visualizations/chart/area/Area.d.ts.map +1 -0
- package/dts/visualizations/chart/area/AreaChart.d.ts +90 -0
- package/dts/visualizations/chart/area/AreaChart.d.ts.map +1 -0
- package/dts/visualizations/chart/area/DottedArea.d.ts +45 -0
- package/dts/visualizations/chart/area/DottedArea.d.ts.map +1 -0
- package/dts/visualizations/chart/area/GradientArea.d.ts +39 -0
- package/dts/visualizations/chart/area/GradientArea.d.ts.map +1 -0
- package/dts/visualizations/chart/area/SolidArea.d.ts +23 -0
- package/dts/visualizations/chart/area/SolidArea.d.ts.map +1 -0
- package/dts/visualizations/chart/area/index.d.ts +6 -0
- package/dts/visualizations/chart/area/index.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/Axis.d.ts +254 -0
- package/dts/visualizations/chart/axis/Axis.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/DefaultAxisTickLabel.d.ts +8 -0
- package/dts/visualizations/chart/axis/DefaultAxisTickLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/XAxis.d.ts +22 -0
- package/dts/visualizations/chart/axis/XAxis.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/YAxis.d.ts +22 -0
- package/dts/visualizations/chart/axis/YAxis.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/index.d.ts +5 -0
- package/dts/visualizations/chart/axis/index.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/Bar.d.ts +102 -0
- package/dts/visualizations/chart/bar/Bar.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarChart.d.ts +83 -0
- package/dts/visualizations/chart/bar/BarChart.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarPlot.d.ts +31 -0
- package/dts/visualizations/chart/bar/BarPlot.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarStack.d.ts +141 -0
- package/dts/visualizations/chart/bar/BarStack.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarStackGroup.d.ts +37 -0
- package/dts/visualizations/chart/bar/BarStackGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/DefaultBar.d.ts +17 -0
- package/dts/visualizations/chart/bar/DefaultBar.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/DefaultBarStack.d.ts +16 -0
- package/dts/visualizations/chart/bar/DefaultBarStack.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/PercentageBarChart.d.ts +61 -0
- package/dts/visualizations/chart/bar/PercentageBarChart.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/index.d.ts +9 -0
- package/dts/visualizations/chart/bar/index.d.ts.map +1 -0
- package/dts/visualizations/chart/gradient/Gradient.d.ts +43 -0
- package/dts/visualizations/chart/gradient/Gradient.d.ts.map +1 -0
- package/dts/visualizations/chart/gradient/index.d.ts +2 -0
- package/dts/visualizations/chart/gradient/index.d.ts.map +1 -0
- package/dts/visualizations/chart/index.d.ts +15 -0
- package/dts/visualizations/chart/index.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/DefaultLegendEntry.d.ts +21 -0
- package/dts/visualizations/chart/legend/DefaultLegendEntry.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/DefaultLegendShape.d.ts +7 -0
- package/dts/visualizations/chart/legend/DefaultLegendShape.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/Legend.d.ts +139 -0
- package/dts/visualizations/chart/legend/Legend.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/index.d.ts +4 -0
- package/dts/visualizations/chart/legend/index.d.ts.map +1 -0
- package/dts/visualizations/chart/line/DefaultReferenceLineLabel.d.ts +9 -0
- package/dts/visualizations/chart/line/DefaultReferenceLineLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/line/DottedLine.d.ts +26 -0
- package/dts/visualizations/chart/line/DottedLine.d.ts.map +1 -0
- package/dts/visualizations/chart/line/Line.d.ts +146 -0
- package/dts/visualizations/chart/line/Line.d.ts.map +1 -0
- package/dts/visualizations/chart/line/LineChart.d.ts +77 -0
- package/dts/visualizations/chart/line/LineChart.d.ts.map +1 -0
- package/dts/visualizations/chart/line/ReferenceLine.d.ts +187 -0
- package/dts/visualizations/chart/line/ReferenceLine.d.ts.map +1 -0
- package/dts/visualizations/chart/line/SolidLine.d.ts +25 -0
- package/dts/visualizations/chart/line/SolidLine.d.ts.map +1 -0
- package/dts/visualizations/chart/line/index.d.ts +7 -0
- package/dts/visualizations/chart/line/index.d.ts.map +1 -0
- package/dts/visualizations/chart/point/DefaultPointLabel.d.ts +10 -0
- package/dts/visualizations/chart/point/DefaultPointLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/point/Point.d.ts +225 -0
- package/dts/visualizations/chart/point/Point.d.ts.map +1 -0
- package/dts/visualizations/chart/point/index.d.ts +3 -0
- package/dts/visualizations/chart/point/index.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeacon.d.ts +39 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeacon.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeaconLabel.d.ts +12 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeaconLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberLabel.d.ts +11 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/Scrubber.d.ts +390 -0
- package/dts/visualizations/chart/scrubber/Scrubber.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconGroup.d.ts +78 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconLabelGroup.d.ts +56 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconLabelGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/ScrubberProvider.d.ts +17 -0
- package/dts/visualizations/chart/scrubber/ScrubberProvider.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/index.d.ts +5 -0
- package/dts/visualizations/chart/scrubber/index.d.ts.map +1 -0
- package/dts/visualizations/chart/text/ChartText.d.ts +117 -0
- package/dts/visualizations/chart/text/ChartText.d.ts.map +1 -0
- package/dts/visualizations/chart/text/ChartTextGroup.d.ts +61 -0
- package/dts/visualizations/chart/text/ChartTextGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/text/index.d.ts +3 -0
- package/dts/visualizations/chart/text/index.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/axis.d.ts +391 -0
- package/dts/visualizations/chart/utils/axis.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/bar.d.ts +223 -0
- package/dts/visualizations/chart/utils/bar.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/chart.d.ts +158 -0
- package/dts/visualizations/chart/utils/chart.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/context.d.ts +117 -0
- package/dts/visualizations/chart/utils/context.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/gradient.d.ts +116 -0
- package/dts/visualizations/chart/utils/gradient.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/index.d.ts +12 -0
- package/dts/visualizations/chart/utils/index.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/interpolate.d.ts +112 -0
- package/dts/visualizations/chart/utils/interpolate.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/path.d.ts +156 -0
- package/dts/visualizations/chart/utils/path.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/point.d.ts +115 -0
- package/dts/visualizations/chart/utils/point.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/scale.d.ts +54 -0
- package/dts/visualizations/chart/utils/scale.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/scrubber.d.ts +40 -0
- package/dts/visualizations/chart/utils/scrubber.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/transition.d.ts +101 -0
- package/dts/visualizations/chart/utils/transition.d.ts.map +1 -0
- package/dts/visualizations/index.d.ts +2 -0
- package/dts/visualizations/index.d.ts.map +1 -1
- package/dts/visualizations/sparkline/Counter.d.ts +8 -0
- package/dts/visualizations/sparkline/Counter.d.ts.map +1 -0
- package/dts/visualizations/sparkline/Sparkline.d.ts +66 -0
- package/dts/visualizations/sparkline/Sparkline.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklineArea.d.ts +14 -0
- package/dts/visualizations/sparkline/SparklineArea.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklineAreaPattern.d.ts +14 -0
- package/dts/visualizations/sparkline/SparklineAreaPattern.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklineGradient.d.ts +22 -0
- package/dts/visualizations/sparkline/SparklineGradient.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklinePath.d.ts +12 -0
- package/dts/visualizations/sparkline/SparklinePath.d.ts.map +1 -0
- package/dts/visualizations/sparkline/__figma__/Sparkline.figma.d.ts +2 -0
- package/dts/visualizations/sparkline/__figma__/Sparkline.figma.d.ts.map +1 -0
- package/dts/visualizations/sparkline/generateSparklineWithId.d.ts +11 -0
- package/dts/visualizations/sparkline/generateSparklineWithId.d.ts.map +1 -0
- package/dts/visualizations/sparkline/index.d.ts +6 -0
- package/dts/visualizations/sparkline/index.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/InnerSparklineInteractiveProvider.d.ts +13 -0
- package/dts/visualizations/sparkline/sparkline-interactive/InnerSparklineInteractiveProvider.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractive.d.ts +200 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractive.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveAnimatedPath.d.ts +26 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveAnimatedPath.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.d.ts +5 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.d.ts +5 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.d.ts +8 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.d.ts +17 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePaths.d.ts +25 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePaths.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePeriodSelector.d.ts +25 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePeriodSelector.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveProvider.d.ts +25 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveProvider.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.d.ts +30 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubProvider.d.ts +18 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubProvider.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveTimeseriesPaths.d.ts +31 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveTimeseriesPaths.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/__figma__/SparklineInteractive.figma.d.ts +2 -0
- package/dts/visualizations/sparkline/sparkline-interactive/__figma__/SparklineInteractive.figma.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/fade.d.ts +3 -0
- package/dts/visualizations/sparkline/sparkline-interactive/fade.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/useSparklineInteractiveConstants.d.ts +13 -0
- package/dts/visualizations/sparkline/sparkline-interactive/useSparklineInteractiveConstants.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/SparklineInteractiveHeader.d.ts +110 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/SparklineInteractiveHeader.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/__figma__/SparklineInteractiveHeader.figma.d.ts +2 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/__figma__/SparklineInteractiveHeader.figma.d.ts.map +1 -0
- package/esm/alpha/combobox/DefaultComboboxControl.js +6 -6
- package/esm/alpha/select/DefaultSelectControl.js +26 -21
- package/esm/alpha/select/DefaultSelectDropdown.js +9 -4
- package/esm/alpha/select/DefaultSelectOption.css +1 -1
- package/esm/alpha/select/DefaultSelectOption.js +0 -1
- package/esm/animation/LottieStatusAnimation.js +1 -1
- package/esm/animation/useLottieLoader.js +1 -1
- package/esm/banner/Banner.js +119 -86
- package/esm/buttons/AvatarButton.css +1 -1
- package/esm/buttons/AvatarButton.js +8 -10
- package/esm/buttons/Button.css +1 -3
- package/esm/buttons/Button.js +26 -12
- package/esm/buttons/IconButton.css +1 -3
- package/esm/buttons/IconButton.js +23 -13
- package/esm/buttons/IconCounterButton.js +14 -6
- package/esm/cards/Card.js +5 -0
- package/esm/cards/CardMedia.js +6 -10
- package/esm/cards/FeatureEntryCard.js +0 -5
- package/esm/cards/FeedCard.js +0 -5
- package/esm/cards/LikeButton.js +14 -8
- package/esm/cards/UpsellCard.js +11 -3
- package/esm/cards/__figma__/UpsellCard.figma.js +3 -1
- package/esm/carousel/Carousel.js +4 -3
- package/esm/carousel/DefaultCarouselPagination.js +10 -4
- package/esm/carousel/__figma__/Carousel.figma.js +0 -1
- package/esm/cells/Cell.js +48 -9
- package/esm/cells/CellAccessory.js +3 -2
- package/esm/cells/ContentCellFallback.js +5 -0
- package/esm/cells/ListCell.js +8 -3
- package/esm/cells/MediaFallback.js +5 -5
- package/esm/coachmark/Coachmark.js +3 -2
- package/esm/collapsible/Collapsible.js +30 -25
- package/esm/controls/CheckboxGroup.js +0 -26
- package/esm/controls/Control.js +36 -12
- package/esm/controls/HelperText.js +18 -2
- package/esm/controls/InputIcon.js +3 -4
- package/esm/controls/InputIconButton.js +1 -1
- package/esm/controls/InputStack.js +15 -5
- package/esm/controls/Radio.css +1 -1
- package/esm/controls/Radio.js +1 -1
- package/esm/controls/RadioGroup.js +0 -25
- package/esm/controls/SearchInput.js +5 -0
- package/esm/controls/SegmentedControl.css +1 -1
- package/esm/controls/SegmentedControl.js +2 -1
- package/esm/controls/SelectOption.js +4 -0
- package/esm/controls/Switch.js +34 -10
- package/esm/controls/TextInput.js +5 -5
- package/esm/controls/selectContext.js +21 -0
- package/esm/dates/DateInput.js +3 -4
- package/esm/dates/DatePicker.js +2 -2
- package/esm/dots/DotCount.css +1 -1
- package/esm/dots/DotCount.js +14 -5
- package/esm/dots/DotSymbol.js +2 -2
- package/esm/hooks/useDimensions.js +1 -1
- package/esm/hooks/useResolveResponsiveProp.js +31 -0
- package/esm/media/Avatar.js +2 -2
- package/esm/media/Hexagon.js +3 -2
- package/esm/navigation/NavigationTitleSelect.js +25 -6
- package/esm/navigation/SidebarItem.js +43 -13
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.js +3 -1
- package/esm/numbers/RollingNumber/RollingNumber.js +1 -1
- package/esm/overlays/Alert.js +3 -3
- package/esm/overlays/FocusTrap.js +2 -3
- package/esm/overlays/Portal.js +7 -0
- package/esm/overlays/PortalProvider.js +20 -0
- package/esm/overlays/Toast.js +5 -4
- package/esm/overlays/modal/FullscreenModalLayout.js +3 -2
- package/esm/overlays/modal/ModalHeader.js +10 -5
- package/esm/overlays/overlay/OverlayContent.js +3 -4
- package/esm/overlays/popover/usePopper.js +7 -0
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +5 -3
- package/esm/overlays/useModal.js +1 -1
- package/esm/stepper/DefaultStepperHeaderHorizontal.js +20 -16
- package/esm/stepper/DefaultStepperLabelHorizontal.js +18 -14
- package/esm/stepper/DefaultStepperProgressHorizontal.js +19 -7
- package/esm/stepper/DefaultStepperProgressVertical.js +50 -38
- package/esm/stepper/DefaultStepperStepHorizontal.js +6 -4
- package/esm/stepper/DefaultStepperStepVertical.js +5 -5
- package/esm/stepper/Stepper.js +59 -66
- package/esm/styles/styleProps.js +3 -0
- package/esm/system/Interactable.css +1 -1
- package/esm/system/Interactable.js +4 -2
- package/esm/system/Pressable.css +1 -1
- package/esm/system/PressableOpacity.js +2 -2
- package/esm/system/ThemeProvider.js +43 -15
- package/esm/system/interactableCSSProperties.js +11 -11
- package/esm/tabs/Paddle.js +4 -4
- package/esm/tabs/TabLabel.js +7 -9
- package/esm/tabs/TabNavigation.js +8 -7
- package/esm/tabs/Tabs.js +3 -1
- package/esm/tour/Tour.js +4 -1
- package/esm/tour/TourStep.js +5 -1
- package/esm/typography/TextBody.js +15 -0
- package/esm/typography/TextCaption.js +15 -0
- package/esm/typography/TextDisplay1.js +15 -0
- package/esm/typography/TextDisplay2.js +15 -0
- package/esm/typography/TextDisplay3.js +15 -0
- package/esm/typography/TextHeadline.js +15 -0
- package/esm/typography/TextInherited.js +15 -0
- package/esm/typography/TextLabel1.js +15 -0
- package/esm/typography/TextLabel2.js +15 -0
- package/esm/typography/TextLegal.js +15 -0
- package/esm/typography/TextTitle1.js +15 -0
- package/esm/typography/TextTitle2.js +15 -0
- package/esm/typography/TextTitle3.js +15 -0
- package/esm/typography/TextTitle4.js +15 -0
- package/esm/visualizations/chart/CartesianChart.css +1 -0
- package/esm/visualizations/chart/CartesianChart.js +379 -0
- package/esm/visualizations/chart/ChartProvider.js +10 -0
- package/esm/visualizations/chart/Path.js +125 -0
- package/esm/visualizations/chart/PeriodSelector.css +1 -0
- package/esm/visualizations/chart/PeriodSelector.js +130 -0
- package/esm/visualizations/chart/area/Area.js +85 -0
- package/esm/visualizations/chart/area/AreaChart.js +173 -0
- package/esm/visualizations/chart/area/DottedArea.js +95 -0
- package/esm/visualizations/chart/area/GradientArea.js +72 -0
- package/esm/visualizations/chart/area/SolidArea.js +52 -0
- package/esm/visualizations/chart/area/index.js +7 -0
- package/esm/visualizations/chart/axis/Axis.js +11 -0
- package/esm/visualizations/chart/axis/DefaultAxisTickLabel.js +15 -0
- package/esm/visualizations/chart/axis/XAxis.css +2 -0
- package/esm/visualizations/chart/axis/XAxis.js +315 -0
- package/esm/visualizations/chart/axis/YAxis.css +2 -0
- package/esm/visualizations/chart/axis/YAxis.js +316 -0
- package/esm/visualizations/chart/axis/index.js +6 -0
- package/esm/visualizations/chart/bar/Bar.js +69 -0
- package/esm/visualizations/chart/bar/BarChart.js +128 -0
- package/esm/visualizations/chart/bar/BarPlot.js +92 -0
- package/esm/visualizations/chart/bar/BarStack.js +173 -0
- package/esm/visualizations/chart/bar/BarStackGroup.js +95 -0
- package/esm/visualizations/chart/bar/DefaultBar.js +82 -0
- package/esm/visualizations/chart/bar/DefaultBarStack.js +71 -0
- package/esm/visualizations/chart/bar/PercentageBarChart.js +102 -0
- package/esm/visualizations/chart/bar/index.js +10 -0
- package/esm/visualizations/chart/gradient/Gradient.js +106 -0
- package/esm/visualizations/chart/gradient/index.js +1 -0
- package/esm/visualizations/chart/index.js +16 -0
- package/esm/visualizations/chart/legend/DefaultLegendEntry.css +1 -0
- package/esm/visualizations/chart/legend/DefaultLegendEntry.js +50 -0
- package/esm/visualizations/chart/legend/DefaultLegendShape.css +5 -0
- package/esm/visualizations/chart/legend/DefaultLegendShape.js +47 -0
- package/esm/visualizations/chart/legend/Legend.js +76 -0
- package/esm/visualizations/chart/legend/index.js +3 -0
- package/esm/visualizations/chart/line/DefaultReferenceLineLabel.js +81 -0
- package/esm/visualizations/chart/line/DottedLine.js +64 -0
- package/esm/visualizations/chart/line/Line.js +183 -0
- package/esm/visualizations/chart/line/LineChart.js +142 -0
- package/esm/visualizations/chart/line/ReferenceLine.js +144 -0
- package/esm/visualizations/chart/line/SolidLine.js +60 -0
- package/esm/visualizations/chart/line/index.js +8 -0
- package/esm/visualizations/chart/point/DefaultPointLabel.js +45 -0
- package/esm/visualizations/chart/point/Point.css +2 -0
- package/esm/visualizations/chart/point/Point.js +201 -0
- package/esm/visualizations/chart/point/index.js +2 -0
- package/esm/visualizations/chart/scrubber/DefaultScrubberBeacon.js +154 -0
- package/esm/visualizations/chart/scrubber/DefaultScrubberBeaconLabel.js +57 -0
- package/esm/visualizations/chart/scrubber/DefaultScrubberLabel.js +48 -0
- package/esm/visualizations/chart/scrubber/Scrubber.js +200 -0
- package/esm/visualizations/chart/scrubber/ScrubberBeaconGroup.js +190 -0
- package/esm/visualizations/chart/scrubber/ScrubberBeaconLabelGroup.js +209 -0
- package/esm/visualizations/chart/scrubber/ScrubberProvider.js +233 -0
- package/esm/visualizations/chart/scrubber/index.js +4 -0
- package/esm/visualizations/chart/text/ChartText.js +231 -0
- package/esm/visualizations/chart/text/ChartTextGroup.js +227 -0
- package/esm/visualizations/chart/text/index.js +4 -0
- package/esm/visualizations/chart/utils/axis.js +666 -0
- package/esm/visualizations/chart/utils/bar.js +952 -0
- package/esm/visualizations/chart/utils/chart.js +314 -0
- package/esm/visualizations/chart/utils/context.js +22 -0
- package/esm/visualizations/chart/utils/gradient.js +270 -0
- package/esm/visualizations/chart/utils/index.js +13 -0
- package/esm/visualizations/chart/utils/interpolate.js +644 -0
- package/esm/visualizations/chart/utils/path.js +254 -0
- package/esm/visualizations/chart/utils/point.js +214 -0
- package/esm/visualizations/chart/utils/scale.js +59 -0
- package/esm/visualizations/chart/utils/scrubber.js +137 -0
- package/esm/visualizations/chart/utils/transition.js +132 -0
- package/esm/visualizations/index.js +3 -1
- package/esm/visualizations/sparkline/Counter.css +3 -0
- package/esm/visualizations/sparkline/Counter.js +35 -0
- package/esm/visualizations/sparkline/Sparkline.js +165 -0
- package/esm/visualizations/sparkline/SparklineArea.js +19 -0
- package/esm/visualizations/sparkline/SparklineAreaPattern.js +37 -0
- package/esm/visualizations/sparkline/SparklineGradient.js +31 -0
- package/esm/visualizations/sparkline/SparklinePath.js +19 -0
- package/esm/visualizations/sparkline/__figma__/Sparkline.figma.js +24 -0
- package/esm/visualizations/sparkline/generateSparklineWithId.js +7 -0
- package/esm/visualizations/sparkline/index.js +5 -0
- package/esm/visualizations/sparkline/sparkline-interactive/InnerSparklineInteractiveProvider.js +21 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractive.js +318 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveAnimatedPath.js +108 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.css +2 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.js +27 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.css +2 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.js +25 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.css +4 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.js +65 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.css +1 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.js +85 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractivePaths.js +56 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractivePeriodSelector.js +71 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveProvider.js +45 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.css +5 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.js +201 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubProvider.js +39 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveTimeseriesPaths.js +92 -0
- package/esm/visualizations/sparkline/sparkline-interactive/__figma__/SparklineInteractive.figma.js +89 -0
- package/esm/visualizations/sparkline/sparkline-interactive/fade.css +2 -0
- package/esm/visualizations/sparkline/sparkline-interactive/fade.js +15 -0
- package/esm/visualizations/sparkline/sparkline-interactive/useSparklineInteractiveConstants.js +28 -0
- package/esm/visualizations/sparkline/sparkline-interactive-header/SparklineInteractiveHeader.js +226 -0
- package/esm/visualizations/sparkline/sparkline-interactive-header/__figma__/SparklineInteractiveHeader.figma.js +108 -0
- package/package.json +23 -10
|
@@ -34,9 +34,9 @@ export const PressableOpacity = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
|
34
34
|
const Component = as !== null && as !== void 0 ? as : pressableOpacityDefaultElement;
|
|
35
35
|
return /*#__PURE__*/_jsx(Pressable, _objectSpread(_objectSpread({
|
|
36
36
|
ref: ref,
|
|
37
|
-
as: Component
|
|
37
|
+
as: Component,
|
|
38
|
+
background: "transparent"
|
|
38
39
|
}, props), {}, {
|
|
39
|
-
background: "transparent",
|
|
40
40
|
children: children
|
|
41
41
|
}));
|
|
42
42
|
});
|
|
@@ -4,7 +4,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
4
4
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
5
5
|
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
6
6
|
/* eslint-disable @typescript-eslint/no-empty-object-type */
|
|
7
|
-
import React, { createContext, useContext, useMemo } from 'react';
|
|
7
|
+
import React, { createContext, memo, useContext, useMemo } from 'react';
|
|
8
8
|
import { createThemeCssVars } from '../core/createThemeCssVars';
|
|
9
9
|
import { cx } from '../cx';
|
|
10
10
|
import { FramerMotionProvider } from './FramerMotionProvider';
|
|
@@ -16,7 +16,9 @@ export const useThemeProviderStyles = theme => {
|
|
|
16
16
|
const style = useMemo(() => createThemeCssVars(theme), [theme]);
|
|
17
17
|
return style;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
|
|
20
|
+
/** Injects theme CSS variables into the DOM by calling `createThemeCssVars` via `useThemeProviderStyles`. */
|
|
21
|
+
const ThemeManager = /*#__PURE__*/memo(_ref => {
|
|
20
22
|
let {
|
|
21
23
|
display,
|
|
22
24
|
className,
|
|
@@ -33,8 +35,31 @@ const ThemeManager = _ref => {
|
|
|
33
35
|
style: styles,
|
|
34
36
|
children: children
|
|
35
37
|
});
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Diff two themes and return a new partial theme with only the differences.
|
|
42
|
+
*/
|
|
43
|
+
export const diffThemes = (theme, parentTheme) => {
|
|
44
|
+
if (!parentTheme) return theme;
|
|
45
|
+
const themeDiff = {
|
|
46
|
+
id: theme.id,
|
|
47
|
+
activeColorScheme: theme.activeColorScheme
|
|
48
|
+
};
|
|
49
|
+
Object.keys(theme).forEach(key => {
|
|
50
|
+
var _theme$key;
|
|
51
|
+
if (key === 'id' || key === 'activeColorScheme') return;
|
|
52
|
+
themeDiff[key] = {};
|
|
53
|
+
Object.keys((_theme$key = theme[key]) !== null && _theme$key !== void 0 ? _theme$key : {}).forEach(value => {
|
|
54
|
+
var _theme$key2, _parentTheme$key;
|
|
55
|
+
if (((_theme$key2 = theme[key]) === null || _theme$key2 === void 0 ? void 0 : _theme$key2[value]) !== ((_parentTheme$key = parentTheme[key]) === null || _parentTheme$key === void 0 ? void 0 : _parentTheme$key[value])) {
|
|
56
|
+
themeDiff[key][value] = theme[key][value];
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
});
|
|
60
|
+
return themeDiff;
|
|
36
61
|
};
|
|
37
|
-
export const ThemeProvider = _ref2 => {
|
|
62
|
+
export const ThemeProvider = /*#__PURE__*/memo(_ref2 => {
|
|
38
63
|
let {
|
|
39
64
|
theme,
|
|
40
65
|
activeColorScheme,
|
|
@@ -42,25 +67,26 @@ export const ThemeProvider = _ref2 => {
|
|
|
42
67
|
className,
|
|
43
68
|
display,
|
|
44
69
|
style,
|
|
45
|
-
motionFeatures
|
|
70
|
+
motionFeatures,
|
|
71
|
+
isolated
|
|
46
72
|
} = _ref2;
|
|
47
73
|
const themeApi = useMemo(() => {
|
|
48
74
|
const activeSpectrumKey = activeColorScheme === 'dark' ? 'darkSpectrum' : 'lightSpectrum';
|
|
49
75
|
const activeColorKey = activeColorScheme === 'dark' ? 'darkColor' : 'lightColor';
|
|
50
76
|
const inverseSpectrumKey = activeColorScheme === 'dark' ? 'lightSpectrum' : 'darkSpectrum';
|
|
51
77
|
const inverseColorKey = activeColorScheme === 'dark' ? 'lightColor' : 'darkColor';
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
if (!theme[
|
|
55
|
-
if (!theme[
|
|
56
|
-
if (theme[inverseSpectrumKey] && !theme[inverseColorKey]) throw Error("ThemeProvider theme has ".concat(inverseSpectrumKey, " values defined but no ").concat(inverseColorKey, " colors are defined for the theme"));
|
|
57
|
-
if (theme[inverseColorKey] && !theme[inverseSpectrumKey]) throw Error("ThemeProvider theme has ".concat(inverseColorKey, " colors defined but no ").concat(inverseSpectrumKey, " values are defined for the theme"));
|
|
78
|
+
if (!theme[activeColorKey]) throw Error("ThemeProvider activeColorScheme is ".concat(activeColorScheme, " but no ").concat(activeColorScheme, " colors are defined for the theme. See the docs https://cds.coinbase.com/getting-started/theming"));
|
|
79
|
+
if (!theme[activeSpectrumKey]) throw Error("ThemeProvider activeColorScheme is ".concat(activeColorScheme, " but no ").concat(activeSpectrumKey, " values are defined for the theme. See the docs https://cds.coinbase.com/getting-started/theming"));
|
|
80
|
+
if (theme[inverseSpectrumKey] && !theme[inverseColorKey]) throw Error("ThemeProvider theme has ".concat(inverseSpectrumKey, " values defined but no ").concat(inverseColorKey, " colors are defined for the theme. See the docs https://cds.coinbase.com/getting-started/theming"));
|
|
81
|
+
if (theme[inverseColorKey] && !theme[inverseSpectrumKey]) throw Error("ThemeProvider theme has ".concat(inverseColorKey, " colors defined but no ").concat(inverseSpectrumKey, " values are defined for the theme. See the docs https://cds.coinbase.com/getting-started/theming"));
|
|
58
82
|
return _objectSpread(_objectSpread({}, theme), {}, {
|
|
59
83
|
activeColorScheme: activeColorScheme,
|
|
60
84
|
spectrum: theme[activeSpectrumKey],
|
|
61
85
|
color: theme[activeColorKey]
|
|
62
86
|
});
|
|
63
87
|
}, [theme, activeColorScheme]);
|
|
88
|
+
const parentTheme = useContext(ThemeContext);
|
|
89
|
+
const partialTheme = useMemo(() => isolated ? themeApi : diffThemes(themeApi, parentTheme), [themeApi, parentTheme, isolated]);
|
|
64
90
|
return /*#__PURE__*/_jsx(FramerMotionProvider, {
|
|
65
91
|
motionFeatures: motionFeatures,
|
|
66
92
|
children: /*#__PURE__*/_jsx(ThemeContext.Provider, {
|
|
@@ -69,19 +95,20 @@ export const ThemeProvider = _ref2 => {
|
|
|
69
95
|
className: className,
|
|
70
96
|
display: display,
|
|
71
97
|
style: style,
|
|
72
|
-
theme:
|
|
98
|
+
theme: partialTheme,
|
|
73
99
|
children: children
|
|
74
100
|
})
|
|
75
101
|
})
|
|
76
102
|
});
|
|
77
|
-
};
|
|
103
|
+
});
|
|
78
104
|
/** Falls back to the currently active colorScheme if the inverse colors are not defined in the theme. */
|
|
79
|
-
export const InvertedThemeProvider = _ref3 => {
|
|
105
|
+
export const InvertedThemeProvider = /*#__PURE__*/memo(_ref3 => {
|
|
80
106
|
let {
|
|
81
107
|
children,
|
|
82
108
|
display,
|
|
83
109
|
className,
|
|
84
|
-
style
|
|
110
|
+
style,
|
|
111
|
+
isolated
|
|
85
112
|
} = _ref3;
|
|
86
113
|
const context = useContext(ThemeContext);
|
|
87
114
|
if (!context) throw Error('InvertedThemeProvider must be used within a ThemeProvider');
|
|
@@ -92,8 +119,9 @@ export const InvertedThemeProvider = _ref3 => {
|
|
|
92
119
|
activeColorScheme: newColorScheme,
|
|
93
120
|
className: className,
|
|
94
121
|
display: display,
|
|
122
|
+
isolated: isolated,
|
|
95
123
|
style: style,
|
|
96
124
|
theme: context,
|
|
97
125
|
children: children
|
|
98
126
|
});
|
|
99
|
-
};
|
|
127
|
+
});
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export const interactableBorderRadius = '--
|
|
2
|
-
export const interactableBackground = '--
|
|
3
|
-
export const interactableBorderColor = '--
|
|
1
|
+
export const interactableBorderRadius = '--inter-borderRadius';
|
|
2
|
+
export const interactableBackground = '--inter-bg';
|
|
3
|
+
export const interactableBorderColor = '--inter-borderColor';
|
|
4
4
|
// Pressed:
|
|
5
|
-
export const interactablePressedBackground = '--
|
|
6
|
-
export const interactablePressedBorderColor = '--
|
|
7
|
-
export const interactablePressedOpacity = '--
|
|
5
|
+
export const interactablePressedBackground = '--inter-press-bg';
|
|
6
|
+
export const interactablePressedBorderColor = '--inter-press-borderColor';
|
|
7
|
+
export const interactablePressedOpacity = '--inter-press-opacity';
|
|
8
8
|
// Hovered:
|
|
9
|
-
export const interactableHoveredBackground = '--
|
|
10
|
-
export const interactableHoveredBorderColor = '--
|
|
11
|
-
export const interactableHoveredOpacity = '--
|
|
9
|
+
export const interactableHoveredBackground = '--inter-hover-bg';
|
|
10
|
+
export const interactableHoveredBorderColor = '--inter-hover-borderColor';
|
|
11
|
+
export const interactableHoveredOpacity = '--inter-hover-opacity';
|
|
12
12
|
// Disabled:
|
|
13
|
-
export const interactableDisabledBackground = '--
|
|
14
|
-
export const interactableDisabledBorderColor = '--
|
|
13
|
+
export const interactableDisabledBackground = '--inter-disable-bg';
|
|
14
|
+
export const interactableDisabledBorderColor = '--inter-disable-borderColor';
|
package/esm/tabs/Paddle.js
CHANGED
|
@@ -66,9 +66,9 @@ export const Paddle = _ref => {
|
|
|
66
66
|
className: cx(paddleCss, direction === 'left' ? paddleLeftCss : paddleRightCss),
|
|
67
67
|
color: background,
|
|
68
68
|
"data-testid": "".concat(testID, "--container"),
|
|
69
|
-
children: [/*#__PURE__*/_jsx(motion.span, _objectSpread(_objectSpread({
|
|
69
|
+
children: [/*#__PURE__*/_jsx(motion.span, _objectSpread(_objectSpread({}, _objectSpread({
|
|
70
70
|
className: buttonCss
|
|
71
|
-
}, buttonMotionProps), {}, {
|
|
71
|
+
}, buttonMotionProps)), {}, {
|
|
72
72
|
children: /*#__PURE__*/_jsx(IconButton, {
|
|
73
73
|
accessibilityLabel: accessibilityLabel,
|
|
74
74
|
name: direction === 'left' ? 'caretLeft' : 'caretRight',
|
|
@@ -77,9 +77,9 @@ export const Paddle = _ref => {
|
|
|
77
77
|
testID: testID,
|
|
78
78
|
variant: "secondary"
|
|
79
79
|
})
|
|
80
|
-
})), /*#__PURE__*/_jsx(motion.span, _objectSpread({
|
|
80
|
+
})), /*#__PURE__*/_jsx(motion.span, _objectSpread({}, _objectSpread({
|
|
81
81
|
className: cx(gradientCss, direction === 'left' ? gradientLeftCss : gradientRightCss)
|
|
82
|
-
}, gradientMotionProps))]
|
|
82
|
+
}, gradientMotionProps)))]
|
|
83
83
|
})
|
|
84
84
|
});
|
|
85
85
|
};
|
package/esm/tabs/TabLabel.js
CHANGED
|
@@ -89,29 +89,27 @@ export const TabLabel = /*#__PURE__*/memo(_ref => {
|
|
|
89
89
|
color: color,
|
|
90
90
|
display: "block",
|
|
91
91
|
font: font
|
|
92
|
-
}, props)), /*#__PURE__*/_jsx(Text, _objectSpread(
|
|
92
|
+
}, props)), /*#__PURE__*/_jsx(Text, _objectSpread({
|
|
93
|
+
"aria-hidden": "true",
|
|
93
94
|
as: "h2",
|
|
95
|
+
className: hiddenCss,
|
|
94
96
|
color: color,
|
|
95
97
|
display: "block",
|
|
96
98
|
font: font
|
|
97
|
-
}, props)
|
|
98
|
-
"aria-hidden": "true",
|
|
99
|
-
className: hiddenCss
|
|
100
|
-
}))]
|
|
99
|
+
}, props))]
|
|
101
100
|
})
|
|
102
101
|
}), !shouldMeasureElement && (Component ? /*#__PURE__*/_jsx(Component, {
|
|
103
102
|
active: active,
|
|
104
103
|
id: id,
|
|
105
104
|
label: props.children
|
|
106
|
-
}) : /*#__PURE__*/_jsx(Text, _objectSpread(
|
|
105
|
+
}) : /*#__PURE__*/_jsx(Text, _objectSpread({
|
|
107
106
|
as: "h2",
|
|
107
|
+
className: variant === 'primary' ? primaryTabLabelCss : undefined,
|
|
108
108
|
color: color,
|
|
109
109
|
display: "block",
|
|
110
110
|
font: font,
|
|
111
111
|
id: accessibilityLabelId
|
|
112
|
-
}, props),
|
|
113
|
-
className: variant === 'primary' ? primaryTabLabelCss : undefined
|
|
114
|
-
}))), /*#__PURE__*/_jsx(Collapsible, {
|
|
112
|
+
}, props))), /*#__PURE__*/_jsx(Collapsible, {
|
|
115
113
|
collapsed: !count,
|
|
116
114
|
direction: "horizontal",
|
|
117
115
|
paddingStart: 0.5,
|
|
@@ -55,12 +55,6 @@ const fallbackLayout = {
|
|
|
55
55
|
width: 0,
|
|
56
56
|
x: 0
|
|
57
57
|
};
|
|
58
|
-
/**
|
|
59
|
-
* TabNavigation renders a horizontal, tab-based navigation bar.
|
|
60
|
-
* This component has a opinionated default style, but allows for customization through custom Component props.
|
|
61
|
-
* @deprecated Use Tabs instead. This will be removed in a future major release.
|
|
62
|
-
* @deprecationExpectedRemoval v8
|
|
63
|
-
*/
|
|
64
58
|
const TabNavigationComponent = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((_ref, forwardedRef) => {
|
|
65
59
|
var _scrollRef$current, _scrollRef$current2, _scrollRef$current3;
|
|
66
60
|
let {
|
|
@@ -308,9 +302,9 @@ const TabNavigationComponent = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((_ref,
|
|
|
308
302
|
onScroll: handleOnScroll,
|
|
309
303
|
position: "relative",
|
|
310
304
|
children: /*#__PURE__*/_jsxs(VStack, _objectSpread(_objectSpread({
|
|
305
|
+
padding: 0,
|
|
311
306
|
testID: testID
|
|
312
307
|
}, props), {}, {
|
|
313
|
-
padding: 0,
|
|
314
308
|
children: [/*#__PURE__*/_jsx(HStack, _objectSpread(_objectSpread({
|
|
315
309
|
accessibilityLabel: accessibilityLabel,
|
|
316
310
|
accessibilityLabelledBy: accessibilityLabelledBy,
|
|
@@ -337,5 +331,12 @@ const TabNavigationComponent = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((_ref,
|
|
|
337
331
|
});
|
|
338
332
|
}));
|
|
339
333
|
TabNavigationComponent.displayName = 'TabNavigation';
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* TabNavigation renders a horizontal, tab-based navigation bar.
|
|
337
|
+
* This component has a opinionated default style, but allows for customization through custom Component props.
|
|
338
|
+
* @deprecated Use Tabs instead. This will be removed in a future major release.
|
|
339
|
+
* @deprecationExpectedRemoval v8
|
|
340
|
+
*/
|
|
340
341
|
export const TabNavigation = TabNavigationComponent;
|
|
341
342
|
import "./TabNavigation.css";
|
package/esm/tabs/Tabs.js
CHANGED
|
@@ -31,7 +31,9 @@ const TabContainer = _ref => {
|
|
|
31
31
|
registerRef
|
|
32
32
|
} = _ref,
|
|
33
33
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
34
|
-
const refCallback = useCallback(ref =>
|
|
34
|
+
const refCallback = useCallback(ref => {
|
|
35
|
+
if (ref) registerRef(id, ref);
|
|
36
|
+
}, [id, registerRef]);
|
|
35
37
|
return /*#__PURE__*/_jsx("div", _objectSpread({
|
|
36
38
|
ref: refCallback
|
|
37
39
|
}, props));
|
package/esm/tour/Tour.js
CHANGED
|
@@ -232,7 +232,10 @@ const TourComponent = _props => {
|
|
|
232
232
|
id: id,
|
|
233
233
|
role: "dialog",
|
|
234
234
|
style: styles === null || styles === void 0 ? void 0 : styles.root,
|
|
235
|
-
children: [!((_activeTourStep$hideO = activeTourStep.hideOverlay) !== null && _activeTourStep$hideO !== void 0 ? _activeTourStep$hideO : hideOverlay) && activeTourStepTarget &&
|
|
235
|
+
children: [!((_activeTourStep$hideO = activeTourStep.hideOverlay) !== null && _activeTourStep$hideO !== void 0 ? _activeTourStep$hideO : hideOverlay) && activeTourStepTarget &&
|
|
236
|
+
/*#__PURE__*/
|
|
237
|
+
// TODO: Remove type assertion after replacing @react-spring/web with framer-motion v11+ for React 19 compatibility
|
|
238
|
+
_jsx(animated.div, {
|
|
236
239
|
className: cx(tourClassNames.mask, classNames === null || classNames === void 0 ? void 0 : classNames.mask),
|
|
237
240
|
style: tourMaskStyles,
|
|
238
241
|
children: /*#__PURE__*/_jsx(TourMaskComponent, {
|
package/esm/tour/TourStep.js
CHANGED
|
@@ -24,7 +24,11 @@ export const TourStep = _ref => {
|
|
|
24
24
|
activeTourStep,
|
|
25
25
|
setActiveTourStepTarget
|
|
26
26
|
} = useTourContext();
|
|
27
|
-
const refCallback = useCallback(ref =>
|
|
27
|
+
const refCallback = useCallback(ref => {
|
|
28
|
+
if ((activeTourStep === null || activeTourStep === void 0 ? void 0 : activeTourStep.id) === id && ref) {
|
|
29
|
+
setActiveTourStepTarget(ref);
|
|
30
|
+
}
|
|
31
|
+
}, [activeTourStep, id, setActiveTourStepTarget]);
|
|
28
32
|
return /*#__PURE__*/_jsx("div", _objectSpread(_objectSpread({
|
|
29
33
|
ref: refCallback
|
|
30
34
|
}, props), {}, {
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textBodyDefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="body"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="body"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="body"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextBody = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textCaptionDefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="caption"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="caption"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="caption"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextCaption = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textDisplay1DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="display1"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="display1"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="display1"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextDisplay1 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textDisplay2DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="display2"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="display2"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="display2"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextDisplay2 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textDisplay3DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="display3"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="display3"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="display3"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextDisplay3 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textHeadlineDefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="headline"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="headline"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="headline"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextHeadline = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textInheritDefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="inherit"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="inherit"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="inherit"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextInherited = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textLabel1DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="label1"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="label1"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="label1"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextLabel1 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textLabel2DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="label2"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="label2"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="label2"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextLabel2 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textLegalDefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="legal"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="legal"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="legal"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextLegal = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textTitle1DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="title1"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="title1"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="title1"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextTitle1 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textTitle2DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="title2"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="title2"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="title2"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextTitle2 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textTitle3DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="title3"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="title3"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="title3"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextTitle3 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -10,6 +10,21 @@ import React, { forwardRef } from 'react';
|
|
|
10
10
|
import { Text } from './Text';
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export const textTitle4DefaultElement = 'span';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use `Text` with `font="title4"` instead. This will be removed in a future major release.
|
|
16
|
+
* @deprecationExpectedRemoval v10
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use `Text` with `font="title4"` instead. This will be removed in a future major release.
|
|
21
|
+
* @deprecationExpectedRemoval v10
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use `Text` with `font="title4"` instead. This will be removed in a future major release.
|
|
26
|
+
* @deprecationExpectedRemoval v10
|
|
27
|
+
*/
|
|
13
28
|
export const TextTitle4 = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
14
29
|
let {
|
|
15
30
|
as,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer cds{.focusStylesCss-fm8hd7g:focus{outline:none;}.focusStylesCss-fm8hd7g:focus-visible{outline:2px solid var(--color-bgPrimary);outline-offset:2px;}}
|