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/index.d.mts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +395 -275
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +395 -275
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +7 -0
- package/package.json +1 -1
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
|
}
|