@goodhood-web/ui 3.0.0-development.2 → 3.0.0-development.20

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 (37) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +75 -75
  3. package/index.mjs +5498 -5398
  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.types.d.ts +1 -1
  7. package/lib/Atoms/Buttons/Button/Button.types.d.ts +1 -0
  8. package/lib/Atoms/Buttons/IconButton/IconButton.types.d.ts +6 -2
  9. package/lib/Atoms/Buttons/IconButton/utils.d.ts +2 -2
  10. package/lib/Atoms/Buttons/TextButton/TextButton.types.d.ts +1 -1
  11. package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.d.ts +1 -1
  12. package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.types.d.ts +1 -0
  13. package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.d.ts +1 -1
  14. package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.type.d.ts +1 -0
  15. package/lib/Atoms/Content/PoiAvatar/PoiAvatar.d.ts +3 -0
  16. package/lib/Atoms/Content/PoiAvatar/PoiAvatar.type.d.ts +6 -0
  17. package/lib/Atoms/Content/Thumbnail/Thumbnail.type.d.ts +1 -1
  18. package/lib/Atoms/Selectables/SelectablePill/SelectablePill.d.ts +1 -1
  19. package/lib/Atoms/Selectables/SelectablePill/SelectablePill.types.d.ts +3 -2
  20. package/lib/Base/Icon/icons/index.d.ts +36 -0
  21. package/lib/Base/Icon/icons/outline/16x16/index.d.ts +12 -0
  22. package/lib/Base/Icon/icons/outline/24x24/index.d.ts +18 -0
  23. package/lib/Base/Icon/icons/outline/32x32/index.d.ts +6 -0
  24. package/lib/Base/Icon/icons/outline/index.d.ts +36 -0
  25. package/lib/Molecules/Card/CardHeader/CardHeader.types.d.ts +1 -1
  26. package/lib/Molecules/ListItems/Neighbour/Neighbour.d.ts +1 -1
  27. package/lib/Molecules/ListItems/Neighbour/Neighbour.types.d.ts +1 -0
  28. package/lib/Molecules/Navigation/MenuItem/MenuItem.d.ts +1 -1
  29. package/lib/Molecules/Navigation/MenuItem/MenuItem.types.d.ts +1 -0
  30. package/lib/Molecules/Notices/Notice/InfoNotice/InfoNotice.d.ts +1 -1
  31. package/lib/Molecules/Notices/Notice/Notice.types.d.ts +2 -1
  32. package/lib/Molecules/Notices/Notice/WarningNotice/WarningNotice.d.ts +1 -1
  33. package/lib/Molecules/Notices/Snackbar/Snackbar.d.ts +1 -1
  34. package/lib/Molecules/Notices/Snackbar/Snackbar.types.d.ts +2 -0
  35. package/lib/Organisms/Modals/Popup/Popup.types.d.ts +1 -0
  36. package/package.json +1 -1
  37. 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, };