@webiny/app-admin 6.0.0-alpha.1 → 6.0.0-alpha.2

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,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { type VariantProps } from "@webiny/admin-ui";
3
3
  declare const overlayHeaderVariants: (props?: ({
4
- variant?: "default" | "strong" | null | undefined;
4
+ variant?: "strong" | "default" | null | undefined;
5
5
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
6
6
  interface OverlayHeaderProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof overlayHeaderVariants> {
7
7
  start?: React.ReactNode;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type VariantProps } from "@webiny/admin-ui";
3
3
  declare const simpleFormInnerVariants: (props?: ({
4
- size?: "full" | "md" | "lg" | null | undefined;
4
+ size?: "md" | "lg" | "full" | null | undefined;
5
5
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
6
6
  interface SimpleFormProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof simpleFormInnerVariants> {
7
7
  children: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-admin",
3
- "version": "6.0.0-alpha.1",
3
+ "version": "6.0.0-alpha.2",
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,24 +20,24 @@
20
20
  "@svgr/webpack": "6.5.1",
21
21
  "@types/mime": "2.0.3",
22
22
  "@types/react": "18.2.79",
23
- "@webiny/admin-ui": "6.0.0-alpha.1",
24
- "@webiny/app": "6.0.0-alpha.1",
25
- "@webiny/app-security": "6.0.0-alpha.1",
26
- "@webiny/app-theme": "6.0.0-alpha.1",
27
- "@webiny/app-wcp": "6.0.0-alpha.1",
28
- "@webiny/form": "6.0.0-alpha.1",
29
- "@webiny/icons": "6.0.0-alpha.1",
30
- "@webiny/lexical-editor": "6.0.0-alpha.1",
31
- "@webiny/lexical-theme": "6.0.0-alpha.1",
32
- "@webiny/plugins": "6.0.0-alpha.1",
33
- "@webiny/react-composition": "6.0.0-alpha.1",
34
- "@webiny/react-properties": "6.0.0-alpha.1",
35
- "@webiny/react-router": "6.0.0-alpha.1",
36
- "@webiny/telemetry": "6.0.0-alpha.1",
37
- "@webiny/ui": "6.0.0-alpha.1",
38
- "@webiny/ui-composer": "6.0.0-alpha.1",
39
- "@webiny/utils": "6.0.0-alpha.1",
40
- "@webiny/validation": "6.0.0-alpha.1",
23
+ "@webiny/admin-ui": "6.0.0-alpha.2",
24
+ "@webiny/app": "6.0.0-alpha.2",
25
+ "@webiny/app-security": "6.0.0-alpha.2",
26
+ "@webiny/app-theme": "6.0.0-alpha.2",
27
+ "@webiny/app-wcp": "6.0.0-alpha.2",
28
+ "@webiny/form": "6.0.0-alpha.2",
29
+ "@webiny/icons": "6.0.0-alpha.2",
30
+ "@webiny/lexical-editor": "6.0.0-alpha.2",
31
+ "@webiny/lexical-theme": "6.0.0-alpha.2",
32
+ "@webiny/plugins": "6.0.0-alpha.2",
33
+ "@webiny/react-composition": "6.0.0-alpha.2",
34
+ "@webiny/react-properties": "6.0.0-alpha.2",
35
+ "@webiny/react-router": "6.0.0-alpha.2",
36
+ "@webiny/telemetry": "6.0.0-alpha.2",
37
+ "@webiny/ui": "6.0.0-alpha.2",
38
+ "@webiny/ui-composer": "6.0.0-alpha.2",
39
+ "@webiny/utils": "6.0.0-alpha.2",
40
+ "@webiny/validation": "6.0.0-alpha.2",
41
41
  "apollo-cache": "1.3.5",
42
42
  "apollo-client": "2.6.10",
43
43
  "apollo-link": "1.2.14",
@@ -74,8 +74,8 @@
74
74
  "@types/react-transition-group": "4.4.12",
75
75
  "@types/store": "2.0.2",
76
76
  "@types/tinycolor2": "1.4.6",
77
- "@webiny/cli": "6.0.0-alpha.1",
78
- "@webiny/project-utils": "6.0.0-alpha.1",
77
+ "@webiny/cli": "6.0.0-alpha.2",
78
+ "@webiny/project-utils": "6.0.0-alpha.2",
79
79
  "monaco-editor": "0.52.2",
80
80
  "rimraf": "6.0.1",
81
81
  "typescript": "5.3.3"
@@ -107,5 +107,5 @@
107
107
  ]
108
108
  }
109
109
  },
110
- "gitHead": "9bd236cf5e689f209a11bec089207dcc2d41a53c"
110
+ "gitHead": "7c9e8fbfd62a57ece5f880dbad6c864636b0355e"
111
111
  }