@acorex/styles 19.8.0-next.1 → 19.8.0-next.2
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/index.scss +11 -10
- package/icons/huge/huge-bulk/index.scss +4 -4
- package/icons/huge/huge-duotone/index.scss +4 -4
- package/icons/huge/huge-solid-sharp/index.scss +4 -4
- package/icons/huge/huge-solid-standard/index.scss +4 -4
- package/icons/huge/huge-stroke-rounded/index.scss +4 -4
- package/icons/huge/huge-stroke-sharp/index.scss +4 -4
- package/icons/huge/huge-stroke-standard/index.scss +4 -4
- package/icons/huge/huge-twotone/index.scss +4 -4
- package/icons/material/index.scss +5 -4
- package/index.css +2011 -314
- package/index.min.css +1 -1
- package/index.scss +0 -1
- package/package.json +1 -1
- package/src/base/index.scss +4 -2
- package/src/mixins/_look.scss +34 -19
- package/src/shared/_action-item.scss +2 -2
- package/src/shared/_actionsheet.scss +6 -7
- package/src/shared/_check-box.scss +14 -8
- package/src/shared/_color-look.scss +822 -0
- package/src/shared/_drop-down.scss +16 -7
- package/src/shared/_editor-container.scss +75 -35
- package/src/shared/_general-button.scss +12 -11
- package/src/shared/_inputs.scss +16 -0
- package/src/shared/_list.scss +39 -13
- package/src/shared/_radio.scss +14 -8
- package/src/shared/_table.scss +27 -6
- package/src/shared/_utils.scss +16 -10
- package/src/shared/index.scss +2 -4
- package/src/utility/index.scss +22 -2
- package/tailwind-base.js +56 -73
- package/themes/default.css +1 -1
- package/themes/default.scss +141 -212
- package/src/components/editors/_base.scss +0 -50
- package/src/components/editors/index.scss +0 -59
- 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/src/shared/_ripple.scss +0 -13
package/themes/default.scss
CHANGED
@@ -1,216 +1,145 @@
|
|
1
|
-
:root
|
2
|
-
|
3
|
-
--ax-
|
4
|
-
--ax-
|
5
|
-
--ax-
|
6
|
-
--ax-
|
7
|
-
|
8
|
-
--ax-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
--ax-
|
13
|
-
--ax-
|
14
|
-
|
15
|
-
|
16
|
-
--ax-
|
17
|
-
|
18
|
-
--ax-
|
19
|
-
|
20
|
-
|
21
|
-
--ax-
|
22
|
-
--ax-
|
23
|
-
|
24
|
-
|
25
|
-
--ax-
|
26
|
-
--ax-
|
27
|
-
|
28
|
-
--ax-
|
29
|
-
--ax-
|
30
|
-
--ax-
|
31
|
-
|
32
|
-
--ax-
|
33
|
-
--ax-
|
34
|
-
--ax-
|
35
|
-
|
36
|
-
--ax-
|
37
|
-
--ax-
|
38
|
-
--ax-
|
39
|
-
|
40
|
-
--ax-
|
41
|
-
|
42
|
-
--ax-
|
43
|
-
--ax-
|
44
|
-
|
45
|
-
|
46
|
-
--ax-
|
47
|
-
--ax-
|
48
|
-
--ax-
|
49
|
-
--ax-
|
50
|
-
--ax-
|
51
|
-
--ax-
|
52
|
-
--ax-
|
53
|
-
--ax-
|
54
|
-
--ax-
|
55
|
-
|
56
|
-
--ax-
|
57
|
-
--ax-
|
58
|
-
--ax-
|
59
|
-
|
60
|
-
--ax-
|
61
|
-
--ax-
|
62
|
-
--ax-
|
63
|
-
--ax-
|
64
|
-
--ax-
|
65
|
-
--ax-
|
66
|
-
--ax-
|
67
|
-
--ax-
|
68
|
-
--ax-
|
69
|
-
|
70
|
-
--ax-
|
71
|
-
--ax-
|
72
|
-
--ax-
|
73
|
-
|
74
|
-
--ax-
|
75
|
-
--ax-
|
76
|
-
--ax-
|
77
|
-
--ax-
|
78
|
-
--ax-
|
79
|
-
--ax-
|
80
|
-
--ax-
|
81
|
-
--ax-
|
82
|
-
--ax-
|
83
|
-
|
84
|
-
--ax-
|
85
|
-
--ax-
|
86
|
-
--ax-
|
87
|
-
|
88
|
-
--ax-
|
89
|
-
--ax-
|
90
|
-
--ax-
|
91
|
-
--ax-
|
92
|
-
--ax-
|
93
|
-
--ax-
|
94
|
-
--ax-
|
95
|
-
--ax-
|
96
|
-
--ax-
|
97
|
-
|
98
|
-
--ax-
|
99
|
-
--ax-
|
100
|
-
--ax-
|
101
|
-
|
102
|
-
--ax-
|
103
|
-
--ax-
|
104
|
-
--ax-
|
105
|
-
--ax-
|
106
|
-
--ax-
|
107
|
-
--ax-
|
108
|
-
--ax-
|
109
|
-
--ax-
|
110
|
-
--ax-
|
111
|
-
|
112
|
-
--ax-
|
113
|
-
--ax-
|
114
|
-
--ax-
|
1
|
+
:root,
|
2
|
+
.ax-light {
|
3
|
+
--ax-size-base: 2.5rem;
|
4
|
+
--ax-size-default: var(--ax-size-base);
|
5
|
+
--ax-icon-weight: 400;
|
6
|
+
--ax-icon-size: 100%;
|
7
|
+
|
8
|
+
--ax-rounded-border-default: 0.5rem;
|
9
|
+
|
10
|
+
--ax-color-border-default: 233, 234, 235;
|
11
|
+
|
12
|
+
--ax-color-background-default: 249, 250, 251;
|
13
|
+
--ax-color-text-default: 22, 22, 22;
|
14
|
+
|
15
|
+
--ax-color-surface: 255, 255, 255;
|
16
|
+
--ax-color-surface-fore: 22, 22, 22;
|
17
|
+
|
18
|
+
--ax-color-on-surface: 250, 250, 250;
|
19
|
+
--ax-color-on-surface-fore: 22, 22, 22;
|
20
|
+
|
21
|
+
--ax-color-input-surface: 255, 255, 255;
|
22
|
+
--ax-color-input-surface-fore: 22, 22, 22;
|
23
|
+
--ax-color-input-border: 213, 215, 218;
|
24
|
+
|
25
|
+
--ax-color-ghost: 255, 255, 255;
|
26
|
+
--ax-color-ghost-fore: 22, 22, 22;
|
27
|
+
|
28
|
+
--ax-color-primary-fore: 255, 255, 255;
|
29
|
+
--ax-color-primary-fore-tint: 11, 30, 71;
|
30
|
+
--ax-color-primary-50: 244, 247, 254;
|
31
|
+
--ax-color-primary-100: 233, 239, 253;
|
32
|
+
--ax-color-primary-200: 190, 208, 249;
|
33
|
+
--ax-color-primary-300: 146, 177, 245;
|
34
|
+
--ax-color-primary-400: 102, 146, 241;
|
35
|
+
--ax-color-primary-500: 37, 99, 235;
|
36
|
+
--ax-color-primary-600: 33, 89, 212;
|
37
|
+
--ax-color-primary-700: 26, 69, 165;
|
38
|
+
--ax-color-primary-800: 19, 50, 118;
|
39
|
+
--ax-color-primary-900: 11, 30, 71;
|
40
|
+
--ax-color-primary-950: 4, 10, 23;
|
41
|
+
|
42
|
+
--ax-color-secondary-fore: 255, 255, 255;
|
43
|
+
--ax-color-secondary-fore-tint: 9, 12, 18;
|
44
|
+
--ax-color-secondary-50: 244, 244, 245;
|
45
|
+
--ax-color-secondary-100: 233, 234, 235;
|
46
|
+
--ax-color-secondary-200: 188, 191, 196;
|
47
|
+
--ax-color-secondary-300: 143, 148, 157;
|
48
|
+
--ax-color-secondary-400: 98, 105, 118;
|
49
|
+
--ax-color-secondary-500: 30, 41, 59;
|
50
|
+
--ax-color-secondary-600: 27, 37, 53;
|
51
|
+
--ax-color-secondary-700: 21, 29, 41;
|
52
|
+
--ax-color-secondary-800: 15, 21, 30;
|
53
|
+
--ax-color-secondary-900: 9, 12, 18;
|
54
|
+
--ax-color-secondary-950: 3, 4, 6;
|
55
|
+
|
56
|
+
--ax-color-success-fore: 255, 255, 255;
|
57
|
+
--ax-color-success-fore-tint: 6, 78, 59;
|
58
|
+
--ax-color-success-50: 236, 253, 245;
|
59
|
+
--ax-color-success-100: 209, 250, 229;
|
60
|
+
--ax-color-success-200: 167, 243, 208;
|
61
|
+
--ax-color-success-300: 110, 231, 183;
|
62
|
+
--ax-color-success-400: 52, 211, 153;
|
63
|
+
--ax-color-success-500: 16, 185, 129;
|
64
|
+
--ax-color-success-600: 5, 150, 105;
|
65
|
+
--ax-color-success-700: 4, 120, 87;
|
66
|
+
--ax-color-success-800: 6, 95, 70;
|
67
|
+
--ax-color-success-900: 6, 78, 59;
|
68
|
+
--ax-color-success-950: 2, 44, 34;
|
69
|
+
|
70
|
+
--ax-color-warning-fore: 48, 26, 10;
|
71
|
+
--ax-color-warning-fore-tint: 255, 111, 0;
|
72
|
+
--ax-color-warning-50: 255, 248, 225;
|
73
|
+
--ax-color-warning-100: 255, 236, 179;
|
74
|
+
--ax-color-warning-200: 255, 224, 130;
|
75
|
+
--ax-color-warning-300: 255, 213, 79;
|
76
|
+
--ax-color-warning-400: 255, 202, 40;
|
77
|
+
--ax-color-warning-500: 255, 193, 7;
|
78
|
+
--ax-color-warning-600: 255, 179, 0;
|
79
|
+
--ax-color-warning-700: 255, 160, 0;
|
80
|
+
--ax-color-warning-800: 255, 143, 0;
|
81
|
+
--ax-color-warning-900: 255, 111, 0;
|
82
|
+
--ax-color-warning-950: 72, 40, 15;
|
83
|
+
|
84
|
+
--ax-color-danger-fore: 255, 255, 255;
|
85
|
+
--ax-color-danger-fore-tint: 127, 29, 29;
|
86
|
+
--ax-color-danger-50: 254, 242, 242;
|
87
|
+
--ax-color-danger-100: 254, 226, 226;
|
88
|
+
--ax-color-danger-200: 254, 202, 202;
|
89
|
+
--ax-color-danger-300: 252, 165, 165;
|
90
|
+
--ax-color-danger-400: 248, 113, 113;
|
91
|
+
--ax-color-danger-500: 239, 68, 68;
|
92
|
+
--ax-color-danger-600: 220, 38, 38;
|
93
|
+
--ax-color-danger-700: 185, 28, 28;
|
94
|
+
--ax-color-danger-800: 153, 27, 27;
|
95
|
+
--ax-color-danger-900: 127, 29, 29;
|
96
|
+
--ax-color-danger-950: 69, 10, 10;
|
97
|
+
|
98
|
+
--ax-color-info-fore: 255, 255, 255;
|
99
|
+
--ax-color-info-fore-tint: 49, 46, 129;
|
100
|
+
--ax-color-info-50: 238, 242, 255;
|
101
|
+
--ax-color-info-100: 224, 231, 255;
|
102
|
+
--ax-color-info-200: 199, 210, 254;
|
103
|
+
--ax-color-info-300: 165, 180, 252;
|
104
|
+
--ax-color-info-400: 129, 140, 248;
|
105
|
+
--ax-color-info-500: 99, 102, 241;
|
106
|
+
--ax-color-info-600: 79, 70, 229;
|
107
|
+
--ax-color-info-700: 67, 56, 202;
|
108
|
+
--ax-color-info-800: 55, 48, 163;
|
109
|
+
--ax-color-info-900: 49, 46, 129;
|
110
|
+
--ax-color-info-950: 30, 27, 75;
|
111
|
+
|
112
|
+
--ax-color-neutral-fore: 255, 255, 255;
|
113
|
+
--ax-color-neutral-fore-tint: 17, 24, 39;
|
114
|
+
--ax-color-neutral-50: 249, 250, 251;
|
115
|
+
--ax-color-neutral-100: 243, 244, 246;
|
116
|
+
--ax-color-neutral-200: 229, 231, 235;
|
117
|
+
--ax-color-neutral-300: 209, 213, 219;
|
118
|
+
--ax-color-neutral-400: 156, 163, 175;
|
119
|
+
--ax-color-neutral-500: 107, 114, 128;
|
120
|
+
--ax-color-neutral-600: 75, 85, 99;
|
121
|
+
--ax-color-neutral-700: 55, 65, 81;
|
122
|
+
--ax-color-neutral-800: 31, 41, 55;
|
123
|
+
--ax-color-neutral-900: 17, 24, 39;
|
124
|
+
--ax-color-neutral-950: 3, 7, 18;
|
115
125
|
}
|
116
126
|
|
117
127
|
.ax-dark {
|
118
|
-
--ax-
|
119
|
-
|
120
|
-
--ax-
|
121
|
-
|
122
|
-
|
123
|
-
--ax-
|
124
|
-
--ax-
|
125
|
-
|
126
|
-
--ax-
|
127
|
-
--ax-
|
128
|
-
|
129
|
-
|
130
|
-
--ax-
|
131
|
-
--ax-
|
132
|
-
|
133
|
-
|
134
|
-
--ax-
|
135
|
-
--ax-sys-surface-high-text-color: 250, 250, 250;
|
136
|
-
--ax-sys-surface-high-border-color: 71, 85, 105;
|
137
|
-
|
138
|
-
--ax-sys-surface-highest-bg-color: 71, 85, 105;
|
139
|
-
--ax-sys-surface-highest-text-color: 255, 255, 255;
|
140
|
-
--ax-sys-surface-highest-border-color: 100, 116, 139;
|
141
|
-
|
142
|
-
--ax-sys-surface-input-bg-color: 55, 55, 55;
|
143
|
-
--ax-sys-surface-input-text-color: 240, 240, 240;
|
144
|
-
--ax-sys-surface-input-placeholder-color: 100, 100, 100;
|
145
|
-
--ax-sys-surface-input-border-color: 80, 80, 80;
|
146
|
-
|
147
|
-
--ax-sys-color-primary-text: 19, 21, 25;
|
148
|
-
--ax-sys-color-primary-contrast-text: 57, 62, 75;
|
149
|
-
--ax-sys-color-primary-50: 252, 253, 255;
|
150
|
-
--ax-sys-color-primary-100: 249, 250, 254;
|
151
|
-
--ax-sys-color-primary-200: 236, 241, 253;
|
152
|
-
--ax-sys-color-primary-300: 223, 232, 252;
|
153
|
-
--ax-sys-color-primary-400: 210, 222, 251;
|
154
|
-
--ax-sys-color-primary-500: 190, 208, 249;
|
155
|
-
--ax-sys-color-primary-600: 171, 187, 224;
|
156
|
-
--ax-sys-color-primary-700: 133, 146, 174;
|
157
|
-
--ax-sys-color-primary-800: 95, 104, 125;
|
158
|
-
--ax-sys-color-primary-900: 57, 62, 75;
|
159
|
-
--ax-sys-color-primary-950: 19, 21, 25;
|
160
|
-
|
161
|
-
--ax-sys-color-success-text: 255, 255, 255;
|
162
|
-
--ax-sys-color-success-contrast-text: 6, 78, 59;
|
163
|
-
--ax-sys-color-success-50: 236, 253, 245;
|
164
|
-
--ax-sys-color-success-100: 209, 250, 229;
|
165
|
-
--ax-sys-color-success-200: 167, 243, 208;
|
166
|
-
--ax-sys-color-success-300: 110, 231, 183;
|
167
|
-
--ax-sys-color-success-400: 52, 211, 153;
|
168
|
-
--ax-sys-color-success-500: 16, 185, 129;
|
169
|
-
--ax-sys-color-success-600: 5, 150, 105;
|
170
|
-
--ax-sys-color-success-700: 4, 120, 87;
|
171
|
-
--ax-sys-color-success-800: 6, 95, 70;
|
172
|
-
--ax-sys-color-success-900: 6, 78, 59;
|
173
|
-
--ax-sys-color-success-950: 2, 44, 34;
|
174
|
-
|
175
|
-
--ax-sys-color-warning-text: 25, 22, 13;
|
176
|
-
--ax-sys-color-warning-contrast-text: 77, 67, 39;
|
177
|
-
--ax-sys-color-warning-50: 255, 253, 249;
|
178
|
-
--ax-sys-color-warning-100: 255, 252, 243;
|
179
|
-
--ax-sys-color-warning-200: 255, 246, 218;
|
180
|
-
--ax-sys-color-warning-300: 255, 240, 193;
|
181
|
-
--ax-sys-color-warning-400: 255, 233, 168;
|
182
|
-
--ax-sys-color-warning-500: 255, 224, 130;
|
183
|
-
--ax-sys-color-warning-600: 230, 202, 117;
|
184
|
-
--ax-sys-color-warning-700: 179, 157, 91;
|
185
|
-
--ax-sys-color-warning-800: 128, 112, 65;
|
186
|
-
--ax-sys-color-warning-900: 77, 67, 39;
|
187
|
-
--ax-sys-color-warning-950: 25, 22, 13;
|
188
|
-
|
189
|
-
--ax-sys-color-danger-text: 24, 15, 15;
|
190
|
-
--ax-sys-color-danger-contrast-text: 72, 46, 46;
|
191
|
-
--ax-sys-color-danger-50: 254, 250, 250;
|
192
|
-
--ax-sys-color-danger-100: 253, 245, 245;
|
193
|
-
--ax-sys-color-danger-200: 250, 225, 225;
|
194
|
-
--ax-sys-color-danger-300: 247, 205, 205;
|
195
|
-
--ax-sys-color-danger-400: 244, 184, 184;
|
196
|
-
--ax-sys-color-danger-500: 239, 154, 154;
|
197
|
-
--ax-sys-color-danger-600: 215, 139, 139;
|
198
|
-
--ax-sys-color-danger-700: 167, 108, 108;
|
199
|
-
--ax-sys-color-danger-800: 120, 77, 77;
|
200
|
-
--ax-sys-color-danger-900: 72, 46, 46;
|
201
|
-
--ax-sys-color-danger-950: 24, 15, 15;
|
202
|
-
|
203
|
-
--ax-sys-color-neutral-text: 18, 19, 20;
|
204
|
-
--ax-sys-color-neutral-contrast-text: 53, 57, 59;
|
205
|
-
--ax-sys-color-neutral-50: 251, 252, 252;
|
206
|
-
--ax-sys-color-neutral-100: 247, 249, 249;
|
207
|
-
--ax-sys-color-neutral-200: 231, 236, 238;
|
208
|
-
--ax-sys-color-neutral-300: 216, 223, 226;
|
209
|
-
--ax-sys-color-neutral-400: 200, 210, 214;
|
210
|
-
--ax-sys-color-neutral-500: 176, 190, 197;
|
211
|
-
--ax-sys-color-neutral-600: 158, 171, 177;
|
212
|
-
--ax-sys-color-neutral-700: 123, 133, 138;
|
213
|
-
--ax-sys-color-neutral-800: 88, 95, 99;
|
214
|
-
--ax-sys-color-neutral-900: 53, 57, 59;
|
215
|
-
--ax-sys-color-neutral-950: 18, 19, 20;
|
128
|
+
--ax-color-border-default: 34, 38, 47;
|
129
|
+
|
130
|
+
--ax-color-background-default: 12, 14, 18;
|
131
|
+
--ax-color-text-default: 255, 255, 255;
|
132
|
+
|
133
|
+
--ax-color-surface: 19, 22, 27;
|
134
|
+
--ax-color-surface-fore: 255, 255, 255;
|
135
|
+
|
136
|
+
--ax-color-on-surface: 34, 38, 47;
|
137
|
+
--ax-color-on-surface-fore: 255, 255, 255;
|
138
|
+
|
139
|
+
--ax-color-input-surface: 12, 14, 18;
|
140
|
+
--ax-color-input-surface-fore: 224, 224, 224;
|
141
|
+
--ax-color-input-border: 55, 58, 65;
|
142
|
+
|
143
|
+
--ax-color-ghost: 77, 91, 113;
|
144
|
+
--ax-color-ghost-fore: 255, 255, 255;
|
216
145
|
}
|
@@ -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
|
-
}
|
@@ -1,59 +0,0 @@
|
|
1
|
-
@use './base' as *;
|
2
|
-
@use './looks/index.scss' as *;
|
3
|
-
|
4
|
-
.ax-editor-container {
|
5
|
-
background-color: rgba(var(--ax-comp-editor-bg-color));
|
6
|
-
color: rgba(var(--ax-comp-editor-text-color));
|
7
|
-
border-color: rgba(var(--ax-comp-editor-border-color));
|
8
|
-
border-radius: var(--ax-comp-editor-border-radius);
|
9
|
-
border-style: solid;
|
10
|
-
display: inline-flex;
|
11
|
-
align-items: center;
|
12
|
-
height: var(--ax-comp-editor-height);
|
13
|
-
width: 100%;
|
14
|
-
overflow: hidden;
|
15
|
-
|
16
|
-
ax-prefix {
|
17
|
-
max-width: fit-content;
|
18
|
-
font-size: var(--ax-comp-editor-font-size);
|
19
|
-
padding: var(--ax-comp-editor-decorator-padding-y, 0) var(--ax-comp-editor-decorator-padding-x);
|
20
|
-
}
|
21
|
-
ax-clear-button {
|
22
|
-
margin-inline-end: var(--ax-comp-editor-decorator-padding-x);
|
23
|
-
}
|
24
|
-
ax-suffix {
|
25
|
-
margin-inline-start: var(--ax-comp-editor-decorator-padding-x);
|
26
|
-
}
|
27
|
-
|
28
|
-
.ax-input {
|
29
|
-
width: 100%;
|
30
|
-
height: 100%;
|
31
|
-
font-size: var(--ax-comp-editor-font-size);
|
32
|
-
padding: 0px;
|
33
|
-
outline-width: 0px;
|
34
|
-
padding: 0 var(--ax-comp-editor-padding-x);
|
35
|
-
|
36
|
-
background-color: transparent;
|
37
|
-
&:focus,
|
38
|
-
&:focus-visible,
|
39
|
-
&:focus-within {
|
40
|
-
outline: none;
|
41
|
-
}
|
42
|
-
&::placeholder {
|
43
|
-
color: rgba(var(--ax-comp-editor-placeholder-color));
|
44
|
-
font-size: calc(var(--ax-comp-editor-font-size));
|
45
|
-
}
|
46
|
-
}
|
47
|
-
.ax-editor-button {
|
48
|
-
height: var(--ax-comp-editor-button-height, 100%);
|
49
|
-
padding: var(--ax-comp-editor-decorator-button-y, 0) var(--ax-comp-editor-decorator-button-x, 0.75rem);
|
50
|
-
font-size: var(--ax-comp-editor-button-font-size, 100%);
|
51
|
-
color: rgba(
|
52
|
-
var(--ax-comp-editor-button-text-color),
|
53
|
-
var(--ax-comp-editor-button-text-color-opacity, 0.6)
|
54
|
-
);
|
55
|
-
display: flex;
|
56
|
-
align-items: center;
|
57
|
-
justify-content: center;
|
58
|
-
}
|
59
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
.ax-editor-container {
|
2
|
-
&.ax-fill {
|
3
|
-
--ax-comp-editor-bg-color: var(--ax-sys-surface-low-bg-color);
|
4
|
-
--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);
|
5
|
-
--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);
|
6
|
-
--ax-comp-editor-border-color: transparent;
|
7
|
-
--ax-comp-editor-border-radius: var(--ax-sys-border-radius);
|
8
|
-
--ax-comp-editor-border-width: 0px;
|
9
|
-
|
10
|
-
&:focus,
|
11
|
-
&:focus-within,
|
12
|
-
&:focus-visible {
|
13
|
-
--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);
|
14
|
-
box-shadow: 0px 0px 0 2px rgba(var(--ax-sys-color-primary-500));
|
15
|
-
}
|
16
|
-
}
|
17
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
.ax-editor-container {
|
2
|
-
&.ax-flat {
|
3
|
-
--ax-comp-editor-bg-color: 0, 0, 0, 0;
|
4
|
-
--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);
|
5
|
-
--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);
|
6
|
-
--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);
|
7
|
-
--ax-comp-editor-border-radius: 0px;
|
8
|
-
--ax-comp-editor-border-width: 1px;
|
9
|
-
border-bottom-width: var(--ax-comp-editor-border-width);
|
10
|
-
|
11
|
-
&:focus,
|
12
|
-
&:focus-within,
|
13
|
-
&:focus-visible {
|
14
|
-
--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);
|
15
|
-
box-shadow: 0px 1px 0 0px rgba(var(--ax-sys-color-primary-500));
|
16
|
-
}
|
17
|
-
}
|
18
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
.ax-editor-container {
|
2
|
-
&.ax-outline {
|
3
|
-
--ax-comp-editor-bg-color: transparent;
|
4
|
-
--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);
|
5
|
-
--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);
|
6
|
-
--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);
|
7
|
-
--ax-comp-editor-border-radius: var(--ax-sys-border-radius);
|
8
|
-
--ax-comp-editor-border-width: 1px;
|
9
|
-
border-width: var(--ax-comp-editor-border-width);
|
10
|
-
|
11
|
-
&:focus,
|
12
|
-
&:focus-within,
|
13
|
-
&:focus-visible {
|
14
|
-
--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);
|
15
|
-
box-shadow: 0px 0px 0 1px rgba(var(--ax-sys-color-primary-500));
|
16
|
-
}
|
17
|
-
}
|
18
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
.ax-editor-container {
|
2
|
-
&.ax-solid {
|
3
|
-
--ax-comp-editor-bg-color: var(--ax-sys-surface-input-bg-color);
|
4
|
-
--ax-comp-editor-text-color: var(--ax-sys-surface-input-text-color);
|
5
|
-
--ax-comp-editor-placeholder-color: var(--ax-sys-surface-input-placeholder-color);
|
6
|
-
--ax-comp-editor-border-color: var(--ax-sys-surface-input-border-color);
|
7
|
-
--ax-comp-editor-border-radius: var(--ax-sys-border-radius);
|
8
|
-
--ax-comp-editor-button-bg-hover-color: var(--ax-sys-surface-high-bg-color);
|
9
|
-
--ax-comp-editor-border-width: 1px;
|
10
|
-
--ax-comp-editor-box-shadow: inset 0px -1px rgba(var(--ax-comp-editor-border-color));
|
11
|
-
border-width: var(--ax-comp-editor-border-width);
|
12
|
-
box-shadow: var(--ax-comp-editor-box-shadow);
|
13
|
-
&:focus,
|
14
|
-
&:focus-within,
|
15
|
-
&:focus-visible {
|
16
|
-
--ax-comp-editor-border-color: var(--ax-sys-color-primary-500);
|
17
|
-
box-shadow: 0px 0px 0 1px rgba(var(--ax-sys-color-primary-500));
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
@use './editors/index.scss';
|