@proveanything/smartlinks-utils-ui 1.0.0 → 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.
package/dist/index.css CHANGED
@@ -2379,6 +2379,12 @@
2379
2379
  .bottom-0 {
2380
2380
  bottom: 0px;
2381
2381
  }
2382
+ .bottom-1\.5 {
2383
+ bottom: 0.375rem;
2384
+ }
2385
+ .bottom-full {
2386
+ bottom: 100%;
2387
+ }
2382
2388
  .left-0 {
2383
2389
  left: 0px;
2384
2390
  }
@@ -2406,6 +2412,9 @@
2406
2412
  .right-3 {
2407
2413
  right: 0.75rem;
2408
2414
  }
2415
+ .right-4 {
2416
+ right: 1rem;
2417
+ }
2409
2418
  .top-0 {
2410
2419
  top: 0px;
2411
2420
  }
@@ -2421,6 +2430,9 @@
2421
2430
  .top-2 {
2422
2431
  top: 0.5rem;
2423
2432
  }
2433
+ .top-4 {
2434
+ top: 1rem;
2435
+ }
2424
2436
  .z-10 {
2425
2437
  z-index: 10;
2426
2438
  }
@@ -2436,6 +2448,9 @@
2436
2448
  .z-\[1000\] {
2437
2449
  z-index: 1000;
2438
2450
  }
2451
+ .z-\[100\] {
2452
+ z-index: 100;
2453
+ }
2439
2454
  .col-span-2 {
2440
2455
  grid-column: span 2 / span 2;
2441
2456
  }
@@ -2461,6 +2476,9 @@
2461
2476
  .-mb-px {
2462
2477
  margin-bottom: -1px;
2463
2478
  }
2479
+ .-mt-0\.5 {
2480
+ margin-top: -0.125rem;
2481
+ }
2464
2482
  .mb-0\.5 {
2465
2483
  margin-bottom: 0.125rem;
2466
2484
  }
@@ -2488,6 +2506,9 @@
2488
2506
  .ml-auto {
2489
2507
  margin-left: auto;
2490
2508
  }
2509
+ .mr-1 {
2510
+ margin-right: 0.25rem;
2511
+ }
2491
2512
  .mt-0\.5 {
2492
2513
  margin-top: 0.125rem;
2493
2514
  }
@@ -2587,9 +2608,6 @@
2587
2608
  .h-full {
2588
2609
  height: 100%;
2589
2610
  }
2590
- .max-h-32 {
2591
- max-height: 8rem;
2592
- }
2593
2611
  .max-h-80 {
2594
2612
  max-height: 20rem;
2595
2613
  }
@@ -2608,9 +2626,15 @@
2608
2626
  .max-h-\[min\(36rem\,calc\(100vh-2rem\)\)\] {
2609
2627
  max-height: min(36rem, calc(100vh - 2rem));
2610
2628
  }
2629
+ .max-h-full {
2630
+ max-height: 100%;
2631
+ }
2611
2632
  .min-h-0 {
2612
2633
  min-height: 0px;
2613
2634
  }
2635
+ .min-h-\[2\.5rem\] {
2636
+ min-height: 2.5rem;
2637
+ }
2614
2638
  .w-1\.5 {
2615
2639
  width: 0.375rem;
2616
2640
  }
@@ -2626,6 +2650,9 @@
2626
2650
  .w-2\.5 {
2627
2651
  width: 0.625rem;
2628
2652
  }
2653
+ .w-24 {
2654
+ width: 6rem;
2655
+ }
2629
2656
  .w-3 {
2630
2657
  width: 0.75rem;
2631
2658
  }
@@ -2653,6 +2680,9 @@
2653
2680
  .w-9 {
2654
2681
  width: 2.25rem;
2655
2682
  }
2683
+ .w-\[min\(28rem\,92vw\)\] {
2684
+ width: min(28rem, 92vw);
2685
+ }
2656
2686
  .w-\[min\(28rem\,calc\(100vw-2rem\)\)\] {
2657
2687
  width: min(28rem, calc(100vw - 2rem));
2658
2688
  }
@@ -2668,9 +2698,15 @@
2668
2698
  .min-w-\[12rem\] {
2669
2699
  min-width: 12rem;
2670
2700
  }
2701
+ .min-w-\[140px\] {
2702
+ min-width: 140px;
2703
+ }
2671
2704
  .min-w-\[200px\] {
2672
2705
  min-width: 200px;
2673
2706
  }
2707
+ .min-w-\[8rem\] {
2708
+ min-width: 8rem;
2709
+ }
2674
2710
  .max-w-2xl {
2675
2711
  max-width: 42rem;
2676
2712
  }
@@ -2868,6 +2904,9 @@
2868
2904
  .self-start {
2869
2905
  align-self: flex-start;
2870
2906
  }
2907
+ .self-center {
2908
+ align-self: center;
2909
+ }
2871
2910
  .overflow-auto {
2872
2911
  overflow: auto;
2873
2912
  }
@@ -2931,6 +2970,9 @@
2931
2970
  .border-border {
2932
2971
  border-color: hsl(var(--border));
2933
2972
  }
2973
+ .border-border\/50 {
2974
+ border-color: hsl(var(--border) / 0.5);
2975
+ }
2934
2976
  .border-destructive {
2935
2977
  border-color: hsl(var(--destructive));
2936
2978
  }
@@ -2952,6 +2994,9 @@
2952
2994
  .border-primary {
2953
2995
  border-color: hsl(var(--primary));
2954
2996
  }
2997
+ .border-primary\/30 {
2998
+ border-color: hsl(var(--primary) / 0.3);
2999
+ }
2955
3000
  .border-primary\/50 {
2956
3001
  border-color: hsl(var(--primary) / 0.5);
2957
3002
  }
