@gradeui/ui 4.0.0 → 4.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradeui/ui",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Grade Design System — React components, theme engine, and design tokens",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -681,10 +681,10 @@
681
681
 
682
682
  /* -- Atomic alphas -- */
683
683
  --surface-alpha-solid: 1;
684
- --surface-alpha-translucent: 0.82;
685
- --surface-alpha-glass: 0.58;
686
- --surface-alpha-glass-strong: 0.42;
687
- --surface-alpha-frosted: 0.92; /* near-opaque, just a whisper of the page behind */
684
+ --surface-alpha-translucent: 0.8;
685
+ --surface-alpha-glass: 0.6;
686
+ --surface-alpha-glass-strong: 0.4;
687
+ --surface-alpha-frosted: 0.9; /* near-opaque, just a whisper of the page behind */
688
688
 
689
689
  /* -- Atomic blurs -- */
690
690
  --surface-blur-subtle: 6px;