@goodhood-web/ui 2.1.0-development.13 → 2.1.0-development.15

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
@@ -1,3 +1,4 @@
1
+ import { default as useCopyToClipboard } from './hooks/useCopyToClipboard';
1
2
  import { default as Badge } from './lib/Atoms/Badges/Badge/Badge';
2
3
  import { default as BadgeIcon } from './lib/Atoms/Badges/BadgeIcon/BadgeIcon';
3
4
  import { default as BadgeLabel } from './lib/Atoms/Badges/BadgeLabel/BadgeLabel';
@@ -56,7 +57,6 @@ import { default as SelectablePillGroup } from './lib/Molecules/Selections/Selec
56
57
  import { default as SwitcherToggle } from './lib/Molecules/Selections/SwitcherToggle/SwitcherToggle';
57
58
  import { default as ToggleInput } from './lib/Molecules/Selections/ToggleInput/ToggleInput';
58
59
  import { default as NavigationTab } from './lib/Molecules/TabBar/NavigationTab/NavigationTab';
59
- import { default as MarketplaceItemCardless } from './lib/Organisms/Cards/MarketplaceItemCardless/MarketplaceItemCardless';
60
60
  import { default as Fieldset } from './lib/Organisms/Forms/Fieldset/Fieldset';
61
61
  import { default as Form } from './lib/Organisms/Forms/Form/Form';
62
62
  import { default as Legend } from './lib/Organisms/Forms/Legend/Legend';
@@ -64,4 +64,4 @@ import { default as BottomSheet } from './lib/Organisms/Modals/BottomSheet/Botto
64
64
  import { default as Modal } from './lib/Organisms/Modals/Modal/Modal';
65
65
  import { default as Popup } from './lib/Organisms/Modals/Popup/Popup';
66
66
  import { default as Sheet } from './lib/Organisms/Modals/Sheet/Sheet';
67
- export { ActionBar, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, CopyLinkButton, Divider, DropdownCard, DropdownHeader, DropdownItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, Loader, Markdown, MarketplaceItemCardless, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, Typography, UserAvatar, UserAvatarCluster, };
67
+ export { ActionBar, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, CopyLinkButton, Divider, DropdownCard, DropdownHeader, DropdownItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, Typography, useCopyToClipboard, UserAvatar, UserAvatarCluster, };