@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.
@@ -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.55)',
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%))',
@@ -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.55)',
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%))',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.2026.01.01.1728",
3
+ "version": "1.2026.01.02.1231",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",