@webiny/ui 5.25.0-beta.1 → 5.25.0-beta.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.
package/ImageUpload/styled.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const AddImageIconWrapper: 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
2
|
export declare const AddImageWrapper: 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>;
|
|
4
3
|
export declare const AddImageWrapperRound: import("@emotion/styled-base").StyledComponent<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>> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TopAppBarActionItemProps as RmwcTopAppBarActionItemProps } from "@rmwc/top-app-bar";
|
|
3
2
|
export declare type TopAppBarActionItemProps = RmwcTopAppBarActionItemProps;
|
|
4
3
|
declare const TopAppBarActionItem: (props: TopAppBarActionItemProps) => JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TopAppBarNavigationIconProps as RmwcTopAppBarNavigationIconProps } from "@rmwc/top-app-bar";
|
|
3
2
|
export declare type TopAppBarNavigationIconProps = RmwcTopAppBarNavigationIconProps;
|
|
4
3
|
declare const TopAppBarNavigationIcon: (props: TopAppBarNavigationIconProps) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/ui",
|
|
3
|
-
"version": "5.25.0-beta.
|
|
3
|
+
"version": "5.25.0-beta.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@babel/runtime": "7.17.
|
|
17
|
+
"@babel/runtime": "7.17.7",
|
|
18
18
|
"@editorjs/editorjs": "2.23.2",
|
|
19
19
|
"@emotion/core": "10.3.1",
|
|
20
20
|
"@emotion/styled": "10.3.0",
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"@types/react-custom-scrollbars": "^4.0.10",
|
|
92
92
|
"@types/react-transition-group": "^4.4.4",
|
|
93
93
|
"@types/shortid": "^0.0.29",
|
|
94
|
-
"@webiny/cli": "^5.25.0-beta.
|
|
95
|
-
"@webiny/form": "^5.25.0-beta.
|
|
96
|
-
"@webiny/project-utils": "^5.25.0-beta.
|
|
97
|
-
"@webiny/storybook-utils": "^5.25.0-beta.
|
|
98
|
-
"@webiny/validation": "^5.25.0-beta.
|
|
94
|
+
"@webiny/cli": "^5.25.0-beta.2",
|
|
95
|
+
"@webiny/form": "^5.25.0-beta.2",
|
|
96
|
+
"@webiny/project-utils": "^5.25.0-beta.2",
|
|
97
|
+
"@webiny/storybook-utils": "^5.25.0-beta.2",
|
|
98
|
+
"@webiny/validation": "^5.25.0-beta.2",
|
|
99
99
|
"babel-loader": "^8.0.0-beta.6",
|
|
100
100
|
"babel-plugin-emotion": "^9.2.8",
|
|
101
101
|
"execa": "^5.0.0",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
]
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "ed2f22976af47aea0b6b5d638f8afdc39951b014"
|
|
146
146
|
}
|