@coinbase/cds-web 8.61.0 → 8.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dts/accordion/Accordion.d.ts +1 -9
- package/dts/accordion/Accordion.d.ts.map +1 -1
- package/dts/alpha/combobox/Combobox.d.ts.map +1 -1
- package/dts/alpha/select/Select.d.ts.map +1 -1
- package/dts/alpha/select-chip/SelectChip.d.ts.map +1 -1
- package/dts/alpha/tabbed-chips/TabbedChips.d.ts.map +1 -1
- package/dts/banner/Banner.d.ts.map +1 -1
- package/dts/buttons/AvatarButton.d.ts.map +1 -1
- package/dts/buttons/Button.d.ts +2 -4
- package/dts/buttons/Button.d.ts.map +1 -1
- package/dts/buttons/ButtonGroup.d.ts.map +1 -1
- package/dts/buttons/IconButton.d.ts.map +1 -1
- 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/buttons/TileButton.d.ts.map +1 -1
- package/dts/cards/LikeButton.d.ts.map +1 -1
- package/dts/carousel/Carousel.d.ts.map +1 -1
- package/dts/cells/Cell.d.ts.map +1 -1
- package/dts/cells/CellAccessory.d.ts.map +1 -1
- package/dts/cells/ListCell.d.ts.map +1 -1
- package/dts/cells/ListCellFallback.d.ts.map +1 -1
- package/dts/chips/Chip.d.ts.map +1 -1
- package/dts/chips/ChipProps.d.ts +10 -8
- package/dts/chips/ChipProps.d.ts.map +1 -1
- package/dts/chips/InputChip.d.ts.map +1 -1
- package/dts/chips/MediaChip.d.ts +4 -4
- package/dts/chips/MediaChip.d.ts.map +1 -1
- package/dts/chips/TabbedChips.d.ts.map +1 -1
- package/dts/coachmark/Coachmark.d.ts.map +1 -1
- package/dts/collapsible/Collapsible.d.ts.map +1 -1
- package/dts/collapsible/useCollapsibleMotionProps.d.ts +221 -221
- package/dts/controls/Checkbox.d.ts.map +1 -1
- package/dts/controls/CheckboxCell.d.ts.map +1 -1
- package/dts/controls/Control.d.ts.map +1 -1
- package/dts/controls/ControlGroup.d.ts +13 -4
- package/dts/controls/ControlGroup.d.ts.map +1 -1
- package/dts/controls/InputStack.d.ts.map +1 -1
- package/dts/controls/Radio.d.ts.map +1 -1
- package/dts/controls/RadioCell.d.ts.map +1 -1
- package/dts/controls/SearchInput.d.ts.map +1 -1
- package/dts/controls/SelectOption.d.ts +1 -14
- package/dts/controls/SelectOption.d.ts.map +1 -1
- package/dts/controls/Switch.d.ts +2 -1
- package/dts/controls/Switch.d.ts.map +1 -1
- package/dts/controls/TextInput.d.ts.map +1 -1
- package/dts/core/componentConfig.d.ts +192 -0
- package/dts/core/componentConfig.d.ts.map +1 -0
- package/dts/dates/Calendar.d.ts.map +1 -1
- package/dts/dates/DateInput.d.ts.map +1 -1
- package/dts/dates/DatePicker.d.ts.map +1 -1
- package/dts/dots/DotCount.d.ts +1 -15
- package/dts/dots/DotCount.d.ts.map +1 -1
- package/dts/dots/DotStatusColor.d.ts +1 -10
- package/dts/dots/DotStatusColor.d.ts.map +1 -1
- package/dts/dots/DotSymbol.d.ts +1 -22
- package/dts/dots/DotSymbol.d.ts.map +1 -1
- package/dts/dropdown/Dropdown.d.ts +30 -29
- package/dts/dropdown/Dropdown.d.ts.map +1 -1
- package/dts/dropdown/DropdownProps.d.ts +53 -51
- package/dts/dropdown/DropdownProps.d.ts.map +1 -1
- package/dts/hooks/useComponentConfig.d.ts +22 -0
- package/dts/hooks/useComponentConfig.d.ts.map +1 -0
- package/dts/hooks/useIsoEffect.d.ts +2 -2
- package/dts/hooks/useIsoEffect.d.ts.map +1 -1
- package/dts/icons/Icon.d.ts.map +1 -1
- package/dts/index.d.ts +2 -0
- package/dts/index.d.ts.map +1 -1
- package/dts/layout/Divider.d.ts +1 -6
- package/dts/layout/Divider.d.ts.map +1 -1
- package/dts/layout/Fallback.d.ts.map +1 -1
- package/dts/media/Avatar.d.ts +1 -15
- package/dts/media/Avatar.d.ts.map +1 -1
- package/dts/media/RemoteImage.d.ts +1 -15
- package/dts/media/RemoteImage.d.ts.map +1 -1
- package/dts/media/RemoteImageGroup.d.ts +3 -10
- package/dts/media/RemoteImageGroup.d.ts.map +1 -1
- package/dts/motion/useMotionProps.d.ts +457 -457
- package/dts/motion/utils.d.ts +211 -211
- package/dts/navigation/NavigationBar.d.ts +1 -25
- package/dts/navigation/NavigationBar.d.ts.map +1 -1
- package/dts/navigation/NavigationTitle.d.ts +4 -3
- package/dts/navigation/NavigationTitle.d.ts.map +1 -1
- package/dts/navigation/NavigationTitleSelect.d.ts +5 -12
- package/dts/navigation/NavigationTitleSelect.d.ts.map +1 -1
- package/dts/navigation/Sidebar.d.ts.map +1 -1
- package/dts/navigation/SidebarItem.d.ts +40 -34
- package/dts/navigation/SidebarItem.d.ts.map +1 -1
- package/dts/navigation/SidebarMoreMenu.d.ts +13 -12
- package/dts/navigation/SidebarMoreMenu.d.ts.map +1 -1
- package/dts/numbers/RollingNumber/RollingNumber.d.ts.map +1 -1
- package/dts/overlays/Alert.d.ts.map +1 -1
- package/dts/overlays/FocusTrap.d.ts +9 -12
- package/dts/overlays/FocusTrap.d.ts.map +1 -1
- package/dts/overlays/FullscreenAlert.d.ts +10 -7
- package/dts/overlays/FullscreenAlert.d.ts.map +1 -1
- package/dts/overlays/Toast.d.ts.map +1 -1
- package/dts/overlays/modal/FullscreenModal.d.ts +47 -45
- package/dts/overlays/modal/FullscreenModal.d.ts.map +1 -1
- package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -1
- package/dts/overlays/modal/FullscreenModalLayout.d.ts +2 -2
- package/dts/overlays/modal/Modal.d.ts.map +1 -1
- package/dts/overlays/modal/ModalBody.d.ts +6 -3
- package/dts/overlays/modal/ModalBody.d.ts.map +1 -1
- package/dts/overlays/modal/ModalFooter.d.ts +3 -10
- package/dts/overlays/modal/ModalFooter.d.ts.map +1 -1
- package/dts/overlays/modal/ModalHeader.d.ts +3 -12
- package/dts/overlays/modal/ModalHeader.d.ts.map +1 -1
- package/dts/overlays/modal/ModalWrapper.d.ts.map +1 -1
- package/dts/overlays/overlay/Overlay.d.ts +2 -1
- package/dts/overlays/overlay/Overlay.d.ts.map +1 -1
- package/dts/overlays/overlay/OverlayContent.d.ts +7 -5
- package/dts/overlays/overlay/OverlayContent.d.ts.map +1 -1
- package/dts/overlays/popover/PopoverProps.d.ts +46 -46
- package/dts/overlays/popover/PopoverProps.d.ts.map +1 -1
- package/dts/overlays/tooltip/Tooltip.d.ts +4 -22
- package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -1
- package/dts/overlays/tooltip/TooltipContent.d.ts +7 -1
- package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -1
- package/dts/overlays/tray/Tray.d.ts.map +1 -1
- package/dts/page/PageFooter.d.ts.map +1 -1
- package/dts/page/PageHeader.d.ts.map +1 -1
- package/dts/pagination/Pagination.d.ts +3 -19
- package/dts/pagination/Pagination.d.ts.map +1 -1
- package/dts/perf/component-config/Button.component-config.perf-test.d.ts +2 -0
- package/dts/perf/component-config/Button.component-config.perf-test.d.ts.map +1 -0
- package/dts/perf/component-config/ComponentConfigProvider.perf-test.d.ts +2 -0
- package/dts/perf/component-config/ComponentConfigProvider.perf-test.d.ts.map +1 -0
- package/dts/perf/component-config/ComponentConfigStickerSheet.perf-test.d.ts +2 -0
- package/dts/perf/component-config/ComponentConfigStickerSheet.perf-test.d.ts.map +1 -0
- package/dts/section-header/SectionHeader.d.ts.map +1 -1
- package/dts/stepper/Stepper.d.ts.map +1 -1
- package/dts/system/ComponentConfigProvider.d.ts +26 -0
- package/dts/system/ComponentConfigProvider.d.ts.map +1 -0
- package/dts/system/index.d.ts +1 -0
- package/dts/system/index.d.ts.map +1 -1
- package/dts/tables/Table.d.ts +7 -5
- package/dts/tables/Table.d.ts.map +1 -1
- package/dts/tables/TableCaption.d.ts +32 -41
- package/dts/tables/TableCaption.d.ts.map +1 -1
- package/dts/tables/TableCell.d.ts +26 -48
- package/dts/tables/TableCell.d.ts.map +1 -1
- package/dts/tables/TableCellFallback.d.ts +10 -17
- package/dts/tables/TableCellFallback.d.ts.map +1 -1
- package/dts/tables/TableRow.d.ts +44 -53
- package/dts/tables/TableRow.d.ts.map +1 -1
- package/dts/tabs/SegmentedTab.d.ts +6 -3
- package/dts/tabs/SegmentedTab.d.ts.map +1 -1
- package/dts/tabs/SegmentedTabs.d.ts +9 -3
- package/dts/tabs/SegmentedTabs.d.ts.map +1 -1
- package/dts/tabs/Tabs.d.ts +16 -15
- package/dts/tabs/Tabs.d.ts.map +1 -1
- package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +457 -457
- package/dts/tag/Tag.d.ts.map +1 -1
- package/dts/tour/Tour.d.ts +54 -53
- package/dts/tour/Tour.d.ts.map +1 -1
- package/dts/typography/Link.d.ts.map +1 -1
- package/dts/utils/mergeComponentProps.d.ts +34 -0
- package/dts/utils/mergeComponentProps.d.ts.map +1 -0
- package/dts/visualizations/ProgressBar.d.ts.map +1 -1
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +5 -3
- package/dts/visualizations/ProgressBarWithFixedLabels.d.ts.map +1 -1
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +3 -1
- package/dts/visualizations/ProgressBarWithFloatLabel.d.ts.map +1 -1
- package/dts/visualizations/ProgressCircle.d.ts.map +1 -1
- package/esm/accordion/Accordion.js +5 -3
- package/esm/alpha/combobox/Combobox.js +6 -4
- package/esm/alpha/select/Select.js +5 -3
- package/esm/alpha/select-chip/SelectChip.js +6 -4
- package/esm/alpha/tabbed-chips/TabbedChips.js +6 -4
- package/esm/banner/Banner.js +6 -4
- package/esm/buttons/AvatarButton.js +6 -4
- package/esm/buttons/Button.js +6 -4
- package/esm/buttons/ButtonGroup.js +5 -3
- package/esm/buttons/IconButton.js +6 -4
- package/esm/buttons/IconCounterButton.js +6 -4
- package/esm/buttons/Tile.js +5 -3
- package/esm/buttons/TileButton.js +6 -4
- package/esm/cards/LikeButton.js +6 -4
- package/esm/carousel/Carousel.js +8 -6
- package/esm/cells/Cell.js +8 -6
- package/esm/cells/CellAccessory.js +6 -4
- package/esm/cells/ListCell.js +6 -4
- package/esm/cells/ListCellFallback.js +6 -4
- package/esm/chips/Chip.js +6 -4
- package/esm/chips/InputChip.js +6 -4
- package/esm/chips/MediaChip.js +6 -4
- package/esm/chips/TabbedChips.js +6 -4
- package/esm/coachmark/Coachmark.js +6 -4
- package/esm/collapsible/Collapsible.js +5 -3
- package/esm/controls/Checkbox.js +6 -4
- package/esm/controls/CheckboxCell.js +6 -4
- package/esm/controls/Control.js +6 -4
- package/esm/controls/ControlGroup.js +6 -4
- package/esm/controls/InputStack.js +6 -4
- package/esm/controls/Radio.js +6 -4
- package/esm/controls/RadioCell.js +6 -4
- package/esm/controls/SearchInput.js +6 -4
- package/esm/controls/SelectOption.js +6 -4
- package/esm/controls/Switch.js +6 -4
- package/esm/controls/TextInput.js +6 -4
- package/esm/core/componentConfig.js +1 -0
- package/esm/dates/Calendar.js +6 -4
- package/esm/dates/DateInput.js +6 -4
- package/esm/dates/DatePicker.js +6 -4
- package/esm/dots/DotCount.js +6 -4
- package/esm/dots/DotStatusColor.js +6 -4
- package/esm/dots/DotSymbol.js +6 -4
- package/esm/dropdown/Dropdown.js +6 -4
- package/esm/hooks/useComponentConfig.js +27 -0
- package/esm/icons/Icon.js +6 -4
- package/esm/index.js +2 -0
- package/esm/layout/Divider.js +6 -4
- package/esm/layout/Fallback.js +6 -4
- package/esm/media/Avatar.js +8 -6
- package/esm/media/RemoteImage.js +6 -4
- package/esm/media/RemoteImageGroup.js +6 -4
- package/esm/navigation/NavigationBar.js +6 -4
- package/esm/navigation/NavigationTitle.js +6 -4
- package/esm/navigation/NavigationTitleSelect.js +6 -4
- package/esm/navigation/Sidebar.js +6 -4
- package/esm/navigation/SidebarItem.js +6 -4
- package/esm/navigation/SidebarMoreMenu.js +6 -4
- package/esm/numbers/RollingNumber/RollingNumber.js +6 -4
- package/esm/overlays/Alert.js +6 -4
- package/esm/overlays/FocusTrap.js +5 -3
- package/esm/overlays/FullscreenAlert.js +5 -3
- package/esm/overlays/Toast.js +6 -4
- package/esm/overlays/modal/FullscreenModal.js +5 -3
- package/esm/overlays/modal/FullscreenModalHeader.js +6 -4
- package/esm/overlays/modal/Modal.js +6 -4
- package/esm/overlays/modal/ModalBody.js +9 -6
- package/esm/overlays/modal/ModalFooter.js +8 -6
- package/esm/overlays/modal/ModalHeader.js +6 -4
- package/esm/overlays/modal/ModalWrapper.js +6 -4
- package/esm/overlays/overlay/Overlay.js +4 -2
- package/esm/overlays/tooltip/Tooltip.js +9 -7
- package/esm/overlays/tooltip/TooltipContent.js +16 -9
- package/esm/overlays/tray/Tray.js +5 -3
- package/esm/page/PageFooter.js +6 -4
- package/esm/page/PageHeader.js +6 -4
- package/esm/pagination/Pagination.js +6 -4
- package/esm/perf/component-config/Button.component-config.perf-test.js +43 -0
- package/esm/perf/component-config/ComponentConfigProvider.perf-test.js +134 -0
- package/esm/perf/component-config/ComponentConfigStickerSheet.perf-test.js +332 -0
- package/esm/perf/component-config/README.md +8 -0
- package/esm/section-header/SectionHeader.js +6 -4
- package/esm/stepper/Stepper.js +12 -10
- package/esm/system/ComponentConfigProvider.js +41 -0
- package/esm/system/index.js +1 -0
- package/esm/tables/Table.js +6 -4
- package/esm/tables/TableCaption.js +6 -4
- package/esm/tables/TableCell.js +9 -7
- package/esm/tables/TableCellFallback.js +6 -4
- package/esm/tables/TableRow.js +6 -4
- package/esm/tabs/SegmentedTab.js +6 -4
- package/esm/tabs/SegmentedTabs.js +6 -4
- package/esm/tabs/Tabs.js +12 -10
- package/esm/tag/Tag.js +6 -4
- package/esm/tour/Tour.js +5 -3
- package/esm/typography/Link.js +6 -4
- package/esm/utils/mergeComponentProps.js +39 -0
- package/esm/visualizations/ProgressBar.js +5 -3
- package/esm/visualizations/ProgressBarWithFixedLabels.js +5 -3
- package/esm/visualizations/ProgressBarWithFloatLabel.js +5 -3
- package/esm/visualizations/ProgressCircle.js +7 -5
- package/package.json +4 -3
|
@@ -58,8 +58,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
58
58
|
onAnimationStart?:
|
|
59
59
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
60
60
|
| undefined;
|
|
61
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
62
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;
|
|
@@ -973,11 +973,11 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
973
973
|
| 'hanging'
|
|
974
974
|
| 'ideographic'
|
|
975
975
|
| 'mathematical'
|
|
976
|
-
| 'baseline'
|
|
977
|
-
| 'middle'
|
|
978
976
|
| 'after-edge'
|
|
977
|
+
| 'baseline'
|
|
979
978
|
| 'before-edge'
|
|
980
979
|
| 'central'
|
|
980
|
+
| 'middle'
|
|
981
981
|
| 'text-after-edge'
|
|
982
982
|
| 'text-before-edge'
|
|
983
983
|
| import('framer-motion').CustomValueType
|
|
@@ -1016,8 +1016,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1016
1016
|
| 'revert-layer'
|
|
1017
1017
|
| 'unset'
|
|
1018
1018
|
| 'auto'
|
|
1019
|
-
| 'optimizeSpeed'
|
|
1020
1019
|
| 'optimizeQuality'
|
|
1020
|
+
| 'optimizeSpeed'
|
|
1021
1021
|
| import('framer-motion').CustomValueType
|
|
1022
1022
|
| undefined;
|
|
1023
1023
|
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1045,8 +1045,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1045
1045
|
| 'hanging'
|
|
1046
1046
|
| 'ideographic'
|
|
1047
1047
|
| 'mathematical'
|
|
1048
|
-
| 'middle'
|
|
1049
1048
|
| 'central'
|
|
1049
|
+
| 'middle'
|
|
1050
1050
|
| 'text-after-edge'
|
|
1051
1051
|
| 'text-before-edge'
|
|
1052
1052
|
| 'no-change'
|
|
@@ -1107,8 +1107,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1107
1107
|
| 'none'
|
|
1108
1108
|
| 'auto'
|
|
1109
1109
|
| 'stroke'
|
|
1110
|
-
| 'visible'
|
|
1111
1110
|
| 'all'
|
|
1111
|
+
| 'visible'
|
|
1112
1112
|
| 'painted'
|
|
1113
1113
|
| 'visibleFill'
|
|
1114
1114
|
| 'visiblePainted'
|
|
@@ -1123,9 +1123,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1123
1123
|
| 'revert-layer'
|
|
1124
1124
|
| 'unset'
|
|
1125
1125
|
| 'auto'
|
|
1126
|
-
| 'geometricPrecision'
|
|
1127
1126
|
| 'optimizeSpeed'
|
|
1128
1127
|
| 'crispEdges'
|
|
1128
|
+
| 'geometricPrecision'
|
|
1129
1129
|
| import('framer-motion').CustomValueType
|
|
1130
1130
|
| undefined;
|
|
1131
1131
|
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1171,9 +1171,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1171
1171
|
| 'revert-layer'
|
|
1172
1172
|
| 'unset'
|
|
1173
1173
|
| 'auto'
|
|
1174
|
+
| 'optimizeSpeed'
|
|
1174
1175
|
| 'geometricPrecision'
|
|
1175
1176
|
| 'optimizeLegibility'
|
|
1176
|
-
| 'optimizeSpeed'
|
|
1177
1177
|
| import('framer-motion').CustomValueType
|
|
1178
1178
|
| undefined;
|
|
1179
1179
|
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1186,7 +1186,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1186
1186
|
| 'unset'
|
|
1187
1187
|
| 'normal'
|
|
1188
1188
|
| 'embed'
|
|
1189
|
-
| 'isolate'
|
|
1190
1189
|
| '-moz-isolate'
|
|
1191
1190
|
| '-moz-isolate-override'
|
|
1192
1191
|
| '-moz-plaintext'
|
|
@@ -1194,6 +1193,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1194
1193
|
| '-webkit-isolate-override'
|
|
1195
1194
|
| '-webkit-plaintext'
|
|
1196
1195
|
| 'bidi-override'
|
|
1196
|
+
| 'isolate'
|
|
1197
1197
|
| 'isolate-override'
|
|
1198
1198
|
| 'plaintext'
|
|
1199
1199
|
| import('framer-motion').CustomValueType
|
|
@@ -1248,24 +1248,12 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1248
1248
|
| import('csstype').Property.Border<string | number>
|
|
1249
1249
|
| import('framer-motion').CustomValueType
|
|
1250
1250
|
| undefined;
|
|
1251
|
-
|
|
1252
|
-
| import('csstype').Property.
|
|
1253
|
-
| import('framer-motion').CustomValueType
|
|
1254
|
-
| undefined;
|
|
1255
|
-
flex?:
|
|
1256
|
-
| import('csstype').Property.Flex<string | number>
|
|
1257
|
-
| import('framer-motion').CustomValueType
|
|
1258
|
-
| undefined;
|
|
1259
|
-
grid?:
|
|
1260
|
-
| import('csstype').Property.Grid
|
|
1261
|
-
| import('framer-motion').CustomValueType
|
|
1262
|
-
| undefined;
|
|
1263
|
-
contain?:
|
|
1264
|
-
| import('csstype').Property.Contain
|
|
1251
|
+
top?:
|
|
1252
|
+
| import('csstype').Property.Top<string | number>
|
|
1265
1253
|
| import('framer-motion').CustomValueType
|
|
1266
1254
|
| undefined;
|
|
1267
|
-
|
|
1268
|
-
| import('csstype').Property.
|
|
1255
|
+
bottom?:
|
|
1256
|
+
| import('csstype').Property.Bottom<string | number>
|
|
1269
1257
|
| import('framer-motion').CustomValueType
|
|
1270
1258
|
| undefined;
|
|
1271
1259
|
left?:
|
|
@@ -1276,43 +1264,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1276
1264
|
| import('csstype').Property.Right<string | number>
|
|
1277
1265
|
| import('framer-motion').CustomValueType
|
|
1278
1266
|
| undefined;
|
|
1279
|
-
bottom?:
|
|
1280
|
-
| import('csstype').Property.Bottom<string | number>
|
|
1281
|
-
| import('framer-motion').CustomValueType
|
|
1282
|
-
| undefined;
|
|
1283
|
-
top?:
|
|
1284
|
-
| import('csstype').Property.Top<string | number>
|
|
1285
|
-
| import('framer-motion').CustomValueType
|
|
1286
|
-
| undefined;
|
|
1287
|
-
inset?:
|
|
1288
|
-
| import('csstype').Property.Inset<string | number>
|
|
1289
|
-
| import('framer-motion').CustomValueType
|
|
1290
|
-
| undefined;
|
|
1291
1267
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
1292
|
-
page?:
|
|
1293
|
-
| import('csstype').Property.Page
|
|
1294
|
-
| import('framer-motion').CustomValueType
|
|
1295
|
-
| undefined;
|
|
1296
|
-
position?:
|
|
1297
|
-
| import('csstype').Property.Position
|
|
1298
|
-
| import('framer-motion').CustomValueType
|
|
1299
|
-
| undefined;
|
|
1300
|
-
caret?:
|
|
1301
|
-
| import('csstype').Property.Caret
|
|
1302
|
-
| import('framer-motion').CustomValueType
|
|
1303
|
-
| undefined;
|
|
1304
|
-
zoom?:
|
|
1305
|
-
| import('csstype').Property.Zoom
|
|
1306
|
-
| import('framer-motion').CustomValueType
|
|
1307
|
-
| undefined;
|
|
1308
|
-
clear?:
|
|
1309
|
-
| import('csstype').Property.Clear
|
|
1310
|
-
| import('framer-motion').CustomValueType
|
|
1311
|
-
| undefined;
|
|
1312
|
-
padding?:
|
|
1313
|
-
| import('csstype').Property.Padding<string | number>
|
|
1314
|
-
| import('framer-motion').CustomValueType
|
|
1315
|
-
| undefined;
|
|
1316
1268
|
minWidth?:
|
|
1317
1269
|
| import('csstype').Property.MinWidth<string | number>
|
|
1318
1270
|
| import('framer-motion').CustomValueType
|
|
@@ -1373,6 +1325,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1373
1325
|
| import('csstype').Property.GridAutoFlow
|
|
1374
1326
|
| import('framer-motion').CustomValueType
|
|
1375
1327
|
| undefined;
|
|
1328
|
+
grid?:
|
|
1329
|
+
| import('csstype').Property.Grid
|
|
1330
|
+
| import('framer-motion').CustomValueType
|
|
1331
|
+
| undefined;
|
|
1376
1332
|
gridRowStart?:
|
|
1377
1333
|
| import('csstype').Property.GridRowStart
|
|
1378
1334
|
| import('framer-motion').CustomValueType
|
|
@@ -1449,6 +1405,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1449
1405
|
| import('csstype').Property.RowGap<string | number>
|
|
1450
1406
|
| import('framer-motion').CustomValueType
|
|
1451
1407
|
| undefined;
|
|
1408
|
+
padding?:
|
|
1409
|
+
| import('csstype').Property.Padding<string | number>
|
|
1410
|
+
| import('framer-motion').CustomValueType
|
|
1411
|
+
| undefined;
|
|
1452
1412
|
paddingTop?:
|
|
1453
1413
|
| import('csstype').Property.PaddingTop<string | number>
|
|
1454
1414
|
| import('framer-motion').CustomValueType
|
|
@@ -1497,6 +1457,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1497
1457
|
| import('csstype').Property.FlexWrap
|
|
1498
1458
|
| import('framer-motion').CustomValueType
|
|
1499
1459
|
| undefined;
|
|
1460
|
+
position?:
|
|
1461
|
+
| import('csstype').Property.Position
|
|
1462
|
+
| import('framer-motion').CustomValueType
|
|
1463
|
+
| undefined;
|
|
1500
1464
|
textAlign?:
|
|
1501
1465
|
| import('csstype').Property.TextAlign
|
|
1502
1466
|
| import('framer-motion').CustomValueType
|
|
@@ -1809,6 +1773,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1809
1773
|
| import('csstype').Property.CaretShape
|
|
1810
1774
|
| import('framer-motion').CustomValueType
|
|
1811
1775
|
| undefined;
|
|
1776
|
+
clear?:
|
|
1777
|
+
| import('csstype').Property.Clear
|
|
1778
|
+
| import('framer-motion').CustomValueType
|
|
1779
|
+
| undefined;
|
|
1812
1780
|
colorAdjust?:
|
|
1813
1781
|
| import('csstype').Property.PrintColorAdjust
|
|
1814
1782
|
| import('framer-motion').CustomValueType
|
|
@@ -1845,6 +1813,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
1845
1813
|
| import('csstype').Property.ColumnWidth<string | number>
|
|
1846
1814
|
| import('framer-motion').CustomValueType
|
|
1847
1815
|
| undefined;
|
|
1816
|
+
contain?:
|
|
1817
|
+
| import('csstype').Property.Contain
|
|
1818
|
+
| import('framer-motion').CustomValueType
|
|
1819
|
+
| undefined;
|
|
1848
1820
|
containIntrinsicBlockSize?:
|
|
1849
1821
|
| import('csstype').Property.ContainIntrinsicBlockSize<string | number>
|
|
1850
1822
|
| import('framer-motion').CustomValueType
|
|
@@ -2285,6 +2257,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2285
2257
|
| import('csstype').Property.OverflowY
|
|
2286
2258
|
| import('framer-motion').CustomValueType
|
|
2287
2259
|
| undefined;
|
|
2260
|
+
overlay?:
|
|
2261
|
+
| import('csstype').Property.Overlay
|
|
2262
|
+
| import('framer-motion').CustomValueType
|
|
2263
|
+
| undefined;
|
|
2288
2264
|
overscrollBehaviorBlock?:
|
|
2289
2265
|
| import('csstype').Property.OverscrollBehaviorBlock
|
|
2290
2266
|
| import('framer-motion').CustomValueType
|
|
@@ -2325,6 +2301,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2325
2301
|
| import('csstype').Property.PaddingRight<string | number>
|
|
2326
2302
|
| import('framer-motion').CustomValueType
|
|
2327
2303
|
| undefined;
|
|
2304
|
+
page?:
|
|
2305
|
+
| import('csstype').Property.Page
|
|
2306
|
+
| import('framer-motion').CustomValueType
|
|
2307
|
+
| undefined;
|
|
2328
2308
|
pageBreakAfter?:
|
|
2329
2309
|
| import('csstype').Property.PageBreakAfter
|
|
2330
2310
|
| import('framer-motion').CustomValueType
|
|
@@ -2669,6 +2649,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2669
2649
|
| import('csstype').Property.WordWrap
|
|
2670
2650
|
| import('framer-motion').CustomValueType
|
|
2671
2651
|
| undefined;
|
|
2652
|
+
zoom?:
|
|
2653
|
+
| import('csstype').Property.Zoom
|
|
2654
|
+
| import('framer-motion').CustomValueType
|
|
2655
|
+
| undefined;
|
|
2656
|
+
animation?:
|
|
2657
|
+
| import('csstype').Property.Animation<string & {}>
|
|
2658
|
+
| import('framer-motion').CustomValueType
|
|
2659
|
+
| undefined;
|
|
2672
2660
|
animationRange?:
|
|
2673
2661
|
| import('csstype').Property.AnimationRange<string | number>
|
|
2674
2662
|
| import('framer-motion').CustomValueType
|
|
@@ -2725,6 +2713,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2725
2713
|
| import('csstype').Property.BorderTop<string | number>
|
|
2726
2714
|
| import('framer-motion').CustomValueType
|
|
2727
2715
|
| undefined;
|
|
2716
|
+
caret?:
|
|
2717
|
+
| import('csstype').Property.Caret
|
|
2718
|
+
| import('framer-motion').CustomValueType
|
|
2719
|
+
| undefined;
|
|
2728
2720
|
columnRule?:
|
|
2729
2721
|
| import('csstype').Property.ColumnRule<string | number>
|
|
2730
2722
|
| import('framer-motion').CustomValueType
|
|
@@ -2741,6 +2733,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2741
2733
|
| import('csstype').Property.Container
|
|
2742
2734
|
| import('framer-motion').CustomValueType
|
|
2743
2735
|
| undefined;
|
|
2736
|
+
flex?:
|
|
2737
|
+
| import('csstype').Property.Flex<string | number>
|
|
2738
|
+
| import('framer-motion').CustomValueType
|
|
2739
|
+
| undefined;
|
|
2744
2740
|
flexFlow?:
|
|
2745
2741
|
| import('csstype').Property.FlexFlow
|
|
2746
2742
|
| import('framer-motion').CustomValueType
|
|
@@ -2749,6 +2745,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
2749
2745
|
| import('csstype').Property.Font
|
|
2750
2746
|
| import('framer-motion').CustomValueType
|
|
2751
2747
|
| undefined;
|
|
2748
|
+
inset?:
|
|
2749
|
+
| import('csstype').Property.Inset<string | number>
|
|
2750
|
+
| import('framer-motion').CustomValueType
|
|
2751
|
+
| undefined;
|
|
2752
2752
|
insetBlock?:
|
|
2753
2753
|
| import('csstype').Property.InsetBlock<string | number>
|
|
2754
2754
|
| import('framer-motion').CustomValueType
|
|
@@ -4677,644 +4677,644 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
4677
4677
|
| import('framer-motion').CustomValueType
|
|
4678
4678
|
| undefined;
|
|
4679
4679
|
onCopy?:
|
|
4680
|
-
| import('framer-motion').CustomValueType
|
|
4681
4680
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4681
|
+
| import('framer-motion').CustomValueType
|
|
4682
4682
|
| undefined;
|
|
4683
4683
|
onCopyCapture?:
|
|
4684
|
-
| import('framer-motion').CustomValueType
|
|
4685
4684
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4685
|
+
| import('framer-motion').CustomValueType
|
|
4686
4686
|
| undefined;
|
|
4687
4687
|
onCut?:
|
|
4688
|
-
| import('framer-motion').CustomValueType
|
|
4689
4688
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4689
|
+
| import('framer-motion').CustomValueType
|
|
4690
4690
|
| undefined;
|
|
4691
4691
|
onCutCapture?:
|
|
4692
|
-
| import('framer-motion').CustomValueType
|
|
4693
4692
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4693
|
+
| import('framer-motion').CustomValueType
|
|
4694
4694
|
| undefined;
|
|
4695
4695
|
onPaste?:
|
|
4696
|
-
| import('framer-motion').CustomValueType
|
|
4697
4696
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4697
|
+
| import('framer-motion').CustomValueType
|
|
4698
4698
|
| undefined;
|
|
4699
4699
|
onPasteCapture?:
|
|
4700
|
-
| import('framer-motion').CustomValueType
|
|
4701
4700
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4701
|
+
| import('framer-motion').CustomValueType
|
|
4702
4702
|
| undefined;
|
|
4703
4703
|
onCompositionEnd?:
|
|
4704
|
-
| import('framer-motion').CustomValueType
|
|
4705
4704
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4705
|
+
| import('framer-motion').CustomValueType
|
|
4706
4706
|
| undefined;
|
|
4707
4707
|
onCompositionEndCapture?:
|
|
4708
|
-
| import('framer-motion').CustomValueType
|
|
4709
4708
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4709
|
+
| import('framer-motion').CustomValueType
|
|
4710
4710
|
| undefined;
|
|
4711
4711
|
onCompositionStart?:
|
|
4712
|
-
| import('framer-motion').CustomValueType
|
|
4713
4712
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4713
|
+
| import('framer-motion').CustomValueType
|
|
4714
4714
|
| undefined;
|
|
4715
4715
|
onCompositionStartCapture?:
|
|
4716
|
-
| import('framer-motion').CustomValueType
|
|
4717
4716
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4717
|
+
| import('framer-motion').CustomValueType
|
|
4718
4718
|
| undefined;
|
|
4719
4719
|
onCompositionUpdate?:
|
|
4720
|
-
| import('framer-motion').CustomValueType
|
|
4721
4720
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4721
|
+
| import('framer-motion').CustomValueType
|
|
4722
4722
|
| undefined;
|
|
4723
4723
|
onCompositionUpdateCapture?:
|
|
4724
|
-
| import('framer-motion').CustomValueType
|
|
4725
4724
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4725
|
+
| import('framer-motion').CustomValueType
|
|
4726
4726
|
| undefined;
|
|
4727
4727
|
onFocus?:
|
|
4728
|
-
| import('framer-motion').CustomValueType
|
|
4729
4728
|
| import('react').FocusEventHandler<SVGElement>
|
|
4729
|
+
| import('framer-motion').CustomValueType
|
|
4730
4730
|
| undefined;
|
|
4731
4731
|
onFocusCapture?:
|
|
4732
|
-
| import('framer-motion').CustomValueType
|
|
4733
4732
|
| import('react').FocusEventHandler<SVGElement>
|
|
4733
|
+
| import('framer-motion').CustomValueType
|
|
4734
4734
|
| undefined;
|
|
4735
4735
|
onBlur?:
|
|
4736
|
-
| import('framer-motion').CustomValueType
|
|
4737
4736
|
| import('react').FocusEventHandler<SVGElement>
|
|
4737
|
+
| import('framer-motion').CustomValueType
|
|
4738
4738
|
| undefined;
|
|
4739
4739
|
onBlurCapture?:
|
|
4740
|
-
| import('framer-motion').CustomValueType
|
|
4741
4740
|
| import('react').FocusEventHandler<SVGElement>
|
|
4741
|
+
| import('framer-motion').CustomValueType
|
|
4742
4742
|
| undefined;
|
|
4743
4743
|
onChange?:
|
|
4744
|
-
| import('framer-motion').CustomValueType
|
|
4745
4744
|
| import('react').FormEventHandler<SVGElement>
|
|
4745
|
+
| import('framer-motion').CustomValueType
|
|
4746
4746
|
| undefined;
|
|
4747
4747
|
onChangeCapture?:
|
|
4748
|
-
| import('framer-motion').CustomValueType
|
|
4749
4748
|
| import('react').FormEventHandler<SVGElement>
|
|
4749
|
+
| import('framer-motion').CustomValueType
|
|
4750
4750
|
| undefined;
|
|
4751
4751
|
onBeforeInput?:
|
|
4752
|
-
| import('framer-motion').CustomValueType
|
|
4753
4752
|
| import('react').FormEventHandler<SVGElement>
|
|
4753
|
+
| import('framer-motion').CustomValueType
|
|
4754
4754
|
| undefined;
|
|
4755
4755
|
onBeforeInputCapture?:
|
|
4756
|
-
| import('framer-motion').CustomValueType
|
|
4757
4756
|
| import('react').FormEventHandler<SVGElement>
|
|
4757
|
+
| import('framer-motion').CustomValueType
|
|
4758
4758
|
| undefined;
|
|
4759
4759
|
onInput?:
|
|
4760
|
-
| import('framer-motion').CustomValueType
|
|
4761
4760
|
| import('react').FormEventHandler<SVGElement>
|
|
4761
|
+
| import('framer-motion').CustomValueType
|
|
4762
4762
|
| undefined;
|
|
4763
4763
|
onInputCapture?:
|
|
4764
|
-
| import('framer-motion').CustomValueType
|
|
4765
4764
|
| import('react').FormEventHandler<SVGElement>
|
|
4765
|
+
| import('framer-motion').CustomValueType
|
|
4766
4766
|
| undefined;
|
|
4767
4767
|
onReset?:
|
|
4768
|
-
| import('framer-motion').CustomValueType
|
|
4769
4768
|
| import('react').FormEventHandler<SVGElement>
|
|
4769
|
+
| import('framer-motion').CustomValueType
|
|
4770
4770
|
| undefined;
|
|
4771
4771
|
onResetCapture?:
|
|
4772
|
-
| import('framer-motion').CustomValueType
|
|
4773
4772
|
| import('react').FormEventHandler<SVGElement>
|
|
4773
|
+
| import('framer-motion').CustomValueType
|
|
4774
4774
|
| undefined;
|
|
4775
4775
|
onSubmit?:
|
|
4776
|
-
| import('framer-motion').CustomValueType
|
|
4777
4776
|
| import('react').FormEventHandler<SVGElement>
|
|
4777
|
+
| import('framer-motion').CustomValueType
|
|
4778
4778
|
| undefined;
|
|
4779
4779
|
onSubmitCapture?:
|
|
4780
|
-
| import('framer-motion').CustomValueType
|
|
4781
4780
|
| import('react').FormEventHandler<SVGElement>
|
|
4781
|
+
| import('framer-motion').CustomValueType
|
|
4782
4782
|
| undefined;
|
|
4783
4783
|
onInvalid?:
|
|
4784
|
-
| import('framer-motion').CustomValueType
|
|
4785
4784
|
| import('react').FormEventHandler<SVGElement>
|
|
4785
|
+
| import('framer-motion').CustomValueType
|
|
4786
4786
|
| undefined;
|
|
4787
4787
|
onInvalidCapture?:
|
|
4788
|
-
| import('framer-motion').CustomValueType
|
|
4789
4788
|
| import('react').FormEventHandler<SVGElement>
|
|
4789
|
+
| import('framer-motion').CustomValueType
|
|
4790
4790
|
| undefined;
|
|
4791
4791
|
onLoad?:
|
|
4792
|
-
| import('framer-motion').CustomValueType
|
|
4793
4792
|
| import('react').ReactEventHandler<SVGElement>
|
|
4793
|
+
| import('framer-motion').CustomValueType
|
|
4794
4794
|
| undefined;
|
|
4795
4795
|
onLoadCapture?:
|
|
4796
|
-
| import('framer-motion').CustomValueType
|
|
4797
4796
|
| import('react').ReactEventHandler<SVGElement>
|
|
4797
|
+
| import('framer-motion').CustomValueType
|
|
4798
4798
|
| undefined;
|
|
4799
4799
|
onError?:
|
|
4800
|
-
| import('framer-motion').CustomValueType
|
|
4801
4800
|
| import('react').ReactEventHandler<SVGElement>
|
|
4801
|
+
| import('framer-motion').CustomValueType
|
|
4802
4802
|
| undefined;
|
|
4803
4803
|
onErrorCapture?:
|
|
4804
|
-
| import('framer-motion').CustomValueType
|
|
4805
4804
|
| import('react').ReactEventHandler<SVGElement>
|
|
4805
|
+
| import('framer-motion').CustomValueType
|
|
4806
4806
|
| undefined;
|
|
4807
4807
|
onKeyDown?:
|
|
4808
|
-
| import('framer-motion').CustomValueType
|
|
4809
4808
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4809
|
+
| import('framer-motion').CustomValueType
|
|
4810
4810
|
| undefined;
|
|
4811
4811
|
onKeyDownCapture?:
|
|
4812
|
-
| import('framer-motion').CustomValueType
|
|
4813
4812
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4813
|
+
| import('framer-motion').CustomValueType
|
|
4814
4814
|
| undefined;
|
|
4815
4815
|
onKeyPress?:
|
|
4816
|
-
| import('framer-motion').CustomValueType
|
|
4817
4816
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4817
|
+
| import('framer-motion').CustomValueType
|
|
4818
4818
|
| undefined;
|
|
4819
4819
|
onKeyPressCapture?:
|
|
4820
|
-
| import('framer-motion').CustomValueType
|
|
4821
4820
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4821
|
+
| import('framer-motion').CustomValueType
|
|
4822
4822
|
| undefined;
|
|
4823
4823
|
onKeyUp?:
|
|
4824
|
-
| import('framer-motion').CustomValueType
|
|
4825
4824
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4825
|
+
| import('framer-motion').CustomValueType
|
|
4826
4826
|
| undefined;
|
|
4827
4827
|
onKeyUpCapture?:
|
|
4828
|
-
| import('framer-motion').CustomValueType
|
|
4829
4828
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4829
|
+
| import('framer-motion').CustomValueType
|
|
4830
4830
|
| undefined;
|
|
4831
4831
|
onAbort?:
|
|
4832
|
-
| import('framer-motion').CustomValueType
|
|
4833
4832
|
| import('react').ReactEventHandler<SVGElement>
|
|
4833
|
+
| import('framer-motion').CustomValueType
|
|
4834
4834
|
| undefined;
|
|
4835
4835
|
onAbortCapture?:
|
|
4836
|
-
| import('framer-motion').CustomValueType
|
|
4837
4836
|
| import('react').ReactEventHandler<SVGElement>
|
|
4837
|
+
| import('framer-motion').CustomValueType
|
|
4838
4838
|
| undefined;
|
|
4839
4839
|
onCanPlay?:
|
|
4840
|
-
| import('framer-motion').CustomValueType
|
|
4841
4840
|
| import('react').ReactEventHandler<SVGElement>
|
|
4841
|
+
| import('framer-motion').CustomValueType
|
|
4842
4842
|
| undefined;
|
|
4843
4843
|
onCanPlayCapture?:
|
|
4844
|
-
| import('framer-motion').CustomValueType
|
|
4845
4844
|
| import('react').ReactEventHandler<SVGElement>
|
|
4845
|
+
| import('framer-motion').CustomValueType
|
|
4846
4846
|
| undefined;
|
|
4847
4847
|
onCanPlayThrough?:
|
|
4848
|
-
| import('framer-motion').CustomValueType
|
|
4849
4848
|
| import('react').ReactEventHandler<SVGElement>
|
|
4849
|
+
| import('framer-motion').CustomValueType
|
|
4850
4850
|
| undefined;
|
|
4851
4851
|
onCanPlayThroughCapture?:
|
|
4852
|
-
| import('framer-motion').CustomValueType
|
|
4853
4852
|
| import('react').ReactEventHandler<SVGElement>
|
|
4853
|
+
| import('framer-motion').CustomValueType
|
|
4854
4854
|
| undefined;
|
|
4855
4855
|
onDurationChange?:
|
|
4856
|
-
| import('framer-motion').CustomValueType
|
|
4857
4856
|
| import('react').ReactEventHandler<SVGElement>
|
|
4857
|
+
| import('framer-motion').CustomValueType
|
|
4858
4858
|
| undefined;
|
|
4859
4859
|
onDurationChangeCapture?:
|
|
4860
|
-
| import('framer-motion').CustomValueType
|
|
4861
4860
|
| import('react').ReactEventHandler<SVGElement>
|
|
4861
|
+
| import('framer-motion').CustomValueType
|
|
4862
4862
|
| undefined;
|
|
4863
4863
|
onEmptied?:
|
|
4864
|
-
| import('framer-motion').CustomValueType
|
|
4865
4864
|
| import('react').ReactEventHandler<SVGElement>
|
|
4865
|
+
| import('framer-motion').CustomValueType
|
|
4866
4866
|
| undefined;
|
|
4867
4867
|
onEmptiedCapture?:
|
|
4868
|
-
| import('framer-motion').CustomValueType
|
|
4869
4868
|
| import('react').ReactEventHandler<SVGElement>
|
|
4869
|
+
| import('framer-motion').CustomValueType
|
|
4870
4870
|
| undefined;
|
|
4871
4871
|
onEncrypted?:
|
|
4872
|
-
| import('framer-motion').CustomValueType
|
|
4873
4872
|
| import('react').ReactEventHandler<SVGElement>
|
|
4873
|
+
| import('framer-motion').CustomValueType
|
|
4874
4874
|
| undefined;
|
|
4875
4875
|
onEncryptedCapture?:
|
|
4876
|
-
| import('framer-motion').CustomValueType
|
|
4877
4876
|
| import('react').ReactEventHandler<SVGElement>
|
|
4877
|
+
| import('framer-motion').CustomValueType
|
|
4878
4878
|
| undefined;
|
|
4879
4879
|
onEnded?:
|
|
4880
|
-
| import('framer-motion').CustomValueType
|
|
4881
4880
|
| import('react').ReactEventHandler<SVGElement>
|
|
4881
|
+
| import('framer-motion').CustomValueType
|
|
4882
4882
|
| undefined;
|
|
4883
4883
|
onEndedCapture?:
|
|
4884
|
-
| import('framer-motion').CustomValueType
|
|
4885
4884
|
| import('react').ReactEventHandler<SVGElement>
|
|
4885
|
+
| import('framer-motion').CustomValueType
|
|
4886
4886
|
| undefined;
|
|
4887
4887
|
onLoadedData?:
|
|
4888
|
-
| import('framer-motion').CustomValueType
|
|
4889
4888
|
| import('react').ReactEventHandler<SVGElement>
|
|
4889
|
+
| import('framer-motion').CustomValueType
|
|
4890
4890
|
| undefined;
|
|
4891
4891
|
onLoadedDataCapture?:
|
|
4892
|
-
| import('framer-motion').CustomValueType
|
|
4893
4892
|
| import('react').ReactEventHandler<SVGElement>
|
|
4893
|
+
| import('framer-motion').CustomValueType
|
|
4894
4894
|
| undefined;
|
|
4895
4895
|
onLoadedMetadata?:
|
|
4896
|
-
| import('framer-motion').CustomValueType
|
|
4897
4896
|
| import('react').ReactEventHandler<SVGElement>
|
|
4897
|
+
| import('framer-motion').CustomValueType
|
|
4898
4898
|
| undefined;
|
|
4899
4899
|
onLoadedMetadataCapture?:
|
|
4900
|
-
| import('framer-motion').CustomValueType
|
|
4901
4900
|
| import('react').ReactEventHandler<SVGElement>
|
|
4901
|
+
| import('framer-motion').CustomValueType
|
|
4902
4902
|
| undefined;
|
|
4903
4903
|
onLoadStart?:
|
|
4904
|
-
| import('framer-motion').CustomValueType
|
|
4905
4904
|
| import('react').ReactEventHandler<SVGElement>
|
|
4905
|
+
| import('framer-motion').CustomValueType
|
|
4906
4906
|
| undefined;
|
|
4907
4907
|
onLoadStartCapture?:
|
|
4908
|
-
| import('framer-motion').CustomValueType
|
|
4909
4908
|
| import('react').ReactEventHandler<SVGElement>
|
|
4909
|
+
| import('framer-motion').CustomValueType
|
|
4910
4910
|
| undefined;
|
|
4911
4911
|
onPause?:
|
|
4912
|
-
| import('framer-motion').CustomValueType
|
|
4913
4912
|
| import('react').ReactEventHandler<SVGElement>
|
|
4913
|
+
| import('framer-motion').CustomValueType
|
|
4914
4914
|
| undefined;
|
|
4915
4915
|
onPauseCapture?:
|
|
4916
|
-
| import('framer-motion').CustomValueType
|
|
4917
4916
|
| import('react').ReactEventHandler<SVGElement>
|
|
4917
|
+
| import('framer-motion').CustomValueType
|
|
4918
4918
|
| undefined;
|
|
4919
4919
|
onPlay?:
|
|
4920
|
-
| import('framer-motion').CustomValueType
|
|
4921
4920
|
| import('react').ReactEventHandler<SVGElement>
|
|
4921
|
+
| import('framer-motion').CustomValueType
|
|
4922
4922
|
| undefined;
|
|
4923
4923
|
onPlayCapture?:
|
|
4924
|
-
| import('framer-motion').CustomValueType
|
|
4925
4924
|
| import('react').ReactEventHandler<SVGElement>
|
|
4925
|
+
| import('framer-motion').CustomValueType
|
|
4926
4926
|
| undefined;
|
|
4927
4927
|
onPlaying?:
|
|
4928
|
-
| import('framer-motion').CustomValueType
|
|
4929
4928
|
| import('react').ReactEventHandler<SVGElement>
|
|
4929
|
+
| import('framer-motion').CustomValueType
|
|
4930
4930
|
| undefined;
|
|
4931
4931
|
onPlayingCapture?:
|
|
4932
|
-
| import('framer-motion').CustomValueType
|
|
4933
4932
|
| import('react').ReactEventHandler<SVGElement>
|
|
4933
|
+
| import('framer-motion').CustomValueType
|
|
4934
4934
|
| undefined;
|
|
4935
4935
|
onProgress?:
|
|
4936
|
-
| import('framer-motion').CustomValueType
|
|
4937
4936
|
| import('react').ReactEventHandler<SVGElement>
|
|
4937
|
+
| import('framer-motion').CustomValueType
|
|
4938
4938
|
| undefined;
|
|
4939
4939
|
onProgressCapture?:
|
|
4940
|
-
| import('framer-motion').CustomValueType
|
|
4941
4940
|
| import('react').ReactEventHandler<SVGElement>
|
|
4941
|
+
| import('framer-motion').CustomValueType
|
|
4942
4942
|
| undefined;
|
|
4943
4943
|
onRateChange?:
|
|
4944
|
-
| import('framer-motion').CustomValueType
|
|
4945
4944
|
| import('react').ReactEventHandler<SVGElement>
|
|
4945
|
+
| import('framer-motion').CustomValueType
|
|
4946
4946
|
| undefined;
|
|
4947
4947
|
onRateChangeCapture?:
|
|
4948
|
-
| import('framer-motion').CustomValueType
|
|
4949
4948
|
| import('react').ReactEventHandler<SVGElement>
|
|
4949
|
+
| import('framer-motion').CustomValueType
|
|
4950
4950
|
| undefined;
|
|
4951
4951
|
onResize?:
|
|
4952
|
-
| import('framer-motion').CustomValueType
|
|
4953
4952
|
| import('react').ReactEventHandler<SVGElement>
|
|
4953
|
+
| import('framer-motion').CustomValueType
|
|
4954
4954
|
| undefined;
|
|
4955
4955
|
onResizeCapture?:
|
|
4956
|
-
| import('framer-motion').CustomValueType
|
|
4957
4956
|
| import('react').ReactEventHandler<SVGElement>
|
|
4957
|
+
| import('framer-motion').CustomValueType
|
|
4958
4958
|
| undefined;
|
|
4959
4959
|
onSeeked?:
|
|
4960
|
-
| import('framer-motion').CustomValueType
|
|
4961
4960
|
| import('react').ReactEventHandler<SVGElement>
|
|
4961
|
+
| import('framer-motion').CustomValueType
|
|
4962
4962
|
| undefined;
|
|
4963
4963
|
onSeekedCapture?:
|
|
4964
|
-
| import('framer-motion').CustomValueType
|
|
4965
4964
|
| import('react').ReactEventHandler<SVGElement>
|
|
4965
|
+
| import('framer-motion').CustomValueType
|
|
4966
4966
|
| undefined;
|
|
4967
4967
|
onSeeking?:
|
|
4968
|
-
| import('framer-motion').CustomValueType
|
|
4969
4968
|
| import('react').ReactEventHandler<SVGElement>
|
|
4969
|
+
| import('framer-motion').CustomValueType
|
|
4970
4970
|
| undefined;
|
|
4971
4971
|
onSeekingCapture?:
|
|
4972
|
-
| import('framer-motion').CustomValueType
|
|
4973
4972
|
| import('react').ReactEventHandler<SVGElement>
|
|
4973
|
+
| import('framer-motion').CustomValueType
|
|
4974
4974
|
| undefined;
|
|
4975
4975
|
onStalled?:
|
|
4976
|
-
| import('framer-motion').CustomValueType
|
|
4977
4976
|
| import('react').ReactEventHandler<SVGElement>
|
|
4977
|
+
| import('framer-motion').CustomValueType
|
|
4978
4978
|
| undefined;
|
|
4979
4979
|
onStalledCapture?:
|
|
4980
|
-
| import('framer-motion').CustomValueType
|
|
4981
4980
|
| import('react').ReactEventHandler<SVGElement>
|
|
4981
|
+
| import('framer-motion').CustomValueType
|
|
4982
4982
|
| undefined;
|
|
4983
4983
|
onSuspend?:
|
|
4984
|
-
| import('framer-motion').CustomValueType
|
|
4985
4984
|
| import('react').ReactEventHandler<SVGElement>
|
|
4985
|
+
| import('framer-motion').CustomValueType
|
|
4986
4986
|
| undefined;
|
|
4987
4987
|
onSuspendCapture?:
|
|
4988
|
-
| import('framer-motion').CustomValueType
|
|
4989
4988
|
| import('react').ReactEventHandler<SVGElement>
|
|
4989
|
+
| import('framer-motion').CustomValueType
|
|
4990
4990
|
| undefined;
|
|
4991
4991
|
onTimeUpdate?:
|
|
4992
|
-
| import('framer-motion').CustomValueType
|
|
4993
4992
|
| import('react').ReactEventHandler<SVGElement>
|
|
4993
|
+
| import('framer-motion').CustomValueType
|
|
4994
4994
|
| undefined;
|
|
4995
4995
|
onTimeUpdateCapture?:
|
|
4996
|
-
| import('framer-motion').CustomValueType
|
|
4997
4996
|
| import('react').ReactEventHandler<SVGElement>
|
|
4997
|
+
| import('framer-motion').CustomValueType
|
|
4998
4998
|
| undefined;
|
|
4999
4999
|
onVolumeChange?:
|
|
5000
|
-
| import('framer-motion').CustomValueType
|
|
5001
5000
|
| import('react').ReactEventHandler<SVGElement>
|
|
5001
|
+
| import('framer-motion').CustomValueType
|
|
5002
5002
|
| undefined;
|
|
5003
5003
|
onVolumeChangeCapture?:
|
|
5004
|
-
| import('framer-motion').CustomValueType
|
|
5005
5004
|
| import('react').ReactEventHandler<SVGElement>
|
|
5005
|
+
| import('framer-motion').CustomValueType
|
|
5006
5006
|
| undefined;
|
|
5007
5007
|
onWaiting?:
|
|
5008
|
-
| import('framer-motion').CustomValueType
|
|
5009
5008
|
| import('react').ReactEventHandler<SVGElement>
|
|
5009
|
+
| import('framer-motion').CustomValueType
|
|
5010
5010
|
| undefined;
|
|
5011
5011
|
onWaitingCapture?:
|
|
5012
|
-
| import('framer-motion').CustomValueType
|
|
5013
5012
|
| import('react').ReactEventHandler<SVGElement>
|
|
5013
|
+
| import('framer-motion').CustomValueType
|
|
5014
5014
|
| undefined;
|
|
5015
5015
|
onAuxClick?:
|
|
5016
|
-
| import('framer-motion').CustomValueType
|
|
5017
5016
|
| import('react').MouseEventHandler<SVGElement>
|
|
5017
|
+
| import('framer-motion').CustomValueType
|
|
5018
5018
|
| undefined;
|
|
5019
5019
|
onAuxClickCapture?:
|
|
5020
|
-
| import('framer-motion').CustomValueType
|
|
5021
5020
|
| import('react').MouseEventHandler<SVGElement>
|
|
5021
|
+
| import('framer-motion').CustomValueType
|
|
5022
5022
|
| undefined;
|
|
5023
5023
|
onClick?:
|
|
5024
|
-
| import('framer-motion').CustomValueType
|
|
5025
5024
|
| import('react').MouseEventHandler<SVGElement>
|
|
5025
|
+
| import('framer-motion').CustomValueType
|
|
5026
5026
|
| undefined;
|
|
5027
5027
|
onClickCapture?:
|
|
5028
|
-
| import('framer-motion').CustomValueType
|
|
5029
5028
|
| import('react').MouseEventHandler<SVGElement>
|
|
5029
|
+
| import('framer-motion').CustomValueType
|
|
5030
5030
|
| undefined;
|
|
5031
5031
|
onContextMenu?:
|
|
5032
|
-
| import('framer-motion').CustomValueType
|
|
5033
5032
|
| import('react').MouseEventHandler<SVGElement>
|
|
5033
|
+
| import('framer-motion').CustomValueType
|
|
5034
5034
|
| undefined;
|
|
5035
5035
|
onContextMenuCapture?:
|
|
5036
|
-
| import('framer-motion').CustomValueType
|
|
5037
5036
|
| import('react').MouseEventHandler<SVGElement>
|
|
5037
|
+
| import('framer-motion').CustomValueType
|
|
5038
5038
|
| undefined;
|
|
5039
5039
|
onDoubleClick?:
|
|
5040
|
-
| import('framer-motion').CustomValueType
|
|
5041
5040
|
| import('react').MouseEventHandler<SVGElement>
|
|
5041
|
+
| import('framer-motion').CustomValueType
|
|
5042
5042
|
| undefined;
|
|
5043
5043
|
onDoubleClickCapture?:
|
|
5044
|
-
| import('framer-motion').CustomValueType
|
|
5045
5044
|
| import('react').MouseEventHandler<SVGElement>
|
|
5045
|
+
| import('framer-motion').CustomValueType
|
|
5046
5046
|
| undefined;
|
|
5047
5047
|
onDrag?:
|
|
5048
|
-
| import('framer-motion').CustomValueType
|
|
5049
5048
|
| import('react').DragEventHandler<SVGElement>
|
|
5049
|
+
| import('framer-motion').CustomValueType
|
|
5050
5050
|
| undefined;
|
|
5051
5051
|
onDragCapture?:
|
|
5052
|
-
| import('framer-motion').CustomValueType
|
|
5053
5052
|
| import('react').DragEventHandler<SVGElement>
|
|
5053
|
+
| import('framer-motion').CustomValueType
|
|
5054
5054
|
| undefined;
|
|
5055
5055
|
onDragEnd?:
|
|
5056
|
-
| import('framer-motion').CustomValueType
|
|
5057
5056
|
| import('react').DragEventHandler<SVGElement>
|
|
5057
|
+
| import('framer-motion').CustomValueType
|
|
5058
5058
|
| undefined;
|
|
5059
5059
|
onDragEndCapture?:
|
|
5060
|
-
| import('framer-motion').CustomValueType
|
|
5061
5060
|
| import('react').DragEventHandler<SVGElement>
|
|
5061
|
+
| import('framer-motion').CustomValueType
|
|
5062
5062
|
| undefined;
|
|
5063
5063
|
onDragEnter?:
|
|
5064
|
-
| import('framer-motion').CustomValueType
|
|
5065
5064
|
| import('react').DragEventHandler<SVGElement>
|
|
5065
|
+
| import('framer-motion').CustomValueType
|
|
5066
5066
|
| undefined;
|
|
5067
5067
|
onDragEnterCapture?:
|
|
5068
|
-
| import('framer-motion').CustomValueType
|
|
5069
5068
|
| import('react').DragEventHandler<SVGElement>
|
|
5069
|
+
| import('framer-motion').CustomValueType
|
|
5070
5070
|
| undefined;
|
|
5071
5071
|
onDragExit?:
|
|
5072
|
-
| import('framer-motion').CustomValueType
|
|
5073
5072
|
| import('react').DragEventHandler<SVGElement>
|
|
5073
|
+
| import('framer-motion').CustomValueType
|
|
5074
5074
|
| undefined;
|
|
5075
5075
|
onDragExitCapture?:
|
|
5076
|
-
| import('framer-motion').CustomValueType
|
|
5077
5076
|
| import('react').DragEventHandler<SVGElement>
|
|
5077
|
+
| import('framer-motion').CustomValueType
|
|
5078
5078
|
| undefined;
|
|
5079
5079
|
onDragLeave?:
|
|
5080
|
-
| import('framer-motion').CustomValueType
|
|
5081
5080
|
| import('react').DragEventHandler<SVGElement>
|
|
5081
|
+
| import('framer-motion').CustomValueType
|
|
5082
5082
|
| undefined;
|
|
5083
5083
|
onDragLeaveCapture?:
|
|
5084
|
-
| import('framer-motion').CustomValueType
|
|
5085
5084
|
| import('react').DragEventHandler<SVGElement>
|
|
5085
|
+
| import('framer-motion').CustomValueType
|
|
5086
5086
|
| undefined;
|
|
5087
5087
|
onDragOver?:
|
|
5088
|
-
| import('framer-motion').CustomValueType
|
|
5089
5088
|
| import('react').DragEventHandler<SVGElement>
|
|
5089
|
+
| import('framer-motion').CustomValueType
|
|
5090
5090
|
| undefined;
|
|
5091
5091
|
onDragOverCapture?:
|
|
5092
|
-
| import('framer-motion').CustomValueType
|
|
5093
5092
|
| import('react').DragEventHandler<SVGElement>
|
|
5093
|
+
| import('framer-motion').CustomValueType
|
|
5094
5094
|
| undefined;
|
|
5095
5095
|
onDragStart?:
|
|
5096
|
-
| import('framer-motion').CustomValueType
|
|
5097
5096
|
| import('react').DragEventHandler<SVGElement>
|
|
5097
|
+
| import('framer-motion').CustomValueType
|
|
5098
5098
|
| undefined;
|
|
5099
5099
|
onDragStartCapture?:
|
|
5100
|
-
| import('framer-motion').CustomValueType
|
|
5101
5100
|
| import('react').DragEventHandler<SVGElement>
|
|
5101
|
+
| import('framer-motion').CustomValueType
|
|
5102
5102
|
| undefined;
|
|
5103
5103
|
onDrop?:
|
|
5104
|
-
| import('framer-motion').CustomValueType
|
|
5105
5104
|
| import('react').DragEventHandler<SVGElement>
|
|
5105
|
+
| import('framer-motion').CustomValueType
|
|
5106
5106
|
| undefined;
|
|
5107
5107
|
onDropCapture?:
|
|
5108
|
-
| import('framer-motion').CustomValueType
|
|
5109
5108
|
| import('react').DragEventHandler<SVGElement>
|
|
5109
|
+
| import('framer-motion').CustomValueType
|
|
5110
5110
|
| undefined;
|
|
5111
5111
|
onMouseDown?:
|
|
5112
|
-
| import('framer-motion').CustomValueType
|
|
5113
5112
|
| import('react').MouseEventHandler<SVGElement>
|
|
5113
|
+
| import('framer-motion').CustomValueType
|
|
5114
5114
|
| undefined;
|
|
5115
5115
|
onMouseDownCapture?:
|
|
5116
|
-
| import('framer-motion').CustomValueType
|
|
5117
5116
|
| import('react').MouseEventHandler<SVGElement>
|
|
5117
|
+
| import('framer-motion').CustomValueType
|
|
5118
5118
|
| undefined;
|
|
5119
5119
|
onMouseEnter?:
|
|
5120
|
-
| import('framer-motion').CustomValueType
|
|
5121
5120
|
| import('react').MouseEventHandler<SVGElement>
|
|
5121
|
+
| import('framer-motion').CustomValueType
|
|
5122
5122
|
| undefined;
|
|
5123
5123
|
onMouseLeave?:
|
|
5124
|
-
| import('framer-motion').CustomValueType
|
|
5125
5124
|
| import('react').MouseEventHandler<SVGElement>
|
|
5125
|
+
| import('framer-motion').CustomValueType
|
|
5126
5126
|
| undefined;
|
|
5127
5127
|
onMouseMove?:
|
|
5128
|
-
| import('framer-motion').CustomValueType
|
|
5129
5128
|
| import('react').MouseEventHandler<SVGElement>
|
|
5129
|
+
| import('framer-motion').CustomValueType
|
|
5130
5130
|
| undefined;
|
|
5131
5131
|
onMouseMoveCapture?:
|
|
5132
|
-
| import('framer-motion').CustomValueType
|
|
5133
5132
|
| import('react').MouseEventHandler<SVGElement>
|
|
5133
|
+
| import('framer-motion').CustomValueType
|
|
5134
5134
|
| undefined;
|
|
5135
5135
|
onMouseOut?:
|
|
5136
|
-
| import('framer-motion').CustomValueType
|
|
5137
5136
|
| import('react').MouseEventHandler<SVGElement>
|
|
5137
|
+
| import('framer-motion').CustomValueType
|
|
5138
5138
|
| undefined;
|
|
5139
5139
|
onMouseOutCapture?:
|
|
5140
|
-
| import('framer-motion').CustomValueType
|
|
5141
5140
|
| import('react').MouseEventHandler<SVGElement>
|
|
5141
|
+
| import('framer-motion').CustomValueType
|
|
5142
5142
|
| undefined;
|
|
5143
5143
|
onMouseOver?:
|
|
5144
|
-
| import('framer-motion').CustomValueType
|
|
5145
5144
|
| import('react').MouseEventHandler<SVGElement>
|
|
5145
|
+
| import('framer-motion').CustomValueType
|
|
5146
5146
|
| undefined;
|
|
5147
5147
|
onMouseOverCapture?:
|
|
5148
|
-
| import('framer-motion').CustomValueType
|
|
5149
5148
|
| import('react').MouseEventHandler<SVGElement>
|
|
5149
|
+
| import('framer-motion').CustomValueType
|
|
5150
5150
|
| undefined;
|
|
5151
5151
|
onMouseUp?:
|
|
5152
|
-
| import('framer-motion').CustomValueType
|
|
5153
5152
|
| import('react').MouseEventHandler<SVGElement>
|
|
5153
|
+
| import('framer-motion').CustomValueType
|
|
5154
5154
|
| undefined;
|
|
5155
5155
|
onMouseUpCapture?:
|
|
5156
|
-
| import('framer-motion').CustomValueType
|
|
5157
5156
|
| import('react').MouseEventHandler<SVGElement>
|
|
5157
|
+
| import('framer-motion').CustomValueType
|
|
5158
5158
|
| undefined;
|
|
5159
5159
|
onSelect?:
|
|
5160
|
-
| import('framer-motion').CustomValueType
|
|
5161
5160
|
| import('react').ReactEventHandler<SVGElement>
|
|
5161
|
+
| import('framer-motion').CustomValueType
|
|
5162
5162
|
| undefined;
|
|
5163
5163
|
onSelectCapture?:
|
|
5164
|
-
| import('framer-motion').CustomValueType
|
|
5165
5164
|
| import('react').ReactEventHandler<SVGElement>
|
|
5165
|
+
| import('framer-motion').CustomValueType
|
|
5166
5166
|
| undefined;
|
|
5167
5167
|
onTouchCancel?:
|
|
5168
|
-
| import('framer-motion').CustomValueType
|
|
5169
5168
|
| import('react').TouchEventHandler<SVGElement>
|
|
5169
|
+
| import('framer-motion').CustomValueType
|
|
5170
5170
|
| undefined;
|
|
5171
5171
|
onTouchCancelCapture?:
|
|
5172
|
-
| import('framer-motion').CustomValueType
|
|
5173
5172
|
| import('react').TouchEventHandler<SVGElement>
|
|
5173
|
+
| import('framer-motion').CustomValueType
|
|
5174
5174
|
| undefined;
|
|
5175
5175
|
onTouchEnd?:
|
|
5176
|
-
| import('framer-motion').CustomValueType
|
|
5177
5176
|
| import('react').TouchEventHandler<SVGElement>
|
|
5177
|
+
| import('framer-motion').CustomValueType
|
|
5178
5178
|
| undefined;
|
|
5179
5179
|
onTouchEndCapture?:
|
|
5180
|
-
| import('framer-motion').CustomValueType
|
|
5181
5180
|
| import('react').TouchEventHandler<SVGElement>
|
|
5181
|
+
| import('framer-motion').CustomValueType
|
|
5182
5182
|
| undefined;
|
|
5183
5183
|
onTouchMove?:
|
|
5184
|
-
| import('framer-motion').CustomValueType
|
|
5185
5184
|
| import('react').TouchEventHandler<SVGElement>
|
|
5185
|
+
| import('framer-motion').CustomValueType
|
|
5186
5186
|
| undefined;
|
|
5187
5187
|
onTouchMoveCapture?:
|
|
5188
|
-
| import('framer-motion').CustomValueType
|
|
5189
5188
|
| import('react').TouchEventHandler<SVGElement>
|
|
5189
|
+
| import('framer-motion').CustomValueType
|
|
5190
5190
|
| undefined;
|
|
5191
5191
|
onTouchStart?:
|
|
5192
|
-
| import('framer-motion').CustomValueType
|
|
5193
5192
|
| import('react').TouchEventHandler<SVGElement>
|
|
5193
|
+
| import('framer-motion').CustomValueType
|
|
5194
5194
|
| undefined;
|
|
5195
5195
|
onTouchStartCapture?:
|
|
5196
|
-
| import('framer-motion').CustomValueType
|
|
5197
5196
|
| import('react').TouchEventHandler<SVGElement>
|
|
5197
|
+
| import('framer-motion').CustomValueType
|
|
5198
5198
|
| undefined;
|
|
5199
5199
|
onPointerDown?:
|
|
5200
|
-
| import('framer-motion').CustomValueType
|
|
5201
5200
|
| import('react').PointerEventHandler<SVGElement>
|
|
5201
|
+
| import('framer-motion').CustomValueType
|
|
5202
5202
|
| undefined;
|
|
5203
5203
|
onPointerDownCapture?:
|
|
5204
|
-
| import('framer-motion').CustomValueType
|
|
5205
5204
|
| import('react').PointerEventHandler<SVGElement>
|
|
5205
|
+
| import('framer-motion').CustomValueType
|
|
5206
5206
|
| undefined;
|
|
5207
5207
|
onPointerMove?:
|
|
5208
|
-
| import('framer-motion').CustomValueType
|
|
5209
5208
|
| import('react').PointerEventHandler<SVGElement>
|
|
5209
|
+
| import('framer-motion').CustomValueType
|
|
5210
5210
|
| undefined;
|
|
5211
5211
|
onPointerMoveCapture?:
|
|
5212
|
-
| import('framer-motion').CustomValueType
|
|
5213
5212
|
| import('react').PointerEventHandler<SVGElement>
|
|
5213
|
+
| import('framer-motion').CustomValueType
|
|
5214
5214
|
| undefined;
|
|
5215
5215
|
onPointerUp?:
|
|
5216
|
-
| import('framer-motion').CustomValueType
|
|
5217
5216
|
| import('react').PointerEventHandler<SVGElement>
|
|
5217
|
+
| import('framer-motion').CustomValueType
|
|
5218
5218
|
| undefined;
|
|
5219
5219
|
onPointerUpCapture?:
|
|
5220
|
-
| import('framer-motion').CustomValueType
|
|
5221
5220
|
| import('react').PointerEventHandler<SVGElement>
|
|
5221
|
+
| import('framer-motion').CustomValueType
|
|
5222
5222
|
| undefined;
|
|
5223
5223
|
onPointerCancel?:
|
|
5224
|
-
| import('framer-motion').CustomValueType
|
|
5225
5224
|
| import('react').PointerEventHandler<SVGElement>
|
|
5225
|
+
| import('framer-motion').CustomValueType
|
|
5226
5226
|
| undefined;
|
|
5227
5227
|
onPointerCancelCapture?:
|
|
5228
|
-
| import('framer-motion').CustomValueType
|
|
5229
5228
|
| import('react').PointerEventHandler<SVGElement>
|
|
5229
|
+
| import('framer-motion').CustomValueType
|
|
5230
5230
|
| undefined;
|
|
5231
5231
|
onPointerEnter?:
|
|
5232
|
-
| import('framer-motion').CustomValueType
|
|
5233
5232
|
| import('react').PointerEventHandler<SVGElement>
|
|
5233
|
+
| import('framer-motion').CustomValueType
|
|
5234
5234
|
| undefined;
|
|
5235
5235
|
onPointerLeave?:
|
|
5236
|
-
| import('framer-motion').CustomValueType
|
|
5237
5236
|
| import('react').PointerEventHandler<SVGElement>
|
|
5237
|
+
| import('framer-motion').CustomValueType
|
|
5238
5238
|
| undefined;
|
|
5239
5239
|
onPointerOver?:
|
|
5240
|
-
| import('framer-motion').CustomValueType
|
|
5241
5240
|
| import('react').PointerEventHandler<SVGElement>
|
|
5241
|
+
| import('framer-motion').CustomValueType
|
|
5242
5242
|
| undefined;
|
|
5243
5243
|
onPointerOverCapture?:
|
|
5244
|
-
| import('framer-motion').CustomValueType
|
|
5245
5244
|
| import('react').PointerEventHandler<SVGElement>
|
|
5245
|
+
| import('framer-motion').CustomValueType
|
|
5246
5246
|
| undefined;
|
|
5247
5247
|
onPointerOut?:
|
|
5248
|
-
| import('framer-motion').CustomValueType
|
|
5249
5248
|
| import('react').PointerEventHandler<SVGElement>
|
|
5249
|
+
| import('framer-motion').CustomValueType
|
|
5250
5250
|
| undefined;
|
|
5251
5251
|
onPointerOutCapture?:
|
|
5252
|
-
| import('framer-motion').CustomValueType
|
|
5253
5252
|
| import('react').PointerEventHandler<SVGElement>
|
|
5253
|
+
| import('framer-motion').CustomValueType
|
|
5254
5254
|
| undefined;
|
|
5255
5255
|
onGotPointerCapture?:
|
|
5256
|
-
| import('framer-motion').CustomValueType
|
|
5257
5256
|
| import('react').PointerEventHandler<SVGElement>
|
|
5257
|
+
| import('framer-motion').CustomValueType
|
|
5258
5258
|
| undefined;
|
|
5259
5259
|
onGotPointerCaptureCapture?:
|
|
5260
|
-
| import('framer-motion').CustomValueType
|
|
5261
5260
|
| import('react').PointerEventHandler<SVGElement>
|
|
5261
|
+
| import('framer-motion').CustomValueType
|
|
5262
5262
|
| undefined;
|
|
5263
5263
|
onLostPointerCapture?:
|
|
5264
|
-
| import('framer-motion').CustomValueType
|
|
5265
5264
|
| import('react').PointerEventHandler<SVGElement>
|
|
5265
|
+
| import('framer-motion').CustomValueType
|
|
5266
5266
|
| undefined;
|
|
5267
5267
|
onLostPointerCaptureCapture?:
|
|
5268
|
-
| import('framer-motion').CustomValueType
|
|
5269
5268
|
| import('react').PointerEventHandler<SVGElement>
|
|
5269
|
+
| import('framer-motion').CustomValueType
|
|
5270
5270
|
| undefined;
|
|
5271
5271
|
onScroll?:
|
|
5272
|
-
| import('framer-motion').CustomValueType
|
|
5273
5272
|
| import('react').UIEventHandler<SVGElement>
|
|
5273
|
+
| import('framer-motion').CustomValueType
|
|
5274
5274
|
| undefined;
|
|
5275
5275
|
onScrollCapture?:
|
|
5276
|
-
| import('framer-motion').CustomValueType
|
|
5277
5276
|
| import('react').UIEventHandler<SVGElement>
|
|
5277
|
+
| import('framer-motion').CustomValueType
|
|
5278
5278
|
| undefined;
|
|
5279
5279
|
onWheel?:
|
|
5280
|
-
| import('framer-motion').CustomValueType
|
|
5281
5280
|
| import('react').WheelEventHandler<SVGElement>
|
|
5281
|
+
| import('framer-motion').CustomValueType
|
|
5282
5282
|
| undefined;
|
|
5283
5283
|
onWheelCapture?:
|
|
5284
|
-
| import('framer-motion').CustomValueType
|
|
5285
5284
|
| import('react').WheelEventHandler<SVGElement>
|
|
5285
|
+
| import('framer-motion').CustomValueType
|
|
5286
5286
|
| undefined;
|
|
5287
5287
|
onAnimationStart?:
|
|
5288
|
-
| import('framer-motion').CustomValueType
|
|
5289
5288
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5289
|
+
| import('framer-motion').CustomValueType
|
|
5290
5290
|
| undefined;
|
|
5291
5291
|
onAnimationStartCapture?:
|
|
5292
|
-
| import('framer-motion').CustomValueType
|
|
5293
5292
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5293
|
+
| import('framer-motion').CustomValueType
|
|
5294
5294
|
| undefined;
|
|
5295
5295
|
onAnimationEnd?:
|
|
5296
|
-
| import('framer-motion').CustomValueType
|
|
5297
5296
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5297
|
+
| import('framer-motion').CustomValueType
|
|
5298
5298
|
| undefined;
|
|
5299
5299
|
onAnimationEndCapture?:
|
|
5300
|
-
| import('framer-motion').CustomValueType
|
|
5301
5300
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5301
|
+
| import('framer-motion').CustomValueType
|
|
5302
5302
|
| undefined;
|
|
5303
5303
|
onAnimationIteration?:
|
|
5304
|
-
| import('framer-motion').CustomValueType
|
|
5305
5304
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5305
|
+
| import('framer-motion').CustomValueType
|
|
5306
5306
|
| undefined;
|
|
5307
5307
|
onAnimationIterationCapture?:
|
|
5308
|
-
| import('framer-motion').CustomValueType
|
|
5309
5308
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5309
|
+
| import('framer-motion').CustomValueType
|
|
5310
5310
|
| undefined;
|
|
5311
5311
|
onTransitionEnd?:
|
|
5312
|
-
| import('framer-motion').CustomValueType
|
|
5313
5312
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5313
|
+
| import('framer-motion').CustomValueType
|
|
5314
5314
|
| undefined;
|
|
5315
5315
|
onTransitionEndCapture?:
|
|
5316
|
-
| import('framer-motion').CustomValueType
|
|
5317
5316
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5317
|
+
| import('framer-motion').CustomValueType
|
|
5318
5318
|
| undefined;
|
|
5319
5319
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
5320
5320
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|
|
@@ -5635,8 +5635,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
5635
5635
|
onAnimationStart?:
|
|
5636
5636
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
5637
5637
|
| undefined;
|
|
5638
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
5639
5638
|
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
5639
|
+
drag?: boolean | 'x' | 'y' | undefined;
|
|
5640
5640
|
transformValues?:
|
|
5641
5641
|
| (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
|
|
5642
5642
|
| undefined;
|
|
@@ -6550,11 +6550,11 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6550
6550
|
| 'hanging'
|
|
6551
6551
|
| 'ideographic'
|
|
6552
6552
|
| 'mathematical'
|
|
6553
|
-
| 'baseline'
|
|
6554
|
-
| 'middle'
|
|
6555
6553
|
| 'after-edge'
|
|
6554
|
+
| 'baseline'
|
|
6556
6555
|
| 'before-edge'
|
|
6557
6556
|
| 'central'
|
|
6557
|
+
| 'middle'
|
|
6558
6558
|
| 'text-after-edge'
|
|
6559
6559
|
| 'text-before-edge'
|
|
6560
6560
|
| import('framer-motion').CustomValueType
|
|
@@ -6593,8 +6593,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6593
6593
|
| 'revert-layer'
|
|
6594
6594
|
| 'unset'
|
|
6595
6595
|
| 'auto'
|
|
6596
|
-
| 'optimizeSpeed'
|
|
6597
6596
|
| 'optimizeQuality'
|
|
6597
|
+
| 'optimizeSpeed'
|
|
6598
6598
|
| import('framer-motion').CustomValueType
|
|
6599
6599
|
| undefined;
|
|
6600
6600
|
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -6622,8 +6622,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6622
6622
|
| 'hanging'
|
|
6623
6623
|
| 'ideographic'
|
|
6624
6624
|
| 'mathematical'
|
|
6625
|
-
| 'middle'
|
|
6626
6625
|
| 'central'
|
|
6626
|
+
| 'middle'
|
|
6627
6627
|
| 'text-after-edge'
|
|
6628
6628
|
| 'text-before-edge'
|
|
6629
6629
|
| 'no-change'
|
|
@@ -6684,8 +6684,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6684
6684
|
| 'none'
|
|
6685
6685
|
| 'auto'
|
|
6686
6686
|
| 'stroke'
|
|
6687
|
-
| 'visible'
|
|
6688
6687
|
| 'all'
|
|
6688
|
+
| 'visible'
|
|
6689
6689
|
| 'painted'
|
|
6690
6690
|
| 'visibleFill'
|
|
6691
6691
|
| 'visiblePainted'
|
|
@@ -6700,9 +6700,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6700
6700
|
| 'revert-layer'
|
|
6701
6701
|
| 'unset'
|
|
6702
6702
|
| 'auto'
|
|
6703
|
-
| 'geometricPrecision'
|
|
6704
6703
|
| 'optimizeSpeed'
|
|
6705
6704
|
| 'crispEdges'
|
|
6705
|
+
| 'geometricPrecision'
|
|
6706
6706
|
| import('framer-motion').CustomValueType
|
|
6707
6707
|
| undefined;
|
|
6708
6708
|
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -6748,9 +6748,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6748
6748
|
| 'revert-layer'
|
|
6749
6749
|
| 'unset'
|
|
6750
6750
|
| 'auto'
|
|
6751
|
+
| 'optimizeSpeed'
|
|
6751
6752
|
| 'geometricPrecision'
|
|
6752
6753
|
| 'optimizeLegibility'
|
|
6753
|
-
| 'optimizeSpeed'
|
|
6754
6754
|
| import('framer-motion').CustomValueType
|
|
6755
6755
|
| undefined;
|
|
6756
6756
|
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -6763,7 +6763,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6763
6763
|
| 'unset'
|
|
6764
6764
|
| 'normal'
|
|
6765
6765
|
| 'embed'
|
|
6766
|
-
| 'isolate'
|
|
6767
6766
|
| '-moz-isolate'
|
|
6768
6767
|
| '-moz-isolate-override'
|
|
6769
6768
|
| '-moz-plaintext'
|
|
@@ -6771,6 +6770,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6771
6770
|
| '-webkit-isolate-override'
|
|
6772
6771
|
| '-webkit-plaintext'
|
|
6773
6772
|
| 'bidi-override'
|
|
6773
|
+
| 'isolate'
|
|
6774
6774
|
| 'isolate-override'
|
|
6775
6775
|
| 'plaintext'
|
|
6776
6776
|
| import('framer-motion').CustomValueType
|
|
@@ -6825,24 +6825,12 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6825
6825
|
| import('csstype').Property.Border<string | number>
|
|
6826
6826
|
| import('framer-motion').CustomValueType
|
|
6827
6827
|
| undefined;
|
|
6828
|
-
|
|
6829
|
-
| import('csstype').Property.
|
|
6830
|
-
| import('framer-motion').CustomValueType
|
|
6831
|
-
| undefined;
|
|
6832
|
-
flex?:
|
|
6833
|
-
| import('csstype').Property.Flex<string | number>
|
|
6834
|
-
| import('framer-motion').CustomValueType
|
|
6835
|
-
| undefined;
|
|
6836
|
-
grid?:
|
|
6837
|
-
| import('csstype').Property.Grid
|
|
6838
|
-
| import('framer-motion').CustomValueType
|
|
6839
|
-
| undefined;
|
|
6840
|
-
contain?:
|
|
6841
|
-
| import('csstype').Property.Contain
|
|
6828
|
+
top?:
|
|
6829
|
+
| import('csstype').Property.Top<string | number>
|
|
6842
6830
|
| import('framer-motion').CustomValueType
|
|
6843
6831
|
| undefined;
|
|
6844
|
-
|
|
6845
|
-
| import('csstype').Property.
|
|
6832
|
+
bottom?:
|
|
6833
|
+
| import('csstype').Property.Bottom<string | number>
|
|
6846
6834
|
| import('framer-motion').CustomValueType
|
|
6847
6835
|
| undefined;
|
|
6848
6836
|
left?:
|
|
@@ -6853,69 +6841,33 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6853
6841
|
| import('csstype').Property.Right<string | number>
|
|
6854
6842
|
| import('framer-motion').CustomValueType
|
|
6855
6843
|
| undefined;
|
|
6856
|
-
|
|
6857
|
-
|
|
6844
|
+
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
6845
|
+
minWidth?:
|
|
6846
|
+
| import('csstype').Property.MinWidth<string | number>
|
|
6858
6847
|
| import('framer-motion').CustomValueType
|
|
6859
6848
|
| undefined;
|
|
6860
|
-
|
|
6861
|
-
| import('csstype').Property.
|
|
6849
|
+
minHeight?:
|
|
6850
|
+
| import('csstype').Property.MinHeight<string | number>
|
|
6862
6851
|
| import('framer-motion').CustomValueType
|
|
6863
6852
|
| undefined;
|
|
6864
|
-
|
|
6865
|
-
| import('csstype').Property.
|
|
6853
|
+
maxWidth?:
|
|
6854
|
+
| import('csstype').Property.MaxWidth<string | number>
|
|
6866
6855
|
| import('framer-motion').CustomValueType
|
|
6867
6856
|
| undefined;
|
|
6868
|
-
|
|
6869
|
-
|
|
6870
|
-
| import('csstype').Property.Page
|
|
6857
|
+
maxHeight?:
|
|
6858
|
+
| import('csstype').Property.MaxHeight<string | number>
|
|
6871
6859
|
| import('framer-motion').CustomValueType
|
|
6872
6860
|
| undefined;
|
|
6873
|
-
|
|
6874
|
-
| import('csstype').Property.
|
|
6861
|
+
aspectRatio?:
|
|
6862
|
+
| import('csstype').Property.AspectRatio
|
|
6875
6863
|
| import('framer-motion').CustomValueType
|
|
6876
6864
|
| undefined;
|
|
6877
|
-
|
|
6878
|
-
| import('csstype').Property.
|
|
6865
|
+
flexBasis?:
|
|
6866
|
+
| import('csstype').Property.FlexBasis<string | number>
|
|
6879
6867
|
| import('framer-motion').CustomValueType
|
|
6880
6868
|
| undefined;
|
|
6881
|
-
|
|
6882
|
-
| import('csstype').Property.
|
|
6883
|
-
| import('framer-motion').CustomValueType
|
|
6884
|
-
| undefined;
|
|
6885
|
-
clear?:
|
|
6886
|
-
| import('csstype').Property.Clear
|
|
6887
|
-
| import('framer-motion').CustomValueType
|
|
6888
|
-
| undefined;
|
|
6889
|
-
padding?:
|
|
6890
|
-
| import('csstype').Property.Padding<string | number>
|
|
6891
|
-
| import('framer-motion').CustomValueType
|
|
6892
|
-
| undefined;
|
|
6893
|
-
minWidth?:
|
|
6894
|
-
| import('csstype').Property.MinWidth<string | number>
|
|
6895
|
-
| import('framer-motion').CustomValueType
|
|
6896
|
-
| undefined;
|
|
6897
|
-
minHeight?:
|
|
6898
|
-
| import('csstype').Property.MinHeight<string | number>
|
|
6899
|
-
| import('framer-motion').CustomValueType
|
|
6900
|
-
| undefined;
|
|
6901
|
-
maxWidth?:
|
|
6902
|
-
| import('csstype').Property.MaxWidth<string | number>
|
|
6903
|
-
| import('framer-motion').CustomValueType
|
|
6904
|
-
| undefined;
|
|
6905
|
-
maxHeight?:
|
|
6906
|
-
| import('csstype').Property.MaxHeight<string | number>
|
|
6907
|
-
| import('framer-motion').CustomValueType
|
|
6908
|
-
| undefined;
|
|
6909
|
-
aspectRatio?:
|
|
6910
|
-
| import('csstype').Property.AspectRatio
|
|
6911
|
-
| import('framer-motion').CustomValueType
|
|
6912
|
-
| undefined;
|
|
6913
|
-
flexBasis?:
|
|
6914
|
-
| import('csstype').Property.FlexBasis<string | number>
|
|
6915
|
-
| import('framer-motion').CustomValueType
|
|
6916
|
-
| undefined;
|
|
6917
|
-
flexGrow?:
|
|
6918
|
-
| import('csstype').Property.FlexGrow
|
|
6869
|
+
flexGrow?:
|
|
6870
|
+
| import('csstype').Property.FlexGrow
|
|
6919
6871
|
| import('framer-motion').CustomValueType
|
|
6920
6872
|
| undefined;
|
|
6921
6873
|
flexShrink?:
|
|
@@ -6950,6 +6902,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
6950
6902
|
| import('csstype').Property.GridAutoFlow
|
|
6951
6903
|
| import('framer-motion').CustomValueType
|
|
6952
6904
|
| undefined;
|
|
6905
|
+
grid?:
|
|
6906
|
+
| import('csstype').Property.Grid
|
|
6907
|
+
| import('framer-motion').CustomValueType
|
|
6908
|
+
| undefined;
|
|
6953
6909
|
gridRowStart?:
|
|
6954
6910
|
| import('csstype').Property.GridRowStart
|
|
6955
6911
|
| import('framer-motion').CustomValueType
|
|
@@ -7026,6 +6982,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7026
6982
|
| import('csstype').Property.RowGap<string | number>
|
|
7027
6983
|
| import('framer-motion').CustomValueType
|
|
7028
6984
|
| undefined;
|
|
6985
|
+
padding?:
|
|
6986
|
+
| import('csstype').Property.Padding<string | number>
|
|
6987
|
+
| import('framer-motion').CustomValueType
|
|
6988
|
+
| undefined;
|
|
7029
6989
|
paddingTop?:
|
|
7030
6990
|
| import('csstype').Property.PaddingTop<string | number>
|
|
7031
6991
|
| import('framer-motion').CustomValueType
|
|
@@ -7074,6 +7034,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7074
7034
|
| import('csstype').Property.FlexWrap
|
|
7075
7035
|
| import('framer-motion').CustomValueType
|
|
7076
7036
|
| undefined;
|
|
7037
|
+
position?:
|
|
7038
|
+
| import('csstype').Property.Position
|
|
7039
|
+
| import('framer-motion').CustomValueType
|
|
7040
|
+
| undefined;
|
|
7077
7041
|
textAlign?:
|
|
7078
7042
|
| import('csstype').Property.TextAlign
|
|
7079
7043
|
| import('framer-motion').CustomValueType
|
|
@@ -7386,6 +7350,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7386
7350
|
| import('csstype').Property.CaretShape
|
|
7387
7351
|
| import('framer-motion').CustomValueType
|
|
7388
7352
|
| undefined;
|
|
7353
|
+
clear?:
|
|
7354
|
+
| import('csstype').Property.Clear
|
|
7355
|
+
| import('framer-motion').CustomValueType
|
|
7356
|
+
| undefined;
|
|
7389
7357
|
colorAdjust?:
|
|
7390
7358
|
| import('csstype').Property.PrintColorAdjust
|
|
7391
7359
|
| import('framer-motion').CustomValueType
|
|
@@ -7422,6 +7390,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7422
7390
|
| import('csstype').Property.ColumnWidth<string | number>
|
|
7423
7391
|
| import('framer-motion').CustomValueType
|
|
7424
7392
|
| undefined;
|
|
7393
|
+
contain?:
|
|
7394
|
+
| import('csstype').Property.Contain
|
|
7395
|
+
| import('framer-motion').CustomValueType
|
|
7396
|
+
| undefined;
|
|
7425
7397
|
containIntrinsicBlockSize?:
|
|
7426
7398
|
| import('csstype').Property.ContainIntrinsicBlockSize<string | number>
|
|
7427
7399
|
| import('framer-motion').CustomValueType
|
|
@@ -7862,6 +7834,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7862
7834
|
| import('csstype').Property.OverflowY
|
|
7863
7835
|
| import('framer-motion').CustomValueType
|
|
7864
7836
|
| undefined;
|
|
7837
|
+
overlay?:
|
|
7838
|
+
| import('csstype').Property.Overlay
|
|
7839
|
+
| import('framer-motion').CustomValueType
|
|
7840
|
+
| undefined;
|
|
7865
7841
|
overscrollBehaviorBlock?:
|
|
7866
7842
|
| import('csstype').Property.OverscrollBehaviorBlock
|
|
7867
7843
|
| import('framer-motion').CustomValueType
|
|
@@ -7902,6 +7878,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
7902
7878
|
| import('csstype').Property.PaddingRight<string | number>
|
|
7903
7879
|
| import('framer-motion').CustomValueType
|
|
7904
7880
|
| undefined;
|
|
7881
|
+
page?:
|
|
7882
|
+
| import('csstype').Property.Page
|
|
7883
|
+
| import('framer-motion').CustomValueType
|
|
7884
|
+
| undefined;
|
|
7905
7885
|
pageBreakAfter?:
|
|
7906
7886
|
| import('csstype').Property.PageBreakAfter
|
|
7907
7887
|
| import('framer-motion').CustomValueType
|
|
@@ -8246,6 +8226,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8246
8226
|
| import('csstype').Property.WordWrap
|
|
8247
8227
|
| import('framer-motion').CustomValueType
|
|
8248
8228
|
| undefined;
|
|
8229
|
+
zoom?:
|
|
8230
|
+
| import('csstype').Property.Zoom
|
|
8231
|
+
| import('framer-motion').CustomValueType
|
|
8232
|
+
| undefined;
|
|
8233
|
+
animation?:
|
|
8234
|
+
| import('csstype').Property.Animation<string & {}>
|
|
8235
|
+
| import('framer-motion').CustomValueType
|
|
8236
|
+
| undefined;
|
|
8249
8237
|
animationRange?:
|
|
8250
8238
|
| import('csstype').Property.AnimationRange<string | number>
|
|
8251
8239
|
| import('framer-motion').CustomValueType
|
|
@@ -8302,6 +8290,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8302
8290
|
| import('csstype').Property.BorderTop<string | number>
|
|
8303
8291
|
| import('framer-motion').CustomValueType
|
|
8304
8292
|
| undefined;
|
|
8293
|
+
caret?:
|
|
8294
|
+
| import('csstype').Property.Caret
|
|
8295
|
+
| import('framer-motion').CustomValueType
|
|
8296
|
+
| undefined;
|
|
8305
8297
|
columnRule?:
|
|
8306
8298
|
| import('csstype').Property.ColumnRule<string | number>
|
|
8307
8299
|
| import('framer-motion').CustomValueType
|
|
@@ -8318,6 +8310,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8318
8310
|
| import('csstype').Property.Container
|
|
8319
8311
|
| import('framer-motion').CustomValueType
|
|
8320
8312
|
| undefined;
|
|
8313
|
+
flex?:
|
|
8314
|
+
| import('csstype').Property.Flex<string | number>
|
|
8315
|
+
| import('framer-motion').CustomValueType
|
|
8316
|
+
| undefined;
|
|
8321
8317
|
flexFlow?:
|
|
8322
8318
|
| import('csstype').Property.FlexFlow
|
|
8323
8319
|
| import('framer-motion').CustomValueType
|
|
@@ -8326,6 +8322,10 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
8326
8322
|
| import('csstype').Property.Font
|
|
8327
8323
|
| import('framer-motion').CustomValueType
|
|
8328
8324
|
| undefined;
|
|
8325
|
+
inset?:
|
|
8326
|
+
| import('csstype').Property.Inset<string | number>
|
|
8327
|
+
| import('framer-motion').CustomValueType
|
|
8328
|
+
| undefined;
|
|
8329
8329
|
insetBlock?:
|
|
8330
8330
|
| import('csstype').Property.InsetBlock<string | number>
|
|
8331
8331
|
| import('framer-motion').CustomValueType
|
|
@@ -10254,644 +10254,644 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
|
|
|
10254
10254
|
| import('framer-motion').CustomValueType
|
|
10255
10255
|
| undefined;
|
|
10256
10256
|
onCopy?:
|
|
10257
|
-
| import('framer-motion').CustomValueType
|
|
10258
10257
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
10258
|
+
| import('framer-motion').CustomValueType
|
|
10259
10259
|
| undefined;
|
|
10260
10260
|
onCopyCapture?:
|
|
10261
|
-
| import('framer-motion').CustomValueType
|
|
10262
10261
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
10262
|
+
| import('framer-motion').CustomValueType
|
|
10263
10263
|
| undefined;
|
|
10264
10264
|
onCut?:
|
|
10265
|
-
| import('framer-motion').CustomValueType
|
|
10266
10265
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
10266
|
+
| import('framer-motion').CustomValueType
|
|
10267
10267
|
| undefined;
|
|
10268
10268
|
onCutCapture?:
|
|
10269
|
-
| import('framer-motion').CustomValueType
|
|
10270
10269
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
10270
|
+
| import('framer-motion').CustomValueType
|
|
10271
10271
|
| undefined;
|
|
10272
10272
|
onPaste?:
|
|
10273
|
-
| import('framer-motion').CustomValueType
|
|
10274
10273
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
10274
|
+
| import('framer-motion').CustomValueType
|
|
10275
10275
|
| undefined;
|
|
10276
10276
|
onPasteCapture?:
|
|
10277
|
-
| import('framer-motion').CustomValueType
|
|
10278
10277
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
10278
|
+
| import('framer-motion').CustomValueType
|
|
10279
10279
|
| undefined;
|
|
10280
10280
|
onCompositionEnd?:
|
|
10281
|
-
| import('framer-motion').CustomValueType
|
|
10282
10281
|
| import('react').CompositionEventHandler<SVGElement>
|
|
10282
|
+
| import('framer-motion').CustomValueType
|
|
10283
10283
|
| undefined;
|
|
10284
10284
|
onCompositionEndCapture?:
|
|
10285
|
-
| import('framer-motion').CustomValueType
|
|
10286
10285
|
| import('react').CompositionEventHandler<SVGElement>
|
|
10286
|
+
| import('framer-motion').CustomValueType
|
|
10287
10287
|
| undefined;
|
|
10288
10288
|
onCompositionStart?:
|
|
10289
|
-
| import('framer-motion').CustomValueType
|
|
10290
10289
|
| import('react').CompositionEventHandler<SVGElement>
|
|
10290
|
+
| import('framer-motion').CustomValueType
|
|
10291
10291
|
| undefined;
|
|
10292
10292
|
onCompositionStartCapture?:
|
|
10293
|
-
| import('framer-motion').CustomValueType
|
|
10294
10293
|
| import('react').CompositionEventHandler<SVGElement>
|
|
10294
|
+
| import('framer-motion').CustomValueType
|
|
10295
10295
|
| undefined;
|
|
10296
10296
|
onCompositionUpdate?:
|
|
10297
|
-
| import('framer-motion').CustomValueType
|
|
10298
10297
|
| import('react').CompositionEventHandler<SVGElement>
|
|
10298
|
+
| import('framer-motion').CustomValueType
|
|
10299
10299
|
| undefined;
|
|
10300
10300
|
onCompositionUpdateCapture?:
|
|
10301
|
-
| import('framer-motion').CustomValueType
|
|
10302
10301
|
| import('react').CompositionEventHandler<SVGElement>
|
|
10302
|
+
| import('framer-motion').CustomValueType
|
|
10303
10303
|
| undefined;
|
|
10304
10304
|
onFocus?:
|
|
10305
|
-
| import('framer-motion').CustomValueType
|
|
10306
10305
|
| import('react').FocusEventHandler<SVGElement>
|
|
10306
|
+
| import('framer-motion').CustomValueType
|
|
10307
10307
|
| undefined;
|
|
10308
10308
|
onFocusCapture?:
|
|
10309
|
-
| import('framer-motion').CustomValueType
|
|
10310
10309
|
| import('react').FocusEventHandler<SVGElement>
|
|
10310
|
+
| import('framer-motion').CustomValueType
|
|
10311
10311
|
| undefined;
|
|
10312
10312
|
onBlur?:
|
|
10313
|
-
| import('framer-motion').CustomValueType
|
|
10314
10313
|
| import('react').FocusEventHandler<SVGElement>
|
|
10314
|
+
| import('framer-motion').CustomValueType
|
|
10315
10315
|
| undefined;
|
|
10316
10316
|
onBlurCapture?:
|
|
10317
|
-
| import('framer-motion').CustomValueType
|
|
10318
10317
|
| import('react').FocusEventHandler<SVGElement>
|
|
10318
|
+
| import('framer-motion').CustomValueType
|
|
10319
10319
|
| undefined;
|
|
10320
10320
|
onChange?:
|
|
10321
|
-
| import('framer-motion').CustomValueType
|
|
10322
10321
|
| import('react').FormEventHandler<SVGElement>
|
|
10322
|
+
| import('framer-motion').CustomValueType
|
|
10323
10323
|
| undefined;
|
|
10324
10324
|
onChangeCapture?:
|
|
10325
|
-
| import('framer-motion').CustomValueType
|
|
10326
10325
|
| import('react').FormEventHandler<SVGElement>
|
|
10326
|
+
| import('framer-motion').CustomValueType
|
|
10327
10327
|
| undefined;
|
|
10328
10328
|
onBeforeInput?:
|
|
10329
|
-
| import('framer-motion').CustomValueType
|
|
10330
10329
|
| import('react').FormEventHandler<SVGElement>
|
|
10330
|
+
| import('framer-motion').CustomValueType
|
|
10331
10331
|
| undefined;
|
|
10332
10332
|
onBeforeInputCapture?:
|
|
10333
|
-
| import('framer-motion').CustomValueType
|
|
10334
10333
|
| import('react').FormEventHandler<SVGElement>
|
|
10334
|
+
| import('framer-motion').CustomValueType
|
|
10335
10335
|
| undefined;
|
|
10336
10336
|
onInput?:
|
|
10337
|
-
| import('framer-motion').CustomValueType
|
|
10338
10337
|
| import('react').FormEventHandler<SVGElement>
|
|
10338
|
+
| import('framer-motion').CustomValueType
|
|
10339
10339
|
| undefined;
|
|
10340
10340
|
onInputCapture?:
|
|
10341
|
-
| import('framer-motion').CustomValueType
|
|
10342
10341
|
| import('react').FormEventHandler<SVGElement>
|
|
10342
|
+
| import('framer-motion').CustomValueType
|
|
10343
10343
|
| undefined;
|
|
10344
10344
|
onReset?:
|
|
10345
|
-
| import('framer-motion').CustomValueType
|
|
10346
10345
|
| import('react').FormEventHandler<SVGElement>
|
|
10346
|
+
| import('framer-motion').CustomValueType
|
|
10347
10347
|
| undefined;
|
|
10348
10348
|
onResetCapture?:
|
|
10349
|
-
| import('framer-motion').CustomValueType
|
|
10350
10349
|
| import('react').FormEventHandler<SVGElement>
|
|
10350
|
+
| import('framer-motion').CustomValueType
|
|
10351
10351
|
| undefined;
|
|
10352
10352
|
onSubmit?:
|
|
10353
|
-
| import('framer-motion').CustomValueType
|
|
10354
10353
|
| import('react').FormEventHandler<SVGElement>
|
|
10354
|
+
| import('framer-motion').CustomValueType
|
|
10355
10355
|
| undefined;
|
|
10356
10356
|
onSubmitCapture?:
|
|
10357
|
-
| import('framer-motion').CustomValueType
|
|
10358
10357
|
| import('react').FormEventHandler<SVGElement>
|
|
10358
|
+
| import('framer-motion').CustomValueType
|
|
10359
10359
|
| undefined;
|
|
10360
10360
|
onInvalid?:
|
|
10361
|
-
| import('framer-motion').CustomValueType
|
|
10362
10361
|
| import('react').FormEventHandler<SVGElement>
|
|
10362
|
+
| import('framer-motion').CustomValueType
|
|
10363
10363
|
| undefined;
|
|
10364
10364
|
onInvalidCapture?:
|
|
10365
|
-
| import('framer-motion').CustomValueType
|
|
10366
10365
|
| import('react').FormEventHandler<SVGElement>
|
|
10366
|
+
| import('framer-motion').CustomValueType
|
|
10367
10367
|
| undefined;
|
|
10368
10368
|
onLoad?:
|
|
10369
|
-
| import('framer-motion').CustomValueType
|
|
10370
10369
|
| import('react').ReactEventHandler<SVGElement>
|
|
10370
|
+
| import('framer-motion').CustomValueType
|
|
10371
10371
|
| undefined;
|
|
10372
10372
|
onLoadCapture?:
|
|
10373
|
-
| import('framer-motion').CustomValueType
|
|
10374
10373
|
| import('react').ReactEventHandler<SVGElement>
|
|
10374
|
+
| import('framer-motion').CustomValueType
|
|
10375
10375
|
| undefined;
|
|
10376
10376
|
onError?:
|
|
10377
|
-
| import('framer-motion').CustomValueType
|
|
10378
10377
|
| import('react').ReactEventHandler<SVGElement>
|
|
10378
|
+
| import('framer-motion').CustomValueType
|
|
10379
10379
|
| undefined;
|
|
10380
10380
|
onErrorCapture?:
|
|
10381
|
-
| import('framer-motion').CustomValueType
|
|
10382
10381
|
| import('react').ReactEventHandler<SVGElement>
|
|
10382
|
+
| import('framer-motion').CustomValueType
|
|
10383
10383
|
| undefined;
|
|
10384
10384
|
onKeyDown?:
|
|
10385
|
-
| import('framer-motion').CustomValueType
|
|
10386
10385
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
10386
|
+
| import('framer-motion').CustomValueType
|
|
10387
10387
|
| undefined;
|
|
10388
10388
|
onKeyDownCapture?:
|
|
10389
|
-
| import('framer-motion').CustomValueType
|
|
10390
10389
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
10390
|
+
| import('framer-motion').CustomValueType
|
|
10391
10391
|
| undefined;
|
|
10392
10392
|
onKeyPress?:
|
|
10393
|
-
| import('framer-motion').CustomValueType
|
|
10394
10393
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
10394
|
+
| import('framer-motion').CustomValueType
|
|
10395
10395
|
| undefined;
|
|
10396
10396
|
onKeyPressCapture?:
|
|
10397
|
-
| import('framer-motion').CustomValueType
|
|
10398
10397
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
10398
|
+
| import('framer-motion').CustomValueType
|
|
10399
10399
|
| undefined;
|
|
10400
10400
|
onKeyUp?:
|
|
10401
|
-
| import('framer-motion').CustomValueType
|
|
10402
10401
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
10402
|
+
| import('framer-motion').CustomValueType
|
|
10403
10403
|
| undefined;
|
|
10404
10404
|
onKeyUpCapture?:
|
|
10405
|
-
| import('framer-motion').CustomValueType
|
|
10406
10405
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
10406
|
+
| import('framer-motion').CustomValueType
|
|
10407
10407
|
| undefined;
|
|
10408
10408
|
onAbort?:
|
|
10409
|
-
| import('framer-motion').CustomValueType
|
|
10410
10409
|
| import('react').ReactEventHandler<SVGElement>
|
|
10410
|
+
| import('framer-motion').CustomValueType
|
|
10411
10411
|
| undefined;
|
|
10412
10412
|
onAbortCapture?:
|
|
10413
|
-
| import('framer-motion').CustomValueType
|
|
10414
10413
|
| import('react').ReactEventHandler<SVGElement>
|
|
10414
|
+
| import('framer-motion').CustomValueType
|
|
10415
10415
|
| undefined;
|
|
10416
10416
|
onCanPlay?:
|
|
10417
|
-
| import('framer-motion').CustomValueType
|
|
10418
10417
|
| import('react').ReactEventHandler<SVGElement>
|
|
10418
|
+
| import('framer-motion').CustomValueType
|
|
10419
10419
|
| undefined;
|
|
10420
10420
|
onCanPlayCapture?:
|
|
10421
|
-
| import('framer-motion').CustomValueType
|
|
10422
10421
|
| import('react').ReactEventHandler<SVGElement>
|
|
10422
|
+
| import('framer-motion').CustomValueType
|
|
10423
10423
|
| undefined;
|
|
10424
10424
|
onCanPlayThrough?:
|
|
10425
|
-
| import('framer-motion').CustomValueType
|
|
10426
10425
|
| import('react').ReactEventHandler<SVGElement>
|
|
10426
|
+
| import('framer-motion').CustomValueType
|
|
10427
10427
|
| undefined;
|
|
10428
10428
|
onCanPlayThroughCapture?:
|
|
10429
|
-
| import('framer-motion').CustomValueType
|
|
10430
10429
|
| import('react').ReactEventHandler<SVGElement>
|
|
10430
|
+
| import('framer-motion').CustomValueType
|
|
10431
10431
|
| undefined;
|
|
10432
10432
|
onDurationChange?:
|
|
10433
|
-
| import('framer-motion').CustomValueType
|
|
10434
10433
|
| import('react').ReactEventHandler<SVGElement>
|
|
10434
|
+
| import('framer-motion').CustomValueType
|
|
10435
10435
|
| undefined;
|
|
10436
10436
|
onDurationChangeCapture?:
|
|
10437
|
-
| import('framer-motion').CustomValueType
|
|
10438
10437
|
| import('react').ReactEventHandler<SVGElement>
|
|
10438
|
+
| import('framer-motion').CustomValueType
|
|
10439
10439
|
| undefined;
|
|
10440
10440
|
onEmptied?:
|
|
10441
|
-
| import('framer-motion').CustomValueType
|
|
10442
10441
|
| import('react').ReactEventHandler<SVGElement>
|
|
10442
|
+
| import('framer-motion').CustomValueType
|
|
10443
10443
|
| undefined;
|
|
10444
10444
|
onEmptiedCapture?:
|
|
10445
|
-
| import('framer-motion').CustomValueType
|
|
10446
10445
|
| import('react').ReactEventHandler<SVGElement>
|
|
10446
|
+
| import('framer-motion').CustomValueType
|
|
10447
10447
|
| undefined;
|
|
10448
10448
|
onEncrypted?:
|
|
10449
|
-
| import('framer-motion').CustomValueType
|
|
10450
10449
|
| import('react').ReactEventHandler<SVGElement>
|
|
10450
|
+
| import('framer-motion').CustomValueType
|
|
10451
10451
|
| undefined;
|
|
10452
10452
|
onEncryptedCapture?:
|
|
10453
|
-
| import('framer-motion').CustomValueType
|
|
10454
10453
|
| import('react').ReactEventHandler<SVGElement>
|
|
10454
|
+
| import('framer-motion').CustomValueType
|
|
10455
10455
|
| undefined;
|
|
10456
10456
|
onEnded?:
|
|
10457
|
-
| import('framer-motion').CustomValueType
|
|
10458
10457
|
| import('react').ReactEventHandler<SVGElement>
|
|
10458
|
+
| import('framer-motion').CustomValueType
|
|
10459
10459
|
| undefined;
|
|
10460
10460
|
onEndedCapture?:
|
|
10461
|
-
| import('framer-motion').CustomValueType
|
|
10462
10461
|
| import('react').ReactEventHandler<SVGElement>
|
|
10462
|
+
| import('framer-motion').CustomValueType
|
|
10463
10463
|
| undefined;
|
|
10464
10464
|
onLoadedData?:
|
|
10465
|
-
| import('framer-motion').CustomValueType
|
|
10466
10465
|
| import('react').ReactEventHandler<SVGElement>
|
|
10466
|
+
| import('framer-motion').CustomValueType
|
|
10467
10467
|
| undefined;
|
|
10468
10468
|
onLoadedDataCapture?:
|
|
10469
|
-
| import('framer-motion').CustomValueType
|
|
10470
10469
|
| import('react').ReactEventHandler<SVGElement>
|
|
10470
|
+
| import('framer-motion').CustomValueType
|
|
10471
10471
|
| undefined;
|
|
10472
10472
|
onLoadedMetadata?:
|
|
10473
|
-
| import('framer-motion').CustomValueType
|
|
10474
10473
|
| import('react').ReactEventHandler<SVGElement>
|
|
10474
|
+
| import('framer-motion').CustomValueType
|
|
10475
10475
|
| undefined;
|
|
10476
10476
|
onLoadedMetadataCapture?:
|
|
10477
|
-
| import('framer-motion').CustomValueType
|
|
10478
10477
|
| import('react').ReactEventHandler<SVGElement>
|
|
10478
|
+
| import('framer-motion').CustomValueType
|
|
10479
10479
|
| undefined;
|
|
10480
10480
|
onLoadStart?:
|
|
10481
|
-
| import('framer-motion').CustomValueType
|
|
10482
10481
|
| import('react').ReactEventHandler<SVGElement>
|
|
10482
|
+
| import('framer-motion').CustomValueType
|
|
10483
10483
|
| undefined;
|
|
10484
10484
|
onLoadStartCapture?:
|
|
10485
|
-
| import('framer-motion').CustomValueType
|
|
10486
10485
|
| import('react').ReactEventHandler<SVGElement>
|
|
10486
|
+
| import('framer-motion').CustomValueType
|
|
10487
10487
|
| undefined;
|
|
10488
10488
|
onPause?:
|
|
10489
|
-
| import('framer-motion').CustomValueType
|
|
10490
10489
|
| import('react').ReactEventHandler<SVGElement>
|
|
10490
|
+
| import('framer-motion').CustomValueType
|
|
10491
10491
|
| undefined;
|
|
10492
10492
|
onPauseCapture?:
|
|
10493
|
-
| import('framer-motion').CustomValueType
|
|
10494
10493
|
| import('react').ReactEventHandler<SVGElement>
|
|
10494
|
+
| import('framer-motion').CustomValueType
|
|
10495
10495
|
| undefined;
|
|
10496
10496
|
onPlay?:
|
|
10497
|
-
| import('framer-motion').CustomValueType
|
|
10498
10497
|
| import('react').ReactEventHandler<SVGElement>
|
|
10498
|
+
| import('framer-motion').CustomValueType
|
|
10499
10499
|
| undefined;
|
|
10500
10500
|
onPlayCapture?:
|
|
10501
|
-
| import('framer-motion').CustomValueType
|
|
10502
10501
|
| import('react').ReactEventHandler<SVGElement>
|
|
10502
|
+
| import('framer-motion').CustomValueType
|
|
10503
10503
|
| undefined;
|
|
10504
10504
|
onPlaying?:
|
|
10505
|
-
| import('framer-motion').CustomValueType
|
|
10506
10505
|
| import('react').ReactEventHandler<SVGElement>
|
|
10506
|
+
| import('framer-motion').CustomValueType
|
|
10507
10507
|
| undefined;
|
|
10508
10508
|
onPlayingCapture?:
|
|
10509
|
-
| import('framer-motion').CustomValueType
|
|
10510
10509
|
| import('react').ReactEventHandler<SVGElement>
|
|
10510
|
+
| import('framer-motion').CustomValueType
|
|
10511
10511
|
| undefined;
|
|
10512
10512
|
onProgress?:
|
|
10513
|
-
| import('framer-motion').CustomValueType
|
|
10514
10513
|
| import('react').ReactEventHandler<SVGElement>
|
|
10514
|
+
| import('framer-motion').CustomValueType
|
|
10515
10515
|
| undefined;
|
|
10516
10516
|
onProgressCapture?:
|
|
10517
|
-
| import('framer-motion').CustomValueType
|
|
10518
10517
|
| import('react').ReactEventHandler<SVGElement>
|
|
10518
|
+
| import('framer-motion').CustomValueType
|
|
10519
10519
|
| undefined;
|
|
10520
10520
|
onRateChange?:
|
|
10521
|
-
| import('framer-motion').CustomValueType
|
|
10522
10521
|
| import('react').ReactEventHandler<SVGElement>
|
|
10522
|
+
| import('framer-motion').CustomValueType
|
|
10523
10523
|
| undefined;
|
|
10524
10524
|
onRateChangeCapture?:
|
|
10525
|
-
| import('framer-motion').CustomValueType
|
|
10526
10525
|
| import('react').ReactEventHandler<SVGElement>
|
|
10526
|
+
| import('framer-motion').CustomValueType
|
|
10527
10527
|
| undefined;
|
|
10528
10528
|
onResize?:
|
|
10529
|
-
| import('framer-motion').CustomValueType
|
|
10530
10529
|
| import('react').ReactEventHandler<SVGElement>
|
|
10530
|
+
| import('framer-motion').CustomValueType
|
|
10531
10531
|
| undefined;
|
|
10532
10532
|
onResizeCapture?:
|
|
10533
|
-
| import('framer-motion').CustomValueType
|
|
10534
10533
|
| import('react').ReactEventHandler<SVGElement>
|
|
10534
|
+
| import('framer-motion').CustomValueType
|
|
10535
10535
|
| undefined;
|
|
10536
10536
|
onSeeked?:
|
|
10537
|
-
| import('framer-motion').CustomValueType
|
|
10538
10537
|
| import('react').ReactEventHandler<SVGElement>
|
|
10538
|
+
| import('framer-motion').CustomValueType
|
|
10539
10539
|
| undefined;
|
|
10540
10540
|
onSeekedCapture?:
|
|
10541
|
-
| import('framer-motion').CustomValueType
|
|
10542
10541
|
| import('react').ReactEventHandler<SVGElement>
|
|
10542
|
+
| import('framer-motion').CustomValueType
|
|
10543
10543
|
| undefined;
|
|
10544
10544
|
onSeeking?:
|
|
10545
|
-
| import('framer-motion').CustomValueType
|
|
10546
10545
|
| import('react').ReactEventHandler<SVGElement>
|
|
10546
|
+
| import('framer-motion').CustomValueType
|
|
10547
10547
|
| undefined;
|
|
10548
10548
|
onSeekingCapture?:
|
|
10549
|
-
| import('framer-motion').CustomValueType
|
|
10550
10549
|
| import('react').ReactEventHandler<SVGElement>
|
|
10550
|
+
| import('framer-motion').CustomValueType
|
|
10551
10551
|
| undefined;
|
|
10552
10552
|
onStalled?:
|
|
10553
|
-
| import('framer-motion').CustomValueType
|
|
10554
10553
|
| import('react').ReactEventHandler<SVGElement>
|
|
10554
|
+
| import('framer-motion').CustomValueType
|
|
10555
10555
|
| undefined;
|
|
10556
10556
|
onStalledCapture?:
|
|
10557
|
-
| import('framer-motion').CustomValueType
|
|
10558
10557
|
| import('react').ReactEventHandler<SVGElement>
|
|
10558
|
+
| import('framer-motion').CustomValueType
|
|
10559
10559
|
| undefined;
|
|
10560
10560
|
onSuspend?:
|
|
10561
|
-
| import('framer-motion').CustomValueType
|
|
10562
10561
|
| import('react').ReactEventHandler<SVGElement>
|
|
10562
|
+
| import('framer-motion').CustomValueType
|
|
10563
10563
|
| undefined;
|
|
10564
10564
|
onSuspendCapture?:
|
|
10565
|
-
| import('framer-motion').CustomValueType
|
|
10566
10565
|
| import('react').ReactEventHandler<SVGElement>
|
|
10566
|
+
| import('framer-motion').CustomValueType
|
|
10567
10567
|
| undefined;
|
|
10568
10568
|
onTimeUpdate?:
|
|
10569
|
-
| import('framer-motion').CustomValueType
|
|
10570
10569
|
| import('react').ReactEventHandler<SVGElement>
|
|
10570
|
+
| import('framer-motion').CustomValueType
|
|
10571
10571
|
| undefined;
|
|
10572
10572
|
onTimeUpdateCapture?:
|
|
10573
|
-
| import('framer-motion').CustomValueType
|
|
10574
10573
|
| import('react').ReactEventHandler<SVGElement>
|
|
10574
|
+
| import('framer-motion').CustomValueType
|
|
10575
10575
|
| undefined;
|
|
10576
10576
|
onVolumeChange?:
|
|
10577
|
-
| import('framer-motion').CustomValueType
|
|
10578
10577
|
| import('react').ReactEventHandler<SVGElement>
|
|
10578
|
+
| import('framer-motion').CustomValueType
|
|
10579
10579
|
| undefined;
|
|
10580
10580
|
onVolumeChangeCapture?:
|
|
10581
|
-
| import('framer-motion').CustomValueType
|
|
10582
10581
|
| import('react').ReactEventHandler<SVGElement>
|
|
10582
|
+
| import('framer-motion').CustomValueType
|
|
10583
10583
|
| undefined;
|
|
10584
10584
|
onWaiting?:
|
|
10585
|
-
| import('framer-motion').CustomValueType
|
|
10586
10585
|
| import('react').ReactEventHandler<SVGElement>
|
|
10586
|
+
| import('framer-motion').CustomValueType
|
|
10587
10587
|
| undefined;
|
|
10588
10588
|
onWaitingCapture?:
|
|
10589
|
-
| import('framer-motion').CustomValueType
|
|
10590
10589
|
| import('react').ReactEventHandler<SVGElement>
|
|
10590
|
+
| import('framer-motion').CustomValueType
|
|
10591
10591
|
| undefined;
|
|
10592
10592
|
onAuxClick?:
|
|
10593
|
-
| import('framer-motion').CustomValueType
|
|
10594
10593
|
| import('react').MouseEventHandler<SVGElement>
|
|
10594
|
+
| import('framer-motion').CustomValueType
|
|
10595
10595
|
| undefined;
|
|
10596
10596
|
onAuxClickCapture?:
|
|
10597
|
-
| import('framer-motion').CustomValueType
|
|
10598
10597
|
| import('react').MouseEventHandler<SVGElement>
|
|
10598
|
+
| import('framer-motion').CustomValueType
|
|
10599
10599
|
| undefined;
|
|
10600
10600
|
onClick?:
|
|
10601
|
-
| import('framer-motion').CustomValueType
|
|
10602
10601
|
| import('react').MouseEventHandler<SVGElement>
|
|
10602
|
+
| import('framer-motion').CustomValueType
|
|
10603
10603
|
| undefined;
|
|
10604
10604
|
onClickCapture?:
|
|
10605
|
-
| import('framer-motion').CustomValueType
|
|
10606
10605
|
| import('react').MouseEventHandler<SVGElement>
|
|
10606
|
+
| import('framer-motion').CustomValueType
|
|
10607
10607
|
| undefined;
|
|
10608
10608
|
onContextMenu?:
|
|
10609
|
-
| import('framer-motion').CustomValueType
|
|
10610
10609
|
| import('react').MouseEventHandler<SVGElement>
|
|
10610
|
+
| import('framer-motion').CustomValueType
|
|
10611
10611
|
| undefined;
|
|
10612
10612
|
onContextMenuCapture?:
|
|
10613
|
-
| import('framer-motion').CustomValueType
|
|
10614
10613
|
| import('react').MouseEventHandler<SVGElement>
|
|
10614
|
+
| import('framer-motion').CustomValueType
|
|
10615
10615
|
| undefined;
|
|
10616
10616
|
onDoubleClick?:
|
|
10617
|
-
| import('framer-motion').CustomValueType
|
|
10618
10617
|
| import('react').MouseEventHandler<SVGElement>
|
|
10618
|
+
| import('framer-motion').CustomValueType
|
|
10619
10619
|
| undefined;
|
|
10620
10620
|
onDoubleClickCapture?:
|
|
10621
|
-
| import('framer-motion').CustomValueType
|
|
10622
10621
|
| import('react').MouseEventHandler<SVGElement>
|
|
10622
|
+
| import('framer-motion').CustomValueType
|
|
10623
10623
|
| undefined;
|
|
10624
10624
|
onDrag?:
|
|
10625
|
-
| import('framer-motion').CustomValueType
|
|
10626
10625
|
| import('react').DragEventHandler<SVGElement>
|
|
10626
|
+
| import('framer-motion').CustomValueType
|
|
10627
10627
|
| undefined;
|
|
10628
10628
|
onDragCapture?:
|
|
10629
|
-
| import('framer-motion').CustomValueType
|
|
10630
10629
|
| import('react').DragEventHandler<SVGElement>
|
|
10630
|
+
| import('framer-motion').CustomValueType
|
|
10631
10631
|
| undefined;
|
|
10632
10632
|
onDragEnd?:
|
|
10633
|
-
| import('framer-motion').CustomValueType
|
|
10634
10633
|
| import('react').DragEventHandler<SVGElement>
|
|
10634
|
+
| import('framer-motion').CustomValueType
|
|
10635
10635
|
| undefined;
|
|
10636
10636
|
onDragEndCapture?:
|
|
10637
|
-
| import('framer-motion').CustomValueType
|
|
10638
10637
|
| import('react').DragEventHandler<SVGElement>
|
|
10638
|
+
| import('framer-motion').CustomValueType
|
|
10639
10639
|
| undefined;
|
|
10640
10640
|
onDragEnter?:
|
|
10641
|
-
| import('framer-motion').CustomValueType
|
|
10642
10641
|
| import('react').DragEventHandler<SVGElement>
|
|
10642
|
+
| import('framer-motion').CustomValueType
|
|
10643
10643
|
| undefined;
|
|
10644
10644
|
onDragEnterCapture?:
|
|
10645
|
-
| import('framer-motion').CustomValueType
|
|
10646
10645
|
| import('react').DragEventHandler<SVGElement>
|
|
10646
|
+
| import('framer-motion').CustomValueType
|
|
10647
10647
|
| undefined;
|
|
10648
10648
|
onDragExit?:
|
|
10649
|
-
| import('framer-motion').CustomValueType
|
|
10650
10649
|
| import('react').DragEventHandler<SVGElement>
|
|
10650
|
+
| import('framer-motion').CustomValueType
|
|
10651
10651
|
| undefined;
|
|
10652
10652
|
onDragExitCapture?:
|
|
10653
|
-
| import('framer-motion').CustomValueType
|
|
10654
10653
|
| import('react').DragEventHandler<SVGElement>
|
|
10654
|
+
| import('framer-motion').CustomValueType
|
|
10655
10655
|
| undefined;
|
|
10656
10656
|
onDragLeave?:
|
|
10657
|
-
| import('framer-motion').CustomValueType
|
|
10658
10657
|
| import('react').DragEventHandler<SVGElement>
|
|
10658
|
+
| import('framer-motion').CustomValueType
|
|
10659
10659
|
| undefined;
|
|
10660
10660
|
onDragLeaveCapture?:
|
|
10661
|
-
| import('framer-motion').CustomValueType
|
|
10662
10661
|
| import('react').DragEventHandler<SVGElement>
|
|
10662
|
+
| import('framer-motion').CustomValueType
|
|
10663
10663
|
| undefined;
|
|
10664
10664
|
onDragOver?:
|
|
10665
|
-
| import('framer-motion').CustomValueType
|
|
10666
10665
|
| import('react').DragEventHandler<SVGElement>
|
|
10666
|
+
| import('framer-motion').CustomValueType
|
|
10667
10667
|
| undefined;
|
|
10668
10668
|
onDragOverCapture?:
|
|
10669
|
-
| import('framer-motion').CustomValueType
|
|
10670
10669
|
| import('react').DragEventHandler<SVGElement>
|
|
10670
|
+
| import('framer-motion').CustomValueType
|
|
10671
10671
|
| undefined;
|
|
10672
10672
|
onDragStart?:
|
|
10673
|
-
| import('framer-motion').CustomValueType
|
|
10674
10673
|
| import('react').DragEventHandler<SVGElement>
|
|
10674
|
+
| import('framer-motion').CustomValueType
|
|
10675
10675
|
| undefined;
|
|
10676
10676
|
onDragStartCapture?:
|
|
10677
|
-
| import('framer-motion').CustomValueType
|
|
10678
10677
|
| import('react').DragEventHandler<SVGElement>
|
|
10678
|
+
| import('framer-motion').CustomValueType
|
|
10679
10679
|
| undefined;
|
|
10680
10680
|
onDrop?:
|
|
10681
|
-
| import('framer-motion').CustomValueType
|
|
10682
10681
|
| import('react').DragEventHandler<SVGElement>
|
|
10682
|
+
| import('framer-motion').CustomValueType
|
|
10683
10683
|
| undefined;
|
|
10684
10684
|
onDropCapture?:
|
|
10685
|
-
| import('framer-motion').CustomValueType
|
|
10686
10685
|
| import('react').DragEventHandler<SVGElement>
|
|
10686
|
+
| import('framer-motion').CustomValueType
|
|
10687
10687
|
| undefined;
|
|
10688
10688
|
onMouseDown?:
|
|
10689
|
-
| import('framer-motion').CustomValueType
|
|
10690
10689
|
| import('react').MouseEventHandler<SVGElement>
|
|
10690
|
+
| import('framer-motion').CustomValueType
|
|
10691
10691
|
| undefined;
|
|
10692
10692
|
onMouseDownCapture?:
|
|
10693
|
-
| import('framer-motion').CustomValueType
|
|
10694
10693
|
| import('react').MouseEventHandler<SVGElement>
|
|
10694
|
+
| import('framer-motion').CustomValueType
|
|
10695
10695
|
| undefined;
|
|
10696
10696
|
onMouseEnter?:
|
|
10697
|
-
| import('framer-motion').CustomValueType
|
|
10698
10697
|
| import('react').MouseEventHandler<SVGElement>
|
|
10698
|
+
| import('framer-motion').CustomValueType
|
|
10699
10699
|
| undefined;
|
|
10700
10700
|
onMouseLeave?:
|
|
10701
|
-
| import('framer-motion').CustomValueType
|
|
10702
10701
|
| import('react').MouseEventHandler<SVGElement>
|
|
10702
|
+
| import('framer-motion').CustomValueType
|
|
10703
10703
|
| undefined;
|
|
10704
10704
|
onMouseMove?:
|
|
10705
|
-
| import('framer-motion').CustomValueType
|
|
10706
10705
|
| import('react').MouseEventHandler<SVGElement>
|
|
10706
|
+
| import('framer-motion').CustomValueType
|
|
10707
10707
|
| undefined;
|
|
10708
10708
|
onMouseMoveCapture?:
|
|
10709
|
-
| import('framer-motion').CustomValueType
|
|
10710
10709
|
| import('react').MouseEventHandler<SVGElement>
|
|
10710
|
+
| import('framer-motion').CustomValueType
|
|
10711
10711
|
| undefined;
|
|
10712
10712
|
onMouseOut?:
|
|
10713
|
-
| import('framer-motion').CustomValueType
|
|
10714
10713
|
| import('react').MouseEventHandler<SVGElement>
|
|
10714
|
+
| import('framer-motion').CustomValueType
|
|
10715
10715
|
| undefined;
|
|
10716
10716
|
onMouseOutCapture?:
|
|
10717
|
-
| import('framer-motion').CustomValueType
|
|
10718
10717
|
| import('react').MouseEventHandler<SVGElement>
|
|
10718
|
+
| import('framer-motion').CustomValueType
|
|
10719
10719
|
| undefined;
|
|
10720
10720
|
onMouseOver?:
|
|
10721
|
-
| import('framer-motion').CustomValueType
|
|
10722
10721
|
| import('react').MouseEventHandler<SVGElement>
|
|
10722
|
+
| import('framer-motion').CustomValueType
|
|
10723
10723
|
| undefined;
|
|
10724
10724
|
onMouseOverCapture?:
|
|
10725
|
-
| import('framer-motion').CustomValueType
|
|
10726
10725
|
| import('react').MouseEventHandler<SVGElement>
|
|
10726
|
+
| import('framer-motion').CustomValueType
|
|
10727
10727
|
| undefined;
|
|
10728
10728
|
onMouseUp?:
|
|
10729
|
-
| import('framer-motion').CustomValueType
|
|
10730
10729
|
| import('react').MouseEventHandler<SVGElement>
|
|
10730
|
+
| import('framer-motion').CustomValueType
|
|
10731
10731
|
| undefined;
|
|
10732
10732
|
onMouseUpCapture?:
|
|
10733
|
-
| import('framer-motion').CustomValueType
|
|
10734
10733
|
| import('react').MouseEventHandler<SVGElement>
|
|
10734
|
+
| import('framer-motion').CustomValueType
|
|
10735
10735
|
| undefined;
|
|
10736
10736
|
onSelect?:
|
|
10737
|
-
| import('framer-motion').CustomValueType
|
|
10738
10737
|
| import('react').ReactEventHandler<SVGElement>
|
|
10738
|
+
| import('framer-motion').CustomValueType
|
|
10739
10739
|
| undefined;
|
|
10740
10740
|
onSelectCapture?:
|
|
10741
|
-
| import('framer-motion').CustomValueType
|
|
10742
10741
|
| import('react').ReactEventHandler<SVGElement>
|
|
10742
|
+
| import('framer-motion').CustomValueType
|
|
10743
10743
|
| undefined;
|
|
10744
10744
|
onTouchCancel?:
|
|
10745
|
-
| import('framer-motion').CustomValueType
|
|
10746
10745
|
| import('react').TouchEventHandler<SVGElement>
|
|
10746
|
+
| import('framer-motion').CustomValueType
|
|
10747
10747
|
| undefined;
|
|
10748
10748
|
onTouchCancelCapture?:
|
|
10749
|
-
| import('framer-motion').CustomValueType
|
|
10750
10749
|
| import('react').TouchEventHandler<SVGElement>
|
|
10750
|
+
| import('framer-motion').CustomValueType
|
|
10751
10751
|
| undefined;
|
|
10752
10752
|
onTouchEnd?:
|
|
10753
|
-
| import('framer-motion').CustomValueType
|
|
10754
10753
|
| import('react').TouchEventHandler<SVGElement>
|
|
10754
|
+
| import('framer-motion').CustomValueType
|
|
10755
10755
|
| undefined;
|
|
10756
10756
|
onTouchEndCapture?:
|
|
10757
|
-
| import('framer-motion').CustomValueType
|
|
10758
10757
|
| import('react').TouchEventHandler<SVGElement>
|
|
10758
|
+
| import('framer-motion').CustomValueType
|
|
10759
10759
|
| undefined;
|
|
10760
10760
|
onTouchMove?:
|
|
10761
|
-
| import('framer-motion').CustomValueType
|
|
10762
10761
|
| import('react').TouchEventHandler<SVGElement>
|
|
10762
|
+
| import('framer-motion').CustomValueType
|
|
10763
10763
|
| undefined;
|
|
10764
10764
|
onTouchMoveCapture?:
|
|
10765
|
-
| import('framer-motion').CustomValueType
|
|
10766
10765
|
| import('react').TouchEventHandler<SVGElement>
|
|
10766
|
+
| import('framer-motion').CustomValueType
|
|
10767
10767
|
| undefined;
|
|
10768
10768
|
onTouchStart?:
|
|
10769
|
-
| import('framer-motion').CustomValueType
|
|
10770
10769
|
| import('react').TouchEventHandler<SVGElement>
|
|
10770
|
+
| import('framer-motion').CustomValueType
|
|
10771
10771
|
| undefined;
|
|
10772
10772
|
onTouchStartCapture?:
|
|
10773
|
-
| import('framer-motion').CustomValueType
|
|
10774
10773
|
| import('react').TouchEventHandler<SVGElement>
|
|
10774
|
+
| import('framer-motion').CustomValueType
|
|
10775
10775
|
| undefined;
|
|
10776
10776
|
onPointerDown?:
|
|
10777
|
-
| import('framer-motion').CustomValueType
|
|
10778
10777
|
| import('react').PointerEventHandler<SVGElement>
|
|
10778
|
+
| import('framer-motion').CustomValueType
|
|
10779
10779
|
| undefined;
|
|
10780
10780
|
onPointerDownCapture?:
|
|
10781
|
-
| import('framer-motion').CustomValueType
|
|
10782
10781
|
| import('react').PointerEventHandler<SVGElement>
|
|
10782
|
+
| import('framer-motion').CustomValueType
|
|
10783
10783
|
| undefined;
|
|
10784
10784
|
onPointerMove?:
|
|
10785
|
-
| import('framer-motion').CustomValueType
|
|
10786
10785
|
| import('react').PointerEventHandler<SVGElement>
|
|
10786
|
+
| import('framer-motion').CustomValueType
|
|
10787
10787
|
| undefined;
|
|
10788
10788
|
onPointerMoveCapture?:
|
|
10789
|
-
| import('framer-motion').CustomValueType
|
|
10790
10789
|
| import('react').PointerEventHandler<SVGElement>
|
|
10790
|
+
| import('framer-motion').CustomValueType
|
|
10791
10791
|
| undefined;
|
|
10792
10792
|
onPointerUp?:
|
|
10793
|
-
| import('framer-motion').CustomValueType
|
|
10794
10793
|
| import('react').PointerEventHandler<SVGElement>
|
|
10794
|
+
| import('framer-motion').CustomValueType
|
|
10795
10795
|
| undefined;
|
|
10796
10796
|
onPointerUpCapture?:
|
|
10797
|
-
| import('framer-motion').CustomValueType
|
|
10798
10797
|
| import('react').PointerEventHandler<SVGElement>
|
|
10798
|
+
| import('framer-motion').CustomValueType
|
|
10799
10799
|
| undefined;
|
|
10800
10800
|
onPointerCancel?:
|
|
10801
|
-
| import('framer-motion').CustomValueType
|
|
10802
10801
|
| import('react').PointerEventHandler<SVGElement>
|
|
10802
|
+
| import('framer-motion').CustomValueType
|
|
10803
10803
|
| undefined;
|
|
10804
10804
|
onPointerCancelCapture?:
|
|
10805
|
-
| import('framer-motion').CustomValueType
|
|
10806
10805
|
| import('react').PointerEventHandler<SVGElement>
|
|
10806
|
+
| import('framer-motion').CustomValueType
|
|
10807
10807
|
| undefined;
|
|
10808
10808
|
onPointerEnter?:
|
|
10809
|
-
| import('framer-motion').CustomValueType
|
|
10810
10809
|
| import('react').PointerEventHandler<SVGElement>
|
|
10810
|
+
| import('framer-motion').CustomValueType
|
|
10811
10811
|
| undefined;
|
|
10812
10812
|
onPointerLeave?:
|
|
10813
|
-
| import('framer-motion').CustomValueType
|
|
10814
10813
|
| import('react').PointerEventHandler<SVGElement>
|
|
10814
|
+
| import('framer-motion').CustomValueType
|
|
10815
10815
|
| undefined;
|
|
10816
10816
|
onPointerOver?:
|
|
10817
|
-
| import('framer-motion').CustomValueType
|
|
10818
10817
|
| import('react').PointerEventHandler<SVGElement>
|
|
10818
|
+
| import('framer-motion').CustomValueType
|
|
10819
10819
|
| undefined;
|
|
10820
10820
|
onPointerOverCapture?:
|
|
10821
|
-
| import('framer-motion').CustomValueType
|
|
10822
10821
|
| import('react').PointerEventHandler<SVGElement>
|
|
10822
|
+
| import('framer-motion').CustomValueType
|
|
10823
10823
|
| undefined;
|
|
10824
10824
|
onPointerOut?:
|
|
10825
|
-
| import('framer-motion').CustomValueType
|
|
10826
10825
|
| import('react').PointerEventHandler<SVGElement>
|
|
10826
|
+
| import('framer-motion').CustomValueType
|
|
10827
10827
|
| undefined;
|
|
10828
10828
|
onPointerOutCapture?:
|
|
10829
|
-
| import('framer-motion').CustomValueType
|
|
10830
10829
|
| import('react').PointerEventHandler<SVGElement>
|
|
10830
|
+
| import('framer-motion').CustomValueType
|
|
10831
10831
|
| undefined;
|
|
10832
10832
|
onGotPointerCapture?:
|
|
10833
|
-
| import('framer-motion').CustomValueType
|
|
10834
10833
|
| import('react').PointerEventHandler<SVGElement>
|
|
10834
|
+
| import('framer-motion').CustomValueType
|
|
10835
10835
|
| undefined;
|
|
10836
10836
|
onGotPointerCaptureCapture?:
|
|
10837
|
-
| import('framer-motion').CustomValueType
|
|
10838
10837
|
| import('react').PointerEventHandler<SVGElement>
|
|
10838
|
+
| import('framer-motion').CustomValueType
|
|
10839
10839
|
| undefined;
|
|
10840
10840
|
onLostPointerCapture?:
|
|
10841
|
-
| import('framer-motion').CustomValueType
|
|
10842
10841
|
| import('react').PointerEventHandler<SVGElement>
|
|
10842
|
+
| import('framer-motion').CustomValueType
|
|
10843
10843
|
| undefined;
|
|
10844
10844
|
onLostPointerCaptureCapture?:
|
|
10845
|
-
| import('framer-motion').CustomValueType
|
|
10846
10845
|
| import('react').PointerEventHandler<SVGElement>
|
|
10846
|
+
| import('framer-motion').CustomValueType
|
|
10847
10847
|
| undefined;
|
|
10848
10848
|
onScroll?:
|
|
10849
|
-
| import('framer-motion').CustomValueType
|
|
10850
10849
|
| import('react').UIEventHandler<SVGElement>
|
|
10850
|
+
| import('framer-motion').CustomValueType
|
|
10851
10851
|
| undefined;
|
|
10852
10852
|
onScrollCapture?:
|
|
10853
|
-
| import('framer-motion').CustomValueType
|
|
10854
10853
|
| import('react').UIEventHandler<SVGElement>
|
|
10854
|
+
| import('framer-motion').CustomValueType
|
|
10855
10855
|
| undefined;
|
|
10856
10856
|
onWheel?:
|
|
10857
|
-
| import('framer-motion').CustomValueType
|
|
10858
10857
|
| import('react').WheelEventHandler<SVGElement>
|
|
10858
|
+
| import('framer-motion').CustomValueType
|
|
10859
10859
|
| undefined;
|
|
10860
10860
|
onWheelCapture?:
|
|
10861
|
-
| import('framer-motion').CustomValueType
|
|
10862
10861
|
| import('react').WheelEventHandler<SVGElement>
|
|
10862
|
+
| import('framer-motion').CustomValueType
|
|
10863
10863
|
| undefined;
|
|
10864
10864
|
onAnimationStart?:
|
|
10865
|
-
| import('framer-motion').CustomValueType
|
|
10866
10865
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10866
|
+
| import('framer-motion').CustomValueType
|
|
10867
10867
|
| undefined;
|
|
10868
10868
|
onAnimationStartCapture?:
|
|
10869
|
-
| import('framer-motion').CustomValueType
|
|
10870
10869
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10870
|
+
| import('framer-motion').CustomValueType
|
|
10871
10871
|
| undefined;
|
|
10872
10872
|
onAnimationEnd?:
|
|
10873
|
-
| import('framer-motion').CustomValueType
|
|
10874
10873
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10874
|
+
| import('framer-motion').CustomValueType
|
|
10875
10875
|
| undefined;
|
|
10876
10876
|
onAnimationEndCapture?:
|
|
10877
|
-
| import('framer-motion').CustomValueType
|
|
10878
10877
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10878
|
+
| import('framer-motion').CustomValueType
|
|
10879
10879
|
| undefined;
|
|
10880
10880
|
onAnimationIteration?:
|
|
10881
|
-
| import('framer-motion').CustomValueType
|
|
10882
10881
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10882
|
+
| import('framer-motion').CustomValueType
|
|
10883
10883
|
| undefined;
|
|
10884
10884
|
onAnimationIterationCapture?:
|
|
10885
|
-
| import('framer-motion').CustomValueType
|
|
10886
10885
|
| import('react').AnimationEventHandler<SVGElement>
|
|
10886
|
+
| import('framer-motion').CustomValueType
|
|
10887
10887
|
| undefined;
|
|
10888
10888
|
onTransitionEnd?:
|
|
10889
|
-
| import('framer-motion').CustomValueType
|
|
10890
10889
|
| import('react').TransitionEventHandler<SVGElement>
|
|
10890
|
+
| import('framer-motion').CustomValueType
|
|
10891
10891
|
| undefined;
|
|
10892
10892
|
onTransitionEndCapture?:
|
|
10893
|
-
| import('framer-motion').CustomValueType
|
|
10894
10893
|
| import('react').TransitionEventHandler<SVGElement>
|
|
10894
|
+
| import('framer-motion').CustomValueType
|
|
10895
10895
|
| undefined;
|
|
10896
10896
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
10897
10897
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|