@kimafinance/kima-transaction-widget 1.2.80-beta.1 → 1.2.81-beta.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/assets/icons/Base.d.ts +7 -0
- package/dist/assets/icons/index.d.ts +1 -0
- package/dist/index.js +866 -334
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +867 -329
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +6 -3
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ export { default as BankIcon } from './Bank';
|
|
|
21
21
|
export { default as BSCIcon } from './BSC';
|
|
22
22
|
export { default as KEURICON } from './KEUR';
|
|
23
23
|
export { default as TronIcon } from './Tron';
|
|
24
|
+
export { default as BaseIcon } from './Base';
|
|
24
25
|
export { default as BTCIcon } from './BTC';
|
|
25
26
|
export { default as ExplorerIcon } from './Explorer';
|
|
26
27
|
export { default as ExternalUrlIcon } from './ExternalUrl';
|