@firecms/core 3.0.0-canary.69 → 3.0.0-canary.70
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 +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
- package/src/core/DefaultAppBar.tsx +1 -1
- package/src/form/PropertyFieldBinding.tsx +1 -0
- package/src/form/field_bindings/MapFieldBinding.tsx +1 -0
package/dist/index.es.js
CHANGED
|
@@ -10691,7 +10691,7 @@ const ld = function({
|
|
|
10691
10691
|
{
|
|
10692
10692
|
src: f,
|
|
10693
10693
|
alt: "Logo",
|
|
10694
|
-
className: U("w-[32px] h-[32px]")
|
|
10694
|
+
className: U("w-[32px] h-[32px] object-contain")
|
|
10695
10695
|
}
|
|
10696
10696
|
) : /* @__PURE__ */ n(ia, { width: "32px", height: "32px" })),
|
|
10697
10697
|
typeof t == "string" ? /* @__PURE__ */ n(
|
|
@@ -12285,7 +12285,8 @@ function Cd({
|
|
|
12285
12285
|
}
|
|
12286
12286
|
) : (console.warn(`No field component found for property ${e}`), console.warn("Property:", t), /* @__PURE__ */ n("div", { children: `Currently the field ${p.dataType} is not supported` }));
|
|
12287
12287
|
}
|
|
12288
|
-
}
|
|
12288
|
+
},
|
|
12289
|
+
e
|
|
12289
12290
|
);
|
|
12290
12291
|
}
|
|
12291
12292
|
function Bd({
|