@pleodigital/design-system-votey 1.0.91 → 1.0.92
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
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
--color-text-lighter-navy: var(--color-navy-blue-50);
|
|
46
46
|
--color-text-positive: var(--color-navy-blue-50);
|
|
47
47
|
--color-text-on-accent: var(--color-navy-blue-800);
|
|
48
|
+
--color-text-info-soft: var(--color-navy-blue-50);
|
|
48
49
|
--color-border-dark: var(--color-navy-blue-400);
|
|
49
50
|
--color-border-bright: var(--color-navy-blue-600);
|
|
50
51
|
--color-border-active: var(--color-mint-green-500);
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
--color-text-lighter-navy: var(--color-navy-blue-600);
|
|
46
46
|
--color-text-positive: var(--color-active-green-500);
|
|
47
47
|
--color-text-on-accent: var(--color-navy-blue-800);
|
|
48
|
+
--color-text-info-soft: var(--color-mint-green-400);
|
|
48
49
|
--color-border-dark: var(--color-gray-400);
|
|
49
50
|
--color-border-bright: var(--color-white);
|
|
50
51
|
--color-border-active: var(--color-mint-green-400);
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
--color-text-lighter-navy: var(--color-text-lighter-navy);
|
|
97
97
|
--color-text-positive: var(--color-text-positive);
|
|
98
98
|
--color-text-on-accent: var(--color-text-on-accent);
|
|
99
|
+
--color-text-info-soft: var(--color-text-info-soft);
|
|
99
100
|
--color-border-dark: var(--color-border-dark);
|
|
100
101
|
--color-border-bright: var(--color-border-bright);
|
|
101
102
|
--color-border-active: var(--color-border-active);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 14 May 2026 06:
|
|
3
|
+
// Generated on Thu, 14 May 2026 06:02:04 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -99,6 +99,7 @@ $color-text-navy: #e9eaff;
|
|
|
99
99
|
$color-text-lighter-navy: #cdd0fd;
|
|
100
100
|
$color-text-positive: #cdd0fd;
|
|
101
101
|
$color-text-on-accent: #07064e;
|
|
102
|
+
$color-text-info-soft: #cdd0fd;
|
|
102
103
|
$color-border-dark: #3b3a76;
|
|
103
104
|
$color-border-bright: #26256b;
|
|
104
105
|
$color-border-active: #0ad69c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 14 May 2026 06:
|
|
3
|
+
// Generated on Thu, 14 May 2026 06:02:04 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -99,6 +99,7 @@ $color-text-navy: #07064e;
|
|
|
99
99
|
$color-text-lighter-navy: #26256b;
|
|
100
100
|
$color-text-positive: #5fbe54;
|
|
101
101
|
$color-text-on-accent: #07064e;
|
|
102
|
+
$color-text-info-soft: #2af5ba;
|
|
102
103
|
$color-border-dark: #ececec;
|
|
103
104
|
$color-border-bright: #ffffff;
|
|
104
105
|
$color-border-active: #2af5ba;
|
package/package.json
CHANGED