@pleodigital/design-system-votey 1.0.93 → 1.0.95
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
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
--color-surface-success: var(--color-active-green-500);
|
|
31
31
|
--color-surface-danger: var(--color-red-400);
|
|
32
32
|
--color-surface-base-strong: var(--color-mint-green-900);
|
|
33
|
+
--color-surface-action-subtle: var(--color-navy-blue-70);
|
|
33
34
|
--color-alert-weak: var(--color-orange-500);
|
|
34
35
|
--color-alert-strong: var(--color-orange-400);
|
|
35
36
|
--color-alert-decent: var(--color-orange-400);
|
|
@@ -47,6 +48,8 @@
|
|
|
47
48
|
--color-text-positive: var(--color-navy-blue-50);
|
|
48
49
|
--color-text-on-accent: var(--color-navy-blue-800);
|
|
49
50
|
--color-text-info-soft: var(--color-navy-blue-50);
|
|
51
|
+
--color-text-muted: var(--color-navy-blue-50);
|
|
52
|
+
--color-text-action-subtle: var(--color-navy-blue-200);
|
|
50
53
|
--color-border-dark: var(--color-navy-blue-400);
|
|
51
54
|
--color-border-bright: var(--color-navy-blue-600);
|
|
52
55
|
--color-border-active: var(--color-mint-green-500);
|
|
@@ -60,6 +63,7 @@
|
|
|
60
63
|
--color-icon-dark: var(--color-navy-blue-50);
|
|
61
64
|
--color-icon-inactive: var(--color-navy-blue-50);
|
|
62
65
|
--color-icon-highlight: var(--color-navy-blue-50);
|
|
66
|
+
--color-icon-action-subtle: var(--color-navy-blue-200);
|
|
63
67
|
--color-button-background-active: var(--color-mint-green-500);
|
|
64
68
|
--color-button-background-dark: var(--color-navy-blue-900);
|
|
65
69
|
--color-button-background-edit: var(--color-orange-300);
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
--color-surface-success: var(--color-active-green-500);
|
|
31
31
|
--color-surface-danger: var(--color-red-400);
|
|
32
32
|
--color-surface-base-strong: var(--color-navy-blue-800);
|
|
33
|
+
--color-surface-action-subtle: var(--color-white);
|
|
33
34
|
--color-alert-weak: var(--color-orange-100);
|
|
34
35
|
--color-alert-strong: var(--color-orange-500);
|
|
35
36
|
--color-alert-decent: var(--color-orange-300);
|
|
@@ -47,6 +48,8 @@
|
|
|
47
48
|
--color-text-positive: var(--color-active-green-500);
|
|
48
49
|
--color-text-on-accent: var(--color-navy-blue-800);
|
|
49
50
|
--color-text-info-soft: var(--color-mint-green-400);
|
|
51
|
+
--color-text-muted: var(--color-gray-500);
|
|
52
|
+
--color-text-action-subtle: var(--color-mint-green-500);
|
|
50
53
|
--color-border-dark: var(--color-gray-400);
|
|
51
54
|
--color-border-bright: var(--color-white);
|
|
52
55
|
--color-border-active: var(--color-mint-green-400);
|
|
@@ -58,6 +61,7 @@
|
|
|
58
61
|
--color-icon-dark: var(--color-navy-blue-800);
|
|
59
62
|
--color-icon-inactive: var(--color-gray-500);
|
|
60
63
|
--color-icon-highlight: var(--color-mint-green-500);
|
|
64
|
+
--color-icon-action-subtle: var(--color-mint-green-500);
|
|
61
65
|
--color-button-background-active: var(--color-mint-green-400);
|
|
62
66
|
--color-button-background-dark: var(--color-navy-blue-800);
|
|
63
67
|
--color-button-background-edit: var(--color-orange-100);
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
--color-surface-success: var(--color-surface-success);
|
|
82
82
|
--color-surface-danger: var(--color-surface-danger);
|
|
83
83
|
--color-surface-base-strong: var(--color-surface-base-strong);
|
|
84
|
+
--color-surface-action-subtle: var(--color-surface-action-subtle);
|
|
84
85
|
--color-alert-weak: var(--color-alert-weak);
|
|
85
86
|
--color-alert-strong: var(--color-alert-strong);
|
|
86
87
|
--color-alert-decent: var(--color-alert-decent);
|
|
@@ -98,6 +99,8 @@
|
|
|
98
99
|
--color-text-positive: var(--color-text-positive);
|
|
99
100
|
--color-text-on-accent: var(--color-text-on-accent);
|
|
100
101
|
--color-text-info-soft: var(--color-text-info-soft);
|
|
102
|
+
--color-text-muted: var(--color-text-muted);
|
|
103
|
+
--color-text-action-subtle: var(--color-text-action-subtle);
|
|
101
104
|
--color-border-dark: var(--color-border-dark);
|
|
102
105
|
--color-border-bright: var(--color-border-bright);
|
|
103
106
|
--color-border-active: var(--color-border-active);
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
--color-icon-dark: var(--color-icon-dark);
|
|
110
113
|
--color-icon-inactive: var(--color-icon-inactive);
|
|
111
114
|
--color-icon-highlight: var(--color-icon-highlight);
|
|
115
|
+
--color-icon-action-subtle: var(--color-icon-action-subtle);
|
|
112
116
|
--color-button-background-active: var(--color-button-background-active);
|
|
113
117
|
--color-button-background-dark: var(--color-button-background-dark);
|
|
114
118
|
--color-button-background-edit: var(--color-button-background-edit);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 14 May 2026
|
|
3
|
+
// Generated on Thu, 14 May 2026 08:19:27 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -84,6 +84,7 @@ $color-surface-positive: #5250df;
|
|
|
84
84
|
$color-surface-success: #5fbe54;
|
|
85
85
|
$color-surface-danger: #f56161;
|
|
86
86
|
$color-surface-base-strong: #05516b;
|
|
87
|
+
$color-surface-action-subtle: #b7bcfa;
|
|
87
88
|
$color-alert-weak: #df6705;
|
|
88
89
|
$color-alert-strong: #ea7b20;
|
|
89
90
|
$color-alert-decent: #ea7b20;
|
|
@@ -101,6 +102,8 @@ $color-text-lighter-navy: #cdd0fd;
|
|
|
101
102
|
$color-text-positive: #cdd0fd;
|
|
102
103
|
$color-text-on-accent: #07064e;
|
|
103
104
|
$color-text-info-soft: #cdd0fd;
|
|
105
|
+
$color-text-muted: #cdd0fd;
|
|
106
|
+
$color-text-action-subtle: #5250df;
|
|
104
107
|
$color-border-dark: #3b3a76;
|
|
105
108
|
$color-border-bright: #26256b;
|
|
106
109
|
$color-border-active: #0ad69c;
|
|
@@ -114,6 +117,7 @@ $color-border-subtle-accent: #b7bcfa;
|
|
|
114
117
|
$color-icon-dark: #cdd0fd;
|
|
115
118
|
$color-icon-inactive: #cdd0fd;
|
|
116
119
|
$color-icon-highlight: #cdd0fd;
|
|
120
|
+
$color-icon-action-subtle: #5250df;
|
|
117
121
|
$color-button-background-active: #0ad69c;
|
|
118
122
|
$color-button-background-dark: #010027;
|
|
119
123
|
$color-button-background-edit: #f19a58;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 14 May 2026
|
|
3
|
+
// Generated on Thu, 14 May 2026 08:19:27 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray-100: #f6f6f6;
|
|
@@ -84,6 +84,7 @@ $color-surface-positive: #e6ffe3;
|
|
|
84
84
|
$color-surface-success: #5fbe54;
|
|
85
85
|
$color-surface-danger: #f56161;
|
|
86
86
|
$color-surface-base-strong: #07064e;
|
|
87
|
+
$color-surface-action-subtle: #ffffff;
|
|
87
88
|
$color-alert-weak: #fcd5b5;
|
|
88
89
|
$color-alert-strong: #df6705;
|
|
89
90
|
$color-alert-decent: #f19a58;
|
|
@@ -101,6 +102,8 @@ $color-text-lighter-navy: #26256b;
|
|
|
101
102
|
$color-text-positive: #5fbe54;
|
|
102
103
|
$color-text-on-accent: #07064e;
|
|
103
104
|
$color-text-info-soft: #2af5ba;
|
|
105
|
+
$color-text-muted: #c6c6c6;
|
|
106
|
+
$color-text-action-subtle: #0ad69c;
|
|
104
107
|
$color-border-dark: #ececec;
|
|
105
108
|
$color-border-bright: #ffffff;
|
|
106
109
|
$color-border-active: #2af5ba;
|
|
@@ -112,6 +115,7 @@ $color-border-warning: #ffd52f;
|
|
|
112
115
|
$color-icon-dark: #07064e;
|
|
113
116
|
$color-icon-inactive: #c6c6c6;
|
|
114
117
|
$color-icon-highlight: #0ad69c;
|
|
118
|
+
$color-icon-action-subtle: #0ad69c;
|
|
115
119
|
$color-button-background-active: #2af5ba;
|
|
116
120
|
$color-button-background-dark: #07064e;
|
|
117
121
|
$color-button-background-edit: #fcd5b5;
|
package/package.json
CHANGED