@texturehq/edges 3.2.0 → 5.0.0

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/styles.css CHANGED
@@ -2525,6 +2525,9 @@
2525
2525
  .-mt-4 {
2526
2526
  margin-top: calc(var(--spacing-4) * -1);
2527
2527
  }
2528
+ .-mt-\[9px\] {
2529
+ margin-top: calc(9px * -1);
2530
+ }
2528
2531
  .mt-0 {
2529
2532
  margin-top: var(--spacing-0);
2530
2533
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "3.2.0",
3
+ "version": "5.0.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",