@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.mjs CHANGED
@@ -560,6 +560,19 @@ var TypographyLinkConfigStruct = type2({
560
560
  underline: optional(boolean()),
561
561
  textTransform: optional(
562
562
  enums(["inherit", "capitalize", "lowercase", "uppercase"])
563
+ ),
564
+ fontStretch: optional(
565
+ enums([
566
+ "ultra-condensed",
567
+ "extra-condensed",
568
+ "condensed",
569
+ "semi-condensed",
570
+ "normal",
571
+ "semi-expanded",
572
+ "expanded",
573
+ "extra-expanded",
574
+ "ultra-expanded"
575
+ ])
563
576
  )
564
577
  });
565
578
  var FontSizeConfigStruct = type2({
@@ -575,6 +588,19 @@ var TypographyConfigStruct = type2({
575
588
  textColor: optional(ColorConfigStruct),
576
589
  textTransform: optional(
577
590
  enums(["inherit", "capitalize", "lowercase", "uppercase"])
591
+ ),
592
+ fontStretch: optional(
593
+ enums([
594
+ "ultra-condensed",
595
+ "extra-condensed",
596
+ "condensed",
597
+ "semi-condensed",
598
+ "normal",
599
+ "semi-expanded",
600
+ "expanded",
601
+ "extra-expanded",
602
+ "ultra-expanded"
603
+ ])
578
604
  )
579
605
  });
580
606
  var NavCustomizationConfigStruct = union3([