@onbeam/icons 1.5.11 → 1.5.13
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/chunk-D5OSTBGK.js +16 -0
- package/dist/chunk-D5OSTBGK.js.map +1 -0
- package/dist/chunk-DIQU5SDF.cjs +19 -0
- package/dist/chunk-DIQU5SDF.cjs.map +1 -0
- package/dist/custom/CurrencyIcon/CurrencyIcon.cjs +2 -2
- package/dist/custom/CurrencyIcon/CurrencyIcon.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-IUHFH6TH.js +0 -16
- package/dist/chunk-IUHFH6TH.js.map +0 -1
- package/dist/chunk-SMI3HOJB.cjs +0 -19
- package/dist/chunk-SMI3HOJB.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkDIQU5SDF_cjs = require('../../chunk-DIQU5SDF.cjs');
|
|
4
4
|
require('../../chunk-BP4X3X77.cjs');
|
|
5
5
|
require('../../chunk-MKLPECRV.cjs');
|
|
6
6
|
require('../../chunk-NDR7QWBW.cjs');
|
|
@@ -61,7 +61,7 @@ require('../../chunk-4WOAW2VG.cjs');
|
|
|
61
61
|
|
|
62
62
|
Object.defineProperty(exports, "CurrencyIcon", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkDIQU5SDF_cjs.b; }
|
|
65
65
|
});
|
|
66
66
|
//# sourceMappingURL=out.js.map
|
|
67
67
|
//# sourceMappingURL=CurrencyIcon.cjs.map
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkZ6XWV6TQ_cjs = require('./chunk-Z6XWV6TQ.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkDIQU5SDF_cjs = require('./chunk-DIQU5SDF.cjs');
|
|
5
5
|
require('./chunk-BP4X3X77.cjs');
|
|
6
6
|
var chunkMKLPECRV_cjs = require('./chunk-MKLPECRV.cjs');
|
|
7
7
|
var chunkNDR7QWBW_cjs = require('./chunk-NDR7QWBW.cjs');
|
|
@@ -81,11 +81,11 @@ Object.defineProperty(exports, "chainIconMap", {
|
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "CurrencyIcon", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkDIQU5SDF_cjs.b; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "currencyIconMap", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkDIQU5SDF_cjs.a; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "WalletIcon", {
|
|
91
91
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { b as ChainIcon, a as chainIconMap } from './chunk-M6VZLCZ7.js';
|
|
2
|
-
export { b as CurrencyIcon, a as currencyIconMap } from './chunk-
|
|
2
|
+
export { b as CurrencyIcon, a as currencyIconMap } from './chunk-D5OSTBGK.js';
|
|
3
3
|
import './chunk-RZ7LVCX2.js';
|
|
4
4
|
export { a as WalletIcon } from './chunk-MO4WNGNQ.js';
|
|
5
5
|
export { a as SoundOnIcon } from './chunk-KSFLDMN7.js';
|