@designcrowd/fe-shared-lib 1.0.8-ml-82-18 → 1.0.8-ml-82-19

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.0.8-ml-82-18",
3
+ "version": "1.0.8-ml-82-19",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -17,10 +17,8 @@
17
17
  >
18
18
  {{ termsAndConditionsContent?.and }}
19
19
  <a :href="privacyPolicyUrl" target="_blank" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }"
20
- >{{ termsAndConditionsContent?.privacyPolicy }} </a
21
- >
22
- <span> {{ termsAndConditionsContent?.agreeToFutureUpdates }} {{ isDesignCom ? 'Design.com' : 'BrandCrowd' }}.</span
23
- >
20
+ >{{ termsAndConditionsContent?.privacyPolicy }} </a>
21
+ <span> {{ termsAndConditionsContent?.agreeToFutureUpdates }} {{ isDesignCom ? 'Design.com' : 'BrandCrowd' }}.</span>
24
22
  </p>
25
23
  </template>
26
24
 
@@ -151,9 +151,7 @@
151
151
  >
152
152
  <p>
153
153
  {{ getSignUpText }}
154
- <a :href="getSignUpUrl" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }">{{
155
- signUpLabel
156
- }}</a>
154
+ <a :href="getSignUpUrl" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }">Sign In</a>
157
155
  </p>
158
156
  </div>
159
157
  </div>
@@ -366,7 +364,7 @@ export default {
366
364
  if (this.aUserName) {
367
365
  url.searchParams.append('initialUserName', this.aUserName);
368
366
  }
369
- return url.toString();
367
+ return url;
370
368
  },
371
369
  getForgotPasswordUrl() {
372
370
  if (typeof window === 'undefined') {
@@ -245,7 +245,7 @@ export default {
245
245
  if (this.aUserName) {
246
246
  url.searchParams.append('initialUserName', this.aUserName);
247
247
  }
248
- return url.toString();
248
+ return url;
249
249
  },
250
250
  getRedirectToRecommendedActionUrl() {
251
251
  if (typeof window === 'undefined') {