decentraland-ui2 0.0.1 → 0.0.2-9020206964.commit-054087b

Sign up to get free protection for your applications and to get access to all the features.
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
- export { emotionReact, emotionStyled, emotionCache };
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
- export { emotionReact, emotionStyled, emotionCache };
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.1",
3
+ "version": "0.0.2-9020206964.commit-054087b",
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.14.14",
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": "17a9c0822013f42bc662df28c1bbe9e24a02fba4"
90
+ "commit": "054087b8ab0898fccb8dc1a6a95d7438d3a7600a"
91
91
  }