@coinbase/cds-web 8.13.6 → 8.14.2

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.
@@ -973,11 +973,11 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
973
973
  | 'hanging'
974
974
  | 'ideographic'
975
975
  | 'mathematical'
976
- | 'after-edge'
977
976
  | 'baseline'
977
+ | 'middle'
978
+ | 'after-edge'
978
979
  | 'before-edge'
979
980
  | 'central'
980
- | 'middle'
981
981
  | 'text-after-edge'
982
982
  | 'text-before-edge'
983
983
  | import('framer-motion').CustomValueType
@@ -1016,8 +1016,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1016
1016
  | 'revert-layer'
1017
1017
  | 'unset'
1018
1018
  | 'auto'
1019
- | 'optimizeQuality'
1020
1019
  | 'optimizeSpeed'
1020
+ | 'optimizeQuality'
1021
1021
  | import('framer-motion').CustomValueType
1022
1022
  | undefined;
1023
1023
  cursor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1045,8 +1045,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1045
1045
  | 'hanging'
1046
1046
  | 'ideographic'
1047
1047
  | 'mathematical'
1048
- | 'central'
1049
1048
  | 'middle'
1049
+ | 'central'
1050
1050
  | 'text-after-edge'
1051
1051
  | 'text-before-edge'
1052
1052
  | 'no-change'
@@ -1107,8 +1107,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1107
1107
  | 'none'
1108
1108
  | 'auto'
1109
1109
  | 'stroke'
1110
- | 'all'
1111
1110
  | 'visible'
1111
+ | 'all'
1112
1112
  | 'painted'
1113
1113
  | 'visibleFill'
1114
1114
  | 'visiblePainted'
@@ -1123,9 +1123,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1123
1123
  | 'revert-layer'
1124
1124
  | 'unset'
1125
1125
  | 'auto'
1126
+ | 'geometricPrecision'
1126
1127
  | 'optimizeSpeed'
1127
1128
  | 'crispEdges'
1128
- | 'geometricPrecision'
1129
1129
  | import('framer-motion').CustomValueType
1130
1130
  | undefined;
1131
1131
  stopColor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1171,9 +1171,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1171
1171
  | 'revert-layer'
1172
1172
  | 'unset'
1173
1173
  | 'auto'
1174
- | 'optimizeSpeed'
1175
1174
  | 'geometricPrecision'
1176
1175
  | 'optimizeLegibility'
1176
+ | 'optimizeSpeed'
1177
1177
  | import('framer-motion').CustomValueType
1178
1178
  | undefined;
1179
1179
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -1186,6 +1186,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1186
1186
  | 'unset'
1187
1187
  | 'normal'
1188
1188
  | 'embed'
1189
+ | 'isolate'
1189
1190
  | '-moz-isolate'
1190
1191
  | '-moz-isolate-override'
1191
1192
  | '-moz-plaintext'
@@ -1193,7 +1194,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1193
1194
  | '-webkit-isolate-override'
1194
1195
  | '-webkit-plaintext'
1195
1196
  | 'bidi-override'
1196
- | 'isolate'
1197
1197
  | 'isolate-override'
1198
1198
  | 'plaintext'
1199
1199
  | import('framer-motion').CustomValueType
@@ -1260,12 +1260,12 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1260
1260
  | import('csstype').Property.Grid
1261
1261
  | import('framer-motion').CustomValueType
1262
1262
  | undefined;
1263
- top?:
1264
- | import('csstype').Property.Top<string | number>
1263
+ contain?:
1264
+ | import('csstype').Property.Contain
1265
1265
  | import('framer-motion').CustomValueType
1266
1266
  | undefined;
1267
- bottom?:
1268
- | import('csstype').Property.Bottom<string | number>
1267
+ overlay?:
1268
+ | import('csstype').Property.Overlay
1269
1269
  | import('framer-motion').CustomValueType
1270
1270
  | undefined;
1271
1271
  left?:
@@ -1276,7 +1276,43 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1276
1276
  | import('csstype').Property.Right<string | number>
1277
1277
  | import('framer-motion').CustomValueType
1278
1278
  | undefined;
1279
+ bottom?:
1280
+ | import('csstype').Property.Bottom<string | number>
1281
+ | import('framer-motion').CustomValueType
1282
+ | undefined;
1283
+ top?:
1284
+ | import('csstype').Property.Top<string | number>
1285
+ | import('framer-motion').CustomValueType
1286
+ | undefined;
1287
+ inset?:
1288
+ | import('csstype').Property.Inset<string | number>
1289
+ | import('framer-motion').CustomValueType
1290
+ | undefined;
1279
1291
  all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
