@designcrowd/fe-shared-lib 1.5.9-kp-3 → 1.5.9-kp-4

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.9-kp-3",
3
+ "version": "1.5.9-kp-4",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -46,15 +46,12 @@
46
46
  <div class="tw-mt-4">
47
47
  <slot name="recommended" />
48
48
  </div>
49
- <div class="tw-mt-4 tw-text-center">
50
- <p>
49
+ <div class="tw-m-4 tw-text-center">
50
+ <p :class="{ 'tw-text-grayscale-600': isDesignCom }">
51
51
  {{ alreadyHaveADomainLabel }}
52
- <a
53
- href="#"
54
- class="tw-text-primary-500 hover:tw-text-primary-600 tw-underline"
55
- @click.prevent="onUseExistingDomain"
56
- >{{ useExistingDomainLabel }}</a
57
- >
52
+ <a href="#" class="tw-text-primary-500 hover:tw-text-primary-600" @click.prevent="onUseExistingDomain">{{
53
+ useExistingDomainLabel
54
+ }}</a>
58
55
  </p>
59
56
  </div>
60
57
  </div>