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.
- package/dist/native/index.cjs +4 -3
- package/dist/native/index.js +4 -3
- package/dist/tokens/index.cjs +4 -3
- package/dist/tokens/index.js +4 -3
- package/package.json +1 -1
package/dist/native/index.cjs
CHANGED
|
@@ -515,9 +515,10 @@ var NETWORK_GLYPH = {
|
|
|
515
515
|
};
|
|
516
516
|
var dark = {
|
|
517
517
|
mode: "dark",
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
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",
|
package/dist/native/index.js
CHANGED
|
@@ -449,9 +449,10 @@ var NETWORK_GLYPH = {
|
|
|
449
449
|
};
|
|
450
450
|
var dark = {
|
|
451
451
|
mode: "dark",
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
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",
|
package/dist/tokens/index.cjs
CHANGED
|
@@ -376,9 +376,10 @@ var NETWORK_GLYPH = {
|
|
|
376
376
|
};
|
|
377
377
|
var dark = {
|
|
378
378
|
mode: "dark",
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
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",
|
package/dist/tokens/index.js
CHANGED
|
@@ -332,9 +332,10 @@ var NETWORK_GLYPH = {
|
|
|
332
332
|
};
|
|
333
333
|
var dark = {
|
|
334
334
|
mode: "dark",
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
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