@zag-js/tabs 0.30.0 → 0.31.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -135,4 +135,4 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
|
|
|
135
135
|
|
|
136
136
|
declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
|
|
137
137
|
|
|
138
|
-
export { MachineApi as Api, ContentProps, UserDefinedContext as Context, ElementIds, FocusChangeDetails, IntlTranslations, TriggerProps, ValueChangeDetails, anatomy, connect, machine };
|
|
138
|
+
export { type MachineApi as Api, type ContentProps, type UserDefinedContext as Context, type ElementIds, type FocusChangeDetails, type IntlTranslations, type TriggerProps, type ValueChangeDetails, anatomy, connect, machine };
|
package/dist/index.d.ts
CHANGED
|
@@ -135,4 +135,4 @@ declare function connect<T extends PropTypes>(state: State, send: Send, normaliz
|
|
|
135
135
|
|
|
136
136
|
declare function machine(userContext: UserDefinedContext): _zag_js_core.Machine<MachineContext, MachineState, _zag_js_core.StateMachine.AnyEventObject>;
|
|
137
137
|
|
|
138
|
-
export { MachineApi as Api, ContentProps, UserDefinedContext as Context, ElementIds, FocusChangeDetails, IntlTranslations, TriggerProps, ValueChangeDetails, anatomy, connect, machine };
|
|
138
|
+
export { type MachineApi as Api, type ContentProps, type UserDefinedContext as Context, type ElementIds, type FocusChangeDetails, type IntlTranslations, type TriggerProps, type ValueChangeDetails, anatomy, connect, machine };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/tabs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.1",
|
|
4
4
|
"description": "Core logic for the tabs widget implemented as a state machine",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"url": "https://github.com/chakra-ui/zag/issues"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@zag-js/anatomy": "0.
|
|
31
|
-
"@zag-js/
|
|
32
|
-
"@zag-js/dom-
|
|
33
|
-
"@zag-js/
|
|
34
|
-
"@zag-js/
|
|
35
|
-
"@zag-js/
|
|
36
|
-
"@zag-js/core": "0.
|
|
37
|
-
"@zag-js/
|
|
30
|
+
"@zag-js/anatomy": "0.31.1",
|
|
31
|
+
"@zag-js/dom-query": "0.31.1",
|
|
32
|
+
"@zag-js/dom-event": "0.31.1",
|
|
33
|
+
"@zag-js/element-rect": "0.31.1",
|
|
34
|
+
"@zag-js/tabbable": "0.31.1",
|
|
35
|
+
"@zag-js/utils": "0.31.1",
|
|
36
|
+
"@zag-js/core": "0.31.1",
|
|
37
|
+
"@zag-js/types": "0.31.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"clean-package": "2.2.0"
|