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