@mcp-b/design-tokens 0.24.0 → 0.25.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/design-tokens",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "description": "Shared design tokens for MCP-B React applications.",
5
5
  "homepage": "https://mcp-b-design-system-storybook.alexmnahas.workers.dev",
6
6
  "bugs": {
@@ -9,9 +9,12 @@
9
9
  --sigvelo-color-canvas-light: #fff;
10
10
  --sigvelo-color-canvas-dark: #212121;
11
11
  /* The quiet window stage visible around bounded application surfaces. It is
12
- not a control fill: canvas remains the neutral base for embedded fields. */
12
+ not a control fill: canvas remains the neutral base for embedded fields.
13
+ Kept one quiet step below the surface in both themes — the light pair is
14
+ #f9f9f9/#fff, so the dark pair matches that restraint instead of dropping
15
+ to pure black and turning every plane edge into a visible box. */
13
16
  --sigvelo-color-surface-under-light: #f9f9f9;
14
- --sigvelo-color-surface-under-dark: #000;
17
+ --sigvelo-color-surface-under-dark: #111;
15
18
  --sigvelo-color-surface-light: #fff;
16
19
  --sigvelo-color-surface-dark: #181818;
17
20
  --sigvelo-color-text-light: #0d0d0d;