@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.es.js CHANGED
@@ -5837,7 +5837,7 @@ function CollectionEditorInternal({
5837
5837
  Tabs,
5838
5838
  {
5839
5839
  value: currentView,
5840
- className: cls(defaultBorderMixin, "justify-end bg-surface-50 dark:bg-surface-950 border-b"),
5840
+ innerClassName: cls(defaultBorderMixin, "justify-end bg-surface-50 dark:bg-surface-950 border-b"),
5841
5841
  onValueChange: (v) => setCurrentView(v),
5842
5842
  children: [
5843
5843
  /* @__PURE__ */ jsx(Tab, { value: "details", children: "Details" }),