@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
|
@@ -83,6 +83,8 @@ export declare const getMotionProps: ({
|
|
|
83
83
|
viewport?: FramerMotionProps['viewport'];
|
|
84
84
|
inherit?: boolean | undefined;
|
|
85
85
|
style?: import('framer-motion').MotionStyle | undefined;
|
|
86
|
+
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
87
|
+
drag?: boolean | 'x' | 'y' | undefined;
|
|
86
88
|
children?:
|
|
87
89
|
| import('react').ReactNode
|
|
88
90
|
| import('framer-motion').MotionValue<number>
|
|
@@ -108,8 +110,6 @@ export declare const getMotionProps: ({
|
|
|
108
110
|
onAnimationStart?:
|
|
109
111
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
110
112
|
| undefined;
|
|
111
|
-
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
112
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
113
113
|
transformValues?:
|
|
114
114
|
| (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
|
|
115
115
|
| undefined;
|
|
@@ -979,308 +979,24 @@ export declare const getMotionProps: ({
|
|
|
979
979
|
| import('csstype').Property.Width<0 | (string & {})>
|
|
980
980
|
| import('framer-motion').CustomValueType
|
|
981
981
|
| undefined;
|
|
982
|
-
'--controlSize-switchHeight'?:
|
|
983
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
984
|
-
| import('framer-motion').CustomValueType
|
|
985
|
-
| undefined;
|
|
986
|
-
'--controlSize-switchThumbSize'?:
|
|
987
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
988
|
-
| import('framer-motion').CustomValueType
|
|
989
|
-
| undefined;
|
|
990
|
-
'--controlSize-tileSize'?:
|
|
991
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
992
|
-
| import('framer-motion').CustomValueType
|
|
993
|
-
| undefined;
|
|
994
|
-
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
995
|
-
marker?:
|
|
996
|
-
| import('csstype').Property.Marker
|
|
997
|
-
| import('framer-motion').CustomValueType
|
|
998
|
-
| undefined;
|
|
999
|
-
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
1000
|
-
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1001
|
-
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1002
|
-
alignmentBaseline?:
|
|
1003
|
-
| 'inherit'
|
|
1004
|
-
| 'auto'
|
|
1005
|
-
| 'alphabetic'
|
|
1006
|
-
| 'hanging'
|
|
1007
|
-
| 'ideographic'
|
|
1008
|
-
| 'mathematical'
|
|
1009
|
-
| 'after-edge'
|
|
1010
|
-
| 'baseline'
|
|
1011
|
-
| 'before-edge'
|
|
1012
|
-
| 'central'
|
|
1013
|
-
| 'middle'
|
|
1014
|
-
| 'text-after-edge'
|
|
1015
|
-
| 'text-before-edge'
|
|
1016
|
-
| import('framer-motion').CustomValueType
|
|
1017
|
-
| undefined;
|
|
1018
|
-
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
1019
|
-
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1020
|
-
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
1021
|
-
clipRule?:
|
|
1022
|
-
| '-moz-initial'
|
|
1023
|
-
| 'inherit'
|
|
1024
|
-
| 'initial'
|
|
1025
|
-
| 'revert'
|
|
1026
|
-
| 'revert-layer'
|
|
1027
|
-
| 'unset'
|
|
1028
|
-
| 'evenodd'
|
|
1029
|
-
| 'nonzero'
|
|
1030
|
-
| import('framer-motion').CustomValueType
|
|
1031
|
-
| undefined;
|
|
1032
|
-
colorInterpolation?:
|
|
1033
|
-
| '-moz-initial'
|
|
1034
|
-
| 'inherit'
|
|
1035
|
-
| 'initial'
|
|
1036
|
-
| 'revert'
|
|
1037
|
-
| 'revert-layer'
|
|
1038
|
-
| 'unset'
|
|
1039
|
-
| 'auto'
|
|
1040
|
-
| 'linearRGB'
|
|
1041
|
-
| 'sRGB'
|
|
1042
|
-
| import('framer-motion').CustomValueType
|
|
1043
|
-
| undefined;
|
|
1044
|
-
colorRendering?:
|
|
1045
|
-
| '-moz-initial'
|
|
1046
|
-
| 'inherit'
|
|
1047
|
-
| 'initial'
|
|
1048
|
-
| 'revert'
|
|
1049
|
-
| 'revert-layer'
|
|
1050
|
-
| 'unset'
|
|
1051
|
-
| 'auto'
|
|
1052
|
-
| 'optimizeQuality'
|
|
1053
|
-
| 'optimizeSpeed'
|
|
1054
|
-
| import('framer-motion').CustomValueType
|
|
1055
|
-
| undefined;
|
|
1056
|
-
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1057
|
-
direction?:
|
|
1058
|
-
| '-moz-initial'
|
|
1059
|
-
| 'inherit'
|
|
1060
|
-
| 'initial'
|
|
1061
|
-
| 'revert'
|
|
1062
|
-
| 'revert-layer'
|
|
1063
|
-
| 'unset'
|
|
1064
|
-
| 'ltr'
|
|
1065
|
-
| 'rtl'
|
|
1066
|
-
| import('framer-motion').CustomValueType
|
|
1067
|
-
| undefined;
|
|
1068
|
-
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1069
|
-
dominantBaseline?:
|
|
1070
|
-
| '-moz-initial'
|
|
1071
|
-
| 'inherit'
|
|
1072
|
-
| 'initial'
|
|
1073
|
-
| 'revert'
|
|
1074
|
-
| 'revert-layer'
|
|
1075
|
-
| 'unset'
|
|
1076
|
-
| 'auto'
|
|
1077
|
-
| 'alphabetic'
|
|
1078
|
-
| 'hanging'
|
|
1079
|
-
| 'ideographic'
|
|
1080
|
-
| 'mathematical'
|
|
1081
|
-
| 'central'
|
|
1082
|
-
| 'middle'
|
|
1083
|
-
| 'text-after-edge'
|
|
1084
|
-
| 'text-before-edge'
|
|
1085
|
-
| 'no-change'
|
|
1086
|
-
| 'reset-size'
|
|
1087
|
-
| 'use-script'
|
|
1088
|
-
| import('framer-motion').CustomValueType
|
|
1089
|
-
| undefined;
|
|
1090
|
-
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1091
|
-
fillRule?:
|
|
1092
|
-
| 'inherit'
|
|
1093
|
-
| 'evenodd'
|
|
1094
|
-
| 'nonzero'
|
|
1095
|
-
| import('framer-motion').CustomValueType
|
|
1096
|
-
| undefined;
|
|
1097
|
-
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1098
|
-
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1099
|
-
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1100
|
-
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1101
|
-
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1102
|
-
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1103
|
-
glyphOrientationVertical?:
|
|
1104
|
-
| string
|
|
1105
|
-
| number
|
|
1106
|
-
| import('framer-motion').CustomValueType
|
|
1107
|
-
| undefined;
|
|
1108
|
-
imageRendering?:
|
|
1109
|
-
| '-moz-initial'
|
|
1110
|
-
| 'inherit'
|
|
1111
|
-
| 'initial'
|
|
1112
|
-
| 'revert'
|
|
1113
|
-
| 'revert-layer'
|
|
1114
|
-
| 'unset'
|
|
1115
|
-
| 'auto'
|
|
1116
|
-
| '-moz-crisp-edges'
|
|
1117
|
-
| '-webkit-optimize-contrast'
|
|
1118
|
-
| 'crisp-edges'
|
|
1119
|
-
| 'pixelated'
|
|
1120
|
-
| import('framer-motion').CustomValueType
|
|
1121
|
-
| undefined;
|
|
1122
|
-
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1123
|
-
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1124
|
-
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
1125
|
-
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
1126
|
-
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
1127
|
-
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1128
|
-
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1129
|
-
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1130
|
-
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1131
|
-
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
1132
|
-
pointerEvents?:
|
|
1133
|
-
| 'fill'
|
|
1134
|
-
| '-moz-initial'
|
|
1135
|
-
| 'inherit'
|
|
1136
|
-
| 'initial'
|
|
1137
|
-
| 'revert'
|
|
1138
|
-
| 'revert-layer'
|
|
1139
|
-
| 'unset'
|
|
1140
|
-
| 'none'
|
|
1141
|
-
| 'auto'
|
|
1142
|
-
| 'stroke'
|
|
1143
|
-
| 'all'
|
|
1144
|
-
| 'visible'
|
|
1145
|
-
| 'painted'
|
|
1146
|
-
| 'visibleFill'
|
|
1147
|
-
| 'visiblePainted'
|
|
1148
|
-
| 'visibleStroke'
|
|
1149
|
-
| import('framer-motion').CustomValueType
|
|
1150
|
-
| undefined;
|
|
1151
|
-
shapeRendering?:
|
|
1152
|
-
| '-moz-initial'
|
|
1153
|
-
| 'inherit'
|
|
1154
|
-
| 'initial'
|
|
1155
|
-
| 'revert'
|
|
1156
|
-
| 'revert-layer'
|
|
1157
|
-
| 'unset'
|
|
1158
|
-
| 'auto'
|
|
1159
|
-
| 'optimizeSpeed'
|
|
1160
|
-
| 'crispEdges'
|
|
1161
|
-
| 'geometricPrecision'
|
|
1162
|
-
| import('framer-motion').CustomValueType
|
|
1163
|
-
| undefined;
|
|
1164
|
-
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1165
|
-
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1166
|
-
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
1167
|
-
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1168
|
-
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1169
|
-
strokeLinecap?:
|
|
1170
|
-
| 'inherit'
|
|
1171
|
-
| 'round'
|
|
1172
|
-
| 'butt'
|
|
1173
|
-
| 'square'
|
|
1174
|
-
| import('framer-motion').CustomValueType
|
|
1175
|
-
| undefined;
|
|
1176
|
-
strokeLinejoin?:
|
|
1177
|
-
| 'inherit'
|
|
1178
|
-
| 'round'
|
|
1179
|
-
| 'bevel'
|
|
1180
|
-
| 'miter'
|
|
1181
|
-
| import('framer-motion').CustomValueType
|
|
1182
|
-
| undefined;
|
|
1183
|
-
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1184
|
-
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1185
|
-
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1186
|
-
textAnchor?:
|
|
1187
|
-
| '-moz-initial'
|
|
1188
|
-
| 'inherit'
|
|
1189
|
-
| 'initial'
|
|
1190
|
-
| 'revert'
|
|
1191
|
-
| 'revert-layer'
|
|
1192
|
-
| 'unset'
|
|
1193
|
-
| 'end'
|
|
1194
|
-
| 'start'
|
|
1195
|
-
| 'middle'
|
|
1196
|
-
| import('framer-motion').CustomValueType
|
|
1197
|
-
| undefined;
|
|
1198
|
-
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1199
|
-
textRendering?:
|
|
1200
|
-
| '-moz-initial'
|
|
1201
|
-
| 'inherit'
|
|
1202
|
-
| 'initial'
|
|
1203
|
-
| 'revert'
|
|
1204
|
-
| 'revert-layer'
|
|
1205
|
-
| 'unset'
|
|
1206
|
-
| 'auto'
|
|
1207
|
-
| 'optimizeSpeed'
|
|
1208
|
-
| 'geometricPrecision'
|
|
1209
|
-
| 'optimizeLegibility'
|
|
1210
|
-
| import('framer-motion').CustomValueType
|
|
1211
|
-
| undefined;
|
|
1212
|
-
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1213
|
-
unicodeBidi?:
|
|
1214
|
-
| '-moz-initial'
|
|
1215
|
-
| 'inherit'
|
|
1216
|
-
| 'initial'
|
|
1217
|
-
| 'revert'
|
|
1218
|
-
| 'revert-layer'
|
|
1219
|
-
| 'unset'
|
|
1220
|
-
| 'normal'
|
|
1221
|
-
| 'embed'
|
|
1222
|
-
| '-moz-isolate'
|
|
1223
|
-
| '-moz-isolate-override'
|
|
1224
|
-
| '-moz-plaintext'
|
|
1225
|
-
| '-webkit-isolate'
|
|
1226
|
-
| '-webkit-isolate-override'
|
|
1227
|
-
| '-webkit-plaintext'
|
|
1228
|
-
| 'bidi-override'
|
|
1229
|
-
| 'isolate'
|
|
1230
|
-
| 'isolate-override'
|
|
1231
|
-
| 'plaintext'
|
|
1232
|
-
| import('framer-motion').CustomValueType
|
|
1233
|
-
| undefined;
|
|
1234
|
-
vectorEffect?:
|
|
1235
|
-
| '-moz-initial'
|
|
1236
|
-
| 'inherit'
|
|
1237
|
-
| 'initial'
|
|
1238
|
-
| 'revert'
|
|
1239
|
-
| 'revert-layer'
|
|
1240
|
-
| 'unset'
|
|
1241
|
-
| 'none'
|
|
1242
|
-
| 'non-scaling-stroke'
|
|
1243
|
-
| import('framer-motion').CustomValueType
|
|
1244
|
-
| undefined;
|
|
1245
|
-
visibility?:
|
|
1246
|
-
| '-moz-initial'
|
|
1247
|
-
| 'inherit'
|
|
1248
|
-
| 'initial'
|
|
1249
|
-
| 'revert'
|
|
1250
|
-
| 'revert-layer'
|
|
1251
|
-
| 'unset'
|
|
1252
|
-
| 'hidden'
|
|
1253
|
-
| 'visible'
|
|
1254
|
-
| 'collapse'
|
|
1255
|
-
| import('framer-motion').CustomValueType
|
|
1256
|
-
| undefined;
|
|
1257
|
-
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1258
|
-
writingMode?:
|
|
1259
|
-
| '-moz-initial'
|
|
1260
|
-
| 'inherit'
|
|
1261
|
-
| 'initial'
|
|
1262
|
-
| 'revert'
|
|
1263
|
-
| 'revert-layer'
|
|
1264
|
-
| 'unset'
|
|
1265
|
-
| 'horizontal-tb'
|
|
1266
|
-
| 'sideways-lr'
|
|
1267
|
-
| 'sideways-rl'
|
|
1268
|
-
| 'vertical-lr'
|
|
1269
|
-
| 'vertical-rl'
|
|
982
|
+
'--controlSize-switchHeight'?:
|
|
983
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
1270
984
|
| import('framer-motion').CustomValueType
|
|
1271
985
|
| undefined;
|
|
1272
|
-
|
|
1273
|
-
| import('csstype').Property.
|
|
986
|
+
'--controlSize-switchThumbSize'?:
|
|
987
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
1274
988
|
| import('framer-motion').CustomValueType
|
|
1275
989
|
| undefined;
|
|
1276
|
-
|
|
1277
|
-
| import('csstype').Property.
|
|
990
|
+
'--controlSize-tileSize'?:
|
|
991
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
1278
992
|
| import('framer-motion').CustomValueType
|
|
1279
993
|
| undefined;
|
|
1280
|
-
|
|
1281
|
-
|
|
994
|
+
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
995
|
+
marker?:
|
|
996
|
+
| import('csstype').Property.Marker
|
|
1282
997
|
| import('framer-motion').CustomValueType
|
|
1283
998
|
| undefined;
|
|
999
|
+
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
1284
1000
|
top?:
|
|
1285
1001
|
| import('csstype').Property.Top<string | number>
|
|
1286
1002
|
| import('framer-motion').CustomValueType
|
|
@@ -1298,6 +1014,8 @@ export declare const getMotionProps: ({
|
|
|
1298
1014
|
| import('framer-motion').CustomValueType
|
|
1299
1015
|
| undefined;
|
|
1300
1016
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
1017
|
+
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1018
|
+
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1301
1019
|
minWidth?:
|
|
1302
1020
|
| import('csstype').Property.MinWidth<string | number>
|
|
1303
1021
|
| import('framer-motion').CustomValueType
|
|
@@ -1318,6 +1036,7 @@ export declare const getMotionProps: ({
|
|
|
1318
1036
|
| import('csstype').Property.AspectRatio
|
|
1319
1037
|
| import('framer-motion').CustomValueType
|
|
1320
1038
|
| undefined;
|
|
1039
|
+
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1321
1040
|
flexBasis?:
|
|
1322
1041
|
| import('csstype').Property.FlexBasis<string | number>
|
|
1323
1042
|
| import('framer-motion').CustomValueType
|
|
@@ -1390,6 +1109,7 @@ export declare const getMotionProps: ({
|
|
|
1390
1109
|
| import('csstype').Property.GridArea
|
|
1391
1110
|
| import('framer-motion').CustomValueType
|
|
1392
1111
|
| undefined;
|
|
1112
|
+
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1393
1113
|
zIndex?:
|
|
1394
1114
|
| import('csstype').Property.ZIndex
|
|
1395
1115
|
| import('framer-motion').CustomValueType
|
|
@@ -1462,10 +1182,13 @@ export declare const getMotionProps: ({
|
|
|
1462
1182
|
| import('csstype').Property.MarginBottom<string | number>
|
|
1463
1183
|
| import('framer-motion').CustomValueType
|
|
1464
1184
|
| undefined;
|
|
1185
|
+
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1465
1186
|
userSelect?:
|
|
1466
1187
|
| import('csstype').Property.UserSelect
|
|
1467
1188
|
| import('framer-motion').CustomValueType
|
|
1468
1189
|
| undefined;
|
|
1190
|
+
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1191
|
+
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1469
1192
|
justifyContent?:
|
|
1470
1193
|
| import('csstype').Property.JustifyContent
|
|
1471
1194
|
| import('framer-motion').CustomValueType
|
|
@@ -1498,6 +1221,22 @@ export declare const getMotionProps: ({
|
|
|
1498
1221
|
| import('csstype').Property.TextAlign
|
|
1499
1222
|
| import('framer-motion').CustomValueType
|
|
1500
1223
|
| undefined;
|
|
1224
|
+
visibility?:
|
|
1225
|
+
| '-moz-initial'
|
|
1226
|
+
| 'inherit'
|
|
1227
|
+
| 'initial'
|
|
1228
|
+
| 'revert'
|
|
1229
|
+
| 'revert-layer'
|
|
1230
|
+
| 'unset'
|
|
1231
|
+
| 'hidden'
|
|
1232
|
+
| 'visible'
|
|
1233
|
+
| 'collapse'
|
|
1234
|
+
| import('framer-motion').CustomValueType
|
|
1235
|
+
| undefined;
|
|
1236
|
+
content?:
|
|
1237
|
+
| import('csstype').Property.Content
|
|
1238
|
+
| import('framer-motion').CustomValueType
|
|
1239
|
+
| undefined;
|
|
1501
1240
|
accentColor?:
|
|
1502
1241
|
| import('csstype').Property.AccentColor
|
|
1503
1242
|
| import('framer-motion').CustomValueType
|
|
@@ -1890,6 +1629,18 @@ export declare const getMotionProps: ({
|
|
|
1890
1629
|
| import('csstype').Property.CounterSet
|
|
1891
1630
|
| import('framer-motion').CustomValueType
|
|
1892
1631
|
| undefined;
|
|
1632
|
+
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1633
|
+
direction?:
|
|
1634
|
+
| '-moz-initial'
|
|
1635
|
+
| 'inherit'
|
|
1636
|
+
| 'initial'
|
|
1637
|
+
| 'revert'
|
|
1638
|
+
| 'revert-layer'
|
|
1639
|
+
| 'unset'
|
|
1640
|
+
| 'ltr'
|
|
1641
|
+
| 'rtl'
|
|
1642
|
+
| import('framer-motion').CustomValueType
|
|
1643
|
+
| undefined;
|
|
1893
1644
|
emptyCells?:
|
|
1894
1645
|
| import('csstype').Property.EmptyCells
|
|
1895
1646
|
| import('framer-motion').CustomValueType
|
|
@@ -1918,10 +1669,13 @@ export declare const getMotionProps: ({
|
|
|
1918
1669
|
| import('csstype').Property.FontPalette
|
|
1919
1670
|
| import('framer-motion').CustomValueType
|
|
1920
1671
|
| undefined;
|
|
1672
|
+
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1921
1673
|
fontSmooth?:
|
|
1922
1674
|
| import('csstype').Property.FontSmooth<string | number>
|
|
1923
1675
|
| import('framer-motion').CustomValueType
|
|
1924
1676
|
| undefined;
|
|
1677
|
+
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1678
|
+
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1925
1679
|
fontSynthesis?:
|
|
1926
1680
|
| import('csstype').Property.FontSynthesis
|
|
1927
1681
|
| import('framer-motion').CustomValueType
|
|
@@ -1942,6 +1696,7 @@ export declare const getMotionProps: ({
|
|
|
1942
1696
|
| import('csstype').Property.FontSynthesisWeight
|
|
1943
1697
|
| import('framer-motion').CustomValueType
|
|
1944
1698
|
| undefined;
|
|
1699
|
+
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1945
1700
|
fontVariantAlternates?:
|
|
1946
1701
|
| import('csstype').Property.FontVariantAlternates
|
|
1947
1702
|
| import('framer-motion').CustomValueType
|
|
@@ -1998,6 +1753,20 @@ export declare const getMotionProps: ({
|
|
|
1998
1753
|
| import('csstype').Property.ImageOrientation
|
|
1999
1754
|
| import('framer-motion').CustomValueType
|
|
2000
1755
|
| undefined;
|
|
1756
|
+
imageRendering?:
|
|
1757
|
+
| '-moz-initial'
|
|
1758
|
+
| 'inherit'
|
|
1759
|
+
| 'initial'
|
|
1760
|
+
| 'revert'
|
|
1761
|
+
| 'revert-layer'
|
|
1762
|
+
| 'unset'
|
|
1763
|
+
| 'auto'
|
|
1764
|
+
| '-moz-crisp-edges'
|
|
1765
|
+
| '-webkit-optimize-contrast'
|
|
1766
|
+
| 'crisp-edges'
|
|
1767
|
+
| 'pixelated'
|
|
1768
|
+
| import('framer-motion').CustomValueType
|
|
1769
|
+
| undefined;
|
|
2001
1770
|
imageResolution?:
|
|
2002
1771
|
| import('csstype').Property.ImageResolution
|
|
2003
1772
|
| import('framer-motion').CustomValueType
|
|
@@ -2046,6 +1815,7 @@ export declare const getMotionProps: ({
|
|
|
2046
1815
|
| import('csstype').Property.JustifyTracks
|
|
2047
1816
|
| import('framer-motion').CustomValueType
|
|
2048
1817
|
| undefined;
|
|
1818
|
+
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2049
1819
|
lineBreak?:
|
|
2050
1820
|
| import('csstype').Property.LineBreak
|
|
2051
1821
|
| import('framer-motion').CustomValueType
|
|
@@ -2238,6 +2008,7 @@ export declare const getMotionProps: ({
|
|
|
2238
2008
|
| import('csstype').Property.OffsetRotate
|
|
2239
2009
|
| import('framer-motion').CustomValueType
|
|
2240
2010
|
| undefined;
|
|
2011
|
+
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2241
2012
|
orphans?:
|
|
2242
2013
|
| import('csstype').Property.Orphans
|
|
2243
2014
|
| import('framer-motion').CustomValueType
|
|
@@ -2350,10 +2121,30 @@ export declare const getMotionProps: ({
|
|
|
2350
2121
|
| import('csstype').Property.PageBreakInside
|
|
2351
2122
|
| import('framer-motion').CustomValueType
|
|
2352
2123
|
| undefined;
|
|
2124
|
+
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
2353
2125
|
perspectiveOrigin?:
|
|
2354
2126
|
| import('csstype').Property.PerspectiveOrigin<string | number>
|
|
2355
2127
|
| import('framer-motion').CustomValueType
|
|
2356
2128
|
| undefined;
|
|
2129
|
+
pointerEvents?:
|
|
2130
|
+
| 'fill'
|
|
2131
|
+
| '-moz-initial'
|
|
2132
|
+
| 'inherit'
|
|
2133
|
+
| 'initial'
|
|
2134
|
+
| 'revert'
|
|
2135
|
+
| 'revert-layer'
|
|
2136
|
+
| 'unset'
|
|
2137
|
+
| 'none'
|
|
2138
|
+
| 'auto'
|
|
2139
|
+
| 'all'
|
|
2140
|
+
| 'stroke'
|
|
2141
|
+
| 'visible'
|
|
2142
|
+
| 'painted'
|
|
2143
|
+
| 'visibleFill'
|
|
2144
|
+
| 'visiblePainted'
|
|
2145
|
+
| 'visibleStroke'
|
|
2146
|
+
| import('framer-motion').CustomValueType
|
|
2147
|
+
| undefined;
|
|
2357
2148
|
printColorAdjust?:
|
|
2358
2149
|
| import('csstype').Property.PrintColorAdjust
|
|
2359
2150
|
| import('framer-motion').CustomValueType
|
|
@@ -2574,6 +2365,19 @@ export declare const getMotionProps: ({
|
|
|
2574
2365
|
| import('csstype').Property.TextOverflow
|
|
2575
2366
|
| import('framer-motion').CustomValueType
|
|
2576
2367
|
| undefined;
|
|
2368
|
+
textRendering?:
|
|
2369
|
+
| '-moz-initial'
|
|
2370
|
+
| 'inherit'
|
|
2371
|
+
| 'initial'
|
|
2372
|
+
| 'revert'
|
|
2373
|
+
| 'revert-layer'
|
|
2374
|
+
| 'unset'
|
|
2375
|
+
| 'auto'
|
|
2376
|
+
| 'geometricPrecision'
|
|
2377
|
+
| 'optimizeLegibility'
|
|
2378
|
+
| 'optimizeSpeed'
|
|
2379
|
+
| import('framer-motion').CustomValueType
|
|
2380
|
+
| undefined;
|
|
2577
2381
|
textShadow?:
|
|
2578
2382
|
| import('csstype').Property.TextShadow
|
|
2579
2383
|
| import('framer-motion').CustomValueType
|
|
@@ -2634,6 +2438,31 @@ export declare const getMotionProps: ({
|
|
|
2634
2438
|
| import('csstype').Property.TransitionTimingFunction
|
|
2635
2439
|
| import('framer-motion').CustomValueType
|
|
2636
2440
|
| undefined;
|
|
2441
|
+
translate?:
|
|
2442
|
+
| import('csstype').Property.Translate<string | number>
|
|
2443
|
+
| import('framer-motion').CustomValueType
|
|
2444
|
+
| undefined;
|
|
2445
|
+
unicodeBidi?:
|
|
2446
|
+
| '-moz-initial'
|
|
2447
|
+
| 'inherit'
|
|
2448
|
+
| 'initial'
|
|
2449
|
+
| 'revert'
|
|
2450
|
+
| 'revert-layer'
|
|
2451
|
+
| 'unset'
|
|
2452
|
+
| 'normal'
|
|
2453
|
+
| 'embed'
|
|
2454
|
+
| 'isolate'
|
|
2455
|
+
| '-moz-isolate'
|
|
2456
|
+
| '-moz-isolate-override'
|
|
2457
|
+
| '-moz-plaintext'
|
|
2458
|
+
| '-webkit-isolate'
|
|
2459
|
+
| '-webkit-isolate-override'
|
|
2460
|
+
| '-webkit-plaintext'
|
|
2461
|
+
| 'bidi-override'
|
|
2462
|
+
| 'isolate-override'
|
|
2463
|
+
| 'plaintext'
|
|
2464
|
+
| import('framer-motion').CustomValueType
|
|
2465
|
+
| undefined;
|
|
2637
2466
|
verticalAlign?:
|
|
2638
2467
|
| import('csstype').Property.VerticalAlign<string | number>
|
|
2639
2468
|
| import('framer-motion').CustomValueType
|
|
@@ -2678,10 +2507,25 @@ export declare const getMotionProps: ({
|
|
|
2678
2507
|
| import('csstype').Property.WordBreak
|
|
2679
2508
|
| import('framer-motion').CustomValueType
|
|
2680
2509
|
| undefined;
|
|
2510
|
+
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2681
2511
|
wordWrap?:
|
|
2682
2512
|
| import('csstype').Property.WordWrap
|
|
2683
2513
|
| import('framer-motion').CustomValueType
|
|
2684
2514
|
| undefined;
|
|
2515
|
+
writingMode?:
|
|
2516
|
+
| '-moz-initial'
|
|
2517
|
+
| 'inherit'
|
|
2518
|
+
| 'initial'
|
|
2519
|
+
| 'revert'
|
|
2520
|
+
| 'revert-layer'
|
|
2521
|
+
| 'unset'
|
|
2522
|
+
| 'horizontal-tb'
|
|
2523
|
+
| 'sideways-lr'
|
|
2524
|
+
| 'sideways-rl'
|
|
2525
|
+
| 'vertical-lr'
|
|
2526
|
+
| 'vertical-rl'
|
|
2527
|
+
| import('framer-motion').CustomValueType
|
|
2528
|
+
| undefined;
|
|
2685
2529
|
zoom?:
|
|
2686
2530
|
| import('csstype').Property.Zoom
|
|
2687
2531
|
| import('framer-motion').CustomValueType
|
|
@@ -2698,6 +2542,10 @@ export declare const getMotionProps: ({
|
|
|
2698
2542
|
| import('csstype').Property.BackgroundPosition<string | number>
|
|
2699
2543
|
| import('framer-motion').CustomValueType
|
|
2700
2544
|
| undefined;
|
|
2545
|
+
border?:
|
|
2546
|
+
| import('csstype').Property.Border<string | number>
|
|
2547
|
+
| import('framer-motion').CustomValueType
|
|
2548
|
+
| undefined;
|
|
2701
2549
|
borderBlock?:
|
|
2702
2550
|
| import('csstype').Property.BorderBlock<string | number>
|
|
2703
2551
|
| import('framer-motion').CustomValueType
|
|
@@ -2814,6 +2662,7 @@ export declare const getMotionProps: ({
|
|
|
2814
2662
|
| import('csstype').Property.Offset<string | number>
|
|
2815
2663
|
| import('framer-motion').CustomValueType
|
|
2816
2664
|
| undefined;
|
|
2665
|
+
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2817
2666
|
outline?:
|
|
2818
2667
|
| import('csstype').Property.Outline<string | number>
|
|
2819
2668
|
| import('framer-motion').CustomValueType
|
|
@@ -3862,6 +3711,7 @@ export declare const getMotionProps: ({
|
|
|
3862
3711
|
| import('csstype').Property.Transition<string & {}>
|
|
3863
3712
|
| import('framer-motion').CustomValueType
|
|
3864
3713
|
| undefined;
|
|
3714
|
+
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
3865
3715
|
boxAlign?:
|
|
3866
3716
|
| import('csstype').Property.BoxAlign
|
|
3867
3717
|
| import('framer-motion').CustomValueType
|
|
@@ -3894,6 +3744,7 @@ export declare const getMotionProps: ({
|
|
|
3894
3744
|
| import('csstype').Property.BoxPack
|
|
3895
3745
|
| import('framer-motion').CustomValueType
|
|
3896
3746
|
| undefined;
|
|
3747
|
+
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
3897
3748
|
gridColumnGap?:
|
|
3898
3749
|
| import('csstype').Property.GridColumnGap<string | number>
|
|
3899
3750
|
| import('framer-motion').CustomValueType
|
|
@@ -4262,24 +4113,173 @@ export declare const getMotionProps: ({
|
|
|
4262
4113
|
| import('csstype').Property.BoxFlex
|
|
4263
4114
|
| import('framer-motion').CustomValueType
|
|
4264
4115
|
| undefined;
|
|
4265
|
-
WebkitBoxFlexGroup?:
|
|
4266
|
-
| import('csstype').Property.BoxFlexGroup
|
|
4116
|
+
WebkitBoxFlexGroup?:
|
|
4117
|
+
| import('csstype').Property.BoxFlexGroup
|
|
4118
|
+
| import('framer-motion').CustomValueType
|
|
4119
|
+
| undefined;
|
|
4120
|
+
WebkitBoxLines?:
|
|
4121
|
+
| import('csstype').Property.BoxLines
|
|
4122
|
+
| import('framer-motion').CustomValueType
|
|
4123
|
+
| undefined;
|
|
4124
|
+
WebkitBoxOrdinalGroup?:
|
|
4125
|
+
| import('csstype').Property.BoxOrdinalGroup
|
|
4126
|
+
| import('framer-motion').CustomValueType
|
|
4127
|
+
| undefined;
|
|
4128
|
+
WebkitBoxOrient?:
|
|
4129
|
+
| import('csstype').Property.BoxOrient
|
|
4130
|
+
| import('framer-motion').CustomValueType
|
|
4131
|
+
| undefined;
|
|
4132
|
+
WebkitBoxPack?:
|
|
4133
|
+
| import('csstype').Property.BoxPack
|
|
4134
|
+
| import('framer-motion').CustomValueType
|
|
4135
|
+
| undefined;
|
|
4136
|
+
alignmentBaseline?:
|
|
4137
|
+
| 'inherit'
|
|
4138
|
+
| 'auto'
|
|
4139
|
+
| 'baseline'
|
|
4140
|
+
| 'middle'
|
|
4141
|
+
| 'after-edge'
|
|
4142
|
+
| 'alphabetic'
|
|
4143
|
+
| 'before-edge'
|
|
4144
|
+
| 'central'
|
|
4145
|
+
| 'hanging'
|
|
4146
|
+
| 'ideographic'
|
|
4147
|
+
| 'mathematical'
|
|
4148
|
+
| 'text-after-edge'
|
|
4149
|
+
| 'text-before-edge'
|
|
4150
|
+
| import('framer-motion').CustomValueType
|
|
4151
|
+
| undefined;
|
|
4152
|
+
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4153
|
+
clipRule?:
|
|
4154
|
+
| '-moz-initial'
|
|
4155
|
+
| 'inherit'
|
|
4156
|
+
| 'initial'
|
|
4157
|
+
| 'revert'
|
|
4158
|
+
| 'revert-layer'
|
|
4159
|
+
| 'unset'
|
|
4160
|
+
| 'evenodd'
|
|
4161
|
+
| 'nonzero'
|
|
4162
|
+
| import('framer-motion').CustomValueType
|
|
4163
|
+
| undefined;
|
|
4164
|
+
colorInterpolation?:
|
|
4165
|
+
| '-moz-initial'
|
|
4166
|
+
| 'inherit'
|
|
4167
|
+
| 'initial'
|
|
4168
|
+
| 'revert'
|
|
4169
|
+
| 'revert-layer'
|
|
4170
|
+
| 'unset'
|
|
4171
|
+
| 'auto'
|
|
4172
|
+
| 'linearRGB'
|
|
4173
|
+
| 'sRGB'
|
|
4174
|
+
| import('framer-motion').CustomValueType
|
|
4175
|
+
| undefined;
|
|
4176
|
+
colorRendering?:
|
|
4177
|
+
| '-moz-initial'
|
|
4178
|
+
| 'inherit'
|
|
4179
|
+
| 'initial'
|
|
4180
|
+
| 'revert'
|
|
4181
|
+
| 'revert-layer'
|
|
4182
|
+
| 'unset'
|
|
4183
|
+
| 'auto'
|
|
4184
|
+
| 'optimizeSpeed'
|
|
4185
|
+
| 'optimizeQuality'
|
|
4186
|
+
| import('framer-motion').CustomValueType
|
|
4187
|
+
| undefined;
|
|
4188
|
+
dominantBaseline?:
|
|
4189
|
+
| '-moz-initial'
|
|
4190
|
+
| 'inherit'
|
|
4191
|
+
| 'initial'
|
|
4192
|
+
| 'revert'
|
|
4193
|
+
| 'revert-layer'
|
|
4194
|
+
| 'unset'
|
|
4195
|
+
| 'auto'
|
|
4196
|
+
| 'middle'
|
|
4197
|
+
| 'alphabetic'
|
|
4198
|
+
| 'central'
|
|
4199
|
+
| 'hanging'
|
|
4200
|
+
| 'ideographic'
|
|
4201
|
+
| 'mathematical'
|
|
4202
|
+
| 'text-after-edge'
|
|
4203
|
+
| 'text-before-edge'
|
|
4204
|
+
| 'no-change'
|
|
4205
|
+
| 'reset-size'
|
|
4206
|
+
| 'use-script'
|
|
4207
|
+
| import('framer-motion').CustomValueType
|
|
4208
|
+
| undefined;
|
|
4209
|
+
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4210
|
+
fillRule?:
|
|
4211
|
+
| 'inherit'
|
|
4212
|
+
| 'evenodd'
|
|
4213
|
+
| 'nonzero'
|
|
4214
|
+
| import('framer-motion').CustomValueType
|
|
4215
|
+
| undefined;
|
|
4216
|
+
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4217
|
+
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4218
|
+
glyphOrientationVertical?:
|
|
4219
|
+
| string
|
|
4220
|
+
| number
|
|
4221
|
+
| import('framer-motion').CustomValueType
|
|
4222
|
+
| undefined;
|
|
4223
|
+
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4224
|
+
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
4225
|
+
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
4226
|
+
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
4227
|
+
shapeRendering?:
|
|
4228
|
+
| '-moz-initial'
|
|
4229
|
+
| 'inherit'
|
|
4230
|
+
| 'initial'
|
|
4231
|
+
| 'revert'
|
|
4232
|
+
| 'revert-layer'
|
|
4233
|
+
| 'unset'
|
|
4234
|
+
| 'auto'
|
|
4235
|
+
| 'geometricPrecision'
|
|
4236
|
+
| 'optimizeSpeed'
|
|
4237
|
+
| 'crispEdges'
|
|
4267
4238
|
| import('framer-motion').CustomValueType
|
|
4268
4239
|
| undefined;
|
|
4269
|
-
|
|
4270
|
-
|
|
4240
|
+
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4241
|
+
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4242
|
+
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
4243
|
+
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4244
|
+
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4245
|
+
strokeLinecap?:
|
|
4246
|
+
| 'inherit'
|
|
4247
|
+
| 'round'
|
|
4248
|
+
| 'butt'
|
|
4249
|
+
| 'square'
|
|
4271
4250
|
| import('framer-motion').CustomValueType
|
|
4272
4251
|
| undefined;
|
|
4273
|
-
|
|
4274
|
-
|
|
|
4252
|
+
strokeLinejoin?:
|
|
4253
|
+
| 'inherit'
|
|
4254
|
+
| 'round'
|
|
4255
|
+
| 'bevel'
|
|
4256
|
+
| 'miter'
|
|
4275
4257
|
| import('framer-motion').CustomValueType
|
|
4276
4258
|
| undefined;
|
|
4277
|
-
|
|
4278
|
-
|
|
4259
|
+
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4260
|
+
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4261
|
+
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4262
|
+
textAnchor?:
|
|
4263
|
+
| '-moz-initial'
|
|
4264
|
+
| 'inherit'
|
|
4265
|
+
| 'initial'
|
|
4266
|
+
| 'revert'
|
|
4267
|
+
| 'revert-layer'
|
|
4268
|
+
| 'unset'
|
|
4269
|
+
| 'end'
|
|
4270
|
+
| 'start'
|
|
4271
|
+
| 'middle'
|
|
4279
4272
|
| import('framer-motion').CustomValueType
|
|
4280
4273
|
| undefined;
|
|
4281
|
-
|
|
4282
|
-
|
|
|
4274
|
+
vectorEffect?:
|
|
4275
|
+
| '-moz-initial'
|
|
4276
|
+
| 'inherit'
|
|
4277
|
+
| 'initial'
|
|
4278
|
+
| 'revert'
|
|
4279
|
+
| 'revert-layer'
|
|
4280
|
+
| 'unset'
|
|
4281
|
+
| 'none'
|
|
4282
|
+
| 'non-scaling-stroke'
|
|
4283
4283
|
| import('framer-motion').CustomValueType
|
|
4284
4284
|
| undefined;
|
|
4285
4285
|
suppressHydrationWarning?: boolean | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4526,9 +4526,9 @@ export declare const getMotionProps: ({
|
|
|
4526
4526
|
| undefined;
|
|
4527
4527
|
'aria-autocomplete'?:
|
|
4528
4528
|
| 'none'
|
|
4529
|
-
| 'list'
|
|
4530
4529
|
| 'inline'
|
|
4531
4530
|
| 'both'
|
|
4531
|
+
| 'list'
|
|
4532
4532
|
| import('framer-motion').CustomValueType
|
|
4533
4533
|
| undefined;
|
|
4534
4534
|
'aria-braillelabel'?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4555,10 +4555,10 @@ export declare const getMotionProps: ({
|
|
|
4555
4555
|
'aria-current'?:
|
|
4556
4556
|
| boolean
|
|
4557
4557
|
| 'time'
|
|
4558
|
-
| 'step'
|
|
4559
4558
|
| 'page'
|
|
4560
4559
|
| 'false'
|
|
4561
4560
|
| 'true'
|
|
4561
|
+
| 'step'
|
|
4562
4562
|
| 'location'
|
|
4563
4563
|
| 'date'
|
|
4564
4564
|
| import('framer-motion').CustomValueType
|
|
@@ -5298,6 +5298,14 @@ export declare const getMotionProps: ({
|
|
|
5298
5298
|
| import('react').UIEventHandler<SVGElement>
|
|
5299
5299
|
| import('framer-motion').CustomValueType
|
|
5300
5300
|
| undefined;
|
|
5301
|
+
onScrollEnd?:
|
|
5302
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5303
|
+
| import('framer-motion').CustomValueType
|
|
5304
|
+
| undefined;
|
|
5305
|
+
onScrollEndCapture?:
|
|
5306
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5307
|
+
| import('framer-motion').CustomValueType
|
|
5308
|
+
| undefined;
|
|
5301
5309
|
onWheel?:
|
|
5302
5310
|
| import('react').WheelEventHandler<SVGElement>
|
|
5303
5311
|
| import('framer-motion').CustomValueType
|
|
@@ -5330,6 +5338,22 @@ export declare const getMotionProps: ({
|
|
|
5330
5338
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5331
5339
|
| import('framer-motion').CustomValueType
|
|
5332
5340
|
| undefined;
|
|
5341
|
+
onToggle?:
|
|
5342
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5343
|
+
| import('framer-motion').CustomValueType
|
|
5344
|
+
| undefined;
|
|
5345
|
+
onBeforeToggle?:
|
|
5346
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5347
|
+
| import('framer-motion').CustomValueType
|
|
5348
|
+
| undefined;
|
|
5349
|
+
onTransitionCancel?:
|
|
5350
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5351
|
+
| import('framer-motion').CustomValueType
|
|
5352
|
+
| undefined;
|
|
5353
|
+
onTransitionCancelCapture?:
|
|
5354
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5355
|
+
| import('framer-motion').CustomValueType
|
|
5356
|
+
| undefined;
|
|
5333
5357
|
onTransitionEnd?:
|
|
5334
5358
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5335
5359
|
| import('framer-motion').CustomValueType
|
|
@@ -5338,6 +5362,22 @@ export declare const getMotionProps: ({
|
|
|
5338
5362
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5339
5363
|
| import('framer-motion').CustomValueType
|
|
5340
5364
|
| undefined;
|
|
5365
|
+
onTransitionRun?:
|
|
5366
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5367
|
+
| import('framer-motion').CustomValueType
|
|
5368
|
+
| undefined;
|
|
5369
|
+
onTransitionRunCapture?:
|
|
5370
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5371
|
+
| import('framer-motion').CustomValueType
|
|
5372
|
+
| undefined;
|
|
5373
|
+
onTransitionStart?:
|
|
5374
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5375
|
+
| import('framer-motion').CustomValueType
|
|
5376
|
+
| undefined;
|
|
5377
|
+
onTransitionStartCapture?:
|
|
5378
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5379
|
+
| import('framer-motion').CustomValueType
|
|
5380
|
+
| undefined;
|
|
5341
5381
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
5342
5382
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|
|
5343
5383
|
attrScale?: number | import('framer-motion').CustomValueType | undefined;
|
|
@@ -5611,6 +5651,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
5611
5651
|
viewport?: FramerMotionProps['viewport'];
|
|
5612
5652
|
inherit?: boolean | undefined;
|
|
5613
5653
|
style?: import('framer-motion').MotionStyle | undefined;
|
|
5654
|
+
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
5655
|
+
drag?: boolean | 'x' | 'y' | undefined;
|
|
5614
5656
|
children?:
|
|
5615
5657
|
| import('react').ReactNode
|
|
5616
5658
|
| import('framer-motion').MotionValue<number>
|
|
@@ -5636,8 +5678,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
5636
5678
|
onAnimationStart?:
|
|
5637
5679
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
5638
5680
|
| undefined;
|
|
5639
|
-
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
5640
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
5641
5681
|
transformValues?:
|
|
5642
5682
|
| (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
|
|
5643
5683
|
| undefined;
|
|
@@ -6459,356 +6499,72 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
6459
6499
|
| import('csstype').Property.TextTransform
|
|
6460
6500
|
| import('framer-motion').CustomValueType
|
|
6461
6501
|
| undefined;
|
|
6462
|
-
'--textTransform-title4'?:
|
|
6463
|
-
| import('csstype').Property.TextTransform
|
|
6464
|
-
| import('framer-motion').CustomValueType
|
|
6465
|
-
| undefined;
|
|
6466
|
-
'--textTransform-headline'?:
|
|
6467
|
-
| import('csstype').Property.TextTransform
|
|
6468
|
-
| import('framer-motion').CustomValueType
|
|
6469
|
-
| undefined;
|
|
6470
|
-
'--textTransform-body'?:
|
|
6471
|
-
| import('csstype').Property.TextTransform
|
|
6472
|
-
| import('framer-motion').CustomValueType
|
|
6473
|
-
| undefined;
|
|
6474
|
-
'--textTransform-label1'?:
|
|
6475
|
-
| import('csstype').Property.TextTransform
|
|
6476
|
-
| import('framer-motion').CustomValueType
|
|
6477
|
-
| undefined;
|
|
6478
|
-
'--textTransform-label2'?:
|
|
6479
|
-
| import('csstype').Property.TextTransform
|
|
6480
|
-
| import('framer-motion').CustomValueType
|
|
6481
|
-
| undefined;
|
|
6482
|
-
'--textTransform-caption'?:
|
|
6483
|
-
| import('csstype').Property.TextTransform
|
|
6484
|
-
| import('framer-motion').CustomValueType
|
|
6485
|
-
| undefined;
|
|
6486
|
-
'--textTransform-legal'?:
|
|
6487
|
-
| import('csstype').Property.TextTransform
|
|
6488
|
-
| import('framer-motion').CustomValueType
|
|
6489
|
-
| undefined;
|
|
6490
|
-
'--shadow-elevation1'?:
|
|
6491
|
-
| import('csstype').Property.BoxShadow
|
|
6492
|
-
| import('framer-motion').CustomValueType
|
|
6493
|
-
| undefined;
|
|
6494
|
-
'--shadow-elevation2'?:
|
|
6495
|
-
| import('csstype').Property.BoxShadow
|
|
6496
|
-
| import('framer-motion').CustomValueType
|
|
6497
|
-
| undefined;
|
|
6498
|
-
'--controlSize-checkboxSize'?:
|
|
6499
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6500
|
-
| import('framer-motion').CustomValueType
|
|
6501
|
-
| undefined;
|
|
6502
|
-
'--controlSize-radioSize'?:
|
|
6503
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6504
|
-
| import('framer-motion').CustomValueType
|
|
6505
|
-
| undefined;
|
|
6506
|
-
'--controlSize-switchWidth'?:
|
|
6507
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6508
|
-
| import('framer-motion').CustomValueType
|
|
6509
|
-
| undefined;
|
|
6510
|
-
'--controlSize-switchHeight'?:
|
|
6511
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6512
|
-
| import('framer-motion').CustomValueType
|
|
6513
|
-
| undefined;
|
|
6514
|
-
'--controlSize-switchThumbSize'?:
|
|
6515
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6516
|
-
| import('framer-motion').CustomValueType
|
|
6517
|
-
| undefined;
|
|
6518
|
-
'--controlSize-tileSize'?:
|
|
6519
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6520
|
-
| import('framer-motion').CustomValueType
|
|
6521
|
-
| undefined;
|
|
6522
|
-
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
6523
|
-
marker?:
|
|
6524
|
-
| import('csstype').Property.Marker
|
|
6525
|
-
| import('framer-motion').CustomValueType
|
|
6526
|
-
| undefined;
|
|
6527
|
-
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
6528
|
-
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6529
|
-
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6530
|
-
alignmentBaseline?:
|
|
6531
|
-
| 'inherit'
|
|
6532
|
-
| 'auto'
|
|
6533
|
-
| 'alphabetic'
|
|
6534
|
-
| 'hanging'
|
|
6535
|
-
| 'ideographic'
|
|
6536
|
-
| 'mathematical'
|
|
6537
|
-
| 'after-edge'
|
|
6538
|
-
| 'baseline'
|
|
6539
|
-
| 'before-edge'
|
|
6540
|
-
| 'central'
|
|
6541
|
-
| 'middle'
|
|
6542
|
-
| 'text-after-edge'
|
|
6543
|
-
| 'text-before-edge'
|
|
6544
|
-
| import('framer-motion').CustomValueType
|
|
6545
|
-
| undefined;
|
|
6546
|
-
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
6547
|
-
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6548
|
-
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
6549
|
-
clipRule?:
|
|
6550
|
-
| '-moz-initial'
|
|
6551
|
-
| 'inherit'
|
|
6552
|
-
| 'initial'
|
|
6553
|
-
| 'revert'
|
|
6554
|
-
| 'revert-layer'
|
|
6555
|
-
| 'unset'
|
|
6556
|
-
| 'evenodd'
|
|
6557
|
-
| 'nonzero'
|
|
6558
|
-
| import('framer-motion').CustomValueType
|
|
6559
|
-
| undefined;
|
|
6560
|
-
colorInterpolation?:
|
|
6561
|
-
| '-moz-initial'
|
|
6562
|
-
| 'inherit'
|
|
6563
|
-
| 'initial'
|
|
6564
|
-
| 'revert'
|
|
6565
|
-
| 'revert-layer'
|
|
6566
|
-
| 'unset'
|
|
6567
|
-
| 'auto'
|
|
6568
|
-
| 'linearRGB'
|
|
6569
|
-
| 'sRGB'
|
|
6570
|
-
| import('framer-motion').CustomValueType
|
|
6571
|
-
| undefined;
|
|
6572
|
-
colorRendering?:
|
|
6573
|
-
| '-moz-initial'
|
|
6574
|
-
| 'inherit'
|
|
6575
|
-
| 'initial'
|
|
6576
|
-
| 'revert'
|
|
6577
|
-
| 'revert-layer'
|
|
6578
|
-
| 'unset'
|
|
6579
|
-
| 'auto'
|
|
6580
|
-
| 'optimizeQuality'
|
|
6581
|
-
| 'optimizeSpeed'
|
|
6582
|
-
| import('framer-motion').CustomValueType
|
|
6583
|
-
| undefined;
|
|
6584
|
-
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
6585
|
-
direction?:
|
|
6586
|
-
| '-moz-initial'
|
|
6587
|
-
| 'inherit'
|
|
6588
|
-
| 'initial'
|
|
6589
|
-
| 'revert'
|
|
6590
|
-
| 'revert-layer'
|
|
6591
|
-
| 'unset'
|
|
6592
|
-
| 'ltr'
|
|
6593
|
-
| 'rtl'
|
|
6594
|
-
| import('framer-motion').CustomValueType
|
|
6595
|
-
| undefined;
|
|
6596
|
-
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
6597
|
-
dominantBaseline?:
|
|
6598
|
-
| '-moz-initial'
|
|
6599
|
-
| 'inherit'
|
|
6600
|
-
| 'initial'
|
|
6601
|
-
| 'revert'
|
|
6602
|
-
| 'revert-layer'
|
|
6603
|
-
| 'unset'
|
|
6604
|
-
| 'auto'
|
|
6605
|
-
| 'alphabetic'
|
|
6606
|
-
| 'hanging'
|
|
6607
|
-
| 'ideographic'
|
|
6608
|
-
| 'mathematical'
|
|
6609
|
-
| 'central'
|
|
6610
|
-
| 'middle'
|
|
6611
|
-
| 'text-after-edge'
|
|
6612
|
-
| 'text-before-edge'
|
|
6613
|
-
| 'no-change'
|
|
6614
|
-
| 'reset-size'
|
|
6615
|
-
| 'use-script'
|
|
6616
|
-
| import('framer-motion').CustomValueType
|
|
6617
|
-
| undefined;
|
|
6618
|
-
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6619
|
-
fillRule?:
|
|
6620
|
-
| 'inherit'
|
|
6621
|
-
| 'evenodd'
|
|
6622
|
-
| 'nonzero'
|
|
6502
|
+
'--textTransform-title4'?:
|
|
6503
|
+
| import('csstype').Property.TextTransform
|
|
6623
6504
|
| import('framer-motion').CustomValueType
|
|
6624
6505
|
| undefined;
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6628
|
-
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
6629
|
-
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
6630
|
-
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
6631
|
-
glyphOrientationVertical?:
|
|
6632
|
-
| string
|
|
6633
|
-
| number
|
|
6506
|
+
'--textTransform-headline'?:
|
|
6507
|
+
| import('csstype').Property.TextTransform
|
|
6634
6508
|
| import('framer-motion').CustomValueType
|
|
6635
6509
|
| undefined;
|
|
6636
|
-
|
|
6637
|
-
| '
|
|
6638
|
-
| 'inherit'
|
|
6639
|
-
| 'initial'
|
|
6640
|
-
| 'revert'
|
|
6641
|
-
| 'revert-layer'
|
|
6642
|
-
| 'unset'
|
|
6643
|
-
| 'auto'
|
|
6644
|
-
| '-moz-crisp-edges'
|
|
6645
|
-
| '-webkit-optimize-contrast'
|
|
6646
|
-
| 'crisp-edges'
|
|
6647
|
-
| 'pixelated'
|
|
6510
|
+
'--textTransform-body'?:
|
|
6511
|
+
| import('csstype').Property.TextTransform
|
|
6648
6512
|
| import('framer-motion').CustomValueType
|
|
6649
6513
|
| undefined;
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
6653
|
-
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
6654
|
-
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
6655
|
-
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6656
|
-
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6657
|
-
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6658
|
-
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
6659
|
-
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
6660
|
-
pointerEvents?:
|
|
6661
|
-
| 'fill'
|
|
6662
|
-
| '-moz-initial'
|
|
6663
|
-
| 'inherit'
|
|
6664
|
-
| 'initial'
|
|
6665
|
-
| 'revert'
|
|
6666
|
-
| 'revert-layer'
|
|
6667
|
-
| 'unset'
|
|
6668
|
-
| 'none'
|
|
6669
|
-
| 'auto'
|
|
6670
|
-
| 'stroke'
|
|
6671
|
-
| 'all'
|
|
6672
|
-
| 'visible'
|
|
6673
|
-
| 'painted'
|
|
6674
|
-
| 'visibleFill'
|
|
6675
|
-
| 'visiblePainted'
|
|
6676
|
-
| 'visibleStroke'
|
|
6514
|
+
'--textTransform-label1'?:
|
|
6515
|
+
| import('csstype').Property.TextTransform
|
|
6677
6516
|
| import('framer-motion').CustomValueType
|
|
6678
6517
|
| undefined;
|
|
6679
|
-
|
|
6680
|
-
| '
|
|
6681
|
-
| 'inherit'
|
|
6682
|
-
| 'initial'
|
|
6683
|
-
| 'revert'
|
|
6684
|
-
| 'revert-layer'
|
|
6685
|
-
| 'unset'
|
|
6686
|
-
| 'auto'
|
|
6687
|
-
| 'optimizeSpeed'
|
|
6688
|
-
| 'crispEdges'
|
|
6689
|
-
| 'geometricPrecision'
|
|
6518
|
+
'--textTransform-label2'?:
|
|
6519
|
+
| import('csstype').Property.TextTransform
|
|
6690
6520
|
| import('framer-motion').CustomValueType
|
|
6691
6521
|
| undefined;
|
|
6692
|
-
|
|
6693
|
-
|
|
6694
|
-
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
6695
|
-
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6696
|
-
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6697
|
-
strokeLinecap?:
|
|
6698
|
-
| 'inherit'
|
|
6699
|
-
| 'round'
|
|
6700
|
-
| 'butt'
|
|
6701
|
-
| 'square'
|
|
6522
|
+
'--textTransform-caption'?:
|
|
6523
|
+
| import('csstype').Property.TextTransform
|
|
6702
6524
|
| import('framer-motion').CustomValueType
|
|
6703
6525
|
| undefined;
|
|
6704
|
-
|
|
6705
|
-
| '
|
|
6706
|
-
| 'round'
|
|
6707
|
-
| 'bevel'
|
|
6708
|
-
| 'miter'
|
|
6526
|
+
'--textTransform-legal'?:
|
|
6527
|
+
| import('csstype').Property.TextTransform
|
|
6709
6528
|
| import('framer-motion').CustomValueType
|
|
6710
6529
|
| undefined;
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6714
|
-
textAnchor?:
|
|
6715
|
-
| '-moz-initial'
|
|
6716
|
-
| 'inherit'
|
|
6717
|
-
| 'initial'
|
|
6718
|
-
| 'revert'
|
|
6719
|
-
| 'revert-layer'
|
|
6720
|
-
| 'unset'
|
|
6721
|
-
| 'end'
|
|
6722
|
-
| 'start'
|
|
6723
|
-
| 'middle'
|
|
6530
|
+
'--shadow-elevation1'?:
|
|
6531
|
+
| import('csstype').Property.BoxShadow
|
|
6724
6532
|
| import('framer-motion').CustomValueType
|
|
6725
6533
|
| undefined;
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
| '-moz-initial'
|
|
6729
|
-
| 'inherit'
|
|
6730
|
-
| 'initial'
|
|
6731
|
-
| 'revert'
|
|
6732
|
-
| 'revert-layer'
|
|
6733
|
-
| 'unset'
|
|
6734
|
-
| 'auto'
|
|
6735
|
-
| 'optimizeSpeed'
|
|
6736
|
-
| 'geometricPrecision'
|
|
6737
|
-
| 'optimizeLegibility'
|
|
6534
|
+
'--shadow-elevation2'?:
|
|
6535
|
+
| import('csstype').Property.BoxShadow
|
|
6738
6536
|
| import('framer-motion').CustomValueType
|
|
6739
6537
|
| undefined;
|
|
6740
|
-
|
|
6741
|
-
|
|
6742
|
-
| '-moz-initial'
|
|
6743
|
-
| 'inherit'
|
|
6744
|
-
| 'initial'
|
|
6745
|
-
| 'revert'
|
|
6746
|
-
| 'revert-layer'
|
|
6747
|
-
| 'unset'
|
|
6748
|
-
| 'normal'
|
|
6749
|
-
| 'embed'
|
|
6750
|
-
| '-moz-isolate'
|
|
6751
|
-
| '-moz-isolate-override'
|
|
6752
|
-
| '-moz-plaintext'
|
|
6753
|
-
| '-webkit-isolate'
|
|
6754
|
-
| '-webkit-isolate-override'
|
|
6755
|
-
| '-webkit-plaintext'
|
|
6756
|
-
| 'bidi-override'
|
|
6757
|
-
| 'isolate'
|
|
6758
|
-
| 'isolate-override'
|
|
6759
|
-
| 'plaintext'
|
|
6538
|
+
'--controlSize-checkboxSize'?:
|
|
6539
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6760
6540
|
| import('framer-motion').CustomValueType
|
|
6761
6541
|
| undefined;
|
|
6762
|
-
|
|
6763
|
-
| '
|
|
6764
|
-
| 'inherit'
|
|
6765
|
-
| 'initial'
|
|
6766
|
-
| 'revert'
|
|
6767
|
-
| 'revert-layer'
|
|
6768
|
-
| 'unset'
|
|
6769
|
-
| 'none'
|
|
6770
|
-
| 'non-scaling-stroke'
|
|
6542
|
+
'--controlSize-radioSize'?:
|
|
6543
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6771
6544
|
| import('framer-motion').CustomValueType
|
|
6772
6545
|
| undefined;
|
|
6773
|
-
|
|
6774
|
-
| '
|
|
6775
|
-
| 'inherit'
|
|
6776
|
-
| 'initial'
|
|
6777
|
-
| 'revert'
|
|
6778
|
-
| 'revert-layer'
|
|
6779
|
-
| 'unset'
|
|
6780
|
-
| 'hidden'
|
|
6781
|
-
| 'visible'
|
|
6782
|
-
| 'collapse'
|
|
6546
|
+
'--controlSize-switchWidth'?:
|
|
6547
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6783
6548
|
| import('framer-motion').CustomValueType
|
|
6784
6549
|
| undefined;
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
| '-moz-initial'
|
|
6788
|
-
| 'inherit'
|
|
6789
|
-
| 'initial'
|
|
6790
|
-
| 'revert'
|
|
6791
|
-
| 'revert-layer'
|
|
6792
|
-
| 'unset'
|
|
6793
|
-
| 'horizontal-tb'
|
|
6794
|
-
| 'sideways-lr'
|
|
6795
|
-
| 'sideways-rl'
|
|
6796
|
-
| 'vertical-lr'
|
|
6797
|
-
| 'vertical-rl'
|
|
6550
|
+
'--controlSize-switchHeight'?:
|
|
6551
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6798
6552
|
| import('framer-motion').CustomValueType
|
|
6799
6553
|
| undefined;
|
|
6800
|
-
|
|
6801
|
-
| import('csstype').Property.
|
|
6554
|
+
'--controlSize-switchThumbSize'?:
|
|
6555
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6802
6556
|
| import('framer-motion').CustomValueType
|
|
6803
6557
|
| undefined;
|
|
6804
|
-
|
|
6805
|
-
| import('csstype').Property.
|
|
6558
|
+
'--controlSize-tileSize'?:
|
|
6559
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6806
6560
|
| import('framer-motion').CustomValueType
|
|
6807
6561
|
| undefined;
|
|
6808
|
-
|
|
6809
|
-
|
|
6562
|
+
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
6563
|
+
marker?:
|
|
6564
|
+
| import('csstype').Property.Marker
|
|
6810
6565
|
| import('framer-motion').CustomValueType
|
|
6811
6566
|
| undefined;
|
|
6567
|
+
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
6812
6568
|
top?:
|
|
6813
6569
|
| import('csstype').Property.Top<string | number>
|
|
6814
6570
|
| import('framer-motion').CustomValueType
|
|
@@ -6826,6 +6582,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
6826
6582
|
| import('framer-motion').CustomValueType
|
|
6827
6583
|
| undefined;
|
|
6828
6584
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
6585
|
+
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6586
|
+
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6829
6587
|
minWidth?:
|
|
6830
6588
|
| import('csstype').Property.MinWidth<string | number>
|
|
6831
6589
|
| import('framer-motion').CustomValueType
|
|
@@ -6846,6 +6604,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
6846
6604
|
| import('csstype').Property.AspectRatio
|
|
6847
6605
|
| import('framer-motion').CustomValueType
|
|
6848
6606
|
| undefined;
|
|
6607
|
+
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
6849
6608
|
flexBasis?:
|
|
6850
6609
|
| import('csstype').Property.FlexBasis<string | number>
|
|
6851
6610
|
| import('framer-motion').CustomValueType
|
|
@@ -6918,6 +6677,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
6918
6677
|
| import('csstype').Property.GridArea
|
|
6919
6678
|
| import('framer-motion').CustomValueType
|
|
6920
6679
|
| undefined;
|
|
6680
|
+
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6921
6681
|
zIndex?:
|
|
6922
6682
|
| import('csstype').Property.ZIndex
|
|
6923
6683
|
| import('framer-motion').CustomValueType
|
|
@@ -6990,10 +6750,13 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
6990
6750
|
| import('csstype').Property.MarginBottom<string | number>
|
|
6991
6751
|
| import('framer-motion').CustomValueType
|
|
6992
6752
|
| undefined;
|
|
6753
|
+
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6993
6754
|
userSelect?:
|
|
6994
6755
|
| import('csstype').Property.UserSelect
|
|
6995
6756
|
| import('framer-motion').CustomValueType
|
|
6996
6757
|
| undefined;
|
|
6758
|
+
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
6759
|
+
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
6997
6760
|
justifyContent?:
|
|
6998
6761
|
| import('csstype').Property.JustifyContent
|
|
6999
6762
|
| import('framer-motion').CustomValueType
|
|
@@ -7026,6 +6789,22 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7026
6789
|
| import('csstype').Property.TextAlign
|
|
7027
6790
|
| import('framer-motion').CustomValueType
|
|
7028
6791
|
| undefined;
|
|
6792
|
+
visibility?:
|
|
6793
|
+
| '-moz-initial'
|
|
6794
|
+
| 'inherit'
|
|
6795
|
+
| 'initial'
|
|
6796
|
+
| 'revert'
|
|
6797
|
+
| 'revert-layer'
|
|
6798
|
+
| 'unset'
|
|
6799
|
+
| 'hidden'
|
|
6800
|
+
| 'visible'
|
|
6801
|
+
| 'collapse'
|
|
6802
|
+
| import('framer-motion').CustomValueType
|
|
6803
|
+
| undefined;
|
|
6804
|
+
content?:
|
|
6805
|
+
| import('csstype').Property.Content
|
|
6806
|
+
| import('framer-motion').CustomValueType
|
|
6807
|
+
| undefined;
|
|
7029
6808
|
accentColor?:
|
|
7030
6809
|
| import('csstype').Property.AccentColor
|
|
7031
6810
|
| import('framer-motion').CustomValueType
|
|
@@ -7418,6 +7197,18 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7418
7197
|
| import('csstype').Property.CounterSet
|
|
7419
7198
|
| import('framer-motion').CustomValueType
|
|
7420
7199
|
| undefined;
|
|
7200
|
+
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
7201
|
+
direction?:
|
|
7202
|
+
| '-moz-initial'
|
|
7203
|
+
| 'inherit'
|
|
7204
|
+
| 'initial'
|
|
7205
|
+
| 'revert'
|
|
7206
|
+
| 'revert-layer'
|
|
7207
|
+
| 'unset'
|
|
7208
|
+
| 'ltr'
|
|
7209
|
+
| 'rtl'
|
|
7210
|
+
| import('framer-motion').CustomValueType
|
|
7211
|
+
| undefined;
|
|
7421
7212
|
emptyCells?:
|
|
7422
7213
|
| import('csstype').Property.EmptyCells
|
|
7423
7214
|
| import('framer-motion').CustomValueType
|
|
@@ -7446,10 +7237,13 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7446
7237
|
| import('csstype').Property.FontPalette
|
|
7447
7238
|
| import('framer-motion').CustomValueType
|
|
7448
7239
|
| undefined;
|
|
7240
|
+
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
7449
7241
|
fontSmooth?:
|
|
7450
7242
|
| import('csstype').Property.FontSmooth<string | number>
|
|
7451
7243
|
| import('framer-motion').CustomValueType
|
|
7452
7244
|
| undefined;
|
|
7245
|
+
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
7246
|
+
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
7453
7247
|
fontSynthesis?:
|
|
7454
7248
|
| import('csstype').Property.FontSynthesis
|
|
7455
7249
|
| import('framer-motion').CustomValueType
|
|
@@ -7470,6 +7264,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7470
7264
|
| import('csstype').Property.FontSynthesisWeight
|
|
7471
7265
|
| import('framer-motion').CustomValueType
|
|
7472
7266
|
| undefined;
|
|
7267
|
+
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
7473
7268
|
fontVariantAlternates?:
|
|
7474
7269
|
| import('csstype').Property.FontVariantAlternates
|
|
7475
7270
|
| import('framer-motion').CustomValueType
|
|
@@ -7526,6 +7321,20 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7526
7321
|
| import('csstype').Property.ImageOrientation
|
|
7527
7322
|
| import('framer-motion').CustomValueType
|
|
7528
7323
|
| undefined;
|
|
7324
|
+
imageRendering?:
|
|
7325
|
+
| '-moz-initial'
|
|
7326
|
+
| 'inherit'
|
|
7327
|
+
| 'initial'
|
|
7328
|
+
| 'revert'
|
|
7329
|
+
| 'revert-layer'
|
|
7330
|
+
| 'unset'
|
|
7331
|
+
| 'auto'
|
|
7332
|
+
| '-moz-crisp-edges'
|
|
7333
|
+
| '-webkit-optimize-contrast'
|
|
7334
|
+
| 'crisp-edges'
|
|
7335
|
+
| 'pixelated'
|
|
7336
|
+
| import('framer-motion').CustomValueType
|
|
7337
|
+
| undefined;
|
|
7529
7338
|
imageResolution?:
|
|
7530
7339
|
| import('csstype').Property.ImageResolution
|
|
7531
7340
|
| import('framer-motion').CustomValueType
|
|
@@ -7574,6 +7383,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7574
7383
|
| import('csstype').Property.JustifyTracks
|
|
7575
7384
|
| import('framer-motion').CustomValueType
|
|
7576
7385
|
| undefined;
|
|
7386
|
+
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
7577
7387
|
lineBreak?:
|
|
7578
7388
|
| import('csstype').Property.LineBreak
|
|
7579
7389
|
| import('framer-motion').CustomValueType
|
|
@@ -7766,6 +7576,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7766
7576
|
| import('csstype').Property.OffsetRotate
|
|
7767
7577
|
| import('framer-motion').CustomValueType
|
|
7768
7578
|
| undefined;
|
|
7579
|
+
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
7769
7580
|
orphans?:
|
|
7770
7581
|
| import('csstype').Property.Orphans
|
|
7771
7582
|
| import('framer-motion').CustomValueType
|
|
@@ -7878,10 +7689,30 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
7878
7689
|
| import('csstype').Property.PageBreakInside
|
|
7879
7690
|
| import('framer-motion').CustomValueType
|
|
7880
7691
|
| undefined;
|
|
7692
|
+
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
7881
7693
|
perspectiveOrigin?:
|
|
7882
7694
|
| import('csstype').Property.PerspectiveOrigin<string | number>
|
|
7883
7695
|
| import('framer-motion').CustomValueType
|
|
7884
7696
|
| undefined;
|
|
7697
|
+
pointerEvents?:
|
|
7698
|
+
| 'fill'
|
|
7699
|
+
| '-moz-initial'
|
|
7700
|
+
| 'inherit'
|
|
7701
|
+
| 'initial'
|
|
7702
|
+
| 'revert'
|
|
7703
|
+
| 'revert-layer'
|
|
7704
|
+
| 'unset'
|
|
7705
|
+
| 'none'
|
|
7706
|
+
| 'auto'
|
|
7707
|
+
| 'all'
|
|
7708
|
+
| 'stroke'
|
|
7709
|
+
| 'visible'
|
|
7710
|
+
| 'painted'
|
|
7711
|
+
| 'visibleFill'
|
|
7712
|
+
| 'visiblePainted'
|
|
7713
|
+
| 'visibleStroke'
|
|
7714
|
+
| import('framer-motion').CustomValueType
|
|
7715
|
+
| undefined;
|
|
7885
7716
|
printColorAdjust?:
|
|
7886
7717
|
| import('csstype').Property.PrintColorAdjust
|
|
7887
7718
|
| import('framer-motion').CustomValueType
|
|
@@ -8102,6 +7933,19 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
8102
7933
|
| import('csstype').Property.TextOverflow
|
|
8103
7934
|
| import('framer-motion').CustomValueType
|
|
8104
7935
|
| undefined;
|
|
7936
|
+
textRendering?:
|
|
7937
|
+
| '-moz-initial'
|
|
7938
|
+
| 'inherit'
|
|
7939
|
+
| 'initial'
|
|
7940
|
+
| 'revert'
|
|
7941
|
+
| 'revert-layer'
|
|
7942
|
+
| 'unset'
|
|
7943
|
+
| 'auto'
|
|
7944
|
+
| 'geometricPrecision'
|
|
7945
|
+
| 'optimizeLegibility'
|
|
7946
|
+
| 'optimizeSpeed'
|
|
7947
|
+
| import('framer-motion').CustomValueType
|
|
7948
|
+
| undefined;
|
|
8105
7949
|
textShadow?:
|
|
8106
7950
|
| import('csstype').Property.TextShadow
|
|
8107
7951
|
| import('framer-motion').CustomValueType
|
|
@@ -8162,6 +8006,31 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
8162
8006
|
| import('csstype').Property.TransitionTimingFunction
|
|
8163
8007
|
| import('framer-motion').CustomValueType
|
|
8164
8008
|
| undefined;
|
|
8009
|
+
translate?:
|
|
8010
|
+
| import('csstype').Property.Translate<string | number>
|
|
8011
|
+
| import('framer-motion').CustomValueType
|
|
8012
|
+
| undefined;
|
|
8013
|
+
unicodeBidi?:
|
|
8014
|
+
| '-moz-initial'
|
|
8015
|
+
| 'inherit'
|
|
8016
|
+
| 'initial'
|
|
8017
|
+
| 'revert'
|
|
8018
|
+
| 'revert-layer'
|
|
8019
|
+
| 'unset'
|
|
8020
|
+
| 'normal'
|
|
8021
|
+
| 'embed'
|
|
8022
|
+
| 'isolate'
|
|
8023
|
+
| '-moz-isolate'
|
|
8024
|
+
| '-moz-isolate-override'
|
|
8025
|
+
| '-moz-plaintext'
|
|
8026
|
+
| '-webkit-isolate'
|
|
8027
|
+
| '-webkit-isolate-override'
|
|
8028
|
+
| '-webkit-plaintext'
|
|
8029
|
+
| 'bidi-override'
|
|
8030
|
+
| 'isolate-override'
|
|
8031
|
+
| 'plaintext'
|
|
8032
|
+
| import('framer-motion').CustomValueType
|
|
8033
|
+
| undefined;
|
|
8165
8034
|
verticalAlign?:
|
|
8166
8035
|
| import('csstype').Property.VerticalAlign<string | number>
|
|
8167
8036
|
| import('framer-motion').CustomValueType
|
|
@@ -8206,10 +8075,25 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
8206
8075
|
| import('csstype').Property.WordBreak
|
|
8207
8076
|
| import('framer-motion').CustomValueType
|
|
8208
8077
|
| undefined;
|
|
8078
|
+
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
8209
8079
|
wordWrap?:
|
|
8210
8080
|
| import('csstype').Property.WordWrap
|
|
8211
8081
|
| import('framer-motion').CustomValueType
|
|
8212
8082
|
| undefined;
|
|
8083
|
+
writingMode?:
|
|
8084
|
+
| '-moz-initial'
|
|
8085
|
+
| 'inherit'
|
|
8086
|
+
| 'initial'
|
|
8087
|
+
| 'revert'
|
|
8088
|
+
| 'revert-layer'
|
|
8089
|
+
| 'unset'
|
|
8090
|
+
| 'horizontal-tb'
|
|
8091
|
+
| 'sideways-lr'
|
|
8092
|
+
| 'sideways-rl'
|
|
8093
|
+
| 'vertical-lr'
|
|
8094
|
+
| 'vertical-rl'
|
|
8095
|
+
| import('framer-motion').CustomValueType
|
|
8096
|
+
| undefined;
|
|
8213
8097
|
zoom?:
|
|
8214
8098
|
| import('csstype').Property.Zoom
|
|
8215
8099
|
| import('framer-motion').CustomValueType
|
|
@@ -8226,6 +8110,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
8226
8110
|
| import('csstype').Property.BackgroundPosition<string | number>
|
|
8227
8111
|
| import('framer-motion').CustomValueType
|
|
8228
8112
|
| undefined;
|
|
8113
|
+
border?:
|
|
8114
|
+
| import('csstype').Property.Border<string | number>
|
|
8115
|
+
| import('framer-motion').CustomValueType
|
|
8116
|
+
| undefined;
|
|
8229
8117
|
borderBlock?:
|
|
8230
8118
|
| import('csstype').Property.BorderBlock<string | number>
|
|
8231
8119
|
| import('framer-motion').CustomValueType
|
|
@@ -8342,6 +8230,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
8342
8230
|
| import('csstype').Property.Offset<string | number>
|
|
8343
8231
|
| import('framer-motion').CustomValueType
|
|
8344
8232
|
| undefined;
|
|
8233
|
+
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
8345
8234
|
outline?:
|
|
8346
8235
|
| import('csstype').Property.Outline<string | number>
|
|
8347
8236
|
| import('framer-motion').CustomValueType
|
|
@@ -9390,6 +9279,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
9390
9279
|
| import('csstype').Property.Transition<string & {}>
|
|
9391
9280
|
| import('framer-motion').CustomValueType
|
|
9392
9281
|
| undefined;
|
|
9282
|
+
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
9393
9283
|
boxAlign?:
|
|
9394
9284
|
| import('csstype').Property.BoxAlign
|
|
9395
9285
|
| import('framer-motion').CustomValueType
|
|
@@ -9422,6 +9312,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
9422
9312
|
| import('csstype').Property.BoxPack
|
|
9423
9313
|
| import('framer-motion').CustomValueType
|
|
9424
9314
|
| undefined;
|
|
9315
|
+
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
9425
9316
|
gridColumnGap?:
|
|
9426
9317
|
| import('csstype').Property.GridColumnGap<string | number>
|
|
9427
9318
|
| import('framer-motion').CustomValueType
|
|
@@ -9810,6 +9701,155 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
9810
9701
|
| import('csstype').Property.BoxPack
|
|
9811
9702
|
| import('framer-motion').CustomValueType
|
|
9812
9703
|
| undefined;
|
|
9704
|
+
alignmentBaseline?:
|
|
9705
|
+
| 'inherit'
|
|
9706
|
+
| 'auto'
|
|
9707
|
+
| 'baseline'
|
|
9708
|
+
| 'middle'
|
|
9709
|
+
| 'after-edge'
|
|
9710
|
+
| 'alphabetic'
|
|
9711
|
+
| 'before-edge'
|
|
9712
|
+
| 'central'
|
|
9713
|
+
| 'hanging'
|
|
9714
|
+
| 'ideographic'
|
|
9715
|
+
| 'mathematical'
|
|
9716
|
+
| 'text-after-edge'
|
|
9717
|
+
| 'text-before-edge'
|
|
9718
|
+
| import('framer-motion').CustomValueType
|
|
9719
|
+
| undefined;
|
|
9720
|
+
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9721
|
+
clipRule?:
|
|
9722
|
+
| '-moz-initial'
|
|
9723
|
+
| 'inherit'
|
|
9724
|
+
| 'initial'
|
|
9725
|
+
| 'revert'
|
|
9726
|
+
| 'revert-layer'
|
|
9727
|
+
| 'unset'
|
|
9728
|
+
| 'evenodd'
|
|
9729
|
+
| 'nonzero'
|
|
9730
|
+
| import('framer-motion').CustomValueType
|
|
9731
|
+
| undefined;
|
|
9732
|
+
colorInterpolation?:
|
|
9733
|
+
| '-moz-initial'
|
|
9734
|
+
| 'inherit'
|
|
9735
|
+
| 'initial'
|
|
9736
|
+
| 'revert'
|
|
9737
|
+
| 'revert-layer'
|
|
9738
|
+
| 'unset'
|
|
9739
|
+
| 'auto'
|
|
9740
|
+
| 'linearRGB'
|
|
9741
|
+
| 'sRGB'
|
|
9742
|
+
| import('framer-motion').CustomValueType
|
|
9743
|
+
| undefined;
|
|
9744
|
+
colorRendering?:
|
|
9745
|
+
| '-moz-initial'
|
|
9746
|
+
| 'inherit'
|
|
9747
|
+
| 'initial'
|
|
9748
|
+
| 'revert'
|
|
9749
|
+
| 'revert-layer'
|
|
9750
|
+
| 'unset'
|
|
9751
|
+
| 'auto'
|
|
9752
|
+
| 'optimizeSpeed'
|
|
9753
|
+
| 'optimizeQuality'
|
|
9754
|
+
| import('framer-motion').CustomValueType
|
|
9755
|
+
| undefined;
|
|
9756
|
+
dominantBaseline?:
|
|
9757
|
+
| '-moz-initial'
|
|
9758
|
+
| 'inherit'
|
|
9759
|
+
| 'initial'
|
|
9760
|
+
| 'revert'
|
|
9761
|
+
| 'revert-layer'
|
|
9762
|
+
| 'unset'
|
|
9763
|
+
| 'auto'
|
|
9764
|
+
| 'middle'
|
|
9765
|
+
| 'alphabetic'
|
|
9766
|
+
| 'central'
|
|
9767
|
+
| 'hanging'
|
|
9768
|
+
| 'ideographic'
|
|
9769
|
+
| 'mathematical'
|
|
9770
|
+
| 'text-after-edge'
|
|
9771
|
+
| 'text-before-edge'
|
|
9772
|
+
| 'no-change'
|
|
9773
|
+
| 'reset-size'
|
|
9774
|
+
| 'use-script'
|
|
9775
|
+
| import('framer-motion').CustomValueType
|
|
9776
|
+
| undefined;
|
|
9777
|
+
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9778
|
+
fillRule?:
|
|
9779
|
+
| 'inherit'
|
|
9780
|
+
| 'evenodd'
|
|
9781
|
+
| 'nonzero'
|
|
9782
|
+
| import('framer-motion').CustomValueType
|
|
9783
|
+
| undefined;
|
|
9784
|
+
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
9785
|
+
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9786
|
+
glyphOrientationVertical?:
|
|
9787
|
+
| string
|
|
9788
|
+
| number
|
|
9789
|
+
| import('framer-motion').CustomValueType
|
|
9790
|
+
| undefined;
|
|
9791
|
+
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
9792
|
+
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
9793
|
+
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
9794
|
+
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
9795
|
+
shapeRendering?:
|
|
9796
|
+
| '-moz-initial'
|
|
9797
|
+
| 'inherit'
|
|
9798
|
+
| 'initial'
|
|
9799
|
+
| 'revert'
|
|
9800
|
+
| 'revert-layer'
|
|
9801
|
+
| 'unset'
|
|
9802
|
+
| 'auto'
|
|
9803
|
+
| 'geometricPrecision'
|
|
9804
|
+
| 'optimizeSpeed'
|
|
9805
|
+
| 'crispEdges'
|
|
9806
|
+
| import('framer-motion').CustomValueType
|
|
9807
|
+
| undefined;
|
|
9808
|
+
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
9809
|
+
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9810
|
+
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
9811
|
+
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9812
|
+
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9813
|
+
strokeLinecap?:
|
|
9814
|
+
| 'inherit'
|
|
9815
|
+
| 'round'
|
|
9816
|
+
| 'butt'
|
|
9817
|
+
| 'square'
|
|
9818
|
+
| import('framer-motion').CustomValueType
|
|
9819
|
+
| undefined;
|
|
9820
|
+
strokeLinejoin?:
|
|
9821
|
+
| 'inherit'
|
|
9822
|
+
| 'round'
|
|
9823
|
+
| 'bevel'
|
|
9824
|
+
| 'miter'
|
|
9825
|
+
| import('framer-motion').CustomValueType
|
|
9826
|
+
| undefined;
|
|
9827
|
+
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9828
|
+
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9829
|
+
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9830
|
+
textAnchor?:
|
|
9831
|
+
| '-moz-initial'
|
|
9832
|
+
| 'inherit'
|
|
9833
|
+
| 'initial'
|
|
9834
|
+
| 'revert'
|
|
9835
|
+
| 'revert-layer'
|
|
9836
|
+
| 'unset'
|
|
9837
|
+
| 'end'
|
|
9838
|
+
| 'start'
|
|
9839
|
+
| 'middle'
|
|
9840
|
+
| import('framer-motion').CustomValueType
|
|
9841
|
+
| undefined;
|
|
9842
|
+
vectorEffect?:
|
|
9843
|
+
| '-moz-initial'
|
|
9844
|
+
| 'inherit'
|
|
9845
|
+
| 'initial'
|
|
9846
|
+
| 'revert'
|
|
9847
|
+
| 'revert-layer'
|
|
9848
|
+
| 'unset'
|
|
9849
|
+
| 'none'
|
|
9850
|
+
| 'non-scaling-stroke'
|
|
9851
|
+
| import('framer-motion').CustomValueType
|
|
9852
|
+
| undefined;
|
|
9813
9853
|
suppressHydrationWarning?: boolean | import('framer-motion').CustomValueType | undefined;
|
|
9814
9854
|
className?: string | import('framer-motion').CustomValueType | undefined;
|
|
9815
9855
|
id?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -10054,9 +10094,9 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
10054
10094
|
| undefined;
|
|
10055
10095
|
'aria-autocomplete'?:
|
|
10056
10096
|
| 'none'
|
|
10057
|
-
| 'list'
|
|
10058
10097
|
| 'inline'
|
|
10059
10098
|
| 'both'
|
|
10099
|
+
| 'list'
|
|
10060
10100
|
| import('framer-motion').CustomValueType
|
|
10061
10101
|
| undefined;
|
|
10062
10102
|
'aria-braillelabel'?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -10083,10 +10123,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
10083
10123
|
'aria-current'?:
|
|
10084
10124
|
| boolean
|
|
10085
10125
|
| 'time'
|
|
10086
|
-
| 'step'
|
|
10087
10126
|
| 'page'
|
|
10088
10127
|
| 'false'
|
|
10089
10128
|
| 'true'
|
|
10129
|
+
| 'step'
|
|
10090
10130
|
| 'location'
|
|
10091
10131
|
| 'date'
|
|
10092
10132
|
| import('framer-motion').CustomValueType
|
|
@@ -10826,6 +10866,14 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
10826
10866
|
| import('react').UIEventHandler<SVGElement>
|
|
10827
10867
|
| import('framer-motion').CustomValueType
|
|
10828
10868
|
| undefined;
|
|
10869
|
+
onScrollEnd?:
|
|
10870
|
+
| import('react').UIEventHandler<SVGElement>
|
|
10871
|
+
| import('framer-motion').CustomValueType
|
|
10872
|
+
| undefined;
|
|
10873
|
+
onScrollEndCapture?:
|
|
10874
|
+
| import('react').UIEventHandler<SVGElement>
|
|
10875
|
+
| import('framer-motion').CustomValueType
|
|
10876
|
+
| undefined;
|
|
10829
10877
|
onWheel?:
|
|
10830
10878
|
| import('react').WheelEventHandler<SVGElement>
|
|
10831
10879
|
| import('framer-motion').CustomValueType
|
|
@@ -10858,6 +10906,22 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
10858
10906
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10859
10907
|
| import('framer-motion').CustomValueType
|
|
10860
10908
|
| undefined;
|
|
10909
|
+
onToggle?:
|
|
10910
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
10911
|
+
| import('framer-motion').CustomValueType
|
|
10912
|
+
| undefined;
|
|
10913
|
+
onBeforeToggle?:
|
|
10914
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
10915
|
+
| import('framer-motion').CustomValueType
|
|
10916
|
+
| undefined;
|
|
10917
|
+
onTransitionCancel?:
|
|
10918
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10919
|
+
| import('framer-motion').CustomValueType
|
|
10920
|
+
| undefined;
|
|
10921
|
+
onTransitionCancelCapture?:
|
|
10922
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10923
|
+
| import('framer-motion').CustomValueType
|
|
10924
|
+
| undefined;
|
|
10861
10925
|
onTransitionEnd?:
|
|
10862
10926
|
| import('react').TransitionEventHandler<SVGElement>
|
|
10863
10927
|
| import('framer-motion').CustomValueType
|
|
@@ -10866,6 +10930,22 @@ export declare const useMotionProps: (props: UseMotionProps) => {
|
|
|
10866
10930
|
| import('react').TransitionEventHandler<SVGElement>
|
|
10867
10931
|
| import('framer-motion').CustomValueType
|
|
10868
10932
|
| undefined;
|
|
10933
|
+
onTransitionRun?:
|
|
10934
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10935
|
+
| import('framer-motion').CustomValueType
|
|
10936
|
+
| undefined;
|
|
10937
|
+
onTransitionRunCapture?:
|
|
10938
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10939
|
+
| import('framer-motion').CustomValueType
|
|
10940
|
+
| undefined;
|
|
10941
|
+
onTransitionStart?:
|
|
10942
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10943
|
+
| import('framer-motion').CustomValueType
|
|
10944
|
+
| undefined;
|
|
10945
|
+
onTransitionStartCapture?:
|
|
10946
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10947
|
+
| import('framer-motion').CustomValueType
|
|
10948
|
+
| undefined;
|
|
10869
10949
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
10870
10950
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|
|
10871
10951
|
attrScale?: number | import('framer-motion').CustomValueType | undefined;
|