@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/dist/index.d.mts +77 -7
- package/dist/index.d.ts +77 -7
- package/dist/index.js +79 -79
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +79 -79
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/styles/globals.css +4 -4
package/package.json
CHANGED
package/styles/globals.css
CHANGED
|
@@ -681,10 +681,10 @@
|
|
|
681
681
|
|
|
682
682
|
/* -- Atomic alphas -- */
|
|
683
683
|
--surface-alpha-solid: 1;
|
|
684
|
-
--surface-alpha-translucent: 0.
|
|
685
|
-
--surface-alpha-glass: 0.
|
|
686
|
-
--surface-alpha-glass-strong: 0.
|
|
687
|
-
--surface-alpha-frosted: 0.
|
|
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;
|