@firecms/ui 3.0.0-canary.235 → 3.0.0-canary.237
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/icons/Icon.tsx +2 -2
package/dist/index.umd.js
CHANGED
@@ -1288,7 +1288,7 @@
|
|
1288
1288
|
const t4 = color ? colorClassesMapping[color] : "";
|
1289
1289
|
let t5;
|
1290
1290
|
if ($[3] !== className || $[4] !== t4) {
|
1291
|
-
t5 = cls("
|
1291
|
+
t5 = cls("!block", "material-icons", t4, "select-none", className);
|
1292
1292
|
$[3] = className;
|
1293
1293
|
$[4] = t4;
|
1294
1294
|
$[5] = t5;
|