@esmalley/react-material-icons 1.0.5 → 2.0.0
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/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +3 -3
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +3 -3
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +15 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var d=Object.create;var f=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var T=(o,r)=>{for(var e in r)f(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let p of n(r))!u.call(o,p)&&p!==e&&f(o,p,{get:()=>r[p],enumerable:!(s=l(r,p))||s.enumerable});return o},x=(o,r,e)=>(a(o,r,"default"),e&&a(e,r,"default")),t=(o,r,e)=>(e=o!=null?d(i(o)):{},a(r||!o||!o.__esModule?f(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>a(f({},"__esModule",{value:!0}),o);var m={};T(m,{Filled:()=>w,Outlined:()=>F,Round:()=>O,Sharp:()=>R,TwoTone:()=>S});module.exports=h(m);x(m,require("./Icon"),module.exports);var w=t(require("./components/filled/index")),F=t(require("./components/outlined/index")),O=t(require("./components/round/index")),R=t(require("./components/sharp/index")),S=t(require("./components/two-tone/index"));
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["\nexport * from './Icon';\nexport * as
|
|
5
|
-
"mappings": "wmBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,
|
|
6
|
-
"names": ["index_exports", "__export", "
|
|
4
|
+
"sourcesContent": ["\nexport * from './Icon';\nexport * as Filled from './components/filled/index';\nexport * as Outlined from './components/outlined/index';\nexport * as Round from './components/round/index';\nexport * as Sharp from './components/sharp/index';\nexport * as TwoTone from './components/two-tone/index';\n"],
|
|
5
|
+
"mappings": "wmBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,YAAAE,EAAA,aAAAC,EAAA,UAAAC,EAAA,UAAAC,EAAA,YAAAC,IAAA,eAAAC,EAAAP,GACAQ,EAAAR,EAAc,kBADd,gBAEA,IAAAE,EAAwB,wCACxBC,EAA0B,0CAC1BC,EAAuB,uCACvBC,EAAuB,uCACvBC,EAAyB",
|
|
6
|
+
"names": ["index_exports", "__export", "Filled", "Outlined", "Round", "Sharp", "TwoTone", "__toCommonJS", "__reExport"]
|
|
7
7
|
}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export*from"./Icon";import*as e from"./components/filled/index";import*as
|
|
1
|
+
export*from"./Icon";import*as e from"./components/filled/index";import*as p from"./components/outlined/index";import*as t from"./components/round/index";import*as a from"./components/sharp/index";import*as f from"./components/two-tone/index";export{e as Filled,p as Outlined,t as Round,a as Sharp,f as TwoTone};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["\nexport * from './Icon';\nexport * as
|
|
5
|
-
"mappings": "AACA,WAAc,SACd,UAAYA,
|
|
6
|
-
"names": ["
|
|
4
|
+
"sourcesContent": ["\nexport * from './Icon';\nexport * as Filled from './components/filled/index';\nexport * as Outlined from './components/outlined/index';\nexport * as Round from './components/round/index';\nexport * as Sharp from './components/sharp/index';\nexport * as TwoTone from './components/two-tone/index';\n"],
|
|
5
|
+
"mappings": "AACA,WAAc,SACd,UAAYA,MAAY,4BACxB,UAAYC,MAAc,8BAC1B,UAAYC,MAAW,2BACvB,UAAYC,MAAW,2BACvB,UAAYC,MAAa",
|
|
6
|
+
"names": ["Filled", "Outlined", "Round", "Sharp", "TwoTone"]
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './Icon';
|
|
2
|
-
export * as
|
|
3
|
-
export * as
|
|
4
|
-
export * as
|
|
5
|
-
export * as
|
|
6
|
-
export * as
|
|
2
|
+
export * as Filled from './components/filled/index';
|
|
3
|
+
export * as Outlined from './components/outlined/index';
|
|
4
|
+
export * as Round from './components/round/index';
|
|
5
|
+
export * as Sharp from './components/sharp/index';
|
|
6
|
+
export * as TwoTone from './components/two-tone/index';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAClD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAClD,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esmalley/react-material-icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
|
-
"main": "./dist/index.
|
|
7
|
-
"
|
|
8
|
-
"types": "./dist/index.d.ts",
|
|
6
|
+
"main": "./dist/esm/index.mjs",
|
|
7
|
+
"types": "./dist/types/index.d.ts",
|
|
9
8
|
"sideEffects": false,
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/types/index.d.ts",
|
|
12
|
+
"import": "./dist/esm/index.mjs",
|
|
13
|
+
"require": "./dist/cjs/index.cjs"
|
|
14
|
+
},
|
|
15
|
+
"./*": {
|
|
16
|
+
"types": "./dist/types/components/*/index.d.ts",
|
|
17
|
+
"import": "./dist/esm/components/*/index.mjs",
|
|
18
|
+
"require": "./dist/cjs/*/index.cjs"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
10
21
|
"files": [
|
|
11
22
|
"dist"
|
|
12
23
|
],
|