@zag-js/anatomy
Advanced tools
Comparing version 0.0.0-dev-20230523135722 to 0.0.0-dev-20230525221231
@@ -12,2 +12,3 @@ interface AnatomyPart { | ||
rename: (newName: string) => Anatomy<T>; | ||
keys: () => T[]; | ||
} | ||
@@ -14,0 +15,0 @@ declare const createAnatomy: <T extends string>(name: string, parts?: T[]) => Anatomy<T>; |
@@ -35,2 +35,3 @@ "use strict"; | ||
rename: (newName) => createAnatomy(newName, parts), | ||
keys: () => parts, | ||
build: () => [...new Set(parts)].reduce( | ||
@@ -37,0 +38,0 @@ (prev, part) => Object.assign(prev, { |
@@ -37,2 +37,3 @@ "use strict"; | ||
rename: (newName) => createAnatomy(newName, parts), | ||
keys: () => parts, | ||
build: () => [...new Set(parts)].reduce( | ||
@@ -39,0 +40,0 @@ (prev, part) => Object.assign(prev, { |
{ | ||
"name": "@zag-js/anatomy", | ||
"version": "0.0.0-dev-20230523135722", | ||
"version": "0.0.0-dev-20230525221231", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "ui-machines", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1754773
47519