@goodhood-web/ui 3.0.0-development.3 → 3.0.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.
Files changed (53) hide show
  1. package/index.d.ts +3 -2
  2. package/index.js +79 -79
  3. package/index.mjs +6186 -6069
  4. package/lib/Atoms/Badges/Badge/Badge.d.ts +1 -1
  5. package/lib/Atoms/Badges/Badge/Badge.types.d.ts +1 -0
  6. package/lib/Atoms/Badges/BadgeIcon/BadgeIcon.d.ts +1 -1
  7. package/lib/Atoms/Badges/BadgeIcon/BadgeIcon.types.d.ts +1 -1
  8. package/lib/Atoms/Badges/LabelPill/LabelPill.types.d.ts +1 -1
  9. package/lib/Atoms/Badges/Sticker/Sticker.types.d.ts +1 -1
  10. package/lib/Atoms/Buttons/Button/Button.types.d.ts +2 -0
  11. package/lib/Atoms/Buttons/IconButton/IconButton.types.d.ts +6 -2
  12. package/lib/Atoms/Buttons/IconButton/utils.d.ts +2 -2
  13. package/lib/Atoms/Buttons/TextButton/TextButton.types.d.ts +1 -1
  14. package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.d.ts +1 -1
  15. package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.types.d.ts +1 -0
  16. package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.d.ts +1 -1
  17. package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.type.d.ts +1 -0
  18. package/lib/Atoms/Content/AvatarWithPlaceholder/AvatarWithPlaceholder.d.ts +3 -0
  19. package/lib/Atoms/Content/AvatarWithPlaceholder/AvatarWithPlaceholder.types.d.ts +16 -0
  20. package/lib/Atoms/Content/PlaceholderThumbnail/PlaceholderThumbnail.d.ts +1 -1
  21. package/lib/Atoms/Content/PlaceholderThumbnail/PlaceholderThumbnail.type.d.ts +2 -0
  22. package/lib/Atoms/Content/PoiAvatar/PoiAvatar.d.ts +3 -0
  23. package/lib/Atoms/Content/PoiAvatar/PoiAvatar.type.d.ts +6 -0
  24. package/lib/Atoms/Content/Thumbnail/Thumbnail.type.d.ts +1 -1
  25. package/lib/Atoms/Content/ThumbnailWrapper/ThumbnailWrapper.d.ts +2 -2
  26. package/lib/Atoms/Content/ThumbnailWrapper/ThumbnailWrapper.types.d.ts +9 -1
  27. package/lib/Atoms/Selectables/SelectablePill/SelectablePill.d.ts +1 -1
  28. package/lib/Atoms/Selectables/SelectablePill/SelectablePill.types.d.ts +3 -2
  29. package/lib/Base/Icon/icons/index.d.ts +36 -0
  30. package/lib/Base/Icon/icons/outline/16x16/index.d.ts +12 -0
  31. package/lib/Base/Icon/icons/outline/24x24/index.d.ts +18 -0
  32. package/lib/Base/Icon/icons/outline/32x32/index.d.ts +6 -0
  33. package/lib/Base/Icon/icons/outline/index.d.ts +36 -0
  34. package/lib/Molecules/Card/Card.d.ts +1 -1
  35. package/lib/Molecules/Card/Card.types.d.ts +10 -2
  36. package/lib/Molecules/Card/CardHeader/CardHeader.types.d.ts +1 -1
  37. package/lib/Molecules/ListItems/Neighbour/Neighbour.d.ts +1 -1
  38. package/lib/Molecules/ListItems/Neighbour/Neighbour.types.d.ts +1 -0
  39. package/lib/Molecules/Navigation/MenuItem/MenuItem.d.ts +1 -1
  40. package/lib/Molecules/Navigation/MenuItem/MenuItem.types.d.ts +1 -0
  41. package/lib/Molecules/Notices/EmptyState/EmptyState.types.d.ts +3 -3
  42. package/lib/Molecules/Notices/Notice/Notice.d.ts +2 -2
  43. package/lib/Molecules/Notices/Notice/Notice.types.d.ts +60 -12
  44. package/lib/Molecules/Notices/Snackbar/Snackbar.d.ts +1 -1
  45. package/lib/Molecules/Notices/Snackbar/Snackbar.types.d.ts +2 -0
  46. package/lib/Organisms/Modals/Popup/Popup.types.d.ts +1 -0
  47. package/package.json +1 -1
  48. package/style.css +1 -1
  49. package/styles/_functions.scss +5 -0
  50. package/lib/Atoms/Content/GroupAvatar/GroupAvatar.d.ts +0 -3
  51. package/lib/Atoms/Content/GroupAvatar/GroupAvatar.types.d.ts +0 -10
  52. package/lib/Molecules/Notices/Notice/InfoNotice/InfoNotice.d.ts +0 -3
  53. package/lib/Molecules/Notices/Notice/WarningNotice/WarningNotice.d.ts +0 -3
package/index.d.ts CHANGED
@@ -16,9 +16,10 @@ import { default as OverlayButton } from './lib/Atoms/Buttons/OverlayButton/Over
16
16
  import { default as TextButton } from './lib/Atoms/Buttons/TextButton/TextButton';
17
17
  import { default as FeedTile } from './lib/Atoms/Buttons/Tiles/FeedTile/FeedTile';
18
18
  import { default as MenuTile } from './lib/Atoms/Buttons/Tiles/MenuTile/MenuTile';
19
+ import { default as AvatarWithPlaceholder } from './lib/Atoms/Content/AvatarWithPlaceholder/AvatarWithPlaceholder';
19
20
  import { default as BodyText } from './lib/Atoms/Content/BodyText/BodyText';
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, AvatarWithPlaceholder, 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, ListItem, ListItemCluster, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavigationTab, NavItem, 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, useCopyToClipboard, UserAvatar, UserAvatarCluster, };