qt-ui-kit 1.0.62 → 1.0.64
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.js +23 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -30
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +3 -6
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -207,9 +207,6 @@
|
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
@layer utilities {
|
|
210
|
-
.visible {
|
|
211
|
-
visibility: visible;
|
|
212
|
-
}
|
|
213
210
|
.col-span-2 {
|
|
214
211
|
grid-column: span 2 / span 2;
|
|
215
212
|
}
|
|
@@ -351,6 +348,9 @@
|
|
|
351
348
|
.flex-none {
|
|
352
349
|
flex: none;
|
|
353
350
|
}
|
|
351
|
+
.grow {
|
|
352
|
+
flex-grow: 1;
|
|
353
|
+
}
|
|
354
354
|
.transform {
|
|
355
355
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
356
356
|
}
|
|
@@ -381,9 +381,6 @@
|
|
|
381
381
|
.flex-col {
|
|
382
382
|
flex-direction: column;
|
|
383
383
|
}
|
|
384
|
-
.flex-nowrap {
|
|
385
|
-
flex-wrap: nowrap;
|
|
386
|
-
}
|
|
387
384
|
.flex-wrap {
|
|
388
385
|
flex-wrap: wrap;
|
|
389
386
|
}
|