@zag-js/radio-group 0.79.3 → 0.81.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -136,8 +136,8 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
136
136
 
137
137
  declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
138
138
 
139
- declare const props: ("form" | "value" | "dir" | "id" | "getRootNode" | "name" | "disabled" | "orientation" | "ids" | "readOnly" | "onValueChange")[];
140
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "form" | "value" | "dir" | "id" | "getRootNode" | "name" | "disabled" | "orientation" | "ids" | "readOnly" | "onValueChange">];
139
+ declare const props: ("disabled" | "form" | "dir" | "id" | "name" | "value" | "orientation" | "getRootNode" | "ids" | "readOnly" | "onValueChange")[];
140
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "disabled" | "form" | "dir" | "id" | "name" | "value" | "orientation" | "getRootNode" | "ids" | "readOnly" | "onValueChange">];
141
141
  declare const itemProps: (keyof ItemProps)[];
142
142
  declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];
143
143
 
package/dist/index.d.ts CHANGED
@@ -136,8 +136,8 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
136
136
 
137
137
  declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
138
138
 
139
- declare const props: ("form" | "value" | "dir" | "id" | "getRootNode" | "name" | "disabled" | "orientation" | "ids" | "readOnly" | "onValueChange")[];
140
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "form" | "value" | "dir" | "id" | "getRootNode" | "name" | "disabled" | "orientation" | "ids" | "readOnly" | "onValueChange">];
139
+ declare const props: ("disabled" | "form" | "dir" | "id" | "name" | "value" | "orientation" | "getRootNode" | "ids" | "readOnly" | "onValueChange")[];
140
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "disabled" | "form" | "dir" | "id" | "name" | "value" | "orientation" | "getRootNode" | "ids" | "readOnly" | "onValueChange">];
141
141
  declare const itemProps: (keyof ItemProps)[];
142
142
  declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];
143
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/radio-group",
3
- "version": "0.79.3",
3
+ "version": "0.81.0",
4
4
  "description": "Core logic for the radio group widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -27,14 +27,14 @@
27
27
  "url": "https://github.com/chakra-ui/zag/issues"
28
28
  },
29
29
  "dependencies": {
30
- "@zag-js/anatomy": "0.79.3",
31
- "@zag-js/dom-query": "0.79.3",
32
- "@zag-js/element-rect": "0.79.3",
33
- "@zag-js/focus-visible": "0.79.3",
34
- "@zag-js/form-utils": "0.79.3",
35
- "@zag-js/utils": "0.79.3",
36
- "@zag-js/core": "0.79.3",
37
- "@zag-js/types": "0.79.3"
30
+ "@zag-js/anatomy": "0.81.0",
31
+ "@zag-js/dom-query": "0.81.0",
32
+ "@zag-js/focus-visible": "0.81.0",
33
+ "@zag-js/form-utils": "0.81.0",
34
+ "@zag-js/element-rect": "0.81.0",
35
+ "@zag-js/utils": "0.81.0",
36
+ "@zag-js/core": "0.81.0",
37
+ "@zag-js/types": "0.81.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "clean-package": "2.2.0"