@datability/8ui 1.5.1 → 1.5.2
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.
- package/dist/index.css +1 -1
- package/dist/index.es.js +1445 -1361
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ export { default as NumberInput } from './components/input/number-input';
|
|
|
14
14
|
export type { PropsNumberInput } from './components/input/number-input/index.type';
|
|
15
15
|
export { default as PhoneInput } from './components/input/phone-input';
|
|
16
16
|
export type { PropsPhoneInput } from './components/input/phone-input/index.type';
|
|
17
|
+
export { default as PasswordInput } from './components/input/password-input';
|
|
18
|
+
export type { PropsPasswordInput } from './components/input/password-input/index.type';
|
|
17
19
|
export { default as Textarea } from './components/input/textarea';
|
|
18
20
|
export type { PropsTextarea } from './components/input/textarea/index.type';
|
|
19
21
|
export { default as Calendar } from './components/calendar';
|