@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.
@@ -1053,11 +1053,11 @@ export declare const createVariant: (configs: MotionConfigs) =>
1053
1053
  | 'hanging'
1054
1054
  | 'ideographic'
1055
1055
  | 'mathematical'
1056
- | 'after-edge'
1057
1056
  | 'baseline'
1057
+ | 'middle'
1058
+ | 'after-edge'
1058
1059
  | 'before-edge'
1059
1060
  | '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
- | 'optimizeQuality'
1100
1099
  | 'optimizeSpeed'
1100
+ | 'optimizeQuality'
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
- | 'central'
1129
1128
  | 'middle'
1129
+ | 'central'
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
- | 'all'
1191
1190
  | 'visible'
1191
+ | 'all'
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'
1206
1207
  | 'optimizeSpeed'
1207
1208
  | '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'
1255
1254
  | 'geometricPrecision'
1256
1255
  | 'optimizeLegibility'
1256
+ | 'optimizeSpeed'
1257
1257
  | import('framer-motion').CustomValueType
1258
1258
  | undefined;
1259
1259
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -1266,6 +1266,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
1266
1266
  | 'unset'
1267
1267
  | 'normal'
1268
1268
  | 'embed'
1269
+ | 'isolate'
1269
1270
  | '-moz-isolate'
1270
1271
  | '-moz-isolate-override'
1271
1272
  | '-moz-plaintext'
@@ -1273,7 +1274,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
1273
1274
  | '-webkit-isolate-override'
1274
1275
  | '-webkit-plaintext'
1275
1276
  | 'bidi-override'
1276
- | 'isolate'
1277
1277
  | 'isolate-override'
1278
1278
  | 'plaintext'
1279
1279
  | import('framer-motion').CustomValueType
@@ -1337,12 +1337,12 @@ export declare const createVariant: (configs: MotionConfigs) =>
1337
1337
  | import('framer-motion').CustomValueType
1338
1338
  | undefined;
1339
1339
  grid?: import('csstype').Property.Grid | import('framer-motion').CustomValueType | undefined;
1340
- top?:
1341
- | import('csstype').Property.Top<string | number>
1340
+ contain?:
1341
+ | import('csstype').Property.Contain
1342
1342
  | import('framer-motion').CustomValueType
1343
1343
  | undefined;
1344
- bottom?:
1345
- | import('csstype').Property.Bottom<string | number>
1344
+ overlay?:
1345
+ | import('csstype').Property.Overlay
1346
1346
  | import('framer-motion').CustomValueType
1347
1347
  | undefined;
1348
1348
  left?:
@@ -1353,7 +1353,37 @@ export declare const createVariant: (configs: MotionConfigs) =>
1353
1353
  | import('csstype').Property.Right<string | number>
1354
1354
  | import('framer-motion').CustomValueType
1355
1355
  | 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;
1356
1368
  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;
1357
1387
  minWidth?:
1358
1388
  | import('csstype').Property.MinWidth<string | number>
1359
1389
  | import('framer-motion').CustomValueType
@@ -1490,10 +1520,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
1490
1520
  | import('csstype').Property.RowGap<string | number>
1491
1521
  | import('framer-motion').CustomValueType
1492
1522
  | undefined;
1493
- padding?:
1494
- | import('csstype').Property.Padding<string | number>
1495
- | import('framer-motion').CustomValueType
1496
- | undefined;
1497
1523
  paddingTop?:
1498
1524
  | import('csstype').Property.PaddingTop<string | number>
1499
1525
  | import('framer-motion').CustomValueType
@@ -1542,10 +1568,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
1542
1568
  | import('csstype').Property.FlexWrap
1543
1569
  | import('framer-motion').CustomValueType
1544
1570
  | undefined;
1545
- position?:
1546
- | import('csstype').Property.Position
1547
- | import('framer-motion').CustomValueType
1548
- | undefined;
1549
1571
  textAlign?:
1550
1572
  | import('csstype').Property.TextAlign
1551
1573
  | import('framer-motion').CustomValueType
@@ -1858,10 +1880,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
1858
1880
  | import('csstype').Property.CaretShape
1859
1881
  | import('framer-motion').CustomValueType
1860
1882
  | undefined;
