@epam/ai-dial-ui-kit 0.6.0 → 0.6.1

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.
@@ -4,6 +4,7 @@ export interface DialTagInputProps extends FieldControlProps {
4
4
  elementId: string;
5
5
  initialTags?: string[];
6
6
  placeholder?: string;
7
+ captionDescription?: string;
7
8
  errorText?: string;
8
9
  invalid?: boolean;
9
10
  disabled?: boolean;
@@ -30,6 +31,7 @@ export interface DialTagInputProps extends FieldControlProps {
30
31
  * @param [fieldTitle] - Optional label displayed above the input field.
31
32
  * @param [initialTags=[]] - Array of tags to be displayed initially.
32
33
  * @param [placeholder] - Placeholder text shown when the input is empty.
34
+ * @param [captionDescription] - Caption text shown under the input if there is no errors.
33
35
  * @param [errorText] - Error message displayed below the field when validation fails.
34
36
  * @param [optional=false] - Whether the field is optional (renders an “optional” indicator).
35
37
  * @param [invalid=false] - Whether the field should be styled as invalid.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",