@cloudscape-design/board-components 3.0.145 → 3.0.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +0 -2
- package/internal/generated/styles/tokens.js +2 -4
- package/internal/generated/theming/index.cjs +2 -64
- package/internal/generated/theming/index.js +2 -64
- package/internal/manifest.json +1 -1
- package/package.json +2 -2
package/internal/environment.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "board-components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (6cae59e5)";
|
|
3
3
|
export var THEME = "open-source-visual-refresh";
|
|
4
4
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
5
5
|
export var SYSTEM = "core";
|
|
@@ -341,9 +341,7 @@ export const colorBackgroundNotificationStackBarActive: string;
|
|
|
341
341
|
export const colorBackgroundNotificationStackBarHover: string;
|
|
342
342
|
export const colorBackgroundPopover: string;
|
|
343
343
|
export const colorBackgroundProgressBarValueDefault: string;
|
|
344
|
-
export const colorBackgroundProgressBarValueInFlash: string;
|
|
345
344
|
export const colorBackgroundProgressBarDefault: string;
|
|
346
|
-
export const colorBackgroundProgressBarInFlash: string;
|
|
347
345
|
export const colorBackgroundSegmentActive: string;
|
|
348
346
|
export const colorBackgroundSegmentDefault: string;
|
|
349
347
|
export const colorBackgroundSegmentDisabled: string;
|
|
@@ -340,10 +340,8 @@ export var colorBackgroundNotificationStackBar = "var(--color-background-notific
|
|
|
340
340
|
export var colorBackgroundNotificationStackBarActive = "var(--color-background-notification-stack-bar-active-a4h9r8, #232b37)";
|
|
341
341
|
export var colorBackgroundNotificationStackBarHover = "var(--color-background-notification-stack-bar-hover-jh82oo, #424650)";
|
|
342
342
|
export var colorBackgroundPopover = "var(--color-background-popover-e20fy8, #ffffff)";
|
|
343
|
-
export var colorBackgroundProgressBarValueDefault = "var(--color-background-progress-bar-value-default-
|
|
344
|
-
export var
|
|
345
|
-
export var colorBackgroundProgressBarDefault = "var(--color-background-progress-bar-default-4755ec, #ebebf0)";
|
|
346
|
-
export var colorBackgroundProgressBarInFlash = "var(--color-background-progress-bar-in-flash-f4k60b, rgba(255, 255, 255, 0.25))";
|
|
343
|
+
export var colorBackgroundProgressBarValueDefault = "var(--color-background-progress-bar-value-default-69ydqg, #006ce0)";
|
|
344
|
+
export var colorBackgroundProgressBarDefault = "var(--color-background-progress-bar-default-j8kyxd, #ebebf0)";
|
|
347
345
|
export var colorBackgroundSegmentActive = "var(--color-background-segment-active-1u2ldl, #006ce0)";
|
|
348
346
|
export var colorBackgroundSegmentDefault = "var(--color-background-segment-default-b0r494, #ffffff)";
|
|
349
347
|
export var colorBackgroundSegmentDisabled = "var(--color-background-segment-disabled-m2a5t7, #ffffff)";
|
|
@@ -1411,18 +1411,10 @@ module.exports.preset = {
|
|
|
1411
1411
|
"light": "{colorPrimary600}",
|
|
1412
1412
|
"dark": "{colorPrimary400}"
|
|
1413
1413
|
},
|
|
1414
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
1415
|
-
"light": "{colorWhite}",
|
|
1416
|
-
"dark": "{colorWhite}"
|
|
1417
|
-
},
|
|
1418
1414
|
"colorBackgroundProgressBarDefault": {
|
|
1419
1415
|
"light": "{colorNeutral250}",
|
|
1420
1416
|
"dark": "{colorNeutral700}"
|
|
1421
1417
|
},
|
|
1422
|
-
"colorBackgroundProgressBarInFlash": {
|
|
1423
|
-
"light": "{colorGreyOpaque25}",
|
|
1424
|
-
"dark": "{colorGreyOpaque25}"
|
|
1425
|
-
},
|
|
1426
1418
|
"colorBackgroundSegmentActive": {
|
|
1427
1419
|
"light": "{colorPrimary600}",
|
|
1428
1420
|
"dark": "{colorPrimary400}"
|
|
@@ -3728,18 +3720,10 @@ module.exports.preset = {
|
|
|
3728
3720
|
"light": "{colorPrimary400}",
|
|
3729
3721
|
"dark": "{colorPrimary400}"
|
|
3730
3722
|
},
|
|
3731
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
3732
|
-
"light": "{colorWhite}",
|
|
3733
|
-
"dark": "{colorWhite}"
|
|
3734
|
-
},
|
|
3735
3723
|
"colorBackgroundProgressBarDefault": {
|
|
3736
3724
|
"light": "{colorNeutral700}",
|
|
3737
3725
|
"dark": "{colorNeutral700}"
|
|
3738
3726
|
},
|
|
3739
|
-
"colorBackgroundProgressBarInFlash": {
|
|
3740
|
-
"light": "{colorGreyOpaque25}",
|
|
3741
|
-
"dark": "{colorGreyOpaque25}"
|
|
3742
|
-
},
|
|
3743
3727
|
"colorBackgroundSegmentActive": {
|
|
3744
3728
|
"light": "{colorPrimary400}",
|
|
3745
3729
|
"dark": "{colorPrimary400}"
|
|
@@ -5053,18 +5037,10 @@ module.exports.preset = {
|
|
|
5053
5037
|
"light": "{colorPrimary400}",
|
|
5054
5038
|
"dark": "{colorPrimary400}"
|
|
5055
5039
|
},
|
|
5056
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
5057
|
-
"light": "{colorWhite}",
|
|
5058
|
-
"dark": "{colorWhite}"
|
|
5059
|
-
},
|
|
5060
5040
|
"colorBackgroundProgressBarDefault": {
|
|
5061
5041
|
"light": "{colorNeutral700}",
|
|
5062
5042
|
"dark": "{colorNeutral700}"
|
|
5063
5043
|
},
|
|
5064
|
-
"colorBackgroundProgressBarInFlash": {
|
|
5065
|
-
"light": "{colorGreyOpaque25}",
|
|
5066
|
-
"dark": "{colorGreyOpaque25}"
|
|
5067
|
-
},
|
|
5068
5044
|
"colorBackgroundSegmentActive": {
|
|
5069
5045
|
"light": "{colorPrimary400}",
|
|
5070
5046
|
"dark": "{colorPrimary400}"
|
|
@@ -6311,18 +6287,10 @@ module.exports.preset = {
|
|
|
6311
6287
|
"dark": "{colorNeutral800}"
|
|
6312
6288
|
},
|
|
6313
6289
|
"colorBackgroundProgressBarValueDefault": {
|
|
6314
|
-
"light": "{colorPrimary600}",
|
|
6315
|
-
"dark": "{colorPrimary400}"
|
|
6316
|
-
},
|
|
6317
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
6318
6290
|
"light": "{colorWhite}",
|
|
6319
6291
|
"dark": "{colorWhite}"
|
|
6320
6292
|
},
|
|
6321
6293
|
"colorBackgroundProgressBarDefault": {
|
|
6322
|
-
"light": "{colorNeutral250}",
|
|
6323
|
-
"dark": "{colorNeutral700}"
|
|
6324
|
-
},
|
|
6325
|
-
"colorBackgroundProgressBarInFlash": {
|
|
6326
6294
|
"light": "{colorGreyOpaque25}",
|
|
6327
6295
|
"dark": "{colorGreyOpaque25}"
|
|
6328
6296
|
},
|
|
@@ -7457,18 +7425,10 @@ module.exports.preset = {
|
|
|
7457
7425
|
"dark": "{colorNeutral800}"
|
|
7458
7426
|
},
|
|
7459
7427
|
"colorBackgroundProgressBarValueDefault": {
|
|
7460
|
-
"light": "{colorPrimary600}",
|
|
7461
|
-
"dark": "{colorPrimary400}"
|
|
7462
|
-
},
|
|
7463
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
7464
7428
|
"light": "{colorNeutral950}",
|
|
7465
7429
|
"dark": "{colorNeutral950}"
|
|
7466
7430
|
},
|
|
7467
7431
|
"colorBackgroundProgressBarDefault": {
|
|
7468
|
-
"light": "{colorNeutral250}",
|
|
7469
|
-
"dark": "{colorNeutral700}"
|
|
7470
|
-
},
|
|
7471
|
-
"colorBackgroundProgressBarInFlash": {
|
|
7472
7432
|
"light": "{colorGreyOpaque10}",
|
|
7473
7433
|
"dark": "{colorGreyOpaque10}"
|
|
7474
7434
|
},
|
|
@@ -8606,18 +8566,10 @@ module.exports.preset = {
|
|
|
8606
8566
|
"light": "{colorPrimary600}",
|
|
8607
8567
|
"dark": "{colorPrimary400}"
|
|
8608
8568
|
},
|
|
8609
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
8610
|
-
"light": "{colorWhite}",
|
|
8611
|
-
"dark": "{colorWhite}"
|
|
8612
|
-
},
|
|
8613
8569
|
"colorBackgroundProgressBarDefault": {
|
|
8614
8570
|
"light": "{colorNeutral250}",
|
|
8615
8571
|
"dark": "{colorNeutral700}"
|
|
8616
8572
|
},
|
|
8617
|
-
"colorBackgroundProgressBarInFlash": {
|
|
8618
|
-
"light": "{colorGreyOpaque25}",
|
|
8619
|
-
"dark": "{colorGreyOpaque25}"
|
|
8620
|
-
},
|
|
8621
8573
|
"colorBackgroundSegmentActive": {
|
|
8622
8574
|
"light": "{colorPrimary600}",
|
|
8623
8575
|
"dark": "{colorPrimary400}"
|
|
@@ -9754,18 +9706,10 @@ module.exports.preset = {
|
|
|
9754
9706
|
"light": "{colorPrimary400}",
|
|
9755
9707
|
"dark": "{colorPrimary400}"
|
|
9756
9708
|
},
|
|
9757
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
9758
|
-
"light": "{colorWhite}",
|
|
9759
|
-
"dark": "{colorWhite}"
|
|
9760
|
-
},
|
|
9761
9709
|
"colorBackgroundProgressBarDefault": {
|
|
9762
9710
|
"light": "{colorNeutral700}",
|
|
9763
9711
|
"dark": "{colorNeutral700}"
|
|
9764
9712
|
},
|
|
9765
|
-
"colorBackgroundProgressBarInFlash": {
|
|
9766
|
-
"light": "{colorGreyOpaque25}",
|
|
9767
|
-
"dark": "{colorGreyOpaque25}"
|
|
9768
|
-
},
|
|
9769
9713
|
"colorBackgroundSegmentActive": {
|
|
9770
9714
|
"light": "{colorPrimary400}",
|
|
9771
9715
|
"dark": "{colorPrimary400}"
|
|
@@ -10963,9 +10907,7 @@ module.exports.preset = {
|
|
|
10963
10907
|
"colorBackgroundNotificationStackBarHover": "color",
|
|
10964
10908
|
"colorBackgroundPopover": "color",
|
|
10965
10909
|
"colorBackgroundProgressBarValueDefault": "color",
|
|
10966
|
-
"colorBackgroundProgressBarValueInFlash": "color",
|
|
10967
10910
|
"colorBackgroundProgressBarDefault": "color",
|
|
10968
|
-
"colorBackgroundProgressBarInFlash": "color",
|
|
10969
10911
|
"colorBackgroundSegmentActive": "color",
|
|
10970
10912
|
"colorBackgroundSegmentDefault": "color",
|
|
10971
10913
|
"colorBackgroundSegmentDisabled": "color",
|
|
@@ -12599,9 +12541,7 @@ module.exports.preset = {
|
|
|
12599
12541
|
"colorBackgroundNotificationStackBarHover": "color-background-notification-stack-bar-hover",
|
|
12600
12542
|
"colorBackgroundPopover": "color-background-popover",
|
|
12601
12543
|
"colorBackgroundProgressBarValueDefault": "color-background-progress-bar-value-default",
|
|
12602
|
-
"colorBackgroundProgressBarValueInFlash": "color-background-progress-bar-value-in-flash",
|
|
12603
12544
|
"colorBackgroundProgressBarDefault": "color-background-progress-bar-default",
|
|
12604
|
-
"colorBackgroundProgressBarInFlash": "color-background-progress-bar-in-flash",
|
|
12605
12545
|
"colorBackgroundSegmentActive": "color-background-segment-active",
|
|
12606
12546
|
"colorBackgroundSegmentDefault": "color-background-segment-default",
|
|
12607
12547
|
"colorBackgroundSegmentDisabled": "color-background-segment-disabled",
|
|
@@ -13419,10 +13359,8 @@ module.exports.preset = {
|
|
|
13419
13359
|
"colorBackgroundNotificationStackBarActive": "--color-background-notification-stack-bar-active-a4h9r8",
|
|
13420
13360
|
"colorBackgroundNotificationStackBarHover": "--color-background-notification-stack-bar-hover-jh82oo",
|
|
13421
13361
|
"colorBackgroundPopover": "--color-background-popover-e20fy8",
|
|
13422
|
-
"colorBackgroundProgressBarValueDefault": "--color-background-progress-bar-value-default-
|
|
13423
|
-
"
|
|
13424
|
-
"colorBackgroundProgressBarDefault": "--color-background-progress-bar-default-4755ec",
|
|
13425
|
-
"colorBackgroundProgressBarInFlash": "--color-background-progress-bar-in-flash-f4k60b",
|
|
13362
|
+
"colorBackgroundProgressBarValueDefault": "--color-background-progress-bar-value-default-69ydqg",
|
|
13363
|
+
"colorBackgroundProgressBarDefault": "--color-background-progress-bar-default-j8kyxd",
|
|
13426
13364
|
"colorBackgroundSegmentActive": "--color-background-segment-active-1u2ldl",
|
|
13427
13365
|
"colorBackgroundSegmentDefault": "--color-background-segment-default-b0r494",
|
|
13428
13366
|
"colorBackgroundSegmentDisabled": "--color-background-segment-disabled-m2a5t7",
|
|
@@ -1411,18 +1411,10 @@ export var preset = {
|
|
|
1411
1411
|
"light": "{colorPrimary600}",
|
|
1412
1412
|
"dark": "{colorPrimary400}"
|
|
1413
1413
|
},
|
|
1414
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
1415
|
-
"light": "{colorWhite}",
|
|
1416
|
-
"dark": "{colorWhite}"
|
|
1417
|
-
},
|
|
1418
1414
|
"colorBackgroundProgressBarDefault": {
|
|
1419
1415
|
"light": "{colorNeutral250}",
|
|
1420
1416
|
"dark": "{colorNeutral700}"
|
|
1421
1417
|
},
|
|
1422
|
-
"colorBackgroundProgressBarInFlash": {
|
|
1423
|
-
"light": "{colorGreyOpaque25}",
|
|
1424
|
-
"dark": "{colorGreyOpaque25}"
|
|
1425
|
-
},
|
|
1426
1418
|
"colorBackgroundSegmentActive": {
|
|
1427
1419
|
"light": "{colorPrimary600}",
|
|
1428
1420
|
"dark": "{colorPrimary400}"
|
|
@@ -3728,18 +3720,10 @@ export var preset = {
|
|
|
3728
3720
|
"light": "{colorPrimary400}",
|
|
3729
3721
|
"dark": "{colorPrimary400}"
|
|
3730
3722
|
},
|
|
3731
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
3732
|
-
"light": "{colorWhite}",
|
|
3733
|
-
"dark": "{colorWhite}"
|
|
3734
|
-
},
|
|
3735
3723
|
"colorBackgroundProgressBarDefault": {
|
|
3736
3724
|
"light": "{colorNeutral700}",
|
|
3737
3725
|
"dark": "{colorNeutral700}"
|
|
3738
3726
|
},
|
|
3739
|
-
"colorBackgroundProgressBarInFlash": {
|
|
3740
|
-
"light": "{colorGreyOpaque25}",
|
|
3741
|
-
"dark": "{colorGreyOpaque25}"
|
|
3742
|
-
},
|
|
3743
3727
|
"colorBackgroundSegmentActive": {
|
|
3744
3728
|
"light": "{colorPrimary400}",
|
|
3745
3729
|
"dark": "{colorPrimary400}"
|
|
@@ -5053,18 +5037,10 @@ export var preset = {
|
|
|
5053
5037
|
"light": "{colorPrimary400}",
|
|
5054
5038
|
"dark": "{colorPrimary400}"
|
|
5055
5039
|
},
|
|
5056
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
5057
|
-
"light": "{colorWhite}",
|
|
5058
|
-
"dark": "{colorWhite}"
|
|
5059
|
-
},
|
|
5060
5040
|
"colorBackgroundProgressBarDefault": {
|
|
5061
5041
|
"light": "{colorNeutral700}",
|
|
5062
5042
|
"dark": "{colorNeutral700}"
|
|
5063
5043
|
},
|
|
5064
|
-
"colorBackgroundProgressBarInFlash": {
|
|
5065
|
-
"light": "{colorGreyOpaque25}",
|
|
5066
|
-
"dark": "{colorGreyOpaque25}"
|
|
5067
|
-
},
|
|
5068
5044
|
"colorBackgroundSegmentActive": {
|
|
5069
5045
|
"light": "{colorPrimary400}",
|
|
5070
5046
|
"dark": "{colorPrimary400}"
|
|
@@ -6311,18 +6287,10 @@ export var preset = {
|
|
|
6311
6287
|
"dark": "{colorNeutral800}"
|
|
6312
6288
|
},
|
|
6313
6289
|
"colorBackgroundProgressBarValueDefault": {
|
|
6314
|
-
"light": "{colorPrimary600}",
|
|
6315
|
-
"dark": "{colorPrimary400}"
|
|
6316
|
-
},
|
|
6317
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
6318
6290
|
"light": "{colorWhite}",
|
|
6319
6291
|
"dark": "{colorWhite}"
|
|
6320
6292
|
},
|
|
6321
6293
|
"colorBackgroundProgressBarDefault": {
|
|
6322
|
-
"light": "{colorNeutral250}",
|
|
6323
|
-
"dark": "{colorNeutral700}"
|
|
6324
|
-
},
|
|
6325
|
-
"colorBackgroundProgressBarInFlash": {
|
|
6326
6294
|
"light": "{colorGreyOpaque25}",
|
|
6327
6295
|
"dark": "{colorGreyOpaque25}"
|
|
6328
6296
|
},
|
|
@@ -7457,18 +7425,10 @@ export var preset = {
|
|
|
7457
7425
|
"dark": "{colorNeutral800}"
|
|
7458
7426
|
},
|
|
7459
7427
|
"colorBackgroundProgressBarValueDefault": {
|
|
7460
|
-
"light": "{colorPrimary600}",
|
|
7461
|
-
"dark": "{colorPrimary400}"
|
|
7462
|
-
},
|
|
7463
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
7464
7428
|
"light": "{colorNeutral950}",
|
|
7465
7429
|
"dark": "{colorNeutral950}"
|
|
7466
7430
|
},
|
|
7467
7431
|
"colorBackgroundProgressBarDefault": {
|
|
7468
|
-
"light": "{colorNeutral250}",
|
|
7469
|
-
"dark": "{colorNeutral700}"
|
|
7470
|
-
},
|
|
7471
|
-
"colorBackgroundProgressBarInFlash": {
|
|
7472
7432
|
"light": "{colorGreyOpaque10}",
|
|
7473
7433
|
"dark": "{colorGreyOpaque10}"
|
|
7474
7434
|
},
|
|
@@ -8606,18 +8566,10 @@ export var preset = {
|
|
|
8606
8566
|
"light": "{colorPrimary600}",
|
|
8607
8567
|
"dark": "{colorPrimary400}"
|
|
8608
8568
|
},
|
|
8609
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
8610
|
-
"light": "{colorWhite}",
|
|
8611
|
-
"dark": "{colorWhite}"
|
|
8612
|
-
},
|
|
8613
8569
|
"colorBackgroundProgressBarDefault": {
|
|
8614
8570
|
"light": "{colorNeutral250}",
|
|
8615
8571
|
"dark": "{colorNeutral700}"
|
|
8616
8572
|
},
|
|
8617
|
-
"colorBackgroundProgressBarInFlash": {
|
|
8618
|
-
"light": "{colorGreyOpaque25}",
|
|
8619
|
-
"dark": "{colorGreyOpaque25}"
|
|
8620
|
-
},
|
|
8621
8573
|
"colorBackgroundSegmentActive": {
|
|
8622
8574
|
"light": "{colorPrimary600}",
|
|
8623
8575
|
"dark": "{colorPrimary400}"
|
|
@@ -9754,18 +9706,10 @@ export var preset = {
|
|
|
9754
9706
|
"light": "{colorPrimary400}",
|
|
9755
9707
|
"dark": "{colorPrimary400}"
|
|
9756
9708
|
},
|
|
9757
|
-
"colorBackgroundProgressBarValueInFlash": {
|
|
9758
|
-
"light": "{colorWhite}",
|
|
9759
|
-
"dark": "{colorWhite}"
|
|
9760
|
-
},
|
|
9761
9709
|
"colorBackgroundProgressBarDefault": {
|
|
9762
9710
|
"light": "{colorNeutral700}",
|
|
9763
9711
|
"dark": "{colorNeutral700}"
|
|
9764
9712
|
},
|
|
9765
|
-
"colorBackgroundProgressBarInFlash": {
|
|
9766
|
-
"light": "{colorGreyOpaque25}",
|
|
9767
|
-
"dark": "{colorGreyOpaque25}"
|
|
9768
|
-
},
|
|
9769
9713
|
"colorBackgroundSegmentActive": {
|
|
9770
9714
|
"light": "{colorPrimary400}",
|
|
9771
9715
|
"dark": "{colorPrimary400}"
|
|
@@ -10963,9 +10907,7 @@ export var preset = {
|
|
|
10963
10907
|
"colorBackgroundNotificationStackBarHover": "color",
|
|
10964
10908
|
"colorBackgroundPopover": "color",
|
|
10965
10909
|
"colorBackgroundProgressBarValueDefault": "color",
|
|
10966
|
-
"colorBackgroundProgressBarValueInFlash": "color",
|
|
10967
10910
|
"colorBackgroundProgressBarDefault": "color",
|
|
10968
|
-
"colorBackgroundProgressBarInFlash": "color",
|
|
10969
10911
|
"colorBackgroundSegmentActive": "color",
|
|
10970
10912
|
"colorBackgroundSegmentDefault": "color",
|
|
10971
10913
|
"colorBackgroundSegmentDisabled": "color",
|
|
@@ -12599,9 +12541,7 @@ export var preset = {
|
|
|
12599
12541
|
"colorBackgroundNotificationStackBarHover": "color-background-notification-stack-bar-hover",
|
|
12600
12542
|
"colorBackgroundPopover": "color-background-popover",
|
|
12601
12543
|
"colorBackgroundProgressBarValueDefault": "color-background-progress-bar-value-default",
|
|
12602
|
-
"colorBackgroundProgressBarValueInFlash": "color-background-progress-bar-value-in-flash",
|
|
12603
12544
|
"colorBackgroundProgressBarDefault": "color-background-progress-bar-default",
|
|
12604
|
-
"colorBackgroundProgressBarInFlash": "color-background-progress-bar-in-flash",
|
|
12605
12545
|
"colorBackgroundSegmentActive": "color-background-segment-active",
|
|
12606
12546
|
"colorBackgroundSegmentDefault": "color-background-segment-default",
|
|
12607
12547
|
"colorBackgroundSegmentDisabled": "color-background-segment-disabled",
|
|
@@ -13419,10 +13359,8 @@ export var preset = {
|
|
|
13419
13359
|
"colorBackgroundNotificationStackBarActive": "--color-background-notification-stack-bar-active-a4h9r8",
|
|
13420
13360
|
"colorBackgroundNotificationStackBarHover": "--color-background-notification-stack-bar-hover-jh82oo",
|
|
13421
13361
|
"colorBackgroundPopover": "--color-background-popover-e20fy8",
|
|
13422
|
-
"colorBackgroundProgressBarValueDefault": "--color-background-progress-bar-value-default-
|
|
13423
|
-
"
|
|
13424
|
-
"colorBackgroundProgressBarDefault": "--color-background-progress-bar-default-4755ec",
|
|
13425
|
-
"colorBackgroundProgressBarInFlash": "--color-background-progress-bar-in-flash-f4k60b",
|
|
13362
|
+
"colorBackgroundProgressBarValueDefault": "--color-background-progress-bar-value-default-69ydqg",
|
|
13363
|
+
"colorBackgroundProgressBarDefault": "--color-background-progress-bar-default-j8kyxd",
|
|
13426
13364
|
"colorBackgroundSegmentActive": "--color-background-segment-active-1u2ldl",
|
|
13427
13365
|
"colorBackgroundSegmentDefault": "--color-background-segment-default-b0r494",
|
|
13428
13366
|
"colorBackgroundSegmentDisabled": "--color-background-segment-disabled-m2a5t7",
|
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudscape-design/board-components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.147",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/cloudscape-design/board-components.git"
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"stylelint --fix"
|
|
94
94
|
],
|
|
95
95
|
"package-lock.json": [
|
|
96
|
-
"
|
|
96
|
+
"prepare-package-lock"
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
99
|
"license": "Apache-2.0",
|