@texturehq/edges 1.25.0 → 1.25.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
@@ -6101,6 +6101,11 @@
6101
6101
  display: none;
6102
6102
  }
6103
6103
  }
6104
+ .md\:inline {
6105
+ @media (width >= 48rem) {
6106
+ display: inline;
6107
+ }
6108
+ }
6104
6109
  .md\:h-10 {
6105
6110
  @media (width >= 48rem) {
6106
6111
  height: var(--spacing-10);
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.25.0",
2
+ "version": "1.25.1",
3
3
  "categories": {
4
4
  "hooks": {
5
5
  "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.25.0",
3
+ "version": "1.25.1",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",