qt-ui-kit 1.0.68 → 1.0.69

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
@@ -659,6 +659,9 @@
659
659
  .break-all {
660
660
  word-break: break-all;
661
661
  }
662
+ .whitespace-pre-line {
663
+ white-space: pre-line;
664
+ }
662
665
  .text-gray-700 {
663
666
  color: var(--color-gray-700);
664
667
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",