@proveanything/smartlinks-utils-ui 0.12.4 → 0.12.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.
package/dist/index.css CHANGED
@@ -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
  }