@texturehq/edges 1.6.0 → 1.6.1

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
@@ -2923,6 +2923,9 @@
2923
2923
  .py-6 {
2924
2924
  padding-block: var(--spacing-6);
2925
2925
  }
2926
+ .py-8 {
2927
+ padding-block: var(--spacing-8);
2928
+ }
2926
2929
  .py-12 {
2927
2930
  padding-block: var(--spacing-12);
2928
2931
  }
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.6.0",
3
- "generatedAt": "2025-10-12T21:02:10.714Z",
2
+ "version": "1.6.1",
3
+ "generatedAt": "2025-10-12T23:27:24.851Z",
4
4
  "categories": {
5
5
  "hooks": {
6
6
  "description": "React hooks for common functionality like debouncing, local storage, and time controls",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",