@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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool v2.0.2 (https://github.com/finqu/cool#readme)
2
+ * Cool v2.1.2 (https://github.com/finqu/cool#readme)
3
3
  * Copyright 2020-2026 Finqu Oy
4
4
  * Licensed under ISC
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool v2.0.2 (https://github.com/finqu/cool#readme)
2
+ * Cool v2.1.2 (https://github.com/finqu/cool#readme)
3
3
  * Copyright 2020-2026 Finqu Oy
4
4
  * Licensed under ISC
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool v2.0.2 (https://github.com/finqu/cool#readme)
2
+ * Cool v2.1.2 (https://github.com/finqu/cool#readme)
3
3
  * Copyright 2020-2026 Finqu Oy
4
4
  * Licensed under ISC
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool v2.0.2 (https://github.com/finqu/cool#readme)
2
+ * Cool v2.1.2 (https://github.com/finqu/cool#readme)
3
3
  * Copyright 2020-2026 Finqu Oy
4
4
  * Licensed under ISC
5
5
  */
package/dist/js/cool.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool v2.0.2 (https://github.com/finqu/cool#readme)
2
+ * Cool v2.1.2 (https://github.com/finqu/cool#readme)
3
3
  * Copyright 2020-2026 Finqu Oy
4
4
  * Licensed under ISC
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool v2.0.2 (https://github.com/finqu/cool#readme)
2
+ * Cool v2.1.2 (https://github.com/finqu/cool#readme)
3
3
  * Copyright 2020-2026 Finqu Oy
4
4
  * Licensed under ISC
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finqu/cool",
3
- "version": "2.0.2",
3
+ "version": "2.1.2",
4
4
  "description": "Build beautiful, responsive web interfaces. Fast, flexible, and effortlessly customizable.",
5
5
  "keywords": [
6
6
  "ui",
@@ -310,6 +310,18 @@
310
310
  white-space: nowrap;
311
311
  }
312
312
 
313
+ .text-balance {
314
+ text-wrap: balance;
315
+ }
316
+
317
+ .text-pretty {
318
+ text-wrap: pretty;
319
+ }
320
+
321
+ .text-stable {
322
+ text-wrap: stable;
323
+ }
324
+
313
325
  .text-break {
314
326
  word-wrap: break-word;
315
327
  word-break: break-word;