@coinbase/cds-web 8.66.2 → 9.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -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
package/dts/motion/utils.d.ts
CHANGED
|
@@ -1044,290 +1044,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1044
1044
|
| import('framer-motion').CustomValueType
|
|
1045
1045
|
| undefined;
|
|
1046
1046
|
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
1047
|
-
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1048
|
-
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1049
|
-
alignmentBaseline?:
|
|
1050
|
-
| 'inherit'
|
|
1051
|
-
| 'auto'
|
|
1052
|
-
| 'alphabetic'
|
|
1053
|
-
| 'hanging'
|
|
1054
|
-
| 'ideographic'
|
|
1055
|
-
| 'mathematical'
|
|
1056
|
-
| 'after-edge'
|
|
1057
|
-
| 'baseline'
|
|
1058
|
-
| 'before-edge'
|
|
1059
|
-
| 'central'
|
|
1060
|
-
| 'middle'
|
|
1061
|
-
| 'text-after-edge'
|
|
1062
|
-
| 'text-before-edge'
|
|
1063
|
-
| import('framer-motion').CustomValueType
|
|
1064
|
-
| undefined;
|
|
1065
|
-
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
1066
|
-
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1067
|
-
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
1068
|
-
clipRule?:
|
|
1069
|
-
| '-moz-initial'
|
|
1070
|
-
| 'inherit'
|
|
1071
|
-
| 'initial'
|
|
1072
|
-
| 'revert'
|
|
1073
|
-
| 'revert-layer'
|
|
1074
|
-
| 'unset'
|
|
1075
|
-
| 'evenodd'
|
|
1076
|
-
| 'nonzero'
|
|
1077
|
-
| import('framer-motion').CustomValueType
|
|
1078
|
-
| undefined;
|
|
1079
|
-
colorInterpolation?:
|
|
1080
|
-
| '-moz-initial'
|
|
1081
|
-
| 'inherit'
|
|
1082
|
-
| 'initial'
|
|
1083
|
-
| 'revert'
|
|
1084
|
-
| 'revert-layer'
|
|
1085
|
-
| 'unset'
|
|
1086
|
-
| 'auto'
|
|
1087
|
-
| 'linearRGB'
|
|
1088
|
-
| 'sRGB'
|
|
1089
|
-
| import('framer-motion').CustomValueType
|
|
1090
|
-
| undefined;
|
|
1091
|
-
colorRendering?:
|
|
1092
|
-
| '-moz-initial'
|
|
1093
|
-
| 'inherit'
|
|
1094
|
-
| 'initial'
|
|
1095
|
-
| 'revert'
|
|
1096
|
-
| 'revert-layer'
|
|
1097
|
-
| 'unset'
|
|
1098
|
-
| 'auto'
|
|
1099
|
-
| 'optimizeQuality'
|
|
1100
|
-
| 'optimizeSpeed'
|
|
1101
|
-
| import('framer-motion').CustomValueType
|
|
1102
|
-
| undefined;
|
|
1103
|
-
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1104
|
-
direction?:
|
|
1105
|
-
| '-moz-initial'
|
|
1106
|
-
| 'inherit'
|
|
1107
|
-
| 'initial'
|
|
1108
|
-
| 'revert'
|
|
1109
|
-
| 'revert-layer'
|
|
1110
|
-
| 'unset'
|
|
1111
|
-
| 'ltr'
|
|
1112
|
-
| 'rtl'
|
|
1113
|
-
| import('framer-motion').CustomValueType
|
|
1114
|
-
| undefined;
|
|
1115
|
-
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1116
|
-
dominantBaseline?:
|
|
1117
|
-
| '-moz-initial'
|
|
1118
|
-
| 'inherit'
|
|
1119
|
-
| 'initial'
|
|
1120
|
-
| 'revert'
|
|
1121
|
-
| 'revert-layer'
|
|
1122
|
-
| 'unset'
|
|
1123
|
-
| 'auto'
|
|
1124
|
-
| 'alphabetic'
|
|
1125
|
-
| 'hanging'
|
|
1126
|
-
| 'ideographic'
|
|
1127
|
-
| 'mathematical'
|
|
1128
|
-
| 'central'
|
|
1129
|
-
| 'middle'
|
|
1130
|
-
| 'text-after-edge'
|
|
1131
|
-
| 'text-before-edge'
|
|
1132
|
-
| 'no-change'
|
|
1133
|
-
| 'reset-size'
|
|
1134
|
-
| 'use-script'
|
|
1135
|
-
| import('framer-motion').CustomValueType
|
|
1136
|
-
| undefined;
|
|
1137
|
-
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1138
|
-
fillRule?:
|
|
1139
|
-
| 'inherit'
|
|
1140
|
-
| 'evenodd'
|
|
1141
|
-
| 'nonzero'
|
|
1142
|
-
| import('framer-motion').CustomValueType
|
|
1143
|
-
| undefined;
|
|
1144
|
-
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1145
|
-
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1146
|
-
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1147
|
-
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1148
|
-
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1149
|
-
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1150
|
-
glyphOrientationVertical?:
|
|
1151
|
-
| string
|
|
1152
|
-
| number
|
|
1153
|
-
| import('framer-motion').CustomValueType
|
|
1154
|
-
| undefined;
|
|
1155
|
-
imageRendering?:
|
|
1156
|
-
| '-moz-initial'
|
|
1157
|
-
| 'inherit'
|
|
1158
|
-
| 'initial'
|
|
1159
|
-
| 'revert'
|
|
1160
|
-
| 'revert-layer'
|
|
1161
|
-
| 'unset'
|
|
1162
|
-
| 'auto'
|
|
1163
|
-
| '-moz-crisp-edges'
|
|
1164
|
-
| '-webkit-optimize-contrast'
|
|
1165
|
-
| 'crisp-edges'
|
|
1166
|
-
| 'pixelated'
|
|
1167
|
-
| import('framer-motion').CustomValueType
|
|
1168
|
-
| undefined;
|
|
1169
|
-
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1170
|
-
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1171
|
-
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
1172
|
-
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
1173
|
-
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
1174
|
-
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1175
|
-
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1176
|
-
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1177
|
-
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1178
|
-
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
1179
|
-
pointerEvents?:
|
|
1180
|
-
| 'fill'
|
|
1181
|
-
| '-moz-initial'
|
|
1182
|
-
| 'inherit'
|
|
1183
|
-
| 'initial'
|
|
1184
|
-
| 'revert'
|
|
1185
|
-
| 'revert-layer'
|
|
1186
|
-
| 'unset'
|
|
1187
|
-
| 'none'
|
|
1188
|
-
| 'auto'
|
|
1189
|
-
| 'stroke'
|
|
1190
|
-
| 'all'
|
|
1191
|
-
| 'visible'
|
|
1192
|
-
| 'painted'
|
|
1193
|
-
| 'visibleFill'
|
|
1194
|
-
| 'visiblePainted'
|
|
1195
|
-
| 'visibleStroke'
|
|
1196
|
-
| import('framer-motion').CustomValueType
|
|
1197
|
-
| undefined;
|
|
1198
|
-
shapeRendering?:
|
|
1199
|
-
| '-moz-initial'
|
|
1200
|
-
| 'inherit'
|
|
1201
|
-
| 'initial'
|
|
1202
|
-
| 'revert'
|
|
1203
|
-
| 'revert-layer'
|
|
1204
|
-
| 'unset'
|
|
1205
|
-
| 'auto'
|
|
1206
|
-
| 'optimizeSpeed'
|
|
1207
|
-
| 'crispEdges'
|
|
1208
|
-
| 'geometricPrecision'
|
|
1209
|
-
| import('framer-motion').CustomValueType
|
|
1210
|
-
| undefined;
|
|
1211
|
-
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1212
|
-
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1213
|
-
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
1214
|
-
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1215
|
-
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1216
|
-
strokeLinecap?:
|
|
1217
|
-
| 'inherit'
|
|
1218
|
-
| 'round'
|
|
1219
|
-
| 'butt'
|
|
1220
|
-
| 'square'
|
|
1221
|
-
| import('framer-motion').CustomValueType
|
|
1222
|
-
| undefined;
|
|
1223
|
-
strokeLinejoin?:
|
|
1224
|
-
| 'inherit'
|
|
1225
|
-
| 'round'
|
|
1226
|
-
| 'bevel'
|
|
1227
|
-
| 'miter'
|
|
1228
|
-
| import('framer-motion').CustomValueType
|
|
1229
|
-
| undefined;
|
|
1230
|
-
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1231
|
-
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1232
|
-
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1233
|
-
textAnchor?:
|
|
1234
|
-
| '-moz-initial'
|
|
1235
|
-
| 'inherit'
|
|
1236
|
-
| 'initial'
|
|
1237
|
-
| 'revert'
|
|
1238
|
-
| 'revert-layer'
|
|
1239
|
-
| 'unset'
|
|
1240
|
-
| 'end'
|
|
1241
|
-
| 'start'
|
|
1242
|
-
| 'middle'
|
|
1243
|
-
| import('framer-motion').CustomValueType
|
|
1244
|
-
| undefined;
|
|
1245
|
-
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1246
|
-
textRendering?:
|
|
1247
|
-
| '-moz-initial'
|
|
1248
|
-
| 'inherit'
|
|
1249
|
-
| 'initial'
|
|
1250
|
-
| 'revert'
|
|
1251
|
-
| 'revert-layer'
|
|
1252
|
-
| 'unset'
|
|
1253
|
-
| 'auto'
|
|
1254
|
-
| 'optimizeSpeed'
|
|
1255
|
-
| 'geometricPrecision'
|
|
1256
|
-
| 'optimizeLegibility'
|
|
1257
|
-
| import('framer-motion').CustomValueType
|
|
1258
|
-
| undefined;
|
|
1259
|
-
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1260
|
-
unicodeBidi?:
|
|
1261
|
-
| '-moz-initial'
|
|
1262
|
-
| 'inherit'
|
|
1263
|
-
| 'initial'
|
|
1264
|
-
| 'revert'
|
|
1265
|
-
| 'revert-layer'
|
|
1266
|
-
| 'unset'
|
|
1267
|
-
| 'normal'
|
|
1268
|
-
| 'embed'
|
|
1269
|
-
| '-moz-isolate'
|
|
1270
|
-
| '-moz-isolate-override'
|
|
1271
|
-
| '-moz-plaintext'
|
|
1272
|
-
| '-webkit-isolate'
|
|
1273
|
-
| '-webkit-isolate-override'
|
|
1274
|
-
| '-webkit-plaintext'
|
|
1275
|
-
| 'bidi-override'
|
|
1276
|
-
| 'isolate'
|
|
1277
|
-
| 'isolate-override'
|
|
1278
|
-
| 'plaintext'
|
|
1279
|
-
| import('framer-motion').CustomValueType
|
|
1280
|
-
| undefined;
|
|
1281
|
-
vectorEffect?:
|
|
1282
|
-
| '-moz-initial'
|
|
1283
|
-
| 'inherit'
|
|
1284
|
-
| 'initial'
|
|
1285
|
-
| 'revert'
|
|
1286
|
-
| 'revert-layer'
|
|
1287
|
-
| 'unset'
|
|
1288
|
-
| 'none'
|
|
1289
|
-
| 'non-scaling-stroke'
|
|
1290
|
-
| import('framer-motion').CustomValueType
|
|
1291
|
-
| undefined;
|
|
1292
|
-
visibility?:
|
|
1293
|
-
| '-moz-initial'
|
|
1294
|
-
| 'inherit'
|
|
1295
|
-
| 'initial'
|
|
1296
|
-
| 'revert'
|
|
1297
|
-
| 'revert-layer'
|
|
1298
|
-
| 'unset'
|
|
1299
|
-
| 'hidden'
|
|
1300
|
-
| 'visible'
|
|
1301
|
-
| 'collapse'
|
|
1302
|
-
| import('framer-motion').CustomValueType
|
|
1303
|
-
| undefined;
|
|
1304
|
-
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1305
|
-
writingMode?:
|
|
1306
|
-
| '-moz-initial'
|
|
1307
|
-
| 'inherit'
|
|
1308
|
-
| 'initial'
|
|
1309
|
-
| 'revert'
|
|
1310
|
-
| 'revert-layer'
|
|
1311
|
-
| 'unset'
|
|
1312
|
-
| 'horizontal-tb'
|
|
1313
|
-
| 'sideways-lr'
|
|
1314
|
-
| 'sideways-rl'
|
|
1315
|
-
| 'vertical-lr'
|
|
1316
|
-
| 'vertical-rl'
|
|
1317
|
-
| import('framer-motion').CustomValueType
|
|
1318
|
-
| undefined;
|
|
1319
|
-
translate?:
|
|
1320
|
-
| import('csstype').Property.Translate<string | number>
|
|
1321
|
-
| import('framer-motion').CustomValueType
|
|
1322
|
-
| undefined;
|
|
1323
|
-
content?:
|
|
1324
|
-
| import('csstype').Property.Content
|
|
1325
|
-
| import('framer-motion').CustomValueType
|
|
1326
|
-
| undefined;
|
|
1327
|
-
border?:
|
|
1328
|
-
| import('csstype').Property.Border<string | number>
|
|
1329
|
-
| import('framer-motion').CustomValueType
|
|
1330
|
-
| undefined;
|
|
1331
1047
|
top?:
|
|
1332
1048
|
| import('csstype').Property.Top<string | number>
|
|
1333
1049
|
| import('framer-motion').CustomValueType
|
|
@@ -1345,6 +1061,8 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1345
1061
|
| import('framer-motion').CustomValueType
|
|
1346
1062
|
| undefined;
|
|
1347
1063
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
1064
|
+
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1065
|
+
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1348
1066
|
minWidth?:
|
|
1349
1067
|
| import('csstype').Property.MinWidth<string | number>
|
|
1350
1068
|
| import('framer-motion').CustomValueType
|
|
@@ -1365,6 +1083,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1365
1083
|
| import('csstype').Property.AspectRatio
|
|
1366
1084
|
| import('framer-motion').CustomValueType
|
|
1367
1085
|
| undefined;
|
|
1086
|
+
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1368
1087
|
flexBasis?:
|
|
1369
1088
|
| import('csstype').Property.FlexBasis<string | number>
|
|
1370
1089
|
| import('framer-motion').CustomValueType
|
|
@@ -1434,6 +1153,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1434
1153
|
| import('csstype').Property.GridArea
|
|
1435
1154
|
| import('framer-motion').CustomValueType
|
|
1436
1155
|
| undefined;
|
|
1156
|
+
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1437
1157
|
zIndex?:
|
|
1438
1158
|
| import('csstype').Property.ZIndex
|
|
1439
1159
|
| import('framer-motion').CustomValueType
|
|
@@ -1506,10 +1226,13 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1506
1226
|
| import('csstype').Property.MarginBottom<string | number>
|
|
1507
1227
|
| import('framer-motion').CustomValueType
|
|
1508
1228
|
| undefined;
|
|
1229
|
+
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1509
1230
|
userSelect?:
|
|
1510
1231
|
| import('csstype').Property.UserSelect
|
|
1511
1232
|
| import('framer-motion').CustomValueType
|
|
1512
1233
|
| undefined;
|
|
1234
|
+
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1235
|
+
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1513
1236
|
justifyContent?:
|
|
1514
1237
|
| import('csstype').Property.JustifyContent
|
|
1515
1238
|
| import('framer-motion').CustomValueType
|
|
@@ -1542,6 +1265,22 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1542
1265
|
| import('csstype').Property.TextAlign
|
|
1543
1266
|
| import('framer-motion').CustomValueType
|
|
1544
1267
|
| undefined;
|
|
1268
|
+
visibility?:
|
|
1269
|
+
| '-moz-initial'
|
|
1270
|
+
| 'inherit'
|
|
1271
|
+
| 'initial'
|
|
1272
|
+
| 'revert'
|
|
1273
|
+
| 'revert-layer'
|
|
1274
|
+
| 'unset'
|
|
1275
|
+
| 'hidden'
|
|
1276
|
+
| 'visible'
|
|
1277
|
+
| 'collapse'
|
|
1278
|
+
| import('framer-motion').CustomValueType
|
|
1279
|
+
| undefined;
|
|
1280
|
+
content?:
|
|
1281
|
+
| import('csstype').Property.Content
|
|
1282
|
+
| import('framer-motion').CustomValueType
|
|
1283
|
+
| undefined;
|
|
1545
1284
|
accentColor?:
|
|
1546
1285
|
| import('csstype').Property.AccentColor
|
|
1547
1286
|
| import('framer-motion').CustomValueType
|
|
@@ -1934,6 +1673,18 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1934
1673
|
| import('csstype').Property.CounterSet
|
|
1935
1674
|
| import('framer-motion').CustomValueType
|
|
1936
1675
|
| undefined;
|
|
1676
|
+
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1677
|
+
direction?:
|
|
1678
|
+
| '-moz-initial'
|
|
1679
|
+
| 'inherit'
|
|
1680
|
+
| 'initial'
|
|
1681
|
+
| 'revert'
|
|
1682
|
+
| 'revert-layer'
|
|
1683
|
+
| 'unset'
|
|
1684
|
+
| 'ltr'
|
|
1685
|
+
| 'rtl'
|
|
1686
|
+
| import('framer-motion').CustomValueType
|
|
1687
|
+
| undefined;
|
|
1937
1688
|
emptyCells?:
|
|
1938
1689
|
| import('csstype').Property.EmptyCells
|
|
1939
1690
|
| import('framer-motion').CustomValueType
|
|
@@ -1962,10 +1713,13 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1962
1713
|
| import('csstype').Property.FontPalette
|
|
1963
1714
|
| import('framer-motion').CustomValueType
|
|
1964
1715
|
| undefined;
|
|
1716
|
+
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1965
1717
|
fontSmooth?:
|
|
1966
1718
|
| import('csstype').Property.FontSmooth<string | number>
|
|
1967
1719
|
| import('framer-motion').CustomValueType
|
|
1968
1720
|
| undefined;
|
|
1721
|
+
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1722
|
+
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1969
1723
|
fontSynthesis?:
|
|
1970
1724
|
| import('csstype').Property.FontSynthesis
|
|
1971
1725
|
| import('framer-motion').CustomValueType
|
|
@@ -1986,6 +1740,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1986
1740
|
| import('csstype').Property.FontSynthesisWeight
|
|
1987
1741
|
| import('framer-motion').CustomValueType
|
|
1988
1742
|
| undefined;
|
|
1743
|
+
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1989
1744
|
fontVariantAlternates?:
|
|
1990
1745
|
| import('csstype').Property.FontVariantAlternates
|
|
1991
1746
|
| import('framer-motion').CustomValueType
|
|
@@ -2042,6 +1797,20 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2042
1797
|
| import('csstype').Property.ImageOrientation
|
|
2043
1798
|
| import('framer-motion').CustomValueType
|
|
2044
1799
|
| undefined;
|
|
1800
|
+
imageRendering?:
|
|
1801
|
+
| '-moz-initial'
|
|
1802
|
+
| 'inherit'
|
|
1803
|
+
| 'initial'
|
|
1804
|
+
| 'revert'
|
|
1805
|
+
| 'revert-layer'
|
|
1806
|
+
| 'unset'
|
|
1807
|
+
| 'auto'
|
|
1808
|
+
| '-moz-crisp-edges'
|
|
1809
|
+
| '-webkit-optimize-contrast'
|
|
1810
|
+
| 'crisp-edges'
|
|
1811
|
+
| 'pixelated'
|
|
1812
|
+
| import('framer-motion').CustomValueType
|
|
1813
|
+
| undefined;
|
|
2045
1814
|
imageResolution?:
|
|
2046
1815
|
| import('csstype').Property.ImageResolution
|
|
2047
1816
|
| import('framer-motion').CustomValueType
|
|
@@ -2090,6 +1859,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2090
1859
|
| import('csstype').Property.JustifyTracks
|
|
2091
1860
|
| import('framer-motion').CustomValueType
|
|
2092
1861
|
| undefined;
|
|
1862
|
+
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2093
1863
|
lineBreak?:
|
|
2094
1864
|
| import('csstype').Property.LineBreak
|
|
2095
1865
|
| import('framer-motion').CustomValueType
|
|
@@ -2282,6 +2052,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2282
2052
|
| import('csstype').Property.OffsetRotate
|
|
2283
2053
|
| import('framer-motion').CustomValueType
|
|
2284
2054
|
| undefined;
|
|
2055
|
+
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2285
2056
|
orphans?:
|
|
2286
2057
|
| import('csstype').Property.Orphans
|
|
2287
2058
|
| import('framer-motion').CustomValueType
|
|
@@ -2391,10 +2162,30 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2391
2162
|
| import('csstype').Property.PageBreakInside
|
|
2392
2163
|
| import('framer-motion').CustomValueType
|
|
2393
2164
|
| undefined;
|
|
2165
|
+
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
2394
2166
|
perspectiveOrigin?:
|
|
2395
2167
|
| import('csstype').Property.PerspectiveOrigin<string | number>
|
|
2396
2168
|
| import('framer-motion').CustomValueType
|
|
2397
2169
|
| undefined;
|
|
2170
|
+
pointerEvents?:
|
|
2171
|
+
| 'fill'
|
|
2172
|
+
| '-moz-initial'
|
|
2173
|
+
| 'inherit'
|
|
2174
|
+
| 'initial'
|
|
2175
|
+
| 'revert'
|
|
2176
|
+
| 'revert-layer'
|
|
2177
|
+
| 'unset'
|
|
2178
|
+
| 'none'
|
|
2179
|
+
| 'auto'
|
|
2180
|
+
| 'all'
|
|
2181
|
+
| 'stroke'
|
|
2182
|
+
| 'visible'
|
|
2183
|
+
| 'painted'
|
|
2184
|
+
| 'visibleFill'
|
|
2185
|
+
| 'visiblePainted'
|
|
2186
|
+
| 'visibleStroke'
|
|
2187
|
+
| import('framer-motion').CustomValueType
|
|
2188
|
+
| undefined;
|
|
2398
2189
|
printColorAdjust?:
|
|
2399
2190
|
| import('csstype').Property.PrintColorAdjust
|
|
2400
2191
|
| import('framer-motion').CustomValueType
|
|
@@ -2615,6 +2406,19 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2615
2406
|
| import('csstype').Property.TextOverflow
|
|
2616
2407
|
| import('framer-motion').CustomValueType
|
|
2617
2408
|
| undefined;
|
|
2409
|
+
textRendering?:
|
|
2410
|
+
| '-moz-initial'
|
|
2411
|
+
| 'inherit'
|
|
2412
|
+
| 'initial'
|
|
2413
|
+
| 'revert'
|
|
2414
|
+
| 'revert-layer'
|
|
2415
|
+
| 'unset'
|
|
2416
|
+
| 'auto'
|
|
2417
|
+
| 'geometricPrecision'
|
|
2418
|
+
| 'optimizeLegibility'
|
|
2419
|
+
| 'optimizeSpeed'
|
|
2420
|
+
| import('framer-motion').CustomValueType
|
|
2421
|
+
| undefined;
|
|
2618
2422
|
textShadow?:
|
|
2619
2423
|
| import('csstype').Property.TextShadow
|
|
2620
2424
|
| import('framer-motion').CustomValueType
|
|
@@ -2675,6 +2479,31 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2675
2479
|
| import('csstype').Property.TransitionTimingFunction
|
|
2676
2480
|
| import('framer-motion').CustomValueType
|
|
2677
2481
|
| undefined;
|
|
2482
|
+
translate?:
|
|
2483
|
+
| import('csstype').Property.Translate<string | number>
|
|
2484
|
+
| import('framer-motion').CustomValueType
|
|
2485
|
+
| undefined;
|
|
2486
|
+
unicodeBidi?:
|
|
2487
|
+
| '-moz-initial'
|
|
2488
|
+
| 'inherit'
|
|
2489
|
+
| 'initial'
|
|
2490
|
+
| 'revert'
|
|
2491
|
+
| 'revert-layer'
|
|
2492
|
+
| 'unset'
|
|
2493
|
+
| 'normal'
|
|
2494
|
+
| 'embed'
|
|
2495
|
+
| 'isolate'
|
|
2496
|
+
| '-moz-isolate'
|
|
2497
|
+
| '-moz-isolate-override'
|
|
2498
|
+
| '-moz-plaintext'
|
|
2499
|
+
| '-webkit-isolate'
|
|
2500
|
+
| '-webkit-isolate-override'
|
|
2501
|
+
| '-webkit-plaintext'
|
|
2502
|
+
| 'bidi-override'
|
|
2503
|
+
| 'isolate-override'
|
|
2504
|
+
| 'plaintext'
|
|
2505
|
+
| import('framer-motion').CustomValueType
|
|
2506
|
+
| undefined;
|
|
2678
2507
|
verticalAlign?:
|
|
2679
2508
|
| import('csstype').Property.VerticalAlign<string | number>
|
|
2680
2509
|
| import('framer-motion').CustomValueType
|
|
@@ -2719,10 +2548,25 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2719
2548
|
| import('csstype').Property.WordBreak
|
|
2720
2549
|
| import('framer-motion').CustomValueType
|
|
2721
2550
|
| undefined;
|
|
2551
|
+
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2722
2552
|
wordWrap?:
|
|
2723
2553
|
| import('csstype').Property.WordWrap
|
|
2724
2554
|
| import('framer-motion').CustomValueType
|
|
2725
2555
|
| undefined;
|
|
2556
|
+
writingMode?:
|
|
2557
|
+
| '-moz-initial'
|
|
2558
|
+
| 'inherit'
|
|
2559
|
+
| 'initial'
|
|
2560
|
+
| 'revert'
|
|
2561
|
+
| 'revert-layer'
|
|
2562
|
+
| 'unset'
|
|
2563
|
+
| 'horizontal-tb'
|
|
2564
|
+
| 'sideways-lr'
|
|
2565
|
+
| 'sideways-rl'
|
|
2566
|
+
| 'vertical-lr'
|
|
2567
|
+
| 'vertical-rl'
|
|
2568
|
+
| import('framer-motion').CustomValueType
|
|
2569
|
+
| undefined;
|
|
2726
2570
|
zoom?: import('csstype').Property.Zoom | import('framer-motion').CustomValueType | undefined;
|
|
2727
2571
|
animation?:
|
|
2728
2572
|
| import('csstype').Property.Animation<string & {}>
|
|
@@ -2736,6 +2580,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2736
2580
|
| import('csstype').Property.BackgroundPosition<string | number>
|
|
2737
2581
|
| import('framer-motion').CustomValueType
|
|
2738
2582
|
| undefined;
|
|
2583
|
+
border?:
|
|
2584
|
+
| import('csstype').Property.Border<string | number>
|
|
2585
|
+
| import('framer-motion').CustomValueType
|
|
2586
|
+
| undefined;
|
|
2739
2587
|
borderBlock?:
|
|
2740
2588
|
| import('csstype').Property.BorderBlock<string | number>
|
|
2741
2589
|
| import('framer-motion').CustomValueType
|
|
@@ -2849,6 +2697,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2849
2697
|
| import('csstype').Property.Offset<string | number>
|
|
2850
2698
|
| import('framer-motion').CustomValueType
|
|
2851
2699
|
| undefined;
|
|
2700
|
+
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2852
2701
|
outline?:
|
|
2853
2702
|
| import('csstype').Property.Outline<string | number>
|
|
2854
2703
|
| import('framer-motion').CustomValueType
|
|
@@ -3897,6 +3746,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
3897
3746
|
| import('csstype').Property.Transition<string & {}>
|
|
3898
3747
|
| import('framer-motion').CustomValueType
|
|
3899
3748
|
| undefined;
|
|
3749
|
+
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
3900
3750
|
boxAlign?:
|
|
3901
3751
|
| import('csstype').Property.BoxAlign
|
|
3902
3752
|
| import('framer-motion').CustomValueType
|
|
@@ -3929,6 +3779,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
3929
3779
|
| import('csstype').Property.BoxPack
|
|
3930
3780
|
| import('framer-motion').CustomValueType
|
|
3931
3781
|
| undefined;
|
|
3782
|
+
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
3932
3783
|
gridColumnGap?:
|
|
3933
3784
|
| import('csstype').Property.GridColumnGap<string | number>
|
|
3934
3785
|
| import('framer-motion').CustomValueType
|
|
@@ -4317,6 +4168,155 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
4317
4168
|
| import('csstype').Property.BoxPack
|
|
4318
4169
|
| import('framer-motion').CustomValueType
|
|
4319
4170
|
| undefined;
|
|
4171
|
+
alignmentBaseline?:
|
|
4172
|
+
| 'inherit'
|
|
4173
|
+
| 'auto'
|
|
4174
|
+
| 'baseline'
|
|
4175
|
+
| 'middle'
|
|
4176
|
+
| 'after-edge'
|
|
4177
|
+
| 'alphabetic'
|
|
4178
|
+
| 'before-edge'
|
|
4179
|
+
| 'central'
|
|
4180
|
+
| 'hanging'
|
|
4181
|
+
| 'ideographic'
|
|
4182
|
+
| 'mathematical'
|
|
4183
|
+
| 'text-after-edge'
|
|
4184
|
+
| 'text-before-edge'
|
|
4185
|
+
| import('framer-motion').CustomValueType
|
|
4186
|
+
| undefined;
|
|
4187
|
+
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4188
|
+
clipRule?:
|
|
4189
|
+
| '-moz-initial'
|
|
4190
|
+
| 'inherit'
|
|
4191
|
+
| 'initial'
|
|
4192
|
+
| 'revert'
|
|
4193
|
+
| 'revert-layer'
|
|
4194
|
+
| 'unset'
|
|
4195
|
+
| 'evenodd'
|
|
4196
|
+
| 'nonzero'
|
|
4197
|
+
| import('framer-motion').CustomValueType
|
|
4198
|
+
| undefined;
|
|
4199
|
+
colorInterpolation?:
|
|
4200
|
+
| '-moz-initial'
|
|
4201
|
+
| 'inherit'
|
|
4202
|
+
| 'initial'
|
|
4203
|
+
| 'revert'
|
|
4204
|
+
| 'revert-layer'
|
|
4205
|
+
| 'unset'
|
|
4206
|
+
| 'auto'
|
|
4207
|
+
| 'linearRGB'
|
|
4208
|
+
| 'sRGB'
|
|
4209
|
+
| import('framer-motion').CustomValueType
|
|
4210
|
+
| undefined;
|
|
4211
|
+
colorRendering?:
|
|
4212
|
+
| '-moz-initial'
|
|
4213
|
+
| 'inherit'
|
|
4214
|
+
| 'initial'
|
|
4215
|
+
| 'revert'
|
|
4216
|
+
| 'revert-layer'
|
|
4217
|
+
| 'unset'
|
|
4218
|
+
| 'auto'
|
|
4219
|
+
| 'optimizeSpeed'
|
|
4220
|
+
| 'optimizeQuality'
|
|
4221
|
+
| import('framer-motion').CustomValueType
|
|
4222
|
+
| undefined;
|
|
4223
|
+
dominantBaseline?:
|
|
4224
|
+
| '-moz-initial'
|
|
4225
|
+
| 'inherit'
|
|
4226
|
+
| 'initial'
|
|
4227
|
+
| 'revert'
|
|
4228
|
+
| 'revert-layer'
|
|
4229
|
+
| 'unset'
|
|
4230
|
+
| 'auto'
|
|
4231
|
+
| 'middle'
|
|
4232
|
+
| 'alphabetic'
|
|
4233
|
+
| 'central'
|
|
4234
|
+
| 'hanging'
|
|
4235
|
+
| 'ideographic'
|
|
4236
|
+
| 'mathematical'
|
|
4237
|
+
| 'text-after-edge'
|
|
4238
|
+
| 'text-before-edge'
|
|
4239
|
+
| 'no-change'
|
|
4240
|
+
| 'reset-size'
|
|
4241
|
+
| 'use-script'
|
|
4242
|
+
| import('framer-motion').CustomValueType
|
|
4243
|
+
| undefined;
|
|
4244
|
+
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4245
|
+
fillRule?:
|
|
4246
|
+
| 'inherit'
|
|
4247
|
+
| 'evenodd'
|
|
4248
|
+
| 'nonzero'
|
|
4249
|
+
| import('framer-motion').CustomValueType
|
|
4250
|
+
| undefined;
|
|
4251
|
+
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4252
|
+
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4253
|
+
glyphOrientationVertical?:
|
|
4254
|
+
| string
|
|
4255
|
+
| number
|
|
4256
|
+
| import('framer-motion').CustomValueType
|
|
4257
|
+
| undefined;
|
|
4258
|
+
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4259
|
+
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
4260
|
+
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
4261
|
+
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
4262
|
+
shapeRendering?:
|
|
4263
|
+
| '-moz-initial'
|
|
4264
|
+
| 'inherit'
|
|
4265
|
+
| 'initial'
|
|
4266
|
+
| 'revert'
|
|
4267
|
+
| 'revert-layer'
|
|
4268
|
+
| 'unset'
|
|
4269
|
+
| 'auto'
|
|
4270
|
+
| 'geometricPrecision'
|
|
4271
|
+
| 'optimizeSpeed'
|
|
4272
|
+
| 'crispEdges'
|
|
4273
|
+
| import('framer-motion').CustomValueType
|
|
4274
|
+
| undefined;
|
|
4275
|
+
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4276
|
+
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4277
|
+
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
4278
|
+
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4279
|
+
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4280
|
+
strokeLinecap?:
|
|
4281
|
+
| 'inherit'
|
|
4282
|
+
| 'round'
|
|
4283
|
+
| 'butt'
|
|
4284
|
+
| 'square'
|
|
4285
|
+
| import('framer-motion').CustomValueType
|
|
4286
|
+
| undefined;
|
|
4287
|
+
strokeLinejoin?:
|
|
4288
|
+
| 'inherit'
|
|
4289
|
+
| 'round'
|
|
4290
|
+
| 'bevel'
|
|
4291
|
+
| 'miter'
|
|
4292
|
+
| import('framer-motion').CustomValueType
|
|
4293
|
+
| undefined;
|
|
4294
|
+
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4295
|
+
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4296
|
+
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4297
|
+
textAnchor?:
|
|
4298
|
+
| '-moz-initial'
|
|
4299
|
+
| 'inherit'
|
|
4300
|
+
| 'initial'
|
|
4301
|
+
| 'revert'
|
|
4302
|
+
| 'revert-layer'
|
|
4303
|
+
| 'unset'
|
|
4304
|
+
| 'end'
|
|
4305
|
+
| 'start'
|
|
4306
|
+
| 'middle'
|
|
4307
|
+
| import('framer-motion').CustomValueType
|
|
4308
|
+
| undefined;
|
|
4309
|
+
vectorEffect?:
|
|
4310
|
+
| '-moz-initial'
|
|
4311
|
+
| 'inherit'
|
|
4312
|
+
| 'initial'
|
|
4313
|
+
| 'revert'
|
|
4314
|
+
| 'revert-layer'
|
|
4315
|
+
| 'unset'
|
|
4316
|
+
| 'none'
|
|
4317
|
+
| 'non-scaling-stroke'
|
|
4318
|
+
| import('framer-motion').CustomValueType
|
|
4319
|
+
| undefined;
|
|
4320
4320
|
suppressHydrationWarning?: boolean | import('framer-motion').CustomValueType | undefined;
|
|
4321
4321
|
className?: string | import('framer-motion').CustomValueType | undefined;
|
|
4322
4322
|
id?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4557,9 +4557,9 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
4557
4557
|
| undefined;
|
|
4558
4558
|
'aria-autocomplete'?:
|
|
4559
4559
|
| 'none'
|
|
4560
|
-
| 'list'
|
|
4561
4560
|
| 'inline'
|
|
4562
4561
|
| 'both'
|
|
4562
|
+
| 'list'
|
|
4563
4563
|
| import('framer-motion').CustomValueType
|
|
4564
4564
|
| undefined;
|
|
4565
4565
|
'aria-braillelabel'?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4583,10 +4583,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
4583
4583
|
'aria-current'?:
|
|
4584
4584
|
| boolean
|
|
4585
4585
|
| 'time'
|
|
4586
|
-
| 'step'
|
|
4587
4586
|
| 'page'
|
|
4588
4587
|
| 'false'
|
|
4589
4588
|
| 'true'
|
|
4589
|
+
| 'step'
|
|
4590
4590
|
| 'location'
|
|
4591
4591
|
| 'date'
|
|
4592
4592
|
| import('framer-motion').CustomValueType
|
|
@@ -5326,6 +5326,14 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
5326
5326
|
| import('react').UIEventHandler<SVGElement>
|
|
5327
5327
|
| import('framer-motion').CustomValueType
|
|
5328
5328
|
| undefined;
|
|
5329
|
+
onScrollEnd?:
|
|
5330
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5331
|
+
| import('framer-motion').CustomValueType
|
|
5332
|
+
| undefined;
|
|
5333
|
+
onScrollEndCapture?:
|
|
5334
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5335
|
+
| import('framer-motion').CustomValueType
|
|
5336
|
+
| undefined;
|
|
5329
5337
|
onWheel?:
|
|
5330
5338
|
| import('react').WheelEventHandler<SVGElement>
|
|
5331
5339
|
| import('framer-motion').CustomValueType
|
|
@@ -5358,6 +5366,22 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
5358
5366
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5359
5367
|
| import('framer-motion').CustomValueType
|
|
5360
5368
|
| undefined;
|
|
5369
|
+
onToggle?:
|
|
5370
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5371
|
+
| import('framer-motion').CustomValueType
|
|
5372
|
+
| undefined;
|
|
5373
|
+
onBeforeToggle?:
|
|
5374
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5375
|
+
| import('framer-motion').CustomValueType
|
|
5376
|
+
| undefined;
|
|
5377
|
+
onTransitionCancel?:
|
|
5378
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5379
|
+
| import('framer-motion').CustomValueType
|
|
5380
|
+
| undefined;
|
|
5381
|
+
onTransitionCancelCapture?:
|
|
5382
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5383
|
+
| import('framer-motion').CustomValueType
|
|
5384
|
+
| undefined;
|
|
5361
5385
|
onTransitionEnd?:
|
|
5362
5386
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5363
5387
|
| import('framer-motion').CustomValueType
|
|
@@ -5366,6 +5390,22 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
5366
5390
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5367
5391
|
| import('framer-motion').CustomValueType
|
|
5368
5392
|
| undefined;
|
|
5393
|
+
onTransitionRun?:
|
|
5394
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5395
|
+
| import('framer-motion').CustomValueType
|
|
5396
|
+
| undefined;
|
|
5397
|
+
onTransitionRunCapture?:
|
|
5398
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5399
|
+
| import('framer-motion').CustomValueType
|
|
5400
|
+
| undefined;
|
|
5401
|
+
onTransitionStart?:
|
|
5402
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5403
|
+
| import('framer-motion').CustomValueType
|
|
5404
|
+
| undefined;
|
|
5405
|
+
onTransitionStartCapture?:
|
|
5406
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5407
|
+
| import('framer-motion').CustomValueType
|
|
5408
|
+
| undefined;
|
|
5369
5409
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
5370
5410
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|
|
5371
5411
|
attrScale?: number | import('framer-motion').CustomValueType | undefined;
|