@vehiclehistory/property-lib 0.0.86 → 0.0.88
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.
|
@@ -19,10 +19,11 @@ import { default as Spinner } from './ui/Loading/Spinner';
|
|
|
19
19
|
import { default as Stars } from './ui/Stars/Stars';
|
|
20
20
|
import { default as TextArea } from './ui/Text/TextArea';
|
|
21
21
|
import { default as Textbox } from './ui/Text/Textbox';
|
|
22
|
+
import { default as Toggle } from './ui/Toggle/Toggle';
|
|
22
23
|
import { default as ContactForm } from './common/ContactForm';
|
|
23
24
|
import { default as ContentCard } from './common/ContentCard';
|
|
24
25
|
import { default as FlexItem } from './common/FlexItem';
|
|
25
26
|
import { default as Spacer } from './common/Spacer';
|
|
26
27
|
import { default as StackedListItem } from './common/StackedListItem';
|
|
27
28
|
import { default as FunnelHeader } from './funnel/FunnelHeader';
|
|
28
|
-
export { Accordion, Alert, Autocomplete, Badge, Button, Checkbox, ContactForm, ContentCard, Dialog, Dots, FlexItem, FunnelHeader, Icon, LoadingBar, Popover, ProcessingSpinner, ProgressBar, Radio, Select, Skeleton, Spacer, Spinner, StackedListItem, Slider, Stars, TextArea, Textbox, };
|
|
29
|
+
export { Accordion, Alert, Autocomplete, Badge, Button, Checkbox, ContactForm, ContentCard, Dialog, Dots, FlexItem, FunnelHeader, Icon, LoadingBar, Popover, ProcessingSpinner, ProgressBar, Radio, Select, Skeleton, Spacer, Spinner, StackedListItem, Slider, Stars, TextArea, Textbox, Toggle, };
|