1861
- clear?:
1862
- | import('csstype').Property.Clear
1863
- | import('framer-motion').CustomValueType
1864
- | undefined;
1865
1883
  colorAdjust?:
1866
1884
  | import('csstype').Property.PrintColorAdjust
1867
1885
  | import('framer-motion').CustomValueType
@@ -1898,10 +1916,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
1898
1916
  | import('csstype').Property.ColumnWidth<string | number>
1899
1917
  | import('framer-motion').CustomValueType
1900
1918
  | undefined;
1901
- contain?:
1902
- | import('csstype').Property.Contain
1903
- | import('framer-motion').CustomValueType
1904
- | undefined;
1905
1919
  containIntrinsicBlockSize?:
1906
1920
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
1907
1921
  | import('framer-motion').CustomValueType
@@ -2342,10 +2356,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
2342
2356
  | import('csstype').Property.OverflowY
2343
2357
  | import('framer-motion').CustomValueType
2344
2358
  | undefined;
2345
- overlay?:
2346
- | import('csstype').Property.Overlay
2347
- | import('framer-motion').CustomValueType
2348
- | undefined;
2349
2359
  overscrollBehaviorBlock?:
2350
2360
  | import('csstype').Property.OverscrollBehaviorBlock
2351
2361
  | import('framer-motion').CustomValueType
@@ -2386,7 +2396,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
2386
2396
  | import('csstype').Property.PaddingRight<string | number>
2387
2397
  | import('framer-motion').CustomValueType
2388
2398
  | undefined;
2389
- page?: import('csstype').Property.Page | import('framer-motion').CustomValueType | undefined;
2390
2399
  pageBreakAfter?:
2391
2400
  | import('csstype').Property.PageBreakAfter
2392
2401
  | import('framer-motion').CustomValueType
@@ -2731,7 +2740,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
2731
2740
  | import('csstype').Property.WordWrap
2732
2741
  | import('framer-motion').CustomValueType
2733
2742
  | undefined;
2734
- zoom?: import('csstype').Property.Zoom | import('framer-motion').CustomValueType | undefined;
2735
2743
  animationRange?:
2736
2744
  | import('csstype').Property.AnimationRange<string | number>
2737
2745
  | import('framer-motion').CustomValueType
@@ -2788,10 +2796,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
2788
2796
  | import('csstype').Property.BorderTop<string | number>
2789
2797
  | import('framer-motion').CustomValueType
2790
2798
  | undefined;
2791
- caret?:
2792
- | import('csstype').Property.Caret
2793
- | import('framer-motion').CustomValueType
2794
- | undefined;
2795
2799
  columnRule?:
2796
2800
  | import('csstype').Property.ColumnRule<string | number>
2797
2801
  | import('framer-motion').CustomValueType
@@ -2813,10 +2817,6 @@ export declare const createVariant: (configs: MotionConfigs) =>
2813
2817
  | import('framer-motion').CustomValueType
2814
2818
  | undefined;
2815
2819
  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
@@ -4351,7 +4351,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
4351
4351
  attributeName?: string | import('framer-motion').CustomValueType | undefined;
4352
4352
  attributeType?: string | import('framer-motion').CustomValueType | undefined;
4353
4353
  autoReverse?:
4354
- | (boolean | 'true' | 'false')
4354
+ | (boolean | 'false' | 'true')
4355
4355
  | import('framer-motion').CustomValueType
4356
4356
  | undefined;
4357
4357
  baseFrequency?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4389,14 +4389,14 @@ export declare const createVariant: (configs: MotionConfigs) =>
4389
4389
  end?: string | number | import('framer-motion').CustomValueType | undefined;
4390
4390
  exponent?: string | number | import('framer-motion').CustomValueType | undefined;
4391
4391
  externalResourcesRequired?:
4392
- | (boolean | 'true' | 'false')
4392
+ | (boolean | 'false' | 'true')
4393
4393
  | import('framer-motion').CustomValueType
4394
4394
  | undefined;
4395
4395
  filterRes?: string | number | import('framer-motion').CustomValueType | undefined;
4396
4396
  filterUnits?: string | number | import('framer-motion').CustomValueType | undefined;
4397
4397
  focusable?:
4398
4398
  | 'auto'
