@epam/ai-dial-ui-kit 0.10.0-dev.1 → 0.10.0-dev.2

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.
@@ -3996,7 +3996,7 @@ const wy = "flex", by = "pb-1 mt-2", xy = {
3996
3996
  {
3997
3997
  name: h,
3998
3998
  value: C.id,
3999
- inputId: C.id,
3999
+ inputId: `${h}-${C.id}`,
4000
4000
  disabled: u,
4001
4001
  className: t,
4002
4002
  labelClassName: le(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.10.0-dev.1",
3
+ "version": "0.10.0-dev.2",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",