@zag-js/radio-group
Advanced tools
Comparing version 0.57.0 to 0.58.0
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 }; |
{ | ||
"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
111783
1613
+ Added@zag-js/anatomy@0.58.0(transitive)
+ Added@zag-js/core@0.58.0(transitive)
+ Added@zag-js/dom-query@0.58.0(transitive)
+ Added@zag-js/element-rect@0.58.0(transitive)
+ Added@zag-js/form-utils@0.58.0(transitive)
+ Added@zag-js/store@0.58.0(transitive)
+ Added@zag-js/types@0.58.0(transitive)
+ Added@zag-js/utils@0.58.0(transitive)
- Removed@zag-js/anatomy@0.57.0(transitive)
- Removed@zag-js/core@0.57.0(transitive)
- Removed@zag-js/dom-query@0.57.0(transitive)
- Removed@zag-js/element-rect@0.57.0(transitive)
- Removed@zag-js/form-utils@0.57.0(transitive)
- Removed@zag-js/store@0.57.0(transitive)
- Removed@zag-js/types@0.57.0(transitive)
- Removed@zag-js/utils@0.57.0(transitive)
Updated@zag-js/anatomy@0.58.0
Updated@zag-js/core@0.58.0
Updated@zag-js/dom-query@0.58.0
Updated@zag-js/element-rect@0.58.0
Updated@zag-js/form-utils@0.58.0
Updated@zag-js/types@0.58.0
Updated@zag-js/utils@0.58.0