@proveanything/smartlinks-utils-ui 0.12.1 → 0.12.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.
@@ -1229,6 +1229,8 @@
1229
1229
  }
1230
1230
  .ra-shell .ra-row:hover .ra-row-menu-trigger,
1231
1231
  .ra-shell .ra-card-hover:hover .ra-row-menu-trigger,
1232
+ .ra-shell .ra-item-row:hover .ra-row-menu-trigger,
1233
+ .ra-shell .ra-item-row[data-selected=true] .ra-row-menu-trigger,
1232
1234
  .ra-shell .ra-row-menu-trigger:focus-visible,
1233
1235
  .ra-shell .ra-row-menu-trigger[aria-expanded=true] {
1234
1236
  opacity: 1;
@@ -1724,6 +1726,28 @@
1724
1726
  margin: 0;
1725
1727
  padding: 0;
1726
1728
  }
1729
+ .ra-shell .ra-sibling-list .ra-row-shell {
1730
+ position: relative;
1731
+ display: flex;
1732
+ align-items: stretch;
1733
+ }
1734
+ .ra-shell .ra-sibling-list .ra-row-shell > .ra-row {
1735
+ flex: 1 1 auto;
1736
+ min-width: 0;
1737
+ }
1738
+ .ra-shell .ra-sibling-list .ra-row-shell > .ra-row-menu-wrap {
1739
+ flex: 0 0 auto;
1740
+ display: flex;
1741
+ align-items: center;
1742
+ padding-right: 0.35rem;
1743
+ opacity: 0;
1744
+ transition: opacity .12s ease;
1745
+ }
1746
+ .ra-shell .ra-sibling-list .ra-row-shell:hover > .ra-row-menu-wrap,
1747
+ .ra-shell .ra-sibling-list .ra-row-shell:focus-within > .ra-row-menu-wrap,
1748
+ .ra-shell .ra-sibling-list .ra-row-shell[data-selected=true] > .ra-row-menu-wrap {
1749
+ opacity: 1;
1750
+ }
1727
1751
  .ra-shell .ra-sibling-footer {
1728
1752
  flex-shrink: 0;
1729
1753
  padding: 0.5rem;
@@ -2636,6 +2660,9 @@
2636
2660
  .h-2\.5 {
2637
2661
  height: 0.625rem;
2638
2662
  }
2663
+ .h-24 {
2664
+ height: 6rem;
2665
+ }
2639
2666
  .h-3 {
2640
2667
  height: 0.75rem;
2641
2668
  }