@epam/ai-dial-ui-kit 0.5.0-rc.13 → 0.5.0-rc.15
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/dial-ui-kit.cjs.js +11 -11
- package/dist/dial-ui-kit.es.js +3061 -3066
- package/dist/src/components/Select/Select.d.ts +2 -0
- package/package.json +3 -3
|
@@ -7,6 +7,7 @@ export interface DialSelectProps {
|
|
|
7
7
|
size?: SelectSize;
|
|
8
8
|
variant?: SelectVariant;
|
|
9
9
|
value?: string | string[];
|
|
10
|
+
customSelectedValue?: string;
|
|
10
11
|
prefix?: string;
|
|
11
12
|
defaultValue?: string | string[];
|
|
12
13
|
placeholder?: string;
|
|
@@ -56,6 +57,7 @@ export interface DialSelectProps {
|
|
|
56
57
|
* @param [size=SelectSize.Md] - Size of the control.
|
|
57
58
|
* @param [variant=SelectVariant.Primary] - Visual variant.
|
|
58
59
|
* @param [value] - Controlled selected value(s).
|
|
60
|
+
* @param [customSelectedValue] - Custom string to render as the selected value in single mode.
|
|
59
61
|
* @param [prefix] - Prefix for selected value(s).
|
|
60
62
|
* @param [defaultValue] - Uncontrolled initial selected value(s).
|
|
61
63
|
* @param [placeholder="Select..."] - Placeholder text when no selection is made.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-ui-kit",
|
|
3
|
-
"version": "0.5.0-rc.
|
|
3
|
+
"version": "0.5.0-rc.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "A modern UI kit for building AI DIAL interfaces with React",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
"storybook": "^10.0.0",
|
|
114
114
|
"storybook-addon-pseudo-states": "^10.0.0",
|
|
115
115
|
"tailwindcss": "^3.4.17",
|
|
116
|
-
"typescript": "~5.
|
|
117
|
-
"typescript-eslint": "^8.
|
|
116
|
+
"typescript": "~5.9.3",
|
|
117
|
+
"typescript-eslint": "^8.48.0",
|
|
118
118
|
"vite": "^7.1.5",
|
|
119
119
|
"vite-plugin-dts": "^4.5.4",
|
|
120
120
|
"vite-plugin-svgr": "^4.5.0",
|