@coinbase/cds-web 8.13.6 → 8.14.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.
@@ -1006,11 +1006,11 @@ export declare const getMotionProps: ({
1006
1006
  | 'hanging'
1007
1007
  | 'ideographic'
1008
1008
  | 'mathematical'
1009
- | 'after-edge'
1010
1009
  | 'baseline'
1010
+ | 'middle'
1011
+ | 'after-edge'
1011
1012
  | 'before-edge'
1012
1013
  | 'central'
1013
- | 'middle'
1014
1014
  | 'text-after-edge'
1015
1015
  | 'text-before-edge'
1016
1016
  | import('framer-motion').CustomValueType
@@ -1049,8 +1049,8 @@ export declare const getMotionProps: ({
1049
1049
  | 'revert-layer'
1050
1050
  | 'unset'
1051
1051
  | 'auto'
1052
- | 'optimizeQuality'
1053
1052
  | 'optimizeSpeed'
1053
+ | 'optimizeQuality'
1054
1054
  | import('framer-motion').CustomValueType
1055
1055
  | undefined;
1056
1056
  cursor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1078,8 +1078,8 @@ export declare const getMotionProps: ({
1078
1078
  | 'hanging'
1079
1079
  | 'ideographic'
1080
1080
  | 'mathematical'
1081
- | 'central'
1082
1081
  | 'middle'
1082
+ | 'central'
1083
1083
  | 'text-after-edge'
1084
1084
  | 'text-before-edge'
1085
1085
  | 'no-change'
@@ -1140,8 +1140,8 @@ export declare const getMotionProps: ({
1140
1140
  | 'none'
1141
1141
  | 'auto'
1142
1142
  | 'stroke'
1143
- | 'all'
1144
1143
  | 'visible'
1144
+ | 'all'
1145
1145
  | 'painted'
1146
1146
  | 'visibleFill'
1147
1147
  | 'visiblePainted'
@@ -1156,9 +1156,9 @@ export declare const getMotionProps: ({
1156
1156
  | 'revert-layer'
1157
1157
  | 'unset'
1158
1158
  | 'auto'
1159
+ | 'geometricPrecision'
1159
1160
  | 'optimizeSpeed'
1160
1161
  | 'crispEdges'
1161
- | 'geometricPrecision'
1162
1162
  | import('framer-motion').CustomValueType
1163
1163
  | undefined;
1164
1164
  stopColor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1204,9 +1204,9 @@ export declare const getMotionProps: ({
1204
1204
  | 'revert-layer'
1205
1205
  | 'unset'
1206
1206
  | 'auto'
1207
- | 'optimizeSpeed'
1208
1207
  | 'geometricPrecision'
1209
1208
  | 'optimizeLegibility'
1209
+ | 'optimizeSpeed'
1210
1210
  | import('framer-motion').CustomValueType
1211
1211
  | undefined;
1212
1212
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -1219,6 +1219,7 @@ export declare const getMotionProps: ({
1219
1219
  | 'unset'
1220
1220
  | 'normal'
1221
1221
  | 'embed'
1222
+ | 'isolate'
1222
1223
  | '-moz-isolate'
1223
1224
  | '-moz-isolate-override'
1224
1225
  | '-moz-plaintext'
@@ -1226,7 +1227,6 @@ export declare const getMotionProps: ({
1226
1227
  | '-webkit-isolate-override'
1227
1228
  | '-webkit-plaintext'
1228
1229
  | 'bidi-override'
1229
- | 'isolate'
1230
1230
  | 'isolate-override'
1231
1231
  | 'plaintext'
1232
1232
  | import('framer-motion').CustomValueType
@@ -1293,12 +1293,12 @@ export declare const getMotionProps: ({
1293
1293
  | import('csstype').Property.Grid
1294
1294
  | import('framer-motion').CustomValueType
1295
1295
  | undefined;
1296
- top?:
1297
- | import('csstype').Property.Top<string | number>
1296
+ contain?:
1297
+ | import('csstype').Property.Contain
1298
1298
  | import('framer-motion').CustomValueType
1299
1299
  | undefined;
1300
- bottom?:
1301
- | import('csstype').Property.Bottom<string | number>
1300
+ overlay?:
1301
+ | import('csstype').Property.Overlay
1302
1302
  | import('framer-motion').CustomValueType
1303
1303
  | undefined;
1304
1304
  left?:
@@ -1309,7 +1309,43 @@ export declare const getMotionProps: ({
1309
1309
  | import('csstype').Property.Right<string | number>
1310
1310
  | import('framer-motion').CustomValueType
1311
1311
  | undefined;
1312
+ bottom?:
1313
+ | import('csstype').Property.Bottom<string | number>
1314
+ | import('framer-motion').CustomValueType
1315
+ | undefined;
1316
+ top?:
1317
+ | import('csstype').Property.Top<string | number>
1318
+ | import('framer-motion').CustomValueType
1319
+ | undefined;
1320
+ inset?:
1321
+ | import('csstype').Property.Inset<string | number>
1322
+ | import('framer-motion').CustomValueType
1323
+ | undefined;
1312
1324
  all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
1325
+ page?:
1326
+ | import('csstype').Property.Page
1327
+ | import('framer-motion').CustomValueType
1328
+ | undefined;
1329
+ position?:
1330
+ | import('csstype').Property.Position
1331
+ | import('framer-motion').CustomValueType
1332
+ | undefined;
1333
+ caret?:
1334
+ | import('csstype').Property.Caret
1335
+ | import('framer-motion').CustomValueType
1336
+ | undefined;
1337
+ zoom?:
1338
+ | import('csstype').Property.Zoom
1339
+ | import('framer-motion').CustomValueType
1340
+ | undefined;
1341
+ clear?:
1342
+ | import('csstype').Property.Clear
1343
+ | import('framer-motion').CustomValueType
1344
+ | undefined;
1345
+ padding?:
1346
+ | import('csstype').Property.Padding<string | number>
1347
+ | import('framer-motion').CustomValueType
1348
+ | undefined;
1313
1349
  minWidth?:
1314
1350
  | import('csstype').Property.MinWidth<string | number>
1315
1351
  | import('framer-motion').CustomValueType
@@ -1446,10 +1482,6 @@ export declare const getMotionProps: ({
1446
1482
  | import('csstype').Property.RowGap<string | number>
1447
1483
  | import('framer-motion').CustomValueType
1448
1484
  | undefined;
1449
- padding?:
1450
- | import('csstype').Property.Padding<string | number>
1451
- | import('framer-motion').CustomValueType
1452
- | undefined;
1453
1485
  paddingTop?:
1454
1486
  | import('csstype').Property.PaddingTop<string | number>
1455
1487
  | import('framer-motion').CustomValueType
@@ -1498,10 +1530,6 @@ export declare const getMotionProps: ({
1498
1530
  | import('csstype').Property.FlexWrap
1499
1531
  | import('framer-motion').CustomValueType
1500
1532
  | undefined;
1501
- position?:
1502
- | import('csstype').Property.Position
1503
- | import('framer-motion').CustomValueType
1504
- | undefined;
1505
1533
  textAlign?:
1506
1534
  | import('csstype').Property.TextAlign
1507
1535
  | import('framer-motion').CustomValueType
@@ -1814,10 +1842,6 @@ export declare const getMotionProps: ({
1814
1842
  | import('csstype').Property.CaretShape
1815
1843
  | import('framer-motion').CustomValueType
1816
1844
  | undefined;
1817
- clear?:
1818
- | import('csstype').Property.Clear
1819
- | import('framer-motion').CustomValueType
1820
- | undefined;
1821
1845
  colorAdjust?:
1822
1846
  | import('csstype').Property.PrintColorAdjust
1823
1847
  | import('framer-motion').CustomValueType
@@ -1854,10 +1878,6 @@ export declare const getMotionProps: ({
1854
1878
  | import('csstype').Property.ColumnWidth<string | number>
1855
1879
  | import('framer-motion').CustomValueType
1856
1880
  | undefined;
1857
- contain?:
1858
- | import('csstype').Property.Contain
1859
- | import('framer-motion').CustomValueType
1860
- | undefined;
1861
1881
  containIntrinsicBlockSize?:
1862
1882
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
1863
1883
  | import('framer-motion').CustomValueType
@@ -2298,10 +2318,6 @@ export declare const getMotionProps: ({
2298
2318
  | import('csstype').Property.OverflowY
2299
2319
  | import('framer-motion').CustomValueType
2300
2320
  | undefined;
2301
- overlay?:
2302
- | import('csstype').Property.Overlay
2303
- | import('framer-motion').CustomValueType
2304
- | undefined;
2305
2321
  overscrollBehaviorBlock?:
2306
2322
  | import('csstype').Property.OverscrollBehaviorBlock
2307
2323
  | import('framer-motion').CustomValueType
@@ -2342,10 +2358,6 @@ export declare const getMotionProps: ({
2342
2358
  | import('csstype').Property.PaddingRight<string | number>
2343
2359
  | import('framer-motion').CustomValueType
2344
2360
  | undefined;
2345
- page?:
2346
- | import('csstype').Property.Page
2347
- | import('framer-motion').CustomValueType
2348
- | undefined;
2349
2361
  pageBreakAfter?:
2350
2362
  | import('csstype').Property.PageBreakAfter
2351
2363
  | import('framer-motion').CustomValueType
@@ -2690,10 +2702,6 @@ export declare const getMotionProps: ({
2690
2702
  | import('csstype').Property.WordWrap
2691
2703
  | import('framer-motion').CustomValueType
2692
2704
  | undefined;
2693
- zoom?:
2694
- | import('csstype').Property.Zoom
2695
- | import('framer-motion').CustomValueType
2696
- | undefined;
2697
2705
  animationRange?:
2698
2706
  | import('csstype').Property.AnimationRange<string | number>
2699
2707
  | import('framer-motion').CustomValueType
@@ -2750,10 +2758,6 @@ export declare const getMotionProps: ({
2750
2758
  | import('csstype').Property.BorderTop<string | number>
2751
2759
  | import('framer-motion').CustomValueType
2752
2760
  | undefined;
2753
- caret?:
2754
- | import('csstype').Property.Caret
2755
- | import('framer-motion').CustomValueType
2756
- | undefined;
2757
2761
  columnRule?:
2758
2762
  | import('csstype').Property.ColumnRule<string | number>
2759
2763
  | import('framer-motion').CustomValueType
@@ -2778,10 +2782,6 @@ export declare const getMotionProps: ({
2778
2782
  | import('csstype').Property.Font
2779
2783
  | import('framer-motion').CustomValueType
2780
2784
  | undefined;
2781
- inset?:
2782
- | import('csstype').Property.Inset<string | number>
2783
- | import('framer-motion').CustomValueType
2784
- | undefined;
2785
2785
  insetBlock?:
2786
2786
  | import('csstype').Property.InsetBlock<string | number>
2787
2787
  | import('framer-motion').CustomValueType
@@ -4316,7 +4316,7 @@ export declare const getMotionProps: ({
4316
4316
  attributeName?: string | import('framer-motion').CustomValueType | undefined;
4317
4317
  attributeType?: string | import('framer-motion').CustomValueType | undefined;
4318
4318
  autoReverse?:
4319
- | (boolean | 'true' | 'false')
4319
+ | (boolean | 'false' | 'true')
4320
4320
  | import('framer-motion').CustomValueType
4321
4321
  | undefined;
4322
4322
  baseFrequency?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4354,14 +4354,14 @@ export declare const getMotionProps: ({
4354
4354
  end?: string | number | import('framer-motion').CustomValueType | undefined;
4355
4355
  exponent?: string | number | import('framer-motion').CustomValueType | undefined;
4356
4356
  externalResourcesRequired?:
4357
- | (boolean | 'true' | 'false')
4357
+ | (boolean | 'false' | 'true')
4358
4358
  | import('framer-motion').CustomValueType
4359
4359
  | undefined;
4360
4360
  filterRes?: string | number | import('framer-motion').CustomValueType | undefined;
4361
4361
  filterUnits?: string | number | import('framer-motion').CustomValueType | undefined;
4362
4362
  focusable?:
4363
4363
  | 'auto'
4364
- | (boolean | 'true' | 'false')
4364
+ | (boolean | 'false' | 'true')
4365
4365
  | import('framer-motion').CustomValueType
4366
4366
  | undefined;
4367
4367
  format?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4427,7 +4427,7 @@ export declare const getMotionProps: ({
4427
4427
  pointsAtY?: string | number | import('framer-motion').CustomValueType | undefined;
4428
4428
  pointsAtZ?: string | number | import('framer-motion').CustomValueType | undefined;
4429
4429
  preserveAlpha?:
4430
- | (boolean | 'true' | 'false')
4430
+ | (boolean | 'false' | 'true')
4431
4431
  | import('framer-motion').CustomValueType
4432
4432
  | undefined;
4433
4433
  preserveAspectRatio?: string | import('framer-motion').CustomValueType | undefined;
@@ -4521,7 +4521,7 @@ export declare const getMotionProps: ({
4521
4521
  zoomAndPan?: string | import('framer-motion').CustomValueType | undefined;
4522
4522
  'aria-activedescendant'?: string | import('framer-motion').CustomValueType | undefined;
4523
4523
  'aria-atomic'?:
4524
- | (boolean | 'true' | 'false')
4524
+ | (boolean | 'false' | 'true')
4525
4525
  | import('framer-motion').CustomValueType
4526
4526
  | undefined;
4527
4527
  'aria-autocomplete'?:
@@ -4537,14 +4537,14 @@ export declare const getMotionProps: ({
4537
4537
  | import('framer-motion').CustomValueType
4538
4538
  | undefined;
4539
4539
  'aria-busy'?:
4540
- | (boolean | 'true' | 'false')
4540
+ | (boolean | 'false' | 'true')
4541
4541
  | import('framer-motion').CustomValueType
4542
4542
  | undefined;
4543
4543
  'aria-checked'?:
4544
4544
  | boolean
4545
- | 'true'
4546
- | 'false'
4547
4545
  | 'mixed'
4546
+ | 'false'
4547
+ | 'true'
4548
4548
  | import('framer-motion').CustomValueType
4549
4549
  | undefined;
4550
4550
  'aria-colcount'?: number | import('framer-motion').CustomValueType | undefined;
@@ -4556,9 +4556,9 @@ export declare const getMotionProps: ({
4556
4556
  | boolean
4557
4557
  | 'time'
4558
4558
  | 'step'
4559
- | 'true'
4560
- | 'false'
4561
4559
  | 'page'
4560
+ | 'false'
4561
+ | 'true'
4562
4562
  | 'location'
4563
4563
  | 'date'
4564
4564
  | import('framer-motion').CustomValueType
@@ -4567,7 +4567,7 @@ export declare const getMotionProps: ({
4567
4567
  'aria-description'?: string | import('framer-motion').CustomValueType | undefined;
4568
4568
  'aria-details'?: string | import('framer-motion').CustomValueType | undefined;
4569
4569
  'aria-disabled'?:
4570
- | (boolean | 'true' | 'false')
4570
+ | (boolean | 'false' | 'true')
4571
4571
  | import('framer-motion').CustomValueType
4572
4572
  | undefined;
4573
4573
  'aria-dropeffect'?:
@@ -4581,12 +4581,12 @@ export declare const getMotionProps: ({
4581
4581
  | undefined;
4582
4582
  'aria-errormessage'?: string | import('framer-motion').CustomValueType | undefined;
4583
4583
  'aria-expanded'?:
4584
- | (boolean | 'true' | 'false')
4584
+ | (boolean | 'false' | 'true')
4585
4585
  | import('framer-motion').CustomValueType
4586
4586
  | undefined;
4587
4587
  'aria-flowto'?: string | import('framer-motion').CustomValueType | undefined;
4588
4588
  'aria-grabbed'?:
4589
- | (boolean | 'true' | 'false')
4589
+ | (boolean | 'false' | 'true')
4590
4590
  | import('framer-motion').CustomValueType
4591
4591
  | undefined;
4592
4592
  'aria-haspopup'?:
@@ -4594,20 +4594,20 @@ export declare const getMotionProps: ({
4594
4594
  | 'dialog'
4595
4595
  | 'menu'
4596
4596
  | 'grid'
4597
- | 'true'
4598
- | 'false'
4599
4597
  | 'listbox'
4598
+ | 'false'
4599
+ | 'true'
4600
4600
  | 'tree'
4601
4601
  | import('framer-motion').CustomValueType
4602
4602
  | undefined;
4603
4603
  'aria-hidden'?:
4604
- | (boolean | 'true' | 'false')
4604
+ | (boolean | 'false' | 'true')
4605
4605
  | import('framer-motion').CustomValueType
4606
4606
  | undefined;
4607
4607
  'aria-invalid'?:
4608
4608
  | boolean
4609
- | 'true'
4610
4609
  | 'false'
4610
+ | 'true'
4611
4611
  | 'grammar'
4612
4612
  | 'spelling'
4613
4613
  | import('framer-motion').CustomValueType
@@ -4623,15 +4623,15 @@ export declare const getMotionProps: ({
4623
4623
  | import('framer-motion').CustomValueType
4624
4624
  | undefined;
4625
4625
  'aria-modal'?:
4626
- | (boolean | 'true' | 'false')
4626
+ | (boolean | 'false' | 'true')
4627
4627
  | import('framer-motion').CustomValueType
4628
4628
  | undefined;
4629
4629
  'aria-multiline'?:
4630
- | (boolean | 'true' | 'false')
4630
+ | (boolean | 'false' | 'true')
4631
4631
  | import('framer-motion').CustomValueType
4632
4632
  | undefined;
4633
4633
  'aria-multiselectable'?:
4634
- | (boolean | 'true' | 'false')
4634
+ | (boolean | 'false' | 'true')
4635
4635
  | import('framer-motion').CustomValueType
4636
4636
  | undefined;
4637
4637
  'aria-orientation'?:
@@ -4644,13 +4644,13 @@ export declare const getMotionProps: ({
4644
4644
  'aria-posinset'?: number | import('framer-motion').CustomValueType | undefined;
4645
4645
  'aria-pressed'?:
4646
4646
  | boolean
4647
- | 'true'
4648
- | 'false'
4649
4647
  | 'mixed'
4648
+ | 'false'
4649
+ | 'true'
4650
4650
  | import('framer-motion').CustomValueType
4651
4651
  | undefined;
4652
4652
  'aria-readonly'?:
4653
- | (boolean | 'true' | 'false')
4653
+ | (boolean | 'false' | 'true')
4654
4654
  | import('framer-motion').CustomValueType
4655
4655
  | undefined;
4656
4656
  'aria-relevant'?:
@@ -4667,7 +4667,7 @@ export declare const getMotionProps: ({
4667
4667
  | import('framer-motion').CustomValueType
4668
4668
  | undefined;
4669
4669
  'aria-required'?:
4670
- | (boolean | 'true' | 'false')
4670
+ | (boolean | 'false' | 'true')
4671
4671
  | import('framer-motion').CustomValueType
4672
4672
  | undefined;
4673
4673
  'aria-roledescription'?: string | import('framer-motion').CustomValueType | undefined;
@@ -4676,7 +4676,7 @@ export declare const getMotionProps: ({
4676
4676
  'aria-rowindextext'?: string | import('framer-motion').CustomValueType | undefined;
4677
4677
  'aria-rowspan'?: number | import('framer-motion').CustomValueType | undefined;
4678
4678
  'aria-selected'?:
4679
- | (boolean | 'true' | 'false')
4679
+ | (boolean | 'false' | 'true')
4680
4680
  | import('framer-motion').CustomValueType
4681
4681
  | undefined;
4682
4682
  'aria-setsize'?: number | import('framer-motion').CustomValueType | undefined;
@@ -6534,11 +6534,11 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6534
6534
  | 'hanging'
6535
6535
  | 'ideographic'
6536
6536
  | 'mathematical'
6537
- | 'after-edge'
6538
6537
  | 'baseline'
6538
+ | 'middle'
6539
+ | 'after-edge'
6539
6540
  | 'before-edge'
6540
6541
  | 'central'
6541
- | 'middle'
6542
6542
  | 'text-after-edge'
6543
6543
  | 'text-before-edge'
6544
6544
  | import('framer-motion').CustomValueType
@@ -6577,8 +6577,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6577
6577
  | 'revert-layer'
6578
6578
  | 'unset'
6579
6579
  | 'auto'
6580
- | 'optimizeQuality'
6581
6580
  | 'optimizeSpeed'
6581
+ | 'optimizeQuality'
6582
6582
  | import('framer-motion').CustomValueType
6583
6583
  | undefined;
6584
6584
  cursor?: string | import('framer-motion').CustomValueType | undefined;
@@ -6606,8 +6606,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6606
6606
  | 'hanging'
6607
6607
  | 'ideographic'
6608
6608
  | 'mathematical'
6609
- | 'central'
6610
6609
  | 'middle'
6610
+ | 'central'
6611
6611
  | 'text-after-edge'
6612
6612
  | 'text-before-edge'
6613
6613
  | 'no-change'
@@ -6668,8 +6668,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6668
6668
  | 'none'
6669
6669
  | 'auto'
6670
6670
  | 'stroke'
6671
- | 'all'
6672
6671
  | 'visible'
6672
+ | 'all'
6673
6673
  | 'painted'
6674
6674
  | 'visibleFill'
6675
6675
  | 'visiblePainted'
@@ -6684,9 +6684,9 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6684
6684
  | 'revert-layer'
6685
6685
  | 'unset'
6686
6686
  | 'auto'
6687
+ | 'geometricPrecision'
6687
6688
  | 'optimizeSpeed'
6688
6689
  | 'crispEdges'
6689
- | 'geometricPrecision'
6690
6690
  | import('framer-motion').CustomValueType
6691
6691
  | undefined;
6692
6692
  stopColor?: string | import('framer-motion').CustomValueType | undefined;
@@ -6732,9 +6732,9 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6732
6732
  | 'revert-layer'
6733
6733
  | 'unset'
6734
6734
  | 'auto'
6735
- | 'optimizeSpeed'
6736
6735
  | 'geometricPrecision'
6737
6736
  | 'optimizeLegibility'
6737
+ | 'optimizeSpeed'
6738
6738
  | import('framer-motion').CustomValueType
6739
6739
  | undefined;
6740
6740
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -6747,6 +6747,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6747
6747
  | 'unset'
6748
6748
  | 'normal'
6749
6749
  | 'embed'
6750
+ | 'isolate'
6750
6751
  | '-moz-isolate'
6751
6752
  | '-moz-isolate-override'
6752
6753
  | '-moz-plaintext'
@@ -6754,7 +6755,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6754
6755
  | '-webkit-isolate-override'
6755
6756
  | '-webkit-plaintext'
6756
6757
  | 'bidi-override'
6757
- | 'isolate'
6758
6758
  | 'isolate-override'
6759
6759
  | 'plaintext'
6760
6760
  | import('framer-motion').CustomValueType
@@ -6821,12 +6821,12 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6821
6821
  | import('csstype').Property.Grid
6822
6822
  | import('framer-motion').CustomValueType
6823
6823
  | undefined;
6824
- top?:
6825
- | import('csstype').Property.Top<string | number>
6824
+ contain?:
6825
+ | import('csstype').Property.Contain
6826
6826
  | import('framer-motion').CustomValueType
6827
6827
  | undefined;
6828
- bottom?:
6829
- | import('csstype').Property.Bottom<string | number>
6828
+ overlay?:
6829
+ | import('csstype').Property.Overlay
6830
6830
  | import('framer-motion').CustomValueType
6831
6831
  | undefined;
6832
6832
  left?:
@@ -6837,7 +6837,43 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6837
6837
  | import('csstype').Property.Right<string | number>
6838
6838
  | import('framer-motion').CustomValueType
6839
6839
  | undefined;
6840
+ bottom?:
6841
+ | import('csstype').Property.Bottom<string | number>
6842
+ | import('framer-motion').CustomValueType
6843
+ | undefined;
6844
+ top?:
6845
+ | import('csstype').Property.Top<string | number>
6846
+ | import('framer-motion').CustomValueType
6847
+ | undefined;
6848
+ inset?:
6849
+ | import('csstype').Property.Inset<string | number>
6850
+ | import('framer-motion').CustomValueType
6851
+ | undefined;
6840
6852
  all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
6853
+ page?:
6854
+ | import('csstype').Property.Page
6855
+ | import('framer-motion').CustomValueType
6856
+ | undefined;
6857
+ position?:
6858
+ | import('csstype').Property.Position
6859
+ | import('framer-motion').CustomValueType
6860
+ | undefined;
6861
+ caret?:
6862
+ | import('csstype').Property.Caret
6863
+ | import('framer-motion').CustomValueType
6864
+ | undefined;
6865
+ zoom?:
6866
+ | import('csstype').Property.Zoom
6867
+ | import('framer-motion').CustomValueType
6868
+ | undefined;
6869
+ clear?:
6870
+ | import('csstype').Property.Clear
6871
+ | import('framer-motion').CustomValueType
6872
+ | undefined;
6873
+ padding?:
6874
+ | import('csstype').Property.Padding<string | number>
6875
+ | import('framer-motion').CustomValueType
6876
+ | undefined;
6841
6877
  minWidth?:
6842
6878
  | import('csstype').Property.MinWidth<string | number>
6843
6879
  | import('framer-motion').CustomValueType
@@ -6974,10 +7010,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6974
7010
  | import('csstype').Property.RowGap<string | number>
6975
7011
  | import('framer-motion').CustomValueType
6976
7012
  | undefined;
6977
- padding?:
6978
- | import('csstype').Property.Padding<string | number>
6979
- | import('framer-motion').CustomValueType
6980
- | undefined;
6981
7013
  paddingTop?:
6982
7014
  | import('csstype').Property.PaddingTop<string | number>
6983
7015
  | import('framer-motion').CustomValueType
@@ -7026,10 +7058,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7026
7058
  | import('csstype').Property.FlexWrap
7027
7059
  | import('framer-motion').CustomValueType
7028
7060
  | undefined;
7029
- position?:
7030
- | import('csstype').Property.Position
7031
- | import('framer-motion').CustomValueType
7032
- | undefined;
7033
7061
  textAlign?:
7034
7062
  | import('csstype').Property.TextAlign
7035
7063
  | import('framer-motion').CustomValueType
@@ -7342,10 +7370,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7342
7370
  | import('csstype').Property.CaretShape
7343
7371
  | import('framer-motion').CustomValueType
7344
7372
  | undefined;
7345
- clear?:
7346
- | import('csstype').Property.Clear
7347
- | import('framer-motion').CustomValueType
7348
- | undefined;
7349
7373
  colorAdjust?:
7350
7374
  | import('csstype').Property.PrintColorAdjust
7351
7375
  | import('framer-motion').CustomValueType
@@ -7382,10 +7406,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7382
7406
  | import('csstype').Property.ColumnWidth<string | number>
7383
7407
  | import('framer-motion').CustomValueType
7384
7408
  | undefined;
7385
- contain?:
7386
- | import('csstype').Property.Contain
7387
- | import('framer-motion').CustomValueType
7388
- | undefined;
7389
7409
  containIntrinsicBlockSize?:
7390
7410
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
7391
7411
  | import('framer-motion').CustomValueType
@@ -7826,10 +7846,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7826
7846
  | import('csstype').Property.OverflowY
7827
7847
  | import('framer-motion').CustomValueType
7828
7848
  | undefined;
7829
- overlay?:
7830
- | import('csstype').Property.Overlay
7831
- | import('framer-motion').CustomValueType
7832
- | undefined;
7833
7849
  overscrollBehaviorBlock?:
7834
7850
  | import('csstype').Property.OverscrollBehaviorBlock
7835
7851
  | import('framer-motion').CustomValueType
@@ -7870,10 +7886,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7870
7886
  | import('csstype').Property.PaddingRight<string | number>
7871
7887
  | import('framer-motion').CustomValueType
7872
7888
  | undefined;
7873
- page?:
7874
- | import('csstype').Property.Page
7875
- | import('framer-motion').CustomValueType
7876
- | undefined;
7877
7889
  pageBreakAfter?:
7878
7890
  | import('csstype').Property.PageBreakAfter
7879
7891
  | import('framer-motion').CustomValueType
@@ -8218,10 +8230,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
8218
8230
  | import('csstype').Property.WordWrap
8219
8231
  | import('framer-motion').CustomValueType
8220
8232
  | undefined;
8221
- zoom?:
8222
- | import('csstype').Property.Zoom
8223
- | import('framer-motion').CustomValueType
8224
- | undefined;
8225
8233
  animationRange?:
8226
8234
  | import('csstype').Property.AnimationRange<string | number>
8227
8235
  | import('framer-motion').CustomValueType
@@ -8278,10 +8286,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
8278
8286
  | import('csstype').Property.BorderTop<string | number>
8279
8287
  | import('framer-motion').CustomValueType
8280
8288
  | undefined;
8281
- caret?:
8282
- | import('csstype').Property.Caret
8283
- | import('framer-motion').CustomValueType
8284
- | undefined;
8285
8289
  columnRule?:
8286
8290
  | import('csstype').Property.ColumnRule<string | number>
8287
8291
  | import('framer-motion').CustomValueType
@@ -8306,10 +8310,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
8306
8310
  | import('csstype').Property.Font
8307
8311
  | import('framer-motion').CustomValueType
8308
8312
  | undefined;
8309
- inset?:
8310
- | import('csstype').Property.Inset<string | number>
8311
- | import('framer-motion').CustomValueType
8312
- | undefined;
8313
8313
  insetBlock?:
8314
8314
  | import('csstype').Property.InsetBlock<string | number>
8315
8315
  | import('framer-motion').CustomValueType
@@ -9844,7 +9844,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
9844
9844
  attributeName?: string | import('framer-motion').CustomValueType | undefined;
9845
9845
  attributeType?: string | import('framer-motion').CustomValueType | undefined;
9846
9846
  autoReverse?:
9847
- | (boolean | 'true' | 'false')
9847
+ | (boolean | 'false' | 'true')
9848
9848
  | import('framer-motion').CustomValueType
9849
9849
  | undefined;
9850
9850
  baseFrequency?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -9882,14 +9882,14 @@ export declare const useMotionProps: (props: UseMotionProps) => {
9882
9882
  end?: string | number | import('framer-motion').CustomValueType | undefined;
9883
9883
  exponent?: string | number | import('framer-motion').CustomValueType | undefined;
9884
9884
  externalResourcesRequired?:
9885
- | (boolean | 'true' | 'false')
9885
+ | (boolean | 'false' | 'true')
9886
9886
  | import('framer-motion').CustomValueType
9887
9887
  | undefined;
9888
9888
  filterRes?: string | number | import('framer-motion').CustomValueType | undefined;
9889
9889
  filterUnits?: string | number | import('framer-motion').CustomValueType | undefined;
9890
9890
  focusable?:
9891
9891
  | 'auto'
9892
- | (boolean | 'true' | 'false')
9892
+ | (boolean | 'false' | 'true')
9893
9893
  | import('framer-motion').CustomValueType
9894
9894
  | undefined;
9895
9895
  format?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -9955,7 +9955,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
9955
9955
  pointsAtY?: string | number | import('framer-motion').CustomValueType | undefined;
9956
9956
  pointsAtZ?: string | number | import('framer-motion').CustomValueType | undefined;
9957
9957
  preserveAlpha?:
9958
- | (boolean | 'true' | 'false')
9958
+ | (boolean | 'false' | 'true')
9959
9959
  | import('framer-motion').CustomValueType
9960
9960
  | undefined;
9961
9961
  preserveAspectRatio?: string | import('framer-motion').CustomValueType | undefined;
@@ -10049,7 +10049,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10049
10049
  zoomAndPan?: string | import('framer-motion').CustomValueType | undefined;
10050
10050
  'aria-activedescendant'?: string | import('framer-motion').CustomValueType | undefined;
10051
10051
  'aria-atomic'?:
10052
- | (boolean | 'true' | 'false')
10052
+ | (boolean | 'false' | 'true')
10053
10053
  | import('framer-motion').CustomValueType
10054
10054
  | undefined;
10055
10055
  'aria-autocomplete'?:
@@ -10065,14 +10065,14 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10065
10065
  | import('framer-motion').CustomValueType
10066
10066
  | undefined;
10067
10067
  'aria-busy'?:
10068
- | (boolean | 'true' | 'false')
10068
+ | (boolean | 'false' | 'true')
10069
10069
  | import('framer-motion').CustomValueType
10070
10070
  | undefined;
10071
10071
  'aria-checked'?:
10072
10072
  | boolean
10073
- | 'true'
10074
- | 'false'
10075
10073
  | 'mixed'
10074
+ | 'false'
10075
+ | 'true'
10076
10076
  | import('framer-motion').CustomValueType
10077
10077
  | undefined;
10078
10078
  'aria-colcount'?: number | import('framer-motion').CustomValueType | undefined;
@@ -10084,9 +10084,9 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10084
10084
  | boolean
10085
10085
  | 'time'
10086
10086
  | 'step'
10087
- | 'true'
10088
- | 'false'
10089
10087
  | 'page'
10088
+ | 'false'
10089
+ | 'true'
10090
10090
  | 'location'
10091
10091
  | 'date'
10092
10092
  | import('framer-motion').CustomValueType
@@ -10095,7 +10095,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10095
10095
  'aria-description'?: string | import('framer-motion').CustomValueType | undefined;
10096
10096
  'aria-details'?: string | import('framer-motion').CustomValueType | undefined;
10097
10097
  'aria-disabled'?:
10098
- | (boolean | 'true' | 'false')
10098
+ | (boolean | 'false' | 'true')
10099
10099
  | import('framer-motion').CustomValueType
10100
10100
  | undefined;
10101
10101
  'aria-dropeffect'?:
@@ -10109,12 +10109,12 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10109
10109
  | undefined;
10110
10110
  'aria-errormessage'?: string | import('framer-motion').CustomValueType | undefined;
10111
10111
  'aria-expanded'?:
10112
- | (boolean | 'true' | 'false')
10112
+ | (boolean | 'false' | 'true')
10113
10113
  | import('framer-motion').CustomValueType
10114
10114
  | undefined;
10115
10115
  'aria-flowto'?: string | import('framer-motion').CustomValueType | undefined;
10116
10116
  'aria-grabbed'?:
10117
- | (boolean | 'true' | 'false')
10117
+ | (boolean | 'false' | 'true')
10118
10118
  | import('framer-motion').CustomValueType
10119
10119
  | undefined;
10120
10120
  'aria-haspopup'?:
@@ -10122,20 +10122,20 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10122
10122
  | 'dialog'
10123
10123
  | 'menu'
10124
10124
  | 'grid'
10125
- | 'true'
10126
- | 'false'
10127
10125
  | 'listbox'
10126
+ | 'false'
10127
+ | 'true'
10128
10128
  | 'tree'
10129
10129
  | import('framer-motion').CustomValueType
10130
10130
  | undefined;
10131
10131
  'aria-hidden'?:
10132
- | (boolean | 'true' | 'false')
10132
+ | (boolean | 'false' | 'true')
10133
10133
  | import('framer-motion').CustomValueType
10134
10134
  | undefined;
10135
10135
  'aria-invalid'?:
10136
10136
  | boolean
10137
- | 'true'
10138
10137
  | 'false'
10138
+ | 'true'
10139
10139
  | 'grammar'
10140
10140
  | 'spelling'
10141
10141
  | import('framer-motion').CustomValueType
@@ -10151,15 +10151,15 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10151
10151
  | import('framer-motion').CustomValueType
10152
10152
  | undefined;
10153
10153
  'aria-modal'?:
10154
- | (boolean | 'true' | 'false')
10154
+ | (boolean | 'false' | 'true')
10155
10155
  | import('framer-motion').CustomValueType
10156
10156
  | undefined;
10157
10157
  'aria-multiline'?:
10158
- | (boolean | 'true' | 'false')
10158
+ | (boolean | 'false' | 'true')
10159
10159
  | import('framer-motion').CustomValueType
10160
10160
  | undefined;
10161
10161
  'aria-multiselectable'?:
10162
- | (boolean | 'true' | 'false')
10162
+ | (boolean | 'false' | 'true')
10163
10163
  | import('framer-motion').CustomValueType
10164
10164
  | undefined;
10165
10165
  'aria-orientation'?:
@@ -10172,13 +10172,13 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10172
10172
  'aria-posinset'?: number | import('framer-motion').CustomValueType | undefined;
10173
10173
  'aria-pressed'?:
10174
10174
  | boolean
10175
- | 'true'
10176
- | 'false'
10177
10175
  | 'mixed'
10176
+ | 'false'
10177
+ | 'true'
10178
10178
  | import('framer-motion').CustomValueType
10179
10179
  | undefined;
10180
10180
  'aria-readonly'?:
10181
- | (boolean | 'true' | 'false')
10181
+ | (boolean | 'false' | 'true')
10182
10182
  | import('framer-motion').CustomValueType
10183
10183
  | undefined;
10184
10184
  'aria-relevant'?:
@@ -10195,7 +10195,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10195
10195
  | import('framer-motion').CustomValueType
10196
10196
  | undefined;
10197
10197
  'aria-required'?:
10198
- | (boolean | 'true' | 'false')
10198
+ | (boolean | 'false' | 'true')
10199
10199
  | import('framer-motion').CustomValueType
10200
10200
  | undefined;
10201
10201
  'aria-roledescription'?: string | import('framer-motion').CustomValueType | undefined;
@@ -10204,7 +10204,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10204
10204
  'aria-rowindextext'?: string | import('framer-motion').CustomValueType | undefined;
10205
10205
  'aria-rowspan'?: number | import('framer-motion').CustomValueType | undefined;
10206
10206
  'aria-selected'?:
10207
- | (boolean | 'true' | 'false')
10207
+ | (boolean | 'false' | 'true')
10208
10208
  | import('framer-motion').CustomValueType
10209
10209
  | undefined;
10210
10210
  'aria-setsize'?: number | import('framer-motion').CustomValueType | undefined;