@proveanything/smartlinks-utils-ui 1.13.4 → 1.13.6

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
@@ -2448,6 +2448,9 @@
2448
2448
  .z-\[2147483600\] {
2449
2449
  z-index: 2147483600;
2450
2450
  }
2451
+ .z-\[2147483646\] {
2452
+ z-index: 2147483646;
2453
+ }
2451
2454
  .z-\[2147483647\] {
2452
2455
  z-index: 2147483647;
2453
2456
  }
@@ -3019,9 +3022,6 @@
3019
3022
  .bg-background\/80 {
3020
3023
  background-color: hsl(var(--background) / 0.8);
3021
3024
  }
3022
- .bg-background\/90 {
3023
- background-color: hsl(var(--background) / 0.9);
3024
- }
3025
3025
  .bg-black\/0 {
3026
3026
  background-color: rgb(0 0 0 / 0);
3027
3027
  }
@@ -3380,6 +3380,9 @@
3380
3380
  .text-destructive {
3381
3381
  color: hsl(var(--destructive));
3382
3382
  }
3383
+ .text-destructive-foreground {
3384
+ color: hsl(var(--destructive-foreground));
3385
+ }
3383
3386
  .text-emerald-700 {
3384
3387
  --tw-text-opacity: 1;
3385
3388
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
@@ -3505,6 +3508,14 @@
3505
3508
  .outline {
3506
3509
  outline-style: solid;
3507
3510
  }
3511
+ .ring {
3512
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3513
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3514
+ box-shadow:
3515
+ var(--tw-ring-offset-shadow),
3516
+ var(--tw-ring-shadow),
3517
+ var(--tw-shadow, 0 0 #0000);
3518
+ }
3508
3519
  .ring-1 {
3509
3520
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3510
3521
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -3521,6 +3532,9 @@
3521
3532
  var(--tw-ring-shadow),
3522
3533
  var(--tw-shadow, 0 0 #0000);
3523
3534
  }
3535
+ .ring-black\/10 {
3536
+ --tw-ring-color: rgb(0 0 0 / 0.1);
3537
+ }
3524
3538
  .ring-primary {
3525
3539
  --tw-ring-color: hsl(var(--primary));
3526
3540
  }
@@ -3652,6 +3666,9 @@
3652
3666
  .hover\:bg-destructive\/10:hover {
3653
3667
  background-color: hsl(var(--destructive) / 0.1);
3654
3668
  }
3669
+ .hover\:bg-destructive\/90:hover {
3670
+ background-color: hsl(var(--destructive) / 0.9);
3671
+ }
3655
3672
  .hover\:bg-gray-100:hover {
3656
3673
  --tw-bg-opacity: 1;
3657
3674
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
@@ -3913,6 +3930,9 @@
3913
3930
  --tw-text-opacity: 1;
3914
3931
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
3915
3932
  }
3933
+ .dark\:ring-white\/20 {
3934
+ --tw-ring-color: rgb(255 255 255 / 0.2);
3935
+ }
3916
3936
  .dark\:hover\:border-blue-500:hover {
3917
3937
  --tw-border-opacity: 1;
3918
3938
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));