@proveanything/smartlinks-utils-ui 1.0.1 → 1.13.0

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.
@@ -47,6 +47,12 @@
47
47
  .bottom-0 {
48
48
  bottom: 0px;
49
49
  }
50
+ .bottom-1\.5 {
51
+ bottom: 0.375rem;
52
+ }
53
+ .bottom-full {
54
+ bottom: 100%;
55
+ }
50
56
  .left-0 {
51
57
  left: 0px;
52
58
  }
@@ -74,6 +80,9 @@
74
80
  .right-3 {
75
81
  right: 0.75rem;
76
82
  }
83
+ .right-4 {
84
+ right: 1rem;
85
+ }
77
86
  .top-0 {
78
87
  top: 0px;
79
88
  }
@@ -89,6 +98,9 @@
89
98
  .top-2 {
90
99
  top: 0.5rem;
91
100
  }
101
+ .top-4 {
102
+ top: 1rem;
103
+ }
92
104
  .z-10 {
93
105
  z-index: 10;
94
106
  }
@@ -104,6 +116,9 @@
104
116
  .z-\[1000\] {
105
117
  z-index: 1000;
106
118
  }
119
+ .z-\[100\] {
120
+ z-index: 100;
121
+ }
107
122
  .col-span-2 {
108
123
  grid-column: span 2 / span 2;
109
124
  }
@@ -129,6 +144,9 @@
129
144
  .-mb-px {
130
145
  margin-bottom: -1px;
131
146
  }
147
+ .-mt-0\.5 {
148
+ margin-top: -0.125rem;
149
+ }
132
150
  .mb-0\.5 {
133
151
  margin-bottom: 0.125rem;
134
152
  }
@@ -156,6 +174,9 @@
156
174
  .ml-auto {
157
175
  margin-left: auto;
158
176
  }
177
+ .mr-1 {
178
+ margin-right: 0.25rem;
179
+ }
159
180
  .mt-0\.5 {
160
181
  margin-top: 0.125rem;
161
182
  }
@@ -255,9 +276,6 @@
255
276
  .h-full {
256
277
  height: 100%;
257
278
  }
258
- .max-h-32 {
259
- max-height: 8rem;
260
- }
261
279
  .max-h-80 {
262
280
  max-height: 20rem;
263
281
  }
@@ -276,9 +294,15 @@
276
294
  .max-h-\[min\(36rem\,calc\(100vh-2rem\)\)\] {
277
295
  max-height: min(36rem, calc(100vh - 2rem));
278
296
  }
297
+ .max-h-full {
298
+ max-height: 100%;
299
+ }
279
300
  .min-h-0 {
280
301
  min-height: 0px;
281
302
  }
303
+ .min-h-\[2\.5rem\] {
304
+ min-height: 2.5rem;
305
+ }
282
306
  .w-1\.5 {
283
307
  width: 0.375rem;
284
308
  }
@@ -294,6 +318,9 @@
294
318
  .w-2\.5 {
295
319
  width: 0.625rem;
296
320
  }
321
+ .w-24 {
322
+ width: 6rem;
323
+ }
297
324
  .w-3 {
298
325
  width: 0.75rem;
299
326
  }
@@ -321,6 +348,9 @@
321
348
  .w-9 {
322
349
  width: 2.25rem;
323
350
  }
351
+ .w-\[min\(28rem\,92vw\)\] {
352
+ width: min(28rem, 92vw);
353
+ }
324
354
  .w-\[min\(28rem\,calc\(100vw-2rem\)\)\] {
325
355
  width: min(28rem, calc(100vw - 2rem));
326
356
  }
@@ -336,9 +366,15 @@
336
366
  .min-w-\[12rem\] {
337
367
  min-width: 12rem;
338
368
  }
369
+ .min-w-\[140px\] {
370
+ min-width: 140px;
371
+ }
339
372
  .min-w-\[200px\] {
340
373
  min-width: 200px;
341
374
  }
375
+ .min-w-\[8rem\] {
376
+ min-width: 8rem;
377
+ }
342
378
  .max-w-2xl {
343
379
  max-width: 42rem;
344
380
  }
@@ -536,6 +572,9 @@
536
572
  .self-start {
537
573
  align-self: flex-start;
538
574
  }
575
+ .self-center {
576
+ align-self: center;
577
+ }
539
578
  .overflow-auto {
540
579
  overflow: auto;
541
580
  }
@@ -599,6 +638,9 @@
599
638
  .border-border {
600
639
  border-color: hsl(var(--border));
601
640
  }
641
+ .border-border\/50 {
642
+ border-color: hsl(var(--border) / 0.5);
643
+ }
602
644
  .border-destructive {
603
645
  border-color: hsl(var(--destructive));
604
646
  }
@@ -620,6 +662,9 @@
620
662
  .border-primary {
621
663
  border-color: hsl(var(--primary));
622
664
  }
665
+ .border-primary\/30 {
666
+ border-color: hsl(var(--primary) / 0.3);
667
+ }
623
668
  .border-primary\/50 {
624
669
  border-color: hsl(var(--primary) / 0.5);
625
670
  }
