@coinbase/cds-web 8.61.0 → 8.62.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dts/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 +6 -4
- 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
package/dts/motion/utils.d.ts
CHANGED
|
@@ -1053,11 +1053,11 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1053
1053
|
| 'hanging'
|
|
1054
1054
|
| 'ideographic'
|
|
1055
1055
|
| 'mathematical'
|
|
1056
|
-
| 'baseline'
|
|
1057
|
-
| 'middle'
|
|
1058
1056
|
| 'after-edge'
|
|
1057
|
+
| 'baseline'
|
|
1059
1058
|
| 'before-edge'
|
|
1060
1059
|
| 'central'
|
|
1060
|
+
| 'middle'
|
|
1061
1061
|
| 'text-after-edge'
|
|
1062
1062
|
| 'text-before-edge'
|
|
1063
1063
|
| import('framer-motion').CustomValueType
|
|
@@ -1096,8 +1096,8 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1096
1096
|
| 'revert-layer'
|
|
1097
1097
|
| 'unset'
|
|
1098
1098
|
| 'auto'
|
|
1099
|
-
| 'optimizeSpeed'
|
|
1100
1099
|
| 'optimizeQuality'
|
|
1100
|
+
| 'optimizeSpeed'
|
|
1101
1101
|
| import('framer-motion').CustomValueType
|
|
1102
1102
|
| undefined;
|
|
1103
1103
|
cursor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1125,8 +1125,8 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1125
1125
|
| 'hanging'
|
|
1126
1126
|
| 'ideographic'
|
|
1127
1127
|
| 'mathematical'
|
|
1128
|
-
| 'middle'
|
|
1129
1128
|
| 'central'
|
|
1129
|
+
| 'middle'
|
|
1130
1130
|
| 'text-after-edge'
|
|
1131
1131
|
| 'text-before-edge'
|
|
1132
1132
|
| 'no-change'
|
|
@@ -1187,8 +1187,8 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1187
1187
|
| 'none'
|
|
1188
1188
|
| 'auto'
|
|
1189
1189
|
| 'stroke'
|
|
1190
|
-
| 'visible'
|
|
1191
1190
|
| 'all'
|
|
1191
|
+
| 'visible'
|
|
1192
1192
|
| 'painted'
|
|
1193
1193
|
| 'visibleFill'
|
|
1194
1194
|
| 'visiblePainted'
|
|
@@ -1203,9 +1203,9 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1203
1203
|
| 'revert-layer'
|
|
1204
1204
|
| 'unset'
|
|
1205
1205
|
| 'auto'
|
|
1206
|
-
| 'geometricPrecision'
|
|
1207
1206
|
| 'optimizeSpeed'
|
|
1208
1207
|
| 'crispEdges'
|
|
1208
|
+
| 'geometricPrecision'
|
|
1209
1209
|
| import('framer-motion').CustomValueType
|
|
1210
1210
|
| undefined;
|
|
1211
1211
|
stopColor?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1251,9 +1251,9 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1251
1251
|
| 'revert-layer'
|
|
1252
1252
|
| 'unset'
|
|
1253
1253
|
| 'auto'
|
|
1254
|
+
| 'optimizeSpeed'
|
|
1254
1255
|
| 'geometricPrecision'
|
|
1255
1256
|
| 'optimizeLegibility'
|
|
1256
|
-
| 'optimizeSpeed'
|
|
1257
1257
|
| import('framer-motion').CustomValueType
|
|
1258
1258
|
| undefined;
|
|
1259
1259
|
transform?: string | import('framer-motion').CustomValueType | undefined;
|
|
@@ -1266,7 +1266,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1266
1266
|
| 'unset'
|
|
1267
1267
|
| 'normal'
|
|
1268
1268
|
| 'embed'
|
|
1269
|
-
| 'isolate'
|
|
1270
1269
|
| '-moz-isolate'
|
|
1271
1270
|
| '-moz-isolate-override'
|
|
1272
1271
|
| '-moz-plaintext'
|
|
@@ -1274,6 +1273,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1274
1273
|
| '-webkit-isolate-override'
|
|
1275
1274
|
| '-webkit-plaintext'
|
|
1276
1275
|
| 'bidi-override'
|
|
1276
|
+
| 'isolate'
|
|
1277
1277
|
| 'isolate-override'
|
|
1278
1278
|
| 'plaintext'
|
|
1279
1279
|
| import('framer-motion').CustomValueType
|
|
@@ -1328,21 +1328,12 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1328
1328
|
| import('csstype').Property.Border<string | number>
|
|
1329
1329
|
| import('framer-motion').CustomValueType
|
|
1330
1330
|
| undefined;
|
|
1331
|
-
|
|
1332
|
-
| import('csstype').Property.
|
|
1333
|
-
| import('framer-motion').CustomValueType
|
|
1334
|
-
| undefined;
|
|
1335
|
-
flex?:
|
|
1336
|
-
| import('csstype').Property.Flex<string | number>
|
|
1337
|
-
| import('framer-motion').CustomValueType
|
|
1338
|
-
| undefined;
|
|
1339
|
-
grid?: import('csstype').Property.Grid | import('framer-motion').CustomValueType | undefined;
|
|
1340
|
-
contain?:
|
|
1341
|
-
| import('csstype').Property.Contain
|
|
1331
|
+
top?:
|
|
1332
|
+
| import('csstype').Property.Top<string | number>
|
|
1342
1333
|
| import('framer-motion').CustomValueType
|
|
1343
1334
|
| undefined;
|
|
1344
|
-
|
|
1345
|
-
| import('csstype').Property.
|
|
1335
|
+
bottom?:
|
|
1336
|
+
| import('csstype').Property.Bottom<string | number>
|
|
1346
1337
|
| import('framer-motion').CustomValueType
|
|
1347
1338
|
| undefined;
|
|
1348
1339
|
left?:
|
|
@@ -1353,37 +1344,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1353
1344
|
| import('csstype').Property.Right<string | number>
|
|
1354
1345
|
| import('framer-motion').CustomValueType
|
|
1355
1346
|
| undefined;
|
|
1356
|
-
bottom?:
|
|
1357
|
-
| import('csstype').Property.Bottom<string | number>
|
|
1358
|
-
| import('framer-motion').CustomValueType
|
|
1359
|
-
| undefined;
|
|
1360
|
-
top?:
|
|
1361
|
-
| import('csstype').Property.Top<string | number>
|
|
1362
|
-
| import('framer-motion').CustomValueType
|
|
1363
|
-
| undefined;
|
|
1364
|
-
inset?:
|
|
1365
|
-
| import('csstype').Property.Inset<string | number>
|
|
1366
|
-
| import('framer-motion').CustomValueType
|
|
1367
|
-
| undefined;
|
|
1368
1347
|
all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
|
|
1369
|
-
page?: import('csstype').Property.Page | import('framer-motion').CustomValueType | undefined;
|
|
1370
|
-
position?:
|
|
1371
|
-
| import('csstype').Property.Position
|
|
1372
|
-
| import('framer-motion').CustomValueType
|
|
1373
|
-
| undefined;
|
|
1374
|
-
caret?:
|
|
1375
|
-
| import('csstype').Property.Caret
|
|
1376
|
-
| import('framer-motion').CustomValueType
|
|
1377
|
-
| undefined;
|
|
1378
|
-
zoom?: import('csstype').Property.Zoom | import('framer-motion').CustomValueType | undefined;
|
|
1379
|
-
clear?:
|
|
1380
|
-
| import('csstype').Property.Clear
|
|
1381
|
-
| import('framer-motion').CustomValueType
|
|
1382
|
-
| undefined;
|
|
1383
|
-
padding?:
|
|
1384
|
-
| import('csstype').Property.Padding<string | number>
|
|
1385
|
-
| import('framer-motion').CustomValueType
|
|
1386
|
-
| undefined;
|
|
1387
1348
|
minWidth?:
|
|
1388
1349
|
| import('csstype').Property.MinWidth<string | number>
|
|
1389
1350
|
| import('framer-motion').CustomValueType
|
|
@@ -1444,6 +1405,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1444
1405
|
| import('csstype').Property.GridAutoFlow
|
|
1445
1406
|
| import('framer-motion').CustomValueType
|
|
1446
1407
|
| undefined;
|
|
1408
|
+
grid?: import('csstype').Property.Grid | import('framer-motion').CustomValueType | undefined;
|
|
1447
1409
|
gridRowStart?:
|
|
1448
1410
|
| import('csstype').Property.GridRowStart
|
|
1449
1411
|
| import('framer-motion').CustomValueType
|
|
@@ -1520,6 +1482,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1520
1482
|
| import('csstype').Property.RowGap<string | number>
|
|
1521
1483
|
| import('framer-motion').CustomValueType
|
|
1522
1484
|
| undefined;
|
|
1485
|
+
padding?:
|
|
1486
|
+
| import('csstype').Property.Padding<string | number>
|
|
1487
|
+
| import('framer-motion').CustomValueType
|
|
1488
|
+
| undefined;
|
|
1523
1489
|
paddingTop?:
|
|
1524
1490
|
| import('csstype').Property.PaddingTop<string | number>
|
|
1525
1491
|
| import('framer-motion').CustomValueType
|
|
@@ -1568,6 +1534,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1568
1534
|
| import('csstype').Property.FlexWrap
|
|
1569
1535
|
| import('framer-motion').CustomValueType
|
|
1570
1536
|
| undefined;
|
|
1537
|
+
position?:
|
|
1538
|
+
| import('csstype').Property.Position
|
|
1539
|
+
| import('framer-motion').CustomValueType
|
|
1540
|
+
| undefined;
|
|
1571
1541
|
textAlign?:
|
|
1572
1542
|
| import('csstype').Property.TextAlign
|
|
1573
1543
|
| import('framer-motion').CustomValueType
|
|
@@ -1880,6 +1850,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1880
1850
|
| import('csstype').Property.CaretShape
|
|
1881
1851
|
| import('framer-motion').CustomValueType
|
|
1882
1852
|
| undefined;
|
|
1853
|
+
clear?:
|
|
1854
|
+
| import('csstype').Property.Clear
|
|
1855
|
+
| import('framer-motion').CustomValueType
|
|
1856
|
+
| undefined;
|
|
1883
1857
|
colorAdjust?:
|
|
1884
1858
|
| import('csstype').Property.PrintColorAdjust
|
|
1885
1859
|
| import('framer-motion').CustomValueType
|
|
@@ -1916,6 +1890,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
1916
1890
|
| import('csstype').Property.ColumnWidth<string | number>
|
|
1917
1891
|
| import('framer-motion').CustomValueType
|
|
1918
1892
|
| undefined;
|
|
1893
|
+
contain?:
|
|
1894
|
+
| import('csstype').Property.Contain
|
|
1895
|
+
| import('framer-motion').CustomValueType
|
|
1896
|
+
| undefined;
|
|
1919
1897
|
containIntrinsicBlockSize?:
|
|
1920
1898
|
| import('csstype').Property.ContainIntrinsicBlockSize<string | number>
|
|
1921
1899
|
| import('framer-motion').CustomValueType
|
|
@@ -2356,6 +2334,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2356
2334
|
| import('csstype').Property.OverflowY
|
|
2357
2335
|
| import('framer-motion').CustomValueType
|
|
2358
2336
|
| undefined;
|
|
2337
|
+
overlay?:
|
|
2338
|
+
| import('csstype').Property.Overlay
|
|
2339
|
+
| import('framer-motion').CustomValueType
|
|
2340
|
+
| undefined;
|
|
2359
2341
|
overscrollBehaviorBlock?:
|
|
2360
2342
|
| import('csstype').Property.OverscrollBehaviorBlock
|
|
2361
2343
|
| import('framer-motion').CustomValueType
|
|
@@ -2396,6 +2378,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2396
2378
|
| import('csstype').Property.PaddingRight<string | number>
|
|
2397
2379
|
| import('framer-motion').CustomValueType
|
|
2398
2380
|
| undefined;
|
|
2381
|
+
page?: import('csstype').Property.Page | import('framer-motion').CustomValueType | undefined;
|
|
2399
2382
|
pageBreakAfter?:
|
|
2400
2383
|
| import('csstype').Property.PageBreakAfter
|
|
2401
2384
|
| import('framer-motion').CustomValueType
|
|
@@ -2740,6 +2723,11 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2740
2723
|
| import('csstype').Property.WordWrap
|
|
2741
2724
|
| import('framer-motion').CustomValueType
|
|
2742
2725
|
| undefined;
|
|
2726
|
+
zoom?: import('csstype').Property.Zoom | import('framer-motion').CustomValueType | undefined;
|
|
2727
|
+
animation?:
|
|
2728
|
+
| import('csstype').Property.Animation<string & {}>
|
|
2729
|
+
| import('framer-motion').CustomValueType
|
|
2730
|
+
| undefined;
|
|
2743
2731
|
animationRange?:
|
|
2744
2732
|
| import('csstype').Property.AnimationRange<string | number>
|
|
2745
2733
|
| import('framer-motion').CustomValueType
|
|
@@ -2796,6 +2784,10 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2796
2784
|
| import('csstype').Property.BorderTop<string | number>
|
|
2797
2785
|
| import('framer-motion').CustomValueType
|
|
2798
2786
|
| undefined;
|
|
2787
|
+
caret?:
|
|
2788
|
+
| import('csstype').Property.Caret
|
|
2789
|
+
| import('framer-motion').CustomValueType
|
|
2790
|
+
| undefined;
|
|
2799
2791
|
columnRule?:
|
|
2800
2792
|
| import('csstype').Property.ColumnRule<string | number>
|
|
2801
2793
|
| import('framer-motion').CustomValueType
|
|
@@ -2812,11 +2804,19 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
2812
2804
|
| import('csstype').Property.Container
|
|
2813
2805
|
| import('framer-motion').CustomValueType
|
|
2814
2806
|
| undefined;
|
|
2807
|
+
flex?:
|
|
2808
|
+
| import('csstype').Property.Flex<string | number>
|
|
2809
|
+
| import('framer-motion').CustomValueType
|
|
2810
|
+
| undefined;
|
|
2815
2811
|
flexFlow?:
|
|
2816
2812
|
| import('csstype').Property.FlexFlow
|
|
2817
2813
|
| import('framer-motion').CustomValueType
|
|
2818
2814
|
| undefined;
|
|
2819
2815
|
font?: import('csstype').Property.Font | import('framer-motion').CustomValueType | undefined;
|
|
2816
|
+
inset?:
|
|
2817
|
+
| import('csstype').Property.Inset<string | number>
|
|
2818
|
+
| import('framer-motion').CustomValueType
|
|
2819
|
+
| undefined;
|
|
2820
2820
|
insetBlock?:
|
|
2821
2821
|
| import('csstype').Property.InsetBlock<string | number>
|
|
2822
2822
|
| import('framer-motion').CustomValueType
|
|
@@ -4727,644 +4727,644 @@ export declare const createVariant: (configs: MotionConfigs) =>
|
|
|
4727
4727
|
| import('framer-motion').CustomValueType
|
|
4728
4728
|
| undefined;
|
|
4729
4729
|
onCopy?:
|
|
4730
|
-
| import('framer-motion').CustomValueType
|
|
4731
4730
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4731
|
+
| import('framer-motion').CustomValueType
|
|
4732
4732
|
| undefined;
|
|
4733
4733
|
onCopyCapture?:
|
|
4734
|
-
| import('framer-motion').CustomValueType
|
|
4735
4734
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4735
|
+
| import('framer-motion').CustomValueType
|
|
4736
4736
|
| undefined;
|
|
4737
4737
|
onCut?:
|
|
4738
|
-
| import('framer-motion').CustomValueType
|
|
4739
4738
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4739
|
+
| import('framer-motion').CustomValueType
|
|
4740
4740
|
| undefined;
|
|
4741
4741
|
onCutCapture?:
|
|
4742
|
-
| import('framer-motion').CustomValueType
|
|
4743
4742
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4743
|
+
| import('framer-motion').CustomValueType
|
|
4744
4744
|
| undefined;
|
|
4745
4745
|
onPaste?:
|
|
4746
|
-
| import('framer-motion').CustomValueType
|
|
4747
4746
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4747
|
+
| import('framer-motion').CustomValueType
|
|
4748
4748
|
| undefined;
|
|
4749
4749
|
onPasteCapture?:
|
|
4750
|
-
| import('framer-motion').CustomValueType
|
|
4751
4750
|
| import('react').ClipboardEventHandler<SVGElement>
|
|
4751
|
+
| import('framer-motion').CustomValueType
|
|
4752
4752
|
| undefined;
|
|
4753
4753
|
onCompositionEnd?:
|
|
4754
|
-
| import('framer-motion').CustomValueType
|
|
4755
4754
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4755
|
+
| import('framer-motion').CustomValueType
|
|
4756
4756
|
| undefined;
|
|
4757
4757
|
onCompositionEndCapture?:
|
|
4758
|
-
| import('framer-motion').CustomValueType
|
|
4759
4758
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4759
|
+
| import('framer-motion').CustomValueType
|
|
4760
4760
|
| undefined;
|
|
4761
4761
|
onCompositionStart?:
|
|
4762
|
-
| import('framer-motion').CustomValueType
|
|
4763
4762
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4763
|
+
| import('framer-motion').CustomValueType
|
|
4764
4764
|
| undefined;
|
|
4765
4765
|
onCompositionStartCapture?:
|
|
4766
|
-
| import('framer-motion').CustomValueType
|
|
4767
4766
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4767
|
+
| import('framer-motion').CustomValueType
|
|
4768
4768
|
| undefined;
|
|
4769
4769
|
onCompositionUpdate?:
|
|
4770
|
-
| import('framer-motion').CustomValueType
|
|
4771
4770
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4771
|
+
| import('framer-motion').CustomValueType
|
|
4772
4772
|
| undefined;
|
|
4773
4773
|
onCompositionUpdateCapture?:
|
|
4774
|
-
| import('framer-motion').CustomValueType
|
|
4775
4774
|
| import('react').CompositionEventHandler<SVGElement>
|
|
4775
|
+
| import('framer-motion').CustomValueType
|
|
4776
4776
|
| undefined;
|
|
4777
4777
|
onFocus?:
|
|
4778
|
-
| import('framer-motion').CustomValueType
|
|
4779
4778
|
| import('react').FocusEventHandler<SVGElement>
|
|
4779
|
+
| import('framer-motion').CustomValueType
|
|
4780
4780
|
| undefined;
|
|
4781
4781
|
onFocusCapture?:
|
|
4782
|
-
| import('framer-motion').CustomValueType
|
|
4783
4782
|
| import('react').FocusEventHandler<SVGElement>
|
|
4783
|
+
| import('framer-motion').CustomValueType
|
|
4784
4784
|
| undefined;
|
|
4785
4785
|
onBlur?:
|
|
4786
|
-
| import('framer-motion').CustomValueType
|
|
4787
4786
|
| import('react').FocusEventHandler<SVGElement>
|
|
4787
|
+
| import('framer-motion').CustomValueType
|
|
4788
4788
|
| undefined;
|
|
4789
4789
|
onBlurCapture?:
|
|
4790
|
-
| import('framer-motion').CustomValueType
|
|
4791
4790
|
| import('react').FocusEventHandler<SVGElement>
|
|
4791
|
+
| import('framer-motion').CustomValueType
|
|
4792
4792
|
| undefined;
|
|
4793
4793
|
onChange?:
|
|
4794
|
-
| import('framer-motion').CustomValueType
|
|
4795
4794
|
| import('react').FormEventHandler<SVGElement>
|
|
4795
|
+
| import('framer-motion').CustomValueType
|
|
4796
4796
|
| undefined;
|
|
4797
4797
|
onChangeCapture?:
|
|
4798
|
-
| import('framer-motion').CustomValueType
|
|
4799
4798
|
| import('react').FormEventHandler<SVGElement>
|
|
4799
|
+
| import('framer-motion').CustomValueType
|
|
4800
4800
|
| undefined;
|
|
4801
4801
|
onBeforeInput?:
|
|
4802
|
-
| import('framer-motion').CustomValueType
|
|
4803
4802
|
| import('react').FormEventHandler<SVGElement>
|
|
4803
|
+
| import('framer-motion').CustomValueType
|
|
4804
4804
|
| undefined;
|
|
4805
4805
|
onBeforeInputCapture?:
|
|
4806
|
-
| import('framer-motion').CustomValueType
|
|
4807
4806
|
| import('react').FormEventHandler<SVGElement>
|
|
4807
|
+
| import('framer-motion').CustomValueType
|
|
4808
4808
|
| undefined;
|
|
4809
4809
|
onInput?:
|
|
4810
|
-
| import('framer-motion').CustomValueType
|
|
4811
4810
|
| import('react').FormEventHandler<SVGElement>
|
|
4811
|
+
| import('framer-motion').CustomValueType
|
|
4812
4812
|
| undefined;
|
|
4813
4813
|
onInputCapture?:
|
|
4814
|
-
| import('framer-motion').CustomValueType
|
|
4815
4814
|
| import('react').FormEventHandler<SVGElement>
|
|
4815
|
+
| import('framer-motion').CustomValueType
|
|
4816
4816
|
| undefined;
|
|
4817
4817
|
onReset?:
|
|
4818
|
-
| import('framer-motion').CustomValueType
|
|
4819
4818
|
| import('react').FormEventHandler<SVGElement>
|
|
4819
|
+
| import('framer-motion').CustomValueType
|
|
4820
4820
|
| undefined;
|
|
4821
4821
|
onResetCapture?:
|
|
4822
|
-
| import('framer-motion').CustomValueType
|
|
4823
4822
|
| import('react').FormEventHandler<SVGElement>
|
|
4823
|
+
| import('framer-motion').CustomValueType
|
|
4824
4824
|
| undefined;
|
|
4825
4825
|
onSubmit?:
|
|
4826
|
-
| import('framer-motion').CustomValueType
|
|
4827
4826
|
| import('react').FormEventHandler<SVGElement>
|
|
4827
|
+
| import('framer-motion').CustomValueType
|
|
4828
4828
|
| undefined;
|
|
4829
4829
|
onSubmitCapture?:
|
|
4830
|
-
| import('framer-motion').CustomValueType
|
|
4831
4830
|
| import('react').FormEventHandler<SVGElement>
|
|
4831
|
+
| import('framer-motion').CustomValueType
|
|
4832
4832
|
| undefined;
|
|
4833
4833
|
onInvalid?:
|
|
4834
|
-
| import('framer-motion').CustomValueType
|
|
4835
4834
|
| import('react').FormEventHandler<SVGElement>
|
|
4835
|
+
| import('framer-motion').CustomValueType
|
|
4836
4836
|
| undefined;
|
|
4837
4837
|
onInvalidCapture?:
|
|
4838
|
-
| import('framer-motion').CustomValueType
|
|
4839
4838
|
| import('react').FormEventHandler<SVGElement>
|
|
4839
|
+
| import('framer-motion').CustomValueType
|
|
4840
4840
|
| undefined;
|
|
4841
4841
|
onLoad?:
|
|
4842
|
-
| import('framer-motion').CustomValueType
|
|
4843
4842
|
| import('react').ReactEventHandler<SVGElement>
|
|
4843
|
+
| import('framer-motion').CustomValueType
|
|
4844
4844
|
| undefined;
|
|
4845
4845
|
onLoadCapture?:
|
|
4846
|
-
| import('framer-motion').CustomValueType
|
|
4847
4846
|
| import('react').ReactEventHandler<SVGElement>
|
|
4847
|
+
| import('framer-motion').CustomValueType
|
|
4848
4848
|
| undefined;
|
|
4849
4849
|
onError?:
|
|
4850
|
-
| import('framer-motion').CustomValueType
|
|
4851
4850
|
| import('react').ReactEventHandler<SVGElement>
|
|
4851
|
+
| import('framer-motion').CustomValueType
|
|
4852
4852
|
| undefined;
|
|
4853
4853
|
onErrorCapture?:
|
|
4854
|
-
| import('framer-motion').CustomValueType
|
|
4855
4854
|
| import('react').ReactEventHandler<SVGElement>
|
|
4855
|
+
| import('framer-motion').CustomValueType
|
|
4856
4856
|
| undefined;
|
|
4857
4857
|
onKeyDown?:
|
|
4858
|
-
| import('framer-motion').CustomValueType
|
|
4859
4858
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4859
|
+
| import('framer-motion').CustomValueType
|
|
4860
4860
|
| undefined;
|
|
4861
4861
|
onKeyDownCapture?:
|
|
4862
|
-
| import('framer-motion').CustomValueType
|
|
4863
4862
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4863
|
+
| import('framer-motion').CustomValueType
|
|
4864
4864
|
| undefined;
|
|
4865
4865
|
onKeyPress?:
|
|
4866
|
-
| import('framer-motion').CustomValueType
|
|
4867
4866
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4867
|
+
| import('framer-motion').CustomValueType
|
|
4868
4868
|
| undefined;
|
|
4869
4869
|
onKeyPressCapture?:
|
|
4870
|
-
| import('framer-motion').CustomValueType
|
|
4871
4870
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4871
|
+
| import('framer-motion').CustomValueType
|
|
4872
4872
|
| undefined;
|
|
4873
4873
|
onKeyUp?:
|
|
4874
|
-
| import('framer-motion').CustomValueType
|
|
4875
4874
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4875
|
+
| import('framer-motion').CustomValueType
|
|
4876
4876
|
| undefined;
|
|
4877
4877
|
onKeyUpCapture?:
|
|
4878
|
-
| import('framer-motion').CustomValueType
|
|
4879
4878
|
| import('react').KeyboardEventHandler<SVGElement>
|
|
4879
|
+
| import('framer-motion').CustomValueType
|
|
4880
4880
|
| undefined;
|
|
4881
4881
|
onAbort?:
|
|
4882
|
-
| import('framer-motion').CustomValueType
|
|
4883
4882
|
| import('react').ReactEventHandler<SVGElement>
|
|
4883
|
+
| import('framer-motion').CustomValueType
|
|
4884
4884
|
| undefined;
|
|
4885
4885
|
onAbortCapture?:
|
|
4886
|
-
| import('framer-motion').CustomValueType
|
|
4887
4886
|
| import('react').ReactEventHandler<SVGElement>
|
|
4887
|
+
| import('framer-motion').CustomValueType
|
|
4888
4888
|
| undefined;
|
|
4889
4889
|
onCanPlay?:
|
|
4890
|
-
| import('framer-motion').CustomValueType
|
|
4891
4890
|
| import('react').ReactEventHandler<SVGElement>
|
|
4891
|
+
| import('framer-motion').CustomValueType
|
|
4892
4892
|
| undefined;
|
|
4893
4893
|
onCanPlayCapture?:
|
|
4894
|
-
| import('framer-motion').CustomValueType
|
|
4895
4894
|
| import('react').ReactEventHandler<SVGElement>
|
|
4895
|
+
| import('framer-motion').CustomValueType
|
|
4896
4896
|
| undefined;
|
|
4897
4897
|
onCanPlayThrough?:
|
|
4898
|
-
| import('framer-motion').CustomValueType
|
|
4899
4898
|
| import('react').ReactEventHandler<SVGElement>
|
|
4899
|
+
| import('framer-motion').CustomValueType
|
|
4900
4900
|
| undefined;
|
|
4901
4901
|
onCanPlayThroughCapture?:
|
|
4902
|
-
| import('framer-motion').CustomValueType
|
|
4903
4902
|
| import('react').ReactEventHandler<SVGElement>
|
|
4903
|
+
| import('framer-motion').CustomValueType
|
|
4904
4904
|
| undefined;
|
|
4905
4905
|
onDurationChange?:
|
|
4906
|
-
| import('framer-motion').CustomValueType
|
|
4907
4906
|
| import('react').ReactEventHandler<SVGElement>
|
|
4907
|
+
| import('framer-motion').CustomValueType
|
|
4908
4908
|
| undefined;
|
|
4909
4909
|
onDurationChangeCapture?:
|
|
4910
|
-
| import('framer-motion').CustomValueType
|
|
4911
4910
|
| import('react').ReactEventHandler<SVGElement>
|
|
4911
|
+
| import('framer-motion').CustomValueType
|
|
4912
4912
|
| undefined;
|
|
4913
4913
|
onEmptied?:
|
|
4914
|
-
| import('framer-motion').CustomValueType
|
|
4915
4914
|
| import('react').ReactEventHandler<SVGElement>
|
|
4915
|
+
| import('framer-motion').CustomValueType
|
|
4916
4916
|
| undefined;
|
|
4917
4917
|
onEmptiedCapture?:
|
|
4918
|
-
| import('framer-motion').CustomValueType
|
|
4919
4918
|
| import('react').ReactEventHandler<SVGElement>
|
|
4919
|
+
| import('framer-motion').CustomValueType
|
|
4920
4920
|
| undefined;
|
|
4921
4921
|
onEncrypted?:
|
|
4922
|
-
| import('framer-motion').CustomValueType
|
|
4923
4922
|
| import('react').ReactEventHandler<SVGElement>
|
|
4923
|
+
| import('framer-motion').CustomValueType
|
|
4924
4924
|
| undefined;
|
|
4925
4925
|
onEncryptedCapture?:
|
|
4926
|
-
| import('framer-motion').CustomValueType
|
|
4927
4926
|
| import('react').ReactEventHandler<SVGElement>
|
|
4927
|
+
| import('framer-motion').CustomValueType
|
|
4928
4928
|
| undefined;
|
|
4929
4929
|
onEnded?:
|
|
4930
|
-
| import('framer-motion').CustomValueType
|
|
4931
4930
|
| import('react').ReactEventHandler<SVGElement>
|
|
4931
|
+
| import('framer-motion').CustomValueType
|
|
4932
4932
|
| undefined;
|
|
4933
4933
|
onEndedCapture?:
|
|
4934
|
-
| import('framer-motion').CustomValueType
|
|
4935
4934
|
| import('react').ReactEventHandler<SVGElement>
|
|
4935
|
+
| import('framer-motion').CustomValueType
|
|
4936
4936
|
| undefined;
|
|
4937
4937
|
onLoadedData?:
|
|
4938
|
-
| import('framer-motion').CustomValueType
|
|
4939
4938
|
| import('react').ReactEventHandler<SVGElement>
|
|
4939
|
+
| import('framer-motion').CustomValueType
|
|
4940
4940
|
| undefined;
|
|
4941
4941
|
onLoadedDataCapture?:
|
|
4942
|
-
| import('framer-motion').CustomValueType
|
|
4943
4942
|
| import('react').ReactEventHandler<SVGElement>
|
|
4943
|
+
| import('framer-motion').CustomValueType
|
|
4944
4944
|
| undefined;
|
|
4945
4945
|
onLoadedMetadata?:
|
|
4946
|
-
| import('framer-motion').CustomValueType
|
|
4947
4946
|
| import('react').ReactEventHandler<SVGElement>
|
|
4947
|
+
| import('framer-motion').CustomValueType
|
|
4948
4948
|
| undefined;
|
|
4949
4949
|
onLoadedMetadataCapture?:
|
|
4950
|
-
| import('framer-motion').CustomValueType
|
|
4951
4950
|
| import('react').ReactEventHandler<SVGElement>
|
|
4951
|
+
| import('framer-motion').CustomValueType
|
|
4952
4952
|
| undefined;
|
|
4953
4953
|
onLoadStart?:
|
|
4954
|
-
| import('framer-motion').CustomValueType
|
|
4955
4954
|
| import('react').ReactEventHandler<SVGElement>
|
|
4955
|
+
| import('framer-motion').CustomValueType
|
|
4956
4956
|
| undefined;
|
|
4957
4957
|
onLoadStartCapture?:
|
|
4958
|
-
| import('framer-motion').CustomValueType
|
|
4959
4958
|
| import('react').ReactEventHandler<SVGElement>
|
|
4959
|
+
| import('framer-motion').CustomValueType
|
|
4960
4960
|
| undefined;
|
|
4961
4961
|
onPause?:
|
|
4962
|
-
| import('framer-motion').CustomValueType
|
|
4963
4962
|
| import('react').ReactEventHandler<SVGElement>
|
|
4963
|
+
| import('framer-motion').CustomValueType
|
|
4964
4964
|
| undefined;
|
|
4965
4965
|
onPauseCapture?:
|
|
4966
|
-
| import('framer-motion').CustomValueType
|
|
4967
4966
|
| import('react').ReactEventHandler<SVGElement>
|
|
4967
|
+
| import('framer-motion').CustomValueType
|
|
4968
4968
|
| undefined;
|
|
4969
4969
|
onPlay?:
|
|
4970
|
-
| import('framer-motion').CustomValueType
|
|
4971
4970
|
| import('react').ReactEventHandler<SVGElement>
|
|
4971
|
+
| import('framer-motion').CustomValueType
|
|
4972
4972
|
| undefined;
|
|
4973
4973
|
onPlayCapture?:
|
|
4974
|
-
| import('framer-motion').CustomValueType
|
|
4975
4974
|
| import('react').ReactEventHandler<SVGElement>
|
|
4975
|
+
| import('framer-motion').CustomValueType
|
|
4976
4976
|
| undefined;
|
|
4977
4977
|
onPlaying?:
|
|
4978
|
-
| import('framer-motion').CustomValueType
|
|
4979
4978
|
| import('react').ReactEventHandler<SVGElement>
|
|
4979
|
+
| import('framer-motion').CustomValueType
|
|
4980
4980
|
| undefined;
|
|
4981
4981
|
onPlayingCapture?:
|
|
4982
|
-
| import('framer-motion').CustomValueType
|
|
4983
4982
|
| import('react').ReactEventHandler<SVGElement>
|
|
4983
|
+
| import('framer-motion').CustomValueType
|
|
4984
4984
|
| undefined;
|
|
4985
4985
|
onProgress?:
|
|
4986
|
-
| import('framer-motion').CustomValueType
|
|
4987
4986
|
| import('react').ReactEventHandler<SVGElement>
|
|
4987
|
+
| import('framer-motion').CustomValueType
|
|
4988
4988
|
| undefined;
|
|
4989
4989
|
onProgressCapture?:
|
|
4990
|
-
| import('framer-motion').CustomValueType
|
|
4991
4990
|
| import('react').ReactEventHandler<SVGElement>
|
|
4991
|
+
| import('framer-motion').CustomValueType
|
|
4992
4992
|
| undefined;
|
|
4993
4993
|
onRateChange?:
|
|
4994
|
-
| import('framer-motion').CustomValueType
|
|
4995
4994
|
| import('react').ReactEventHandler<SVGElement>
|
|
4995
|
+
| import('framer-motion').CustomValueType
|
|
4996
4996
|
| undefined;
|
|
4997
4997
|
onRateChangeCapture?:
|
|
4998
|
-
| import('framer-motion').CustomValueType
|
|
4999
4998
|
| import('react').ReactEventHandler<SVGElement>
|
|
4999
|
+
| import('framer-motion').CustomValueType
|
|
5000
5000
|
| undefined;
|
|
5001
5001
|
onResize?:
|
|
5002
|
-
| import('framer-motion').CustomValueType
|
|
5003
5002
|
| import('react').ReactEventHandler<SVGElement>
|
|
5003
|
+
| import('framer-motion').CustomValueType
|
|
5004
5004
|
| undefined;
|
|
5005
5005
|
onResizeCapture?:
|
|
5006
|
-
| import('framer-motion').CustomValueType
|
|
5007
5006
|
| import('react').ReactEventHandler<SVGElement>
|
|
5007
|
+
| import('framer-motion').CustomValueType
|
|
5008
5008
|
| undefined;
|
|
5009
5009
|
onSeeked?:
|
|
5010
|
-
| import('framer-motion').CustomValueType
|
|
5011
5010
|
| import('react').ReactEventHandler<SVGElement>
|
|
5011
|
+
| import('framer-motion').CustomValueType
|
|
5012
5012
|
| undefined;
|
|
5013
5013
|
onSeekedCapture?:
|
|
5014
|
-
| import('framer-motion').CustomValueType
|
|
5015
5014
|
| import('react').ReactEventHandler<SVGElement>
|
|
5015
|
+
| import('framer-motion').CustomValueType
|
|
5016
5016
|
| undefined;
|
|
5017
5017
|
onSeeking?:
|
|
5018
|
-
| import('framer-motion').CustomValueType
|
|
5019
5018
|
| import('react').ReactEventHandler<SVGElement>
|
|
5019
|
+
| import('framer-motion').CustomValueType
|
|
5020
5020
|
| undefined;
|
|
5021
5021
|
onSeekingCapture?:
|
|
5022
|
-
| import('framer-motion').CustomValueType
|
|
5023
5022
|
| import('react').ReactEventHandler<SVGElement>
|
|
5023
|
+
| import('framer-motion').CustomValueType
|
|
5024
5024
|
| undefined;
|
|
5025
5025
|
onStalled?:
|
|
5026
|
-
| import('framer-motion').CustomValueType
|
|
5027
5026
|
| import('react').ReactEventHandler<SVGElement>
|
|
5027
|
+
| import('framer-motion').CustomValueType
|
|
5028
5028
|
| undefined;
|
|
5029
5029
|
onStalledCapture?:
|
|
5030
|
-
| import('framer-motion').CustomValueType
|
|
5031
5030
|
| import('react').ReactEventHandler<SVGElement>
|
|
5031
|
+
| import('framer-motion').CustomValueType
|
|
5032
5032
|
| undefined;
|
|
5033
5033
|
onSuspend?:
|
|
5034
|
-
| import('framer-motion').CustomValueType
|
|
5035
5034
|
| import('react').ReactEventHandler<SVGElement>
|
|
5035
|
+
| import('framer-motion').CustomValueType
|
|
5036
5036
|
| undefined;
|
|
5037
5037
|
onSuspendCapture?:
|
|
5038
|
-
| import('framer-motion').CustomValueType
|
|
5039
5038
|
| import('react').ReactEventHandler<SVGElement>
|
|
5039
|
+
| import('framer-motion').CustomValueType
|
|
5040
5040
|
| undefined;
|
|
5041
5041
|
onTimeUpdate?:
|
|
5042
|
-
| import('framer-motion').CustomValueType
|
|
5043
5042
|
| import('react').ReactEventHandler<SVGElement>
|
|
5043
|
+
| import('framer-motion').CustomValueType
|
|
5044
5044
|
| undefined;
|
|
5045
5045
|
onTimeUpdateCapture?:
|
|
5046
|
-
| import('framer-motion').CustomValueType
|
|
5047
5046
|
| import('react').ReactEventHandler<SVGElement>
|
|
5047
|
+
| import('framer-motion').CustomValueType
|
|
5048
5048
|
| undefined;
|
|
5049
5049
|
onVolumeChange?:
|
|
5050
|
-
| import('framer-motion').CustomValueType
|
|
5051
5050
|
| import('react').ReactEventHandler<SVGElement>
|
|
5051
|
+
| import('framer-motion').CustomValueType
|
|
5052
5052
|
| undefined;
|
|
5053
5053
|
onVolumeChangeCapture?:
|
|
5054
|
-
| import('framer-motion').CustomValueType
|
|
5055
5054
|
| import('react').ReactEventHandler<SVGElement>
|
|
5055
|
+
| import('framer-motion').CustomValueType
|
|
5056
5056
|
| undefined;
|
|
5057
5057
|
onWaiting?:
|
|
5058
|
-
| import('framer-motion').CustomValueType
|
|
5059
5058
|
| import('react').ReactEventHandler<SVGElement>
|
|
5059
|
+
| import('framer-motion').CustomValueType
|
|
5060
5060
|
| undefined;
|
|
5061
5061
|
onWaitingCapture?:
|
|
5062
|
-
| import('framer-motion').CustomValueType
|
|
5063
5062
|
| import('react').ReactEventHandler<SVGElement>
|
|
5063
|
+
| import('framer-motion').CustomValueType
|
|
5064
5064
|
| undefined;
|
|
5065
5065
|
onAuxClick?:
|
|
5066
|
-
| import('framer-motion').CustomValueType
|
|
5067
5066
|
| import('react').MouseEventHandler<SVGElement>
|
|
5067
|
+
| import('framer-motion').CustomValueType
|
|
5068
5068
|
| undefined;
|
|
5069
5069
|
onAuxClickCapture?:
|
|
5070
|
-
| import('framer-motion').CustomValueType
|
|
5071
5070
|
| import('react').MouseEventHandler<SVGElement>
|
|
5071
|
+
| import('framer-motion').CustomValueType
|
|
5072
5072
|
| undefined;
|
|
5073
5073
|
onClick?:
|
|
5074
|
-
| import('framer-motion').CustomValueType
|
|
5075
5074
|
| import('react').MouseEventHandler<SVGElement>
|
|
5075
|
+
| import('framer-motion').CustomValueType
|
|
5076
5076
|
| undefined;
|
|
5077
5077
|
onClickCapture?:
|
|
5078
|
-
| import('framer-motion').CustomValueType
|
|
5079
5078
|
| import('react').MouseEventHandler<SVGElement>
|
|
5079
|
+
| import('framer-motion').CustomValueType
|
|
5080
5080
|
| undefined;
|
|
5081
5081
|
onContextMenu?:
|
|
5082
|
-
| import('framer-motion').CustomValueType
|
|
5083
5082
|
| import('react').MouseEventHandler<SVGElement>
|
|
5083
|
+
| import('framer-motion').CustomValueType
|
|
5084
5084
|
| undefined;
|
|
5085
5085
|
onContextMenuCapture?:
|
|
5086
|
-
| import('framer-motion').CustomValueType
|
|
5087
5086
|
| import('react').MouseEventHandler<SVGElement>
|
|
5087
|
+
| import('framer-motion').CustomValueType
|
|
5088
5088
|
| undefined;
|
|
5089
5089
|
onDoubleClick?:
|
|
5090
|
-
| import('framer-motion').CustomValueType
|
|
5091
5090
|
| import('react').MouseEventHandler<SVGElement>
|
|
5091
|
+
| import('framer-motion').CustomValueType
|
|
5092
5092
|
| undefined;
|
|
5093
5093
|
onDoubleClickCapture?:
|
|
5094
|
-
| import('framer-motion').CustomValueType
|
|
5095
5094
|
| import('react').MouseEventHandler<SVGElement>
|
|
5095
|
+
| import('framer-motion').CustomValueType
|
|
5096
5096
|
| undefined;
|
|
5097
5097
|
onDrag?:
|
|
5098
|
-
| import('framer-motion').CustomValueType
|
|
5099
5098
|
| import('react').DragEventHandler<SVGElement>
|
|
5099
|
+
| import('framer-motion').CustomValueType
|
|
5100
5100
|
| undefined;
|
|
5101
5101
|
onDragCapture?:
|
|
5102
|
-
| import('framer-motion').CustomValueType
|
|
5103
5102
|
| import('react').DragEventHandler<SVGElement>
|
|
5103
|
+
| import('framer-motion').CustomValueType
|
|
5104
5104
|
| undefined;
|
|
5105
5105
|
onDragEnd?:
|
|
5106
|
-
| import('framer-motion').CustomValueType
|
|
5107
5106
|
| import('react').DragEventHandler<SVGElement>
|
|
5107
|
+
| import('framer-motion').CustomValueType
|
|
5108
5108
|
| undefined;
|
|
5109
5109
|
onDragEndCapture?:
|
|
5110
|
-
| import('framer-motion').CustomValueType
|
|
5111
5110
|
| import('react').DragEventHandler<SVGElement>
|
|
5111
|
+
| import('framer-motion').CustomValueType
|
|
5112
5112
|
| undefined;
|
|
5113
5113
|
onDragEnter?:
|
|
5114
|
-
| import('framer-motion').CustomValueType
|
|
5115
5114
|
| import('react').DragEventHandler<SVGElement>
|
|
5115
|
+
| import('framer-motion').CustomValueType
|
|
5116
5116
|
| undefined;
|
|
5117
5117
|
onDragEnterCapture?:
|
|
5118
|
-
| import('framer-motion').CustomValueType
|
|
5119
5118
|
| import('react').DragEventHandler<SVGElement>
|
|
5119
|
+
| import('framer-motion').CustomValueType
|
|
5120
5120
|
| undefined;
|
|
5121
5121
|
onDragExit?:
|
|
5122
|
-
| import('framer-motion').CustomValueType
|
|
5123
5122
|
| import('react').DragEventHandler<SVGElement>
|
|
5123
|
+
| import('framer-motion').CustomValueType
|
|
5124
5124
|
| undefined;
|
|
5125
5125
|
onDragExitCapture?:
|
|
5126
|
-
| import('framer-motion').CustomValueType
|
|
5127
5126
|
| import('react').DragEventHandler<SVGElement>
|
|
5127
|
+
| import('framer-motion').CustomValueType
|
|
5128
5128
|
| undefined;
|
|
5129
5129
|
onDragLeave?:
|
|
5130
|
-
| import('framer-motion').CustomValueType
|
|
5131
5130
|
| import('react').DragEventHandler<SVGElement>
|
|
5131
|
+
| import('framer-motion').CustomValueType
|
|
5132
5132
|
| undefined;
|
|
5133
5133
|
onDragLeaveCapture?:
|
|
5134
|
-
| import('framer-motion').CustomValueType
|
|
5135
5134
|
| import('react').DragEventHandler<SVGElement>
|
|
5135
|
+
| import('framer-motion').CustomValueType
|
|
5136
5136
|
| undefined;
|
|
5137
5137
|
onDragOver?:
|
|
5138
|
-
| import('framer-motion').CustomValueType
|
|
5139
5138
|
| import('react').DragEventHandler<SVGElement>
|
|
5139
|
+
| import('framer-motion').CustomValueType
|
|
5140
5140
|
| undefined;
|
|
5141
5141
|
onDragOverCapture?:
|
|
5142
|
-
| import('framer-motion').CustomValueType
|
|
5143
5142
|
| import('react').DragEventHandler<SVGElement>
|
|
5143
|
+
| import('framer-motion').CustomValueType
|
|
5144
5144
|
| undefined;
|
|
5145
5145
|
onDragStart?:
|
|
5146
|
-
| import('framer-motion').CustomValueType
|
|
5147
5146
|
| import('react').DragEventHandler<SVGElement>
|
|
5147
|
+
| import('framer-motion').CustomValueType
|
|
5148
5148
|
| undefined;
|
|
5149
5149
|
onDragStartCapture?:
|
|
5150
|
-
| import('framer-motion').CustomValueType
|
|
5151
5150
|
| import('react').DragEventHandler<SVGElement>
|
|
5151
|
+
| import('framer-motion').CustomValueType
|
|
5152
5152
|
| undefined;
|
|
5153
5153
|
onDrop?:
|
|
5154
|
-
| import('framer-motion').CustomValueType
|
|
5155
5154
|
| import('react').DragEventHandler<SVGElement>
|
|
5155
|
+
| import('framer-motion').CustomValueType
|
|
5156
5156
|
| undefined;
|
|
5157
5157
|
onDropCapture?:
|
|
5158
|
-
| import('framer-motion').CustomValueType
|
|
5159
5158
|
| import('react').DragEventHandler<SVGElement>
|
|
5159
|
+
| import('framer-motion').CustomValueType
|
|
5160
5160
|
| undefined;
|
|
5161
5161
|
onMouseDown?:
|
|
5162
|
-
| import('framer-motion').CustomValueType
|
|
5163
5162
|
| import('react').MouseEventHandler<SVGElement>
|
|
5163
|
+
| import('framer-motion').CustomValueType
|
|
5164
5164
|
| undefined;
|
|
5165
5165
|
onMouseDownCapture?:
|
|
5166
|
-
| import('framer-motion').CustomValueType
|
|
5167
5166
|
| import('react').MouseEventHandler<SVGElement>
|
|
5167
|
+
| import('framer-motion').CustomValueType
|
|
5168
5168
|
| undefined;
|
|
5169
5169
|
onMouseEnter?:
|
|
5170
|
-
| import('framer-motion').CustomValueType
|
|
5171
5170
|
| import('react').MouseEventHandler<SVGElement>
|
|
5171
|
+
| import('framer-motion').CustomValueType
|
|
5172
5172
|
| undefined;
|
|
5173
5173
|
onMouseLeave?:
|
|
5174
|
-
| import('framer-motion').CustomValueType
|
|
5175
5174
|
| import('react').MouseEventHandler<SVGElement>
|
|
5175
|
+
| import('framer-motion').CustomValueType
|
|
5176
5176
|
| undefined;
|
|
5177
5177
|
onMouseMove?:
|
|
5178
|
-
| import('framer-motion').CustomValueType
|
|
5179
5178
|
| import('react').MouseEventHandler<SVGElement>
|
|
5179
|
+
| import('framer-motion').CustomValueType
|
|
5180
5180
|
| undefined;
|
|
5181
5181
|
onMouseMoveCapture?:
|
|
5182
|
-
| import('framer-motion').CustomValueType
|
|
5183
5182
|
| import('react').MouseEventHandler<SVGElement>
|
|
5183
|
+
| import('framer-motion').CustomValueType
|
|
5184
5184
|
| undefined;
|
|
5185
5185
|
onMouseOut?:
|
|
5186
|
-
| import('framer-motion').CustomValueType
|
|
5187
5186
|
| import('react').MouseEventHandler<SVGElement>
|
|
5187
|
+
| import('framer-motion').CustomValueType
|
|
5188
5188
|
| undefined;
|
|
5189
5189
|
onMouseOutCapture?:
|
|
5190
|
-
| import('framer-motion').CustomValueType
|
|
5191
5190
|
| import('react').MouseEventHandler<SVGElement>
|
|
5191
|
+
| import('framer-motion').CustomValueType
|
|
5192
5192
|
| undefined;
|
|
5193
5193
|
onMouseOver?:
|
|
5194
|
-
| import('framer-motion').CustomValueType
|
|
5195
5194
|
| import('react').MouseEventHandler<SVGElement>
|
|
5195
|
+
| import('framer-motion').CustomValueType
|
|
5196
5196
|
| undefined;
|
|
5197
5197
|
onMouseOverCapture?:
|
|
5198
|
-
| import('framer-motion').CustomValueType
|
|
5199
5198
|
| import('react').MouseEventHandler<SVGElement>
|
|
5199
|
+
| import('framer-motion').CustomValueType
|
|
5200
5200
|
| undefined;
|
|
5201
5201
|
onMouseUp?:
|
|
5202
|
-
| import('framer-motion').CustomValueType
|
|
5203
5202
|
| import('react').MouseEventHandler<SVGElement>
|
|
5203
|
+
| import('framer-motion').CustomValueType
|
|
5204
5204
|
| undefined;
|
|
5205
5205
|
onMouseUpCapture?:
|
|
5206
|
-
| import('framer-motion').CustomValueType
|
|
5207
5206
|
| import('react').MouseEventHandler<SVGElement>
|
|
5207
|
+
| import('framer-motion').CustomValueType
|
|
5208
5208
|
| undefined;
|
|
5209
5209
|
onSelect?:
|
|
5210
|
-
| import('framer-motion').CustomValueType
|
|
5211
5210
|
| import('react').ReactEventHandler<SVGElement>
|
|
5211
|
+
| import('framer-motion').CustomValueType
|
|
5212
5212
|
| undefined;
|
|
5213
5213
|
onSelectCapture?:
|
|
5214
|
-
| import('framer-motion').CustomValueType
|
|
5215
5214
|
| import('react').ReactEventHandler<SVGElement>
|
|
5215
|
+
| import('framer-motion').CustomValueType
|
|
5216
5216
|
| undefined;
|
|
5217
5217
|
onTouchCancel?:
|
|
5218
|
-
| import('framer-motion').CustomValueType
|
|
5219
5218
|
| import('react').TouchEventHandler<SVGElement>
|
|
5219
|
+
| import('framer-motion').CustomValueType
|
|
5220
5220
|
| undefined;
|
|
5221
5221
|
onTouchCancelCapture?:
|
|
5222
|
-
| import('framer-motion').CustomValueType
|
|
5223
5222
|
| import('react').TouchEventHandler<SVGElement>
|
|
5223
|
+
| import('framer-motion').CustomValueType
|
|
5224
5224
|
| undefined;
|
|
5225
5225
|
onTouchEnd?:
|
|
5226
|
-
| import('framer-motion').CustomValueType
|
|
5227
5226
|
| import('react').TouchEventHandler<SVGElement>
|
|
5227
|
+
| import('framer-motion').CustomValueType
|
|
5228
5228
|
| undefined;
|
|
5229
5229
|
onTouchEndCapture?:
|
|
5230
|
-
| import('framer-motion').CustomValueType
|
|
5231
5230
|
| import('react').TouchEventHandler<SVGElement>
|
|
5231
|
+
| import('framer-motion').CustomValueType
|
|
5232
5232
|
| undefined;
|
|
5233
5233
|
onTouchMove?:
|
|
5234
|
-
| import('framer-motion').CustomValueType
|
|
5235
5234
|
| import('react').TouchEventHandler<SVGElement>
|
|
5235
|
+
| import('framer-motion').CustomValueType
|
|
5236
5236
|
| undefined;
|
|
5237
5237
|
onTouchMoveCapture?:
|
|
5238
|
-
| import('framer-motion').CustomValueType
|
|
5239
5238
|
| import('react').TouchEventHandler<SVGElement>
|
|
5239
|
+
| import('framer-motion').CustomValueType
|
|
5240
5240
|
| undefined;
|
|
5241
5241
|
onTouchStart?:
|
|
5242
|
-
| import('framer-motion').CustomValueType
|
|
5243
5242
|
| import('react').TouchEventHandler<SVGElement>
|
|
5243
|
+
| import('framer-motion').CustomValueType
|
|
5244
5244
|
| undefined;
|
|
5245
5245
|
onTouchStartCapture?:
|
|
5246
|
-
| import('framer-motion').CustomValueType
|
|
5247
5246
|
| import('react').TouchEventHandler<SVGElement>
|
|
5247
|
+
| import('framer-motion').CustomValueType
|
|
5248
5248
|
| undefined;
|
|
5249
5249
|
onPointerDown?:
|
|
5250
|
-
| import('framer-motion').CustomValueType
|
|
5251
5250
|
| import('react').PointerEventHandler<SVGElement>
|
|
5251
|
+
| import('framer-motion').CustomValueType
|
|
5252
5252
|
| undefined;
|
|
5253
5253
|
onPointerDownCapture?:
|
|
5254
|
-
| import('framer-motion').CustomValueType
|
|
5255
5254
|
| import('react').PointerEventHandler<SVGElement>
|
|
5255
|
+
| import('framer-motion').CustomValueType
|
|
5256
5256
|
| undefined;
|
|
5257
5257
|
onPointerMove?:
|
|
5258
|
-
| import('framer-motion').CustomValueType
|
|
5259
5258
|
| import('react').PointerEventHandler<SVGElement>
|
|
5259
|
+
| import('framer-motion').CustomValueType
|
|
5260
5260
|
| undefined;
|
|
5261
5261
|
onPointerMoveCapture?:
|
|
5262
|
-
| import('framer-motion').CustomValueType
|
|
5263
5262
|
| import('react').PointerEventHandler<SVGElement>
|
|
5263
|
+
| import('framer-motion').CustomValueType
|
|
5264
5264
|
| undefined;
|
|
5265
5265
|
onPointerUp?:
|
|
5266
|
-
| import('framer-motion').CustomValueType
|
|
5267
5266
|
| import('react').PointerEventHandler<SVGElement>
|
|
5267
|
+
| import('framer-motion').CustomValueType
|
|
5268
5268
|
| undefined;
|
|
5269
5269
|
onPointerUpCapture?:
|
|
5270
|
-
| import('framer-motion').CustomValueType
|
|
5271
5270
|
| import('react').PointerEventHandler<SVGElement>
|
|
5271
|
+
| import('framer-motion').CustomValueType
|
|
5272
5272
|
| undefined;
|
|
5273
5273
|
onPointerCancel?:
|
|
5274
|
-
| import('framer-motion').CustomValueType
|
|
5275
5274
|
| import('react').PointerEventHandler<SVGElement>
|
|
5275
|
+
| import('framer-motion').CustomValueType
|
|
5276
5276
|
| undefined;
|
|
5277
5277
|
onPointerCancelCapture?:
|
|
5278
|
-
| import('framer-motion').CustomValueType
|
|
5279
5278
|
| import('react').PointerEventHandler<SVGElement>
|
|
5279
|
+
| import('framer-motion').CustomValueType
|
|
5280
5280
|
| undefined;
|
|
5281
5281
|
onPointerEnter?:
|
|
5282
|
-
| import('framer-motion').CustomValueType
|
|
5283
5282
|
| import('react').PointerEventHandler<SVGElement>
|
|
5283
|
+
| import('framer-motion').CustomValueType
|
|
5284
5284
|
| undefined;
|
|
5285
5285
|
onPointerLeave?:
|
|
5286
|
-
| import('framer-motion').CustomValueType
|
|
5287
5286
|
| import('react').PointerEventHandler<SVGElement>
|
|
5287
|
+
| import('framer-motion').CustomValueType
|
|
5288
5288
|
| undefined;
|
|
5289
5289
|
onPointerOver?:
|
|
5290
|
-
| import('framer-motion').CustomValueType
|
|
5291
5290
|
| import('react').PointerEventHandler<SVGElement>
|
|
5291
|
+
| import('framer-motion').CustomValueType
|
|
5292
5292
|
| undefined;
|
|
5293
5293
|
onPointerOverCapture?:
|
|
5294
|
-
| import('framer-motion').CustomValueType
|
|
5295
5294
|
| import('react').PointerEventHandler<SVGElement>
|
|
5295
|
+
| import('framer-motion').CustomValueType
|
|
5296
5296
|
| undefined;
|
|
5297
5297
|
onPointerOut?:
|
|
5298
|
-
| import('framer-motion').CustomValueType
|
|
5299
5298
|
| import('react').PointerEventHandler<SVGElement>
|
|
5299
|
+
| import('framer-motion').CustomValueType
|
|
5300
5300
|
| undefined;
|
|
5301
5301
|
onPointerOutCapture?:
|
|
5302
|
-
| import('framer-motion').CustomValueType
|
|
5303
5302
|
| import('react').PointerEventHandler<SVGElement>
|
|
5303
|
+
| import('framer-motion').CustomValueType
|
|
5304
5304
|
| undefined;
|
|
5305
5305
|
onGotPointerCapture?:
|
|
5306
|
-
| import('framer-motion').CustomValueType
|
|
5307
5306
|
| import('react').PointerEventHandler<SVGElement>
|
|
5307
|
+
| import('framer-motion').CustomValueType
|
|
5308
5308
|
| undefined;
|
|
5309
5309
|
onGotPointerCaptureCapture?:
|
|
5310
|
-
| import('framer-motion').CustomValueType
|
|
5311
5310
|
| import('react').PointerEventHandler<SVGElement>
|
|
5311
|
+
| import('framer-motion').CustomValueType
|
|
5312
5312
|
| undefined;
|
|
5313
5313
|
onLostPointerCapture?:
|
|
5314
|
-
| import('framer-motion').CustomValueType
|
|
5315
5314
|
| import('react').PointerEventHandler<SVGElement>
|
|
5315
|
+
| import('framer-motion').CustomValueType
|
|
5316
5316
|
| undefined;
|
|
5317
5317
|
onLostPointerCaptureCapture?:
|
|
5318
|
-
| import('framer-motion').CustomValueType
|
|
5319
5318
|
| import('react').PointerEventHandler<SVGElement>
|
|
5319
|
+
| import('framer-motion').CustomValueType
|
|
5320
5320
|
| undefined;
|
|
5321
5321
|
onScroll?:
|
|
5322
|
-
| import('framer-motion').CustomValueType
|
|
5323
5322
|
| import('react').UIEventHandler<SVGElement>
|
|
5323
|
+
| import('framer-motion').CustomValueType
|
|
5324
5324
|
| undefined;
|
|
5325
5325
|
onScrollCapture?:
|
|
5326
|
-
| import('framer-motion').CustomValueType
|
|
5327
5326
|
| import('react').UIEventHandler<SVGElement>
|
|
5327
|
+
| import('framer-motion').CustomValueType
|
|
5328
5328
|
| undefined;
|
|
5329
5329
|
onWheel?:
|
|
5330
|
-
| import('framer-motion').CustomValueType
|
|
5331
5330
|
| import('react').WheelEventHandler<SVGElement>
|
|
5331
|
+
| import('framer-motion').CustomValueType
|
|
5332
5332
|
| undefined;
|
|
5333
5333
|
onWheelCapture?:
|
|
5334
|
-
| import('framer-motion').CustomValueType
|
|
5335
5334
|
| import('react').WheelEventHandler<SVGElement>
|
|
5335
|
+
| import('framer-motion').CustomValueType
|
|
5336
5336
|
| undefined;
|
|
5337
5337
|
onAnimationStart?:
|
|
5338
|
-
| import('framer-motion').CustomValueType
|
|
5339
5338
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5339
|
+
| import('framer-motion').CustomValueType
|
|
5340
5340
|
| undefined;
|
|
5341
5341
|
onAnimationStartCapture?:
|
|
5342
|
-
| import('framer-motion').CustomValueType
|
|
5343
5342
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5343
|
+
| import('framer-motion').CustomValueType
|
|
5344
5344
|
| undefined;
|
|
5345
5345
|
onAnimationEnd?:
|
|
5346
|
-
| import('framer-motion').CustomValueType
|
|
5347
5346
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5347
|
+
| import('framer-motion').CustomValueType
|
|
5348
5348
|
| undefined;
|
|
5349
5349
|
onAnimationEndCapture?:
|
|
5350
|
-
| import('framer-motion').CustomValueType
|
|
5351
5350
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5351
|
+
| import('framer-motion').CustomValueType
|
|
5352
5352
|
| undefined;
|
|
5353
5353
|
onAnimationIteration?:
|
|
5354
|
-
| import('framer-motion').CustomValueType
|
|
5355
5354
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5355
|
+
| import('framer-motion').CustomValueType
|
|
5356
5356
|
| undefined;
|
|
5357
5357
|
onAnimationIterationCapture?:
|
|
5358
|
-
| import('framer-motion').CustomValueType
|
|
5359
5358
|
| import('react').AnimationEventHandler<SVGElement>
|
|
5359
|
+
| import('framer-motion').CustomValueType
|
|
5360
5360
|
| undefined;
|
|
5361
5361
|
onTransitionEnd?:
|
|
5362
|
-
| import('framer-motion').CustomValueType
|
|
5363
5362
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5363
|
+
| import('framer-motion').CustomValueType
|
|
5364
5364
|
| undefined;
|
|
5365
5365
|
onTransitionEndCapture?:
|
|
5366
|
-
| import('framer-motion').CustomValueType
|
|
5367
5366
|
| import('react').TransitionEventHandler<SVGElement>
|
|
5367
|
+
| import('framer-motion').CustomValueType
|
|
5368
5368
|
| undefined;
|
|
5369
5369
|
attrX?: number | import('framer-motion').CustomValueType | undefined;
|
|
5370
5370
|
attrY?: number | import('framer-motion').CustomValueType | undefined;
|