@designcrowd/fe-shared-lib 1.2.14-ast-upsell-2 → 1.2.14-ast-upsell-3

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.2.14-ast-upsell-2",
3
+ "version": "1.2.14-ast-upsell-3",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="tw-m-5">
2
+ <div>
3
3
  <h3 class="tw-text-center tw-text-2xl tw-font-bold tw-mb-2">
4
4
  {{ upsellProps.title }}
5
5
  </h3>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="tw-m-5">
2
+ <div>
3
3
  <h3 class="tw-text-center tw-text-2xl tw-font-bold tw-mb-2">
4
4
  {{ upsellProps.title }}
5
5
  </h3>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="tw-m-5">
2
+ <div>
3
3
  <h3 class="tw-text-center tw-text-2xl tw-font-bold tw-mb-2">
4
4
  {{ upsellProps.title }}
5
5
  </h3>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="tw-m-5">
2
+ <div>
3
3
  <h3 class="tw-text-center tw-text-2xl tw-font-bold tw-mb-2">
4
4
  {{ upsellProps.title }}
5
5
  </h3>
@@ -244,7 +244,7 @@
244
244
  @on-click="onBrandPageUrlClick"
245
245
  />
246
246
  </div>
247
- <div v-if="showUpsellRotation" class="tw-border-t tw-border-solid tw-border-grayscale-500">
247
+ <div v-if="showUpsellRotation" class="tw-border-t tw-border-solid tw-border-grayscale-500 tw-p-5">
248
248
  <slot name="upsellContainer" />
249
249
  </div>
250
250
  </div>