@proveanything/smartlinks-utils-ui 0.11.11 → 0.12.2

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.
@@ -312,6 +312,9 @@
312
312
  .min-w-0 {
313
313
  min-width: 0px;
314
314
  }
315
+ .min-w-\[10rem\] {
316
+ min-width: 10rem;
317
+ }
315
318
  .min-w-\[12rem\] {
316
319
  min-width: 12rem;
317
320
  }
@@ -918,6 +921,9 @@
918
921
  .italic {
919
922
  font-style: italic;
920
923
  }
924
+ .leading-tight {
925
+ line-height: 1.25;
926
+ }
921
927
  .tracking-wide {
922
928
  letter-spacing: 0.025em;
923
929
  }
@@ -3899,6 +3905,35 @@
3899
3905
  transform: rotate(360deg);
3900
3906
  }
3901
3907
  }
3908
+ .ra-history-block {
3909
+ margin-left: 0.75rem;
3910
+ border-left: 2px solid hsl(var(--ra-border));
3911
+ padding: 0.15rem 0 0.25rem 0.5rem;
3912
+ }
3913
+ .ra-history-rows {
3914
+ list-style: none;
3915
+ margin: 0;
3916
+ padding: 0;
3917
+ }
3918
+ .ra-history-row {
3919
+ opacity: 0.65;
3920
+ }
3921
+ .ra-history-row:hover {
3922
+ opacity: 0.9;
3923
+ }
3924
+ .ra-history-disclosure {
3925
+ background: transparent;
3926
+ border: 0;
3927
+ cursor: pointer;
3928
+ font-size: 0.7rem;
3929
+ color: hsl(var(--ra-muted-text));
3930
+ padding: 0.25rem 0.5rem;
3931
+ text-align: left;
3932
+ }
3933
+ .ra-history-disclosure:hover {
3934
+ color: hsl(var(--ra-text));
3935
+ text-decoration: underline;
3936
+ }
3902
3937
  .sl-ui-records-admin-styles-loaded {
3903
3938
  --sl-ui-records-admin-styles: loaded;
3904
3939
  }