@proveanything/smartlinks-utils-ui 1.13.6 → 1.13.8

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.
@@ -44,12 +44,27 @@
44
44
  left: 0px;
45
45
  right: 0px;
46
46
  }
47
+ .-bottom-1\.5 {
48
+ bottom: -0.375rem;
49
+ }
50
+ .-left-1\.5 {
51
+ left: -0.375rem;
52
+ }
53
+ .-right-1\.5 {
54
+ right: -0.375rem;
55
+ }
56
+ .-top-1\.5 {
57
+ top: -0.375rem;
58
+ }
47
59
  .bottom-0 {
48
60
  bottom: 0px;
49
61
  }
50
62
  .left-0 {
51
63
  left: 0px;
52
64
  }
65
+ .left-1 {
66
+ left: 0.25rem;
67
+ }
53
68
  .left-1\.5 {
54
69
  left: 0.375rem;
55
70
  }
@@ -83,6 +98,9 @@
83
98
  .top-0\.5 {
84
99
  top: 0.125rem;
85
100
  }
101
+ .top-1 {
102
+ top: 0.25rem;
103
+ }
86
104
  .top-1\.5 {
87
105
  top: 0.375rem;
88
106
  }
@@ -116,6 +134,9 @@
116
134
  .z-\[2147483600\] {
117
135
  z-index: 2147483600;
118
136
  }
137
+ .z-\[2147483645\] {
138
+ z-index: 2147483645;
139
+ }
119
140
  .z-\[2147483646\] {
120
141
  z-index: 2147483646;
121
142
  }
@@ -132,6 +153,10 @@
132
153
  margin-left: -0.25rem;
133
154
  margin-right: -0.25rem;
134
155
  }
156
+ .mx-1 {
157
+ margin-left: 0.25rem;
158
+ margin-right: 0.25rem;
159
+ }
135
160
  .mx-3 {
136
161
  margin-left: 0.75rem;
137
162
  margin-right: 0.75rem;
@@ -294,6 +319,9 @@
294
319
  .max-h-\[85vh\] {
295
320
  max-height: 85vh;
296
321
  }
322
+ .max-h-\[90vh\] {
323
+ max-height: 90vh;
324
+ }
297
325
  .max-h-\[min\(36rem\,calc\(100vh-2rem\)\)\] {
298
326
  max-height: min(36rem, calc(100vh - 2rem));
299
327
  }
@@ -321,6 +349,9 @@
321
349
  .w-2\.5 {
322
350
  width: 0.625rem;
323
351
  }
352
+ .w-20 {
353
+ width: 5rem;
354
+ }
324
355
  .w-24 {
325
356
  width: 6rem;
326
357
  }
@@ -360,6 +391,9 @@
360
391
  .w-full {
361
392
  width: 100%;
362
393
  }
394
+ .w-px {
395
+ width: 1px;
396
+ }
363
397
  .min-w-0 {
364
398
  min-width: 0px;
365
399
  }
@@ -381,6 +415,9 @@
381
415
  .max-w-2xl {
382
416
  max-width: 42rem;
383
417
  }
418
+ .max-w-3xl {
419
+ max-width: 48rem;
420
+ }
384
421
  .max-w-4xl {
385
422
  max-width: 56rem;
386
423
  }
@@ -459,12 +496,24 @@
459
496
  .animate-spin {
460
497
  animation: spin 1s linear infinite;
461
498
  }
499
+ .cursor-move {
500
+ cursor: move;
501
+ }
502
+ .cursor-nesw-resize {
503
+ cursor: nesw-resize;
504
+ }
462
505
  .cursor-not-allowed {
463
506
  cursor: not-allowed;
464
507
  }
508
+ .cursor-nwse-resize {
509
+ cursor: nwse-resize;
510
+ }
465
511
  .cursor-pointer {
466
512
  cursor: pointer;
467
513
  }
514
+ .touch-none {
515
+ touch-action: none;
516
+ }
468
517
  .select-none {
469
518
  -webkit-user-select: none;
470
519
  -moz-user-select: none;
@@ -607,6 +656,9 @@
607
656
  .rounded-md {
608
657
  border-radius: calc(var(--radius) - 2px);
609
658
  }
659
+ .rounded-sm {
660
+ border-radius: calc(var(--radius) - 4px);
661
+ }
610
662
  .rounded-xl {
611
663
  border-radius: 0.75rem;
612
664
  }
@@ -634,6 +686,9 @@
634
686
  .border-dashed {
635
687
  border-style: dashed;
636
688
  }
689
+ .border-background {
690
+ border-color: hsl(var(--background));
691
+ }
637
692
  .border-blue-600 {
638
693
  --tw-border-opacity: 1;
639
694
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
@@ -693,6 +748,9 @@
693
748
  .bg-black\/0 {
694
749
  background-color: rgb(0 0 0 / 0);
695
750
  }
751
+ .bg-black\/30 {
752
+ background-color: rgb(0 0 0 / 0.3);
753
+ }
696
754
  .bg-black\/50 {
697
755
  background-color: rgb(0 0 0 / 0.5);
698
756
  }
@@ -718,6 +776,9 @@
718
776
  --tw-bg-opacity: 1;
719
777
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
720
778
  }
779
+ .bg-border {
780
+ background-color: hsl(var(--border));
781
+ }
721
782
  .bg-card {
722
783
  background-color: hsl(var(--card));
723
784
  }
@@ -913,9 +974,6 @@
913
974
  .pl-1 {
914
975
  padding-left: 0.25rem;
915
976
  }
916
- .pl-7 {
917
- padding-left: 1.75rem;
918
- }
919
977
  .pl-8 {
920
978
  padding-left: 2rem;
921
979
  }