@octavius2929-personal/design-system 0.23.1 → 0.23.2
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/index.cjs +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -293,7 +293,13 @@ var tokens = {
|
|
|
293
293
|
// Roles tipográficos: tamaño/interlineado/peso/tracking listos para typography.css.ts.
|
|
294
294
|
text: {
|
|
295
295
|
eyebrow: { size: "0.694rem", lineHeight: "1.2", weight: "500", letterSpacing: "0.14em" },
|
|
296
|
-
|
|
296
|
+
// Escala fluida: ~43px en 375px (entra en móvil), cotea en 5.6rem (≈90px) desde ~1200px.
|
|
297
|
+
display: {
|
|
298
|
+
size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)",
|
|
299
|
+
lineHeight: "1.05",
|
|
300
|
+
weight: "600",
|
|
301
|
+
letterSpacing: "-0.01em"
|
|
302
|
+
},
|
|
297
303
|
h1: { size: "2.9rem", lineHeight: "1.05", weight: "600", letterSpacing: "-0.01em" },
|
|
298
304
|
h2: { size: "2.1rem", lineHeight: "1.2", weight: "600", letterSpacing: "0" },
|
|
299
305
|
h3: { size: "1.563rem", lineHeight: "1.2", weight: "500", letterSpacing: "0" },
|