@zag-js/rating
Advanced tools
Comparing version 0.0.0-dev-20221121143513 to 0.0.0-dev-20221122060649
@@ -33,2 +33,6 @@ import { RequiredBy, DirectionProperty, CommonProperties, Context, PropTypes, NormalizeProps } from '@zag-js/types'; | ||
/** | ||
* The associate form of the underlying input element. | ||
*/ | ||
form?: string; | ||
/** | ||
* The current rating value. | ||
@@ -35,0 +39,0 @@ */ |
@@ -326,2 +326,3 @@ "use strict"; | ||
name: state.context.name, | ||
form: state.context.form, | ||
type: "text", | ||
@@ -328,0 +329,0 @@ hidden: true, |
{ | ||
"name": "@zag-js/rating", | ||
"version": "0.0.0-dev-20221121143513", | ||
"version": "0.0.0-dev-20221122060649", | ||
"description": "Core logic for the rating widget implemented as a state machine", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
"@zag-js/dom-utils": "0.2.1", | ||
"@zag-js/form-utils": "0.0.0-dev-20221121143513", | ||
"@zag-js/form-utils": "0.0.0-dev-20221122060649", | ||
"@zag-js/utils": "0.3.1" | ||
@@ -40,0 +40,0 @@ }, |
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
44353
1352