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