@goodhood-web/ui 1.9.0 → 1.10.0-development.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/index.d.ts CHANGED
@@ -26,6 +26,7 @@ import { default as LabelPill } from './lib/LabelPill/LabelPill';
26
26
  import { default as Legend } from './lib/Legend/Legend';
27
27
  import { default as Loader } from './lib/Loader/Loader';
28
28
  import { default as Markdown } from './lib/Markdown/Markdown';
29
+ import { default as MarketplaceItemCardless } from './lib/MarketplaceItemCardless/MarketplaceItemCardless';
29
30
  import { default as MenuItem } from './lib/MenuItem/MenuItem';
30
31
  import { default as MenuTile } from './lib/MenuTile/MenuTile';
31
32
  import { default as Modal } from './lib/Modal/Modal';
@@ -52,4 +53,4 @@ import { default as Toggle } from './lib/Toggle/Toggle';
52
53
  import { default as ToggleInput } from './lib/ToggleInput/ToggleInput';
53
54
  import { default as Typography } from './lib/Typography/Typography';
54
55
 
55
- export { ActionBar, Badge, BadgeIcon, BadgeLabel, BodyText, Bookmark, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, Divider, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavItem, Notice, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, Sheet, Snackbar, Sticker, TextArea, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography, };
56
+ export { ActionBar, Badge, BadgeIcon, BadgeLabel, BodyText, Bookmark, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, Divider, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, Loader, Markdown, MarketplaceItemCardless, MenuItem, MenuTile, Modal, NavBar, NavItem, Notice, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, Sheet, Snackbar, Sticker, TextArea, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography, };