@pleodigital/design-system-votey 1.0.85 → 1.0.86
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
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
--color-surface-ashy: var(--color-navy-blue-600);
|
|
14
14
|
--color-surface-active-mild: var(--color-mint-green-900);
|
|
15
15
|
--color-surface-lavenda: var(--color-navy-blue-200);
|
|
16
|
+
--color-surface-contrast-green: var(--color-mint-green-900);
|
|
17
|
+
--color-surface-mild-mint: var(--color-mint-green-900);
|
|
18
|
+
--color-surface-light-navy: var(--color-navy-blue-600);
|
|
16
19
|
--color-alert-weak: var(--color-orange-500);
|
|
17
20
|
--color-alert-strong: var(--color-orange-400);
|
|
18
21
|
--color-alert-decent: var(--color-orange-400);
|
|
@@ -25,6 +28,7 @@
|
|
|
25
28
|
--color-text-dim: var(--color-navy-blue-50);
|
|
26
29
|
--color-text-inactive-dark: var(--color-navy-blue-50);
|
|
27
30
|
--color-text-bright-strong: var(--color-navy-blue-50);
|
|
31
|
+
--color-text-navy: var(--color-navy-blue-25);
|
|
28
32
|
--color-border-dark: var(--color-navy-blue-400);
|
|
29
33
|
--color-border-bright: var(--color-navy-blue-600);
|
|
30
34
|
--color-border-active: var(--color-mint-green-500);
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
--color-surface-ashy: var(--color-gray-400);
|
|
14
14
|
--color-surface-active-mild: var(--color-mint-green-50);
|
|
15
15
|
--color-surface-lavenda: var(--color-navy-blue-50);
|
|
16
|
+
--color-surface-contrast-green: var(--color-mint-green-70);
|
|
17
|
+
--color-surface-mild-mint: var(--color-mint-green-100);
|
|
18
|
+
--color-surface-light-navy: var(--color-white);
|
|
16
19
|
--color-alert-weak: var(--color-orange-100);
|
|
17
20
|
--color-alert-strong: var(--color-orange-500);
|
|
18
21
|
--color-alert-decent: var(--color-orange-300);
|
|
@@ -25,6 +28,7 @@
|
|
|
25
28
|
--color-text-dim: var(--color-navy-blue-100);
|
|
26
29
|
--color-text-inactive-dark: var(--color-gray-700);
|
|
27
30
|
--color-text-bright-strong: var(--color-white);
|
|
31
|
+
--color-text-navy: var(--color-navy-blue-800);
|
|
28
32
|
--color-border-dark: var(--color-gray-400);
|
|
29
33
|
--color-border-bright: var(--color-white);
|
|
30
34
|
--color-border-active: var(--color-mint-green-400);
|
|
@@ -64,6 +64,9 @@
|
|
|
64
64
|
--color-surface-ashy: var(--color-surface-ashy);
|
|
65
65
|
--color-surface-active-mild: var(--color-surface-active-mild);
|
|
66
66
|
--color-surface-lavenda: var(--color-surface-lavenda);
|
|
67
|
+
--color-surface-contrast-green: var(--color-surface-contrast-green);
|
|
68
|
+
--color-surface-mild-mint: var(--color-surface-mild-mint);
|
|
69
|
+
--color-surface-light-navy: var(--color-surface-light-navy);
|
|
67
70
|
--color-alert-weak: var(--color-alert-weak);
|
|
68
71
|
--color-alert-strong: var(--color-alert-strong);
|
|
69
72
|
--color-alert-decent: var(--color-alert-decent);
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
--color-text-dim: var(--color-text-dim);
|
|
77
80
|
--color-text-inactive-dark: var(--color-text-inactive-dark);
|
|
78
81
|
--color-text-bright-strong: var(--color-text-bright-strong);
|
|
82
|
+
--color-text-navy: var(--color-text-navy);
|
|
79
83
|
--color-border-dark: var(--color-border-dark);
|
|
80
84
|
--color-border-bright: var(--color-border-bright);
|
|
81
85
|
--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 13:03:16 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -67,6 +67,9 @@ $color-surface-badge: #7d81bf;
|
|
|
67
67
|
$color-surface-ashy: #26256b;
|
|
68
68
|
$color-surface-active-mild: #05516b;
|
|
69
69
|
$color-surface-lavenda: #5250df;
|
|
70
|
+
$color-surface-contrast-green: #05516b;
|
|
71
|
+
$color-surface-mild-mint: #05516b;
|
|
72
|
+
$color-surface-light-navy: #26256b;
|
|
70
73
|
$color-alert-weak: #df6705;
|
|
71
74
|
$color-alert-strong: #ea7b20;
|
|
72
75
|
$color-alert-decent: #ea7b20;
|
|
@@ -79,6 +82,7 @@ $color-text-contrast: #7d81bf;
|
|
|
79
82
|
$color-text-dim: #cdd0fd;
|
|
80
83
|
$color-text-inactive-dark: #cdd0fd;
|
|
81
84
|
$color-text-bright-strong: #cdd0fd;
|
|
85
|
+
$color-text-navy: #e9eaff;
|
|
82
86
|
$color-border-dark: #3b3a76;
|
|
83
87
|
$color-border-bright: #26256b;
|
|
84
88
|
$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 13:03:16 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -67,6 +67,9 @@ $color-surface-badge: #e9eaff;
|
|
|
67
67
|
$color-surface-ashy: #ececec;
|
|
68
68
|
$color-surface-active-mild: #edfffa;
|
|
69
69
|
$color-surface-lavenda: #cdd0fd;
|
|
70
|
+
$color-surface-contrast-green: #e1fff6;
|
|
71
|
+
$color-surface-mild-mint: #cafdee;
|
|
72
|
+
$color-surface-light-navy: #ffffff;
|
|
70
73
|
$color-alert-weak: #fcd5b5;
|
|
71
74
|
$color-alert-strong: #df6705;
|
|
72
75
|
$color-alert-decent: #f19a58;
|
|
@@ -79,6 +82,7 @@ $color-text-contrast: #939393;
|
|
|
79
82
|
$color-text-dim: #7d81bf;
|
|
80
83
|
$color-text-inactive-dark: #939393;
|
|
81
84
|
$color-text-bright-strong: #ffffff;
|
|
85
|
+
$color-text-navy: #07064e;
|
|
82
86
|
$color-border-dark: #ececec;
|
|
83
87
|
$color-border-bright: #ffffff;
|
|
84
88
|
$color-border-active: #2af5ba;
|
package/package.json
CHANGED