@texturehq/edges 1.26.5 → 1.26.6

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
@@ -6171,6 +6171,11 @@
6171
6171
  position: relative;
6172
6172
  }
6173
6173
  }
6174
+ .md\:z-10 {
6175
+ @media (width >= 48rem) {
6176
+ z-index: 10;
6177
+ }
6178
+ }
6174
6179
  .md\:order-1 {
6175
6180
  @media (width >= 48rem) {
6176
6181
  order: 1;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.5",
2
+ "version": "1.26.6",
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.26.5",
3
+ "version": "1.26.6",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",