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

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-19",
3
+ "version": "1.0.8-ml-82-20",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -11,14 +11,15 @@
11
11
  </a>
12
12
  </span>
13
13
  <span v-if="isPartnerTheme"> and BrandCrowd's </span>
14
- <span v-else>{{ termsAndConditionsContent?.byProceeding }} </span>
14
+ <span v-else>{{ termsAndConditionsContent?.byProceeding }}</span>
15
15
  <a :href="termsOfUseUrl" target="_blank" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }"
16
- > {{ termsAndConditionsContent?.termsOfUse }} </a
16
+ >{{ termsAndConditionsContent?.termsOfUse }}</a
17
17
  >
18
- {{ termsAndConditionsContent?.and }}
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
- <span> {{ termsAndConditionsContent?.agreeToFutureUpdates }} {{ isDesignCom ? 'Design.com' : 'BrandCrowd' }}.</span>
20
+ >{{ termsAndConditionsContent?.privacyPolicy }}</a
21
+ >
22
+ <span>{{ termsAndConditionsContent?.agreeToFutureUpdates }} {{ isDesignCom ? 'Design.com' : 'BrandCrowd' }}.</span>
22
23
  </p>
23
24
  </template>
24
25
 
@@ -151,7 +151,9 @@
151
151
  >
152
152
  <p>
153
153
  {{ getSignUpText }}
154
- <a :href="getSignUpUrl" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }">Sign In</a>
154
+ <a :href="getSignUpUrl" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }">{{
155
+ signUpLabel
156
+ }}</a>
155
157
  </p>
156
158
  </div>
157
159
  </div>