@goodhood-web/ui 3.3.0-development.20 → 3.3.0-development.22

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
@@ -44,6 +44,10 @@ import { default as TextAreaInput } from './lib/Atoms/Inputs/TextAreaInput/TextA
44
44
  import { default as TextInput } from './lib/Atoms/Inputs/TextInput/TextInput';
45
45
  import { default as Toggle } from './lib/Atoms/Inputs/Toggle/Toggle';
46
46
  import { default as Loader } from './lib/Atoms/Loader/Loader';
47
+ import { default as LogoBadgeCompact } from './lib/Atoms/Logos/logo_badge/compact.svg?react';
48
+ import { default as LogoBadgeSpacious } from './lib/Atoms/Logos/logo_badge/spacious.svg?react';
49
+ import { default as LogoTextHorizontal } from './lib/Atoms/Logos/logo_text/horizontal.svg?react';
50
+ import { default as LogoTextVertical } from './lib/Atoms/Logos/logo_text/vertical.svg?react';
47
51
  import { default as NotificationBubble } from './lib/Atoms/NotificationBubble/NotificationBubble';
48
52
  import { default as CarouselIndicator } from './lib/Atoms/Progress/CarouselIndicator/CarouselIndicator';
49
53
  import { default as ProgressBar } from './lib/Atoms/Progress/ProgressBar/ProgressBar';
@@ -77,4 +81,4 @@ import { default as Modal } from './lib/Organisms/Modals/Modal/Modal';
77
81
  import { default as Popup } from './lib/Organisms/Modals/Popup/Popup';
78
82
  import { default as Sheet } from './lib/Organisms/Modals/Sheet/Sheet';
79
83
  export * from './lib/Base/Typography';
80
- export { Accordion, AccordionItem, ActionBar, AvatarWithPlaceholder, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CarouselNavigation, CarouselIndicator, CheckboxInput, CopyLinkButton, DateTimeInput, Divider, DropdownCard, DropdownHeader, DropdownItem, PopupItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, GalleryPlaceholder, Icon, IconButton, Image, InputFieldSpecial, 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, };
84
+ export { Accordion, AccordionItem, ActionBar, AvatarWithPlaceholder, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CarouselNavigation, CarouselIndicator, CheckboxInput, CopyLinkButton, DateTimeInput, Divider, DropdownCard, DropdownHeader, DropdownItem, PopupItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, 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, };