@sebgroup/green-core 2.34.0-rc.20260219122856830 → 2.34.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.
@@ -843,7 +843,7 @@ renderHeadline_fn = function() {
843
843
  <gds-text
844
844
  tag="${this.headlineTag}"
845
845
  font="heading-s"
846
- text-wrap="balance"
846
+ text-wrap="pretty"
847
847
  max-width="80ch"
848
848
  >
849
849
  ${this.headline}
@@ -851,7 +851,7 @@ renderHeadline_fn = function() {
851
851
  <gds-text
852
852
  tag="p"
853
853
  font=${this.density === "compact" ? "body-regular-s" : "body-regular-m"}
854
- text-wrap="balance"
854
+ text-wrap="pretty"
855
855
  max-width="80ch"
856
856
  >
857
857
  ${this.summary}