@pleodigital/design-system-votey 1.0.33 → 1.0.35
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
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
--color-surface-info: var(--color-navy-blue-100);
|
|
6
6
|
--color-surface-inactive: var(--color-navy-blue-400);
|
|
7
7
|
--color-surface-dynamic: var(--color-navy-blue-800);
|
|
8
|
+
--color-surface-subtle: var(--color-navy-blue-400);
|
|
8
9
|
--color-alert-weak: var(--color-orange-500);
|
|
9
10
|
--color-alert-strong: var(--color-orange-400);
|
|
10
11
|
--color-text-dark: var(--color-navy-blue-50);
|
|
@@ -13,6 +14,8 @@
|
|
|
13
14
|
--color-text-highlight: var(--color-active-green-400);
|
|
14
15
|
--color-text-active: var(--color-mint-green-500);
|
|
15
16
|
--color-text-contrast: var(--color-navy-blue-100);
|
|
17
|
+
--color-text-dim: var(--color-navy-blue-50);
|
|
18
|
+
--color-text-inactive-dark: var(--color-navy-blue-50);
|
|
16
19
|
--color-border-dark: var(--color-navy-blue-400);
|
|
17
20
|
--color-border-bright: var(--color-navy-blue-600);
|
|
18
21
|
--color-border-active: var(--color-mint-green-500);
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
--color-surface-info: var(--color-navy-blue-50);
|
|
6
6
|
--color-surface-inactive: var(--color-gray-400);
|
|
7
7
|
--color-surface-dynamic: var(--color-gray-100);
|
|
8
|
+
--color-surface-subtle: var(--color-gray-100);
|
|
8
9
|
--color-alert-weak: var(--color-orange-100);
|
|
9
10
|
--color-alert-strong: var(--color-orange-500);
|
|
10
11
|
--color-text-dark: var(--color-navy-blue-800);
|
|
@@ -13,6 +14,8 @@
|
|
|
13
14
|
--color-text-highlight: var(--color-active-green-400);
|
|
14
15
|
--color-text-active: var(--color-mint-green-400);
|
|
15
16
|
--color-text-contrast: var(--color-gray-700);
|
|
17
|
+
--color-text-dim: var(--color-navy-blue-100);
|
|
18
|
+
--color-text-inactive-dark: var(--color-gray-700);
|
|
16
19
|
--color-border-dark: var(--color-gray-400);
|
|
17
20
|
--color-border-bright: var(--color-white);
|
|
18
21
|
--color-border-active: var(--color-mint-green-400);
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
--color-surface-info: var(--color-surface-info);
|
|
35
35
|
--color-surface-inactive: var(--color-surface-inactive);
|
|
36
36
|
--color-surface-dynamic: var(--color-surface-dynamic);
|
|
37
|
+
--color-surface-subtle: var(--color-surface-subtle);
|
|
37
38
|
--color-alert-weak: var(--color-alert-weak);
|
|
38
39
|
--color-alert-strong: var(--color-alert-strong);
|
|
39
40
|
--color-text-dark: var(--color-text-dark);
|
|
@@ -42,6 +43,8 @@
|
|
|
42
43
|
--color-text-highlight: var(--color-text-highlight);
|
|
43
44
|
--color-text-active: var(--color-text-active);
|
|
44
45
|
--color-text-contrast: var(--color-text-contrast);
|
|
46
|
+
--color-text-dim: var(--color-text-dim);
|
|
47
|
+
--color-text-inactive-dark: var(--color-text-inactive-dark);
|
|
45
48
|
--color-border-dark: var(--color-border-dark);
|
|
46
49
|
--color-border-bright: var(--color-border-bright);
|
|
47
50
|
--color-border-active: var(--color-border-active);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 03 Dec 2025 09:55:21 GMT
|
|
4
4
|
|
|
5
5
|
$color-gray-100: #f6f6f6;
|
|
6
6
|
$color-mint-green-100: #cafdee;
|
|
@@ -37,6 +37,7 @@ $color-surface-active: #62ffd1;
|
|
|
37
37
|
$color-surface-info: #7d81bf;
|
|
38
38
|
$color-surface-inactive: #3b3a76;
|
|
39
39
|
$color-surface-dynamic: #07064e;
|
|
40
|
+
$color-surface-subtle: #3b3a76;
|
|
40
41
|
$color-alert-weak: #df6705;
|
|
41
42
|
$color-alert-strong: #ea7b20;
|
|
42
43
|
$color-text-dark: #cdd0fd;
|
|
@@ -45,6 +46,8 @@ $color-text-bright: #62a9ff;
|
|
|
45
46
|
$color-text-highlight: #77dc6c;
|
|
46
47
|
$color-text-active: #0ad69c;
|
|
47
48
|
$color-text-contrast: #7d81bf;
|
|
49
|
+
$color-text-dim: #cdd0fd;
|
|
50
|
+
$color-text-inactive-dark: #cdd0fd;
|
|
48
51
|
$color-border-dark: #3b3a76;
|
|
49
52
|
$color-border-bright: #26256b;
|
|
50
53
|
$color-border-active: #0ad69c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 03 Dec 2025 09:55:21 GMT
|
|
4
4
|
|
|
5
5
|
$color-gray-100: #f6f6f6;
|
|
6
6
|
$color-mint-green-100: #cafdee;
|
|
@@ -37,6 +37,7 @@ $color-surface-active: #02c295;
|
|
|
37
37
|
$color-surface-info: #cdd0fd;
|
|
38
38
|
$color-surface-inactive: #ececec;
|
|
39
39
|
$color-surface-dynamic: #f6f6f6;
|
|
40
|
+
$color-surface-subtle: #f6f6f6;
|
|
40
41
|
$color-alert-weak: #fcd5b5;
|
|
41
42
|
$color-alert-strong: #df6705;
|
|
42
43
|
$color-text-dark: #07064e;
|
|
@@ -45,6 +46,8 @@ $color-text-bright: #62a9ff;
|
|
|
45
46
|
$color-text-highlight: #77dc6c;
|
|
46
47
|
$color-text-active: #2af5ba;
|
|
47
48
|
$color-text-contrast: #939393;
|
|
49
|
+
$color-text-dim: #7d81bf;
|
|
50
|
+
$color-text-inactive-dark: #939393;
|
|
48
51
|
$color-border-dark: #ececec;
|
|
49
52
|
$color-border-bright: #ffffff;
|
|
50
53
|
$color-border-active: #2af5ba;
|
package/package.json
CHANGED