qt-ui-kit 1.0.40 → 1.0.41

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,9 +280,6 @@
280
280
  height: -moz-min-content;
281
281
  height: min-content;
282
282
  }
283
- .max-h-\[950px\] {
284
- max-height: 950px;
285
- }
286
283
  .w-\[24px\] {
287
284
  width: 24px;
288
285
  }
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.41",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",