@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 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
- display: { size: "5.6rem", lineHeight: "1.05", weight: "600", letterSpacing: "-0.01em" },
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" },