@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
|
@@ -60,8 +60,8 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
60
60
|
onAnimationStart?:
|
|
61
61
|
| ((definition: import('framer-motion').AnimationDefinition) => void)
|
|
62
62
|
| undefined;
|
|
63
|
-
drag?: boolean | 'x' | 'y' | undefined;
|
|
64
63
|
layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
|
|
64
|
+
drag?: boolean | 'x' | 'y' | undefined;
|
|
65
65
|
transformValues?:
|
|
66
66
|
| (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
|
|
67
67
|
| undefined;
|
|
@@ -968,11 +968,11 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
968
968
|
| 'hanging'
|
|
969
969
|
| 'ideographic'
|
|
970
970
|
| 'mathematical'
|
|
971
|
-
| 'baseline'
|
|
972
|
-
| 'middle'
|
|
973
971
|
| 'after-edge'
|
|
972
|
+
| 'baseline'
|
|
974
973
|
| 'before-edge'
|
|
975
974
|
| 'central'
|
|
975
|
+
| 'middle'
|
|
976
976
|
| 'text-after-edge'
|
|
977
977
|
| 'text-before-edge'
|
|
978
978
|
| import('framer-motion').CustomValueType
|
|
@@ -1011,8 +1011,8 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1011
1011
|
| 'revert-layer'
|
|
1012
1012
|
| 'unset'
|
|
1013
1013
|
| 'auto'
|
|
1014
|
-
| 'optimizeSpeed'
|
|
1015
1014
|
| 'optimizeQuality'
|
|
1015
|
+
| 'optimizeSpeed'
|
|
1016
1016
|
| import('framer-motion').CustomValueType
|
|
1017
1017
|
| undefined;
|
|
1018
1018
|
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1040,8 +1040,8 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1040
1040
|
| 'hanging'
|
|
1041
1041
|
| 'ideographic'
|
|
1042
1042
|
| 'mathematical'
|
|
1043
|
-
| 'middle'
|
|
1044
1043
|
| 'central'
|
|
1044
|
+
| 'middle'
|
|
1045
1045
|
| 'text-after-edge'
|
|
1046
1046
|
| 'text-before-edge'
|
|
1047
1047
|
| 'no-change'
|
|
@@ -1102,8 +1102,8 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1102
1102
|
| 'none'
|
|
1103
1103
|
| 'auto'
|
|
1104
1104
|
| 'stroke'
|
|
1105
|
-
| 'visible'
|
|
1106
1105
|
| 'all'
|
|
1106
|
+
| 'visible'
|
|
1107
1107
|
| 'painted'
|
|
1108
1108
|
| 'visibleFill'
|
|
1109
1109
|
| 'visiblePainted'
|
|
@@ -1118,9 +1118,9 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1118
1118
|
| 'revert-layer'
|
|
1119
1119
|
| 'unset'
|
|
1120
1120
|
| 'auto'
|
|
1121
|
-
| 'geometricPrecision'
|
|
1122
1121
|
| 'optimizeSpeed'
|
|
1123
1122
|
| 'crispEdges'
|
|
1123
|
+
| 'geometricPrecision'
|
|
1124
1124
|
| import('framer-motion').CustomValueType
|
|
1125
1125
|
| undefined;
|
|
1126
1126
|
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1166,9 +1166,9 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1166
1166
|
| 'revert-layer'
|
|
1167
1167
|
| 'unset'
|
|
1168
1168
|
| 'auto'
|
|
1169
|
+
| 'optimizeSpeed'
|
|
1169
1170
|
| 'geometricPrecision'
|
|
1170
1171
|
| 'optimizeLegibility'
|
|
1171
|
-
| 'optimizeSpeed'
|
|
1172
1172
|
| import('framer-motion').CustomValueType
|
|
1173
1173
|
| undefined;
|
|
1174
1174
|
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1181,7 +1181,6 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1181
1181
|
| 'unset'
|
|
1182
1182
|
| 'normal'
|
|
1183
1183
|
| 'embed'
|
|
1184
|
-
| 'isolate'
|
|
1185
1184
|
| '-moz-isolate'
|
|
1186
1185
|
| '-moz-isolate-override'
|
|
1187
1186
|
| '-moz-plaintext'
|
|
@@ -1189,6 +1188,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1189
1188
|
| '-webkit-isolate-override'
|
|
1190
1189
|
| '-webkit-plaintext'
|
|
1191
1190
|
| 'bidi-override'
|
|
1191
|
+
| 'isolate'
|
|
1192
1192
|
| 'isolate-override'
|
|
1193
1193
|
| 'plaintext'
|
|
1194
1194
|
| import('framer-motion').CustomValueType
|
|
@@ -1243,24 +1243,12 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1243
1243
|
| import('csstype').Property.Border<string | number>
|
|
1244
1244
|
| import('framer-motion').CustomValueType
|
|
1245
1245
|
| undefined;
|
|
1246
|
-
|
|
1247
|
-
| import('csstype').Property.
|
|
1248
|
-
| import('framer-motion').CustomValueType
|
|
1249
|
-
| undefined;
|
|
1250
|
-
flex?:
|
|
1251
|
-
| import('csstype').Property.Flex<string | number>
|
|
1252
|
-
| import('framer-motion').CustomValueType
|
|
1253
|
-
| undefined;
|
|
1254
|
-
grid?:
|
|
1255
|
-
| import('csstype').Property.Grid
|
|
1256
|
-
| import('framer-motion').CustomValueType
|
|
1257
|
-
| undefined;
|
|
1258
|
-
contain?:
|
|
1259
|
-
| import('csstype').Property.Contain
|
|
1246
|
+
top?:
|
|
1247
|
+
| import('csstype').Property.Top<string | number>
|
|
1260
1248
|
| import('framer-motion').CustomValueType
|
|
1261
1249
|
| undefined;
|
|
1262
|
-
|
|
1263
|
-
| import('csstype').Property.
|
|
1250
|
+
bottom?:
|
|
1251
|
+
| import('csstype').Property.Bottom<string | number>
|
|
1264
1252
|
| import('framer-motion').CustomValueType
|
|
1265
1253
|
| undefined;
|
|
1266
1254
|
left?:
|
|
@@ -1271,43 +1259,7 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1271
1259
|
| import('csstype').Property.Right<string | number>
|
|
1272
1260
|
| import('framer-motion').CustomValueType
|
|
1273
1261
|
| undefined;
|
|
1274
|
-
bottom?:
|
|
1275
|
-
| import('csstype').Property.Bottom<string | number>
|
|
1276
|
-
| import('framer-motion').CustomValueType
|
|
1277
|
-
| undefined;
|
|
1278
|
-
top?:
|
|
1279
|
-
| import('csstype').Property.Top<string | number>
|
|
1280
|
-
| import('framer-motion').CustomValueType
|
|
1281
|
-
| undefined;
|
|
1282
|
-
inset?:
|
|
1283
|
-
| import('csstype').Property.Inset<string | number>
|
|
1284
|
-
| import('framer-motion').CustomValueType
|
|
1285
|
-
| undefined;
|
|
1286
1262
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
1287
|
-
page?:
|
|
1288
|
-
| import('csstype').Property.Page
|
|
1289
|
-
| import('framer-motion').CustomValueType
|
|
1290
|
-
| undefined;
|
|
1291
|
-
position?:
|
|
1292
|
-
| import('csstype').Property.Position
|
|
1293
|
-
| import('framer-motion').CustomValueType
|
|
1294
|
-
| undefined;
|
|
1295
|
-
caret?:
|
|
1296
|
-
| import('csstype').Property.Caret
|
|
1297
|
-
| import('framer-motion').CustomValueType
|
|
1298
|
-
| undefined;
|
|
1299
|
-
zoom?:
|
|
1300
|
-
| import('csstype').Property.Zoom
|
|
1301
|
-
| import('framer-motion').CustomValueType
|
|
1302
|
-
| undefined;
|
|
1303
|
-
clear?:
|
|
1304
|
-
| import('csstype').Property.Clear
|
|
1305
|
-
| import('framer-motion').CustomValueType
|
|
1306
|
-
| undefined;
|
|
1307
|
-
padding?:
|
|
1308
|
-
| import('csstype').Property.Padding<string | number>
|
|
1309
|
-
| import('framer-motion').CustomValueType
|
|
1310
|
-
| undefined;
|
|
1311
1263
|
minWidth?:
|
|
1312
1264
|
| import('csstype').Property.MinWidth<string | number>
|
|
1313
1265
|
| import('framer-motion').CustomValueType
|
|
@@ -1368,6 +1320,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1368
1320
|
| import('csstype').Property.GridAutoFlow
|
|
1369
1321
|
| import('framer-motion').CustomValueType
|
|
1370
1322
|
| undefined;
|
|
1323
|
+
grid?:
|
|
1324
|
+
| import('csstype').Property.Grid
|
|
1325
|
+
| import('framer-motion').CustomValueType
|
|
1326
|
+
| undefined;
|
|
1371
1327
|
gridRowStart?:
|
|
1372
1328
|
| import('csstype').Property.GridRowStart
|
|
1373
1329
|
| import('framer-motion').CustomValueType
|
|
@@ -1444,6 +1400,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1444
1400
|
| import('csstype').Property.RowGap<string | number>
|
|
1445
1401
|
| import('framer-motion').CustomValueType
|
|
1446
1402
|
| undefined;
|
|
1403
|
+
padding?:
|
|
1404
|
+
| import('csstype').Property.Padding<string | number>
|
|
1405
|
+
| import('framer-motion').CustomValueType
|
|
1406
|
+
| undefined;
|
|
1447
1407
|
paddingTop?:
|
|
1448
1408
|
| import('csstype').Property.PaddingTop<string | number>
|
|
1449
1409
|
| import('framer-motion').CustomValueType
|
|
@@ -1492,6 +1452,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1492
1452
|
| import('csstype').Property.FlexWrap
|
|
1493
1453
|
| import('framer-motion').CustomValueType
|
|
1494
1454
|
| undefined;
|
|
1455
|
+
position?:
|
|
1456
|
+
| import('csstype').Property.Position
|
|
1457
|
+
| import('framer-motion').CustomValueType
|
|
1458
|
+
| undefined;
|
|
1495
1459
|
textAlign?:
|
|
1496
1460
|
| import('csstype').Property.TextAlign
|
|
1497
1461
|
| import('framer-motion').CustomValueType
|
|
@@ -1804,6 +1768,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1804
1768
|
| import('csstype').Property.CaretShape
|
|
1805
1769
|
| import('framer-motion').CustomValueType
|
|
1806
1770
|
| undefined;
|
|
1771
|
+
clear?:
|
|
1772
|
+
| import('csstype').Property.Clear
|
|
1773
|
+
| import('framer-motion').CustomValueType
|
|
1774
|
+
| undefined;
|
|
1807
1775
|
colorAdjust?:
|
|
1808
1776
|
| import('csstype').Property.PrintColorAdjust
|
|
1809
1777
|
| import('framer-motion').CustomValueType
|
|
@@ -1840,6 +1808,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
1840
1808
|
| import('csstype').Property.ColumnWidth<string | number>
|
|
1841
1809
|
| import('framer-motion').CustomValueType
|
|
1842
1810
|
| undefined;
|
|
1811
|
+
contain?:
|
|
1812
|
+
| import('csstype').Property.Contain
|
|
1813
|
+
| import('framer-motion').CustomValueType
|
|
1814
|
+
| undefined;
|
|
1843
1815
|
containIntrinsicBlockSize?:
|
|
1844
1816
|
| import('csstype').Property.ContainIntrinsicBlockSize<string | number>
|
|
1845
1817
|
| import('framer-motion').CustomValueType
|
|
@@ -2280,6 +2252,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2280
2252
|
| import('csstype').Property.OverflowY
|
|
2281
2253
|
| import('framer-motion').CustomValueType
|
|
2282
2254
|
| undefined;
|
|
2255
|
+
overlay?:
|
|
2256
|
+
| import('csstype').Property.Overlay
|
|
2257
|
+
| import('framer-motion').CustomValueType
|
|
2258
|
+
| undefined;
|
|
2283
2259
|
overscrollBehaviorBlock?:
|
|
2284
2260
|
| import('csstype').Property.OverscrollBehaviorBlock
|
|
2285
2261
|
| import('framer-motion').CustomValueType
|
|
@@ -2320,6 +2296,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2320
2296
|
| import('csstype').Property.PaddingRight<string | number>
|
|
2321
2297
|
| import('framer-motion').CustomValueType
|
|
2322
2298
|
| undefined;
|
|
2299
|
+
page?:
|
|
2300
|
+
| import('csstype').Property.Page
|
|
2301
|
+
| import('framer-motion').CustomValueType
|
|
2302
|
+
| undefined;
|
|
2323
2303
|
pageBreakAfter?:
|
|
2324
2304
|
| import('csstype').Property.PageBreakAfter
|
|
2325
2305
|
| import('framer-motion').CustomValueType
|
|
@@ -2664,6 +2644,14 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2664
2644
|
| import('csstype').Property.WordWrap
|
|
2665
2645
|
| import('framer-motion').CustomValueType
|
|
2666
2646
|
| undefined;
|
|
2647
|
+
zoom?:
|
|
2648
|
+
| import('csstype').Property.Zoom
|
|
2649
|
+
| import('framer-motion').CustomValueType
|
|
2650
|
+
| undefined;
|
|
2651
|
+
animation?:
|
|
2652
|
+
| import('csstype').Property.Animation<string & {}>
|
|
2653
|
+
| import('framer-motion').CustomValueType
|
|
2654
|
+
| undefined;
|
|
2667
2655
|
animationRange?:
|
|
2668
2656
|
| import('csstype').Property.AnimationRange<string | number>
|
|
2669
2657
|
| import('framer-motion').CustomValueType
|
|
@@ -2720,6 +2708,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2720
2708
|
| import('csstype').Property.BorderTop<string | number>
|
|
2721
2709
|
| import('framer-motion').CustomValueType
|
|
2722
2710
|
| undefined;
|
|
2711
|
+
caret?:
|
|
2712
|
+
| import('csstype').Property.Caret
|
|
2713
|
+
| import('framer-motion').CustomValueType
|
|
2714
|
+
| undefined;
|
|
2723
2715
|
columnRule?:
|
|
2724
2716
|
| import('csstype').Property.ColumnRule<string | number>
|
|
2725
2717
|
| import('framer-motion').CustomValueType
|
|
@@ -2736,6 +2728,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2736
2728
|
| import('csstype').Property.Container
|
|
2737
2729
|
| import('framer-motion').CustomValueType
|
|
2738
2730
|
| undefined;
|
|
2731
|
+
flex?:
|
|
2732
|
+
| import('csstype').Property.Flex<string | number>
|
|
2733
|
+
| import('framer-motion').CustomValueType
|
|
2734
|
+
| undefined;
|
|
2739
2735
|
flexFlow?:
|
|
2740
2736
|
| import('csstype').Property.FlexFlow
|
|
2741
2737
|
| import('framer-motion').CustomValueType
|
|
@@ -2744,6 +2740,10 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
2744
2740
|
| import('csstype').Property.Font
|
|
2745
2741
|
| import('framer-motion').CustomValueType
|
|
2746
2742
|
| undefined;
|
|
2743
|
+
inset?:
|
|
2744
|
+
| import('csstype').Property.Inset<string | number>
|
|
2745
|
+
| import('framer-motion').CustomValueType
|
|
2746
|
+
| undefined;
|
|
2747
2747
|
insetBlock?:
|
|
2748
2748
|
| import('csstype').Property.InsetBlock<string | number>
|
|
2749
2749
|
| import('framer-motion').CustomValueType
|
|
@@ -4661,644 +4661,644 @@ export declare const useCollapsibleMotionProps: ({
|
|
|
4661
4661
|
| import('framer-motion').CustomValueType
|
|
4662
4662
|
| undefined;
|
|
4663
4663
|
onCopy?:
|
|
4664
|
-
| import('framer-motion').CustomValueType
|
|
4665
4664
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4665
|
+
| import('framer-motion').CustomValueType
|
|
4666
4666
|
| undefined;
|
|
4667
4667
|
onCopyCapture?:
|
|
4668
|
-
| import('framer-motion').CustomValueType
|
|
4669
4668
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4669
|
+
| import('framer-motion').CustomValueType
|
|
4670
4670
|
| undefined;
|
|
4671
4671
|
onCut?:
|
|
4672
|
-
| import('framer-motion').CustomValueType
|
|
4673
4672
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4673
|
+
| import('framer-motion').CustomValueType
|
|
4674
4674
|
| undefined;
|
|
4675
4675
|
onCutCapture?:
|
|
4676
|
-
| import('framer-motion').CustomValueType
|
|
4677
4676
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4677
|
+
| import('framer-motion').CustomValueType
|
|
4678
4678
|
| undefined;
|
|
4679
4679
|
onPaste?:
|
|
4680
|
-
| import('framer-motion').CustomValueType
|
|
4681
4680
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4681
|
+
| import('framer-motion').CustomValueType
|
|
4682
4682
|
| undefined;
|
|
4683
4683
|
onPasteCapture?:
|
|
4684
|
-
| import('framer-motion').CustomValueType
|
|
4685
4684
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4685
|
+
| import('framer-motion').CustomValueType
|
|
4686
4686
|
| undefined;
|
|
4687
4687
|
onCompositionEnd?:
|
|
4688
|
-
| import('framer-motion').CustomValueType
|
|
4689
4688
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4689
|
+
| import('framer-motion').CustomValueType
|
|
4690
4690
|
| undefined;
|
|
4691
4691
|
onCompositionEndCapture?:
|
|
4692
|
-
| import('framer-motion').CustomValueType
|
|
4693
4692
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4693
|
+
| import('framer-motion').CustomValueType
|
|
4694
4694
|
| undefined;
|
|
4695
4695
|
onCompositionStart?:
|
|
4696
|
-
| import('framer-motion').CustomValueType
|
|
4697
4696
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4697
|
+
| import('framer-motion').CustomValueType
|
|
4698
4698
|
| undefined;
|
|
4699
4699
|
onCompositionStartCapture?:
|
|
4700
|
-
| import('framer-motion').CustomValueType
|
|
4701
4700
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4701
|
+
| import('framer-motion').CustomValueType
|
|
4702
4702
|
| undefined;
|
|
4703
4703
|
onCompositionUpdate?:
|
|
4704
|
-
| import('framer-motion').CustomValueType
|
|
4705
4704
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4705
|
+
| import('framer-motion').CustomValueType
|
|
4706
4706
|
| undefined;
|
|
4707
4707
|
onCompositionUpdateCapture?:
|
|
4708
|
-
| import('framer-motion').CustomValueType
|
|
4709
4708
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4709
|
+
| import('framer-motion').CustomValueType
|
|
4710
4710
|
| undefined;
|
|
4711
4711
|
onFocus?:
|
|
4712
|
-
| import('framer-motion').CustomValueType
|
|
4713
4712
|
| import('react').FocusEventHandler<SVGElement>
|
|
4713
|
+
| import('framer-motion').CustomValueType
|
|
4714
4714
|
| undefined;
|
|
4715
4715
|
onFocusCapture?:
|
|
4716
|
-
| import('framer-motion').CustomValueType
|
|
4717
4716
|
| import('react').FocusEventHandler<SVGElement>
|
|
4717
|
+
| import('framer-motion').CustomValueType
|
|
4718
4718
|
| undefined;
|
|
4719
4719
|
onBlur?:
|
|
4720
|
-
| import('framer-motion').CustomValueType
|
|
4721
4720
|
| import('react').FocusEventHandler<SVGElement>
|
|
4721
|
+
| import('framer-motion').CustomValueType
|
|
4722
4722
|
| undefined;
|
|
4723
4723
|
onBlurCapture?:
|
|
4724
|
-
| import('framer-motion').CustomValueType
|
|
4725
4724
|
| import('react').FocusEventHandler<SVGElement>
|
|
4725
|
+
| import('framer-motion').CustomValueType
|
|
4726
4726
|
| undefined;
|
|
4727
4727
|
onChange?:
|
|
4728
|
-
| import('framer-motion').CustomValueType
|
|
4729
4728
|
| import('react').FormEventHandler<SVGElement>
|
|
4729
|
+
| import('framer-motion').CustomValueType
|
|
4730
4730
|
| undefined;
|
|
4731
4731
|
onChangeCapture?:
|
|
4732
|
-
| import('framer-motion').CustomValueType
|
|
4733
4732
|
| import('react').FormEventHandler<SVGElement>
|
|
4733
|
+
| import('framer-motion').CustomValueType
|
|
4734
4734
|
| undefined;
|
|
4735
4735
|
onBeforeInput?:
|
|
4736
|
-
| import('framer-motion').CustomValueType
|
|
4737
4736
|
| import('react').FormEventHandler<SVGElement>
|
|
4737
|
+
| import('framer-motion').CustomValueType
|
|
4738
4738
|
| undefined;
|
|
4739
4739
|
onBeforeInputCapture?:
|
|
4740
|
-
| import('framer-motion').CustomValueType
|
|
4741
4740
|
| import('react').FormEventHandler<SVGElement>
|
|
4741
|
+
| import('framer-motion').CustomValueType
|
|
4742
4742
|
| undefined;
|
|
4743
4743
|
onInput?:
|
|
4744
|
-
| import('framer-motion').CustomValueType
|
|
4745
4744
|
| import('react').FormEventHandler<SVGElement>
|
|
4745
|
+
| import('framer-motion').CustomValueType
|
|
4746
4746
|
| undefined;
|
|
4747
4747
|
onInputCapture?:
|
|
4748
|
-
| import('framer-motion').CustomValueType
|
|
4749
4748
|
| import('react').FormEventHandler<SVGElement>
|
|
4749
|
+
| import('framer-motion').CustomValueType
|
|
4750
4750
|
| undefined;
|
|
4751
4751
|
onReset?:
|
|
4752
|
-
| import('framer-motion').CustomValueType
|
|
4753
4752
|
| import('react').FormEventHandler<SVGElement>
|
|
4753
|
+
| import('framer-motion').CustomValueType
|
|
4754
4754
|
| undefined;
|
|
4755
4755
|
onResetCapture?:
|
|
4756
|
-
| import('framer-motion').CustomValueType
|
|
4757
4756
|
| import('react').FormEventHandler<SVGElement>
|
|
4757
|
+
| import('framer-motion').CustomValueType
|
|
4758
4758
|
| undefined;
|
|
4759
4759
|
onSubmit?:
|
|
4760
|
-
| import('framer-motion').CustomValueType
|
|
4761
4760
|
| import('react').FormEventHandler<SVGElement>
|
|
4761
|
+
| import('framer-motion').CustomValueType
|
|
4762
4762
|
| undefined;
|
|
4763
4763
|
onSubmitCapture?:
|
|
4764
|
-
| import('framer-motion').CustomValueType
|
|
4765
4764
|
| import('react').FormEventHandler<SVGElement>
|
|
4765
|
+
| import('framer-motion').CustomValueType
|
|
4766
4766
|
| undefined;
|
|
4767
4767
|
onInvalid?:
|
|
4768
|
-
| import('framer-motion').CustomValueType
|
|
4769
4768
|
| import('react').FormEventHandler<SVGElement>
|
|
4769
|
+
| import('framer-motion').CustomValueType
|
|
4770
4770
|
| undefined;
|
|
4771
4771
|
onInvalidCapture?:
|
|
4772
|
-
| import('framer-motion').CustomValueType
|
|
4773
4772
|
| import('react').FormEventHandler<SVGElement>
|
|
4773
|
+
| import('framer-motion').CustomValueType
|
|
4774
4774
|
| undefined;
|
|
4775
4775
|
onLoad?:
|
|
4776
|
-
| import('framer-motion').CustomValueType
|
|
4777
4776
|
| import('react').ReactEventHandler<SVGElement>
|
|
4777
|
+
| import('framer-motion').CustomValueType
|
|
4778
4778
|
| undefined;
|
|
4779
4779
|
onLoadCapture?:
|
|
4780
|
-
| import('framer-motion').CustomValueType
|
|
4781
4780
|
| import('react').ReactEventHandler<SVGElement>
|
|
4781
|
+
| import('framer-motion').CustomValueType
|
|
4782
4782
|
| undefined;
|
|
4783
4783
|
onError?:
|
|
4784
|
-
| import('framer-motion').CustomValueType
|
|
4785
4784
|
| import('react').ReactEventHandler<SVGElement>
|
|
4785
|
+
| import('framer-motion').CustomValueType
|
|
4786
4786
|
| undefined;
|
|
4787
4787
|
onErrorCapture?:
|
|
4788
|
-
| import('framer-motion').CustomValueType
|
|
4789
4788
|
| import('react').ReactEventHandler<SVGElement>
|
|
4789
|
+
| import('framer-motion').CustomValueType
|
|
4790
4790
|
| undefined;
|
|
4791
4791
|
onKeyDown?:
|
|
4792
|
-
| import('framer-motion').CustomValueType
|
|
4793
4792
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4793
|
+
| import('framer-motion').CustomValueType
|
|
4794
4794
|
| undefined;
|
|
4795
4795
|
onKeyDownCapture?:
|
|
4796
|
-
| import('framer-motion').CustomValueType
|
|
4797
4796
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4797
|
+
| import('framer-motion').CustomValueType
|
|
4798
4798
|
| undefined;
|
|
4799
4799
|
onKeyPress?:
|
|
4800
|
-
| import('framer-motion').CustomValueType
|
|
4801
4800
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4801
|
+
| import('framer-motion').CustomValueType
|
|
4802
4802
|
| undefined;
|
|
4803
4803
|
onKeyPressCapture?:
|
|
4804
|
-
| import('framer-motion').CustomValueType
|
|
4805
4804
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4805
|
+
| import('framer-motion').CustomValueType
|
|
4806
4806
|
| undefined;
|
|
4807
4807
|
onKeyUp?:
|
|
4808
|
-
| import('framer-motion').CustomValueType
|
|
4809
4808
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4809
|
+
| import('framer-motion').CustomValueType
|
|
4810
4810
|
| undefined;
|
|
4811
4811
|
onKeyUpCapture?:
|
|
4812
|
-
| import('framer-motion').CustomValueType
|
|
4813
4812
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4813
|
+
| import('framer-motion').CustomValueType
|
|
4814
4814
|
| undefined;
|
|
4815
4815
|
onAbort?:
|
|
4816
|
-
| import('framer-motion').CustomValueType
|
|
4817
4816
|
| import('react').ReactEventHandler<SVGElement>
|
|
4817
|
+
| import('framer-motion').CustomValueType
|
|
4818
4818
|
| undefined;
|
|
4819
4819
|
onAbortCapture?:
|
|
4820
|
-
| import('framer-motion').CustomValueType
|
|
4821
4820
|
| import('react').ReactEventHandler<SVGElement>
|
|
4821
|
+
| import('framer-motion').CustomValueType
|
|
4822
4822
|
| undefined;
|
|
4823
4823
|
onCanPlay?:
|
|
4824
|
-
| import('framer-motion').CustomValueType
|
|
4825
4824
|
| import('react').ReactEventHandler<SVGElement>
|
|
4825
|
+
| import('framer-motion').CustomValueType
|
|
4826
4826
|
| undefined;
|
|
4827
4827
|
onCanPlayCapture?:
|
|
4828
|
-
| import('framer-motion').CustomValueType
|
|
4829
4828
|
| import('react').ReactEventHandler<SVGElement>
|
|
4829
|
+
| import('framer-motion').CustomValueType
|
|
4830
4830
|
| undefined;
|
|
4831
4831
|
onCanPlayThrough?:
|
|
4832
|
-
| import('framer-motion').CustomValueType
|
|
4833
4832
|
| import('react').ReactEventHandler<SVGElement>
|
|
4833
|
+
| import('framer-motion').CustomValueType
|
|
4834
4834
|
| undefined;
|
|
4835
4835
|
onCanPlayThroughCapture?:
|
|
4836
|
-
| import('framer-motion').CustomValueType
|
|
4837
4836
|
| import('react').ReactEventHandler<SVGElement>
|
|
4837
|
+
| import('framer-motion').CustomValueType
|
|
4838
4838
|
| undefined;
|
|
4839
4839
|
onDurationChange?:
|
|
4840
|
-
| import('framer-motion').CustomValueType
|
|
4841
4840
|
| import('react').ReactEventHandler<SVGElement>
|
|
4841
|
+
| import('framer-motion').CustomValueType
|
|
4842
4842
|
| undefined;
|
|
4843
4843
|
onDurationChangeCapture?:
|
|
4844
|
-
| import('framer-motion').CustomValueType
|
|
4845
4844
|
| import('react').ReactEventHandler<SVGElement>
|
|
4845
|
+
| import('framer-motion').CustomValueType
|
|
4846
4846
|
| undefined;
|
|
4847
4847
|
onEmptied?:
|
|
4848
|
-
| import('framer-motion').CustomValueType
|
|
4849
4848
|
| import('react').ReactEventHandler<SVGElement>
|
|
4849
|
+
| import('framer-motion').CustomValueType
|
|
4850
4850
|
| undefined;
|
|
4851
4851
|
onEmptiedCapture?:
|
|
4852
|
-
| import('framer-motion').CustomValueType
|
|
4853
4852
|
| import('react').ReactEventHandler<SVGElement>
|
|
4853
|
+
| import('framer-motion').CustomValueType
|
|
4854
4854
|
| undefined;
|
|
4855
4855
|
onEncrypted?:
|
|
4856
|
-
| import('framer-motion').CustomValueType
|
|
4857
4856
|
| import('react').ReactEventHandler<SVGElement>
|
|
4857
|
+
| import('framer-motion').CustomValueType
|
|
4858
4858
|
| undefined;
|
|
4859
4859
|
onEncryptedCapture?:
|
|
4860
|
-
| import('framer-motion').CustomValueType
|
|
4861
4860
|
| import('react').ReactEventHandler<SVGElement>
|
|
4861
|
+
| import('framer-motion').CustomValueType
|
|
4862
4862
|
| undefined;
|
|
4863
4863
|
onEnded?:
|
|
4864
|
-
| import('framer-motion').CustomValueType
|
|
4865
4864
|
| import('react').ReactEventHandler<SVGElement>
|
|
4865
|
+
| import('framer-motion').CustomValueType
|
|
4866
4866
|
| undefined;
|
|
4867
4867
|
onEndedCapture?:
|
|
4868
|
-
| import('framer-motion').CustomValueType
|
|
4869
4868
|
| import('react').ReactEventHandler<SVGElement>
|
|
4869
|
+
| import('framer-motion').CustomValueType
|
|
4870
4870
|
| undefined;
|
|
4871
4871
|
onLoadedData?:
|
|
4872
|
-
| import('framer-motion').CustomValueType
|
|
4873
4872
|
| import('react').ReactEventHandler<SVGElement>
|
|
4873
|
+
| import('framer-motion').CustomValueType
|
|
4874
4874
|
| undefined;
|
|
4875
4875
|
onLoadedDataCapture?:
|
|
4876
|
-
| import('framer-motion').CustomValueType
|
|
4877
4876
|
| import('react').ReactEventHandler<SVGElement>
|
|
4877
|
+
| import('framer-motion').CustomValueType
|
|
4878
4878
|
| undefined;
|
|
4879
4879
|
onLoadedMetadata?:
|
|
4880
|
-
| import('framer-motion').CustomValueType
|
|
4881
4880
|
| import('react').ReactEventHandler<SVGElement>
|
|
4881
|
+
| import('framer-motion').CustomValueType
|
|
4882
4882
|
| undefined;
|
|
4883
4883
|
onLoadedMetadataCapture?:
|
|
4884
|
-
| import('framer-motion').CustomValueType
|
|
4885
4884
|
| import('react').ReactEventHandler<SVGElement>
|
|
4885
|
+
| import('framer-motion').CustomValueType
|
|
4886
4886
|
| undefined;
|
|
4887
4887
|
onLoadStart?:
|
|
4888
|
-
| import('framer-motion').CustomValueType
|
|
4889
4888
|
| import('react').ReactEventHandler<SVGElement>
|
|
4889
|
+
| import('framer-motion').CustomValueType
|
|
4890
4890
|
| undefined;
|
|
4891
4891
|
onLoadStartCapture?:
|
|
4892
|
-
| import('framer-motion').CustomValueType
|
|
4893
4892
|
| import('react').ReactEventHandler<SVGElement>
|
|
4893
|
+
| import('framer-motion').CustomValueType
|
|
4894
4894
|
| undefined;
|
|
4895
4895
|
onPause?:
|
|
4896
|
-
| import('framer-motion').CustomValueType
|
|
4897
4896
|
| import('react').ReactEventHandler<SVGElement>
|
|
4897
|
+
| import('framer-motion').CustomValueType
|
|
4898
4898
|
| undefined;
|
|
4899
4899
|
onPauseCapture?:
|
|
4900
|
-
| import('framer-motion').CustomValueType
|
|
4901
4900
|
| import('react').ReactEventHandler<SVGElement>
|
|
4901
|
+
| import('framer-motion').CustomValueType
|
|
4902
4902
|
| undefined;
|
|
4903
4903
|
onPlay?:
|
|
4904
|
-
| import('framer-motion').CustomValueType
|
|
4905
4904
|
| import('react').ReactEventHandler<SVGElement>
|
|
4905
|
+
| import('framer-motion').CustomValueType
|
|
4906
4906
|
| undefined;
|
|
4907
4907
|
onPlayCapture?:
|
|
4908
|
-
| import('framer-motion').CustomValueType
|
|
4909
4908
|
| import('react').ReactEventHandler<SVGElement>
|
|
4909
|
+
| import('framer-motion').CustomValueType
|
|
4910
4910
|
| undefined;
|
|
4911
4911
|
onPlaying?:
|
|
4912
|
-
| import('framer-motion').CustomValueType
|
|
4913
4912
|
| import('react').ReactEventHandler<SVGElement>
|
|
4913
|
+
| import('framer-motion').CustomValueType
|
|
4914
4914
|
| undefined;
|
|
4915
4915
|
onPlayingCapture?:
|
|
4916
|
-
| import('framer-motion').CustomValueType
|
|
4917
4916
|
| import('react').ReactEventHandler<SVGElement>
|
|
4917
|
+
| import('framer-motion').CustomValueType
|
|
4918
4918
|
| undefined;
|
|
4919
4919
|
onProgress?:
|
|
4920
|
-
| import('framer-motion').CustomValueType
|
|
4921
4920
|
| import('react').ReactEventHandler<SVGElement>
|
|
4921
|
+
| import('framer-motion').CustomValueType
|
|
4922
4922
|
| undefined;
|
|
4923
4923
|
onProgressCapture?:
|
|
4924
|
-
| import('framer-motion').CustomValueType
|
|
4925
4924
|
| import('react').ReactEventHandler<SVGElement>
|
|
4925
|
+
| import('framer-motion').CustomValueType
|
|
4926
4926
|
| undefined;
|
|
4927
4927
|
onRateChange?:
|
|
4928
|
-
| import('framer-motion').CustomValueType
|
|
4929
4928
|
| import('react').ReactEventHandler<SVGElement>
|
|
4929
|
+
| import('framer-motion').CustomValueType
|
|
4930
4930
|
| undefined;
|
|
4931
4931
|
onRateChangeCapture?:
|
|
4932
|
-
| import('framer-motion').CustomValueType
|
|
4933
4932
|
| import('react').ReactEventHandler<SVGElement>
|
|
4933
|
+
| import('framer-motion').CustomValueType
|
|
4934
4934
|
| undefined;
|
|
4935
4935
|
onResize?:
|
|
4936
|
-
| import('framer-motion').CustomValueType
|
|
4937
4936
|
| import('react').ReactEventHandler<SVGElement>
|
|
4937
|
+
| import('framer-motion').CustomValueType
|
|
4938
4938
|
| undefined;
|
|
4939
4939
|
onResizeCapture?:
|
|
4940
|
-
| import('framer-motion').CustomValueType
|
|
4941
4940
|
| import('react').ReactEventHandler<SVGElement>
|
|
4941
|
+
| import('framer-motion').CustomValueType
|
|
4942
4942
|
| undefined;
|
|
4943
4943
|
onSeeked?:
|
|
4944
|
-
| import('framer-motion').CustomValueType
|
|
4945
4944
|
| import('react').ReactEventHandler<SVGElement>
|
|
4945
|
+
| import('framer-motion').CustomValueType
|
|
4946
4946
|
| undefined;
|
|
4947
4947
|
onSeekedCapture?:
|
|
4948
|
-
| import('framer-motion').CustomValueType
|
|
4949
4948
|
| import('react').ReactEventHandler<SVGElement>
|
|
4949
|
+
| import('framer-motion').CustomValueType
|
|
4950
4950
|
| undefined;
|
|
4951
4951
|
onSeeking?:
|
|
4952
|
-
| import('framer-motion').CustomValueType
|
|
4953
4952
|
| import('react').ReactEventHandler<SVGElement>
|
|
4953
|
+
| import('framer-motion').CustomValueType
|
|
4954
4954
|
| undefined;
|
|
4955
4955
|
onSeekingCapture?:
|
|
4956
|
-
| import('framer-motion').CustomValueType
|
|
4957
4956
|
| import('react').ReactEventHandler<SVGElement>
|
|
4957
|
+
| import('framer-motion').CustomValueType
|
|
4958
4958
|
| undefined;
|
|
4959
4959
|
onStalled?:
|
|
4960
|
-
| import('framer-motion').CustomValueType
|
|
4961
4960
|
| import('react').ReactEventHandler<SVGElement>
|
|
4961
|
+
| import('framer-motion').CustomValueType
|
|
4962
4962
|
| undefined;
|
|
4963
4963
|
onStalledCapture?:
|
|
4964
|
-
| import('framer-motion').CustomValueType
|
|
4965
4964
|
| import('react').ReactEventHandler<SVGElement>
|
|
4965
|
+
| import('framer-motion').CustomValueType
|
|
4966
4966
|
| undefined;
|
|
4967
4967
|
onSuspend?:
|
|
4968
|
-
| import('framer-motion').CustomValueType
|
|
4969
4968
|
| import('react').ReactEventHandler<SVGElement>
|
|
4969
|
+
| import('framer-motion').CustomValueType
|
|
4970
4970
|
| undefined;
|
|
4971
4971
|
onSuspendCapture?:
|
|
4972
|
-
| import('framer-motion').CustomValueType
|
|
4973
4972
|
| import('react').ReactEventHandler<SVGElement>
|
|
4973
|
+
| import('framer-motion').CustomValueType
|
|
4974
4974
|
| undefined;
|
|
4975
4975
|
onTimeUpdate?:
|
|
4976
|
-
| import('framer-motion').CustomValueType
|
|
4977
4976
|
| import('react').ReactEventHandler<SVGElement>
|
|
4977
|
+
| import('framer-motion').CustomValueType
|
|
4978
4978
|
| undefined;
|
|
4979
4979
|
onTimeUpdateCapture?:
|
|
4980
|
-
| import('framer-motion').CustomValueType
|
|
4981
4980
|
| import('react').ReactEventHandler<SVGElement>
|
|
4981
|
+
| import('framer-motion').CustomValueType
|
|
4982
4982
|
| undefined;
|
|
4983
4983
|
onVolumeChange?:
|
|
4984
|
-
| import('framer-motion').CustomValueType
|
|
4985
4984
|
| import('react').ReactEventHandler<SVGElement>
|
|
4985
|
+
| import('framer-motion').CustomValueType
|
|
4986
4986
|
| undefined;
|
|
4987
4987
|
onVolumeChangeCapture?:
|
|
4988
|
-
| import('framer-motion').CustomValueType
|
|
4989
4988
|
| import('react').ReactEventHandler<SVGElement>
|
|
4989
|
+
| import('framer-motion').CustomValueType
|
|
4990
4990
|
| undefined;
|
|
4991
4991
|
onWaiting?:
|
|
4992
|
-
| import('framer-motion').CustomValueType
|
|
4993
4992
|
| import('react').ReactEventHandler<SVGElement>
|
|
4993
|
+
| import('framer-motion').CustomValueType
|
|
4994
4994
|
| undefined;
|
|
4995
4995
|
onWaitingCapture?:
|
|
4996
|
-
| import('framer-motion').CustomValueType
|
|
4997
4996
|
| import('react').ReactEventHandler<SVGElement>
|
|
4997
|
+
| import('framer-motion').CustomValueType
|
|
4998
4998
|
| undefined;
|
|
4999
4999
|
onAuxClick?:
|
|
5000
|
-
| import('framer-motion').CustomValueType
|
|
5001
5000
|
| import('react').MouseEventHandler<SVGElement>
|
|
5001
|
+
| import('framer-motion').CustomValueType
|
|
5002
5002
|
| undefined;
|
|
5003
5003
|
onAuxClickCapture?:
|
|
5004
|
-
| import('framer-motion').CustomValueType
|
|
5005
5004
|
| import('react').MouseEventHandler<SVGElement>
|
|
5005
|
+
| import('framer-motion').CustomValueType
|
|
5006
5006
|
| undefined;
|
|
5007
5007
|
onClick?:
|
|
5008
|
-
| import('framer-motion').CustomValueType
|
|
5009
5008
|
| import('react').MouseEventHandler<SVGElement>
|
|
5009
|
+
| import('framer-motion').CustomValueType
|
|
5010
5010
|
| undefined;
|
|
5011
5011
|
onClickCapture?:
|
|
5012
|
-
| import('framer-motion').CustomValueType
|
|
5013
5012
|
| import('react').MouseEventHandler<SVGElement>
|
|
5013
|
+
| import('framer-motion').CustomValueType
|
|
5014
5014
|
| undefined;
|
|
5015
5015
|
onContextMenu?:
|
|
5016
|
-
| import('framer-motion').CustomValueType
|
|
5017
5016
|
| import('react').MouseEventHandler<SVGElement>
|
|
5017
|
+
| import('framer-motion').CustomValueType
|
|
5018
5018
|
| undefined;
|
|
5019
5019
|
onContextMenuCapture?:
|
|
5020
|
-
| import('framer-motion').CustomValueType
|
|
5021
5020
|
| import('react').MouseEventHandler<SVGElement>
|
|
5021
|
+
| import('framer-motion').CustomValueType
|
|
5022
5022
|
| undefined;
|
|
5023
5023
|
onDoubleClick?:
|
|
5024
|
-
| import('framer-motion').CustomValueType
|
|
5025
5024
|
| import('react').MouseEventHandler<SVGElement>
|
|
5025
|
+
| import('framer-motion').CustomValueType
|
|
5026
5026
|
| undefined;
|
|
5027
5027
|
onDoubleClickCapture?:
|
|
5028
|
-
| import('framer-motion').CustomValueType
|
|
5029
5028
|
| import('react').MouseEventHandler<SVGElement>
|
|
5029
|
+
| import('framer-motion').CustomValueType
|
|
5030
5030
|
| undefined;
|
|
5031
5031
|
onDrag?:
|
|
5032
|
-
| import('framer-motion').CustomValueType
|
|
5033
5032
|
| import('react').DragEventHandler<SVGElement>
|
|
5033
|
+
| import('framer-motion').CustomValueType
|
|
5034
5034
|
| undefined;
|
|
5035
5035
|
onDragCapture?:
|
|
5036
|
-
| import('framer-motion').CustomValueType
|
|
5037
5036
|
| import('react').DragEventHandler<SVGElement>
|
|
5037
|
+
| import('framer-motion').CustomValueType
|
|
5038
5038
|
| undefined;
|
|
5039
5039
|
onDragEnd?:
|
|
5040
|
-
| import('framer-motion').CustomValueType
|
|
5041
5040
|
| import('react').DragEventHandler<SVGElement>
|
|
5041
|
+
| import('framer-motion').CustomValueType
|
|
5042
5042
|
| undefined;
|
|
5043
5043
|
onDragEndCapture?:
|
|
5044
|
-
| import('framer-motion').CustomValueType
|
|
5045
5044
|
| import('react').DragEventHandler<SVGElement>
|
|
5045
|
+
| import('framer-motion').CustomValueType
|
|
5046
5046
|
| undefined;
|
|
5047
5047
|
onDragEnter?:
|
|
5048
|
-
| import('framer-motion').CustomValueType
|
|
5049
5048
|
| import('react').DragEventHandler<SVGElement>
|
|
5049
|
+
| import('framer-motion').CustomValueType
|
|
5050
5050
|
| undefined;
|
|
5051
5051
|
onDragEnterCapture?:
|
|
5052
|
-
| import('framer-motion').CustomValueType
|
|
5053
5052
|
| import('react').DragEventHandler<SVGElement>
|
|
5053
|
+
| import('framer-motion').CustomValueType
|
|
5054
5054
|
| undefined;
|
|
5055
5055
|
onDragExit?:
|
|
5056
|
-
| import('framer-motion').CustomValueType
|
|
5057
5056
|
| import('react').DragEventHandler<SVGElement>
|
|
5057
|
+
| import('framer-motion').CustomValueType
|
|
5058
5058
|
| undefined;
|
|
5059
5059
|
onDragExitCapture?:
|
|
5060
|
-
| import('framer-motion').CustomValueType
|
|
5061
5060
|
| import('react').DragEventHandler<SVGElement>
|
|
5061
|
+
| import('framer-motion').CustomValueType
|
|
5062
5062
|
| undefined;
|
|
5063
5063
|
onDragLeave?:
|
|
5064
|
-
| import('framer-motion').CustomValueType
|
|
5065
5064
|
| import('react').DragEventHandler<SVGElement>
|
|
5065
|
+
| import('framer-motion').CustomValueType
|
|
5066
5066
|
| undefined;
|
|
5067
5067
|
onDragLeaveCapture?:
|
|
5068
|
-
| import('framer-motion').CustomValueType
|
|
5069
5068
|
| import('react').DragEventHandler<SVGElement>
|
|
5069
|
+
| import('framer-motion').CustomValueType
|
|
5070
5070
|
| undefined;
|
|
5071
5071
|
onDragOver?:
|
|
5072
|
-
| import('framer-motion').CustomValueType
|
|
5073
5072
|
| import('react').DragEventHandler<SVGElement>
|
|
5073
|
+
| import('framer-motion').CustomValueType
|
|
5074
5074
|
| undefined;
|
|
5075
5075
|
onDragOverCapture?:
|
|
5076
|
-
| import('framer-motion').CustomValueType
|
|
5077
5076
|
| import('react').DragEventHandler<SVGElement>
|
|
5077
|
+
| import('framer-motion').CustomValueType
|
|
5078
5078
|
| undefined;
|
|
5079
5079
|
onDragStart?:
|
|
5080
|
-
| import('framer-motion').CustomValueType
|
|
5081
5080
|
| import('react').DragEventHandler<SVGElement>
|
|
5081
|
+
| import('framer-motion').CustomValueType
|
|
5082
5082
|
| undefined;
|
|
5083
5083
|
onDragStartCapture?:
|
|
5084
|
-
| import('framer-motion').CustomValueType
|
|
5085
5084
|
| import('react').DragEventHandler<SVGElement>
|
|
5085
|
+
| import('framer-motion').CustomValueType
|
|
5086
5086
|
| undefined;
|
|
5087
5087
|
onDrop?:
|
|
5088
|
-
| import('framer-motion').CustomValueType
|
|
5089
5088
|
| import('react').DragEventHandler<SVGElement>
|
|
5089
|
+
| import('framer-motion').CustomValueType
|
|
5090
5090
|
| undefined;
|
|
5091
5091
|
onDropCapture?:
|
|
5092
|
-
| import('framer-motion').CustomValueType
|
|
5093
5092
|
| import('react').DragEventHandler<SVGElement>
|
|
5093
|
+
| import('framer-motion').CustomValueType
|
|
5094
5094
|
| undefined;
|
|
5095
5095
|
onMouseDown?:
|
|
5096
|
-
| import('framer-motion').CustomValueType
|
|
5097
5096
|
| import('react').MouseEventHandler<SVGElement>
|
|
5097
|
+
| import('framer-motion').CustomValueType
|
|
5098
5098
|
| undefined;
|
|
5099
5099
|
onMouseDownCapture?:
|
|
5100
|
-
| import('framer-motion').CustomValueType
|
|
5101
5100
|
| import('react').MouseEventHandler<SVGElement>
|
|
5101
|
+
| import('framer-motion').CustomValueType
|
|
5102
5102
|
| undefined;
|
|
5103
5103
|
onMouseEnter?:
|
|
5104
|
-
| import('framer-motion').CustomValueType
|
|
5105
5104
|
| import('react').MouseEventHandler<SVGElement>
|
|
5105
|
+
| import('framer-motion').CustomValueType
|
|
5106
5106
|
| undefined;
|
|
5107
5107
|
onMouseLeave?:
|
|
5108
|
-
| import('framer-motion').CustomValueType
|
|
5109
5108
|
| import('react').MouseEventHandler<SVGElement>
|
|
5109
|
+
| import('framer-motion').CustomValueType
|
|
5110
5110
|
| undefined;
|
|
5111
5111
|
onMouseMove?:
|
|
5112
|
-
| import('framer-motion').CustomValueType
|
|
5113
5112
|
| import('react').MouseEventHandler<SVGElement>
|
|
5113
|
+
| import('framer-motion').CustomValueType
|
|
5114
5114
|
| undefined;
|
|
5115
5115
|
onMouseMoveCapture?:
|
|
5116
|
-
| import('framer-motion').CustomValueType
|
|
5117
5116
|
| import('react').MouseEventHandler<SVGElement>
|
|
5117
|
+
| import('framer-motion').CustomValueType
|
|
5118
5118
|
| undefined;
|
|
5119
5119
|
onMouseOut?:
|
|
5120
|
-
| import('framer-motion').CustomValueType
|
|
5121
5120
|
| import('react').MouseEventHandler<SVGElement>
|
|
5121
|
+
| import('framer-motion').CustomValueType
|
|
5122
5122
|
| undefined;
|
|
5123
5123
|
onMouseOutCapture?:
|
|
5124
|
-
| import('framer-motion').CustomValueType
|
|
5125
5124
|
| import('react').MouseEventHandler<SVGElement>
|
|
5125
|
+
| import('framer-motion').CustomValueType
|
|
5126
5126
|
| undefined;
|
|
5127
5127
|
onMouseOver?:
|
|
5128
|
-
| import('framer-motion').CustomValueType
|
|
5129
5128
|
| import('react').MouseEventHandler<SVGElement>
|
|
5129
|
+
| import('framer-motion').CustomValueType
|
|
5130
5130
|
| undefined;
|
|
5131
5131
|
onMouseOverCapture?:
|
|
5132
|
-
| import('framer-motion').CustomValueType
|
|
5133
5132
|
| import('react').MouseEventHandler<SVGElement>
|
|
5133
|
+
| import('framer-motion').CustomValueType
|
|
5134
5134
|
| undefined;
|
|
5135
5135
|
onMouseUp?:
|
|
5136
|
-
| import('framer-motion').CustomValueType
|
|
5137
5136
|
| import('react').MouseEventHandler<SVGElement>
|
|
5137
|
+
| import('framer-motion').CustomValueType
|
|
5138
5138
|
| undefined;
|
|
5139
5139
|
onMouseUpCapture?:
|
|
5140
|
-
| import('framer-motion').CustomValueType
|
|
5141
5140
|
| import('react').MouseEventHandler<SVGElement>
|
|
5141
|
+
| import('framer-motion').CustomValueType
|
|
5142
5142
|
| undefined;
|
|
5143
5143
|
onSelect?:
|
|
5144
|
-
| import('framer-motion').CustomValueType
|
|
5145
5144
|
| import('react').ReactEventHandler<SVGElement>
|
|
5145
|
+
| import('framer-motion').CustomValueType
|
|
5146
5146
|
| undefined;
|
|
5147
5147
|
onSelectCapture?:
|
|
5148
|
-
| import('framer-motion').CustomValueType
|
|
5149
5148
|
| import('react').ReactEventHandler<SVGElement>
|
|
5149
|
+
| import('framer-motion').CustomValueType
|
|
5150
5150
|
| undefined;
|
|
5151
5151
|
onTouchCancel?:
|
|
5152
|
-
| import('framer-motion').CustomValueType
|
|
5153
5152
|
| import('react').TouchEventHandler<SVGElement>
|
|
5153
|
+
| import('framer-motion').CustomValueType
|
|
5154
5154
|
| undefined;
|
|
5155
5155
|
onTouchCancelCapture?:
|
|
5156
|
-
| import('framer-motion').CustomValueType
|
|
5157
5156
|
| import('react').TouchEventHandler<SVGElement>
|
|
5157
|
+
| import('framer-motion').CustomValueType
|
|
5158
5158
|
| undefined;
|
|
5159
5159
|
onTouchEnd?:
|
|
5160
|
-
| import('framer-motion').CustomValueType
|
|
5161
5160
|
| import('react').TouchEventHandler<SVGElement>
|
|
5161
|
+
| import('framer-motion').CustomValueType
|
|
5162
5162
|
| undefined;
|
|
5163
5163
|
onTouchEndCapture?:
|
|
5164
|
-
| import('framer-motion').CustomValueType
|
|
5165
5164
|
| import('react').TouchEventHandler<SVGElement>
|
|
5165
|
+
| import('framer-motion').CustomValueType
|
|
5166
5166
|
| undefined;
|
|
5167
5167
|
onTouchMove?:
|
|
5168
|
-
| import('framer-motion').CustomValueType
|
|
5169
5168
|
| import('react').TouchEventHandler<SVGElement>
|
|
5169
|
+
| import('framer-motion').CustomValueType
|
|
5170
5170
|
| undefined;
|
|
5171
5171
|
onTouchMoveCapture?:
|
|
5172
|
-
| import('framer-motion').CustomValueType
|
|
5173
5172
|
| import('react').TouchEventHandler<SVGElement>
|
|
5173
|
+
| import('framer-motion').CustomValueType
|
|
5174
5174
|
| undefined;
|
|
5175
5175
|
onTouchStart?:
|
|
5176
|
-
| import('framer-motion').CustomValueType
|
|
5177
5176
|
| import('react').TouchEventHandler<SVGElement>
|
|
5177
|
+
| import('framer-motion').CustomValueType
|
|
5178
5178
|
| undefined;
|
|
5179
5179
|
onTouchStartCapture?:
|
|
5180
|
-
| import('framer-motion').CustomValueType
|
|
5181
5180
|
| import('react').TouchEventHandler<SVGElement>
|
|
5181
|
+
| import('framer-motion').CustomValueType
|
|
5182
5182
|
| undefined;
|
|
5183
5183
|
onPointerDown?:
|
|
5184
|
-
| import('framer-motion').CustomValueType
|
|
5185
5184
|
| import('react').PointerEventHandler<SVGElement>
|
|
5185
|
+
| import('framer-motion').CustomValueType
|
|
5186
5186
|
| undefined;
|
|
5187
5187
|
onPointerDownCapture?:
|
|
5188
|
-
| import('framer-motion').CustomValueType
|
|
5189
5188
|
| import('react').PointerEventHandler<SVGElement>
|
|
5189
|
+
| import('framer-motion').CustomValueType
|
|
5190
5190
|
| undefined;
|
|
5191
5191
|
onPointerMove?:
|
|
5192
|
-
| import('framer-motion').CustomValueType
|
|
5193
5192
|
| import('react').PointerEventHandler<SVGElement>
|
|
5193
|
+
| import('framer-motion').CustomValueType
|
|
5194
5194
|
| undefined;
|
|
5195
5195
|
onPointerMoveCapture?:
|
|
5196
|
-
| import('framer-motion').CustomValueType
|
|
5197
5196
|
| import('react').PointerEventHandler<SVGElement>
|
|
5197
|
+
| import('framer-motion').CustomValueType
|
|
5198
5198
|
| undefined;
|
|
5199
5199
|
onPointerUp?:
|
|
5200
|
-
| import('framer-motion').CustomValueType
|
|
5201
5200
|
| import('react').PointerEventHandler<SVGElement>
|
|
5201
|
+
| import('framer-motion').CustomValueType
|
|
5202
5202
|
| undefined;
|
|
5203
5203
|
onPointerUpCapture?:
|
|
5204
|
-
| import('framer-motion').CustomValueType
|
|
5205
5204
|
| import('react').PointerEventHandler<SVGElement>
|
|
5205
|
+
| import('framer-motion').CustomValueType
|
|
5206
5206
|
| undefined;
|
|
5207
5207
|
onPointerCancel?:
|
|
5208
|
-
| import('framer-motion').CustomValueType
|
|
5209
5208
|
| import('react').PointerEventHandler<SVGElement>
|
|
5209
|
+
| import('framer-motion').CustomValueType
|
|
5210
5210
|
| undefined;
|
|
5211
5211
|
onPointerCancelCapture?:
|
|
5212
|
-
| import('framer-motion').CustomValueType
|
|
5213
5212
|
| import('react').PointerEventHandler<SVGElement>
|
|
5213
|
+
| import('framer-motion').CustomValueType
|
|
5214
5214
|
| undefined;
|
|
5215
5215
|
onPointerEnter?:
|
|
5216
|
-
| import('framer-motion').CustomValueType
|
|
5217
5216
|
| import('react').PointerEventHandler<SVGElement>
|
|
5217
|
+
| import('framer-motion').CustomValueType
|
|
5218
5218
|
| undefined;
|
|
5219
5219
|
onPointerLeave?:
|
|
5220
|
-
| import('framer-motion').CustomValueType
|
|
5221
5220
|
| import('react').PointerEventHandler<SVGElement>
|
|
5221
|
+
| import('framer-motion').CustomValueType
|
|
5222
5222
|
| undefined;
|
|
5223
5223
|
onPointerOver?:
|
|
5224
|
-
| import('framer-motion').CustomValueType
|
|
5225
5224
|
| import('react').PointerEventHandler<SVGElement>
|
|
5225
|
+
| import('framer-motion').CustomValueType
|
|
5226
5226
|
| undefined;
|
|
5227
5227
|
onPointerOverCapture?:
|
|
5228
|
-
| import('framer-motion').CustomValueType
|
|
5229
5228
|
| import('react').PointerEventHandler<SVGElement>
|
|
5229
|
+
| import('framer-motion').CustomValueType
|
|
5230
5230
|
| undefined;
|
|
5231
5231
|
onPointerOut?:
|
|
5232
|
-
| import('framer-motion').CustomValueType
|
|
5233
5232
|
| import('react').PointerEventHandler<SVGElement>
|
|
5233
|
+
| import('framer-motion').CustomValueType
|
|
5234
5234
|
| undefined;
|
|
5235
5235
|
onPointerOutCapture?:
|
|
5236
|
-
| import('framer-motion').CustomValueType
|
|
5237
5236
|
| import('react').PointerEventHandler<SVGElement>
|
|
5237
|
+
| import('framer-motion').CustomValueType
|
|
5238
5238
|
| undefined;
|
|
5239
5239
|
onGotPointerCapture?:
|
|
5240
|
-
| import('framer-motion').CustomValueType
|
|
5241
5240
|
| import('react').PointerEventHandler<SVGElement>
|
|
5241
|
+
| import('framer-motion').CustomValueType
|
|
5242
5242
|
| undefined;
|
|
5243
5243
|
onGotPointerCaptureCapture?:
|
|
5244
|
-
| import('framer-motion').CustomValueType
|
|
5245
5244
|
| import('react').PointerEventHandler<SVGElement>
|
|
5245
|
+
| import('framer-motion').CustomValueType
|
|
5246
5246
|
| undefined;
|
|
5247
5247
|
onLostPointerCapture?:
|
|
5248
|
-
| import('framer-motion').CustomValueType
|
|
5249
5248
|
| import('react').PointerEventHandler<SVGElement>
|
|
5249
|
+
| import('framer-motion').CustomValueType
|
|
5250
5250
|
| undefined;
|
|
5251
5251
|
onLostPointerCaptureCapture?:
|
|
5252
|
-
| import('framer-motion').CustomValueType
|
|
5253
5252
|
| import('react').PointerEventHandler<SVGElement>
|
|
5253
|
+
| import('framer-motion').CustomValueType
|
|
5254
5254
|
| undefined;
|
|
5255
5255
|
onScroll?:
|
|
5256
|
-
| import('framer-motion').CustomValueType
|
|
5257
5256
|
| import('react').UIEventHandler<SVGElement>
|
|
5257
|
+
| import('framer-motion').CustomValueType
|
|
5258
5258
|
| undefined;
|
|
5259
5259
|
onScrollCapture?:
|
|
5260
|
-
| import('framer-motion').CustomValueType
|
|
5261
5260
|
| import('react').UIEventHandler<SVGElement>
|
|
5261
|
+
| import('framer-motion').CustomValueType
|
|
5262
5262
|
| undefined;
|
|
5263
5263
|
onWheel?:
|
|
5264
|
-
| import('framer-motion').CustomValueType
|
|
5265
5264
|
| import('react').WheelEventHandler<SVGElement>
|
|
5265
|
+
| import('framer-motion').CustomValueType
|
|
5266
5266
|
| undefined;
|
|
5267
5267
|
onWheelCapture?:
|
|
5268
|
-
| import('framer-motion').CustomValueType
|
|
5269
5268
|
| import('react').WheelEventHandler<SVGElement>
|
|
5269
|
+
| import('framer-motion').CustomValueType
|
|
5270
5270
|
| undefined;
|
|
5271
5271
|
onAnimationStart?:
|
|
5272
|
-
| import('framer-motion').CustomValueType
|
|
5273
5272
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5273
|
+
| import('framer-motion').CustomValueType
|
|
5274
5274
|
| undefined;
|
|
5275
5275
|
onAnimationStartCapture?:
|
|
5276
|
-
| import('framer-motion').CustomValueType
|
|
5277
5276
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5277
|
+
| import('framer-motion').CustomValueType
|
|
5278
5278
|
| undefined;
|
|
5279
5279
|
onAnimationEnd?:
|
|
5280
|
-
| import('framer-motion').CustomValueType
|
|
5281
5280
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5281
|
+
| import('framer-motion').CustomValueType
|
|
5282
5282
|
| undefined;
|
|
5283
5283
|
onAnimationEndCapture?:
|
|
5284
|
-
| import('framer-motion').CustomValueType
|
|
5285
5284
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5285
|
+
| import('framer-motion').CustomValueType
|
|
5286
5286
|
| undefined;
|
|
5287
5287
|
onAnimationIteration?:
|
|
5288
|
-
| import('framer-motion').CustomValueType
|
|
5289
5288
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5289
|
+
| import('framer-motion').CustomValueType
|
|
5290
5290
|
| undefined;
|
|
5291
5291
|
onAnimationIterationCapture?:
|
|
5292
|
-
| import('framer-motion').CustomValueType
|
|
5293
5292
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5293
|
+
| import('framer-motion').CustomValueType
|
|
5294
5294
|
| undefined;
|
|
5295
5295
|
onTransitionEnd?:
|
|
5296
|
-
| import('framer-motion').CustomValueType
|
|
5297
5296
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5297
|
+
| import('framer-motion').CustomValueType
|
|
5298
5298
|
| undefined;
|
|
5299
5299
|
onTransitionEndCapture?:
|
|
5300
|
-
| import('framer-motion').CustomValueType
|
|
5301
5300
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5301
|
+
| import('framer-motion').CustomValueType
|
|
5302
5302
|
| undefined;
|
|
5303
5303
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
5304
5304
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|