Skip to content

Commit

Permalink
feat(Text): white space (#4572)
Browse files Browse the repository at this point in the history
* feat: text white space

* fix: tests

* fix: import
  • Loading branch information
lisalupi authored Jan 2, 2025
1 parent a40bd38 commit d8c3416
Show file tree
Hide file tree
Showing 17 changed files with 219 additions and 175 deletions.
4 changes: 4 additions & 0 deletions .changeset/gorgeous-falcons-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@ultraviolet/ui": patch
---
`<Text />`: new prop `whiteSpace`
Original file line number Diff line number Diff line change
Expand Up @@ -7590,6 +7590,7 @@ exports[`EstimateCost - Regular Item > render basic props with overlay beta 1`]
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
white-space: nowrap;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
Expand All @@ -7602,7 +7603,6 @@ exports[`EstimateCost - Regular Item > render basic props with overlay beta 1`]
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
white-space: nowrap;
border-radius: 1rem;
padding: 0 0.75rem;
gap: 0.5rem;
Expand Down Expand Up @@ -8228,6 +8228,7 @@ exports[`EstimateCost - Regular Item > render basic props with overlay beta 1`]
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
white-space: nowrap;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
Expand All @@ -8240,7 +8241,6 @@ exports[`EstimateCost - Regular Item > render basic props with overlay beta 1`]
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
white-space: nowrap;
border-radius: 1rem;
padding: 0 0.75rem;
gap: 0.5rem;
Expand Down
Loading

0 comments on commit d8c3416

Please sign in to comment.