@epam/ai-dial-ui-kit 0.6.1 → 0.6.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.
@@ -46053,7 +46053,7 @@ const Bg = () => typeof window < "u" && window.innerWidth < 640, dc = () => {
46053
46053
  {
46054
46054
  ref: T,
46055
46055
  type: c,
46056
- autoComplete: "off",
46056
+ autoComplete: c === "password" ? "new-password" : "off",
46057
46057
  id: o,
46058
46058
  placeholder: n,
46059
46059
  value: y ? void 0 : i ?? "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.6.1",
3
+ "version": "0.6.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",