Skip to content

Commit

Permalink
Removed shape arg type and shape picker component (elastic#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed May 21, 2018
1 parent b1b5486 commit 0fcdb82
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 138 deletions.
4 changes: 0 additions & 4 deletions public/components/shape_picker/index.js

This file was deleted.

74 changes: 0 additions & 74 deletions public/components/shape_picker/shape_picker.js

This file was deleted.

31 changes: 0 additions & 31 deletions public/components/shape_picker/shape_picker.less

This file was deleted.

2 changes: 0 additions & 2 deletions public/expression_types/arg_types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { number } from './number';
import { palette } from './palette';
import { select } from './select';
import { seriesStyle } from './series_style';
import { shape } from './shape';
import { textarea } from './textarea';
import { string } from './string';
import { font } from './font';
Expand All @@ -26,6 +25,5 @@ export const argTypeSpecs = [
select,
string,
seriesStyle,
shape,
textarea,
];
27 changes: 0 additions & 27 deletions public/expression_types/arg_types/shape.js

This file was deleted.

0 comments on commit 0fcdb82

Please sign in to comment.