@firecms/collection_editor 3.0.0-canary.246 → 3.0.0-canary.248

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.246",
4
+ "version": "3.0.0-canary.248",
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.246",
11
- "@firecms/data_import": "^3.0.0-canary.246",
12
- "@firecms/data_import_export": "^3.0.0-canary.246",
13
- "@firecms/formex": "^3.0.0-canary.246",
14
- "@firecms/schema_inference": "^3.0.0-canary.246",
15
- "@firecms/ui": "^3.0.0-canary.246",
10
+ "@firecms/data_export": "^3.0.0-canary.248",
11
+ "@firecms/data_import": "^3.0.0-canary.248",
12
+ "@firecms/data_import_export": "^3.0.0-canary.248",
13
+ "@firecms/formex": "^3.0.0-canary.248",
14
+ "@firecms/schema_inference": "^3.0.0-canary.248",
15
+ "@firecms/ui": "^3.0.0-canary.248",
16
16
  "json5": "^2.2.3",
17
17
  "prism-react-renderer": "^2.4.1"
18
18
  },
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "0ba87a9533643d2d58455e02e99b4cab92beaf64"
72
+ "gitHead": "466985640b3a605bf94f53b263cab1821ff24dd0"
73
73
  }
@@ -49,7 +49,7 @@ export function HomePageEditorCollectionAction({
49
49
  <div>
50
50
  {permissions.deleteCollections &&
51
51
  <Menu
52
- trigger={<IconButton>
52
+ trigger={<IconButton size={"small"}>
53
53
  <MoreVertIcon size={"small"}/>
54
54
  </IconButton>}
55
55
  >
@@ -70,6 +70,7 @@ export function HomePageEditorCollectionAction({
70
70
 
71
71
  {permissions.editCollections &&
72
72
  <IconButton
73
+ size={"small"}
73
74
  onClick={(event) => {
74
75
  onEditCollectionClicked();
75
76
  }}>