qt-ui-kit 1.0.62 → 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
  }
@@ -351,6 +348,9 @@
351
348
  .flex-none {
352
349
  flex: none;
353
350
  }
351
+ .grow {
352
+ flex-grow: 1;
353
+ }
354
354
  .transform {
355
355
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
356
356
  }
@@ -381,9 +381,6 @@
381
381
  .flex-col {
382
382
  flex-direction: column;
383
383
  }
384
- .flex-nowrap {
385
- flex-wrap: nowrap;
386
- }
387
384
  .flex-wrap {
388
385
  flex-wrap: wrap;
389
386
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.62",
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",