@designcrowd/fe-shared-lib 1.0.8-ml-82-25 → 1.0.8-ml-82-26

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-25",
3
+ "version": "1.0.8-ml-82-26",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -322,7 +322,7 @@ export default {
322
322
  forgotPasswordLabel: this.signInContent.forgotPasswordLabel ?? 'Forgot Password?',
323
323
  orLabel: this.signInContent.orLabel ?? 'or',
324
324
  signUpLabel: this.signInContent.signUpLabel ?? 'Sign Up',
325
- },
325
+ };
326
326
  },
327
327
  computed: {
328
328
  isLoading() {