@zag-js/vue
Advanced tools
Comparing version 0.0.0-dev-20220522174316 to 0.0.0-dev-20220525062850
@@ -96,3 +96,7 @@ var __defProp = Object.defineProperty; | ||
function createNormalizer(fn) { | ||
return { button: fn, label: fn, input: fn, output: fn, element: fn }; | ||
return new Proxy({}, { | ||
get() { | ||
return fn; | ||
} | ||
}); | ||
} | ||
@@ -99,0 +103,0 @@ var normalizeProp = createNormalizer((v) => v); |
{ | ||
"name": "@zag-js/vue", | ||
"version": "0.0.0-dev-20220522174316", | ||
"version": "0.0.0-dev-20220525062850", | ||
"description": "The vue wrapper for zag", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
347
39595