@@ -2974,9 +3019,21 @@
2974
3019
  .bg-background\/80 {
2975
3020
  background-color: hsl(var(--background) / 0.8);
2976
3021
  }
3022
+ .bg-background\/90 {
3023
+ background-color: hsl(var(--background) / 0.9);
3024
+ }
3025
+ .bg-black\/0 {
3026
+ background-color: rgb(0 0 0 / 0);
3027
+ }
2977
3028
  .bg-black\/50 {
2978
3029
  background-color: rgb(0 0 0 / 0.5);
2979
3030
  }
3031
+ .bg-black\/60 {
3032
+ background-color: rgb(0 0 0 / 0.6);
3033
+ }
3034
+ .bg-black\/80 {
3035
+ background-color: rgb(0 0 0 / 0.8);
3036
+ }
2980
3037
  .bg-blue-100 {
2981
3038
  --tw-bg-opacity: 1;
2982
3039
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
@@ -3005,9 +3062,6 @@
3005
3062
  .bg-destructive\/5 {
3006
3063
  background-color: hsl(var(--destructive) / 0.05);
3007
3064
  }
3008
- .bg-destructive\/80 {
3009
- background-color: hsl(var(--destructive) / 0.8);
3010
- }
3011
3065
  .bg-emerald-50 {
3012
3066
  --tw-bg-opacity: 1;
3013
3067
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
@@ -3039,6 +3093,9 @@
3039
3093
  .bg-muted\/30 {
3040
3094
  background-color: hsl(var(--muted) / 0.3);
3041
3095
  }
3096
+ .bg-popover {
3097
+ background-color: hsl(var(--popover));
3098
+ }
3042
3099
  .bg-primary {
3043
3100
  background-color: hsl(var(--primary));
3044
3101
  }
@@ -3059,6 +3116,9 @@
3059
3116
  --tw-bg-opacity: 1;
3060
3117
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
3061
3118
  }
3119
+ .bg-white\/10 {
3120
+ background-color: rgb(255 255 255 / 0.1);
3121
+ }
3062
3122
  .fill-current {
3063
3123
  fill: currentColor;
3064
3124
  }
@@ -3320,9 +3380,6 @@
3320
3380
  .text-destructive {
3321
3381
  color: hsl(var(--destructive));
3322
3382
  }
3323
- .text-destructive-foreground {
3324
- color: hsl(var(--destructive-foreground));
3325
- }
3326
3383
  .text-emerald-700 {
3327
3384
  --tw-text-opacity: 1;
3328
3385
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
@@ -3360,6 +3417,9 @@
3360
3417
  .text-muted-foreground\/40 {
3361
3418
  color: hsl(var(--muted-foreground) / 0.4);
3362
3419
  }
3420
+ .text-popover-foreground {
3421
+ color: hsl(var(--popover-foreground));
3422
+ }
3363
3423
  .text-primary {
3364
3424
  color: hsl(var(--primary));
3365
3425
  }
@@ -3426,6 +3486,14 @@
3426
3486
  var(--tw-ring-shadow, 0 0 #0000),
3427
3487
  var(--tw-shadow);
3428
3488
  }
3489
+ .shadow-md {
3490
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
3491
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
3492
+ box-shadow:
3493
+ var(--tw-ring-offset-shadow, 0 0 #0000),
3494
+ var(--tw-ring-shadow, 0 0 #0000),
3495
+ var(--tw-shadow);
3496
+ }
3429
3497
  .shadow-sm {
3430
3498
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
3431
3499
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
@@ -3575,6 +3643,9 @@
3575
3643
  .hover\:bg-accent\/50:hover {
3576
3644
  background-color: hsl(var(--accent) / 0.5);
3577
3645
  }
3646
+ .hover\:bg-background:hover {
3647
+ background-color: hsl(var(--background));
3648
+ }
3578
3649
  .hover\:bg-blue-100:hover {
3579
3650
  --tw-bg-opacity: 1;
3580
3651
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
@@ -3586,9 +3657,6 @@
3586
3657
  --tw-bg-opacity: 1;
3587
3658
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
3588
3659
  }
3589
- .hover\:bg-destructive:hover {
3590
- background-color: hsl(var(--destructive));
3591
- }
3592
3660
  .hover\:bg-destructive\/10:hover {
3593
3661
  background-color: hsl(var(--destructive) / 0.1);
3594
3662
  }
@@ -3607,6 +3675,9 @@
3607
3675
  .hover\:bg-muted:hover {
3608
3676
  background-color: hsl(var(--muted));
3609
3677
  }
3678
+ .hover\:bg-muted\/70:hover {
3679
+ background-color: hsl(var(--muted) / 0.7);
3680
+ }
3610
3681
  .hover\:bg-primary\/90:hover {
3611
3682
  background-color: hsl(var(--primary) / 0.9);
3612
3683
  }
@@ -3618,6 +3689,9 @@
3618
3689
  --tw-bg-opacity: 1;
3619
3690
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
3620
3691
  }
3692
+ .hover\:bg-white\/20:hover {
3693
+ background-color: rgb(255 255 255 / 0.2);
3694
+ }
3621
3695
  .hover\:text-\[hsl\(var\(--sl-control-hover-fg\)\)\]:hover {
3622
3696
  color: hsl(var(--sl-control-hover-fg));
3623
3697
  }
@@ -3727,6 +3801,9 @@
3727
3801
  .disabled\:opacity-70:disabled {
3728
3802
  opacity: 0.7;
3729
3803
  }
3804
+ .group:hover .group-hover\:bg-black\/40 {
3805
+ background-color: rgb(0 0 0 / 0.4);
3806
+ }
3730
3807
  .group:hover .group-hover\:opacity-100 {
3731
3808
  opacity: 1;
3732
3809
  }