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
1
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.0.0-dev-20220709181637

24

dist/index.js

@@ -151,14 +151,2 @@ "use strict";

}
var visuallyHiddenStyle = {
border: "0",
clip: "rect(0 0 0 0)",
height: "1px",
margin: "-1px",
overflow: "hidden",
padding: "0",
position: "absolute",
width: "1px",
whiteSpace: "nowrap",
wordWrap: "normal"
};
function nextTick(fn) {

@@ -177,2 +165,14 @@ const set = /* @__PURE__ */ new Set();

}
var visuallyHiddenStyle = {
border: "0",
clip: "rect(0 0 0 0)",
height: "1px",
margin: "-1px",
overflow: "hidden",
padding: "0",
position: "absolute",
width: "1px",
whiteSpace: "nowrap",
wordWrap: "normal"
};

@@ -179,0 +179,0 @@ // src/checkbox.dom.ts

{
"name": "@zag-js/checkbox",
"version": "0.0.0-dev-20220709173135",
"version": "0.0.0-dev-20220709181637",
"description": "Core logic for the checkbox widget implemented as a state machine",

@@ -42,8 +42,8 @@ "keywords": [

"@zag-js/core": "0.1.7",
"@zag-js/types": "0.0.0-dev-20220709173135"
"@zag-js/types": "0.0.0-dev-20220709181637"
},
"devDependencies": {
"@zag-js/dom-utils": "0.0.0-dev-20220709173135",
"@zag-js/dom-utils": "0.0.0-dev-20220709181637",
"@zag-js/utils": "0.1.2"
}
}

Sorry, the diff of this file is not supported yet