@designcrowd/library.brand-page 5.6.2 → 5.6.3-scroll-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.
@@ -107,7 +107,6 @@ export default defineComponent({
107
107
  styles.backgroundColor = styles.background;
108
108
  styles.backgroundImage = `url(${this.viewModel?.styles?.backgroundStyles?.backgroundImageUrl})`;
109
109
  if (!this.context.isTemplate) {
110
- styles.position = 'fixed';
111
110
  styles.width = '100%';
112
111
  }
113
112
  delete styles.background;
package/lib/src/index.mjs CHANGED
@@ -14456,7 +14456,7 @@ const Pk = "Logo Text Here", Nc = /brand-page\/([^?]*)/, Ak = /logo\/([^\/]*)\//
14456
14456
  "http"
14457
14457
  ))) ? e.backgroundImage = "" : (g = (h = (p = this.viewModel) == null ? void 0 : p.styles) == null ? void 0 : h.backgroundStyles) != null && g.backgroundImageUrl && ((M = (H = (v = (S = (w = this.viewModel) == null ? void 0 : w.styles) == null ? void 0 : S.backgroundStyles) == null ? void 0 : v.style) == null ? void 0 : H.background) != null && M.startsWith(
14458
14458
  "linear-gradient"
14459
- ) ? (e.backgroundImage = `url(${(A = (T = (k = this.viewModel) == null ? void 0 : k.styles) == null ? void 0 : T.backgroundStyles) == null ? void 0 : A.backgroundImageUrl}), ${(G = (i1 = (F = (z = this.viewModel) == null ? void 0 : z.styles) == null ? void 0 : F.backgroundStyles) == null ? void 0 : i1.style) == null ? void 0 : G.background}`, delete e.background) : (e.backgroundColor = e.background, e.backgroundImage = `url(${(s1 = (q = (O = this.viewModel) == null ? void 0 : O.styles) == null ? void 0 : q.backgroundStyles) == null ? void 0 : s1.backgroundImageUrl})`, this.context.isTemplate || (e.position = "fixed", e.width = "100%"), delete e.background)), (g1 = (c1 = this.viewModel.styles) == null ? void 0 : c1.backgroundStyles.style.background) != null && g1.startsWith(
14459
+ ) ? (e.backgroundImage = `url(${(A = (T = (k = this.viewModel) == null ? void 0 : k.styles) == null ? void 0 : T.backgroundStyles) == null ? void 0 : A.backgroundImageUrl}), ${(G = (i1 = (F = (z = this.viewModel) == null ? void 0 : z.styles) == null ? void 0 : F.backgroundStyles) == null ? void 0 : i1.style) == null ? void 0 : G.background}`, delete e.background) : (e.backgroundColor = e.background, e.backgroundImage = `url(${(s1 = (q = (O = this.viewModel) == null ? void 0 : O.styles) == null ? void 0 : q.backgroundStyles) == null ? void 0 : s1.backgroundImageUrl})`, this.context.isTemplate || (e.width = "100%"), delete e.background)), (g1 = (c1 = this.viewModel.styles) == null ? void 0 : c1.backgroundStyles.style.background) != null && g1.startsWith(
14460
14460
  "linear-gradient"
14461
14461
  ) && (e.backgroundAttachment = "fixed"), Object.assign(e, (w2 = (J1 = (A1 = this.viewModel) == null ? void 0 : A1.styles) == null ? void 0 : J1.textStyles) == null ? void 0 : w2.style);
14462
14462
  const t = ((X2 = this.viewModel.styles) == null ? void 0 : X2.textStyles.textFontFamily) || j1, n = U1[t];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@designcrowd/library.brand-page",
3
3
  "description": "A collection of Maker/Designer applications",
4
- "version": "5.6.2",
4
+ "version": "5.6.3-scroll-1",
5
5
  "author": "Design.com Eng",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
@@ -139,7 +139,6 @@ export default defineComponent({
139
139
  styles.backgroundImage = `url(${this.viewModel?.styles?.backgroundStyles?.backgroundImageUrl})`;
140
140
 
141
141
  if (!this.context.isTemplate) {
142
- styles.position = 'fixed';
143
142
  styles.width = '100%';
144
143
  }
145
144
 
@@ -30,7 +30,7 @@
30
30
  <AddOrEditProductContainer v-if="!isImageUpload" />
31
31
  <ImageUpload v-else />
32
32
  </template>
33
- <template #footer v-if="!isImageUpload">
33
+ <template v-if="!isImageUpload" #footer>
34
34
  <div
35
35
  class="tw-flex tw-justify-center tw-pt-4 tw-border-t tw-border-solid tw-border-grayscale-500"
36
36
  >