@metropolle/design-system 1.2026.0-1.24.2224 → 1.2026.0-1.24.2242

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.
@@ -4041,6 +4041,16 @@ html[data-theme="light"] .mds-profile-card__info-dot.active {
4041
4041
  transform: none;
4042
4042
  justify-content: center;
4043
4043
  margin-top: 16px;
4044
+ flex-direction: column;
4045
+ align-items: center;
4046
+ gap: 12px;
4047
+ }
4048
+
4049
+ /* Info dots: horizontal on mobile */
4050
+ .mds-profile-card__info-dots {
4051
+ flex-direction: row;
4052
+ gap: 8px;
4053
+ margin-top: 8px;
4044
4054
  }
4045
4055
 
4046
4056
  .mds-profile-card__social {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.2026.01.24.2224",
3
+ "version": "1.2026.01.24.2242",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",