@gomusdev/web-components 1.8.0 → 1.8.1

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.
@@ -11309,7 +11309,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
11309
11309
  },
11310
11310
  newPassword: {
11311
11311
  key: "password",
11312
- apiKey: "password_confirmation",
11312
+ apiKey: "password",
11313
11313
  type: "password",
11314
11314
  label: "Password",
11315
11315
  placeholder: "",
@@ -11319,6 +11319,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
11319
11319
  },
11320
11320
  confirmPassword: {
11321
11321
  key: "confirmPassword",
11322
+ apiKey: "password_confirmation",
11322
11323
  type: "password",
11323
11324
  label: "Confirm password",
11324
11325
  placeholder: "",
@@ -11309,7 +11309,7 @@ var allFields = {
11309
11309
  },
11310
11310
  newPassword: {
11311
11311
  key: "password",
11312
- apiKey: "password_confirmation",
11312
+ apiKey: "password",
11313
11313
  type: "password",
11314
11314
  label: "Password",
11315
11315
  placeholder: "",
@@ -11319,6 +11319,7 @@ var allFields = {
11319
11319
  },
11320
11320
  confirmPassword: {
11321
11321
  key: "confirmPassword",
11322
+ apiKey: "password_confirmation",
11322
11323
  type: "password",
11323
11324
  label: "Confirm password",
11324
11325
  placeholder: "",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.8.0",
7
+ "version": "1.8.1",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",