@zag-js/types 1.36.0 → 1.38.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/jsx.d.mts CHANGED
@@ -126,7 +126,7 @@ declare namespace JSX {
126
126
  }
127
127
  export interface AbstractView {
128
128
  document: Document;
129
- styleMedia: StyleMedia;
129
+ styleMedia: any;
130
130
  }
131
131
  export interface UIEvent<T = Element, E = NativeUIEvent> extends SyntheticEvent<T, E> {
132
132
  detail: number;
package/dist/jsx.d.ts CHANGED
@@ -126,7 +126,7 @@ declare namespace JSX {
126
126
  }
127
127
  export interface AbstractView {
128
128
  document: Document;
129
- styleMedia: StyleMedia;
129
+ styleMedia: any;
130
130
  }
131
131
  export interface UIEvent<T = Element, E = NativeUIEvent> extends SyntheticEvent<T, E> {
132
132
  detail: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/types",
3
- "version": "1.36.0",
3
+ "version": "1.38.0",
4
4
  "keywords": [
5
5
  "js",
6
6
  "utils",