qt-ui-kit 1.0.49 → 1.0.51

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
@@ -363,8 +363,8 @@
363
363
  .grid-cols-5 {
364
364
  grid-template-columns: repeat(5, minmax(0, 1fr));
365
365
  }
366
- .grid-cols-7 {
367
- grid-template-columns: repeat(7, minmax(0, 1fr));
366
+ .grid-cols-8 {
367
+ grid-template-columns: repeat(8, minmax(0, 1fr));
368
368
  }
369
369
  .grid-cols-13 {
370
370
  grid-template-columns: repeat(13, minmax(0, 1fr));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",