@proveanything/smartlinks-utils-ui 0.12.12 → 0.12.14

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.
@@ -1781,6 +1781,48 @@
1781
1781
  .ra-shell .ra-sibling-list .ra-row-shell[data-selected=true] > .ra-row-menu-wrap {
1782
1782
  opacity: 1;
1783
1783
  }
1784
+ .ra-shell .ra-sibling-bucket-header {
1785
+ display: flex;
1786
+ align-items: center;
1787
+ gap: 0.375rem;
1788
+ width: 100%;
1789
+ padding: 0.4rem 0.65rem;
1790
+ background: transparent;
1791
+ border: 0;
1792
+ border-top: 1px solid hsl(var(--ra-border));
1793
+ font: inherit;
1794
+ font-size: 0.72rem;
1795
+ font-weight: 600;
1796
+ text-transform: none;
1797
+ letter-spacing: 0;
1798
+ color: hsl(var(--ra-muted-text));
1799
+ }
1800
+ .ra-shell .ra-sibling-bucket-header[data-tone=success] {
1801
+ color: hsl(var(--ra-success));
1802
+ }
1803
+ .ra-shell .ra-sibling-bucket-header[data-tone=warning] {
1804
+ color: hsl(var(--ra-warning));
1805
+ }
1806
+ .ra-shell .ra-sibling-bucket-header[data-tone=muted] {
1807
+ color: hsl(var(--ra-muted-text));
1808
+ }
1809
+ .ra-shell .ra-sibling-bucket-header[data-tone=info] {
1810
+ color: hsl(var(--ra-info));
1811
+ }
1812
+ .ra-shell .ra-sibling-bucket-header[data-tone=danger] {
1813
+ color: hsl(var(--ra-danger));
1814
+ }
1815
+ .ra-shell .ra-sibling-bucket-header:disabled {
1816
+ opacity: 1;
1817
+ }
1818
+ .ra-shell .ra-sibling-bucket-label {
1819
+ min-width: 0;
1820
+ }
1821
+ .ra-shell .ra-sibling-bucket-count {
1822
+ margin-left: auto;
1823
+ font-weight: 500;
1824
+ color: hsl(var(--ra-muted-text));
1825
+ }
1784
1826
  .ra-shell .ra-sibling-footer {
1785
1827
  flex-shrink: 0;
1786
1828
  padding: 0.5rem;
@@ -1896,12 +1938,6 @@
1896
1938
  .ra-shell .ra-row:hover .ra-row-rule-pip {
1897
1939
  opacity: 1;
1898
1940
  }
1899
- .ra-shell .ra-row[data-tone=own] .ra-row-sub {
1900
- color: hsl(var(--ra-status-own));
1901
- }
1902
- .ra-shell .ra-row[data-tone=shared] .ra-row-sub {
1903
- color: hsl(var(--ra-status-shared));
1904
- }
1905
1941
  .ra-shell .ra-row[data-selected=true] {
1906
1942
  background:
1907
1943
  linear-gradient(