Skip to content

Commit c888a28

Browse files
committed
feat(MultiSelectNew): the initial release of refactored multi-select component
1 parent 9775d05 commit c888a28

File tree

6 files changed

+1524
-0
lines changed

6 files changed

+1524
-0
lines changed

js/index.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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'
1920
export { default as Navigation } from './src/navigation'
2021
export { default as Offcanvas } from './src/offcanvas'
2122
export { default as Popover } from './src/popover'

js/index.umd.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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'
1920
import Navigation from './src/navigation'
2021
import OffCanvas from './src/offcanvas'
2122
import Popover from './src/popover'
@@ -38,6 +39,7 @@ export default {
3839
LoadingButton,
3940
Modal,
4041
MultiSelect,
42+
MultiSelectNew,
4143
Navigation,
4244
OffCanvas,
4345
Popover,

0 commit comments

Comments
 (0)