qpp-style 9.39.1 → 9.40.0

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.
@@ -2,6 +2,7 @@ import Button, { TextButton } from "./Button";
2
2
  import Footer from "./Footer/FooterUI";
3
3
  import Header from "./Header/HeaderUI";
4
4
  import SideNav from "./SideNav/UI/SideNavUI";
5
+ import Dropdown from "./Dropdown";
5
6
  import Infotip from "./Infotip";
6
7
  import {
7
8
  MyApplicationsIcon,
@@ -87,4 +88,13 @@ const Icons = {
87
88
  WiManageGroupIcon,
88
89
  };
89
90
 
90
- export { Button, Footer, Header, Icons, Infotip, SideNav, TextButton };
91
+ export {
92
+ Button,
93
+ Dropdown,
94
+ Footer,
95
+ Header,
96
+ Icons,
97
+ Infotip,
98
+ SideNav,
99
+ TextButton,
100
+ };