@zag-js/anatomy
Advanced tools
Comparing version 0.0.0-dev-20221215092235 to 0.0.0-dev-20221215142000
@@ -39,3 +39,6 @@ "use strict"; | ||
[part]: { | ||
selector: `[data-scope="${toKebabCase(name)}"][data-part="${toKebabCase(part)}"]`, | ||
selector: [ | ||
`&[data-scope="${toKebabCase(name)}"][data-part="${toKebabCase(part)}"]`, | ||
`& [data-scope="${toKebabCase(name)}"][data-part="${toKebabCase(part)}"]` | ||
].join(", "), | ||
attrs: { "data-scope": toKebabCase(name), "data-part": toKebabCase(part) } | ||
@@ -42,0 +45,0 @@ } |
{ | ||
"name": "@zag-js/anatomy", | ||
"version": "0.0.0-dev-20221215092235", | ||
"version": "0.0.0-dev-20221215142000", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
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
5609
90