qt-ui-kit 1.0.105 → 1.0.107

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
@@ -418,6 +418,9 @@
418
418
  .flex-none {
419
419
  flex: none;
420
420
  }
421
+ .shrink-0 {
422
+ flex-shrink: 0;
423
+ }
421
424
  .grow {
422
425
  flex-grow: 1;
423
426
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.105",
3
+ "version": "1.0.107",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",