@firecms/collection_editor 3.0.0-canary.56 → 3.0.0-canary.57

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,16 +1,16 @@
1
1
  {
2
2
  "name": "@firecms/collection_editor",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.56",
4
+ "version": "3.0.0-canary.57",
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_import_export": "^3.0.0-canary.56",
11
- "@firecms/formex": "^3.0.0-canary.56",
12
- "@firecms/schema_inference": "^3.0.0-canary.56",
13
- "@firecms/ui": "^3.0.0-canary.56",
10
+ "@firecms/data_import_export": "^3.0.0-canary.57",
11
+ "@firecms/formex": "^3.0.0-canary.57",
12
+ "@firecms/schema_inference": "^3.0.0-canary.57",
13
+ "@firecms/ui": "^3.0.0-canary.57",
14
14
  "json5": "^2.2.3",
15
15
  "prism-react-renderer": "^2.3.1"
16
16
  },
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "37917e082bfabddffe91337b21cc9b01af4a7773"
84
+ "gitHead": "54c0d79d2648c937d055bacab2d7d92fbd294c7b"
85
85
  }
@@ -31,7 +31,7 @@ export function NewCollectionCard({
31
31
  : undefined}>
32
32
 
33
33
  <div
34
- className="flex flex-col items-start h-full w-full items-center justify-center h-full w-full flex-grow flex-col">
34
+ className="flex items-center justify-center h-full w-full flex-grow flex-col">
35
35
  <AddIcon color="primary" size={"large"}/>
36
36
  <Typography color="primary"
37
37
  variant={"caption"}