@zag-js/tooltip 0.0.0-dev-20230816101544 → 0.0.0-dev-20230822174453

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
@@ -74,7 +74,7 @@ type ComputedContext = Readonly<{
74
74
  /**
75
75
  * @computed Whether an `aria-label` is set.
76
76
  */
77
- readonly hasAriaLabel: boolean;
77
+ hasAriaLabel: boolean;
78
78
  }>;
79
79
  type PrivateContext = RootProperties & {};
80
80
  type MachineContext = PublicContext & ComputedContext & PrivateContext;
package/dist/index.d.ts CHANGED
@@ -74,7 +74,7 @@ type ComputedContext = Readonly<{
74
74
  /**
75
75
  * @computed Whether an `aria-label` is set.
76
76
  */
77
- readonly hasAriaLabel: boolean;
77
+ hasAriaLabel: boolean;
78
78
  }>;
79
79
  type PrivateContext = RootProperties & {};
80
80
  type MachineContext = PublicContext & ComputedContext & PrivateContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/tooltip",
3
- "version": "0.0.0-dev-20230816101544",
3
+ "version": "0.0.0-dev-20230822174453",
4
4
  "description": "Core logic for the tooltip widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -27,13 +27,13 @@
27
27
  "url": "https://github.com/chakra-ui/zag/issues"
28
28
  },
29
29
  "dependencies": {
30
- "@zag-js/anatomy": "0.0.0-dev-20230816101544",
31
- "@zag-js/core": "0.0.0-dev-20230816101544",
32
- "@zag-js/popper": "0.0.0-dev-20230816101544",
33
- "@zag-js/dom-query": "0.0.0-dev-20230816101544",
34
- "@zag-js/dom-event": "0.0.0-dev-20230816101544",
35
- "@zag-js/utils": "0.0.0-dev-20230816101544",
36
- "@zag-js/types": "0.0.0-dev-20230816101544"
30
+ "@zag-js/anatomy": "0.0.0-dev-20230822174453",
31
+ "@zag-js/core": "0.0.0-dev-20230822174453",
32
+ "@zag-js/popper": "0.0.0-dev-20230822174453",
33
+ "@zag-js/dom-query": "0.0.0-dev-20230822174453",
34
+ "@zag-js/dom-event": "0.0.0-dev-20230822174453",
35
+ "@zag-js/utils": "0.0.0-dev-20230822174453",
36
+ "@zag-js/types": "0.0.0-dev-20230822174453"
37
37
  },
38
38
  "devDependencies": {
39
39
  "clean-package": "2.2.0"
@@ -72,7 +72,7 @@ type ComputedContext = Readonly<{
72
72
  /**
73
73
  * @computed Whether an `aria-label` is set.
74
74
  */
75
- readonly hasAriaLabel: boolean
75
+ hasAriaLabel: boolean
76
76
  }>
77
77
 
78
78
  type PrivateContext = RootProperties & {