@cloudscape-design/components 3.0.1306 → 3.0.1308
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/drawer/global-ai-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js +4 -2
- package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.js +4 -2
- package/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js +3 -2
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js +2 -2
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/interfaces.d.ts +1 -0
- package/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/state/use-app-layout.js +12 -1
- package/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/badge/styles.css.js +10 -10
- package/badge/styles.scoped.css +29 -16
- package/badge/styles.selectors.js +10 -10
- package/expandable-section/styles.css.js +35 -35
- package/expandable-section/styles.scoped.css +68 -68
- package/expandable-section/styles.selectors.js +35 -35
- package/file-token-group/file-token.js +1 -1
- package/file-token-group/file-token.js.map +1 -1
- package/icon/interfaces.d.ts +1 -1
- package/icon/interfaces.d.ts.map +1 -1
- package/icon/interfaces.js.map +1 -1
- package/icon/internal.js +2 -2
- package/icon/internal.js.map +1 -1
- package/icon/styles.css.js +41 -39
- package/icon/styles.scoped.css +104 -85
- package/icon/styles.selectors.js +41 -39
- package/internal/base-component/styles.scoped.css +35 -3
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +23 -1
- package/internal/generated/styles/tokens.js +23 -1
- package/internal/generated/theming/index.cjs +476 -4
- package/internal/generated/theming/index.cjs.d.ts +216 -0
- package/internal/generated/theming/index.d.ts +216 -0
- package/internal/generated/theming/index.js +476 -4
- package/internal/hooks/use-width-change/index.d.ts +12 -0
- package/internal/hooks/use-width-change/index.d.ts.map +1 -0
- package/internal/hooks/use-width-change/index.js +33 -0
- package/internal/hooks/use-width-change/index.js.map +1 -0
- package/internal/manifest.json +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
- package/prompt-input/internal.d.ts.map +1 -1
- package/prompt-input/internal.js +9 -2
- package/prompt-input/internal.js.map +1 -1
- package/prompt-input/tokens/use-token-mode.d.ts.map +1 -1
- package/prompt-input/tokens/use-token-mode.js +0 -9
- package/prompt-input/tokens/use-token-mode.js.map +1 -1
- package/test-utils/dom/code-editor/index.d.ts +1 -1
- package/test-utils/dom/code-editor/index.js +1 -1
- package/wizard/wizard-step-list.js +4 -4
- package/wizard/wizard-step-list.js.map +1 -1
|
@@ -1123,6 +1123,46 @@ module.exports.preset = {
|
|
|
1123
1123
|
"light": "{colorNeutral100}",
|
|
1124
1124
|
"dark": "{colorNeutral100}"
|
|
1125
1125
|
},
|
|
1126
|
+
"colorBorderBadgeSeverityCritical": {
|
|
1127
|
+
"light": "transparent",
|
|
1128
|
+
"dark": "transparent"
|
|
1129
|
+
},
|
|
1130
|
+
"colorBorderBadgeSeverityHigh": {
|
|
1131
|
+
"light": "transparent",
|
|
1132
|
+
"dark": "transparent"
|
|
1133
|
+
},
|
|
1134
|
+
"colorBorderBadgeSeverityMedium": {
|
|
1135
|
+
"light": "transparent",
|
|
1136
|
+
"dark": "transparent"
|
|
1137
|
+
},
|
|
1138
|
+
"colorBorderBadgeSeverityLow": {
|
|
1139
|
+
"light": "transparent",
|
|
1140
|
+
"dark": "transparent"
|
|
1141
|
+
},
|
|
1142
|
+
"colorBorderBadgeSeverityNeutral": {
|
|
1143
|
+
"light": "transparent",
|
|
1144
|
+
"dark": "transparent"
|
|
1145
|
+
},
|
|
1146
|
+
"colorTextBadgeSeverityCritical": {
|
|
1147
|
+
"light": "{colorTextNotificationSeverityCritical}",
|
|
1148
|
+
"dark": "{colorTextNotificationSeverityCritical}"
|
|
1149
|
+
},
|
|
1150
|
+
"colorTextBadgeSeverityHigh": {
|
|
1151
|
+
"light": "{colorTextNotificationSeverityHigh}",
|
|
1152
|
+
"dark": "{colorTextNotificationSeverityHigh}"
|
|
1153
|
+
},
|
|
1154
|
+
"colorTextBadgeSeverityMedium": {
|
|
1155
|
+
"light": "{colorTextNotificationSeverityMedium}",
|
|
1156
|
+
"dark": "{colorTextNotificationSeverityMedium}"
|
|
1157
|
+
},
|
|
1158
|
+
"colorTextBadgeSeverityLow": {
|
|
1159
|
+
"light": "{colorTextNotificationSeverityLow}",
|
|
1160
|
+
"dark": "{colorTextNotificationSeverityLow}"
|
|
1161
|
+
},
|
|
1162
|
+
"colorTextBadgeSeverityNeutral": {
|
|
1163
|
+
"light": "{colorTextNotificationSeverityNeutral}",
|
|
1164
|
+
"dark": "{colorTextNotificationSeverityNeutral}"
|
|
1165
|
+
},
|
|
1126
1166
|
"colorGreyOpaque10": {
|
|
1127
1167
|
"light": "rgba(0, 0, 0, 0.1)",
|
|
1128
1168
|
"dark": "rgba(0, 0, 0, 0.1)"
|
|
@@ -2115,6 +2155,10 @@ module.exports.preset = {
|
|
|
2115
2155
|
"light": "{colorTextInteractiveDefault}",
|
|
2116
2156
|
"dark": "{colorTextInteractiveDefault}"
|
|
2117
2157
|
},
|
|
2158
|
+
"colorBorderExpandableSectionDefault": {
|
|
2159
|
+
"light": "{colorBorderDividerDefault}",
|
|
2160
|
+
"dark": "{colorBorderDividerDefault}"
|
|
2161
|
+
},
|
|
2118
2162
|
"colorTextFormDefault": {
|
|
2119
2163
|
"light": "{colorNeutral950}",
|
|
2120
2164
|
"dark": "{colorNeutral300}"
|
|
@@ -2447,6 +2491,42 @@ module.exports.preset = {
|
|
|
2447
2491
|
"light": "{colorNeutral150}",
|
|
2448
2492
|
"dark": "{colorNeutral700}"
|
|
2449
2493
|
},
|
|
2494
|
+
"colorBorderBadge": {
|
|
2495
|
+
"light": "transparent",
|
|
2496
|
+
"dark": "transparent"
|
|
2497
|
+
},
|
|
2498
|
+
"colorBorderBadgeGrey": {
|
|
2499
|
+
"light": "transparent",
|
|
2500
|
+
"dark": "transparent"
|
|
2501
|
+
},
|
|
2502
|
+
"colorBorderBadgeGreen": {
|
|
2503
|
+
"light": "transparent",
|
|
2504
|
+
"dark": "transparent"
|
|
2505
|
+
},
|
|
2506
|
+
"colorBorderBadgeBlue": {
|
|
2507
|
+
"light": "transparent",
|
|
2508
|
+
"dark": "transparent"
|
|
2509
|
+
},
|
|
2510
|
+
"colorBorderBadgeRed": {
|
|
2511
|
+
"light": "transparent",
|
|
2512
|
+
"dark": "transparent"
|
|
2513
|
+
},
|
|
2514
|
+
"colorTextBadgeGrey": {
|
|
2515
|
+
"light": "{colorTextNotificationDefault}",
|
|
2516
|
+
"dark": "{colorTextNotificationDefault}"
|
|
2517
|
+
},
|
|
2518
|
+
"colorTextBadgeGreen": {
|
|
2519
|
+
"light": "{colorTextNotificationDefault}",
|
|
2520
|
+
"dark": "{colorTextNotificationDefault}"
|
|
2521
|
+
},
|
|
2522
|
+
"colorTextBadgeBlue": {
|
|
2523
|
+
"light": "{colorTextNotificationDefault}",
|
|
2524
|
+
"dark": "{colorTextNotificationDefault}"
|
|
2525
|
+
},
|
|
2526
|
+
"colorTextBadgeRed": {
|
|
2527
|
+
"light": "{colorTextNotificationDefault}",
|
|
2528
|
+
"dark": "{colorTextNotificationDefault}"
|
|
2529
|
+
},
|
|
2450
2530
|
"fontBoxValueLargeWeight": "700",
|
|
2451
2531
|
"fontButtonLetterSpacing": "0.005em",
|
|
2452
2532
|
"fontChartDetailSize": "{fontSizeBodyS}",
|
|
@@ -2454,7 +2534,7 @@ module.exports.preset = {
|
|
|
2454
2534
|
"fontDecorationThicknessLink": "1px",
|
|
2455
2535
|
"fontDecorationThicknessLinkDisplayL": "2px",
|
|
2456
2536
|
"fontDisplayLabelWeight": "700",
|
|
2457
|
-
"
|
|
2537
|
+
"fontSizeExpandableHeading": "{fontSizeHeadingS}",
|
|
2458
2538
|
"fontFamilyBase": "'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif",
|
|
2459
2539
|
"fontFamilyDisplay": "{fontFamilyBase}",
|
|
2460
2540
|
"fontFamilyHeading": "{fontFamilyBase}",
|
|
@@ -2580,9 +2660,11 @@ module.exports.preset = {
|
|
|
2580
2660
|
"borderWidthIconMedium": "2px",
|
|
2581
2661
|
"borderWidthIconNormal": "2px",
|
|
2582
2662
|
"borderWidthIconSmall": "2px",
|
|
2663
|
+
"borderWidthIconXSmall": "1.5px",
|
|
2583
2664
|
"borderWidthItemCard": "{borderWidthCard}",
|
|
2584
2665
|
"borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
|
|
2585
2666
|
"borderWidthItemSelected": "2px",
|
|
2667
|
+
"borderWidthBadge": "0px",
|
|
2586
2668
|
"borderWidthPopover": "2px",
|
|
2587
2669
|
"borderWidthToken": "2px",
|
|
2588
2670
|
"motionDurationExtraFast": {
|
|
@@ -4817,6 +4899,10 @@ module.exports.preset = {
|
|
|
4817
4899
|
"light": "{colorTextInteractiveDefault}",
|
|
4818
4900
|
"dark": "{colorTextInteractiveDefault}"
|
|
4819
4901
|
},
|
|
4902
|
+
"colorBorderExpandableSectionDefault": {
|
|
4903
|
+
"light": "{colorBorderDividerDefault}",
|
|
4904
|
+
"dark": "{colorBorderDividerDefault}"
|
|
4905
|
+
},
|
|
4820
4906
|
"colorTextFormDefault": {
|
|
4821
4907
|
"light": "{colorNeutral300}",
|
|
4822
4908
|
"dark": "{colorNeutral300}"
|
|
@@ -5149,6 +5235,42 @@ module.exports.preset = {
|
|
|
5149
5235
|
"light": "{colorNeutral700}",
|
|
5150
5236
|
"dark": "{colorNeutral700}"
|
|
5151
5237
|
},
|
|
5238
|
+
"colorBorderBadge": {
|
|
5239
|
+
"light": "transparent",
|
|
5240
|
+
"dark": "transparent"
|
|
5241
|
+
},
|
|
5242
|
+
"colorBorderBadgeGrey": {
|
|
5243
|
+
"light": "transparent",
|
|
5244
|
+
"dark": "transparent"
|
|
5245
|
+
},
|
|
5246
|
+
"colorBorderBadgeGreen": {
|
|
5247
|
+
"light": "transparent",
|
|
5248
|
+
"dark": "transparent"
|
|
5249
|
+
},
|
|
5250
|
+
"colorBorderBadgeBlue": {
|
|
5251
|
+
"light": "transparent",
|
|
5252
|
+
"dark": "transparent"
|
|
5253
|
+
},
|
|
5254
|
+
"colorBorderBadgeRed": {
|
|
5255
|
+
"light": "transparent",
|
|
5256
|
+
"dark": "transparent"
|
|
5257
|
+
},
|
|
5258
|
+
"colorTextBadgeGrey": {
|
|
5259
|
+
"light": "{colorTextNotificationDefault}",
|
|
5260
|
+
"dark": "{colorTextNotificationDefault}"
|
|
5261
|
+
},
|
|
5262
|
+
"colorTextBadgeGreen": {
|
|
5263
|
+
"light": "{colorTextNotificationDefault}",
|
|
5264
|
+
"dark": "{colorTextNotificationDefault}"
|
|
5265
|
+
},
|
|
5266
|
+
"colorTextBadgeBlue": {
|
|
5267
|
+
"light": "{colorTextNotificationDefault}",
|
|
5268
|
+
"dark": "{colorTextNotificationDefault}"
|
|
5269
|
+
},
|
|
5270
|
+
"colorTextBadgeRed": {
|
|
5271
|
+
"light": "{colorTextNotificationDefault}",
|
|
5272
|
+
"dark": "{colorTextNotificationDefault}"
|
|
5273
|
+
},
|
|
5152
5274
|
"colorPrimary50": "#f0fbff",
|
|
5153
5275
|
"colorPrimary100": "#d1f1ff",
|
|
5154
5276
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -5262,6 +5384,26 @@ module.exports.preset = {
|
|
|
5262
5384
|
"colorTextNotificationSeverityNeutral": {
|
|
5263
5385
|
"light": "{colorNeutral100}",
|
|
5264
5386
|
"dark": "{colorNeutral100}"
|
|
5387
|
+
},
|
|
5388
|
+
"colorTextBadgeSeverityCritical": {
|
|
5389
|
+
"light": "{colorTextNotificationSeverityCritical}",
|
|
5390
|
+
"dark": "{colorTextNotificationSeverityCritical}"
|
|
5391
|
+
},
|
|
5392
|
+
"colorTextBadgeSeverityHigh": {
|
|
5393
|
+
"light": "{colorTextNotificationSeverityHigh}",
|
|
5394
|
+
"dark": "{colorTextNotificationSeverityHigh}"
|
|
5395
|
+
},
|
|
5396
|
+
"colorTextBadgeSeverityMedium": {
|
|
5397
|
+
"light": "{colorTextNotificationSeverityMedium}",
|
|
5398
|
+
"dark": "{colorTextNotificationSeverityMedium}"
|
|
5399
|
+
},
|
|
5400
|
+
"colorTextBadgeSeverityLow": {
|
|
5401
|
+
"light": "{colorTextNotificationSeverityLow}",
|
|
5402
|
+
"dark": "{colorTextNotificationSeverityLow}"
|
|
5403
|
+
},
|
|
5404
|
+
"colorTextBadgeSeverityNeutral": {
|
|
5405
|
+
"light": "{colorTextNotificationSeverityNeutral}",
|
|
5406
|
+
"dark": "{colorTextNotificationSeverityNeutral}"
|
|
5265
5407
|
}
|
|
5266
5408
|
},
|
|
5267
5409
|
"defaultMode": "dark"
|
|
@@ -6334,6 +6476,10 @@ module.exports.preset = {
|
|
|
6334
6476
|
"light": "{colorTextInteractiveDefault}",
|
|
6335
6477
|
"dark": "{colorTextInteractiveDefault}"
|
|
6336
6478
|
},
|
|
6479
|
+
"colorBorderExpandableSectionDefault": {
|
|
6480
|
+
"light": "{colorBorderDividerDefault}",
|
|
6481
|
+
"dark": "{colorBorderDividerDefault}"
|
|
6482
|
+
},
|
|
6337
6483
|
"colorTextFormDefault": {
|
|
6338
6484
|
"light": "{colorNeutral300}",
|
|
6339
6485
|
"dark": "{colorNeutral300}"
|
|
@@ -6666,6 +6812,42 @@ module.exports.preset = {
|
|
|
6666
6812
|
"light": "{colorNeutral700}",
|
|
6667
6813
|
"dark": "{colorNeutral700}"
|
|
6668
6814
|
},
|
|
6815
|
+
"colorBorderBadge": {
|
|
6816
|
+
"light": "transparent",
|
|
6817
|
+
"dark": "transparent"
|
|
6818
|
+
},
|
|
6819
|
+
"colorBorderBadgeGrey": {
|
|
6820
|
+
"light": "transparent",
|
|
6821
|
+
"dark": "transparent"
|
|
6822
|
+
},
|
|
6823
|
+
"colorBorderBadgeGreen": {
|
|
6824
|
+
"light": "transparent",
|
|
6825
|
+
"dark": "transparent"
|
|
6826
|
+
},
|
|
6827
|
+
"colorBorderBadgeBlue": {
|
|
6828
|
+
"light": "transparent",
|
|
6829
|
+
"dark": "transparent"
|
|
6830
|
+
},
|
|
6831
|
+
"colorBorderBadgeRed": {
|
|
6832
|
+
"light": "transparent",
|
|
6833
|
+
"dark": "transparent"
|
|
6834
|
+
},
|
|
6835
|
+
"colorTextBadgeGrey": {
|
|
6836
|
+
"light": "{colorTextNotificationDefault}",
|
|
6837
|
+
"dark": "{colorTextNotificationDefault}"
|
|
6838
|
+
},
|
|
6839
|
+
"colorTextBadgeGreen": {
|
|
6840
|
+
"light": "{colorTextNotificationDefault}",
|
|
6841
|
+
"dark": "{colorTextNotificationDefault}"
|
|
6842
|
+
},
|
|
6843
|
+
"colorTextBadgeBlue": {
|
|
6844
|
+
"light": "{colorTextNotificationDefault}",
|
|
6845
|
+
"dark": "{colorTextNotificationDefault}"
|
|
6846
|
+
},
|
|
6847
|
+
"colorTextBadgeRed": {
|
|
6848
|
+
"light": "{colorTextNotificationDefault}",
|
|
6849
|
+
"dark": "{colorTextNotificationDefault}"
|
|
6850
|
+
},
|
|
6669
6851
|
"colorPrimary50": "#f0fbff",
|
|
6670
6852
|
"colorPrimary100": "#d1f1ff",
|
|
6671
6853
|
"colorPrimary200": "#b8e7ff",
|
|
@@ -6779,6 +6961,26 @@ module.exports.preset = {
|
|
|
6779
6961
|
"colorTextNotificationSeverityNeutral": {
|
|
6780
6962
|
"light": "{colorNeutral100}",
|
|
6781
6963
|
"dark": "{colorNeutral100}"
|
|
6964
|
+
},
|
|
6965
|
+
"colorTextBadgeSeverityCritical": {
|
|
6966
|
+
"light": "{colorTextNotificationSeverityCritical}",
|
|
6967
|
+
"dark": "{colorTextNotificationSeverityCritical}"
|
|
6968
|
+
},
|
|
6969
|
+
"colorTextBadgeSeverityHigh": {
|
|
6970
|
+
"light": "{colorTextNotificationSeverityHigh}",
|
|
6971
|
+
"dark": "{colorTextNotificationSeverityHigh}"
|
|
6972
|
+
},
|
|
6973
|
+
"colorTextBadgeSeverityMedium": {
|
|
6974
|
+
"light": "{colorTextNotificationSeverityMedium}",
|
|
6975
|
+
"dark": "{colorTextNotificationSeverityMedium}"
|
|
6976
|
+
},
|
|
6977
|
+
"colorTextBadgeSeverityLow": {
|
|
6978
|
+
"light": "{colorTextNotificationSeverityLow}",
|
|
6979
|
+
"dark": "{colorTextNotificationSeverityLow}"
|
|
6980
|
+
},
|
|
6981
|
+
"colorTextBadgeSeverityNeutral": {
|
|
6982
|
+
"light": "{colorTextNotificationSeverityNeutral}",
|
|
6983
|
+
"dark": "{colorTextNotificationSeverityNeutral}"
|
|
6782
6984
|
}
|
|
6783
6985
|
},
|
|
6784
6986
|
"defaultMode": "dark"
|
|
@@ -7779,6 +7981,10 @@ module.exports.preset = {
|
|
|
7779
7981
|
"light": "{colorTextInteractiveDefault}",
|
|
7780
7982
|
"dark": "{colorTextInteractiveDefault}"
|
|
7781
7983
|
},
|
|
7984
|
+
"colorBorderExpandableSectionDefault": {
|
|
7985
|
+
"light": "{colorBorderDividerDefault}",
|
|
7986
|
+
"dark": "{colorBorderDividerDefault}"
|
|
7987
|
+
},
|
|
7782
7988
|
"colorTextFormDefault": {
|
|
7783
7989
|
"light": "{colorNeutral950}",
|
|
7784
7990
|
"dark": "{colorNeutral300}"
|
|
@@ -8110,6 +8316,42 @@ module.exports.preset = {
|
|
|
8110
8316
|
"colorBackgroundSkeletonWave": {
|
|
8111
8317
|
"light": "{colorNeutral150}",
|
|
8112
8318
|
"dark": "{colorNeutral700}"
|
|
8319
|
+
},
|
|
8320
|
+
"colorBorderBadge": {
|
|
8321
|
+
"light": "transparent",
|
|
8322
|
+
"dark": "transparent"
|
|
8323
|
+
},
|
|
8324
|
+
"colorBorderBadgeGrey": {
|
|
8325
|
+
"light": "transparent",
|
|
8326
|
+
"dark": "transparent"
|
|
8327
|
+
},
|
|
8328
|
+
"colorBorderBadgeGreen": {
|
|
8329
|
+
"light": "transparent",
|
|
8330
|
+
"dark": "transparent"
|
|
8331
|
+
},
|
|
8332
|
+
"colorBorderBadgeBlue": {
|
|
8333
|
+
"light": "transparent",
|
|
8334
|
+
"dark": "transparent"
|
|
8335
|
+
},
|
|
8336
|
+
"colorBorderBadgeRed": {
|
|
8337
|
+
"light": "transparent",
|
|
8338
|
+
"dark": "transparent"
|
|
8339
|
+
},
|
|
8340
|
+
"colorTextBadgeGrey": {
|
|
8341
|
+
"light": "{colorTextNotificationDefault}",
|
|
8342
|
+
"dark": "{colorTextNotificationDefault}"
|
|
8343
|
+
},
|
|
8344
|
+
"colorTextBadgeGreen": {
|
|
8345
|
+
"light": "{colorTextNotificationDefault}",
|
|
8346
|
+
"dark": "{colorTextNotificationDefault}"
|
|
8347
|
+
},
|
|
8348
|
+
"colorTextBadgeBlue": {
|
|
8349
|
+
"light": "{colorTextNotificationDefault}",
|
|
8350
|
+
"dark": "{colorTextNotificationDefault}"
|
|
8351
|
+
},
|
|
8352
|
+
"colorTextBadgeRed": {
|
|
8353
|
+
"light": "{colorTextNotificationDefault}",
|
|
8354
|
+
"dark": "{colorTextNotificationDefault}"
|
|
8113
8355
|
}
|
|
8114
8356
|
}
|
|
8115
8357
|
},
|
|
@@ -9109,6 +9351,10 @@ module.exports.preset = {
|
|
|
9109
9351
|
"light": "{colorTextInteractiveDefault}",
|
|
9110
9352
|
"dark": "{colorTextInteractiveDefault}"
|
|
9111
9353
|
},
|
|
9354
|
+
"colorBorderExpandableSectionDefault": {
|
|
9355
|
+
"light": "{colorBorderDividerDefault}",
|
|
9356
|
+
"dark": "{colorBorderDividerDefault}"
|
|
9357
|
+
},
|
|
9112
9358
|
"colorTextFormDefault": {
|
|
9113
9359
|
"light": "{colorNeutral950}",
|
|
9114
9360
|
"dark": "{colorNeutral300}"
|
|
@@ -9440,6 +9686,42 @@ module.exports.preset = {
|
|
|
9440
9686
|
"colorBackgroundSkeletonWave": {
|
|
9441
9687
|
"light": "{colorNeutral150}",
|
|
9442
9688
|
"dark": "{colorNeutral700}"
|
|
9689
|
+
},
|
|
9690
|
+
"colorBorderBadge": {
|
|
9691
|
+
"light": "transparent",
|
|
9692
|
+
"dark": "transparent"
|
|
9693
|
+
},
|
|
9694
|
+
"colorBorderBadgeGrey": {
|
|
9695
|
+
"light": "transparent",
|
|
9696
|
+
"dark": "transparent"
|
|
9697
|
+
},
|
|
9698
|
+
"colorBorderBadgeGreen": {
|
|
9699
|
+
"light": "transparent",
|
|
9700
|
+
"dark": "transparent"
|
|
9701
|
+
},
|
|
9702
|
+
"colorBorderBadgeBlue": {
|
|
9703
|
+
"light": "transparent",
|
|
9704
|
+
"dark": "transparent"
|
|
9705
|
+
},
|
|
9706
|
+
"colorBorderBadgeRed": {
|
|
9707
|
+
"light": "transparent",
|
|
9708
|
+
"dark": "transparent"
|
|
9709
|
+
},
|
|
9710
|
+
"colorTextBadgeGrey": {
|
|
9711
|
+
"light": "{colorTextNotificationDefault}",
|
|
9712
|
+
"dark": "{colorTextNotificationDefault}"
|
|
9713
|
+
},
|
|
9714
|
+
"colorTextBadgeGreen": {
|
|
9715
|
+
"light": "{colorTextNotificationDefault}",
|
|
9716
|
+
"dark": "{colorTextNotificationDefault}"
|
|
9717
|
+
},
|
|
9718
|
+
"colorTextBadgeBlue": {
|
|
9719
|
+
"light": "{colorTextNotificationDefault}",
|
|
9720
|
+
"dark": "{colorTextNotificationDefault}"
|
|
9721
|
+
},
|
|
9722
|
+
"colorTextBadgeRed": {
|
|
9723
|
+
"light": "{colorTextNotificationDefault}",
|
|
9724
|
+
"dark": "{colorTextNotificationDefault}"
|
|
9443
9725
|
}
|
|
9444
9726
|
}
|
|
9445
9727
|
},
|
|
@@ -10439,6 +10721,10 @@ module.exports.preset = {
|
|
|
10439
10721
|
"light": "{colorTextInteractiveDefault}",
|
|
10440
10722
|
"dark": "{colorTextInteractiveDefault}"
|
|
10441
10723
|
},
|
|
10724
|
+
"colorBorderExpandableSectionDefault": {
|
|
10725
|
+
"light": "{colorBorderDividerDefault}",
|
|
10726
|
+
"dark": "{colorBorderDividerDefault}"
|
|
10727
|
+
},
|
|
10442
10728
|
"colorTextFormDefault": {
|
|
10443
10729
|
"light": "{colorNeutral950}",
|
|
10444
10730
|
"dark": "{colorNeutral300}"
|
|
@@ -10771,7 +11057,43 @@ module.exports.preset = {
|
|
|
10771
11057
|
"light": "{colorNeutral150}",
|
|
10772
11058
|
"dark": "{colorNeutral700}"
|
|
10773
11059
|
},
|
|
10774
|
-
"
|
|
11060
|
+
"colorBorderBadge": {
|
|
11061
|
+
"light": "transparent",
|
|
11062
|
+
"dark": "transparent"
|
|
11063
|
+
},
|
|
11064
|
+
"colorBorderBadgeGrey": {
|
|
11065
|
+
"light": "transparent",
|
|
11066
|
+
"dark": "transparent"
|
|
11067
|
+
},
|
|
11068
|
+
"colorBorderBadgeGreen": {
|
|
11069
|
+
"light": "transparent",
|
|
11070
|
+
"dark": "transparent"
|
|
11071
|
+
},
|
|
11072
|
+
"colorBorderBadgeBlue": {
|
|
11073
|
+
"light": "transparent",
|
|
11074
|
+
"dark": "transparent"
|
|
11075
|
+
},
|
|
11076
|
+
"colorBorderBadgeRed": {
|
|
11077
|
+
"light": "transparent",
|
|
11078
|
+
"dark": "transparent"
|
|
11079
|
+
},
|
|
11080
|
+
"colorTextBadgeGrey": {
|
|
11081
|
+
"light": "{colorTextNotificationDefault}",
|
|
11082
|
+
"dark": "{colorTextNotificationDefault}"
|
|
11083
|
+
},
|
|
11084
|
+
"colorTextBadgeGreen": {
|
|
11085
|
+
"light": "{colorTextNotificationDefault}",
|
|
11086
|
+
"dark": "{colorTextNotificationDefault}"
|
|
11087
|
+
},
|
|
11088
|
+
"colorTextBadgeBlue": {
|
|
11089
|
+
"light": "{colorTextNotificationDefault}",
|
|
11090
|
+
"dark": "{colorTextNotificationDefault}"
|
|
11091
|
+
},
|
|
11092
|
+
"colorTextBadgeRed": {
|
|
11093
|
+
"light": "{colorTextNotificationDefault}",
|
|
11094
|
+
"dark": "{colorTextNotificationDefault}"
|
|
11095
|
+
},
|
|
11096
|
+
"fontSizeExpandableHeading": "14px",
|
|
10775
11097
|
"borderDividerSectionWidth": "1px"
|
|
10776
11098
|
}
|
|
10777
11099
|
},
|
|
@@ -11771,6 +12093,10 @@ module.exports.preset = {
|
|
|
11771
12093
|
"light": "{colorTextInteractiveDefault}",
|
|
11772
12094
|
"dark": "{colorTextInteractiveDefault}"
|
|
11773
12095
|
},
|
|
12096
|
+
"colorBorderExpandableSectionDefault": {
|
|
12097
|
+
"light": "{colorBorderDividerDefault}",
|
|
12098
|
+
"dark": "{colorBorderDividerDefault}"
|
|
12099
|
+
},
|
|
11774
12100
|
"colorTextFormDefault": {
|
|
11775
12101
|
"light": "{colorNeutral300}",
|
|
11776
12102
|
"dark": "{colorNeutral300}"
|
|
@@ -12102,6 +12428,42 @@ module.exports.preset = {
|
|
|
12102
12428
|
"colorBackgroundSkeletonWave": {
|
|
12103
12429
|
"light": "{colorNeutral700}",
|
|
12104
12430
|
"dark": "{colorNeutral700}"
|
|
12431
|
+
},
|
|
12432
|
+
"colorBorderBadge": {
|
|
12433
|
+
"light": "transparent",
|
|
12434
|
+
"dark": "transparent"
|
|
12435
|
+
},
|
|
12436
|
+
"colorBorderBadgeGrey": {
|
|
12437
|
+
"light": "transparent",
|
|
12438
|
+
"dark": "transparent"
|
|
12439
|
+
},
|
|
12440
|
+
"colorBorderBadgeGreen": {
|
|
12441
|
+
"light": "transparent",
|
|
12442
|
+
"dark": "transparent"
|
|
12443
|
+
},
|
|
12444
|
+
"colorBorderBadgeBlue": {
|
|
12445
|
+
"light": "transparent",
|
|
12446
|
+
"dark": "transparent"
|
|
12447
|
+
},
|
|
12448
|
+
"colorBorderBadgeRed": {
|
|
12449
|
+
"light": "transparent",
|
|
12450
|
+
"dark": "transparent"
|
|
12451
|
+
},
|
|
12452
|
+
"colorTextBadgeGrey": {
|
|
12453
|
+
"light": "{colorTextNotificationDefault}",
|
|
12454
|
+
"dark": "{colorTextNotificationDefault}"
|
|
12455
|
+
},
|
|
12456
|
+
"colorTextBadgeGreen": {
|
|
12457
|
+
"light": "{colorTextNotificationDefault}",
|
|
12458
|
+
"dark": "{colorTextNotificationDefault}"
|
|
12459
|
+
},
|
|
12460
|
+
"colorTextBadgeBlue": {
|
|
12461
|
+
"light": "{colorTextNotificationDefault}",
|
|
12462
|
+
"dark": "{colorTextNotificationDefault}"
|
|
12463
|
+
},
|
|
12464
|
+
"colorTextBadgeRed": {
|
|
12465
|
+
"light": "{colorTextNotificationDefault}",
|
|
12466
|
+
"dark": "{colorTextNotificationDefault}"
|
|
12105
12467
|
}
|
|
12106
12468
|
}
|
|
12107
12469
|
},
|
|
@@ -12388,6 +12750,16 @@ module.exports.preset = {
|
|
|
12388
12750
|
"colorTextNotificationSeverityMedium": "color",
|
|
12389
12751
|
"colorTextNotificationSeverityLow": "color",
|
|
12390
12752
|
"colorTextNotificationSeverityNeutral": "color",
|
|
12753
|
+
"colorBorderBadgeSeverityCritical": "color",
|
|
12754
|
+
"colorBorderBadgeSeverityHigh": "color",
|
|
12755
|
+
"colorBorderBadgeSeverityMedium": "color",
|
|
12756
|
+
"colorBorderBadgeSeverityLow": "color",
|
|
12757
|
+
"colorBorderBadgeSeverityNeutral": "color",
|
|
12758
|
+
"colorTextBadgeSeverityCritical": "color",
|
|
12759
|
+
"colorTextBadgeSeverityHigh": "color",
|
|
12760
|
+
"colorTextBadgeSeverityMedium": "color",
|
|
12761
|
+
"colorTextBadgeSeverityLow": "color",
|
|
12762
|
+
"colorTextBadgeSeverityNeutral": "color",
|
|
12391
12763
|
"colorGreyOpaque10": "color",
|
|
12392
12764
|
"colorGreyOpaque25": "color",
|
|
12393
12765
|
"colorGreyOpaque40": "color",
|
|
@@ -12636,6 +13008,7 @@ module.exports.preset = {
|
|
|
12636
13008
|
"colorTextExpandableSectionDefault": "color",
|
|
12637
13009
|
"colorTextExpandableSectionHover": "color",
|
|
12638
13010
|
"colorTextExpandableSectionNavigationIconDefault": "color",
|
|
13011
|
+
"colorBorderExpandableSectionDefault": "color",
|
|
12639
13012
|
"colorTextFormDefault": "color",
|
|
12640
13013
|
"colorTextFormLabel": "color",
|
|
12641
13014
|
"colorTextFormSecondary": "color",
|
|
@@ -12719,6 +13092,15 @@ module.exports.preset = {
|
|
|
12719
13092
|
"colorIconActionCardDisabled": "color",
|
|
12720
13093
|
"colorBackgroundSkeleton": "color",
|
|
12721
13094
|
"colorBackgroundSkeletonWave": "color",
|
|
13095
|
+
"colorBorderBadge": "color",
|
|
13096
|
+
"colorBorderBadgeGrey": "color",
|
|
13097
|
+
"colorBorderBadgeGreen": "color",
|
|
13098
|
+
"colorBorderBadgeBlue": "color",
|
|
13099
|
+
"colorBorderBadgeRed": "color",
|
|
13100
|
+
"colorTextBadgeGrey": "color",
|
|
13101
|
+
"colorTextBadgeGreen": "color",
|
|
13102
|
+
"colorTextBadgeBlue": "color",
|
|
13103
|
+
"colorTextBadgeRed": "color",
|
|
12722
13104
|
"motionDurationExtraFast": "motion",
|
|
12723
13105
|
"motionDurationExtraSlow": "motion",
|
|
12724
13106
|
"motionDurationFast": "motion",
|
|
@@ -13198,6 +13580,17 @@ module.exports.preset = {
|
|
|
13198
13580
|
"colorTextNotificationSeverityMedium",
|
|
13199
13581
|
"colorTextNotificationSeverityLow",
|
|
13200
13582
|
"colorTextNotificationSeverityNeutral",
|
|
13583
|
+
"colorBorderBadgeSeverityCritical",
|
|
13584
|
+
"colorBorderBadgeSeverityHigh",
|
|
13585
|
+
"colorBorderBadgeSeverityMedium",
|
|
13586
|
+
"colorBorderBadgeSeverityLow",
|
|
13587
|
+
"colorBorderBadgeSeverityNeutral",
|
|
13588
|
+
"colorTextBadgeSeverityCritical",
|
|
13589
|
+
"colorTextBadgeSeverityHigh",
|
|
13590
|
+
"colorTextBadgeSeverityMedium",
|
|
13591
|
+
"colorTextBadgeSeverityLow",
|
|
13592
|
+
"colorTextBadgeSeverityNeutral",
|
|
13593
|
+
"colorBackgroundBadgeIcon",
|
|
13201
13594
|
"colorBackgroundButtonLinkActive",
|
|
13202
13595
|
"colorBackgroundButtonLinkDefault",
|
|
13203
13596
|
"colorBackgroundButtonLinkDisabled",
|
|
@@ -13339,6 +13732,7 @@ module.exports.preset = {
|
|
|
13339
13732
|
"colorTextDropdownItemHighlighted",
|
|
13340
13733
|
"colorTextDropdownItemSecondary",
|
|
13341
13734
|
"colorTextEmpty",
|
|
13735
|
+
"colorBorderExpandableSectionDefault",
|
|
13342
13736
|
"colorTextFormDefault",
|
|
13343
13737
|
"colorTextFormLabel",
|
|
13344
13738
|
"colorTextFormSecondary",
|
|
@@ -13397,9 +13791,19 @@ module.exports.preset = {
|
|
|
13397
13791
|
"colorBorderActionCardDisabled",
|
|
13398
13792
|
"colorBackgroundActionCardDisabled",
|
|
13399
13793
|
"colorTextActionCardDisabled",
|
|
13794
|
+
"colorBorderBadge",
|
|
13795
|
+
"colorBorderBadgeGrey",
|
|
13796
|
+
"colorBorderBadgeGreen",
|
|
13797
|
+
"colorBorderBadgeBlue",
|
|
13798
|
+
"colorBorderBadgeRed",
|
|
13799
|
+
"colorTextBadgeGrey",
|
|
13800
|
+
"colorTextBadgeGreen",
|
|
13801
|
+
"colorTextBadgeBlue",
|
|
13802
|
+
"colorTextBadgeRed",
|
|
13400
13803
|
"fontDecorationStyleLink",
|
|
13401
13804
|
"fontDecorationThicknessLink",
|
|
13402
13805
|
"fontDecorationThicknessLinkDisplayL",
|
|
13806
|
+
"fontSizeExpandableHeading",
|
|
13403
13807
|
"fontFamilyBase",
|
|
13404
13808
|
"fontFamilyDisplay",
|
|
13405
13809
|
"fontFamilyHeading",
|
|
@@ -13491,7 +13895,9 @@ module.exports.preset = {
|
|
|
13491
13895
|
"borderWidthIconMedium",
|
|
13492
13896
|
"borderWidthIconNormal",
|
|
13493
13897
|
"borderWidthIconSmall",
|
|
13898
|
+
"borderWidthIconXSmall",
|
|
13494
13899
|
"borderWidthItemSelected",
|
|
13900
|
+
"borderWidthBadge",
|
|
13495
13901
|
"borderWidthPopover",
|
|
13496
13902
|
"borderWidthToken",
|
|
13497
13903
|
"sizeVerticalInput",
|
|
@@ -13678,6 +14084,17 @@ module.exports.preset = {
|
|
|
13678
14084
|
"colorTextNotificationSeverityMedium",
|
|
13679
14085
|
"colorTextNotificationSeverityLow",
|
|
13680
14086
|
"colorTextNotificationSeverityNeutral",
|
|
14087
|
+
"colorBorderBadgeSeverityCritical",
|
|
14088
|
+
"colorBorderBadgeSeverityHigh",
|
|
14089
|
+
"colorBorderBadgeSeverityMedium",
|
|
14090
|
+
"colorBorderBadgeSeverityLow",
|
|
14091
|
+
"colorBorderBadgeSeverityNeutral",
|
|
14092
|
+
"colorTextBadgeSeverityCritical",
|
|
14093
|
+
"colorTextBadgeSeverityHigh",
|
|
14094
|
+
"colorTextBadgeSeverityMedium",
|
|
14095
|
+
"colorTextBadgeSeverityLow",
|
|
14096
|
+
"colorTextBadgeSeverityNeutral",
|
|
14097
|
+
"colorBackgroundBadgeIcon",
|
|
13681
14098
|
"colorBackgroundButtonLinkActive",
|
|
13682
14099
|
"colorBackgroundButtonLinkDefault",
|
|
13683
14100
|
"colorBackgroundButtonLinkDisabled",
|
|
@@ -13873,6 +14290,15 @@ module.exports.preset = {
|
|
|
13873
14290
|
"colorBorderActionCardDisabled",
|
|
13874
14291
|
"colorBackgroundActionCardDisabled",
|
|
13875
14292
|
"colorTextActionCardDisabled",
|
|
14293
|
+
"colorBorderBadge",
|
|
14294
|
+
"colorBorderBadgeGrey",
|
|
14295
|
+
"colorBorderBadgeGreen",
|
|
14296
|
+
"colorBorderBadgeBlue",
|
|
14297
|
+
"colorBorderBadgeRed",
|
|
14298
|
+
"colorTextBadgeGrey",
|
|
14299
|
+
"colorTextBadgeGreen",
|
|
14300
|
+
"colorTextBadgeBlue",
|
|
14301
|
+
"colorTextBadgeRed",
|
|
13876
14302
|
"fontFamilyBase",
|
|
13877
14303
|
"fontFamilyDisplay",
|
|
13878
14304
|
"fontFamilyHeading",
|
|
@@ -13957,7 +14383,9 @@ module.exports.preset = {
|
|
|
13957
14383
|
"borderWidthIconMedium",
|
|
13958
14384
|
"borderWidthIconNormal",
|
|
13959
14385
|
"borderWidthIconSmall",
|
|
14386
|
+
"borderWidthIconXSmall",
|
|
13960
14387
|
"borderWidthItemSelected",
|
|
14388
|
+
"borderWidthBadge",
|
|
13961
14389
|
"borderWidthPopover",
|
|
13962
14390
|
"borderWidthToken",
|
|
13963
14391
|
"motionDurationAvatarGenAiGradient",
|
|
@@ -14286,6 +14714,16 @@ module.exports.preset = {
|
|
|
14286
14714
|
"colorTextNotificationSeverityMedium": "color-text-notification-severity-medium",
|
|
14287
14715
|
"colorTextNotificationSeverityLow": "color-text-notification-severity-low",
|
|
14288
14716
|
"colorTextNotificationSeverityNeutral": "color-text-notification-severity-neutral",
|
|
14717
|
+
"colorBorderBadgeSeverityCritical": "color-border-badge-severity-critical",
|
|
14718
|
+
"colorBorderBadgeSeverityHigh": "color-border-badge-severity-high",
|
|
14719
|
+
"colorBorderBadgeSeverityMedium": "color-border-badge-severity-medium",
|
|
14720
|
+
"colorBorderBadgeSeverityLow": "color-border-badge-severity-low",
|
|
14721
|
+
"colorBorderBadgeSeverityNeutral": "color-border-badge-severity-neutral",
|
|
14722
|
+
"colorTextBadgeSeverityCritical": "color-text-badge-severity-critical",
|
|
14723
|
+
"colorTextBadgeSeverityHigh": "color-text-badge-severity-high",
|
|
14724
|
+
"colorTextBadgeSeverityMedium": "color-text-badge-severity-medium",
|
|
14725
|
+
"colorTextBadgeSeverityLow": "color-text-badge-severity-low",
|
|
14726
|
+
"colorTextBadgeSeverityNeutral": "color-text-badge-severity-neutral",
|
|
14289
14727
|
"colorGreyOpaque10": "color-grey-opaque-10",
|
|
14290
14728
|
"colorGreyOpaque25": "color-grey-opaque-25",
|
|
14291
14729
|
"colorGreyOpaque40": "color-grey-opaque-40",
|
|
@@ -14534,6 +14972,7 @@ module.exports.preset = {
|
|
|
14534
14972
|
"colorTextExpandableSectionDefault": "color-text-expandable-section-default",
|
|
14535
14973
|
"colorTextExpandableSectionHover": "color-text-expandable-section-hover",
|
|
14536
14974
|
"colorTextExpandableSectionNavigationIconDefault": "color-text-expandable-section-navigation-icon-default",
|
|
14975
|
+
"colorBorderExpandableSectionDefault": "color-border-expandable-section-default",
|
|
14537
14976
|
"colorTextFormDefault": "color-text-form-default",
|
|
14538
14977
|
"colorTextFormLabel": "color-text-form-label",
|
|
14539
14978
|
"colorTextFormSecondary": "color-text-form-secondary",
|
|
@@ -14617,6 +15056,15 @@ module.exports.preset = {
|
|
|
14617
15056
|
"colorIconActionCardDisabled": "color-icon-action-card-disabled",
|
|
14618
15057
|
"colorBackgroundSkeleton": "color-background-skeleton",
|
|
14619
15058
|
"colorBackgroundSkeletonWave": "color-background-skeleton-wave",
|
|
15059
|
+
"colorBorderBadge": "color-border-badge",
|
|
15060
|
+
"colorBorderBadgeGrey": "color-border-badge-grey",
|
|
15061
|
+
"colorBorderBadgeGreen": "color-border-badge-green",
|
|
15062
|
+
"colorBorderBadgeBlue": "color-border-badge-blue",
|
|
15063
|
+
"colorBorderBadgeRed": "color-border-badge-red",
|
|
15064
|
+
"colorTextBadgeGrey": "color-text-badge-grey",
|
|
15065
|
+
"colorTextBadgeGreen": "color-text-badge-green",
|
|
15066
|
+
"colorTextBadgeBlue": "color-text-badge-blue",
|
|
15067
|
+
"colorTextBadgeRed": "color-text-badge-red",
|
|
14620
15068
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
14621
15069
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
14622
15070
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
@@ -14624,7 +15072,7 @@ module.exports.preset = {
|
|
|
14624
15072
|
"fontDecorationThicknessLink": "font-decoration-thickness-link",
|
|
14625
15073
|
"fontDecorationThicknessLinkDisplayL": "font-decoration-thickness-link-display-l",
|
|
14626
15074
|
"fontDisplayLabelWeight": "font-display-label-weight",
|
|
14627
|
-
"
|
|
15075
|
+
"fontSizeExpandableHeading": "font-size-expandable-heading",
|
|
14628
15076
|
"fontFamilyBase": "font-family-base",
|
|
14629
15077
|
"fontFamilyDisplay": "font-family-display",
|
|
14630
15078
|
"fontFamilyHeading": "font-family-heading",
|
|
@@ -14750,9 +15198,11 @@ module.exports.preset = {
|
|
|
14750
15198
|
"borderWidthIconMedium": "border-width-icon-medium",
|
|
14751
15199
|
"borderWidthIconNormal": "border-width-icon-normal",
|
|
14752
15200
|
"borderWidthIconSmall": "border-width-icon-small",
|
|
15201
|
+
"borderWidthIconXSmall": "border-width-icon-x-small",
|
|
14753
15202
|
"borderWidthItemCard": "border-width-item-card",
|
|
14754
15203
|
"borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
|
|
14755
15204
|
"borderWidthItemSelected": "border-width-item-selected",
|
|
15205
|
+
"borderWidthBadge": "border-width-badge",
|
|
14756
15206
|
"borderWidthPopover": "border-width-popover",
|
|
14757
15207
|
"borderWidthToken": "border-width-token",
|
|
14758
15208
|
"motionDurationExtraFast": "motion-duration-extra-fast",
|
|
@@ -15215,6 +15665,16 @@ module.exports.preset = {
|
|
|
15215
15665
|
"colorTextNotificationSeverityMedium": "--color-text-notification-severity-medium-8f60kb",
|
|
15216
15666
|
"colorTextNotificationSeverityLow": "--color-text-notification-severity-low-gvojhi",
|
|
15217
15667
|
"colorTextNotificationSeverityNeutral": "--color-text-notification-severity-neutral-ynm2wl",
|
|
15668
|
+
"colorBorderBadgeSeverityCritical": "--color-border-badge-severity-critical-7qfda3",
|
|
15669
|
+
"colorBorderBadgeSeverityHigh": "--color-border-badge-severity-high-rrj15l",
|
|
15670
|
+
"colorBorderBadgeSeverityMedium": "--color-border-badge-severity-medium-my5686",
|
|
15671
|
+
"colorBorderBadgeSeverityLow": "--color-border-badge-severity-low-x8a8mq",
|
|
15672
|
+
"colorBorderBadgeSeverityNeutral": "--color-border-badge-severity-neutral-qzs2tc",
|
|
15673
|
+
"colorTextBadgeSeverityCritical": "--color-text-badge-severity-critical-l2utht",
|
|
15674
|
+
"colorTextBadgeSeverityHigh": "--color-text-badge-severity-high-ldc6qv",
|
|
15675
|
+
"colorTextBadgeSeverityMedium": "--color-text-badge-severity-medium-mqg7v9",
|
|
15676
|
+
"colorTextBadgeSeverityLow": "--color-text-badge-severity-low-nnaksf",
|
|
15677
|
+
"colorTextBadgeSeverityNeutral": "--color-text-badge-severity-neutral-ogr3rw",
|
|
15218
15678
|
"colorGreyOpaque10": "--color-grey-opaque-10-vwfmts",
|
|
15219
15679
|
"colorGreyOpaque25": "--color-grey-opaque-25-cjy3al",
|
|
15220
15680
|
"colorGreyOpaque40": "--color-grey-opaque-40-yj2cvz",
|
|
@@ -15463,6 +15923,7 @@ module.exports.preset = {
|
|
|
15463
15923
|
"colorTextExpandableSectionDefault": "--color-text-expandable-section-default-ynw8my",
|
|
15464
15924
|
"colorTextExpandableSectionHover": "--color-text-expandable-section-hover-ojzwhd",
|
|
15465
15925
|
"colorTextExpandableSectionNavigationIconDefault": "--color-text-expandable-section-navigation-icon-default-mklu1s",
|
|
15926
|
+
"colorBorderExpandableSectionDefault": "--color-border-expandable-section-default-inl8g4",
|
|
15466
15927
|
"colorTextFormDefault": "--color-text-form-default-47mtz6",
|
|
15467
15928
|
"colorTextFormLabel": "--color-text-form-label-6sbm75",
|
|
15468
15929
|
"colorTextFormSecondary": "--color-text-form-secondary-1nm780",
|
|
@@ -15546,6 +16007,15 @@ module.exports.preset = {
|
|
|
15546
16007
|
"colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
|
|
15547
16008
|
"colorBackgroundSkeleton": "--color-background-skeleton-sjxg4n",
|
|
15548
16009
|
"colorBackgroundSkeletonWave": "--color-background-skeleton-wave-1dy97d",
|
|
16010
|
+
"colorBorderBadge": "--color-border-badge-un9qea",
|
|
16011
|
+
"colorBorderBadgeGrey": "--color-border-badge-grey-n3ma6u",
|
|
16012
|
+
"colorBorderBadgeGreen": "--color-border-badge-green-9thsha",
|
|
16013
|
+
"colorBorderBadgeBlue": "--color-border-badge-blue-8otq6p",
|
|
16014
|
+
"colorBorderBadgeRed": "--color-border-badge-red-z936s1",
|
|
16015
|
+
"colorTextBadgeGrey": "--color-text-badge-grey-5u533n",
|
|
16016
|
+
"colorTextBadgeGreen": "--color-text-badge-green-xkzw5d",
|
|
16017
|
+
"colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
|
|
16018
|
+
"colorTextBadgeRed": "--color-text-badge-red-60jprp",
|
|
15549
16019
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
15550
16020
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
15551
16021
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -15553,7 +16023,7 @@ module.exports.preset = {
|
|
|
15553
16023
|
"fontDecorationThicknessLink": "--font-decoration-thickness-link-uesuo7",
|
|
15554
16024
|
"fontDecorationThicknessLinkDisplayL": "--font-decoration-thickness-link-display-l-6g5fyl",
|
|
15555
16025
|
"fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
|
|
15556
|
-
"
|
|
16026
|
+
"fontSizeExpandableHeading": "--font-size-expandable-heading-duh2ta",
|
|
15557
16027
|
"fontFamilyBase": "--font-family-base-gmnpzl",
|
|
15558
16028
|
"fontFamilyDisplay": "--font-family-display-a93nj0",
|
|
15559
16029
|
"fontFamilyHeading": "--font-family-heading-ugphat",
|
|
@@ -15679,9 +16149,11 @@ module.exports.preset = {
|
|
|
15679
16149
|
"borderWidthIconMedium": "--border-width-icon-medium-b7icqv",
|
|
15680
16150
|
"borderWidthIconNormal": "--border-width-icon-normal-9h7vj7",
|
|
15681
16151
|
"borderWidthIconSmall": "--border-width-icon-small-z55i5t",
|
|
16152
|
+
"borderWidthIconXSmall": "--border-width-icon-x-small-45lnog",
|
|
15682
16153
|
"borderWidthItemCard": "--border-width-item-card-3wmyp3",
|
|
15683
16154
|
"borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
|
|
15684
16155
|
"borderWidthItemSelected": "--border-width-item-selected-yv93vd",
|
|
16156
|
+
"borderWidthBadge": "--border-width-badge-7pmgfh",
|
|
15685
16157
|
"borderWidthPopover": "--border-width-popover-nflirh",
|
|
15686
16158
|
"borderWidthToken": "--border-width-token-2ukdpu",
|
|
15687
16159
|
"motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
|