@goodhood-web/ui 3.3.0-development.30 → 3.3.0-development.31

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
@@ -24,6 +24,7 @@ import { default as MenuTile } from './lib/Atoms/Buttons/Tiles/MenuTile/MenuTile
24
24
  import { default as AvatarWithPlaceholder } from './lib/Atoms/Content/AvatarWithPlaceholder/AvatarWithPlaceholder';
25
25
  import { default as BodyText } from './lib/Atoms/Content/BodyText/BodyText';
26
26
  import { GalleryPlaceholder } from './lib/Atoms/Content/GalleryPlaceholder/GalleryPlaceholder';
27
+ import { default as List } from './lib/Atoms/Content/List/List';
27
28
  import { default as PlaceholderThumbnail } from './lib/Atoms/Content/PlaceholderThumbnail/PlaceholderThumbnail';
28
29
  import { default as PoiAvatar } from './lib/Atoms/Content/PoiAvatar/PoiAvatar';
29
30
  import { default as Thumbnail } from './lib/Atoms/Content/Thumbnail/Thumbnail';
@@ -84,4 +85,4 @@ import { default as Modal } from './lib/Organisms/Modals/Modal/Modal';
84
85
  import { default as Popup } from './lib/Organisms/Modals/Popup/Popup';
85
86
  import { default as Sheet } from './lib/Organisms/Modals/Sheet/Sheet';
86
87
  export * from './lib/Base/Typography';
87
- export { Accordion, AccordionItem, ActionBar, AvatarWithPlaceholder, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonGoogleSSO, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CarouselNavigation, CarouselIndicator, CheckboxInput, CopyLinkButton, ContentCreatorTile, DateTimeInput, Divider, DropdownCard, DropdownHeader, DropdownItem, PopupItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, FlagIcon, Form, GalleryPlaceholder, Icon, IconButton, Image, InputFieldSpecial, LogoBadgeCompact, LogoBadgeSpacious, LogoTextHorizontal, LogoTextVertical, LabelPill, Legend, ListItem, ListItemCluster, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavigationTab, NavItem, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, PoiAvatar, Popup, ProgressBar, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, SocialIcon, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, useCopyToClipboard, UserAvatar, UserAvatarCluster, };
88
+ export { Accordion, AccordionItem, ActionBar, AvatarWithPlaceholder, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonGoogleSSO, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CarouselNavigation, CarouselIndicator, CheckboxInput, CopyLinkButton, ContentCreatorTile, DateTimeInput, Divider, DropdownCard, DropdownHeader, DropdownItem, PopupItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, FlagIcon, Form, GalleryPlaceholder, Icon, IconButton, Image, InputFieldSpecial, LogoBadgeCompact, LogoBadgeSpacious, LogoTextHorizontal, LogoTextVertical, LabelPill, Legend, List, ListItem, ListItemCluster, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavigationTab, NavItem, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, PoiAvatar, Popup, ProgressBar, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, SocialIcon, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, useCopyToClipboard, UserAvatar, UserAvatarCluster, };