diff --git a/lib/basic/index.ts b/lib/basic/index.ts index dcbd088..652b304 100644 --- a/lib/basic/index.ts +++ b/lib/basic/index.ts @@ -7,6 +7,7 @@ export { default as OuiCheckbox } from './oui-checkbox.vue' export { default as OuiClose } from './oui-close.vue' export { default as OuiDatetime } from './oui-datetime.vue' export { default as OuiFile } from './oui-file.vue' +export { default as OuiInput } from './oui-input.vue' export { default as OuiPassword } from './oui-password.vue' export { default as OuiPasswordMeter } from './oui-password-meter.vue' export { default as OuiStars } from './oui-stars.vue' diff --git a/package.json b/package.json index 2120bb9..eec172a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oui-kit", "type": "module", - "version": "0.15.1", + "version": "0.15.2", "author": { "email": "dirk.holtwick@gmail.com", "name": "Dirk Holtwick",