1292
+ page?:
1293
+ | import('csstype').Property.Page
1294
+ | import('framer-motion').CustomValueType
1295
+ | undefined;
1296
+ position?:
1297
+ | import('csstype').Property.Position
1298
+ | import('framer-motion').CustomValueType
1299
+ | undefined;
1300
+ caret?:
1301
+ | import('csstype').Property.Caret
1302
+ | import('framer-motion').CustomValueType
1303
+ | undefined;
1304
+ zoom?:
1305
+ | import('csstype').Property.Zoom
1306
+ | import('framer-motion').CustomValueType
1307
+ | undefined;
1308
+ clear?:
1309
+ | import('csstype').Property.Clear
1310
+ | import('framer-motion').CustomValueType
1311
+ | undefined;
1312
+ padding?:
1313
+ | import('csstype').Property.Padding<string | number>
1314
+ | import('framer-motion').CustomValueType
1315
+ | undefined;
1280
1316
  minWidth?:
1281
1317
  | import('csstype').Property.MinWidth<string | number>
1282
1318
  | import('framer-motion').CustomValueType
@@ -1413,10 +1449,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1413
1449
  | import('csstype').Property.RowGap<string | number>
1414
1450
  | import('framer-motion').CustomValueType
1415
1451
  | undefined;
1416
- padding?:
1417
- | import('csstype').Property.Padding<string | number>
1418
- | import('framer-motion').CustomValueType
1419
- | undefined;
1420
1452
  paddingTop?:
1421
1453
  | import('csstype').Property.PaddingTop<string | number>
1422
1454
  | import('framer-motion').CustomValueType
@@ -1465,10 +1497,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1465
1497
  | import('csstype').Property.FlexWrap
1466
1498
  | import('framer-motion').CustomValueType
1467
1499
  | undefined;
1468
- position?:
1469
- | import('csstype').Property.Position
1470
- | import('framer-motion').CustomValueType
1471
- | undefined;
1472
1500
  textAlign?:
1473
1501
  | import('csstype').Property.TextAlign
1474
1502
  | import('framer-motion').CustomValueType
@@ -1781,10 +1809,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1781
1809
  | import('csstype').Property.CaretShape
1782
1810
  | import('framer-motion').CustomValueType
1783
1811
  | undefined;
1784
- clear?:
1785
- | import('csstype').Property.Clear
1786
- | import('framer-motion').CustomValueType
1787
- | undefined;
1788
1812
  colorAdjust?:
1789
1813
  | import('csstype').Property.PrintColorAdjust
1790
1814
  | import('framer-motion').CustomValueType
@@ -1821,10 +1845,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
1821
1845
  | import('csstype').Property.ColumnWidth<string | number>
1822
1846
  | import('framer-motion').CustomValueType
1823
1847
  | undefined;
1824
- contain?:
1825
- | import('csstype').Property.Contain
1826
- | import('framer-motion').CustomValueType
1827
- | undefined;
1828
1848
  containIntrinsicBlockSize?:
1829
1849
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
1830
1850
  | import('framer-motion').CustomValueType
@@ -2265,10 +2285,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
2265
2285
  | import('csstype').Property.OverflowY
2266
2286
  | import('framer-motion').CustomValueType
2267
2287
  | undefined;
2268
- overlay?:
2269
- | import('csstype').Property.Overlay
2270
- | import('framer-motion').CustomValueType
2271
- | undefined;
2272
2288
  overscrollBehaviorBlock?:
2273
2289
  | import('csstype').Property.OverscrollBehaviorBlock
2274
2290
  | import('framer-motion').CustomValueType
@@ -2309,10 +2325,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
2309
2325
  | import('csstype').Property.PaddingRight<string | number>
2310
2326
  | import('framer-motion').CustomValueType
2311
2327
  | undefined;
2312
- page?:
2313
- | import('csstype').Property.Page
2314
- | import('framer-motion').CustomValueType
2315
- | undefined;
2316
2328
  pageBreakAfter?:
2317
2329
  | import('csstype').Property.PageBreakAfter
2318
2330
  | import('framer-motion').CustomValueType
@@ -2657,10 +2669,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
2657
2669
  | import('csstype').Property.WordWrap
2658
2670
  | import('framer-motion').CustomValueType
2659
2671
  | undefined;
2660
- zoom?:
2661
- | import('csstype').Property.Zoom
2662
- | import('framer-motion').CustomValueType
2663
- | undefined;
2664
2672
  animationRange?:
2665
2673
  | import('csstype').Property.AnimationRange<string | number>
2666
2674
  | import('framer-motion').CustomValueType
@@ -2717,10 +2725,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
2717
2725
  | import('csstype').Property.BorderTop<string | number>
2718
2726
  | import('framer-motion').CustomValueType
2719
2727
  | undefined;
