Skip to content

Commit

Permalink
feature. Remove deprecated components regarding SearchBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyeop committed May 14, 2024
1 parent cd5f8cb commit a7c4ee7
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 849 deletions.
33 changes: 0 additions & 33 deletions src/components/data-container/search-box/TSearchBox.interface.ts

This file was deleted.

120 changes: 0 additions & 120 deletions src/components/data-container/search-box/TSearchBox.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions src/components/data-container/search-box/TSearchBoxContext.ts

This file was deleted.

70 changes: 0 additions & 70 deletions src/components/data-container/search-box/TSearchBoxItem.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions src/components/data-container/search-box/TSearchBoxRow.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/data-container/search-box/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export * from './data-container/form-section';
export * from './data-container/action-bar';
export * from './data-container/highlight-text';
export * from './data-container/pagination';
export * from './data-container/search-box';
export * from './data-container/tab-box';
export * from './data-container/step-box';
export * from './data-container/card';
Expand Down
1 change: 0 additions & 1 deletion src/styles/component/Components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@import 'button/icon-button/TIconButton';

// data-container
@import 'data-container/search-box/TSearchBox.scss';
@import 'data-container/data-grid/TDataGrid.scss';
@import 'data-container/highlight-text/THighlightText.scss';
@import 'data-container/drop-holder/TDropHolder.scss';
Expand Down
Loading

0 comments on commit a7c4ee7

Please sign in to comment.