@firecms/collection_editor 3.0.0-canary.17 → 3.0.0-canary.18
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/ui/collection_editor/CollectionEditorDialog.d.ts +1 -1
- package/package.json +6 -6
- package/src/ui/NewCollectionButton.tsx +12 -10
- package/src/ui/collection_editor/CollectionEditorDialog.tsx +5 -5
package/dist/index.es.js
CHANGED
|
@@ -5324,7 +5324,7 @@ function pn({
|
|
|
5324
5324
|
}
|
|
5325
5325
|
function mn() {
|
|
5326
5326
|
const t = xe();
|
|
5327
|
-
return /* @__PURE__ */ a(
|
|
5327
|
+
return /* @__PURE__ */ e("div", { className: "bg-gray-50 dark:bg-gray-900 min-w-fit rounded", children: /* @__PURE__ */ a(
|
|
5328
5328
|
z,
|
|
5329
5329
|
{
|
|
5330
5330
|
className: "min-w-fit",
|
|
@@ -5339,7 +5339,7 @@ function mn() {
|
|
|
5339
5339
|
"New collection"
|
|
5340
5340
|
]
|
|
5341
5341
|
}
|
|
5342
|
-
);
|
|
5342
|
+
) });
|
|
5343
5343
|
}
|
|
5344
5344
|
function In({
|
|
5345
5345
|
collectionConfigController: t,
|