@webiny/app-headless-cms 5.30.0-beta.1 → 5.31.0-beta.1

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="web" />
1
2
  import React from "react";
2
3
  export declare const EditContainer: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement>>, object>;
3
4
  export declare const Editor: React.FC;
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  export declare const RowContainer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
2
5
  export declare const Row: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
3
6
  export declare const fieldContainer: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * DISCLAIMER!
3
4
  * This file is OLD and needs refactoring into something that makes more sense in the context of the new UI Composer.
@@ -1,2 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  declare const Divider: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
2
5
  export default Divider;
@@ -1,3 +1,4 @@
1
+ /// <reference types="web" />
1
2
  import * as React from "react";
2
3
  export declare const listStyle: string;
3
4
  export declare const listItem: string;
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  export declare const NameInputWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
2
5
  export declare const NameWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
3
6
  export declare const FormName: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  name: string;
3
4
  type: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BindComponent } from "@webiny/form";
2
3
  interface GeneralSettingsProps {
3
4
  Bind: BindComponent;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { FormComponentProps } from "@webiny/ui/types";
2
3
  export default function GroupSelect({ value, ...props }: FormComponentProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const imagePlugins: string[];
2
3
  export declare const imageWrapperStyles: string;
3
4
  interface CreateRenderImagePreviewProps {
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  export declare const fieldsWrapperStyle: string;
2
5
  export declare const dynamicSectionTitleStyle: string;
3
6
  export declare const dynamicSectionGridStyle: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CmsEditorField } from "../../../../../types";
2
3
  import { BindComponentRenderProp } from "@webiny/form";
3
4
  import { OptionItem } from "./types";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CmsEditorField } from "../../../../types";
2
3
  import { BindComponentRenderProp } from "@webiny/form";
3
4
  export declare const createInputField: (field: CmsEditorField, bind: BindComponentRenderProp) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: () => (import("../../types").CmsEditorFormSettingsPlugin | import("../../types").CmsIconsPlugin | import("../../types").CmsFieldValueTransformer[] | import("@webiny/app/types").CacheGetObjectIdPlugin | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("../../types").CmsContentDetailsPlugin[] | {
2
3
  name: string;
3
4
  type: string;
@@ -1 +1,4 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  export declare const Note: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Upgrade: ({ onInstalled }: {
2
3
  onInstalled: any;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Upgrade: ({ onInstalled }: {
2
3
  onInstalled: any;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Upgrade: ({ onInstalled }: {
2
3
  onInstalled: any;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Upgrade: ({ onInstalled }: {
2
3
  onInstalled: any;
3
4
  }) => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ContentEntriesModule: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CmsEditorContentEntry } from "../../../../types";
2
3
  export declare function useContentEntriesList(): {
3
4
  contentModel: import("../../../../types").CmsEditorContentModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-headless-cms",
3
- "version": "5.30.0-beta.1",
3
+ "version": "5.31.0-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,31 +15,31 @@
15
15
  "dependencies": {
16
16
  "@apollo/react-common": "3.1.4",
17
17
  "@apollo/react-hooks": "3.1.5",
18
- "@babel/runtime": "7.18.6",
18
+ "@babel/runtime": "7.18.9",
19
19
  "@emotion/core": "10.3.1",
20
20
  "@emotion/styled": "10.3.0",
21
21
  "@fortawesome/fontawesome-common-types": "0.3.0",
22
22
  "@fortawesome/fontawesome-svg-core": "1.3.0",
23
- "@fortawesome/free-brands-svg-icons": "6.1.1",
24
- "@fortawesome/free-regular-svg-icons": "6.1.1",
25
- "@fortawesome/free-solid-svg-icons": "6.1.1",
23
+ "@fortawesome/free-brands-svg-icons": "6.1.2",
24
+ "@fortawesome/free-regular-svg-icons": "6.1.2",
25
+ "@fortawesome/free-solid-svg-icons": "6.1.2",
26
26
  "@fortawesome/react-fontawesome": "0.1.19",
27
- "@svgr/webpack": "6.2.1",
28
- "@types/react": "16.14.2",
29
- "@webiny/app": "5.30.0-beta.1",
30
- "@webiny/app-admin": "5.30.0-beta.1",
31
- "@webiny/app-graphql-playground": "5.30.0-beta.1",
32
- "@webiny/app-i18n": "5.30.0-beta.1",
33
- "@webiny/app-plugin-admin-welcome-screen": "5.30.0-beta.1",
34
- "@webiny/app-security": "5.30.0-beta.1",
35
- "@webiny/error": "5.30.0-beta.1",
36
- "@webiny/form": "5.30.0-beta.1",
37
- "@webiny/plugins": "5.30.0-beta.1",
38
- "@webiny/react-composition": "5.30.0-beta.1",
39
- "@webiny/react-router": "5.30.0-beta.1",
40
- "@webiny/ui": "5.30.0-beta.1",
41
- "@webiny/utils": "5.30.0-beta.1",
42
- "@webiny/validation": "5.30.0-beta.1",
27
+ "@svgr/webpack": "6.3.1",
28
+ "@types/react": "17.0.39",
29
+ "@webiny/app": "5.31.0-beta.1",
30
+ "@webiny/app-admin": "5.31.0-beta.1",
31
+ "@webiny/app-graphql-playground": "5.31.0-beta.1",
32
+ "@webiny/app-i18n": "5.31.0-beta.1",
33
+ "@webiny/app-plugin-admin-welcome-screen": "5.31.0-beta.1",
34
+ "@webiny/app-security": "5.31.0-beta.1",
35
+ "@webiny/error": "5.31.0-beta.1",
36
+ "@webiny/form": "5.31.0-beta.1",
37
+ "@webiny/plugins": "5.31.0-beta.1",
38
+ "@webiny/react-composition": "5.31.0-beta.1",
39
+ "@webiny/react-router": "5.31.0-beta.1",
40
+ "@webiny/ui": "5.31.0-beta.1",
41
+ "@webiny/utils": "5.31.0-beta.1",
42
+ "@webiny/validation": "5.31.0-beta.1",
43
43
  "apollo-cache": "1.3.5",
44
44
  "apollo-client": "2.6.10",
45
45
  "apollo-link": "1.2.14",
@@ -56,11 +56,11 @@
56
56
  "pluralize": "8.0.0",
57
57
  "prop-types": "15.8.1",
58
58
  "raw.macro": "0.4.2",
59
- "react": "16.14.0",
59
+ "react": "17.0.2",
60
60
  "react-custom-scrollbars": "4.2.1",
61
61
  "react-dnd": "11.1.3",
62
62
  "react-dnd-html5-backend": "11.1.3",
63
- "react-dom": "16.14.0",
63
+ "react-dom": "17.0.2",
64
64
  "react-helmet": "6.1.0",
65
65
  "react-hotkeyz": "1.0.4",
66
66
  "react-virtualized": "9.22.3",
@@ -74,8 +74,8 @@
74
74
  "@babel/preset-env": "^7.16.4",
75
75
  "@babel/preset-react": "^7.16.0",
76
76
  "@babel/preset-typescript": "^7.16.0",
77
- "@webiny/cli": "^5.30.0-beta.1",
78
- "@webiny/project-utils": "^5.30.0-beta.1",
77
+ "@webiny/cli": "^5.31.0-beta.1",
78
+ "@webiny/project-utils": "^5.31.0-beta.1",
79
79
  "babel-plugin-emotion": "^9.2.8",
80
80
  "babel-plugin-lodash": "^3.3.4",
81
81
  "babel-plugin-module-resolver": "^4.1.0",
@@ -107,5 +107,5 @@
107
107
  ]
108
108
  }
109
109
  },
110
- "gitHead": "d3b1e74ec1077a608fe40dfd3aba237b1b29a458"
110
+ "gitHead": "b29a1cdd4c7cba5af3b9b993a78f4561525a9201"
111
111
  }