@mcp-b/design-tokens 0.23.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 +1 -1
- package/src/semantic-colors.css +5 -2
package/package.json
CHANGED
package/src/semantic-colors.css
CHANGED
|
@@ -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: #
|
|
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;
|