@pleodigital/design-system-votey 1.0.126 → 1.0.127
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,6 +1,8 @@
|
|
|
1
1
|
:root[data-theme="dark"] {
|
|
2
2
|
--color-surface-bright: var(--color-navy-blue-600);
|
|
3
3
|
--color-surface-mild: var(--color-navy-blue-800);
|
|
4
|
+
--color-surface-interactive-active: var(--color-navy-blue-70);
|
|
5
|
+
--color-surface-neutral-contrast: var(--color-navy-blue-900);
|
|
4
6
|
--color-surface-active: var(--color-mint-green-300);
|
|
5
7
|
--color-surface-info: var(--color-navy-blue-100);
|
|
6
8
|
--color-surface-inactive: var(--color-navy-blue-400);
|
|
@@ -61,6 +63,7 @@
|
|
|
61
63
|
--color-alert-strong: var(--color-orange-400);
|
|
62
64
|
--color-alert-decent: var(--color-orange-400);
|
|
63
65
|
--color-text-dark: var(--color-navy-blue-50);
|
|
66
|
+
--color-text-on-neutral-contrast: var(--color-navy-blue-25);
|
|
64
67
|
--color-text-inactive: var(--color-navy-blue-100);
|
|
65
68
|
--color-text-bright: var(--color-blue-400);
|
|
66
69
|
--color-text-highlight: var(--color-active-green-400);
|
|
@@ -89,6 +92,8 @@
|
|
|
89
92
|
--color-text-secondary: var(--color-navy-blue-25);
|
|
90
93
|
--color-text-tertiary: var(--color-navy-blue-400);
|
|
91
94
|
--color-border-dark: var(--color-navy-blue-400);
|
|
95
|
+
--color-border-interactive-emphasis: var(--color-navy-blue-100);
|
|
96
|
+
--color-border-interactive-active: var(--color-navy-blue-70);
|
|
92
97
|
--color-border-strong: var(--color-navy-blue-800);
|
|
93
98
|
--color-border-interactive-subtle: var(--color-navy-blue-100);
|
|
94
99
|
--color-border-interactive-hover: var(--color-navy-blue-70);
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-surface-bright: var(--color-white);
|
|
3
|
+
--color-surface-interactive-active: var(--color-navy-blue-200);
|
|
4
|
+
--color-surface-neutral-contrast: var(--color-navy-blue-600);
|
|
3
5
|
--color-surface-mild: var(--color-gray-400);
|
|
4
6
|
--color-surface-active: var(--color-mint-green-600);
|
|
5
7
|
--color-surface-info: var(--color-navy-blue-50);
|
|
@@ -62,6 +64,7 @@
|
|
|
62
64
|
--color-alert-decent: var(--color-orange-300);
|
|
63
65
|
--color-text-dark: var(--color-navy-blue-800);
|
|
64
66
|
--color-text-inactive: var(--color-gray-500);
|
|
67
|
+
--color-text-on-neutral-contrast: var(--color-white);
|
|
65
68
|
--color-text-bright: var(--color-blue-400);
|
|
66
69
|
--color-text-highlight: var(--color-active-green-400);
|
|
67
70
|
--color-text-active: var(--color-mint-green-400);
|
|
@@ -127,6 +130,8 @@
|
|
|
127
130
|
--color-button-text-hover-soft-dark: var(--color-navy-blue-100);
|
|
128
131
|
--color-button-text-hover-edit: var(--color-orange-500);
|
|
129
132
|
--color-button-border-hover-active: var(--color-mint-green-100);
|
|
133
|
+
--color-button-border-hover-interactive-emphasis: var(--color-navy-blue-200);
|
|
134
|
+
--color-button-border-hover-interactive-active: var(--color-navy-blue-200);
|
|
130
135
|
--color-button-border-hover-dark: var(--color-navy-blue-400);
|
|
131
136
|
--color-button-border-hover-edit: var(--color-orange-50);
|
|
132
137
|
--color-button-border-hover-active-strong: var(--color-mint-green-400);
|
|
@@ -51,6 +51,8 @@
|
|
|
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-interactive-active: var(--color-surface-interactive-active);
|
|
55
|
+
--color-surface-neutral-contrast: var(--color-surface-neutral-contrast);
|
|
54
56
|
--color-surface-mild: var(--color-surface-mild);
|
|
55
57
|
--color-surface-active: var(--color-surface-active);
|
|
56
58
|
--color-surface-info: var(--color-surface-info);
|
|
@@ -113,6 +115,7 @@
|
|
|
113
115
|
--color-alert-decent: var(--color-alert-decent);
|
|
114
116
|
--color-text-dark: var(--color-text-dark);
|
|
115
117
|
--color-text-inactive: var(--color-text-inactive);
|
|
118
|
+
--color-text-on-neutral-contrast: var(--color-text-on-neutral-contrast);
|
|
116
119
|
--color-text-bright: var(--color-text-bright);
|
|
117
120
|
--color-text-highlight: var(--color-text-highlight);
|
|
118
121
|
--color-text-active: var(--color-text-active);
|
|
@@ -178,6 +181,8 @@
|
|
|
178
181
|
--color-button-text-hover-soft-dark: var(--color-button-text-hover-soft-dark);
|
|
179
182
|
--color-button-text-hover-edit: var(--color-button-text-hover-edit);
|
|
180
183
|
--color-button-border-hover-active: var(--color-button-border-hover-active);
|
|
184
|
+
--color-button-border-hover-interactive-emphasis: var(--color-button-border-hover-interactive-emphasis);
|
|
185
|
+
--color-button-border-hover-interactive-active: var(--color-button-border-hover-interactive-active);
|
|
181
186
|
--color-button-border-hover-dark: var(--color-button-border-hover-dark);
|
|
182
187
|
--color-button-border-hover-edit: var(--color-button-border-hover-edit);
|
|
183
188
|
--color-button-border-hover-active-strong: var(--color-button-border-hover-active-strong);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 25 May 2026
|
|
3
|
+
// Generated on Mon, 25 May 2026 09:52:57 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -55,6 +55,8 @@ $color-blue-70: #e1efff;
|
|
|
55
55
|
$color-blue-25: #eefbfe;
|
|
56
56
|
$color-surface-bright: #26256b;
|
|
57
57
|
$color-surface-mild: #07064e;
|
|
58
|
+
$color-surface-interactive-active: #b7bcfa;
|
|
59
|
+
$color-surface-neutral-contrast: #010027;
|
|
58
60
|
$color-surface-active: #62ffd1;
|
|
59
61
|
$color-surface-info: #7d81bf;
|
|
60
62
|
$color-surface-inactive: #3b3a76;
|
|
@@ -115,6 +117,7 @@ $color-alert-weak: #df6705;
|
|
|
115
117
|
$color-alert-strong: #ea7b20;
|
|
116
118
|
$color-alert-decent: #ea7b20;
|
|
117
119
|
$color-text-dark: #cdd0fd;
|
|
120
|
+
$color-text-on-neutral-contrast: #e9eaff;
|
|
118
121
|
$color-text-inactive: #7d81bf;
|
|
119
122
|
$color-text-bright: #62a9ff;
|
|
120
123
|
$color-text-highlight: #77dc6c;
|
|
@@ -143,6 +146,8 @@ $color-text-action: #cdd0fd;
|
|
|
143
146
|
$color-text-secondary: #e9eaff;
|
|
144
147
|
$color-text-tertiary: #3b3a76;
|
|
145
148
|
$color-border-dark: #3b3a76;
|
|
149
|
+
$color-border-interactive-emphasis: #7d81bf;
|
|
150
|
+
$color-border-interactive-active: #b7bcfa;
|
|
146
151
|
$color-border-strong: #07064e;
|
|
147
152
|
$color-border-interactive-subtle: #7d81bf;
|
|
148
153
|
$color-border-interactive-hover: #b7bcfa;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 25 May 2026
|
|
3
|
+
// Generated on Mon, 25 May 2026 09:52:57 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -54,6 +54,8 @@ $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-interactive-active: #5250df;
|
|
58
|
+
$color-surface-neutral-contrast: #26256b;
|
|
57
59
|
$color-surface-mild: #ececec;
|
|
58
60
|
$color-surface-active: #02c295;
|
|
59
61
|
$color-surface-info: #cdd0fd;
|
|
@@ -116,6 +118,7 @@ $color-alert-strong: #df6705;
|
|
|
116
118
|
$color-alert-decent: #f19a58;
|
|
117
119
|
$color-text-dark: #07064e;
|
|
118
120
|
$color-text-inactive: #c6c6c6;
|
|
121
|
+
$color-text-on-neutral-contrast: #ffffff;
|
|
119
122
|
$color-text-bright: #62a9ff;
|
|
120
123
|
$color-text-highlight: #77dc6c;
|
|
121
124
|
$color-text-active: #2af5ba;
|
|
@@ -181,6 +184,8 @@ $color-button-text-soft-dark: #3b3a76;
|
|
|
181
184
|
$color-button-text-hover-soft-dark: #7d81bf;
|
|
182
185
|
$color-button-text-hover-edit: #df6705;
|
|
183
186
|
$color-button-border-hover-active: #cafdee;
|
|
187
|
+
$color-button-border-hover-interactive-emphasis: #5250df;
|
|
188
|
+
$color-button-border-hover-interactive-active: #5250df;
|
|
184
189
|
$color-button-border-hover-dark: #3b3a76;
|
|
185
190
|
$color-button-border-hover-edit: #fff3e8;
|
|
186
191
|
$color-button-border-hover-active-strong: #2af5ba;
|
package/package.json
CHANGED