@algorithm-shift/design-system 1.2.86 → 1.2.87

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
@@ -309,6 +309,9 @@
309
309
  .inset-x-0 {
310
310
  inset-inline: calc(var(--spacing) * 0);
311
311
  }
312
+ .inset-y-0 {
313
+ inset-block: calc(var(--spacing) * 0);
314
+ }
312
315
  .-top-1 {
313
316
  top: calc(var(--spacing) * -1);
314
317
  }
@@ -378,8 +381,8 @@
378
381
  .z-\[200\] {
379
382
  z-index: 200;
380
383
  }
381
- .z-\[9999\] {
382
- z-index: 9999;
384
+ .z-\[900\] {
385
+ z-index: 900;
383
386
  }
384
387
  .col-span-12 {
385
388
  grid-column: span 12 / span 12;
@@ -1651,6 +1654,13 @@
1651
1654
  .\[--cell-size\:--spacing\(8\)\] {
1652
1655
  --cell-size: calc(var(--spacing) * 8);
1653
1656
  }
1657
+ .group-hover\:opacity-100 {
1658
+ &:is(:where(.group):hover *) {
1659
+ @media (hover: hover) {
1660
+ opacity: 100%;
1661
+ }
1662
+ }
1663
+ }
1654
1664
  .group-data-\[disabled\=true\]\:pointer-events-none {
1655
1665
  &:is(:where(.group)[data-disabled=true] *) {
1656
1666
  pointer-events: none;
@@ -1848,6 +1858,13 @@
1848
1858
  }
1849
1859
  }
1850
1860
  }
1861
+ .hover\:bg-gray-400 {
1862
+ &:hover {
1863
+ @media (hover: hover) {
1864
+ background-color: var(--color-gray-400);
1865
+ }
1866
+ }
1867
+ }
1851
1868
  .hover\:bg-neutral-600 {
1852
1869
  &:hover {
1853
1870
  @media (hover: hover) {