@firecms/ui 3.0.0-canary.235 → 3.0.0-canary.239

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.css CHANGED
@@ -71,3 +71,4 @@
71
71
  a {
72
72
  @apply text-blue-600 dark:text-blue-400 dark:hover:text-blue-600 hover:text-blue-800
73
73
  }
74
+
package/dist/index.es.js CHANGED
@@ -1267,6 +1267,7 @@ const Icon = React.forwardRef((t0, ref) => {
1267
1267
  if ($[0] !== style || $[1] !== t2) {
1268
1268
  t3 = {
1269
1269
  fontSize: t2,
1270
+ verticalAlign: "middle",
1270
1271
  ...style
1271
1272
  };
1272
1273
  $[0] = style;
@@ -1278,7 +1279,7 @@ const Icon = React.forwardRef((t0, ref) => {
1278
1279
  const t4 = color ? colorClassesMapping[color] : "";
1279
1280
  let t5;
1280
1281
  if ($[3] !== className || $[4] !== t4) {
1281
- t5 = cls("material-icons", "block", t4, "select-none", className);
1282
+ t5 = cls("material-icons", t4, "select-none", className);
1282
1283
  $[3] = className;
1283
1284
  $[4] = t4;
1284
1285
  $[5] = t5;