@proveanything/smartlinks-utils-ui 1.13.3 → 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.
@@ -116,6 +116,9 @@
116
116
  .z-\[2147483600\] {
117
117
  z-index: 2147483600;
118
118
  }
119
+ .z-\[2147483646\] {
120
+ z-index: 2147483646;
121
+ }
119
122
  .z-\[2147483647\] {
120
123
  z-index: 2147483647;
121
124
  }
@@ -687,9 +690,6 @@
687
690
  .bg-background\/80 {
688
691
  background-color: hsl(var(--background) / 0.8);
689
692
  }
690
- .bg-background\/90 {
691
- background-color: hsl(var(--background) / 0.9);
692
- }
693
693
  .bg-black\/0 {
694
694
  background-color: rgb(0 0 0 / 0);
695
695
  }
@@ -1048,6 +1048,9 @@
1048
1048
  .text-destructive {
1049
1049
  color: hsl(var(--destructive));
1050
1050
  }
1051
+ .text-destructive-foreground {
1052
+ color: hsl(var(--destructive-foreground));
1053
+ }
1051
1054
  .text-emerald-700 {
1052
1055
  --tw-text-opacity: 1;
1053
1056
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
@@ -1173,6 +1176,14 @@
1173
1176
  .outline {
1174
1177
  outline-style: solid;
1175
1178
  }
1179
+ .ring {
1180
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1181
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1182
+ box-shadow:
1183
+ var(--tw-ring-offset-shadow),
1184
+ var(--tw-ring-shadow),
1185
+ var(--tw-shadow, 0 0 #0000);
1186
+ }
1176
1187
  .ring-1 {
1177
1188
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1178
1189
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -1189,6 +1200,9 @@
1189
1200
  var(--tw-ring-shadow),
1190
1201
  var(--tw-shadow, 0 0 #0000);
1191
1202
  }
1203
+ .ring-black\/10 {
1204
+ --tw-ring-color: rgb(0 0 0 / 0.1);
1205
+ }
1192
1206
  .ring-primary {
1193
1207
  --tw-ring-color: hsl(var(--primary));
1194
1208
  }
@@ -1320,6 +1334,9 @@
1320
1334
  .hover\:bg-destructive\/10:hover {
1321
1335
  background-color: hsl(var(--destructive) / 0.1);
1322
1336
  }
1337
+ .hover\:bg-destructive\/90:hover {
1338
+ background-color: hsl(var(--destructive) / 0.9);
1339
+ }
1323
1340
  .hover\:bg-gray-100:hover {
1324
1341
  --tw-bg-opacity: 1;
1325
1342
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
@@ -1581,6 +1598,9 @@
1581
1598
  --tw-text-opacity: 1;
1582
1599
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
1583
1600
  }
1601
+ .dark\:ring-white\/20 {
1602
+ --tw-ring-color: rgb(255 255 255 / 0.2);
1603
+ }
1584
1604
  .dark\:hover\:border-blue-500:hover {
1585
1605
  --tw-border-opacity: 1;
1586
1606
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));