@cloudscape-design/chat-components 1.0.121 → 1.0.123
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 +5 -0
- package/internal/generated/styles/tokens.js +5 -0
- package/internal/generated/theming/index.cjs +145 -0
- package/internal/generated/theming/index.cjs.d.ts +45 -0
- package/internal/generated/theming/index.d.ts +45 -0
- package/internal/generated/theming/index.js +145 -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 = "chat-components";
|
|
2
|
-
export var PACKAGE_VERSION = "1.0.0 (
|
|
2
|
+
export var PACKAGE_VERSION = "1.0.0 (c995ef04)";
|
|
3
3
|
export var THEME = "open-source-visual-refresh";
|
|
4
4
|
export var SYSTEM = "core";
|
|
5
5
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -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;
|
|
@@ -763,6 +767,7 @@ export const spaceAlertVertical: string;
|
|
|
763
767
|
export const spaceButtonFocusOutlineGutter: string;
|
|
764
768
|
export const spaceButtonHorizontal: string;
|
|
765
769
|
export const spaceButtonVertical: string;
|
|
770
|
+
export const spaceTokenVertical: string;
|
|
766
771
|
export const spaceFieldVertical: string;
|
|
767
772
|
export const spaceButtonIconFocusOutlineGutterVertical: string;
|
|
768
773
|
export const spaceButtonIconOnlyHorizontal: 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)";
|
|
@@ -763,6 +767,7 @@ export var spaceAlertVertical = "var(--space-alert-vertical-dlp5wr, 8px)";
|
|
|
763
767
|
export var spaceButtonFocusOutlineGutter = "var(--space-button-focus-outline-gutter-jj138g, 4px)";
|
|
764
768
|
export var spaceButtonHorizontal = "var(--space-button-horizontal-k0c786, 20px)";
|
|
765
769
|
export var spaceButtonVertical = "var(--space-button-vertical-xaxp6x, 4px)";
|
|
770
|
+
export var spaceTokenVertical = "var(--space-token-vertical-m3oh2a, 4px)";
|
|
766
771
|
export var spaceFieldVertical = "var(--space-field-vertical-vm99qz, 5px)";
|
|
767
772
|
export var spaceButtonIconFocusOutlineGutterVertical = "var(--space-button-icon-focus-outline-gutter-vertical-r44mtq, 0px)";
|
|
768
773
|
export var spaceButtonIconOnlyHorizontal = "var(--space-button-icon-only-horizontal-i85hxi, 6px)";
|
|
@@ -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}"
|
|
@@ -2730,6 +2746,10 @@ module.exports.preset = {
|
|
|
2730
2746
|
"comfortable": "{spaceScaledXxs}",
|
|
2731
2747
|
"compact": "{spaceScaledXxs}"
|
|
2732
2748
|
},
|
|
2749
|
+
"spaceTokenVertical": {
|
|
2750
|
+
"comfortable": "{spaceScaledXxs}",
|
|
2751
|
+
"compact": "{spaceScaledXxs}"
|
|
2752
|
+
},
|
|
2733
2753
|
"spaceFieldVertical": {
|
|
2734
2754
|
"comfortable": "5px",
|
|
2735
2755
|
"compact": "3px"
|
|
@@ -3276,6 +3296,10 @@ module.exports.preset = {
|
|
|
3276
3296
|
"comfortable": "{spaceScaledXxs}",
|
|
3277
3297
|
"compact": "{spaceScaledXxs}"
|
|
3278
3298
|
},
|
|
3299
|
+
"spaceTokenVertical": {
|
|
3300
|
+
"comfortable": "{spaceScaledXxs}",
|
|
3301
|
+
"compact": "{spaceScaledXxs}"
|
|
3302
|
+
},
|
|
3279
3303
|
"spaceFieldVertical": {
|
|
3280
3304
|
"comfortable": "5px",
|
|
3281
3305
|
"compact": "3px"
|
|
@@ -3966,6 +3990,10 @@ module.exports.preset = {
|
|
|
3966
3990
|
"light": "{colorNeutral700}",
|
|
3967
3991
|
"dark": "{colorNeutral700}"
|
|
3968
3992
|
},
|
|
3993
|
+
"colorBackgroundLayoutToolbar": {
|
|
3994
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
3995
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
3996
|
+
},
|
|
3969
3997
|
"colorBackgroundLayoutToggleActive": {
|
|
3970
3998
|
"light": "{colorNeutral650}",
|
|
3971
3999
|
"dark": "{colorNeutral650}"
|
|
@@ -4214,10 +4242,22 @@ module.exports.preset = {
|
|
|
4214
4242
|
"light": "{colorNeutral500}",
|
|
4215
4243
|
"dark": "{colorNeutral500}"
|
|
4216
4244
|
},
|
|
4245
|
+
"colorBorderButtonPrimaryActive": {
|
|
4246
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
4247
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
4248
|
+
},
|
|
4249
|
+
"colorBorderButtonPrimaryDefault": {
|
|
4250
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
4251
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
4252
|
+
},
|
|
4217
4253
|
"colorBorderButtonPrimaryDisabled": {
|
|
4218
4254
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
4219
4255
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
4220
4256
|
},
|
|
4257
|
+
"colorBorderButtonPrimaryHover": {
|
|
4258
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
4259
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
4260
|
+
},
|
|
4221
4261
|
"colorTextButtonPrimaryDisabled": {
|
|
4222
4262
|
"light": "{colorNeutral500}",
|
|
4223
4263
|
"dark": "{colorNeutral500}"
|
|
@@ -5415,6 +5455,10 @@ module.exports.preset = {
|
|
|
5415
5455
|
"light": "{colorNeutral700}",
|
|
5416
5456
|
"dark": "{colorNeutral700}"
|
|
5417
5457
|
},
|
|
5458
|
+
"colorBackgroundLayoutToolbar": {
|
|
5459
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
5460
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
5461
|
+
},
|
|
5418
5462
|
"colorBackgroundLayoutToggleActive": {
|
|
5419
5463
|
"light": "{colorNeutral650}",
|
|
5420
5464
|
"dark": "{colorNeutral650}"
|
|
@@ -5663,10 +5707,22 @@ module.exports.preset = {
|
|
|
5663
5707
|
"light": "{colorNeutral500}",
|
|
5664
5708
|
"dark": "{colorNeutral500}"
|
|
5665
5709
|
},
|
|
5710
|
+
"colorBorderButtonPrimaryActive": {
|
|
5711
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
5712
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
5713
|
+
},
|
|
5714
|
+
"colorBorderButtonPrimaryDefault": {
|
|
5715
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
5716
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
5717
|
+
},
|
|
5666
5718
|
"colorBorderButtonPrimaryDisabled": {
|
|
5667
5719
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
5668
5720
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
5669
5721
|
},
|
|
5722
|
+
"colorBorderButtonPrimaryHover": {
|
|
5723
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
5724
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
5725
|
+
},
|
|
5670
5726
|
"colorTextButtonPrimaryDisabled": {
|
|
5671
5727
|
"light": "{colorNeutral500}",
|
|
5672
5728
|
"dark": "{colorNeutral500}"
|
|
@@ -6792,6 +6848,10 @@ module.exports.preset = {
|
|
|
6792
6848
|
"light": "{colorNeutral250}",
|
|
6793
6849
|
"dark": "{colorNeutral700}"
|
|
6794
6850
|
},
|
|
6851
|
+
"colorBackgroundLayoutToolbar": {
|
|
6852
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
6853
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
6854
|
+
},
|
|
6795
6855
|
"colorBackgroundLayoutToggleActive": {
|
|
6796
6856
|
"light": "{colorNeutral650}",
|
|
6797
6857
|
"dark": "{colorNeutral650}"
|
|
@@ -7040,10 +7100,22 @@ module.exports.preset = {
|
|
|
7040
7100
|
"light": "{colorNeutral500}",
|
|
7041
7101
|
"dark": "{colorNeutral500}"
|
|
7042
7102
|
},
|
|
7103
|
+
"colorBorderButtonPrimaryActive": {
|
|
7104
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
7105
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
7106
|
+
},
|
|
7107
|
+
"colorBorderButtonPrimaryDefault": {
|
|
7108
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
7109
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
7110
|
+
},
|
|
7043
7111
|
"colorBorderButtonPrimaryDisabled": {
|
|
7044
7112
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
7045
7113
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
7046
7114
|
},
|
|
7115
|
+
"colorBorderButtonPrimaryHover": {
|
|
7116
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
7117
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
7118
|
+
},
|
|
7047
7119
|
"colorTextButtonPrimaryDisabled": {
|
|
7048
7120
|
"light": "{colorNeutral500}",
|
|
7049
7121
|
"dark": "{colorNeutral500}"
|
|
@@ -8054,6 +8126,10 @@ module.exports.preset = {
|
|
|
8054
8126
|
"light": "{colorNeutral250}",
|
|
8055
8127
|
"dark": "{colorNeutral700}"
|
|
8056
8128
|
},
|
|
8129
|
+
"colorBackgroundLayoutToolbar": {
|
|
8130
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
8131
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
8132
|
+
},
|
|
8057
8133
|
"colorBackgroundLayoutToggleActive": {
|
|
8058
8134
|
"light": "{colorNeutral650}",
|
|
8059
8135
|
"dark": "{colorNeutral650}"
|
|
@@ -8302,10 +8378,22 @@ module.exports.preset = {
|
|
|
8302
8378
|
"light": "{colorNeutral500}",
|
|
8303
8379
|
"dark": "{colorNeutral500}"
|
|
8304
8380
|
},
|
|
8381
|
+
"colorBorderButtonPrimaryActive": {
|
|
8382
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
8383
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
8384
|
+
},
|
|
8385
|
+
"colorBorderButtonPrimaryDefault": {
|
|
8386
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
8387
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
8388
|
+
},
|
|
8305
8389
|
"colorBorderButtonPrimaryDisabled": {
|
|
8306
8390
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
8307
8391
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
8308
8392
|
},
|
|
8393
|
+
"colorBorderButtonPrimaryHover": {
|
|
8394
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
8395
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
8396
|
+
},
|
|
8309
8397
|
"colorTextButtonPrimaryDisabled": {
|
|
8310
8398
|
"light": "{colorNeutral500}",
|
|
8311
8399
|
"dark": "{colorNeutral500}"
|
|
@@ -9316,6 +9404,10 @@ module.exports.preset = {
|
|
|
9316
9404
|
"light": "{colorNeutral250}",
|
|
9317
9405
|
"dark": "{colorNeutral700}"
|
|
9318
9406
|
},
|
|
9407
|
+
"colorBackgroundLayoutToolbar": {
|
|
9408
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
9409
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
9410
|
+
},
|
|
9319
9411
|
"colorBackgroundLayoutToggleActive": {
|
|
9320
9412
|
"light": "{colorNeutral650}",
|
|
9321
9413
|
"dark": "{colorNeutral650}"
|
|
@@ -9564,10 +9656,22 @@ module.exports.preset = {
|
|
|
9564
9656
|
"light": "{colorNeutral500}",
|
|
9565
9657
|
"dark": "{colorNeutral500}"
|
|
9566
9658
|
},
|
|
9659
|
+
"colorBorderButtonPrimaryActive": {
|
|
9660
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
9661
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
9662
|
+
},
|
|
9663
|
+
"colorBorderButtonPrimaryDefault": {
|
|
9664
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
9665
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
9666
|
+
},
|
|
9567
9667
|
"colorBorderButtonPrimaryDisabled": {
|
|
9568
9668
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
9569
9669
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
9570
9670
|
},
|
|
9671
|
+
"colorBorderButtonPrimaryHover": {
|
|
9672
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
9673
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
9674
|
+
},
|
|
9571
9675
|
"colorTextButtonPrimaryDisabled": {
|
|
9572
9676
|
"light": "{colorNeutral500}",
|
|
9573
9677
|
"dark": "{colorNeutral500}"
|
|
@@ -10580,6 +10684,10 @@ module.exports.preset = {
|
|
|
10580
10684
|
"light": "{colorNeutral700}",
|
|
10581
10685
|
"dark": "{colorNeutral700}"
|
|
10582
10686
|
},
|
|
10687
|
+
"colorBackgroundLayoutToolbar": {
|
|
10688
|
+
"light": "{colorBackgroundLayoutPanelContent}",
|
|
10689
|
+
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
10690
|
+
},
|
|
10583
10691
|
"colorBackgroundLayoutToggleActive": {
|
|
10584
10692
|
"light": "{colorNeutral650}",
|
|
10585
10693
|
"dark": "{colorNeutral650}"
|
|
@@ -10828,10 +10936,22 @@ module.exports.preset = {
|
|
|
10828
10936
|
"light": "{colorNeutral500}",
|
|
10829
10937
|
"dark": "{colorNeutral500}"
|
|
10830
10938
|
},
|
|
10939
|
+
"colorBorderButtonPrimaryActive": {
|
|
10940
|
+
"light": "{colorBackgroundButtonPrimaryActive}",
|
|
10941
|
+
"dark": "{colorBackgroundButtonPrimaryActive}"
|
|
10942
|
+
},
|
|
10943
|
+
"colorBorderButtonPrimaryDefault": {
|
|
10944
|
+
"light": "{colorBackgroundButtonPrimaryDefault}",
|
|
10945
|
+
"dark": "{colorBackgroundButtonPrimaryDefault}"
|
|
10946
|
+
},
|
|
10831
10947
|
"colorBorderButtonPrimaryDisabled": {
|
|
10832
10948
|
"light": "{colorBackgroundButtonPrimaryDisabled}",
|
|
10833
10949
|
"dark": "{colorBackgroundButtonPrimaryDisabled}"
|
|
10834
10950
|
},
|
|
10951
|
+
"colorBorderButtonPrimaryHover": {
|
|
10952
|
+
"light": "{colorBackgroundButtonPrimaryHover}",
|
|
10953
|
+
"dark": "{colorBackgroundButtonPrimaryHover}"
|
|
10954
|
+
},
|
|
10835
10955
|
"colorTextButtonPrimaryDisabled": {
|
|
10836
10956
|
"light": "{colorNeutral500}",
|
|
10837
10957
|
"dark": "{colorNeutral500}"
|
|
@@ -11941,6 +12061,7 @@ module.exports.preset = {
|
|
|
11941
12061
|
"colorBackgroundLayoutMobilePanel": "color",
|
|
11942
12062
|
"colorBackgroundLayoutPanelContent": "color",
|
|
11943
12063
|
"colorBackgroundLayoutPanelHover": "color",
|
|
12064
|
+
"colorBackgroundLayoutToolbar": "color",
|
|
11944
12065
|
"colorBackgroundLayoutToggleActive": "color",
|
|
11945
12066
|
"colorBackgroundLayoutToggleDefault": "color",
|
|
11946
12067
|
"colorBackgroundLayoutToggleHover": "color",
|
|
@@ -12003,7 +12124,10 @@ module.exports.preset = {
|
|
|
12003
12124
|
"colorTextButtonNormalDisabled": "color",
|
|
12004
12125
|
"colorBorderButtonNormalHover": "color",
|
|
12005
12126
|
"colorTextButtonIconDisabled": "color",
|
|
12127
|
+
"colorBorderButtonPrimaryActive": "color",
|
|
12128
|
+
"colorBorderButtonPrimaryDefault": "color",
|
|
12006
12129
|
"colorBorderButtonPrimaryDisabled": "color",
|
|
12130
|
+
"colorBorderButtonPrimaryHover": "color",
|
|
12007
12131
|
"colorTextButtonPrimaryDisabled": "color",
|
|
12008
12132
|
"colorItemSelected": "color",
|
|
12009
12133
|
"colorBorderCalendarGrid": "color",
|
|
@@ -12252,6 +12376,7 @@ module.exports.preset = {
|
|
|
12252
12376
|
"spaceButtonFocusOutlineGutter": "density",
|
|
12253
12377
|
"spaceButtonHorizontal": "density",
|
|
12254
12378
|
"spaceButtonVertical": "density",
|
|
12379
|
+
"spaceTokenVertical": "density",
|
|
12255
12380
|
"spaceFieldVertical": "density",
|
|
12256
12381
|
"spaceButtonIconFocusOutlineGutterVertical": "density",
|
|
12257
12382
|
"spaceButtonIconOnlyHorizontal": "density",
|
|
@@ -12700,6 +12825,7 @@ module.exports.preset = {
|
|
|
12700
12825
|
"colorBackgroundInputDisabled",
|
|
12701
12826
|
"colorBackgroundItemSelected",
|
|
12702
12827
|
"colorBackgroundLayoutMain",
|
|
12828
|
+
"colorBackgroundLayoutToolbar",
|
|
12703
12829
|
"colorBackgroundLayoutToggleActive",
|
|
12704
12830
|
"colorBackgroundLayoutToggleDefault",
|
|
12705
12831
|
"colorBackgroundLayoutToggleHover",
|
|
@@ -12742,7 +12868,10 @@ module.exports.preset = {
|
|
|
12742
12868
|
"colorTextButtonNormalDisabled",
|
|
12743
12869
|
"colorBorderButtonNormalHover",
|
|
12744
12870
|
"colorTextButtonIconDisabled",
|
|
12871
|
+
"colorBorderButtonPrimaryActive",
|
|
12872
|
+
"colorBorderButtonPrimaryDefault",
|
|
12745
12873
|
"colorBorderButtonPrimaryDisabled",
|
|
12874
|
+
"colorBorderButtonPrimaryHover",
|
|
12746
12875
|
"colorTextButtonPrimaryDisabled",
|
|
12747
12876
|
"colorItemSelected",
|
|
12748
12877
|
"colorBorderCard",
|
|
@@ -12924,6 +13053,7 @@ module.exports.preset = {
|
|
|
12924
13053
|
"spaceAlertVertical",
|
|
12925
13054
|
"spaceButtonHorizontal",
|
|
12926
13055
|
"spaceButtonVertical",
|
|
13056
|
+
"spaceTokenVertical",
|
|
12927
13057
|
"spaceFieldVertical",
|
|
12928
13058
|
"spaceCardHorizontalDefault",
|
|
12929
13059
|
"spaceCardHorizontalEmbedded",
|
|
@@ -13126,6 +13256,7 @@ module.exports.preset = {
|
|
|
13126
13256
|
"colorBackgroundInputDisabled",
|
|
13127
13257
|
"colorBackgroundItemSelected",
|
|
13128
13258
|
"colorBackgroundLayoutMain",
|
|
13259
|
+
"colorBackgroundLayoutToolbar",
|
|
13129
13260
|
"colorBackgroundLayoutToggleActive",
|
|
13130
13261
|
"colorBackgroundLayoutToggleDefault",
|
|
13131
13262
|
"colorBackgroundLayoutToggleHover",
|
|
@@ -13171,7 +13302,10 @@ module.exports.preset = {
|
|
|
13171
13302
|
"colorTextButtonNormalDisabled",
|
|
13172
13303
|
"colorBorderButtonNormalHover",
|
|
13173
13304
|
"colorTextButtonIconDisabled",
|
|
13305
|
+
"colorBorderButtonPrimaryActive",
|
|
13306
|
+
"colorBorderButtonPrimaryDefault",
|
|
13174
13307
|
"colorBorderButtonPrimaryDisabled",
|
|
13308
|
+
"colorBorderButtonPrimaryHover",
|
|
13175
13309
|
"colorTextButtonPrimaryDisabled",
|
|
13176
13310
|
"colorItemSelected",
|
|
13177
13311
|
"colorBorderCard",
|
|
@@ -13369,6 +13503,7 @@ module.exports.preset = {
|
|
|
13369
13503
|
"spaceAlertVertical",
|
|
13370
13504
|
"spaceButtonHorizontal",
|
|
13371
13505
|
"spaceButtonVertical",
|
|
13506
|
+
"spaceTokenVertical",
|
|
13372
13507
|
"spaceFieldVertical",
|
|
13373
13508
|
"spaceCardHorizontalDefault",
|
|
13374
13509
|
"spaceCardHorizontalEmbedded",
|
|
@@ -13733,6 +13868,7 @@ module.exports.preset = {
|
|
|
13733
13868
|
"colorBackgroundLayoutMobilePanel": "color-background-layout-mobile-panel",
|
|
13734
13869
|
"colorBackgroundLayoutPanelContent": "color-background-layout-panel-content",
|
|
13735
13870
|
"colorBackgroundLayoutPanelHover": "color-background-layout-panel-hover",
|
|
13871
|
+
"colorBackgroundLayoutToolbar": "color-background-layout-toolbar",
|
|
13736
13872
|
"colorBackgroundLayoutToggleActive": "color-background-layout-toggle-active",
|
|
13737
13873
|
"colorBackgroundLayoutToggleDefault": "color-background-layout-toggle-default",
|
|
13738
13874
|
"colorBackgroundLayoutToggleHover": "color-background-layout-toggle-hover",
|
|
@@ -13795,7 +13931,10 @@ module.exports.preset = {
|
|
|
13795
13931
|
"colorTextButtonNormalDisabled": "color-text-button-normal-disabled",
|
|
13796
13932
|
"colorBorderButtonNormalHover": "color-border-button-normal-hover",
|
|
13797
13933
|
"colorTextButtonIconDisabled": "color-text-button-icon-disabled",
|
|
13934
|
+
"colorBorderButtonPrimaryActive": "color-border-button-primary-active",
|
|
13935
|
+
"colorBorderButtonPrimaryDefault": "color-border-button-primary-default",
|
|
13798
13936
|
"colorBorderButtonPrimaryDisabled": "color-border-button-primary-disabled",
|
|
13937
|
+
"colorBorderButtonPrimaryHover": "color-border-button-primary-hover",
|
|
13799
13938
|
"colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
|
|
13800
13939
|
"colorItemSelected": "color-item-selected",
|
|
13801
13940
|
"colorBorderCalendarGrid": "color-border-calendar-grid",
|
|
@@ -14167,6 +14306,7 @@ module.exports.preset = {
|
|
|
14167
14306
|
"spaceButtonFocusOutlineGutter": "space-button-focus-outline-gutter",
|
|
14168
14307
|
"spaceButtonHorizontal": "space-button-horizontal",
|
|
14169
14308
|
"spaceButtonVertical": "space-button-vertical",
|
|
14309
|
+
"spaceTokenVertical": "space-token-vertical",
|
|
14170
14310
|
"spaceFieldVertical": "space-field-vertical",
|
|
14171
14311
|
"spaceButtonIconFocusOutlineGutterVertical": "space-button-icon-focus-outline-gutter-vertical",
|
|
14172
14312
|
"spaceButtonIconOnlyHorizontal": "space-button-icon-only-horizontal",
|
|
@@ -14628,6 +14768,7 @@ module.exports.preset = {
|
|
|
14628
14768
|
"colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
|
|
14629
14769
|
"colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-xto15e",
|
|
14630
14770
|
"colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-tguulw",
|
|
14771
|
+
"colorBackgroundLayoutToolbar": "--color-background-layout-toolbar-y0cu80",
|
|
14631
14772
|
"colorBackgroundLayoutToggleActive": "--color-background-layout-toggle-active-ap91vm",
|
|
14632
14773
|
"colorBackgroundLayoutToggleDefault": "--color-background-layout-toggle-default-2hgjdu",
|
|
14633
14774
|
"colorBackgroundLayoutToggleHover": "--color-background-layout-toggle-hover-0cpm7g",
|
|
@@ -14690,7 +14831,10 @@ module.exports.preset = {
|
|
|
14690
14831
|
"colorTextButtonNormalDisabled": "--color-text-button-normal-disabled-05p74s",
|
|
14691
14832
|
"colorBorderButtonNormalHover": "--color-border-button-normal-hover-6a2tdq",
|
|
14692
14833
|
"colorTextButtonIconDisabled": "--color-text-button-icon-disabled-nnofkn",
|
|
14834
|
+
"colorBorderButtonPrimaryActive": "--color-border-button-primary-active-6jnxoc",
|
|
14835
|
+
"colorBorderButtonPrimaryDefault": "--color-border-button-primary-default-45p8u2",
|
|
14693
14836
|
"colorBorderButtonPrimaryDisabled": "--color-border-button-primary-disabled-b5p1ji",
|
|
14837
|
+
"colorBorderButtonPrimaryHover": "--color-border-button-primary-hover-rktx0f",
|
|
14694
14838
|
"colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
|
|
14695
14839
|
"colorItemSelected": "--color-item-selected-72rnwy",
|
|
14696
14840
|
"colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
|
|
@@ -15062,6 +15206,7 @@ module.exports.preset = {
|
|
|
15062
15206
|
"spaceButtonFocusOutlineGutter": "--space-button-focus-outline-gutter-jj138g",
|
|
15063
15207
|
"spaceButtonHorizontal": "--space-button-horizontal-k0c786",
|
|
15064
15208
|
"spaceButtonVertical": "--space-button-vertical-xaxp6x",
|
|
15209
|
+
"spaceTokenVertical": "--space-token-vertical-m3oh2a",
|
|
15065
15210
|
"spaceFieldVertical": "--space-field-vertical-vm99qz",
|
|
15066
15211
|
"spaceButtonIconFocusOutlineGutterVertical": "--space-button-icon-focus-outline-gutter-vertical-r44mtq",
|
|
15067
15212
|
"spaceButtonIconOnlyHorizontal": "--space-button-icon-only-horizontal-i85hxi",
|