@metropolle/design-system 1.0.0-beta.2025.8.21.317.6121376 → 1.0.0-beta.2025.8.22.427.5fa8495
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
CHANGED
|
@@ -273,19 +273,22 @@
|
|
|
273
273
|
.mds-text--brand,
|
|
274
274
|
.mds-brand-logo {
|
|
275
275
|
font-size: var(--mds-typography-fontSize-4xl);
|
|
276
|
-
line-height: var(--mds-typography-lineHeight-
|
|
276
|
+
line-height: var(--mds-typography-lineHeight-brand);
|
|
277
277
|
letter-spacing: var(--mds-typography-letterSpacing-brand);
|
|
278
|
-
font-weight: var(--mds-typography-fontWeight-
|
|
278
|
+
font-weight: var(--mds-typography-fontWeight-bold);
|
|
279
279
|
color: var(--mds-color-text-primary);
|
|
280
|
+
margin: 0;
|
|
280
281
|
}
|
|
281
282
|
|
|
282
|
-
/* Logo brand class for consistent branding */
|
|
283
|
+
/* Logo brand class for consistent branding - matches @back implementation exactly */
|
|
283
284
|
.logo-brand {
|
|
284
285
|
font-size: var(--mds-typography-fontSize-4xl);
|
|
285
286
|
color: var(--mds-color-text-primary);
|
|
287
|
+
line-height: var(--mds-typography-lineHeight-brand);
|
|
286
288
|
letter-spacing: var(--mds-typography-letterSpacing-brand);
|
|
287
289
|
font-weight: var(--mds-typography-fontWeight-bold);
|
|
288
290
|
font-family: var(--mds-typography-fontFamily-brand);
|
|
291
|
+
margin: 0;
|
|
289
292
|
}
|
|
290
293
|
|
|
291
294
|
/* Brand Logo Responsive */
|
package/dist/css/tokens.css
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
--mds-typography-fontSize-2xl: 1.5rem;
|
|
13
13
|
--mds-typography-fontSize-3xl: 1.875rem;
|
|
14
14
|
--mds-typography-fontSize-4xl: 2.125rem;
|
|
15
|
+
--mds-typography-lineHeight-brand: 1.0;
|
|
15
16
|
--mds-typography-lineHeight-tight: 1.2;
|
|
16
17
|
--mds-typography-lineHeight-normal: 1.5;
|
|
17
18
|
--mds-typography-lineHeight-relaxed: 1.75;
|
package/dist/tokens/index.d.ts
CHANGED
package/dist/tokens/index.js
CHANGED
package/dist/tokens/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metropolle/design-system",
|
|
3
|
-
"version": "1.0.0-beta.2025.08.
|
|
3
|
+
"version": "1.0.0-beta.2025.08.22.0427.5fa8495",
|
|
4
4
|
"description": "Sistema de design unificado para a plataforma Metropolle",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/react/index.js",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"types": "dist/react/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
+
"types": "./dist/react/index.d.ts",
|
|
11
12
|
"import": "./dist/react/index.esm.js",
|
|
12
|
-
"require": "./dist/react/index.js"
|
|
13
|
-
"types": "./dist/react/index.d.ts"
|
|
13
|
+
"require": "./dist/react/index.js"
|
|
14
14
|
},
|
|
15
15
|
"./tokens": {
|
|
16
16
|
"import": "./dist/tokens/index.js",
|