@uxf/cms 4.0.0-beta.14 → 4.0.0-beta.16

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/cms",
3
- "version": "4.0.0-beta.14",
3
+ "version": "4.0.0-beta.16",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",
@@ -89,8 +89,8 @@
89
89
  "final-form": "^4.20.1",
90
90
  "final-form-arrays": "^3.0",
91
91
  "final-form-calculate": "^1.3.2",
92
- "react": "^17.0.0",
93
- "react-dom": "^17.0.0",
92
+ "react": "17 - 18",
93
+ "react-dom": "17 - 18",
94
94
  "react-dropzone": "^14.2.2",
95
95
  "react-final-form": "^6.5.1",
96
96
  "react-final-form-arrays": "^3.1.3"
@@ -22,7 +22,7 @@ export declare type ContentComponent<T extends Content<string, any>, Props exten
22
22
  };
23
23
  export declare type ContentPageType = "BLOG" | "LANDING_PAGE" | "QUESTION" | "TERM";
24
24
  export interface ContentBuilderConfig<Contents extends Content<string, any>> {
25
- type?: string;
25
+ type?: ContentPageType;
26
26
  allowedTypes?: Array<{
27
27
  id: ContentPageType;
28
28
  label: string;