@texturehq/edges 1.11.0 → 1.12.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
@@ -1528,8 +1528,8 @@
1528
1528
  .mb-6 {
1529
1529
  margin-bottom: var(--spacing-6);
1530
1530
  }
1531
- .mb-12 {
1532
- margin-bottom: var(--spacing-12);
1531
+ .mb-8 {
1532
+ margin-bottom: var(--spacing-8);
1533
1533
  }
1534
1534
  .-ml-px {
1535
1535
  margin-left: -1px;
@@ -5016,9 +5016,9 @@
5016
5016
  margin-bottom: var(--spacing-4);
5017
5017
  }
5018
5018
  }
5019
- .md\:mb-8 {
5019
+ .md\:mb-12 {
5020
5020
  @media (width >= 48rem) {
5021
- margin-bottom: var(--spacing-8);
5021
+ margin-bottom: var(--spacing-12);
5022
5022
  }
5023
5023
  }
5024
5024
  .md\:block {
@@ -5177,9 +5177,13 @@
5177
5177
  justify-content: space-between;
5178
5178
  }
5179
5179
  }
5180
- .md\:gap-6 {
5180
+ .md\:space-y-12 {
5181
5181
  @media (width >= 48rem) {
5182
- gap: var(--spacing-6);
5182
+ :where(& > :not(:last-child)) {
5183
+ --tw-space-y-reverse: 0;
5184
+ margin-block-start: calc(var(--spacing-12) * var(--tw-space-y-reverse));
5185
+ margin-block-end: calc(var(--spacing-12) * calc(1 - var(--tw-space-y-reverse)));
5186
+ }
5183
5187
  }
5184
5188
  }
5185
5189
  .md\:rounded-xl {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.11.0",
3
- "generatedAt": "2025-10-22T19:34:32.942Z",
2
+ "version": "1.12.0",
3
+ "generatedAt": "2025-10-23T13:32:23.564Z",
4
4
  "categories": {
5
5
  "hooks": {
6
6
  "description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",