forstok-ui-lib 5.11.13 → 5.11.14
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.d.ts +154 -148
- package/dist/index.js +288 -288
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +291 -291
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/index.ts +1 -0
package/package.json
CHANGED
package/src/components/index.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as TextComponent } from './text';
|
|
|
2
2
|
export { default as LinkComponent } from './link';
|
|
3
3
|
export { default as InputComponent } from './input';
|
|
4
4
|
export { default as InputRefComponent } from './input/ref';
|
|
5
|
+
export { default as InputOTPComponent } from './input/otp';
|
|
5
6
|
export { default as CheckboxComponent } from './checkbox';
|
|
6
7
|
export { default as ButtonComponent } from './button';
|
|
7
8
|
export { default as LabelComponent } from './label';
|