@epam/ai-dial-ui-kit 0.13.0-dev.37 → 0.13.0-dev.38

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.
@@ -171,3 +171,9 @@ export { InfoButton } from './components/New/InfoButton/InfoButton';
171
171
  export type { InfoButtonProps } from './components/New/InfoButton/InfoButton';
172
172
  export type { LabelProps } from './components/New/Label/Label';
173
173
  export { Label } from './components/New/Label/Label';
174
+ export { Textarea } from './components/New/Textarea/Textarea';
175
+ export { Input } from './components/New/Input/Input';
176
+ export type { InputProps } from './components/New/Input/Input';
177
+ export type { TextareaProps } from './components/New/Textarea/Textarea';
178
+ export type { CaptionTextProps } from './components/New/CaptionText/CaptionText';
179
+ export { CaptionText, ErrorText, } from './components/New/CaptionText/CaptionText';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.13.0-dev.37",
3
+ "version": "0.13.0-dev.38",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",