@epam/ai-dial-ui-kit 0.5.0-rc.40 → 0.5.0-rc.41

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.
@@ -49508,7 +49508,7 @@ const u8 = ({
49508
49508
  if (e)
49509
49509
  return Object.values(Ml).map((n) => ({
49510
49510
  id: n,
49511
- name: e?.[n] || n.replace("_", " ")
49511
+ label: e?.[n] || n.replace("_", " ")
49512
49512
  }));
49513
49513
  }, [e]);
49514
49514
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.5.0-rc.40",
3
+ "version": "0.5.0-rc.41",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",