@zag-js/avatar 1.43.0 → 1.43.2

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.
@@ -1,5 +1,5 @@
1
1
  import { Machine, Service } from '@zag-js/core';
2
- import { CommonProperties, DirectionProperty, PropTypes } from '@zag-js/types';
2
+ import { CommonProperties, DirectionProperty, Partial, PropTypes } from '@zag-js/types';
3
3
 
4
4
  type LoadStatus = "error" | "loaded";
5
5
  interface StatusChangeDetails {
@@ -1,5 +1,5 @@
1
1
  import { Machine, Service } from '@zag-js/core';
2
- import { CommonProperties, DirectionProperty, PropTypes } from '@zag-js/types';
2
+ import { CommonProperties, DirectionProperty, Partial, PropTypes } from '@zag-js/types';
3
3
 
4
4
  type LoadStatus = "error" | "loaded";
5
5
  interface StatusChangeDetails {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/avatar",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
4
4
  "description": "Core logic for the avatar widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -30,11 +30,11 @@
30
30
  "url": "https://github.com/chakra-ui/zag/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@zag-js/anatomy": "1.43.0",
34
- "@zag-js/core": "1.43.0",
35
- "@zag-js/dom-query": "1.43.0",
36
- "@zag-js/utils": "1.43.0",
37
- "@zag-js/types": "1.43.0"
33
+ "@zag-js/anatomy": "1.43.2",
34
+ "@zag-js/core": "1.43.2",
35
+ "@zag-js/dom-query": "1.43.2",
36
+ "@zag-js/utils": "1.43.2",
37
+ "@zag-js/types": "1.43.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "clean-package": "2.2.0"