@coinbase/cds-web 8.66.1 → 9.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts +14 -16
- package/dts/AccessibilityAnnouncer/AccessibilityAnnouncer.d.ts.map +1 -1
- package/dts/accordion/AccordionHeader.d.ts +16 -18
- package/dts/accordion/AccordionHeader.d.ts.map +1 -1
- package/dts/accordion/AccordionItem.d.ts +2 -2
- package/dts/accordion/AccordionItem.d.ts.map +1 -1
- package/dts/accordion/AccordionPanel.d.ts +11 -13
- package/dts/accordion/AccordionPanel.d.ts.map +1 -1
- package/dts/alpha/combobox/DefaultComboboxControl.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectControl.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectDropdown.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectOption.d.ts.map +1 -1
- package/dts/alpha/select/DefaultSelectOptionGroup.d.ts.map +1 -1
- package/dts/alpha/select/types.d.ts +6 -1
- package/dts/alpha/select/types.d.ts.map +1 -1
- package/dts/animation/Lottie.d.ts +3 -5
- package/dts/animation/Lottie.d.ts.map +1 -1
- package/dts/animation/LottieStatusAnimation.d.ts +2 -3
- package/dts/animation/LottieStatusAnimation.d.ts.map +1 -1
- package/dts/animation/useLottieLoader.d.ts +1 -1
- package/dts/banner/Banner.d.ts +26 -2
- package/dts/banner/Banner.d.ts.map +1 -1
- package/dts/buttons/AvatarButton.d.ts +89 -1
- package/dts/buttons/AvatarButton.d.ts.map +1 -1
- package/dts/buttons/Button.d.ts.map +1 -1
- package/dts/buttons/IconButton.d.ts.map +1 -1
- package/dts/buttons/IconCounterButton.d.ts +22 -11
- package/dts/buttons/IconCounterButton.d.ts.map +1 -1
- package/dts/buttons/Tile.d.ts +1 -1
- package/dts/buttons/Tile.d.ts.map +1 -1
- package/dts/cards/AnnouncementCard.d.ts +2 -2
- package/dts/cards/AnnouncementCard.d.ts.map +1 -1
- package/dts/cards/Card.d.ts +4 -0
- package/dts/cards/Card.d.ts.map +1 -1
- package/dts/cards/CardGroup.d.ts +2 -4
- package/dts/cards/CardGroup.d.ts.map +1 -1
- package/dts/cards/CardMedia.d.ts.map +1 -1
- package/dts/cards/FeatureEntryCard.d.ts +2 -6
- package/dts/cards/FeatureEntryCard.d.ts.map +1 -1
- package/dts/cards/FeedCard.d.ts +2 -6
- package/dts/cards/FeedCard.d.ts.map +1 -1
- package/dts/cards/LikeButton.d.ts +2 -3
- package/dts/cards/LikeButton.d.ts.map +1 -1
- package/dts/cards/UpsellCard.d.ts +7 -2
- package/dts/cards/UpsellCard.d.ts.map +1 -1
- package/dts/carousel/Carousel.d.ts +12 -19
- package/dts/carousel/Carousel.d.ts.map +1 -1
- package/dts/carousel/DefaultCarouselPagination.d.ts.map +1 -1
- package/dts/cells/Cell.d.ts.map +1 -1
- package/dts/cells/CellAccessory.d.ts +2 -4
- package/dts/cells/CellAccessory.d.ts.map +1 -1
- package/dts/cells/CellHelperText.d.ts +2 -4
- package/dts/cells/CellHelperText.d.ts.map +1 -1
- package/dts/cells/ContentCellFallback.d.ts +4 -0
- package/dts/cells/ContentCellFallback.d.ts.map +1 -1
- package/dts/cells/ListCell.d.ts.map +1 -1
- package/dts/cells/MediaFallback.d.ts +1 -2
- package/dts/cells/MediaFallback.d.ts.map +1 -1
- package/dts/chips/Chip.d.ts +3 -5
- package/dts/chips/Chip.d.ts.map +1 -1
- package/dts/chips/ChipProps.d.ts.map +1 -1
- package/dts/chips/InputChip.d.ts +2 -4
- package/dts/chips/InputChip.d.ts.map +1 -1
- package/dts/chips/MediaChip.d.ts +2 -4
- package/dts/chips/MediaChip.d.ts.map +1 -1
- package/dts/chips/SelectChip.d.ts +2 -2
- package/dts/chips/SelectChip.d.ts.map +1 -1
- package/dts/coachmark/Coachmark.d.ts +4 -4
- package/dts/coachmark/Coachmark.d.ts.map +1 -1
- package/dts/collapsible/Collapsible.d.ts +32 -34
- package/dts/collapsible/Collapsible.d.ts.map +1 -1
- package/dts/collapsible/useCollapsibleMotionProps.d.ts +328 -288
- package/dts/collapsible/useCollapsibleMotionProps.d.ts.map +1 -1
- package/dts/controls/CheckboxGroup.d.ts +2 -26
- package/dts/controls/CheckboxGroup.d.ts.map +1 -1
- package/dts/controls/Control.d.ts +28 -6
- package/dts/controls/Control.d.ts.map +1 -1
- package/dts/controls/HelperText.d.ts +14 -0
- package/dts/controls/HelperText.d.ts.map +1 -1
- package/dts/controls/InputIcon.d.ts +2 -2
- package/dts/controls/InputIcon.d.ts.map +1 -1
- package/dts/controls/InputIconButton.d.ts +2 -4
- package/dts/controls/InputIconButton.d.ts.map +1 -1
- package/dts/controls/InputStack.d.ts +23 -3
- package/dts/controls/InputStack.d.ts.map +1 -1
- package/dts/controls/NativeInput.d.ts +6 -4
- package/dts/controls/NativeInput.d.ts.map +1 -1
- package/dts/controls/NativeTextArea.d.ts +2 -4
- package/dts/controls/NativeTextArea.d.ts.map +1 -1
- package/dts/controls/RadioGroup.d.ts +2 -24
- package/dts/controls/RadioGroup.d.ts.map +1 -1
- package/dts/controls/SearchInput.d.ts +8 -6
- package/dts/controls/SearchInput.d.ts.map +1 -1
- package/dts/controls/SegmentedControl.d.ts +2 -2
- package/dts/controls/SegmentedControl.d.ts.map +1 -1
- package/dts/controls/Select.d.ts +21 -23
- package/dts/controls/Select.d.ts.map +1 -1
- package/dts/controls/SelectOption.d.ts +4 -0
- package/dts/controls/SelectOption.d.ts.map +1 -1
- package/dts/controls/SelectStack.d.ts +10 -12
- package/dts/controls/SelectStack.d.ts.map +1 -1
- package/dts/controls/SelectTrigger.d.ts +8 -10
- package/dts/controls/SelectTrigger.d.ts.map +1 -1
- package/dts/controls/Switch.d.ts +80 -30
- package/dts/controls/Switch.d.ts.map +1 -1
- package/dts/controls/TextInput.d.ts +8 -7
- package/dts/controls/TextInput.d.ts.map +1 -1
- package/dts/controls/selectContext.d.ts +16 -0
- package/dts/controls/selectContext.d.ts.map +1 -1
- package/dts/controls/useRefocusTrigger.d.ts +1 -1
- package/dts/controls/useRefocusTrigger.d.ts.map +1 -1
- package/dts/dates/Calendar.d.ts +58 -60
- package/dts/dates/Calendar.d.ts.map +1 -1
- package/dts/dates/DateInput.d.ts +2 -4
- package/dts/dates/DateInput.d.ts.map +1 -1
- package/dts/dates/DatePicker.d.ts +2 -4
- package/dts/dates/DatePicker.d.ts.map +1 -1
- package/dts/dots/DotCount.d.ts +12 -0
- package/dts/dots/DotCount.d.ts.map +1 -1
- package/dts/dropdown/Dropdown.d.ts +33 -35
- package/dts/dropdown/Dropdown.d.ts.map +1 -1
- package/dts/dropdown/DropdownContent.d.ts +7 -10
- package/dts/dropdown/DropdownContent.d.ts.map +1 -1
- package/dts/dropdown/useResponsiveHeight.d.ts +2 -2
- package/dts/dropdown/useResponsiveHeight.d.ts.map +1 -1
- package/dts/hooks/useCellSpacing.d.ts +48 -164
- package/dts/hooks/useCellSpacing.d.ts.map +1 -1
- package/dts/hooks/useClickOutside.d.ts +1 -3
- package/dts/hooks/useClickOutside.d.ts.map +1 -1
- package/dts/hooks/useDimensions.d.ts +2 -2
- package/dts/hooks/useDimensions.d.ts.map +1 -1
- package/dts/hooks/useHorizontalScrollToTarget.d.ts +1 -1
- package/dts/hooks/useResolveResponsiveProp.d.ts +19 -0
- package/dts/hooks/useResolveResponsiveProp.d.ts.map +1 -0
- package/dts/icons/Icon.d.ts +6 -3
- package/dts/icons/Icon.d.ts.map +1 -1
- package/dts/layout/Box.d.ts +4 -1
- package/dts/layout/Box.d.ts.map +1 -1
- package/dts/layout/Grid.d.ts +2 -3
- package/dts/layout/Grid.d.ts.map +1 -1
- package/dts/layout/Group.d.ts +4 -4
- package/dts/layout/Group.d.ts.map +1 -1
- package/dts/loaders/Spinner.d.ts +2 -1
- package/dts/loaders/Spinner.d.ts.map +1 -1
- package/dts/media/Hexagon.d.ts.map +1 -1
- package/dts/media/RemoteImageGroup.d.ts.map +1 -1
- package/dts/motion/ColorSurge.d.ts +8 -10
- package/dts/motion/ColorSurge.d.ts.map +1 -1
- package/dts/motion/Pulse.d.ts +21 -23
- package/dts/motion/Pulse.d.ts.map +1 -1
- package/dts/motion/Shake.d.ts +4 -6
- package/dts/motion/Shake.d.ts.map +1 -1
- package/dts/motion/useMotionProps.d.ts +710 -630
- package/dts/motion/useMotionProps.d.ts.map +1 -1
- package/dts/motion/utils.d.ts +326 -286
- package/dts/motion/utils.d.ts.map +1 -1
- package/dts/navigation/NavigationTitleSelect.d.ts.map +1 -1
- package/dts/navigation/SidebarItem.d.ts +22 -5
- package/dts/navigation/SidebarItem.d.ts.map +1 -1
- package/dts/numbers/RollingNumber/DefaultRollingNumberDigit.d.ts.map +1 -1
- package/dts/numbers/RollingNumber/RollingNumber.d.ts.map +1 -1
- package/dts/overlays/Alert.d.ts +56 -58
- package/dts/overlays/Alert.d.ts.map +1 -1
- package/dts/overlays/Portal.d.ts +8 -6
- package/dts/overlays/Portal.d.ts.map +1 -1
- package/dts/overlays/PortalProvider.d.ts +17 -0
- package/dts/overlays/PortalProvider.d.ts.map +1 -1
- package/dts/overlays/Toast.d.ts +2 -2
- package/dts/overlays/Toast.d.ts.map +1 -1
- package/dts/overlays/modal/FullscreenModalHeader.d.ts +2 -4
- package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -1
- package/dts/overlays/modal/FullscreenModalLayout.d.ts +20 -22
- package/dts/overlays/modal/FullscreenModalLayout.d.ts.map +1 -1
- package/dts/overlays/modal/Modal.d.ts +6 -8
- package/dts/overlays/modal/Modal.d.ts.map +1 -1
- package/dts/overlays/modal/ModalBody.d.ts +2 -4
- package/dts/overlays/modal/ModalBody.d.ts.map +1 -1
- package/dts/overlays/modal/ModalHeader.d.ts.map +1 -1
- package/dts/overlays/modal/ModalWrapper.d.ts +2 -4
- package/dts/overlays/modal/ModalWrapper.d.ts.map +1 -1
- package/dts/overlays/overlay/Overlay.d.ts +2 -2
- package/dts/overlays/overlay/Overlay.d.ts.map +1 -1
- package/dts/overlays/popover/Popover.d.ts +38 -40
- package/dts/overlays/popover/Popover.d.ts.map +1 -1
- package/dts/overlays/popover/PopoverPanelContent.d.ts +18 -20
- package/dts/overlays/popover/PopoverPanelContent.d.ts.map +1 -1
- package/dts/overlays/popover/usePopper.d.ts +4 -0
- package/dts/overlays/popover/usePopper.d.ts.map +1 -1
- package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -1
- package/dts/overlays/tooltip/TooltipContent.d.ts +10 -12
- package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -1
- package/dts/overlays/tooltip/TooltipProps.d.ts +1 -2
- package/dts/overlays/tooltip/TooltipProps.d.ts.map +1 -1
- package/dts/overlays/tray/Tray.d.ts +114 -118
- package/dts/overlays/tray/Tray.d.ts.map +1 -1
- package/dts/overlays/useModal.d.ts +1 -1
- package/dts/page/PageFooter.d.ts +4 -6
- package/dts/page/PageFooter.d.ts.map +1 -1
- package/dts/page/PageHeader.d.ts +4 -6
- package/dts/page/PageHeader.d.ts.map +1 -1
- package/dts/section-header/SectionHeader.d.ts +2 -4
- package/dts/section-header/SectionHeader.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperHeaderHorizontal.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperLabelHorizontal.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts +1 -1
- package/dts/stepper/DefaultStepperProgressHorizontal.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperProgressVertical.d.ts +1 -1
- package/dts/stepper/DefaultStepperProgressVertical.d.ts.map +1 -1
- package/dts/stepper/DefaultStepperStepHorizontal.d.ts.map +1 -1
- package/dts/stepper/Stepper.d.ts +25 -14
- package/dts/stepper/Stepper.d.ts.map +1 -1
- package/dts/styles/styleProps.d.ts +12 -8
- package/dts/styles/styleProps.d.ts.map +1 -1
- package/dts/system/BrowserOnly.d.ts +1 -1
- package/dts/system/BrowserOnly.d.ts.map +1 -1
- package/dts/system/ButtonOrLink.d.ts +5 -7
- package/dts/system/ButtonOrLink.d.ts.map +1 -1
- package/dts/system/Interactable.d.ts +10 -12
- package/dts/system/Interactable.d.ts.map +1 -1
- package/dts/system/ThemeProvider.d.ts +48 -26
- package/dts/system/ThemeProvider.d.ts.map +1 -1
- package/dts/system/interactableCSSProperties.d.ts +11 -11
- package/dts/system/interactableCSSProperties.d.ts.map +1 -1
- package/dts/tables/Table.d.ts +40 -43
- package/dts/tables/Table.d.ts.map +1 -1
- package/dts/tables/TableCell.d.ts +2 -1
- package/dts/tables/TableCell.d.ts.map +1 -1
- package/dts/tabs/DefaultTab.d.ts +17 -19
- package/dts/tabs/DefaultTab.d.ts.map +1 -1
- package/dts/tabs/Paddle.d.ts.map +1 -1
- package/dts/tabs/SegmentedTab.d.ts +25 -27
- package/dts/tabs/SegmentedTab.d.ts.map +1 -1
- package/dts/tabs/TabIndicator.d.ts +11 -13
- package/dts/tabs/TabIndicator.d.ts.map +1 -1
- package/dts/tabs/TabNavigation.d.ts +6 -0
- package/dts/tabs/TabNavigation.d.ts.map +1 -1
- package/dts/tabs/Tabs.d.ts.map +1 -1
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +710 -630
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts.map +1 -1
- package/dts/tag/Tag.d.ts +2 -2
- package/dts/tag/Tag.d.ts.map +1 -1
- package/dts/tour/DefaultTourStepArrow.d.ts +2 -2
- package/dts/tour/DefaultTourStepArrow.d.ts.map +1 -1
- package/dts/tour/Tour.d.ts.map +1 -1
- package/dts/tour/TourStep.d.ts.map +1 -1
- package/dts/typography/Text.d.ts +4 -1
- package/dts/typography/Text.d.ts.map +1 -1
- package/dts/typography/TextBody.d.ts +12 -0
- package/dts/typography/TextBody.d.ts.map +1 -1
- package/dts/typography/TextCaption.d.ts +12 -0
- package/dts/typography/TextCaption.d.ts.map +1 -1
- package/dts/typography/TextDisplay1.d.ts +12 -0
- package/dts/typography/TextDisplay1.d.ts.map +1 -1
- package/dts/typography/TextDisplay2.d.ts +12 -0
- package/dts/typography/TextDisplay2.d.ts.map +1 -1
- package/dts/typography/TextDisplay3.d.ts +12 -0
- package/dts/typography/TextDisplay3.d.ts.map +1 -1
- package/dts/typography/TextHeadline.d.ts +12 -0
- package/dts/typography/TextHeadline.d.ts.map +1 -1
- package/dts/typography/TextInherited.d.ts +12 -0
- package/dts/typography/TextInherited.d.ts.map +1 -1
- package/dts/typography/TextLabel1.d.ts +12 -0
- package/dts/typography/TextLabel1.d.ts.map +1 -1
- package/dts/typography/TextLabel2.d.ts +12 -0
- package/dts/typography/TextLabel2.d.ts.map +1 -1
- package/dts/typography/TextLegal.d.ts +12 -0
- package/dts/typography/TextLegal.d.ts.map +1 -1
- package/dts/typography/TextTitle1.d.ts +12 -0
- package/dts/typography/TextTitle1.d.ts.map +1 -1
- package/dts/typography/TextTitle2.d.ts +12 -0
- package/dts/typography/TextTitle2.d.ts.map +1 -1
- package/dts/typography/TextTitle3.d.ts +12 -0
- package/dts/typography/TextTitle3.d.ts.map +1 -1
- package/dts/typography/TextTitle4.d.ts +12 -0
- package/dts/typography/TextTitle4.d.ts.map +1 -1
- package/dts/utils/flattenAndJoinNodes.d.ts +13 -1
- package/dts/utils/flattenAndJoinNodes.d.ts.map +1 -1
- package/dts/visualizations/ProgressBar.d.ts +45 -47
- package/dts/visualizations/ProgressBar.d.ts.map +1 -1
- package/dts/visualizations/ProgressCircle.d.ts +63 -65
- package/dts/visualizations/ProgressCircle.d.ts.map +1 -1
- package/dts/visualizations/VisualizationContainer.d.ts +3 -4
- package/dts/visualizations/VisualizationContainer.d.ts.map +1 -1
- package/dts/visualizations/chart/CartesianChart.d.ts +104 -0
- package/dts/visualizations/chart/CartesianChart.d.ts.map +1 -0
- package/dts/visualizations/chart/ChartProvider.d.ts +9 -0
- package/dts/visualizations/chart/ChartProvider.d.ts.map +1 -0
- package/dts/visualizations/chart/Path.d.ts +100 -0
- package/dts/visualizations/chart/Path.d.ts.map +1 -0
- package/dts/visualizations/chart/PeriodSelector.d.ts +73 -0
- package/dts/visualizations/chart/PeriodSelector.d.ts.map +1 -0
- package/dts/visualizations/chart/area/Area.d.ts +83 -0
- package/dts/visualizations/chart/area/Area.d.ts.map +1 -0
- package/dts/visualizations/chart/area/AreaChart.d.ts +90 -0
- package/dts/visualizations/chart/area/AreaChart.d.ts.map +1 -0
- package/dts/visualizations/chart/area/DottedArea.d.ts +45 -0
- package/dts/visualizations/chart/area/DottedArea.d.ts.map +1 -0
- package/dts/visualizations/chart/area/GradientArea.d.ts +39 -0
- package/dts/visualizations/chart/area/GradientArea.d.ts.map +1 -0
- package/dts/visualizations/chart/area/SolidArea.d.ts +23 -0
- package/dts/visualizations/chart/area/SolidArea.d.ts.map +1 -0
- package/dts/visualizations/chart/area/index.d.ts +6 -0
- package/dts/visualizations/chart/area/index.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/Axis.d.ts +254 -0
- package/dts/visualizations/chart/axis/Axis.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/DefaultAxisTickLabel.d.ts +8 -0
- package/dts/visualizations/chart/axis/DefaultAxisTickLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/XAxis.d.ts +22 -0
- package/dts/visualizations/chart/axis/XAxis.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/YAxis.d.ts +22 -0
- package/dts/visualizations/chart/axis/YAxis.d.ts.map +1 -0
- package/dts/visualizations/chart/axis/index.d.ts +5 -0
- package/dts/visualizations/chart/axis/index.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/Bar.d.ts +102 -0
- package/dts/visualizations/chart/bar/Bar.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarChart.d.ts +83 -0
- package/dts/visualizations/chart/bar/BarChart.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarPlot.d.ts +31 -0
- package/dts/visualizations/chart/bar/BarPlot.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarStack.d.ts +141 -0
- package/dts/visualizations/chart/bar/BarStack.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/BarStackGroup.d.ts +37 -0
- package/dts/visualizations/chart/bar/BarStackGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/DefaultBar.d.ts +17 -0
- package/dts/visualizations/chart/bar/DefaultBar.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/DefaultBarStack.d.ts +16 -0
- package/dts/visualizations/chart/bar/DefaultBarStack.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/PercentageBarChart.d.ts +61 -0
- package/dts/visualizations/chart/bar/PercentageBarChart.d.ts.map +1 -0
- package/dts/visualizations/chart/bar/index.d.ts +9 -0
- package/dts/visualizations/chart/bar/index.d.ts.map +1 -0
- package/dts/visualizations/chart/gradient/Gradient.d.ts +43 -0
- package/dts/visualizations/chart/gradient/Gradient.d.ts.map +1 -0
- package/dts/visualizations/chart/gradient/index.d.ts +2 -0
- package/dts/visualizations/chart/gradient/index.d.ts.map +1 -0
- package/dts/visualizations/chart/index.d.ts +15 -0
- package/dts/visualizations/chart/index.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/DefaultLegendEntry.d.ts +21 -0
- package/dts/visualizations/chart/legend/DefaultLegendEntry.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/DefaultLegendShape.d.ts +7 -0
- package/dts/visualizations/chart/legend/DefaultLegendShape.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/Legend.d.ts +139 -0
- package/dts/visualizations/chart/legend/Legend.d.ts.map +1 -0
- package/dts/visualizations/chart/legend/index.d.ts +4 -0
- package/dts/visualizations/chart/legend/index.d.ts.map +1 -0
- package/dts/visualizations/chart/line/DefaultReferenceLineLabel.d.ts +9 -0
- package/dts/visualizations/chart/line/DefaultReferenceLineLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/line/DottedLine.d.ts +26 -0
- package/dts/visualizations/chart/line/DottedLine.d.ts.map +1 -0
- package/dts/visualizations/chart/line/Line.d.ts +146 -0
- package/dts/visualizations/chart/line/Line.d.ts.map +1 -0
- package/dts/visualizations/chart/line/LineChart.d.ts +77 -0
- package/dts/visualizations/chart/line/LineChart.d.ts.map +1 -0
- package/dts/visualizations/chart/line/ReferenceLine.d.ts +187 -0
- package/dts/visualizations/chart/line/ReferenceLine.d.ts.map +1 -0
- package/dts/visualizations/chart/line/SolidLine.d.ts +25 -0
- package/dts/visualizations/chart/line/SolidLine.d.ts.map +1 -0
- package/dts/visualizations/chart/line/index.d.ts +7 -0
- package/dts/visualizations/chart/line/index.d.ts.map +1 -0
- package/dts/visualizations/chart/point/DefaultPointLabel.d.ts +10 -0
- package/dts/visualizations/chart/point/DefaultPointLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/point/Point.d.ts +225 -0
- package/dts/visualizations/chart/point/Point.d.ts.map +1 -0
- package/dts/visualizations/chart/point/index.d.ts +3 -0
- package/dts/visualizations/chart/point/index.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeacon.d.ts +39 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeacon.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeaconLabel.d.ts +12 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberBeaconLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberLabel.d.ts +11 -0
- package/dts/visualizations/chart/scrubber/DefaultScrubberLabel.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/Scrubber.d.ts +390 -0
- package/dts/visualizations/chart/scrubber/Scrubber.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconGroup.d.ts +78 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconLabelGroup.d.ts +56 -0
- package/dts/visualizations/chart/scrubber/ScrubberBeaconLabelGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/ScrubberProvider.d.ts +17 -0
- package/dts/visualizations/chart/scrubber/ScrubberProvider.d.ts.map +1 -0
- package/dts/visualizations/chart/scrubber/index.d.ts +5 -0
- package/dts/visualizations/chart/scrubber/index.d.ts.map +1 -0
- package/dts/visualizations/chart/text/ChartText.d.ts +117 -0
- package/dts/visualizations/chart/text/ChartText.d.ts.map +1 -0
- package/dts/visualizations/chart/text/ChartTextGroup.d.ts +61 -0
- package/dts/visualizations/chart/text/ChartTextGroup.d.ts.map +1 -0
- package/dts/visualizations/chart/text/index.d.ts +3 -0
- package/dts/visualizations/chart/text/index.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/axis.d.ts +391 -0
- package/dts/visualizations/chart/utils/axis.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/bar.d.ts +223 -0
- package/dts/visualizations/chart/utils/bar.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/chart.d.ts +158 -0
- package/dts/visualizations/chart/utils/chart.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/context.d.ts +117 -0
- package/dts/visualizations/chart/utils/context.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/gradient.d.ts +116 -0
- package/dts/visualizations/chart/utils/gradient.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/index.d.ts +12 -0
- package/dts/visualizations/chart/utils/index.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/interpolate.d.ts +112 -0
- package/dts/visualizations/chart/utils/interpolate.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/path.d.ts +156 -0
- package/dts/visualizations/chart/utils/path.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/point.d.ts +115 -0
- package/dts/visualizations/chart/utils/point.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/scale.d.ts +54 -0
- package/dts/visualizations/chart/utils/scale.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/scrubber.d.ts +40 -0
- package/dts/visualizations/chart/utils/scrubber.d.ts.map +1 -0
- package/dts/visualizations/chart/utils/transition.d.ts +101 -0
- package/dts/visualizations/chart/utils/transition.d.ts.map +1 -0
- package/dts/visualizations/index.d.ts +2 -0
- package/dts/visualizations/index.d.ts.map +1 -1
- package/dts/visualizations/sparkline/Counter.d.ts +8 -0
- package/dts/visualizations/sparkline/Counter.d.ts.map +1 -0
- package/dts/visualizations/sparkline/Sparkline.d.ts +66 -0
- package/dts/visualizations/sparkline/Sparkline.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklineArea.d.ts +14 -0
- package/dts/visualizations/sparkline/SparklineArea.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklineAreaPattern.d.ts +14 -0
- package/dts/visualizations/sparkline/SparklineAreaPattern.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklineGradient.d.ts +22 -0
- package/dts/visualizations/sparkline/SparklineGradient.d.ts.map +1 -0
- package/dts/visualizations/sparkline/SparklinePath.d.ts +12 -0
- package/dts/visualizations/sparkline/SparklinePath.d.ts.map +1 -0
- package/dts/visualizations/sparkline/__figma__/Sparkline.figma.d.ts +2 -0
- package/dts/visualizations/sparkline/__figma__/Sparkline.figma.d.ts.map +1 -0
- package/dts/visualizations/sparkline/generateSparklineWithId.d.ts +11 -0
- package/dts/visualizations/sparkline/generateSparklineWithId.d.ts.map +1 -0
- package/dts/visualizations/sparkline/index.d.ts +6 -0
- package/dts/visualizations/sparkline/index.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/InnerSparklineInteractiveProvider.d.ts +13 -0
- package/dts/visualizations/sparkline/sparkline-interactive/InnerSparklineInteractiveProvider.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractive.d.ts +200 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractive.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveAnimatedPath.d.ts +26 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveAnimatedPath.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.d.ts +5 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.d.ts +5 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.d.ts +8 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.d.ts +17 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePaths.d.ts +25 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePaths.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePeriodSelector.d.ts +25 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractivePeriodSelector.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveProvider.d.ts +25 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveProvider.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.d.ts +30 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubProvider.d.ts +18 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubProvider.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveTimeseriesPaths.d.ts +31 -0
- package/dts/visualizations/sparkline/sparkline-interactive/SparklineInteractiveTimeseriesPaths.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/__figma__/SparklineInteractive.figma.d.ts +2 -0
- package/dts/visualizations/sparkline/sparkline-interactive/__figma__/SparklineInteractive.figma.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/fade.d.ts +3 -0
- package/dts/visualizations/sparkline/sparkline-interactive/fade.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive/useSparklineInteractiveConstants.d.ts +13 -0
- package/dts/visualizations/sparkline/sparkline-interactive/useSparklineInteractiveConstants.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/SparklineInteractiveHeader.d.ts +110 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/SparklineInteractiveHeader.d.ts.map +1 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/__figma__/SparklineInteractiveHeader.figma.d.ts +2 -0
- package/dts/visualizations/sparkline/sparkline-interactive-header/__figma__/SparklineInteractiveHeader.figma.d.ts.map +1 -0
- package/esm/alpha/combobox/DefaultComboboxControl.js +6 -6
- package/esm/alpha/select/DefaultSelectControl.js +26 -21
- package/esm/alpha/select/DefaultSelectDropdown.js +9 -4
- package/esm/alpha/select/DefaultSelectOption.css +1 -1
- package/esm/alpha/select/DefaultSelectOption.js +0 -1
- package/esm/animation/LottieStatusAnimation.js +1 -1
- package/esm/animation/useLottieLoader.js +1 -1
- package/esm/banner/Banner.js +119 -86
- package/esm/buttons/AvatarButton.css +1 -1
- package/esm/buttons/AvatarButton.js +8 -10
- package/esm/buttons/Button.css +1 -3
- package/esm/buttons/Button.js +26 -12
- package/esm/buttons/IconButton.css +1 -3
- package/esm/buttons/IconButton.js +23 -13
- package/esm/buttons/IconCounterButton.js +14 -6
- package/esm/cards/Card.js +5 -0
- package/esm/cards/CardMedia.js +6 -10
- package/esm/cards/FeatureEntryCard.js +0 -5
- package/esm/cards/FeedCard.js +0 -5
- package/esm/cards/LikeButton.js +14 -8
- package/esm/cards/UpsellCard.js +11 -3
- package/esm/cards/__figma__/UpsellCard.figma.js +3 -1
- package/esm/carousel/Carousel.js +4 -3
- package/esm/carousel/DefaultCarouselPagination.js +10 -4
- package/esm/carousel/__figma__/Carousel.figma.js +0 -1
- package/esm/cells/Cell.js +48 -9
- package/esm/cells/CellAccessory.js +3 -2
- package/esm/cells/ContentCellFallback.js +5 -0
- package/esm/cells/ListCell.js +8 -3
- package/esm/cells/MediaFallback.js +5 -5
- package/esm/coachmark/Coachmark.js +3 -2
- package/esm/collapsible/Collapsible.js +30 -25
- package/esm/controls/CheckboxGroup.js +0 -26
- package/esm/controls/Control.js +36 -12
- package/esm/controls/HelperText.js +18 -2
- package/esm/controls/InputIcon.js +3 -4
- package/esm/controls/InputIconButton.js +1 -1
- package/esm/controls/InputStack.js +15 -5
- package/esm/controls/Radio.css +1 -1
- package/esm/controls/Radio.js +1 -1
- package/esm/controls/RadioGroup.js +0 -25
- package/esm/controls/SearchInput.js +5 -0
- package/esm/controls/SegmentedControl.css +1 -1
- package/esm/controls/SegmentedControl.js +2 -1
- package/esm/controls/SelectOption.js +4 -0
- package/esm/controls/Switch.js +34 -10
- package/esm/controls/TextInput.js +5 -5
- package/esm/controls/selectContext.js +21 -0
- package/esm/dates/DateInput.js +3 -4
- package/esm/dates/DatePicker.js +2 -2
- package/esm/dots/DotCount.css +1 -1
- package/esm/dots/DotCount.js +14 -5
- package/esm/dots/DotSymbol.js +2 -2
- package/esm/hooks/useDimensions.js +1 -1
- package/esm/hooks/useResolveResponsiveProp.js +31 -0
- package/esm/media/Avatar.js +2 -2
- package/esm/media/Hexagon.js +3 -2
- package/esm/navigation/NavigationTitleSelect.js +25 -6
- package/esm/navigation/SidebarItem.js +43 -13
- package/esm/numbers/RollingNumber/DefaultRollingNumberDigit.js +3 -1
- package/esm/numbers/RollingNumber/RollingNumber.js +1 -1
- package/esm/overlays/Alert.js +3 -3
- package/esm/overlays/FocusTrap.js +2 -3
- package/esm/overlays/Portal.js +7 -0
- package/esm/overlays/PortalProvider.js +20 -0
- package/esm/overlays/Toast.js +5 -4
- package/esm/overlays/modal/FullscreenModalLayout.js +3 -2
- package/esm/overlays/modal/ModalHeader.js +10 -5
- package/esm/overlays/overlay/OverlayContent.js +3 -4
- package/esm/overlays/popover/usePopper.js +7 -0
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +5 -3
- package/esm/overlays/useModal.js +1 -1
- package/esm/stepper/DefaultStepperHeaderHorizontal.js +20 -16
- package/esm/stepper/DefaultStepperLabelHorizontal.js +18 -14
- package/esm/stepper/DefaultStepperProgressHorizontal.js +19 -7
- package/esm/stepper/DefaultStepperProgressVertical.js +50 -38
- package/esm/stepper/DefaultStepperStepHorizontal.js +6 -4
- package/esm/stepper/DefaultStepperStepVertical.js +5 -5
- package/esm/stepper/Stepper.js +59 -66
- package/esm/styles/styleProps.js +3 -0
- package/esm/system/Interactable.css +1 -1
- package/esm/system/Interactable.js +4 -2
- package/esm/system/Pressable.css +1 -1
- package/esm/system/PressableOpacity.js +2 -2
- package/esm/system/ThemeProvider.js +43 -15
- package/esm/system/interactableCSSProperties.js +11 -11
- package/esm/tabs/Paddle.js +4 -4
- package/esm/tabs/SegmentedTab.js +5 -15
- package/esm/tabs/TabLabel.js +7 -9
- package/esm/tabs/TabNavigation.js +8 -7
- package/esm/tabs/Tabs.js +3 -1
- package/esm/tour/Tour.js +4 -1
- package/esm/tour/TourStep.js +5 -1
- package/esm/typography/TextBody.js +15 -0
- package/esm/typography/TextCaption.js +15 -0
- package/esm/typography/TextDisplay1.js +15 -0
- package/esm/typography/TextDisplay2.js +15 -0
- package/esm/typography/TextDisplay3.js +15 -0
- package/esm/typography/TextHeadline.js +15 -0
- package/esm/typography/TextInherited.js +15 -0
- package/esm/typography/TextLabel1.js +15 -0
- package/esm/typography/TextLabel2.js +15 -0
- package/esm/typography/TextLegal.js +15 -0
- package/esm/typography/TextTitle1.js +15 -0
- package/esm/typography/TextTitle2.js +15 -0
- package/esm/typography/TextTitle3.js +15 -0
- package/esm/typography/TextTitle4.js +15 -0
- package/esm/visualizations/chart/CartesianChart.css +1 -0
- package/esm/visualizations/chart/CartesianChart.js +379 -0
- package/esm/visualizations/chart/ChartProvider.js +10 -0
- package/esm/visualizations/chart/Path.js +125 -0
- package/esm/visualizations/chart/PeriodSelector.css +1 -0
- package/esm/visualizations/chart/PeriodSelector.js +130 -0
- package/esm/visualizations/chart/area/Area.js +85 -0
- package/esm/visualizations/chart/area/AreaChart.js +173 -0
- package/esm/visualizations/chart/area/DottedArea.js +95 -0
- package/esm/visualizations/chart/area/GradientArea.js +72 -0
- package/esm/visualizations/chart/area/SolidArea.js +52 -0
- package/esm/visualizations/chart/area/index.js +7 -0
- package/esm/visualizations/chart/axis/Axis.js +11 -0
- package/esm/visualizations/chart/axis/DefaultAxisTickLabel.js +15 -0
- package/esm/visualizations/chart/axis/XAxis.css +2 -0
- package/esm/visualizations/chart/axis/XAxis.js +315 -0
- package/esm/visualizations/chart/axis/YAxis.css +2 -0
- package/esm/visualizations/chart/axis/YAxis.js +316 -0
- package/esm/visualizations/chart/axis/index.js +6 -0
- package/esm/visualizations/chart/bar/Bar.js +69 -0
- package/esm/visualizations/chart/bar/BarChart.js +128 -0
- package/esm/visualizations/chart/bar/BarPlot.js +92 -0
- package/esm/visualizations/chart/bar/BarStack.js +173 -0
- package/esm/visualizations/chart/bar/BarStackGroup.js +95 -0
- package/esm/visualizations/chart/bar/DefaultBar.js +82 -0
- package/esm/visualizations/chart/bar/DefaultBarStack.js +71 -0
- package/esm/visualizations/chart/bar/PercentageBarChart.js +102 -0
- package/esm/visualizations/chart/bar/index.js +10 -0
- package/esm/visualizations/chart/gradient/Gradient.js +106 -0
- package/esm/visualizations/chart/gradient/index.js +1 -0
- package/esm/visualizations/chart/index.js +16 -0
- package/esm/visualizations/chart/legend/DefaultLegendEntry.css +1 -0
- package/esm/visualizations/chart/legend/DefaultLegendEntry.js +50 -0
- package/esm/visualizations/chart/legend/DefaultLegendShape.css +5 -0
- package/esm/visualizations/chart/legend/DefaultLegendShape.js +47 -0
- package/esm/visualizations/chart/legend/Legend.js +76 -0
- package/esm/visualizations/chart/legend/index.js +3 -0
- package/esm/visualizations/chart/line/DefaultReferenceLineLabel.js +81 -0
- package/esm/visualizations/chart/line/DottedLine.js +64 -0
- package/esm/visualizations/chart/line/Line.js +183 -0
- package/esm/visualizations/chart/line/LineChart.js +142 -0
- package/esm/visualizations/chart/line/ReferenceLine.js +144 -0
- package/esm/visualizations/chart/line/SolidLine.js +60 -0
- package/esm/visualizations/chart/line/index.js +8 -0
- package/esm/visualizations/chart/point/DefaultPointLabel.js +45 -0
- package/esm/visualizations/chart/point/Point.css +2 -0
- package/esm/visualizations/chart/point/Point.js +201 -0
- package/esm/visualizations/chart/point/index.js +2 -0
- package/esm/visualizations/chart/scrubber/DefaultScrubberBeacon.js +154 -0
- package/esm/visualizations/chart/scrubber/DefaultScrubberBeaconLabel.js +57 -0
- package/esm/visualizations/chart/scrubber/DefaultScrubberLabel.js +48 -0
- package/esm/visualizations/chart/scrubber/Scrubber.js +200 -0
- package/esm/visualizations/chart/scrubber/ScrubberBeaconGroup.js +190 -0
- package/esm/visualizations/chart/scrubber/ScrubberBeaconLabelGroup.js +209 -0
- package/esm/visualizations/chart/scrubber/ScrubberProvider.js +233 -0
- package/esm/visualizations/chart/scrubber/index.js +4 -0
- package/esm/visualizations/chart/text/ChartText.js +231 -0
- package/esm/visualizations/chart/text/ChartTextGroup.js +227 -0
- package/esm/visualizations/chart/text/index.js +4 -0
- package/esm/visualizations/chart/utils/axis.js +666 -0
- package/esm/visualizations/chart/utils/bar.js +952 -0
- package/esm/visualizations/chart/utils/chart.js +314 -0
- package/esm/visualizations/chart/utils/context.js +22 -0
- package/esm/visualizations/chart/utils/gradient.js +270 -0
- package/esm/visualizations/chart/utils/index.js +13 -0
- package/esm/visualizations/chart/utils/interpolate.js +644 -0
- package/esm/visualizations/chart/utils/path.js +254 -0
- package/esm/visualizations/chart/utils/point.js +214 -0
- package/esm/visualizations/chart/utils/scale.js +59 -0
- package/esm/visualizations/chart/utils/scrubber.js +137 -0
- package/esm/visualizations/chart/utils/transition.js +132 -0
- package/esm/visualizations/index.js +3 -1
- package/esm/visualizations/sparkline/Counter.css +3 -0
- package/esm/visualizations/sparkline/Counter.js +35 -0
- package/esm/visualizations/sparkline/Sparkline.js +165 -0
- package/esm/visualizations/sparkline/SparklineArea.js +19 -0
- package/esm/visualizations/sparkline/SparklineAreaPattern.js +37 -0
- package/esm/visualizations/sparkline/SparklineGradient.js +31 -0
- package/esm/visualizations/sparkline/SparklinePath.js +19 -0
- package/esm/visualizations/sparkline/__figma__/Sparkline.figma.js +24 -0
- package/esm/visualizations/sparkline/generateSparklineWithId.js +7 -0
- package/esm/visualizations/sparkline/index.js +5 -0
- package/esm/visualizations/sparkline/sparkline-interactive/InnerSparklineInteractiveProvider.js +21 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractive.js +318 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveAnimatedPath.js +108 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.css +2 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverDate.js +27 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.css +2 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveHoverPrice.js +25 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.css +4 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveLineVertical.js +65 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.css +1 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveMarkerDates.js +85 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractivePaths.js +56 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractivePeriodSelector.js +71 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveProvider.js +45 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.css +5 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubHandler.js +201 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveScrubProvider.js +39 -0
- package/esm/visualizations/sparkline/sparkline-interactive/SparklineInteractiveTimeseriesPaths.js +92 -0
- package/esm/visualizations/sparkline/sparkline-interactive/__figma__/SparklineInteractive.figma.js +89 -0
- package/esm/visualizations/sparkline/sparkline-interactive/fade.css +2 -0
- package/esm/visualizations/sparkline/sparkline-interactive/fade.js +15 -0
- package/esm/visualizations/sparkline/sparkline-interactive/useSparklineInteractiveConstants.js +28 -0
- package/esm/visualizations/sparkline/sparkline-interactive-header/SparklineInteractiveHeader.js +226 -0
- package/esm/visualizations/sparkline/sparkline-interactive-header/__figma__/SparklineInteractiveHeader.figma.js +108 -0
- package/package.json +23 -10
|
@@ -33,6 +33,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
33
33
|
viewport?: import('framer-motion').MotionProps['viewport'];
|
|
34
34
|
inherit?: boolean | undefined;
|
|
35
35
|
style?: import('framer-motion').MotionStyle | undefined;
|
|
36
|
+
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
37
|
+
drag?: boolean | 'x' | 'y' | undefined;
|
|
36
38
|
children?:
|
|
37
39
|
| import('react').ReactNode
|
|
38
40
|
| import('framer-motion').MotionValue<number>
|
|
@@ -58,8 +60,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
58
60
|
onAnimationStart?:
|
|
59
61
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
60
62
|
| undefined;
|
|
61
|
-
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
62
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
63
63
|
transformValues?:
|
|
64
64
|
| (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
|
|
65
65
|
| undefined;
|
|
@@ -946,308 +946,24 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
946
946
|
| import('csstype').Property.Width<0 | (string & {})>
|
|
947
947
|
| import('framer-motion').CustomValueType
|
|
948
948
|
| undefined;
|
|
949
|
-
'--controlSize-switchHeight'?:
|
|
950
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
951
|
-
| import('framer-motion').CustomValueType
|
|
952
|
-
| undefined;
|
|
953
|
-
'--controlSize-switchThumbSize'?:
|
|
954
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
955
|
-
| import('framer-motion').CustomValueType
|
|
956
|
-
| undefined;
|
|
957
|
-
'--controlSize-tileSize'?:
|
|
958
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
959
|
-
| import('framer-motion').CustomValueType
|
|
960
|
-
| undefined;
|
|
961
|
-
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
962
|
-
marker?:
|
|
963
|
-
| import('csstype').Property.Marker
|
|
964
|
-
| import('framer-motion').CustomValueType
|
|
965
|
-
| undefined;
|
|
966
|
-
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
967
|
-
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
968
|
-
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
969
|
-
alignmentBaseline?:
|
|
970
|
-
| 'inherit'
|
|
971
|
-
| 'auto'
|
|
972
|
-
| 'alphabetic'
|
|
973
|
-
| 'hanging'
|
|
974
|
-
| 'ideographic'
|
|
975
|
-
| 'mathematical'
|
|
976
|
-
| 'after-edge'
|
|
977
|
-
| 'baseline'
|
|
978
|
-
| 'before-edge'
|
|
979
|
-
| 'central'
|
|
980
|
-
| 'middle'
|
|
981
|
-
| 'text-after-edge'
|
|
982
|
-
| 'text-before-edge'
|
|
983
|
-
| import('framer-motion').CustomValueType
|
|
984
|
-
| undefined;
|
|
985
|
-
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
986
|
-
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
987
|
-
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
988
|
-
clipRule?:
|
|
989
|
-
| '-moz-initial'
|
|
990
|
-
| 'inherit'
|
|
991
|
-
| 'initial'
|
|
992
|
-
| 'revert'
|
|
993
|
-
| 'revert-layer'
|
|
994
|
-
| 'unset'
|
|
995
|
-
| 'evenodd'
|
|
996
|
-
| 'nonzero'
|
|
997
|
-
| import('framer-motion').CustomValueType
|
|
998
|
-
| undefined;
|
|
999
|
-
colorInterpolation?:
|
|
1000
|
-
| '-moz-initial'
|
|
1001
|
-
| 'inherit'
|
|
1002
|
-
| 'initial'
|
|
1003
|
-
| 'revert'
|
|
1004
|
-
| 'revert-layer'
|
|
1005
|
-
| 'unset'
|
|
1006
|
-
| 'auto'
|
|
1007
|
-
| 'linearRGB'
|
|
1008
|
-
| 'sRGB'
|
|
1009
|
-
| import('framer-motion').CustomValueType
|
|
1010
|
-
| undefined;
|
|
1011
|
-
colorRendering?:
|
|
1012
|
-
| '-moz-initial'
|
|
1013
|
-
| 'inherit'
|
|
1014
|
-
| 'initial'
|
|
1015
|
-
| 'revert'
|
|
1016
|
-
| 'revert-layer'
|
|
1017
|
-
| 'unset'
|
|
1018
|
-
| 'auto'
|
|
1019
|
-
| 'optimizeQuality'
|
|
1020
|
-
| 'optimizeSpeed'
|
|
1021
|
-
| import('framer-motion').CustomValueType
|
|
1022
|
-
| undefined;
|
|
1023
|
-
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1024
|
-
direction?:
|
|
1025
|
-
| '-moz-initial'
|
|
1026
|
-
| 'inherit'
|
|
1027
|
-
| 'initial'
|
|
1028
|
-
| 'revert'
|
|
1029
|
-
| 'revert-layer'
|
|
1030
|
-
| 'unset'
|
|
1031
|
-
| 'ltr'
|
|
1032
|
-
| 'rtl'
|
|
1033
|
-
| import('framer-motion').CustomValueType
|
|
1034
|
-
| undefined;
|
|
1035
|
-
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1036
|
-
dominantBaseline?:
|
|
1037
|
-
| '-moz-initial'
|
|
1038
|
-
| 'inherit'
|
|
1039
|
-
| 'initial'
|
|
1040
|
-
| 'revert'
|
|
1041
|
-
| 'revert-layer'
|
|
1042
|
-
| 'unset'
|
|
1043
|
-
| 'auto'
|
|
1044
|
-
| 'alphabetic'
|
|
1045
|
-
| 'hanging'
|
|
1046
|
-
| 'ideographic'
|
|
1047
|
-
| 'mathematical'
|
|
1048
|
-
| 'central'
|
|
1049
|
-
| 'middle'
|
|
1050
|
-
| 'text-after-edge'
|
|
1051
|
-
| 'text-before-edge'
|
|
1052
|
-
| 'no-change'
|
|
1053
|
-
| 'reset-size'
|
|
1054
|
-
| 'use-script'
|
|
1055
|
-
| import('framer-motion').CustomValueType
|
|
1056
|
-
| undefined;
|
|
1057
|
-
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1058
|
-
fillRule?:
|
|
1059
|
-
| 'inherit'
|
|
1060
|
-
| 'evenodd'
|
|
1061
|
-
| 'nonzero'
|
|
1062
|
-
| import('framer-motion').CustomValueType
|
|
1063
|
-
| undefined;
|
|
1064
|
-
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1065
|
-
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1066
|
-
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1067
|
-
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1068
|
-
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1069
|
-
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1070
|
-
glyphOrientationVertical?:
|
|
1071
|
-
| string
|
|
1072
|
-
| number
|
|
1073
|
-
| import('framer-motion').CustomValueType
|
|
1074
|
-
| undefined;
|
|
1075
|
-
imageRendering?:
|
|
1076
|
-
| '-moz-initial'
|
|
1077
|
-
| 'inherit'
|
|
1078
|
-
| 'initial'
|
|
1079
|
-
| 'revert'
|
|
1080
|
-
| 'revert-layer'
|
|
1081
|
-
| 'unset'
|
|
1082
|
-
| 'auto'
|
|
1083
|
-
| '-moz-crisp-edges'
|
|
1084
|
-
| '-webkit-optimize-contrast'
|
|
1085
|
-
| 'crisp-edges'
|
|
1086
|
-
| 'pixelated'
|
|
1087
|
-
| import('framer-motion').CustomValueType
|
|
1088
|
-
| undefined;
|
|
1089
|
-
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1090
|
-
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1091
|
-
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
1092
|
-
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
1093
|
-
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
1094
|
-
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1095
|
-
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1096
|
-
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1097
|
-
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1098
|
-
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
1099
|
-
pointerEvents?:
|
|
1100
|
-
| 'fill'
|
|
1101
|
-
| '-moz-initial'
|
|
1102
|
-
| 'inherit'
|
|
1103
|
-
| 'initial'
|
|
1104
|
-
| 'revert'
|
|
1105
|
-
| 'revert-layer'
|
|
1106
|
-
| 'unset'
|
|
1107
|
-
| 'none'
|
|
1108
|
-
| 'auto'
|
|
1109
|
-
| 'stroke'
|
|
1110
|
-
| 'all'
|
|
1111
|
-
| 'visible'
|
|
1112
|
-
| 'painted'
|
|
1113
|
-
| 'visibleFill'
|
|
1114
|
-
| 'visiblePainted'
|
|
1115
|
-
| 'visibleStroke'
|
|
1116
|
-
| import('framer-motion').CustomValueType
|
|
1117
|
-
| undefined;
|
|
1118
|
-
shapeRendering?:
|
|
1119
|
-
| '-moz-initial'
|
|
1120
|
-
| 'inherit'
|
|
1121
|
-
| 'initial'
|
|
1122
|
-
| 'revert'
|
|
1123
|
-
| 'revert-layer'
|
|
1124
|
-
| 'unset'
|
|
1125
|
-
| 'auto'
|
|
1126
|
-
| 'optimizeSpeed'
|
|
1127
|
-
| 'crispEdges'
|
|
1128
|
-
| 'geometricPrecision'
|
|
1129
|
-
| import('framer-motion').CustomValueType
|
|
1130
|
-
| undefined;
|
|
1131
|
-
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1132
|
-
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1133
|
-
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
1134
|
-
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1135
|
-
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1136
|
-
strokeLinecap?:
|
|
1137
|
-
| 'inherit'
|
|
1138
|
-
| 'round'
|
|
1139
|
-
| 'butt'
|
|
1140
|
-
| 'square'
|
|
1141
|
-
| import('framer-motion').CustomValueType
|
|
1142
|
-
| undefined;
|
|
1143
|
-
strokeLinejoin?:
|
|
1144
|
-
| 'inherit'
|
|
1145
|
-
| 'round'
|
|
1146
|
-
| 'bevel'
|
|
1147
|
-
| 'miter'
|
|
1148
|
-
| import('framer-motion').CustomValueType
|
|
1149
|
-
| undefined;
|
|
1150
|
-
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1151
|
-
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1152
|
-
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1153
|
-
textAnchor?:
|
|
1154
|
-
| '-moz-initial'
|
|
1155
|
-
| 'inherit'
|
|
1156
|
-
| 'initial'
|
|
1157
|
-
| 'revert'
|
|
1158
|
-
| 'revert-layer'
|
|
1159
|
-
| 'unset'
|
|
1160
|
-
| 'end'
|
|
1161
|
-
| 'start'
|
|
1162
|
-
| 'middle'
|
|
1163
|
-
| import('framer-motion').CustomValueType
|
|
1164
|
-
| undefined;
|
|
1165
|
-
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1166
|
-
textRendering?:
|
|
1167
|
-
| '-moz-initial'
|
|
1168
|
-
| 'inherit'
|
|
1169
|
-
| 'initial'
|
|
1170
|
-
| 'revert'
|
|
1171
|
-
| 'revert-layer'
|
|
1172
|
-
| 'unset'
|
|
1173
|
-
| 'auto'
|
|
1174
|
-
| 'optimizeSpeed'
|
|
1175
|
-
| 'geometricPrecision'
|
|
1176
|
-
| 'optimizeLegibility'
|
|
1177
|
-
| import('framer-motion').CustomValueType
|
|
1178
|
-
| undefined;
|
|
1179
|
-
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1180
|
-
unicodeBidi?:
|
|
1181
|
-
| '-moz-initial'
|
|
1182
|
-
| 'inherit'
|
|
1183
|
-
| 'initial'
|
|
1184
|
-
| 'revert'
|
|
1185
|
-
| 'revert-layer'
|
|
1186
|
-
| 'unset'
|
|
1187
|
-
| 'normal'
|
|
1188
|
-
| 'embed'
|
|
1189
|
-
| '-moz-isolate'
|
|
1190
|
-
| '-moz-isolate-override'
|
|
1191
|
-
| '-moz-plaintext'
|
|
1192
|
-
| '-webkit-isolate'
|
|
1193
|
-
| '-webkit-isolate-override'
|
|
1194
|
-
| '-webkit-plaintext'
|
|
1195
|
-
| 'bidi-override'
|
|
1196
|
-
| 'isolate'
|
|
1197
|
-
| 'isolate-override'
|
|
1198
|
-
| 'plaintext'
|
|
1199
|
-
| import('framer-motion').CustomValueType
|
|
1200
|
-
| undefined;
|
|
1201
|
-
vectorEffect?:
|
|
1202
|
-
| '-moz-initial'
|
|
1203
|
-
| 'inherit'
|
|
1204
|
-
| 'initial'
|
|
1205
|
-
| 'revert'
|
|
1206
|
-
| 'revert-layer'
|
|
1207
|
-
| 'unset'
|
|
1208
|
-
| 'none'
|
|
1209
|
-
| 'non-scaling-stroke'
|
|
1210
|
-
| import('framer-motion').CustomValueType
|
|
1211
|
-
| undefined;
|
|
1212
|
-
visibility?:
|
|
1213
|
-
| '-moz-initial'
|
|
1214
|
-
| 'inherit'
|
|
1215
|
-
| 'initial'
|
|
1216
|
-
| 'revert'
|
|
1217
|
-
| 'revert-layer'
|
|
1218
|
-
| 'unset'
|
|
1219
|
-
| 'hidden'
|
|
1220
|
-
| 'visible'
|
|
1221
|
-
| 'collapse'
|
|
1222
|
-
| import('framer-motion').CustomValueType
|
|
1223
|
-
| undefined;
|
|
1224
|
-
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1225
|
-
writingMode?:
|
|
1226
|
-
| '-moz-initial'
|
|
1227
|
-
| 'inherit'
|
|
1228
|
-
| 'initial'
|
|
1229
|
-
| 'revert'
|
|
1230
|
-
| 'revert-layer'
|
|
1231
|
-
| 'unset'
|
|
1232
|
-
| 'horizontal-tb'
|
|
1233
|
-
| 'sideways-lr'
|
|
1234
|
-
| 'sideways-rl'
|
|
1235
|
-
| 'vertical-lr'
|
|
1236
|
-
| 'vertical-rl'
|
|
949
|
+
'--controlSize-switchHeight'?:
|
|
950
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
1237
951
|
| import('framer-motion').CustomValueType
|
|
1238
952
|
| undefined;
|
|
1239
|
-
|
|
1240
|
-
| import('csstype').Property.
|
|
953
|
+
'--controlSize-switchThumbSize'?:
|
|
954
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
1241
955
|
| import('framer-motion').CustomValueType
|
|
1242
956
|
| undefined;
|
|
1243
|
-
|
|
1244
|
-
| import('csstype').Property.
|
|
957
|
+
'--controlSize-tileSize'?:
|
|
958
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
1245
959
|
| import('framer-motion').CustomValueType
|
|
1246
960
|
| undefined;
|
|
1247
|
-
|
|
1248
|
-
|
|
961
|
+
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
962
|
+
marker?:
|
|
963
|
+
| import('csstype').Property.Marker
|
|
1249
964
|
| import('framer-motion').CustomValueType
|
|
1250
965
|
| undefined;
|
|
966
|
+
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
1251
967
|
top?:
|
|
1252
968
|
| import('csstype').Property.Top<string | number>
|
|
1253
969
|
| import('framer-motion').CustomValueType
|
|
@@ -1265,6 +981,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1265
981
|
| import('framer-motion').CustomValueType
|
|
1266
982
|
| undefined;
|
|
1267
983
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
984
|
+
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
985
|
+
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1268
986
|
minWidth?:
|
|
1269
987
|
| import('csstype').Property.MinWidth<string | number>
|
|
1270
988
|
| import('framer-motion').CustomValueType
|
|
@@ -1285,6 +1003,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1285
1003
|
| import('csstype').Property.AspectRatio
|
|
1286
1004
|
| import('framer-motion').CustomValueType
|
|
1287
1005
|
| undefined;
|
|
1006
|
+
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
1288
1007
|
flexBasis?:
|
|
1289
1008
|
| import('csstype').Property.FlexBasis<string | number>
|
|
1290
1009
|
| import('framer-motion').CustomValueType
|
|
@@ -1357,6 +1076,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1357
1076
|
| import('csstype').Property.GridArea
|
|
1358
1077
|
| import('framer-motion').CustomValueType
|
|
1359
1078
|
| undefined;
|
|
1079
|
+
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1360
1080
|
zIndex?:
|
|
1361
1081
|
| import('csstype').Property.ZIndex
|
|
1362
1082
|
| import('framer-motion').CustomValueType
|
|
@@ -1429,10 +1149,13 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1429
1149
|
| import('csstype').Property.MarginBottom<string | number>
|
|
1430
1150
|
| import('framer-motion').CustomValueType
|
|
1431
1151
|
| undefined;
|
|
1152
|
+
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1432
1153
|
userSelect?:
|
|
1433
1154
|
| import('csstype').Property.UserSelect
|
|
1434
1155
|
| import('framer-motion').CustomValueType
|
|
1435
1156
|
| undefined;
|
|
1157
|
+
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
1158
|
+
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
1436
1159
|
justifyContent?:
|
|
1437
1160
|
| import('csstype').Property.JustifyContent
|
|
1438
1161
|
| import('framer-motion').CustomValueType
|
|
@@ -1465,6 +1188,22 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1465
1188
|
| import('csstype').Property.TextAlign
|
|
1466
1189
|
| import('framer-motion').CustomValueType
|
|
1467
1190
|
| undefined;
|
|
1191
|
+
visibility?:
|
|
1192
|
+
| '-moz-initial'
|
|
1193
|
+
| 'inherit'
|
|
1194
|
+
| 'initial'
|
|
1195
|
+
| 'revert'
|
|
1196
|
+
| 'revert-layer'
|
|
1197
|
+
| 'unset'
|
|
1198
|
+
| 'hidden'
|
|
1199
|
+
| 'visible'
|
|
1200
|
+
| 'collapse'
|
|
1201
|
+
| import('framer-motion').CustomValueType
|
|
1202
|
+
| undefined;
|
|
1203
|
+
content?:
|
|
1204
|
+
| import('csstype').Property.Content
|
|
1205
|
+
| import('framer-motion').CustomValueType
|
|
1206
|
+
| undefined;
|
|
1468
1207
|
accentColor?:
|
|
1469
1208
|
| import('csstype').Property.AccentColor
|
|
1470
1209
|
| import('framer-motion').CustomValueType
|
|
@@ -1857,6 +1596,18 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1857
1596
|
| import('csstype').Property.CounterSet
|
|
1858
1597
|
| import('framer-motion').CustomValueType
|
|
1859
1598
|
| undefined;
|
|
1599
|
+
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
1600
|
+
direction?:
|
|
1601
|
+
| '-moz-initial'
|
|
1602
|
+
| 'inherit'
|
|
1603
|
+
| 'initial'
|
|
1604
|
+
| 'revert'
|
|
1605
|
+
| 'revert-layer'
|
|
1606
|
+
| 'unset'
|
|
1607
|
+
| 'ltr'
|
|
1608
|
+
| 'rtl'
|
|
1609
|
+
| import('framer-motion').CustomValueType
|
|
1610
|
+
| undefined;
|
|
1860
1611
|
emptyCells?:
|
|
1861
1612
|
| import('csstype').Property.EmptyCells
|
|
1862
1613
|
| import('framer-motion').CustomValueType
|
|
@@ -1885,10 +1636,13 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1885
1636
|
| import('csstype').Property.FontPalette
|
|
1886
1637
|
| import('framer-motion').CustomValueType
|
|
1887
1638
|
| undefined;
|
|
1639
|
+
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
1888
1640
|
fontSmooth?:
|
|
1889
1641
|
| import('csstype').Property.FontSmooth<string | number>
|
|
1890
1642
|
| import('framer-motion').CustomValueType
|
|
1891
1643
|
| undefined;
|
|
1644
|
+
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
1645
|
+
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
1892
1646
|
fontSynthesis?:
|
|
1893
1647
|
| import('csstype').Property.FontSynthesis
|
|
1894
1648
|
| import('framer-motion').CustomValueType
|
|
@@ -1909,6 +1663,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1909
1663
|
| import('csstype').Property.FontSynthesisWeight
|
|
1910
1664
|
| import('framer-motion').CustomValueType
|
|
1911
1665
|
| undefined;
|
|
1666
|
+
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
1912
1667
|
fontVariantAlternates?:
|
|
1913
1668
|
| import('csstype').Property.FontVariantAlternates
|
|
1914
1669
|
| import('framer-motion').CustomValueType
|
|
@@ -1965,6 +1720,20 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1965
1720
|
| import('csstype').Property.ImageOrientation
|
|
1966
1721
|
| import('framer-motion').CustomValueType
|
|
1967
1722
|
| undefined;
|
|
1723
|
+
imageRendering?:
|
|
1724
|
+
| '-moz-initial'
|
|
1725
|
+
| 'inherit'
|
|
1726
|
+
| 'initial'
|
|
1727
|
+
| 'revert'
|
|
1728
|
+
| 'revert-layer'
|
|
1729
|
+
| 'unset'
|
|
1730
|
+
| 'auto'
|
|
1731
|
+
| '-moz-crisp-edges'
|
|
1732
|
+
| '-webkit-optimize-contrast'
|
|
1733
|
+
| 'crisp-edges'
|
|
1734
|
+
| 'pixelated'
|
|
1735
|
+
| import('framer-motion').CustomValueType
|
|
1736
|
+
| undefined;
|
|
1968
1737
|
imageResolution?:
|
|
1969
1738
|
| import('csstype').Property.ImageResolution
|
|
1970
1739
|
| import('framer-motion').CustomValueType
|
|
@@ -2013,6 +1782,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2013
1782
|
| import('csstype').Property.JustifyTracks
|
|
2014
1783
|
| import('framer-motion').CustomValueType
|
|
2015
1784
|
| undefined;
|
|
1785
|
+
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2016
1786
|
lineBreak?:
|
|
2017
1787
|
| import('csstype').Property.LineBreak
|
|
2018
1788
|
| import('framer-motion').CustomValueType
|
|
@@ -2205,6 +1975,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2205
1975
|
| import('csstype').Property.OffsetRotate
|
|
2206
1976
|
| import('framer-motion').CustomValueType
|
|
2207
1977
|
| undefined;
|
|
1978
|
+
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2208
1979
|
orphans?:
|
|
2209
1980
|
| import('csstype').Property.Orphans
|
|
2210
1981
|
| import('framer-motion').CustomValueType
|
|
@@ -2317,10 +2088,30 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2317
2088
|
| import('csstype').Property.PageBreakInside
|
|
2318
2089
|
| import('framer-motion').CustomValueType
|
|
2319
2090
|
| undefined;
|
|
2091
|
+
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
2320
2092
|
perspectiveOrigin?:
|
|
2321
2093
|
| import('csstype').Property.PerspectiveOrigin<string | number>
|
|
2322
2094
|
| import('framer-motion').CustomValueType
|
|
2323
2095
|
| undefined;
|
|
2096
|
+
pointerEvents?:
|
|
2097
|
+
| 'fill'
|
|
2098
|
+
| '-moz-initial'
|
|
2099
|
+
| 'inherit'
|
|
2100
|
+
| 'initial'
|
|
2101
|
+
| 'revert'
|
|
2102
|
+
| 'revert-layer'
|
|
2103
|
+
| 'unset'
|
|
2104
|
+
| 'none'
|
|
2105
|
+
| 'auto'
|
|
2106
|
+
| 'all'
|
|
2107
|
+
| 'stroke'
|
|
2108
|
+
| 'visible'
|
|
2109
|
+
| 'painted'
|
|
2110
|
+
| 'visibleFill'
|
|
2111
|
+
| 'visiblePainted'
|
|
2112
|
+
| 'visibleStroke'
|
|
2113
|
+
| import('framer-motion').CustomValueType
|
|
2114
|
+
| undefined;
|
|
2324
2115
|
printColorAdjust?:
|
|
2325
2116
|
| import('csstype').Property.PrintColorAdjust
|
|
2326
2117
|
| import('framer-motion').CustomValueType
|
|
@@ -2541,6 +2332,19 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2541
2332
|
| import('csstype').Property.TextOverflow
|
|
2542
2333
|
| import('framer-motion').CustomValueType
|
|
2543
2334
|
| undefined;
|
|
2335
|
+
textRendering?:
|
|
2336
|
+
| '-moz-initial'
|
|
2337
|
+
| 'inherit'
|
|
2338
|
+
| 'initial'
|
|
2339
|
+
| 'revert'
|
|
2340
|
+
| 'revert-layer'
|
|
2341
|
+
| 'unset'
|
|
2342
|
+
| 'auto'
|
|
2343
|
+
| 'geometricPrecision'
|
|
2344
|
+
| 'optimizeLegibility'
|
|
2345
|
+
| 'optimizeSpeed'
|
|
2346
|
+
| import('framer-motion').CustomValueType
|
|
2347
|
+
| undefined;
|
|
2544
2348
|
textShadow?:
|
|
2545
2349
|
| import('csstype').Property.TextShadow
|
|
2546
2350
|
| import('framer-motion').CustomValueType
|
|
@@ -2601,6 +2405,31 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2601
2405
|
| import('csstype').Property.TransitionTimingFunction
|
|
2602
2406
|
| import('framer-motion').CustomValueType
|
|
2603
2407
|
| undefined;
|
|
2408
|
+
translate?:
|
|
2409
|
+
| import('csstype').Property.Translate<string | number>
|
|
2410
|
+
| import('framer-motion').CustomValueType
|
|
2411
|
+
| undefined;
|
|
2412
|
+
unicodeBidi?:
|
|
2413
|
+
| '-moz-initial'
|
|
2414
|
+
| 'inherit'
|
|
2415
|
+
| 'initial'
|
|
2416
|
+
| 'revert'
|
|
2417
|
+
| 'revert-layer'
|
|
2418
|
+
| 'unset'
|
|
2419
|
+
| 'normal'
|
|
2420
|
+
| 'embed'
|
|
2421
|
+
| 'isolate'
|
|
2422
|
+
| '-moz-isolate'
|
|
2423
|
+
| '-moz-isolate-override'
|
|
2424
|
+
| '-moz-plaintext'
|
|
2425
|
+
| '-webkit-isolate'
|
|
2426
|
+
| '-webkit-isolate-override'
|
|
2427
|
+
| '-webkit-plaintext'
|
|
2428
|
+
| 'bidi-override'
|
|
2429
|
+
| 'isolate-override'
|
|
2430
|
+
| 'plaintext'
|
|
2431
|
+
| import('framer-motion').CustomValueType
|
|
2432
|
+
| undefined;
|
|
2604
2433
|
verticalAlign?:
|
|
2605
2434
|
| import('csstype').Property.VerticalAlign<string | number>
|
|
2606
2435
|
| import('framer-motion').CustomValueType
|
|
@@ -2645,10 +2474,25 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2645
2474
|
| import('csstype').Property.WordBreak
|
|
2646
2475
|
| import('framer-motion').CustomValueType
|
|
2647
2476
|
| undefined;
|
|
2477
|
+
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2648
2478
|
wordWrap?:
|
|
2649
2479
|
| import('csstype').Property.WordWrap
|
|
2650
2480
|
| import('framer-motion').CustomValueType
|
|
2651
2481
|
| undefined;
|
|
2482
|
+
writingMode?:
|
|
2483
|
+
| '-moz-initial'
|
|
2484
|
+
| 'inherit'
|
|
2485
|
+
| 'initial'
|
|
2486
|
+
| 'revert'
|
|
2487
|
+
| 'revert-layer'
|
|
2488
|
+
| 'unset'
|
|
2489
|
+
| 'horizontal-tb'
|
|
2490
|
+
| 'sideways-lr'
|
|
2491
|
+
| 'sideways-rl'
|
|
2492
|
+
| 'vertical-lr'
|
|
2493
|
+
| 'vertical-rl'
|
|
2494
|
+
| import('framer-motion').CustomValueType
|
|
2495
|
+
| undefined;
|
|
2652
2496
|
zoom?:
|
|
2653
2497
|
| import('csstype').Property.Zoom
|
|
2654
2498
|
| import('framer-motion').CustomValueType
|
|
@@ -2665,6 +2509,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2665
2509
|
| import('csstype').Property.BackgroundPosition<string | number>
|
|
2666
2510
|
| import('framer-motion').CustomValueType
|
|
2667
2511
|
| undefined;
|
|
2512
|
+
border?:
|
|
2513
|
+
| import('csstype').Property.Border<string | number>
|
|
2514
|
+
| import('framer-motion').CustomValueType
|
|
2515
|
+
| undefined;
|
|
2668
2516
|
borderBlock?:
|
|
2669
2517
|
| import('csstype').Property.BorderBlock<string | number>
|
|
2670
2518
|
| import('framer-motion').CustomValueType
|
|
@@ -2781,6 +2629,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2781
2629
|
| import('csstype').Property.Offset<string | number>
|
|
2782
2630
|
| import('framer-motion').CustomValueType
|
|
2783
2631
|
| undefined;
|
|
2632
|
+
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
2784
2633
|
outline?:
|
|
2785
2634
|
| import('csstype').Property.Outline<string | number>
|
|
2786
2635
|
| import('framer-motion').CustomValueType
|
|
@@ -3829,6 +3678,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
3829
3678
|
| import('csstype').Property.Transition<string & {}>
|
|
3830
3679
|
| import('framer-motion').CustomValueType
|
|
3831
3680
|
| undefined;
|
|
3681
|
+
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
3832
3682
|
boxAlign?:
|
|
3833
3683
|
| import('csstype').Property.BoxAlign
|
|
3834
3684
|
| import('framer-motion').CustomValueType
|
|
@@ -3861,6 +3711,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
3861
3711
|
| import('csstype').Property.BoxPack
|
|
3862
3712
|
| import('framer-motion').CustomValueType
|
|
3863
3713
|
| undefined;
|
|
3714
|
+
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
3864
3715
|
gridColumnGap?:
|
|
3865
3716
|
| import('csstype').Property.GridColumnGap<string | number>
|
|
3866
3717
|
| import('framer-motion').CustomValueType
|
|
@@ -4229,24 +4080,173 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
4229
4080
|
| import('csstype').Property.BoxFlex
|
|
4230
4081
|
| import('framer-motion').CustomValueType
|
|
4231
4082
|
| undefined;
|
|
4232
|
-
WebkitBoxFlexGroup?:
|
|
4233
|
-
| import('csstype').Property.BoxFlexGroup
|
|
4083
|
+
WebkitBoxFlexGroup?:
|
|
4084
|
+
| import('csstype').Property.BoxFlexGroup
|
|
4085
|
+
| import('framer-motion').CustomValueType
|
|
4086
|
+
| undefined;
|
|
4087
|
+
WebkitBoxLines?:
|
|
4088
|
+
| import('csstype').Property.BoxLines
|
|
4089
|
+
| import('framer-motion').CustomValueType
|
|
4090
|
+
| undefined;
|
|
4091
|
+
WebkitBoxOrdinalGroup?:
|
|
4092
|
+
| import('csstype').Property.BoxOrdinalGroup
|
|
4093
|
+
| import('framer-motion').CustomValueType
|
|
4094
|
+
| undefined;
|
|
4095
|
+
WebkitBoxOrient?:
|
|
4096
|
+
| import('csstype').Property.BoxOrient
|
|
4097
|
+
| import('framer-motion').CustomValueType
|
|
4098
|
+
| undefined;
|
|
4099
|
+
WebkitBoxPack?:
|
|
4100
|
+
| import('csstype').Property.BoxPack
|
|
4101
|
+
| import('framer-motion').CustomValueType
|
|
4102
|
+
| undefined;
|
|
4103
|
+
alignmentBaseline?:
|
|
4104
|
+
| 'inherit'
|
|
4105
|
+
| 'auto'
|
|
4106
|
+
| 'baseline'
|
|
4107
|
+
| 'middle'
|
|
4108
|
+
| 'after-edge'
|
|
4109
|
+
| 'alphabetic'
|
|
4110
|
+
| 'before-edge'
|
|
4111
|
+
| 'central'
|
|
4112
|
+
| 'hanging'
|
|
4113
|
+
| 'ideographic'
|
|
4114
|
+
| 'mathematical'
|
|
4115
|
+
| 'text-after-edge'
|
|
4116
|
+
| 'text-before-edge'
|
|
4117
|
+
| import('framer-motion').CustomValueType
|
|
4118
|
+
| undefined;
|
|
4119
|
+
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4120
|
+
clipRule?:
|
|
4121
|
+
| '-moz-initial'
|
|
4122
|
+
| 'inherit'
|
|
4123
|
+
| 'initial'
|
|
4124
|
+
| 'revert'
|
|
4125
|
+
| 'revert-layer'
|
|
4126
|
+
| 'unset'
|
|
4127
|
+
| 'evenodd'
|
|
4128
|
+
| 'nonzero'
|
|
4129
|
+
| import('framer-motion').CustomValueType
|
|
4130
|
+
| undefined;
|
|
4131
|
+
colorInterpolation?:
|
|
4132
|
+
| '-moz-initial'
|
|
4133
|
+
| 'inherit'
|
|
4134
|
+
| 'initial'
|
|
4135
|
+
| 'revert'
|
|
4136
|
+
| 'revert-layer'
|
|
4137
|
+
| 'unset'
|
|
4138
|
+
| 'auto'
|
|
4139
|
+
| 'linearRGB'
|
|
4140
|
+
| 'sRGB'
|
|
4141
|
+
| import('framer-motion').CustomValueType
|
|
4142
|
+
| undefined;
|
|
4143
|
+
colorRendering?:
|
|
4144
|
+
| '-moz-initial'
|
|
4145
|
+
| 'inherit'
|
|
4146
|
+
| 'initial'
|
|
4147
|
+
| 'revert'
|
|
4148
|
+
| 'revert-layer'
|
|
4149
|
+
| 'unset'
|
|
4150
|
+
| 'auto'
|
|
4151
|
+
| 'optimizeSpeed'
|
|
4152
|
+
| 'optimizeQuality'
|
|
4153
|
+
| import('framer-motion').CustomValueType
|
|
4154
|
+
| undefined;
|
|
4155
|
+
dominantBaseline?:
|
|
4156
|
+
| '-moz-initial'
|
|
4157
|
+
| 'inherit'
|
|
4158
|
+
| 'initial'
|
|
4159
|
+
| 'revert'
|
|
4160
|
+
| 'revert-layer'
|
|
4161
|
+
| 'unset'
|
|
4162
|
+
| 'auto'
|
|
4163
|
+
| 'middle'
|
|
4164
|
+
| 'alphabetic'
|
|
4165
|
+
| 'central'
|
|
4166
|
+
| 'hanging'
|
|
4167
|
+
| 'ideographic'
|
|
4168
|
+
| 'mathematical'
|
|
4169
|
+
| 'text-after-edge'
|
|
4170
|
+
| 'text-before-edge'
|
|
4171
|
+
| 'no-change'
|
|
4172
|
+
| 'reset-size'
|
|
4173
|
+
| 'use-script'
|
|
4174
|
+
| import('framer-motion').CustomValueType
|
|
4175
|
+
| undefined;
|
|
4176
|
+
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4177
|
+
fillRule?:
|
|
4178
|
+
| 'inherit'
|
|
4179
|
+
| 'evenodd'
|
|
4180
|
+
| 'nonzero'
|
|
4181
|
+
| import('framer-motion').CustomValueType
|
|
4182
|
+
| undefined;
|
|
4183
|
+
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4184
|
+
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4185
|
+
glyphOrientationVertical?:
|
|
4186
|
+
| string
|
|
4187
|
+
| number
|
|
4188
|
+
| import('framer-motion').CustomValueType
|
|
4189
|
+
| undefined;
|
|
4190
|
+
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4191
|
+
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
4192
|
+
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
4193
|
+
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
4194
|
+
shapeRendering?:
|
|
4195
|
+
| '-moz-initial'
|
|
4196
|
+
| 'inherit'
|
|
4197
|
+
| 'initial'
|
|
4198
|
+
| 'revert'
|
|
4199
|
+
| 'revert-layer'
|
|
4200
|
+
| 'unset'
|
|
4201
|
+
| 'auto'
|
|
4202
|
+
| 'geometricPrecision'
|
|
4203
|
+
| 'optimizeSpeed'
|
|
4204
|
+
| 'crispEdges'
|
|
4234
4205
|
| import('framer-motion').CustomValueType
|
|
4235
4206
|
| undefined;
|
|
4236
|
-
|
|
4237
|
-
|
|
4207
|
+
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
4208
|
+
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4209
|
+
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
4210
|
+
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4211
|
+
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4212
|
+
strokeLinecap?:
|
|
4213
|
+
| 'inherit'
|
|
4214
|
+
| 'round'
|
|
4215
|
+
| 'butt'
|
|
4216
|
+
| 'square'
|
|
4238
4217
|
| import('framer-motion').CustomValueType
|
|
4239
4218
|
| undefined;
|
|
4240
|
-
|
|
4241
|
-
|
|
|
4219
|
+
strokeLinejoin?:
|
|
4220
|
+
| 'inherit'
|
|
4221
|
+
| 'round'
|
|
4222
|
+
| 'bevel'
|
|
4223
|
+
| 'miter'
|
|
4242
4224
|
| import('framer-motion').CustomValueType
|
|
4243
4225
|
| undefined;
|
|
4244
|
-
|
|
4245
|
-
|
|
4226
|
+
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4227
|
+
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4228
|
+
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
4229
|
+
textAnchor?:
|
|
4230
|
+
| '-moz-initial'
|
|
4231
|
+
| 'inherit'
|
|
4232
|
+
| 'initial'
|
|
4233
|
+
| 'revert'
|
|
4234
|
+
| 'revert-layer'
|
|
4235
|
+
| 'unset'
|
|
4236
|
+
| 'end'
|
|
4237
|
+
| 'start'
|
|
4238
|
+
| 'middle'
|
|
4246
4239
|
| import('framer-motion').CustomValueType
|
|
4247
4240
|
| undefined;
|
|
4248
|
-
|
|
4249
|
-
|
|
|
4241
|
+
vectorEffect?:
|
|
4242
|
+
| '-moz-initial'
|
|
4243
|
+
| 'inherit'
|
|
4244
|
+
| 'initial'
|
|
4245
|
+
| 'revert'
|
|
4246
|
+
| 'revert-layer'
|
|
4247
|
+
| 'unset'
|
|
4248
|
+
| 'none'
|
|
4249
|
+
| 'non-scaling-stroke'
|
|
4250
4250
|
| import('framer-motion').CustomValueType
|
|
4251
4251
|
| undefined;
|
|
4252
4252
|
suppressHydrationWarning?: boolean | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4504,9 +4504,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
4504
4504
|
| undefined;
|
|
4505
4505
|
'aria-autocomplete'?:
|
|
4506
4506
|
| 'none'
|
|
4507
|
-
| 'list'
|
|
4508
4507
|
| 'inline'
|
|
4509
4508
|
| 'both'
|
|
4509
|
+
| 'list'
|
|
4510
4510
|
| import('framer-motion').CustomValueType
|
|
4511
4511
|
| undefined;
|
|
4512
4512
|
'aria-braillelabel'?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -4533,10 +4533,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
4533
4533
|
'aria-current'?:
|
|
4534
4534
|
| boolean
|
|
4535
4535
|
| 'time'
|
|
4536
|
-
| 'step'
|
|
4537
4536
|
| 'page'
|
|
4538
4537
|
| 'false'
|
|
4539
4538
|
| 'true'
|
|
4539
|
+
| 'step'
|
|
4540
4540
|
| 'location'
|
|
4541
4541
|
| 'date'
|
|
4542
4542
|
| import('framer-motion').CustomValueType
|
|
@@ -5276,6 +5276,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
5276
5276
|
| import('react').UIEventHandler<SVGElement>
|
|
5277
5277
|
| import('framer-motion').CustomValueType
|
|
5278
5278
|
| undefined;
|
|
5279
|
+
onScrollEnd?:
|
|
5280
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5281
|
+
| import('framer-motion').CustomValueType
|
|
5282
|
+
| undefined;
|
|
5283
|
+
onScrollEndCapture?:
|
|
5284
|
+
| import('react').UIEventHandler<SVGElement>
|
|
5285
|
+
| import('framer-motion').CustomValueType
|
|
5286
|
+
| undefined;
|
|
5279
5287
|
onWheel?:
|
|
5280
5288
|
| import('react').WheelEventHandler<SVGElement>
|
|
5281
5289
|
| import('framer-motion').CustomValueType
|
|
@@ -5308,6 +5316,22 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
5308
5316
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5309
5317
|
| import('framer-motion').CustomValueType
|
|
5310
5318
|
| undefined;
|
|
5319
|
+
onToggle?:
|
|
5320
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5321
|
+
| import('framer-motion').CustomValueType
|
|
5322
|
+
| undefined;
|
|
5323
|
+
onBeforeToggle?:
|
|
5324
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
5325
|
+
| import('framer-motion').CustomValueType
|
|
5326
|
+
| undefined;
|
|
5327
|
+
onTransitionCancel?:
|
|
5328
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5329
|
+
| import('framer-motion').CustomValueType
|
|
5330
|
+
| undefined;
|
|
5331
|
+
onTransitionCancelCapture?:
|
|
5332
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5333
|
+
| import('framer-motion').CustomValueType
|
|
5334
|
+
| undefined;
|
|
5311
5335
|
onTransitionEnd?:
|
|
5312
5336
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5313
5337
|
| import('framer-motion').CustomValueType
|
|
@@ -5316,6 +5340,22 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
5316
5340
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5317
5341
|
| import('framer-motion').CustomValueType
|
|
5318
5342
|
| undefined;
|
|
5343
|
+
onTransitionRun?:
|
|
5344
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5345
|
+
| import('framer-motion').CustomValueType
|
|
5346
|
+
| undefined;
|
|
5347
|
+
onTransitionRunCapture?:
|
|
5348
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5349
|
+
| import('framer-motion').CustomValueType
|
|
5350
|
+
| undefined;
|
|
5351
|
+
onTransitionStart?:
|
|
5352
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5353
|
+
| import('framer-motion').CustomValueType
|
|
5354
|
+
| undefined;
|
|
5355
|
+
onTransitionStartCapture?:
|
|
5356
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
5357
|
+
| import('framer-motion').CustomValueType
|
|
5358
|
+
| undefined;
|
|
5319
5359
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
5320
5360
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|
|
5321
5361
|
attrScale?: number | import('framer-motion').CustomValueType | undefined;
|
|
@@ -5610,6 +5650,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
5610
5650
|
viewport?: import('framer-motion').MotionProps['viewport'];
|
|
5611
5651
|
inherit?: boolean | undefined;
|
|
5612
5652
|
style?: import('framer-motion').MotionStyle | undefined;
|
|
5653
|
+
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
5654
|
+
drag?: boolean | 'x' | 'y' | undefined;
|
|
5613
5655
|
children?:
|
|
5614
5656
|
| import('react').ReactNode
|
|
5615
5657
|
| import('framer-motion').MotionValue<number>
|
|
@@ -5635,8 +5677,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
5635
5677
|
onAnimationStart?:
|
|
5636
5678
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
5637
5679
|
| undefined;
|
|
5638
|
-
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
5639
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
5640
5680
|
transformValues?:
|
|
5641
5681
|
| (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
|
|
5642
5682
|
| undefined;
|
|
@@ -6475,356 +6515,72 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6475
6515
|
| import('csstype').Property.TextTransform
|
|
6476
6516
|
| import('framer-motion').CustomValueType
|
|
6477
6517
|
| undefined;
|
|
6478
|
-
'--textTransform-title4'?:
|
|
6479
|
-
| import('csstype').Property.TextTransform
|
|
6480
|
-
| import('framer-motion').CustomValueType
|
|
6481
|
-
| undefined;
|
|
6482
|
-
'--textTransform-headline'?:
|
|
6483
|
-
| import('csstype').Property.TextTransform
|
|
6484
|
-
| import('framer-motion').CustomValueType
|
|
6485
|
-
| undefined;
|
|
6486
|
-
'--textTransform-body'?:
|
|
6487
|
-
| import('csstype').Property.TextTransform
|
|
6488
|
-
| import('framer-motion').CustomValueType
|
|
6489
|
-
| undefined;
|
|
6490
|
-
'--textTransform-label1'?:
|
|
6491
|
-
| import('csstype').Property.TextTransform
|
|
6492
|
-
| import('framer-motion').CustomValueType
|
|
6493
|
-
| undefined;
|
|
6494
|
-
'--textTransform-label2'?:
|
|
6495
|
-
| import('csstype').Property.TextTransform
|
|
6496
|
-
| import('framer-motion').CustomValueType
|
|
6497
|
-
| undefined;
|
|
6498
|
-
'--textTransform-caption'?:
|
|
6499
|
-
| import('csstype').Property.TextTransform
|
|
6500
|
-
| import('framer-motion').CustomValueType
|
|
6501
|
-
| undefined;
|
|
6502
|
-
'--textTransform-legal'?:
|
|
6503
|
-
| import('csstype').Property.TextTransform
|
|
6504
|
-
| import('framer-motion').CustomValueType
|
|
6505
|
-
| undefined;
|
|
6506
|
-
'--shadow-elevation1'?:
|
|
6507
|
-
| import('csstype').Property.BoxShadow
|
|
6508
|
-
| import('framer-motion').CustomValueType
|
|
6509
|
-
| undefined;
|
|
6510
|
-
'--shadow-elevation2'?:
|
|
6511
|
-
| import('csstype').Property.BoxShadow
|
|
6512
|
-
| import('framer-motion').CustomValueType
|
|
6513
|
-
| undefined;
|
|
6514
|
-
'--controlSize-checkboxSize'?:
|
|
6515
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6516
|
-
| import('framer-motion').CustomValueType
|
|
6517
|
-
| undefined;
|
|
6518
|
-
'--controlSize-radioSize'?:
|
|
6519
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6520
|
-
| import('framer-motion').CustomValueType
|
|
6521
|
-
| undefined;
|
|
6522
|
-
'--controlSize-switchWidth'?:
|
|
6523
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6524
|
-
| import('framer-motion').CustomValueType
|
|
6525
|
-
| undefined;
|
|
6526
|
-
'--controlSize-switchHeight'?:
|
|
6527
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6528
|
-
| import('framer-motion').CustomValueType
|
|
6529
|
-
| undefined;
|
|
6530
|
-
'--controlSize-switchThumbSize'?:
|
|
6531
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6532
|
-
| import('framer-motion').CustomValueType
|
|
6533
|
-
| undefined;
|
|
6534
|
-
'--controlSize-tileSize'?:
|
|
6535
|
-
| import('csstype').Property.Width<0 | (string & {})>
|
|
6536
|
-
| import('framer-motion').CustomValueType
|
|
6537
|
-
| undefined;
|
|
6538
|
-
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
6539
|
-
marker?:
|
|
6540
|
-
| import('csstype').Property.Marker
|
|
6541
|
-
| import('framer-motion').CustomValueType
|
|
6542
|
-
| undefined;
|
|
6543
|
-
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
6544
|
-
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6545
|
-
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6546
|
-
alignmentBaseline?:
|
|
6547
|
-
| 'inherit'
|
|
6548
|
-
| 'auto'
|
|
6549
|
-
| 'alphabetic'
|
|
6550
|
-
| 'hanging'
|
|
6551
|
-
| 'ideographic'
|
|
6552
|
-
| 'mathematical'
|
|
6553
|
-
| 'after-edge'
|
|
6554
|
-
| 'baseline'
|
|
6555
|
-
| 'before-edge'
|
|
6556
|
-
| 'central'
|
|
6557
|
-
| 'middle'
|
|
6558
|
-
| 'text-after-edge'
|
|
6559
|
-
| 'text-before-edge'
|
|
6560
|
-
| import('framer-motion').CustomValueType
|
|
6561
|
-
| undefined;
|
|
6562
|
-
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
6563
|
-
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6564
|
-
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
6565
|
-
clipRule?:
|
|
6566
|
-
| '-moz-initial'
|
|
6567
|
-
| 'inherit'
|
|
6568
|
-
| 'initial'
|
|
6569
|
-
| 'revert'
|
|
6570
|
-
| 'revert-layer'
|
|
6571
|
-
| 'unset'
|
|
6572
|
-
| 'evenodd'
|
|
6573
|
-
| 'nonzero'
|
|
6574
|
-
| import('framer-motion').CustomValueType
|
|
6575
|
-
| undefined;
|
|
6576
|
-
colorInterpolation?:
|
|
6577
|
-
| '-moz-initial'
|
|
6578
|
-
| 'inherit'
|
|
6579
|
-
| 'initial'
|
|
6580
|
-
| 'revert'
|
|
6581
|
-
| 'revert-layer'
|
|
6582
|
-
| 'unset'
|
|
6583
|
-
| 'auto'
|
|
6584
|
-
| 'linearRGB'
|
|
6585
|
-
| 'sRGB'
|
|
6586
|
-
| import('framer-motion').CustomValueType
|
|
6587
|
-
| undefined;
|
|
6588
|
-
colorRendering?:
|
|
6589
|
-
| '-moz-initial'
|
|
6590
|
-
| 'inherit'
|
|
6591
|
-
| 'initial'
|
|
6592
|
-
| 'revert'
|
|
6593
|
-
| 'revert-layer'
|
|
6594
|
-
| 'unset'
|
|
6595
|
-
| 'auto'
|
|
6596
|
-
| 'optimizeQuality'
|
|
6597
|
-
| 'optimizeSpeed'
|
|
6598
|
-
| import('framer-motion').CustomValueType
|
|
6599
|
-
| undefined;
|
|
6600
|
-
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
6601
|
-
direction?:
|
|
6602
|
-
| '-moz-initial'
|
|
6603
|
-
| 'inherit'
|
|
6604
|
-
| 'initial'
|
|
6605
|
-
| 'revert'
|
|
6606
|
-
| 'revert-layer'
|
|
6607
|
-
| 'unset'
|
|
6608
|
-
| 'ltr'
|
|
6609
|
-
| 'rtl'
|
|
6610
|
-
| import('framer-motion').CustomValueType
|
|
6611
|
-
| undefined;
|
|
6612
|
-
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
6613
|
-
dominantBaseline?:
|
|
6614
|
-
| '-moz-initial'
|
|
6615
|
-
| 'inherit'
|
|
6616
|
-
| 'initial'
|
|
6617
|
-
| 'revert'
|
|
6618
|
-
| 'revert-layer'
|
|
6619
|
-
| 'unset'
|
|
6620
|
-
| 'auto'
|
|
6621
|
-
| 'alphabetic'
|
|
6622
|
-
| 'hanging'
|
|
6623
|
-
| 'ideographic'
|
|
6624
|
-
| 'mathematical'
|
|
6625
|
-
| 'central'
|
|
6626
|
-
| 'middle'
|
|
6627
|
-
| 'text-after-edge'
|
|
6628
|
-
| 'text-before-edge'
|
|
6629
|
-
| 'no-change'
|
|
6630
|
-
| 'reset-size'
|
|
6631
|
-
| 'use-script'
|
|
6632
|
-
| import('framer-motion').CustomValueType
|
|
6633
|
-
| undefined;
|
|
6634
|
-
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6635
|
-
fillRule?:
|
|
6636
|
-
| 'inherit'
|
|
6637
|
-
| 'evenodd'
|
|
6638
|
-
| 'nonzero'
|
|
6518
|
+
'--textTransform-title4'?:
|
|
6519
|
+
| import('csstype').Property.TextTransform
|
|
6639
6520
|
| import('framer-motion').CustomValueType
|
|
6640
6521
|
| undefined;
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6644
|
-
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
6645
|
-
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
6646
|
-
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
6647
|
-
glyphOrientationVertical?:
|
|
6648
|
-
| string
|
|
6649
|
-
| number
|
|
6522
|
+
'--textTransform-headline'?:
|
|
6523
|
+
| import('csstype').Property.TextTransform
|
|
6650
6524
|
| import('framer-motion').CustomValueType
|
|
6651
6525
|
| undefined;
|
|
6652
|
-
|
|
6653
|
-
| '
|
|
6654
|
-
| 'inherit'
|
|
6655
|
-
| 'initial'
|
|
6656
|
-
| 'revert'
|
|
6657
|
-
| 'revert-layer'
|
|
6658
|
-
| 'unset'
|
|
6659
|
-
| 'auto'
|
|
6660
|
-
| '-moz-crisp-edges'
|
|
6661
|
-
| '-webkit-optimize-contrast'
|
|
6662
|
-
| 'crisp-edges'
|
|
6663
|
-
| 'pixelated'
|
|
6526
|
+
'--textTransform-body'?:
|
|
6527
|
+
| import('csstype').Property.TextTransform
|
|
6664
6528
|
| import('framer-motion').CustomValueType
|
|
6665
6529
|
| undefined;
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
6669
|
-
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
6670
|
-
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
6671
|
-
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6672
|
-
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6673
|
-
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6674
|
-
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
6675
|
-
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
6676
|
-
pointerEvents?:
|
|
6677
|
-
| 'fill'
|
|
6678
|
-
| '-moz-initial'
|
|
6679
|
-
| 'inherit'
|
|
6680
|
-
| 'initial'
|
|
6681
|
-
| 'revert'
|
|
6682
|
-
| 'revert-layer'
|
|
6683
|
-
| 'unset'
|
|
6684
|
-
| 'none'
|
|
6685
|
-
| 'auto'
|
|
6686
|
-
| 'stroke'
|
|
6687
|
-
| 'all'
|
|
6688
|
-
| 'visible'
|
|
6689
|
-
| 'painted'
|
|
6690
|
-
| 'visibleFill'
|
|
6691
|
-
| 'visiblePainted'
|
|
6692
|
-
| 'visibleStroke'
|
|
6530
|
+
'--textTransform-label1'?:
|
|
6531
|
+
| import('csstype').Property.TextTransform
|
|
6693
6532
|
| import('framer-motion').CustomValueType
|
|
6694
6533
|
| undefined;
|
|
6695
|
-
|
|
6696
|
-
| '
|
|
6697
|
-
| 'inherit'
|
|
6698
|
-
| 'initial'
|
|
6699
|
-
| 'revert'
|
|
6700
|
-
| 'revert-layer'
|
|
6701
|
-
| 'unset'
|
|
6702
|
-
| 'auto'
|
|
6703
|
-
| 'optimizeSpeed'
|
|
6704
|
-
| 'crispEdges'
|
|
6705
|
-
| 'geometricPrecision'
|
|
6534
|
+
'--textTransform-label2'?:
|
|
6535
|
+
| import('csstype').Property.TextTransform
|
|
6706
6536
|
| import('framer-motion').CustomValueType
|
|
6707
6537
|
| undefined;
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
6711
|
-
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6712
|
-
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6713
|
-
strokeLinecap?:
|
|
6714
|
-
| 'inherit'
|
|
6715
|
-
| 'round'
|
|
6716
|
-
| 'butt'
|
|
6717
|
-
| 'square'
|
|
6538
|
+
'--textTransform-caption'?:
|
|
6539
|
+
| import('csstype').Property.TextTransform
|
|
6718
6540
|
| import('framer-motion').CustomValueType
|
|
6719
6541
|
| undefined;
|
|
6720
|
-
|
|
6721
|
-
| '
|
|
6722
|
-
| 'round'
|
|
6723
|
-
| 'bevel'
|
|
6724
|
-
| 'miter'
|
|
6542
|
+
'--textTransform-legal'?:
|
|
6543
|
+
| import('csstype').Property.TextTransform
|
|
6725
6544
|
| import('framer-motion').CustomValueType
|
|
6726
6545
|
| undefined;
|
|
6727
|
-
|
|
6728
|
-
|
|
6729
|
-
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6730
|
-
textAnchor?:
|
|
6731
|
-
| '-moz-initial'
|
|
6732
|
-
| 'inherit'
|
|
6733
|
-
| 'initial'
|
|
6734
|
-
| 'revert'
|
|
6735
|
-
| 'revert-layer'
|
|
6736
|
-
| 'unset'
|
|
6737
|
-
| 'end'
|
|
6738
|
-
| 'start'
|
|
6739
|
-
| 'middle'
|
|
6546
|
+
'--shadow-elevation1'?:
|
|
6547
|
+
| import('csstype').Property.BoxShadow
|
|
6740
6548
|
| import('framer-motion').CustomValueType
|
|
6741
6549
|
| undefined;
|
|
6742
|
-
|
|
6743
|
-
|
|
6744
|
-
| '-moz-initial'
|
|
6745
|
-
| 'inherit'
|
|
6746
|
-
| 'initial'
|
|
6747
|
-
| 'revert'
|
|
6748
|
-
| 'revert-layer'
|
|
6749
|
-
| 'unset'
|
|
6750
|
-
| 'auto'
|
|
6751
|
-
| 'optimizeSpeed'
|
|
6752
|
-
| 'geometricPrecision'
|
|
6753
|
-
| 'optimizeLegibility'
|
|
6550
|
+
'--shadow-elevation2'?:
|
|
6551
|
+
| import('csstype').Property.BoxShadow
|
|
6754
6552
|
| import('framer-motion').CustomValueType
|
|
6755
6553
|
| undefined;
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
| '-moz-initial'
|
|
6759
|
-
| 'inherit'
|
|
6760
|
-
| 'initial'
|
|
6761
|
-
| 'revert'
|
|
6762
|
-
| 'revert-layer'
|
|
6763
|
-
| 'unset'
|
|
6764
|
-
| 'normal'
|
|
6765
|
-
| 'embed'
|
|
6766
|
-
| '-moz-isolate'
|
|
6767
|
-
| '-moz-isolate-override'
|
|
6768
|
-
| '-moz-plaintext'
|
|
6769
|
-
| '-webkit-isolate'
|
|
6770
|
-
| '-webkit-isolate-override'
|
|
6771
|
-
| '-webkit-plaintext'
|
|
6772
|
-
| 'bidi-override'
|
|
6773
|
-
| 'isolate'
|
|
6774
|
-
| 'isolate-override'
|
|
6775
|
-
| 'plaintext'
|
|
6554
|
+
'--controlSize-checkboxSize'?:
|
|
6555
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6776
6556
|
| import('framer-motion').CustomValueType
|
|
6777
6557
|
| undefined;
|
|
6778
|
-
|
|
6779
|
-
| '
|
|
6780
|
-
| 'inherit'
|
|
6781
|
-
| 'initial'
|
|
6782
|
-
| 'revert'
|
|
6783
|
-
| 'revert-layer'
|
|
6784
|
-
| 'unset'
|
|
6785
|
-
| 'none'
|
|
6786
|
-
| 'non-scaling-stroke'
|
|
6558
|
+
'--controlSize-radioSize'?:
|
|
6559
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6787
6560
|
| import('framer-motion').CustomValueType
|
|
6788
6561
|
| undefined;
|
|
6789
|
-
|
|
6790
|
-
| '
|
|
6791
|
-
| 'inherit'
|
|
6792
|
-
| 'initial'
|
|
6793
|
-
| 'revert'
|
|
6794
|
-
| 'revert-layer'
|
|
6795
|
-
| 'unset'
|
|
6796
|
-
| 'hidden'
|
|
6797
|
-
| 'visible'
|
|
6798
|
-
| 'collapse'
|
|
6562
|
+
'--controlSize-switchWidth'?:
|
|
6563
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6799
6564
|
| import('framer-motion').CustomValueType
|
|
6800
6565
|
| undefined;
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
| '-moz-initial'
|
|
6804
|
-
| 'inherit'
|
|
6805
|
-
| 'initial'
|
|
6806
|
-
| 'revert'
|
|
6807
|
-
| 'revert-layer'
|
|
6808
|
-
| 'unset'
|
|
6809
|
-
| 'horizontal-tb'
|
|
6810
|
-
| 'sideways-lr'
|
|
6811
|
-
| 'sideways-rl'
|
|
6812
|
-
| 'vertical-lr'
|
|
6813
|
-
| 'vertical-rl'
|
|
6566
|
+
'--controlSize-switchHeight'?:
|
|
6567
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6814
6568
|
| import('framer-motion').CustomValueType
|
|
6815
6569
|
| undefined;
|
|
6816
|
-
|
|
6817
|
-
| import('csstype').Property.
|
|
6570
|
+
'--controlSize-switchThumbSize'?:
|
|
6571
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6818
6572
|
| import('framer-motion').CustomValueType
|
|
6819
6573
|
| undefined;
|
|
6820
|
-
|
|
6821
|
-
| import('csstype').Property.
|
|
6574
|
+
'--controlSize-tileSize'?:
|
|
6575
|
+
| import('csstype').Property.Width<0 | (string & {})>
|
|
6822
6576
|
| import('framer-motion').CustomValueType
|
|
6823
6577
|
| undefined;
|
|
6824
|
-
|
|
6825
|
-
|
|
6578
|
+
clipPath?: string | import('framer-motion').CustomValueType | undefined;
|
|
6579
|
+
marker?:
|
|
6580
|
+
| import('csstype').Property.Marker
|
|
6826
6581
|
| import('framer-motion').CustomValueType
|
|
6827
6582
|
| undefined;
|
|
6583
|
+
mask?: string | import('framer-motion').CustomValueType | undefined;
|
|
6828
6584
|
top?:
|
|
6829
6585
|
| import('csstype').Property.Top<string | number>
|
|
6830
6586
|
| import('framer-motion').CustomValueType
|
|
@@ -6842,6 +6598,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6842
6598
|
| import('framer-motion').CustomValueType
|
|
6843
6599
|
| undefined;
|
|
6844
6600
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
6601
|
+
width?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6602
|
+
height?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6845
6603
|
minWidth?:
|
|
6846
6604
|
| import('csstype').Property.MinWidth<string | number>
|
|
6847
6605
|
| import('framer-motion').CustomValueType
|
|
@@ -6862,6 +6620,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6862
6620
|
| import('csstype').Property.AspectRatio
|
|
6863
6621
|
| import('framer-motion').CustomValueType
|
|
6864
6622
|
| undefined;
|
|
6623
|
+
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
6865
6624
|
flexBasis?:
|
|
6866
6625
|
| import('csstype').Property.FlexBasis<string | number>
|
|
6867
6626
|
| import('framer-motion').CustomValueType
|
|
@@ -6934,6 +6693,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6934
6693
|
| import('csstype').Property.GridArea
|
|
6935
6694
|
| import('framer-motion').CustomValueType
|
|
6936
6695
|
| undefined;
|
|
6696
|
+
opacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
6937
6697
|
zIndex?:
|
|
6938
6698
|
| import('csstype').Property.ZIndex
|
|
6939
6699
|
| import('framer-motion').CustomValueType
|
|
@@ -7006,10 +6766,13 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7006
6766
|
| import('csstype').Property.MarginBottom<string | number>
|
|
7007
6767
|
| import('framer-motion').CustomValueType
|
|
7008
6768
|
| undefined;
|
|
6769
|
+
textDecoration?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
7009
6770
|
userSelect?:
|
|
7010
6771
|
| import('csstype').Property.UserSelect
|
|
7011
6772
|
| import('framer-motion').CustomValueType
|
|
7012
6773
|
| undefined;
|
|
6774
|
+
display?: string | import('framer-motion').CustomValueType | undefined;
|
|
6775
|
+
overflow?: string | import('framer-motion').CustomValueType | undefined;
|
|
7013
6776
|
justifyContent?:
|
|
7014
6777
|
| import('csstype').Property.JustifyContent
|
|
7015
6778
|
| import('framer-motion').CustomValueType
|
|
@@ -7042,6 +6805,22 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7042
6805
|
| import('csstype').Property.TextAlign
|
|
7043
6806
|
| import('framer-motion').CustomValueType
|
|
7044
6807
|
| undefined;
|
|
6808
|
+
visibility?:
|
|
6809
|
+
| '-moz-initial'
|
|
6810
|
+
| 'inherit'
|
|
6811
|
+
| 'initial'
|
|
6812
|
+
| 'revert'
|
|
6813
|
+
| 'revert-layer'
|
|
6814
|
+
| 'unset'
|
|
6815
|
+
| 'hidden'
|
|
6816
|
+
| 'visible'
|
|
6817
|
+
| 'collapse'
|
|
6818
|
+
| import('framer-motion').CustomValueType
|
|
6819
|
+
| undefined;
|
|
6820
|
+
content?:
|
|
6821
|
+
| import('csstype').Property.Content
|
|
6822
|
+
| import('framer-motion').CustomValueType
|
|
6823
|
+
| undefined;
|
|
7045
6824
|
accentColor?:
|
|
7046
6825
|
| import('csstype').Property.AccentColor
|
|
7047
6826
|
| import('framer-motion').CustomValueType
|
|
@@ -7434,6 +7213,18 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7434
7213
|
| import('csstype').Property.CounterSet
|
|
7435
7214
|
| import('framer-motion').CustomValueType
|
|
7436
7215
|
| undefined;
|
|
7216
|
+
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
7217
|
+
direction?:
|
|
7218
|
+
| '-moz-initial'
|
|
7219
|
+
| 'inherit'
|
|
7220
|
+
| 'initial'
|
|
7221
|
+
| 'revert'
|
|
7222
|
+
| 'revert-layer'
|
|
7223
|
+
| 'unset'
|
|
7224
|
+
| 'ltr'
|
|
7225
|
+
| 'rtl'
|
|
7226
|
+
| import('framer-motion').CustomValueType
|
|
7227
|
+
| undefined;
|
|
7437
7228
|
emptyCells?:
|
|
7438
7229
|
| import('csstype').Property.EmptyCells
|
|
7439
7230
|
| import('framer-motion').CustomValueType
|
|
@@ -7462,10 +7253,13 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7462
7253
|
| import('csstype').Property.FontPalette
|
|
7463
7254
|
| import('framer-motion').CustomValueType
|
|
7464
7255
|
| undefined;
|
|
7256
|
+
fontSizeAdjust?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
7465
7257
|
fontSmooth?:
|
|
7466
7258
|
| import('csstype').Property.FontSmooth<string | number>
|
|
7467
7259
|
| import('framer-motion').CustomValueType
|
|
7468
7260
|
| undefined;
|
|
7261
|
+
fontStretch?: string | import('framer-motion').CustomValueType | undefined;
|
|
7262
|
+
fontStyle?: string | import('framer-motion').CustomValueType | undefined;
|
|
7469
7263
|
fontSynthesis?:
|
|
7470
7264
|
| import('csstype').Property.FontSynthesis
|
|
7471
7265
|
| import('framer-motion').CustomValueType
|
|
@@ -7486,6 +7280,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7486
7280
|
| import('csstype').Property.FontSynthesisWeight
|
|
7487
7281
|
| import('framer-motion').CustomValueType
|
|
7488
7282
|
| undefined;
|
|
7283
|
+
fontVariant?: string | import('framer-motion').CustomValueType | undefined;
|
|
7489
7284
|
fontVariantAlternates?:
|
|
7490
7285
|
| import('csstype').Property.FontVariantAlternates
|
|
7491
7286
|
| import('framer-motion').CustomValueType
|
|
@@ -7542,6 +7337,20 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7542
7337
|
| import('csstype').Property.ImageOrientation
|
|
7543
7338
|
| import('framer-motion').CustomValueType
|
|
7544
7339
|
| undefined;
|
|
7340
|
+
imageRendering?:
|
|
7341
|
+
| '-moz-initial'
|
|
7342
|
+
| 'inherit'
|
|
7343
|
+
| 'initial'
|
|
7344
|
+
| 'revert'
|
|
7345
|
+
| 'revert-layer'
|
|
7346
|
+
| 'unset'
|
|
7347
|
+
| 'auto'
|
|
7348
|
+
| '-moz-crisp-edges'
|
|
7349
|
+
| '-webkit-optimize-contrast'
|
|
7350
|
+
| 'crisp-edges'
|
|
7351
|
+
| 'pixelated'
|
|
7352
|
+
| import('framer-motion').CustomValueType
|
|
7353
|
+
| undefined;
|
|
7545
7354
|
imageResolution?:
|
|
7546
7355
|
| import('csstype').Property.ImageResolution
|
|
7547
7356
|
| import('framer-motion').CustomValueType
|
|
@@ -7590,6 +7399,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7590
7399
|
| import('csstype').Property.JustifyTracks
|
|
7591
7400
|
| import('framer-motion').CustomValueType
|
|
7592
7401
|
| undefined;
|
|
7402
|
+
letterSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
7593
7403
|
lineBreak?:
|
|
7594
7404
|
| import('csstype').Property.LineBreak
|
|
7595
7405
|
| import('framer-motion').CustomValueType
|
|
@@ -7782,6 +7592,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7782
7592
|
| import('csstype').Property.OffsetRotate
|
|
7783
7593
|
| import('framer-motion').CustomValueType
|
|
7784
7594
|
| undefined;
|
|
7595
|
+
order?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
7785
7596
|
orphans?:
|
|
7786
7597
|
| import('csstype').Property.Orphans
|
|
7787
7598
|
| import('framer-motion').CustomValueType
|
|
@@ -7894,10 +7705,30 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7894
7705
|
| import('csstype').Property.PageBreakInside
|
|
7895
7706
|
| import('framer-motion').CustomValueType
|
|
7896
7707
|
| undefined;
|
|
7708
|
+
paintOrder?: string | import('framer-motion').CustomValueType | undefined;
|
|
7897
7709
|
perspectiveOrigin?:
|
|
7898
7710
|
| import('csstype').Property.PerspectiveOrigin<string | number>
|
|
7899
7711
|
| import('framer-motion').CustomValueType
|
|
7900
7712
|
| undefined;
|
|
7713
|
+
pointerEvents?:
|
|
7714
|
+
| 'fill'
|
|
7715
|
+
| '-moz-initial'
|
|
7716
|
+
| 'inherit'
|
|
7717
|
+
| 'initial'
|
|
7718
|
+
| 'revert'
|
|
7719
|
+
| 'revert-layer'
|
|
7720
|
+
| 'unset'
|
|
7721
|
+
| 'none'
|
|
7722
|
+
| 'auto'
|
|
7723
|
+
| 'all'
|
|
7724
|
+
| 'stroke'
|
|
7725
|
+
| 'visible'
|
|
7726
|
+
| 'painted'
|
|
7727
|
+
| 'visibleFill'
|
|
7728
|
+
| 'visiblePainted'
|
|
7729
|
+
| 'visibleStroke'
|
|
7730
|
+
| import('framer-motion').CustomValueType
|
|
7731
|
+
| undefined;
|
|
7901
7732
|
printColorAdjust?:
|
|
7902
7733
|
| import('csstype').Property.PrintColorAdjust
|
|
7903
7734
|
| import('framer-motion').CustomValueType
|
|
@@ -8118,6 +7949,19 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8118
7949
|
| import('csstype').Property.TextOverflow
|
|
8119
7950
|
| import('framer-motion').CustomValueType
|
|
8120
7951
|
| undefined;
|
|
7952
|
+
textRendering?:
|
|
7953
|
+
| '-moz-initial'
|
|
7954
|
+
| 'inherit'
|
|
7955
|
+
| 'initial'
|
|
7956
|
+
| 'revert'
|
|
7957
|
+
| 'revert-layer'
|
|
7958
|
+
| 'unset'
|
|
7959
|
+
| 'auto'
|
|
7960
|
+
| 'geometricPrecision'
|
|
7961
|
+
| 'optimizeLegibility'
|
|
7962
|
+
| 'optimizeSpeed'
|
|
7963
|
+
| import('framer-motion').CustomValueType
|
|
7964
|
+
| undefined;
|
|
8121
7965
|
textShadow?:
|
|
8122
7966
|
| import('csstype').Property.TextShadow
|
|
8123
7967
|
| import('framer-motion').CustomValueType
|
|
@@ -8178,6 +8022,31 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8178
8022
|
| import('csstype').Property.TransitionTimingFunction
|
|
8179
8023
|
| import('framer-motion').CustomValueType
|
|
8180
8024
|
| undefined;
|
|
8025
|
+
translate?:
|
|
8026
|
+
| import('csstype').Property.Translate<string | number>
|
|
8027
|
+
| import('framer-motion').CustomValueType
|
|
8028
|
+
| undefined;
|
|
8029
|
+
unicodeBidi?:
|
|
8030
|
+
| '-moz-initial'
|
|
8031
|
+
| 'inherit'
|
|
8032
|
+
| 'initial'
|
|
8033
|
+
| 'revert'
|
|
8034
|
+
| 'revert-layer'
|
|
8035
|
+
| 'unset'
|
|
8036
|
+
| 'normal'
|
|
8037
|
+
| 'embed'
|
|
8038
|
+
| 'isolate'
|
|
8039
|
+
| '-moz-isolate'
|
|
8040
|
+
| '-moz-isolate-override'
|
|
8041
|
+
| '-moz-plaintext'
|
|
8042
|
+
| '-webkit-isolate'
|
|
8043
|
+
| '-webkit-isolate-override'
|
|
8044
|
+
| '-webkit-plaintext'
|
|
8045
|
+
| 'bidi-override'
|
|
8046
|
+
| 'isolate-override'
|
|
8047
|
+
| 'plaintext'
|
|
8048
|
+
| import('framer-motion').CustomValueType
|
|
8049
|
+
| undefined;
|
|
8181
8050
|
verticalAlign?:
|
|
8182
8051
|
| import('csstype').Property.VerticalAlign<string | number>
|
|
8183
8052
|
| import('framer-motion').CustomValueType
|
|
@@ -8222,10 +8091,25 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8222
8091
|
| import('csstype').Property.WordBreak
|
|
8223
8092
|
| import('framer-motion').CustomValueType
|
|
8224
8093
|
| undefined;
|
|
8094
|
+
wordSpacing?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
8225
8095
|
wordWrap?:
|
|
8226
8096
|
| import('csstype').Property.WordWrap
|
|
8227
8097
|
| import('framer-motion').CustomValueType
|
|
8228
8098
|
| undefined;
|
|
8099
|
+
writingMode?:
|
|
8100
|
+
| '-moz-initial'
|
|
8101
|
+
| 'inherit'
|
|
8102
|
+
| 'initial'
|
|
8103
|
+
| 'revert'
|
|
8104
|
+
| 'revert-layer'
|
|
8105
|
+
| 'unset'
|
|
8106
|
+
| 'horizontal-tb'
|
|
8107
|
+
| 'sideways-lr'
|
|
8108
|
+
| 'sideways-rl'
|
|
8109
|
+
| 'vertical-lr'
|
|
8110
|
+
| 'vertical-rl'
|
|
8111
|
+
| import('framer-motion').CustomValueType
|
|
8112
|
+
| undefined;
|
|
8229
8113
|
zoom?:
|
|
8230
8114
|
| import('csstype').Property.Zoom
|
|
8231
8115
|
| import('framer-motion').CustomValueType
|
|
@@ -8242,6 +8126,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8242
8126
|
| import('csstype').Property.BackgroundPosition<string | number>
|
|
8243
8127
|
| import('framer-motion').CustomValueType
|
|
8244
8128
|
| undefined;
|
|
8129
|
+
border?:
|
|
8130
|
+
| import('csstype').Property.Border<string | number>
|
|
8131
|
+
| import('framer-motion').CustomValueType
|
|
8132
|
+
| undefined;
|
|
8245
8133
|
borderBlock?:
|
|
8246
8134
|
| import('csstype').Property.BorderBlock<string | number>
|
|
8247
8135
|
| import('framer-motion').CustomValueType
|
|
@@ -8358,6 +8246,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8358
8246
|
| import('csstype').Property.Offset<string | number>
|
|
8359
8247
|
| import('framer-motion').CustomValueType
|
|
8360
8248
|
| undefined;
|
|
8249
|
+
offset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
8361
8250
|
outline?:
|
|
8362
8251
|
| import('csstype').Property.Outline<string | number>
|
|
8363
8252
|
| import('framer-motion').CustomValueType
|
|
@@ -9406,6 +9295,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
9406
9295
|
| import('csstype').Property.Transition<string & {}>
|
|
9407
9296
|
| import('framer-motion').CustomValueType
|
|
9408
9297
|
| undefined;
|
|
9298
|
+
azimuth?: string | import('framer-motion').CustomValueType | undefined;
|
|
9409
9299
|
boxAlign?:
|
|
9410
9300
|
| import('csstype').Property.BoxAlign
|
|
9411
9301
|
| import('framer-motion').CustomValueType
|
|
@@ -9438,6 +9328,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
9438
9328
|
| import('csstype').Property.BoxPack
|
|
9439
9329
|
| import('framer-motion').CustomValueType
|
|
9440
9330
|
| undefined;
|
|
9331
|
+
clip?: string | import('framer-motion').CustomValueType | undefined;
|
|
9441
9332
|
gridColumnGap?:
|
|
9442
9333
|
| import('csstype').Property.GridColumnGap<string | number>
|
|
9443
9334
|
| import('framer-motion').CustomValueType
|
|
@@ -9826,6 +9717,155 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
9826
9717
|
| import('csstype').Property.BoxPack
|
|
9827
9718
|
| import('framer-motion').CustomValueType
|
|
9828
9719
|
| undefined;
|
|
9720
|
+
alignmentBaseline?:
|
|
9721
|
+
| 'inherit'
|
|
9722
|
+
| 'auto'
|
|
9723
|
+
| 'baseline'
|
|
9724
|
+
| 'middle'
|
|
9725
|
+
| 'after-edge'
|
|
9726
|
+
| 'alphabetic'
|
|
9727
|
+
| 'before-edge'
|
|
9728
|
+
| 'central'
|
|
9729
|
+
| 'hanging'
|
|
9730
|
+
| 'ideographic'
|
|
9731
|
+
| 'mathematical'
|
|
9732
|
+
| 'text-after-edge'
|
|
9733
|
+
| 'text-before-edge'
|
|
9734
|
+
| import('framer-motion').CustomValueType
|
|
9735
|
+
| undefined;
|
|
9736
|
+
baselineShift?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9737
|
+
clipRule?:
|
|
9738
|
+
| '-moz-initial'
|
|
9739
|
+
| 'inherit'
|
|
9740
|
+
| 'initial'
|
|
9741
|
+
| 'revert'
|
|
9742
|
+
| 'revert-layer'
|
|
9743
|
+
| 'unset'
|
|
9744
|
+
| 'evenodd'
|
|
9745
|
+
| 'nonzero'
|
|
9746
|
+
| import('framer-motion').CustomValueType
|
|
9747
|
+
| undefined;
|
|
9748
|
+
colorInterpolation?:
|
|
9749
|
+
| '-moz-initial'
|
|
9750
|
+
| 'inherit'
|
|
9751
|
+
| 'initial'
|
|
9752
|
+
| 'revert'
|
|
9753
|
+
| 'revert-layer'
|
|
9754
|
+
| 'unset'
|
|
9755
|
+
| 'auto'
|
|
9756
|
+
| 'linearRGB'
|
|
9757
|
+
| 'sRGB'
|
|
9758
|
+
| import('framer-motion').CustomValueType
|
|
9759
|
+
| undefined;
|
|
9760
|
+
colorRendering?:
|
|
9761
|
+
| '-moz-initial'
|
|
9762
|
+
| 'inherit'
|
|
9763
|
+
| 'initial'
|
|
9764
|
+
| 'revert'
|
|
9765
|
+
| 'revert-layer'
|
|
9766
|
+
| 'unset'
|
|
9767
|
+
| 'auto'
|
|
9768
|
+
| 'optimizeSpeed'
|
|
9769
|
+
| 'optimizeQuality'
|
|
9770
|
+
| import('framer-motion').CustomValueType
|
|
9771
|
+
| undefined;
|
|
9772
|
+
dominantBaseline?:
|
|
9773
|
+
| '-moz-initial'
|
|
9774
|
+
| 'inherit'
|
|
9775
|
+
| 'initial'
|
|
9776
|
+
| 'revert'
|
|
9777
|
+
| 'revert-layer'
|
|
9778
|
+
| 'unset'
|
|
9779
|
+
| 'auto'
|
|
9780
|
+
| 'middle'
|
|
9781
|
+
| 'alphabetic'
|
|
9782
|
+
| 'central'
|
|
9783
|
+
| 'hanging'
|
|
9784
|
+
| 'ideographic'
|
|
9785
|
+
| 'mathematical'
|
|
9786
|
+
| 'text-after-edge'
|
|
9787
|
+
| 'text-before-edge'
|
|
9788
|
+
| 'no-change'
|
|
9789
|
+
| 'reset-size'
|
|
9790
|
+
| 'use-script'
|
|
9791
|
+
| import('framer-motion').CustomValueType
|
|
9792
|
+
| undefined;
|
|
9793
|
+
fillOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9794
|
+
fillRule?:
|
|
9795
|
+
| 'inherit'
|
|
9796
|
+
| 'evenodd'
|
|
9797
|
+
| 'nonzero'
|
|
9798
|
+
| import('framer-motion').CustomValueType
|
|
9799
|
+
| undefined;
|
|
9800
|
+
floodColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
9801
|
+
floodOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9802
|
+
glyphOrientationVertical?:
|
|
9803
|
+
| string
|
|
9804
|
+
| number
|
|
9805
|
+
| import('framer-motion').CustomValueType
|
|
9806
|
+
| undefined;
|
|
9807
|
+
lightingColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
9808
|
+
markerEnd?: string | import('framer-motion').CustomValueType | undefined;
|
|
9809
|
+
markerMid?: string | import('framer-motion').CustomValueType | undefined;
|
|
9810
|
+
markerStart?: string | import('framer-motion').CustomValueType | undefined;
|
|
9811
|
+
shapeRendering?:
|
|
9812
|
+
| '-moz-initial'
|
|
9813
|
+
| 'inherit'
|
|
9814
|
+
| 'initial'
|
|
9815
|
+
| 'revert'
|
|
9816
|
+
| 'revert-layer'
|
|
9817
|
+
| 'unset'
|
|
9818
|
+
| 'auto'
|
|
9819
|
+
| 'geometricPrecision'
|
|
9820
|
+
| 'optimizeSpeed'
|
|
9821
|
+
| 'crispEdges'
|
|
9822
|
+
| import('framer-motion').CustomValueType
|
|
9823
|
+
| undefined;
|
|
9824
|
+
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
9825
|
+
stopOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9826
|
+
stroke?: string | import('framer-motion').CustomValueType | undefined;
|
|
9827
|
+
strokeDasharray?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9828
|
+
strokeDashoffset?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9829
|
+
strokeLinecap?:
|
|
9830
|
+
| 'inherit'
|
|
9831
|
+
| 'round'
|
|
9832
|
+
| 'butt'
|
|
9833
|
+
| 'square'
|
|
9834
|
+
| import('framer-motion').CustomValueType
|
|
9835
|
+
| undefined;
|
|
9836
|
+
strokeLinejoin?:
|
|
9837
|
+
| 'inherit'
|
|
9838
|
+
| 'round'
|
|
9839
|
+
| 'bevel'
|
|
9840
|
+
| 'miter'
|
|
9841
|
+
| import('framer-motion').CustomValueType
|
|
9842
|
+
| undefined;
|
|
9843
|
+
strokeMiterlimit?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9844
|
+
strokeOpacity?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9845
|
+
strokeWidth?: string | number | import('framer-motion').CustomValueType | undefined;
|
|
9846
|
+
textAnchor?:
|
|
9847
|
+
| '-moz-initial'
|
|
9848
|
+
| 'inherit'
|
|
9849
|
+
| 'initial'
|
|
9850
|
+
| 'revert'
|
|
9851
|
+
| 'revert-layer'
|
|
9852
|
+
| 'unset'
|
|
9853
|
+
| 'end'
|
|
9854
|
+
| 'start'
|
|
9855
|
+
| 'middle'
|
|
9856
|
+
| import('framer-motion').CustomValueType
|
|
9857
|
+
| undefined;
|
|
9858
|
+
vectorEffect?:
|
|
9859
|
+
| '-moz-initial'
|
|
9860
|
+
| 'inherit'
|
|
9861
|
+
| 'initial'
|
|
9862
|
+
| 'revert'
|
|
9863
|
+
| 'revert-layer'
|
|
9864
|
+
| 'unset'
|
|
9865
|
+
| 'none'
|
|
9866
|
+
| 'non-scaling-stroke'
|
|
9867
|
+
| import('framer-motion').CustomValueType
|
|
9868
|
+
| undefined;
|
|
9829
9869
|
suppressHydrationWarning?: boolean | import('framer-motion').CustomValueType | undefined;
|
|
9830
9870
|
className?: string | import('framer-motion').CustomValueType | undefined;
|
|
9831
9871
|
id?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -10081,9 +10121,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
10081
10121
|
| undefined;
|
|
10082
10122
|
'aria-autocomplete'?:
|
|
10083
10123
|
| 'none'
|
|
10084
|
-
| 'list'
|
|
10085
10124
|
| 'inline'
|
|
10086
10125
|
| 'both'
|
|
10126
|
+
| 'list'
|
|
10087
10127
|
| import('framer-motion').CustomValueType
|
|
10088
10128
|
| undefined;
|
|
10089
10129
|
'aria-braillelabel'?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -10110,10 +10150,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
10110
10150
|
'aria-current'?:
|
|
10111
10151
|
| boolean
|
|
10112
10152
|
| 'time'
|
|
10113
|
-
| 'step'
|
|
10114
10153
|
| 'page'
|
|
10115
10154
|
| 'false'
|
|
10116
10155
|
| 'true'
|
|
10156
|
+
| 'step'
|
|
10117
10157
|
| 'location'
|
|
10118
10158
|
| 'date'
|
|
10119
10159
|
| import('framer-motion').CustomValueType
|
|
@@ -10853,6 +10893,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
10853
10893
|
| import('react').UIEventHandler<SVGElement>
|
|
10854
10894
|
| import('framer-motion').CustomValueType
|
|
10855
10895
|
| undefined;
|
|
10896
|
+
onScrollEnd?:
|
|
10897
|
+
| import('react').UIEventHandler<SVGElement>
|
|
10898
|
+
| import('framer-motion').CustomValueType
|
|
10899
|
+
| undefined;
|
|
10900
|
+
onScrollEndCapture?:
|
|
10901
|
+
| import('react').UIEventHandler<SVGElement>
|
|
10902
|
+
| import('framer-motion').CustomValueType
|
|
10903
|
+
| undefined;
|
|
10856
10904
|
onWheel?:
|
|
10857
10905
|
| import('react').WheelEventHandler<SVGElement>
|
|
10858
10906
|
| import('framer-motion').CustomValueType
|
|
@@ -10885,6 +10933,22 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
10885
10933
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10886
10934
|
| import('framer-motion').CustomValueType
|
|
10887
10935
|
| undefined;
|
|
10936
|
+
onToggle?:
|
|
10937
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
10938
|
+
| import('framer-motion').CustomValueType
|
|
10939
|
+
| undefined;
|
|
10940
|
+
onBeforeToggle?:
|
|
10941
|
+
| import('react').ToggleEventHandler<SVGElement>
|
|
10942
|
+
| import('framer-motion').CustomValueType
|
|
10943
|
+
| undefined;
|
|
10944
|
+
onTransitionCancel?:
|
|
10945
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10946
|
+
| import('framer-motion').CustomValueType
|
|
10947
|
+
| undefined;
|
|
10948
|
+
onTransitionCancelCapture?:
|
|
10949
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10950
|
+
| import('framer-motion').CustomValueType
|
|
10951
|
+
| undefined;
|
|
10888
10952
|
onTransitionEnd?:
|
|
10889
10953
|
| import('react').TransitionEventHandler<SVGElement>
|
|
10890
10954
|
| import('framer-motion').CustomValueType
|
|
@@ -10893,6 +10957,22 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
10893
10957
|
| import('react').TransitionEventHandler<SVGElement>
|
|
10894
10958
|
| import('framer-motion').CustomValueType
|
|
10895
10959
|
| undefined;
|
|
10960
|
+
onTransitionRun?:
|
|
10961
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10962
|
+
| import('framer-motion').CustomValueType
|
|
10963
|
+
| undefined;
|
|
10964
|
+
onTransitionRunCapture?:
|
|
10965
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10966
|
+
| import('framer-motion').CustomValueType
|
|
10967
|
+
| undefined;
|
|
10968
|
+
onTransitionStart?:
|
|
10969
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10970
|
+
| import('framer-motion').CustomValueType
|
|
10971
|
+
| undefined;
|
|
10972
|
+
onTransitionStartCapture?:
|
|
10973
|
+
| import('react').TransitionEventHandler<SVGElement>
|
|
10974
|
+
| import('framer-motion').CustomValueType
|
|
10975
|
+
| undefined;
|
|
10896
10976
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
10897
10977
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|
|
10898
10978
|
attrScale?: number | import('framer-motion').CustomValueType | undefined;
|