@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.umd.js CHANGED
@@ -490,7 +490,7 @@
490
490
  const t4 = open ? paperMixin : "";
491
491
  let t5;
492
492
  if ($[4] !== t4) {
493
- t5 = cls(t4, "bg-surface-accent-50 dark:bg-surface-accent-900 py-2");
493
+ t5 = cls(t4, "bg-surface-50 dark:bg-surface-900 py-2");
494
494
  $[4] = t4;
495
495
  $[5] = t5;
496
496
  } else {
@@ -1257,7 +1257,6 @@
1257
1257
  if ($[0] !== style || $[1] !== t2) {
1258
1258
  t3 = {
1259
1259
  fontSize: t2,
1260
- display: "block",
1261
1260
  ...style
1262
1261
  };
1263
1262
  $[0] = style;
@@ -1269,7 +1268,7 @@
1269
1268
  const t4 = color ? colorClassesMapping[color] : "";
1270
1269
  let t5;
1271
1270
  if ($[3] !== className || $[4] !== t4) {
1272
- t5 = cls("material-icons", t4, "select-none", className);
1271
+ t5 = cls("material-icons", "block", t4, "select-none", className);
1273
1272
  $[3] = className;
1274
1273
  $[4] = t4;
1275
1274
  $[5] = t5;