kaleido-ui 0.1.103 → 0.1.104

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.
@@ -3531,7 +3531,7 @@ function BalanceBreakdown({
3531
3531
  formatFiat: formatFiatValue
3532
3532
  }
3533
3533
  ),
3534
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
3534
+ (accounts.RGB?.connected || accounts.RGB?.configured) && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
3535
3535
  NetworkRow,
3536
3536
  {
3537
3537
  icon: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
@@ -667,6 +667,9 @@ interface BalanceBreakdownAsset {
667
667
  interface BalanceBreakdownAccounts {
668
668
  RGB?: {
669
669
  connected?: boolean;
670
+ /** RLN is set up on this wallet (node URL / NWC saved) even if the node
671
+ * is currently offline. Gates the "BTC on RLN" row. */
672
+ configured?: boolean;
670
673
  };
671
674
  }
672
675
  interface BalanceBreakdownNodeInfo {
@@ -667,6 +667,9 @@ interface BalanceBreakdownAsset {
667
667
  interface BalanceBreakdownAccounts {
668
668
  RGB?: {
669
669
  connected?: boolean;
670
+ /** RLN is set up on this wallet (node URL / NWC saved) even if the node
671
+ * is currently offline. Gates the "BTC on RLN" row. */
672
+ configured?: boolean;
670
673
  };
671
674
  }
672
675
  interface BalanceBreakdownNodeInfo {
package/dist/web/index.js CHANGED
@@ -3349,7 +3349,7 @@ function BalanceBreakdown({
3349
3349
  formatFiat: formatFiatValue
3350
3350
  }
3351
3351
  ),
3352
- /* @__PURE__ */ jsx37(
3352
+ (accounts.RGB?.connected || accounts.RGB?.configured) && /* @__PURE__ */ jsx37(
3353
3353
  NetworkRow,
3354
3354
  {
3355
3355
  icon: /* @__PURE__ */ jsx37(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaleido-ui",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
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",