sh3-core 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/dist/tokens.css +7 -4
  2. package/package.json +1 -1
package/dist/tokens.css CHANGED
@@ -12,10 +12,13 @@
12
12
  --shell-bg-elevated: #22232a;
13
13
  --shell-bg-sunken: #141518;
14
14
 
15
- /* Gradient layer — empty by default, overrides surface when set */
16
- --shell-grad-bg: ;
17
- --shell-grad-bg-elevated: ;
18
- --shell-grad-bg-sunken: ;
15
+ /*
16
+ * Gradient layer — undefined by default. When set (e.g. by sh3-style),
17
+ * surfaces use the gradient instead of the flat color via the fallback
18
+ * pattern: background: var(--shell-grad-bg, var(--shell-bg)).
19
+ * Do NOT declare these here — they must remain undefined for the
20
+ * CSS fallback to work.
21
+ */
19
22
 
20
23
  --shell-border: #2e3038;
21
24
  --shell-border-strong: #3c3f4a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sh3-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"