@zag-js/toast 0.58.2 → 0.58.3
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 +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -279,7 +279,7 @@ declare function groupMachine<T = any>(userContext: UserDefinedGroupContext): _z
|
|
|
279
279
|
|
|
280
280
|
declare function createToastMachine<T>(options: Options<T>): _zag_js_core.Machine<MachineContext<T>, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
|
|
281
281
|
|
|
282
|
-
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"title" | "root" | "
|
|
282
|
+
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"title" | "root" | "group" | "description" | "actionTrigger" | "closeTrigger">;
|
|
283
283
|
|
|
284
284
|
declare function connect<T extends PropTypes, O>(state: State<O>, send: Send, normalize: NormalizeProps<T>): MachineApi<T, O>;
|
|
285
285
|
|
package/dist/index.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare function groupMachine<T = any>(userContext: UserDefinedGroupContext): _z
|
|
|
279
279
|
|
|
280
280
|
declare function createToastMachine<T>(options: Options<T>): _zag_js_core.Machine<MachineContext<T>, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
|
|
281
281
|
|
|
282
|
-
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"title" | "root" | "
|
|
282
|
+
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"title" | "root" | "group" | "description" | "actionTrigger" | "closeTrigger">;
|
|
283
283
|
|
|
284
284
|
declare function connect<T extends PropTypes, O>(state: State<O>, send: Send, normalize: NormalizeProps<T>): MachineApi<T, O>;
|
|
285
285
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/toast",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.3",
|
|
4
4
|
"description": "Core logic for the toast 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.58.
|
|
31
|
-
"@zag-js/
|
|
32
|
-
"@zag-js/
|
|
33
|
-
"@zag-js/dismissable": "0.58.
|
|
34
|
-
"@zag-js/dom-event": "0.58.
|
|
35
|
-
"@zag-js/utils": "0.58.
|
|
36
|
-
"@zag-js/types": "0.58.
|
|
30
|
+
"@zag-js/anatomy": "0.58.3",
|
|
31
|
+
"@zag-js/core": "0.58.3",
|
|
32
|
+
"@zag-js/dom-query": "0.58.3",
|
|
33
|
+
"@zag-js/dismissable": "0.58.3",
|
|
34
|
+
"@zag-js/dom-event": "0.58.3",
|
|
35
|
+
"@zag-js/utils": "0.58.3",
|
|
36
|
+
"@zag-js/types": "0.58.3"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"clean-package": "2.2.0"
|