qt-ui-kit 1.0.51 → 1.0.53

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
@@ -375,6 +375,9 @@
375
375
  .flex-col {
376
376
  flex-direction: column;
377
377
  }
378
+ .flex-nowrap {
379
+ flex-wrap: nowrap;
380
+ }
378
381
  .flex-wrap {
379
382
  flex-wrap: wrap;
380
383
  }
@@ -641,6 +644,9 @@
641
644
  --tw-font-weight: var(--font-weight-normal);
642
645
  font-weight: var(--font-weight-normal);
643
646
  }
647
+ .text-nowrap {
648
+ text-wrap: nowrap;
649
+ }
644
650
  .break-words {
645
651
  overflow-wrap: break-word;
646
652
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",