@designcrowd/fe-shared-lib 1.0.8-ml-82-12 → 1.0.8-ml-82-13

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-12",
3
+ "version": "1.0.8-ml-82-13",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -152,7 +152,7 @@
152
152
  <p>
153
153
  {{ getSignUpText }}
154
154
  <a :href="getSignUpUrl" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }">{{
155
- signInLabel
155
+ signUpLabel
156
156
  }}</a>
157
157
  </p>
158
158
  </div>
@@ -320,10 +320,10 @@ export default {
320
320
  requiured: false,
321
321
  default: 'or'
322
322
  },
323
- signInLabel: {
323
+ signUpLabel: {
324
324
  type: String,
325
325
  requiured: false,
326
- default: 'Sign In'
326
+ default: 'Sign Up'
327
327
  },
328
328
  termsAndConditions: {
329
329
  type: Object,