2720
- caret?:
2721
- | import('csstype').Property.Caret
2722
- | import('framer-motion').CustomValueType
2723
- | undefined;
2724
2728
  columnRule?:
2725
2729
  | import('csstype').Property.ColumnRule<string | number>
2726
2730
  | import('framer-motion').CustomValueType
@@ -2745,10 +2749,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
2745
2749
  | import('csstype').Property.Font
2746
2750
  | import('framer-motion').CustomValueType
2747
2751
  | undefined;
2748
- inset?:
2749
- | import('csstype').Property.Inset<string | number>
2750
- | import('framer-motion').CustomValueType
2751
- | undefined;
2752
2752
  insetBlock?:
2753
2753
  | import('csstype').Property.InsetBlock<string | number>
2754
2754
  | import('framer-motion').CustomValueType
@@ -4286,7 +4286,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4286
4286
  attributeName?: string | import('framer-motion').CustomValueType | undefined;
4287
4287
  attributeType?: string | import('framer-motion').CustomValueType | undefined;
4288
4288
  autoReverse?:
4289
- | (boolean | 'true' | 'false')
4289
+ | (boolean | 'false' | 'true')
4290
4290
  | import('framer-motion').CustomValueType
4291
4291
  | undefined;
4292
4292
  baseFrequency?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4324,14 +4324,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4324
4324
  end?: string | number | import('framer-motion').CustomValueType | undefined;
4325
4325
  exponent?: string | number | import('framer-motion').CustomValueType | undefined;
4326
4326
  externalResourcesRequired?:
4327
- | (boolean | 'true' | 'false')
4327
+ | (boolean | 'false' | 'true')
4328
4328
  | import('framer-motion').CustomValueType
4329
4329
  | undefined;
4330
4330
  filterRes?: string | number | import('framer-motion').CustomValueType | undefined;
4331
4331
  filterUnits?: string | number | import('framer-motion').CustomValueType | undefined;
4332
4332
  focusable?:
4333
4333
  | 'auto'
4334
- | (boolean | 'true' | 'false')
4334
+ | (boolean | 'false' | 'true')
4335
4335
  | import('framer-motion').CustomValueType
4336
4336
  | undefined;
4337
4337
  format?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4397,7 +4397,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4397
4397
  pointsAtY?: string | number | import('framer-motion').CustomValueType | undefined;
4398
4398
  pointsAtZ?: string | number | import('framer-motion').CustomValueType | undefined;
4399
4399
  preserveAlpha?:
4400
- | (boolean | 'true' | 'false')
4400
+ | (boolean | 'false' | 'true')
4401
4401
  | import('framer-motion').CustomValueType
4402
4402
  | undefined;
4403
4403
  preserveAspectRatio?: string | import('framer-motion').CustomValueType | undefined;
@@ -4499,7 +4499,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4499
4499
  zoomAndPan?: string | import('framer-motion').CustomValueType | undefined;
4500
4500
  'aria-activedescendant'?: string | import('framer-motion').CustomValueType | undefined;
4501
4501
  'aria-atomic'?:
4502
- | (boolean | 'true' | 'false')
4502
+ | (boolean | 'false' | 'true')
4503
4503
  | import('framer-motion').CustomValueType
4504
4504
  | undefined;
4505
4505
  'aria-autocomplete'?:
@@ -4515,14 +4515,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4515
4515
  | import('framer-motion').CustomValueType
4516
4516
  | undefined;
4517
4517
  'aria-busy'?:
4518
- | (boolean | 'true' | 'false')
4518
+ | (boolean | 'false' | 'true')
4519
4519
  | import('framer-motion').CustomValueType
4520
4520
  | undefined;
4521
4521
  'aria-checked'?:
4522
4522
  | boolean
4523
- | 'true'
4524
- | 'false'
4525
4523
  | 'mixed'
4524
+ | 'false'
4525
+ | 'true'
4526
4526
  | import('framer-motion').CustomValueType
4527
4527
  | undefined;
4528
4528
  'aria-colcount'?: number | import('framer-motion').CustomValueType | undefined;
@@ -4534,9 +4534,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4534
4534
  | boolean
4535
4535
  | 'time'
4536
4536
  | 'step'
4537
- | 'true'
4538
- | 'false'
4539
4537
  | 'page'
4538
+ | 'false'
4539
+ | 'true'
4540
4540
  | 'location'
4541
4541
  | 'date'
4542
4542
  | import('framer-motion').CustomValueType
@@ -4545,7 +4545,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4545
4545
  'aria-description'?: string | import('framer-motion').CustomValueType | undefined;
4546
4546
  'aria-details'?: string | import('framer-motion').CustomValueType | undefined;
4547
4547
  'aria-disabled'?:
