@aivenio/aquarium 5.2.0 → 5.3.0
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/dist/_variables.scss +9 -0
- package/dist/atoms.cjs +30 -12
- package/dist/atoms.mjs +30 -12
- package/dist/charts.cjs +9 -0
- package/dist/charts.mjs +9 -0
- package/dist/src/atoms/DatePicker/RangeCalendar.js +1 -1
- package/dist/src/atoms/ProgressBar/ProgressBar.js +4 -4
- package/dist/src/atoms/Stepper/Stepper.js +2 -2
- package/dist/src/atoms/Switch/Switch.js +2 -2
- package/dist/src/atoms/Toast/Toast.js +4 -4
- package/dist/src/molecules/Badge/Badge.js +1 -1
- package/dist/src/molecules/TagLabel/TagLabel.js +1 -1
- package/dist/src/tokens/tokens.json +9 -0
- package/dist/styles.css +66 -12
- package/dist/system.cjs +31 -13
- package/dist/system.mjs +31 -13
- package/dist/tailwind.theme.json +9 -0
- package/dist/tokens.json +9 -0
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/system.mjs
CHANGED
|
@@ -5330,6 +5330,7 @@ var tailwind_theme_default = {
|
|
|
5330
5330
|
"100": "var(--aquarium-colors-warning-100)",
|
|
5331
5331
|
muted: "var(--aquarium-background-color-warning-muted)",
|
|
5332
5332
|
default: "var(--aquarium-background-color-warning-default)",
|
|
5333
|
+
graphic: "var(--aquarium-background-color-warning-graphic)",
|
|
5333
5334
|
intense: "var(--aquarium-background-color-warning-intense)",
|
|
5334
5335
|
inverse: "var(--aquarium-background-color-warning-inverse)"
|
|
5335
5336
|
},
|
|
@@ -5348,6 +5349,7 @@ var tailwind_theme_default = {
|
|
|
5348
5349
|
"100": "var(--aquarium-colors-success-100)",
|
|
5349
5350
|
muted: "var(--aquarium-background-color-success-muted)",
|
|
5350
5351
|
default: "var(--aquarium-background-color-success-default)",
|
|
5352
|
+
graphic: "var(--aquarium-background-color-success-graphic)",
|
|
5351
5353
|
intense: "var(--aquarium-background-color-success-intense)",
|
|
5352
5354
|
inverse: "var(--aquarium-background-color-success-inverse)"
|
|
5353
5355
|
},
|
|
@@ -5366,6 +5368,7 @@ var tailwind_theme_default = {
|
|
|
5366
5368
|
"100": "var(--aquarium-colors-info-100)",
|
|
5367
5369
|
muted: "var(--aquarium-background-color-info-muted)",
|
|
5368
5370
|
default: "var(--aquarium-background-color-info-default)",
|
|
5371
|
+
graphic: "var(--aquarium-background-color-info-graphic)",
|
|
5369
5372
|
intense: "var(--aquarium-background-color-info-intense)",
|
|
5370
5373
|
inverse: "var(--aquarium-background-color-info-inverse)"
|
|
5371
5374
|
},
|
|
@@ -5440,6 +5443,7 @@ var tailwind_theme_default = {
|
|
|
5440
5443
|
muted: "var(--aquarium-background-color-danger-muted)",
|
|
5441
5444
|
default: "var(--aquarium-background-color-danger-default)",
|
|
5442
5445
|
intense: "var(--aquarium-background-color-danger-intense)",
|
|
5446
|
+
graphic: "var(--aquarium-background-color-danger-graphic)",
|
|
5443
5447
|
inverse: "var(--aquarium-background-color-danger-inverse)"
|
|
5444
5448
|
},
|
|
5445
5449
|
status: {
|
|
@@ -5487,6 +5491,7 @@ var tailwind_theme_default = {
|
|
|
5487
5491
|
"100": "var(--aquarium-colors-warning-100)",
|
|
5488
5492
|
inactive: "var(--aquarium-text-color-warning-inactive)",
|
|
5489
5493
|
muted: "var(--aquarium-text-color-warning-muted)",
|
|
5494
|
+
graphic: "var(--aquarium-text-color-warning-graphic)",
|
|
5490
5495
|
default: "var(--aquarium-text-color-warning-default)",
|
|
5491
5496
|
intense: "var(--aquarium-text-color-warning-intense)"
|
|
5492
5497
|
},
|
|
@@ -5505,6 +5510,7 @@ var tailwind_theme_default = {
|
|
|
5505
5510
|
"100": "var(--aquarium-colors-success-100)",
|
|
5506
5511
|
inactive: "var(--aquarium-text-color-success-inactive)",
|
|
5507
5512
|
muted: "var(--aquarium-text-color-success-muted)",
|
|
5513
|
+
graphic: "var(--aquarium-text-color-success-graphic)",
|
|
5508
5514
|
default: "var(--aquarium-text-color-success-default)",
|
|
5509
5515
|
intense: "var(--aquarium-text-color-success-intense)"
|
|
5510
5516
|
},
|
|
@@ -5523,6 +5529,7 @@ var tailwind_theme_default = {
|
|
|
5523
5529
|
"100": "var(--aquarium-colors-info-100)",
|
|
5524
5530
|
inactive: "var(--aquarium-text-color-info-inactive)",
|
|
5525
5531
|
muted: "var(--aquarium-text-color-info-muted)",
|
|
5532
|
+
graphic: "var(--aquarium-text-color-info-graphic)",
|
|
5526
5533
|
default: "var(--aquarium-text-color-info-default)",
|
|
5527
5534
|
intense: "var(--aquarium-text-color-info-intense)"
|
|
5528
5535
|
},
|
|
@@ -5570,6 +5577,7 @@ var tailwind_theme_default = {
|
|
|
5570
5577
|
inactive: "var(--aquarium-text-color-primary-inactive)",
|
|
5571
5578
|
active: "var(--aquarium-text-color-primary-active)",
|
|
5572
5579
|
muted: "var(--aquarium-text-color-primary-muted)",
|
|
5580
|
+
graphic: "var(--aquarium-text-color-primary-graphic)",
|
|
5573
5581
|
default: "var(--aquarium-text-color-primary-default)",
|
|
5574
5582
|
intense: "var(--aquarium-text-color-primary-intense)"
|
|
5575
5583
|
},
|
|
@@ -5581,6 +5589,7 @@ var tailwind_theme_default = {
|
|
|
5581
5589
|
danger: {
|
|
5582
5590
|
inactive: "var(--aquarium-text-color-danger-inactive)",
|
|
5583
5591
|
muted: "var(--aquarium-text-color-danger-muted)",
|
|
5592
|
+
graphic: "var(--aquarium-text-color-danger-graphic)",
|
|
5584
5593
|
default: "var(--aquarium-text-color-danger-default)",
|
|
5585
5594
|
intense: "var(--aquarium-text-color-danger-intense)"
|
|
5586
5595
|
}
|
|
@@ -5970,18 +5979,21 @@ var tokens_default = {
|
|
|
5970
5979
|
info: {
|
|
5971
5980
|
muted: "rgba(224,245,254,1)",
|
|
5972
5981
|
default: "rgba(3,153,227,1)",
|
|
5982
|
+
graphic: "rgba(3,153,227,1)",
|
|
5973
5983
|
intense: "rgba(1,116,186,1)",
|
|
5974
5984
|
inverse: "rgba(3,153,227,1)"
|
|
5975
5985
|
},
|
|
5976
5986
|
success: {
|
|
5977
5987
|
muted: "rgba(236,247,237,1)",
|
|
5978
5988
|
default: "rgba(0,179,0,1)",
|
|
5989
|
+
graphic: "rgba(0,179,0,1)",
|
|
5979
5990
|
intense: "rgba(0,142,0,1)",
|
|
5980
5991
|
inverse: "rgba(0,179,0,1)"
|
|
5981
5992
|
},
|
|
5982
5993
|
warning: {
|
|
5983
5994
|
muted: "rgba(255,248,234,1)",
|
|
5984
5995
|
default: "rgba(255,179,0,1)",
|
|
5996
|
+
graphic: "rgba(255,179,0,1)",
|
|
5985
5997
|
intense: "rgba(255,144,3,1)",
|
|
5986
5998
|
inverse: "rgba(255,179,0,1)"
|
|
5987
5999
|
},
|
|
@@ -5989,6 +6001,7 @@ var tokens_default = {
|
|
|
5989
6001
|
muted: "rgba(255,203,210,1)",
|
|
5990
6002
|
default: "rgba(255,173,179,1)",
|
|
5991
6003
|
intense: "rgba(230,39,40,1)",
|
|
6004
|
+
graphic: "rgba(230,39,40,1)",
|
|
5992
6005
|
inverse: "rgba(216,0,5,1)"
|
|
5993
6006
|
},
|
|
5994
6007
|
status: {
|
|
@@ -6212,30 +6225,35 @@ var tokens_default = {
|
|
|
6212
6225
|
inactive: "rgba(185,197,239,1)",
|
|
6213
6226
|
active: "rgba(34,47,149,1)",
|
|
6214
6227
|
muted: "rgba(129,142,236,1)",
|
|
6228
|
+
graphic: "rgba(129,142,236,1)",
|
|
6215
6229
|
default: "rgba(88,101,205,1)",
|
|
6216
6230
|
intense: "rgba(53,69,190,1)"
|
|
6217
6231
|
},
|
|
6218
6232
|
info: {
|
|
6219
6233
|
inactive: "rgba(180,229,251,1)",
|
|
6220
6234
|
muted: "rgba(76,194,247,1)",
|
|
6235
|
+
graphic: "rgba(76,194,247,1)",
|
|
6221
6236
|
default: "rgba(3,153,227,1)",
|
|
6222
6237
|
intense: "rgba(1,116,186,1)"
|
|
6223
6238
|
},
|
|
6224
6239
|
success: {
|
|
6225
6240
|
inactive: "rgba(203,255,201,1)",
|
|
6226
6241
|
muted: "rgba(137,235,128,1)",
|
|
6242
|
+
graphic: "rgba(137,235,128,1)",
|
|
6227
6243
|
default: "rgba(0,179,0,1)",
|
|
6228
6244
|
intense: "rgba(0,142,0,1)"
|
|
6229
6245
|
},
|
|
6230
6246
|
warning: {
|
|
6231
6247
|
inactive: "rgba(254,235,178,1)",
|
|
6232
6248
|
muted: "rgba(253,212,77,1)",
|
|
6249
|
+
graphic: "rgba(253,212,77,1)",
|
|
6233
6250
|
default: "rgba(253,159,0,1)",
|
|
6234
6251
|
intense: "rgba(254,109,0,1)"
|
|
6235
6252
|
},
|
|
6236
6253
|
danger: {
|
|
6237
6254
|
inactive: "rgba(255,203,210,1)",
|
|
6238
6255
|
muted: "rgba(255,173,179,1)",
|
|
6256
|
+
graphic: "rgba(255,173,179,1)",
|
|
6239
6257
|
default: "rgba(230,39,40,1)",
|
|
6240
6258
|
intense: "rgba(197,0,1,1)"
|
|
6241
6259
|
}
|
|
@@ -7064,11 +7082,11 @@ var toastStyles = tv4({
|
|
|
7064
7082
|
default: {
|
|
7065
7083
|
base: "bg-inverse text-opposite-default",
|
|
7066
7084
|
dismiss: "[&>button]:text-muted",
|
|
7067
|
-
action: "[&>*]:text-primary-inactive hover:[&>*]:text-primary-
|
|
7085
|
+
action: "[&>*]:text-primary-inactive hover:[&>*]:text-primary-graphic"
|
|
7068
7086
|
},
|
|
7069
7087
|
danger: {
|
|
7070
|
-
base: "bg-danger-
|
|
7071
|
-
dismiss: "[&>button]:text-danger-
|
|
7088
|
+
base: "bg-danger-graphic text-white",
|
|
7089
|
+
dismiss: "[&>button]:text-danger-graphic",
|
|
7072
7090
|
action: "[&>*]:text-white hover:[&>*]:text-white"
|
|
7073
7091
|
}
|
|
7074
7092
|
},
|
|
@@ -8014,7 +8032,7 @@ var createBadge = (type, displayName) => {
|
|
|
8014
8032
|
return Component;
|
|
8015
8033
|
};
|
|
8016
8034
|
var NotificationBadge = ({ children, top = "-2px", right = "-2px", ...props }) => {
|
|
8017
|
-
return /* @__PURE__ */ React27.createElement("div", { ...props, className: "Aquarium-Badge.Notification relative inline-flex text-default" }, children, /* @__PURE__ */ React27.createElement("span", { style: { top, right }, className: "absolute rounded-full w-[6px] h-[6px] bg-danger-
|
|
8035
|
+
return /* @__PURE__ */ React27.createElement("div", { ...props, className: "Aquarium-Badge.Notification relative inline-flex text-default" }, children, /* @__PURE__ */ React27.createElement("span", { style: { top, right }, className: "absolute rounded-full w-[6px] h-[6px] bg-danger-graphic" }));
|
|
8018
8036
|
};
|
|
8019
8037
|
var DotBadge = ({ dense = false, ...props }) => {
|
|
8020
8038
|
return /* @__PURE__ */ React27.createElement(
|
|
@@ -15175,7 +15193,7 @@ var cell = tv23({
|
|
|
15175
15193
|
"group-hover:bg-primary-graphic",
|
|
15176
15194
|
"group-invalid:group-hover:bg-danger-default",
|
|
15177
15195
|
"group-pressed:bg-primary-inverse",
|
|
15178
|
-
"group-invalid:group-pressed:bg-danger-
|
|
15196
|
+
"group-invalid:group-pressed:bg-danger-graphic"
|
|
15179
15197
|
],
|
|
15180
15198
|
cap: "text-white bg-primary-graphic group-invalid:bg-danger-default"
|
|
15181
15199
|
},
|
|
@@ -17201,10 +17219,10 @@ var progressBarIndicatorClasses = tv28({
|
|
|
17201
17219
|
base: "h-2 rounded-full transition-all ease-in-out delay-150",
|
|
17202
17220
|
variants: {
|
|
17203
17221
|
status: {
|
|
17204
|
-
info: "bg-info-
|
|
17205
|
-
warning: "bg-warning-
|
|
17206
|
-
success: "bg-success-
|
|
17207
|
-
error: "bg-danger-
|
|
17222
|
+
info: "bg-info-graphic",
|
|
17223
|
+
warning: "bg-warning-graphic",
|
|
17224
|
+
success: "bg-success-graphic",
|
|
17225
|
+
error: "bg-danger-graphic"
|
|
17208
17226
|
}
|
|
17209
17227
|
}
|
|
17210
17228
|
});
|
|
@@ -17368,7 +17386,7 @@ var switchStyles = tv29({
|
|
|
17368
17386
|
slots: {
|
|
17369
17387
|
wrapper: "relative inline-flex justify-center items-center self-center group",
|
|
17370
17388
|
input: "appearance-none peer/switch rounded-full inline-block w-[34px] h-[20px] transition duration-300 outline-none focusable cursor-pointer disabled:cursor-not-allowed",
|
|
17371
|
-
thumb: "pointer-events-none rounded-full absolute inline-flex justify-center items-center transition duration-300 h-4 w-4 transform peer-checked/switch:translate-x-5 bg-white left-2 peer-checked/switch:left-1 text-inactive peer-checked/switch:text-primary-
|
|
17389
|
+
thumb: "pointer-events-none rounded-full absolute inline-flex justify-center items-center transition duration-300 h-4 w-4 transform peer-checked/switch:translate-x-5 bg-white left-2 peer-checked/switch:left-1 text-inactive peer-checked/switch:text-primary-graphic"
|
|
17372
17390
|
},
|
|
17373
17391
|
variants: {
|
|
17374
17392
|
disabled: {
|
|
@@ -17445,7 +17463,7 @@ var getVariantClassNames = (variant = "primary") => {
|
|
|
17445
17463
|
case "neutral":
|
|
17446
17464
|
return "bg-medium";
|
|
17447
17465
|
case "danger":
|
|
17448
|
-
return "bg-danger-
|
|
17466
|
+
return "bg-danger-graphic";
|
|
17449
17467
|
case "success":
|
|
17450
17468
|
return "bg-success-intense";
|
|
17451
17469
|
case "primary":
|
|
@@ -17696,7 +17714,7 @@ var connectorStyles = tv31({
|
|
|
17696
17714
|
},
|
|
17697
17715
|
variants: {
|
|
17698
17716
|
completed: {
|
|
17699
|
-
true: { connector: "bg-success-
|
|
17717
|
+
true: { connector: "bg-success-graphic" },
|
|
17700
17718
|
false: { connector: "bg-intense" }
|
|
17701
17719
|
},
|
|
17702
17720
|
dense: {
|
|
@@ -17745,7 +17763,7 @@ var stepStyles = tv31({
|
|
|
17745
17763
|
slots: ["indicator"],
|
|
17746
17764
|
dense: false,
|
|
17747
17765
|
state: "completed",
|
|
17748
|
-
class: "border-2 text-white bg-success-
|
|
17766
|
+
class: "border-2 text-white bg-success-graphic border-success-intense"
|
|
17749
17767
|
},
|
|
17750
17768
|
// Dense variants
|
|
17751
17769
|
{
|
package/dist/tailwind.theme.json
CHANGED
|
@@ -367,6 +367,7 @@
|
|
|
367
367
|
"100": "var(--aquarium-colors-warning-100)",
|
|
368
368
|
"muted": "var(--aquarium-background-color-warning-muted)",
|
|
369
369
|
"default": "var(--aquarium-background-color-warning-default)",
|
|
370
|
+
"graphic": "var(--aquarium-background-color-warning-graphic)",
|
|
370
371
|
"intense": "var(--aquarium-background-color-warning-intense)",
|
|
371
372
|
"inverse": "var(--aquarium-background-color-warning-inverse)"
|
|
372
373
|
},
|
|
@@ -385,6 +386,7 @@
|
|
|
385
386
|
"100": "var(--aquarium-colors-success-100)",
|
|
386
387
|
"muted": "var(--aquarium-background-color-success-muted)",
|
|
387
388
|
"default": "var(--aquarium-background-color-success-default)",
|
|
389
|
+
"graphic": "var(--aquarium-background-color-success-graphic)",
|
|
388
390
|
"intense": "var(--aquarium-background-color-success-intense)",
|
|
389
391
|
"inverse": "var(--aquarium-background-color-success-inverse)"
|
|
390
392
|
},
|
|
@@ -403,6 +405,7 @@
|
|
|
403
405
|
"100": "var(--aquarium-colors-info-100)",
|
|
404
406
|
"muted": "var(--aquarium-background-color-info-muted)",
|
|
405
407
|
"default": "var(--aquarium-background-color-info-default)",
|
|
408
|
+
"graphic": "var(--aquarium-background-color-info-graphic)",
|
|
406
409
|
"intense": "var(--aquarium-background-color-info-intense)",
|
|
407
410
|
"inverse": "var(--aquarium-background-color-info-inverse)"
|
|
408
411
|
},
|
|
@@ -477,6 +480,7 @@
|
|
|
477
480
|
"muted": "var(--aquarium-background-color-danger-muted)",
|
|
478
481
|
"default": "var(--aquarium-background-color-danger-default)",
|
|
479
482
|
"intense": "var(--aquarium-background-color-danger-intense)",
|
|
483
|
+
"graphic": "var(--aquarium-background-color-danger-graphic)",
|
|
480
484
|
"inverse": "var(--aquarium-background-color-danger-inverse)"
|
|
481
485
|
},
|
|
482
486
|
"status": {
|
|
@@ -524,6 +528,7 @@
|
|
|
524
528
|
"100": "var(--aquarium-colors-warning-100)",
|
|
525
529
|
"inactive": "var(--aquarium-text-color-warning-inactive)",
|
|
526
530
|
"muted": "var(--aquarium-text-color-warning-muted)",
|
|
531
|
+
"graphic": "var(--aquarium-text-color-warning-graphic)",
|
|
527
532
|
"default": "var(--aquarium-text-color-warning-default)",
|
|
528
533
|
"intense": "var(--aquarium-text-color-warning-intense)"
|
|
529
534
|
},
|
|
@@ -542,6 +547,7 @@
|
|
|
542
547
|
"100": "var(--aquarium-colors-success-100)",
|
|
543
548
|
"inactive": "var(--aquarium-text-color-success-inactive)",
|
|
544
549
|
"muted": "var(--aquarium-text-color-success-muted)",
|
|
550
|
+
"graphic": "var(--aquarium-text-color-success-graphic)",
|
|
545
551
|
"default": "var(--aquarium-text-color-success-default)",
|
|
546
552
|
"intense": "var(--aquarium-text-color-success-intense)"
|
|
547
553
|
},
|
|
@@ -560,6 +566,7 @@
|
|
|
560
566
|
"100": "var(--aquarium-colors-info-100)",
|
|
561
567
|
"inactive": "var(--aquarium-text-color-info-inactive)",
|
|
562
568
|
"muted": "var(--aquarium-text-color-info-muted)",
|
|
569
|
+
"graphic": "var(--aquarium-text-color-info-graphic)",
|
|
563
570
|
"default": "var(--aquarium-text-color-info-default)",
|
|
564
571
|
"intense": "var(--aquarium-text-color-info-intense)"
|
|
565
572
|
},
|
|
@@ -607,6 +614,7 @@
|
|
|
607
614
|
"inactive": "var(--aquarium-text-color-primary-inactive)",
|
|
608
615
|
"active": "var(--aquarium-text-color-primary-active)",
|
|
609
616
|
"muted": "var(--aquarium-text-color-primary-muted)",
|
|
617
|
+
"graphic": "var(--aquarium-text-color-primary-graphic)",
|
|
610
618
|
"default": "var(--aquarium-text-color-primary-default)",
|
|
611
619
|
"intense": "var(--aquarium-text-color-primary-intense)"
|
|
612
620
|
},
|
|
@@ -618,6 +626,7 @@
|
|
|
618
626
|
"danger": {
|
|
619
627
|
"inactive": "var(--aquarium-text-color-danger-inactive)",
|
|
620
628
|
"muted": "var(--aquarium-text-color-danger-muted)",
|
|
629
|
+
"graphic": "var(--aquarium-text-color-danger-graphic)",
|
|
621
630
|
"default": "var(--aquarium-text-color-danger-default)",
|
|
622
631
|
"intense": "var(--aquarium-text-color-danger-intense)"
|
|
623
632
|
}
|
package/dist/tokens.json
CHANGED
|
@@ -49,18 +49,21 @@
|
|
|
49
49
|
"info": {
|
|
50
50
|
"muted": "rgba(224,245,254,1)",
|
|
51
51
|
"default": "rgba(3,153,227,1)",
|
|
52
|
+
"graphic": "rgba(3,153,227,1)",
|
|
52
53
|
"intense": "rgba(1,116,186,1)",
|
|
53
54
|
"inverse": "rgba(3,153,227,1)"
|
|
54
55
|
},
|
|
55
56
|
"success": {
|
|
56
57
|
"muted": "rgba(236,247,237,1)",
|
|
57
58
|
"default": "rgba(0,179,0,1)",
|
|
59
|
+
"graphic": "rgba(0,179,0,1)",
|
|
58
60
|
"intense": "rgba(0,142,0,1)",
|
|
59
61
|
"inverse": "rgba(0,179,0,1)"
|
|
60
62
|
},
|
|
61
63
|
"warning": {
|
|
62
64
|
"muted": "rgba(255,248,234,1)",
|
|
63
65
|
"default": "rgba(255,179,0,1)",
|
|
66
|
+
"graphic": "rgba(255,179,0,1)",
|
|
64
67
|
"intense": "rgba(255,144,3,1)",
|
|
65
68
|
"inverse": "rgba(255,179,0,1)"
|
|
66
69
|
},
|
|
@@ -68,6 +71,7 @@
|
|
|
68
71
|
"muted": "rgba(255,203,210,1)",
|
|
69
72
|
"default": "rgba(255,173,179,1)",
|
|
70
73
|
"intense": "rgba(230,39,40,1)",
|
|
74
|
+
"graphic": "rgba(230,39,40,1)",
|
|
71
75
|
"inverse": "rgba(216,0,5,1)"
|
|
72
76
|
},
|
|
73
77
|
"status": {
|
|
@@ -291,30 +295,35 @@
|
|
|
291
295
|
"inactive": "rgba(185,197,239,1)",
|
|
292
296
|
"active": "rgba(34,47,149,1)",
|
|
293
297
|
"muted": "rgba(129,142,236,1)",
|
|
298
|
+
"graphic": "rgba(129,142,236,1)",
|
|
294
299
|
"default": "rgba(88,101,205,1)",
|
|
295
300
|
"intense": "rgba(53,69,190,1)"
|
|
296
301
|
},
|
|
297
302
|
"info": {
|
|
298
303
|
"inactive": "rgba(180,229,251,1)",
|
|
299
304
|
"muted": "rgba(76,194,247,1)",
|
|
305
|
+
"graphic": "rgba(76,194,247,1)",
|
|
300
306
|
"default": "rgba(3,153,227,1)",
|
|
301
307
|
"intense": "rgba(1,116,186,1)"
|
|
302
308
|
},
|
|
303
309
|
"success": {
|
|
304
310
|
"inactive": "rgba(203,255,201,1)",
|
|
305
311
|
"muted": "rgba(137,235,128,1)",
|
|
312
|
+
"graphic": "rgba(137,235,128,1)",
|
|
306
313
|
"default": "rgba(0,179,0,1)",
|
|
307
314
|
"intense": "rgba(0,142,0,1)"
|
|
308
315
|
},
|
|
309
316
|
"warning": {
|
|
310
317
|
"inactive": "rgba(254,235,178,1)",
|
|
311
318
|
"muted": "rgba(253,212,77,1)",
|
|
319
|
+
"graphic": "rgba(253,212,77,1)",
|
|
312
320
|
"default": "rgba(253,159,0,1)",
|
|
313
321
|
"intense": "rgba(254,109,0,1)"
|
|
314
322
|
},
|
|
315
323
|
"danger": {
|
|
316
324
|
"inactive": "rgba(255,203,210,1)",
|
|
317
325
|
"muted": "rgba(255,173,179,1)",
|
|
326
|
+
"graphic": "rgba(255,173,179,1)",
|
|
318
327
|
"default": "rgba(230,39,40,1)",
|
|
319
328
|
"intense": "rgba(197,0,1,1)"
|
|
320
329
|
}
|