@goodhood-web/ui 1.11.0-development.1 → 1.11.0-development.3

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
@@ -43,6 +43,7 @@ import { default as RadioButton } from './lib/RadioButton/RadioButton';
43
43
  import { default as RadioButtonCluster } from './lib/RadioButtonCluster/RadioButtonCluster';
44
44
  import { default as Select } from './lib/Select/Select';
45
45
  import { default as SelectablePill } from './lib/SelectablePill/SelectablePill';
46
+ import { default as SelectablePillGroup } from './lib/SelectablePillGroup/SelectablePillGroup';
46
47
  import { default as Sheet } from './lib/Sheet/Sheet';
47
48
  import { default as Snackbar } from './lib/Snackbar/Snackbar';
48
49
  import { default as Sticker } from './lib/Sticker/Sticker';
@@ -57,4 +58,4 @@ import { default as Toggle } from './lib/Toggle/Toggle';
57
58
  import { default as ToggleInput } from './lib/ToggleInput/ToggleInput';
58
59
  import { default as Typography } from './lib/Typography/Typography';
59
60
 
60
- export { ActionBar, Badge, BadgeIcon, BadgeLabel, BodyText, Bookmark, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, Divider, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, Loader, Markdown, MarketplaceItemCardless, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, Sheet, Snackbar, Sticker, SwitcherToggle, TextArea, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography, };
61
+ export { ActionBar, Badge, BadgeIcon, BadgeLabel, BodyText, Bookmark, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, Divider, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, Loader, Markdown, MarketplaceItemCardless, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, Sticker, SwitcherToggle, TextArea, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography, };