@cloudscape-design/chat-components 1.0.142 → 1.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal/generated/styles/tokens.d.ts +6 -0
- package/internal/generated/styles/tokens.js +6 -0
- package/internal/generated/theming/index.cjs +153 -21
- 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 +153 -21
- package/package.json +1 -1
|
@@ -336,8 +336,10 @@ export const colorBackgroundInlineCode: string;
|
|
|
336
336
|
export const colorBackgroundInputDefault: string;
|
|
337
337
|
export const colorBackgroundInputDisabled: string;
|
|
338
338
|
export const colorBackgroundItemSelected: string;
|
|
339
|
+
export const colorBackgroundSideNavigationItemActive: string;
|
|
339
340
|
export const colorBackgroundLayoutMain: string;
|
|
340
341
|
export const colorBackgroundDrawer: string;
|
|
342
|
+
export const colorBackgroundBackdrop: string;
|
|
341
343
|
export const colorBackgroundDrawerBackdrop: string;
|
|
342
344
|
export const colorBackgroundLayoutMobilePanel: string;
|
|
343
345
|
export const colorBackgroundLayoutPanel: string;
|
|
@@ -419,6 +421,7 @@ export const colorBorderButtonPrimaryDisabled: string;
|
|
|
419
421
|
export const colorBorderButtonPrimaryHover: string;
|
|
420
422
|
export const colorTextButtonPrimaryDisabled: string;
|
|
421
423
|
export const colorItemSelected: string;
|
|
424
|
+
export const colorTextSideNavigationItemActive: string;
|
|
422
425
|
export const colorBorderCalendarGrid: string;
|
|
423
426
|
export const colorBorderCalendarGridSelectedFocusRing: string;
|
|
424
427
|
export const colorBorderCellShaded: string;
|
|
@@ -819,6 +822,7 @@ export const sizeIconNormal: string;
|
|
|
819
822
|
export const sizeTableSelectionHorizontal: string;
|
|
820
823
|
export const sizeVerticalInput: string;
|
|
821
824
|
export const sizeVerticalPanelIconOffset: string;
|
|
825
|
+
export const sizeSideNavigationItemHeight: string;
|
|
822
826
|
export const spaceAlertActionLeft: string;
|
|
823
827
|
export const spaceAlertHorizontal: string;
|
|
824
828
|
export const spaceAlertMessageRight: string;
|
|
@@ -889,6 +893,8 @@ export const spaceTableHeaderToolsBottom: string;
|
|
|
889
893
|
export const spaceTableHeaderToolsFullPageBottom: string;
|
|
890
894
|
export const spaceTableHorizontal: string;
|
|
891
895
|
export const spaceTreeViewIndentation: string;
|
|
896
|
+
export const spaceSideNavigationItemGap: string;
|
|
897
|
+
export const spaceSideNavigationItemCollapsedGap: string;
|
|
892
898
|
export const spaceTileGutter: string;
|
|
893
899
|
export const spaceActionCardHorizontalDefault: string;
|
|
894
900
|
export const spaceActionCardHorizontalEmbedded: string;
|
|
@@ -336,8 +336,10 @@ export var colorBackgroundInlineCode = "var(--color-background-inline-code-un8ud
|
|
|
336
336
|
export var colorBackgroundInputDefault = "var(--color-background-input-default-ifz5bb, #ffffff)";
|
|
337
337
|
export var colorBackgroundInputDisabled = "var(--color-background-input-disabled-dihaja, #ebebf0)";
|
|
338
338
|
export var colorBackgroundItemSelected = "var(--color-background-item-selected-9gppru, #f0fbff)";
|
|
339
|
+
export var colorBackgroundSideNavigationItemActive = "var(--color-background-side-navigation-item-active-adfprg, transparent)";
|
|
339
340
|
export var colorBackgroundLayoutMain = "var(--color-background-layout-main-5ilwcb, #ffffff)";
|
|
340
341
|
export var colorBackgroundDrawer = "var(--color-background-drawer-5hs0eh, #ffffff)";
|
|
342
|
+
export var colorBackgroundBackdrop = "var(--color-background-backdrop-33f45f, rgba(35, 43, 55, 0.7))";
|
|
341
343
|
export var colorBackgroundDrawerBackdrop = "var(--color-background-drawer-backdrop-ducxi3, rgba(35, 43, 55, 0.7))";
|
|
342
344
|
export var colorBackgroundLayoutMobilePanel = "var(--color-background-layout-mobile-panel-ed0ava, #0f141a)";
|
|
343
345
|
export var colorBackgroundLayoutPanel = "var(--color-background-layout-panel-jv6exs, #ffffff)";
|
|
@@ -419,6 +421,7 @@ export var colorBorderButtonPrimaryDisabled = "var(--color-border-button-primary
|
|
|
419
421
|
export var colorBorderButtonPrimaryHover = "var(--color-border-button-primary-hover-rktx0f, #002b66)";
|
|
420
422
|
export var colorTextButtonPrimaryDisabled = "var(--color-text-button-primary-disabled-q79gms, #8c8c94)";
|
|
421
423
|
export var colorItemSelected = "var(--color-item-selected-72rnwy, #006ce0)";
|
|
424
|
+
export var colorTextSideNavigationItemActive = "var(--color-text-side-navigation-item-active-w3c4dj, #006ce0)";
|
|
422
425
|
export var colorBorderCalendarGrid = "var(--color-border-calendar-grid-67r4w4, transparent)";
|
|
423
426
|
export var colorBorderCalendarGridSelectedFocusRing = "var(--color-border-calendar-grid-selected-focus-ring-jk1fb0, #f9f9fa)";
|
|
424
427
|
export var colorBorderCellShaded = "var(--color-border-cell-shaded-0ipazf, #dedee3)";
|
|
@@ -819,6 +822,7 @@ export var sizeIconNormal = "var(--size-icon-normal-levt08, 16px)";
|
|
|
819
822
|
export var sizeTableSelectionHorizontal = "var(--size-table-selection-horizontal-qqiajd, 40px)";
|
|
820
823
|
export var sizeVerticalInput = "var(--size-vertical-input-p1d7xx, 32px)";
|
|
821
824
|
export var sizeVerticalPanelIconOffset = "var(--size-vertical-panel-icon-offset-z959cw, 15px)";
|
|
825
|
+
export var sizeSideNavigationItemHeight = "var(--size-side-navigation-item-height-lokap3, 28px)";
|
|
822
826
|
export var spaceAlertActionLeft = "var(--space-alert-action-left-4s8zo5, 12px)";
|
|
823
827
|
export var spaceAlertHorizontal = "var(--space-alert-horizontal-ul364s, 16px)";
|
|
824
828
|
export var spaceAlertMessageRight = "var(--space-alert-message-right-mrjbnn, 4px)";
|
|
@@ -889,6 +893,8 @@ export var spaceTableHeaderToolsBottom = "var(--space-table-header-tools-bottom-
|
|
|
889
893
|
export var spaceTableHeaderToolsFullPageBottom = "var(--space-table-header-tools-full-page-bottom-9m47g6, 4px)";
|
|
890
894
|
export var spaceTableHorizontal = "var(--space-table-horizontal-suurzj, 20px)";
|
|
891
895
|
export var spaceTreeViewIndentation = "var(--space-tree-view-indentation-xh9kis, 24px)";
|
|
896
|
+
export var spaceSideNavigationItemGap = "var(--space-side-navigation-item-gap-5vlwdw, 0px)";
|
|
897
|
+
export var spaceSideNavigationItemCollapsedGap = "var(--space-side-navigation-item-collapsed-gap-d9lti2, 8px)";
|
|
892
898
|
export var spaceTileGutter = "var(--space-tile-gutter-bi2bdv, 24px)";
|
|
893
899
|
export var spaceActionCardHorizontalDefault = "var(--space-action-card-horizontal-default-su1e86, 20px)";
|
|
894
900
|
export var spaceActionCardHorizontalEmbedded = "var(--space-action-card-horizontal-embedded-pb8pj4, 12px)";
|
|
@@ -1391,6 +1391,10 @@ module.exports.preset = {
|
|
|
1391
1391
|
"light": "{colorPrimary50}",
|
|
1392
1392
|
"dark": "{colorPrimary1000}"
|
|
1393
1393
|
},
|
|
1394
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
1395
|
+
"light": "transparent",
|
|
1396
|
+
"dark": "transparent"
|
|
1397
|
+
},
|
|
1394
1398
|
"colorBackgroundLayoutMain": {
|
|
1395
1399
|
"light": "{colorWhite}",
|
|
1396
1400
|
"dark": "{colorNeutral850}"
|
|
@@ -1399,10 +1403,14 @@ module.exports.preset = {
|
|
|
1399
1403
|
"light": "{colorBackgroundLayoutPanelContent}",
|
|
1400
1404
|
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
1401
1405
|
},
|
|
1402
|
-
"
|
|
1406
|
+
"colorBackgroundBackdrop": {
|
|
1403
1407
|
"light": "{colorGreyOpaque70}",
|
|
1404
1408
|
"dark": "{colorGreyOpaque70}"
|
|
1405
1409
|
},
|
|
1410
|
+
"colorBackgroundDrawerBackdrop": {
|
|
1411
|
+
"light": "{colorBackgroundBackdrop}",
|
|
1412
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
1413
|
+
},
|
|
1406
1414
|
"colorBackgroundLayoutMobilePanel": {
|
|
1407
1415
|
"light": "{colorNeutral950}",
|
|
1408
1416
|
"dark": "{colorNeutral950}"
|
|
@@ -1448,8 +1456,8 @@ module.exports.preset = {
|
|
|
1448
1456
|
"dark": "{colorPrimary300}"
|
|
1449
1457
|
},
|
|
1450
1458
|
"colorBackgroundModalOverlay": {
|
|
1451
|
-
"light": "{
|
|
1452
|
-
"dark": "{
|
|
1459
|
+
"light": "{colorBackgroundBackdrop}",
|
|
1460
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
1453
1461
|
},
|
|
1454
1462
|
"colorBackgroundNotificationBlue": {
|
|
1455
1463
|
"light": "{colorInfo600}",
|
|
@@ -1723,6 +1731,10 @@ module.exports.preset = {
|
|
|
1723
1731
|
"light": "{colorPrimary600}",
|
|
1724
1732
|
"dark": "{colorPrimary400}"
|
|
1725
1733
|
},
|
|
1734
|
+
"colorTextSideNavigationItemActive": {
|
|
1735
|
+
"light": "{colorTextAccent}",
|
|
1736
|
+
"dark": "{colorTextAccent}"
|
|
1737
|
+
},
|
|
1726
1738
|
"colorBorderCalendarGrid": {
|
|
1727
1739
|
"light": "transparent",
|
|
1728
1740
|
"dark": "transparent"
|
|
@@ -2900,6 +2912,10 @@ module.exports.preset = {
|
|
|
2900
2912
|
"comfortable": "15px",
|
|
2901
2913
|
"compact": "13px"
|
|
2902
2914
|
},
|
|
2915
|
+
"sizeSideNavigationItemHeight": {
|
|
2916
|
+
"comfortable": "28px",
|
|
2917
|
+
"compact": "24px"
|
|
2918
|
+
},
|
|
2903
2919
|
"spaceAlertActionLeft": {
|
|
2904
2920
|
"comfortable": "{spaceS}",
|
|
2905
2921
|
"compact": "{spaceS}"
|
|
@@ -3180,6 +3196,14 @@ module.exports.preset = {
|
|
|
3180
3196
|
"comfortable": "{spaceXl}",
|
|
3181
3197
|
"compact": "{spaceXl}"
|
|
3182
3198
|
},
|
|
3199
|
+
"spaceSideNavigationItemGap": {
|
|
3200
|
+
"comfortable": "0px",
|
|
3201
|
+
"compact": "0px"
|
|
3202
|
+
},
|
|
3203
|
+
"spaceSideNavigationItemCollapsedGap": {
|
|
3204
|
+
"comfortable": "{spaceXs}",
|
|
3205
|
+
"compact": "{spaceXs}"
|
|
3206
|
+
},
|
|
3183
3207
|
"spaceTileGutter": {
|
|
3184
3208
|
"comfortable": "{spaceXl}",
|
|
3185
3209
|
"compact": "{spaceM}"
|
|
@@ -3734,6 +3758,14 @@ module.exports.preset = {
|
|
|
3734
3758
|
"comfortable": "{spaceXl}",
|
|
3735
3759
|
"compact": "{spaceXl}"
|
|
3736
3760
|
},
|
|
3761
|
+
"spaceSideNavigationItemGap": {
|
|
3762
|
+
"comfortable": "0px",
|
|
3763
|
+
"compact": "0px"
|
|
3764
|
+
},
|
|
3765
|
+
"spaceSideNavigationItemCollapsedGap": {
|
|
3766
|
+
"comfortable": "{spaceXs}",
|
|
3767
|
+
"compact": "{spaceXs}"
|
|
3768
|
+
},
|
|
3737
3769
|
"spaceTileGutter": {
|
|
3738
3770
|
"comfortable": "{spaceXl}",
|
|
3739
3771
|
"compact": "{spaceM}"
|
|
@@ -4168,6 +4200,10 @@ module.exports.preset = {
|
|
|
4168
4200
|
"light": "{colorPrimary1000}",
|
|
4169
4201
|
"dark": "{colorPrimary1000}"
|
|
4170
4202
|
},
|
|
4203
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
4204
|
+
"light": "transparent",
|
|
4205
|
+
"dark": "transparent"
|
|
4206
|
+
},
|
|
4171
4207
|
"colorBackgroundLayoutMain": {
|
|
4172
4208
|
"light": "{colorNeutral850}",
|
|
4173
4209
|
"dark": "{colorNeutral850}"
|
|
@@ -4176,10 +4212,14 @@ module.exports.preset = {
|
|
|
4176
4212
|
"light": "{colorBackgroundLayoutPanelContent}",
|
|
4177
4213
|
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
4178
4214
|
},
|
|
4179
|
-
"
|
|
4215
|
+
"colorBackgroundBackdrop": {
|
|
4180
4216
|
"light": "{colorGreyOpaque70}",
|
|
4181
4217
|
"dark": "{colorGreyOpaque70}"
|
|
4182
4218
|
},
|
|
4219
|
+
"colorBackgroundDrawerBackdrop": {
|
|
4220
|
+
"light": "{colorBackgroundBackdrop}",
|
|
4221
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
4222
|
+
},
|
|
4183
4223
|
"colorBackgroundLayoutMobilePanel": {
|
|
4184
4224
|
"light": "{colorNeutral950}",
|
|
4185
4225
|
"dark": "{colorNeutral950}"
|
|
@@ -4225,8 +4265,8 @@ module.exports.preset = {
|
|
|
4225
4265
|
"dark": "{colorPrimary300}"
|
|
4226
4266
|
},
|
|
4227
4267
|
"colorBackgroundModalOverlay": {
|
|
4228
|
-
"light": "{
|
|
4229
|
-
"dark": "{
|
|
4268
|
+
"light": "{colorBackgroundBackdrop}",
|
|
4269
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
4230
4270
|
},
|
|
4231
4271
|
"colorBackgroundNotificationBlue": {
|
|
4232
4272
|
"light": "{colorInfo600}",
|
|
@@ -4500,6 +4540,10 @@ module.exports.preset = {
|
|
|
4500
4540
|
"light": "{colorPrimary400}",
|
|
4501
4541
|
"dark": "{colorPrimary400}"
|
|
4502
4542
|
},
|
|
4543
|
+
"colorTextSideNavigationItemActive": {
|
|
4544
|
+
"light": "{colorTextAccent}",
|
|
4545
|
+
"dark": "{colorTextAccent}"
|
|
4546
|
+
},
|
|
4503
4547
|
"colorBorderCalendarGrid": {
|
|
4504
4548
|
"light": "transparent",
|
|
4505
4549
|
"dark": "transparent"
|
|
@@ -5777,6 +5821,10 @@ module.exports.preset = {
|
|
|
5777
5821
|
"light": "{colorPrimary1000}",
|
|
5778
5822
|
"dark": "{colorPrimary1000}"
|
|
5779
5823
|
},
|
|
5824
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
5825
|
+
"light": "transparent",
|
|
5826
|
+
"dark": "transparent"
|
|
5827
|
+
},
|
|
5780
5828
|
"colorBackgroundLayoutMain": {
|
|
5781
5829
|
"light": "{colorNeutral950}",
|
|
5782
5830
|
"dark": "{colorNeutral950}"
|
|
@@ -5785,10 +5833,14 @@ module.exports.preset = {
|
|
|
5785
5833
|
"light": "{colorBackgroundLayoutPanelContent}",
|
|
5786
5834
|
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
5787
5835
|
},
|
|
5788
|
-
"
|
|
5836
|
+
"colorBackgroundBackdrop": {
|
|
5789
5837
|
"light": "{colorGreyOpaque70}",
|
|
5790
5838
|
"dark": "{colorGreyOpaque70}"
|
|
5791
5839
|
},
|
|
5840
|
+
"colorBackgroundDrawerBackdrop": {
|
|
5841
|
+
"light": "{colorBackgroundBackdrop}",
|
|
5842
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
5843
|
+
},
|
|
5792
5844
|
"colorBackgroundLayoutMobilePanel": {
|
|
5793
5845
|
"light": "{colorNeutral950}",
|
|
5794
5846
|
"dark": "{colorNeutral950}"
|
|
@@ -5834,8 +5886,8 @@ module.exports.preset = {
|
|
|
5834
5886
|
"dark": "{colorPrimary300}"
|
|
5835
5887
|
},
|
|
5836
5888
|
"colorBackgroundModalOverlay": {
|
|
5837
|
-
"light": "{
|
|
5838
|
-
"dark": "{
|
|
5889
|
+
"light": "{colorBackgroundBackdrop}",
|
|
5890
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
5839
5891
|
},
|
|
5840
5892
|
"colorBackgroundNotificationBlue": {
|
|
5841
5893
|
"light": "{colorInfo600}",
|
|
@@ -6109,6 +6161,10 @@ module.exports.preset = {
|
|
|
6109
6161
|
"light": "{colorPrimary400}",
|
|
6110
6162
|
"dark": "{colorPrimary400}"
|
|
6111
6163
|
},
|
|
6164
|
+
"colorTextSideNavigationItemActive": {
|
|
6165
|
+
"light": "{colorTextAccent}",
|
|
6166
|
+
"dark": "{colorTextAccent}"
|
|
6167
|
+
},
|
|
6112
6168
|
"colorBorderCalendarGrid": {
|
|
6113
6169
|
"light": "transparent",
|
|
6114
6170
|
"dark": "transparent"
|
|
@@ -7314,6 +7370,10 @@ module.exports.preset = {
|
|
|
7314
7370
|
"light": "{colorPrimary50}",
|
|
7315
7371
|
"dark": "{colorPrimary1000}"
|
|
7316
7372
|
},
|
|
7373
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
7374
|
+
"light": "transparent",
|
|
7375
|
+
"dark": "transparent"
|
|
7376
|
+
},
|
|
7317
7377
|
"colorBackgroundLayoutMain": {
|
|
7318
7378
|
"light": "{colorWhite}",
|
|
7319
7379
|
"dark": "{colorNeutral850}"
|
|
@@ -7322,10 +7382,14 @@ module.exports.preset = {
|
|
|
7322
7382
|
"light": "{colorBackgroundLayoutPanelContent}",
|
|
7323
7383
|
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
7324
7384
|
},
|
|
7325
|
-
"
|
|
7385
|
+
"colorBackgroundBackdrop": {
|
|
7326
7386
|
"light": "{colorGreyOpaque70}",
|
|
7327
7387
|
"dark": "{colorGreyOpaque70}"
|
|
7328
7388
|
},
|
|
7389
|
+
"colorBackgroundDrawerBackdrop": {
|
|
7390
|
+
"light": "{colorBackgroundBackdrop}",
|
|
7391
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
7392
|
+
},
|
|
7329
7393
|
"colorBackgroundLayoutMobilePanel": {
|
|
7330
7394
|
"light": "{colorNeutral950}",
|
|
7331
7395
|
"dark": "{colorNeutral950}"
|
|
@@ -7371,8 +7435,8 @@ module.exports.preset = {
|
|
|
7371
7435
|
"dark": "{colorPrimary300}"
|
|
7372
7436
|
},
|
|
7373
7437
|
"colorBackgroundModalOverlay": {
|
|
7374
|
-
"light": "{
|
|
7375
|
-
"dark": "{
|
|
7438
|
+
"light": "{colorBackgroundBackdrop}",
|
|
7439
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
7376
7440
|
},
|
|
7377
7441
|
"colorBackgroundNotificationBlue": {
|
|
7378
7442
|
"light": "{colorInfo600}",
|
|
@@ -7646,6 +7710,10 @@ module.exports.preset = {
|
|
|
7646
7710
|
"light": "{colorPrimary600}",
|
|
7647
7711
|
"dark": "{colorPrimary400}"
|
|
7648
7712
|
},
|
|
7713
|
+
"colorTextSideNavigationItemActive": {
|
|
7714
|
+
"light": "{colorTextAccent}",
|
|
7715
|
+
"dark": "{colorTextAccent}"
|
|
7716
|
+
},
|
|
7649
7717
|
"colorBorderCalendarGrid": {
|
|
7650
7718
|
"light": "transparent",
|
|
7651
7719
|
"dark": "transparent"
|
|
@@ -8716,6 +8784,10 @@ module.exports.preset = {
|
|
|
8716
8784
|
"light": "{colorPrimary50}",
|
|
8717
8785
|
"dark": "{colorPrimary1000}"
|
|
8718
8786
|
},
|
|
8787
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
8788
|
+
"light": "transparent",
|
|
8789
|
+
"dark": "transparent"
|
|
8790
|
+
},
|
|
8719
8791
|
"colorBackgroundLayoutMain": {
|
|
8720
8792
|
"light": "{colorWhite}",
|
|
8721
8793
|
"dark": "{colorNeutral850}"
|
|
@@ -8724,10 +8796,14 @@ module.exports.preset = {
|
|
|
8724
8796
|
"light": "{colorBackgroundLayoutPanelContent}",
|
|
8725
8797
|
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
8726
8798
|
},
|
|
8727
|
-
"
|
|
8799
|
+
"colorBackgroundBackdrop": {
|
|
8728
8800
|
"light": "{colorGreyOpaque70}",
|
|
8729
8801
|
"dark": "{colorGreyOpaque70}"
|
|
8730
8802
|
},
|
|
8803
|
+
"colorBackgroundDrawerBackdrop": {
|
|
8804
|
+
"light": "{colorBackgroundBackdrop}",
|
|
8805
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
8806
|
+
},
|
|
8731
8807
|
"colorBackgroundLayoutMobilePanel": {
|
|
8732
8808
|
"light": "{colorNeutral950}",
|
|
8733
8809
|
"dark": "{colorNeutral950}"
|
|
@@ -8773,8 +8849,8 @@ module.exports.preset = {
|
|
|
8773
8849
|
"dark": "{colorPrimary300}"
|
|
8774
8850
|
},
|
|
8775
8851
|
"colorBackgroundModalOverlay": {
|
|
8776
|
-
"light": "{
|
|
8777
|
-
"dark": "{
|
|
8852
|
+
"light": "{colorBackgroundBackdrop}",
|
|
8853
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
8778
8854
|
},
|
|
8779
8855
|
"colorBackgroundNotificationBlue": {
|
|
8780
8856
|
"light": "{colorInfo600}",
|
|
@@ -9048,6 +9124,10 @@ module.exports.preset = {
|
|
|
9048
9124
|
"light": "{colorPrimary600}",
|
|
9049
9125
|
"dark": "{colorPrimary400}"
|
|
9050
9126
|
},
|
|
9127
|
+
"colorTextSideNavigationItemActive": {
|
|
9128
|
+
"light": "{colorTextAccent}",
|
|
9129
|
+
"dark": "{colorTextAccent}"
|
|
9130
|
+
},
|
|
9051
9131
|
"colorBorderCalendarGrid": {
|
|
9052
9132
|
"light": "transparent",
|
|
9053
9133
|
"dark": "transparent"
|
|
@@ -10118,6 +10198,10 @@ module.exports.preset = {
|
|
|
10118
10198
|
"light": "{colorPrimary50}",
|
|
10119
10199
|
"dark": "{colorPrimary1000}"
|
|
10120
10200
|
},
|
|
10201
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
10202
|
+
"light": "transparent",
|
|
10203
|
+
"dark": "transparent"
|
|
10204
|
+
},
|
|
10121
10205
|
"colorBackgroundLayoutMain": {
|
|
10122
10206
|
"light": "{colorWhite}",
|
|
10123
10207
|
"dark": "{colorNeutral850}"
|
|
@@ -10126,10 +10210,14 @@ module.exports.preset = {
|
|
|
10126
10210
|
"light": "{colorBackgroundLayoutPanelContent}",
|
|
10127
10211
|
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
10128
10212
|
},
|
|
10129
|
-
"
|
|
10213
|
+
"colorBackgroundBackdrop": {
|
|
10130
10214
|
"light": "{colorGreyOpaque70}",
|
|
10131
10215
|
"dark": "{colorGreyOpaque70}"
|
|
10132
10216
|
},
|
|
10217
|
+
"colorBackgroundDrawerBackdrop": {
|
|
10218
|
+
"light": "{colorBackgroundBackdrop}",
|
|
10219
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
10220
|
+
},
|
|
10133
10221
|
"colorBackgroundLayoutMobilePanel": {
|
|
10134
10222
|
"light": "{colorNeutral950}",
|
|
10135
10223
|
"dark": "{colorNeutral950}"
|
|
@@ -10175,8 +10263,8 @@ module.exports.preset = {
|
|
|
10175
10263
|
"dark": "{colorPrimary300}"
|
|
10176
10264
|
},
|
|
10177
10265
|
"colorBackgroundModalOverlay": {
|
|
10178
|
-
"light": "{
|
|
10179
|
-
"dark": "{
|
|
10266
|
+
"light": "{colorBackgroundBackdrop}",
|
|
10267
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
10180
10268
|
},
|
|
10181
10269
|
"colorBackgroundNotificationBlue": {
|
|
10182
10270
|
"light": "{colorInfo600}",
|
|
@@ -10450,6 +10538,10 @@ module.exports.preset = {
|
|
|
10450
10538
|
"light": "{colorPrimary600}",
|
|
10451
10539
|
"dark": "{colorPrimary400}"
|
|
10452
10540
|
},
|
|
10541
|
+
"colorTextSideNavigationItemActive": {
|
|
10542
|
+
"light": "{colorTextAccent}",
|
|
10543
|
+
"dark": "{colorTextAccent}"
|
|
10544
|
+
},
|
|
10453
10545
|
"colorBorderCalendarGrid": {
|
|
10454
10546
|
"light": "transparent",
|
|
10455
10547
|
"dark": "transparent"
|
|
@@ -11522,6 +11614,10 @@ module.exports.preset = {
|
|
|
11522
11614
|
"light": "{colorPrimary1000}",
|
|
11523
11615
|
"dark": "{colorPrimary1000}"
|
|
11524
11616
|
},
|
|
11617
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
11618
|
+
"light": "transparent",
|
|
11619
|
+
"dark": "transparent"
|
|
11620
|
+
},
|
|
11525
11621
|
"colorBackgroundLayoutMain": {
|
|
11526
11622
|
"light": "{colorNeutral850}",
|
|
11527
11623
|
"dark": "{colorNeutral850}"
|
|
@@ -11530,10 +11626,14 @@ module.exports.preset = {
|
|
|
11530
11626
|
"light": "{colorBackgroundLayoutPanelContent}",
|
|
11531
11627
|
"dark": "{colorBackgroundLayoutPanelContent}"
|
|
11532
11628
|
},
|
|
11533
|
-
"
|
|
11629
|
+
"colorBackgroundBackdrop": {
|
|
11534
11630
|
"light": "{colorGreyOpaque70}",
|
|
11535
11631
|
"dark": "{colorGreyOpaque70}"
|
|
11536
11632
|
},
|
|
11633
|
+
"colorBackgroundDrawerBackdrop": {
|
|
11634
|
+
"light": "{colorBackgroundBackdrop}",
|
|
11635
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
11636
|
+
},
|
|
11537
11637
|
"colorBackgroundLayoutMobilePanel": {
|
|
11538
11638
|
"light": "{colorNeutral950}",
|
|
11539
11639
|
"dark": "{colorNeutral950}"
|
|
@@ -11579,8 +11679,8 @@ module.exports.preset = {
|
|
|
11579
11679
|
"dark": "{colorPrimary300}"
|
|
11580
11680
|
},
|
|
11581
11681
|
"colorBackgroundModalOverlay": {
|
|
11582
|
-
"light": "{
|
|
11583
|
-
"dark": "{
|
|
11682
|
+
"light": "{colorBackgroundBackdrop}",
|
|
11683
|
+
"dark": "{colorBackgroundBackdrop}"
|
|
11584
11684
|
},
|
|
11585
11685
|
"colorBackgroundNotificationBlue": {
|
|
11586
11686
|
"light": "{colorInfo600}",
|
|
@@ -11854,6 +11954,10 @@ module.exports.preset = {
|
|
|
11854
11954
|
"light": "{colorPrimary400}",
|
|
11855
11955
|
"dark": "{colorPrimary400}"
|
|
11856
11956
|
},
|
|
11957
|
+
"colorTextSideNavigationItemActive": {
|
|
11958
|
+
"light": "{colorTextAccent}",
|
|
11959
|
+
"dark": "{colorTextAccent}"
|
|
11960
|
+
},
|
|
11857
11961
|
"colorBorderCalendarGrid": {
|
|
11858
11962
|
"light": "transparent",
|
|
11859
11963
|
"dark": "transparent"
|
|
@@ -13042,8 +13146,10 @@ module.exports.preset = {
|
|
|
13042
13146
|
"colorBackgroundInputDefault": "color",
|
|
13043
13147
|
"colorBackgroundInputDisabled": "color",
|
|
13044
13148
|
"colorBackgroundItemSelected": "color",
|
|
13149
|
+
"colorBackgroundSideNavigationItemActive": "color",
|
|
13045
13150
|
"colorBackgroundLayoutMain": "color",
|
|
13046
13151
|
"colorBackgroundDrawer": "color",
|
|
13152
|
+
"colorBackgroundBackdrop": "color",
|
|
13047
13153
|
"colorBackgroundDrawerBackdrop": "color",
|
|
13048
13154
|
"colorBackgroundLayoutMobilePanel": "color",
|
|
13049
13155
|
"colorBackgroundLayoutPanel": "color",
|
|
@@ -13125,6 +13231,7 @@ module.exports.preset = {
|
|
|
13125
13231
|
"colorBorderButtonPrimaryHover": "color",
|
|
13126
13232
|
"colorTextButtonPrimaryDisabled": "color",
|
|
13127
13233
|
"colorItemSelected": "color",
|
|
13234
|
+
"colorTextSideNavigationItemActive": "color",
|
|
13128
13235
|
"colorBorderCalendarGrid": "color",
|
|
13129
13236
|
"colorBorderCalendarGridSelectedFocusRing": "color",
|
|
13130
13237
|
"colorBorderCellShaded": "color",
|
|
@@ -13384,6 +13491,7 @@ module.exports.preset = {
|
|
|
13384
13491
|
"sizeTableSelectionHorizontal": "density",
|
|
13385
13492
|
"sizeVerticalInput": "density",
|
|
13386
13493
|
"sizeVerticalPanelIconOffset": "density",
|
|
13494
|
+
"sizeSideNavigationItemHeight": "density",
|
|
13387
13495
|
"spaceAlertActionLeft": "density",
|
|
13388
13496
|
"spaceAlertHorizontal": "density",
|
|
13389
13497
|
"spaceAlertMessageRight": "density",
|
|
@@ -13454,6 +13562,8 @@ module.exports.preset = {
|
|
|
13454
13562
|
"spaceTableHeaderToolsFullPageBottom": "density",
|
|
13455
13563
|
"spaceTableHorizontal": "density",
|
|
13456
13564
|
"spaceTreeViewIndentation": "density",
|
|
13565
|
+
"spaceSideNavigationItemGap": "density",
|
|
13566
|
+
"spaceSideNavigationItemCollapsedGap": "density",
|
|
13457
13567
|
"spaceTileGutter": "density",
|
|
13458
13568
|
"spaceActionCardHorizontalDefault": "density",
|
|
13459
13569
|
"spaceActionCardHorizontalEmbedded": "density",
|
|
@@ -13854,7 +13964,9 @@ module.exports.preset = {
|
|
|
13854
13964
|
"colorBackgroundInputDefault",
|
|
13855
13965
|
"colorBackgroundInputDisabled",
|
|
13856
13966
|
"colorBackgroundItemSelected",
|
|
13967
|
+
"colorBackgroundSideNavigationItemActive",
|
|
13857
13968
|
"colorBackgroundLayoutMain",
|
|
13969
|
+
"colorBackgroundBackdrop",
|
|
13858
13970
|
"colorBackgroundLayoutPanel",
|
|
13859
13971
|
"colorBackgroundLayoutToolbar",
|
|
13860
13972
|
"colorBackgroundLayoutToggleActive",
|
|
@@ -13914,6 +14026,7 @@ module.exports.preset = {
|
|
|
13914
14026
|
"colorBorderButtonPrimaryHover",
|
|
13915
14027
|
"colorTextButtonPrimaryDisabled",
|
|
13916
14028
|
"colorItemSelected",
|
|
14029
|
+
"colorTextSideNavigationItemActive",
|
|
13917
14030
|
"colorBorderCard",
|
|
13918
14031
|
"colorBorderContainerTop",
|
|
13919
14032
|
"colorBorderControlDefault",
|
|
@@ -14143,6 +14256,7 @@ module.exports.preset = {
|
|
|
14143
14256
|
"borderWidthPopover",
|
|
14144
14257
|
"borderWidthToken",
|
|
14145
14258
|
"sizeVerticalInput",
|
|
14259
|
+
"sizeSideNavigationItemHeight",
|
|
14146
14260
|
"spaceAlertVertical",
|
|
14147
14261
|
"spaceButtonHorizontal",
|
|
14148
14262
|
"spaceButtonVertical",
|
|
@@ -14153,6 +14267,7 @@ module.exports.preset = {
|
|
|
14153
14267
|
"spaceCardVerticalDefault",
|
|
14154
14268
|
"spaceCardVerticalEmbedded",
|
|
14155
14269
|
"spaceTabsVertical",
|
|
14270
|
+
"spaceSideNavigationItemGap",
|
|
14156
14271
|
"spaceActionCardHorizontalDefault",
|
|
14157
14272
|
"spaceActionCardHorizontalEmbedded",
|
|
14158
14273
|
"spaceActionCardVerticalDefault",
|
|
@@ -14367,7 +14482,9 @@ module.exports.preset = {
|
|
|
14367
14482
|
"colorBackgroundInputDefault",
|
|
14368
14483
|
"colorBackgroundInputDisabled",
|
|
14369
14484
|
"colorBackgroundItemSelected",
|
|
14485
|
+
"colorBackgroundSideNavigationItemActive",
|
|
14370
14486
|
"colorBackgroundLayoutMain",
|
|
14487
|
+
"colorBackgroundBackdrop",
|
|
14371
14488
|
"colorBackgroundLayoutPanel",
|
|
14372
14489
|
"colorBackgroundLayoutToolbar",
|
|
14373
14490
|
"colorBackgroundLayoutToggleActive",
|
|
@@ -14426,6 +14543,7 @@ module.exports.preset = {
|
|
|
14426
14543
|
"colorBorderButtonPrimaryHover",
|
|
14427
14544
|
"colorTextButtonPrimaryDisabled",
|
|
14428
14545
|
"colorItemSelected",
|
|
14546
|
+
"colorTextSideNavigationItemActive",
|
|
14429
14547
|
"colorBorderCard",
|
|
14430
14548
|
"colorBorderContainerTop",
|
|
14431
14549
|
"colorBorderControlDefault",
|
|
@@ -14653,6 +14771,7 @@ module.exports.preset = {
|
|
|
14653
14771
|
"motionKeyframesStatusIconError",
|
|
14654
14772
|
"motionKeyframesScalePopup",
|
|
14655
14773
|
"sizeVerticalInput",
|
|
14774
|
+
"sizeSideNavigationItemHeight",
|
|
14656
14775
|
"spaceAlertVertical",
|
|
14657
14776
|
"spaceButtonHorizontal",
|
|
14658
14777
|
"spaceButtonVertical",
|
|
@@ -14666,6 +14785,7 @@ module.exports.preset = {
|
|
|
14666
14785
|
"spaceFieldHorizontal",
|
|
14667
14786
|
"spaceTabsVertical",
|
|
14668
14787
|
"spaceTreeViewIndentation",
|
|
14788
|
+
"spaceSideNavigationItemGap",
|
|
14669
14789
|
"spaceActionCardHorizontalDefault",
|
|
14670
14790
|
"spaceActionCardHorizontalEmbedded",
|
|
14671
14791
|
"spaceActionCardVerticalDefault",
|
|
@@ -15032,8 +15152,10 @@ module.exports.preset = {
|
|
|
15032
15152
|
"colorBackgroundInputDefault": "color-background-input-default",
|
|
15033
15153
|
"colorBackgroundInputDisabled": "color-background-input-disabled",
|
|
15034
15154
|
"colorBackgroundItemSelected": "color-background-item-selected",
|
|
15155
|
+
"colorBackgroundSideNavigationItemActive": "color-background-side-navigation-item-active",
|
|
15035
15156
|
"colorBackgroundLayoutMain": "color-background-layout-main",
|
|
15036
15157
|
"colorBackgroundDrawer": "color-background-drawer",
|
|
15158
|
+
"colorBackgroundBackdrop": "color-background-backdrop",
|
|
15037
15159
|
"colorBackgroundDrawerBackdrop": "color-background-drawer-backdrop",
|
|
15038
15160
|
"colorBackgroundLayoutMobilePanel": "color-background-layout-mobile-panel",
|
|
15039
15161
|
"colorBackgroundLayoutPanel": "color-background-layout-panel",
|
|
@@ -15115,6 +15237,7 @@ module.exports.preset = {
|
|
|
15115
15237
|
"colorBorderButtonPrimaryHover": "color-border-button-primary-hover",
|
|
15116
15238
|
"colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
|
|
15117
15239
|
"colorItemSelected": "color-item-selected",
|
|
15240
|
+
"colorTextSideNavigationItemActive": "color-text-side-navigation-item-active",
|
|
15118
15241
|
"colorBorderCalendarGrid": "color-border-calendar-grid",
|
|
15119
15242
|
"colorBorderCalendarGridSelectedFocusRing": "color-border-calendar-grid-selected-focus-ring",
|
|
15120
15243
|
"colorBorderCellShaded": "color-border-cell-shaded",
|
|
@@ -15515,6 +15638,7 @@ module.exports.preset = {
|
|
|
15515
15638
|
"sizeTableSelectionHorizontal": "size-table-selection-horizontal",
|
|
15516
15639
|
"sizeVerticalInput": "size-vertical-input",
|
|
15517
15640
|
"sizeVerticalPanelIconOffset": "size-vertical-panel-icon-offset",
|
|
15641
|
+
"sizeSideNavigationItemHeight": "size-side-navigation-item-height",
|
|
15518
15642
|
"spaceAlertActionLeft": "space-alert-action-left",
|
|
15519
15643
|
"spaceAlertHorizontal": "space-alert-horizontal",
|
|
15520
15644
|
"spaceAlertMessageRight": "space-alert-message-right",
|
|
@@ -15585,6 +15709,8 @@ module.exports.preset = {
|
|
|
15585
15709
|
"spaceTableHeaderToolsFullPageBottom": "space-table-header-tools-full-page-bottom",
|
|
15586
15710
|
"spaceTableHorizontal": "space-table-horizontal",
|
|
15587
15711
|
"spaceTreeViewIndentation": "space-tree-view-indentation",
|
|
15712
|
+
"spaceSideNavigationItemGap": "space-side-navigation-item-gap",
|
|
15713
|
+
"spaceSideNavigationItemCollapsedGap": "space-side-navigation-item-collapsed-gap",
|
|
15588
15714
|
"spaceTileGutter": "space-tile-gutter",
|
|
15589
15715
|
"spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
|
|
15590
15716
|
"spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
|
|
@@ -15992,8 +16118,10 @@ module.exports.preset = {
|
|
|
15992
16118
|
"colorBackgroundInputDefault": "--color-background-input-default-ifz5bb",
|
|
15993
16119
|
"colorBackgroundInputDisabled": "--color-background-input-disabled-dihaja",
|
|
15994
16120
|
"colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
|
|
16121
|
+
"colorBackgroundSideNavigationItemActive": "--color-background-side-navigation-item-active-adfprg",
|
|
15995
16122
|
"colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
|
|
15996
16123
|
"colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
|
|
16124
|
+
"colorBackgroundBackdrop": "--color-background-backdrop-33f45f",
|
|
15997
16125
|
"colorBackgroundDrawerBackdrop": "--color-background-drawer-backdrop-ducxi3",
|
|
15998
16126
|
"colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
|
|
15999
16127
|
"colorBackgroundLayoutPanel": "--color-background-layout-panel-jv6exs",
|
|
@@ -16075,6 +16203,7 @@ module.exports.preset = {
|
|
|
16075
16203
|
"colorBorderButtonPrimaryHover": "--color-border-button-primary-hover-rktx0f",
|
|
16076
16204
|
"colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
|
|
16077
16205
|
"colorItemSelected": "--color-item-selected-72rnwy",
|
|
16206
|
+
"colorTextSideNavigationItemActive": "--color-text-side-navigation-item-active-w3c4dj",
|
|
16078
16207
|
"colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
|
|
16079
16208
|
"colorBorderCalendarGridSelectedFocusRing": "--color-border-calendar-grid-selected-focus-ring-jk1fb0",
|
|
16080
16209
|
"colorBorderCellShaded": "--color-border-cell-shaded-0ipazf",
|
|
@@ -16475,6 +16604,7 @@ module.exports.preset = {
|
|
|
16475
16604
|
"sizeTableSelectionHorizontal": "--size-table-selection-horizontal-qqiajd",
|
|
16476
16605
|
"sizeVerticalInput": "--size-vertical-input-p1d7xx",
|
|
16477
16606
|
"sizeVerticalPanelIconOffset": "--size-vertical-panel-icon-offset-z959cw",
|
|
16607
|
+
"sizeSideNavigationItemHeight": "--size-side-navigation-item-height-lokap3",
|
|
16478
16608
|
"spaceAlertActionLeft": "--space-alert-action-left-4s8zo5",
|
|
16479
16609
|
"spaceAlertHorizontal": "--space-alert-horizontal-ul364s",
|
|
16480
16610
|
"spaceAlertMessageRight": "--space-alert-message-right-mrjbnn",
|
|
@@ -16545,6 +16675,8 @@ module.exports.preset = {
|
|
|
16545
16675
|
"spaceTableHeaderToolsFullPageBottom": "--space-table-header-tools-full-page-bottom-9m47g6",
|
|
16546
16676
|
"spaceTableHorizontal": "--space-table-horizontal-suurzj",
|
|
16547
16677
|
"spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
|
|
16678
|
+
"spaceSideNavigationItemGap": "--space-side-navigation-item-gap-5vlwdw",
|
|
16679
|
+
"spaceSideNavigationItemCollapsedGap": "--space-side-navigation-item-collapsed-gap-d9lti2",
|
|
16548
16680
|
"spaceTileGutter": "--space-tile-gutter-bi2bdv",
|
|
16549
16681
|
"spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
|
|
16550
16682
|
"spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",
|