@zag-js/vue
Advanced tools
Comparing version 0.56.0 to 0.56.1
@@ -48,4 +48,3 @@ "use strict"; | ||
function toVueProp(prop) { | ||
if (prop in propMap) | ||
return propMap[prop]; | ||
if (prop in propMap) return propMap[prop]; | ||
if (prop.startsWith("on")) { | ||
@@ -111,4 +110,3 @@ return `on${toCase(prop.substr(2))}`; | ||
const service = typeof machine === "function" ? machine() : machine; | ||
if (context) | ||
service.setContext((0, import_vue2.unref)(context)); | ||
if (context) service.setContext((0, import_vue2.unref)(context)); | ||
service._created(); | ||
@@ -115,0 +113,0 @@ (0, import_vue2.onMounted)(() => { |
{ | ||
"name": "@zag-js/vue", | ||
"version": "0.56.0", | ||
"version": "0.56.1", | ||
"description": "The vue wrapper for zag", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/core": "0.56.0", | ||
"@zag-js/store": "0.56.0", | ||
"@zag-js/types": "0.56.0" | ||
"@zag-js/core": "0.56.1", | ||
"@zag-js/store": "0.56.1", | ||
"@zag-js/types": "0.56.1" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
"clean-package": "2.2.0", | ||
"@zag-js/utils": "0.56.0" | ||
"@zag-js/utils": "0.56.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
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
31550
393
+ Added@zag-js/core@0.56.1(transitive)
+ Added@zag-js/store@0.56.1(transitive)
+ Added@zag-js/types@0.56.1(transitive)
- Removed@zag-js/core@0.56.0(transitive)
- Removed@zag-js/store@0.56.0(transitive)
- Removed@zag-js/types@0.56.0(transitive)
Updated@zag-js/core@0.56.1
Updated@zag-js/store@0.56.1
Updated@zag-js/types@0.56.1