@texturehq/edges 1.7.1 → 1.7.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
@@ -4969,12 +4969,6 @@
4969
4969
  border-top-width: 1px;
4970
4970
  }
4971
4971
  }
4972
- .lg\:border-b {
4973
- @media (width >= 64rem) {
4974
- border-bottom-style: var(--tw-border-style);
4975
- border-bottom-width: 1px;
4976
- }
4977
- }
4978
4972
  .xl\:col-auto {
4979
4973
  @media (width >= 80rem) {
4980
4974
  grid-column: auto;
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.7.1",
3
- "generatedAt": "2025-10-15T19:41:30.379Z",
2
+ "version": "1.7.2",
3
+ "generatedAt": "2025-10-16T00:46:31.195Z",
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.7.1",
3
+ "version": "1.7.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",