qt-ui-kit 1.0.46 → 1.0.48
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +540 -302
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +536 -298
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +6 -6
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -231,6 +231,12 @@
|
|
|
231
231
|
-webkit-box-orient: vertical;
|
|
232
232
|
-webkit-line-clamp: 3;
|
|
233
233
|
}
|
|
234
|
+
.line-clamp-4 {
|
|
235
|
+
overflow: hidden;
|
|
236
|
+
display: -webkit-box;
|
|
237
|
+
-webkit-box-orient: vertical;
|
|
238
|
+
-webkit-line-clamp: 4;
|
|
239
|
+
}
|
|
234
240
|
.line-clamp-5 {
|
|
235
241
|
overflow: hidden;
|
|
236
242
|
display: -webkit-box;
|
|
@@ -273,9 +279,6 @@
|
|
|
273
279
|
.h-\[44px\] {
|
|
274
280
|
height: 44px;
|
|
275
281
|
}
|
|
276
|
-
.h-\[136px\] {
|
|
277
|
-
height: 136px;
|
|
278
|
-
}
|
|
279
282
|
.h-dvh {
|
|
280
283
|
height: 100dvh;
|
|
281
284
|
}
|
|
@@ -313,9 +316,6 @@
|
|
|
313
316
|
.w-\[66px\] {
|
|
314
317
|
width: 66px;
|
|
315
318
|
}
|
|
316
|
-
.w-\[309px\] {
|
|
317
|
-
width: 309px;
|
|
318
|
-
}
|
|
319
319
|
.w-\[409px\] {
|
|
320
320
|
width: 409px;
|
|
321
321
|
}
|