@zag-js/checkbox
Advanced tools
Comparing version
@@ -127,5 +127,5 @@ import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
declare const props: ("form" | "value" | "dir" | "id" | "getRootNode" | "name" | "invalid" | "disabled" | "checked" | "required" | "ids" | "readOnly" | "onCheckedChange")[]; | ||
declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "form" | "value" | "dir" | "id" | "getRootNode" | "name" | "invalid" | "disabled" | "checked" | "required" | "ids" | "readOnly" | "onCheckedChange">]; | ||
declare const props: ("invalid" | "form" | "value" | "dir" | "id" | "getRootNode" | "name" | "disabled" | "checked" | "required" | "ids" | "readOnly" | "onCheckedChange")[]; | ||
declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "invalid" | "form" | "value" | "dir" | "id" | "getRootNode" | "name" | "disabled" | "checked" | "required" | "ids" | "readOnly" | "onCheckedChange">]; | ||
export { type MachineApi as Api, type CheckedChangeDetails, type CheckedState, type UserDefinedContext as Context, type ElementIds, type Service, anatomy, connect, machine, props, splitProps }; |
{ | ||
"name": "@zag-js/checkbox", | ||
"version": "0.79.1", | ||
"version": "0.79.2", | ||
"description": "Core logic for the checkbox widget implemented as a state machine", | ||
@@ -29,10 +29,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/anatomy": "0.79.1", | ||
"@zag-js/core": "0.79.1", | ||
"@zag-js/types": "0.79.1", | ||
"@zag-js/dom-query": "0.79.1", | ||
"@zag-js/focus-visible": "0.79.1", | ||
"@zag-js/dom-event": "0.79.1", | ||
"@zag-js/form-utils": "0.79.1", | ||
"@zag-js/utils": "0.79.1" | ||
"@zag-js/anatomy": "0.79.2", | ||
"@zag-js/core": "0.79.2", | ||
"@zag-js/types": "0.79.2", | ||
"@zag-js/dom-query": "0.79.2", | ||
"@zag-js/focus-visible": "0.79.2", | ||
"@zag-js/dom-event": "0.79.2", | ||
"@zag-js/form-utils": "0.79.2", | ||
"@zag-js/utils": "0.79.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated