@proveanything/smartlinks-utils-ui 0.12.4 → 0.12.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
@@ -1220,7 +1220,7 @@
1220
1220
  border-radius: 0.35rem;
1221
1221
  background: transparent;
1222
1222
  color: hsl(var(--ra-muted-text));
1223
- opacity: 0;
1223
+ opacity: 0.72;
1224
1224
  transition:
1225
1225
  opacity .15s ease,
1226
1226
  background .15s ease,
@@ -1740,7 +1740,7 @@
1740
1740
  display: flex;
1741
1741
  align-items: center;
1742
1742
  padding-right: 0.35rem;
1743
- opacity: 0;
1743
+ opacity: 1;
1744
1744
  transition: opacity .12s ease;
1745
1745
  }
1746
1746
  .ra-shell .ra-sibling-list .ra-row-shell:hover > .ra-row-menu-wrap,
@@ -2360,6 +2360,9 @@
2360
2360
  .z-50 {
2361
2361
  z-index: 50;
2362
2362
  }
2363
+ .z-\[1000\] {
2364
+ z-index: 1000;
2365
+ }
2363
2366
  .col-span-2 {
2364
2367
  grid-column: span 2 / span 2;
2365
2368
  }
@@ -2391,6 +2394,9 @@
2391
2394
  .mb-1 {
2392
2395
  margin-bottom: 0.25rem;
2393
2396
  }
2397
+ .mb-1\.5 {
2398
+ margin-bottom: 0.375rem;
2399
+ }
2394
2400
  .mb-2 {
2395
2401
  margin-bottom: 0.5rem;
2396
2402
  }
@@ -2526,6 +2532,9 @@
2526
2532
  .max-h-\[85vh\] {
2527
2533
  max-height: 85vh;
2528
2534
  }
2535
+ .max-h-\[min\(36rem\,calc\(100vh-2rem\)\)\] {
2536
+ max-height: min(36rem, calc(100vh - 2rem));
2537
+ }
2529
2538
  .min-h-0 {
2530
2539
  min-height: 0px;
2531
2540
  }
@@ -2571,6 +2580,9 @@
2571
2580
  .w-9 {
2572
2581
  width: 2.25rem;
2573
2582
  }
2583
+ .w-\[min\(28rem\,calc\(100vw-2rem\)\)\] {
2584
+ width: min(28rem, calc(100vw - 2rem));
2585
+ }
2574
2586
  .w-full {
2575
2587
  width: 100%;
2576
2588
  }
@@ -2734,6 +2746,9 @@
2734
2746
  .gap-2 {
2735
2747
  gap: 0.5rem;
2736
2748
  }
2749
+ .gap-2\.5 {
2750
+ gap: 0.625rem;
2751
+ }
2737
2752
  .gap-3 {
2738
2753
  gap: 0.75rem;
2739
2754
  }