@texturehq/edges 2.4.5 → 2.4.7

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
@@ -5010,6 +5010,9 @@
5010
5010
  .pl-5 {
5011
5011
  padding-left: var(--spacing-5);
5012
5012
  }
5013
+ .pl-6 {
5014
+ padding-left: var(--spacing-6);
5015
+ }
5013
5016
  .pl-8 {
5014
5017
  padding-left: var(--spacing-8);
5015
5018
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "2.4.5",
3
+ "version": "2.4.7",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",