@firecms/ui 3.0.0-canary.161 → 3.0.0-canary.162
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/dist/index.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Autocomplete.tsx +1 -1
- package/src/icons/Icon.tsx +1 -1
package/dist/index.es.js
CHANGED
@@ -480,7 +480,7 @@ function Autocomplete(t0) {
|
|
480
480
|
const t4 = open ? paperMixin : "";
|
481
481
|
let t5;
|
482
482
|
if ($[4] !== t4) {
|
483
|
-
t5 = cls(t4, "bg-surface-
|
483
|
+
t5 = cls(t4, "bg-surface-50 dark:bg-surface-900 py-2");
|
484
484
|
$[4] = t4;
|
485
485
|
$[5] = t5;
|
486
486
|
} else {
|
@@ -1247,7 +1247,6 @@ const Icon = React.forwardRef((t0, ref) => {
|
|
1247
1247
|
if ($[0] !== style || $[1] !== t2) {
|
1248
1248
|
t3 = {
|
1249
1249
|
fontSize: t2,
|
1250
|
-
display: "block",
|
1251
1250
|
...style
|
1252
1251
|
};
|
1253
1252
|
$[0] = style;
|
@@ -1259,7 +1258,7 @@ const Icon = React.forwardRef((t0, ref) => {
|
|
1259
1258
|
const t4 = color ? colorClassesMapping[color] : "";
|
1260
1259
|
let t5;
|
1261
1260
|
if ($[3] !== className || $[4] !== t4) {
|
1262
|
-
t5 = cls("material-icons", t4, "select-none", className);
|
1261
|
+
t5 = cls("material-icons", "block", t4, "select-none", className);
|
1263
1262
|
$[3] = className;
|
1264
1263
|
$[4] = t4;
|
1265
1264
|
$[5] = t5;
|