4548
- | (boolean | 'true' | 'false')
4548
+ | (boolean | 'false' | 'true')
4549
4549
  | import('framer-motion').CustomValueType
4550
4550
  | undefined;
4551
4551
  'aria-dropeffect'?:
@@ -4559,12 +4559,12 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4559
4559
  | undefined;
4560
4560
  'aria-errormessage'?: string | import('framer-motion').CustomValueType | undefined;
4561
4561
  'aria-expanded'?:
4562
- | (boolean | 'true' | 'false')
4562
+ | (boolean | 'false' | 'true')
4563
4563
  | import('framer-motion').CustomValueType
4564
4564
  | undefined;
4565
4565
  'aria-flowto'?: string | import('framer-motion').CustomValueType | undefined;
4566
4566
  'aria-grabbed'?:
4567
- | (boolean | 'true' | 'false')
4567
+ | (boolean | 'false' | 'true')
4568
4568
  | import('framer-motion').CustomValueType
4569
4569
  | undefined;
4570
4570
  'aria-haspopup'?:
@@ -4572,20 +4572,20 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4572
4572
  | 'dialog'
4573
4573
  | 'menu'
4574
4574
  | 'grid'
4575
- | 'true'
4576
- | 'false'
4577
4575
  | 'listbox'
4576
+ | 'false'
4577
+ | 'true'
4578
4578
  | 'tree'
4579
4579
  | import('framer-motion').CustomValueType
4580
4580
  | undefined;
4581
4581
  'aria-hidden'?:
4582
- | (boolean | 'true' | 'false')
4582
+ | (boolean | 'false' | 'true')
4583
4583
  | import('framer-motion').CustomValueType
4584
4584
  | undefined;
4585
4585
  'aria-invalid'?:
4586
4586
  | boolean
4587
- | 'true'
4588
4587
  | 'false'
4588
+ | 'true'
4589
4589
  | 'grammar'
4590
4590
  | 'spelling'
4591
4591
  | import('framer-motion').CustomValueType
@@ -4601,15 +4601,15 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4601
4601
  | import('framer-motion').CustomValueType
4602
4602
  | undefined;
4603
4603
  'aria-modal'?:
4604
- | (boolean | 'true' | 'false')
4604
+ | (boolean | 'false' | 'true')
4605
4605
  | import('framer-motion').CustomValueType
4606
4606
  | undefined;
4607
4607
  'aria-multiline'?:
4608
- | (boolean | 'true' | 'false')
4608
+ | (boolean | 'false' | 'true')
4609
4609
  | import('framer-motion').CustomValueType
4610
4610
  | undefined;
4611
4611
  'aria-multiselectable'?:
4612
- | (boolean | 'true' | 'false')
4612
+ | (boolean | 'false' | 'true')
4613
4613
  | import('framer-motion').CustomValueType
4614
4614
  | undefined;
4615
4615
  'aria-orientation'?:
@@ -4622,13 +4622,13 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4622
4622
  'aria-posinset'?: number | import('framer-motion').CustomValueType | undefined;
4623
4623
  'aria-pressed'?:
4624
4624
  | boolean
4625
- | 'true'
4626
- | 'false'
4627
4625
  | 'mixed'
4626
+ | 'false'
4627
+ | 'true'
4628
4628
  | import('framer-motion').CustomValueType
4629
4629
  | undefined;
4630
4630
  'aria-readonly'?:
4631
- | (boolean | 'true' | 'false')
4631
+ | (boolean | 'false' | 'true')
4632
4632
  | import('framer-motion').CustomValueType
4633
4633
  | undefined;
4634
4634
  'aria-relevant'?:
@@ -4645,7 +4645,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4645
4645
  | import('framer-motion').CustomValueType
4646
4646
  | undefined;
4647
4647
  'aria-required'?:
4648
- | (boolean | 'true' | 'false')
4648
+ | (boolean | 'false' | 'true')
4649
4649
  | import('framer-motion').CustomValueType
4650
4650
  | undefined;
4651
4651
  'aria-roledescription'?: string | import('framer-motion').CustomValueType | undefined;
@@ -4654,7 +4654,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
4654
4654
  'aria-rowindextext'?: string | import('framer-motion').CustomValueType | undefined;
4655
4655
  'aria-rowspan'?: number | import('framer-motion').CustomValueType | undefined;
4656
4656
  'aria-selected'?:
4657
- | (boolean | 'true' | 'false')
4657
+ | (boolean | 'false' | 'true')
4658
4658
  | import('framer-motion').CustomValueType
4659
4659
  | undefined;
4660
4660
  'aria-setsize'?: number | import('framer-motion').CustomValueType | undefined;
@@ -6550,11 +6550,11 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6550
6550
  | 'hanging'
6551
6551
  | 'ideographic'