4399
- | (boolean | 'true' | 'false')
4399
+ | (boolean | 'false' | 'true')
4400
4400
  | import('framer-motion').CustomValueType
4401
4401
  | undefined;
4402
4402
  format?: string | number | import('framer-motion').CustomValueType | undefined;
@@ -4462,7 +4462,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
4462
4462
  pointsAtY?: string | number | import('framer-motion').CustomValueType | undefined;
4463
4463
  pointsAtZ?: string | number | import('framer-motion').CustomValueType | undefined;
4464
4464
  preserveAlpha?:
4465
- | (boolean | 'true' | 'false')
4465
+ | (boolean | 'false' | 'true')
4466
4466
  | import('framer-motion').CustomValueType
4467
4467
  | undefined;
4468
4468
  preserveAspectRatio?: string | import('framer-motion').CustomValueType | undefined;
@@ -4552,7 +4552,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
4552
4552
  zoomAndPan?: string | import('framer-motion').CustomValueType | undefined;
4553
4553
  'aria-activedescendant'?: string | import('framer-motion').CustomValueType | undefined;
4554
4554
  'aria-atomic'?:
4555
- | (boolean | 'true' | 'false')
4555
+ | (boolean | 'false' | 'true')
4556
4556
  | import('framer-motion').CustomValueType
4557
4557
  | undefined;
4558
4558
  'aria-autocomplete'?:
@@ -4565,14 +4565,14 @@ export declare const createVariant: (configs: MotionConfigs) =>
4565
4565
  'aria-braillelabel'?: string | import('framer-motion').CustomValueType | undefined;
4566
4566
  'aria-brailleroledescription'?: string | import('framer-motion').CustomValueType | undefined;
4567
4567
  'aria-busy'?:
4568
- | (boolean | 'true' | 'false')
4568
+ | (boolean | 'false' | 'true')
4569
4569
  | import('framer-motion').CustomValueType
4570
4570
  | undefined;
4571
4571
  'aria-checked'?:
4572
4572
  | boolean
4573
- | 'true'
4574
- | 'false'
4575
4573
  | 'mixed'
4574
+ | 'false'
4575
+ | 'true'
4576
4576
  | import('framer-motion').CustomValueType
4577
4577
  | undefined;
4578
4578
  'aria-colcount'?: number | import('framer-motion').CustomValueType | undefined;
@@ -4584,9 +4584,9 @@ export declare const createVariant: (configs: MotionConfigs) =>
4584
4584
  | boolean
4585
4585
  | 'time'
4586
4586
  | 'step'
4587
- | 'true'
4588
- | 'false'
4589
4587
  | 'page'
4588
+ | 'false'
4589
+ | 'true'
4590
4590
  | 'location'
4591
4591
  | 'date'
4592
4592
  | import('framer-motion').CustomValueType
@@ -4595,7 +4595,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
4595
4595
  'aria-description'?: string | import('framer-motion').CustomValueType | undefined;
4596
4596
  'aria-details'?: string | import('framer-motion').CustomValueType | undefined;
4597
4597
  'aria-disabled'?:
4598
- | (boolean | 'true' | 'false')
4598
+ | (boolean | 'false' | 'true')
4599
4599
  | import('framer-motion').CustomValueType
4600
4600
  | undefined;
4601
4601
  'aria-dropeffect'?:
@@ -4609,12 +4609,12 @@ export declare const createVariant: (configs: MotionConfigs) =>
4609
4609
  | undefined;
4610
4610
  'aria-errormessage'?: string | import('framer-motion').CustomValueType | undefined;
4611
4611
  'aria-expanded'?:
4612
- | (boolean | 'true' | 'false')
4612
+ | (boolean | 'false' | 'true')
4613
4613
  | import('framer-motion').CustomValueType
4614
4614
  | undefined;
4615
4615
  'aria-flowto'?: string | import('framer-motion').CustomValueType | undefined;
4616
4616
  'aria-grabbed'?:
4617
- | (boolean | 'true' | 'false')
4617
+ | (boolean | 'false' | 'true')
4618
4618
  | import('framer-motion').CustomValueType
4619
4619
  | undefined;
4620
4620
  'aria-haspopup'?:
@@ -4622,20 +4622,20 @@ export declare const createVariant: (configs: MotionConfigs) =>
4622
4622
  | 'dialog'
