@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/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@firecms/collection_editor",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.148",
4
+ "version": "3.0.0-canary.149",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "source": "src/index.ts",
9
9
  "dependencies": {
10
- "@firecms/data_export": "^3.0.0-canary.148",
11
- "@firecms/data_import": "^3.0.0-canary.148",
12
- "@firecms/data_import_export": "^3.0.0-canary.148",
13
- "@firecms/formex": "^3.0.0-canary.148",
14
- "@firecms/schema_inference": "^3.0.0-canary.148",
15
- "@firecms/ui": "^3.0.0-canary.148",
10
+ "@firecms/data_export": "^3.0.0-canary.149",
11
+ "@firecms/data_import": "^3.0.0-canary.149",
12
+ "@firecms/data_import_export": "^3.0.0-canary.149",
13
+ "@firecms/formex": "^3.0.0-canary.149",
14
+ "@firecms/schema_inference": "^3.0.0-canary.149",
15
+ "@firecms/ui": "^3.0.0-canary.149",
16
16
  "json5": "^2.2.3",
17
17
  "prism-react-renderer": "^2.4.0"
18
18
  },
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "69ccd5bec8161008d5219388a34b49ccdccda040"
70
+ "gitHead": "c359b0324515a679faf93c74791263bc27c4087d"
71
71
  }
@@ -538,7 +538,7 @@ function CollectionEditorInternal<M extends Record<string, any>>({
538
538
 
539
539
  <>
540
540
  {!isNewCollection && <Tabs value={currentView}
541
- className={cls(defaultBorderMixin, "justify-end bg-surface-50 dark:bg-surface-950 border-b")}
541
+ innerClassName={cls(defaultBorderMixin, "justify-end bg-surface-50 dark:bg-surface-950 border-b")}
542
542
  onValueChange={(v) => setCurrentView(v as EditorView)}>
543
543
  <Tab value={"details"}>
544
544
  Details