Skip to content

Commit eca5421

Browse files
committed
refactor(MultiSelect): rename MultiSelectNew to MultiSelect, remove old MultiSelect
1 parent 202d109 commit eca5421

File tree

8 files changed

+402
-1787
lines changed

8 files changed

+402
-1787
lines changed

js/index.esm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export { default as Dropdown } from './src/dropdown'
1616
export { default as LoadingButton } from './src/loading-button'
1717
export { default as Modal } from './src/modal'
1818
export { default as MultiSelect } from './src/multi-select'
19-
export { default as MultiSelectNew } from './src/multi-select-new'
2019
export { default as Navigation } from './src/navigation'
2120
export { default as Offcanvas } from './src/offcanvas'
2221
export { default as Popover } from './src/popover'

js/index.umd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import Dropdown from './src/dropdown'
1616
import LoadingButton from './src/loading-button'
1717
import Modal from './src/modal'
1818
import MultiSelect from './src/multi-select'
19-
import MultiSelectNew from './src/multi-select-new'
2019
import Navigation from './src/navigation'
2120
import OffCanvas from './src/offcanvas'
2221
import Popover from './src/popover'
@@ -39,7 +38,6 @@ export default {
3938
LoadingButton,
4039
Modal,
4140
MultiSelect,
42-
MultiSelectNew,
4341
Navigation,
4442
OffCanvas,
4543
Popover,

0 commit comments

Comments
 (0)