@goodhood-web/ui 1.10.0-development.4 → 1.10.0-development.5

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
@@ -32,6 +32,7 @@ import { default as MenuTile } from './lib/MenuTile/MenuTile';
32
32
  import { default as Modal } from './lib/Modal/Modal';
33
33
  import { default as NavBar } from './lib/NavBar/NavBar';
34
34
  import { default as NavItem } from './lib/NavBar/NavItem/NavItem';
35
+ import { default as NavigationTab } from './lib/NavigationTab/NavigationTab';
35
36
  import { default as Notice } from './lib/Notice/Notice';
36
37
  import { default as NotificationBubble } from './lib/NotificationBubble/NotificationBubble';
37
38
  import { default as NotificationListItem } from './lib/NotificationListItem/NotificationListItem';
@@ -53,4 +54,4 @@ import { default as Toggle } from './lib/Toggle/Toggle';
53
54
  import { default as ToggleInput } from './lib/ToggleInput/ToggleInput';
54
55
  import { default as Typography } from './lib/Typography/Typography';
55
56
 
56
- 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, LabelPill, Legend, Loader, Markdown, MarketplaceItemCardless, MenuItem, MenuTile, Modal, NavBar, NavItem, Notice, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, Sheet, Snackbar, Sticker, TextArea, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography, };
57
+ 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, LabelPill, Legend, Loader, Markdown, MarketplaceItemCardless, MenuItem, MenuTile, Modal, NavBar, NavItem, NavigationTab, Notice, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Select, Sheet, Snackbar, Sticker, TextArea, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Typography, };