@volue/design-colors 3.0.0-next.0 → 3.0.0-next.1
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/flat.common.js +63 -1
- package/dist/flat.d.ts +44 -2
- package/dist/flat.module.js +43 -1
- package/dist/generic.common.js +245 -3
- package/dist/generic.d.ts +125 -2
- package/dist/generic.module.js +245 -3
- package/dist/index.common.js +40 -2
- package/dist/index.cssmodules.css +22 -2
- package/dist/index.custom-properties.css +22 -2
- package/dist/index.d.ts +40 -2
- package/dist/index.json +22 -2
- package/dist/index.map.scss +23 -3
- package/dist/index.module.js +40 -2
- package/dist/index.scss +22 -2
- package/dist/internal/fillsWithTextColors.json +44 -0
- package/package.json +1 -5
- package/src/functional.json +10 -4
- package/src/internal/fills.json +9 -0
- package/src/rgb-channels.json +77 -0
package/dist/generic.module.js
CHANGED
|
@@ -1119,7 +1119,20 @@ export default {
|
|
|
1119
1119
|
"path": [
|
|
1120
1120
|
"color",
|
|
1121
1121
|
"background",
|
|
1122
|
-
"canvas"
|
|
1122
|
+
"canvas",
|
|
1123
|
+
"@"
|
|
1124
|
+
]
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"value": "#f9fafb",
|
|
1128
|
+
"name": "backgroundCanvasSubtle",
|
|
1129
|
+
"description": "Subtle canvas background. Used for the background of your app, e.g. when you create a card-based layout.",
|
|
1130
|
+
"originalName": "backgroundNeutralSubtle",
|
|
1131
|
+
"path": [
|
|
1132
|
+
"color",
|
|
1133
|
+
"background",
|
|
1134
|
+
"canvas",
|
|
1135
|
+
"subtle"
|
|
1123
1136
|
]
|
|
1124
1137
|
},
|
|
1125
1138
|
{
|
|
@@ -1137,7 +1150,7 @@ export default {
|
|
|
1137
1150
|
{
|
|
1138
1151
|
"value": "#f3f5f6",
|
|
1139
1152
|
"name": "backgroundSurfaceSubtle",
|
|
1140
|
-
"description": "Subtle surface background. Used for the background area of components that should stand out somewhat against default surface.",
|
|
1153
|
+
"description": "Subtle surface background. Used for the background area of components that should stand out somewhat against default surface or app canvas.",
|
|
1141
1154
|
"originalName": "backgroundNeutralModerate",
|
|
1142
1155
|
"path": [
|
|
1143
1156
|
"color",
|
|
@@ -1864,7 +1877,7 @@ export default {
|
|
|
1864
1877
|
]
|
|
1865
1878
|
},
|
|
1866
1879
|
{
|
|
1867
|
-
"value": "rgba(255, 255, 255, 0.
|
|
1880
|
+
"value": "rgba(255, 255, 255, 0.113)",
|
|
1868
1881
|
"name": "backgroundInverse",
|
|
1869
1882
|
"description": "Inverse background. Used for backgrounds of elements on a strong background.",
|
|
1870
1883
|
"originalName": "backgroundNeutralMinimal",
|
|
@@ -2473,5 +2486,234 @@ export default {
|
|
|
2473
2486
|
"inverse"
|
|
2474
2487
|
]
|
|
2475
2488
|
}
|
|
2489
|
+
],
|
|
2490
|
+
"rgb": [
|
|
2491
|
+
{
|
|
2492
|
+
"value": "255, 255, 255",
|
|
2493
|
+
"name": "rgbBackgroundSurface",
|
|
2494
|
+
"originalName": "backgroundSurface",
|
|
2495
|
+
"path": [
|
|
2496
|
+
"color",
|
|
2497
|
+
"rgb",
|
|
2498
|
+
"background",
|
|
2499
|
+
"surface"
|
|
2500
|
+
]
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"value": "230, 235, 236",
|
|
2504
|
+
"name": "rgbBackgroundNeutral",
|
|
2505
|
+
"originalName": "backgroundNeutral",
|
|
2506
|
+
"path": [
|
|
2507
|
+
"color",
|
|
2508
|
+
"rgb",
|
|
2509
|
+
"background",
|
|
2510
|
+
"neutral",
|
|
2511
|
+
"@"
|
|
2512
|
+
]
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"value": "83, 116, 123",
|
|
2516
|
+
"name": "rgbBackgroundNeutralBold",
|
|
2517
|
+
"originalName": "backgroundNeutralBold",
|
|
2518
|
+
"path": [
|
|
2519
|
+
"color",
|
|
2520
|
+
"rgb",
|
|
2521
|
+
"background",
|
|
2522
|
+
"neutral",
|
|
2523
|
+
"bold"
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"value": "34, 63, 68",
|
|
2528
|
+
"name": "rgbBackgroundNeutralStrong",
|
|
2529
|
+
"originalName": "backgroundNeutralStrong",
|
|
2530
|
+
"path": [
|
|
2531
|
+
"color",
|
|
2532
|
+
"rgb",
|
|
2533
|
+
"background",
|
|
2534
|
+
"neutral",
|
|
2535
|
+
"strong"
|
|
2536
|
+
]
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"value": "232, 241, 243",
|
|
2540
|
+
"name": "rgbBackgroundAccent",
|
|
2541
|
+
"originalName": "backgroundAccent",
|
|
2542
|
+
"path": [
|
|
2543
|
+
"color",
|
|
2544
|
+
"rgb",
|
|
2545
|
+
"background",
|
|
2546
|
+
"accent",
|
|
2547
|
+
"@"
|
|
2548
|
+
]
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"value": "91, 155, 169",
|
|
2552
|
+
"name": "rgbBackgroundAccentBold",
|
|
2553
|
+
"originalName": "backgroundAccentBold",
|
|
2554
|
+
"path": [
|
|
2555
|
+
"color",
|
|
2556
|
+
"rgb",
|
|
2557
|
+
"background",
|
|
2558
|
+
"accent",
|
|
2559
|
+
"bold"
|
|
2560
|
+
]
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"value": "21, 112, 132",
|
|
2564
|
+
"name": "rgbBackgroundAccentStrong",
|
|
2565
|
+
"originalName": "backgroundAccentStrong",
|
|
2566
|
+
"path": [
|
|
2567
|
+
"color",
|
|
2568
|
+
"rgb",
|
|
2569
|
+
"background",
|
|
2570
|
+
"accent",
|
|
2571
|
+
"strong"
|
|
2572
|
+
]
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"value": "255, 239, 240",
|
|
2576
|
+
"name": "rgbBackgroundDanger",
|
|
2577
|
+
"originalName": "backgroundDanger",
|
|
2578
|
+
"path": [
|
|
2579
|
+
"color",
|
|
2580
|
+
"rgb",
|
|
2581
|
+
"background",
|
|
2582
|
+
"danger",
|
|
2583
|
+
"@"
|
|
2584
|
+
]
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"value": "255, 59, 61",
|
|
2588
|
+
"name": "rgbBackgroundDangerBold",
|
|
2589
|
+
"originalName": "backgroundDangerBold",
|
|
2590
|
+
"path": [
|
|
2591
|
+
"color",
|
|
2592
|
+
"rgb",
|
|
2593
|
+
"background",
|
|
2594
|
+
"danger",
|
|
2595
|
+
"bold"
|
|
2596
|
+
]
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"value": "223, 0, 31",
|
|
2600
|
+
"name": "rgbBackgroundDangerStrong",
|
|
2601
|
+
"originalName": "backgroundDangerStrong",
|
|
2602
|
+
"path": [
|
|
2603
|
+
"color",
|
|
2604
|
+
"rgb",
|
|
2605
|
+
"background",
|
|
2606
|
+
"danger",
|
|
2607
|
+
"strong"
|
|
2608
|
+
]
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"value": "255, 242, 218",
|
|
2612
|
+
"name": "rgbBackgroundWarning",
|
|
2613
|
+
"originalName": "backgroundWarning",
|
|
2614
|
+
"path": [
|
|
2615
|
+
"color",
|
|
2616
|
+
"rgb",
|
|
2617
|
+
"background",
|
|
2618
|
+
"warning",
|
|
2619
|
+
"@"
|
|
2620
|
+
]
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"value": "255, 185, 0",
|
|
2624
|
+
"name": "rgbBackgroundWarningBold",
|
|
2625
|
+
"originalName": "backgroundWarningBold",
|
|
2626
|
+
"path": [
|
|
2627
|
+
"color",
|
|
2628
|
+
"rgb",
|
|
2629
|
+
"background",
|
|
2630
|
+
"warning",
|
|
2631
|
+
"bold"
|
|
2632
|
+
]
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"value": "220, 159, 0",
|
|
2636
|
+
"name": "rgbBackgroundWarningStrong",
|
|
2637
|
+
"originalName": "backgroundWarningStrong",
|
|
2638
|
+
"path": [
|
|
2639
|
+
"color",
|
|
2640
|
+
"rgb",
|
|
2641
|
+
"background",
|
|
2642
|
+
"warning",
|
|
2643
|
+
"strong"
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"value": "219, 255, 223",
|
|
2648
|
+
"name": "rgbBackgroundSuccess",
|
|
2649
|
+
"originalName": "backgroundSuccess",
|
|
2650
|
+
"path": [
|
|
2651
|
+
"color",
|
|
2652
|
+
"rgb",
|
|
2653
|
+
"background",
|
|
2654
|
+
"success",
|
|
2655
|
+
"@"
|
|
2656
|
+
]
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"value": "34, 160, 71",
|
|
2660
|
+
"name": "rgbBackgroundSuccessBold",
|
|
2661
|
+
"originalName": "backgroundSuccessBold",
|
|
2662
|
+
"path": [
|
|
2663
|
+
"color",
|
|
2664
|
+
"rgb",
|
|
2665
|
+
"background",
|
|
2666
|
+
"success",
|
|
2667
|
+
"bold"
|
|
2668
|
+
]
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"value": "27, 130, 56",
|
|
2672
|
+
"name": "rgbBackgroundSuccessStrong",
|
|
2673
|
+
"originalName": "backgroundSuccessStrong",
|
|
2674
|
+
"path": [
|
|
2675
|
+
"color",
|
|
2676
|
+
"rgb",
|
|
2677
|
+
"background",
|
|
2678
|
+
"success",
|
|
2679
|
+
"strong"
|
|
2680
|
+
]
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"value": "225, 249, 255",
|
|
2684
|
+
"name": "rgbBackgroundInfo",
|
|
2685
|
+
"originalName": "backgroundInfo",
|
|
2686
|
+
"path": [
|
|
2687
|
+
"color",
|
|
2688
|
+
"rgb",
|
|
2689
|
+
"background",
|
|
2690
|
+
"info",
|
|
2691
|
+
"@"
|
|
2692
|
+
]
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"value": "0, 150, 175",
|
|
2696
|
+
"name": "rgbBackgroundInfoBold",
|
|
2697
|
+
"originalName": "backgroundInfoBold",
|
|
2698
|
+
"path": [
|
|
2699
|
+
"color",
|
|
2700
|
+
"rgb",
|
|
2701
|
+
"background",
|
|
2702
|
+
"info",
|
|
2703
|
+
"bold"
|
|
2704
|
+
]
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"value": "0, 122, 146",
|
|
2708
|
+
"name": "rgbBackgroundInfoStrong",
|
|
2709
|
+
"originalName": "backgroundInfoStrong",
|
|
2710
|
+
"path": [
|
|
2711
|
+
"color",
|
|
2712
|
+
"rgb",
|
|
2713
|
+
"background",
|
|
2714
|
+
"info",
|
|
2715
|
+
"strong"
|
|
2716
|
+
]
|
|
2717
|
+
}
|
|
2476
2718
|
]
|
|
2477
2719
|
};
|
package/dist/index.common.js
CHANGED
|
@@ -127,7 +127,10 @@ module.exports = {
|
|
|
127
127
|
"pink100": "#bc3d91"
|
|
128
128
|
},
|
|
129
129
|
"background": {
|
|
130
|
-
"canvas":
|
|
130
|
+
"canvas": {
|
|
131
|
+
"default": "#ffffff",
|
|
132
|
+
"subtle": "#f9fafb"
|
|
133
|
+
},
|
|
131
134
|
"surface": {
|
|
132
135
|
"default": "#ffffff",
|
|
133
136
|
"subtle": "#f3f5f6",
|
|
@@ -229,7 +232,7 @@ module.exports = {
|
|
|
229
232
|
"default": "#e6ebec",
|
|
230
233
|
"subtle": "#f3f5f6"
|
|
231
234
|
},
|
|
232
|
-
"inverse": "rgba(255, 255, 255, 0.
|
|
235
|
+
"inverse": "rgba(255, 255, 255, 0.113)"
|
|
233
236
|
},
|
|
234
237
|
"foreground": {
|
|
235
238
|
"body": "#082d35",
|
|
@@ -312,5 +315,40 @@ module.exports = {
|
|
|
312
315
|
},
|
|
313
316
|
"focus": "#388597",
|
|
314
317
|
"inverse": "rgba(255, 255, 255, 0.85)"
|
|
318
|
+
},
|
|
319
|
+
"rgb": {
|
|
320
|
+
"background": {
|
|
321
|
+
"surface": "255, 255, 255",
|
|
322
|
+
"neutral": {
|
|
323
|
+
"default": "230, 235, 236",
|
|
324
|
+
"bold": "83, 116, 123",
|
|
325
|
+
"strong": "34, 63, 68"
|
|
326
|
+
},
|
|
327
|
+
"accent": {
|
|
328
|
+
"default": "232, 241, 243",
|
|
329
|
+
"bold": "91, 155, 169",
|
|
330
|
+
"strong": "21, 112, 132"
|
|
331
|
+
},
|
|
332
|
+
"danger": {
|
|
333
|
+
"default": "255, 239, 240",
|
|
334
|
+
"bold": "255, 59, 61",
|
|
335
|
+
"strong": "223, 0, 31"
|
|
336
|
+
},
|
|
337
|
+
"warning": {
|
|
338
|
+
"default": "255, 242, 218",
|
|
339
|
+
"bold": "255, 185, 0",
|
|
340
|
+
"strong": "220, 159, 0"
|
|
341
|
+
},
|
|
342
|
+
"success": {
|
|
343
|
+
"default": "219, 255, 223",
|
|
344
|
+
"bold": "34, 160, 71",
|
|
345
|
+
"strong": "27, 130, 56"
|
|
346
|
+
},
|
|
347
|
+
"info": {
|
|
348
|
+
"default": "225, 249, 255",
|
|
349
|
+
"bold": "0, 150, 175",
|
|
350
|
+
"strong": "0, 122, 146"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
315
353
|
}
|
|
316
354
|
};
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
@value color-data-pink80: #e26ab5;
|
|
123
123
|
@value color-data-pink100: #bc3d91;
|
|
124
124
|
@value color-background-canvas: #ffffff;
|
|
125
|
+
@value color-background-canvas-subtle: #f9fafb;
|
|
125
126
|
@value color-background-surface: #ffffff;
|
|
126
127
|
@value color-background-surface-subtle: #f3f5f6;
|
|
127
128
|
@value color-background-surface-contrast: #082d35;
|
|
@@ -181,7 +182,7 @@
|
|
|
181
182
|
@value color-background-info-strong-hover: #005e72;
|
|
182
183
|
@value color-background-disabled: #e6ebec;
|
|
183
184
|
@value color-background-disabled-subtle: #f3f5f6;
|
|
184
|
-
@value color-background-inverse: rgba(255, 255, 255, 0.
|
|
185
|
+
@value color-background-inverse: rgba(255, 255, 255, 0.113);
|
|
185
186
|
@value color-foreground-body: #082d35;
|
|
186
187
|
@value color-foreground-link: #11596a;
|
|
187
188
|
@value color-foreground-neutral: #082d35;
|
|
@@ -231,4 +232,23 @@
|
|
|
231
232
|
@value color-border-disabled: #e6ebec;
|
|
232
233
|
@value color-border-disabled-subtle: #f3f5f6;
|
|
233
234
|
@value color-border-focus: #388597;
|
|
234
|
-
@value color-border-inverse: rgba(255, 255, 255, 0.85);
|
|
235
|
+
@value color-border-inverse: rgba(255, 255, 255, 0.85);
|
|
236
|
+
@value color-rgb-background-surface: 255, 255, 255;
|
|
237
|
+
@value color-rgb-background-neutral: 230, 235, 236;
|
|
238
|
+
@value color-rgb-background-neutral-bold: 83, 116, 123;
|
|
239
|
+
@value color-rgb-background-neutral-strong: 34, 63, 68;
|
|
240
|
+
@value color-rgb-background-accent: 232, 241, 243;
|
|
241
|
+
@value color-rgb-background-accent-bold: 91, 155, 169;
|
|
242
|
+
@value color-rgb-background-accent-strong: 21, 112, 132;
|
|
243
|
+
@value color-rgb-background-danger: 255, 239, 240;
|
|
244
|
+
@value color-rgb-background-danger-bold: 255, 59, 61;
|
|
245
|
+
@value color-rgb-background-danger-strong: 223, 0, 31;
|
|
246
|
+
@value color-rgb-background-warning: 255, 242, 218;
|
|
247
|
+
@value color-rgb-background-warning-bold: 255, 185, 0;
|
|
248
|
+
@value color-rgb-background-warning-strong: 220, 159, 0;
|
|
249
|
+
@value color-rgb-background-success: 219, 255, 223;
|
|
250
|
+
@value color-rgb-background-success-bold: 34, 160, 71;
|
|
251
|
+
@value color-rgb-background-success-strong: 27, 130, 56;
|
|
252
|
+
@value color-rgb-background-info: 225, 249, 255;
|
|
253
|
+
@value color-rgb-background-info-bold: 0, 150, 175;
|
|
254
|
+
@value color-rgb-background-info-strong: 0, 122, 146;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 04 Aug 2023 11:50:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
--color-data-pink80: #e26ab5;
|
|
129
129
|
--color-data-pink100: #bc3d91;
|
|
130
130
|
--color-background-canvas: #ffffff;
|
|
131
|
+
--color-background-canvas-subtle: #f9fafb;
|
|
131
132
|
--color-background-surface: #ffffff;
|
|
132
133
|
--color-background-surface-subtle: #f3f5f6;
|
|
133
134
|
--color-background-surface-contrast: #082d35;
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
--color-background-info-strong-hover: #005e72;
|
|
188
189
|
--color-background-disabled: #e6ebec;
|
|
189
190
|
--color-background-disabled-subtle: #f3f5f6;
|
|
190
|
-
--color-background-inverse: rgba(255, 255, 255, 0.
|
|
191
|
+
--color-background-inverse: rgba(255, 255, 255, 0.113);
|
|
191
192
|
--color-foreground-body: #082d35;
|
|
192
193
|
--color-foreground-link: #11596a;
|
|
193
194
|
--color-foreground-neutral: #082d35;
|
|
@@ -238,4 +239,23 @@
|
|
|
238
239
|
--color-border-disabled-subtle: #f3f5f6;
|
|
239
240
|
--color-border-focus: #388597;
|
|
240
241
|
--color-border-inverse: rgba(255, 255, 255, 0.85);
|
|
242
|
+
--color-rgb-background-surface: 255, 255, 255;
|
|
243
|
+
--color-rgb-background-neutral: 230, 235, 236;
|
|
244
|
+
--color-rgb-background-neutral-bold: 83, 116, 123;
|
|
245
|
+
--color-rgb-background-neutral-strong: 34, 63, 68;
|
|
246
|
+
--color-rgb-background-accent: 232, 241, 243;
|
|
247
|
+
--color-rgb-background-accent-bold: 91, 155, 169;
|
|
248
|
+
--color-rgb-background-accent-strong: 21, 112, 132;
|
|
249
|
+
--color-rgb-background-danger: 255, 239, 240;
|
|
250
|
+
--color-rgb-background-danger-bold: 255, 59, 61;
|
|
251
|
+
--color-rgb-background-danger-strong: 223, 0, 31;
|
|
252
|
+
--color-rgb-background-warning: 255, 242, 218;
|
|
253
|
+
--color-rgb-background-warning-bold: 255, 185, 0;
|
|
254
|
+
--color-rgb-background-warning-strong: 220, 159, 0;
|
|
255
|
+
--color-rgb-background-success: 219, 255, 223;
|
|
256
|
+
--color-rgb-background-success-bold: 34, 160, 71;
|
|
257
|
+
--color-rgb-background-success-strong: 27, 130, 56;
|
|
258
|
+
--color-rgb-background-info: 225, 249, 255;
|
|
259
|
+
--color-rgb-background-info-bold: 0, 150, 175;
|
|
260
|
+
--color-rgb-background-info-strong: 0, 122, 146;
|
|
241
261
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -128,7 +128,10 @@ declare const tokens: {
|
|
|
128
128
|
"pink100": "#bc3d91"
|
|
129
129
|
},
|
|
130
130
|
"background": {
|
|
131
|
-
"canvas":
|
|
131
|
+
"canvas": {
|
|
132
|
+
"default": "#ffffff",
|
|
133
|
+
"subtle": "#f9fafb"
|
|
134
|
+
},
|
|
132
135
|
"surface": {
|
|
133
136
|
"default": "#ffffff",
|
|
134
137
|
"subtle": "#f3f5f6",
|
|
@@ -230,7 +233,7 @@ declare const tokens: {
|
|
|
230
233
|
"default": "#e6ebec",
|
|
231
234
|
"subtle": "#f3f5f6"
|
|
232
235
|
},
|
|
233
|
-
"inverse": "rgba(255, 255, 255, 0.
|
|
236
|
+
"inverse": "rgba(255, 255, 255, 0.113)"
|
|
234
237
|
},
|
|
235
238
|
"foreground": {
|
|
236
239
|
"body": "#082d35",
|
|
@@ -313,5 +316,40 @@ declare const tokens: {
|
|
|
313
316
|
},
|
|
314
317
|
"focus": "#388597",
|
|
315
318
|
"inverse": "rgba(255, 255, 255, 0.85)"
|
|
319
|
+
},
|
|
320
|
+
"rgb": {
|
|
321
|
+
"background": {
|
|
322
|
+
"surface": "255, 255, 255",
|
|
323
|
+
"neutral": {
|
|
324
|
+
"default": "230, 235, 236",
|
|
325
|
+
"bold": "83, 116, 123",
|
|
326
|
+
"strong": "34, 63, 68"
|
|
327
|
+
},
|
|
328
|
+
"accent": {
|
|
329
|
+
"default": "232, 241, 243",
|
|
330
|
+
"bold": "91, 155, 169",
|
|
331
|
+
"strong": "21, 112, 132"
|
|
332
|
+
},
|
|
333
|
+
"danger": {
|
|
334
|
+
"default": "255, 239, 240",
|
|
335
|
+
"bold": "255, 59, 61",
|
|
336
|
+
"strong": "223, 0, 31"
|
|
337
|
+
},
|
|
338
|
+
"warning": {
|
|
339
|
+
"default": "255, 242, 218",
|
|
340
|
+
"bold": "255, 185, 0",
|
|
341
|
+
"strong": "220, 159, 0"
|
|
342
|
+
},
|
|
343
|
+
"success": {
|
|
344
|
+
"default": "219, 255, 223",
|
|
345
|
+
"bold": "34, 160, 71",
|
|
346
|
+
"strong": "27, 130, 56"
|
|
347
|
+
},
|
|
348
|
+
"info": {
|
|
349
|
+
"default": "225, 249, 255",
|
|
350
|
+
"bold": "0, 150, 175",
|
|
351
|
+
"strong": "0, 122, 146"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
316
354
|
}
|
|
317
355
|
};
|
package/dist/index.json
CHANGED
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"COLOR_DATA_PINK80": "#e26ab5",
|
|
124
124
|
"COLOR_DATA_PINK100": "#bc3d91",
|
|
125
125
|
"COLOR_BACKGROUND_CANVAS": "#ffffff",
|
|
126
|
+
"COLOR_BACKGROUND_CANVAS_SUBTLE": "#f9fafb",
|
|
126
127
|
"COLOR_BACKGROUND_SURFACE": "#ffffff",
|
|
127
128
|
"COLOR_BACKGROUND_SURFACE_SUBTLE": "#f3f5f6",
|
|
128
129
|
"COLOR_BACKGROUND_SURFACE_CONTRAST": "#082d35",
|
|
@@ -182,7 +183,7 @@
|
|
|
182
183
|
"COLOR_BACKGROUND_INFO_STRONG_HOVER": "#005e72",
|
|
183
184
|
"COLOR_BACKGROUND_DISABLED": "#e6ebec",
|
|
184
185
|
"COLOR_BACKGROUND_DISABLED_SUBTLE": "#f3f5f6",
|
|
185
|
-
"COLOR_BACKGROUND_INVERSE": "rgba(255, 255, 255, 0.
|
|
186
|
+
"COLOR_BACKGROUND_INVERSE": "rgba(255, 255, 255, 0.113)",
|
|
186
187
|
"COLOR_FOREGROUND_BODY": "#082d35",
|
|
187
188
|
"COLOR_FOREGROUND_LINK": "#11596a",
|
|
188
189
|
"COLOR_FOREGROUND_NEUTRAL": "#082d35",
|
|
@@ -232,5 +233,24 @@
|
|
|
232
233
|
"COLOR_BORDER_DISABLED": "#e6ebec",
|
|
233
234
|
"COLOR_BORDER_DISABLED_SUBTLE": "#f3f5f6",
|
|
234
235
|
"COLOR_BORDER_FOCUS": "#388597",
|
|
235
|
-
"COLOR_BORDER_INVERSE": "rgba(255, 255, 255, 0.85)"
|
|
236
|
+
"COLOR_BORDER_INVERSE": "rgba(255, 255, 255, 0.85)",
|
|
237
|
+
"COLOR_RGB_BACKGROUND_SURFACE": "255, 255, 255",
|
|
238
|
+
"COLOR_RGB_BACKGROUND_NEUTRAL": "230, 235, 236",
|
|
239
|
+
"COLOR_RGB_BACKGROUND_NEUTRAL_BOLD": "83, 116, 123",
|
|
240
|
+
"COLOR_RGB_BACKGROUND_NEUTRAL_STRONG": "34, 63, 68",
|
|
241
|
+
"COLOR_RGB_BACKGROUND_ACCENT": "232, 241, 243",
|
|
242
|
+
"COLOR_RGB_BACKGROUND_ACCENT_BOLD": "91, 155, 169",
|
|
243
|
+
"COLOR_RGB_BACKGROUND_ACCENT_STRONG": "21, 112, 132",
|
|
244
|
+
"COLOR_RGB_BACKGROUND_DANGER": "255, 239, 240",
|
|
245
|
+
"COLOR_RGB_BACKGROUND_DANGER_BOLD": "255, 59, 61",
|
|
246
|
+
"COLOR_RGB_BACKGROUND_DANGER_STRONG": "223, 0, 31",
|
|
247
|
+
"COLOR_RGB_BACKGROUND_WARNING": "255, 242, 218",
|
|
248
|
+
"COLOR_RGB_BACKGROUND_WARNING_BOLD": "255, 185, 0",
|
|
249
|
+
"COLOR_RGB_BACKGROUND_WARNING_STRONG": "220, 159, 0",
|
|
250
|
+
"COLOR_RGB_BACKGROUND_SUCCESS": "219, 255, 223",
|
|
251
|
+
"COLOR_RGB_BACKGROUND_SUCCESS_BOLD": "34, 160, 71",
|
|
252
|
+
"COLOR_RGB_BACKGROUND_SUCCESS_STRONG": "27, 130, 56",
|
|
253
|
+
"COLOR_RGB_BACKGROUND_INFO": "225, 249, 255",
|
|
254
|
+
"COLOR_RGB_BACKGROUND_INFO_BOLD": "0, 150, 175",
|
|
255
|
+
"COLOR_RGB_BACKGROUND_INFO_STRONG": "0, 122, 146"
|
|
236
256
|
}
|
package/dist/index.map.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 04 Aug 2023 11:50:24 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$colors-map: (
|
|
@@ -129,6 +129,7 @@ $colors-map: (
|
|
|
129
129
|
'color-data-pink80': #e26ab5,
|
|
130
130
|
'color-data-pink100': #bc3d91,
|
|
131
131
|
'color-background-canvas': #ffffff,
|
|
132
|
+
'color-background-canvas-subtle': #f9fafb,
|
|
132
133
|
'color-background-surface': #ffffff,
|
|
133
134
|
'color-background-surface-subtle': #f3f5f6,
|
|
134
135
|
'color-background-surface-contrast': #082d35,
|
|
@@ -188,7 +189,7 @@ $colors-map: (
|
|
|
188
189
|
'color-background-info-strong-hover': #005e72,
|
|
189
190
|
'color-background-disabled': #e6ebec,
|
|
190
191
|
'color-background-disabled-subtle': #f3f5f6,
|
|
191
|
-
'color-background-inverse': rgba(255, 255, 255, 0.
|
|
192
|
+
'color-background-inverse': rgba(255, 255, 255, 0.113),
|
|
192
193
|
'color-foreground-body': #082d35,
|
|
193
194
|
'color-foreground-link': #11596a,
|
|
194
195
|
'color-foreground-neutral': #082d35,
|
|
@@ -238,5 +239,24 @@ $colors-map: (
|
|
|
238
239
|
'color-border-disabled': #e6ebec,
|
|
239
240
|
'color-border-disabled-subtle': #f3f5f6,
|
|
240
241
|
'color-border-focus': #388597,
|
|
241
|
-
'color-border-inverse': rgba(255, 255, 255, 0.85)
|
|
242
|
+
'color-border-inverse': rgba(255, 255, 255, 0.85),
|
|
243
|
+
'color-rgb-background-surface': 255, 255, 255,
|
|
244
|
+
'color-rgb-background-neutral': 230, 235, 236,
|
|
245
|
+
'color-rgb-background-neutral-bold': 83, 116, 123,
|
|
246
|
+
'color-rgb-background-neutral-strong': 34, 63, 68,
|
|
247
|
+
'color-rgb-background-accent': 232, 241, 243,
|
|
248
|
+
'color-rgb-background-accent-bold': 91, 155, 169,
|
|
249
|
+
'color-rgb-background-accent-strong': 21, 112, 132,
|
|
250
|
+
'color-rgb-background-danger': 255, 239, 240,
|
|
251
|
+
'color-rgb-background-danger-bold': 255, 59, 61,
|
|
252
|
+
'color-rgb-background-danger-strong': 223, 0, 31,
|
|
253
|
+
'color-rgb-background-warning': 255, 242, 218,
|
|
254
|
+
'color-rgb-background-warning-bold': 255, 185, 0,
|
|
255
|
+
'color-rgb-background-warning-strong': 220, 159, 0,
|
|
256
|
+
'color-rgb-background-success': 219, 255, 223,
|
|
257
|
+
'color-rgb-background-success-bold': 34, 160, 71,
|
|
258
|
+
'color-rgb-background-success-strong': 27, 130, 56,
|
|
259
|
+
'color-rgb-background-info': 225, 249, 255,
|
|
260
|
+
'color-rgb-background-info-bold': 0, 150, 175,
|
|
261
|
+
'color-rgb-background-info-strong': 0, 122, 146
|
|
242
262
|
);
|
package/dist/index.module.js
CHANGED
|
@@ -127,7 +127,10 @@ export default {
|
|
|
127
127
|
"pink100": "#bc3d91"
|
|
128
128
|
},
|
|
129
129
|
"background": {
|
|
130
|
-
"canvas":
|
|
130
|
+
"canvas": {
|
|
131
|
+
"default": "#ffffff",
|
|
132
|
+
"subtle": "#f9fafb"
|
|
133
|
+
},
|
|
131
134
|
"surface": {
|
|
132
135
|
"default": "#ffffff",
|
|
133
136
|
"subtle": "#f3f5f6",
|
|
@@ -229,7 +232,7 @@ export default {
|
|
|
229
232
|
"default": "#e6ebec",
|
|
230
233
|
"subtle": "#f3f5f6"
|
|
231
234
|
},
|
|
232
|
-
"inverse": "rgba(255, 255, 255, 0.
|
|
235
|
+
"inverse": "rgba(255, 255, 255, 0.113)"
|
|
233
236
|
},
|
|
234
237
|
"foreground": {
|
|
235
238
|
"body": "#082d35",
|
|
@@ -312,5 +315,40 @@ export default {
|
|
|
312
315
|
},
|
|
313
316
|
"focus": "#388597",
|
|
314
317
|
"inverse": "rgba(255, 255, 255, 0.85)"
|
|
318
|
+
},
|
|
319
|
+
"rgb": {
|
|
320
|
+
"background": {
|
|
321
|
+
"surface": "255, 255, 255",
|
|
322
|
+
"neutral": {
|
|
323
|
+
"default": "230, 235, 236",
|
|
324
|
+
"bold": "83, 116, 123",
|
|
325
|
+
"strong": "34, 63, 68"
|
|
326
|
+
},
|
|
327
|
+
"accent": {
|
|
328
|
+
"default": "232, 241, 243",
|
|
329
|
+
"bold": "91, 155, 169",
|
|
330
|
+
"strong": "21, 112, 132"
|
|
331
|
+
},
|
|
332
|
+
"danger": {
|
|
333
|
+
"default": "255, 239, 240",
|
|
334
|
+
"bold": "255, 59, 61",
|
|
335
|
+
"strong": "223, 0, 31"
|
|
336
|
+
},
|
|
337
|
+
"warning": {
|
|
338
|
+
"default": "255, 242, 218",
|
|
339
|
+
"bold": "255, 185, 0",
|
|
340
|
+
"strong": "220, 159, 0"
|
|
341
|
+
},
|
|
342
|
+
"success": {
|
|
343
|
+
"default": "219, 255, 223",
|
|
344
|
+
"bold": "34, 160, 71",
|
|
345
|
+
"strong": "27, 130, 56"
|
|
346
|
+
},
|
|
347
|
+
"info": {
|
|
348
|
+
"default": "225, 249, 255",
|
|
349
|
+
"bold": "0, 150, 175",
|
|
350
|
+
"strong": "0, 122, 146"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
315
353
|
}
|
|
316
354
|
};
|
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 04 Aug 2023 11:50:24 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray0: #f9fafb;
|
|
@@ -126,6 +126,7 @@ $color-data-pink60: #e29dc9;
|
|
|
126
126
|
$color-data-pink80: #e26ab5;
|
|
127
127
|
$color-data-pink100: #bc3d91;
|
|
128
128
|
$color-background-canvas: #ffffff;
|
|
129
|
+
$color-background-canvas-subtle: #f9fafb;
|
|
129
130
|
$color-background-surface: #ffffff;
|
|
130
131
|
$color-background-surface-subtle: #f3f5f6;
|
|
131
132
|
$color-background-surface-contrast: #082d35;
|
|
@@ -185,7 +186,7 @@ $color-background-info-strong: #007a92;
|
|
|
185
186
|
$color-background-info-strong-hover: #005e72;
|
|
186
187
|
$color-background-disabled: #e6ebec;
|
|
187
188
|
$color-background-disabled-subtle: #f3f5f6;
|
|
188
|
-
$color-background-inverse: rgba(255, 255, 255, 0.
|
|
189
|
+
$color-background-inverse: rgba(255, 255, 255, 0.113);
|
|
189
190
|
$color-foreground-body: #082d35;
|
|
190
191
|
$color-foreground-link: #11596a;
|
|
191
192
|
$color-foreground-neutral: #082d35;
|
|
@@ -236,3 +237,22 @@ $color-border-disabled: #e6ebec;
|
|
|
236
237
|
$color-border-disabled-subtle: #f3f5f6;
|
|
237
238
|
$color-border-focus: #388597;
|
|
238
239
|
$color-border-inverse: rgba(255, 255, 255, 0.85);
|
|
240
|
+
$color-rgb-background-surface: 255, 255, 255;
|
|
241
|
+
$color-rgb-background-neutral: 230, 235, 236;
|
|
242
|
+
$color-rgb-background-neutral-bold: 83, 116, 123;
|
|
243
|
+
$color-rgb-background-neutral-strong: 34, 63, 68;
|
|
244
|
+
$color-rgb-background-accent: 232, 241, 243;
|
|
245
|
+
$color-rgb-background-accent-bold: 91, 155, 169;
|
|
246
|
+
$color-rgb-background-accent-strong: 21, 112, 132;
|
|
247
|
+
$color-rgb-background-danger: 255, 239, 240;
|
|
248
|
+
$color-rgb-background-danger-bold: 255, 59, 61;
|
|
249
|
+
$color-rgb-background-danger-strong: 223, 0, 31;
|
|
250
|
+
$color-rgb-background-warning: 255, 242, 218;
|
|
251
|
+
$color-rgb-background-warning-bold: 255, 185, 0;
|
|
252
|
+
$color-rgb-background-warning-strong: 220, 159, 0;
|
|
253
|
+
$color-rgb-background-success: 219, 255, 223;
|
|
254
|
+
$color-rgb-background-success-bold: 34, 160, 71;
|
|
255
|
+
$color-rgb-background-success-strong: 27, 130, 56;
|
|
256
|
+
$color-rgb-background-info: 225, 249, 255;
|
|
257
|
+
$color-rgb-background-info-bold: 0, 150, 175;
|
|
258
|
+
$color-rgb-background-info-strong: 0, 122, 146;
|