@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.css
CHANGED
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",
|
1282
|
+
t5 = cls("material-icons", t4, "select-none", className);
|
1282
1283
|
$[3] = className;
|
1283
1284
|
$[4] = t4;
|
1284
1285
|
$[5] = t5;
|