@zag-js/toast 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
@@ -124,7 +124,7 @@ type GroupComputedContext = Readonly<{
124
124
  * @computed
125
125
  * The total number of toasts in the group
126
126
  */
127
- readonly count: number;
127
+ count: number;
128
128
  }>;
129
129
  type GroupPrivateContext = Context<{}>;
130
130
  type GroupMachineContext = GroupPublicContext & GroupComputedContext & GroupPrivateContext;
package/dist/index.d.ts CHANGED
@@ -124,7 +124,7 @@ type GroupComputedContext = Readonly<{
124
124
  * @computed
125
125
  * The total number of toasts in the group
126
126
  */
127
- readonly count: number;
127
+ count: number;
128
128
  }>;
129
129
  type GroupPrivateContext = Context<{}>;
130
130
  type GroupMachineContext = GroupPublicContext & GroupComputedContext & GroupPrivateContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/toast",
3
- "version": "0.0.0-dev-20230816101544",
3
+ "version": "0.0.0-dev-20230822174453",
4
4
  "description": "Core logic for the toast widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -27,12 +27,12 @@
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/dom-query": "0.0.0-dev-20230816101544",
33
- "@zag-js/dom-event": "0.0.0-dev-20230816101544",
34
- "@zag-js/utils": "0.0.0-dev-20230816101544",
35
- "@zag-js/types": "0.0.0-dev-20230816101544"
30
+ "@zag-js/core": "0.0.0-dev-20230822174453",
31
+ "@zag-js/dom-query": "0.0.0-dev-20230822174453",
32
+ "@zag-js/anatomy": "0.0.0-dev-20230822174453",
33
+ "@zag-js/dom-event": "0.0.0-dev-20230822174453",
34
+ "@zag-js/utils": "0.0.0-dev-20230822174453",
35
+ "@zag-js/types": "0.0.0-dev-20230822174453"
36
36
  },
37
37
  "devDependencies": {
38
38
  "clean-package": "2.2.0"
@@ -149,7 +149,7 @@ type GroupComputedContext = Readonly<{
149
149
  * @computed
150
150
  * The total number of toasts in the group
151
151
  */
152
- readonly count: number
152
+ count: number
153
153
  }>
154
154
 
155
155
  type GroupPrivateContext = Context<{