pdap-design-system 3.1.0-beta.8 → 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 +1 -0
- package/dist/index.cjs +7 -7
- package/dist/index.js +1620 -1428
- package/dist/styles.css +1 -1
- package/package.json +1 -1
@@ -7,6 +7,7 @@ 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';
|
10
11
|
export { InputTextArea } from './InputTextArea';
|
11
12
|
export { Header } from './Header';
|
12
13
|
export { Nav } from './Nav';
|