qt-ui-kit 1.0.107 → 1.0.108

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
@@ -475,6 +475,9 @@
475
475
  .flex-col-reverse {
476
476
  flex-direction: column-reverse;
477
477
  }
478
+ .flex-row {
479
+ flex-direction: row;
480
+ }
478
481
  .flex-nowrap {
479
482
  flex-wrap: nowrap;
480
483
  }
@@ -615,6 +618,10 @@
615
618
  border-bottom-style: var(--tw-border-style);
616
619
  border-bottom-width: 2px;
617
620
  }
621
+ .border-solid {
622
+ --tw-border-style: solid;
623
+ border-style: solid;
624
+ }
618
625
  .border-black {
619
626
  border-color: var(--color-black);
620
627
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.107",
3
+ "version": "1.0.108",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",