qt-ui-kit 1.0.41 → 1.0.43

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
@@ -280,6 +280,9 @@
280
280
  height: -moz-min-content;
281
281
  height: min-content;
282
282
  }
283
+ .max-h-full {
284
+ max-height: 100%;
285
+ }
283
286
  .w-\[24px\] {
284
287
  width: 24px;
285
288
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",