qt-ui-kit 1.0.18 → 1.0.20

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/style.css CHANGED
@@ -620,6 +620,9 @@
620
620
  .break-words {
621
621
  overflow-wrap: break-word;
622
622
  }
623
+ .wrap-anywhere {
624
+ overflow-wrap: anywhere;
625
+ }
623
626
  .text-gray-700 {
624
627
  color: var(--color-gray-700);
625
628
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",