@acorex/styles 19.10.3 → 19.10.5
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.
@@ -170,11 +170,29 @@
|
|
170
170
|
max-width: fit-content;
|
171
171
|
}
|
172
172
|
|
173
|
+
&:has(ax-suffix) {
|
174
|
+
&:not(&:empty) {
|
175
|
+
&:has(ax-button, .ax-editor-container) {
|
176
|
+
--ax-comp-editor-space-end-size: 0px;
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|
180
|
+
&:has(ax-prefix) {
|
181
|
+
&:not(&:empty) {
|
182
|
+
&:has(ax-button, .ax-editor-container) {
|
183
|
+
--ax-comp-editor-space-start-size: 0px;
|
184
|
+
}
|
185
|
+
}
|
186
|
+
}
|
187
|
+
|
173
188
|
& > ax-prefix,
|
174
189
|
& > ax-suffix {
|
175
190
|
height: 100%;
|
176
191
|
|
177
|
-
|
192
|
+
ax-button,
|
193
|
+
ax-text,
|
194
|
+
ax-icon,
|
195
|
+
.ax-editor-container {
|
178
196
|
display: flex;
|
179
197
|
height: 100%;
|
180
198
|
align-items: center;
|
package/components/_table.scss
CHANGED
package/package.json
CHANGED
package/themes/default.scss
CHANGED
@@ -9,10 +9,7 @@ $theme-colors: (
|
|
9
9
|
oklch(24.65% 0.0531 250.05),
|
10
10
|
oklch(47.03% 0.0531 250.05),
|
11
11
|
),
|
12
|
-
'success': (
|
13
|
-
oklch(62.71% 0.1699 149.21),
|
14
|
-
oklch(80.03% 0.1821 151.71),
|
15
|
-
),
|
12
|
+
'success': oklch(0.696 0.17 162.48),
|
16
13
|
'warning': (
|
17
14
|
oklch(81.17% 0.188 70.08),
|
18
15
|
oklch(86.5% 0.188 70.08),
|