qt-ui-kit 1.0.60 → 1.0.61

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
@@ -207,6 +207,9 @@
207
207
  }
208
208
  }
209
209
  @layer utilities {
210
+ .visible {
211
+ visibility: visible;
212
+ }
210
213
  .col-span-2 {
211
214
  grid-column: span 2 / span 2;
212
215
  }
@@ -219,6 +222,12 @@
219
222
  .mb-2 {
220
223
  margin-bottom: calc(var(--spacing) * 2);
221
224
  }
225
+ .line-clamp-1 {
226
+ overflow: hidden;
227
+ display: -webkit-box;
228
+ -webkit-box-orient: vertical;
229
+ -webkit-line-clamp: 1;
230
+ }
222
231
  .line-clamp-2 {
223
232
  overflow: hidden;
224
233
  display: -webkit-box;
@@ -258,9 +267,6 @@
258
267
  .h-\[17px\] {
259
268
  height: 17px;
260
269
  }
261
- .h-\[18px\] {
262
- height: 18px;
263
- }
264
270
  .h-\[24px\] {
265
271
  height: 24px;
266
272
  }
@@ -316,8 +322,8 @@
316
322
  .w-\[66px\] {
317
323
  width: 66px;
318
324
  }
319
- .w-\[409px\] {
320
- width: 409px;
325
+ .w-\[459px\] {
326
+ width: 459px;
321
327
  }
322
328
  .w-full {
323
329
  width: 100%;
@@ -644,9 +650,6 @@
644
650
  --tw-font-weight: var(--font-weight-normal);
645
651
  font-weight: var(--font-weight-normal);
646
652
  }
647
- .text-nowrap {
648
- text-wrap: nowrap;
649
- }
650
653
  .break-words {
651
654
  overflow-wrap: break-word;
652
655
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",