nuudel-core 0.1.186 → 0.1.188
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/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"img" | "root" | "icon" | "media" | "thumb" | "uploadButton" | "textField" | "submitButton" | "FileContainer" | "thumbsContainer" | "thumbInner" | "gridList" | "titleBar" | "ImageList" | "imgFullWidth">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"img" | "root" | "icon" | "media" | "thumb" | "uploadButton" | "textField" | "submitButton" | "FileContainer" | "thumbsContainer" | "thumbInner" | "gridList" | "titleBar" | "ImageList" | "imgFullWidth">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.188",
|
|
4
4
|
"description": "Web components for react with material UI",
|
|
5
5
|
"main": "build/main/index.js",
|
|
6
6
|
"typings": "build/main/index.d.ts",
|
|
@@ -52,9 +52,6 @@
|
|
|
52
52
|
"version": "npm run format && git add -A src",
|
|
53
53
|
"postversion": "git push && git push --tags"
|
|
54
54
|
},
|
|
55
|
-
"engines": {
|
|
56
|
-
"node": ">=10"
|
|
57
|
-
},
|
|
58
55
|
"dependencies": {
|
|
59
56
|
"@apollo/client": "3.5.10",
|
|
60
57
|
"@apollo/react-hooks": "^4.0.0",
|
|
@@ -66,7 +63,7 @@
|
|
|
66
63
|
"i18next": "^21.6.6",
|
|
67
64
|
"material-ui-chip-input": "^1.1.0",
|
|
68
65
|
"next-with-apollo": "^5.2.1",
|
|
69
|
-
"nuudel-utils": "^0.1.
|
|
66
|
+
"nuudel-utils": "^0.1.72",
|
|
70
67
|
"pica": "^9.0.1",
|
|
71
68
|
"react-colorful": "^5.6.1",
|
|
72
69
|
"react-device-detect": "^2.1.2",
|
|
@@ -114,7 +111,6 @@
|
|
|
114
111
|
"react-test-renderer": "^17.0.2",
|
|
115
112
|
"standard-version": "^9.0.0",
|
|
116
113
|
"swr": "^1.0.1",
|
|
117
|
-
"ts-node": "^9.0.0",
|
|
118
114
|
"typed-scss-modules": "^4.1.2",
|
|
119
115
|
"typedoc": "^0.22.11",
|
|
120
116
|
"typescript": "^4.0.2"
|