@cloudscape-design/board-components 3.0.174 → 3.0.175
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/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +4 -0
- package/internal/generated/styles/tokens.js +4 -0
- package/internal/generated/theming/index.cjs +132 -0
- package/internal/generated/theming/index.cjs.d.ts +36 -0
- package/internal/generated/theming/index.d.ts +36 -0
- package/internal/generated/theming/index.js +132 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
package/internal/environment.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "board-components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (165446b6)";
|
|
3
3
|
export var THEME = "open-source-visual-refresh";
|
|
4
4
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
5
5
|
export var SYSTEM = "core";
|
|
@@ -329,6 +329,7 @@ export const colorBackgroundDrawer: string;
|
|
|
329
329
|
export const colorBackgroundLayoutMobilePanel: string;
|
|
330
330
|
export const colorBackgroundLayoutPanelContent: string;
|
|
331
331
|
export const colorBackgroundLayoutPanelHover: string;
|
|
332
|
+
export const colorBackgroundLayoutToolbar: string;
|
|
332
333
|
export const colorBackgroundLayoutToggleActive: string;
|
|
333
334
|
export const colorBackgroundLayoutToggleDefault: string;
|
|
334
335
|
export const colorBackgroundLayoutToggleHover: string;
|
|
@@ -391,7 +392,10 @@ export const colorBorderButtonNormalDisabled: string;
|
|
|
391
392
|
export const colorTextButtonNormalDisabled: string;
|
|
392
393
|
export const colorBorderButtonNormalHover: string;
|
|
393
394
|
export const colorTextButtonIconDisabled: string;
|
|
395
|
+
export const colorBorderButtonPrimaryActive: string;
|
|
396
|
+
export const colorBorderButtonPrimaryDefault: string;
|
|
394
397
|
export const colorBorderButtonPrimaryDisabled: string;
|
|
398
|
+
export const colorBorderButtonPrimaryHover: string;
|
|
395
399
|
export const colorTextButtonPrimaryDisabled: string;
|
|
396
400
|
export const colorItemSelected: string;
|
|
397
401
|
export const colorBorderCalendarGrid: string;
|
|
@@ -329,6 +329,7 @@ export var colorBackgroundDrawer = "var(--color-background-drawer-5hs0eh, #fffff
|
|
|
329
329
|
export var colorBackgroundLayoutMobilePanel = "var(--color-background-layout-mobile-panel-ed0ava, #0f141a)";
|
|
330
330
|
export var colorBackgroundLayoutPanelContent = "var(--color-background-layout-panel-content-xto15e, #ffffff)";
|
|
331
331
|
export var colorBackgroundLayoutPanelHover = "var(--color-background-layout-panel-hover-tguulw, #ebebf0)";
|
|
332
|
+
export var colorBackgroundLayoutToolbar = "var(--color-background-layout-toolbar-y0cu80, #ffffff)";
|
|
332
333
|
export var colorBackgroundLayoutToggleActive = "var(--color-background-layout-toggle-active-ap91vm, #424650)";
|
|
333
334
|
export var colorBackgroundLayoutToggleDefault = "var(--color-background-layout-toggle-default-2hgjdu, #424650)";
|
|
334
335
|
export var colorBackgroundLayoutToggleHover = "var(--color-background-layout-toggle-hover-0cpm7g, #656871)";
|
|
@@ -391,7 +392,10 @@ export var colorBorderButtonNormalDisabled = "var(--color-border-button-normal-d
|
|
|
391
392
|
export var colorTextButtonNormalDisabled = "var(--color-text-button-normal-disabled-05p74s, #8c8c94)";
|
|
392
393
|
export var colorBorderButtonNormalHover = "var(--color-border-button-normal-hover-6a2tdq, #002b66)";
|
|
393
394
|
export var colorTextButtonIconDisabled = "var(--color-text-button-icon-disabled-nnofkn, #8c8c94)";
|
|
395
|
+
export var colorBorderButtonPrimaryActive = "var(--color-border-button-primary-active-6jnxoc, #002b66)";
|
|
396
|
+
export var colorBorderButtonPrimaryDefault = "var(--color-border-button-primary-default-45p8u2, #006ce0)";
|
|
394
397
|
export var colorBorderButtonPrimaryDisabled = "var(--color-border-button-primary-disabled-b5p1ji, #ebebf0)";
|
|
398
|
+
export var colorBorderButtonPrimaryHover = "var(--color-border-button-primary-hover-rktx0f, #002b66)";
|
|
395
399
|
export var colorTextButtonPrimaryDisabled = "var(--color-text-button-primary-disabled-q79gms, #8c8c94)";
|
|
396
400
|
export var colorItemSelected = "var(--color-item-selected-72rnwy, #006ce0)";
|
|
397
401
|
export var colorBorderCalendarGrid = "var(--color-border-calendar-grid-67r4w4, transparent)";
|
|
@@ -1363,6 +1363,10 @@ module.exports.preset = {
|
|
|
1363
1363
|
"light": "{colorNeutral250}",
|
|
1364
1364
|
"dark": "{colorNeutral700}"
|
|
1365
1365
|
},
|
|
1366
|
+
"colorBackgroundLayoutToolbar": {
|
|
1367
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
1368
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
1369
|
+
},
|
|
1366
1370
|
"colorBackgroundLayoutToggleActive": {
|
|
1367
1371
|
"light": "{colorNeutral650}",
|
|
1368
1372
|
"dark": "{colorNeutral650}"
|
|
@@ -1611,10 +1615,22 @@ module.exports.preset = {
|
|
|
1611
1615
|
"light": "{colorNeutral500}",
|
|
1612
1616
|
"dark": "{colorNeutral500}"
|
|
1613
1617
|
},
|
|
1618
|
+
"colorBorderButtonPrimaryActive": {
|
|
1619
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
1620
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
1621
|
+
},
|
|
1622
|
+
"colorBorderButtonPrimaryDefault": {
|
|
1623
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
1624
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
1625
|
+
},
|
|
1614
1626
|
"colorBorderButtonPrimaryDisabled": {
|
|
1615
1627
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
1616
1628
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
1617
1629
|
},
|
|
1630
|
+
"colorBorderButtonPrimaryHover": {
|
|
1631
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
1632
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
1633
|
+
},
|
|
1618
1634
|
"colorTextButtonPrimaryDisabled": {
|
|
1619
1635
|
"light": "{colorNeutral500}",
|
|
1620
1636
|
"dark": "{colorNeutral500}"
|
|
@@ -3974,6 +3990,10 @@ module.exports.preset = {
|
|
|
3974
3990
|
"light": "{colorNeutral700}",
|
|
3975
3991
|
"dark": "{colorNeutral700}"
|
|
3976
3992
|
},
|
|
3993
|
+
"colorBackgroundLayoutToolbar": {
|
|
3994
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
3995
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
3996
|
+
},
|
|
3977
3997
|
"colorBackgroundLayoutToggleActive": {
|
|
3978
3998
|
"light": "{colorNeutral650}",
|
|
3979
3999
|
"dark": "{colorNeutral650}"
|
|
@@ -4222,10 +4242,22 @@ module.exports.preset = {
|
|
|
4222
4242
|
"light": "{colorNeutral500}",
|
|
4223
4243
|
"dark": "{colorNeutral500}"
|
|
4224
4244
|
},
|
|
4245
|
+
"colorBorderButtonPrimaryActive": {
|
|
4246
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
4247
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
4248
|
+
},
|
|
4249
|
+
"colorBorderButtonPrimaryDefault": {
|
|
4250
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
4251
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
4252
|
+
},
|
|
4225
4253
|
"colorBorderButtonPrimaryDisabled": {
|
|
4226
4254
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
4227
4255
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
4228
4256
|
},
|
|
4257
|
+
"colorBorderButtonPrimaryHover": {
|
|
4258
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
4259
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
4260
|
+
},
|
|
4229
4261
|
"colorTextButtonPrimaryDisabled": {
|
|
4230
4262
|
"light": "{colorNeutral500}",
|
|
4231
4263
|
"dark": "{colorNeutral500}"
|
|
@@ -5423,6 +5455,10 @@ module.exports.preset = {
|
|
|
5423
5455
|
"light": "{colorNeutral700}",
|
|
5424
5456
|
"dark": "{colorNeutral700}"
|
|
5425
5457
|
},
|
|
5458
|
+
"colorBackgroundLayoutToolbar": {
|
|
5459
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
5460
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
5461
|
+
},
|
|
5426
5462
|
"colorBackgroundLayoutToggleActive": {
|
|
5427
5463
|
"light": "{colorNeutral650}",
|
|
5428
5464
|
"dark": "{colorNeutral650}"
|
|
@@ -5671,10 +5707,22 @@ module.exports.preset = {
|
|
|
5671
5707
|
"light": "{colorNeutral500}",
|
|
5672
5708
|
"dark": "{colorNeutral500}"
|
|
5673
5709
|
},
|
|
5710
|
+
"colorBorderButtonPrimaryActive": {
|
|
5711
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
5712
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
5713
|
+
},
|
|
5714
|
+
"colorBorderButtonPrimaryDefault": {
|
|
5715
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
5716
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
5717
|
+
},
|
|
5674
5718
|
"colorBorderButtonPrimaryDisabled": {
|
|
5675
5719
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
5676
5720
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
5677
5721
|
},
|
|
5722
|
+
"colorBorderButtonPrimaryHover": {
|
|
5723
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
5724
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
5725
|
+
},
|
|
5678
5726
|
"colorTextButtonPrimaryDisabled": {
|
|
5679
5727
|
"light": "{colorNeutral500}",
|
|
5680
5728
|
"dark": "{colorNeutral500}"
|
|
@@ -6800,6 +6848,10 @@ module.exports.preset = {
|
|
|
6800
6848
|
"light": "{colorNeutral250}",
|
|
6801
6849
|
"dark": "{colorNeutral700}"
|
|
6802
6850
|
},
|
|
6851
|
+
"colorBackgroundLayoutToolbar": {
|
|
6852
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
6853
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
6854
|
+
},
|
|
6803
6855
|
"colorBackgroundLayoutToggleActive": {
|
|
6804
6856
|
"light": "{colorNeutral650}",
|
|
6805
6857
|
"dark": "{colorNeutral650}"
|
|
@@ -7048,10 +7100,22 @@ module.exports.preset = {
|
|
|
7048
7100
|
"light": "{colorNeutral500}",
|
|
7049
7101
|
"dark": "{colorNeutral500}"
|
|
7050
7102
|
},
|
|
7103
|
+
"colorBorderButtonPrimaryActive": {
|
|
7104
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
7105
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
7106
|
+
},
|
|
7107
|
+
"colorBorderButtonPrimaryDefault": {
|
|
7108
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
7109
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
7110
|
+
},
|
|
7051
7111
|
"colorBorderButtonPrimaryDisabled": {
|
|
7052
7112
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
7053
7113
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
7054
7114
|
},
|
|
7115
|
+
"colorBorderButtonPrimaryHover": {
|
|
7116
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
7117
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
7118
|
+
},
|
|
7055
7119
|
"colorTextButtonPrimaryDisabled": {
|
|
7056
7120
|
"light": "{colorNeutral500}",
|
|
7057
7121
|
"dark": "{colorNeutral500}"
|
|
@@ -8062,6 +8126,10 @@ module.exports.preset = {
|
|
|
8062
8126
|
"light": "{colorNeutral250}",
|
|
8063
8127
|
"dark": "{colorNeutral700}"
|
|
8064
8128
|
},
|
|
8129
|
+
"colorBackgroundLayoutToolbar": {
|
|
8130
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
8131
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
8132
|
+
},
|
|
8065
8133
|
"colorBackgroundLayoutToggleActive": {
|
|
8066
8134
|
"light": "{colorNeutral650}",
|
|
8067
8135
|
"dark": "{colorNeutral650}"
|
|
@@ -8310,10 +8378,22 @@ module.exports.preset = {
|
|
|
8310
8378
|
"light": "{colorNeutral500}",
|
|
8311
8379
|
"dark": "{colorNeutral500}"
|
|
8312
8380
|
},
|
|
8381
|
+
"colorBorderButtonPrimaryActive": {
|
|
8382
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
8383
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
8384
|
+
},
|
|
8385
|
+
"colorBorderButtonPrimaryDefault": {
|
|
8386
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
8387
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
8388
|
+
},
|
|
8313
8389
|
"colorBorderButtonPrimaryDisabled": {
|
|
8314
8390
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
8315
8391
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
8316
8392
|
},
|
|
8393
|
+
"colorBorderButtonPrimaryHover": {
|
|
8394
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
8395
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
8396
|
+
},
|
|
8317
8397
|
"colorTextButtonPrimaryDisabled": {
|
|
8318
8398
|
"light": "{colorNeutral500}",
|
|
8319
8399
|
"dark": "{colorNeutral500}"
|
|
@@ -9324,6 +9404,10 @@ module.exports.preset = {
|
|
|
9324
9404
|
"light": "{colorNeutral250}",
|
|
9325
9405
|
"dark": "{colorNeutral700}"
|
|
9326
9406
|
},
|
|
9407
|
+
"colorBackgroundLayoutToolbar": {
|
|
9408
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
9409
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
9410
|
+
},
|
|
9327
9411
|
"colorBackgroundLayoutToggleActive": {
|
|
9328
9412
|
"light": "{colorNeutral650}",
|
|
9329
9413
|
"dark": "{colorNeutral650}"
|
|
@@ -9572,10 +9656,22 @@ module.exports.preset = {
|
|
|
9572
9656
|
"light": "{colorNeutral500}",
|
|
9573
9657
|
"dark": "{colorNeutral500}"
|
|
9574
9658
|
},
|
|
9659
|
+
"colorBorderButtonPrimaryActive": {
|
|
9660
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
9661
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
9662
|
+
},
|
|
9663
|
+
"colorBorderButtonPrimaryDefault": {
|
|
9664
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
9665
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
9666
|
+
},
|
|
9575
9667
|
"colorBorderButtonPrimaryDisabled": {
|
|
9576
9668
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
9577
9669
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
9578
9670
|
},
|
|
9671
|
+
"colorBorderButtonPrimaryHover": {
|
|
9672
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
9673
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
9674
|
+
},
|
|
9579
9675
|
"colorTextButtonPrimaryDisabled": {
|
|
9580
9676
|
"light": "{colorNeutral500}",
|
|
9581
9677
|
"dark": "{colorNeutral500}"
|
|
@@ -10588,6 +10684,10 @@ module.exports.preset = {
|
|
|
10588
10684
|
"light": "{colorNeutral700}",
|
|
10589
10685
|
"dark": "{colorNeutral700}"
|
|
10590
10686
|
},
|
|
10687
|
+
"colorBackgroundLayoutToolbar": {
|
|
10688
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
10689
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
10690
|
+
},
|
|
10591
10691
|
"colorBackgroundLayoutToggleActive": {
|
|
10592
10692
|
"light": "{colorNeutral650}",
|
|
10593
10693
|
"dark": "{colorNeutral650}"
|
|
@@ -10836,10 +10936,22 @@ module.exports.preset = {
|
|
|
10836
10936
|
"light": "{colorNeutral500}",
|
|
10837
10937
|
"dark": "{colorNeutral500}"
|
|
10838
10938
|
},
|
|
10939
|
+
"colorBorderButtonPrimaryActive": {
|
|
10940
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
10941
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
10942
|
+
},
|
|
10943
|
+
"colorBorderButtonPrimaryDefault": {
|
|
10944
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
10945
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
10946
|
+
},
|
|
10839
10947
|
"colorBorderButtonPrimaryDisabled": {
|
|
10840
10948
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
10841
10949
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
10842
10950
|
},
|
|
10951
|
+
"colorBorderButtonPrimaryHover": {
|
|
10952
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
10953
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
10954
|
+
},
|
|
10843
10955
|
"colorTextButtonPrimaryDisabled": {
|
|
10844
10956
|
"light": "{colorNeutral500}",
|
|
10845
10957
|
"dark": "{colorNeutral500}"
|
|
@@ -11949,6 +12061,7 @@ module.exports.preset = {
|
|
|
11949
12061
|
"colorBackgroundLayoutMobilePanel": "color",
|
|
11950
12062
|
"colorBackgroundLayoutPanelContent": "color",
|
|
11951
12063
|
"colorBackgroundLayoutPanelHover": "color",
|
|
12064
|
+
"colorBackgroundLayoutToolbar": "color",
|
|
11952
12065
|
"colorBackgroundLayoutToggleActive": "color",
|
|
11953
12066
|
"colorBackgroundLayoutToggleDefault": "color",
|
|
11954
12067
|
"colorBackgroundLayoutToggleHover": "color",
|
|
@@ -12011,7 +12124,10 @@ module.exports.preset = {
|
|
|
12011
12124
|
"colorTextButtonNormalDisabled": "color",
|
|
12012
12125
|
"colorBorderButtonNormalHover": "color",
|
|
12013
12126
|
"colorTextButtonIconDisabled": "color",
|
|
12127
|
+
"colorBorderButtonPrimaryActive": "color",
|
|
12128
|
+
"colorBorderButtonPrimaryDefault": "color",
|
|
12014
12129
|
"colorBorderButtonPrimaryDisabled": "color",
|
|
12130
|
+
"colorBorderButtonPrimaryHover": "color",
|
|
12015
12131
|
"colorTextButtonPrimaryDisabled": "color",
|
|
12016
12132
|
"colorItemSelected": "color",
|
|
12017
12133
|
"colorBorderCalendarGrid": "color",
|
|
@@ -12709,6 +12825,7 @@ module.exports.preset = {
|
|
|
12709
12825
|
"colorBackgroundInputDisabled",
|
|
12710
12826
|
"colorBackgroundItemSelected",
|
|
12711
12827
|
"colorBackgroundLayoutMain",
|
|
12828
|
+
"colorBackgroundLayoutToolbar",
|
|
12712
12829
|
"colorBackgroundLayoutToggleActive",
|
|
12713
12830
|
"colorBackgroundLayoutToggleDefault",
|
|
12714
12831
|
"colorBackgroundLayoutToggleHover",
|
|
@@ -12751,7 +12868,10 @@ module.exports.preset = {
|
|
|
12751
12868
|
"colorTextButtonNormalDisabled",
|
|
12752
12869
|
"colorBorderButtonNormalHover",
|
|
12753
12870
|
"colorTextButtonIconDisabled",
|
|
12871
|
+
"colorBorderButtonPrimaryActive",
|
|
12872
|
+
"colorBorderButtonPrimaryDefault",
|
|
12754
12873
|
"colorBorderButtonPrimaryDisabled",
|
|
12874
|
+
"colorBorderButtonPrimaryHover",
|
|
12755
12875
|
"colorTextButtonPrimaryDisabled",
|
|
12756
12876
|
"colorItemSelected",
|
|
12757
12877
|
"colorBorderCard",
|
|
@@ -13136,6 +13256,7 @@ module.exports.preset = {
|
|
|
13136
13256
|
"colorBackgroundInputDisabled",
|
|
13137
13257
|
"colorBackgroundItemSelected",
|
|
13138
13258
|
"colorBackgroundLayoutMain",
|
|
13259
|
+
"colorBackgroundLayoutToolbar",
|
|
13139
13260
|
"colorBackgroundLayoutToggleActive",
|
|
13140
13261
|
"colorBackgroundLayoutToggleDefault",
|
|
13141
13262
|
"colorBackgroundLayoutToggleHover",
|
|
@@ -13181,7 +13302,10 @@ module.exports.preset = {
|
|
|
13181
13302
|
"colorTextButtonNormalDisabled",
|
|
13182
13303
|
"colorBorderButtonNormalHover",
|
|
13183
13304
|
"colorTextButtonIconDisabled",
|
|
13305
|
+
"colorBorderButtonPrimaryActive",
|
|
13306
|
+
"colorBorderButtonPrimaryDefault",
|
|
13184
13307
|
"colorBorderButtonPrimaryDisabled",
|
|
13308
|
+
"colorBorderButtonPrimaryHover",
|
|
13185
13309
|
"colorTextButtonPrimaryDisabled",
|
|
13186
13310
|
"colorItemSelected",
|
|
13187
13311
|
"colorBorderCard",
|
|
@@ -13744,6 +13868,7 @@ module.exports.preset = {
|
|
|
13744
13868
|
"colorBackgroundLayoutMobilePanel": "color-background-layout-mobile-panel",
|
|
13745
13869
|
"colorBackgroundLayoutPanelContent": "color-background-layout-panel-content",
|
|
13746
13870
|
"colorBackgroundLayoutPanelHover": "color-background-layout-panel-hover",
|
|
13871
|
+
"colorBackgroundLayoutToolbar": "color-background-layout-toolbar",
|
|
13747
13872
|
"colorBackgroundLayoutToggleActive": "color-background-layout-toggle-active",
|
|
13748
13873
|
"colorBackgroundLayoutToggleDefault": "color-background-layout-toggle-default",
|
|
13749
13874
|
"colorBackgroundLayoutToggleHover": "color-background-layout-toggle-hover",
|
|
@@ -13806,7 +13931,10 @@ module.exports.preset = {
|
|
|
13806
13931
|
"colorTextButtonNormalDisabled": "color-text-button-normal-disabled",
|
|
13807
13932
|
"colorBorderButtonNormalHover": "color-border-button-normal-hover",
|
|
13808
13933
|
"colorTextButtonIconDisabled": "color-text-button-icon-disabled",
|
|
13934
|
+
"colorBorderButtonPrimaryActive": "color-border-button-primary-active",
|
|
13935
|
+
"colorBorderButtonPrimaryDefault": "color-border-button-primary-default",
|
|
13809
13936
|
"colorBorderButtonPrimaryDisabled": "color-border-button-primary-disabled",
|
|
13937
|
+
"colorBorderButtonPrimaryHover": "color-border-button-primary-hover",
|
|
13810
13938
|
"colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
|
|
13811
13939
|
"colorItemSelected": "color-item-selected",
|
|
13812
13940
|
"colorBorderCalendarGrid": "color-border-calendar-grid",
|
|
@@ -14640,6 +14768,7 @@ module.exports.preset = {
|
|
|
14640
14768
|
"colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
|
|
14641
14769
|
"colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-xto15e",
|
|
14642
14770
|
"colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-tguulw",
|
|
14771
|
+
"colorBackgroundLayoutToolbar": "--color-background-layout-toolbar-y0cu80",
|
|
14643
14772
|
"colorBackgroundLayoutToggleActive": "--color-background-layout-toggle-active-ap91vm",
|
|
14644
14773
|
"colorBackgroundLayoutToggleDefault": "--color-background-layout-toggle-default-2hgjdu",
|
|
14645
14774
|
"colorBackgroundLayoutToggleHover": "--color-background-layout-toggle-hover-0cpm7g",
|
|
@@ -14702,7 +14831,10 @@ module.exports.preset = {
|
|
|
14702
14831
|
"colorTextButtonNormalDisabled": "--color-text-button-normal-disabled-05p74s",
|
|
14703
14832
|
"colorBorderButtonNormalHover": "--color-border-button-normal-hover-6a2tdq",
|
|
14704
14833
|
"colorTextButtonIconDisabled": "--color-text-button-icon-disabled-nnofkn",
|
|
14834
|
+
"colorBorderButtonPrimaryActive": "--color-border-button-primary-active-6jnxoc",
|
|
14835
|
+
"colorBorderButtonPrimaryDefault": "--color-border-button-primary-default-45p8u2",
|
|
14705
14836
|
"colorBorderButtonPrimaryDisabled": "--color-border-button-primary-disabled-b5p1ji",
|
|
14837
|
+
"colorBorderButtonPrimaryHover": "--color-border-button-primary-hover-rktx0f",
|
|
14706
14838
|
"colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
|
|
14707
14839
|
"colorItemSelected": "--color-item-selected-72rnwy",
|
|
14708
14840
|
"colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
|
|
@@ -103,6 +103,7 @@ export declare interface TypedOverride {
|
|
|
103
103
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
104
104
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
105
105
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
106
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
106
107
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
107
108
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
108
109
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -145,7 +146,10 @@ export declare interface TypedOverride {
|
|
|
145
146
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
146
147
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
147
148
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
149
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
150
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
148
151
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
152
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
149
153
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
150
154
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
151
155
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -439,6 +443,7 @@ export declare interface TypedOverride {
|
|
|
439
443
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
440
444
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
441
445
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
446
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
442
447
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
443
448
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
444
449
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -481,7 +486,10 @@ export declare interface TypedOverride {
|
|
|
481
486
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
482
487
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
483
488
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
489
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
490
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
484
491
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
492
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
485
493
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
486
494
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
487
495
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -775,6 +783,7 @@ export declare interface TypedOverride {
|
|
|
775
783
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
776
784
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
777
785
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
786
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
778
787
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
779
788
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
780
789
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -817,7 +826,10 @@ export declare interface TypedOverride {
|
|
|
817
826
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
818
827
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
819
828
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
829
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
830
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
820
831
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
832
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
821
833
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
822
834
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
823
835
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1111,6 +1123,7 @@ export declare interface TypedOverride {
|
|
|
1111
1123
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1112
1124
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1113
1125
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1126
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1114
1127
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1115
1128
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1116
1129
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1153,7 +1166,10 @@ export declare interface TypedOverride {
|
|
|
1153
1166
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1154
1167
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1155
1168
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1169
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1170
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1156
1171
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1172
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1157
1173
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1158
1174
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1159
1175
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1447,6 +1463,7 @@ export declare interface TypedOverride {
|
|
|
1447
1463
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1448
1464
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1449
1465
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1466
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1450
1467
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1451
1468
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1452
1469
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1489,7 +1506,10 @@ export declare interface TypedOverride {
|
|
|
1489
1506
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1490
1507
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1491
1508
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1509
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1510
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1492
1511
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1512
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1493
1513
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1494
1514
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1495
1515
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1783,6 +1803,7 @@ export declare interface TypedOverride {
|
|
|
1783
1803
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1784
1804
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1785
1805
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1806
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1786
1807
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1787
1808
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1788
1809
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1825,7 +1846,10 @@ export declare interface TypedOverride {
|
|
|
1825
1846
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1826
1847
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1827
1848
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1849
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1850
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1828
1851
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1852
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1829
1853
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1830
1854
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1831
1855
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2119,6 +2143,7 @@ export declare interface TypedOverride {
|
|
|
2119
2143
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2120
2144
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2121
2145
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2146
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2122
2147
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2123
2148
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2124
2149
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2161,7 +2186,10 @@ export declare interface TypedOverride {
|
|
|
2161
2186
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2162
2187
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2163
2188
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2189
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2190
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2164
2191
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2192
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2165
2193
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2166
2194
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2167
2195
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2455,6 +2483,7 @@ export declare interface TypedOverride {
|
|
|
2455
2483
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2456
2484
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2457
2485
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2486
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2458
2487
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2459
2488
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2460
2489
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2497,7 +2526,10 @@ export declare interface TypedOverride {
|
|
|
2497
2526
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2498
2527
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2499
2528
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2529
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2530
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2500
2531
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2532
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2501
2533
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2502
2534
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2503
2535
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2791,6 +2823,7 @@ export declare interface TypedOverride {
|
|
|
2791
2823
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2792
2824
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2793
2825
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2826
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2794
2827
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2795
2828
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2796
2829
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2833,7 +2866,10 @@ export declare interface TypedOverride {
|
|
|
2833
2866
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2834
2867
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2835
2868
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2869
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2870
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2836
2871
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2872
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2837
2873
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2838
2874
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2839
2875
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -103,6 +103,7 @@ export declare interface TypedOverride {
|
|
|
103
103
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
104
104
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
105
105
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
106
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
106
107
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
107
108
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
108
109
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -145,7 +146,10 @@ export declare interface TypedOverride {
|
|
|
145
146
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
146
147
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
147
148
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
149
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
150
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
148
151
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
152
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
149
153
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
150
154
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
151
155
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -439,6 +443,7 @@ export declare interface TypedOverride {
|
|
|
439
443
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
440
444
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
441
445
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
446
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
442
447
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
443
448
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
444
449
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -481,7 +486,10 @@ export declare interface TypedOverride {
|
|
|
481
486
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
482
487
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
483
488
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
489
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
490
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
484
491
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
492
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
485
493
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
486
494
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
487
495
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -775,6 +783,7 @@ export declare interface TypedOverride {
|
|
|
775
783
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
776
784
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
777
785
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
786
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
778
787
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
779
788
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
780
789
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -817,7 +826,10 @@ export declare interface TypedOverride {
|
|
|
817
826
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
818
827
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
819
828
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
829
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
830
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
820
831
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
832
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
821
833
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
822
834
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
823
835
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1111,6 +1123,7 @@ export declare interface TypedOverride {
|
|
|
1111
1123
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1112
1124
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1113
1125
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1126
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1114
1127
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1115
1128
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1116
1129
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1153,7 +1166,10 @@ export declare interface TypedOverride {
|
|
|
1153
1166
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1154
1167
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1155
1168
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1169
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1170
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1156
1171
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1172
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1157
1173
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1158
1174
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1159
1175
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1447,6 +1463,7 @@ export declare interface TypedOverride {
|
|
|
1447
1463
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1448
1464
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1449
1465
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1466
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1450
1467
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1451
1468
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1452
1469
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1489,7 +1506,10 @@ export declare interface TypedOverride {
|
|
|
1489
1506
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1490
1507
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1491
1508
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1509
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1510
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1492
1511
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1512
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1493
1513
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1494
1514
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1495
1515
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1783,6 +1803,7 @@ export declare interface TypedOverride {
|
|
|
1783
1803
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1784
1804
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1785
1805
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1806
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1786
1807
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1787
1808
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1788
1809
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1825,7 +1846,10 @@ export declare interface TypedOverride {
|
|
|
1825
1846
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1826
1847
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1827
1848
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1849
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1850
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1828
1851
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1852
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1829
1853
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1830
1854
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1831
1855
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2119,6 +2143,7 @@ export declare interface TypedOverride {
|
|
|
2119
2143
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2120
2144
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2121
2145
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2146
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2122
2147
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2123
2148
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2124
2149
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2161,7 +2186,10 @@ export declare interface TypedOverride {
|
|
|
2161
2186
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2162
2187
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2163
2188
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2189
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2190
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2164
2191
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2192
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2165
2193
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2166
2194
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2167
2195
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2455,6 +2483,7 @@ export declare interface TypedOverride {
|
|
|
2455
2483
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2456
2484
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2457
2485
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2486
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2458
2487
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2459
2488
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2460
2489
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2497,7 +2526,10 @@ export declare interface TypedOverride {
|
|
|
2497
2526
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2498
2527
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2499
2528
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2529
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2530
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2500
2531
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2532
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2501
2533
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2502
2534
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2503
2535
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2791,6 +2823,7 @@ export declare interface TypedOverride {
|
|
|
2791
2823
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2792
2824
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2793
2825
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2826
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2794
2827
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2795
2828
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2796
2829
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2833,7 +2866,10 @@ export declare interface TypedOverride {
|
|
|
2833
2866
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2834
2867
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2835
2868
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2869
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2870
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2836
2871
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2872
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2837
2873
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2838
2874
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2839
2875
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1363,6 +1363,10 @@ export var preset = {
|
|
|
1363
1363
|
"light": "{colorNeutral250}",
|
|
1364
1364
|
"dark": "{colorNeutral700}"
|
|
1365
1365
|
},
|
|
1366
|
+
"colorBackgroundLayoutToolbar": {
|
|
1367
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
1368
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
1369
|
+
},
|
|
1366
1370
|
"colorBackgroundLayoutToggleActive": {
|
|
1367
1371
|
"light": "{colorNeutral650}",
|
|
1368
1372
|
"dark": "{colorNeutral650}"
|
|
@@ -1611,10 +1615,22 @@ export var preset = {
|
|
|
1611
1615
|
"light": "{colorNeutral500}",
|
|
1612
1616
|
"dark": "{colorNeutral500}"
|
|
1613
1617
|
},
|
|
1618
|
+
"colorBorderButtonPrimaryActive": {
|
|
1619
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
1620
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
1621
|
+
},
|
|
1622
|
+
"colorBorderButtonPrimaryDefault": {
|
|
1623
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
1624
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
1625
|
+
},
|
|
1614
1626
|
"colorBorderButtonPrimaryDisabled": {
|
|
1615
1627
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
1616
1628
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
1617
1629
|
},
|
|
1630
|
+
"colorBorderButtonPrimaryHover": {
|
|
1631
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
1632
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
1633
|
+
},
|
|
1618
1634
|
"colorTextButtonPrimaryDisabled": {
|
|
1619
1635
|
"light": "{colorNeutral500}",
|
|
1620
1636
|
"dark": "{colorNeutral500}"
|
|
@@ -3974,6 +3990,10 @@ export var preset = {
|
|
|
3974
3990
|
"light": "{colorNeutral700}",
|
|
3975
3991
|
"dark": "{colorNeutral700}"
|
|
3976
3992
|
},
|
|
3993
|
+
"colorBackgroundLayoutToolbar": {
|
|
3994
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
3995
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
3996
|
+
},
|
|
3977
3997
|
"colorBackgroundLayoutToggleActive": {
|
|
3978
3998
|
"light": "{colorNeutral650}",
|
|
3979
3999
|
"dark": "{colorNeutral650}"
|
|
@@ -4222,10 +4242,22 @@ export var preset = {
|
|
|
4222
4242
|
"light": "{colorNeutral500}",
|
|
4223
4243
|
"dark": "{colorNeutral500}"
|
|
4224
4244
|
},
|
|
4245
|
+
"colorBorderButtonPrimaryActive": {
|
|
4246
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
4247
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
4248
|
+
},
|
|
4249
|
+
"colorBorderButtonPrimaryDefault": {
|
|
4250
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
4251
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
4252
|
+
},
|
|
4225
4253
|
"colorBorderButtonPrimaryDisabled": {
|
|
4226
4254
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
4227
4255
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
4228
4256
|
},
|
|
4257
|
+
"colorBorderButtonPrimaryHover": {
|
|
4258
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
4259
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
4260
|
+
},
|
|
4229
4261
|
"colorTextButtonPrimaryDisabled": {
|
|
4230
4262
|
"light": "{colorNeutral500}",
|
|
4231
4263
|
"dark": "{colorNeutral500}"
|
|
@@ -5423,6 +5455,10 @@ export var preset = {
|
|
|
5423
5455
|
"light": "{colorNeutral700}",
|
|
5424
5456
|
"dark": "{colorNeutral700}"
|
|
5425
5457
|
},
|
|
5458
|
+
"colorBackgroundLayoutToolbar": {
|
|
5459
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
5460
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
5461
|
+
},
|
|
5426
5462
|
"colorBackgroundLayoutToggleActive": {
|
|
5427
5463
|
"light": "{colorNeutral650}",
|
|
5428
5464
|
"dark": "{colorNeutral650}"
|
|
@@ -5671,10 +5707,22 @@ export var preset = {
|
|
|
5671
5707
|
"light": "{colorNeutral500}",
|
|
5672
5708
|
"dark": "{colorNeutral500}"
|
|
5673
5709
|
},
|
|
5710
|
+
"colorBorderButtonPrimaryActive": {
|
|
5711
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
5712
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
5713
|
+
},
|
|
5714
|
+
"colorBorderButtonPrimaryDefault": {
|
|
5715
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
5716
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
5717
|
+
},
|
|
5674
5718
|
"colorBorderButtonPrimaryDisabled": {
|
|
5675
5719
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
5676
5720
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
5677
5721
|
},
|
|
5722
|
+
"colorBorderButtonPrimaryHover": {
|
|
5723
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
5724
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
5725
|
+
},
|
|
5678
5726
|
"colorTextButtonPrimaryDisabled": {
|
|
5679
5727
|
"light": "{colorNeutral500}",
|
|
5680
5728
|
"dark": "{colorNeutral500}"
|
|
@@ -6800,6 +6848,10 @@ export var preset = {
|
|
|
6800
6848
|
"light": "{colorNeutral250}",
|
|
6801
6849
|
"dark": "{colorNeutral700}"
|
|
6802
6850
|
},
|
|
6851
|
+
"colorBackgroundLayoutToolbar": {
|
|
6852
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
6853
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
6854
|
+
},
|
|
6803
6855
|
"colorBackgroundLayoutToggleActive": {
|
|
6804
6856
|
"light": "{colorNeutral650}",
|
|
6805
6857
|
"dark": "{colorNeutral650}"
|
|
@@ -7048,10 +7100,22 @@ export var preset = {
|
|
|
7048
7100
|
"light": "{colorNeutral500}",
|
|
7049
7101
|
"dark": "{colorNeutral500}"
|
|
7050
7102
|
},
|
|
7103
|
+
"colorBorderButtonPrimaryActive": {
|
|
7104
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
7105
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
7106
|
+
},
|
|
7107
|
+
"colorBorderButtonPrimaryDefault": {
|
|
7108
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
7109
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
7110
|
+
},
|
|
7051
7111
|
"colorBorderButtonPrimaryDisabled": {
|
|
7052
7112
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
7053
7113
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
7054
7114
|
},
|
|
7115
|
+
"colorBorderButtonPrimaryHover": {
|
|
7116
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
7117
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
7118
|
+
},
|
|
7055
7119
|
"colorTextButtonPrimaryDisabled": {
|
|
7056
7120
|
"light": "{colorNeutral500}",
|
|
7057
7121
|
"dark": "{colorNeutral500}"
|
|
@@ -8062,6 +8126,10 @@ export var preset = {
|
|
|
8062
8126
|
"light": "{colorNeutral250}",
|
|
8063
8127
|
"dark": "{colorNeutral700}"
|
|
8064
8128
|
},
|
|
8129
|
+
"colorBackgroundLayoutToolbar": {
|
|
8130
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
8131
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
8132
|
+
},
|
|
8065
8133
|
"colorBackgroundLayoutToggleActive": {
|
|
8066
8134
|
"light": "{colorNeutral650}",
|
|
8067
8135
|
"dark": "{colorNeutral650}"
|
|
@@ -8310,10 +8378,22 @@ export var preset = {
|
|
|
8310
8378
|
"light": "{colorNeutral500}",
|
|
8311
8379
|
"dark": "{colorNeutral500}"
|
|
8312
8380
|
},
|
|
8381
|
+
"colorBorderButtonPrimaryActive": {
|
|
8382
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
8383
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
8384
|
+
},
|
|
8385
|
+
"colorBorderButtonPrimaryDefault": {
|
|
8386
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
8387
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
8388
|
+
},
|
|
8313
8389
|
"colorBorderButtonPrimaryDisabled": {
|
|
8314
8390
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
8315
8391
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
8316
8392
|
},
|
|
8393
|
+
"colorBorderButtonPrimaryHover": {
|
|
8394
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
8395
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
8396
|
+
},
|
|
8317
8397
|
"colorTextButtonPrimaryDisabled": {
|
|
8318
8398
|
"light": "{colorNeutral500}",
|
|
8319
8399
|
"dark": "{colorNeutral500}"
|
|
@@ -9324,6 +9404,10 @@ export var preset = {
|
|
|
9324
9404
|
"light": "{colorNeutral250}",
|
|
9325
9405
|
"dark": "{colorNeutral700}"
|
|
9326
9406
|
},
|
|
9407
|
+
"colorBackgroundLayoutToolbar": {
|
|
9408
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
9409
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
9410
|
+
},
|
|
9327
9411
|
"colorBackgroundLayoutToggleActive": {
|
|
9328
9412
|
"light": "{colorNeutral650}",
|
|
9329
9413
|
"dark": "{colorNeutral650}"
|
|
@@ -9572,10 +9656,22 @@ export var preset = {
|
|
|
9572
9656
|
"light": "{colorNeutral500}",
|
|
9573
9657
|
"dark": "{colorNeutral500}"
|
|
9574
9658
|
},
|
|
9659
|
+
"colorBorderButtonPrimaryActive": {
|
|
9660
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
9661
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
9662
|
+
},
|
|
9663
|
+
"colorBorderButtonPrimaryDefault": {
|
|
9664
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
9665
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
9666
|
+
},
|
|
9575
9667
|
"colorBorderButtonPrimaryDisabled": {
|
|
9576
9668
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
9577
9669
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
9578
9670
|
},
|
|
9671
|
+
"colorBorderButtonPrimaryHover": {
|
|
9672
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
9673
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
9674
|
+
},
|
|
9579
9675
|
"colorTextButtonPrimaryDisabled": {
|
|
9580
9676
|
"light": "{colorNeutral500}",
|
|
9581
9677
|
"dark": "{colorNeutral500}"
|
|
@@ -10588,6 +10684,10 @@ export var preset = {
|
|
|
10588
10684
|
"light": "{colorNeutral700}",
|
|
10589
10685
|
"dark": "{colorNeutral700}"
|
|
10590
10686
|
},
|
|
10687
|
+
"colorBackgroundLayoutToolbar": {
|
|
10688
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
10689
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
10690
|
+
},
|
|
10591
10691
|
"colorBackgroundLayoutToggleActive": {
|
|
10592
10692
|
"light": "{colorNeutral650}",
|
|
10593
10693
|
"dark": "{colorNeutral650}"
|
|
@@ -10836,10 +10936,22 @@ export var preset = {
|
|
|
10836
10936
|
"light": "{colorNeutral500}",
|
|
10837
10937
|
"dark": "{colorNeutral500}"
|
|
10838
10938
|
},
|
|
10939
|
+
"colorBorderButtonPrimaryActive": {
|
|
10940
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
10941
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
10942
|
+
},
|
|
10943
|
+
"colorBorderButtonPrimaryDefault": {
|
|
10944
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
10945
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
10946
|
+
},
|
|
10839
10947
|
"colorBorderButtonPrimaryDisabled": {
|
|
10840
10948
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
10841
10949
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
10842
10950
|
},
|
|
10951
|
+
"colorBorderButtonPrimaryHover": {
|
|
10952
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
10953
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
10954
|
+
},
|
|
10843
10955
|
"colorTextButtonPrimaryDisabled": {
|
|
10844
10956
|
"light": "{colorNeutral500}",
|
|
10845
10957
|
"dark": "{colorNeutral500}"
|
|
@@ -11949,6 +12061,7 @@ export var preset = {
|
|
|
11949
12061
|
"colorBackgroundLayoutMobilePanel": "color",
|
|
11950
12062
|
"colorBackgroundLayoutPanelContent": "color",
|
|
11951
12063
|
"colorBackgroundLayoutPanelHover": "color",
|
|
12064
|
+
"colorBackgroundLayoutToolbar": "color",
|
|
11952
12065
|
"colorBackgroundLayoutToggleActive": "color",
|
|
11953
12066
|
"colorBackgroundLayoutToggleDefault": "color",
|
|
11954
12067
|
"colorBackgroundLayoutToggleHover": "color",
|
|
@@ -12011,7 +12124,10 @@ export var preset = {
|
|
|
12011
12124
|
"colorTextButtonNormalDisabled": "color",
|
|
12012
12125
|
"colorBorderButtonNormalHover": "color",
|
|
12013
12126
|
"colorTextButtonIconDisabled": "color",
|
|
12127
|
+
"colorBorderButtonPrimaryActive": "color",
|
|
12128
|
+
"colorBorderButtonPrimaryDefault": "color",
|
|
12014
12129
|
"colorBorderButtonPrimaryDisabled": "color",
|
|
12130
|
+
"colorBorderButtonPrimaryHover": "color",
|
|
12015
12131
|
"colorTextButtonPrimaryDisabled": "color",
|
|
12016
12132
|
"colorItemSelected": "color",
|
|
12017
12133
|
"colorBorderCalendarGrid": "color",
|
|
@@ -12709,6 +12825,7 @@ export var preset = {
|
|
|
12709
12825
|
"colorBackgroundInputDisabled",
|
|
12710
12826
|
"colorBackgroundItemSelected",
|
|
12711
12827
|
"colorBackgroundLayoutMain",
|
|
12828
|
+
"colorBackgroundLayoutToolbar",
|
|
12712
12829
|
"colorBackgroundLayoutToggleActive",
|
|
12713
12830
|
"colorBackgroundLayoutToggleDefault",
|
|
12714
12831
|
"colorBackgroundLayoutToggleHover",
|
|
@@ -12751,7 +12868,10 @@ export var preset = {
|
|
|
12751
12868
|
"colorTextButtonNormalDisabled",
|
|
12752
12869
|
"colorBorderButtonNormalHover",
|
|
12753
12870
|
"colorTextButtonIconDisabled",
|
|
12871
|
+
"colorBorderButtonPrimaryActive",
|
|
12872
|
+
"colorBorderButtonPrimaryDefault",
|
|
12754
12873
|
"colorBorderButtonPrimaryDisabled",
|
|
12874
|
+
"colorBorderButtonPrimaryHover",
|
|
12755
12875
|
"colorTextButtonPrimaryDisabled",
|
|
12756
12876
|
"colorItemSelected",
|
|
12757
12877
|
"colorBorderCard",
|
|
@@ -13136,6 +13256,7 @@ export var preset = {
|
|
|
13136
13256
|
"colorBackgroundInputDisabled",
|
|
13137
13257
|
"colorBackgroundItemSelected",
|
|
13138
13258
|
"colorBackgroundLayoutMain",
|
|
13259
|
+
"colorBackgroundLayoutToolbar",
|
|
13139
13260
|
"colorBackgroundLayoutToggleActive",
|
|
13140
13261
|
"colorBackgroundLayoutToggleDefault",
|
|
13141
13262
|
"colorBackgroundLayoutToggleHover",
|
|
@@ -13181,7 +13302,10 @@ export var preset = {
|
|
|
13181
13302
|
"colorTextButtonNormalDisabled",
|
|
13182
13303
|
"colorBorderButtonNormalHover",
|
|
13183
13304
|
"colorTextButtonIconDisabled",
|
|
13305
|
+
"colorBorderButtonPrimaryActive",
|
|
13306
|
+
"colorBorderButtonPrimaryDefault",
|
|
13184
13307
|
"colorBorderButtonPrimaryDisabled",
|
|
13308
|
+
"colorBorderButtonPrimaryHover",
|
|
13185
13309
|
"colorTextButtonPrimaryDisabled",
|
|
13186
13310
|
"colorItemSelected",
|
|
13187
13311
|
"colorBorderCard",
|
|
@@ -13744,6 +13868,7 @@ export var preset = {
|
|
|
13744
13868
|
"colorBackgroundLayoutMobilePanel": "color-background-layout-mobile-panel",
|
|
13745
13869
|
"colorBackgroundLayoutPanelContent": "color-background-layout-panel-content",
|
|
13746
13870
|
"colorBackgroundLayoutPanelHover": "color-background-layout-panel-hover",
|
|
13871
|
+
"colorBackgroundLayoutToolbar": "color-background-layout-toolbar",
|
|
13747
13872
|
"colorBackgroundLayoutToggleActive": "color-background-layout-toggle-active",
|
|
13748
13873
|
"colorBackgroundLayoutToggleDefault": "color-background-layout-toggle-default",
|
|
13749
13874
|
"colorBackgroundLayoutToggleHover": "color-background-layout-toggle-hover",
|
|
@@ -13806,7 +13931,10 @@ export var preset = {
|
|
|
13806
13931
|
"colorTextButtonNormalDisabled": "color-text-button-normal-disabled",
|
|
13807
13932
|
"colorBorderButtonNormalHover": "color-border-button-normal-hover",
|
|
13808
13933
|
"colorTextButtonIconDisabled": "color-text-button-icon-disabled",
|
|
13934
|
+
"colorBorderButtonPrimaryActive": "color-border-button-primary-active",
|
|
13935
|
+
"colorBorderButtonPrimaryDefault": "color-border-button-primary-default",
|
|
13809
13936
|
"colorBorderButtonPrimaryDisabled": "color-border-button-primary-disabled",
|
|
13937
|
+
"colorBorderButtonPrimaryHover": "color-border-button-primary-hover",
|
|
13810
13938
|
"colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
|
|
13811
13939
|
"colorItemSelected": "color-item-selected",
|
|
13812
13940
|
"colorBorderCalendarGrid": "color-border-calendar-grid",
|
|
@@ -14640,6 +14768,7 @@ export var preset = {
|
|
|
14640
14768
|
"colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
|
|
14641
14769
|
"colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-xto15e",
|
|
14642
14770
|
"colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-tguulw",
|
|
14771
|
+
"colorBackgroundLayoutToolbar": "--color-background-layout-toolbar-y0cu80",
|
|
14643
14772
|
"colorBackgroundLayoutToggleActive": "--color-background-layout-toggle-active-ap91vm",
|
|
14644
14773
|
"colorBackgroundLayoutToggleDefault": "--color-background-layout-toggle-default-2hgjdu",
|
|
14645
14774
|
"colorBackgroundLayoutToggleHover": "--color-background-layout-toggle-hover-0cpm7g",
|
|
@@ -14702,7 +14831,10 @@ export var preset = {
|
|
|
14702
14831
|
"colorTextButtonNormalDisabled": "--color-text-button-normal-disabled-05p74s",
|
|
14703
14832
|
"colorBorderButtonNormalHover": "--color-border-button-normal-hover-6a2tdq",
|
|
14704
14833
|
"colorTextButtonIconDisabled": "--color-text-button-icon-disabled-nnofkn",
|
|
14834
|
+
"colorBorderButtonPrimaryActive": "--color-border-button-primary-active-6jnxoc",
|
|
14835
|
+
"colorBorderButtonPrimaryDefault": "--color-border-button-primary-default-45p8u2",
|
|
14705
14836
|
"colorBorderButtonPrimaryDisabled": "--color-border-button-primary-disabled-b5p1ji",
|
|
14837
|
+
"colorBorderButtonPrimaryHover": "--color-border-button-primary-hover-rktx0f",
|
|
14706
14838
|
"colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
|
|
14707
14839
|
"colorItemSelected": "--color-item-selected-72rnwy",
|
|
14708
14840
|
"colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
|
package/internal/manifest.json
CHANGED