@onbeam/icons 1.5.14 → 1.5.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.
- package/dist/chunk-5QZHIAGS.cjs +20 -0
- package/dist/chunk-5QZHIAGS.cjs.map +1 -0
- package/dist/chunk-BJRMDHCK.js +17 -0
- package/dist/chunk-BJRMDHCK.js.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-D5OSTBGK.js +0 -16
- package/dist/chunk-D5OSTBGK.js.map +0 -1
- package/dist/chunk-DIQU5SDF.cjs +0 -19
- package/dist/chunk-DIQU5SDF.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5QZHIAGS_cjs = require('../../chunk-5QZHIAGS.cjs');
|
|
4
4
|
require('../../chunk-BP4X3X77.cjs');
|
|
5
5
|
require('../../chunk-OYUENZQX.cjs');
|
|
6
6
|
require('../../chunk-MKLPECRV.cjs');
|
|
@@ -62,7 +62,7 @@ require('../../chunk-4WOAW2VG.cjs');
|
|
|
62
62
|
|
|
63
63
|
Object.defineProperty(exports, "CurrencyIcon", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunk5QZHIAGS_cjs.b; }
|
|
66
66
|
});
|
|
67
67
|
//# sourceMappingURL=out.js.map
|
|
68
68
|
//# 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 chunk5QZHIAGS_cjs = require('./chunk-5QZHIAGS.cjs');
|
|
5
5
|
require('./chunk-BP4X3X77.cjs');
|
|
6
6
|
var chunkOYUENZQX_cjs = require('./chunk-OYUENZQX.cjs');
|
|
7
7
|
var chunkMKLPECRV_cjs = require('./chunk-MKLPECRV.cjs');
|
|
@@ -82,11 +82,11 @@ Object.defineProperty(exports, "chainIconMap", {
|
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "CurrencyIcon", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunk5QZHIAGS_cjs.b; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "currencyIconMap", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunk5QZHIAGS_cjs.a; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "UploadIcon", {
|
|
92
92
|
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-BJRMDHCK.js';
|
|
3
3
|
import './chunk-RZ7LVCX2.js';
|
|
4
4
|
export { a as UploadIcon } from './chunk-LERLXZNP.js';
|
|
5
5
|
export { a as WalletIcon } from './chunk-MO4WNGNQ.js';
|