@designcrowd/library.brand-page 5.6.4-scroll-1 → 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.d.ts +2 -1
- package/lib/src/brand-page/components/page/Page.mixin.js +26 -15
- package/lib/src/brand-page-maker/components/admin-background-settings/AdminBackgroundSettings.mixin.d.ts +6 -0
- package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.js +1 -1
- package/lib/src/brand-page-maker/components/brandpage-maker-page/BrandPageMakerPage.mixin.d.ts +2 -1
- package/lib/src/css/library.brand-page-brandCrowd.min.css +15 -15
- package/lib/src/css/library.brand-page-brandPage.min.css +15 -15
- package/lib/src/css/library.brand-page-designCom.min.css +15 -15
- package/lib/src/css/library.brand-page-preview.min.css +15 -15
- package/lib/src/index.mjs +3949 -3930
- 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 +40 -20
- package/src/brand-page/components/page/Page.vue +2 -1
- package/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.ts +1 -1
|
@@ -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;
|