@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.d.cts
CHANGED
|
@@ -78,7 +78,7 @@ declare const schemas: {
|
|
|
78
78
|
readonly letterSpacing: "0.14em";
|
|
79
79
|
};
|
|
80
80
|
readonly display: {
|
|
81
|
-
readonly size: "5.6rem";
|
|
81
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
82
82
|
readonly lineHeight: "1.05";
|
|
83
83
|
readonly weight: "600";
|
|
84
84
|
readonly letterSpacing: "-0.01em";
|
|
@@ -226,7 +226,7 @@ declare const schemas: {
|
|
|
226
226
|
readonly letterSpacing: "0.14em";
|
|
227
227
|
};
|
|
228
228
|
readonly display: {
|
|
229
|
-
readonly size: "5.6rem";
|
|
229
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
230
230
|
readonly lineHeight: "1.05";
|
|
231
231
|
readonly weight: "600";
|
|
232
232
|
readonly letterSpacing: "-0.01em";
|
|
@@ -374,7 +374,7 @@ declare const schemas: {
|
|
|
374
374
|
readonly letterSpacing: "0.14em";
|
|
375
375
|
};
|
|
376
376
|
readonly display: {
|
|
377
|
-
readonly size: "5.6rem";
|
|
377
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
378
378
|
readonly lineHeight: "1.05";
|
|
379
379
|
readonly weight: "600";
|
|
380
380
|
readonly letterSpacing: "-0.01em";
|
|
@@ -522,7 +522,7 @@ declare const schemas: {
|
|
|
522
522
|
readonly letterSpacing: "0.14em";
|
|
523
523
|
};
|
|
524
524
|
readonly display: {
|
|
525
|
-
readonly size: "5.6rem";
|
|
525
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
526
526
|
readonly lineHeight: "1.05";
|
|
527
527
|
readonly weight: "600";
|
|
528
528
|
readonly letterSpacing: "-0.01em";
|
package/dist/index.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ declare const schemas: {
|
|
|
78
78
|
readonly letterSpacing: "0.14em";
|
|
79
79
|
};
|
|
80
80
|
readonly display: {
|
|
81
|
-
readonly size: "5.6rem";
|
|
81
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
82
82
|
readonly lineHeight: "1.05";
|
|
83
83
|
readonly weight: "600";
|
|
84
84
|
readonly letterSpacing: "-0.01em";
|
|
@@ -226,7 +226,7 @@ declare const schemas: {
|
|
|
226
226
|
readonly letterSpacing: "0.14em";
|
|
227
227
|
};
|
|
228
228
|
readonly display: {
|
|
229
|
-
readonly size: "5.6rem";
|
|
229
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
230
230
|
readonly lineHeight: "1.05";
|
|
231
231
|
readonly weight: "600";
|
|
232
232
|
readonly letterSpacing: "-0.01em";
|
|
@@ -374,7 +374,7 @@ declare const schemas: {
|
|
|
374
374
|
readonly letterSpacing: "0.14em";
|
|
375
375
|
};
|
|
376
376
|
readonly display: {
|
|
377
|
-
readonly size: "5.6rem";
|
|
377
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
378
378
|
readonly lineHeight: "1.05";
|
|
379
379
|
readonly weight: "600";
|
|
380
380
|
readonly letterSpacing: "-0.01em";
|
|
@@ -522,7 +522,7 @@ declare const schemas: {
|
|
|
522
522
|
readonly letterSpacing: "0.14em";
|
|
523
523
|
};
|
|
524
524
|
readonly display: {
|
|
525
|
-
readonly size: "5.6rem";
|
|
525
|
+
readonly size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)";
|
|
526
526
|
readonly lineHeight: "1.05";
|
|
527
527
|
readonly weight: "600";
|
|
528
528
|
readonly letterSpacing: "-0.01em";
|
package/dist/index.js
CHANGED
|
@@ -115,7 +115,13 @@ var tokens = {
|
|
|
115
115
|
// Roles tipográficos: tamaño/interlineado/peso/tracking listos para typography.css.ts.
|
|
116
116
|
text: {
|
|
117
117
|
eyebrow: { size: "0.694rem", lineHeight: "1.2", weight: "500", letterSpacing: "0.14em" },
|
|
118
|
-
|
|
118
|
+
// Escala fluida: ~43px en 375px (entra en móvil), cotea en 5.6rem (≈90px) desde ~1200px.
|
|
119
|
+
display: {
|
|
120
|
+
size: "clamp(2.75rem, 1.4rem + 5.6vw, 5.6rem)",
|
|
121
|
+
lineHeight: "1.05",
|
|
122
|
+
weight: "600",
|
|
123
|
+
letterSpacing: "-0.01em"
|
|
124
|
+
},
|
|
119
125
|
h1: { size: "2.9rem", lineHeight: "1.05", weight: "600", letterSpacing: "-0.01em" },
|
|
120
126
|
h2: { size: "2.1rem", lineHeight: "1.2", weight: "600", letterSpacing: "0" },
|
|
121
127
|
h3: { size: "1.563rem", lineHeight: "1.2", weight: "500", letterSpacing: "0" },
|