@algorithm-shift/design-system 1.2.985 → 1.2.986

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
@@ -1645,6 +1645,9 @@
1645
1645
  .align-middle {
1646
1646
  vertical-align: middle;
1647
1647
  }
1648
+ .align-top {
1649
+ vertical-align: top;
1650
+ }
1648
1651
  .text-3xl {
1649
1652
  font-size: var(--text-3xl);
1650
1653
  line-height: var(--tw-leading, var(--text-3xl--line-height));
@@ -1726,6 +1729,9 @@
1726
1729
  --tw-tracking: var(--tracking-widest);
1727
1730
  letter-spacing: var(--tracking-widest);
1728
1731
  }
1732
+ .break-words {
1733
+ overflow-wrap: break-word;
1734
+ }
1729
1735
  .whitespace-normal {
1730
1736
  white-space: normal;
1731
1737
  }