Skip to content

Commit dbf331c

Browse files
committed
chore: update types
1 parent 7fd0959 commit dbf331c

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.changeset/legal-trams-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@zag-js/floating-panel": patch
3+
---
4+
5+
Export missing types from floating panel

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
77
## [Unreleased]
88

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+
915
## [1.9.1](./#1.9.1) - 2025-04-10
1016

1117
### Changed

packages/machines/floating-panel/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { anatomy as floating } from "./floating-panel.anatomy"
1+
export { anatomy } from "./floating-panel.anatomy"
22
export { connect } from "./floating-panel.connect"
33
export { machine } from "./floating-panel.machine"
44
export * from "./floating-panel.props"
@@ -14,4 +14,8 @@ export type {
1414
FloatingPanelService as Service,
1515
SizeChangeDetails,
1616
StageChangeDetails,
17+
StageTriggerProps,
18+
AnchorPositionDetails,
19+
IntlTranslations,
20+
Stage,
1721
} from "./floating-panel.types"

0 commit comments

Comments
 (0)