6552
6552
  | 'mathematical'
6553
- | 'after-edge'
6554
6553
  | 'baseline'
6554
+ | 'middle'
6555
+ | 'after-edge'
6555
6556
  | 'before-edge'
6556
6557
  | 'central'
6557
- | 'middle'
6558
6558
  | 'text-after-edge'
6559
6559
  | 'text-before-edge'
6560
6560
  | import('framer-motion').CustomValueType
@@ -6593,8 +6593,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6593
6593
  | 'revert-layer'
6594
6594
  | 'unset'
6595
6595
  | 'auto'
6596
- | 'optimizeQuality'
6597
6596
  | 'optimizeSpeed'
6597
+ | 'optimizeQuality'
6598
6598
  | import('framer-motion').CustomValueType
6599
6599
  | undefined;
6600
6600
  cursor?: string | import('framer-motion').CustomValueType | undefined;
@@ -6622,8 +6622,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6622
6622
  | 'hanging'
6623
6623
  | 'ideographic'
6624
6624
  | 'mathematical'
6625
- | 'central'
6626
6625
  | 'middle'
6626
+ | 'central'
6627
6627
  | 'text-after-edge'
6628
6628
  | 'text-before-edge'
6629
6629
  | 'no-change'
@@ -6684,8 +6684,8 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6684
6684
  | 'none'
6685
6685
  | 'auto'
6686
6686
  | 'stroke'
6687
- | 'all'
6688
6687
  | 'visible'
6688
+ | 'all'
6689
6689
  | 'painted'
6690
6690
  | 'visibleFill'
6691
6691
  | 'visiblePainted'
@@ -6700,9 +6700,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6700
6700
  | 'revert-layer'
6701
6701
  | 'unset'
6702
6702
  | 'auto'
6703
+ | 'geometricPrecision'
6703
6704
  | 'optimizeSpeed'
6704
6705
  | 'crispEdges'
6705
- | 'geometricPrecision'
6706
6706
  | import('framer-motion').CustomValueType
6707
6707
  | undefined;
6708
6708
  stopColor?: string | import('framer-motion').CustomValueType | undefined;
@@ -6748,9 +6748,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6748
6748
  | 'revert-layer'
6749
6749
  | 'unset'
6750
6750
  | 'auto'
6751
- | 'optimizeSpeed'
6752
6751
  | 'geometricPrecision'
6753
6752
  | 'optimizeLegibility'
6753
+ | 'optimizeSpeed'
6754
6754
  | import('framer-motion').CustomValueType
6755
6755
  | undefined;
6756
6756
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -6763,6 +6763,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6763
6763
  | 'unset'
6764
6764
  | 'normal'
6765
6765
  | 'embed'
6766
+ | 'isolate'
6766
6767
  | '-moz-isolate'
6767
6768
  | '-moz-isolate-override'
6768
6769
  | '-moz-plaintext'
@@ -6770,7 +6771,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6770
6771
  | '-webkit-isolate-override'
6771
6772
  | '-webkit-plaintext'
6772
6773
  | 'bidi-override'
6773
- | 'isolate'
6774
6774
  | 'isolate-override'
6775
6775
  | 'plaintext'
6776
6776
  | import('framer-motion').CustomValueType
@@ -6837,12 +6837,12 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6837
6837
  | import('csstype').Property.Grid
6838
6838
  | import('framer-motion').CustomValueType
6839
6839
  | undefined;
6840
- top?:
6841
- | import('csstype').Property.Top<string | number>
6840
+ contain?:
6841
+ | import('csstype').Property.Contain
6842
6842
  | import('framer-motion').CustomValueType
6843
6843
  | undefined;
6844
- bottom?:
6845
- | import('csstype').Property.Bottom<string | number>
6844
+ overlay?:
6845
+ | import('csstype').Property.Overlay
6846
6846
  | import('framer-motion').CustomValueType
6847
6847
  | undefined;
6848
6848
  left?:
@@ -6853,7 +6853,43 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6853
6853
  | import('csstype').Property.Right<string | number>
6854
6854
  | import('framer-motion').CustomValueType
6855
6855
  | undefined;
6856
+ bottom?:
6857
+ | import('csstype').Property.Bottom<string | number>
6858
+ | import('framer-motion').CustomValueType
6859
+ | undefined;
6860
+ top?:
6861
+ | import('csstype').Property.Top<string | number>
6862
+ | import('framer-motion').CustomValueType
6863
+ | undefined;
6864
+ inset?:
6865
+ | import('csstype').Property.Inset<string | number>
6866
+ | import('framer-motion').CustomValueType
6867
+ | undefined;
6856
6868
  all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
