@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.
@@ -2558,12 +2558,27 @@
2558
2558
  left: 0px;
2559
2559
  right: 0px;
2560
2560
  }
2561
+ .-bottom-1\.5 {
2562
+ bottom: -0.375rem;
2563
+ }
2564
+ .-left-1\.5 {
2565
+ left: -0.375rem;
2566
+ }
2567
+ .-right-1\.5 {
2568
+ right: -0.375rem;
2569
+ }
2570
+ .-top-1\.5 {
2571
+ top: -0.375rem;
2572
+ }
2561
2573
  .bottom-0 {
2562
2574
  bottom: 0px;
2563
2575
  }
2564
2576
  .left-0 {
2565
2577
  left: 0px;
2566
2578
  }
2579
+ .left-1 {
2580
+ left: 0.25rem;
2581
+ }
2567
2582
  .left-1\.5 {
2568
2583
  left: 0.375rem;
2569
2584
  }
@@ -2597,6 +2612,9 @@
2597
2612
  .top-0\.5 {
2598
2613
  top: 0.125rem;
2599
2614
  }
2615
+ .top-1 {
2616
+ top: 0.25rem;
2617
+ }
2600
2618
  .top-1\.5 {
2601
2619
  top: 0.375rem;
2602
2620
  }
@@ -2630,6 +2648,9 @@
2630
2648
  .z-\[2147483600\] {
2631
2649
  z-index: 2147483600;
2632
2650
  }
2651
+ .z-\[2147483645\] {
2652
+ z-index: 2147483645;
2653
+ }
2633
2654
  .z-\[2147483646\] {
2634
2655
  z-index: 2147483646;
2635
2656
  }
@@ -2646,6 +2667,10 @@
2646
2667
  margin-left: -0.25rem;
2647
2668
  margin-right: -0.25rem;
2648
2669
  }
2670
+ .mx-1 {
2671
+ margin-left: 0.25rem;
2672
+ margin-right: 0.25rem;
2673
+ }
2649
2674
  .mx-3 {
2650
2675
  margin-left: 0.75rem;
2651
2676
  margin-right: 0.75rem;
@@ -2808,6 +2833,9 @@
2808
2833
  .max-h-\[85vh\] {
2809
2834
  max-height: 85vh;
2810
2835
  }
2836
+ .max-h-\[90vh\] {
2837
+ max-height: 90vh;
2838
+ }
2811
2839
  .max-h-\[min\(36rem\,calc\(100vh-2rem\)\)\] {
2812
2840
  max-height: min(36rem, calc(100vh - 2rem));
2813
2841
  }
@@ -2835,6 +2863,9 @@
2835
2863
  .w-2\.5 {
2836
2864
  width: 0.625rem;
2837
2865
  }
2866
+ .w-20 {
2867
+ width: 5rem;
2868
+ }
2838
2869
  .w-24 {
2839
2870
  width: 6rem;
2840
2871
  }
@@ -2874,6 +2905,9 @@
2874
2905
  .w-full {
2875
2906
  width: 100%;
2876
2907
  }
2908
+ .w-px {
2909
+ width: 1px;
2910
+ }
2877
2911
  .min-w-0 {
2878
2912
  min-width: 0px;
2879
2913
  }
@@ -2895,6 +2929,9 @@
2895
2929
  .max-w-2xl {
2896
2930
  max-width: 42rem;
2897
2931
  }
2932
+ .max-w-3xl {
2933
+ max-width: 48rem;
2934
+ }
2898
2935
  .max-w-4xl {
2899
2936
  max-width: 56rem;
2900
2937
  }
@@ -2973,12 +3010,24 @@
2973
3010
  .animate-spin {
2974
3011
  animation: spin 1s linear infinite;
2975
3012
  }
3013
+ .cursor-move {
3014
+ cursor: move;
3015
+ }
3016
+ .cursor-nesw-resize {
3017
+ cursor: nesw-resize;
3018
+ }
2976
3019
  .cursor-not-allowed {
2977
3020
  cursor: not-allowed;
2978
3021
  }
3022
+ .cursor-nwse-resize {
3023
+ cursor: nwse-resize;
3024
+ }
2979
3025
  .cursor-pointer {
2980
3026
  cursor: pointer;
2981
3027
  }
3028
+ .touch-none {
3029
+ touch-action: none;
3030
+ }
2982
3031
  .select-none {
2983
3032
  -webkit-user-select: none;
2984
3033
  -moz-user-select: none;
@@ -3121,6 +3170,9 @@
3121
3170
  .rounded-md {
3122
3171
  border-radius: calc(var(--radius) - 2px);
3123
3172
  }
3173
+ .rounded-sm {
3174
+ border-radius: calc(var(--radius) - 4px);
3175
+ }
3124
3176
  .rounded-xl {
3125
3177
  border-radius: 0.75rem;
3126
3178
  }
@@ -3148,6 +3200,9 @@
3148
3200
  .border-dashed {
3149
3201
  border-style: dashed;
3150
3202
  }
3203
+ .border-background {
3204
+ border-color: hsl(var(--background));
3205
+ }
3151
3206
  .border-blue-600 {
3152
3207
  --tw-border-opacity: 1;
3153
3208
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
@@ -3207,6 +3262,9 @@
3207
3262
  .bg-black\/0 {
3208
3263
  background-color: rgb(0 0 0 / 0);
3209
3264
  }
3265
+ .bg-black\/30 {
3266
+ background-color: rgb(0 0 0 / 0.3);
3267
+ }
3210
3268
  .bg-black\/50 {
3211
3269
  background-color: rgb(0 0 0 / 0.5);
3212
3270
  }
@@ -3232,6 +3290,9 @@
3232
3290
  --tw-bg-opacity: 1;
3233
3291
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
3234
3292
  }
3293
+ .bg-border {
3294
+ background-color: hsl(var(--border));
3295
+ }
3235
3296
  .bg-card {
3236
3297
  background-color: hsl(var(--card));
3237
3298
  }
@@ -3427,9 +3488,6 @@
3427
3488
  .pl-1 {
3428
3489
  padding-left: 0.25rem;
3429
3490
  }
3430
- .pl-7 {
3431
- padding-left: 1.75rem;
3432
- }
3433
3491
  .pl-8 {
3434
3492
  padding-left: 2rem;
3435
3493
  }