qt-ui-kit 1.0.78 → 1.0.79

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
@@ -469,6 +469,9 @@
469
469
  .flex-col {
470
470
  flex-direction: column;
471
471
  }
472
+ .flex-col-reverse {
473
+ flex-direction: column-reverse;
474
+ }
472
475
  .flex-wrap {
473
476
  flex-wrap: wrap;
474
477
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",