New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/radio-group

Package Overview
Dependencies
Maintainers
0
Versions
803
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.57.0 to 0.58.0

5

dist/index.d.ts
import * as _zag_js_anatomy from '@zag-js/anatomy';
import { RequiredBy, PropTypes, DirectionProperty, CommonProperties, NormalizeProps } from '@zag-js/types';
import * as _zag_js_core from '@zag-js/core';
import { StateMachine } from '@zag-js/core';
import { Machine, StateMachine } from '@zag-js/core';

@@ -73,2 +73,3 @@ declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "label" | "item" | "itemText" | "itemControl" | "indicator">;

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

@@ -144,2 +145,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 };

16

package.json
{
"name": "@zag-js/radio-group",
"version": "0.57.0",
"version": "0.58.0",
"description": "Core logic for the radio group widget implemented as a state machine",

@@ -31,9 +31,9 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.57.0",
"@zag-js/dom-query": "0.57.0",
"@zag-js/element-rect": "0.57.0",
"@zag-js/form-utils": "0.57.0",
"@zag-js/utils": "0.57.0",
"@zag-js/core": "0.57.0",
"@zag-js/types": "0.57.0"
"@zag-js/anatomy": "0.58.0",
"@zag-js/dom-query": "0.58.0",
"@zag-js/element-rect": "0.58.0",
"@zag-js/form-utils": "0.58.0",
"@zag-js/utils": "0.58.0",
"@zag-js/core": "0.58.0",
"@zag-js/types": "0.58.0"
},

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

@@ -11,3 +11,4 @@ export { anatomy } from "./radio-group.anatomy"

ItemState,
Service,
ValueChangeDetails,
} from "./radio-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, PropTypes, RequiredBy } from "@zag-js/types"

@@ -122,2 +122,4 @@

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

@@ -124,0 +126,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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc