@goodhood-web/ui 1.12.0-development.15 → 1.12.0-development.17

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
@@ -20,6 +20,8 @@ import { default as Thumbnail } from './lib/Atoms/Content/Thumbnail/Thumbnail';
20
20
  import { default as ThumbnailWithLabel } from './lib/Atoms/Content/ThumbnailWithLabel/ThumbnailWithLabel';
21
21
  import { default as ThumbnailWrapper } from './lib/Atoms/Content/ThumbnailWrapper/ThumbnailWrapper';
22
22
  import { default as Divider } from './lib/Atoms/Divider/Divider';
23
+ import { default as DropdownHeader } from './lib/Atoms/Dropdowns/DropdownHeader/DropdownHeader';
24
+ import { default as DropdownOption } from './lib/Atoms/Dropdowns/DropdownOption/DropdownOption';
23
25
  import { default as Select } from './lib/Atoms/Dropdowns/Select/Select';
24
26
  import { default as Image } from './lib/Atoms/Image/Image';
25
27
  import { default as CheckboxInput } from './lib/Atoms/Inputs/CheckboxInput/CheckboxInput';
@@ -59,4 +61,4 @@ import { default as Modal } from './lib/Organisms/Modals/Modal/Modal';
59
61
  import { default as Popup } from './lib/Organisms/Modals/Popup/Popup';
60
62
  import { default as Sheet } from './lib/Organisms/Modals/Sheet/Sheet';
61
63
 
62
- 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, PointOfInterestIProfileTile, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography };
64
+ export { ActionBar, Badge, BadgeIcon, BadgeLabel, BodyText, Bookmark, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, Divider, DropdownHeader, DropdownOption, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, Loader, Markdown, MarketplaceItemCardless, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, PlaceholderThumbnail, PointOfInterestIProfileTile, Popup, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography, };