@designcrowd/fe-shared-lib 1.2.20-hide-page-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-hide-page-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",
@@ -113,4 +113,4 @@
113
113
  "overrides": {
114
114
  "storybook": "$storybook"
115
115
  }
116
- }
116
+ }
@@ -82,7 +82,6 @@ export const IconSample = () => {
82
82
  { name: 'error' },
83
83
  { name: 'envelope-email' },
84
84
  { name: 'eye-crossed' },
85
- { name: 'eye-open' },
86
85
  { name: 'fees' },
87
86
  { name: 'filter' },
88
87
  { name: 'filter-crazy-domains' },
@@ -117,7 +117,6 @@ import IconError from './icons/error.vue';
117
117
  import IconEllipsis from './icons/ellipsis.vue';
118
118
  import IconEnvelopeEmail from './icons/envelope-email.vue';
119
119
  import IconEyeCrossed from './icons/eye-crossed.vue';
120
- import IconEyeOpen from './icons/eye-open.vue';
121
120
  import IconFees from './icons/fees.vue';
122
121
  import IconFilter from './icons/filter.vue';
123
122
  import IconFilterCrazyDomains from './icons/crazy-domains/filter.vue';
@@ -474,7 +473,6 @@ export default {
474
473
  IconError,
475
474
  IconEnvelopeEmail,
476
475
  IconEyeCrossed,
477
- IconEyeOpen,
478
476
  IconFees,
479
477
  IconFilter,
480
478
  IconFilterCrazyDomains,
@@ -7,7 +7,7 @@
7
7
  v-if="recommendedActionLink"
8
8
  variant="secondary"
9
9
  size="small"
10
- label="RESET PASSWORD"
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="RESET PASSWORD"
18
+ :label="resetPasswordButtonLabel"
19
19
  :full-width="true"
20
20
  class="sm:tw-hidden tw-mt-2"
21
21
  :url="getRedirectToRecommendedActionUrl"
@@ -327,6 +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
331
  orLabel: this.signInContent.orLabel ?? 'or',
331
332
  signUpLabel: this.signInContent.signUpLabel ?? 'Sign Up',
332
333
  };
@@ -1,11 +0,0 @@
1
- <template>
2
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- opacity="0.9"
5
- fill-rule="evenodd"
6
- clip-rule="evenodd"
7
- d="M11.4181 4.32617C10.3175 3.62909 9.18444 3.34961 8.00013 3.34961C6.8155 3.34961 5.68265 3.62903 4.57728 4.3252C3.48286 5.01447 2.44779 6.09218 1.41615 7.63965C1.27079 7.85788 1.27079 8.14212 1.41615 8.36035C2.44917 9.90989 3.49435 10.9873 4.5929 11.6758C5.70138 12.3705 6.83403 12.6504 8.00013 12.6504C10.3963 12.6502 12.9746 10.971 14.5568 8.33398C14.6687 8.14732 14.6792 7.91929 14.589 7.72559L14.5441 7.64453C13.533 6.09549 12.5081 5.01658 11.4181 4.32617ZM5.26966 5.4248C6.14901 4.87098 7.03773 4.65039 8.00013 4.65039C8.9627 4.65039 9.85008 4.87112 10.7228 5.42383C11.5338 5.93754 12.3581 6.75756 13.2208 8.01074C11.802 10.1554 9.72686 11.3494 8.00013 11.3496C7.05919 11.3496 6.16934 11.1295 5.28333 10.5742C4.4643 10.0609 3.62437 9.24441 2.7472 8C3.62417 6.75384 4.45564 5.93751 5.26966 5.4248ZM10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z"
8
- fill="black"
9
- />
10
- </svg>
11
- </template>