6869
+ page?:
6870
+ | import('csstype').Property.Page
6871
+ | import('framer-motion').CustomValueType
6872
+ | undefined;
6873
+ position?:
6874
+ | import('csstype').Property.Position
6875
+ | import('framer-motion').CustomValueType
6876
+ | undefined;
6877
+ caret?:
6878
+ | import('csstype').Property.Caret
6879
+ | import('framer-motion').CustomValueType
6880
+ | undefined;
6881
+ zoom?:
6882
+ | import('csstype').Property.Zoom
6883
+ | import('framer-motion').CustomValueType
6884
+ | undefined;
6885
+ clear?:
6886
+ | import('csstype').Property.Clear
6887
+ | import('framer-motion').CustomValueType
6888
+ | undefined;
6889
+ padding?:
6890
+ | import('csstype').Property.Padding<string | number>
6891
+ | import('framer-motion').CustomValueType
6892
+ | undefined;
6857
6893
  minWidth?:
6858
6894
  | import('csstype').Property.MinWidth<string | number>
6859
6895
  | import('framer-motion').CustomValueType
@@ -6990,10 +7026,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
6990
7026
  | import('csstype').Property.RowGap<string | number>
6991
7027
  | import('framer-motion').CustomValueType
6992
7028
  | undefined;
6993
- padding?:
6994
- | import('csstype').Property.Padding<string | number>
6995
- | import('framer-motion').CustomValueType
6996
- | undefined;
6997
7029
  paddingTop?:
6998
7030
  | import('csstype').Property.PaddingTop<string | number>
6999
7031
  | import('framer-motion').CustomValueType
@@ -7042,10 +7074,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
7042
7074
  | import('csstype').Property.FlexWrap
7043
7075
  | import('framer-motion').CustomValueType
7044
7076
  | undefined;
7045
- position?:
7046
- | import('csstype').Property.Position
7047
- | import('framer-motion').CustomValueType
7048
- | undefined;
7049
7077
  textAlign?:
7050
7078
  | import('csstype').Property.TextAlign
7051
7079
  | import('framer-motion').CustomValueType
@@ -7358,10 +7386,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
7358
7386
  | import('csstype').Property.CaretShape
7359
7387
  | import('framer-motion').CustomValueType
7360
7388
  | undefined;
7361
- clear?:
7362
- | import('csstype').Property.Clear
7363
- | import('framer-motion').CustomValueType
7364
- | undefined;
7365
7389
  colorAdjust?:
7366
7390
  | import('csstype').Property.PrintColorAdjust
7367
7391
  | import('framer-motion').CustomValueType
@@ -7398,10 +7422,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
7398
7422
  | import('csstype').Property.ColumnWidth<string | number>
7399
7423
  | import('framer-motion').CustomValueType
7400
7424
  | undefined;
7401
- contain?:
7402
- | import('csstype').Property.Contain
7403
- | import('framer-motion').CustomValueType
7404
- | undefined;
7405
7425
  containIntrinsicBlockSize?:
7406
7426
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
7407
7427
  | import('framer-motion').CustomValueType
@@ -7842,10 +7862,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
7842
7862
  | import('csstype').Property.OverflowY
7843
7863
  | import('framer-motion').CustomValueType
7844
7864
  | undefined;
7845
- overlay?:
7846
- | import('csstype').Property.Overlay
7847
- | import('framer-motion').CustomValueType
7848
- | undefined;
7849
7865
  overscrollBehaviorBlock?:
7850
7866
  | import('csstype').Property.OverscrollBehaviorBlock
7851
7867
  | import('framer-motion').CustomValueType
@@ -7886,10 +7902,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
7886
7902
  | import('csstype').Property.PaddingRight<string | number>
7887
7903
  | import('framer-motion').CustomValueType
7888
7904
  | undefined;
7889
- page?:
7890
- | import('csstype').Property.Page
7891
- | import('framer-motion').CustomValueType
7892
- | undefined;
7893
7905
  pageBreakAfter?:
7894
7906
  | import('csstype').Property.PageBreakAfter
7895
7907
  | import('framer-motion').CustomValueType
@@ -8234,10 +8246,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
8234
8246
  | import('csstype').Property.WordWrap
8235
8247
  | import('framer-motion').CustomValueType
8236
8248
  | undefined;
8237
- zoom?:
8238
- | import('csstype').Property.Zoom
8239
- | import('framer-motion').CustomValueType
8240
- | undefined;
8241
8249
  animationRange?:
8242
8250
  | import('csstype').Property.AnimationRange<string | number>
8243
8251
  | import('framer-motion').CustomValueType
@@ -8294,10 +8302,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
8294
8302
  | import('csstype').Property.BorderTop<string | number>
8295
8303
  | import('framer-motion').CustomValueType
8296
8304
  | undefined;
