Skip to content

Commit

Permalink
v0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo0122 authored Oct 28, 2020
2 parents a70696c + 84039eb commit c99e794
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/design-system",
"version": "0.2.15",
"version": "0.2.16",
"description": "Design System by Channel",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Overlay/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* Internal dependencies */
import Overlay from './Overlay'
import OverlayPosition from './OverlayPosition'
import type OverlayPosition from './OverlayPosition'
import type OverlayProps from './Overlay.types'

export type {
OverlayProps,
OverlayPosition,
}

export {
Overlay,
OverlayPosition,
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export * from './components/List/ListMenuTitle'
export * from './components/List/ListMenuGroup'
export * from './components/List/ListItem'
export * from './components/Overlay'
export * from './components/Editor'

/* Layout */
export * from './layout/GNB'
Expand Down

0 comments on commit c99e794

Please sign in to comment.