@knapsack/core 4.66.7 → 4.66.8--canary.4382.ea858b0.0
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.js +26 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -550,6 +550,19 @@ var TypographyLinkConfigStruct = (0, import_superstruct3.type)({
|
|
|
550
550
|
underline: (0, import_superstruct3.optional)((0, import_superstruct3.boolean)()),
|
|
551
551
|
textTransform: (0, import_superstruct3.optional)(
|
|
552
552
|
(0, import_superstruct3.enums)(["inherit", "capitalize", "lowercase", "uppercase"])
|
|
553
|
+
),
|
|
554
|
+
fontStretch: (0, import_superstruct3.optional)(
|
|
555
|
+
(0, import_superstruct3.enums)([
|
|
556
|
+
"ultra-condensed",
|
|
557
|
+
"extra-condensed",
|
|
558
|
+
"condensed",
|
|
559
|
+
"semi-condensed",
|
|
560
|
+
"normal",
|
|
561
|
+
"semi-expanded",
|
|
562
|
+
"expanded",
|
|
563
|
+
"extra-expanded",
|
|
564
|
+
"ultra-expanded"
|
|
565
|
+
])
|
|
553
566
|
)
|
|
554
567
|
});
|
|
555
568
|
var FontSizeConfigStruct = (0, import_superstruct3.type)({
|
|
@@ -565,6 +578,19 @@ var TypographyConfigStruct = (0, import_superstruct3.type)({
|
|
|
565
578
|
textColor: (0, import_superstruct3.optional)(ColorConfigStruct),
|
|
566
579
|
textTransform: (0, import_superstruct3.optional)(
|
|
567
580
|
(0, import_superstruct3.enums)(["inherit", "capitalize", "lowercase", "uppercase"])
|
|
581
|
+
),
|
|
582
|
+
fontStretch: (0, import_superstruct3.optional)(
|
|
583
|
+
(0, import_superstruct3.enums)([
|
|
584
|
+
"ultra-condensed",
|
|
585
|
+
"extra-condensed",
|
|
586
|
+
"condensed",
|
|
587
|
+
"semi-condensed",
|
|
588
|
+
"normal",
|
|
589
|
+
"semi-expanded",
|
|
590
|
+
"expanded",
|
|
591
|
+
"extra-expanded",
|
|
592
|
+
"ultra-expanded"
|
|
593
|
+
])
|
|
568
594
|
)
|
|
569
595
|
});
|
|
570
596
|
var NavCustomizationConfigStruct = (0, import_superstruct4.union)([
|