@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 +1 -0
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
- package/src/icons/Icon.tsx +1 -1
- package/src/index.css +1 -0
- package/src/material-icons.woff2 +0 -0
package/dist/index.umd.js
CHANGED
@@ -1277,6 +1277,7 @@
|
|
1277
1277
|
if ($[0] !== style || $[1] !== t2) {
|
1278
1278
|
t3 = {
|
1279
1279
|
fontSize: t2,
|
1280
|
+
verticalAlign: "middle",
|
1280
1281
|
...style
|
1281
1282
|
};
|
1282
1283
|
$[0] = style;
|
@@ -1288,7 +1289,7 @@
|
|
1288
1289
|
const t4 = color ? colorClassesMapping[color] : "";
|
1289
1290
|
let t5;
|
1290
1291
|
if ($[3] !== className || $[4] !== t4) {
|
1291
|
-
t5 = cls("material-icons",
|
1292
|
+
t5 = cls("material-icons", t4, "select-none", className);
|
1292
1293
|
$[3] = className;
|
1293
1294
|
$[4] = t4;
|
1294
1295
|
$[5] = t5;
|