@epam/ai-dial-ui-kit 0.9.0-rc.35 → 0.9.0-rc.36

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "0.9.0-rc",
3
- "generatedAt": "2026-04-15T22:49:32.963Z",
3
+ "generatedAt": "2026-04-16T09:57:43.983Z",
4
4
  "kit": {
5
5
  "name": "@epam/ai-dial-ui-kit",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",
@@ -2897,6 +2897,11 @@
2897
2897
  "type": "(e: MouseEvent<HTMLDivElement>) => void",
2898
2898
  "required": false,
2899
2899
  "description": "Called when the footer element is clicked. When provided, automatically closes the dropdown."
2900
+ },
2901
+ {
2902
+ "name": "customMultiSelectTagsRenderer",
2903
+ "type": "(\n options: SelectOption[],\n selectedValues: string[],\n handleRemoveTag: (\n event: MouseEvent<HTMLButtonElement, globalThis.MouseEvent>,\n val: string,\n ) => void,\n ) => ReactNode",
2904
+ "required": false
2900
2905
  }
2901
2906
  ],
2902
2907
  "examples": [