@designcrowd/library.brand-page 5.6.4-scroll-2 → 5.6.4-scroll-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/lib/src/brand-page/components/page/Page.mixin.js +4 -2
- package/lib/src/brand-page-maker/components/admin-background-settings/AdminBackgroundSettings.mixin.d.ts +6 -0
- package/lib/src/index.mjs +1 -1
- package/lib/src/shared/background-settings/components/BackgroundSettings.mixin.d.ts +6 -0
- package/lib/src/shared/background-settings/components/background-color/BackgroundColorSettings.mixin.d.ts +6 -0
- package/lib/src/shared/background-settings/components/background-shapes/BackgroundShapeSettings.mixin.d.ts +6 -0
- package/lib/src/shared/content-settings/components/color-field/ColorField.mixin.d.ts +6 -0
- package/lib/src/shared/page-settings/components/page-settings/PageSettings.mixin.d.ts +148 -0
- package/lib/src/shared/page-settings/components/page-settings-section-styles/PageSettingsSectionStyles.mixin.d.ts +130 -0
- package/lib/src/shared/style-settings/components/StyleSettings.mixin.d.ts +10 -0
- package/package.json +1 -1
- package/src/brand-page/components/page/Page.mixin.ts +4 -2
|
@@ -122,8 +122,10 @@ export default defineComponent({
|
|
|
122
122
|
styles.backgroundImage = `url(${this.viewModel?.styles?.backgroundStyles?.backgroundImageUrl})`;
|
|
123
123
|
if (!this.context.isTemplate) {
|
|
124
124
|
styles.position = 'fixed';
|
|
125
|
-
styles.
|
|
126
|
-
styles.
|
|
125
|
+
styles.top = '0';
|
|
126
|
+
styles.bottom = '0';
|
|
127
|
+
styles.left = '0';
|
|
128
|
+
styles.right = '0';
|
|
127
129
|
}
|
|
128
130
|
delete styles.background;
|
|
129
131
|
}
|
|
@@ -69,6 +69,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
69
69
|
fontStyle?: string | undefined;
|
|
70
70
|
fontSize?: string | undefined;
|
|
71
71
|
fontWeight?: string | undefined;
|
|
72
|
+
right?: string | undefined;
|
|
72
73
|
letterSpacing?: string | undefined;
|
|
73
74
|
lineHeight?: string | undefined;
|
|
74
75
|
marginBottom?: string | undefined;
|
|
@@ -80,6 +81,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
80
81
|
position?: string | undefined;
|
|
81
82
|
textDecoration?: string | undefined;
|
|
82
83
|
top?: string | undefined;
|
|
84
|
+
bottom?: string | undefined;
|
|
83
85
|
transform?: string | undefined;
|
|
84
86
|
transformOrigin?: string | undefined;
|
|
85
87
|
transition?: string | undefined;
|
|
@@ -113,6 +115,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
113
115
|
fontStyle?: string | undefined;
|
|
114
116
|
fontSize?: string | undefined;
|
|
115
117
|
fontWeight?: string | undefined;
|
|
118
|
+
right?: string | undefined;
|
|
116
119
|
letterSpacing?: string | undefined;
|
|
117
120
|
lineHeight?: string | undefined;
|
|
118
121
|
marginBottom?: string | undefined;
|
|
@@ -124,6 +127,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
124
127
|
position?: string | undefined;
|
|
125
128
|
textDecoration?: string | undefined;
|
|
126
129
|
top?: string | undefined;
|
|
130
|
+
bottom?: string | undefined;
|
|
127
131
|
transform?: string | undefined;
|
|
128
132
|
transformOrigin?: string | undefined;
|
|
129
133
|
transition?: string | undefined;
|
|
@@ -159,6 +163,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
159
163
|
fontWeight?: string | undefined;
|
|
160
164
|
height?: string | undefined;
|
|
161
165
|
left?: string | undefined;
|
|
166
|
+
right?: string | undefined;
|
|
162
167
|
letterSpacing?: string | undefined;
|
|
163
168
|
lineHeight?: string | undefined;
|
|
164
169
|
marginBottom?: string | undefined;
|
|
@@ -171,6 +176,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
171
176
|
textAlign?: string | undefined;
|
|
172
177
|
textDecoration?: string | undefined;
|
|
173
178
|
top?: string | undefined;
|
|
179
|
+
bottom?: string | undefined;
|
|
174
180
|
transform?: string | undefined;
|
|
175
181
|
transformOrigin?: string | undefined;
|
|
176
182
|
transition?: string | undefined;
|
package/lib/src/index.mjs
CHANGED
|
@@ -14466,7 +14466,7 @@ const Pk = "Logo Text Here", Nc = /brand-page\/([^?]*)/, Ak = /logo\/([^\/]*)\//
|
|
|
14466
14466
|
"http"
|
|
14467
14467
|
))) ? e.backgroundImage = "" : (p = (u = (d = this.viewModel) == null ? void 0 : d.styles) == null ? void 0 : u.backgroundStyles) != null && p.backgroundImageUrl && ((S = (v = (w = (g = (h = this.viewModel) == null ? void 0 : h.styles) == null ? void 0 : g.backgroundStyles) == null ? void 0 : w.style) == null ? void 0 : v.background) != null && S.startsWith(
|
|
14468
14468
|
"linear-gradient"
|
|
14469
|
-
) ? (e.backgroundImage = `url(${(k = (M = (H = this.viewModel) == null ? void 0 : H.styles) == null ? void 0 : M.backgroundStyles) == null ? void 0 : k.backgroundImageUrl}), ${(F = (z = (A = (T = this.viewModel) == null ? void 0 : T.styles) == null ? void 0 : A.backgroundStyles) == null ? void 0 : z.style) == null ? void 0 : F.background}`, delete e.background) : (e.backgroundColor = e.background, e.backgroundImage = `url(${(O = (G = (i1 = this.viewModel) == null ? void 0 : i1.styles) == null ? void 0 : G.backgroundStyles) == null ? void 0 : O.backgroundImageUrl})`, this.context.isTemplate || (e.position = "fixed", e.
|
|
14469
|
+
) ? (e.backgroundImage = `url(${(k = (M = (H = this.viewModel) == null ? void 0 : H.styles) == null ? void 0 : M.backgroundStyles) == null ? void 0 : k.backgroundImageUrl}), ${(F = (z = (A = (T = this.viewModel) == null ? void 0 : T.styles) == null ? void 0 : A.backgroundStyles) == null ? void 0 : z.style) == null ? void 0 : F.background}`, delete e.background) : (e.backgroundColor = e.background, e.backgroundImage = `url(${(O = (G = (i1 = this.viewModel) == null ? void 0 : i1.styles) == null ? void 0 : G.backgroundStyles) == null ? void 0 : O.backgroundImageUrl})`, this.context.isTemplate || (e.position = "fixed", e.top = "0", e.bottom = "0", e.left = "0", e.right = "0"), delete e.background)), (s1 = (q = this.viewModel.styles) == null ? void 0 : q.backgroundStyles.style.background) != null && s1.startsWith(
|
|
14470
14470
|
"linear-gradient"
|
|
14471
14471
|
) && (e.backgroundAttachment = "fixed"), e;
|
|
14472
14472
|
},
|
|
@@ -32,6 +32,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
32
32
|
fontStyle?: string | undefined;
|
|
33
33
|
fontSize?: string | undefined;
|
|
34
34
|
fontWeight?: string | undefined;
|
|
35
|
+
right?: string | undefined;
|
|
35
36
|
letterSpacing?: string | undefined;
|
|
36
37
|
lineHeight?: string | undefined;
|
|
37
38
|
marginBottom?: string | undefined;
|
|
@@ -43,6 +44,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
43
44
|
position?: string | undefined;
|
|
44
45
|
textDecoration?: string | undefined;
|
|
45
46
|
top?: string | undefined;
|
|
47
|
+
bottom?: string | undefined;
|
|
46
48
|
transform?: string | undefined;
|
|
47
49
|
transformOrigin?: string | undefined;
|
|
48
50
|
transition?: string | undefined;
|
|
@@ -76,6 +78,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
76
78
|
fontStyle?: string | undefined;
|
|
77
79
|
fontSize?: string | undefined;
|
|
78
80
|
fontWeight?: string | undefined;
|
|
81
|
+
right?: string | undefined;
|
|
79
82
|
letterSpacing?: string | undefined;
|
|
80
83
|
lineHeight?: string | undefined;
|
|
81
84
|
marginBottom?: string | undefined;
|
|
@@ -87,6 +90,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
87
90
|
position?: string | undefined;
|
|
88
91
|
textDecoration?: string | undefined;
|
|
89
92
|
top?: string | undefined;
|
|
93
|
+
bottom?: string | undefined;
|
|
90
94
|
transform?: string | undefined;
|
|
91
95
|
transformOrigin?: string | undefined;
|
|
92
96
|
transition?: string | undefined;
|
|
@@ -122,6 +126,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
122
126
|
fontWeight?: string | undefined;
|
|
123
127
|
height?: string | undefined;
|
|
124
128
|
left?: string | undefined;
|
|
129
|
+
right?: string | undefined;
|
|
125
130
|
letterSpacing?: string | undefined;
|
|
126
131
|
lineHeight?: string | undefined;
|
|
127
132
|
marginBottom?: string | undefined;
|
|
@@ -134,6 +139,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
134
139
|
textAlign?: string | undefined;
|
|
135
140
|
textDecoration?: string | undefined;
|
|
136
141
|
top?: string | undefined;
|
|
142
|
+
bottom?: string | undefined;
|
|
137
143
|
transform?: string | undefined;
|
|
138
144
|
transformOrigin?: string | undefined;
|
|
139
145
|
transition?: string | undefined;
|
|
@@ -36,6 +36,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
fontStyle?: string | undefined;
|
|
37
37
|
fontSize?: string | undefined;
|
|
38
38
|
fontWeight?: string | undefined;
|
|
39
|
+
right?: string | undefined;
|
|
39
40
|
letterSpacing?: string | undefined;
|
|
40
41
|
lineHeight?: string | undefined;
|
|
41
42
|
marginBottom?: string | undefined;
|
|
@@ -47,6 +48,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
47
48
|
position?: string | undefined;
|
|
48
49
|
textDecoration?: string | undefined;
|
|
49
50
|
top?: string | undefined;
|
|
51
|
+
bottom?: string | undefined;
|
|
50
52
|
transform?: string | undefined;
|
|
51
53
|
transformOrigin?: string | undefined;
|
|
52
54
|
transition?: string | undefined;
|
|
@@ -80,6 +82,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
82
|
fontStyle?: string | undefined;
|
|
81
83
|
fontSize?: string | undefined;
|
|
82
84
|
fontWeight?: string | undefined;
|
|
85
|
+
right?: string | undefined;
|
|
83
86
|
letterSpacing?: string | undefined;
|
|
84
87
|
lineHeight?: string | undefined;
|
|
85
88
|
marginBottom?: string | undefined;
|
|
@@ -91,6 +94,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
94
|
position?: string | undefined;
|
|
92
95
|
textDecoration?: string | undefined;
|
|
93
96
|
top?: string | undefined;
|
|
97
|
+
bottom?: string | undefined;
|
|
94
98
|
transform?: string | undefined;
|
|
95
99
|
transformOrigin?: string | undefined;
|
|
96
100
|
transition?: string | undefined;
|
|
@@ -126,6 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
130
|
fontWeight?: string | undefined;
|
|
127
131
|
height?: string | undefined;
|
|
128
132
|
left?: string | undefined;
|
|
133
|
+
right?: string | undefined;
|
|
129
134
|
letterSpacing?: string | undefined;
|
|
130
135
|
lineHeight?: string | undefined;
|
|
131
136
|
marginBottom?: string | undefined;
|
|
@@ -138,6 +143,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
138
143
|
textAlign?: string | undefined;
|
|
139
144
|
textDecoration?: string | undefined;
|
|
140
145
|
top?: string | undefined;
|
|
146
|
+
bottom?: string | undefined;
|
|
141
147
|
transform?: string | undefined;
|
|
142
148
|
transformOrigin?: string | undefined;
|
|
143
149
|
transition?: string | undefined;
|
|
@@ -39,6 +39,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
39
39
|
fontStyle?: string | undefined;
|
|
40
40
|
fontSize?: string | undefined;
|
|
41
41
|
fontWeight?: string | undefined;
|
|
42
|
+
right?: string | undefined;
|
|
42
43
|
letterSpacing?: string | undefined;
|
|
43
44
|
lineHeight?: string | undefined;
|
|
44
45
|
marginBottom?: string | undefined;
|
|
@@ -50,6 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
50
51
|
position?: string | undefined;
|
|
51
52
|
textDecoration?: string | undefined;
|
|
52
53
|
top?: string | undefined;
|
|
54
|
+
bottom?: string | undefined;
|
|
53
55
|
transform?: string | undefined;
|
|
54
56
|
transformOrigin?: string | undefined;
|
|
55
57
|
transition?: string | undefined;
|
|
@@ -83,6 +85,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
85
|
fontStyle?: string | undefined;
|
|
84
86
|
fontSize?: string | undefined;
|
|
85
87
|
fontWeight?: string | undefined;
|
|
88
|
+
right?: string | undefined;
|
|
86
89
|
letterSpacing?: string | undefined;
|
|
87
90
|
lineHeight?: string | undefined;
|
|
88
91
|
marginBottom?: string | undefined;
|
|
@@ -94,6 +97,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
97
|
position?: string | undefined;
|
|
95
98
|
textDecoration?: string | undefined;
|
|
96
99
|
top?: string | undefined;
|
|
100
|
+
bottom?: string | undefined;
|
|
97
101
|
transform?: string | undefined;
|
|
98
102
|
transformOrigin?: string | undefined;
|
|
99
103
|
transition?: string | undefined;
|
|
@@ -129,6 +133,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
133
|
fontWeight?: string | undefined;
|
|
130
134
|
height?: string | undefined;
|
|
131
135
|
left?: string | undefined;
|
|
136
|
+
right?: string | undefined;
|
|
132
137
|
letterSpacing?: string | undefined;
|
|
133
138
|
lineHeight?: string | undefined;
|
|
134
139
|
marginBottom?: string | undefined;
|
|
@@ -141,6 +146,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
141
146
|
textAlign?: string | undefined;
|
|
142
147
|
textDecoration?: string | undefined;
|
|
143
148
|
top?: string | undefined;
|
|
149
|
+
bottom?: string | undefined;
|
|
144
150
|
transform?: string | undefined;
|
|
145
151
|
transformOrigin?: string | undefined;
|
|
146
152
|
transition?: string | undefined;
|
|
@@ -89,6 +89,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
89
89
|
fontStyle?: string | undefined;
|
|
90
90
|
fontSize?: string | undefined;
|
|
91
91
|
fontWeight?: string | undefined;
|
|
92
|
+
right?: string | undefined;
|
|
92
93
|
letterSpacing?: string | undefined;
|
|
93
94
|
lineHeight?: string | undefined;
|
|
94
95
|
marginBottom?: string | undefined;
|
|
@@ -100,6 +101,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
101
|
position?: string | undefined;
|
|
101
102
|
textDecoration?: string | undefined;
|
|
102
103
|
top?: string | undefined;
|
|
104
|
+
bottom?: string | undefined;
|
|
103
105
|
transform?: string | undefined;
|
|
104
106
|
transformOrigin?: string | undefined;
|
|
105
107
|
transition?: string | undefined;
|
|
@@ -133,6 +135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
135
|
fontStyle?: string | undefined;
|
|
134
136
|
fontSize?: string | undefined;
|
|
135
137
|
fontWeight?: string | undefined;
|
|
138
|
+
right?: string | undefined;
|
|
136
139
|
letterSpacing?: string | undefined;
|
|
137
140
|
lineHeight?: string | undefined;
|
|
138
141
|
marginBottom?: string | undefined;
|
|
@@ -144,6 +147,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
144
147
|
position?: string | undefined;
|
|
145
148
|
textDecoration?: string | undefined;
|
|
146
149
|
top?: string | undefined;
|
|
150
|
+
bottom?: string | undefined;
|
|
147
151
|
transform?: string | undefined;
|
|
148
152
|
transformOrigin?: string | undefined;
|
|
149
153
|
transition?: string | undefined;
|
|
@@ -179,6 +183,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
179
183
|
fontWeight?: string | undefined;
|
|
180
184
|
height?: string | undefined;
|
|
181
185
|
left?: string | undefined;
|
|
186
|
+
right?: string | undefined;
|
|
182
187
|
letterSpacing?: string | undefined;
|
|
183
188
|
lineHeight?: string | undefined;
|
|
184
189
|
marginBottom?: string | undefined;
|
|
@@ -191,6 +196,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
191
196
|
textAlign?: string | undefined;
|
|
192
197
|
textDecoration?: string | undefined;
|
|
193
198
|
top?: string | undefined;
|
|
199
|
+
bottom?: string | undefined;
|
|
194
200
|
transform?: string | undefined;
|
|
195
201
|
transformOrigin?: string | undefined;
|
|
196
202
|
transition?: string | undefined;
|