@pleodigital/design-system-votey 1.0.87 → 1.0.89
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/css/tokens.css
CHANGED
package/dist/css/tokens.dark.css
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
--color-surface-mild-mint: var(--color-mint-green-900);
|
|
18
18
|
--color-surface-light-navy: var(--color-navy-blue-600);
|
|
19
19
|
--color-surface-info-subtle: var(--color-navy-blue-700);
|
|
20
|
+
--color-surface-ashy-gray: var(--color-navy-blue-600);
|
|
20
21
|
--color-alert-weak: var(--color-orange-500);
|
|
21
22
|
--color-alert-strong: var(--color-orange-400);
|
|
22
23
|
--color-alert-decent: var(--color-orange-400);
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
--color-text-inactive-dark: var(--color-navy-blue-50);
|
|
31
32
|
--color-text-bright-strong: var(--color-navy-blue-50);
|
|
32
33
|
--color-text-navy: var(--color-navy-blue-25);
|
|
34
|
+
--color-text-lighter-navy: var(--color-navy-blue-50);
|
|
33
35
|
--color-border-dark: var(--color-navy-blue-400);
|
|
34
36
|
--color-border-bright: var(--color-navy-blue-600);
|
|
35
37
|
--color-border-active: var(--color-mint-green-500);
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
--color-surface-mild-mint: var(--color-mint-green-100);
|
|
18
18
|
--color-surface-light-navy: var(--color-white);
|
|
19
19
|
--color-surface-info-subtle: var(--color-navy-blue-25);
|
|
20
|
+
--color-surface-ashy-gray: var(--color-gray-400);
|
|
20
21
|
--color-alert-weak: var(--color-orange-100);
|
|
21
22
|
--color-alert-strong: var(--color-orange-500);
|
|
22
23
|
--color-alert-decent: var(--color-orange-300);
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
--color-text-inactive-dark: var(--color-gray-700);
|
|
31
32
|
--color-text-bright-strong: var(--color-white);
|
|
32
33
|
--color-text-navy: var(--color-navy-blue-800);
|
|
34
|
+
--color-text-lighter-navy: var(--color-navy-blue-600);
|
|
33
35
|
--color-border-dark: var(--color-gray-400);
|
|
34
36
|
--color-border-bright: var(--color-white);
|
|
35
37
|
--color-border-active: var(--color-mint-green-400);
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
--color-surface-mild-mint: var(--color-surface-mild-mint);
|
|
69
69
|
--color-surface-light-navy: var(--color-surface-light-navy);
|
|
70
70
|
--color-surface-info-subtle: var(--color-surface-info-subtle);
|
|
71
|
+
--color-surface-ashy-gray: var(--color-surface-ashy-gray);
|
|
71
72
|
--color-alert-weak: var(--color-alert-weak);
|
|
72
73
|
--color-alert-strong: var(--color-alert-strong);
|
|
73
74
|
--color-alert-decent: var(--color-alert-decent);
|
|
@@ -81,6 +82,7 @@
|
|
|
81
82
|
--color-text-inactive-dark: var(--color-text-inactive-dark);
|
|
82
83
|
--color-text-bright-strong: var(--color-text-bright-strong);
|
|
83
84
|
--color-text-navy: var(--color-text-navy);
|
|
85
|
+
--color-text-lighter-navy: var(--color-text-lighter-navy);
|
|
84
86
|
--color-border-dark: var(--color-border-dark);
|
|
85
87
|
--color-border-bright: var(--color-border-bright);
|
|
86
88
|
--color-border-active: var(--color-border-active);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 13 May 2026
|
|
3
|
+
// Generated on Wed, 13 May 2026 14:16:30 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -71,6 +71,7 @@ $color-surface-contrast-green: #05516b;
|
|
|
71
71
|
$color-surface-mild-mint: #05516b;
|
|
72
72
|
$color-surface-light-navy: #26256b;
|
|
73
73
|
$color-surface-info-subtle: #13125d;
|
|
74
|
+
$color-surface-ashy-gray: #26256b;
|
|
74
75
|
$color-alert-weak: #df6705;
|
|
75
76
|
$color-alert-strong: #ea7b20;
|
|
76
77
|
$color-alert-decent: #ea7b20;
|
|
@@ -84,6 +85,7 @@ $color-text-dim: #cdd0fd;
|
|
|
84
85
|
$color-text-inactive-dark: #cdd0fd;
|
|
85
86
|
$color-text-bright-strong: #cdd0fd;
|
|
86
87
|
$color-text-navy: #e9eaff;
|
|
88
|
+
$color-text-lighter-navy: #cdd0fd;
|
|
87
89
|
$color-border-dark: #3b3a76;
|
|
88
90
|
$color-border-bright: #26256b;
|
|
89
91
|
$color-border-active: #0ad69c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 13 May 2026
|
|
3
|
+
// Generated on Wed, 13 May 2026 14:16:30 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -71,6 +71,7 @@ $color-surface-contrast-green: #e1fff6;
|
|
|
71
71
|
$color-surface-mild-mint: #cafdee;
|
|
72
72
|
$color-surface-light-navy: #ffffff;
|
|
73
73
|
$color-surface-info-subtle: #e9eaff;
|
|
74
|
+
$color-surface-ashy-gray: #ececec;
|
|
74
75
|
$color-alert-weak: #fcd5b5;
|
|
75
76
|
$color-alert-strong: #df6705;
|
|
76
77
|
$color-alert-decent: #f19a58;
|
|
@@ -84,6 +85,7 @@ $color-text-dim: #7d81bf;
|
|
|
84
85
|
$color-text-inactive-dark: #939393;
|
|
85
86
|
$color-text-bright-strong: #ffffff;
|
|
86
87
|
$color-text-navy: #07064e;
|
|
88
|
+
$color-text-lighter-navy: #26256b;
|
|
87
89
|
$color-border-dark: #ececec;
|
|
88
90
|
$color-border-bright: #ffffff;
|
|
89
91
|
$color-border-active: #2af5ba;
|
package/package.json
CHANGED