@nnc-digital/nnc-design-system 0.4.4 → 0.4.6

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/build/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import Autocomplete from './library/components/Autocomplete/Autocomplete';
2
2
  import BackToTop from './library/components/BackToTop/BackToTop';
3
3
  import Button from './library/components/Button/Button';
4
+ import BinCollection from './library/components/BinCollection/BinCollection';
4
5
  import DynamicIcon from './library/components/DynamicIcon/DynamicIcon';
5
6
  import Heading from './library/components/Heading/Heading';
6
7
  import HeadingWithIcon from './library/components/HeadingWithIcon/HeadingWithIcon';
@@ -12,7 +13,7 @@ import DropDownFilter from './library/components/DropDownFilter/DropDownFilter';
12
13
  import PromotedLinks from './library/components/PromotedLinks/PromotedLinks';
13
14
  import StaticMap from './library/components/StaticMap/StaticMap';
14
15
  import TextInput from './library/components/TextInput/TextInput';
15
- export { Autocomplete, BackToTop, Button, DynamicIcon, Heading, HeadingWithIcon, Map, MapMarker, Pagination, CheckboxListFilter, DropDownFilter, PromotedLinks, StaticMap, TextInput, };
16
+ export { Autocomplete, BackToTop, Button, BinCollection, DynamicIcon, Heading, HeadingWithIcon, Map, MapMarker, Pagination, CheckboxListFilter, DropDownFilter, PromotedLinks, StaticMap, TextInput, };
16
17
  import Accordion from './library/slices/Accordion/Accordion';
17
18
  import BlockQuote from './library/slices/BlockQuote/BlockQuote';
18
19
  import CallToAction from './library/slices/CallToAction/CallToAction';