@goodhood-web/ui 1.6.0-development.40 → 1.6.0-development.42

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
@@ -19,6 +19,7 @@ import { default as Legend } from './lib/Legend/Legend';
19
19
  import { default as Loader } from './lib/Loader/Loader';
20
20
  import { default as Markdown } from './lib/Markdown/Markdown';
21
21
  import { default as MenuItem } from './lib/MenuItem/MenuItem';
22
+ import { default as Modal } from './lib/Modal/Modal';
22
23
  import { default as NavBar } from './lib/NavBar/NavBar';
23
24
  import { default as NavItem } from './lib/NavBar/NavItem/NavItem';
24
25
  import { default as NotificationBubble } from './lib/NotificationBubble/NotificationBubble';
@@ -39,4 +40,4 @@ import { default as Toggle } from './lib/Toggle/Toggle';
39
40
  import { default as ToggleInput } from './lib/ToggleInput/ToggleInput';
40
41
  import { default as Typography } from './lib/Typography/Typography';
41
42
 
42
- export { Accordion, AccordionItem, Badge, BadgeIcon, BadgeLabel, Button, ButtonPrimary, Card, CardBody, CardHeader, Divider, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, Loader, Markdown, MenuItem, Sheet, NavBar, NavItem, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, Sticker, TextArea, TextButton, TextInput, Thumbnail, Tile, Toggle, ToggleInput, Typography, };
43
+ export { Accordion, AccordionItem, Badge, BadgeIcon, BadgeLabel, Button, ButtonPrimary, Card, CardBody, CardHeader, Divider, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, Loader, Markdown, MenuItem, Modal, Sheet, NavBar, NavItem, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, Sticker, TextArea, TextButton, TextInput, Thumbnail, Tile, Toggle, ToggleInput, Typography, };