@designcrowd/fe-shared-lib 1.2.5-pl-2 → 1.2.5-pl-3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.5-pl-2",
3
+ "version": "1.2.5-pl-3",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -124,6 +124,8 @@ export default {
124
124
  confirmPassword: undefined,
125
125
  passwordError: undefined,
126
126
  confirmPasswordError: undefined,
127
+
128
+ title: this.resetPasswordContent?.title,
127
129
  newPasswordLabel: this.resetPasswordContent?.newPasswordLabel ?? 'New Password',
128
130
  newPasswordPlaceholder: this.resetPasswordContent?.newPasswordPlaceholder ?? 'New password',
129
131
  confirmPasswordLabel: this.resetPasswordContent?.confirmPasswordLabel ?? 'Confirm Password',
@@ -131,7 +133,6 @@ export default {
131
133
  updatePasswordLabel: this.resetPasswordContent?.updatePasswordLabel ?? 'UPDATE PASSWORD',
132
134
  passwordRequiredError: this.resetPasswordContent?.passwordRequiredError ?? 'Please enter a password',
133
135
  passwordsDoNotMatchError: this.resetPasswordContent?.passwordsDoNotMatchError ?? 'Passwords do not match',
134
- title: this.resetPasswordContent?.title ?? 'Reset Password',
135
136
  description: this.resetPasswordContent?.description ?? 'Enter and confirm your new password',
136
137
  };
137
138
  },