@pleodigital/design-system-votey 1.0.124 → 1.0.125
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
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
--color-text-secondary: var(--color-navy-blue-25);
|
|
90
90
|
--color-text-tertiary: var(--color-navy-blue-400);
|
|
91
91
|
--color-border-dark: var(--color-navy-blue-400);
|
|
92
|
+
--color-border-strong: var(--color-navy-blue-800);
|
|
92
93
|
--color-border-interactive-subtle: var(--color-navy-blue-100);
|
|
93
94
|
--color-border-interactive-hover: var(--color-navy-blue-70);
|
|
94
95
|
--color-border-bright: var(--color-navy-blue-600);
|
|
@@ -121,6 +122,7 @@
|
|
|
121
122
|
--color-button-background-hover-dark: var(--color-navy-blue-700);
|
|
122
123
|
--color-button-background-hover-edit: var(--color-orange-100);
|
|
123
124
|
--color-button-text-active: var(--color-mint-green-400);
|
|
125
|
+
--color-button-text-strong: var(--color-navy-blue-800);
|
|
124
126
|
--color-button-text-dark: var(--color-navy-blue-800);
|
|
125
127
|
--color-button-text-inactive: var(--color-navy-blue-100);
|
|
126
128
|
--color-button-text-edit: var(--color-orange-800);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 25 May 2026 08:31:38 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -143,6 +143,7 @@ $color-text-action: #cdd0fd;
|
|
|
143
143
|
$color-text-secondary: #e9eaff;
|
|
144
144
|
$color-text-tertiary: #3b3a76;
|
|
145
145
|
$color-border-dark: #3b3a76;
|
|
146
|
+
$color-border-strong: #07064e;
|
|
146
147
|
$color-border-interactive-subtle: #7d81bf;
|
|
147
148
|
$color-border-interactive-hover: #b7bcfa;
|
|
148
149
|
$color-border-bright: #26256b;
|
|
@@ -175,6 +176,7 @@ $color-button-background-hover-active: #2af5ba;
|
|
|
175
176
|
$color-button-background-hover-dark: #13125d;
|
|
176
177
|
$color-button-background-hover-edit: #fcd5b5;
|
|
177
178
|
$color-button-text-active: #2af5ba;
|
|
179
|
+
$color-button-text-strong: #07064e;
|
|
178
180
|
$color-button-text-dark: #07064e;
|
|
179
181
|
$color-button-text-inactive: #7d81bf;
|
|
180
182
|
$color-button-text-edit: #9a4601;
|
package/package.json
CHANGED