You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@zag-js/toggle-group

Package Overview
Dependencies
Maintainers
1
Versions
532
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20240619115122 to 0.0.0-dev-20240619194623

5

dist/index.d.ts

@@ -5,3 +5,3 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

import * as _zag_js_core from '@zag-js/core';
import { StateMachine } from '@zag-js/core';
import { Machine, StateMachine } from '@zag-js/core';

@@ -67,2 +67,3 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "item">;

type Send = StateMachine.Send<StateMachine.AnyEventObject>;
type Service = Machine<MachineContext, MachineState, StateMachine.AnyEventObject>;
interface ItemProps {

@@ -116,2 +117,2 @@ value: string;

export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type ItemProps, type ItemState, type ValueChangeDetails, anatomy, connect, itemProps, machine, props, splitItemProps, splitProps };
export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type ItemProps, type ItemState, type Service, type ValueChangeDetails, anatomy, connect, itemProps, machine, props, splitItemProps, splitProps };

14

package.json
{
"name": "@zag-js/toggle-group",
"version": "0.0.0-dev-20240619115122",
"version": "0.0.0-dev-20240619194623",
"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-20240619115122",
"@zag-js/dom-query": "0.0.0-dev-20240619115122",
"@zag-js/dom-event": "0.0.0-dev-20240619115122",
"@zag-js/utils": "0.0.0-dev-20240619115122",
"@zag-js/core": "0.0.0-dev-20240619115122",
"@zag-js/types": "0.0.0-dev-20240619115122"
"@zag-js/anatomy": "0.0.0-dev-20240619194623",
"@zag-js/dom-query": "0.0.0-dev-20240619194623",
"@zag-js/dom-event": "0.0.0-dev-20240619194623",
"@zag-js/utils": "0.0.0-dev-20240619194623",
"@zag-js/core": "0.0.0-dev-20240619194623",
"@zag-js/types": "0.0.0-dev-20240619194623"
},

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

@@ -12,3 +12,4 @@ export { anatomy } from "./toggle-group.anatomy"

Orientation,
Service,
ValueChangeDetails,
} from "./toggle-group.types"

@@ -1,2 +0,2 @@

import type { StateMachine as S } from "@zag-js/core"
import type { Machine, StateMachine as S } from "@zag-js/core"
import type { CommonProperties, DirectionProperty, Orientation, PropTypes, RequiredBy } from "@zag-js/types"

@@ -99,2 +99,4 @@

export type Service = Machine<MachineContext, MachineState, S.AnyEventObject>
/* -----------------------------------------------------------------------------

@@ -101,0 +103,0 @@ * Component API

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc