@webiny/app-admin 5.34.5-beta.0 → 5.34.5

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": "@webiny/app-admin",
3
- "version": "5.34.5-beta.0",
3
+ "version": "5.34.5",
4
4
  "main": "index.js",
5
5
  "description": "A collection of plugins that together form a complete admin interface, customizable and extensible with Webiny apps and plugins.",
6
6
  "repository": {
@@ -20,17 +20,17 @@
20
20
  "@svgr/webpack": "6.4.0",
21
21
  "@types/mime": "2.0.3",
22
22
  "@types/react": "17.0.39",
23
- "@webiny/app": "5.34.5-beta.0",
24
- "@webiny/app-security": "5.34.5-beta.0",
25
- "@webiny/app-wcp": "5.34.5-beta.0",
26
- "@webiny/form": "5.34.5-beta.0",
27
- "@webiny/plugins": "5.34.5-beta.0",
28
- "@webiny/react-composition": "5.34.5-beta.0",
29
- "@webiny/react-router": "5.34.5-beta.0",
30
- "@webiny/telemetry": "5.34.5-beta.0",
31
- "@webiny/ui": "5.34.5-beta.0",
32
- "@webiny/ui-composer": "5.34.5-beta.0",
33
- "@webiny/validation": "5.34.5-beta.0",
23
+ "@webiny/app": "5.34.5",
24
+ "@webiny/app-security": "5.34.5",
25
+ "@webiny/app-wcp": "5.34.5",
26
+ "@webiny/form": "5.34.5",
27
+ "@webiny/plugins": "5.34.5",
28
+ "@webiny/react-composition": "5.34.5",
29
+ "@webiny/react-router": "5.34.5",
30
+ "@webiny/telemetry": "5.34.5",
31
+ "@webiny/ui": "5.34.5",
32
+ "@webiny/ui-composer": "5.34.5",
33
+ "@webiny/validation": "5.34.5",
34
34
  "apollo-cache": "1.3.5",
35
35
  "apollo-client": "2.6.10",
36
36
  "apollo-link": "1.2.14",
@@ -70,8 +70,8 @@
70
70
  "@types/bytes": "^3.1.1",
71
71
  "@types/graphlib": "^2.1.8",
72
72
  "@types/store": "^2.0.2",
73
- "@webiny/cli": "^5.34.5-beta.0",
74
- "@webiny/project-utils": "^5.34.5-beta.0",
73
+ "@webiny/cli": "^5.34.5",
74
+ "@webiny/project-utils": "^5.34.5",
75
75
  "babel-plugin-emotion": "^9.2.8",
76
76
  "babel-plugin-lodash": "^3.3.4",
77
77
  "rimraf": "^3.0.2",
@@ -98,5 +98,5 @@
98
98
  ]
99
99
  }
100
100
  },
101
- "gitHead": "f4d4a6aa81fa91ed922ddfd4a579acd72bf8af2c"
101
+ "gitHead": "718b33de80a986137bd489a3464d0e1194466502"
102
102
  }
@@ -7,14 +7,14 @@ export declare const AddImageWrapperRound: import("@emotion/styled-base").Styled
7
7
  theme?: object | undefined;
8
8
  } & {
9
9
  children?: import("react").ReactNode;
10
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "theme"> & {
10
+ }, "key" | "theme" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
11
11
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
12
12
  }, Pick<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Pick<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, keyof import("react").HTMLAttributes<HTMLDivElement>> & {
13
13
  theme?: object | undefined;
14
14
  } & {
15
15
  children?: import("react").ReactNode;
16
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "theme"> & {
16
+ }, "key" | "theme" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
17
17
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
18
- }, keyof import("react").HTMLAttributes<HTMLDivElement> | "theme">, object>;
18
+ }, "theme" | keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
19
19
  export declare const RemoveImage: 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>;
20
20
  export declare const FilePreviewWrapper: 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>;