@@ -642,9 +687,21 @@
642
687
  .bg-background\/80 {
643
688
  background-color: hsl(var(--background) / 0.8);
644
689
  }
690
+ .bg-background\/90 {
691
+ background-color: hsl(var(--background) / 0.9);
692
+ }
693
+ .bg-black\/0 {
694
+ background-color: rgb(0 0 0 / 0);
695
+ }
645
696
  .bg-black\/50 {
646
697
  background-color: rgb(0 0 0 / 0.5);
647
698
  }
699
+ .bg-black\/60 {
700
+ background-color: rgb(0 0 0 / 0.6);
701
+ }
702
+ .bg-black\/80 {
703
+ background-color: rgb(0 0 0 / 0.8);
704
+ }
648
705
  .bg-blue-100 {
649
706
  --tw-bg-opacity: 1;
650
707
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
@@ -673,9 +730,6 @@
673
730
  .bg-destructive\/5 {
674
731
  background-color: hsl(var(--destructive) / 0.05);
675
732
  }
676
- .bg-destructive\/80 {
677
- background-color: hsl(var(--destructive) / 0.8);
678
- }
679
733
  .bg-emerald-50 {
680
734
  --tw-bg-opacity: 1;
681
735
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
@@ -707,6 +761,9 @@
707
761
  .bg-muted\/30 {
708
762
  background-color: hsl(var(--muted) / 0.3);
709
763
  }
764
+ .bg-popover {
765
+ background-color: hsl(var(--popover));
766
+ }
710
767
  .bg-primary {
711
768
  background-color: hsl(var(--primary));
712
769
  }
@@ -727,6 +784,9 @@
727
784
  --tw-bg-opacity: 1;
728
785
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
729
786
  }
787
+ .bg-white\/10 {
788
+ background-color: rgb(255 255 255 / 0.1);
789
+ }
730
790
  .fill-current {
731
791
  fill: currentColor;
732
792
  }
@@ -988,9 +1048,6 @@
988
1048
  .text-destructive {
989
1049
  color: hsl(var(--destructive));
990
1050
  }
991
- .text-destructive-foreground {
992
- color: hsl(var(--destructive-foreground));
993
- }
994
1051
  .text-emerald-700 {
995
1052
  --tw-text-opacity: 1;
996
1053
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
@@ -1028,6 +1085,9 @@
1028
1085
  .text-muted-foreground\/40 {
1029
1086
  color: hsl(var(--muted-foreground) / 0.4);
1030
1087
  }
1088
+ .text-popover-foreground {
1089
+ color: hsl(var(--popover-foreground));
1090
+ }
1031
1091
  .text-primary {
1032
1092
  color: hsl(var(--primary));
1033
1093
  }
@@ -1094,6 +1154,14 @@
1094
1154
  var(--tw-ring-shadow, 0 0 #0000),
1095
1155
  var(--tw-shadow);
1096
1156
  }
1157
+ .shadow-md {
1158
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1159
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1160
+ box-shadow:
1161
+ var(--tw-ring-offset-shadow, 0 0 #0000),
1162
+ var(--tw-ring-shadow, 0 0 #0000),
1163
+ var(--tw-shadow);
1164
+ }
1097
1165
  .shadow-sm {
1098
1166
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1099
1167
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
@@ -1243,6 +1311,9 @@
1243
1311
  .hover\:bg-accent\/50:hover {
1244
1312
  background-color: hsl(var(--accent) / 0.5);
1245
1313
  }
1314
+ .hover\:bg-background:hover {
1315
+ background-color: hsl(var(--background));
1316
+ }
1246
1317
  .hover\:bg-blue-100:hover {
1247
1318
  --tw-bg-opacity: 1;
1248
1319
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
@@ -1254,9 +1325,6 @@
1254
1325
  --tw-bg-opacity: 1;
1255
1326
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
1256
1327
  }
1257
- .hover\:bg-destructive:hover {
1258
- background-color: hsl(var(--destructive));
1259
- }
1260
1328
  .hover\:bg-destructive\/10:hover {
1261
1329
  background-color: hsl(var(--destructive) / 0.1);
1262
1330
  }
@@ -1289,6 +1357,9 @@
1289
1357
  --tw-bg-opacity: 1;
1290
1358
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
1291
1359
  }
1360
+ .hover\:bg-white\/20:hover {
1361
+ background-color: rgb(255 255 255 / 0.2);
1362
+ }
1292
1363
  .hover\:text-\[hsl\(var\(--sl-control-hover-fg\)\)\]:hover {
1293
1364
  color: hsl(var(--sl-control-hover-fg));
1294
1365
  }
@@ -1398,6 +1469,9 @@
1398
1469
  .disabled\:opacity-70:disabled {
1399
1470
  opacity: 0.7;
1400
1471
  }
1472
+ .group:hover .group-hover\:bg-black\/40 {
1473
+ background-color: rgb(0 0 0 / 0.4);
1474
+ }
1401
1475
  .group:hover .group-hover\:opacity-100 {
1402
1476
  opacity: 1;
1403
1477
  }