@firecms/collection_editor 3.0.0-canary.217 → 3.0.0-canary.218

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.217",
4
+ "version": "3.0.0-canary.218",
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.217",
11
- "@firecms/data_import": "^3.0.0-canary.217",
12
- "@firecms/data_import_export": "^3.0.0-canary.217",
13
- "@firecms/formex": "^3.0.0-canary.217",
14
- "@firecms/schema_inference": "^3.0.0-canary.217",
15
- "@firecms/ui": "^3.0.0-canary.217",
10
+ "@firecms/data_export": "^3.0.0-canary.218",
11
+ "@firecms/data_import": "^3.0.0-canary.218",
12
+ "@firecms/data_import_export": "^3.0.0-canary.218",
13
+ "@firecms/formex": "^3.0.0-canary.218",
14
+ "@firecms/schema_inference": "^3.0.0-canary.218",
15
+ "@firecms/ui": "^3.0.0-canary.218",
16
16
  "@hello-pangea/dnd": "^17.0.0",
17
17
  "json5": "^2.2.3",
18
18
  "prism-react-renderer": "^2.4.1"
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "3a1bf3d652342f4352ff6153a9f30eb80016a037"
73
+ "gitHead": "c0efa30360fec2f9be27b9d47bc6a800b17d34f2"
74
74
  }
@@ -638,7 +638,7 @@ function CollectionEditorInternal<M extends Record<string, any>>({
638
638
  The changes done in this editor will override the properties defined in code.
639
639
  You can delete the overridden values to revert to the state defined in code.
640
640
  </Typography>
641
- <Button variant={"neutral"}
641
+ <Button color={"neutral"}
642
642
  onClick={() => {
643
643
  setDeleteRequested(true);
644
644
  }}>Reset to code</Button>