File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @leafygreen-ui/descendants ' : minor
3+ ---
4+
5+ Exports ` Position ` enum. Removes type annotation from ` Direction ` export
Original file line number Diff line number Diff line change 1- export type {
1+ export {
22 Direction ,
3- HighlightChangeHandler ,
4- HighlightContextProps ,
5- HighlightHookReturnType ,
6- Index ,
7- UseHighlightOptions ,
3+ type HighlightChangeHandler ,
4+ type HighlightContextProps ,
5+ type HighlightHookReturnType ,
6+ type Index ,
7+ Position ,
8+ type UseHighlightOptions ,
89} from './highlight.types' ;
910export {
1011 createHighlightContext ,
Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ export {
1515// Highlight
1616export {
1717 createHighlightContext ,
18- type Direction ,
18+ Direction ,
1919 type HighlightChangeHandler ,
2020 type HighlightContextProps ,
2121 type HighlightContextType ,
2222 type HighlightHookReturnType ,
2323 HighlightProvider ,
2424 type Index ,
25+ Position ,
2526 useHighlight ,
2627 useHighlightContext ,
2728 type UseHighlightOptions ,
You can’t perform that action at this time.
0 commit comments