@zag-js/collapsible
Advanced tools
Comparing version 1.2.1 to 1.3.0
import * as _zag_js_anatomy from '@zag-js/anatomy'; | ||
import * as _zag_js_core from '@zag-js/core'; | ||
import { Service, Machine } from '@zag-js/core'; | ||
import { Machine, Service } from '@zag-js/core'; | ||
import { CommonProperties, DirectionProperty, PropTypes, NormalizeProps } from '@zag-js/types'; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@zag-js/collapsible", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Core logic for the collapsible widget implemented as a state machine", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/anatomy": "1.2.1", | ||
"@zag-js/core": "1.2.1", | ||
"@zag-js/dom-query": "1.2.1", | ||
"@zag-js/utils": "1.2.1", | ||
"@zag-js/types": "1.2.1" | ||
"@zag-js/anatomy": "1.3.0", | ||
"@zag-js/core": "1.3.0", | ||
"@zag-js/dom-query": "1.3.0", | ||
"@zag-js/utils": "1.3.0", | ||
"@zag-js/types": "1.3.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+ Added@zag-js/anatomy@1.3.0(transitive)
+ Added@zag-js/core@1.3.0(transitive)
+ Added@zag-js/dom-query@1.3.0(transitive)
+ Added@zag-js/types@1.3.0(transitive)
+ Added@zag-js/utils@1.3.0(transitive)
- Removed@zag-js/anatomy@1.2.1(transitive)
- Removed@zag-js/core@1.2.1(transitive)
- Removed@zag-js/dom-query@1.2.1(transitive)
- Removed@zag-js/types@1.2.1(transitive)
- Removed@zag-js/utils@1.2.1(transitive)
Updated@zag-js/anatomy@1.3.0
Updated@zag-js/core@1.3.0
Updated@zag-js/dom-query@1.3.0
Updated@zag-js/types@1.3.0
Updated@zag-js/utils@1.3.0