@zag-js/rating
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -199,3 +199,3 @@ "use strict"; | ||
var _a; | ||
const { type, property } = options; | ||
const { type, property = "value" } = options; | ||
const proto = getWindow(el)[type].prototype; | ||
@@ -202,0 +202,0 @@ return (_a = Object.getOwnPropertyDescriptor(proto, property)) != null ? _a : {}; |
{ | ||
"name": "@zag-js/rating", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Core logic for the rating widget implemented as a state machine", | ||
@@ -32,9 +32,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@zag-js/core": "0.2.1", | ||
"@zag-js/types": "0.3.0" | ||
"@zag-js/core": "0.2.2", | ||
"@zag-js/types": "0.3.1" | ||
}, | ||
"devDependencies": { | ||
"@zag-js/dom-utils": "0.2.0", | ||
"@zag-js/form-utils": "0.2.0", | ||
"@zag-js/utils": "0.3.0" | ||
"@zag-js/dom-utils": "0.2.1", | ||
"@zag-js/form-utils": "0.2.1", | ||
"@zag-js/utils": "0.3.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43605
+ Added@zag-js/core@0.2.2(transitive)
+ Added@zag-js/types@0.3.1(transitive)
- Removed@zag-js/core@0.2.1(transitive)
- Removed@zag-js/types@0.3.0(transitive)
Updated@zag-js/core@0.2.2
Updated@zag-js/types@0.3.1