4623
4623
  | 'menu'
4624
4624
  | 'grid'
4625
- | 'true'
4626
- | 'false'
4627
4625
  | 'listbox'
4626
+ | 'false'
4627
+ | 'true'
4628
4628
  | 'tree'
4629
4629
  | import('framer-motion').CustomValueType
4630
4630
  | undefined;
4631
4631
  'aria-hidden'?:
4632
- | (boolean | 'true' | 'false')
4632
+ | (boolean | 'false' | 'true')
4633
4633
  | import('framer-motion').CustomValueType
4634
4634
  | undefined;
4635
4635
  'aria-invalid'?:
4636
4636
  | boolean
4637
- | 'true'
4638
4637
  | 'false'
4638
+ | 'true'
4639
4639
  | 'grammar'
4640
4640
  | 'spelling'
4641
4641
  | import('framer-motion').CustomValueType
@@ -4651,15 +4651,15 @@ export declare const createVariant: (configs: MotionConfigs) =>
4651
4651
  | import('framer-motion').CustomValueType
4652
4652
  | undefined;
4653
4653
  'aria-modal'?:
4654
- | (boolean | 'true' | 'false')
4654
+ | (boolean | 'false' | 'true')
4655
4655
  | import('framer-motion').CustomValueType
4656
4656
  | undefined;
4657
4657
  'aria-multiline'?:
4658
- | (boolean | 'true' | 'false')
4658
+ | (boolean | 'false' | 'true')
4659
4659
  | import('framer-motion').CustomValueType
4660
4660
  | undefined;
4661
4661
  'aria-multiselectable'?:
4662
- | (boolean | 'true' | 'false')
4662
+ | (boolean | 'false' | 'true')
4663
4663
  | import('framer-motion').CustomValueType
4664
4664
  | undefined;
4665
4665
  'aria-orientation'?:
@@ -4672,13 +4672,13 @@ export declare const createVariant: (configs: MotionConfigs) =>
4672
4672
  'aria-posinset'?: number | import('framer-motion').CustomValueType | undefined;
4673
4673
  'aria-pressed'?:
4674
4674
  | boolean
4675
- | 'true'
4676
- | 'false'
4677
4675
  | 'mixed'
4676
+ | 'false'
4677
+ | 'true'
4678
4678
  | import('framer-motion').CustomValueType
4679
4679
  | undefined;
4680
4680
  'aria-readonly'?:
4681
- | (boolean | 'true' | 'false')
4681
+ | (boolean | 'false' | 'true')
4682
4682
  | import('framer-motion').CustomValueType
4683
4683
  | undefined;
4684
4684
  'aria-relevant'?:
@@ -4695,7 +4695,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
4695
4695
  | import('framer-motion').CustomValueType
4696
4696
  | undefined;
4697
4697
  'aria-required'?:
4698
- | (boolean | 'true' | 'false')
4698
+ | (boolean | 'false' | 'true')
4699
4699
  | import('framer-motion').CustomValueType
4700
4700
  | undefined;
4701
4701
  'aria-roledescription'?: string | import('framer-motion').CustomValueType | undefined;
@@ -4704,7 +4704,7 @@ export declare const createVariant: (configs: MotionConfigs) =>
4704
4704
  'aria-rowindextext'?: string | import('framer-motion').CustomValueType | undefined;
4705
4705
  'aria-rowspan'?: number | import('framer-motion').CustomValueType | undefined;
4706
4706
  'aria-selected'?:
4707
- | (boolean | 'true' | 'false')
4707
+ | (boolean | 'false' | 'true')
4708
4708
  | import('framer-motion').CustomValueType
4709
4709
  | undefined;
4710
4710
  'aria-setsize'?: number | import('framer-motion').CustomValueType | undefined;
@@ -26,9 +26,9 @@ export declare const FullscreenModalLayout: React.MemoExoticComponent<
26
26
  Pick<
27
27
  import('./Modal').ModalBaseProps,
28
28
  | 'role'
29
+ | 'visible'
29
30
  | 'testID'
30
31
  | 'zIndex'
31
- | 'visible'
32
32
  | 'accessibilityLabel'
33
33
  | 'accessibilityLabelledBy'
34
34
  | 'disableFocusTrap'
