kaleido-ui 0.1.55 → 0.1.56

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.
@@ -515,9 +515,10 @@ var NETWORK_GLYPH = {
515
515
  };
516
516
  var dark = {
517
517
  mode: "dark",
518
- background: "#0D1813",
519
- card: "#121C16",
520
- cardElevated: "#17231C",
518
+ // Dark-blue surface family (navy derived from the brand info blue #4290FF).
519
+ background: "#0A1326",
520
+ card: "#0F1C33",
521
+ cardElevated: "#16273F",
521
522
  // Brand primary CTA green — per DESIGN.md `brand.primary`, identical to web.
522
523
  // (#15E99A is the decorative logo brandmark, kept only in gradientBrand / QR.)
523
524
  primary: "#2BEE79",
@@ -449,9 +449,10 @@ var NETWORK_GLYPH = {
449
449
  };
450
450
  var dark = {
451
451
  mode: "dark",
452
- background: "#0D1813",
453
- card: "#121C16",
454
- cardElevated: "#17231C",
452
+ // Dark-blue surface family (navy derived from the brand info blue #4290FF).
453
+ background: "#0A1326",
454
+ card: "#0F1C33",
455
+ cardElevated: "#16273F",
455
456
  // Brand primary CTA green — per DESIGN.md `brand.primary`, identical to web.
456
457
  // (#15E99A is the decorative logo brandmark, kept only in gradientBrand / QR.)
457
458
  primary: "#2BEE79",
@@ -376,9 +376,10 @@ var NETWORK_GLYPH = {
376
376
  };
377
377
  var dark = {
378
378
  mode: "dark",
379
- background: "#0D1813",
380
- card: "#121C16",
381
- cardElevated: "#17231C",
379
+ // Dark-blue surface family (navy derived from the brand info blue #4290FF).
380
+ background: "#0A1326",
381
+ card: "#0F1C33",
382
+ cardElevated: "#16273F",
382
383
  // Brand primary CTA green — per DESIGN.md `brand.primary`, identical to web.
383
384
  // (#15E99A is the decorative logo brandmark, kept only in gradientBrand / QR.)
384
385
  primary: "#2BEE79",
@@ -332,9 +332,10 @@ var NETWORK_GLYPH = {
332
332
  };
333
333
  var dark = {
334
334
  mode: "dark",
335
- background: "#0D1813",
336
- card: "#121C16",
337
- cardElevated: "#17231C",
335
+ // Dark-blue surface family (navy derived from the brand info blue #4290FF).
336
+ background: "#0A1326",
337
+ card: "#0F1C33",
338
+ cardElevated: "#16273F",
338
339
  // Brand primary CTA green — per DESIGN.md `brand.primary`, identical to web.
339
340
  // (#15E99A is the decorative logo brandmark, kept only in gradientBrand / QR.)
340
341
  primary: "#2BEE79",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaleido-ui",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
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",