@central-icons-react/all 0.0.13 → 0.0.15

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +32 -32
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var C=Object.create;var l=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty;var y=(r,e)=>{for(var n in e)l(r,n,{get:e[n],enumerable:!0})},c=(r,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of u(e))!m.call(r,t)&&t!==n&&l(r,t,{get:()=>e[t],enumerable:!(a=I(e,t))||a.enumerable});return r};var f=(r,e,n)=>(n=r!=null?C(d(r)):{},c(e||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>c(l({},"__esModule",{value:!0}),r);var g={};y(g,{CentralIcon:()=>p,default:()=>P});module.exports=x(g);var o=f(require("react")),s=require("@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase"),k=({importString:r})=>{let e=(0,o.lazy)(()=>import(r));return o.default.createElement(e,null)},S=r=>o.default.createElement(s.CentralIconBase,{...r}),p=({name:r,join:e,fill:n,radius:a,stroke:t,...F})=>{let i=`@central-icons-react/${e}-${n}-radius-${a}-stroke-${t}/${r}`;return o.default.createElement(o.Suspense,{fallback:o.default.createElement(S,null)},o.default.createElement(k,{importString:i}))},P=p;0&&(module.exports={CentralIcon});
1
+ "use strict";var C=Object.create;var l=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty;var y=(r,e)=>{for(var n in e)l(r,n,{get:e[n],enumerable:!0})},c=(r,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of u(e))!m.call(r,t)&&t!==n&&l(r,t,{get:()=>e[t],enumerable:!(a=I(e,t))||a.enumerable});return r};var f=(r,e,n)=>(n=r!=null?C(d(r)):{},c(e||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>c(l({},"__esModule",{value:!0}),r);var g={};y(g,{CentralIcon:()=>p,default:()=>P});module.exports=x(g);var o=f(require("react")),s=require("@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase"),k=({importString:r})=>{let e=(0,o.lazy)(()=>import(/* webpackIgnore: true */r));return o.default.createElement(e,null)},S=r=>o.default.createElement(s.CentralIconBase,{...r}),p=({name:r,join:e,fill:n,radius:a,stroke:t,...F})=>{let i=`@central-icons-react/${e}-${n}-radius-${a}-stroke-${t}/${r}`;return o.default.createElement(o.Suspense,{fallback:o.default.createElement(S,null)},o.default.createElement(k,{importString:i}))},P=p;0&&(module.exports={CentralIcon});
2
2
  //# sourceMappingURL=index.js.map
package/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import e,{lazy as c,Suspense as s}from"react";import{CentralIconBase as p}from"@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase";var i=({importString:r})=>{let n=c(()=>import(r));return e.createElement(n,null)},C=r=>e.createElement(p,{...r}),I=({name:r,join:n,fill:o,radius:t,stroke:a,...u})=>{let l=`@central-icons-react/${n}-${o}-radius-${t}-stroke-${a}/${r}`;return e.createElement(s,{fallback:e.createElement(C,null)},e.createElement(i,{importString:l}))},y=I;export{I as CentralIcon,y as default};
1
+ import e,{lazy as c,Suspense as s}from"react";import{CentralIconBase as p}from"@central-icons-react/round-filled-radius-0-stroke-1/CentralIconBase";var i=({importString:r})=>{let n=c(()=>import(/* webpackIgnore: true */r));return e.createElement(n,null)},C=r=>e.createElement(p,{...r}),I=({name:r,join:n,fill:o,radius:t,stroke:a,...u})=>{let l=`@central-icons-react/${n}-${o}-radius-${t}-stroke-${a}/${r}`;return e.createElement(s,{fallback:e.createElement(C,null)},e.createElement(i,{importString:l}))},y=I;export{I as CentralIcon,y as default};
2
2
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/all",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "sideEffects": false,
@@ -31,7 +31,7 @@
31
31
  "prebuild": "tsc",
32
32
  "build": "tsup",
33
33
  "prepublishOnly": "npm run build",
34
- "postbuild": "prettier --write **/*.d.ts *.d.ts",
34
+ "postbuild": "prettier --write **/*.d.ts *.d.ts && sed -i '' 's/import(/import(\\/* webpackIgnore: true *\\//g' index.js index.mjs",
35
35
  "dev": "tsup --watch",
36
36
  "lint": "prettier --write ."
37
37
  },
@@ -46,35 +46,35 @@
46
46
  "typescript": "^5"
47
47
  },
48
48
  "dependencies": {
49
- "@central-icons-react/round-filled-radius-0-stroke-1": "^0.0.12",
50
- "@central-icons-react/round-filled-radius-0-stroke-1.5": "^0.0.12",
51
- "@central-icons-react/round-filled-radius-0-stroke-2": "^0.0.12",
52
- "@central-icons-react/round-filled-radius-1-stroke-1": "^0.0.12",
53
- "@central-icons-react/round-filled-radius-1-stroke-1.5": "^0.0.12",
54
- "@central-icons-react/round-filled-radius-1-stroke-2": "^0.0.12",
55
- "@central-icons-react/round-filled-radius-2-stroke-1": "^0.0.12",
56
- "@central-icons-react/round-filled-radius-2-stroke-1.5": "^0.0.12",
57
- "@central-icons-react/round-filled-radius-2-stroke-2": "^0.0.12",
58
- "@central-icons-react/round-filled-radius-3-stroke-1": "^0.0.12",
59
- "@central-icons-react/round-filled-radius-3-stroke-1.5": "^0.0.12",
60
- "@central-icons-react/round-filled-radius-3-stroke-2": "^0.0.12",
61
- "@central-icons-react/round-outlined-radius-0-stroke-1": "^0.0.12",
62
- "@central-icons-react/round-outlined-radius-0-stroke-1.5": "^0.0.12",
63
- "@central-icons-react/round-outlined-radius-0-stroke-2": "^0.0.12",
64
- "@central-icons-react/round-outlined-radius-1-stroke-1": "^0.0.12",
65
- "@central-icons-react/round-outlined-radius-1-stroke-1.5": "^0.0.12",
66
- "@central-icons-react/round-outlined-radius-1-stroke-2": "^0.0.12",
67
- "@central-icons-react/round-outlined-radius-2-stroke-1": "^0.0.12",
68
- "@central-icons-react/round-outlined-radius-2-stroke-1.5": "^0.0.12",
69
- "@central-icons-react/round-outlined-radius-2-stroke-2": "^0.0.12",
70
- "@central-icons-react/round-outlined-radius-3-stroke-1": "^0.0.12",
71
- "@central-icons-react/round-outlined-radius-3-stroke-1.5": "^0.0.12",
72
- "@central-icons-react/round-outlined-radius-3-stroke-2": "^0.0.12",
73
- "@central-icons-react/square-filled-radius-0-stroke-1": "^0.0.12",
74
- "@central-icons-react/square-filled-radius-0-stroke-1.5": "^0.0.12",
75
- "@central-icons-react/square-filled-radius-0-stroke-2": "^0.0.12",
76
- "@central-icons-react/square-outlined-radius-0-stroke-1": "^0.0.12",
77
- "@central-icons-react/square-outlined-radius-0-stroke-1.5": "^0.0.12",
78
- "@central-icons-react/square-outlined-radius-0-stroke-2": "^0.0.12"
49
+ "@central-icons-react/round-filled-radius-0-stroke-1": "^0.0.15",
50
+ "@central-icons-react/round-filled-radius-0-stroke-1.5": "^0.0.15",
51
+ "@central-icons-react/round-filled-radius-0-stroke-2": "^0.0.15",
52
+ "@central-icons-react/round-filled-radius-1-stroke-1": "^0.0.15",
53
+ "@central-icons-react/round-filled-radius-1-stroke-1.5": "^0.0.15",
54
+ "@central-icons-react/round-filled-radius-1-stroke-2": "^0.0.15",
55
+ "@central-icons-react/round-filled-radius-2-stroke-1": "^0.0.15",
56
+ "@central-icons-react/round-filled-radius-2-stroke-1.5": "^0.0.15",
57
+ "@central-icons-react/round-filled-radius-2-stroke-2": "^0.0.15",
58
+ "@central-icons-react/round-filled-radius-3-stroke-1": "^0.0.15",
59
+ "@central-icons-react/round-filled-radius-3-stroke-1.5": "^0.0.15",
60
+ "@central-icons-react/round-filled-radius-3-stroke-2": "^0.0.15",
61
+ "@central-icons-react/round-outlined-radius-0-stroke-1": "^0.0.15",
62
+ "@central-icons-react/round-outlined-radius-0-stroke-1.5": "^0.0.15",
63
+ "@central-icons-react/round-outlined-radius-0-stroke-2": "^0.0.15",
64
+ "@central-icons-react/round-outlined-radius-1-stroke-1": "^0.0.15",
65
+ "@central-icons-react/round-outlined-radius-1-stroke-1.5": "^0.0.15",
66
+ "@central-icons-react/round-outlined-radius-1-stroke-2": "^0.0.15",
67
+ "@central-icons-react/round-outlined-radius-2-stroke-1": "^0.0.15",
68
+ "@central-icons-react/round-outlined-radius-2-stroke-1.5": "^0.0.15",
69
+ "@central-icons-react/round-outlined-radius-2-stroke-2": "^0.0.15",
70
+ "@central-icons-react/round-outlined-radius-3-stroke-1": "^0.0.15",
71
+ "@central-icons-react/round-outlined-radius-3-stroke-1.5": "^0.0.15",
72
+ "@central-icons-react/round-outlined-radius-3-stroke-2": "^0.0.15",
73
+ "@central-icons-react/square-filled-radius-0-stroke-1": "^0.0.15",
74
+ "@central-icons-react/square-filled-radius-0-stroke-1.5": "^0.0.15",
75
+ "@central-icons-react/square-filled-radius-0-stroke-2": "^0.0.15",
76
+ "@central-icons-react/square-outlined-radius-0-stroke-1": "^0.0.15",
77
+ "@central-icons-react/square-outlined-radius-0-stroke-1.5": "^0.0.15",
78
+ "@central-icons-react/square-outlined-radius-0-stroke-2": "^0.0.15"
79
79
  }
80
80
  }