@zag-js/steps 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
@@ -130,7 +130,7 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
130
130
 
131
131
  declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
132
132
 
133
- declare const props: ("dir" | "id" | "getRootNode" | "linear" | "step" | "orientation" | "ids" | "onStepChange" | "onStepComplete" | "count")[];
134
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "dir" | "id" | "getRootNode" | "linear" | "step" | "orientation" | "ids" | "onStepChange" | "onStepComplete" | "count">];
133
+ declare const props: ("linear" | "step" | "dir" | "id" | "orientation" | "getRootNode" | "ids" | "onStepChange" | "onStepComplete" | "count")[];
134
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "linear" | "step" | "dir" | "id" | "orientation" | "getRootNode" | "ids" | "onStepChange" | "onStepComplete" | "count">];
135
135
 
136
136
  export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type ItemProps, type ItemState, type Service, type StepChangeDetails, anatomy, connect, machine, props, splitProps };
package/dist/index.d.ts CHANGED
@@ -130,7 +130,7 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
130
130
 
131
131
  declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
132
132
 
133
- declare const props: ("dir" | "id" | "getRootNode" | "linear" | "step" | "orientation" | "ids" | "onStepChange" | "onStepComplete" | "count")[];
134
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "dir" | "id" | "getRootNode" | "linear" | "step" | "orientation" | "ids" | "onStepChange" | "onStepComplete" | "count">];
133
+ declare const props: ("linear" | "step" | "dir" | "id" | "orientation" | "getRootNode" | "ids" | "onStepChange" | "onStepComplete" | "count")[];
134
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "linear" | "step" | "dir" | "id" | "orientation" | "getRootNode" | "ids" | "onStepChange" | "onStepComplete" | "count">];
135
135
 
136
136
  export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type ItemProps, type ItemState, type Service, type StepChangeDetails, anatomy, connect, machine, props, splitProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/steps",
3
- "version": "0.79.3",
3
+ "version": "0.81.0",
4
4
  "description": "Core logic for the steps widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -27,11 +27,11 @@
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/core": "0.79.3",
32
- "@zag-js/dom-query": "0.79.3",
33
- "@zag-js/utils": "0.79.3",
34
- "@zag-js/types": "0.79.3"
30
+ "@zag-js/anatomy": "0.81.0",
31
+ "@zag-js/core": "0.81.0",
32
+ "@zag-js/dom-query": "0.81.0",
33
+ "@zag-js/utils": "0.81.0",
34
+ "@zag-js/types": "0.81.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "clean-package": "2.2.0"