kaleido-ui 0.1.62 → 0.1.63

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.
@@ -7323,7 +7323,7 @@ var NETWORK_CONFIG = {
7323
7323
  };
7324
7324
  var ACCOUNT_META = {
7325
7325
  RGB: {
7326
- shortLabel: "RLN",
7326
+ shortLabel: "RGB",
7327
7327
  accentBg: "bg-primary/10",
7328
7328
  accentText: "text-primary",
7329
7329
  accentBorder: "border-primary/30",
package/dist/web/index.js CHANGED
@@ -7146,7 +7146,7 @@ var NETWORK_CONFIG = {
7146
7146
  };
7147
7147
  var ACCOUNT_META = {
7148
7148
  RGB: {
7149
- shortLabel: "RLN",
7149
+ shortLabel: "RGB",
7150
7150
  accentBg: "bg-primary/10",
7151
7151
  accentText: "text-primary",
7152
7152
  accentBorder: "border-primary/30",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaleido-ui",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
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",