@zag-js/toast 1.26.5 → 1.27.1

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
@@ -369,4 +369,4 @@ declare const group: {
369
369
  machine: _zag_js_core.Machine<ToastGroupSchema>;
370
370
  };
371
371
 
372
- export { type ActionOptions, type ToastApi as Api, type ToastGroupApi as GroupApi, type ToastGroupMachine as GroupMachine, type ToastGroupProps as GroupProps, type ToastGroupService as GroupService, type ToastMachine as Machine, type Options, type Placement, type PromiseOptions, type ToastProps as Props, type ToastService as Service, type Status, type StatusChangeDetails, type ToastStore as Store, type ToastStoreProps as StoreProps, type Type, anatomy, connect, createToastStore as createStore, group, machine };
372
+ export { type ActionOptions, type ToastApi as Api, type ToastGroupApi as GroupApi, type ToastGroupMachine as GroupMachine, type ToastGroupProps as GroupProps, type ToastGroupService as GroupService, type ToastMachine as Machine, type Options, type Placement, type PromiseOptions, type ToastProps as Props, type ToastService as Service, type Status, type StatusChangeDetails, type ToastStore as Store, type ToastStoreProps as StoreProps, type ToastHeight, type Type, anatomy, connect, createToastStore as createStore, group, machine };
package/dist/index.d.ts CHANGED
@@ -369,4 +369,4 @@ declare const group: {
369
369
  machine: _zag_js_core.Machine<ToastGroupSchema>;
370
370
  };
371
371
 
372
- export { type ActionOptions, type ToastApi as Api, type ToastGroupApi as GroupApi, type ToastGroupMachine as GroupMachine, type ToastGroupProps as GroupProps, type ToastGroupService as GroupService, type ToastMachine as Machine, type Options, type Placement, type PromiseOptions, type ToastProps as Props, type ToastService as Service, type Status, type StatusChangeDetails, type ToastStore as Store, type ToastStoreProps as StoreProps, type Type, anatomy, connect, createToastStore as createStore, group, machine };
372
+ export { type ActionOptions, type ToastApi as Api, type ToastGroupApi as GroupApi, type ToastGroupMachine as GroupMachine, type ToastGroupProps as GroupProps, type ToastGroupService as GroupService, type ToastMachine as Machine, type Options, type Placement, type PromiseOptions, type ToastProps as Props, type ToastService as Service, type Status, type StatusChangeDetails, type ToastStore as Store, type ToastStoreProps as StoreProps, type ToastHeight, type Type, anatomy, connect, createToastStore as createStore, group, machine };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/toast",
3
- "version": "1.26.5",
3
+ "version": "1.27.1",
4
4
  "description": "Core logic for the toast widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -26,12 +26,12 @@
26
26
  "url": "https://github.com/chakra-ui/zag/issues"
27
27
  },
28
28
  "dependencies": {
29
- "@zag-js/anatomy": "1.26.5",
30
- "@zag-js/core": "1.26.5",
31
- "@zag-js/dom-query": "1.26.5",
32
- "@zag-js/dismissable": "1.26.5",
33
- "@zag-js/utils": "1.26.5",
34
- "@zag-js/types": "1.26.5"
29
+ "@zag-js/anatomy": "1.27.1",
30
+ "@zag-js/core": "1.27.1",
31
+ "@zag-js/dom-query": "1.27.1",
32
+ "@zag-js/dismissable": "1.27.1",
33
+ "@zag-js/utils": "1.27.1",
34
+ "@zag-js/types": "1.27.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "clean-package": "2.2.0"