@firecms/collection_editor 3.0.0-canary.51 → 3.0.0-canary.53
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
CHANGED
|
@@ -1072,9 +1072,7 @@ function ar({
|
|
|
1072
1072
|
selected: o
|
|
1073
1073
|
}) {
|
|
1074
1074
|
const { propertyConfigs: d } = Se(), c = je(t, d);
|
|
1075
|
-
Ue(t)
|
|
1076
|
-
const u = n ? "border-red-500 dark:border-red-500 border-opacity-100 dark:border-opacity-100 ring-0 dark:ring-0" : o ? "border-primary" : "border-transparent";
|
|
1077
|
-
return n && console.log("PropertyFieldPreview", t), /* @__PURE__ */ e(pe, { children: /* @__PURE__ */ a(
|
|
1075
|
+
return Ue(t), /* @__PURE__ */ e(pe, { children: /* @__PURE__ */ a(
|
|
1078
1076
|
"div",
|
|
1079
1077
|
{
|
|
1080
1078
|
onClick: r,
|
|
@@ -1091,7 +1089,7 @@ function ar({
|
|
|
1091
1089
|
r ? Xt : "",
|
|
1092
1090
|
o ? er : "",
|
|
1093
1091
|
"flex-grow p-4 border transition-colors duration-200",
|
|
1094
|
-
|
|
1092
|
+
n ? "border-red-500 dark:border-red-500 border-opacity-100 dark:border-opacity-100 ring-0 dark:ring-0" : o ? "border-primary" : "border-transparent"
|
|
1095
1093
|
),
|
|
1096
1094
|
children: [
|
|
1097
1095
|
/* @__PURE__ */ a("div", { className: "w-full flex flex-col", children: [
|
|
@@ -4580,7 +4578,7 @@ function nn({
|
|
|
4580
4578
|
}, se = kt({
|
|
4581
4579
|
initialValues: w,
|
|
4582
4580
|
onSubmit: (k, F) => {
|
|
4583
|
-
console.
|
|
4581
|
+
console.debug("Submitting collection", k);
|
|
4584
4582
|
try {
|
|
4585
4583
|
if (!t) {
|
|
4586
4584
|
Z(k).then(() => {
|