@designcrowd/fe-shared-lib 1.2.20-ml-902-1 → 1.2.20-ml-902-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.20-ml-902-1",
3
+ "version": "1.2.20-ml-902-2",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -7,7 +7,7 @@
7
7
  v-if="recommendedActionLink"
8
8
  variant="secondary"
9
9
  size="small"
10
- :label="resetPasswordButtonlabel"
10
+ :label="resetPasswordButtonLabel"
11
11
  class="tw-hidden sm:tw-inline"
12
12
  :url="getRedirectToRecommendedActionUrl"
13
13
  />
@@ -15,7 +15,7 @@
15
15
  v-if="recommendedActionLink"
16
16
  variant="secondary"
17
17
  size="medium"
18
- :label="resetPasswordButtonlabel"
18
+ :label="resetPasswordButtonLabel"
19
19
  :full-width="true"
20
20
  class="sm:tw-hidden tw-mt-2"
21
21
  :url="getRedirectToRecommendedActionUrl"
@@ -327,7 +327,7 @@ export default {
327
327
  emailPlaceholderLabel: this.signInContent.emailPlaceholderLabel ?? 'Email Address',
328
328
  passwordPlaceholderLabel: this.signInContent.passwordPlaceholderLabel ?? 'Password',
329
329
  forgotPasswordLabel: this.signInContent.forgotPasswordLabel ?? 'Forgot Password?',
330
- resetPasswordButtonlabel: this.signInContent.resetPasswordButtonlabel ?? 'RESET PASSWORD',
330
+ resetPasswordButtonLabel: this.signInContent.resetPasswordButtonLabel ?? 'RESET PASSWORD',
331
331
  orLabel: this.signInContent.orLabel ?? 'or',
332
332
  signUpLabel: this.signInContent.signUpLabel ?? 'Sign Up',
333
333
  };