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

to
1.0.1

7

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

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

type RadioGroupService = Service<RadioGroupSchema>;
type RadioGroupMachine = Machine<RadioGroupSchema>;
interface ItemProps {

@@ -193,3 +194,3 @@ value: string;

declare const machine: _zag_js_core.MachineConfig<RadioGroupSchema>;
declare const machine: _zag_js_core.Machine<RadioGroupSchema>;

@@ -201,2 +202,2 @@ declare const props: (keyof RadioGroupProps)[];

export { type RadioGroupApi as Api, type ElementIds, type ItemProps, type ItemState, type RadioGroupProps as Props, type RadioGroupService as Service, type ValueChangeDetails, anatomy, connect, itemProps, machine, props, splitItemProps, splitProps };
export { type RadioGroupApi as Api, type ElementIds, type ItemProps, type ItemState, type RadioGroupMachine as Machine, type RadioGroupProps as Props, type RadioGroupService as Service, type ValueChangeDetails, anatomy, connect, itemProps, machine, props, splitItemProps, splitProps };
{
"name": "@zag-js/radio-group",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core logic for the radio group widget implemented as a state machine",

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

"dependencies": {
"@zag-js/anatomy": "1.0.0",
"@zag-js/dom-query": "1.0.0",
"@zag-js/element-rect": "1.0.0",
"@zag-js/utils": "1.0.0",
"@zag-js/focus-visible": "1.0.0",
"@zag-js/core": "1.0.0",
"@zag-js/types": "1.0.0"
"@zag-js/anatomy": "1.0.1",
"@zag-js/dom-query": "1.0.1",
"@zag-js/element-rect": "1.0.1",
"@zag-js/focus-visible": "1.0.1",
"@zag-js/utils": "1.0.1",
"@zag-js/core": "1.0.1",
"@zag-js/types": "1.0.1"
},

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

Sorry, the diff of this file is not supported yet