@firecms/collection_editor 3.0.0-canary.169 → 3.0.0-canary.170

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.169",
4
+ "version": "3.0.0-canary.170",
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.169",
11
- "@firecms/data_import": "^3.0.0-canary.169",
12
- "@firecms/data_import_export": "^3.0.0-canary.169",
13
- "@firecms/formex": "^3.0.0-canary.169",
14
- "@firecms/schema_inference": "^3.0.0-canary.169",
15
- "@firecms/ui": "^3.0.0-canary.169",
10
+ "@firecms/data_export": "^3.0.0-canary.170",
11
+ "@firecms/data_import": "^3.0.0-canary.170",
12
+ "@firecms/data_import_export": "^3.0.0-canary.170",
13
+ "@firecms/formex": "^3.0.0-canary.170",
14
+ "@firecms/schema_inference": "^3.0.0-canary.170",
15
+ "@firecms/ui": "^3.0.0-canary.170",
16
16
  "@hello-pangea/dnd": "^17.0.0",
17
17
  "json5": "^2.2.3",
18
18
  "prism-react-renderer": "^2.4.0"
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "8c086883fc1cb08a74d4bd66ef2f952affa9fdb9"
73
+ "gitHead": "21c8b5f6236a1824f5896b69bb4810c05326c5c7"
74
74
  }
@@ -14,6 +14,7 @@ export function HomePageEditorCollectionAction({
14
14
  collection
15
15
  }: PluginHomePageActionsProps) {
16
16
 
17
+
17
18
  const snackbarController = useSnackbarController();
18
19
  const authController = useAuthController();
19
20
  const configController = useCollectionsConfigController();