@acorex/styles 19.8.0-next.9 → 19.10.0-next.0
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/icons/fontawesome/_variables.scss +9 -0
- package/icons/fontawesome/index.scss +27 -0
- package/icons/huge/huge-bulk/_variables.scss +9 -0
- package/icons/huge/huge-bulk/index.scss +27 -0
- package/icons/huge/huge-duotone/_variables.scss +9 -0
- package/icons/huge/huge-duotone/index.scss +27 -0
- package/icons/huge/huge-solid-rounded/_variables.scss +9 -0
- package/icons/huge/huge-solid-rounded/index.scss +27 -0
- package/icons/huge/huge-solid-sharp/_variables.scss +9 -0
- package/icons/huge/huge-solid-sharp/index.scss +27 -0
- package/icons/huge/huge-solid-standard/_variables.scss +9 -0
- package/icons/huge/huge-solid-standard/index.scss +27 -0
- package/icons/huge/huge-stroke-rounded/_variables.scss +9 -0
- package/icons/huge/huge-stroke-rounded/index.scss +27 -0
- package/icons/huge/huge-stroke-sharp/_variables.scss +9 -0
- package/icons/huge/huge-stroke-sharp/index.scss +27 -0
- package/icons/huge/huge-stroke-standard/_variables.scss +9 -0
- package/icons/huge/huge-stroke-standard/index.scss +27 -0
- package/icons/huge/huge-twotone/_variables.scss +9 -0
- package/icons/huge/huge-twotone/index.scss +27 -0
- package/icons/material/_variables.scss +9 -0
- package/icons/material/index.scss +27 -0
- package/index.css +21 -179
- package/index.min.css +1 -1
- package/index.scss +0 -1
- package/package.json +1 -1
- package/src/mixins/_look.scss +4 -4
- package/src/shared/_action-item.scss +1 -1
- package/src/shared/_actionsheet.scss +1 -1
- package/src/shared/_check-box.scss +3 -3
- package/src/shared/_drop-down.scss +3 -3
- package/src/shared/_editor-container.scss +3 -3
- package/src/shared/_general-button.scss +1 -1
- package/src/shared/_list.scss +3 -3
- package/src/shared/_radio.scss +3 -3
- package/src/shared/_table.scss +3 -3
- package/src/shared/_utils.scss +3 -3
- package/src/utility/index.scss +1 -1
- package/tailwind-base.js +73 -56
- package/themes/default.css +1 -1
- package/themes/default.scss +203 -204
- package/themes/test.scss +52 -52
- package/src/components/editors/_base.scss +0 -50
- package/src/components/editors/index.scss +0 -60
- package/src/components/editors/looks/_fill.scss +0 -17
- package/src/components/editors/looks/_flat.scss +0 -18
- package/src/components/editors/looks/_outline.scss +0 -18
- package/src/components/editors/looks/_solid.scss +0 -20
- package/src/components/editors/looks/index.scss +0 -4
- package/src/components/index.scss +0 -1
package/themes/default.scss
CHANGED
@@ -6,241 +6,240 @@
|
|
6
6
|
--ax-sys-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
7
7
|
--ax-sys-border-radius: 0.5rem;
|
8
8
|
--ax-sys-border-color: 233, 234, 235;
|
9
|
-
--ax-sys-body-bg-color: var(--ax-sys-surface-lowest
|
9
|
+
--ax-sys-body-bg-color: var(--ax-sys-color-surface-lowest);
|
10
10
|
--ax-sys-body-text-color: 22, 22, 22;
|
11
11
|
|
12
12
|
// Surfaces
|
13
|
-
--ax-sys-surface-light
|
14
|
-
--ax-sys-on-surface-light
|
15
|
-
--ax-sys-surface-light
|
16
|
-
|
17
|
-
--ax-sys-surface-lowest
|
18
|
-
--ax-sys-on-surface-lowest
|
19
|
-
--ax-sys-surface-lowest
|
20
|
-
|
21
|
-
--ax-sys-surface-low
|
22
|
-
--ax-sys-on-surface-low
|
23
|
-
--ax-sys-surface-low
|
24
|
-
|
25
|
-
--ax-sys-surface
|
26
|
-
--ax-sys-on-surface
|
27
|
-
--ax-sys-
|
28
|
-
|
29
|
-
--ax-sys-surface-high
|
30
|
-
--ax-sys-on-surface-high
|
31
|
-
--ax-sys-surface-high
|
32
|
-
|
33
|
-
--ax-sys-surface-highest
|
34
|
-
--ax-sys-on-surface-highest
|
35
|
-
--ax-sys-surface-highest
|
36
|
-
|
37
|
-
--ax-sys-surface-
|
38
|
-
--ax-sys-
|
39
|
-
--ax-sys-
|
40
|
-
|
41
|
-
|
42
|
-
--ax-sys-
|
43
|
-
--ax-sys-
|
44
|
-
--ax-sys-surface-
|
45
|
-
|
46
|
-
|
13
|
+
--ax-sys-color-surface-light: 255, 255, 255;
|
14
|
+
--ax-sys-color-on-surface-light: 0, 0, 0;
|
15
|
+
--ax-sys-color-border-surface-light: 0, 0, 0;
|
16
|
+
|
17
|
+
--ax-sys-color-surface-lowest: 255, 255, 255;
|
18
|
+
--ax-sys-color-on-surface-lowest: 40, 40, 40;
|
19
|
+
--ax-sys-color-border-surface-lowest: 233, 236, 239;
|
20
|
+
|
21
|
+
--ax-sys-color-surface-low: 248, 249, 250;
|
22
|
+
--ax-sys-color-on-surface-low: 40, 40, 40;
|
23
|
+
--ax-sys-color-border-surface-low: 233, 236, 239;
|
24
|
+
|
25
|
+
--ax-sys-color-surface: 239, 241, 243;
|
26
|
+
--ax-sys-color-on-surface: 30, 30, 30;
|
27
|
+
--ax-sys-color-border-surface: 232, 235, 238;
|
28
|
+
|
29
|
+
--ax-sys-color-surface-high: 234, 237, 239;
|
30
|
+
--ax-sys-color-on-surface-high: 20, 20, 20;
|
31
|
+
--ax-sys-color-border-surface-high: 228, 231, 234;
|
32
|
+
|
33
|
+
--ax-sys-color-surface-highest: 230, 233, 236;
|
34
|
+
--ax-sys-color-on-surface-highest: 10, 10, 10;
|
35
|
+
--ax-sys-color-border-surface-highest: 225, 229, 233;
|
36
|
+
|
37
|
+
--ax-sys-color-surface-dark: 0, 0, 0;
|
38
|
+
--ax-sys-color-on-surface-dark: 255, 255, 255;
|
39
|
+
--ax-sys-color-border-surface-dark: 255, 255, 255;
|
40
|
+
|
41
|
+
--ax-sys-color-input-surface: 255, 255, 255;
|
42
|
+
--ax-sys-color-input-surface-text: 30, 30, 30;
|
43
|
+
--ax-sys-color-input-surface-placeholder: 180, 180, 180;
|
44
|
+
--ax-sys-color-input-surface-border: 220, 220, 220;
|
45
|
+
|
46
|
+
--ax-sys-color-primary-50: 227, 244, 255;
|
47
|
+
--ax-sys-color-primary-100: 207, 231, 255;
|
48
|
+
--ax-sys-color-primary-200: 167, 207, 255;
|
49
|
+
--ax-sys-color-primary-300: 126, 181, 255;
|
50
|
+
--ax-sys-color-primary-400: 81, 154, 255;
|
51
|
+
--ax-sys-color-primary-500: 43, 127, 255;
|
52
|
+
--ax-sys-color-primary-600: 0, 97, 222;
|
53
|
+
--ax-sys-color-primary-700: 0, 66, 190;
|
54
|
+
--ax-sys-color-primary-800: 0, 31, 158;
|
55
|
+
--ax-sys-color-primary-900: 0, 0, 117;
|
56
|
+
--ax-sys-color-primary-950: 0, 0, 89;
|
47
57
|
--ax-sys-color-on-primary: 255, 255, 255;
|
48
|
-
--ax-sys-color-on-contrast-primary:
|
49
|
-
|
50
|
-
--ax-sys-color-
|
51
|
-
--ax-sys-color-
|
52
|
-
--ax-sys-color-
|
53
|
-
--ax-sys-color-
|
54
|
-
--ax-sys-color-
|
55
|
-
--ax-sys-color-
|
56
|
-
--ax-sys-color-
|
57
|
-
--ax-sys-color-
|
58
|
-
--ax-sys-color-
|
59
|
-
--ax-sys-color-
|
60
|
-
|
58
|
+
--ax-sys-color-on-contrast-primary: 0, 0, 89;
|
59
|
+
|
60
|
+
--ax-sys-color-secondary-50: 231, 240, 255;
|
61
|
+
--ax-sys-color-secondary-100: 216, 226, 244;
|
62
|
+
--ax-sys-color-secondary-200: 188, 196, 214;
|
63
|
+
--ax-sys-color-secondary-300: 159, 168, 185;
|
64
|
+
--ax-sys-color-secondary-400: 132, 141, 157;
|
65
|
+
--ax-sys-color-secondary-500: 106, 114, 130;
|
66
|
+
--ax-sys-color-secondary-600: 83, 91, 107;
|
67
|
+
--ax-sys-color-secondary-700: 62, 69, 84;
|
68
|
+
--ax-sys-color-secondary-800: 42, 48, 62;
|
69
|
+
--ax-sys-color-secondary-900: 23, 29, 42;
|
70
|
+
--ax-sys-color-secondary-950: 14, 20, 32;
|
61
71
|
--ax-sys-color-on-secondary: 255, 255, 255;
|
62
|
-
--ax-sys-color-on-contrast-secondary:
|
63
|
-
|
64
|
-
--ax-sys-color-
|
65
|
-
--ax-sys-color-
|
66
|
-
--ax-sys-color-
|
67
|
-
--ax-sys-color-
|
68
|
-
--ax-sys-color-
|
69
|
-
--ax-sys-color-
|
70
|
-
--ax-sys-color-
|
71
|
-
--ax-sys-color-
|
72
|
-
--ax-sys-color-
|
73
|
-
--ax-sys-color-
|
74
|
-
|
72
|
+
--ax-sys-color-on-contrast-secondary: 14, 20, 32;
|
73
|
+
|
74
|
+
--ax-sys-color-success-50: 199, 255, 228;
|
75
|
+
--ax-sys-color-success-100: 152, 255, 206;
|
76
|
+
--ax-sys-color-success-200: 102, 247, 180;
|
77
|
+
--ax-sys-color-success-300: 78, 227, 162;
|
78
|
+
--ax-sys-color-success-400: 51, 207, 143;
|
79
|
+
--ax-sys-color-success-500: 1, 188, 125;
|
80
|
+
--ax-sys-color-success-600: 0, 153, 93;
|
81
|
+
--ax-sys-color-success-700: 0, 116, 67;
|
82
|
+
--ax-sys-color-success-800: 0, 80, 43;
|
83
|
+
--ax-sys-color-success-900: 0, 47, 21;
|
84
|
+
--ax-sys-color-success-950: 0, 32, 11;
|
75
85
|
--ax-sys-color-on-success: 255, 255, 255;
|
76
|
-
--ax-sys-color-on-contrast-success:
|
77
|
-
|
78
|
-
--ax-sys-color-
|
79
|
-
--ax-sys-color-
|
80
|
-
--ax-sys-color-
|
81
|
-
--ax-sys-color-
|
82
|
-
--ax-sys-color-
|
83
|
-
--ax-sys-color-
|
84
|
-
--ax-sys-color-
|
85
|
-
--ax-sys-color-
|
86
|
-
--ax-sys-color-
|
87
|
-
--ax-sys-color-
|
88
|
-
|
86
|
+
--ax-sys-color-on-contrast-success: 0, 32, 11;
|
87
|
+
|
88
|
+
--ax-sys-color-warning-50: 255, 242, 216;
|
89
|
+
--ax-sys-color-warning-100: 255, 233, 198;
|
90
|
+
--ax-sys-color-warning-200: 255, 213, 158;
|
91
|
+
--ax-sys-color-warning-300: 255, 192, 113;
|
92
|
+
--ax-sys-color-warning-400: 255, 170, 50;
|
93
|
+
--ax-sys-color-warning-500: 253, 154, 1;
|
94
|
+
--ax-sys-color-warning-600: 208, 116, 0;
|
95
|
+
--ax-sys-color-warning-700: 157, 85, 0;
|
96
|
+
--ax-sys-color-warning-800: 109, 55, 0;
|
97
|
+
--ax-sys-color-warning-900: 65, 28, 0;
|
98
|
+
--ax-sys-color-warning-950: 45, 16, 0;
|
89
99
|
--ax-sys-color-on-warning: 255, 255, 255;
|
90
|
-
--ax-sys-color-on-contrast-warning:
|
91
|
-
|
92
|
-
--ax-sys-color-
|
93
|
-
--ax-sys-color-
|
94
|
-
--ax-sys-color-
|
95
|
-
--ax-sys-color-
|
96
|
-
--ax-sys-color-
|
97
|
-
--ax-sys-color-
|
98
|
-
--ax-sys-color-
|
99
|
-
--ax-sys-color-
|
100
|
-
--ax-sys-color-
|
101
|
-
--ax-sys-color-
|
102
|
-
|
100
|
+
--ax-sys-color-on-contrast-warning: 45, 16, 0;
|
101
|
+
|
102
|
+
--ax-sys-color-danger-50: 255, 233, 233;
|
103
|
+
--ax-sys-color-danger-100: 255, 216, 216;
|
104
|
+
--ax-sys-color-danger-200: 255, 181, 181;
|
105
|
+
--ax-sys-color-danger-300: 255, 142, 152;
|
106
|
+
--ax-sys-color-danger-400: 255, 94, 117;
|
107
|
+
--ax-sys-color-danger-500: 255, 32, 86;
|
108
|
+
--ax-sys-color-danger-600: 215, 0, 60;
|
109
|
+
--ax-sys-color-danger-700: 165, 0, 43;
|
110
|
+
--ax-sys-color-danger-800: 119, 0, 27;
|
111
|
+
--ax-sys-color-danger-900: 75, 0, 11;
|
112
|
+
--ax-sys-color-danger-950: 54, 0, 5;
|
103
113
|
--ax-sys-color-on-danger: 255, 255, 255;
|
104
|
-
--ax-sys-color-on-contrast-danger:
|
105
|
-
--ax-sys-color-danger-50: 255, 241, 242;
|
106
|
-
--ax-sys-color-danger-100: 255, 228, 230;
|
107
|
-
--ax-sys-color-danger-200: 254, 205, 211;
|
108
|
-
--ax-sys-color-danger-300: 253, 164, 175;
|
109
|
-
--ax-sys-color-danger-400: 251, 113, 133;
|
110
|
-
--ax-sys-color-danger-500: 244, 63, 94;
|
111
|
-
--ax-sys-color-danger-600: 225, 29, 72;
|
112
|
-
--ax-sys-color-danger-700: 190, 18, 60;
|
113
|
-
--ax-sys-color-danger-800: 159, 18, 57;
|
114
|
-
--ax-sys-color-danger-900: 136, 19, 55;
|
115
|
-
--ax-sys-color-danger-950: 76, 5, 25;
|
114
|
+
--ax-sys-color-on-contrast-danger: 54, 0, 5;
|
116
115
|
|
117
|
-
--ax-sys-color-on-ghost: 255, 255, 255;
|
118
|
-
--ax-sys-color-on-contrast-ghost: 24, 24, 27;
|
119
116
|
--ax-sys-color-ghost-50: 255, 255, 255;
|
120
117
|
--ax-sys-color-ghost-100: 244, 244, 245;
|
121
118
|
--ax-sys-color-ghost-200: 228, 228, 231;
|
122
119
|
--ax-sys-color-ghost-300: 212, 212, 216;
|
123
|
-
--ax-sys-color-ghost-400:
|
124
|
-
--ax-sys-color-ghost-500: 113, 113,
|
125
|
-
--ax-sys-color-ghost-600: 82, 82,
|
120
|
+
--ax-sys-color-ghost-400: 159, 159, 169;
|
121
|
+
--ax-sys-color-ghost-500: 113, 113, 123;
|
122
|
+
--ax-sys-color-ghost-600: 82, 82, 92;
|
126
123
|
--ax-sys-color-ghost-700: 63, 63, 70;
|
127
124
|
--ax-sys-color-ghost-800: 39, 39, 42;
|
128
125
|
--ax-sys-color-ghost-900: 24, 24, 27;
|
129
126
|
--ax-sys-color-ghost-950: 9, 9, 11;
|
127
|
+
--ax-sys-color-on-ghost: 255, 255, 255;
|
128
|
+
--ax-sys-color-on-contrast-ghost: 24, 24, 27;
|
130
129
|
}
|
131
130
|
|
132
131
|
.ax-dark {
|
133
|
-
--ax-sys-body-bg-color: var(--ax-sys-surface-lowest
|
132
|
+
--ax-sys-body-bg-color: var(--ax-sys-color-surface-lowest);
|
134
133
|
--ax-sys-body-text-color: 255, 255, 255;
|
135
134
|
|
136
135
|
--ax-sys-border-color: 34, 38, 47;
|
137
136
|
|
138
|
-
--ax-sys-surface-lowest
|
139
|
-
--ax-sys-on-surface-lowest
|
140
|
-
--ax-sys-surface-lowest
|
141
|
-
|
142
|
-
--ax-sys-surface-low
|
143
|
-
--ax-sys-on-surface-low
|
144
|
-
--ax-sys-surface-low
|
145
|
-
|
146
|
-
--ax-sys-surface
|
147
|
-
--ax-sys-on-surface
|
148
|
-
--ax-sys-
|
149
|
-
|
150
|
-
--ax-sys-surface-high
|
151
|
-
--ax-sys-on-surface-high
|
152
|
-
--ax-sys-surface-high
|
153
|
-
|
154
|
-
--ax-sys-surface-highest
|
155
|
-
--ax-sys-on-surface-highest
|
156
|
-
--ax-sys-surface-highest
|
157
|
-
|
158
|
-
--ax-sys-
|
159
|
-
--ax-sys-
|
160
|
-
--ax-sys-
|
161
|
-
--ax-sys-
|
162
|
-
|
163
|
-
--ax-sys-color-
|
164
|
-
--ax-sys-color-
|
165
|
-
--ax-sys-color-primary-
|
166
|
-
--ax-sys-color-primary-
|
167
|
-
--ax-sys-color-primary-
|
168
|
-
--ax-sys-color-primary-
|
169
|
-
--ax-sys-color-primary-
|
170
|
-
--ax-sys-color-primary-
|
171
|
-
--ax-sys-color-primary-
|
172
|
-
--ax-sys-color-primary-
|
173
|
-
--ax-sys-color-primary-
|
174
|
-
--ax-sys-color-primary
|
175
|
-
--ax-sys-color-primary
|
176
|
-
|
177
|
-
--ax-sys-color-
|
178
|
-
--ax-sys-color-
|
179
|
-
--ax-sys-color-secondary-
|
180
|
-
--ax-sys-color-secondary-
|
181
|
-
--ax-sys-color-secondary-
|
182
|
-
--ax-sys-color-secondary-
|
183
|
-
--ax-sys-color-secondary-
|
184
|
-
--ax-sys-color-secondary-
|
185
|
-
--ax-sys-color-secondary-
|
186
|
-
--ax-sys-color-secondary-
|
187
|
-
--ax-sys-color-secondary-
|
188
|
-
--ax-sys-color-secondary
|
189
|
-
--ax-sys-color-secondary
|
190
|
-
|
191
|
-
--ax-sys-color-
|
192
|
-
--ax-sys-color-
|
193
|
-
--ax-sys-color-success-
|
194
|
-
--ax-sys-color-success-
|
195
|
-
--ax-sys-color-success-
|
196
|
-
--ax-sys-color-success-
|
197
|
-
--ax-sys-color-success-
|
198
|
-
--ax-sys-color-success-
|
199
|
-
--ax-sys-color-success-
|
200
|
-
--ax-sys-color-success-
|
201
|
-
--ax-sys-color-success-
|
202
|
-
--ax-sys-color-success
|
203
|
-
--ax-sys-color-success
|
204
|
-
|
205
|
-
--ax-sys-color-
|
206
|
-
--ax-sys-color-
|
207
|
-
--ax-sys-color-warning-
|
208
|
-
--ax-sys-color-warning-
|
209
|
-
--ax-sys-color-warning-
|
210
|
-
--ax-sys-color-warning-
|
211
|
-
--ax-sys-color-warning-
|
212
|
-
--ax-sys-color-warning-
|
213
|
-
--ax-sys-color-warning-
|
214
|
-
--ax-sys-color-warning-
|
215
|
-
--ax-sys-color-warning-
|
216
|
-
--ax-sys-color-warning
|
217
|
-
--ax-sys-color-warning
|
218
|
-
|
219
|
-
--ax-sys-color-
|
220
|
-
--ax-sys-color-
|
221
|
-
--ax-sys-color-danger-
|
222
|
-
--ax-sys-color-danger-
|
223
|
-
--ax-sys-color-danger-
|
224
|
-
--ax-sys-color-danger-
|
225
|
-
--ax-sys-color-danger-
|
226
|
-
--ax-sys-color-danger-
|
227
|
-
--ax-sys-color-danger-
|
228
|
-
--ax-sys-color-danger-
|
229
|
-
--ax-sys-color-danger-
|
230
|
-
--ax-sys-color-danger
|
231
|
-
--ax-sys-color-danger
|
137
|
+
--ax-sys-color-surface-lowest: 15, 15, 15;
|
138
|
+
--ax-sys-color-on-surface-lowest: 220, 220, 220;
|
139
|
+
--ax-sys-color-border-surface-lowest: 20, 20, 20;
|
140
|
+
|
141
|
+
--ax-sys-color-surface-low: 20, 20, 20;
|
142
|
+
--ax-sys-color-on-surface-low: 230, 230, 230;
|
143
|
+
--ax-sys-color-border-surface-low: 25, 25, 25;
|
144
|
+
|
145
|
+
--ax-sys-color-surface: 25, 25, 25;
|
146
|
+
--ax-sys-color-on-surface: 240, 240, 240;
|
147
|
+
--ax-sys-color-border-surface: 34, 34, 34;
|
148
|
+
|
149
|
+
--ax-sys-color-surface-high: 29, 29, 29;
|
150
|
+
--ax-sys-color-on-surface-high: 250, 250, 250;
|
151
|
+
--ax-sys-color-border-surface-high: 43, 43, 43;
|
152
|
+
|
153
|
+
--ax-sys-color-surface-highest: 34, 34, 34;
|
154
|
+
--ax-sys-color-on-surface-highest: 255, 255, 255;
|
155
|
+
--ax-sys-color-border-surface-highest: 52, 52, 52;
|
156
|
+
|
157
|
+
--ax-sys-color-input-surface: var(--ax-sys-color-surface-lowest);
|
158
|
+
--ax-sys-color-input-surface-text: var(--ax-sys-color-on-surface-lowest);
|
159
|
+
--ax-sys-color-input-surface-placeholder: 100, 100, 100;
|
160
|
+
--ax-sys-color-input-surface-border: var(--ax-sys-color-border-surface);
|
161
|
+
|
162
|
+
--ax-sys-color-primary-50: 233, 247, 255;
|
163
|
+
--ax-sys-color-primary-100: 219, 238, 255;
|
164
|
+
--ax-sys-color-primary-200: 190, 221, 255;
|
165
|
+
--ax-sys-color-primary-300: 161, 203, 255;
|
166
|
+
--ax-sys-color-primary-400: 132, 185, 255;
|
167
|
+
--ax-sys-color-primary-500: 101, 166, 255;
|
168
|
+
--ax-sys-color-primary-600: 67, 146, 255;
|
169
|
+
--ax-sys-color-primary-700: 43, 127, 255;
|
170
|
+
--ax-sys-color-primary-800: 25, 112, 239;
|
171
|
+
--ax-sys-color-primary-900: 0, 98, 223;
|
172
|
+
--ax-sys-color-primary-950: 0, 90, 215;
|
173
|
+
--ax-sys-color-on-primary: 0, 0, 91;
|
174
|
+
--ax-sys-color-on-contrast-primary: 0, 12, 146;
|
175
|
+
|
176
|
+
--ax-sys-color-secondary-50: 240, 249, 255;
|
177
|
+
--ax-sys-color-secondary-100: 233, 242, 255;
|
178
|
+
--ax-sys-color-secondary-200: 219, 228, 243;
|
179
|
+
--ax-sys-color-secondary-300: 206, 214, 229;
|
180
|
+
--ax-sys-color-secondary-400: 192, 201, 215;
|
181
|
+
--ax-sys-color-secondary-500: 179, 187, 202;
|
182
|
+
--ax-sys-color-secondary-600: 166, 174, 188;
|
183
|
+
--ax-sys-color-secondary-700: 153, 161, 175;
|
184
|
+
--ax-sys-color-secondary-800: 135, 143, 157;
|
185
|
+
--ax-sys-color-secondary-900: 118, 126, 139;
|
186
|
+
--ax-sys-color-secondary-950: 110, 117, 131;
|
187
|
+
--ax-sys-color-on-secondary: 16, 22, 32;
|
188
|
+
--ax-sys-color-on-contrast-secondary: 40, 46, 57;
|
189
|
+
|
190
|
+
--ax-sys-color-success-50: 210, 255, 233;
|
191
|
+
--ax-sys-color-success-100: 180, 255, 219;
|
192
|
+
--ax-sys-color-success-200: 115, 255, 191;
|
193
|
+
--ax-sys-color-success-300: 99, 244, 178;
|
194
|
+
--ax-sys-color-success-400: 82, 230, 164;
|
195
|
+
--ax-sys-color-success-500: 63, 216, 151;
|
196
|
+
--ax-sys-color-success-600: 41, 202, 138;
|
197
|
+
--ax-sys-color-success-700: 1, 188, 125;
|
198
|
+
--ax-sys-color-success-800: 0, 170, 108;
|
199
|
+
--ax-sys-color-success-900: 0, 151, 91;
|
200
|
+
--ax-sys-color-success-950: 0, 141, 85;
|
201
|
+
--ax-sys-color-on-success: 0, 31, 10;
|
202
|
+
--ax-sys-color-on-contrast-success: 0, 59, 29;
|
203
|
+
|
204
|
+
--ax-sys-color-warning-50: 255, 245, 222;
|
205
|
+
--ax-sys-color-warning-100: 255, 238, 208;
|
206
|
+
--ax-sys-color-warning-200: 255, 224, 181;
|
207
|
+
--ax-sys-color-warning-300: 255, 210, 152;
|
208
|
+
--ax-sys-color-warning-400: 255, 195, 120;
|
209
|
+
--ax-sys-color-warning-500: 255, 180, 82;
|
210
|
+
--ax-sys-color-warning-600: 255, 165, 33;
|
211
|
+
--ax-sys-color-warning-700: 253, 154, 1;
|
212
|
+
--ax-sys-color-warning-800: 230, 133, 0;
|
213
|
+
--ax-sys-color-warning-900: 203, 114, 0;
|
214
|
+
--ax-sys-color-warning-950: 190, 105, 0;
|
215
|
+
--ax-sys-color-on-warning: 41, 13, 0;
|
216
|
+
--ax-sys-color-on-contrast-warning: 74, 34, 0;
|
217
|
+
|
218
|
+
--ax-sys-color-danger-50: 255, 240, 242;
|
219
|
+
--ax-sys-color-danger-100: 255, 230, 233;
|
220
|
+
--ax-sys-color-danger-200: 255, 210, 215;
|
221
|
+
--ax-sys-color-danger-300: 255, 189, 196;
|
222
|
+
--ax-sys-color-danger-400: 255, 167, 178;
|
223
|
+
--ax-sys-color-danger-500: 255, 144, 159;
|
224
|
+
--ax-sys-color-danger-600: 255, 117, 140;
|
225
|
+
--ax-sys-color-danger-700: 255, 99, 126;
|
226
|
+
--ax-sys-color-danger-800: 234, 80, 109;
|
227
|
+
--ax-sys-color-danger-900: 213, 59, 92;
|
228
|
+
--ax-sys-color-danger-950: 203, 48, 84;
|
229
|
+
--ax-sys-color-on-danger: 54, 0, 9;
|
230
|
+
--ax-sys-color-on-contrast-danger: 97, 0, 25;
|
232
231
|
|
233
|
-
--ax-sys-color-on-ghost: 24, 24, 27;
|
234
|
-
--ax-sys-color-on-contrast-ghost: 244, 244, 245;
|
235
232
|
--ax-sys-color-ghost-50: 9, 9, 11;
|
236
233
|
--ax-sys-color-ghost-100: 24, 24, 27;
|
237
234
|
--ax-sys-color-ghost-200: 39, 39, 42;
|
238
235
|
--ax-sys-color-ghost-300: 63, 63, 70;
|
239
|
-
--ax-sys-color-ghost-400: 82, 82,
|
240
|
-
--ax-sys-color-ghost-500: 113, 113,
|
241
|
-
--ax-sys-color-ghost-600:
|
236
|
+
--ax-sys-color-ghost-400: 82, 82, 92;
|
237
|
+
--ax-sys-color-ghost-500: 113, 113, 123;
|
238
|
+
--ax-sys-color-ghost-600: 159, 159, 169;
|
242
239
|
--ax-sys-color-ghost-700: 212, 212, 216;
|
243
240
|
--ax-sys-color-ghost-800: 228, 228, 231;
|
244
241
|
--ax-sys-color-ghost-900: 244, 244, 245;
|
245
242
|
--ax-sys-color-ghost-950: 250, 250, 250;
|
243
|
+
--ax-sys-color-on-ghost: 24, 24, 27;
|
244
|
+
--ax-sys-color-on-contrast-ghost: 244, 244, 245;
|
246
245
|
}
|
package/themes/test.scss
CHANGED
@@ -5,42 +5,42 @@
|
|
5
5
|
--ax-sys-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
6
6
|
--ax-sys-border-radius: 0.5rem;
|
7
7
|
--ax-sys-border-color: 233, 234, 235;
|
8
|
-
--ax-sys-body-bg-color: var(--ax-sys-surface-lowest
|
8
|
+
--ax-sys-body-bg-color: var(--ax-sys-color-surface-lowest);
|
9
9
|
--ax-sys-body-text-color: 22, 22, 22;
|
10
10
|
|
11
11
|
// Surfaces
|
12
|
-
--ax-sys-surface-light
|
13
|
-
--ax-sys-on-surface-light
|
14
|
-
--ax-sys-surface-light
|
15
|
-
|
16
|
-
--ax-sys-surface-lowest
|
17
|
-
--ax-sys-on-surface-lowest
|
18
|
-
--ax-sys-surface-lowest
|
19
|
-
|
20
|
-
--ax-sys-surface-low
|
21
|
-
--ax-sys-on-surface-low
|
22
|
-
--ax-sys-surface-low
|
23
|
-
|
24
|
-
--ax-sys-surface
|
25
|
-
--ax-sys-on-surface
|
26
|
-
--ax-sys-
|
27
|
-
|
28
|
-
--ax-sys-surface-high
|
29
|
-
--ax-sys-on-surface-high
|
30
|
-
--ax-sys-surface-high
|
31
|
-
|
32
|
-
--ax-sys-surface-highest
|
33
|
-
--ax-sys-on-surface-highest
|
34
|
-
--ax-sys-surface-highest
|
35
|
-
|
36
|
-
--ax-sys-
|
37
|
-
--ax-sys-
|
38
|
-
--ax-sys-
|
39
|
-
--ax-sys-
|
40
|
-
|
41
|
-
--ax-sys-surface-dark
|
42
|
-
--ax-sys-on-surface-dark
|
43
|
-
--ax-sys-surface-dark
|
12
|
+
--ax-sys-color-surface-light: 255, 255, 255;
|
13
|
+
--ax-sys-color-on-surface-light: 0, 0, 0;
|
14
|
+
--ax-sys-color-border-surface-light: 0, 0, 0;
|
15
|
+
|
16
|
+
--ax-sys-color-surface-lowest: 255, 255, 255;
|
17
|
+
--ax-sys-color-on-surface-lowest: 40, 40, 40;
|
18
|
+
--ax-sys-color-border-surface-lowest: 233, 236, 239;
|
19
|
+
|
20
|
+
--ax-sys-color-surface-low: 248, 249, 250;
|
21
|
+
--ax-sys-color-on-surface-low: 40, 40, 40;
|
22
|
+
--ax-sys-color-border-surface-low: 233, 236, 239;
|
23
|
+
|
24
|
+
--ax-sys-color-surface: 239, 241, 243;
|
25
|
+
--ax-sys-color-on-surface: 30, 30, 30;
|
26
|
+
--ax-sys-color-border-surface: 232, 235, 238;
|
27
|
+
|
28
|
+
--ax-sys-color-surface-high: 234, 237, 239;
|
29
|
+
--ax-sys-color-on-surface-high: 20, 20, 20;
|
30
|
+
--ax-sys-color-border-surface-high: 228, 231, 234;
|
31
|
+
|
32
|
+
--ax-sys-color-surface-highest: 230, 233, 236;
|
33
|
+
--ax-sys-color-on-surface-highest: 10, 10, 10;
|
34
|
+
--ax-sys-color-border-surface-highest: 225, 229, 233;
|
35
|
+
|
36
|
+
--ax-sys-color-input-surface: 255, 255, 255;
|
37
|
+
--ax-sys-color-input-surface-text: 30, 30, 30;
|
38
|
+
--ax-sys-color-input-surface-placeholder: 180, 180, 180;
|
39
|
+
--ax-sys-color-input-surface-border: 220, 220, 220;
|
40
|
+
|
41
|
+
--ax-sys-color-surface-dark: 0, 0, 0;
|
42
|
+
--ax-sys-color-on-surface-dark: 255, 255, 255;
|
43
|
+
--ax-sys-color-border-surface-dark: 255, 255, 255;
|
44
44
|
}
|
45
45
|
|
46
46
|
.ax-dark {
|
@@ -48,30 +48,30 @@
|
|
48
48
|
|
49
49
|
--ax-sys-border-color: 34, 38, 47;
|
50
50
|
|
51
|
-
--ax-sys-surface-lowest
|
52
|
-
--ax-sys-on-surface-lowest
|
53
|
-
--ax-sys-surface-lowest
|
51
|
+
--ax-sys-color-surface-lowest: 15, 15, 15;
|
52
|
+
--ax-sys-color-on-surface-lowest: 220, 220, 220;
|
53
|
+
--ax-sys-color-border-surface-lowest: 20, 20, 20;
|
54
54
|
|
55
|
-
--ax-sys-surface-low
|
56
|
-
--ax-sys-on-surface-low
|
57
|
-
--ax-sys-surface-low
|
55
|
+
--ax-sys-color-surface-low: 20, 20, 20;
|
56
|
+
--ax-sys-color-on-surface-low: 230, 230, 230;
|
57
|
+
--ax-sys-color-border-surface-low: 25, 25, 25;
|
58
58
|
|
59
|
-
--ax-sys-surface
|
60
|
-
--ax-sys-on-surface
|
61
|
-
--ax-sys-
|
59
|
+
--ax-sys-color-surface: 25, 25, 25;
|
60
|
+
--ax-sys-color-on-surface: 240, 240, 240;
|
61
|
+
--ax-sys-color-border-surface: 34, 34, 34;
|
62
62
|
|
63
|
-
--ax-sys-surface-high
|
64
|
-
--ax-sys-on-surface-high
|
65
|
-
--ax-sys-surface-high
|
63
|
+
--ax-sys-color-surface-high: 29, 29, 29;
|
64
|
+
--ax-sys-color-on-surface-high: 250, 250, 250;
|
65
|
+
--ax-sys-color-border-surface-high: 43, 43, 43;
|
66
66
|
|
67
|
-
--ax-sys-surface-highest
|
68
|
-
--ax-sys-on-surface-highest
|
69
|
-
--ax-sys-surface-highest
|
67
|
+
--ax-sys-color-surface-highest: 34, 34, 34;
|
68
|
+
--ax-sys-color-on-surface-highest: 255, 255, 255;
|
69
|
+
--ax-sys-color-border-surface-highest: 52, 52, 52;
|
70
70
|
|
71
|
-
--ax-sys-
|
72
|
-
--ax-sys-
|
73
|
-
--ax-sys-
|
74
|
-
--ax-sys-
|
71
|
+
--ax-sys-color-input-surface: var(--ax-sys-color-surface-lowest);
|
72
|
+
--ax-sys-color-input-surface-text: var(--ax-sys-color-on-surface-lowest);
|
73
|
+
--ax-sys-color-input-surface-placeholder: 100, 100, 100;
|
74
|
+
--ax-sys-color-input-surface-border: var(--ax-sys-color-border-surface);
|
75
75
|
}
|
76
76
|
|
77
77
|
:root {
|
@@ -1,50 +0,0 @@
|
|
1
|
-
.ax-editor-container {
|
2
|
-
--ax-comp-editor-border-width: 1px;
|
3
|
-
--ax-comp-editor-border-radius: var(--ax-sys-border-radius);
|
4
|
-
--ax-comp-editor-height: calc(var(--ax-sys-size-base) * var(--ax-comp-editor-size-ratio));
|
5
|
-
--ax-comp-editor-font-family: inherit;
|
6
|
-
--ax-comp-editor-font-weight: normal;
|
7
|
-
--ax-comp-editor-focus-color: var(--ax-sys-color-primary-500);
|
8
|
-
--ax-comp-editor-padding-y: 0;
|
9
|
-
--ax-comp-editor-button-text-color: var(--ax-sys-surface-input-text-color);
|
10
|
-
}
|
11
|
-
|
12
|
-
.ax-xs .ax-editor-container,
|
13
|
-
.ax-editor-container.ax-xs {
|
14
|
-
--ax-comp-editor-size-ratio: 0.75;
|
15
|
-
--ax-comp-editor-font-size: 0.675rem;
|
16
|
-
--ax-comp-editor-padding-x: 0.188rem;
|
17
|
-
--ax-comp-editor-decorator-padding-x: 0.125rem;
|
18
|
-
}
|
19
|
-
|
20
|
-
.ax-sm .ax-editor-container,
|
21
|
-
.ax-editor-container.ax-sm {
|
22
|
-
--ax-comp-editor-size-ratio: 0.875;
|
23
|
-
--ax-comp-editor-font-size: 0.75rem;
|
24
|
-
--ax-comp-editor-padding-x: 0.375rem;
|
25
|
-
--ax-comp-editor-decorator-padding-x: 0.25rem;
|
26
|
-
}
|
27
|
-
|
28
|
-
.ax-md .ax-editor-container,
|
29
|
-
.ax-editor-container {
|
30
|
-
--ax-comp-editor-size-ratio: 1;
|
31
|
-
--ax-comp-editor-font-size: 0.875rem;
|
32
|
-
--ax-comp-editor-padding-x: 0.75rem;
|
33
|
-
--ax-comp-editor-decorator-padding-x: 0.5rem;
|
34
|
-
}
|
35
|
-
|
36
|
-
.ax-lg .ax-editor-container,
|
37
|
-
.ax-editor-container.ax-lg {
|
38
|
-
--ax-comp-editor-size-ratio: 1.125;
|
39
|
-
--ax-comp-editor-font-size: 1rem;
|
40
|
-
--ax-comp-editor-padding-x: 0.875rem;
|
41
|
-
--ax-comp-editor-decorator-padding-x: 0.75rem;
|
42
|
-
}
|
43
|
-
|
44
|
-
.ax-xl .ax-editor-container,
|
45
|
-
.ax-editor-container.ax-xl {
|
46
|
-
--ax-comp-editor-size-ratio: 1.5;
|
47
|
-
--ax-comp-editor-font-size: 1.5rem;
|
48
|
-
--ax-comp-editor-padding-x: 1rem;
|
49
|
-
--ax-comp-editor-decorator-padding-x: 0.875rem;
|
50
|
-
}
|