@goodhood-web/ui 1.2.0-development.17 → 1.2.0-development.19

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/index.d.ts CHANGED
@@ -14,18 +14,19 @@ import IconButton from './lib/IconButton/IconButton';
14
14
  import Image from './lib/Image/Image';
15
15
  import LabelPill from './lib/LabelPill/LabelPill';
16
16
  import Legend from './lib/Legend/Legend';
17
+ import Loader from './lib/Loader/Loader';
17
18
  import Markdown from './lib/Markdown/Markdown';
18
19
  import MenuItem from './lib/MenuItem/MenuItem';
20
+ import Modal from './lib/Modal/Modal';
19
21
  import NavBar from './lib/NavBar/NavBar';
20
22
  import NavItem from './lib/NavBar/NavItem/NavItem';
21
23
  import NotificationBubble from './lib/NotificationBubble/NotificationBubble';
22
24
  import PlaceholderThumbnail from './lib/PlaceholderThumbnail/PlaceholderThumbnail';
23
25
  import Popup from './lib/Popup/Popup';
24
- import SmartLink from './lib/SmartLink/SmartLink';
25
26
  import TextButton from './lib/TextButton/TextButton';
26
27
  import TextInput from './lib/TextInput/TextInput';
27
28
  import Thumbnail from './lib/Thumbnail/Thumbnail';
28
29
  import Toggle from './lib/Toggle/Toggle';
29
30
  import ToggleInput from './lib/ToggleInput/ToggleInput';
30
31
  import Typography from './lib/Typography/Typography';
31
- export { AccordionItem, Accordion, BaseButton, Button, ButtonPrimary, Card, CardBody, CardHeader, Divider, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, MenuItem, NavBar, NavItem, NotificationBubble, PlaceholderThumbnail, Popup, SmartLink, TextButton, TextInput, Thumbnail, Toggle, ToggleInput, Typography, Markdown, };
32
+ export { Accordion, AccordionItem, BaseButton, Button, ButtonPrimary, Card, CardBody, CardHeader, Divider, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, Loader, Markdown, MenuItem, Modal, NavBar, NavItem, NotificationBubble, PlaceholderThumbnail, Popup, TextButton, TextInput, Thumbnail, Toggle, ToggleInput, Typography, };