@coinbase/cds-web 8.66.1 → 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 +12 -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/SegmentedTab.js +5 -15
- 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
|
@@ -35,6 +35,8 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
35
35
|
viewport?: import('framer-motion').MotionProps['viewport'];
|
|
36
36
|
inherit?: boolean | undefined;
|
|
37
37
|
style?: import('framer-motion').MotionStyle | undefined;
|
|
38
|
+
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
39
|
+
drag?: boolean | 'x' | 'y' | undefined;
|
|
38
40
|
children?:
|
|
39
41
|
| import('react').ReactNode
|
|
40
42
|
| import('framer-motion').MotionValue<number>
|
|
@@ -60,8 +62,6 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
60
62
|
onAnimationStart?:
|
|
61
63
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
62
64
|
| undefined;
|
|
63
|
-
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
64
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
65
65
|
transformValues?:
|
|
66
66
|
| (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
|
|
67
67
|
| undefined;
|
|
@@ -959,290 +959,6 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
959
959
|
| import('framer-motion').CustomValueType
|
|
960
960
|
| undefined;
|
|
961
961
|
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
962
|
-
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
963
|
-
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
964
|
-
alignmentBaseline?:
|
|
965
|
-
| 'inherit'
|
|
966
|
-
| 'auto'
|
|
967
|
-
| 'alphabetic'
|
|
968
|
-
| 'hanging'
|
|
969
|
-
| 'ideographic'
|
|
970
|
-
| 'mathematical'
|
|
971
|
-
| 'after-edge'
|
|
972
|
-
| 'baseline'
|
|
973
|
-
| 'before-edge'
|
|
974
|
-
| 'central'
|
|
975
|
-
| 'middle'
|
|
976
|
-
| 'text-after-edge'
|
|
977
|
-
| 'text-before-edge'
|
|
978
|
-
| import('framer-motion').CustomValueType
|
|
979
|
-
| undefined;
|
|
980
|
-
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
981
|
-
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
982
|
-
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
983
|
-
clipRule?:
|
|
984
|
-
| '-moz-initial'
|
|
985
|
-
| 'inherit'
|
|
986
|
-
| 'initial'
|
|
987
|
-
| 'revert'
|
|
988
|
-
| 'revert-layer'
|
|
989
|
-
| 'unset'
|
|
990
|
-
| 'evenodd'
|
|
991
|
-
| 'nonzero'
|
|
992
|
-
| import('framer-motion').CustomValueType
|
|
993
|
-
| undefined;
|
|
994
|
-
colorInterpolation?:
|
|
995
|
-
| '-moz-initial'
|
|
996
|
-
| 'inherit'
|
|
997
|
-
| 'initial'
|
|
998
|
-
| 'revert'
|
|
999
|
-
| 'revert-layer'
|
|
1000
|
-
| 'unset'
|
|
1001
|
-
| 'auto'
|
|
1002
|
-
| 'linearRGB'
|
|
1003
|
-
| 'sRGB'
|
|
1004
|
-
| import('framer-motion').CustomValueType
|
|
1005
|
-
| undefined;
|
|
1006
|
-
colorRendering?:
|
|
1007
|
-
| '-moz-initial'
|
|
1008
|
-
| 'inherit'
|
|
1009
|
-
| 'initial'
|
|
1010
|
-
| 'revert'
|
|
1011
|
-
| 'revert-layer'
|
|
1012
|
-
| 'unset'
|
|
1013
|
-
| 'auto'
|
|
1014
|
-
| 'optimizeQuality'
|
|
1015
|
-
| 'optimizeSpeed'
|
|
1016
|
-
| import('framer-motion').CustomValueType
|
|
1017
|
-
| undefined;
|
|
1018
|
-
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1019
|
-
direction?:
|
|
1020
|
-
| '-moz-initial'
|
|
1021
|
-
| 'inherit'
|
|
1022
|
-
| 'initial'
|
|
1023
|
-
| 'revert'
|
|
1024
|
-
| 'revert-layer'
|
|
1025
|
-
| 'unset'
|
|
1026
|
-
| 'ltr'
|
|
1027
|
-
| 'rtl'
|
|
1028
|
-
| import('framer-motion').CustomValueType
|
|
1029
|
-
| undefined;
|
|
1030
|
-
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1031
|
-
dominantBaseline?:
|
|
1032
|
-
| '-moz-initial'
|
|
1033
|
-
| 'inherit'
|
|
1034
|
-
| 'initial'
|
|
1035
|
-
| 'revert'
|
|
1036
|
-
| 'revert-layer'
|
|
1037
|
-
| 'unset'
|
|
1038
|
-
| 'auto'
|
|
1039
|
-
| 'alphabetic'
|
|
1040
|
-
| 'hanging'
|
|
1041
|
-
| 'ideographic'
|
|
1042
|
-
| 'mathematical'
|
|
1043
|
-
| 'central'
|
|
1044
|
-
| 'middle'
|
|
1045
|
-
| 'text-after-edge'
|
|
1046
|
-
| 'text-before-edge'
|
|
1047
|
-
| 'no-change'
|
|
1048
|
-
| 'reset-size'
|
|
1049
|
-
| 'use-script'
|
|
1050
|
-
| import('framer-motion').CustomValueType
|
|
1051
|
-
| undefined;
|
|
1052
|
-
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1053
|
-
fillRule?:
|
|
1054
|
-
| 'inherit'
|
|
1055
|
-
| 'evenodd'
|
|
1056
|
-
| 'nonzero'
|
|
1057
|
-
| import('framer-motion').CustomValueType
|
|
1058
|
-
| undefined;
|
|
1059
|
-
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1060
|
-
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1061
|
-
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1062
|
-
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1063
|
-
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1064
|
-
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1065
|
-
glyphOrientationVertical?:
|
|
1066
|
-
| string
|
|
1067
|
-
| number
|
|
1068
|
-
| import('framer-motion').CustomValueType
|
|
1069
|
-
| undefined;
|
|
1070
|
-
imageRendering?:
|
|
1071
|
-
| '-moz-initial'
|
|
1072
|
-
| 'inherit'
|
|
1073
|
-
| 'initial'
|
|
1074
|
-
| 'revert'
|
|
1075
|
-
| 'revert-layer'
|
|
1076
|
-
| 'unset'
|
|
1077
|
-
| 'auto'
|
|
1078
|
-
| '-moz-crisp-edges'
|
|
1079
|
-
| '-webkit-optimize-contrast'
|
|
1080
|
-
| 'crisp-edges'
|
|
1081
|
-
| 'pixelated'
|
|
1082
|
-
| import('framer-motion').CustomValueType
|
|
1083
|
-
| undefined;
|
|
1084
|
-
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1085
|
-
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1086
|
-
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
1087
|
-
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
1088
|
-
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
1089
|
-
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1090
|
-
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1091
|
-
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1092
|
-
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1093
|
-
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
1094
|
-
pointerEvents?:
|
|
1095
|
-
| 'fill'
|
|
1096
|
-
| '-moz-initial'
|
|
1097
|
-
| 'inherit'
|
|
1098
|
-
| 'initial'
|
|
1099
|
-
| 'revert'
|
|
1100
|
-
| 'revert-layer'
|
|
1101
|
-
| 'unset'
|
|
1102
|
-
| 'none'
|
|
1103
|
-
| 'auto'
|
|
1104
|
-
| 'stroke'
|
|
1105
|
-
| 'all'
|
|
1106
|
-
| 'visible'
|
|
1107
|
-
| 'painted'
|
|
1108
|
-
| 'visibleFill'
|
|
1109
|
-
| 'visiblePainted'
|
|
1110
|
-
| 'visibleStroke'
|
|
1111
|
-
| import('framer-motion').CustomValueType
|
|
1112
|
-
| undefined;
|
|
1113
|
-
shapeRendering?:
|
|
1114
|
-
| '-moz-initial'
|
|
1115
|
-
| 'inherit'
|
|
1116
|
-
| 'initial'
|
|
1117
|
-
| 'revert'
|
|
1118
|
-
| 'revert-layer'
|
|
1119
|
-
| 'unset'
|
|
1120
|
-
| 'auto'
|
|
1121
|
-
| 'optimizeSpeed'
|
|
1122
|
-
| 'crispEdges'
|
|
1123
|
-
| 'geometricPrecision'
|
|
1124
|
-
| import('framer-motion').CustomValueType
|
|
1125
|
-
| undefined;
|
|
1126
|
-
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1127
|
-
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1128
|
-
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
1129
|
-
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1130
|
-
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1131
|
-
strokeLinecap?:
|
|
1132
|
-
| 'inherit'
|
|
1133
|
-
| 'round'
|
|
1134
|
-
| 'butt'
|
|
1135
|
-
| 'square'
|
|
1136
|
-
| import('framer-motion').CustomValueType
|
|
1137
|
-
| undefined;
|
|
1138
|
-
strokeLinejoin?:
|
|
1139
|
-
| 'inherit'
|
|
1140
|
-
| 'round'
|
|
1141
|
-
| 'bevel'
|
|
1142
|
-
| 'miter'
|
|
1143
|
-
| import('framer-motion').CustomValueType
|
|
1144
|
-
| undefined;
|
|
1145
|
-
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1146
|
-
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1147
|
-
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1148
|
-
textAnchor?:
|
|
1149
|
-
| '-moz-initial'
|
|
1150
|
-
| 'inherit'
|
|
1151
|
-
| 'initial'
|
|
1152
|
-
| 'revert'
|
|
1153
|
-
| 'revert-layer'
|
|
1154
|
-
| 'unset'
|
|
1155
|
-
| 'end'
|
|
1156
|
-
| 'start'
|
|
1157
|
-
| 'middle'
|
|
1158
|
-
| import('framer-motion').CustomValueType
|
|
1159
|
-
| undefined;
|
|
1160
|
-
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1161
|
-
textRendering?:
|
|
1162
|
-
| '-moz-initial'
|
|
1163
|
-
| 'inherit'
|
|
1164
|
-
| 'initial'
|
|
1165
|
-
| 'revert'
|
|
1166
|
-
| 'revert-layer'
|
|
1167
|
-
| 'unset'
|
|
1168
|
-
| 'auto'
|
|
1169
|
-
| 'optimizeSpeed'
|
|
1170
|
-
| 'geometricPrecision'
|
|
1171
|
-
| 'optimizeLegibility'
|
|
1172
|
-
| import('framer-motion').CustomValueType
|
|
1173
|
-
| undefined;
|
|
1174
|
-
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1175
|
-
unicodeBidi?:
|
|
1176
|
-
| '-moz-initial'
|
|
1177
|
-
| 'inherit'
|
|
1178
|
-
| 'initial'
|
|
1179
|
-
| 'revert'
|
|
1180
|
-
| 'revert-layer'
|
|
1181
|
-
| 'unset'
|
|
1182
|
-
| 'normal'
|
|
1183
|
-
| 'embed'
|
|
1184
|
-
| '-moz-isolate'
|
|
1185
|
-
| '-moz-isolate-override'
|
|
1186
|
-
| '-moz-plaintext'
|
|
1187
|
-
| '-webkit-isolate'
|
|
1188
|
-
| '-webkit-isolate-override'
|
|
1189
|
-
| '-webkit-plaintext'
|
|
1190
|
-
| 'bidi-override'
|
|
1191
|
-
| 'isolate'
|
|
1192
|
-
| 'isolate-override'
|
|
1193
|
-
| 'plaintext'
|
|
1194
|
-
| import('framer-motion').CustomValueType
|
|
1195
|
-
| undefined;
|
|
1196
|
-
vectorEffect?:
|
|
1197
|
-
| '-moz-initial'
|
|
1198
|
-
| 'inherit'
|
|
1199
|
-
| 'initial'
|
|
1200
|
-
| 'revert'
|
|
1201
|
-
| 'revert-layer'
|
|
1202
|
-
| 'unset'
|
|
1203
|
-
| 'none'
|
|
1204
|
-
| 'non-scaling-stroke'
|
|
1205
|
-
| import('framer-motion').CustomValueType
|
|
1206
|
-
| undefined;
|
|
1207
|
-
visibility?:
|
|
1208
|
-
| '-moz-initial'
|
|
1209
|
-
| 'inherit'
|
|
1210
|
-
| 'initial'
|
|
1211
|
-
| 'revert'
|
|
1212
|
-
| 'revert-layer'
|
|
1213
|
-
| 'unset'
|
|
1214
|
-
| 'hidden'
|
|
1215
|
-
| 'visible'
|
|
1216
|
-
| 'collapse'
|
|
1217
|
-
| import('framer-motion').CustomValueType
|
|
1218
|
-
| undefined;
|
|
1219
|
-
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1220
|
-
writingMode?:
|
|
1221
|
-
| '-moz-initial'
|
|
1222
|
-
| 'inherit'
|
|
1223
|
-
| 'initial'
|
|
1224
|
-
| 'revert'
|
|
1225
|
-
| 'revert-layer'
|
|
1226
|
-
| 'unset'
|
|
1227
|
-
| 'horizontal-tb'
|
|
1228
|
-
| 'sideways-lr'
|
|
1229
|
-
| 'sideways-rl'
|
|
1230
|
-
| 'vertical-lr'
|
|
1231
|
-
| 'vertical-rl'
|
|
1232
|
-
| import('framer-motion').CustomValueType
|
|
1233
|
-
| undefined;
|
|
1234
|
-
translate?:
|
|
1235
|
-
| import('csstype').Property.Translate<string | number>
|
|
1236
|
-
| import('framer-motion').CustomValueType
|
|
1237
|
-
| undefined;
|
|
1238
|
-
content?:
|
|
1239
|
-
| import('csstype').Property.Content
|
|
1240
|
-
| import('framer-motion').CustomValueType
|
|
1241
|
-
| undefined;
|
|
1242
|
-
border?:
|
|
1243
|
-
| import('csstype').Property.Border<string | number>
|
|
1244
|
-
| import('framer-motion').CustomValueType
|
|
1245
|
-
| undefined;
|
|
1246
962
|
top?:
|
|
1247
963
|
| import('csstype').Property.Top<string | number>
|
|
1248
964
|
| import('framer-motion').CustomValueType
|
|
@@ -1260,6 +976,8 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1260
976
|
| import('framer-motion').CustomValueType
|
|
1261
977
|
| undefined;
|
|
1262
978
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
979
|
+
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
980
|
+
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1263
981
|
minWidth?:
|
|
1264
982
|
| import('csstype').Property.MinWidth<string | number>
|
|
1265
983
|
| import('framer-motion').CustomValueType
|
|
@@ -1280,6 +998,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1280
998
|
| import('csstype').Property.AspectRatio
|
|
1281
999
|
| import('framer-motion').CustomValueType
|
|
1282
1000
|
| undefined;
|
|
1001
|
+
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1283
1002
|
flexBasis?:
|
|
1284
1003
|
| import('csstype').Property.FlexBasis<string | number>
|
|
1285
1004
|
| import('framer-motion').CustomValueType
|
|
@@ -1352,6 +1071,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1352
1071
|
| import('csstype').Property.GridArea
|
|
1353
1072
|
| import('framer-motion').CustomValueType
|
|
1354
1073
|
| undefined;
|
|
1074
|
+
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1355
1075
|
zIndex?:
|
|
1356
1076
|
| import('csstype').Property.ZIndex
|
|
1357
1077
|
| import('framer-motion').CustomValueType
|
|
@@ -1424,10 +1144,13 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1424
1144
|
| import('csstype').Property.MarginBottom<string | number>
|
|
1425
1145
|
| import('framer-motion').CustomValueType
|
|
1426
1146
|
| undefined;
|
|
1147
|
+
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1427
1148
|
userSelect?:
|
|
1428
1149
|
| import('csstype').Property.UserSelect
|
|
1429
1150
|
| import('framer-motion').CustomValueType
|
|
1430
1151
|
| undefined;
|
|
1152
|
+
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1153
|
+
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1431
1154
|
justifyContent?:
|
|
1432
1155
|
| import('csstype').Property.JustifyContent
|
|
1433
1156
|
| import('framer-motion').CustomValueType
|
|
@@ -1460,6 +1183,22 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1460
1183
|
| import('csstype').Property.TextAlign
|
|
1461
1184
|
| import('framer-motion').CustomValueType
|
|
1462
1185
|
| undefined;
|
|
1186
|
+
visibility?:
|
|
1187
|
+
| '-moz-initial'
|
|
1188
|
+
| 'inherit'
|
|
1189
|
+
| 'initial'
|
|
1190
|
+
| 'revert'
|
|
1191
|
+
| 'revert-layer'
|
|
1192
|
+
| 'unset'
|
|
1193
|
+
| 'hidden'
|
|
1194
|
+
| 'visible'
|
|
1195
|
+
| 'collapse'
|
|
1196
|
+
| import('framer-motion').CustomValueType
|
|
1197
|
+
| undefined;
|
|
1198
|
+
content?:
|
|
1199
|
+
| import('csstype').Property.Content
|
|
1200
|
+
| import('framer-motion').CustomValueType
|
|
1201
|
+
| undefined;
|
|
1463
1202
|
accentColor?:
|
|
1464
1203
|
| import('csstype').Property.AccentColor
|
|
1465
1204
|
| import('framer-motion').CustomValueType
|
|
@@ -1852,6 +1591,18 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1852
1591
|
| import('csstype').Property.CounterSet
|
|
1853
1592
|
| import('framer-motion').CustomValueType
|
|
1854
1593
|
| undefined;
|
|
1594
|
+
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1595
|
+
direction?:
|
|
1596
|
+
| '-moz-initial'
|
|
1597
|
+
| 'inherit'
|
|
1598
|
+
| 'initial'
|
|
1599
|
+
| 'revert'
|
|
1600
|
+
| 'revert-layer'
|
|
1601
|
+
| 'unset'
|
|
1602
|
+
| 'ltr'
|
|
1603
|
+
| 'rtl'
|
|
1604
|
+
| import('framer-motion').CustomValueType
|
|
1605
|
+
| undefined;
|
|
1855
1606
|
emptyCells?:
|
|
1856
1607
|
| import('csstype').Property.EmptyCells
|
|
1857
1608
|
| import('framer-motion').CustomValueType
|
|
@@ -1880,10 +1631,13 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1880
1631
|
| import('csstype').Property.FontPalette
|
|
1881
1632
|
| import('framer-motion').CustomValueType
|
|
1882
1633
|
| undefined;
|
|
1634
|
+
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1883
1635
|
fontSmooth?:
|
|
1884
1636
|
| import('csstype').Property.FontSmooth<string | number>
|
|
1885
1637
|
| import('framer-motion').CustomValueType
|
|
1886
1638
|
| undefined;
|
|
1639
|
+
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1640
|
+
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1887
1641
|
fontSynthesis?:
|
|
1888
1642
|
| import('csstype').Property.FontSynthesis
|
|
1889
1643
|
| import('framer-motion').CustomValueType
|
|
@@ -1904,6 +1658,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1904
1658
|
| import('csstype').Property.FontSynthesisWeight
|
|
1905
1659
|
| import('framer-motion').CustomValueType
|
|
1906
1660
|
| undefined;
|
|
1661
|
+
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1907
1662
|
fontVariantAlternates?:
|
|
1908
1663
|
| import('csstype').Property.FontVariantAlternates
|
|
1909
1664
|
| import('framer-motion').CustomValueType
|
|
@@ -1960,6 +1715,20 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1960
1715
|
| import('csstype').Property.ImageOrientation
|
|
1961
1716
|
| import('framer-motion').CustomValueType
|
|
1962
1717
|
| undefined;
|
|
1718
|
+
imageRendering?:
|
|
1719
|
+
| '-moz-initial'
|
|
1720
|
+
| 'inherit'
|
|
1721
|
+
| 'initial'
|
|
1722
|
+
| 'revert'
|
|
1723
|
+
| 'revert-layer'
|
|
1724
|
+
| 'unset'
|
|
1725
|
+
| 'auto'
|
|
1726
|
+
| '-moz-crisp-edges'
|
|
1727
|
+
| '-webkit-optimize-contrast'
|
|
1728
|
+
| 'crisp-edges'
|
|
1729
|
+
| 'pixelated'
|
|
1730
|
+
| import('framer-motion').CustomValueType
|
|
1731
|
+
| undefined;
|
|
1963
1732
|
imageResolution?:
|
|
1964
1733
|
| import('csstype').Property.ImageResolution
|
|
1965
1734
|
| import('framer-motion').CustomValueType
|
|
@@ -2008,6 +1777,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2008
1777
|
| import('csstype').Property.JustifyTracks
|
|
2009
1778
|
| import('framer-motion').CustomValueType
|
|
2010
1779
|
| undefined;
|
|
1780
|
+
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2011
1781
|
lineBreak?:
|
|
2012
1782
|
| import('csstype').Property.LineBreak
|
|
2013
1783
|
| import('framer-motion').CustomValueType
|
|
@@ -2200,6 +1970,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2200
1970
|
| import('csstype').Property.OffsetRotate
|
|
2201
1971
|
| import('framer-motion').CustomValueType
|
|
2202
1972
|
| undefined;
|
|
1973
|
+
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2203
1974
|
orphans?:
|
|
2204
1975
|
| import('csstype').Property.Orphans
|
|
2205
1976
|
| import('framer-motion').CustomValueType
|
|
@@ -2312,10 +2083,30 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2312
2083
|
| import('csstype').Property.PageBreakInside
|
|
2313
2084
|
| import('framer-motion').CustomValueType
|
|
2314
2085
|
| undefined;
|
|
2086
|
+
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
2315
2087
|
perspectiveOrigin?:
|
|
2316
2088
|
| import('csstype').Property.PerspectiveOrigin<string | number>
|
|
2317
2089
|
| import('framer-motion').CustomValueType
|
|
2318
2090
|
| undefined;
|
|
2091
|
+
pointerEvents?:
|
|
2092
|
+
| 'fill'
|
|
2093
|
+
| '-moz-initial'
|
|
2094
|
+
| 'inherit'
|
|
2095
|
+
| 'initial'
|
|
2096
|
+
| 'revert'
|
|
2097
|
+
| 'revert-layer'
|
|
2098
|
+
| 'unset'
|
|
2099
|
+
| 'none'
|
|
2100
|
+
| 'auto'
|
|
2101
|
+
| 'all'
|
|
2102
|
+
| 'stroke'
|
|
2103
|
+
| 'visible'
|
|
2104
|
+
| 'painted'
|
|
2105
|
+
| 'visibleFill'
|
|
2106
|
+
| 'visiblePainted'
|
|
2107
|
+
| 'visibleStroke'
|
|
2108
|
+
| import('framer-motion').CustomValueType
|
|
2109
|
+
| undefined;
|
|
2319
2110
|
printColorAdjust?:
|
|
2320
2111
|
| import('csstype').Property.PrintColorAdjust
|
|
2321
2112
|
| import('framer-motion').CustomValueType
|
|
@@ -2536,6 +2327,19 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2536
2327
|
| import('csstype').Property.TextOverflow
|
|
2537
2328
|
| import('framer-motion').CustomValueType
|
|
2538
2329
|
| undefined;
|
|
2330
|
+
textRendering?:
|
|
2331
|
+
| '-moz-initial'
|
|
2332
|
+
| 'inherit'
|
|
2333
|
+
| 'initial'
|
|
2334
|
+
| 'revert'
|
|
2335
|
+
| 'revert-layer'
|
|
2336
|
+
| 'unset'
|
|
2337
|
+
| 'auto'
|
|
2338
|
+
| 'geometricPrecision'
|
|
2339
|
+
| 'optimizeLegibility'
|
|
2340
|
+
| 'optimizeSpeed'
|
|
2341
|
+
| import('framer-motion').CustomValueType
|
|
2342
|
+
| undefined;
|
|
2539
2343
|
textShadow?:
|
|
2540
2344
|
| import('csstype').Property.TextShadow
|
|
2541
2345
|
| import('framer-motion').CustomValueType
|
|
@@ -2596,6 +2400,31 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2596
2400
|
| import('csstype').Property.TransitionTimingFunction
|
|
2597
2401
|
| import('framer-motion').CustomValueType
|
|
2598
2402
|
| undefined;
|
|
2403
|
+
translate?:
|
|
2404
|
+
| import('csstype').Property.Translate<string | number>
|
|
2405
|
+
| import('framer-motion').CustomValueType
|
|
2406
|
+
| undefined;
|
|
2407
|
+
unicodeBidi?:
|
|
2408
|
+
| '-moz-initial'
|
|
2409
|
+
| 'inherit'
|
|
2410
|
+
| 'initial'
|
|
2411
|
+
| 'revert'
|
|
2412
|
+
| 'revert-layer'
|
|
2413
|
+
| 'unset'
|
|
2414
|
+
| 'normal'
|
|
2415
|
+
| 'embed'
|
|
2416
|
+
| 'isolate'
|
|
2417
|
+
| '-moz-isolate'
|
|
2418
|
+
| '-moz-isolate-override'
|
|
2419
|
+
| '-moz-plaintext'
|
|
2420
|
+
| '-webkit-isolate'
|
|
2421
|
+
| '-webkit-isolate-override'
|
|
2422
|
+
| '-webkit-plaintext'
|
|
2423
|
+
| 'bidi-override'
|
|
2424
|
+
| 'isolate-override'
|
|
2425
|
+
| 'plaintext'
|
|
2426
|
+
| import('framer-motion').CustomValueType
|
|
2427
|
+
| undefined;
|
|
2599
2428
|
verticalAlign?:
|
|
2600
2429
|
| import('csstype').Property.VerticalAlign<string | number>
|
|
2601
2430
|
| import('framer-motion').CustomValueType
|
|
@@ -2640,10 +2469,25 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2640
2469
|
| import('csstype').Property.WordBreak
|
|
2641
2470
|
| import('framer-motion').CustomValueType
|
|
2642
2471
|
| undefined;
|
|
2472
|
+
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2643
2473
|
wordWrap?:
|
|
2644
2474
|
| import('csstype').Property.WordWrap
|
|
2645
2475
|
| import('framer-motion').CustomValueType
|
|
2646
2476
|
| undefined;
|
|
2477
|
+
writingMode?:
|
|
2478
|
+
| '-moz-initial'
|
|
2479
|
+
| 'inherit'
|
|
2480
|
+
| 'initial'
|
|
2481
|
+
| 'revert'
|
|
2482
|
+
| 'revert-layer'
|
|
2483
|
+
| 'unset'
|
|
2484
|
+
| 'horizontal-tb'
|
|
2485
|
+
| 'sideways-lr'
|
|
2486
|
+
| 'sideways-rl'
|
|
2487
|
+
| 'vertical-lr'
|
|
2488
|
+
| 'vertical-rl'
|
|
2489
|
+
| import('framer-motion').CustomValueType
|
|
2490
|
+
| undefined;
|
|
2647
2491
|
zoom?:
|
|
2648
2492
|
| import('csstype').Property.Zoom
|
|
2649
2493
|
| import('framer-motion').CustomValueType
|
|
@@ -2660,6 +2504,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2660
2504
|
| import('csstype').Property.BackgroundPosition<string | number>
|
|
2661
2505
|
| import('framer-motion').CustomValueType
|
|
2662
2506
|
| undefined;
|
|
2507
|
+
border?:
|
|
2508
|
+
| import('csstype').Property.Border<string | number>
|
|
2509
|
+
| import('framer-motion').CustomValueType
|
|
2510
|
+
| undefined;
|
|
2663
2511
|
borderBlock?:
|
|
2664
2512
|
| import('csstype').Property.BorderBlock<string | number>
|
|
2665
2513
|
| import('framer-motion').CustomValueType
|
|
@@ -2776,6 +2624,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2776
2624
|
| import('csstype').Property.Offset<string | number>
|
|
2777
2625
|
| import('framer-motion').CustomValueType
|
|
2778
2626
|
| undefined;
|
|
2627
|
+
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2779
2628
|
outline?:
|
|
2780
2629
|
| import('csstype').Property.Outline<string | number>
|
|
2781
2630
|
| import('framer-motion').CustomValueType
|
|
@@ -3824,6 +3673,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
3824
3673
|
| import('csstype').Property.Transition<string & {}>
|
|
3825
3674
|
| import('framer-motion').CustomValueType
|
|
3826
3675
|
| undefined;
|
|
3676
|
+
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
3827
3677
|
boxAlign?:
|
|
3828
3678
|
| import('csstype').Property.BoxAlign
|
|
3829
3679
|
| import('framer-motion').CustomValueType
|
|
@@ -3856,6 +3706,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
3856
3706
|
| import('csstype').Property.BoxPack
|
|
3857
3707
|
| import('framer-motion').CustomValueType
|
|
3858
3708
|
| undefined;
|
|
3709
|
+
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
3859
3710
|
gridColumnGap?:
|
|
3860
3711
|
| import('csstype').Property.GridColumnGap<string | number>
|
|
3861
3712
|
| import('framer-motion').CustomValueType
|
|
@@ -4244,6 +4095,155 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
4244
4095
|
| import('csstype').Property.BoxPack
|
|
4245
4096
|
| import('framer-motion').CustomValueType
|
|
4246
4097
|
| undefined;
|
|
4098
|
+
alignmentBaseline?:
|
|
4099
|
+
| 'inherit'
|
|
4100
|
+
| 'auto'
|
|
4101
|
+
| 'baseline'
|
|
4102
|
+
| 'middle'
|
|
4103
|
+
| 'after-edge'
|
|
4104
|
+
| 'alphabetic'
|
|
4105
|
+
| 'before-edge'
|
|
4106
|
+
| 'central'
|
|
4107
|
+
| 'hanging'
|
|
4108
|
+
| 'ideographic'
|
|
4109
|
+
| 'mathematical'
|
|
4110
|
+
| 'text-after-edge'
|
|
4111
|
+
| 'text-before-edge'
|
|
4112
|
+
| import('framer-motion').CustomValueType
|
|
4113
|
+
| undefined;
|
|
4114
|
+
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4115
|
+
clipRule?:
|
|
4116
|
+
| '-moz-initial'
|
|
4117
|
+
| 'inherit'
|
|
4118
|
+
| 'initial'
|
|
4119
|
+
| 'revert'
|
|
4120
|
+
| 'revert-layer'
|
|
4121
|
+
| 'unset'
|
|
4122
|
+
| 'evenodd'
|
|
4123
|
+
| 'nonzero'
|
|
4124
|
+
| import('framer-motion').CustomValueType
|
|
4125
|
+
| undefined;
|
|
4126
|
+
colorInterpolation?:
|
|
4127
|
+
| '-moz-initial'
|
|
4128
|
+
| 'inherit'
|
|
4129
|
+
| 'initial'
|
|
4130
|
+
| 'revert'
|
|
4131
|
+
| 'revert-layer'
|
|
4132
|
+
| 'unset'
|
|
4133
|
+
| 'auto'
|
|
4134
|
+
| 'linearRGB'
|
|
4135
|
+
| 'sRGB'
|
|
4136
|
+
| import('framer-motion').CustomValueType
|
|
4137
|
+
| undefined;
|
|
4138
|
+
colorRendering?:
|
|
4139
|
+
| '-moz-initial'
|
|
4140
|
+
| 'inherit'
|
|
4141
|
+
| 'initial'
|
|
4142
|
+
| 'revert'
|
|
4143
|
+
| 'revert-layer'
|
|
4144
|
+
| 'unset'
|
|
4145
|
+
| 'auto'
|
|
4146
|
+
| 'optimizeSpeed'
|
|
4147
|
+
| 'optimizeQuality'
|
|
4148
|
+
| import('framer-motion').CustomValueType
|
|
4149
|
+
| undefined;
|
|
4150
|
+
dominantBaseline?:
|
|
4151
|
+
| '-moz-initial'
|
|
4152
|
+
| 'inherit'
|
|
4153
|
+
| 'initial'
|
|
4154
|
+
| 'revert'
|
|
4155
|
+
| 'revert-layer'
|
|
4156
|
+
| 'unset'
|
|
4157
|
+
| 'auto'
|
|
4158
|
+
| 'middle'
|
|
4159
|
+
| 'alphabetic'
|
|
4160
|
+
| 'central'
|
|
4161
|
+
| 'hanging'
|
|
4162
|
+
| 'ideographic'
|
|
4163
|
+
| 'mathematical'
|
|
4164
|
+
| 'text-after-edge'
|
|
4165
|
+
| 'text-before-edge'
|
|
4166
|
+
| 'no-change'
|
|
4167
|
+
| 'reset-size'
|
|
4168
|
+
| 'use-script'
|
|
4169
|
+
| import('framer-motion').CustomValueType
|
|
4170
|
+
| undefined;
|
|
4171
|
+
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4172
|
+
fillRule?:
|
|
4173
|
+
| 'inherit'
|
|
4174
|
+
| 'evenodd'
|
|
4175
|
+
| 'nonzero'
|
|
4176
|
+
| import('framer-motion').CustomValueType
|
|
4177
|
+
| undefined;
|
|
4178
|
+
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4179
|
+
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4180
|
+
glyphOrientationVertical?:
|
|
4181
|
+
| string
|
|
4182
|
+
| number
|
|
4183
|
+
| import('framer-motion').CustomValueType
|
|
4184
|
+
| undefined;
|
|
4185
|
+
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4186
|
+
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
4187
|
+
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
4188
|
+
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
4189
|
+
shapeRendering?:
|
|
4190
|
+
| '-moz-initial'
|
|
4191
|
+
| 'inherit'
|
|
4192
|
+
| 'initial'
|
|
4193
|
+
| 'revert'
|
|
4194
|
+
| 'revert-layer'
|
|
4195
|
+
| 'unset'
|
|
4196
|
+
| 'auto'
|
|
4197
|
+
| 'geometricPrecision'
|
|
4198
|
+
| 'optimizeSpeed'
|
|
4199
|
+
| 'crispEdges'
|
|
4200
|
+
| import('framer-motion').CustomValueType
|
|
4201
|
+
| undefined;
|
|
4202
|
+
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4203
|
+
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4204
|
+
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
4205
|
+
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4206
|
+
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4207
|
+
strokeLinecap?:
|
|
4208
|
+
| 'inherit'
|
|
4209
|
+
| 'round'
|
|
4210
|
+
| 'butt'
|
|
4211
|
+
| 'square'
|
|
4212
|
+
| import('framer-motion').CustomValueType
|
|
4213
|
+
| undefined;
|
|
4214
|
+
strokeLinejoin?:
|
|
4215
|
+
| 'inherit'
|
|
4216
|
+
| 'round'
|
|
4217
|
+
| 'bevel'
|
|
4218
|
+
| 'miter'
|
|
4219
|
+
| import('framer-motion').CustomValueType
|
|
4220
|
+
| undefined;
|
|
4221
|
+
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4222
|
+
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4223
|
+
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4224
|
+
textAnchor?:
|
|
4225
|
+
| '-moz-initial'
|
|
4226
|
+
| 'inherit'
|
|
4227
|
+
| 'initial'
|
|
4228
|
+
| 'revert'
|
|
4229
|
+
| 'revert-layer'
|
|
4230
|
+
| 'unset'
|
|
4231
|
+
| 'end'
|
|
4232
|
+
| 'start'
|
|
4233
|
+
| 'middle'
|
|
4234
|
+
| import('framer-motion').CustomValueType
|
|
4235
|
+
| undefined;
|
|
4236
|
+
vectorEffect?:
|
|
4237
|
+
| '-moz-initial'
|
|
4238
|
+
| 'inherit'
|
|
4239
|
+
| 'initial'
|
|
4240
|
+
| 'revert'
|
|
4241
|
+
| 'revert-layer'
|
|
4242
|
+
| 'unset'
|
|
4243
|
+
| 'none'
|
|
4244
|
+
| 'non-scaling-stroke'
|
|
4245
|
+
| import('framer-motion').CustomValueType
|
|
4246
|
+
| undefined;
|
|
4247
4247
|
suppressHydrationWarning?: boolean | import('framer-motion').CustomValueType | undefined;
|
|
4248
4248
|
className?: string | import('framer-motion').CustomValueType | undefined;
|
|
4249
4249
|
id?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4488,9 +4488,9 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
4488
4488
|
| undefined;
|
|
4489
4489
|
'aria-autocomplete'?:
|
|
4490
4490
|
| 'none'
|
|
4491
|
-
| 'list'
|
|
4492
4491
|
| 'inline'
|
|
4493
4492
|
| 'both'
|
|
4493
|
+
| 'list'
|
|
4494
4494
|
| import('framer-motion').CustomValueType
|
|
4495
4495
|
| undefined;
|
|
4496
4496
|
'aria-braillelabel'?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4517,10 +4517,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
4517
4517
|
'aria-current'?:
|
|
4518
4518
|
| boolean
|
|
4519
4519
|
| 'time'
|
|
4520
|
-
| 'step'
|
|
4521
4520
|
| 'page'
|
|
4522
4521
|
| 'false'
|
|
4523
4522
|
| 'true'
|
|
4523
|
+
| 'step'
|
|
4524
4524
|
| 'location'
|
|
4525
4525
|
| 'date'
|
|
4526
4526
|
| import('framer-motion').CustomValueType
|
|
@@ -5260,6 +5260,14 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
5260
5260
|
| import('react').UIEventHandler<SVGElement>
|
|
5261
5261
|
| import('framer-motion').CustomValueType
|
|
5262
5262
|
| undefined;
|
|
5263
|
+
onScrollEnd?:
|
|
5264
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5265
|
+
| import('framer-motion').CustomValueType
|
|
5266
|
+
| undefined;
|
|
5267
|
+
onScrollEndCapture?:
|
|
5268
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5269
|
+
| import('framer-motion').CustomValueType
|
|
5270
|
+
| undefined;
|
|
5263
5271
|
onWheel?:
|
|
5264
5272
|
| import('react').WheelEventHandler<SVGElement>
|
|
5265
5273
|
| import('framer-motion').CustomValueType
|
|
@@ -5292,6 +5300,22 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
5292
5300
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5293
5301
|
| import('framer-motion').CustomValueType
|
|
5294
5302
|
| undefined;
|
|
5303
|
+
onToggle?:
|
|
5304
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5305
|
+
| import('framer-motion').CustomValueType
|
|
5306
|
+
| undefined;
|
|
5307
|
+
onBeforeToggle?:
|
|
5308
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5309
|
+
| import('framer-motion').CustomValueType
|
|
5310
|
+
| undefined;
|
|
5311
|
+
onTransitionCancel?:
|
|
5312
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5313
|
+
| import('framer-motion').CustomValueType
|
|
5314
|
+
| undefined;
|
|
5315
|
+
onTransitionCancelCapture?:
|
|
5316
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5317
|
+
| import('framer-motion').CustomValueType
|
|
5318
|
+
| undefined;
|
|
5295
5319
|
onTransitionEnd?:
|
|
5296
5320
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5297
5321
|
| import('framer-motion').CustomValueType
|
|
@@ -5300,6 +5324,22 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
5300
5324
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5301
5325
|
| import('framer-motion').CustomValueType
|
|
5302
5326
|
| undefined;
|
|
5327
|
+
onTransitionRun?:
|
|
5328
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5329
|
+
| import('framer-motion').CustomValueType
|
|
5330
|
+
| undefined;
|
|
5331
|
+
onTransitionRunCapture?:
|
|
5332
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5333
|
+
| import('framer-motion').CustomValueType
|
|
5334
|
+
| undefined;
|
|
5335
|
+
onTransitionStart?:
|
|
5336
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5337
|
+
| import('framer-motion').CustomValueType
|
|
5338
|
+
| undefined;
|
|
5339
|
+
onTransitionStartCapture?:
|
|
5340
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5341
|
+
| import('framer-motion').CustomValueType
|
|
5342
|
+
| undefined;
|
|
5303
5343
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
5304
5344
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|
|
5305
5345
|
attrScale?: number | import('framer-motion').CustomValueType | undefined;
|