@wordpress/components 28.0.0 → 28.0.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.
@@ -22,6 +22,7 @@ exports[`Text should render highlighted words with highlightCaseSensitive 1`] =
22
22
  color: #1e1e1e;
23
23
  line-height: 1.4;
24
24
  margin: 0;
25
+ text-wrap: balance;
25
26
  text-wrap: pretty;
26
27
  font-size: calc((13 / 13) * 13px);
27
28
  font-weight: normal;
@@ -54,6 +55,7 @@ exports[`Text snapshot tests should render correctly 1`] = `
54
55
  color: #1e1e1e;
55
56
  line-height: 1.4;
56
57
  margin: 0;
58
+ text-wrap: balance;
57
59
  text-wrap: pretty;
58
60
  font-size: calc((13 / 13) * 13px);
59
61
  font-weight: normal;