@metropolle/design-system 1.2026.0-1.24.1601 → 1.2026.0-1.24.1854

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.
@@ -4305,18 +4305,23 @@ html[data-theme="light"] .mds-verification-check-card--passed .mds-verification-
4305
4305
  }
4306
4306
 
4307
4307
  .mds-verification-score-badge .mds-verification-score-number {
4308
+ display: block;
4308
4309
  font-family: 'OCR-B', 'OCR B Std', 'Courier New', monospace;
4309
4310
  font-size: 2.5rem;
4310
4311
  font-weight: bold;
4311
4312
  line-height: 1;
4312
4313
  color: #00d4aa;
4314
+ text-align: center;
4313
4315
  }
4314
4316
 
4315
4317
  .mds-verification-score-badge .mds-verification-score-label {
4316
- font-size: 0.625rem;
4318
+ display: block;
4319
+ font-size: 0.75rem;
4317
4320
  text-transform: uppercase;
4318
4321
  letter-spacing: 0.1em;
4319
4322
  color: var(--mds-color-text-secondary, rgba(255, 255, 255, 0.6));
4323
+ text-align: center;
4324
+ margin-top: 4px;
4320
4325
  }
4321
4326
 
4322
4327
  .mds-verification-score-info {
@@ -4367,6 +4372,16 @@ html[data-theme="light"] .mds-verification-check-card--passed .mds-verification-
4367
4372
  min-width: 0;
4368
4373
  }
4369
4374
 
4375
+ .mds-verification-check-item .mds-btn {
4376
+ flex-shrink: 0;
4377
+ margin-left: auto;
4378
+ }
4379
+
4380
+ .mds-verification-check-item .mds-btn--sm {
4381
+ padding: 6px 12px;
4382
+ font-size: 0.75rem;
4383
+ }
4384
+
4370
4385
  html[data-theme="light"] .mds-verification-score-header {
4371
4386
  background: rgba(0, 180, 140, 0.05);
4372
4387
  border-color: rgba(0, 180, 140, 0.15);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.2026.01.24.1601",
3
+ "version": "1.2026.01.24.1854",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",