@metropolle/design-system 1.0.0-beta.2026.1.22.2322.b3ec7b8 → 1.0.0-beta.2026.1.24.851.ed85a09

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.
@@ -3809,64 +3809,66 @@ html[data-theme="light"] .mds-profile-card__verified-trigger {
3809
3809
 
3810
3810
  .mds-profile-card__verified-popup {
3811
3811
  position: absolute;
3812
- top: calc(100% + 12px);
3813
- right: 0;
3814
- padding: 16px;
3812
+ /* Centered on the card */
3813
+ top: 50%;
3814
+ left: 50%;
3815
+ transform: translate(-50%, -50%);
3816
+ padding: 28px 32px;
3815
3817
  /* Liquid Glass popup */
3816
- background: rgba(20, 20, 30, 0.75);
3817
- backdrop-filter: blur(16px) saturate(140%);
3818
- -webkit-backdrop-filter: blur(16px) saturate(140%);
3819
- border-radius: 14px;
3820
- border: 1px solid rgba(255, 255, 255, 0.1);
3818
+ background: rgba(20, 20, 30, 0.85);
3819
+ backdrop-filter: blur(20px) saturate(150%);
3820
+ -webkit-backdrop-filter: blur(20px) saturate(150%);
3821
+ border-radius: 18px;
3822
+ border: 1px solid rgba(255, 255, 255, 0.12);
3821
3823
  box-shadow:
3822
- 0 8px 24px rgba(0, 0, 0, 0.25),
3823
- inset 0 1px 0 rgba(255, 255, 255, 0.05);
3824
- min-width: 180px;
3824
+ 0 12px 40px rgba(0, 0, 0, 0.35),
3825
+ inset 0 1px 0 rgba(255, 255, 255, 0.08);
3826
+ min-width: 280px;
3825
3827
  z-index: 20;
3826
3828
  }
3827
3829
 
3828
3830
  html[data-theme="light"] .mds-profile-card__verified-popup {
3829
- background: rgba(255, 255, 255, 0.7);
3830
- border: 1px solid rgba(255, 255, 255, 0.9);
3831
+ background: rgba(255, 255, 255, 0.85);
3832
+ border: 1px solid rgba(255, 255, 255, 0.95);
3831
3833
  box-shadow:
3832
- 0 8px 24px rgba(0, 0, 0, 0.08),
3834
+ 0 12px 40px rgba(0, 0, 0, 0.12),
3833
3835
  inset 0 1px 0 rgba(255, 255, 255, 1);
3834
3836
  }
3835
3837
 
3836
3838
  .mds-profile-card__verified-header {
3837
3839
  font-family: 'OCR-B', 'OCR B Std', 'Courier New', monospace;
3838
- font-size: 12px;
3840
+ font-size: 16px;
3839
3841
  font-weight: bold;
3840
3842
  color: #00d4aa;
3841
3843
  letter-spacing: 0.08em;
3842
3844
  text-transform: uppercase;
3843
- margin-bottom: 14px;
3845
+ margin-bottom: 20px;
3844
3846
  white-space: nowrap;
3845
3847
  }
3846
3848
 
3847
3849
  .mds-profile-card__verified-stats {
3848
3850
  display: flex;
3849
3851
  flex-direction: column;
3850
- gap: 10px;
3852
+ gap: 14px;
3851
3853
  }
3852
3854
 
3853
3855
  .mds-profile-card__stat-item {
3854
3856
  display: flex;
3855
3857
  justify-content: space-between;
3856
3858
  align-items: center;
3857
- gap: 20px;
3859
+ gap: 32px;
3858
3860
  }
3859
3861
 
3860
3862
  .mds-profile-card__stat-label {
3861
3863
  font-family: 'OCR-B', 'OCR B Std', 'Courier New', monospace;
3862
- font-size: 11px;
3864
+ font-size: 14px;
3863
3865
  color: var(--mds-color-text-tertiary, rgba(255, 255, 255, 0.5));
3864
3866
  letter-spacing: 0.06em;
3865
3867
  }
3866
3868
 
3867
3869
  .mds-profile-card__stat-value {
3868
3870
  font-family: 'OCR-B', 'OCR B Std', 'Courier New', monospace;
3869
- font-size: 11px;
3871
+ font-size: 14px;
3870
3872
  letter-spacing: 0.06em;
3871
3873
  text-transform: uppercase;
3872
3874
  color: var(--mds-color-text-tertiary, rgba(255, 255, 255, 0.5));
@@ -3880,8 +3882,8 @@ html[data-theme="light"] .mds-profile-card__verified-popup {
3880
3882
  display: flex;
3881
3883
  justify-content: space-between;
3882
3884
  align-items: center;
3883
- margin-top: 14px;
3884
- padding-top: 10px;
3885
+ margin-top: 20px;
3886
+ padding-top: 16px;
3885
3887
  border-top: 1px solid rgba(255, 255, 255, 0.08);
3886
3888
  }
3887
3889
 
@@ -3892,7 +3894,7 @@ html[data-theme="light"] .mds-profile-card__verified-footer {
3892
3894
  .mds-profile-card__verified-sequence,
3893
3895
  .mds-profile-card__verified-date {
3894
3896
  font-family: 'OCR-B', 'OCR B Std', 'Courier New', monospace;
3895
- font-size: 10px;
3897
+ font-size: 12px;
3896
3898
  color: var(--mds-color-text-tertiary, rgba(255, 255, 255, 0.4));
3897
3899
  letter-spacing: 0.06em;
3898
3900
  text-transform: uppercase;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.0.0-beta.2026.01.22.2322.b3ec7b8",
3
+ "version": "1.0.0-beta.2026.01.24.0851.ed85a09",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",