qt-ui-kit 1.0.63 → 1.0.64

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
@@ -207,9 +207,6 @@
207
207
  }
208
208
  }
209
209
  @layer utilities {
210
- .visible {
211
- visibility: visible;
212
- }
213
210
  .col-span-2 {
214
211
  grid-column: span 2 / span 2;
215
212
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",