Socket
Socket
Sign inDemoInstall

@zag-js/toggle-group

Package Overview
Dependencies
Maintainers
1
Versions
549
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/toggle-group - npm Package Compare versions

Comparing version 0.0.0-dev-20230919103407 to 0.0.0-dev-20230920150928

2

dist/index.d.ts

@@ -92,2 +92,2 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

export { MachineApi as Api, UserDefinedContext as Context, anatomy, connect, machine };
export { MachineApi as Api, UserDefinedContext as Context, ItemProps, ItemState, anatomy, connect, machine };
{
"name": "@zag-js/toggle-group",
"version": "0.0.0-dev-20230919103407",
"version": "0.0.0-dev-20230920150928",
"description": "Core logic for the toggle widget implemented as a state machine",

@@ -30,8 +30,8 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.0.0-dev-20230919103407",
"@zag-js/dom-query": "0.0.0-dev-20230919103407",
"@zag-js/dom-event": "0.0.0-dev-20230919103407",
"@zag-js/utils": "0.0.0-dev-20230919103407",
"@zag-js/core": "0.0.0-dev-20230919103407",
"@zag-js/types": "0.0.0-dev-20230919103407"
"@zag-js/anatomy": "0.0.0-dev-20230920150928",
"@zag-js/dom-query": "0.0.0-dev-20230920150928",
"@zag-js/dom-event": "0.0.0-dev-20230920150928",
"@zag-js/utils": "0.0.0-dev-20230920150928",
"@zag-js/core": "0.0.0-dev-20230920150928",
"@zag-js/types": "0.0.0-dev-20230920150928"
},

@@ -38,0 +38,0 @@ "devDependencies": {

export { anatomy } from "./toggle-group.anatomy"
export { connect } from "./toggle-group.connect"
export { machine } from "./toggle-group.machine"
export type { MachineApi as Api, UserDefinedContext as Context } from "./toggle-group.types"
export type { MachineApi as Api, UserDefinedContext as Context, ItemProps, ItemState } from "./toggle-group.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