@@ -9,11 +9,13 @@ export type ThemeContextValue = Theme;
9
9
  export declare const ThemeContext: React.Context<Theme | undefined>;
10
10
  type ThemeManagerProps = {
11
11
  display?: React.CSSProperties['display'];
12
+ className?: string;
13
+ style?: React.CSSProperties;
12
14
  children?: React.ReactNode;
13
15
  theme: Theme;
14
16
  };
15
17
  export declare const useThemeProviderStyles: (theme: Theme) => Record<string, unknown>;
16
- export type ThemeProviderProps = Pick<ThemeManagerProps, 'display'> &
18
+ export type ThemeProviderProps = Pick<ThemeManagerProps, 'display' | 'className' | 'style'> &
17
19
  Pick<FramerMotionProviderProps, 'motionFeatures'> & {
18
20
  theme: ThemeConfig;
19
21
  activeColorScheme: ColorScheme;
@@ -23,15 +25,23 @@ export declare const ThemeProvider: ({
23
25
  theme,
24
26
  activeColorScheme,
25
27
  children,
28
+ className,
26
29
  display,
30
+ style,
27
31
  motionFeatures,
28
32
  }: ThemeProviderProps) => import('react/jsx-runtime').JSX.Element;
29
- export type InvertedThemeProviderProps = {
33
+ export type InvertedThemeProviderProps = Pick<
34
+ ThemeManagerProps,
35
+ 'display' | 'className' | 'style'
36
+ > & {
30
37
  children?: React.ReactNode;
31
38
  };
32
39
  /** Falls back to the currently active colorScheme if the inverse colors are not defined in the theme. */
33
40
  export declare const InvertedThemeProvider: ({
34
41
  children,
42
+ display,
43
+ className,
44
+ style,
35
45
  }: InvertedThemeProviderProps) => import('react/jsx-runtime').JSX.Element;
36
46
  export {};
37
47
  //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/system/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAClE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAGnE,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGtE,OAAO,EAAwB,KAAK,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAG9F,OAAO,QAAQ,SAAS,CAAC;IAEvB,UAAU,UAAW,SAAQ,OAAO,CAAC,YAAY,CAAC;KAAG;CACtD;AAED,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC;AAEtC,eAAO,MAAM,YAAY,kCAA0D,CAAC;AAEpF,KAAK,iBAAiB,GAAG;IACvB,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACzC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,OAAO,KAAK,4BAGlD,CAAC;AAYF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,iBAAiB,EAAE,SAAS,CAAC,GACjE,IAAI,CAAC,yBAAyB,EAAE,gBAAgB,CAAC,GAAG;IAClD,KAAK,EAAE,WAAW,CAAC;IACnB,iBAAiB,EAAE,WAAW,CAAC;IAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEJ,eAAO,MAAM,aAAa,GAAI,kEAM3B,kBAAkB,4CA6CpB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,0GAA0G;AAC1G,eAAO,MAAM,qBAAqB,GAAI,cAAc,0BAA0B,4CAY7E,CAAC"}
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/system/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAClE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAGnE,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGtE,OAAO,EAAwB,KAAK,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAG9F,OAAO,QAAQ,SAAS,CAAC;IAEvB,UAAU,UAAW,SAAQ,OAAO,CAAC,YAAY,CAAC;KAAG;CACtD;AAED,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC;AAEtC,eAAO,MAAM,YAAY,kCAA0D,CAAC;AAEpF,KAAK,iBAAiB,GAAG;IACvB,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,OAAO,KAAK,4BAGlD,CAAC;AAeF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,iBAAiB,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,CAAC,GACzF,IAAI,CAAC,yBAAyB,EAAE,gBAAgB,CAAC,GAAG;IAClD,KAAK,EAAE,WAAW,CAAC;IACnB,iBAAiB,EAAE,WAAW,CAAC;IAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEJ,eAAO,MAAM,aAAa,GAAI,oFAQ3B,kBAAkB,4CA6CpB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAC3C,iBAAiB,EACjB,SAAS,GAAG,WAAW,GAAG,OAAO,CAClC,GAAG;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,0GAA0G;AAC1G,eAAO,MAAM,qBAAqB,GAAI,0CAKnC,0BAA0B,4CAkB5B,CAAC"}