@cloudscape-design/board-components 3.0.182 → 3.0.183
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/internal/generated/styles/tokens.d.ts +1 -0
- package/internal/generated/styles/tokens.js +1 -0
- package/internal/generated/theming/index.cjs +32 -0
- package/internal/generated/theming/index.cjs.d.ts +9 -0
- package/internal/generated/theming/index.d.ts +9 -0
- package/internal/generated/theming/index.js +32 -0
- package/package.json +1 -1
|
@@ -533,6 +533,7 @@ export const colorTextInteractiveInvertedDefault: string;
|
|
|
533
533
|
export const colorTextInteractiveInvertedHover: string;
|
|
534
534
|
export const colorTextInverted: string;
|
|
535
535
|
export const colorTextLabel: string;
|
|
536
|
+
export const colorTextKeyValuePairsValue: string;
|
|
536
537
|
export const colorTextLayoutToggle: string;
|
|
537
538
|
export const colorTextLayoutToggleActive: string;
|
|
538
539
|
export const colorTextLayoutToggleHover: string;
|
|
@@ -533,6 +533,7 @@ export var colorTextInteractiveInvertedDefault = "var(--color-text-interactive-i
|
|
|
533
533
|
export var colorTextInteractiveInvertedHover = "var(--color-text-interactive-inverted-hover-65rnp7, #f9f9fa)";
|
|
534
534
|
export var colorTextInverted = "var(--color-text-inverted-4v4dmq, #ffffff)";
|
|
535
535
|
export var colorTextLabel = "var(--color-text-label-28gfmc, #0f141a)";
|
|
536
|
+
export var colorTextKeyValuePairsValue = "var(--color-text-key-value-pairs-value-pezok9, #0f141a)";
|
|
536
537
|
export var colorTextLayoutToggle = "var(--color-text-layout-toggle-1a15s3, #ffffff)";
|
|
537
538
|
export var colorTextLayoutToggleActive = "var(--color-text-layout-toggle-active-ifu7qp, #ffffff)";
|
|
538
539
|
export var colorTextLayoutToggleHover = "var(--color-text-layout-toggle-hover-9jwdce, #006ce0)";
|
|
@@ -2179,6 +2179,10 @@ module.exports.preset = {
|
|
|
2179
2179
|
"light": "{colorTextFormLabel}",
|
|
2180
2180
|
"dark": "{colorTextFormLabel}"
|
|
2181
2181
|
},
|
|
2182
|
+
"colorTextKeyValuePairsValue": {
|
|
2183
|
+
"light": "{colorTextBodyDefault}",
|
|
2184
|
+
"dark": "{colorTextBodyDefault}"
|
|
2185
|
+
},
|
|
2182
2186
|
"colorTextLayoutToggle": {
|
|
2183
2187
|
"light": "{colorWhite}",
|
|
2184
2188
|
"dark": "{colorWhite}"
|
|
@@ -4840,6 +4844,10 @@ module.exports.preset = {
|
|
|
4840
4844
|
"light": "{colorTextFormLabel}",
|
|
4841
4845
|
"dark": "{colorTextFormLabel}"
|
|
4842
4846
|
},
|
|
4847
|
+
"colorTextKeyValuePairsValue": {
|
|
4848
|
+
"light": "{colorTextBodyDefault}",
|
|
4849
|
+
"dark": "{colorTextBodyDefault}"
|
|
4850
|
+
},
|
|
4843
4851
|
"colorTextLayoutToggle": {
|
|
4844
4852
|
"light": "{colorWhite}",
|
|
4845
4853
|
"dark": "{colorWhite}"
|
|
@@ -6325,6 +6333,10 @@ module.exports.preset = {
|
|
|
6325
6333
|
"light": "{colorTextFormLabel}",
|
|
6326
6334
|
"dark": "{colorTextFormLabel}"
|
|
6327
6335
|
},
|
|
6336
|
+
"colorTextKeyValuePairsValue": {
|
|
6337
|
+
"light": "{colorTextBodyDefault}",
|
|
6338
|
+
"dark": "{colorTextBodyDefault}"
|
|
6339
|
+
},
|
|
6328
6340
|
"colorTextLayoutToggle": {
|
|
6329
6341
|
"light": "{colorWhite}",
|
|
6330
6342
|
"dark": "{colorWhite}"
|
|
@@ -7738,6 +7750,10 @@ module.exports.preset = {
|
|
|
7738
7750
|
"light": "{colorNeutral100}",
|
|
7739
7751
|
"dark": "{colorNeutral100}"
|
|
7740
7752
|
},
|
|
7753
|
+
"colorTextKeyValuePairsValue": {
|
|
7754
|
+
"light": "{colorTextBodyDefault}",
|
|
7755
|
+
"dark": "{colorTextBodyDefault}"
|
|
7756
|
+
},
|
|
7741
7757
|
"colorTextLayoutToggle": {
|
|
7742
7758
|
"light": "{colorWhite}",
|
|
7743
7759
|
"dark": "{colorWhite}"
|
|
@@ -9036,6 +9052,10 @@ module.exports.preset = {
|
|
|
9036
9052
|
"light": "{colorTextNotificationYellow}",
|
|
9037
9053
|
"dark": "{colorTextNotificationYellow}"
|
|
9038
9054
|
},
|
|
9055
|
+
"colorTextKeyValuePairsValue": {
|
|
9056
|
+
"light": "{colorTextBodyDefault}",
|
|
9057
|
+
"dark": "{colorTextBodyDefault}"
|
|
9058
|
+
},
|
|
9039
9059
|
"colorTextLayoutToggle": {
|
|
9040
9060
|
"light": "{colorWhite}",
|
|
9041
9061
|
"dark": "{colorWhite}"
|
|
@@ -10334,6 +10354,10 @@ module.exports.preset = {
|
|
|
10334
10354
|
"light": "{colorTextFormLabel}",
|
|
10335
10355
|
"dark": "{colorTextFormLabel}"
|
|
10336
10356
|
},
|
|
10357
|
+
"colorTextKeyValuePairsValue": {
|
|
10358
|
+
"light": "{colorTextBodyDefault}",
|
|
10359
|
+
"dark": "{colorTextBodyDefault}"
|
|
10360
|
+
},
|
|
10337
10361
|
"colorTextLayoutToggle": {
|
|
10338
10362
|
"light": "{colorWhite}",
|
|
10339
10363
|
"dark": "{colorWhite}"
|
|
@@ -11634,6 +11658,10 @@ module.exports.preset = {
|
|
|
11634
11658
|
"light": "{colorTextFormLabel}",
|
|
11635
11659
|
"dark": "{colorTextFormLabel}"
|
|
11636
11660
|
},
|
|
11661
|
+
"colorTextKeyValuePairsValue": {
|
|
11662
|
+
"light": "{colorTextBodyDefault}",
|
|
11663
|
+
"dark": "{colorTextBodyDefault}"
|
|
11664
|
+
},
|
|
11637
11665
|
"colorTextLayoutToggle": {
|
|
11638
11666
|
"light": "{colorWhite}",
|
|
11639
11667
|
"dark": "{colorWhite}"
|
|
@@ -12419,6 +12447,7 @@ module.exports.preset = {
|
|
|
12419
12447
|
"colorTextInteractiveInvertedHover": "color",
|
|
12420
12448
|
"colorTextInverted": "color",
|
|
12421
12449
|
"colorTextLabel": "color",
|
|
12450
|
+
"colorTextKeyValuePairsValue": "color",
|
|
12422
12451
|
"colorTextLayoutToggle": "color",
|
|
12423
12452
|
"colorTextLayoutToggleActive": "color",
|
|
12424
12453
|
"colorTextLayoutToggleHover": "color",
|
|
@@ -13108,6 +13137,7 @@ module.exports.preset = {
|
|
|
13108
13137
|
"colorTextInteractiveInvertedDefault",
|
|
13109
13138
|
"colorTextInteractiveInvertedHover",
|
|
13110
13139
|
"colorTextLabel",
|
|
13140
|
+
"colorTextKeyValuePairsValue",
|
|
13111
13141
|
"colorTextLayoutToggle",
|
|
13112
13142
|
"colorTextLayoutToggleActive",
|
|
13113
13143
|
"colorTextLayoutToggleHover",
|
|
@@ -14294,6 +14324,7 @@ module.exports.preset = {
|
|
|
14294
14324
|
"colorTextInteractiveInvertedHover": "color-text-interactive-inverted-hover",
|
|
14295
14325
|
"colorTextInverted": "color-text-inverted",
|
|
14296
14326
|
"colorTextLabel": "color-text-label",
|
|
14327
|
+
"colorTextKeyValuePairsValue": "color-text-key-value-pairs-value",
|
|
14297
14328
|
"colorTextLayoutToggle": "color-text-layout-toggle",
|
|
14298
14329
|
"colorTextLayoutToggleActive": "color-text-layout-toggle-active",
|
|
14299
14330
|
"colorTextLayoutToggleHover": "color-text-layout-toggle-hover",
|
|
@@ -15213,6 +15244,7 @@ module.exports.preset = {
|
|
|
15213
15244
|
"colorTextInteractiveInvertedHover": "--color-text-interactive-inverted-hover-65rnp7",
|
|
15214
15245
|
"colorTextInverted": "--color-text-inverted-4v4dmq",
|
|
15215
15246
|
"colorTextLabel": "--color-text-label-28gfmc",
|
|
15247
|
+
"colorTextKeyValuePairsValue": "--color-text-key-value-pairs-value-pezok9",
|
|
15216
15248
|
"colorTextLayoutToggle": "--color-text-layout-toggle-1a15s3",
|
|
15217
15249
|
"colorTextLayoutToggleActive": "--color-text-layout-toggle-active-ifu7qp",
|
|
15218
15250
|
"colorTextLayoutToggleHover": "--color-text-layout-toggle-hover-9jwdce",
|
|
@@ -227,6 +227,7 @@ export declare interface TypedOverride {
|
|
|
227
227
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
228
228
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
229
229
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
231
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
231
232
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
232
233
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -605,6 +606,7 @@ export declare interface TypedOverride {
|
|
|
605
606
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
606
607
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
607
608
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
609
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
608
610
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
609
611
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
610
612
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -983,6 +985,7 @@ export declare interface TypedOverride {
|
|
|
983
985
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
984
986
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
985
987
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
988
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
986
989
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
987
990
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
988
991
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1361,6 +1364,7 @@ export declare interface TypedOverride {
|
|
|
1361
1364
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1362
1365
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1363
1366
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1367
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1364
1368
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1365
1369
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1366
1370
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1739,6 +1743,7 @@ export declare interface TypedOverride {
|
|
|
1739
1743
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1740
1744
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1741
1745
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1746
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1742
1747
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1743
1748
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1744
1749
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2117,6 +2122,7 @@ export declare interface TypedOverride {
|
|
|
2117
2122
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2118
2123
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2119
2124
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2125
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2120
2126
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2121
2127
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2122
2128
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2495,6 +2501,7 @@ export declare interface TypedOverride {
|
|
|
2495
2501
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2496
2502
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2497
2503
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2504
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2498
2505
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2499
2506
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2500
2507
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2873,6 +2880,7 @@ export declare interface TypedOverride {
|
|
|
2873
2880
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2874
2881
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2875
2882
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2883
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2876
2884
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2877
2885
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2878
2886
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3251,6 +3259,7 @@ export declare interface TypedOverride {
|
|
|
3251
3259
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3252
3260
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3253
3261
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3262
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3254
3263
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3255
3264
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3256
3265
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -227,6 +227,7 @@ export declare interface TypedOverride {
|
|
|
227
227
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
228
228
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
229
229
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
231
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
231
232
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
232
233
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -605,6 +606,7 @@ export declare interface TypedOverride {
|
|
|
605
606
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
606
607
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
607
608
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
609
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
608
610
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
609
611
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
610
612
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -983,6 +985,7 @@ export declare interface TypedOverride {
|
|
|
983
985
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
984
986
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
985
987
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
988
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
986
989
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
987
990
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
988
991
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1361,6 +1364,7 @@ export declare interface TypedOverride {
|
|
|
1361
1364
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1362
1365
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1363
1366
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1367
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1364
1368
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1365
1369
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1366
1370
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1739,6 +1743,7 @@ export declare interface TypedOverride {
|
|
|
1739
1743
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1740
1744
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1741
1745
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1746
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1742
1747
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1743
1748
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1744
1749
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2117,6 +2122,7 @@ export declare interface TypedOverride {
|
|
|
2117
2122
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2118
2123
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2119
2124
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2125
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2120
2126
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2121
2127
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2122
2128
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2495,6 +2501,7 @@ export declare interface TypedOverride {
|
|
|
2495
2501
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2496
2502
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2497
2503
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2504
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2498
2505
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2499
2506
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2500
2507
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2873,6 +2880,7 @@ export declare interface TypedOverride {
|
|
|
2873
2880
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2874
2881
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2875
2882
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2883
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2876
2884
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2877
2885
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2878
2886
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3251,6 +3259,7 @@ export declare interface TypedOverride {
|
|
|
3251
3259
|
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3252
3260
|
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3253
3261
|
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3262
|
+
colorTextKeyValuePairsValue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3254
3263
|
colorTextLayoutToggle?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3255
3264
|
colorTextLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3256
3265
|
colorTextLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2179,6 +2179,10 @@ export var preset = {
|
|
|
2179
2179
|
"light": "{colorTextFormLabel}",
|
|
2180
2180
|
"dark": "{colorTextFormLabel}"
|
|
2181
2181
|
},
|
|
2182
|
+
"colorTextKeyValuePairsValue": {
|
|
2183
|
+
"light": "{colorTextBodyDefault}",
|
|
2184
|
+
"dark": "{colorTextBodyDefault}"
|
|
2185
|
+
},
|
|
2182
2186
|
"colorTextLayoutToggle": {
|
|
2183
2187
|
"light": "{colorWhite}",
|
|
2184
2188
|
"dark": "{colorWhite}"
|
|
@@ -4840,6 +4844,10 @@ export var preset = {
|
|
|
4840
4844
|
"light": "{colorTextFormLabel}",
|
|
4841
4845
|
"dark": "{colorTextFormLabel}"
|
|
4842
4846
|
},
|
|
4847
|
+
"colorTextKeyValuePairsValue": {
|
|
4848
|
+
"light": "{colorTextBodyDefault}",
|
|
4849
|
+
"dark": "{colorTextBodyDefault}"
|
|
4850
|
+
},
|
|
4843
4851
|
"colorTextLayoutToggle": {
|
|
4844
4852
|
"light": "{colorWhite}",
|
|
4845
4853
|
"dark": "{colorWhite}"
|
|
@@ -6325,6 +6333,10 @@ export var preset = {
|
|
|
6325
6333
|
"light": "{colorTextFormLabel}",
|
|
6326
6334
|
"dark": "{colorTextFormLabel}"
|
|
6327
6335
|
},
|
|
6336
|
+
"colorTextKeyValuePairsValue": {
|
|
6337
|
+
"light": "{colorTextBodyDefault}",
|
|
6338
|
+
"dark": "{colorTextBodyDefault}"
|
|
6339
|
+
},
|
|
6328
6340
|
"colorTextLayoutToggle": {
|
|
6329
6341
|
"light": "{colorWhite}",
|
|
6330
6342
|
"dark": "{colorWhite}"
|
|
@@ -7738,6 +7750,10 @@ export var preset = {
|
|
|
7738
7750
|
"light": "{colorNeutral100}",
|
|
7739
7751
|
"dark": "{colorNeutral100}"
|
|
7740
7752
|
},
|
|
7753
|
+
"colorTextKeyValuePairsValue": {
|
|
7754
|
+
"light": "{colorTextBodyDefault}",
|
|
7755
|
+
"dark": "{colorTextBodyDefault}"
|
|
7756
|
+
},
|
|
7741
7757
|
"colorTextLayoutToggle": {
|
|
7742
7758
|
"light": "{colorWhite}",
|
|
7743
7759
|
"dark": "{colorWhite}"
|
|
@@ -9036,6 +9052,10 @@ export var preset = {
|
|
|
9036
9052
|
"light": "{colorTextNotificationYellow}",
|
|
9037
9053
|
"dark": "{colorTextNotificationYellow}"
|
|
9038
9054
|
},
|
|
9055
|
+
"colorTextKeyValuePairsValue": {
|
|
9056
|
+
"light": "{colorTextBodyDefault}",
|
|
9057
|
+
"dark": "{colorTextBodyDefault}"
|
|
9058
|
+
},
|
|
9039
9059
|
"colorTextLayoutToggle": {
|
|
9040
9060
|
"light": "{colorWhite}",
|
|
9041
9061
|
"dark": "{colorWhite}"
|
|
@@ -10334,6 +10354,10 @@ export var preset = {
|
|
|
10334
10354
|
"light": "{colorTextFormLabel}",
|
|
10335
10355
|
"dark": "{colorTextFormLabel}"
|
|
10336
10356
|
},
|
|
10357
|
+
"colorTextKeyValuePairsValue": {
|
|
10358
|
+
"light": "{colorTextBodyDefault}",
|
|
10359
|
+
"dark": "{colorTextBodyDefault}"
|
|
10360
|
+
},
|
|
10337
10361
|
"colorTextLayoutToggle": {
|
|
10338
10362
|
"light": "{colorWhite}",
|
|
10339
10363
|
"dark": "{colorWhite}"
|
|
@@ -11634,6 +11658,10 @@ export var preset = {
|
|
|
11634
11658
|
"light": "{colorTextFormLabel}",
|
|
11635
11659
|
"dark": "{colorTextFormLabel}"
|
|
11636
11660
|
},
|
|
11661
|
+
"colorTextKeyValuePairsValue": {
|
|
11662
|
+
"light": "{colorTextBodyDefault}",
|
|
11663
|
+
"dark": "{colorTextBodyDefault}"
|
|
11664
|
+
},
|
|
11637
11665
|
"colorTextLayoutToggle": {
|
|
11638
11666
|
"light": "{colorWhite}",
|
|
11639
11667
|
"dark": "{colorWhite}"
|
|
@@ -12419,6 +12447,7 @@ export var preset = {
|
|
|
12419
12447
|
"colorTextInteractiveInvertedHover": "color",
|
|
12420
12448
|
"colorTextInverted": "color",
|
|
12421
12449
|
"colorTextLabel": "color",
|
|
12450
|
+
"colorTextKeyValuePairsValue": "color",
|
|
12422
12451
|
"colorTextLayoutToggle": "color",
|
|
12423
12452
|
"colorTextLayoutToggleActive": "color",
|
|
12424
12453
|
"colorTextLayoutToggleHover": "color",
|
|
@@ -13108,6 +13137,7 @@ export var preset = {
|
|
|
13108
13137
|
"colorTextInteractiveInvertedDefault",
|
|
13109
13138
|
"colorTextInteractiveInvertedHover",
|
|
13110
13139
|
"colorTextLabel",
|
|
13140
|
+
"colorTextKeyValuePairsValue",
|
|
13111
13141
|
"colorTextLayoutToggle",
|
|
13112
13142
|
"colorTextLayoutToggleActive",
|
|
13113
13143
|
"colorTextLayoutToggleHover",
|
|
@@ -14294,6 +14324,7 @@ export var preset = {
|
|
|
14294
14324
|
"colorTextInteractiveInvertedHover": "color-text-interactive-inverted-hover",
|
|
14295
14325
|
"colorTextInverted": "color-text-inverted",
|
|
14296
14326
|
"colorTextLabel": "color-text-label",
|
|
14327
|
+
"colorTextKeyValuePairsValue": "color-text-key-value-pairs-value",
|
|
14297
14328
|
"colorTextLayoutToggle": "color-text-layout-toggle",
|
|
14298
14329
|
"colorTextLayoutToggleActive": "color-text-layout-toggle-active",
|
|
14299
14330
|
"colorTextLayoutToggleHover": "color-text-layout-toggle-hover",
|
|
@@ -15213,6 +15244,7 @@ export var preset = {
|
|
|
15213
15244
|
"colorTextInteractiveInvertedHover": "--color-text-interactive-inverted-hover-65rnp7",
|
|
15214
15245
|
"colorTextInverted": "--color-text-inverted-4v4dmq",
|
|
15215
15246
|
"colorTextLabel": "--color-text-label-28gfmc",
|
|
15247
|
+
"colorTextKeyValuePairsValue": "--color-text-key-value-pairs-value-pezok9",
|
|
15216
15248
|
"colorTextLayoutToggle": "--color-text-layout-toggle-1a15s3",
|
|
15217
15249
|
"colorTextLayoutToggleActive": "--color-text-layout-toggle-active-ifu7qp",
|
|
15218
15250
|
"colorTextLayoutToggleHover": "--color-text-layout-toggle-hover-9jwdce",
|