@zag-js/tree-view
Advanced tools
Comparing version 0.0.0-dev-20240130204355 to 0.0.0-dev-20240202012929
@@ -123,2 +123,2 @@ import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
export { type MachineApi as Api, type UserDefinedContext as Context, type ExpandedChangeDetails, type FocusChangeDetails, type SelectionChangeDetails, anatomy, connect, machine }; | ||
export { type MachineApi as Api, type BranchProps, type BranchState, type UserDefinedContext as Context, type ExpandedChangeDetails, type FocusChangeDetails, type ItemProps, type ItemState, type SelectionChangeDetails, anatomy, connect, machine }; |
{ | ||
"name": "@zag-js/tree-view", | ||
"version": "0.0.0-dev-20240130204355", | ||
"version": "0.0.0-dev-20240202012929", | ||
"description": "Core logic for the tree-view widget implemented as a state machine", | ||
@@ -31,9 +31,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/anatomy": "0.0.0-dev-20240130204355", | ||
"@zag-js/core": "0.0.0-dev-20240130204355", | ||
"@zag-js/dom-query": "0.0.0-dev-20240130204355", | ||
"@zag-js/dom-event": "0.0.0-dev-20240130204355", | ||
"@zag-js/mutation-observer": "0.0.0-dev-20240130204355", | ||
"@zag-js/utils": "0.0.0-dev-20240130204355", | ||
"@zag-js/types": "0.0.0-dev-20240130204355" | ||
"@zag-js/anatomy": "0.0.0-dev-20240202012929", | ||
"@zag-js/core": "0.0.0-dev-20240202012929", | ||
"@zag-js/dom-query": "0.0.0-dev-20240202012929", | ||
"@zag-js/dom-event": "0.0.0-dev-20240202012929", | ||
"@zag-js/mutation-observer": "0.0.0-dev-20240202012929", | ||
"@zag-js/utils": "0.0.0-dev-20240202012929", | ||
"@zag-js/types": "0.0.0-dev-20240202012929" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -10,2 +10,6 @@ export { anatomy } from "./tree-view.anatomy" | ||
SelectionChangeDetails, | ||
ItemProps, | ||
ItemState, | ||
BranchProps, | ||
BranchState, | ||
} from "./tree-view.types" |
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
221296
2997
+ Added@zag-js/anatomy@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/core@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/dom-event@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/dom-query@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/mutation-observer@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/store@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/text-selection@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/types@0.0.0-dev-20240202012929(transitive)
+ Added@zag-js/utils@0.0.0-dev-20240202012929(transitive)
- Removed@zag-js/anatomy@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/core@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/dom-event@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/dom-query@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/mutation-observer@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/store@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/text-selection@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/types@0.0.0-dev-20240130204355(transitive)
- Removed@zag-js/utils@0.0.0-dev-20240130204355(transitive)