pdap-design-system 3.1.0-beta.26 → 3.1.0-beta.27
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/index.d.ts +3 -1
- package/dist/index.cjs +6 -6
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2058 -1991
- package/package.json +1 -1
@@ -7,8 +7,10 @@ export { Input } from './Input';
|
|
7
7
|
export { InputCheckbox } from './InputCheckbox';
|
8
8
|
export { InputDatePicker } from './InputDatePicker';
|
9
9
|
export { InputPassword } from './InputPassword';
|
10
|
-
export {
|
10
|
+
export { InputRadio } from './InputRadio';
|
11
|
+
export { RadioGroup } from './InputRadioGroup';
|
11
12
|
export { InputSelect } from './InputSelect';
|
13
|
+
export { InputText } from './InputText';
|
12
14
|
export { InputTextArea } from './InputTextArea';
|
13
15
|
export { Header } from './Header';
|
14
16
|
export { Nav } from './Nav';
|