@texturehq/edges 1.6.0 → 1.6.2

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
@@ -2878,6 +2878,9 @@
2878
2878
  .px-6 {
2879
2879
  padding-inline: var(--spacing-6);
2880
2880
  }
2881
+ .px-8 {
2882
+ padding-inline: var(--spacing-8);
2883
+ }
2881
2884
  .px-\[var\(--control-padding-lg\)\] {
2882
2885
  padding-inline: var(--control-padding-lg);
2883
2886
  }
@@ -2923,6 +2926,12 @@
2923
2926
  .py-6 {
2924
2927
  padding-block: var(--spacing-6);
2925
2928
  }
2929
+ .py-8 {
2930
+ padding-block: var(--spacing-8);
2931
+ }
2932
+ .py-10 {
2933
+ padding-block: var(--spacing-10);
2934
+ }
2926
2935
  .py-12 {
2927
2936
  padding-block: var(--spacing-12);
2928
2937
  }
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.6.0",
3
- "generatedAt": "2025-10-12T21:02:10.714Z",
2
+ "version": "1.6.2",
3
+ "generatedAt": "2025-10-13T20:19:50.383Z",
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.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",