qt-ui-kit 1.0.17 → 1.0.19

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
@@ -225,12 +225,6 @@
225
225
  -webkit-box-orient: vertical;
226
226
  -webkit-line-clamp: 3;
227
227
  }
228
- .line-clamp-6 {
229
- overflow: hidden;
230
- display: -webkit-box;
231
- -webkit-box-orient: vertical;
232
- -webkit-line-clamp: 6;
233
- }
234
228
  .line-clamp-none {
235
229
  overflow: visible;
236
230
  display: block;
@@ -626,6 +620,9 @@
626
620
  .break-words {
627
621
  overflow-wrap: break-word;
628
622
  }
623
+ .wrap-anywhere {
624
+ overflow-wrap: anywhere;
625
+ }
629
626
  .text-gray-700 {
630
627
  color: var(--color-gray-700);
631
628
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",