kaleido-ui 0.1.74 → 0.1.75
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/web/index.cjs +4 -1
- package/dist/web/index.js +4 -1
- package/package.json +1 -1
package/dist/web/index.cjs
CHANGED
|
@@ -7208,7 +7208,10 @@ var NETWORK_CONFIG = {
|
|
|
7208
7208
|
border: "border-network-bitcoin/40",
|
|
7209
7209
|
qrBorder: "border-network-bitcoin/30",
|
|
7210
7210
|
qrGlow: qrGlowStyle(colors.network.bitcoin),
|
|
7211
|
-
|
|
7211
|
+
// On-chain uses a chain-link glyph rather than the ₿ coin — the coin reads
|
|
7212
|
+
// as "the BTC asset", whereas this row is specifically the *on-chain* (L1)
|
|
7213
|
+
// receive rail alongside Lightning/Spark/Arkade, so a chain mark disambiguates.
|
|
7214
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "material-symbols-outlined text-icon-xs leading-none", children: "link" })
|
|
7212
7215
|
},
|
|
7213
7216
|
lightning: {
|
|
7214
7217
|
label: "Lightning",
|
package/dist/web/index.js
CHANGED
|
@@ -7030,7 +7030,10 @@ var NETWORK_CONFIG = {
|
|
|
7030
7030
|
border: "border-network-bitcoin/40",
|
|
7031
7031
|
qrBorder: "border-network-bitcoin/30",
|
|
7032
7032
|
qrGlow: qrGlowStyle(colors.network.bitcoin),
|
|
7033
|
-
|
|
7033
|
+
// On-chain uses a chain-link glyph rather than the ₿ coin — the coin reads
|
|
7034
|
+
// as "the BTC asset", whereas this row is specifically the *on-chain* (L1)
|
|
7035
|
+
// receive rail alongside Lightning/Spark/Arkade, so a chain mark disambiguates.
|
|
7036
|
+
icon: /* @__PURE__ */ jsx73("span", { className: "material-symbols-outlined text-icon-xs leading-none", children: "link" })
|
|
7034
7037
|
},
|
|
7035
7038
|
lightning: {
|
|
7036
7039
|
label: "Lightning",
|
package/package.json
CHANGED