qt-ui-kit 1.0.64 → 1.0.66

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
@@ -424,6 +424,9 @@
424
424
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
425
425
  }
426
426
  }
427
+ .overflow-auto {
428
+ overflow: auto;
429
+ }
427
430
  .overflow-y-auto {
428
431
  overflow-y: auto;
429
432
  }
@@ -656,9 +659,6 @@
656
659
  .break-all {
657
660
  word-break: break-all;
658
661
  }
659
- .whitespace-pre-wrap {
660
- white-space: pre-wrap;
661
- }
662
662
  .text-gray-700 {
663
663
  color: var(--color-gray-700);
664
664
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -34,6 +34,7 @@
34
34
  "react": "^19.1.0",
35
35
  "react-dom": "^19.1.0",
36
36
  "react-markdown": "^10.1.0",
37
+ "rehype-raw": "^7.0.0",
37
38
  "remark-gfm": "^4.0.1",
38
39
  "tailwind-merge": "^3.2.0"
39
40
  },