jao-icons 1.5.0 → 1.5.1

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/index.d.ts CHANGED
@@ -12,18 +12,3 @@ declare const iconsMap: {
12
12
  };
13
13
  declare const Icon: (source: jaoIconSource, size?: jaoIconSize) => SVGElement | undefined;
14
14
  export { Icon, iconsMap };
15
- declare const _default: {
16
- Icon: (source: jaoIconSource, size?: jaoIconSize) => SVGElement | undefined;
17
- iconsMap: {
18
- small: {
19
- [key: string]: jaoIconJSON;
20
- };
21
- medium: {
22
- [key: string]: jaoIconJSON;
23
- };
24
- large: {
25
- [key: string]: jaoIconJSON;
26
- };
27
- };
28
- };
29
- export default _default;
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  const jsonToSvg = (jsonArray, opts = {
6
4
  pixelSize: 10,
7
5
  pixelPadding: 2
@@ -16405,8 +16403,6 @@ const Icon = (source, size) => {
16405
16403
  pixelPadding: 2
16406
16404
  });
16407
16405
  };
16408
- var index = { Icon, iconsMap };
16409
16406
 
16410
16407
  exports.Icon = Icon;
16411
- exports.default = index;
16412
16408
  exports.iconsMap = iconsMap;
@@ -16401,6 +16401,5 @@ const Icon = (source, size) => {
16401
16401
  pixelPadding: 2
16402
16402
  });
16403
16403
  };
16404
- var index = { Icon, iconsMap };
16405
16404
 
16406
- export { Icon, index as default, iconsMap };
16405
+ export { Icon, iconsMap };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jao-icons",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Icon set - Jeffrey Arts Online ",
5
5
  "type": "module",
6
6
  "main": "dist/jao-icons.cjs.js",
package/src/index.ts CHANGED
@@ -493,5 +493,4 @@ const Icon = (source: jaoIconSource, size?: jaoIconSize) : SVGElement | undefine
493
493
 
494
494
  }
495
495
 
496
- export { Icon, iconsMap };
497
- export default { Icon, iconsMap };
496
+ export { Icon, iconsMap };