@designcrowd/fe-shared-lib 1.5.23-pre-gt9544-brooke-v3 → 1.5.23-pre-gt9544-brooke-v4

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.5.23-pre-gt9544-brooke-v3",
3
+ "version": "1.5.23-pre-gt9544-brooke-v4",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -52,10 +52,10 @@
52
52
  >
53
53
  {{ title }}
54
54
  </h2>
55
- <p v-if="description && !shouldResetPassword" class="tw-text-center tw-mb-6 tw-text-grayscale-600 tw-mt-0">
55
+ <p v-if="description && !resetPasswordDescription" class="tw-text-center tw-mb-6 tw-text-grayscale-600 tw-mt-0">
56
56
  {{ description }}
57
57
  </p>
58
- <p v-if="resetPasswordDescription" class="tw-text-center tw-mb-6 tw-font-semibold tw-text-info-600 tw-mt-0">
58
+ <p v-if="resetPasswordDescription" class="tw-text-center tw-mb-6 tw-font-semibold tw-text-info-500 tw-mt-0">
59
59
  {{ resetPasswordDescription }}
60
60
  </p>
61
61
  <div class="tw-flex tw-flex-col">
@@ -101,6 +101,7 @@
101
101
  </a>
102
102
  </p>
103
103
  <SubmissionButton
104
+ v-if="!resetPasswordDescription"
104
105
  data-test-login-button
105
106
  variant="primary"
106
107
  size="medium"