qt-ui-kit 1.0.40 → 1.0.42

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