@pleodigital/design-system-votey 1.0.132 → 1.0.134
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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root[data-theme="dark"] {
|
|
2
2
|
--color-surface-bright: var(--color-navy-blue-600);
|
|
3
|
+
--color-surface-active-strong: var(--color-mint-green-600);
|
|
3
4
|
--color-surface-danger-subtle: var(--color-red-400);
|
|
4
5
|
--color-surface-subtle-accent: var(--color-navy-blue-400);
|
|
5
6
|
--color-surface-mild: var(--color-navy-blue-800);
|
|
@@ -53,7 +54,6 @@
|
|
|
53
54
|
--color-surface-warning-emphasis: var(--color-yellow-600);
|
|
54
55
|
--color-surface-alert-subtle: var(--color-orange-300);
|
|
55
56
|
--color-surface-plain-navy: var(--color-navy-blue-700);
|
|
56
|
-
--color-surface-active-strong: var(--color-mint-green-600);
|
|
57
57
|
--color-surface-accent-muted: var(--color-mint-green-800);
|
|
58
58
|
--color-surface-danger-muted: var(--color-red-400);
|
|
59
59
|
--color-surface-warning-muted: var(--color-yellow-400);
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
--color-alert-decent: var(--color-orange-400);
|
|
70
70
|
--color-text-dark: var(--color-navy-blue-50);
|
|
71
71
|
--color-text-subtle: var(--color-navy-blue-50);
|
|
72
|
+
--color-text-alert-emphasis-strong: var(--color-orange-800);
|
|
72
73
|
--color-text-on-neutral-contrast: var(--color-navy-blue-25);
|
|
73
74
|
--color-text-inactive: var(--color-navy-blue-100);
|
|
74
75
|
--color-text-bright: var(--color-blue-400);
|
|
@@ -99,6 +100,8 @@
|
|
|
99
100
|
--color-text-tertiary: var(--color-navy-blue-400);
|
|
100
101
|
--color-border-dark: var(--color-navy-blue-400);
|
|
101
102
|
--color-border-interactive-emphasis: var(--color-navy-blue-100);
|
|
103
|
+
--color-border-active-strong: var(--color-mint-green-800);
|
|
104
|
+
--color-border-subtle-strong: var(--color-navy-blue-900);
|
|
102
105
|
--color-border-interactive-active: var(--color-navy-blue-70);
|
|
103
106
|
--color-border-strong: var(--color-navy-blue-800);
|
|
104
107
|
--color-border-interactive-subtle: var(--color-navy-blue-100);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-surface-bright: var(--color-white);
|
|
3
|
+
--color-surface-active-strong: var(--color-mint-green-400);
|
|
3
4
|
--color-surface-danger-subtle: var(--color-red-50);
|
|
4
5
|
--color-surface-subtle-accent: var(--color-navy-blue-70);
|
|
5
6
|
--color-surface-interactive-active: var(--color-navy-blue-200);
|
|
@@ -53,7 +54,6 @@
|
|
|
53
54
|
--color-surface-warning-emphasis: var(--color-yellow-400);
|
|
54
55
|
--color-surface-alert-subtle: var(--color-orange-50);
|
|
55
56
|
--color-surface-plain-navy: var(--color-navy-blue-800);
|
|
56
|
-
--color-surface-active-strong: var(--color-mint-green-400);
|
|
57
57
|
--color-surface-accent-muted: var(--color-mint-green-70);
|
|
58
58
|
--color-surface-danger-muted: var(--color-red-200);
|
|
59
59
|
--color-surface-warning-muted: var(--color-orange-100);
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
--color-alert-strong: var(--color-orange-500);
|
|
69
69
|
--color-alert-decent: var(--color-orange-300);
|
|
70
70
|
--color-text-dark: var(--color-navy-blue-800);
|
|
71
|
+
--color-text-alert-emphasis-strong: var(--color-orange-500);
|
|
71
72
|
--color-text-subtle: var(--color-navy-blue-400);
|
|
72
73
|
--color-text-inactive: var(--color-gray-500);
|
|
73
74
|
--color-text-on-neutral-contrast: var(--color-white);
|
|
@@ -98,6 +99,8 @@
|
|
|
98
99
|
--color-text-secondary: var(--color-navy-blue-100);
|
|
99
100
|
--color-text-tertiary: var(--color-navy-blue-100);
|
|
100
101
|
--color-border-dark: var(--color-gray-400);
|
|
102
|
+
--color-border-active-strong: var(--color-mint-green-600);
|
|
103
|
+
--color-border-subtle-strong: var(--color-gray-500);
|
|
101
104
|
--color-border-interactive-emphasis: var(--color-navy-blue-200);
|
|
102
105
|
--color-border-interactive-active: var(--color-navy-blue-200);
|
|
103
106
|
--color-border-bright: var(--color-white);
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
--color-blue-70: var(--color-blue-70);
|
|
52
52
|
--color-blue-25: var(--color-blue-25);
|
|
53
53
|
--color-surface-bright: var(--color-surface-bright);
|
|
54
|
+
--color-surface-active-strong: var(--color-surface-active-strong);
|
|
54
55
|
--color-surface-danger-subtle: var(--color-surface-danger-subtle);
|
|
55
56
|
--color-surface-subtle-accent: var(--color-surface-subtle-accent);
|
|
56
57
|
--color-surface-interactive-active: var(--color-surface-interactive-active);
|
|
@@ -104,7 +105,6 @@
|
|
|
104
105
|
--color-surface-warning-emphasis: var(--color-surface-warning-emphasis);
|
|
105
106
|
--color-surface-alert-subtle: var(--color-surface-alert-subtle);
|
|
106
107
|
--color-surface-plain-navy: var(--color-surface-plain-navy);
|
|
107
|
-
--color-surface-active-strong: var(--color-surface-active-strong);
|
|
108
108
|
--color-surface-accent-muted: var(--color-surface-accent-muted);
|
|
109
109
|
--color-surface-danger-muted: var(--color-surface-danger-muted);
|
|
110
110
|
--color-surface-warning-muted: var(--color-surface-warning-muted);
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
--color-alert-strong: var(--color-alert-strong);
|
|
120
120
|
--color-alert-decent: var(--color-alert-decent);
|
|
121
121
|
--color-text-dark: var(--color-text-dark);
|
|
122
|
+
--color-text-alert-emphasis-strong: var(--color-text-alert-emphasis-strong);
|
|
122
123
|
--color-text-subtle: var(--color-text-subtle);
|
|
123
124
|
--color-text-inactive: var(--color-text-inactive);
|
|
124
125
|
--color-text-on-neutral-contrast: var(--color-text-on-neutral-contrast);
|
|
@@ -149,6 +150,8 @@
|
|
|
149
150
|
--color-text-secondary: var(--color-text-secondary);
|
|
150
151
|
--color-text-tertiary: var(--color-text-tertiary);
|
|
151
152
|
--color-border-dark: var(--color-border-dark);
|
|
153
|
+
--color-border-active-strong: var(--color-border-active-strong);
|
|
154
|
+
--color-border-subtle-strong: var(--color-border-subtle-strong);
|
|
152
155
|
--color-border-interactive-emphasis: var(--color-border-interactive-emphasis);
|
|
153
156
|
--color-border-interactive-active: var(--color-border-interactive-active);
|
|
154
157
|
--color-border-bright: var(--color-border-bright);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 15 Jun 2026 12:07:52 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -54,6 +54,7 @@ $color-blue-100: #cdf4fd;
|
|
|
54
54
|
$color-blue-70: #e1efff;
|
|
55
55
|
$color-blue-25: #eefbfe;
|
|
56
56
|
$color-surface-bright: #26256b;
|
|
57
|
+
$color-surface-active-strong: #02c295;
|
|
57
58
|
$color-surface-danger-subtle: #f56161;
|
|
58
59
|
$color-surface-subtle-accent: #3b3a76;
|
|
59
60
|
$color-surface-mild: #07064e;
|
|
@@ -107,7 +108,6 @@ $color-surface-success-emphasis: #5fbe54;
|
|
|
107
108
|
$color-surface-warning-emphasis: #e8bb08;
|
|
108
109
|
$color-surface-alert-subtle: #f19a58;
|
|
109
110
|
$color-surface-plain-navy: #13125d;
|
|
110
|
-
$color-surface-active-strong: #02c295;
|
|
111
111
|
$color-surface-accent-muted: #86a89e;
|
|
112
112
|
$color-surface-danger-muted: #f56161;
|
|
113
113
|
$color-surface-warning-muted: #ffd52f;
|
|
@@ -123,6 +123,7 @@ $color-alert-strong: #ea7b20;
|
|
|
123
123
|
$color-alert-decent: #ea7b20;
|
|
124
124
|
$color-text-dark: #cdd0fd;
|
|
125
125
|
$color-text-subtle: #cdd0fd;
|
|
126
|
+
$color-text-alert-emphasis-strong: #9a4601;
|
|
126
127
|
$color-text-on-neutral-contrast: #e9eaff;
|
|
127
128
|
$color-text-inactive: #7d81bf;
|
|
128
129
|
$color-text-bright: #62a9ff;
|
|
@@ -153,6 +154,8 @@ $color-text-secondary: #e9eaff;
|
|
|
153
154
|
$color-text-tertiary: #3b3a76;
|
|
154
155
|
$color-border-dark: #3b3a76;
|
|
155
156
|
$color-border-interactive-emphasis: #7d81bf;
|
|
157
|
+
$color-border-active-strong: #86a89e;
|
|
158
|
+
$color-border-subtle-strong: #010027;
|
|
156
159
|
$color-border-interactive-active: #b7bcfa;
|
|
157
160
|
$color-border-strong: #07064e;
|
|
158
161
|
$color-border-interactive-subtle: #7d81bf;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 15 Jun 2026 12:07:52 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -54,6 +54,7 @@ $color-blue-100: #cdf4fd;
|
|
|
54
54
|
$color-blue-70: #e1efff;
|
|
55
55
|
$color-blue-25: #eefbfe;
|
|
56
56
|
$color-surface-bright: #ffffff;
|
|
57
|
+
$color-surface-active-strong: #2af5ba;
|
|
57
58
|
$color-surface-danger-subtle: #fee5e3;
|
|
58
59
|
$color-surface-subtle-accent: #b7bcfa;
|
|
59
60
|
$color-surface-interactive-active: #5250df;
|
|
@@ -107,7 +108,6 @@ $color-surface-success-emphasis: #88ea7d;
|
|
|
107
108
|
$color-surface-warning-emphasis: #ffd52f;
|
|
108
109
|
$color-surface-alert-subtle: #fff3e8;
|
|
109
110
|
$color-surface-plain-navy: #07064e;
|
|
110
|
-
$color-surface-active-strong: #2af5ba;
|
|
111
111
|
$color-surface-accent-muted: #e1fff6;
|
|
112
112
|
$color-surface-danger-muted: #fbb1aa;
|
|
113
113
|
$color-surface-warning-muted: #fcd5b5;
|
|
@@ -122,6 +122,7 @@ $color-alert-weak: #fcd5b5;
|
|
|
122
122
|
$color-alert-strong: #df6705;
|
|
123
123
|
$color-alert-decent: #f19a58;
|
|
124
124
|
$color-text-dark: #07064e;
|
|
125
|
+
$color-text-alert-emphasis-strong: #df6705;
|
|
125
126
|
$color-text-subtle: #3b3a76;
|
|
126
127
|
$color-text-inactive: #c6c6c6;
|
|
127
128
|
$color-text-on-neutral-contrast: #ffffff;
|
|
@@ -152,6 +153,8 @@ $color-text-action: #5250df;
|
|
|
152
153
|
$color-text-secondary: #7d81bf;
|
|
153
154
|
$color-text-tertiary: #7d81bf;
|
|
154
155
|
$color-border-dark: #ececec;
|
|
156
|
+
$color-border-active-strong: #02c295;
|
|
157
|
+
$color-border-subtle-strong: #c6c6c6;
|
|
155
158
|
$color-border-interactive-emphasis: #5250df;
|
|
156
159
|
$color-border-interactive-active: #5250df;
|
|
157
160
|
$color-border-bright: #ffffff;
|
package/package.json
CHANGED