@algorithm-shift/design-system 1.2.981 → 1.2.982

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
@@ -716,6 +716,9 @@
716
716
  .min-h-\[32px\] {
717
717
  min-height: 32px;
718
718
  }
719
+ .min-h-\[35px\] {
720
+ min-height: 35px;
721
+ }
719
722
  .min-h-\[50px\] {
720
723
  min-height: 50px;
721
724
  }
@@ -1543,6 +1546,9 @@
1543
1546
  .px-10 {
1544
1547
  padding-inline: calc(var(--spacing) * 10);
1545
1548
  }
1549
+ .py-0 {
1550
+ padding-block: calc(var(--spacing) * 0);
1551
+ }
1546
1552
  .py-0\.5 {
1547
1553
  padding-block: calc(var(--spacing) * 0.5);
1548
1554
  }