qt-ui-kit 1.0.79 → 1.0.81
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 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +468 -767
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +465 -764
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +49 -44
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
--text-xs--line-height: calc(1 / 0.75);
|
|
21
21
|
--text-sm: 0.875rem;
|
|
22
22
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
23
|
-
--font-weight-normal: 400;
|
|
24
23
|
--font-weight-medium: 500;
|
|
25
24
|
--font-weight-semibold: 600;
|
|
26
25
|
--font-weight-bold: 700;
|
|
@@ -45,6 +44,7 @@
|
|
|
45
44
|
--color-qtpurple-300: #D8D7FF;
|
|
46
45
|
--color-qtpurple-200: #EFEEFF;
|
|
47
46
|
--color-qtpurple-500: #6558FD;
|
|
47
|
+
--color-qtpurple-600: #4F3ED0;
|
|
48
48
|
--color-qtpurple-800: #4D4273;
|
|
49
49
|
--color-qtgreen-300: #D2F8B6;
|
|
50
50
|
--color-qtgreen-200: #E8FE99;
|
|
@@ -220,42 +220,42 @@
|
|
|
220
220
|
.relative {
|
|
221
221
|
position: relative;
|
|
222
222
|
}
|
|
223
|
+
.-top-2 {
|
|
224
|
+
top: calc(var(--spacing) * -2);
|
|
225
|
+
}
|
|
223
226
|
.top-0 {
|
|
224
227
|
top: calc(var(--spacing) * 0);
|
|
225
228
|
}
|
|
226
229
|
.top-1\/2 {
|
|
227
230
|
top: calc(1/2 * 100%);
|
|
228
231
|
}
|
|
229
|
-
.top
|
|
230
|
-
top:
|
|
231
|
-
}
|
|
232
|
-
.right-0 {
|
|
233
|
-
right: calc(var(--spacing) * 0);
|
|
232
|
+
.top-\[140\%\] {
|
|
233
|
+
top: 140%;
|
|
234
234
|
}
|
|
235
235
|
.right-\[-6px\] {
|
|
236
236
|
right: -6px;
|
|
237
237
|
}
|
|
238
|
+
.right-\[56\%\] {
|
|
239
|
+
right: 56%;
|
|
240
|
+
}
|
|
238
241
|
.bottom-0 {
|
|
239
242
|
bottom: calc(var(--spacing) * 0);
|
|
240
243
|
}
|
|
241
244
|
.left-1\/2 {
|
|
242
245
|
left: calc(1/2 * 100%);
|
|
243
246
|
}
|
|
247
|
+
.left-22 {
|
|
248
|
+
left: calc(var(--spacing) * 22);
|
|
249
|
+
}
|
|
244
250
|
.left-\[-6px\] {
|
|
245
251
|
left: -6px;
|
|
246
252
|
}
|
|
247
|
-
.left-full {
|
|
248
|
-
left: 100%;
|
|
249
|
-
}
|
|
250
253
|
.z-0 {
|
|
251
254
|
z-index: 0;
|
|
252
255
|
}
|
|
253
256
|
.z-10 {
|
|
254
257
|
z-index: 10;
|
|
255
258
|
}
|
|
256
|
-
.z-50 {
|
|
257
|
-
z-index: 50;
|
|
258
|
-
}
|
|
259
259
|
.col-span-2 {
|
|
260
260
|
grid-column: span 2 / span 2;
|
|
261
261
|
}
|
|
@@ -268,9 +268,6 @@
|
|
|
268
268
|
.mb-2 {
|
|
269
269
|
margin-bottom: calc(var(--spacing) * 2);
|
|
270
270
|
}
|
|
271
|
-
.ml-2 {
|
|
272
|
-
margin-left: calc(var(--spacing) * 2);
|
|
273
|
-
}
|
|
274
271
|
.line-clamp-1 {
|
|
275
272
|
overflow: hidden;
|
|
276
273
|
display: -webkit-box;
|
|
@@ -289,12 +286,6 @@
|
|
|
289
286
|
-webkit-box-orient: vertical;
|
|
290
287
|
-webkit-line-clamp: 3;
|
|
291
288
|
}
|
|
292
|
-
.line-clamp-4 {
|
|
293
|
-
overflow: hidden;
|
|
294
|
-
display: -webkit-box;
|
|
295
|
-
-webkit-box-orient: vertical;
|
|
296
|
-
-webkit-line-clamp: 4;
|
|
297
|
-
}
|
|
298
289
|
.line-clamp-5 {
|
|
299
290
|
overflow: hidden;
|
|
300
291
|
display: -webkit-box;
|
|
@@ -322,6 +313,9 @@
|
|
|
322
313
|
.h-4 {
|
|
323
314
|
height: calc(var(--spacing) * 4);
|
|
324
315
|
}
|
|
316
|
+
.h-6 {
|
|
317
|
+
height: calc(var(--spacing) * 6);
|
|
318
|
+
}
|
|
325
319
|
.h-\[17px\] {
|
|
326
320
|
height: 17px;
|
|
327
321
|
}
|
|
@@ -389,6 +383,9 @@
|
|
|
389
383
|
.w-\[66px\] {
|
|
390
384
|
width: 66px;
|
|
391
385
|
}
|
|
386
|
+
.w-\[100px\] {
|
|
387
|
+
width: 100px;
|
|
388
|
+
}
|
|
392
389
|
.w-\[409px\] {
|
|
393
390
|
width: 409px;
|
|
394
391
|
}
|
|
@@ -472,6 +469,9 @@
|
|
|
472
469
|
.flex-col-reverse {
|
|
473
470
|
flex-direction: column-reverse;
|
|
474
471
|
}
|
|
472
|
+
.flex-nowrap {
|
|
473
|
+
flex-wrap: nowrap;
|
|
474
|
+
}
|
|
475
475
|
.flex-wrap {
|
|
476
476
|
flex-wrap: wrap;
|
|
477
477
|
}
|
|
@@ -499,6 +499,9 @@
|
|
|
499
499
|
.gap-4 {
|
|
500
500
|
gap: calc(var(--spacing) * 4);
|
|
501
501
|
}
|
|
502
|
+
.gap-6 {
|
|
503
|
+
gap: calc(var(--spacing) * 6);
|
|
504
|
+
}
|
|
502
505
|
.gap-8 {
|
|
503
506
|
gap: calc(var(--spacing) * 8);
|
|
504
507
|
}
|
|
@@ -575,6 +578,10 @@
|
|
|
575
578
|
border-style: var(--tw-border-style);
|
|
576
579
|
border-width: 2px;
|
|
577
580
|
}
|
|
581
|
+
.border-\[1\.5px\] {
|
|
582
|
+
border-style: var(--tw-border-style);
|
|
583
|
+
border-width: 1.5px;
|
|
584
|
+
}
|
|
578
585
|
.border-\[2px\] {
|
|
579
586
|
border-style: var(--tw-border-style);
|
|
580
587
|
border-width: 2px;
|
|
@@ -613,6 +620,9 @@
|
|
|
613
620
|
.border-qtneutral-500 {
|
|
614
621
|
border-color: var(--color-qtneutral-500);
|
|
615
622
|
}
|
|
623
|
+
.border-qtneutral-700 {
|
|
624
|
+
border-color: var(--color-qtneutral-700);
|
|
625
|
+
}
|
|
616
626
|
.border-qtorange-300 {
|
|
617
627
|
border-color: var(--color-qtorange-300);
|
|
618
628
|
}
|
|
@@ -637,9 +647,6 @@
|
|
|
637
647
|
.bg-gray-100 {
|
|
638
648
|
background-color: var(--color-gray-100);
|
|
639
649
|
}
|
|
640
|
-
.bg-neutral-6 {
|
|
641
|
-
background-color: var(--color-neutral-6);
|
|
642
|
-
}
|
|
643
650
|
.bg-qtgreen-50 {
|
|
644
651
|
background-color: var(--color-qtgreen-50);
|
|
645
652
|
}
|
|
@@ -744,17 +751,6 @@
|
|
|
744
751
|
.text-\[9px\] {
|
|
745
752
|
font-size: 9px;
|
|
746
753
|
}
|
|
747
|
-
.text-\[14px\] {
|
|
748
|
-
font-size: 14px;
|
|
749
|
-
}
|
|
750
|
-
.leading-\[120\%\] {
|
|
751
|
-
--tw-leading: 120%;
|
|
752
|
-
line-height: 120%;
|
|
753
|
-
}
|
|
754
|
-
.leading-\[130\%\] {
|
|
755
|
-
--tw-leading: 130%;
|
|
756
|
-
line-height: 130%;
|
|
757
|
-
}
|
|
758
754
|
.font-bold {
|
|
759
755
|
--tw-font-weight: var(--font-weight-bold);
|
|
760
756
|
font-weight: var(--font-weight-bold);
|
|
@@ -763,10 +759,6 @@
|
|
|
763
759
|
--tw-font-weight: var(--font-weight-medium);
|
|
764
760
|
font-weight: var(--font-weight-medium);
|
|
765
761
|
}
|
|
766
|
-
.font-normal {
|
|
767
|
-
--tw-font-weight: var(--font-weight-normal);
|
|
768
|
-
font-weight: var(--font-weight-normal);
|
|
769
|
-
}
|
|
770
762
|
.font-semibold {
|
|
771
763
|
--tw-font-weight: var(--font-weight-semibold);
|
|
772
764
|
font-weight: var(--font-weight-semibold);
|
|
@@ -823,6 +815,9 @@
|
|
|
823
815
|
.text-qtpurple-500 {
|
|
824
816
|
color: var(--color-qtpurple-500);
|
|
825
817
|
}
|
|
818
|
+
.text-qtpurple-600 {
|
|
819
|
+
color: var(--color-qtpurple-600);
|
|
820
|
+
}
|
|
826
821
|
.text-white {
|
|
827
822
|
color: var(--color-white);
|
|
828
823
|
}
|
|
@@ -891,6 +886,13 @@
|
|
|
891
886
|
}
|
|
892
887
|
}
|
|
893
888
|
}
|
|
889
|
+
.hover\:bg-white {
|
|
890
|
+
&:hover {
|
|
891
|
+
@media (hover: hover) {
|
|
892
|
+
background-color: var(--color-white);
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
}
|
|
894
896
|
.hover\:text-qtpurple-500 {
|
|
895
897
|
&:hover {
|
|
896
898
|
@media (hover: hover) {
|
|
@@ -911,6 +913,14 @@
|
|
|
911
913
|
:root {
|
|
912
914
|
--font-sans: 'Inter', sans-serif;
|
|
913
915
|
}
|
|
916
|
+
.category-badge-text {
|
|
917
|
+
font-family: Inter;
|
|
918
|
+
font-weight: 600;
|
|
919
|
+
font-style: Semi Bold;
|
|
920
|
+
font-size: 12px;
|
|
921
|
+
line-height: 120%;
|
|
922
|
+
letter-spacing: 1%;
|
|
923
|
+
}
|
|
914
924
|
.label-2 {
|
|
915
925
|
font-family: Inter;
|
|
916
926
|
font-weight: 500;
|
|
@@ -1102,10 +1112,6 @@
|
|
|
1102
1112
|
inherits: false;
|
|
1103
1113
|
initial-value: solid;
|
|
1104
1114
|
}
|
|
1105
|
-
@property --tw-leading {
|
|
1106
|
-
syntax: "*";
|
|
1107
|
-
inherits: false;
|
|
1108
|
-
}
|
|
1109
1115
|
@property --tw-font-weight {
|
|
1110
1116
|
syntax: "*";
|
|
1111
1117
|
inherits: false;
|
|
@@ -1245,7 +1251,6 @@
|
|
|
1245
1251
|
--tw-skew-y: initial;
|
|
1246
1252
|
--tw-space-y-reverse: 0;
|
|
1247
1253
|
--tw-border-style: solid;
|
|
1248
|
-
--tw-leading: initial;
|
|
1249
1254
|
--tw-font-weight: initial;
|
|
1250
1255
|
--tw-tracking: initial;
|
|
1251
1256
|
--tw-shadow: 0 0 #0000;
|