@firecms/collection_editor 3.0.0-canary.148 → 3.0.0-canary.149
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.umd.js
CHANGED
|
@@ -5845,7 +5845,7 @@
|
|
|
5845
5845
|
ui.Tabs,
|
|
5846
5846
|
{
|
|
5847
5847
|
value: currentView,
|
|
5848
|
-
|
|
5848
|
+
innerClassName: ui.cls(ui.defaultBorderMixin, "justify-end bg-surface-50 dark:bg-surface-950 border-b"),
|
|
5849
5849
|
onValueChange: (v) => setCurrentView(v),
|
|
5850
5850
|
children: [
|
|
5851
5851
|
/* @__PURE__ */ jsxRuntime.jsx(ui.Tab, { value: "details", children: "Details" }),
|