@acorex/styles 21.0.3-next.17 → 21.0.3-next.19
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.
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
.ax-editor {
|
|
24
24
|
font-size: inherit;
|
|
25
25
|
|
|
26
|
-
@apply w-full flex-1 py-2 outline-0 outline-transparent
|
|
26
|
+
@apply w-full flex-1 py-2 outline-0 outline-transparent;
|
|
27
27
|
}
|
|
28
28
|
.ax-placeholder {
|
|
29
29
|
@apply opacity-50;
|
|
@@ -37,6 +37,14 @@
|
|
|
37
37
|
@apply pe-1;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
+
&:has(ax-prefix ax-icon, ax-prefix .ax-icon, ax-prefix i, ax-prefix svg) {
|
|
41
|
+
@apply ps-1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&:has(ax-suffix ax-icon, ax-suffix .ax-icon, ax-suffix i, ax-suffix svg) {
|
|
45
|
+
@apply pe-1;
|
|
46
|
+
}
|
|
47
|
+
|
|
40
48
|
ax-prefix,
|
|
41
49
|
ax-suffix {
|
|
42
50
|
@apply flex items-center gap-2;
|
package/package.json
CHANGED
package/themes/default.css
CHANGED
|
@@ -2186,7 +2186,7 @@ html.ax-dark {
|
|
|
2186
2186
|
border-color: var(--color-border-primary-darkest);
|
|
2187
2187
|
}
|
|
2188
2188
|
|
|
2189
|
-
@utility ax-default {
|
|
2189
|
+
/* @utility ax-default {
|
|
2190
2190
|
--ax-comp-bg-lightest: var(--color-darkest);
|
|
2191
2191
|
--ax-comp-text-lightest: var(--color-on-darkest);
|
|
2192
2192
|
--ax-comp-border-lightest: var(--color-border-darkest);
|
|
@@ -2208,7 +2208,7 @@ html.ax-dark {
|
|
|
2208
2208
|
--ax-comp-bg-darkest: var(--color-lightest);
|
|
2209
2209
|
--ax-comp-text-darkest: var(--color-on-lightest);
|
|
2210
2210
|
--ax-comp-border-darkest: var(--color-border-lightest);
|
|
2211
|
-
}
|
|
2211
|
+
} */
|
|
2212
2212
|
|
|
2213
2213
|
@utility ax-primary {
|
|
2214
2214
|
--ax-comp-bg-lightest: var(--color-primary-lightest);
|