@proveanything/smartlinks-utils-ui 1.13.4 → 1.13.5

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.
@@ -2630,6 +2630,9 @@
2630
2630
  .z-\[2147483600\] {
2631
2631
  z-index: 2147483600;
2632
2632
  }
2633
+ .z-\[2147483646\] {
2634
+ z-index: 2147483646;
2635
+ }
2633
2636
  .z-\[2147483647\] {
2634
2637
  z-index: 2147483647;
2635
2638
  }
@@ -3201,9 +3204,6 @@
3201
3204
  .bg-background\/80 {
3202
3205
  background-color: hsl(var(--background) / 0.8);
3203
3206
  }
3204
- .bg-background\/90 {
3205
- background-color: hsl(var(--background) / 0.9);
3206
- }
3207
3207
  .bg-black\/0 {
3208
3208
  background-color: rgb(0 0 0 / 0);
3209
3209
  }
@@ -3562,6 +3562,9 @@
3562
3562
  .text-destructive {
3563
3563
  color: hsl(var(--destructive));
3564
3564
  }
3565
+ .text-destructive-foreground {
3566
+ color: hsl(var(--destructive-foreground));
3567
+ }
3565
3568
  .text-emerald-700 {
3566
3569
  --tw-text-opacity: 1;
3567
3570
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
@@ -3687,6 +3690,14 @@
3687
3690
  .outline {
3688
3691
  outline-style: solid;
3689
3692
  }
3693
+ .ring {
3694
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3695
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3696
+ box-shadow:
3697
+ var(--tw-ring-offset-shadow),
3698
+ var(--tw-ring-shadow),
3699
+ var(--tw-shadow, 0 0 #0000);
3700
+ }
3690
3701
  .ring-1 {
3691
3702
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3692
3703
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -3703,6 +3714,9 @@
3703
3714
  var(--tw-ring-shadow),
3704
3715
  var(--tw-shadow, 0 0 #0000);
3705
3716
  }
3717
+ .ring-black\/10 {
3718
+ --tw-ring-color: rgb(0 0 0 / 0.1);
3719
+ }
3706
3720
  .ring-primary {
3707
3721
  --tw-ring-color: hsl(var(--primary));
3708
3722
  }
@@ -3834,6 +3848,9 @@
3834
3848
  .hover\:bg-destructive\/10:hover {
3835
3849
  background-color: hsl(var(--destructive) / 0.1);
3836
3850
  }
3851
+ .hover\:bg-destructive\/90:hover {
3852
+ background-color: hsl(var(--destructive) / 0.9);
3853
+ }
3837
3854
  .hover\:bg-gray-100:hover {
3838
3855
  --tw-bg-opacity: 1;
3839
3856
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
@@ -4095,6 +4112,9 @@
4095
4112
  --tw-text-opacity: 1;
4096
4113
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
4097
4114
  }
4115
+ .dark\:ring-white\/20 {
4116
+ --tw-ring-color: rgb(255 255 255 / 0.2);
4117
+ }
4098
4118
  .dark\:hover\:border-blue-500:hover {
4099
4119
  --tw-border-opacity: 1;
4100
4120
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));