8297
- caret?:
8298
- | import('csstype').Property.Caret
8299
- | import('framer-motion').CustomValueType
8300
- | undefined;
8301
8305
  columnRule?:
8302
8306
  | import('csstype').Property.ColumnRule<string | number>
8303
8307
  | import('framer-motion').CustomValueType
@@ -8322,10 +8326,6 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
8322
8326
  | import('csstype').Property.Font
8323
8327
  | import('framer-motion').CustomValueType
8324
8328
  | undefined;
8325
- inset?:
8326
- | import('csstype').Property.Inset<string | number>
8327
- | import('framer-motion').CustomValueType
8328
- | undefined;
8329
8329
  insetBlock?:
8330
8330
  | import('csstype').Property.InsetBlock<string | number>
8331
8331
  | import('framer-motion').CustomValueType
@@ -9863,7 +9863,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
9863
9863
  attributeName?: string | import('framer-motion').CustomValueType | undefined;
9864
9864
  attributeType?: string | import('framer-motion').CustomValueType | undefined;
9865
9865
  autoReverse?:
9866
- | (boolean | 'true' | 'false')
9866
+ | (boolean | 'false' | 'true')
9867
9867
  | import('framer-motion').CustomValueType
9868
9868
  | undefined;
9869
9869
  baseFrequency?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -9901,14 +9901,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
9901
9901
  end?: string | number | import('framer-motion').CustomValueType | undefined;
9902
9902
  exponent?: string | number | import('framer-motion').CustomValueType | undefined;
9903
9903
  externalResourcesRequired?:
9904
- | (boolean | 'true' | 'false')
9904
+ | (boolean | 'false' | 'true')
9905
9905
  | import('framer-motion').CustomValueType
9906
9906
  | undefined;
9907
9907
  filterRes?: string | number | import('framer-motion').CustomValueType | undefined;
9908
9908
  filterUnits?: string | number | import('framer-motion').CustomValueType | undefined;
9909
9909
  focusable?:
9910
9910
  | 'auto'
9911
- | (boolean | 'true' | 'false')
9911
+ | (boolean | 'false' | 'true')
9912
9912
  | import('framer-motion').CustomValueType
9913
9913
  | undefined;
9914
9914
  format?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -9974,7 +9974,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
9974
9974
  pointsAtY?: string | number | import('framer-motion').CustomValueType | undefined;
9975
9975
  pointsAtZ?: string | number | import('framer-motion').CustomValueType | undefined;
9976
9976
  preserveAlpha?:
9977
- | (boolean | 'true' | 'false')
9977
+ | (boolean | 'false' | 'true')
9978
9978
  | import('framer-motion').CustomValueType
9979
9979
  | undefined;
9980
9980
  preserveAspectRatio?: string | import('framer-motion').CustomValueType | undefined;
@@ -10076,7 +10076,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10076
10076
  zoomAndPan?: string | import('framer-motion').CustomValueType | undefined;
10077
10077
  'aria-activedescendant'?: string | import('framer-motion').CustomValueType | undefined;
10078
10078
  'aria-atomic'?:
10079
- | (boolean | 'true' | 'false')
10079
+ | (boolean | 'false' | 'true')
10080
10080
  | import('framer-motion').CustomValueType
10081
10081
  | undefined;
10082
10082
  'aria-autocomplete'?:
@@ -10092,14 +10092,14 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10092
10092
  | import('framer-motion').CustomValueType
10093
10093
  | undefined;
10094
10094
  'aria-busy'?:
10095
- | (boolean | 'true' | 'false')
10095
+ | (boolean | 'false' | 'true')
10096
10096
  | import('framer-motion').CustomValueType
10097
10097
  | undefined;
10098
10098
  'aria-checked'?:
10099
10099
  | boolean
10100
- | 'true'
10101
- | 'false'
10102
10100
  | 'mixed'
10101
+ | 'false'
10102
+ | 'true'
10103
10103
  | import('framer-motion').CustomValueType
10104
10104
  | undefined;
10105
10105
  'aria-colcount'?: number | import('framer-motion').CustomValueType | undefined;
@@ -10111,9 +10111,9 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10111
10111
  | boolean
10112
10112
  | 'time'
10113
10113
  | 'step'
10114
- | 'true'
10115
- | 'false'
10116
10114
  | 'page'
10115
+ | 'false'
10116
+ | 'true'
10117
10117
  | 'location'
10118
10118
  | 'date'
10119
10119
  | import('framer-motion').CustomValueType
@@ -10122,7 +10122,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10122
10122
  'aria-description'?: string | import('framer-motion').CustomValueType | undefined;
10123
10123
  'aria-details'?: string | import('framer-motion').CustomValueType | undefined;
10124
10124
  'aria-disabled'?:
