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.
@@ -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
- icon: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "material-symbols-outlined text-icon-xs leading-none", children: "currency_bitcoin" })
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
- icon: /* @__PURE__ */ jsx73("span", { className: "material-symbols-outlined text-icon-xs leading-none", children: "currency_bitcoin" })
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaleido-ui",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "KaleidoSwap shared UI library — design tokens, web components (Tailwind + Radix), and React Native components extending WDK UI Kit",
5
5
  "license": "MIT",
6
6
  "type": "module",