@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.
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -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 ?? "",
|