@mailstep/design-system 0.7.78 → 0.7.79-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ui/index.js CHANGED
@@ -27,7 +27,6 @@ import Label from './Elements/Label';
27
27
  import Line from './Elements/Line';
28
28
  import Link from './Elements/Link';
29
29
  import Logo from './Elements/Logo';
30
- import MultiSelect from './Elements/MultiSelect';
31
30
  import Pagination from './Elements/Pagination';
32
31
  import Portal from './Elements/Portal';
33
32
  import ProgressBar from './Elements/ProgressBar';
@@ -46,7 +45,7 @@ import RadioButton from './Forms/RadioButton';
46
45
  import TextArea from './Forms/TextArea';
47
46
  import ThemeProvider from './ThemeProvider';
48
47
  import utils from './utils';
49
- export { DropdownSelect, DatePicker, CommonGrid, Popover, SingleSelect, MultiSelect, Select, Card, CornerDialog, ImageList, LightBox, Modal, Tabs, Alert, Avatar, AsyncSelect, Badge, BorderedBox, Button, Dropdown, ErrorMessage, Icon, Image, Label, Line, Link, Logo, Pagination, Portal, ProgressBar, SimpleLink, SpaceAround, Spinner, Tag, Toast, Toggle, Typography, Checkbox, Input, RadioButton, ThemeProvider, utils, TextArea, LoginPage, LanguageSwitch, SideMenu, Stepper, Scheduler };
48
+ export { DropdownSelect, DatePicker, CommonGrid, Popover, SingleSelect, Select, Card, CornerDialog, ImageList, LightBox, Modal, Tabs, Alert, Avatar, AsyncSelect, Badge, BorderedBox, Button, Dropdown, ErrorMessage, Icon, Image, Label, Line, Link, Logo, Pagination, Portal, ProgressBar, SimpleLink, SpaceAround, Spinner, Tag, Toast, Toggle, Typography, Checkbox, Input, RadioButton, ThemeProvider, utils, TextArea, LoginPage, LanguageSwitch, SideMenu, Stepper, Scheduler };
50
49
  export * from './Blocks/CornerDialog';
51
50
  export * from './Blocks/ImageList';
52
51
  export * from './Blocks/LightBox';
@@ -86,7 +85,6 @@ export * from './Elements/DatePicker';
86
85
  export * from './Blocks/CommonGrid';
87
86
  export * from './Blocks/Popover';
88
87
  export * from './Elements/SingleSelect';
89
- export * from './Elements/MultiSelect';
90
88
  export * from './Elements/Select';
91
89
  export * from './Elements/DropdownSelect';
92
90
  export * from './Forms/TextArea';