@pleodigital/design-system-votey 1.0.130 → 1.0.131
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
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
--color-surface-neutral-muted: var(--color-gray-500);
|
|
64
64
|
--color-surface-thumb-active: var(--color-mint-green-900);
|
|
65
65
|
--color-surface-thumb-inactive: var(--color-navy-blue-400);
|
|
66
|
+
--color-surface-thumb-active-green: var(--color-mint-green-600);
|
|
66
67
|
--color-alert-weak: var(--color-orange-500);
|
|
67
68
|
--color-alert-strong: var(--color-orange-400);
|
|
68
69
|
--color-alert-decent: var(--color-orange-400);
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
--color-surface-neutral-muted: var(--color-gray-100);
|
|
64
64
|
--color-surface-thumb-active: var(--color-white);
|
|
65
65
|
--color-surface-thumb-inactive: var(--color-white);
|
|
66
|
+
--color-surface-thumb-active-green: var(--color-mint-green-300);
|
|
66
67
|
--color-alert-weak: var(--color-orange-100);
|
|
67
68
|
--color-alert-strong: var(--color-orange-500);
|
|
68
69
|
--color-alert-decent: var(--color-orange-300);
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
--color-surface-neutral-muted: var(--color-surface-neutral-muted);
|
|
115
115
|
--color-surface-thumb-active: var(--color-surface-thumb-active);
|
|
116
116
|
--color-surface-thumb-inactive: var(--color-surface-thumb-inactive);
|
|
117
|
+
--color-surface-thumb-active-green: var(--color-surface-thumb-active-green);
|
|
117
118
|
--color-alert-weak: var(--color-alert-weak);
|
|
118
119
|
--color-alert-strong: var(--color-alert-strong);
|
|
119
120
|
--color-alert-decent: var(--color-alert-decent);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 09 Jun 2026 11:
|
|
3
|
+
// Generated on Tue, 09 Jun 2026 12:11:57 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -117,6 +117,7 @@ $color-surface-alert-muted: #fcd5b5;
|
|
|
117
117
|
$color-surface-neutral-muted: #c6c6c6;
|
|
118
118
|
$color-surface-thumb-active: #05516b;
|
|
119
119
|
$color-surface-thumb-inactive: #3b3a76;
|
|
120
|
+
$color-surface-thumb-active-green: #02c295;
|
|
120
121
|
$color-alert-weak: #df6705;
|
|
121
122
|
$color-alert-strong: #ea7b20;
|
|
122
123
|
$color-alert-decent: #ea7b20;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 09 Jun 2026 11:
|
|
3
|
+
// Generated on Tue, 09 Jun 2026 12:11:57 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -117,6 +117,7 @@ $color-surface-alert-muted: #ffe7d4;
|
|
|
117
117
|
$color-surface-neutral-muted: #f6f6f6;
|
|
118
118
|
$color-surface-thumb-active: #ffffff;
|
|
119
119
|
$color-surface-thumb-inactive: #ffffff;
|
|
120
|
+
$color-surface-thumb-active-green: #62ffd1;
|
|
120
121
|
$color-alert-weak: #fcd5b5;
|
|
121
122
|
$color-alert-strong: #df6705;
|
|
122
123
|
$color-alert-decent: #f19a58;
|
package/package.json
CHANGED