@firecms/core 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,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/core",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.148",
4
+ "version": "3.0.0-canary.149",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -46,9 +46,9 @@
46
46
  "./package.json": "./package.json"
47
47
  },
48
48
  "dependencies": {
49
- "@firecms/editor": "^3.0.0-canary.148",
50
- "@firecms/formex": "^3.0.0-canary.148",
51
- "@firecms/ui": "^3.0.0-canary.148",
49
+ "@firecms/editor": "^3.0.0-canary.149",
50
+ "@firecms/formex": "^3.0.0-canary.149",
51
+ "@firecms/ui": "^3.0.0-canary.149",
52
52
  "@hello-pangea/dnd": "^17.0.0",
53
53
  "@radix-ui/react-portal": "^1.1.2",
54
54
  "clsx": "^2.1.1",
@@ -100,7 +100,7 @@
100
100
  "dist",
101
101
  "src"
102
102
  ],
103
- "gitHead": "69ccd5bec8161008d5219388a34b49ccdccda040",
103
+ "gitHead": "c359b0324515a679faf93c74791263bc27c4087d",
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
@@ -1029,7 +1029,7 @@ export function EntityEditViewInner<M extends Record<string, any>>({
1029
1029
  onValueChange={(value) => {
1030
1030
  onSideTabClick(value);
1031
1031
  }}
1032
- className="pl-4 pr-4 pt-0">
1032
+ innerClassName="pl-4 pr-4 pt-0">
1033
1033
 
1034
1034
  <Tab
1035
1035
  disabled={!hasAdditionalViews}