@vc-shell/framework 2.4.0-pr296.cd94f75 → 2.4.0-pr297.5a39e15

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.
@@ -8370,7 +8370,7 @@ const xg = {
8370
8370
  e.showBurger ? (s(), p("button", {
8371
8371
  key: 1,
8372
8372
  class: "sidebar-header__menu-button",
8373
- "aria-label": e.isMenuOpen ? "Close menu" : "Open menu",
8373
+ "aria-label": e.isMenuOpen ? t.$t("COMPONENTS.ORGANISMS.VC_APP.CLOSE_MENU") : t.$t("COMPONENTS.ORGANISMS.VC_APP.OPEN_MENU"),
8374
8374
  "aria-expanded": e.isMenuOpen,
8375
8375
  onClick: l[2] || (l[2] = (r) => t.$emit("toggle-menu", r))
8376
8376
  }, [
@@ -10253,7 +10253,6 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
10253
10253
  label: a(r)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.LABEL"),
10254
10254
  placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.PLACEHOLDER"),
10255
10255
  type: "password",
10256
- autocomplete: "current-password",
10257
10256
  required: "",
10258
10257
  error: !!V.length,
10259
10258
  "error-message": P
@@ -10279,7 +10278,6 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
10279
10278
  label: a(r)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL"),
10280
10279
  placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.PLACEHOLDER"),
10281
10280
  type: "password",
10282
- autocomplete: "new-password",
10283
10281
  required: "",
10284
10282
  error: !!V.length,
10285
10283
  "error-message": P
@@ -10305,7 +10303,6 @@ const Jh = { class: "vc-menu-item__content" }, Zh = { class: "vc-menu-item__titl
10305
10303
  label: a(r)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL"),
10306
10304
  placeholder: a(r)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.PLACEHOLDER"),
10307
10305
  type: "password",
10308
- autocomplete: "new-password",
10309
10306
  required: "",
10310
10307
  error: !!V.length,
10311
10308
  "error-message": P