qt-ui-kit 1.0.61 → 1.0.63

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
@@ -322,8 +322,8 @@
322
322
  .w-\[66px\] {
323
323
  width: 66px;
324
324
  }
325
- .w-\[459px\] {
326
- width: 459px;
325
+ .w-\[409px\] {
326
+ width: 409px;
327
327
  }
328
328
  .w-full {
329
329
  width: 100%;
@@ -351,6 +351,9 @@
351
351
  .flex-none {
352
352
  flex: none;
353
353
  }
354
+ .grow {
355
+ flex-grow: 1;
356
+ }
354
357
  .transform {
355
358
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
356
359
  }
@@ -381,9 +384,6 @@
381
384
  .flex-col {
382
385
  flex-direction: column;
383
386
  }
384
- .flex-nowrap {
385
- flex-wrap: nowrap;
386
- }
387
387
  .flex-wrap {
388
388
  flex-wrap: wrap;
389
389
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",