Skip to content

Commit

Permalink
Merge pull request #335 from dcos-labs/mp/feat/DCOS-54216-legacy-drop…
Browse files Browse the repository at this point in the history
…down

[spike] DCOS-54216: port Dropdown from reactjs-components
  • Loading branch information
Philipp Hinrichsen authored Jun 21, 2019
2 parents 75f1a8f + dfb004d commit 5c35608
Show file tree
Hide file tree
Showing 11 changed files with 2,407 additions and 2 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
},
"peerDependencies": {
"react": ">=16.2.0 <16.9.0 || 16.7.0-alpha.0",
"react-dom": ">=16.2.0 <16.9.0 || 16.7.0-alpha.0"
"react-dom": ">=16.2.0 <16.9.0 || 16.7.0-alpha.0",
"react-gemini-scrollbar": "^2.1.5 || ^2.3.0"
},
"devDependencies": {
"acorn": "^6.0.5",
Expand Down Expand Up @@ -103,6 +104,7 @@
"file-loader": "2.0.0",
"fork-ts-checker-webpack-plugin": "0.5.2",
"fs-extra": "7.0.0",
"react-gemini-scrollbar": "2.3.x",
"jest": "23.6.0",
"jest-emotion": "9.2.11",
"jest-runner-prettier": "0.2.6",
Expand Down
3 changes: 2 additions & 1 deletion packages/legacy/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Tooltip } from "./src/Tooltip/Tooltip";
import { Dropdown } from "./src/Dropdown/Dropdown";

export { Tooltip };
export { Dropdown, Tooltip };
Loading

0 comments on commit 5c35608

Please sign in to comment.