Skip to content

Commit c99e794

Browse files
authored
v0.2.16
2 parents a70696c + 84039eb commit c99e794

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/design-system",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"description": "Design System by Channel",
55
"repository": {
66
"type": "git",

src/components/Overlay/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* Internal dependencies */
22
import Overlay from './Overlay'
3-
import OverlayPosition from './OverlayPosition'
3+
import type OverlayPosition from './OverlayPosition'
44
import type OverlayProps from './Overlay.types'
55

66
export type {
77
OverlayProps,
8+
OverlayPosition,
89
}
910

1011
export {
1112
Overlay,
12-
OverlayPosition,
1313
}

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export * from './components/List/ListMenuTitle'
1616
export * from './components/List/ListMenuGroup'
1717
export * from './components/List/ListItem'
1818
export * from './components/Overlay'
19+
export * from './components/Editor'
1920

2021
/* Layout */
2122
export * from './layout/GNB'

0 commit comments

Comments
 (0)