@metropolle/design-system 1.2026.0-1.1.1728 → 1.2026.0-1.2.1231
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/react/index.esm.js +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
package/dist/react/index.esm.js
CHANGED
|
@@ -2464,7 +2464,7 @@ function getStyles(isDark) {
|
|
|
2464
2464
|
// Dark theme: subtle glass effect
|
|
2465
2465
|
background: isDark
|
|
2466
2466
|
? 'rgba(255, 255, 255, 0.03)'
|
|
2467
|
-
: 'rgba(255, 255, 255, 0.
|
|
2467
|
+
: 'rgba(255, 255, 255, 0.45)',
|
|
2468
2468
|
// Liquid Glass: Strong blur + saturation
|
|
2469
2469
|
backdropFilter: 'blur(var(--mds-liquid-blur-xl, 24px)) saturate(var(--mds-liquid-saturate-vibrant, 140%))',
|
|
2470
2470
|
WebkitBackdropFilter: 'blur(var(--mds-liquid-blur-xl, 24px)) saturate(var(--mds-liquid-saturate-vibrant, 140%))',
|
package/dist/react/index.js
CHANGED
|
@@ -2466,7 +2466,7 @@ function getStyles(isDark) {
|
|
|
2466
2466
|
// Dark theme: subtle glass effect
|
|
2467
2467
|
background: isDark
|
|
2468
2468
|
? 'rgba(255, 255, 255, 0.03)'
|
|
2469
|
-
: 'rgba(255, 255, 255, 0.
|
|
2469
|
+
: 'rgba(255, 255, 255, 0.45)',
|
|
2470
2470
|
// Liquid Glass: Strong blur + saturation
|
|
2471
2471
|
backdropFilter: 'blur(var(--mds-liquid-blur-xl, 24px)) saturate(var(--mds-liquid-saturate-vibrant, 140%))',
|
|
2472
2472
|
WebkitBackdropFilter: 'blur(var(--mds-liquid-blur-xl, 24px)) saturate(var(--mds-liquid-saturate-vibrant, 140%))',
|