@cloudscape-design/components 3.0.1284 → 3.0.1286
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/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +34 -34
- package/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -6
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +15 -15
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -6
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +72 -72
- package/button/styles.selectors.js +22 -22
- package/icon/generated/icons.d.ts +1 -0
- package/icon/generated/icons.d.ts.map +1 -1
- package/icon/generated/icons.js +2 -0
- package/icon/generated/icons.js.map +1 -1
- package/icon-provider/interfaces.d.ts +1 -1
- package/icon-provider/interfaces.d.ts.map +1 -1
- package/icon-provider/interfaces.js.map +1 -1
- package/internal/base-component/styles.scoped.css +23 -1
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- 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/steps/interfaces.d.ts +0 -2
- package/steps/interfaces.d.ts.map +1 -1
- package/steps/interfaces.js.map +1 -1
|
@@ -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",
|
|
@@ -102,6 +102,7 @@ export declare interface TypedOverride {
|
|
|
102
102
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
103
103
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
104
104
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
105
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
105
106
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
106
107
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
107
108
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -144,7 +145,10 @@ export declare interface TypedOverride {
|
|
|
144
145
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
145
146
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
146
147
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
148
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
149
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
147
150
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
151
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
148
152
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
149
153
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
150
154
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -438,6 +442,7 @@ export declare interface TypedOverride {
|
|
|
438
442
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
439
443
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
440
444
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
445
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
441
446
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
442
447
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
443
448
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -480,7 +485,10 @@ export declare interface TypedOverride {
|
|
|
480
485
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
481
486
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
482
487
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
488
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
489
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
483
490
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
491
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
484
492
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
485
493
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
486
494
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -774,6 +782,7 @@ export declare interface TypedOverride {
|
|
|
774
782
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
775
783
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
776
784
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
785
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
777
786
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
778
787
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
779
788
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -816,7 +825,10 @@ export declare interface TypedOverride {
|
|
|
816
825
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
817
826
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
818
827
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
828
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
829
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
819
830
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
831
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
820
832
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
821
833
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
822
834
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1110,6 +1122,7 @@ export declare interface TypedOverride {
|
|
|
1110
1122
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1111
1123
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1112
1124
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1125
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1113
1126
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1114
1127
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1115
1128
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1152,7 +1165,10 @@ export declare interface TypedOverride {
|
|
|
1152
1165
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1153
1166
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1154
1167
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1168
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1169
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1155
1170
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1171
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1156
1172
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1157
1173
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1158
1174
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1446,6 +1462,7 @@ export declare interface TypedOverride {
|
|
|
1446
1462
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1447
1463
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1448
1464
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1465
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1449
1466
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1450
1467
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1451
1468
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1488,7 +1505,10 @@ export declare interface TypedOverride {
|
|
|
1488
1505
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1489
1506
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1490
1507
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1508
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1509
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1491
1510
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1511
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1492
1512
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1493
1513
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1494
1514
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1782,6 +1802,7 @@ export declare interface TypedOverride {
|
|
|
1782
1802
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1783
1803
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1784
1804
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1805
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1785
1806
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1786
1807
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1787
1808
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1824,7 +1845,10 @@ export declare interface TypedOverride {
|
|
|
1824
1845
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1825
1846
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1826
1847
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1848
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1849
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1827
1850
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1851
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1828
1852
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1829
1853
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1830
1854
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2118,6 +2142,7 @@ export declare interface TypedOverride {
|
|
|
2118
2142
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2119
2143
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2120
2144
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2145
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2121
2146
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2122
2147
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2123
2148
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2160,7 +2185,10 @@ export declare interface TypedOverride {
|
|
|
2160
2185
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2161
2186
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2162
2187
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2188
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2189
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2163
2190
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2191
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2164
2192
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2165
2193
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2166
2194
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2454,6 +2482,7 @@ export declare interface TypedOverride {
|
|
|
2454
2482
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2455
2483
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2456
2484
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2485
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2457
2486
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2458
2487
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2459
2488
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2496,7 +2525,10 @@ export declare interface TypedOverride {
|
|
|
2496
2525
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2497
2526
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2498
2527
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2528
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2529
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2499
2530
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2531
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2500
2532
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2501
2533
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2502
2534
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2790,6 +2822,7 @@ export declare interface TypedOverride {
|
|
|
2790
2822
|
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2791
2823
|
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2792
2824
|
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2825
|
+
colorBackgroundLayoutToolbar?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2793
2826
|
colorBackgroundLayoutToggleActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2794
2827
|
colorBackgroundLayoutToggleDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2795
2828
|
colorBackgroundLayoutToggleHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2832,7 +2865,10 @@ export declare interface TypedOverride {
|
|
|
2832
2865
|
colorTextButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2833
2866
|
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2834
2867
|
colorTextButtonIconDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2868
|
+
colorBorderButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2869
|
+
colorBorderButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2835
2870
|
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2871
|
+
colorBorderButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2836
2872
|
colorTextButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2837
2873
|
colorItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2838
2874
|
colorBorderCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|