pdap-design-system 3.1.0-beta.7 → 3.1.0-beta.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,8 @@ export { Input } from './Input';
7
7
  export { InputCheckbox } from './InputCheckbox';
8
8
  export { InputPassword } from './InputPassword';
9
9
  export { InputText } from './InputText';
10
+ export { InputSelect } from './InputSelect';
11
+ export { InputTextArea } from './InputTextArea';
10
12
  export { Header } from './Header';
11
13
  export { Nav } from './Nav';
12
14
  export { QuickSearchForm } from './QuickSearchForm';