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