Skip to content

Commit

Permalink
feat(bundle): add search
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Oct 7, 2019
1 parent dcf7767 commit 0e00123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@spectrum-web-components/popover": "^0.1.3",
"@spectrum-web-components/radio": "^0.1.3",
"@spectrum-web-components/radio-group": "^0.1.3",
"@spectrum-web-components/search": "^0.0.1",
"@spectrum-web-components/sidenav": "^0.1.3",
"@spectrum-web-components/slider": "^0.1.3",
"@spectrum-web-components/switch": "^0.1.3",
Expand Down
1 change: 1 addition & 0 deletions packages/bundle/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export * from '@spectrum-web-components/overlay-trigger';
export * from '@spectrum-web-components/popover';
export * from '@spectrum-web-components/radio';
export * from '@spectrum-web-components/radio-group';
export * from '@spectrum-web-components/search';
export * from '@spectrum-web-components/sidenav';
export * from '@spectrum-web-components/slider';
export * from '@spectrum-web-components/switch';
Expand Down
1 change: 1 addition & 0 deletions packages/bundle/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
{ "path": "../overlay-trigger" },
{ "path": "../radio" },
{ "path": "../radio-group" },
{ "path": "../search" },
{ "path": "../sidenav" },
{ "path": "../slider" },
{ "path": "../switch" },
Expand Down

0 comments on commit 0e00123

Please sign in to comment.