@cloudscape-design/chat-components 1.0.135 → 1.0.137
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 +2 -0
- package/internal/generated/styles/tokens.js +2 -0
- package/internal/generated/theming/index.cjs +68 -0
- package/internal/generated/theming/index.cjs.d.ts +27 -0
- package/internal/generated/theming/index.d.ts +27 -0
- package/internal/generated/theming/index.js +68 -0
- package/package.json +1 -1
|
@@ -289,6 +289,7 @@ export const colorBackgroundButtonNormalDefault: string;
|
|
|
289
289
|
export const colorBackgroundButtonNormalDisabled: string;
|
|
290
290
|
export const colorBackgroundButtonNormalHover: string;
|
|
291
291
|
export const colorBackgroundToggleButtonNormalPressed: string;
|
|
292
|
+
export const colorBackgroundToggleButtonNormalDefault: string;
|
|
292
293
|
export const colorBackgroundButtonPrimaryActive: string;
|
|
293
294
|
export const colorBackgroundButtonPrimaryDefault: string;
|
|
294
295
|
export const colorBackgroundButtonPrimaryDisabled: string;
|
|
@@ -491,6 +492,7 @@ export const colorTextButtonPrimaryActive: string;
|
|
|
491
492
|
export const colorTextButtonPrimaryDefault: string;
|
|
492
493
|
export const colorTextButtonPrimaryHover: string;
|
|
493
494
|
export const colorTextCalendarDateHover: string;
|
|
495
|
+
export const colorTextCalendarDateSelected: string;
|
|
494
496
|
export const colorTextCalendarMonth: string;
|
|
495
497
|
export const colorTextCodeEditorGutterActiveLine: string;
|
|
496
498
|
export const colorTextCodeEditorGutterDefault: string;
|
|
@@ -289,6 +289,7 @@ export var colorBackgroundButtonNormalDefault = "var(--color-background-button-n
|
|
|
289
289
|
export var colorBackgroundButtonNormalDisabled = "var(--color-background-button-normal-disabled-hl039l, #ffffff)";
|
|
290
290
|
export var colorBackgroundButtonNormalHover = "var(--color-background-button-normal-hover-53op9s, #f0fbff)";
|
|
291
291
|
export var colorBackgroundToggleButtonNormalPressed = "var(--color-background-toggle-button-normal-pressed-4khex7, #d1f1ff)";
|
|
292
|
+
export var colorBackgroundToggleButtonNormalDefault = "var(--color-background-toggle-button-normal-default-ipnqr5, #ffffff)";
|
|
292
293
|
export var colorBackgroundButtonPrimaryActive = "var(--color-background-button-primary-active-5cqoqt, #002b66)";
|
|
293
294
|
export var colorBackgroundButtonPrimaryDefault = "var(--color-background-button-primary-default-vdt0fu, #006ce0)";
|
|
294
295
|
export var colorBackgroundButtonPrimaryDisabled = "var(--color-background-button-primary-disabled-sgo4zo, #ebebf0)";
|
|
@@ -491,6 +492,7 @@ export var colorTextButtonPrimaryActive = "var(--color-text-button-primary-activ
|
|
|
491
492
|
export var colorTextButtonPrimaryDefault = "var(--color-text-button-primary-default-mwl31m, #ffffff)";
|
|
492
493
|
export var colorTextButtonPrimaryHover = "var(--color-text-button-primary-hover-pw12ep, #ffffff)";
|
|
493
494
|
export var colorTextCalendarDateHover = "var(--color-text-calendar-date-hover-3fcriv, #0f141a)";
|
|
495
|
+
export var colorTextCalendarDateSelected = "var(--color-text-calendar-date-selected-m18pgv, #ffffff)";
|
|
494
496
|
export var colorTextCalendarMonth = "var(--color-text-calendar-month-ea0e93, #656871)";
|
|
495
497
|
export var colorTextCodeEditorGutterActiveLine = "var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff)";
|
|
496
498
|
export var colorTextCodeEditorGutterDefault = "var(--color-text-code-editor-gutter-default-nlshs8, #0f141a)";
|
|
@@ -1203,6 +1203,10 @@ module.exports.preset = {
|
|
|
1203
1203
|
"light": "{colorPrimary100}",
|
|
1204
1204
|
"dark": "{colorNeutral700}"
|
|
1205
1205
|
},
|
|
1206
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
1207
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
1208
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
1209
|
+
},
|
|
1206
1210
|
"colorBackgroundButtonPrimaryActive": {
|
|
1207
1211
|
"light": "{colorPrimary900}",
|
|
1208
1212
|
"dark": "{colorPrimary400}"
|
|
@@ -2011,6 +2015,10 @@ module.exports.preset = {
|
|
|
2011
2015
|
"light": "{colorTextDropdownItemDefault}",
|
|
2012
2016
|
"dark": "{colorTextDropdownItemDefault}"
|
|
2013
2017
|
},
|
|
2018
|
+
"colorTextCalendarDateSelected": {
|
|
2019
|
+
"light": "{colorBackgroundControlDefault}",
|
|
2020
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
2021
|
+
},
|
|
2014
2022
|
"colorTextCalendarMonth": {
|
|
2015
2023
|
"light": "{colorNeutral600}",
|
|
2016
2024
|
"dark": "{colorNeutral450}"
|
|
@@ -3897,6 +3905,10 @@ module.exports.preset = {
|
|
|
3897
3905
|
"light": "{colorNeutral700}",
|
|
3898
3906
|
"dark": "{colorNeutral700}"
|
|
3899
3907
|
},
|
|
3908
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
3909
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
3910
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
3911
|
+
},
|
|
3900
3912
|
"colorBackgroundButtonPrimaryActive": {
|
|
3901
3913
|
"light": "{colorPrimary400}",
|
|
3902
3914
|
"dark": "{colorPrimary400}"
|
|
@@ -4705,6 +4717,10 @@ module.exports.preset = {
|
|
|
4705
4717
|
"light": "{colorTextDropdownItemDefault}",
|
|
4706
4718
|
"dark": "{colorTextDropdownItemDefault}"
|
|
4707
4719
|
},
|
|
4720
|
+
"colorTextCalendarDateSelected": {
|
|
4721
|
+
"light": "{colorBackgroundControlDefault}",
|
|
4722
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
4723
|
+
},
|
|
4708
4724
|
"colorTextCalendarMonth": {
|
|
4709
4725
|
"light": "{colorNeutral450}",
|
|
4710
4726
|
"dark": "{colorNeutral450}"
|
|
@@ -5406,6 +5422,10 @@ module.exports.preset = {
|
|
|
5406
5422
|
"light": "{colorNeutral700}",
|
|
5407
5423
|
"dark": "{colorNeutral700}"
|
|
5408
5424
|
},
|
|
5425
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
5426
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
5427
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
5428
|
+
},
|
|
5409
5429
|
"colorBackgroundButtonPrimaryActive": {
|
|
5410
5430
|
"light": "{colorPrimary400}",
|
|
5411
5431
|
"dark": "{colorPrimary400}"
|
|
@@ -6214,6 +6234,10 @@ module.exports.preset = {
|
|
|
6214
6234
|
"light": "{colorTextDropdownItemDefault}",
|
|
6215
6235
|
"dark": "{colorTextDropdownItemDefault}"
|
|
6216
6236
|
},
|
|
6237
|
+
"colorTextCalendarDateSelected": {
|
|
6238
|
+
"light": "{colorBackgroundControlDefault}",
|
|
6239
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
6240
|
+
},
|
|
6217
6241
|
"colorTextCalendarMonth": {
|
|
6218
6242
|
"light": "{colorNeutral450}",
|
|
6219
6243
|
"dark": "{colorNeutral450}"
|
|
@@ -6843,6 +6867,10 @@ module.exports.preset = {
|
|
|
6843
6867
|
"light": "{colorPrimary100}",
|
|
6844
6868
|
"dark": "{colorNeutral700}"
|
|
6845
6869
|
},
|
|
6870
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
6871
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
6872
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
6873
|
+
},
|
|
6846
6874
|
"colorBackgroundButtonPrimaryActive": {
|
|
6847
6875
|
"light": "{colorPrimary900}",
|
|
6848
6876
|
"dark": "{colorPrimary400}"
|
|
@@ -7651,6 +7679,10 @@ module.exports.preset = {
|
|
|
7651
7679
|
"light": "{colorTextDropdownItemDefault}",
|
|
7652
7680
|
"dark": "{colorTextDropdownItemDefault}"
|
|
7653
7681
|
},
|
|
7682
|
+
"colorTextCalendarDateSelected": {
|
|
7683
|
+
"light": "{colorBackgroundControlDefault}",
|
|
7684
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
7685
|
+
},
|
|
7654
7686
|
"colorTextCalendarMonth": {
|
|
7655
7687
|
"light": "{colorNeutral600}",
|
|
7656
7688
|
"dark": "{colorNeutral450}"
|
|
@@ -8165,6 +8197,10 @@ module.exports.preset = {
|
|
|
8165
8197
|
"light": "{colorPrimary100}",
|
|
8166
8198
|
"dark": "{colorNeutral700}"
|
|
8167
8199
|
},
|
|
8200
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
8201
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
8202
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
8203
|
+
},
|
|
8168
8204
|
"colorBackgroundButtonPrimaryActive": {
|
|
8169
8205
|
"light": "{colorPrimary900}",
|
|
8170
8206
|
"dark": "{colorPrimary400}"
|
|
@@ -8973,6 +9009,10 @@ module.exports.preset = {
|
|
|
8973
9009
|
"light": "{colorTextDropdownItemDefault}",
|
|
8974
9010
|
"dark": "{colorTextDropdownItemDefault}"
|
|
8975
9011
|
},
|
|
9012
|
+
"colorTextCalendarDateSelected": {
|
|
9013
|
+
"light": "{colorBackgroundControlDefault}",
|
|
9014
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
9015
|
+
},
|
|
8976
9016
|
"colorTextCalendarMonth": {
|
|
8977
9017
|
"light": "{colorNeutral600}",
|
|
8978
9018
|
"dark": "{colorNeutral450}"
|
|
@@ -9487,6 +9527,10 @@ module.exports.preset = {
|
|
|
9487
9527
|
"light": "{colorPrimary100}",
|
|
9488
9528
|
"dark": "{colorNeutral700}"
|
|
9489
9529
|
},
|
|
9530
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
9531
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
9532
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
9533
|
+
},
|
|
9490
9534
|
"colorBackgroundButtonPrimaryActive": {
|
|
9491
9535
|
"light": "{colorPrimary900}",
|
|
9492
9536
|
"dark": "{colorPrimary400}"
|
|
@@ -10295,6 +10339,10 @@ module.exports.preset = {
|
|
|
10295
10339
|
"light": "{colorTextDropdownItemDefault}",
|
|
10296
10340
|
"dark": "{colorTextDropdownItemDefault}"
|
|
10297
10341
|
},
|
|
10342
|
+
"colorTextCalendarDateSelected": {
|
|
10343
|
+
"light": "{colorBackgroundControlDefault}",
|
|
10344
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
10345
|
+
},
|
|
10298
10346
|
"colorTextCalendarMonth": {
|
|
10299
10347
|
"light": "{colorNeutral600}",
|
|
10300
10348
|
"dark": "{colorNeutral450}"
|
|
@@ -10811,6 +10859,10 @@ module.exports.preset = {
|
|
|
10811
10859
|
"light": "{colorNeutral700}",
|
|
10812
10860
|
"dark": "{colorNeutral700}"
|
|
10813
10861
|
},
|
|
10862
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
10863
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
10864
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
10865
|
+
},
|
|
10814
10866
|
"colorBackgroundButtonPrimaryActive": {
|
|
10815
10867
|
"light": "{colorPrimary400}",
|
|
10816
10868
|
"dark": "{colorPrimary400}"
|
|
@@ -11619,6 +11671,10 @@ module.exports.preset = {
|
|
|
11619
11671
|
"light": "{colorTextDropdownItemDefault}",
|
|
11620
11672
|
"dark": "{colorTextDropdownItemDefault}"
|
|
11621
11673
|
},
|
|
11674
|
+
"colorTextCalendarDateSelected": {
|
|
11675
|
+
"light": "{colorBackgroundControlDefault}",
|
|
11676
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
11677
|
+
},
|
|
11622
11678
|
"colorTextCalendarMonth": {
|
|
11623
11679
|
"light": "{colorNeutral450}",
|
|
11624
11680
|
"dark": "{colorNeutral450}"
|
|
@@ -12352,6 +12408,7 @@ module.exports.preset = {
|
|
|
12352
12408
|
"colorBackgroundButtonNormalDisabled": "color",
|
|
12353
12409
|
"colorBackgroundButtonNormalHover": "color",
|
|
12354
12410
|
"colorBackgroundToggleButtonNormalPressed": "color",
|
|
12411
|
+
"colorBackgroundToggleButtonNormalDefault": "color",
|
|
12355
12412
|
"colorBackgroundButtonPrimaryActive": "color",
|
|
12356
12413
|
"colorBackgroundButtonPrimaryDefault": "color",
|
|
12357
12414
|
"colorBackgroundButtonPrimaryDisabled": "color",
|
|
@@ -12554,6 +12611,7 @@ module.exports.preset = {
|
|
|
12554
12611
|
"colorTextButtonPrimaryDefault": "color",
|
|
12555
12612
|
"colorTextButtonPrimaryHover": "color",
|
|
12556
12613
|
"colorTextCalendarDateHover": "color",
|
|
12614
|
+
"colorTextCalendarDateSelected": "color",
|
|
12557
12615
|
"colorTextCalendarMonth": "color",
|
|
12558
12616
|
"colorTextCodeEditorGutterActiveLine": "color",
|
|
12559
12617
|
"colorTextCodeEditorGutterDefault": "color",
|
|
@@ -13149,6 +13207,7 @@ module.exports.preset = {
|
|
|
13149
13207
|
"colorBackgroundButtonNormalDisabled",
|
|
13150
13208
|
"colorBackgroundButtonNormalHover",
|
|
13151
13209
|
"colorBackgroundToggleButtonNormalPressed",
|
|
13210
|
+
"colorBackgroundToggleButtonNormalDefault",
|
|
13152
13211
|
"colorBackgroundButtonPrimaryActive",
|
|
13153
13212
|
"colorBackgroundButtonPrimaryDefault",
|
|
13154
13213
|
"colorBackgroundButtonPrimaryDisabled",
|
|
@@ -13200,6 +13259,7 @@ module.exports.preset = {
|
|
|
13200
13259
|
"colorBackgroundStatusSuccess",
|
|
13201
13260
|
"colorBackgroundStatusWarning",
|
|
13202
13261
|
"colorBackgroundToggleCheckedDisabled",
|
|
13262
|
+
"colorBackgroundToggleDefault",
|
|
13203
13263
|
"colorBackgroundStatusIndicatorError",
|
|
13204
13264
|
"colorBackgroundStatusIndicatorWarning",
|
|
13205
13265
|
"colorBackgroundStatusIndicatorSuccess",
|
|
@@ -13271,6 +13331,7 @@ module.exports.preset = {
|
|
|
13271
13331
|
"colorTextButtonPrimaryActive",
|
|
13272
13332
|
"colorTextButtonPrimaryDefault",
|
|
13273
13333
|
"colorTextButtonPrimaryHover",
|
|
13334
|
+
"colorTextCalendarDateSelected",
|
|
13274
13335
|
"colorTextCounter",
|
|
13275
13336
|
"colorTextDropdownItemDefault",
|
|
13276
13337
|
"colorTextDropdownItemDisabled",
|
|
@@ -13626,6 +13687,7 @@ module.exports.preset = {
|
|
|
13626
13687
|
"colorBackgroundButtonNormalDisabled",
|
|
13627
13688
|
"colorBackgroundButtonNormalHover",
|
|
13628
13689
|
"colorBackgroundToggleButtonNormalPressed",
|
|
13690
|
+
"colorBackgroundToggleButtonNormalDefault",
|
|
13629
13691
|
"colorBackgroundButtonPrimaryActive",
|
|
13630
13692
|
"colorBackgroundButtonPrimaryDefault",
|
|
13631
13693
|
"colorBackgroundButtonPrimaryDisabled",
|
|
@@ -13677,6 +13739,7 @@ module.exports.preset = {
|
|
|
13677
13739
|
"colorBackgroundStatusSuccess",
|
|
13678
13740
|
"colorBackgroundStatusWarning",
|
|
13679
13741
|
"colorBackgroundToggleCheckedDisabled",
|
|
13742
|
+
"colorBackgroundToggleDefault",
|
|
13680
13743
|
"colorBackgroundAvatarGenAi",
|
|
13681
13744
|
"colorBackgroundAvatarDefault",
|
|
13682
13745
|
"colorTextAvatar",
|
|
@@ -13743,6 +13806,7 @@ module.exports.preset = {
|
|
|
13743
13806
|
"colorTextButtonPrimaryActive",
|
|
13744
13807
|
"colorTextButtonPrimaryDefault",
|
|
13745
13808
|
"colorTextButtonPrimaryHover",
|
|
13809
|
+
"colorTextCalendarDateSelected",
|
|
13746
13810
|
"colorTextCounter",
|
|
13747
13811
|
"colorTextDropdownItemDefault",
|
|
13748
13812
|
"colorTextDropdownItemDisabled",
|
|
@@ -14242,6 +14306,7 @@ module.exports.preset = {
|
|
|
14242
14306
|
"colorBackgroundButtonNormalDisabled": "color-background-button-normal-disabled",
|
|
14243
14307
|
"colorBackgroundButtonNormalHover": "color-background-button-normal-hover",
|
|
14244
14308
|
"colorBackgroundToggleButtonNormalPressed": "color-background-toggle-button-normal-pressed",
|
|
14309
|
+
"colorBackgroundToggleButtonNormalDefault": "color-background-toggle-button-normal-default",
|
|
14245
14310
|
"colorBackgroundButtonPrimaryActive": "color-background-button-primary-active",
|
|
14246
14311
|
"colorBackgroundButtonPrimaryDefault": "color-background-button-primary-default",
|
|
14247
14312
|
"colorBackgroundButtonPrimaryDisabled": "color-background-button-primary-disabled",
|
|
@@ -14444,6 +14509,7 @@ module.exports.preset = {
|
|
|
14444
14509
|
"colorTextButtonPrimaryDefault": "color-text-button-primary-default",
|
|
14445
14510
|
"colorTextButtonPrimaryHover": "color-text-button-primary-hover",
|
|
14446
14511
|
"colorTextCalendarDateHover": "color-text-calendar-date-hover",
|
|
14512
|
+
"colorTextCalendarDateSelected": "color-text-calendar-date-selected",
|
|
14447
14513
|
"colorTextCalendarMonth": "color-text-calendar-month",
|
|
14448
14514
|
"colorTextCodeEditorGutterActiveLine": "color-text-code-editor-gutter-active-line",
|
|
14449
14515
|
"colorTextCodeEditorGutterDefault": "color-text-code-editor-gutter-default",
|
|
@@ -15169,6 +15235,7 @@ module.exports.preset = {
|
|
|
15169
15235
|
"colorBackgroundButtonNormalDisabled": "--color-background-button-normal-disabled-hl039l",
|
|
15170
15236
|
"colorBackgroundButtonNormalHover": "--color-background-button-normal-hover-53op9s",
|
|
15171
15237
|
"colorBackgroundToggleButtonNormalPressed": "--color-background-toggle-button-normal-pressed-4khex7",
|
|
15238
|
+
"colorBackgroundToggleButtonNormalDefault": "--color-background-toggle-button-normal-default-ipnqr5",
|
|
15172
15239
|
"colorBackgroundButtonPrimaryActive": "--color-background-button-primary-active-5cqoqt",
|
|
15173
15240
|
"colorBackgroundButtonPrimaryDefault": "--color-background-button-primary-default-vdt0fu",
|
|
15174
15241
|
"colorBackgroundButtonPrimaryDisabled": "--color-background-button-primary-disabled-sgo4zo",
|
|
@@ -15371,6 +15438,7 @@ module.exports.preset = {
|
|
|
15371
15438
|
"colorTextButtonPrimaryDefault": "--color-text-button-primary-default-mwl31m",
|
|
15372
15439
|
"colorTextButtonPrimaryHover": "--color-text-button-primary-hover-pw12ep",
|
|
15373
15440
|
"colorTextCalendarDateHover": "--color-text-calendar-date-hover-3fcriv",
|
|
15441
|
+
"colorTextCalendarDateSelected": "--color-text-calendar-date-selected-m18pgv",
|
|
15374
15442
|
"colorTextCalendarMonth": "--color-text-calendar-month-ea0e93",
|
|
15375
15443
|
"colorTextCodeEditorGutterActiveLine": "--color-text-code-editor-gutter-active-line-2addhd",
|
|
15376
15444
|
"colorTextCodeEditorGutterDefault": "--color-text-code-editor-gutter-default-nlshs8",
|
|
@@ -84,6 +84,7 @@ export declare interface TypedOverride {
|
|
|
84
84
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
85
85
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
86
86
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
87
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
87
88
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
88
89
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
89
90
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -135,6 +136,7 @@ export declare interface TypedOverride {
|
|
|
135
136
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
136
137
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
137
138
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
139
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
138
140
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
139
141
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
140
142
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -206,6 +208,7 @@ export declare interface TypedOverride {
|
|
|
206
208
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
207
209
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
208
210
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
211
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
209
212
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
210
213
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
211
214
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -470,6 +473,7 @@ export declare interface TypedOverride {
|
|
|
470
473
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
471
474
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
472
475
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
476
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
473
477
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
474
478
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
475
479
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -521,6 +525,7 @@ export declare interface TypedOverride {
|
|
|
521
525
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
522
526
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
523
527
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
528
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
524
529
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
525
530
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
526
531
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -592,6 +597,7 @@ export declare interface TypedOverride {
|
|
|
592
597
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
593
598
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
594
599
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
600
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
595
601
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
596
602
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
597
603
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -856,6 +862,7 @@ export declare interface TypedOverride {
|
|
|
856
862
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
857
863
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
858
864
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
865
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
859
866
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
860
867
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
861
868
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -907,6 +914,7 @@ export declare interface TypedOverride {
|
|
|
907
914
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
908
915
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
909
916
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
917
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
910
918
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
911
919
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
912
920
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -978,6 +986,7 @@ export declare interface TypedOverride {
|
|
|
978
986
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
979
987
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
980
988
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
989
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
981
990
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
982
991
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
983
992
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1242,6 +1251,7 @@ export declare interface TypedOverride {
|
|
|
1242
1251
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1243
1252
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1244
1253
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1254
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1245
1255
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1246
1256
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1247
1257
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1293,6 +1303,7 @@ export declare interface TypedOverride {
|
|
|
1293
1303
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1294
1304
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1295
1305
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1306
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1296
1307
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1297
1308
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1298
1309
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1364,6 +1375,7 @@ export declare interface TypedOverride {
|
|
|
1364
1375
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1365
1376
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1366
1377
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1378
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1367
1379
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1368
1380
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1369
1381
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1628,6 +1640,7 @@ export declare interface TypedOverride {
|
|
|
1628
1640
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1629
1641
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1630
1642
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1643
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1631
1644
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1632
1645
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1633
1646
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1679,6 +1692,7 @@ export declare interface TypedOverride {
|
|
|
1679
1692
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1680
1693
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1681
1694
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1695
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1682
1696
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1683
1697
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1684
1698
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1750,6 +1764,7 @@ export declare interface TypedOverride {
|
|
|
1750
1764
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1751
1765
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1752
1766
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1767
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1753
1768
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1754
1769
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1755
1770
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2014,6 +2029,7 @@ export declare interface TypedOverride {
|
|
|
2014
2029
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2015
2030
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2016
2031
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2032
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2017
2033
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2018
2034
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2019
2035
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2065,6 +2081,7 @@ export declare interface TypedOverride {
|
|
|
2065
2081
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2066
2082
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2067
2083
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2084
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2068
2085
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2069
2086
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2070
2087
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2136,6 +2153,7 @@ export declare interface TypedOverride {
|
|
|
2136
2153
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2137
2154
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2138
2155
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2156
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2139
2157
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2140
2158
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2141
2159
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2400,6 +2418,7 @@ export declare interface TypedOverride {
|
|
|
2400
2418
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2401
2419
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2402
2420
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2421
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2403
2422
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2404
2423
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2405
2424
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2451,6 +2470,7 @@ export declare interface TypedOverride {
|
|
|
2451
2470
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2452
2471
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2453
2472
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2473
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2454
2474
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2455
2475
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2456
2476
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2522,6 +2542,7 @@ export declare interface TypedOverride {
|
|
|
2522
2542
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2523
2543
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2524
2544
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2545
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2525
2546
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2526
2547
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2527
2548
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2786,6 +2807,7 @@ export declare interface TypedOverride {
|
|
|
2786
2807
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2787
2808
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2788
2809
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2810
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2789
2811
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2790
2812
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2791
2813
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2837,6 +2859,7 @@ export declare interface TypedOverride {
|
|
|
2837
2859
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2838
2860
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2839
2861
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2862
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2840
2863
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2841
2864
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2842
2865
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2908,6 +2931,7 @@ export declare interface TypedOverride {
|
|
|
2908
2931
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2909
2932
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2910
2933
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2934
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2911
2935
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2912
2936
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2913
2937
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3172,6 +3196,7 @@ export declare interface TypedOverride {
|
|
|
3172
3196
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3173
3197
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3174
3198
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3199
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3175
3200
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3176
3201
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3177
3202
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3223,6 +3248,7 @@ export declare interface TypedOverride {
|
|
|
3223
3248
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3224
3249
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3225
3250
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3251
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3226
3252
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3227
3253
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3228
3254
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3294,6 +3320,7 @@ export declare interface TypedOverride {
|
|
|
3294
3320
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3295
3321
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3296
3322
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3323
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3297
3324
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3298
3325
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3299
3326
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -84,6 +84,7 @@ export declare interface TypedOverride {
|
|
|
84
84
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
85
85
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
86
86
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
87
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
87
88
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
88
89
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
89
90
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -135,6 +136,7 @@ export declare interface TypedOverride {
|
|
|
135
136
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
136
137
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
137
138
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
139
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
138
140
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
139
141
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
140
142
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -206,6 +208,7 @@ export declare interface TypedOverride {
|
|
|
206
208
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
207
209
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
208
210
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
211
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
209
212
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
210
213
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
211
214
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -470,6 +473,7 @@ export declare interface TypedOverride {
|
|
|
470
473
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
471
474
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
472
475
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
476
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
473
477
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
474
478
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
475
479
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -521,6 +525,7 @@ export declare interface TypedOverride {
|
|
|
521
525
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
522
526
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
523
527
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
528
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
524
529
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
525
530
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
526
531
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -592,6 +597,7 @@ export declare interface TypedOverride {
|
|
|
592
597
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
593
598
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
594
599
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
600
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
595
601
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
596
602
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
597
603
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -856,6 +862,7 @@ export declare interface TypedOverride {
|
|
|
856
862
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
857
863
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
858
864
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
865
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
859
866
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
860
867
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
861
868
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -907,6 +914,7 @@ export declare interface TypedOverride {
|
|
|
907
914
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
908
915
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
909
916
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
917
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
910
918
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
911
919
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
912
920
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -978,6 +986,7 @@ export declare interface TypedOverride {
|
|
|
978
986
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
979
987
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
980
988
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
989
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
981
990
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
982
991
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
983
992
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1242,6 +1251,7 @@ export declare interface TypedOverride {
|
|
|
1242
1251
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1243
1252
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1244
1253
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1254
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1245
1255
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1246
1256
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1247
1257
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1293,6 +1303,7 @@ export declare interface TypedOverride {
|
|
|
1293
1303
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1294
1304
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1295
1305
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1306
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1296
1307
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1297
1308
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1298
1309
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1364,6 +1375,7 @@ export declare interface TypedOverride {
|
|
|
1364
1375
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1365
1376
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1366
1377
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1378
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1367
1379
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1368
1380
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1369
1381
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1628,6 +1640,7 @@ export declare interface TypedOverride {
|
|
|
1628
1640
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1629
1641
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1630
1642
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1643
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1631
1644
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1632
1645
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1633
1646
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1679,6 +1692,7 @@ export declare interface TypedOverride {
|
|
|
1679
1692
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1680
1693
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1681
1694
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1695
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1682
1696
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1683
1697
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1684
1698
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1750,6 +1764,7 @@ export declare interface TypedOverride {
|
|
|
1750
1764
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1751
1765
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1752
1766
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1767
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1753
1768
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1754
1769
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1755
1770
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2014,6 +2029,7 @@ export declare interface TypedOverride {
|
|
|
2014
2029
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2015
2030
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2016
2031
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2032
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2017
2033
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2018
2034
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2019
2035
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2065,6 +2081,7 @@ export declare interface TypedOverride {
|
|
|
2065
2081
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2066
2082
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2067
2083
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2084
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2068
2085
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2069
2086
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2070
2087
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2136,6 +2153,7 @@ export declare interface TypedOverride {
|
|
|
2136
2153
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2137
2154
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2138
2155
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2156
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2139
2157
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2140
2158
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2141
2159
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2400,6 +2418,7 @@ export declare interface TypedOverride {
|
|
|
2400
2418
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2401
2419
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2402
2420
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2421
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2403
2422
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2404
2423
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2405
2424
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2451,6 +2470,7 @@ export declare interface TypedOverride {
|
|
|
2451
2470
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2452
2471
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2453
2472
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2473
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2454
2474
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2455
2475
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2456
2476
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2522,6 +2542,7 @@ export declare interface TypedOverride {
|
|
|
2522
2542
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2523
2543
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2524
2544
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2545
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2525
2546
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2526
2547
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2527
2548
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2786,6 +2807,7 @@ export declare interface TypedOverride {
|
|
|
2786
2807
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2787
2808
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2788
2809
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2810
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2789
2811
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2790
2812
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2791
2813
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2837,6 +2859,7 @@ export declare interface TypedOverride {
|
|
|
2837
2859
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2838
2860
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2839
2861
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2862
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2840
2863
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2841
2864
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2842
2865
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2908,6 +2931,7 @@ export declare interface TypedOverride {
|
|
|
2908
2931
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2909
2932
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2910
2933
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2934
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2911
2935
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2912
2936
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2913
2937
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3172,6 +3196,7 @@ export declare interface TypedOverride {
|
|
|
3172
3196
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3173
3197
|
colorBackgroundButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3174
3198
|
colorBackgroundToggleButtonNormalPressed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3199
|
+
colorBackgroundToggleButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3175
3200
|
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3176
3201
|
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3177
3202
|
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3223,6 +3248,7 @@ export declare interface TypedOverride {
|
|
|
3223
3248
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3224
3249
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3225
3250
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3251
|
+
colorBackgroundToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3226
3252
|
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3227
3253
|
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3228
3254
|
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3294,6 +3320,7 @@ export declare interface TypedOverride {
|
|
|
3294
3320
|
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3295
3321
|
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3296
3322
|
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3323
|
+
colorTextCalendarDateSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3297
3324
|
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3298
3325
|
colorTextDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3299
3326
|
colorTextDropdownItemDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1203,6 +1203,10 @@ export var preset = {
|
|
|
1203
1203
|
"light": "{colorPrimary100}",
|
|
1204
1204
|
"dark": "{colorNeutral700}"
|
|
1205
1205
|
},
|
|
1206
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
1207
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
1208
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
1209
|
+
},
|
|
1206
1210
|
"colorBackgroundButtonPrimaryActive": {
|
|
1207
1211
|
"light": "{colorPrimary900}",
|
|
1208
1212
|
"dark": "{colorPrimary400}"
|
|
@@ -2011,6 +2015,10 @@ export var preset = {
|
|
|
2011
2015
|
"light": "{colorTextDropdownItemDefault}",
|
|
2012
2016
|
"dark": "{colorTextDropdownItemDefault}"
|
|
2013
2017
|
},
|
|
2018
|
+
"colorTextCalendarDateSelected": {
|
|
2019
|
+
"light": "{colorBackgroundControlDefault}",
|
|
2020
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
2021
|
+
},
|
|
2014
2022
|
"colorTextCalendarMonth": {
|
|
2015
2023
|
"light": "{colorNeutral600}",
|
|
2016
2024
|
"dark": "{colorNeutral450}"
|
|
@@ -3897,6 +3905,10 @@ export var preset = {
|
|
|
3897
3905
|
"light": "{colorNeutral700}",
|
|
3898
3906
|
"dark": "{colorNeutral700}"
|
|
3899
3907
|
},
|
|
3908
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
3909
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
3910
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
3911
|
+
},
|
|
3900
3912
|
"colorBackgroundButtonPrimaryActive": {
|
|
3901
3913
|
"light": "{colorPrimary400}",
|
|
3902
3914
|
"dark": "{colorPrimary400}"
|
|
@@ -4705,6 +4717,10 @@ export var preset = {
|
|
|
4705
4717
|
"light": "{colorTextDropdownItemDefault}",
|
|
4706
4718
|
"dark": "{colorTextDropdownItemDefault}"
|
|
4707
4719
|
},
|
|
4720
|
+
"colorTextCalendarDateSelected": {
|
|
4721
|
+
"light": "{colorBackgroundControlDefault}",
|
|
4722
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
4723
|
+
},
|
|
4708
4724
|
"colorTextCalendarMonth": {
|
|
4709
4725
|
"light": "{colorNeutral450}",
|
|
4710
4726
|
"dark": "{colorNeutral450}"
|
|
@@ -5406,6 +5422,10 @@ export var preset = {
|
|
|
5406
5422
|
"light": "{colorNeutral700}",
|
|
5407
5423
|
"dark": "{colorNeutral700}"
|
|
5408
5424
|
},
|
|
5425
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
5426
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
5427
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
5428
|
+
},
|
|
5409
5429
|
"colorBackgroundButtonPrimaryActive": {
|
|
5410
5430
|
"light": "{colorPrimary400}",
|
|
5411
5431
|
"dark": "{colorPrimary400}"
|
|
@@ -6214,6 +6234,10 @@ export var preset = {
|
|
|
6214
6234
|
"light": "{colorTextDropdownItemDefault}",
|
|
6215
6235
|
"dark": "{colorTextDropdownItemDefault}"
|
|
6216
6236
|
},
|
|
6237
|
+
"colorTextCalendarDateSelected": {
|
|
6238
|
+
"light": "{colorBackgroundControlDefault}",
|
|
6239
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
6240
|
+
},
|
|
6217
6241
|
"colorTextCalendarMonth": {
|
|
6218
6242
|
"light": "{colorNeutral450}",
|
|
6219
6243
|
"dark": "{colorNeutral450}"
|
|
@@ -6843,6 +6867,10 @@ export var preset = {
|
|
|
6843
6867
|
"light": "{colorPrimary100}",
|
|
6844
6868
|
"dark": "{colorNeutral700}"
|
|
6845
6869
|
},
|
|
6870
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
6871
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
6872
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
6873
|
+
},
|
|
6846
6874
|
"colorBackgroundButtonPrimaryActive": {
|
|
6847
6875
|
"light": "{colorPrimary900}",
|
|
6848
6876
|
"dark": "{colorPrimary400}"
|
|
@@ -7651,6 +7679,10 @@ export var preset = {
|
|
|
7651
7679
|
"light": "{colorTextDropdownItemDefault}",
|
|
7652
7680
|
"dark": "{colorTextDropdownItemDefault}"
|
|
7653
7681
|
},
|
|
7682
|
+
"colorTextCalendarDateSelected": {
|
|
7683
|
+
"light": "{colorBackgroundControlDefault}",
|
|
7684
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
7685
|
+
},
|
|
7654
7686
|
"colorTextCalendarMonth": {
|
|
7655
7687
|
"light": "{colorNeutral600}",
|
|
7656
7688
|
"dark": "{colorNeutral450}"
|
|
@@ -8165,6 +8197,10 @@ export var preset = {
|
|
|
8165
8197
|
"light": "{colorPrimary100}",
|
|
8166
8198
|
"dark": "{colorNeutral700}"
|
|
8167
8199
|
},
|
|
8200
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
8201
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
8202
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
8203
|
+
},
|
|
8168
8204
|
"colorBackgroundButtonPrimaryActive": {
|
|
8169
8205
|
"light": "{colorPrimary900}",
|
|
8170
8206
|
"dark": "{colorPrimary400}"
|
|
@@ -8973,6 +9009,10 @@ export var preset = {
|
|
|
8973
9009
|
"light": "{colorTextDropdownItemDefault}",
|
|
8974
9010
|
"dark": "{colorTextDropdownItemDefault}"
|
|
8975
9011
|
},
|
|
9012
|
+
"colorTextCalendarDateSelected": {
|
|
9013
|
+
"light": "{colorBackgroundControlDefault}",
|
|
9014
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
9015
|
+
},
|
|
8976
9016
|
"colorTextCalendarMonth": {
|
|
8977
9017
|
"light": "{colorNeutral600}",
|
|
8978
9018
|
"dark": "{colorNeutral450}"
|
|
@@ -9487,6 +9527,10 @@ export var preset = {
|
|
|
9487
9527
|
"light": "{colorPrimary100}",
|
|
9488
9528
|
"dark": "{colorNeutral700}"
|
|
9489
9529
|
},
|
|
9530
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
9531
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
9532
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
9533
|
+
},
|
|
9490
9534
|
"colorBackgroundButtonPrimaryActive": {
|
|
9491
9535
|
"light": "{colorPrimary900}",
|
|
9492
9536
|
"dark": "{colorPrimary400}"
|
|
@@ -10295,6 +10339,10 @@ export var preset = {
|
|
|
10295
10339
|
"light": "{colorTextDropdownItemDefault}",
|
|
10296
10340
|
"dark": "{colorTextDropdownItemDefault}"
|
|
10297
10341
|
},
|
|
10342
|
+
"colorTextCalendarDateSelected": {
|
|
10343
|
+
"light": "{colorBackgroundControlDefault}",
|
|
10344
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
10345
|
+
},
|
|
10298
10346
|
"colorTextCalendarMonth": {
|
|
10299
10347
|
"light": "{colorNeutral600}",
|
|
10300
10348
|
"dark": "{colorNeutral450}"
|
|
@@ -10811,6 +10859,10 @@ export var preset = {
|
|
|
10811
10859
|
"light": "{colorNeutral700}",
|
|
10812
10860
|
"dark": "{colorNeutral700}"
|
|
10813
10861
|
},
|
|
10862
|
+
"colorBackgroundToggleButtonNormalDefault": {
|
|
10863
|
+
"light": "{colorBackgroundButtonNormalDefault}",
|
|
10864
|
+
"dark": "{colorBackgroundButtonNormalDefault}"
|
|
10865
|
+
},
|
|
10814
10866
|
"colorBackgroundButtonPrimaryActive": {
|
|
10815
10867
|
"light": "{colorPrimary400}",
|
|
10816
10868
|
"dark": "{colorPrimary400}"
|
|
@@ -11619,6 +11671,10 @@ export var preset = {
|
|
|
11619
11671
|
"light": "{colorTextDropdownItemDefault}",
|
|
11620
11672
|
"dark": "{colorTextDropdownItemDefault}"
|
|
11621
11673
|
},
|
|
11674
|
+
"colorTextCalendarDateSelected": {
|
|
11675
|
+
"light": "{colorBackgroundControlDefault}",
|
|
11676
|
+
"dark": "{colorBackgroundControlDefault}"
|
|
11677
|
+
},
|
|
11622
11678
|
"colorTextCalendarMonth": {
|
|
11623
11679
|
"light": "{colorNeutral450}",
|
|
11624
11680
|
"dark": "{colorNeutral450}"
|
|
@@ -12352,6 +12408,7 @@ export var preset = {
|
|
|
12352
12408
|
"colorBackgroundButtonNormalDisabled": "color",
|
|
12353
12409
|
"colorBackgroundButtonNormalHover": "color",
|
|
12354
12410
|
"colorBackgroundToggleButtonNormalPressed": "color",
|
|
12411
|
+
"colorBackgroundToggleButtonNormalDefault": "color",
|
|
12355
12412
|
"colorBackgroundButtonPrimaryActive": "color",
|
|
12356
12413
|
"colorBackgroundButtonPrimaryDefault": "color",
|
|
12357
12414
|
"colorBackgroundButtonPrimaryDisabled": "color",
|
|
@@ -12554,6 +12611,7 @@ export var preset = {
|
|
|
12554
12611
|
"colorTextButtonPrimaryDefault": "color",
|
|
12555
12612
|
"colorTextButtonPrimaryHover": "color",
|
|
12556
12613
|
"colorTextCalendarDateHover": "color",
|
|
12614
|
+
"colorTextCalendarDateSelected": "color",
|
|
12557
12615
|
"colorTextCalendarMonth": "color",
|
|
12558
12616
|
"colorTextCodeEditorGutterActiveLine": "color",
|
|
12559
12617
|
"colorTextCodeEditorGutterDefault": "color",
|
|
@@ -13149,6 +13207,7 @@ export var preset = {
|
|
|
13149
13207
|
"colorBackgroundButtonNormalDisabled",
|
|
13150
13208
|
"colorBackgroundButtonNormalHover",
|
|
13151
13209
|
"colorBackgroundToggleButtonNormalPressed",
|
|
13210
|
+
"colorBackgroundToggleButtonNormalDefault",
|
|
13152
13211
|
"colorBackgroundButtonPrimaryActive",
|
|
13153
13212
|
"colorBackgroundButtonPrimaryDefault",
|
|
13154
13213
|
"colorBackgroundButtonPrimaryDisabled",
|
|
@@ -13200,6 +13259,7 @@ export var preset = {
|
|
|
13200
13259
|
"colorBackgroundStatusSuccess",
|
|
13201
13260
|
"colorBackgroundStatusWarning",
|
|
13202
13261
|
"colorBackgroundToggleCheckedDisabled",
|
|
13262
|
+
"colorBackgroundToggleDefault",
|
|
13203
13263
|
"colorBackgroundStatusIndicatorError",
|
|
13204
13264
|
"colorBackgroundStatusIndicatorWarning",
|
|
13205
13265
|
"colorBackgroundStatusIndicatorSuccess",
|
|
@@ -13271,6 +13331,7 @@ export var preset = {
|
|
|
13271
13331
|
"colorTextButtonPrimaryActive",
|
|
13272
13332
|
"colorTextButtonPrimaryDefault",
|
|
13273
13333
|
"colorTextButtonPrimaryHover",
|
|
13334
|
+
"colorTextCalendarDateSelected",
|
|
13274
13335
|
"colorTextCounter",
|
|
13275
13336
|
"colorTextDropdownItemDefault",
|
|
13276
13337
|
"colorTextDropdownItemDisabled",
|
|
@@ -13626,6 +13687,7 @@ export var preset = {
|
|
|
13626
13687
|
"colorBackgroundButtonNormalDisabled",
|
|
13627
13688
|
"colorBackgroundButtonNormalHover",
|
|
13628
13689
|
"colorBackgroundToggleButtonNormalPressed",
|
|
13690
|
+
"colorBackgroundToggleButtonNormalDefault",
|
|
13629
13691
|
"colorBackgroundButtonPrimaryActive",
|
|
13630
13692
|
"colorBackgroundButtonPrimaryDefault",
|
|
13631
13693
|
"colorBackgroundButtonPrimaryDisabled",
|
|
@@ -13677,6 +13739,7 @@ export var preset = {
|
|
|
13677
13739
|
"colorBackgroundStatusSuccess",
|
|
13678
13740
|
"colorBackgroundStatusWarning",
|
|
13679
13741
|
"colorBackgroundToggleCheckedDisabled",
|
|
13742
|
+
"colorBackgroundToggleDefault",
|
|
13680
13743
|
"colorBackgroundAvatarGenAi",
|
|
13681
13744
|
"colorBackgroundAvatarDefault",
|
|
13682
13745
|
"colorTextAvatar",
|
|
@@ -13743,6 +13806,7 @@ export var preset = {
|
|
|
13743
13806
|
"colorTextButtonPrimaryActive",
|
|
13744
13807
|
"colorTextButtonPrimaryDefault",
|
|
13745
13808
|
"colorTextButtonPrimaryHover",
|
|
13809
|
+
"colorTextCalendarDateSelected",
|
|
13746
13810
|
"colorTextCounter",
|
|
13747
13811
|
"colorTextDropdownItemDefault",
|
|
13748
13812
|
"colorTextDropdownItemDisabled",
|
|
@@ -14242,6 +14306,7 @@ export var preset = {
|
|
|
14242
14306
|
"colorBackgroundButtonNormalDisabled": "color-background-button-normal-disabled",
|
|
14243
14307
|
"colorBackgroundButtonNormalHover": "color-background-button-normal-hover",
|
|
14244
14308
|
"colorBackgroundToggleButtonNormalPressed": "color-background-toggle-button-normal-pressed",
|
|
14309
|
+
"colorBackgroundToggleButtonNormalDefault": "color-background-toggle-button-normal-default",
|
|
14245
14310
|
"colorBackgroundButtonPrimaryActive": "color-background-button-primary-active",
|
|
14246
14311
|
"colorBackgroundButtonPrimaryDefault": "color-background-button-primary-default",
|
|
14247
14312
|
"colorBackgroundButtonPrimaryDisabled": "color-background-button-primary-disabled",
|
|
@@ -14444,6 +14509,7 @@ export var preset = {
|
|
|
14444
14509
|
"colorTextButtonPrimaryDefault": "color-text-button-primary-default",
|
|
14445
14510
|
"colorTextButtonPrimaryHover": "color-text-button-primary-hover",
|
|
14446
14511
|
"colorTextCalendarDateHover": "color-text-calendar-date-hover",
|
|
14512
|
+
"colorTextCalendarDateSelected": "color-text-calendar-date-selected",
|
|
14447
14513
|
"colorTextCalendarMonth": "color-text-calendar-month",
|
|
14448
14514
|
"colorTextCodeEditorGutterActiveLine": "color-text-code-editor-gutter-active-line",
|
|
14449
14515
|
"colorTextCodeEditorGutterDefault": "color-text-code-editor-gutter-default",
|
|
@@ -15169,6 +15235,7 @@ export var preset = {
|
|
|
15169
15235
|
"colorBackgroundButtonNormalDisabled": "--color-background-button-normal-disabled-hl039l",
|
|
15170
15236
|
"colorBackgroundButtonNormalHover": "--color-background-button-normal-hover-53op9s",
|
|
15171
15237
|
"colorBackgroundToggleButtonNormalPressed": "--color-background-toggle-button-normal-pressed-4khex7",
|
|
15238
|
+
"colorBackgroundToggleButtonNormalDefault": "--color-background-toggle-button-normal-default-ipnqr5",
|
|
15172
15239
|
"colorBackgroundButtonPrimaryActive": "--color-background-button-primary-active-5cqoqt",
|
|
15173
15240
|
"colorBackgroundButtonPrimaryDefault": "--color-background-button-primary-default-vdt0fu",
|
|
15174
15241
|
"colorBackgroundButtonPrimaryDisabled": "--color-background-button-primary-disabled-sgo4zo",
|
|
@@ -15371,6 +15438,7 @@ export var preset = {
|
|
|
15371
15438
|
"colorTextButtonPrimaryDefault": "--color-text-button-primary-default-mwl31m",
|
|
15372
15439
|
"colorTextButtonPrimaryHover": "--color-text-button-primary-hover-pw12ep",
|
|
15373
15440
|
"colorTextCalendarDateHover": "--color-text-calendar-date-hover-3fcriv",
|
|
15441
|
+
"colorTextCalendarDateSelected": "--color-text-calendar-date-selected-m18pgv",
|
|
15374
15442
|
"colorTextCalendarMonth": "--color-text-calendar-month-ea0e93",
|
|
15375
15443
|
"colorTextCodeEditorGutterActiveLine": "--color-text-code-editor-gutter-active-line-2addhd",
|
|
15376
15444
|
"colorTextCodeEditorGutterDefault": "--color-text-code-editor-gutter-default-nlshs8",
|