@zag-js/checkbox
Advanced tools
Comparing version
@@ -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
+ Added
- Removed