@pleodigital/design-system-votey 1.0.133 → 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
|
@@ -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);
|
|
@@ -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);
|
|
@@ -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);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 15 Jun 2026
|
|
3
|
+
// Generated on Mon, 15 Jun 2026 12:07:52 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 15 Jun 2026
|
|
3
|
+
// Generated on Mon, 15 Jun 2026 12:07:52 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -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;
|
package/package.json
CHANGED