@designcrowd/fe-shared-lib 1.5.32-ast-dbc → 1.5.32-ast-dbc-1

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.32-ast-dbc",
3
+ "version": "1.5.32-ast-dbc-1",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -24,28 +24,29 @@
24
24
  data-test-brand-page-copy-input
25
25
  @on-click="onCopyUrlClick"
26
26
  />
27
- <Button
28
- :label="viewMyWebsiteLabel"
29
- :variant="isDesignCom ? 'primary' : 'primary-with-icon'"
30
- icon="chevron-right-wide"
31
- size="medium"
32
- icon-view-box="0 0 24 24"
33
- class="tw-my-4"
34
- target="_blank"
35
- rel="noopener noreferrer"
36
- :url="brandPageUrl"
37
- :full-width="isMobile"
38
- @on-click="onBrandPageUrlClick"
39
- />
40
- <Button
41
- v-if="brandPageType === 'brandContact'"
42
- :label="createTeamCardsLabel"
43
- variant="outline"
44
- icon-left="group"
45
- size="medium"
46
- :full-width="isMobile"
47
- @on-click="onCreateTeamCardsClick"
48
- />
27
+ <div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-gap-4 tw-my-4">
28
+ <Button
29
+ v-if="brandPageType === 'brandContact'"
30
+ :label="createTeamCardsLabel"
31
+ variant="outline"
32
+ icon-left="group"
33
+ size="medium"
34
+ :full-width="isMobile"
35
+ @on-click="onCreateTeamCardsClick"
36
+ />
37
+ <Button
38
+ :label="viewMyWebsiteLabel"
39
+ :variant="isDesignCom ? 'primary' : 'primary-with-icon'"
40
+ icon="chevron-right-wide"
41
+ size="medium"
42
+ icon-view-box="0 0 24 24"
43
+ target="_blank"
44
+ rel="noopener noreferrer"
45
+ :url="brandPageUrl"
46
+ :full-width="isMobile"
47
+ @on-click="onBrandPageUrlClick"
48
+ />
49
+ </div>
49
50
  </div>
50
51
  <div v-if="showUpsellRotationContainer" class="tw-border-t tw-border-solid tw-border-grayscale-500 tw-p-5">
51
52
  <slot name="upsellContainer" />