@pleodigital/design-system-votey 1.0.126 → 1.0.128
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,9 @@
|
|
|
1
1
|
:root[data-theme="dark"] {
|
|
2
2
|
--color-surface-bright: var(--color-navy-blue-600);
|
|
3
|
+
--color-surface-subtle-accent: var(--color-navy-blue-400);
|
|
3
4
|
--color-surface-mild: var(--color-navy-blue-800);
|
|
5
|
+
--color-surface-interactive-active: var(--color-navy-blue-70);
|
|
6
|
+
--color-surface-neutral-contrast: var(--color-navy-blue-900);
|
|
4
7
|
--color-surface-active: var(--color-mint-green-300);
|
|
5
8
|
--color-surface-info: var(--color-navy-blue-100);
|
|
6
9
|
--color-surface-inactive: var(--color-navy-blue-400);
|
|
@@ -61,6 +64,7 @@
|
|
|
61
64
|
--color-alert-strong: var(--color-orange-400);
|
|
62
65
|
--color-alert-decent: var(--color-orange-400);
|
|
63
66
|
--color-text-dark: var(--color-navy-blue-50);
|
|
67
|
+
--color-text-on-neutral-contrast: var(--color-navy-blue-25);
|
|
64
68
|
--color-text-inactive: var(--color-navy-blue-100);
|
|
65
69
|
--color-text-bright: var(--color-blue-400);
|
|
66
70
|
--color-text-highlight: var(--color-active-green-400);
|
|
@@ -89,6 +93,8 @@
|
|
|
89
93
|
--color-text-secondary: var(--color-navy-blue-25);
|
|
90
94
|
--color-text-tertiary: var(--color-navy-blue-400);
|
|
91
95
|
--color-border-dark: var(--color-navy-blue-400);
|
|
96
|
+
--color-border-interactive-emphasis: var(--color-navy-blue-100);
|
|
97
|
+
--color-border-interactive-active: var(--color-navy-blue-70);
|
|
92
98
|
--color-border-strong: var(--color-navy-blue-800);
|
|
93
99
|
--color-border-interactive-subtle: var(--color-navy-blue-100);
|
|
94
100
|
--color-border-interactive-hover: var(--color-navy-blue-70);
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-surface-bright: var(--color-white);
|
|
3
|
+
--color-surface-subtle-accent: var(--color-navy-blue-70);
|
|
4
|
+
--color-surface-interactive-active: var(--color-navy-blue-200);
|
|
5
|
+
--color-surface-neutral-contrast: var(--color-navy-blue-600);
|
|
3
6
|
--color-surface-mild: var(--color-gray-400);
|
|
4
7
|
--color-surface-active: var(--color-mint-green-600);
|
|
5
8
|
--color-surface-info: var(--color-navy-blue-50);
|
|
@@ -62,6 +65,7 @@
|
|
|
62
65
|
--color-alert-decent: var(--color-orange-300);
|
|
63
66
|
--color-text-dark: var(--color-navy-blue-800);
|
|
64
67
|
--color-text-inactive: var(--color-gray-500);
|
|
68
|
+
--color-text-on-neutral-contrast: var(--color-white);
|
|
65
69
|
--color-text-bright: var(--color-blue-400);
|
|
66
70
|
--color-text-highlight: var(--color-active-green-400);
|
|
67
71
|
--color-text-active: var(--color-mint-green-400);
|
|
@@ -89,6 +93,8 @@
|
|
|
89
93
|
--color-text-secondary: var(--color-navy-blue-100);
|
|
90
94
|
--color-text-tertiary: var(--color-navy-blue-100);
|
|
91
95
|
--color-border-dark: var(--color-gray-400);
|
|
96
|
+
--color-border-interactive-emphasis: var(--color-navy-blue-200);
|
|
97
|
+
--color-border-interactive-active: var(--color-navy-blue-200);
|
|
92
98
|
--color-border-bright: var(--color-white);
|
|
93
99
|
--color-border-active: var(--color-mint-green-400);
|
|
94
100
|
--color-border-info: var(--color-navy-blue-50);
|
|
@@ -51,6 +51,9 @@
|
|
|
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-subtle-accent: var(--color-surface-subtle-accent);
|
|
55
|
+
--color-surface-interactive-active: var(--color-surface-interactive-active);
|
|
56
|
+
--color-surface-neutral-contrast: var(--color-surface-neutral-contrast);
|
|
54
57
|
--color-surface-mild: var(--color-surface-mild);
|
|
55
58
|
--color-surface-active: var(--color-surface-active);
|
|
56
59
|
--color-surface-info: var(--color-surface-info);
|
|
@@ -113,6 +116,7 @@
|
|
|
113
116
|
--color-alert-decent: var(--color-alert-decent);
|
|
114
117
|
--color-text-dark: var(--color-text-dark);
|
|
115
118
|
--color-text-inactive: var(--color-text-inactive);
|
|
119
|
+
--color-text-on-neutral-contrast: var(--color-text-on-neutral-contrast);
|
|
116
120
|
--color-text-bright: var(--color-text-bright);
|
|
117
121
|
--color-text-highlight: var(--color-text-highlight);
|
|
118
122
|
--color-text-active: var(--color-text-active);
|
|
@@ -140,6 +144,8 @@
|
|
|
140
144
|
--color-text-secondary: var(--color-text-secondary);
|
|
141
145
|
--color-text-tertiary: var(--color-text-tertiary);
|
|
142
146
|
--color-border-dark: var(--color-border-dark);
|
|
147
|
+
--color-border-interactive-emphasis: var(--color-border-interactive-emphasis);
|
|
148
|
+
--color-border-interactive-active: var(--color-border-interactive-active);
|
|
143
149
|
--color-border-bright: var(--color-border-bright);
|
|
144
150
|
--color-border-active: var(--color-border-active);
|
|
145
151
|
--color-border-info: var(--color-border-info);
|
|
@@ -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 10:54:13 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -54,7 +54,10 @@ $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-subtle-accent: #3b3a76;
|
|
57
58
|
$color-surface-mild: #07064e;
|
|
59
|
+
$color-surface-interactive-active: #b7bcfa;
|
|
60
|
+
$color-surface-neutral-contrast: #010027;
|
|
58
61
|
$color-surface-active: #62ffd1;
|
|
59
62
|
$color-surface-info: #7d81bf;
|
|
60
63
|
$color-surface-inactive: #3b3a76;
|
|
@@ -115,6 +118,7 @@ $color-alert-weak: #df6705;
|
|
|
115
118
|
$color-alert-strong: #ea7b20;
|
|
116
119
|
$color-alert-decent: #ea7b20;
|
|
117
120
|
$color-text-dark: #cdd0fd;
|
|
121
|
+
$color-text-on-neutral-contrast: #e9eaff;
|
|
118
122
|
$color-text-inactive: #7d81bf;
|
|
119
123
|
$color-text-bright: #62a9ff;
|
|
120
124
|
$color-text-highlight: #77dc6c;
|
|
@@ -143,6 +147,8 @@ $color-text-action: #cdd0fd;
|
|
|
143
147
|
$color-text-secondary: #e9eaff;
|
|
144
148
|
$color-text-tertiary: #3b3a76;
|
|
145
149
|
$color-border-dark: #3b3a76;
|
|
150
|
+
$color-border-interactive-emphasis: #7d81bf;
|
|
151
|
+
$color-border-interactive-active: #b7bcfa;
|
|
146
152
|
$color-border-strong: #07064e;
|
|
147
153
|
$color-border-interactive-subtle: #7d81bf;
|
|
148
154
|
$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 10:54:13 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -54,6 +54,9 @@ $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-subtle-accent: #b7bcfa;
|
|
58
|
+
$color-surface-interactive-active: #5250df;
|
|
59
|
+
$color-surface-neutral-contrast: #26256b;
|
|
57
60
|
$color-surface-mild: #ececec;
|
|
58
61
|
$color-surface-active: #02c295;
|
|
59
62
|
$color-surface-info: #cdd0fd;
|
|
@@ -116,6 +119,7 @@ $color-alert-strong: #df6705;
|
|
|
116
119
|
$color-alert-decent: #f19a58;
|
|
117
120
|
$color-text-dark: #07064e;
|
|
118
121
|
$color-text-inactive: #c6c6c6;
|
|
122
|
+
$color-text-on-neutral-contrast: #ffffff;
|
|
119
123
|
$color-text-bright: #62a9ff;
|
|
120
124
|
$color-text-highlight: #77dc6c;
|
|
121
125
|
$color-text-active: #2af5ba;
|
|
@@ -143,6 +147,8 @@ $color-text-action: #5250df;
|
|
|
143
147
|
$color-text-secondary: #7d81bf;
|
|
144
148
|
$color-text-tertiary: #7d81bf;
|
|
145
149
|
$color-border-dark: #ececec;
|
|
150
|
+
$color-border-interactive-emphasis: #5250df;
|
|
151
|
+
$color-border-interactive-active: #5250df;
|
|
146
152
|
$color-border-bright: #ffffff;
|
|
147
153
|
$color-border-active: #2af5ba;
|
|
148
154
|
$color-border-info: #cdd0fd;
|
package/package.json
CHANGED