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 {
2
2
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 ,
8
9
} from './highlight.types' ;
9
10
export {
10
11
createHighlightContext ,
Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ export {
15
15
// Highlight
16
16
export {
17
17
createHighlightContext ,
18
- type Direction ,
18
+ Direction ,
19
19
type HighlightChangeHandler ,
20
20
type HighlightContextProps ,
21
21
type HighlightContextType ,
22
22
type HighlightHookReturnType ,
23
23
HighlightProvider ,
24
24
type Index ,
25
+ Position ,
25
26
useHighlight ,
26
27
useHighlightContext ,
27
28
type UseHighlightOptions ,
You can’t perform that action at this time.
0 commit comments