qt-ui-kit 1.0.52 → 1.0.54

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
@@ -644,6 +644,9 @@
644
644
  --tw-font-weight: var(--font-weight-normal);
645
645
  font-weight: var(--font-weight-normal);
646
646
  }
647
+ .text-nowrap {
648
+ text-wrap: nowrap;
649
+ }
647
650
  .break-words {
648
651
  overflow-wrap: break-word;
649
652
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",