@metropolle/design-system 1.0.0-beta.20250821021020.2c515f3 → 1.0.0-beta.20250821024300.dfbe136
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.
- package/dist/css/components.css +11 -1
- package/package.json +1 -1
package/dist/css/components.css
CHANGED
|
@@ -279,13 +279,23 @@
|
|
|
279
279
|
color: var(--mds-color-text-primary);
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
+
/* Logo brand class for consistent branding */
|
|
283
|
+
.logo-brand {
|
|
284
|
+
font-size: var(--mds-typography-fontSize-4xl);
|
|
285
|
+
color: var(--mds-color-text-primary);
|
|
286
|
+
letter-spacing: var(--mds-typography-letterSpacing-brand);
|
|
287
|
+
font-weight: var(--mds-typography-fontWeight-bold);
|
|
288
|
+
font-family: var(--mds-typography-fontFamily-brand);
|
|
289
|
+
}
|
|
290
|
+
|
|
282
291
|
/* Brand Logo Responsive */
|
|
283
292
|
@media (max-width: 768px) {
|
|
284
293
|
.mds-text--brand,
|
|
285
294
|
.mds-brand-logo,
|
|
286
295
|
.mds-brand-logo--sm,
|
|
287
296
|
.mds-brand-logo--md,
|
|
288
|
-
.mds-brand-logo--lg
|
|
297
|
+
.mds-brand-logo--lg,
|
|
298
|
+
.logo-brand {
|
|
289
299
|
font-size: 1.8rem;
|
|
290
300
|
letter-spacing: var(--mds-typography-letterSpacing-tight);
|
|
291
301
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metropolle/design-system",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.20250821024300.dfbe136",
|
|
4
4
|
"description": "Sistema de design unificado para a plataforma Metropolle",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/react/index.js",
|