@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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 8.14.0 (10/6/2025 PST)
12
+
13
+ #### 🚀 Updates
14
+
15
+ - Add display, style and className props to ThemeProvider and InvertedThemeProvider.
16
+
17
+ ## 8.13.7 (10/6/2025 PST)
18
+
19
+ This is an artificial version bump with no new change.
20
+
11
21
  ## 8.13.6 ((10/3/2025, 01:54 PM PST))
12
22
 
13
23
  This is an artificial version bump with no new change.
@@ -968,11 +968,11 @@ export declare const useCollapsibleMotionProps: ({
968
968
  | 'hanging'
969
969
  | 'ideographic'
970
970
  | 'mathematical'
971
- | 'after-edge'
972
971
  | 'baseline'
972
+ | 'middle'
973
+ | 'after-edge'
973
974
  | 'before-edge'
974
975
  | 'central'
975
- | 'middle'
976
976
  | 'text-after-edge'
977
977
  | 'text-before-edge'
978
978
  | import('framer-motion').CustomValueType
@@ -1011,8 +1011,8 @@ export declare const useCollapsibleMotionProps: ({
1011
1011
  | 'revert-layer'
1012
1012
  | 'unset'
1013
1013
  | 'auto'
1014
- | 'optimizeQuality'
1015
1014
  | 'optimizeSpeed'
1015
+ | 'optimizeQuality'
1016
1016
  | import('framer-motion').CustomValueType
1017
1017
  | undefined;
1018
1018
  cursor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1040,8 +1040,8 @@ export declare const useCollapsibleMotionProps: ({
1040
1040
  | 'hanging'
1041
1041
  | 'ideographic'
1042
1042
  | 'mathematical'
1043
- | 'central'
1044
1043
  | 'middle'
1044
+ | 'central'
1045
1045
  | 'text-after-edge'
1046
1046
  | 'text-before-edge'
1047
1047
  | 'no-change'
@@ -1102,8 +1102,8 @@ export declare const useCollapsibleMotionProps: ({
1102
1102
  | 'none'
1103
1103
  | 'auto'
1104
1104
  | 'stroke'
1105
- | 'all'
1106
1105
  | 'visible'
1106
+ | 'all'
1107
1107
  | 'painted'
1108
1108
  | 'visibleFill'
1109
1109
  | 'visiblePainted'
@@ -1118,9 +1118,9 @@ export declare const useCollapsibleMotionProps: ({
1118
1118
  | 'revert-layer'
1119
1119
  | 'unset'
1120
1120
  | 'auto'
1121
+ | 'geometricPrecision'
1121
1122
  | 'optimizeSpeed'
1122
1123
  | 'crispEdges'
1123
- | 'geometricPrecision'
1124
1124
  | import('framer-motion').CustomValueType
1125
1125
  | undefined;
1126
1126
  stopColor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1166,9 +1166,9 @@ export declare const useCollapsibleMotionProps: ({
1166
1166
  | 'revert-layer'
1167
1167
  | 'unset'
1168
1168
  | 'auto'
1169
- | 'optimizeSpeed'
1170
1169
  | 'geometricPrecision'
1171
1170
  | 'optimizeLegibility'
1171
+ | 'optimizeSpeed'
1172
1172
  | import('framer-motion').CustomValueType
1173
1173
  | undefined;
1174
1174
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -1181,6 +1181,7 @@ export declare const useCollapsibleMotionProps: ({
1181
1181
  | 'unset'
1182
1182
  | 'normal'
1183
1183
  | 'embed'
1184
+ | 'isolate'
1184
1185
  | '-moz-isolate'
1185
1186
  | '-moz-isolate-override'
1186
1187
  | '-moz-plaintext'
@@ -1188,7 +1189,6 @@ export declare const useCollapsibleMotionProps: ({
1188
1189
  | '-webkit-isolate-override'
1189
1190
  | '-webkit-plaintext'
1190
1191
  | 'bidi-override'
1191
- | 'isolate'
1192
1192
  | 'isolate-override'
1193
1193
  | 'plaintext'
1194
1194
  | import('framer-motion').CustomValueType
@@ -1255,12 +1255,12 @@ export declare const useCollapsibleMotionProps: ({
1255
1255
  | import('csstype').Property.Grid
1256
1256
  | import('framer-motion').CustomValueType
1257
1257
  | undefined;
1258
- top?:
1259
- | import('csstype').Property.Top<string | number>
1258
+ contain?:
1259
+ | import('csstype').Property.Contain
1260
1260
  | import('framer-motion').CustomValueType
1261
1261
  | undefined;
1262
- bottom?:
1263
- | import('csstype').Property.Bottom<string | number>
1262
+ overlay?:
1263
+ | import('csstype').Property.Overlay
1264
1264
  | import('framer-motion').CustomValueType
1265
1265
  | undefined;
1266
1266
  left?:
@@ -1271,7 +1271,43 @@ export declare const useCollapsibleMotionProps: ({
1271
1271
  | import('csstype').Property.Right<string | number>
1272
1272
  | import('framer-motion').CustomValueType
1273
1273
  | undefined;
1274
+ bottom?:
1275
+ | import('csstype').Property.Bottom<string | number>
1276
+ | import('framer-motion').CustomValueType
1277
+ | undefined;
1278
+ top?:
1279
+ | import('csstype').Property.Top<string | number>
1280
+ | import('framer-motion').CustomValueType
1281
+ | undefined;
1282
+ inset?:
1283
+ | import('csstype').Property.Inset<string | number>
1284
+ | import('framer-motion').CustomValueType
1285
+ | undefined;
1274
1286
  all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
1287
+ page?:
1288
+ | import('csstype').Property.Page
1289
+ | import('framer-motion').CustomValueType
1290
+ | undefined;
1291
+ position?:
1292
+ | import('csstype').Property.Position
1293
+ | import('framer-motion').CustomValueType
1294
+ | undefined;
1295
+ caret?:
1296
+ | import('csstype').Property.Caret
1297
+ | import('framer-motion').CustomValueType
1298
+ | undefined;
1299
+ zoom?:
1300
+ | import('csstype').Property.Zoom
1301
+ | import('framer-motion').CustomValueType
1302
+ | undefined;
1303
+ clear?:
1304
+ | import('csstype').Property.Clear
1305
+ | import('framer-motion').CustomValueType
1306
+ | undefined;
1307
+ padding?:
1308
+ | import('csstype').Property.Padding<string | number>
1309
+ | import('framer-motion').CustomValueType
1310
+ | undefined;
1275
1311
  minWidth?:
1276
1312
  | import('csstype').Property.MinWidth<string | number>
1277
1313
  | import('framer-motion').CustomValueType
@@ -1408,10 +1444,6 @@ export declare const useCollapsibleMotionProps: ({
1408
1444
  | import('csstype').Property.RowGap<string | number>
1409
1445
  | import('framer-motion').CustomValueType
1410
1446
  | undefined;
1411
- padding?:
1412
- | import('csstype').Property.Padding<string | number>
1413
- | import('framer-motion').CustomValueType
1414
- | undefined;
1415
1447
  paddingTop?:
1416
1448
  | import('csstype').Property.PaddingTop<string | number>
1417
1449
  | import('framer-motion').CustomValueType
@@ -1460,10 +1492,6 @@ export declare const useCollapsibleMotionProps: ({
1460
1492
  | import('csstype').Property.FlexWrap
1461
1493
  | import('framer-motion').CustomValueType
1462
1494
  | undefined;
1463
- position?:
1464
- | import('csstype').Property.Position
1465
- | import('framer-motion').CustomValueType
1466
- | undefined;
1467
1495
  textAlign?:
1468
1496
  | import('csstype').Property.TextAlign
1469
1497
  | import('framer-motion').CustomValueType
@@ -1776,10 +1804,6 @@ export declare const useCollapsibleMotionProps: ({
1776
1804
  | import('csstype').Property.CaretShape
1777
1805
  | import('framer-motion').CustomValueType
1778
1806
  | undefined;
1779
- clear?:
1780
- | import('csstype').Property.Clear
1781
- | import('framer-motion').CustomValueType
1782
- | undefined;
1783
1807
  colorAdjust?:
1784
1808
  | import('csstype').Property.PrintColorAdjust
1785
1809
  | import('framer-motion').CustomValueType
@@ -1816,10 +1840,6 @@ export declare const useCollapsibleMotionProps: ({
1816
1840
  | import('csstype').Property.ColumnWidth<string | number>
1817
1841
  | import('framer-motion').CustomValueType
1818
1842
  | undefined;
1819
- contain?:
1820
- | import('csstype').Property.Contain
1821
- | import('framer-motion').CustomValueType
1822
- | undefined;
1823
1843
  containIntrinsicBlockSize?:
1824
1844
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
1825
1845
  | import('framer-motion').CustomValueType
@@ -2260,10 +2280,6 @@ export declare const useCollapsibleMotionProps: ({
2260
2280
  | import('csstype').Property.OverflowY
2261
2281
  | import('framer-motion').CustomValueType
2262
2282
  | undefined;
2263
- overlay?:
2264
- | import('csstype').Property.Overlay
2265
- | import('framer-motion').CustomValueType
2266
- | undefined;
2267
2283
  overscrollBehaviorBlock?:
2268
2284
  | import('csstype').Property.OverscrollBehaviorBlock
2269
2285
  | import('framer-motion').CustomValueType
@@ -2304,10 +2320,6 @@ export declare const useCollapsibleMotionProps: ({
2304
2320
  | import('csstype').Property.PaddingRight<string | number>
2305
2321
  | import('framer-motion').CustomValueType
2306
2322
  | undefined;
2307
- page?:
2308
- | import('csstype').Property.Page
2309
- | import('framer-motion').CustomValueType
2310
- | undefined;
2311
2323
  pageBreakAfter?:
2312
2324
  | import('csstype').Property.PageBreakAfter
2313
2325
  | import('framer-motion').CustomValueType
@@ -2652,10 +2664,6 @@ export declare const useCollapsibleMotionProps: ({
2652
2664
  | import('csstype').Property.WordWrap
2653
2665
  | import('framer-motion').CustomValueType
2654
2666
  | undefined;
2655
- zoom?:
2656
- | import('csstype').Property.Zoom
2657
- | import('framer-motion').CustomValueType
2658
- | undefined;
2659
2667
  animationRange?:
2660
2668
  | import('csstype').Property.AnimationRange<string | number>
2661
2669
  | import('framer-motion').CustomValueType
@@ -2712,10 +2720,6 @@ export declare const useCollapsibleMotionProps: ({
2712
2720
  | import('csstype').Property.BorderTop<string | number>
2713
2721
  | import('framer-motion').CustomValueType
2714
2722
  | undefined;
2715
- caret?:
2716
- | import('csstype').Property.Caret
2717
- | import('framer-motion').CustomValueType
2718
- | undefined;
2719
2723
  columnRule?:
2720
2724
  | import('csstype').Property.ColumnRule<string | number>
2721
2725
  | import('framer-motion').CustomValueType
@@ -2740,10 +2744,6 @@ export declare const useCollapsibleMotionProps: ({
2740
2744
  | import('csstype').Property.Font
2741
2745
  | import('framer-motion').CustomValueType
2742
2746
  | undefined;
2743
- inset?:
2744
- | import('csstype').Property.Inset<string | number>
2745
- | import('framer-motion').CustomValueType
2746
- | undefined;
2747
2747
  insetBlock?:
2748
2748
  | import('csstype').Property.InsetBlock<string | number>
2749
2749
  | import('framer-motion').CustomValueType
@@ -4278,7 +4278,7 @@ export declare const useCollapsibleMotionProps: ({
4278
4278
  attributeName?: string | import('framer-motion').CustomValueType | undefined;
4279
4279
  attributeType?: string | import('framer-motion').CustomValueType | undefined;
4280
4280
  autoReverse?:
4281
- | (boolean | 'true' | 'false')
4281
+ | (boolean | 'false' | 'true')
4282
4282
  | import('framer-motion').CustomValueType
4283
4283
  | undefined;
4284
4284
  baseFrequency?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4316,14 +4316,14 @@ export declare const useCollapsibleMotionProps: ({
4316
4316
  end?: string | number | import('framer-motion').CustomValueType | undefined;
4317
4317
  exponent?: string | number | import('framer-motion').CustomValueType | undefined;
4318
4318
  externalResourcesRequired?:
4319
- | (boolean | 'true' | 'false')
4319
+ | (boolean | 'false' | 'true')
4320
4320
  | import('framer-motion').CustomValueType
4321
4321
  | undefined;
4322
4322
  filterRes?: string | number | import('framer-motion').CustomValueType | undefined;
4323
4323
  filterUnits?: string | number | import('framer-motion').CustomValueType | undefined;
4324
4324
  focusable?:
4325
4325
  | 'auto'
4326
- | (boolean | 'true' | 'false')
4326
+ | (boolean | 'false' | 'true')
4327
4327
  | import('framer-motion').CustomValueType
4328
4328
  | undefined;
4329
4329
  format?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4389,7 +4389,7 @@ export declare const useCollapsibleMotionProps: ({
4389
4389
  pointsAtY?: string | number | import('framer-motion').CustomValueType | undefined;
4390
4390
  pointsAtZ?: string | number | import('framer-motion').CustomValueType | undefined;
4391
4391
  preserveAlpha?:
4392
- | (boolean | 'true' | 'false')
4392
+ | (boolean | 'false' | 'true')
4393
4393
  | import('framer-motion').CustomValueType
4394
4394
  | undefined;
4395
4395
  preserveAspectRatio?: string | import('framer-motion').CustomValueType | undefined;
@@ -4483,7 +4483,7 @@ export declare const useCollapsibleMotionProps: ({
4483
4483
  zoomAndPan?: string | import('framer-motion').CustomValueType | undefined;
4484
4484
  'aria-activedescendant'?: string | import('framer-motion').CustomValueType | undefined;
4485
4485
  'aria-atomic'?:
4486
- | (boolean | 'true' | 'false')
4486
+ | (boolean | 'false' | 'true')
4487
4487
  | import('framer-motion').CustomValueType
4488
4488
  | undefined;
4489
4489
  'aria-autocomplete'?:
@@ -4499,14 +4499,14 @@ export declare const useCollapsibleMotionProps: ({
4499
4499
  | import('framer-motion').CustomValueType
4500
4500
  | undefined;
4501
4501
  'aria-busy'?:
4502
- | (boolean | 'true' | 'false')
4502
+ | (boolean | 'false' | 'true')
4503
4503
  | import('framer-motion').CustomValueType
4504
4504
  | undefined;
4505
4505
  'aria-checked'?:
4506
4506
  | boolean
4507
- | 'true'
4508
- | 'false'
4509
4507
  | 'mixed'
4508
+ | 'false'
4509
+ | 'true'
4510
4510
  | import('framer-motion').CustomValueType
4511
4511
  | undefined;
4512
4512
  'aria-colcount'?: number | import('framer-motion').CustomValueType | undefined;
@@ -4518,9 +4518,9 @@ export declare const useCollapsibleMotionProps: ({
4518
4518
  | boolean
4519
4519
  | 'time'
4520
4520
  | 'step'
4521
- | 'true'
4522
- | 'false'
4523
4521
  | 'page'
4522
+ | 'false'
4523
+ | 'true'
4524
4524
  | 'location'
4525
4525
  | 'date'
4526
4526
  | import('framer-motion').CustomValueType
@@ -4529,7 +4529,7 @@ export declare const useCollapsibleMotionProps: ({
4529
4529
  'aria-description'?: string | import('framer-motion').CustomValueType | undefined;
4530
4530
  'aria-details'?: string | import('framer-motion').CustomValueType | undefined;
4531
4531
  'aria-disabled'?:
4532
- | (boolean | 'true' | 'false')
4532
+ | (boolean | 'false' | 'true')
4533
4533
  | import('framer-motion').CustomValueType
4534
4534
  | undefined;
4535
4535
  'aria-dropeffect'?:
@@ -4543,12 +4543,12 @@ export declare const useCollapsibleMotionProps: ({
4543
4543
  | undefined;
4544
4544
  'aria-errormessage'?: string | import('framer-motion').CustomValueType | undefined;
4545
4545
  'aria-expanded'?:
4546
- | (boolean | 'true' | 'false')
4546
+ | (boolean | 'false' | 'true')
4547
4547
  | import('framer-motion').CustomValueType
4548
4548
  | undefined;
4549
4549
  'aria-flowto'?: string | import('framer-motion').CustomValueType | undefined;
4550
4550
  'aria-grabbed'?:
4551
- | (boolean | 'true' | 'false')
4551
+ | (boolean | 'false' | 'true')
4552
4552
  | import('framer-motion').CustomValueType
4553
4553
  | undefined;
4554
4554
  'aria-haspopup'?:
@@ -4556,20 +4556,20 @@ export declare const useCollapsibleMotionProps: ({
4556
4556
  | 'dialog'
4557
4557
  | 'menu'
4558
4558
  | 'grid'
4559
- | 'true'
4560
- | 'false'
4561
4559
  | 'listbox'
4560
+ | 'false'
4561
+ | 'true'
4562
4562
  | 'tree'
4563
4563
  | import('framer-motion').CustomValueType
4564
4564
  | undefined;
4565
4565
  'aria-hidden'?:
4566
- | (boolean | 'true' | 'false')
4566
+ | (boolean | 'false' | 'true')
4567
4567
  | import('framer-motion').CustomValueType
4568
4568
  | undefined;
4569
4569
  'aria-invalid'?:
4570
4570
  | boolean
4571
- | 'true'
4572
4571
  | 'false'
4572
+ | 'true'
4573
4573
  | 'grammar'
4574
4574
  | 'spelling'
4575
4575
  | import('framer-motion').CustomValueType
@@ -4585,15 +4585,15 @@ export declare const useCollapsibleMotionProps: ({
4585
4585
  | import('framer-motion').CustomValueType
4586
4586
  | undefined;
4587
4587
  'aria-modal'?:
4588
- | (boolean | 'true' | 'false')
4588
+ | (boolean | 'false' | 'true')
4589
4589
  | import('framer-motion').CustomValueType
4590
4590
  | undefined;
4591
4591
  'aria-multiline'?:
4592
- | (boolean | 'true' | 'false')
4592
+ | (boolean | 'false' | 'true')
4593
4593
  | import('framer-motion').CustomValueType
4594
4594
  | undefined;
4595
4595
  'aria-multiselectable'?:
4596
- | (boolean | 'true' | 'false')
4596
+ | (boolean | 'false' | 'true')
4597
4597
  | import('framer-motion').CustomValueType
4598
4598
  | undefined;
4599
4599
  'aria-orientation'?:
@@ -4606,13 +4606,13 @@ export declare const useCollapsibleMotionProps: ({
4606
4606
  'aria-posinset'?: number | import('framer-motion').CustomValueType | undefined;
4607
4607
  'aria-pressed'?:
4608
4608
  | boolean
4609
- | 'true'
4610
- | 'false'
4611
4609
  | 'mixed'
4610
+ | 'false'
4611
+ | 'true'
4612
4612
  | import('framer-motion').CustomValueType
4613
4613
  | undefined;
4614
4614
  'aria-readonly'?:
4615
- | (boolean | 'true' | 'false')
4615
+ | (boolean | 'false' | 'true')
4616
4616
  | import('framer-motion').CustomValueType
4617
4617
  | undefined;
4618
4618
  'aria-relevant'?:
@@ -4629,7 +4629,7 @@ export declare const useCollapsibleMotionProps: ({
4629
4629
  | import('framer-motion').CustomValueType
4630
4630
  | undefined;
4631
4631
  'aria-required'?:
4632
- | (boolean | 'true' | 'false')
4632
+ | (boolean | 'false' | 'true')
4633
4633
  | import('framer-motion').CustomValueType
4634
4634
  | undefined;
4635
4635
  'aria-roledescription'?: string | import('framer-motion').CustomValueType | undefined;
@@ -4638,7 +4638,7 @@ export declare const useCollapsibleMotionProps: ({
4638
4638
  'aria-rowindextext'?: string | import('framer-motion').CustomValueType | undefined;
4639
4639
  'aria-rowspan'?: number | import('framer-motion').CustomValueType | undefined;
4640
4640
  'aria-selected'?:
4641
- | (boolean | 'true' | 'false')
4641
+ | (boolean | 'false' | 'true')
4642
4642
  | import('framer-motion').CustomValueType
4643
4643
  | undefined;
4644
4644
  'aria-setsize'?: number | import('framer-motion').CustomValueType | undefined;
@@ -80,8 +80,8 @@ export declare const SearchInput: React.MemoExoticComponent<
80
80
  | 'width'
81
81
  | 'disabled'
82
82
  | 'placeholder'
83
- | 'testID'
84
83
  | 'compact'
84
+ | 'testID'
85
85
  | 'accessibilityLabel'
86
86
  | 'accessibilityLabelledBy'
87
87
  | 'accessibilityHint'