@designcrowd/library.brand-page 5.6.4-scroll-3 → 5.6.4
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 +1 -2
- package/lib/src/brand-page/components/page/Page.mixin.js +15 -25
- package/lib/src/brand-page-maker/components/admin-background-settings/AdminBackgroundSettings.mixin.d.ts +0 -6
- 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 +1 -2
- 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 +3930 -3949
- package/lib/src/shared/background-settings/components/BackgroundSettings.mixin.d.ts +0 -6
- package/lib/src/shared/background-settings/components/background-color/BackgroundColorSettings.mixin.d.ts +0 -6
- package/lib/src/shared/background-settings/components/background-shapes/BackgroundShapeSettings.mixin.d.ts +0 -6
- package/lib/src/shared/content-settings/components/color-field/ColorField.mixin.d.ts +0 -6
- package/lib/src/shared/page-settings/components/page-settings/PageSettings.mixin.d.ts +0 -148
- package/lib/src/shared/page-settings/components/page-settings-section-styles/PageSettingsSectionStyles.mixin.d.ts +0 -130
- package/lib/src/shared/style-settings/components/StyleSettings.mixin.d.ts +0 -10
- package/package.json +1 -1
- package/src/brand-page/components/page/Page.mixin.ts +20 -39
- package/src/brand-page/components/page/Page.vue +1 -2
- package/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.ts +1 -1
- package/src/brand-page-maker/components/shop/ProductConfigModal.vue +1 -1
|
@@ -32,7 +32,6 @@ 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;
|
|
36
35
|
letterSpacing?: string | undefined;
|
|
37
36
|
lineHeight?: string | undefined;
|
|
38
37
|
marginBottom?: string | undefined;
|
|
@@ -44,7 +43,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
44
43
|
position?: string | undefined;
|
|
45
44
|
textDecoration?: string | undefined;
|
|
46
45
|
top?: string | undefined;
|
|
47
|
-
bottom?: string | undefined;
|
|
48
46
|
transform?: string | undefined;
|
|
49
47
|
transformOrigin?: string | undefined;
|
|
50
48
|
transition?: string | undefined;
|
|
@@ -78,7 +76,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
78
76
|
fontStyle?: string | undefined;
|
|
79
77
|
fontSize?: string | undefined;
|
|
80
78
|
fontWeight?: string | undefined;
|
|
81
|
-
right?: string | undefined;
|
|
82
79
|
letterSpacing?: string | undefined;
|
|
83
80
|
lineHeight?: string | undefined;
|
|
84
81
|
marginBottom?: string | undefined;
|
|
@@ -90,7 +87,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
90
87
|
position?: string | undefined;
|
|
91
88
|
textDecoration?: string | undefined;
|
|
92
89
|
top?: string | undefined;
|
|
93
|
-
bottom?: string | undefined;
|
|
94
90
|
transform?: string | undefined;
|
|
95
91
|
transformOrigin?: string | undefined;
|
|
96
92
|
transition?: string | undefined;
|
|
@@ -126,7 +122,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
126
122
|
fontWeight?: string | undefined;
|
|
127
123
|
height?: string | undefined;
|
|
128
124
|
left?: string | undefined;
|
|
129
|
-
right?: string | undefined;
|
|
130
125
|
letterSpacing?: string | undefined;
|
|
131
126
|
lineHeight?: string | undefined;
|
|
132
127
|
marginBottom?: string | undefined;
|
|
@@ -139,7 +134,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
139
134
|
textAlign?: string | undefined;
|
|
140
135
|
textDecoration?: string | undefined;
|
|
141
136
|
top?: string | undefined;
|
|
142
|
-
bottom?: string | undefined;
|
|
143
137
|
transform?: string | undefined;
|
|
144
138
|
transformOrigin?: string | undefined;
|
|
145
139
|
transition?: string | undefined;
|
|
@@ -36,7 +36,6 @@ 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;
|
|
40
39
|
letterSpacing?: string | undefined;
|
|
41
40
|
lineHeight?: string | undefined;
|
|
42
41
|
marginBottom?: string | undefined;
|
|
@@ -48,7 +47,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
47
|
position?: string | undefined;
|
|
49
48
|
textDecoration?: string | undefined;
|
|
50
49
|
top?: string | undefined;
|
|
51
|
-
bottom?: string | undefined;
|
|
52
50
|
transform?: string | undefined;
|
|
53
51
|
transformOrigin?: string | undefined;
|
|
54
52
|
transition?: string | undefined;
|
|
@@ -82,7 +80,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
80
|
fontStyle?: string | undefined;
|
|
83
81
|
fontSize?: string | undefined;
|
|
84
82
|
fontWeight?: string | undefined;
|
|
85
|
-
right?: string | undefined;
|
|
86
83
|
letterSpacing?: string | undefined;
|
|
87
84
|
lineHeight?: string | undefined;
|
|
88
85
|
marginBottom?: string | undefined;
|
|
@@ -94,7 +91,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
91
|
position?: string | undefined;
|
|
95
92
|
textDecoration?: string | undefined;
|
|
96
93
|
top?: string | undefined;
|
|
97
|
-
bottom?: string | undefined;
|
|
98
94
|
transform?: string | undefined;
|
|
99
95
|
transformOrigin?: string | undefined;
|
|
100
96
|
transition?: string | undefined;
|
|
@@ -130,7 +126,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
126
|
fontWeight?: string | undefined;
|
|
131
127
|
height?: string | undefined;
|
|
132
128
|
left?: string | undefined;
|
|
133
|
-
right?: string | undefined;
|
|
134
129
|
letterSpacing?: string | undefined;
|
|
135
130
|
lineHeight?: string | undefined;
|
|
136
131
|
marginBottom?: string | undefined;
|
|
@@ -143,7 +138,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
143
138
|
textAlign?: string | undefined;
|
|
144
139
|
textDecoration?: string | undefined;
|
|
145
140
|
top?: string | undefined;
|
|
146
|
-
bottom?: string | undefined;
|
|
147
141
|
transform?: string | undefined;
|
|
148
142
|
transformOrigin?: string | undefined;
|
|
149
143
|
transition?: string | undefined;
|
|
@@ -39,7 +39,6 @@ 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;
|
|
43
42
|
letterSpacing?: string | undefined;
|
|
44
43
|
lineHeight?: string | undefined;
|
|
45
44
|
marginBottom?: string | undefined;
|
|
@@ -51,7 +50,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
50
|
position?: string | undefined;
|
|
52
51
|
textDecoration?: string | undefined;
|
|
53
52
|
top?: string | undefined;
|
|
54
|
-
bottom?: string | undefined;
|
|
55
53
|
transform?: string | undefined;
|
|
56
54
|
transformOrigin?: string | undefined;
|
|
57
55
|
transition?: string | undefined;
|
|
@@ -85,7 +83,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
83
|
fontStyle?: string | undefined;
|
|
86
84
|
fontSize?: string | undefined;
|
|
87
85
|
fontWeight?: string | undefined;
|
|
88
|
-
right?: string | undefined;
|
|
89
86
|
letterSpacing?: string | undefined;
|
|
90
87
|
lineHeight?: string | undefined;
|
|
91
88
|
marginBottom?: string | undefined;
|
|
@@ -97,7 +94,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
97
94
|
position?: string | undefined;
|
|
98
95
|
textDecoration?: string | undefined;
|
|
99
96
|
top?: string | undefined;
|
|
100
|
-
bottom?: string | undefined;
|
|
101
97
|
transform?: string | undefined;
|
|
102
98
|
transformOrigin?: string | undefined;
|
|
103
99
|
transition?: string | undefined;
|
|
@@ -133,7 +129,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
129
|
fontWeight?: string | undefined;
|
|
134
130
|
height?: string | undefined;
|
|
135
131
|
left?: string | undefined;
|
|
136
|
-
right?: string | undefined;
|
|
137
132
|
letterSpacing?: string | undefined;
|
|
138
133
|
lineHeight?: string | undefined;
|
|
139
134
|
marginBottom?: string | undefined;
|
|
@@ -146,7 +141,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
146
141
|
textAlign?: string | undefined;
|
|
147
142
|
textDecoration?: string | undefined;
|
|
148
143
|
top?: string | undefined;
|
|
149
|
-
bottom?: string | undefined;
|
|
150
144
|
transform?: string | undefined;
|
|
151
145
|
transformOrigin?: string | undefined;
|
|
152
146
|
transition?: string | undefined;
|
|
@@ -89,7 +89,6 @@ 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;
|
|
93
92
|
letterSpacing?: string | undefined;
|
|
94
93
|
lineHeight?: string | undefined;
|
|
95
94
|
marginBottom?: string | undefined;
|
|
@@ -101,7 +100,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
101
100
|
position?: string | undefined;
|
|
102
101
|
textDecoration?: string | undefined;
|
|
103
102
|
top?: string | undefined;
|
|
104
|
-
bottom?: string | undefined;
|
|
105
103
|
transform?: string | undefined;
|
|
106
104
|
transformOrigin?: string | undefined;
|
|
107
105
|
transition?: string | undefined;
|
|
@@ -135,7 +133,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
133
|
fontStyle?: string | undefined;
|
|
136
134
|
fontSize?: string | undefined;
|
|
137
135
|
fontWeight?: string | undefined;
|
|
138
|
-
right?: string | undefined;
|
|
139
136
|
letterSpacing?: string | undefined;
|
|
140
137
|
lineHeight?: string | undefined;
|
|
141
138
|
marginBottom?: string | undefined;
|
|
@@ -147,7 +144,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
147
144
|
position?: string | undefined;
|
|
148
145
|
textDecoration?: string | undefined;
|
|
149
146
|
top?: string | undefined;
|
|
150
|
-
bottom?: string | undefined;
|
|
151
147
|
transform?: string | undefined;
|
|
152
148
|
transformOrigin?: string | undefined;
|
|
153
149
|
transition?: string | undefined;
|
|
@@ -183,7 +179,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
183
179
|
fontWeight?: string | undefined;
|
|
184
180
|
height?: string | undefined;
|
|
185
181
|
left?: string | undefined;
|
|
186
|
-
right?: string | undefined;
|
|
187
182
|
letterSpacing?: string | undefined;
|
|
188
183
|
lineHeight?: string | undefined;
|
|
189
184
|
marginBottom?: string | undefined;
|
|
@@ -196,7 +191,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
196
191
|
textAlign?: string | undefined;
|
|
197
192
|
textDecoration?: string | undefined;
|
|
198
193
|
top?: string | undefined;
|
|
199
|
-
bottom?: string | undefined;
|
|
200
194
|
transform?: string | undefined;
|
|
201
195
|
transformOrigin?: string | undefined;
|
|
202
196
|
transition?: string | undefined;
|