New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/checkbox

Package Overview
Dependencies
Maintainers
0
Versions
976
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/checkbox - npm Package Compare versions

Comparing version

to
0.79.2

4

dist/index.d.ts

@@ -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