@zag-js/rating
Advanced tools
Comparing version 0.0.0-dev-20221208144713 to 0.0.0-dev-20221209151930
@@ -31,3 +31,9 @@ "use strict"; | ||
var import_anatomy = require("@zag-js/anatomy"); | ||
var anatomy = (0, import_anatomy.createAnatomy)("rating").parts("root", "input", "label", "item", "itemGroup"); | ||
var anatomy = (0, import_anatomy.createAnatomy)("rating").parts( | ||
"root", | ||
"input", | ||
"label", | ||
"item", | ||
"itemGroup" | ||
); | ||
var parts = anatomy.build(); | ||
@@ -34,0 +40,0 @@ |
{ | ||
"name": "@zag-js/rating", | ||
"version": "0.0.0-dev-20221208144713", | ||
"version": "0.0.0-dev-20221209151930", | ||
"description": "Core logic for the rating widget implemented as a state machine", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
109031
2223