@goodhood-web/ui 1.10.0-development.1 → 1.10.0-development.11

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
@@ -22,6 +22,7 @@ import { default as Form } from './lib/Form/Form';
22
22
  import { default as Icon } from './lib/Icon/Icon';
23
23
  import { default as IconButton } from './lib/IconButton/IconButton';
24
24
  import { default as Image } from './lib/Image/Image';
25
+ import { default as InputFieldSpecial } from './lib/InputFieldSpecial/InputFieldSpecial';
25
26
  import { default as LabelPill } from './lib/LabelPill/LabelPill';
26
27
  import { default as Legend } from './lib/Legend/Legend';
27
28
  import { default as Loader } from './lib/Loader/Loader';
@@ -32,6 +33,7 @@ import { default as MenuTile } from './lib/MenuTile/MenuTile';
32
33
  import { default as Modal } from './lib/Modal/Modal';
33
34
  import { default as NavBar } from './lib/NavBar/NavBar';
34
35
  import { default as NavItem } from './lib/NavBar/NavItem/NavItem';
36
+ import { default as NavigationTab } from './lib/NavigationTab/NavigationTab';
35
37
  import { default as Notice } from './lib/Notice/Notice';
36
38
  import { default as NotificationBubble } from './lib/NotificationBubble/NotificationBubble';
37
39
  import { default as NotificationListItem } from './lib/NotificationListItem/NotificationListItem';
@@ -40,9 +42,11 @@ import { default as Popup } from './lib/Popup/Popup';
40
42
  import { default as RadioButton } from './lib/RadioButton/RadioButton';
41
43
  import { default as RadioButtonCluster } from './lib/RadioButtonCluster/RadioButtonCluster';
42
44
  import { default as Select } from './lib/Select/Select';
45
+ import { default as SelectablePill } from './lib/SelectablePill/SelectablePill';
43
46
  import { default as Sheet } from './lib/Sheet/Sheet';
44
47
  import { default as Snackbar } from './lib/Snackbar/Snackbar';
45
48
  import { default as Sticker } from './lib/Sticker/Sticker';
49
+ import { default as SwitcherToggle } from './lib/SwitcherToggle/SwitcherToggle';
46
50
  import { default as TextArea } from './lib/TextArea/TextArea';
47
51
  import { default as TextButton } from './lib/TextButton/TextButton';
48
52
  import { default as TextInput } from './lib/TextInput/TextInput';
@@ -53,4 +57,4 @@ import { default as Toggle } from './lib/Toggle/Toggle';
53
57
  import { default as ToggleInput } from './lib/ToggleInput/ToggleInput';
54
58
  import { default as Typography } from './lib/Typography/Typography';
55
59
 
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, };
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, };