File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
packages/machines/floating-panel/src Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @zag-js/floating-panel " : patch
3
+ ---
4
+
5
+ Export missing types from floating panel
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.9.2] ( ./#1.9.2 ) - 2025-04-10
10
+
11
+ ### Fixed
12
+
13
+ - ** Floating Panel** : Fix issue where ` StageTriggerProps ` and ` AnchorPositionDetails ` was not exported
14
+
9
15
## [ 1.9.1] ( ./#1.9.1 ) - 2025-04-10
10
16
11
17
### Changed
Original file line number Diff line number Diff line change 1
- export { anatomy as floating } from "./floating-panel.anatomy"
1
+ export { anatomy } from "./floating-panel.anatomy"
2
2
export { connect } from "./floating-panel.connect"
3
3
export { machine } from "./floating-panel.machine"
4
4
export * from "./floating-panel.props"
@@ -14,4 +14,8 @@ export type {
14
14
FloatingPanelService as Service ,
15
15
SizeChangeDetails ,
16
16
StageChangeDetails ,
17
+ StageTriggerProps ,
18
+ AnchorPositionDetails ,
19
+ IntlTranslations ,
20
+ Stage ,
17
21
} from "./floating-panel.types"
You can’t perform that action at this time.
0 commit comments