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.
- package/dist/components/index.d.ts +2 -0
- package/dist/index.cjs +7 -7
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1843 -1598
- package/dist/styles.css +1 -1
- package/package.json +1 -1
@@ -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';
|