10125
- | (boolean | 'true' | 'false')
10125
+ | (boolean | 'false' | 'true')
10126
10126
  | import('framer-motion').CustomValueType
10127
10127
  | undefined;
10128
10128
  'aria-dropeffect'?:
@@ -10136,12 +10136,12 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10136
10136
  | undefined;
10137
10137
  'aria-errormessage'?: string | import('framer-motion').CustomValueType | undefined;
10138
10138
  'aria-expanded'?:
10139
- | (boolean | 'true' | 'false')
10139
+ | (boolean | 'false' | 'true')
10140
10140
  | import('framer-motion').CustomValueType
10141
10141
  | undefined;
10142
10142
  'aria-flowto'?: string | import('framer-motion').CustomValueType | undefined;
10143
10143
  'aria-grabbed'?:
10144
- | (boolean | 'true' | 'false')
10144
+ | (boolean | 'false' | 'true')
10145
10145
  | import('framer-motion').CustomValueType
10146
10146
  | undefined;
10147
10147
  'aria-haspopup'?:
@@ -10149,20 +10149,20 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10149
10149
  | 'dialog'
10150
10150
  | 'menu'
10151
10151
  | 'grid'
10152
- | 'true'
10153
- | 'false'
10154
10152
  | 'listbox'
10153
+ | 'false'
10154
+ | 'true'
10155
10155
  | 'tree'
10156
10156
  | import('framer-motion').CustomValueType
10157
10157
  | undefined;
10158
10158
  'aria-hidden'?:
10159
- | (boolean | 'true' | 'false')
10159
+ | (boolean | 'false' | 'true')
10160
10160
  | import('framer-motion').CustomValueType
10161
10161
  | undefined;
10162
10162
  'aria-invalid'?:
10163
10163
  | boolean
10164
- | 'true'
10165
10164
  | 'false'
10165
+ | 'true'
10166
10166
  | 'grammar'
10167
10167
  | 'spelling'
10168
10168
  | import('framer-motion').CustomValueType
@@ -10178,15 +10178,15 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10178
10178
  | import('framer-motion').CustomValueType
10179
10179
  | undefined;
10180
10180
  'aria-modal'?:
10181
- | (boolean | 'true' | 'false')
10181
+ | (boolean | 'false' | 'true')
10182
10182
  | import('framer-motion').CustomValueType
10183
10183
  | undefined;
10184
10184
  'aria-multiline'?:
10185
- | (boolean | 'true' | 'false')
10185
+ | (boolean | 'false' | 'true')
10186
10186
  | import('framer-motion').CustomValueType
10187
10187
  | undefined;
10188
10188
  'aria-multiselectable'?:
10189
- | (boolean | 'true' | 'false')
10189
+ | (boolean | 'false' | 'true')
10190
10190
  | import('framer-motion').CustomValueType
10191
10191
  | undefined;
10192
10192
  'aria-orientation'?:
@@ -10199,13 +10199,13 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10199
10199
  'aria-posinset'?: number | import('framer-motion').CustomValueType | undefined;
10200
10200
  'aria-pressed'?:
10201
10201
  | boolean
10202
- | 'true'
10203
- | 'false'
10204
10202
  | 'mixed'
10203
+ | 'false'
10204
+ | 'true'
10205
10205
  | import('framer-motion').CustomValueType
10206
10206
  | undefined;
10207
10207
  'aria-readonly'?:
10208
- | (boolean | 'true' | 'false')
10208
+ | (boolean | 'false' | 'true')
10209
10209
  | import('framer-motion').CustomValueType
10210
10210
  | undefined;
10211
10211
  'aria-relevant'?:
@@ -10222,7 +10222,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10222
10222
  | import('framer-motion').CustomValueType
10223
10223
  | undefined;
10224
10224
  'aria-required'?:
10225
- | (boolean | 'true' | 'false')
10225
+ | (boolean | 'false' | 'true')
10226
10226
  | import('framer-motion').CustomValueType
10227
10227
  | undefined;
10228
10228
  'aria-roledescription'?: string | import('framer-motion').CustomValueType | undefined;
@@ -10231,7 +10231,7 @@ export declare const useAnimateTabIndicator: ({ width, x }: UseAnimateTabIndicat
10231
10231
  'aria-rowindextext'?: string | import('framer-motion').CustomValueType | undefined;
10232
10232
  'aria-rowspan'?: number | import('framer-motion').CustomValueType | undefined;
10233
10233
  'aria-selected'?:
10234
- | (boolean | 'true' | 'false')
10234
+ | (boolean | 'false' | 'true')
10235
10235
  | import('framer-motion').CustomValueType
10236
10236
  | undefined;
10237
10237
  'aria-setsize'?: number | import('framer-motion').CustomValueType | undefined;