@finqu/cool 2.0.2 → 2.1.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.
package/dist/css/cool.css CHANGED
@@ -28358,6 +28358,18 @@
28358
28358
  white-space: nowrap;
28359
28359
  }
28360
28360
 
28361
+ .text-balance {
28362
+ text-wrap: balance;
28363
+ }
28364
+
28365
+ .text-pretty {
28366
+ text-wrap: pretty;
28367
+ }
28368
+
28369
+ .text-stable {
28370
+ text-wrap: stable;
28371
+ }
28372
+
28361
28373
  .text-break {
28362
28374
  word-wrap: break-word;
28363
28375
  word-break: break-word;