decentraland-ui2 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -2,4 +2,5 @@ export * from "@mui/material";
|
|
2
2
|
import emotionCache from "@emotion/cache";
|
3
3
|
import * as emotionReact from "@emotion/react";
|
4
4
|
import emotionStyled from "@emotion/styled";
|
5
|
-
|
5
|
+
import * as muiIcons from "@mui/icons-material";
|
6
|
+
export { emotionReact, emotionStyled, emotionCache, muiIcons };
|
package/dist/index.js
CHANGED
@@ -2,5 +2,6 @@ export * from "@mui/material";
|
|
2
2
|
import emotionCache from "@emotion/cache";
|
3
3
|
import * as emotionReact from "@emotion/react";
|
4
4
|
import emotionStyled from "@emotion/styled";
|
5
|
-
|
5
|
+
import * as muiIcons from "@mui/icons-material";
|
6
|
+
export { emotionReact, emotionStyled, emotionCache, muiIcons };
|
6
7
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAE7B,OAAO,YAAY,MAAM,gBAAgB,CAAA;AACzC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAA;AAC9C,OAAO,aAAa,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,CAAA"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAE7B,OAAO,YAAY,MAAM,gBAAgB,CAAA;AACzC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAA;AAC9C,OAAO,aAAa,MAAM,iBAAiB,CAAA;AAC3C,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAA;AAE/C,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "decentraland-ui2",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.2",
|
4
4
|
"description": "Decentraland's UI components and styles",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"@dcl/ui-env": "^1.4.0",
|
42
42
|
"@emotion/react": "^11.11.1",
|
43
43
|
"@emotion/styled": "^11.11.0",
|
44
|
-
"@mui/icons-material": "^5.
|
44
|
+
"@mui/icons-material": "^5.15.17",
|
45
45
|
"@mui/material": "^5.15.17",
|
46
46
|
"autoprefixer": "^10.4.16",
|
47
47
|
"radash": "^11.0.0",
|
@@ -87,5 +87,5 @@
|
|
87
87
|
"files": [
|
88
88
|
"dist"
|
89
89
|
],
|
90
|
-
"commit": "
|
90
|
+
"commit": "054087b8ab0898fccb8dc1a6a95d7438d3a7600a"
|
91
91
|
}
|