Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/tree-view

Package Overview
Dependencies
Maintainers
1
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/tree-view - npm Package Compare versions

Comparing version 0.0.0-dev-20240130204355 to 0.0.0-dev-20240202012929

2

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc