@zag-js/toast 0.30.0 → 0.31.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -270,4 +270,4 @@ declare const group: {
|
|
|
270
270
|
machine: typeof groupMachine;
|
|
271
271
|
};
|
|
272
272
|
|
|
273
|
-
export { MachineApi as Api, DefaultGenericOptions, GenericOptions, GroupMachineApi as GroupApi, GroupMachineContext, GroupProps, GroupState, MachineContext, Placement, PromiseOptions, Service, ToastOptions, Type, anatomy, connect, createToastMachine as createMachine, group };
|
|
273
|
+
export { type MachineApi as Api, type DefaultGenericOptions, type GenericOptions, type GroupMachineApi as GroupApi, type GroupMachineContext, type GroupProps, type GroupState, type MachineContext, type Placement, type PromiseOptions, type Service, type ToastOptions, type Type, anatomy, connect, createToastMachine as createMachine, group };
|
package/dist/index.d.ts
CHANGED
|
@@ -270,4 +270,4 @@ declare const group: {
|
|
|
270
270
|
machine: typeof groupMachine;
|
|
271
271
|
};
|
|
272
272
|
|
|
273
|
-
export { MachineApi as Api, DefaultGenericOptions, GenericOptions, GroupMachineApi as GroupApi, GroupMachineContext, GroupProps, GroupState, MachineContext, Placement, PromiseOptions, Service, ToastOptions, Type, anatomy, connect, createToastMachine as createMachine, group };
|
|
273
|
+
export { type MachineApi as Api, type DefaultGenericOptions, type GenericOptions, type GroupMachineApi as GroupApi, type GroupMachineContext, type GroupProps, type GroupState, type MachineContext, type Placement, type PromiseOptions, type Service, type ToastOptions, type Type, anatomy, connect, createToastMachine as createMachine, group };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/toast",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
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/
|
|
31
|
-
"@zag-js/
|
|
32
|
-
"@zag-js/
|
|
33
|
-
"@zag-js/dom-
|
|
34
|
-
"@zag-js/
|
|
35
|
-
"@zag-js/types": "0.
|
|
30
|
+
"@zag-js/anatomy": "0.31.0",
|
|
31
|
+
"@zag-js/core": "0.31.0",
|
|
32
|
+
"@zag-js/dom-query": "0.31.0",
|
|
33
|
+
"@zag-js/dom-event": "0.31.0",
|
|
34
|
+
"@zag-js/utils": "0.31.0",
|
|
35
|
+
"@zag-js/types": "0.31.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"clean-package": "2.2.0"
|