@proveanything/smartlinks-utils-ui 0.9.3 → 0.9.4

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
@@ -855,15 +855,26 @@
855
855
  overflow-y: auto;
856
856
  padding: 1rem;
857
857
  }
858
- .ra-confirm-root {
859
- position: fixed;
860
- inset: 0;
861
- z-index: 2147483000;
862
- display: flex;
863
- align-items: center;
864
- justify-content: center;
858
+ .ra-confirm-root,
859
+ .ra-shell.ra-confirm-root {
860
+ position: fixed !important;
861
+ inset: 0 !important;
862
+ top: 0 !important;
863
+ left: 0 !important;
864
+ right: 0 !important;
865
+ bottom: 0 !important;
866
+ width: 100vw !important;
867
+ height: 100vh !important;
868
+ z-index: 2147483000 !important;
869
+ display: flex !important;
870
+ align-items: center !important;
871
+ justify-content: center !important;
865
872
  padding: 1rem;
866
- background: transparent;
873
+ margin: 0 !important;
874
+ background: transparent !important;
875
+ float: none !important;
876
+ transform: none !important;
877
+ pointer-events: auto;
867
878
  }
868
879
  .ra-confirm-root .ra-confirm-backdrop {
869
880
  position: absolute;
@@ -1222,6 +1233,25 @@
1222
1233
  flex-direction: column;
1223
1234
  gap: 0.125rem;
1224
1235
  }
1236
+ .ra-row-menu-portal {
1237
+ position: fixed !important;
1238
+ right: auto !important;
1239
+ z-index: 1000 !important;
1240
+ margin: 0 !important;
1241
+ float: none !important;
1242
+ top: 0;
1243
+ left: 0;
1244
+ min-width: 11rem;
1245
+ padding: 0.25rem;
1246
+ border-radius: 0.5rem;
1247
+ background: hsl(var(--ra-surface));
1248
+ border: 1px solid hsl(var(--ra-border));
1249
+ box-shadow: 0 12px 28px -10px hsl(0 0% 0% / 0.25);
1250
+ display: flex;
1251
+ flex-direction: column;
1252
+ gap: 0.125rem;
1253
+ color: hsl(var(--ra-text));
1254
+ }
1225
1255
  .ra-shell .ra-row-menu-item {
1226
1256
  display: inline-flex;
1227
1257
  align-items: center;
@@ -1695,7 +1725,7 @@
1695
1725
  .ra-shell .ra-preview-reopen {
1696
1726
  position: absolute;
1697
1727
  top: 50%;
1698
- right: 0.5rem;
1728
+ right: -1.25rem;
1699
1729
  transform: translateY(-50%);
1700
1730
  z-index: 4;
1701
1731
  display: inline-flex;
@@ -1722,8 +1752,8 @@
1722
1752
  text-transform: uppercase;
1723
1753
  }
1724
1754
  .ra-shell .ra-preview-reopen:hover {
1725
- right: 0.65rem;
1726
- transform: translateY(-50%) translateX(0);
1755
+ right: -1.4rem;
1756
+ transform: translateY(-50%);
1727
1757
  filter: brightness(0.95);
1728
1758
  box-shadow: 0 2px 4px hsl(0 0% 0% / 0.10), 0 12px 24px -8px hsl(var(--ra-accent) / 0.65);
1729
1759
  }
@@ -1844,13 +1874,16 @@
1844
1874
  font-weight: 500;
1845
1875
  }
1846
1876
  .ra-saveall-overlay {
1847
- position: fixed;
1848
- inset: 0;
1849
- z-index: 100;
1877
+ position: fixed !important;
1878
+ inset: 0 !important;
1879
+ width: 100vw !important;
1880
+ height: 100vh !important;
1881
+ margin: 0 !important;
1882
+ z-index: 2147483000 !important;
1850
1883
  background: hsl(0 0% 0% / 0.45);
1851
- display: flex;
1852
- align-items: center;
1853
- justify-content: center;
1884
+ display: flex !important;
1885
+ align-items: center !important;
1886
+ justify-content: center !important;
1854
1887
  padding: 1rem;
1855
1888
  animation: ra-confirm-fade .12s ease-out;
1856
1889
  }
@@ -2560,6 +2593,9 @@
2560
2593
  .resize-none {
2561
2594
  resize: none;
2562
2595
  }
2596
+ .resize {
2597
+ resize: both;
2598
+ }
2563
2599
  .appearance-none {
2564
2600
  -webkit-appearance: none;
2565
2601
  -moz-appearance: none;