@goodhood-web/ui 3.0.0-development.2 → 3.0.0-development.21
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 +2 -1
- package/index.js +75 -75
- package/index.mjs +5596 -5493
- package/lib/Atoms/Badges/Badge/Badge.d.ts +1 -1
- package/lib/Atoms/Badges/Badge/Badge.types.d.ts +1 -0
- package/lib/Atoms/Badges/BadgeIcon/BadgeIcon.types.d.ts +1 -1
- package/lib/Atoms/Buttons/Button/Button.types.d.ts +1 -0
- package/lib/Atoms/Buttons/IconButton/IconButton.types.d.ts +6 -2
- package/lib/Atoms/Buttons/IconButton/utils.d.ts +2 -2
- package/lib/Atoms/Buttons/TextButton/TextButton.types.d.ts +1 -1
- package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.d.ts +1 -1
- package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.types.d.ts +1 -0
- package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.d.ts +1 -1
- package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.type.d.ts +1 -0
- package/lib/Atoms/Content/PoiAvatar/PoiAvatar.d.ts +3 -0
- package/lib/Atoms/Content/PoiAvatar/PoiAvatar.type.d.ts +6 -0
- package/lib/Atoms/Content/Thumbnail/Thumbnail.type.d.ts +1 -1
- package/lib/Atoms/Content/ThumbnailWrapper/ThumbnailWrapper.d.ts +2 -2
- package/lib/Atoms/Content/ThumbnailWrapper/ThumbnailWrapper.types.d.ts +9 -1
- package/lib/Atoms/Selectables/SelectablePill/SelectablePill.d.ts +1 -1
- package/lib/Atoms/Selectables/SelectablePill/SelectablePill.types.d.ts +3 -2
- package/lib/Base/Icon/icons/index.d.ts +36 -0
- package/lib/Base/Icon/icons/outline/16x16/index.d.ts +12 -0
- package/lib/Base/Icon/icons/outline/24x24/index.d.ts +18 -0
- package/lib/Base/Icon/icons/outline/32x32/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/index.d.ts +36 -0
- package/lib/Molecules/Card/CardHeader/CardHeader.types.d.ts +1 -1
- package/lib/Molecules/ListItems/Neighbour/Neighbour.d.ts +1 -1
- package/lib/Molecules/ListItems/Neighbour/Neighbour.types.d.ts +1 -0
- package/lib/Molecules/Navigation/MenuItem/MenuItem.d.ts +1 -1
- package/lib/Molecules/Navigation/MenuItem/MenuItem.types.d.ts +1 -0
- package/lib/Molecules/Notices/Notice/InfoNotice/InfoNotice.d.ts +1 -1
- package/lib/Molecules/Notices/Notice/Notice.types.d.ts +2 -1
- package/lib/Molecules/Notices/Notice/WarningNotice/WarningNotice.d.ts +1 -1
- package/lib/Molecules/Notices/Snackbar/Snackbar.d.ts +1 -1
- package/lib/Molecules/Notices/Snackbar/Snackbar.types.d.ts +2 -0
- package/lib/Organisms/Modals/Popup/Popup.types.d.ts +1 -0
- package/package.json +1 -1
- package/style.css +1 -1
package/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { default as MenuTile } from './lib/Atoms/Buttons/Tiles/MenuTile/MenuTile
|
|
|
19
19
|
import { default as BodyText } from './lib/Atoms/Content/BodyText/BodyText';
|
|
20
20
|
import { default as GroupAvatar } from './lib/Atoms/Content/GroupAvatar/GroupAvatar';
|
|
21
21
|
import { default as PlaceholderThumbnail } from './lib/Atoms/Content/PlaceholderThumbnail/PlaceholderThumbnail';
|
|
22
|
+
import { default as PoiAvatar } from './lib/Atoms/Content/PoiAvatar/PoiAvatar';
|
|
22
23
|
import { default as Thumbnail } from './lib/Atoms/Content/Thumbnail/Thumbnail';
|
|
23
24
|
import { default as ThumbnailWithLabel } from './lib/Atoms/Content/ThumbnailWithLabel/ThumbnailWithLabel';
|
|
24
25
|
import { default as ThumbnailWrapper } from './lib/Atoms/Content/ThumbnailWrapper/ThumbnailWrapper';
|
|
@@ -68,4 +69,4 @@ import { default as Modal } from './lib/Organisms/Modals/Modal/Modal';
|
|
|
68
69
|
import { default as Popup } from './lib/Organisms/Modals/Popup/Popup';
|
|
69
70
|
import { default as Sheet } from './lib/Organisms/Modals/Sheet/Sheet';
|
|
70
71
|
export * from './lib/Base/Typography';
|
|
71
|
-
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, GroupAvatar, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, ListItem, ListItemCluster, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, SocialIcon, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, UserAvatar, UserAvatarCluster, useCopyToClipboard, };
|
|
72
|
+
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, GroupAvatar, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, ListItem, ListItemCluster, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, PoiAvatar, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, SocialIcon, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, UserAvatar, UserAvatarCluster, useCopyToClipboard, };
|