@zag-js/avatar 0.49.0 → 0.50.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
@@ -61,7 +61,7 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
61
61
 
62
62
  declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
63
63
 
64
- declare const props: ("dir" | "id" | "onStatusChange" | "ids" | "getRootNode")[];
65
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "dir" | "id" | "onStatusChange" | "ids" | "getRootNode">];
64
+ declare const props: ("dir" | "id" | "getRootNode" | "onStatusChange" | "ids")[];
65
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "dir" | "id" | "getRootNode" | "onStatusChange" | "ids">];
66
66
 
67
67
  export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type LoadStatus, type StatusChangeDetails, anatomy, connect, machine, props, splitProps };
package/dist/index.d.ts CHANGED
@@ -61,7 +61,7 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
61
61
 
62
62
  declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
63
63
 
64
- declare const props: ("dir" | "id" | "onStatusChange" | "ids" | "getRootNode")[];
65
- declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "dir" | "id" | "onStatusChange" | "ids" | "getRootNode">];
64
+ declare const props: ("dir" | "id" | "getRootNode" | "onStatusChange" | "ids")[];
65
+ declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "dir" | "id" | "getRootNode" | "onStatusChange" | "ids">];
66
66
 
67
67
  export { type MachineApi as Api, type UserDefinedContext as Context, type ElementIds, type LoadStatus, type StatusChangeDetails, anatomy, connect, machine, props, splitProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/avatar",
3
- "version": "0.49.0",
3
+ "version": "0.50.0",
4
4
  "description": "Core logic for the avatar widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -28,11 +28,11 @@
28
28
  "url": "https://github.com/chakra-ui/zag/issues"
29
29
  },
30
30
  "dependencies": {
31
- "@zag-js/anatomy": "0.49.0",
32
- "@zag-js/core": "0.49.0",
33
- "@zag-js/dom-query": "0.49.0",
34
- "@zag-js/utils": "0.49.0",
35
- "@zag-js/types": "0.49.0"
31
+ "@zag-js/anatomy": "0.50.0",
32
+ "@zag-js/core": "0.50.0",
33
+ "@zag-js/dom-query": "0.50.0",
34
+ "@zag-js/utils": "0.50.0",
35
+ "@zag-js/types": "0.50.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "clean-package": "2.2.0"