@zag-js/toast 1.38.0 → 1.38.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.
|
@@ -56,6 +56,7 @@ function groupConnect(service, normalize) {
|
|
|
56
56
|
...import_toast.parts.group.attrs,
|
|
57
57
|
dir: prop("dir"),
|
|
58
58
|
tabIndex: -1,
|
|
59
|
+
role: "region",
|
|
59
60
|
"aria-label": `${label}, ${placement} (${hotkeyLabel})`,
|
|
60
61
|
id: dom.getRegionId(placement),
|
|
61
62
|
"data-placement": placement,
|
package/dist/toast.anatomy.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _zag_js_anatomy from '@zag-js/anatomy';
|
|
2
2
|
|
|
3
|
-
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"
|
|
4
|
-
declare const parts: Record<"
|
|
3
|
+
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"group" | "title" | "root" | "description" | "actionTrigger" | "closeTrigger">;
|
|
4
|
+
declare const parts: Record<"group" | "title" | "root" | "description" | "actionTrigger" | "closeTrigger", _zag_js_anatomy.AnatomyPart>;
|
|
5
5
|
|
|
6
6
|
export { anatomy, parts };
|
package/dist/toast.anatomy.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _zag_js_anatomy from '@zag-js/anatomy';
|
|
2
2
|
|
|
3
|
-
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"
|
|
4
|
-
declare const parts: Record<"
|
|
3
|
+
declare const anatomy: _zag_js_anatomy.AnatomyInstance<"group" | "title" | "root" | "description" | "actionTrigger" | "closeTrigger">;
|
|
4
|
+
declare const parts: Record<"group" | "title" | "root" | "description" | "actionTrigger" | "closeTrigger", _zag_js_anatomy.AnatomyPart>;
|
|
5
5
|
|
|
6
6
|
export { anatomy, parts };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/toast",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.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.38.
|
|
30
|
-
"@zag-js/core": "1.38.
|
|
31
|
-
"@zag-js/dom-query": "1.38.
|
|
32
|
-
"@zag-js/dismissable": "1.38.
|
|
33
|
-
"@zag-js/utils": "1.38.
|
|
34
|
-
"@zag-js/types": "1.38.
|
|
29
|
+
"@zag-js/anatomy": "1.38.1",
|
|
30
|
+
"@zag-js/core": "1.38.1",
|
|
31
|
+
"@zag-js/dom-query": "1.38.1",
|
|
32
|
+
"@zag-js/dismissable": "1.38.1",
|
|
33
|
+
"@zag-js/utils": "1.38.1",
|
|
34
|
+
"@zag-js/types": "1.38.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"clean-package": "2.2.0"
|