@metropolle/design-system 1.0.0-beta.2026.1.25.11.9200926 → 1.0.0-beta.2026.1.25.110.a191d53

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.
@@ -3814,12 +3814,12 @@ html[data-theme="light"] .mds-profile-card__verified-trigger {
3814
3814
  right: calc(100% + 12px);
3815
3815
  transform: translateY(-50%);
3816
3816
  padding: 32px 40px;
3817
- /* Liquid Glass popup - increased blur for better legibility */
3818
- background: rgba(20, 20, 30, 0.82);
3819
- backdrop-filter: blur(40px) saturate(180%);
3820
- -webkit-backdrop-filter: blur(40px) saturate(180%);
3817
+ /* Same style as hamburger menu - frosted glass effect */
3818
+ background: rgba(28, 28, 30, 0.95);
3819
+ backdrop-filter: blur(20px) saturate(180%);
3820
+ -webkit-backdrop-filter: blur(20px) saturate(180%);
3821
3821
  border-radius: 20px;
3822
- border: 1px solid rgba(255, 255, 255, 0.12);
3822
+ border: 1px solid rgba(255, 255, 255, 0.1);
3823
3823
  box-shadow:
3824
3824
  0 16px 48px rgba(0, 0, 0, 0.4),
3825
3825
  inset 0 1px 0 rgba(255, 255, 255, 0.08);
@@ -3828,12 +3828,10 @@ html[data-theme="light"] .mds-profile-card__verified-trigger {
3828
3828
  }
3829
3829
 
3830
3830
  html[data-theme="light"] .mds-profile-card__verified-popup {
3831
- background: rgba(255, 255, 255, 0.85);
3832
- backdrop-filter: blur(40px) saturate(180%);
3833
- -webkit-backdrop-filter: blur(40px) saturate(180%);
3834
- border: 1px solid rgba(255, 255, 255, 0.95);
3831
+ background: rgba(255, 255, 255, 0.96);
3832
+ border: 1px solid rgba(255, 255, 255, 0.98);
3835
3833
  box-shadow:
3836
- 0 16px 48px rgba(0, 0, 0, 0.12),
3834
+ 0 16px 48px rgba(0, 0, 0, 0.15),
3837
3835
  inset 0 1px 0 rgba(255, 255, 255, 1);
3838
3836
  }
3839
3837
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.0.0-beta.2026.01.25.0011.9200926",
3
+ "version": "1.0.0-beta.2026.01.25.0110.a191d53",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",