@chainberry/ui-components 1.0.26 → 1.0.27
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.cjs +1 -1
- package/dist/index.mjs +5 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -157999,10 +157999,13 @@ var J = {
|
|
|
157999
157999
|
"sol",
|
|
158000
158000
|
"avax",
|
|
158001
158001
|
"bnb",
|
|
158002
|
-
"
|
|
158002
|
+
"gram",
|
|
158003
158003
|
"tron",
|
|
158004
158004
|
"ltc"
|
|
158005
|
-
], MVe = {
|
|
158005
|
+
], MVe = {
|
|
158006
|
+
trx: "tron",
|
|
158007
|
+
ton: "gram"
|
|
158008
|
+
};
|
|
158006
158009
|
function Y(e) {
|
|
158007
158010
|
let t = e.toLowerCase(), n = MVe[t] ?? t;
|
|
158008
158011
|
return jVe.includes(n) ? `/coins/${n}.png` : void 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainberry/ui-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "Chainberry navigation UI components — React + Tailwind. Canonical source lives in ../../react-app/src/components; this package re-exports, builds, and publishes them.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"type": "module",
|