@cloudscape-design/chat-components 1.0.141 → 1.0.143
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 +132 -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 +132 -0
- package/package.json +1 -1
|
@@ -1391,6 +1391,10 @@ export var 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}"
|
|
@@ -1723,6 +1727,10 @@ export var preset = {
|
|
|
1723
1727
|
"light": "{colorPrimary600}",
|
|
1724
1728
|
"dark": "{colorPrimary400}"
|
|
1725
1729
|
},
|
|
1730
|
+
"colorTextSideNavigationItemActive": {
|
|
1731
|
+
"light": "{colorTextAccent}",
|
|
1732
|
+
"dark": "{colorTextAccent}"
|
|
1733
|
+
},
|
|
1726
1734
|
"colorBorderCalendarGrid": {
|
|
1727
1735
|
"light": "transparent",
|
|
1728
1736
|
"dark": "transparent"
|
|
@@ -2555,6 +2563,10 @@ export var preset = {
|
|
|
2555
2563
|
"light": "{colorTextNotificationDefault}",
|
|
2556
2564
|
"dark": "{colorTextNotificationDefault}"
|
|
2557
2565
|
},
|
|
2566
|
+
"colorBackgroundCodeView": {
|
|
2567
|
+
"light": "#f8f8f8",
|
|
2568
|
+
"dark": "#282c34"
|
|
2569
|
+
},
|
|
2558
2570
|
"fontBoxValueLargeWeight": "700",
|
|
2559
2571
|
"fontButtonLetterSpacing": "0.005em",
|
|
2560
2572
|
"fontChartDetailSize": "{fontSizeBodyS}",
|
|
@@ -2896,6 +2908,10 @@ export var preset = {
|
|
|
2896
2908
|
"comfortable": "15px",
|
|
2897
2909
|
"compact": "13px"
|
|
2898
2910
|
},
|
|
2911
|
+
"sizeSideNavigationItemHeight": {
|
|
2912
|
+
"comfortable": "28px",
|
|
2913
|
+
"compact": "24px"
|
|
2914
|
+
},
|
|
2899
2915
|
"spaceAlertActionLeft": {
|
|
2900
2916
|
"comfortable": "{spaceS}",
|
|
2901
2917
|
"compact": "{spaceS}"
|
|
@@ -3176,6 +3192,14 @@ export var preset = {
|
|
|
3176
3192
|
"comfortable": "{spaceXl}",
|
|
3177
3193
|
"compact": "{spaceXl}"
|
|
3178
3194
|
},
|
|
3195
|
+
"spaceSideNavigationItemGap": {
|
|
3196
|
+
"comfortable": "0px",
|
|
3197
|
+
"compact": "0px"
|
|
3198
|
+
},
|
|
3199
|
+
"spaceSideNavigationItemCollapsedGap": {
|
|
3200
|
+
"comfortable": "{spaceXs}",
|
|
3201
|
+
"compact": "{spaceXs}"
|
|
3202
|
+
},
|
|
3179
3203
|
"spaceTileGutter": {
|
|
3180
3204
|
"comfortable": "{spaceXl}",
|
|
3181
3205
|
"compact": "{spaceM}"
|
|
@@ -3730,6 +3754,14 @@ export var preset = {
|
|
|
3730
3754
|
"comfortable": "{spaceXl}",
|
|
3731
3755
|
"compact": "{spaceXl}"
|
|
3732
3756
|
},
|
|
3757
|
+
"spaceSideNavigationItemGap": {
|
|
3758
|
+
"comfortable": "0px",
|
|
3759
|
+
"compact": "0px"
|
|
3760
|
+
},
|
|
3761
|
+
"spaceSideNavigationItemCollapsedGap": {
|
|
3762
|
+
"comfortable": "{spaceXs}",
|
|
3763
|
+
"compact": "{spaceXs}"
|
|
3764
|
+
},
|
|
3733
3765
|
"spaceTileGutter": {
|
|
3734
3766
|
"comfortable": "{spaceXl}",
|
|
3735
3767
|
"compact": "{spaceM}"
|
|
@@ -4164,6 +4196,10 @@ export var preset = {
|
|
|
4164
4196
|
"light": "{colorPrimary1000}",
|
|
4165
4197
|
"dark": "{colorPrimary1000}"
|
|
4166
4198
|
},
|
|
4199
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
4200
|
+
"light": "transparent",
|
|
4201
|
+
"dark": "transparent"
|
|
4202
|
+
},
|
|
4167
4203
|
"colorBackgroundLayoutMain": {
|
|
4168
4204
|
"light": "{colorNeutral850}",
|
|
4169
4205
|
"dark": "{colorNeutral850}"
|
|
@@ -4496,6 +4532,10 @@ export var preset = {
|
|
|
4496
4532
|
"light": "{colorPrimary400}",
|
|
4497
4533
|
"dark": "{colorPrimary400}"
|
|
4498
4534
|
},
|
|
4535
|
+
"colorTextSideNavigationItemActive": {
|
|
4536
|
+
"light": "{colorTextAccent}",
|
|
4537
|
+
"dark": "{colorTextAccent}"
|
|
4538
|
+
},
|
|
4499
4539
|
"colorBorderCalendarGrid": {
|
|
4500
4540
|
"light": "transparent",
|
|
4501
4541
|
"dark": "transparent"
|
|
@@ -5328,6 +5368,10 @@ export var preset = {
|
|
|
5328
5368
|
"light": "{colorTextNotificationDefault}",
|
|
5329
5369
|
"dark": "{colorTextNotificationDefault}"
|
|
5330
5370
|
},
|
|
5371
|
+
"colorBackgroundCodeView": {
|
|
5372
|
+
"light": "#282c34",
|
|
5373
|
+
"dark": "#282c34"
|
|
5374
|
+
},
|
|
5331
5375
|
"colorPrimary50": "#f0fbff",
|
|
5332
5376
|
"colorPrimary100": "#d1f1ff",
|
|
5333
5377
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -5769,6 +5813,10 @@ export var preset = {
|
|
|
5769
5813
|
"light": "{colorPrimary1000}",
|
|
5770
5814
|
"dark": "{colorPrimary1000}"
|
|
5771
5815
|
},
|
|
5816
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
5817
|
+
"light": "transparent",
|
|
5818
|
+
"dark": "transparent"
|
|
5819
|
+
},
|
|
5772
5820
|
"colorBackgroundLayoutMain": {
|
|
5773
5821
|
"light": "{colorNeutral950}",
|
|
5774
5822
|
"dark": "{colorNeutral950}"
|
|
@@ -6101,6 +6149,10 @@ export var preset = {
|
|
|
6101
6149
|
"light": "{colorPrimary400}",
|
|
6102
6150
|
"dark": "{colorPrimary400}"
|
|
6103
6151
|
},
|
|
6152
|
+
"colorTextSideNavigationItemActive": {
|
|
6153
|
+
"light": "{colorTextAccent}",
|
|
6154
|
+
"dark": "{colorTextAccent}"
|
|
6155
|
+
},
|
|
6104
6156
|
"colorBorderCalendarGrid": {
|
|
6105
6157
|
"light": "transparent",
|
|
6106
6158
|
"dark": "transparent"
|
|
@@ -6933,6 +6985,10 @@ export var preset = {
|
|
|
6933
6985
|
"light": "{colorTextNotificationDefault}",
|
|
6934
6986
|
"dark": "{colorTextNotificationDefault}"
|
|
6935
6987
|
},
|
|
6988
|
+
"colorBackgroundCodeView": {
|
|
6989
|
+
"light": "#282c34",
|
|
6990
|
+
"dark": "#282c34"
|
|
6991
|
+
},
|
|
6936
6992
|
"colorPrimary50": "#f0fbff",
|
|
6937
6993
|
"colorPrimary100": "#d1f1ff",
|
|
6938
6994
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -7302,6 +7358,10 @@ export var preset = {
|
|
|
7302
7358
|
"light": "{colorPrimary50}",
|
|
7303
7359
|
"dark": "{colorPrimary1000}"
|
|
7304
7360
|
},
|
|
7361
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
7362
|
+
"light": "transparent",
|
|
7363
|
+
"dark": "transparent"
|
|
7364
|
+
},
|
|
7305
7365
|
"colorBackgroundLayoutMain": {
|
|
7306
7366
|
"light": "{colorWhite}",
|
|
7307
7367
|
"dark": "{colorNeutral850}"
|
|
@@ -7634,6 +7694,10 @@ export var preset = {
|
|
|
7634
7694
|
"light": "{colorPrimary600}",
|
|
7635
7695
|
"dark": "{colorPrimary400}"
|
|
7636
7696
|
},
|
|
7697
|
+
"colorTextSideNavigationItemActive": {
|
|
7698
|
+
"light": "{colorTextAccent}",
|
|
7699
|
+
"dark": "{colorTextAccent}"
|
|
7700
|
+
},
|
|
7637
7701
|
"colorBorderCalendarGrid": {
|
|
7638
7702
|
"light": "transparent",
|
|
7639
7703
|
"dark": "transparent"
|
|
@@ -8465,6 +8529,10 @@ export var preset = {
|
|
|
8465
8529
|
"colorTextBadgeRed": {
|
|
8466
8530
|
"light": "{colorTextNotificationDefault}",
|
|
8467
8531
|
"dark": "{colorTextNotificationDefault}"
|
|
8532
|
+
},
|
|
8533
|
+
"colorBackgroundCodeView": {
|
|
8534
|
+
"light": "#f8f8f8",
|
|
8535
|
+
"dark": "#282c34"
|
|
8468
8536
|
}
|
|
8469
8537
|
}
|
|
8470
8538
|
},
|
|
@@ -8700,6 +8768,10 @@ export var preset = {
|
|
|
8700
8768
|
"light": "{colorPrimary50}",
|
|
8701
8769
|
"dark": "{colorPrimary1000}"
|
|
8702
8770
|
},
|
|
8771
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
8772
|
+
"light": "transparent",
|
|
8773
|
+
"dark": "transparent"
|
|
8774
|
+
},
|
|
8703
8775
|
"colorBackgroundLayoutMain": {
|
|
8704
8776
|
"light": "{colorWhite}",
|
|
8705
8777
|
"dark": "{colorNeutral850}"
|
|
@@ -9032,6 +9104,10 @@ export var preset = {
|
|
|
9032
9104
|
"light": "{colorPrimary600}",
|
|
9033
9105
|
"dark": "{colorPrimary400}"
|
|
9034
9106
|
},
|
|
9107
|
+
"colorTextSideNavigationItemActive": {
|
|
9108
|
+
"light": "{colorTextAccent}",
|
|
9109
|
+
"dark": "{colorTextAccent}"
|
|
9110
|
+
},
|
|
9035
9111
|
"colorBorderCalendarGrid": {
|
|
9036
9112
|
"light": "transparent",
|
|
9037
9113
|
"dark": "transparent"
|
|
@@ -9863,6 +9939,10 @@ export var preset = {
|
|
|
9863
9939
|
"colorTextBadgeRed": {
|
|
9864
9940
|
"light": "{colorTextNotificationDefault}",
|
|
9865
9941
|
"dark": "{colorTextNotificationDefault}"
|
|
9942
|
+
},
|
|
9943
|
+
"colorBackgroundCodeView": {
|
|
9944
|
+
"light": "#f8f8f8",
|
|
9945
|
+
"dark": "#282c34"
|
|
9866
9946
|
}
|
|
9867
9947
|
}
|
|
9868
9948
|
},
|
|
@@ -10098,6 +10178,10 @@ export var preset = {
|
|
|
10098
10178
|
"light": "{colorPrimary50}",
|
|
10099
10179
|
"dark": "{colorPrimary1000}"
|
|
10100
10180
|
},
|
|
10181
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
10182
|
+
"light": "transparent",
|
|
10183
|
+
"dark": "transparent"
|
|
10184
|
+
},
|
|
10101
10185
|
"colorBackgroundLayoutMain": {
|
|
10102
10186
|
"light": "{colorWhite}",
|
|
10103
10187
|
"dark": "{colorNeutral850}"
|
|
@@ -10430,6 +10514,10 @@ export var preset = {
|
|
|
10430
10514
|
"light": "{colorPrimary600}",
|
|
10431
10515
|
"dark": "{colorPrimary400}"
|
|
10432
10516
|
},
|
|
10517
|
+
"colorTextSideNavigationItemActive": {
|
|
10518
|
+
"light": "{colorTextAccent}",
|
|
10519
|
+
"dark": "{colorTextAccent}"
|
|
10520
|
+
},
|
|
10433
10521
|
"colorBorderCalendarGrid": {
|
|
10434
10522
|
"light": "transparent",
|
|
10435
10523
|
"dark": "transparent"
|
|
@@ -11262,6 +11350,10 @@ export var preset = {
|
|
|
11262
11350
|
"light": "{colorTextNotificationDefault}",
|
|
11263
11351
|
"dark": "{colorTextNotificationDefault}"
|
|
11264
11352
|
},
|
|
11353
|
+
"colorBackgroundCodeView": {
|
|
11354
|
+
"light": "#f8f8f8",
|
|
11355
|
+
"dark": "#282c34"
|
|
11356
|
+
},
|
|
11265
11357
|
"fontSizeExpandableHeading": "14px",
|
|
11266
11358
|
"borderDividerSectionWidth": "1px"
|
|
11267
11359
|
}
|
|
@@ -11498,6 +11590,10 @@ export var preset = {
|
|
|
11498
11590
|
"light": "{colorPrimary1000}",
|
|
11499
11591
|
"dark": "{colorPrimary1000}"
|
|
11500
11592
|
},
|
|
11593
|
+
"colorBackgroundSideNavigationItemActive": {
|
|
11594
|
+
"light": "transparent",
|
|
11595
|
+
"dark": "transparent"
|
|
11596
|
+
},
|
|
11501
11597
|
"colorBackgroundLayoutMain": {
|
|
11502
11598
|
"light": "{colorNeutral850}",
|
|
11503
11599
|
"dark": "{colorNeutral850}"
|
|
@@ -11830,6 +11926,10 @@ export var preset = {
|
|
|
11830
11926
|
"light": "{colorPrimary400}",
|
|
11831
11927
|
"dark": "{colorPrimary400}"
|
|
11832
11928
|
},
|
|
11929
|
+
"colorTextSideNavigationItemActive": {
|
|
11930
|
+
"light": "{colorTextAccent}",
|
|
11931
|
+
"dark": "{colorTextAccent}"
|
|
11932
|
+
},
|
|
11833
11933
|
"colorBorderCalendarGrid": {
|
|
11834
11934
|
"light": "transparent",
|
|
11835
11935
|
"dark": "transparent"
|
|
@@ -12661,6 +12761,10 @@ export var preset = {
|
|
|
12661
12761
|
"colorTextBadgeRed": {
|
|
12662
12762
|
"light": "{colorTextNotificationDefault}",
|
|
12663
12763
|
"dark": "{colorTextNotificationDefault}"
|
|
12764
|
+
},
|
|
12765
|
+
"colorBackgroundCodeView": {
|
|
12766
|
+
"light": "#282c34",
|
|
12767
|
+
"dark": "#282c34"
|
|
12664
12768
|
}
|
|
12665
12769
|
}
|
|
12666
12770
|
},
|
|
@@ -13014,6 +13118,7 @@ export var preset = {
|
|
|
13014
13118
|
"colorBackgroundInputDefault": "color",
|
|
13015
13119
|
"colorBackgroundInputDisabled": "color",
|
|
13016
13120
|
"colorBackgroundItemSelected": "color",
|
|
13121
|
+
"colorBackgroundSideNavigationItemActive": "color",
|
|
13017
13122
|
"colorBackgroundLayoutMain": "color",
|
|
13018
13123
|
"colorBackgroundDrawer": "color",
|
|
13019
13124
|
"colorBackgroundDrawerBackdrop": "color",
|
|
@@ -13097,6 +13202,7 @@ export var preset = {
|
|
|
13097
13202
|
"colorBorderButtonPrimaryHover": "color",
|
|
13098
13203
|
"colorTextButtonPrimaryDisabled": "color",
|
|
13099
13204
|
"colorItemSelected": "color",
|
|
13205
|
+
"colorTextSideNavigationItemActive": "color",
|
|
13100
13206
|
"colorBorderCalendarGrid": "color",
|
|
13101
13207
|
"colorBorderCalendarGridSelectedFocusRing": "color",
|
|
13102
13208
|
"colorBorderCellShaded": "color",
|
|
@@ -13305,6 +13411,7 @@ export var preset = {
|
|
|
13305
13411
|
"colorTextBadgeGreen": "color",
|
|
13306
13412
|
"colorTextBadgeBlue": "color",
|
|
13307
13413
|
"colorTextBadgeRed": "color",
|
|
13414
|
+
"colorBackgroundCodeView": "color",
|
|
13308
13415
|
"motionDurationExtraFast": "motion",
|
|
13309
13416
|
"motionDurationExtraSlow": "motion",
|
|
13310
13417
|
"motionDurationFast": "motion",
|
|
@@ -13355,6 +13462,7 @@ export var preset = {
|
|
|
13355
13462
|
"sizeTableSelectionHorizontal": "density",
|
|
13356
13463
|
"sizeVerticalInput": "density",
|
|
13357
13464
|
"sizeVerticalPanelIconOffset": "density",
|
|
13465
|
+
"sizeSideNavigationItemHeight": "density",
|
|
13358
13466
|
"spaceAlertActionLeft": "density",
|
|
13359
13467
|
"spaceAlertHorizontal": "density",
|
|
13360
13468
|
"spaceAlertMessageRight": "density",
|
|
@@ -13425,6 +13533,8 @@ export var preset = {
|
|
|
13425
13533
|
"spaceTableHeaderToolsFullPageBottom": "density",
|
|
13426
13534
|
"spaceTableHorizontal": "density",
|
|
13427
13535
|
"spaceTreeViewIndentation": "density",
|
|
13536
|
+
"spaceSideNavigationItemGap": "density",
|
|
13537
|
+
"spaceSideNavigationItemCollapsedGap": "density",
|
|
13428
13538
|
"spaceTileGutter": "density",
|
|
13429
13539
|
"spaceActionCardHorizontalDefault": "density",
|
|
13430
13540
|
"spaceActionCardHorizontalEmbedded": "density",
|
|
@@ -13825,6 +13935,7 @@ export var preset = {
|
|
|
13825
13935
|
"colorBackgroundInputDefault",
|
|
13826
13936
|
"colorBackgroundInputDisabled",
|
|
13827
13937
|
"colorBackgroundItemSelected",
|
|
13938
|
+
"colorBackgroundSideNavigationItemActive",
|
|
13828
13939
|
"colorBackgroundLayoutMain",
|
|
13829
13940
|
"colorBackgroundLayoutPanel",
|
|
13830
13941
|
"colorBackgroundLayoutToolbar",
|
|
@@ -13885,6 +13996,7 @@ export var preset = {
|
|
|
13885
13996
|
"colorBorderButtonPrimaryHover",
|
|
13886
13997
|
"colorTextButtonPrimaryDisabled",
|
|
13887
13998
|
"colorItemSelected",
|
|
13999
|
+
"colorTextSideNavigationItemActive",
|
|
13888
14000
|
"colorBorderCard",
|
|
13889
14001
|
"colorBorderContainerTop",
|
|
13890
14002
|
"colorBorderControlDefault",
|
|
@@ -14011,6 +14123,7 @@ export var preset = {
|
|
|
14011
14123
|
"colorTextBadgeGreen",
|
|
14012
14124
|
"colorTextBadgeBlue",
|
|
14013
14125
|
"colorTextBadgeRed",
|
|
14126
|
+
"colorBackgroundCodeView",
|
|
14014
14127
|
"fontDecorationStyleLink",
|
|
14015
14128
|
"fontDecorationThicknessLink",
|
|
14016
14129
|
"fontDecorationThicknessLinkDisplayL",
|
|
@@ -14113,6 +14226,7 @@ export var preset = {
|
|
|
14113
14226
|
"borderWidthPopover",
|
|
14114
14227
|
"borderWidthToken",
|
|
14115
14228
|
"sizeVerticalInput",
|
|
14229
|
+
"sizeSideNavigationItemHeight",
|
|
14116
14230
|
"spaceAlertVertical",
|
|
14117
14231
|
"spaceButtonHorizontal",
|
|
14118
14232
|
"spaceButtonVertical",
|
|
@@ -14123,6 +14237,7 @@ export var preset = {
|
|
|
14123
14237
|
"spaceCardVerticalDefault",
|
|
14124
14238
|
"spaceCardVerticalEmbedded",
|
|
14125
14239
|
"spaceTabsVertical",
|
|
14240
|
+
"spaceSideNavigationItemGap",
|
|
14126
14241
|
"spaceActionCardHorizontalDefault",
|
|
14127
14242
|
"spaceActionCardHorizontalEmbedded",
|
|
14128
14243
|
"spaceActionCardVerticalDefault",
|
|
@@ -14337,6 +14452,7 @@ export var preset = {
|
|
|
14337
14452
|
"colorBackgroundInputDefault",
|
|
14338
14453
|
"colorBackgroundInputDisabled",
|
|
14339
14454
|
"colorBackgroundItemSelected",
|
|
14455
|
+
"colorBackgroundSideNavigationItemActive",
|
|
14340
14456
|
"colorBackgroundLayoutMain",
|
|
14341
14457
|
"colorBackgroundLayoutPanel",
|
|
14342
14458
|
"colorBackgroundLayoutToolbar",
|
|
@@ -14396,6 +14512,7 @@ export var preset = {
|
|
|
14396
14512
|
"colorBorderButtonPrimaryHover",
|
|
14397
14513
|
"colorTextButtonPrimaryDisabled",
|
|
14398
14514
|
"colorItemSelected",
|
|
14515
|
+
"colorTextSideNavigationItemActive",
|
|
14399
14516
|
"colorBorderCard",
|
|
14400
14517
|
"colorBorderContainerTop",
|
|
14401
14518
|
"colorBorderControlDefault",
|
|
@@ -14518,6 +14635,7 @@ export var preset = {
|
|
|
14518
14635
|
"colorTextBadgeGreen",
|
|
14519
14636
|
"colorTextBadgeBlue",
|
|
14520
14637
|
"colorTextBadgeRed",
|
|
14638
|
+
"colorBackgroundCodeView",
|
|
14521
14639
|
"fontFamilyBase",
|
|
14522
14640
|
"fontFamilyDisplay",
|
|
14523
14641
|
"fontFamilyHeading",
|
|
@@ -14622,6 +14740,7 @@ export var preset = {
|
|
|
14622
14740
|
"motionKeyframesStatusIconError",
|
|
14623
14741
|
"motionKeyframesScalePopup",
|
|
14624
14742
|
"sizeVerticalInput",
|
|
14743
|
+
"sizeSideNavigationItemHeight",
|
|
14625
14744
|
"spaceAlertVertical",
|
|
14626
14745
|
"spaceButtonHorizontal",
|
|
14627
14746
|
"spaceButtonVertical",
|
|
@@ -14635,6 +14754,7 @@ export var preset = {
|
|
|
14635
14754
|
"spaceFieldHorizontal",
|
|
14636
14755
|
"spaceTabsVertical",
|
|
14637
14756
|
"spaceTreeViewIndentation",
|
|
14757
|
+
"spaceSideNavigationItemGap",
|
|
14638
14758
|
"spaceActionCardHorizontalDefault",
|
|
14639
14759
|
"spaceActionCardHorizontalEmbedded",
|
|
14640
14760
|
"spaceActionCardVerticalDefault",
|
|
@@ -15001,6 +15121,7 @@ export var preset = {
|
|
|
15001
15121
|
"colorBackgroundInputDefault": "color-background-input-default",
|
|
15002
15122
|
"colorBackgroundInputDisabled": "color-background-input-disabled",
|
|
15003
15123
|
"colorBackgroundItemSelected": "color-background-item-selected",
|
|
15124
|
+
"colorBackgroundSideNavigationItemActive": "color-background-side-navigation-item-active",
|
|
15004
15125
|
"colorBackgroundLayoutMain": "color-background-layout-main",
|
|
15005
15126
|
"colorBackgroundDrawer": "color-background-drawer",
|
|
15006
15127
|
"colorBackgroundDrawerBackdrop": "color-background-drawer-backdrop",
|
|
@@ -15084,6 +15205,7 @@ export var preset = {
|
|
|
15084
15205
|
"colorBorderButtonPrimaryHover": "color-border-button-primary-hover",
|
|
15085
15206
|
"colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
|
|
15086
15207
|
"colorItemSelected": "color-item-selected",
|
|
15208
|
+
"colorTextSideNavigationItemActive": "color-text-side-navigation-item-active",
|
|
15087
15209
|
"colorBorderCalendarGrid": "color-border-calendar-grid",
|
|
15088
15210
|
"colorBorderCalendarGridSelectedFocusRing": "color-border-calendar-grid-selected-focus-ring",
|
|
15089
15211
|
"colorBorderCellShaded": "color-border-cell-shaded",
|
|
@@ -15292,6 +15414,7 @@ export var preset = {
|
|
|
15292
15414
|
"colorTextBadgeGreen": "color-text-badge-green",
|
|
15293
15415
|
"colorTextBadgeBlue": "color-text-badge-blue",
|
|
15294
15416
|
"colorTextBadgeRed": "color-text-badge-red",
|
|
15417
|
+
"colorBackgroundCodeView": "color-background-code-view",
|
|
15295
15418
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
15296
15419
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
15297
15420
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
@@ -15483,6 +15606,7 @@ export var preset = {
|
|
|
15483
15606
|
"sizeTableSelectionHorizontal": "size-table-selection-horizontal",
|
|
15484
15607
|
"sizeVerticalInput": "size-vertical-input",
|
|
15485
15608
|
"sizeVerticalPanelIconOffset": "size-vertical-panel-icon-offset",
|
|
15609
|
+
"sizeSideNavigationItemHeight": "size-side-navigation-item-height",
|
|
15486
15610
|
"spaceAlertActionLeft": "space-alert-action-left",
|
|
15487
15611
|
"spaceAlertHorizontal": "space-alert-horizontal",
|
|
15488
15612
|
"spaceAlertMessageRight": "space-alert-message-right",
|
|
@@ -15553,6 +15677,8 @@ export var preset = {
|
|
|
15553
15677
|
"spaceTableHeaderToolsFullPageBottom": "space-table-header-tools-full-page-bottom",
|
|
15554
15678
|
"spaceTableHorizontal": "space-table-horizontal",
|
|
15555
15679
|
"spaceTreeViewIndentation": "space-tree-view-indentation",
|
|
15680
|
+
"spaceSideNavigationItemGap": "space-side-navigation-item-gap",
|
|
15681
|
+
"spaceSideNavigationItemCollapsedGap": "space-side-navigation-item-collapsed-gap",
|
|
15556
15682
|
"spaceTileGutter": "space-tile-gutter",
|
|
15557
15683
|
"spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
|
|
15558
15684
|
"spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
|
|
@@ -15960,6 +16086,7 @@ export var preset = {
|
|
|
15960
16086
|
"colorBackgroundInputDefault": "--color-background-input-default-ifz5bb",
|
|
15961
16087
|
"colorBackgroundInputDisabled": "--color-background-input-disabled-dihaja",
|
|
15962
16088
|
"colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
|
|
16089
|
+
"colorBackgroundSideNavigationItemActive": "--color-background-side-navigation-item-active-adfprg",
|
|
15963
16090
|
"colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
|
|
15964
16091
|
"colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
|
|
15965
16092
|
"colorBackgroundDrawerBackdrop": "--color-background-drawer-backdrop-ducxi3",
|
|
@@ -16043,6 +16170,7 @@ export var preset = {
|
|
|
16043
16170
|
"colorBorderButtonPrimaryHover": "--color-border-button-primary-hover-rktx0f",
|
|
16044
16171
|
"colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
|
|
16045
16172
|
"colorItemSelected": "--color-item-selected-72rnwy",
|
|
16173
|
+
"colorTextSideNavigationItemActive": "--color-text-side-navigation-item-active-w3c4dj",
|
|
16046
16174
|
"colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
|
|
16047
16175
|
"colorBorderCalendarGridSelectedFocusRing": "--color-border-calendar-grid-selected-focus-ring-jk1fb0",
|
|
16048
16176
|
"colorBorderCellShaded": "--color-border-cell-shaded-0ipazf",
|
|
@@ -16251,6 +16379,7 @@ export var preset = {
|
|
|
16251
16379
|
"colorTextBadgeGreen": "--color-text-badge-green-xkzw5d",
|
|
16252
16380
|
"colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
|
|
16253
16381
|
"colorTextBadgeRed": "--color-text-badge-red-60jprp",
|
|
16382
|
+
"colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
|
|
16254
16383
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
16255
16384
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
16256
16385
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -16442,6 +16571,7 @@ export var preset = {
|
|
|
16442
16571
|
"sizeTableSelectionHorizontal": "--size-table-selection-horizontal-qqiajd",
|
|
16443
16572
|
"sizeVerticalInput": "--size-vertical-input-p1d7xx",
|
|
16444
16573
|
"sizeVerticalPanelIconOffset": "--size-vertical-panel-icon-offset-z959cw",
|
|
16574
|
+
"sizeSideNavigationItemHeight": "--size-side-navigation-item-height-lokap3",
|
|
16445
16575
|
"spaceAlertActionLeft": "--space-alert-action-left-4s8zo5",
|
|
16446
16576
|
"spaceAlertHorizontal": "--space-alert-horizontal-ul364s",
|
|
16447
16577
|
"spaceAlertMessageRight": "--space-alert-message-right-mrjbnn",
|
|
@@ -16512,6 +16642,8 @@ export var preset = {
|
|
|
16512
16642
|
"spaceTableHeaderToolsFullPageBottom": "--space-table-header-tools-full-page-bottom-9m47g6",
|
|
16513
16643
|
"spaceTableHorizontal": "--space-table-horizontal-suurzj",
|
|
16514
16644
|
"spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
|
|
16645
|
+
"spaceSideNavigationItemGap": "--space-side-navigation-item-gap-5vlwdw",
|
|
16646
|
+
"spaceSideNavigationItemCollapsedGap": "--space-side-navigation-item-collapsed-gap-d9lti2",
|
|
16515
16647
|
"spaceTileGutter": "--space-tile-gutter-bi2bdv",
|
|
16516
16648
|
"spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
|
|
16517
16649
|
"spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",
|