Skip to content

Commit

Permalink
676: Merge enhanced / standard text inputs (#680)
Browse files Browse the repository at this point in the history
* move leading / trailing to input

* fix existing tests

* add leading / trailing tests

* examples and remove theme

* update readme
  • Loading branch information
tomdye authored Mar 11, 2019
1 parent feba419 commit 14bcab5
Show file tree
Hide file tree
Showing 17 changed files with 195 additions and 640 deletions.
1 change: 0 additions & 1 deletion .dojorc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"src/checkbox",
"src/combobox",
"src/dialog",
"src/enhanced-text-input",
"src/icon",
"src/grid",
"src/label",
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ Live examples of current widgets are available in the [widget showcase](https://

[ComboBox](src/combobox/README.md)

[EnhancedTextInput](src/enhanced-text-input/README.md)

[Label](src/label/README.md)

[Listbox](src/listbox/README.md)
Expand Down
1 change: 0 additions & 1 deletion src/common/example/example.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
@import '../../slider/styles/slider.m.css';
@import '../../theme/slider.m.css';
@import '../../split-pane/styles/split-pane.m.css';
@import '../../theme/enhanced-text-input.m.css';
@import '../../theme/split-pane.m.css';
@import '../../theme/tab-controller.m.css';
@import '../../theme/text-area.m.css';
Expand Down
1 change: 0 additions & 1 deletion src/common/example/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const modules = [
'tab-controller',
'text-area',
'text-input',
'enhanced-text-input',
'time-picker',
'title-pane',
'toolbar',
Expand Down
1 change: 0 additions & 1 deletion src/common/tests/unit/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import '../../../calendar/tests/unit/DatePicker';
import '../../../checkbox/tests/unit/Checkbox';
import '../../../combobox/tests/unit/ComboBox';
import '../../../dialog/tests/unit/Dialog';
import '../../../enhanced-text-input/tests/unit/EnhancedTextInput';
import '../../../global-event/tests/unit/GlobalEvent';
import '../../../grid/tests/unit/all';
import '../../../icon/tests/unit/Icon';
Expand Down
56 changes: 0 additions & 56 deletions src/enhanced-text-input/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions src/enhanced-text-input/example/index.ts

This file was deleted.

82 changes: 0 additions & 82 deletions src/enhanced-text-input/index.ts

This file was deleted.

Loading

0 comments on commit 14bcab5

Please sign in to comment.