@zag-js/react
Advanced tools
+1
-1
| import { MachineSchema, Machine, Service } from '@zag-js/core'; | ||
| export { mergeProps } from '@zag-js/core'; | ||
| import * as _zag_js_types from '@zag-js/types'; | ||
| import { JSX, HTMLAttributes, CSSProperties, RefObject, PropsWithChildren } from 'react'; | ||
| import { JSX, HTMLAttributes, CSSProperties, PropsWithChildren, RefObject } from 'react'; | ||
@@ -6,0 +6,0 @@ declare function useMachine<T extends MachineSchema>(machine: Machine<T>, userProps?: Partial<T["props"]>): Service<T>; |
+1
-1
| import { MachineSchema, Machine, Service } from '@zag-js/core'; | ||
| export { mergeProps } from '@zag-js/core'; | ||
| import * as _zag_js_types from '@zag-js/types'; | ||
| import { JSX, HTMLAttributes, CSSProperties, RefObject, PropsWithChildren } from 'react'; | ||
| import { JSX, HTMLAttributes, CSSProperties, PropsWithChildren, RefObject } from 'react'; | ||
@@ -6,0 +6,0 @@ declare function useMachine<T extends MachineSchema>(machine: Machine<T>, userProps?: Partial<T["props"]>): Service<T>; |
+1
-1
@@ -7,3 +7,3 @@ "use client"; | ||
| import * as React from 'react'; | ||
| import { useMemo, useRef, useLayoutEffect, useEffect, useState } from 'react'; | ||
| import { useMemo, useRef, useState, useLayoutEffect, useEffect } from 'react'; | ||
| import { flushSync, createPortal } from 'react-dom'; | ||
@@ -10,0 +10,0 @@ import { createNormalizer } from '@zag-js/types'; |
+8
-8
| { | ||
| "name": "@zag-js/react", | ||
| "version": "1.33.0", | ||
| "version": "1.33.1", | ||
| "description": "The react wrapper for zag", | ||
@@ -28,6 +28,6 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@zag-js/core": "1.33.0", | ||
| "@zag-js/store": "1.33.0", | ||
| "@zag-js/types": "1.33.0", | ||
| "@zag-js/utils": "1.33.0" | ||
| "@zag-js/core": "1.33.1", | ||
| "@zag-js/store": "1.33.1", | ||
| "@zag-js/types": "1.33.1", | ||
| "@zag-js/utils": "1.33.1" | ||
| }, | ||
@@ -38,6 +38,6 @@ "devDependencies": { | ||
| "@types/jsdom": "^27.0.0", | ||
| "react": "19.2.3", | ||
| "react-dom": "19.2.3", | ||
| "react": "19.2.4", | ||
| "react-dom": "19.2.4", | ||
| "clean-package": "2.2.0", | ||
| "@testing-library/react": "^16.3.1", | ||
| "@testing-library/react": "^16.3.2", | ||
| "@testing-library/jest-dom": "^6.9.1", | ||
@@ -44,0 +44,0 @@ "@vitejs/plugin-react": "^5.1.2", |
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated