@epam/ai-dial-ui-kit 0.4.0-rc.23 → 0.4.0-rc.24

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 DialSelectProps {
4
4
  options: SelectOption[];
5
5
  multiple?: boolean;
6
6
  value?: string | string[];
7
+ prefix?: string;
7
8
  defaultValue?: string | string[];
8
9
  placeholder?: string;
9
10
  searchable?: boolean;
@@ -43,6 +44,7 @@ export interface DialSelectProps {
43
44
  * @param options - Array of options to select from.
44
45
  * @param [multiple] - Whether multiple selections are allowed.
45
46
  * @param [value] - Controlled selected value(s).
47
+ * @param [prefix] - Prefix for selected value(s).
46
48
  * @param [defaultValue] - Uncontrolled initial selected value(s).
47
49
  * @param [placeholder] - Placeholder text when no selection is made.
48
50
  * @param [searchable] - Whether to show a search input to filter options.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.4.0-rc.23",
3
+ "version": "0.4.0-rc.24",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",