@sc-360-v2/storefront-cms-library 0.4.34 → 0.4.35
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/dist/add-order.scss +1 -1
- package/dist/add-products-tab.scss +20 -30
- package/dist/allocationDetails.scss +61 -74
- package/dist/allocations.scss +19 -27
- package/dist/amount-estimator.scss +22 -30
- package/dist/brand-basic-elements.scss +3 -6
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +0 -1
- package/dist/bulk-variant-picker copy.scss +2 -4
- package/dist/bulk-variant-picker.scss +51 -64
- package/dist/bundleDetails.scss +32 -44
- package/dist/button copy.scss +4 -9
- package/dist/button.scss +1 -1
- package/dist/buyForHeaders.scss +36 -52
- package/dist/cart-summary.scss +9 -13
- package/dist/cart.scss +9 -12
- package/dist/checkout.scss +0 -1
- package/dist/countdown.scss +24 -36
- package/dist/customization-tree.scss +0 -1
- package/dist/editCartItem.scss +1 -1
- package/dist/embroider-template-1.scss +6 -6
- package/dist/embroidery.scss +2 -3
- package/dist/employee-bulk-order.scss +0 -2
- package/dist/faq.scss +11 -14
- package/dist/filter-results.scss +6 -7
- package/dist/filters.scss +12 -16
- package/dist/gallery-slider-temp.scss +12 -16
- package/dist/icon-list.scss +2 -3
- package/dist/language-selector.scss +2 -4
- package/dist/login.scss +960 -56
- package/dist/map.scss +9 -11
- package/dist/mega-menu.scss +6 -9
- package/dist/menu-v2.scss +10 -14
- package/dist/menu.scss +3 -4
- package/dist/modal.scss +1 -2
- package/dist/option-bar.scss +2 -4
- package/dist/pickup-locations.scss +45 -60
- package/dist/product-actions copy.scss +57 -75
- package/dist/product-actions.scss +13 -24
- package/dist/product-basic-elements.scss +7 -13
- package/dist/product-image copy.scss +4 -5
- package/dist/product-image.scss +16 -24
- package/dist/product-inventory.scss +60 -80
- package/dist/product-options.scss +6 -10
- package/dist/product-price.scss +68 -96
- package/dist/product-promotions.scss +112 -150
- package/dist/product-sizechart.scss +25 -39
- package/dist/profile.scss +1 -2
- package/dist/quantity-selector.scss +14 -19
- package/dist/quick-order-pad.scss +1 -0
- package/dist/quota-details.scss +6 -8
- package/dist/repeater copy.scss +6 -8
- package/dist/repeater.scss +1 -4
- package/dist/scroll.scss +3 -4
- package/dist/search-results-heading.scss +9 -12
- package/dist/search.scss +3 -4
- package/dist/section.scss +1 -1
- package/dist/simple-list.scss +4 -9
- package/dist/social.scss +3 -4
- package/dist/spotlight.scss +17 -21
- package/dist/store-locations.scss +60 -90
- package/dist/tab-v2.scss +7 -9
- package/dist/table-common.scss +22 -26
- package/dist/table.scss +23 -31
- package/dist/theme-classes.scss +13 -13
- package/dist/types/builder/tools/element-edit/countdown.d.ts +20 -0
- package/dist/types/builder/tools/element-edit/coupon.d.ts +711 -213
- package/dist/types/builder/tools/element-edit/login.d.ts +13 -1
- package/dist/types/builder/tools/element-edit/resetPassword.d.ts +19 -1
- package/dist/uom-selector.scss +34 -47
- package/dist/user-elements.scss +13 -17
- package/dist/variant-picker.scss +24 -27
- package/dist/volume-pricing copy 2.scss +71 -94
- package/dist/volume-pricing copy.scss +43 -58
- package/dist/volume-pricing.scss +49 -63
- package/package.json +1 -1
|
@@ -7,14 +7,21 @@ export declare enum SelectorKeysEnum {
|
|
|
7
7
|
LAYOUT = "layout",
|
|
8
8
|
CONTENT = "content",
|
|
9
9
|
DESIGN = "design",
|
|
10
|
-
COUPON_CONTAINER = "couponContainer",
|
|
11
10
|
COUPON_HEADER = "couponHeader",
|
|
12
11
|
COUPON_WIDGET = "couponWidget",
|
|
13
|
-
COUPON_ACTIONS = "couponActions",
|
|
14
12
|
APPLY_BUTTON = "applyButton",
|
|
15
13
|
DEFAULT_STATE = "defaultState",
|
|
16
14
|
HOVER_STATE = "hoverState",
|
|
17
|
-
SELECTED_STATE = "selectedState"
|
|
15
|
+
SELECTED_STATE = "selectedState",
|
|
16
|
+
TITLE = "title",
|
|
17
|
+
DESCRIPTION = "description",
|
|
18
|
+
INPUTFIELD = "inputField",
|
|
19
|
+
ACTIONS = "actions",
|
|
20
|
+
REMOVE_BUTTON = "removeButton",
|
|
21
|
+
PRICE = "price",
|
|
22
|
+
COUPON_CONTAINER = "couponContainer",
|
|
23
|
+
CONTAINER = "container",
|
|
24
|
+
ICONS = "icons"
|
|
18
25
|
}
|
|
19
26
|
export declare const getDefaultData: () => {
|
|
20
27
|
layout: {
|
|
@@ -104,230 +111,721 @@ export declare const getDefaultData: () => {
|
|
|
104
111
|
selectorKey: SelectorKeysEnum;
|
|
105
112
|
};
|
|
106
113
|
couponWidget: {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
116
|
-
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
117
|
-
themeDesc: {
|
|
118
|
-
value: string;
|
|
119
|
-
property: string;
|
|
120
|
-
propertyType: CMSElementEditTypes;
|
|
121
|
-
};
|
|
122
|
-
fontDesc: {
|
|
123
|
-
value: string;
|
|
124
|
-
property: string;
|
|
125
|
-
propertyType: CMSElementEditTypes;
|
|
126
|
-
parentRef: string;
|
|
127
|
-
};
|
|
128
|
-
fontSizeDesc: {
|
|
129
|
-
value: number;
|
|
130
|
-
unit: number;
|
|
131
|
-
property: string;
|
|
132
|
-
propertyType: CMSElementEditTypes;
|
|
133
|
-
parentRef: string;
|
|
134
|
-
};
|
|
135
|
-
textColorDesc: {
|
|
136
|
-
value: {
|
|
137
|
-
hex: string;
|
|
138
|
-
rgb: {
|
|
139
|
-
r: string;
|
|
140
|
-
g: string;
|
|
141
|
-
b: string;
|
|
142
|
-
a: number;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
property: string;
|
|
146
|
-
propertyType: CMSElementEditTypes;
|
|
147
|
-
parentRef: string;
|
|
148
|
-
};
|
|
149
|
-
textHighlightDesc: {
|
|
150
|
-
value: {
|
|
151
|
-
hex: string;
|
|
152
|
-
rgb: {
|
|
153
|
-
r: string;
|
|
154
|
-
g: string;
|
|
155
|
-
b: string;
|
|
156
|
-
a: number;
|
|
157
|
-
};
|
|
114
|
+
selectorKey: SelectorKeysEnum;
|
|
115
|
+
container: {
|
|
116
|
+
padding: any;
|
|
117
|
+
itemGap: {
|
|
118
|
+
value: CMSCSSUnitTypesEnums;
|
|
119
|
+
unit: CMSCSSUnitTypesEnums;
|
|
120
|
+
property: string;
|
|
121
|
+
propertyType: CMSElementEditTypes;
|
|
158
122
|
};
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
123
|
+
theme: CMSIBCommonInterface;
|
|
124
|
+
font: CMSIBCommonInterface;
|
|
125
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
126
|
+
textColor: CMSIBCommonInterface;
|
|
127
|
+
bold: CMSIBCommonInterface;
|
|
128
|
+
italic: CMSIBCommonInterface;
|
|
129
|
+
linethrough: CMSIBCommonInterface;
|
|
130
|
+
underline: CMSIBCommonInterface;
|
|
131
|
+
textAlign: CMSIBCommonInterface;
|
|
132
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
133
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
134
|
+
borderColor: CMSIBCommonInterface;
|
|
135
|
+
borderStyle: CMSIBCommonInterface;
|
|
136
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
137
|
+
showBorder: CMSIBCommonInterface;
|
|
138
|
+
backgroundColor: CMSIBCommonInterface;
|
|
139
|
+
showShadow: CMSIBCommonInterface;
|
|
140
|
+
shadowColor: CMSIBCommonInterface;
|
|
141
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
142
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
143
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
144
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
145
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
146
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
147
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
148
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
149
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
150
|
+
selectorKey: SelectorKeysEnum;
|
|
185
151
|
};
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
152
|
+
title: {
|
|
153
|
+
theme: CMSIBCommonInterface;
|
|
154
|
+
font: CMSIBCommonInterface;
|
|
155
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
156
|
+
textColor: CMSIBCommonInterface;
|
|
157
|
+
bold: CMSIBCommonInterface;
|
|
158
|
+
italic: CMSIBCommonInterface;
|
|
159
|
+
linethrough: CMSIBCommonInterface;
|
|
160
|
+
underline: CMSIBCommonInterface;
|
|
161
|
+
textAlign: CMSIBCommonInterface;
|
|
162
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
163
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
164
|
+
borderColor: CMSIBCommonInterface;
|
|
165
|
+
borderStyle: CMSIBCommonInterface;
|
|
166
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
167
|
+
showBorder: CMSIBCommonInterface;
|
|
168
|
+
backgroundColor: CMSIBCommonInterface;
|
|
169
|
+
showShadow: CMSIBCommonInterface;
|
|
170
|
+
shadowColor: CMSIBCommonInterface;
|
|
171
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
172
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
173
|
+
padding: any;
|
|
174
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
175
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
176
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
177
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
178
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
179
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
180
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
181
|
+
selectorKey: SelectorKeysEnum;
|
|
191
182
|
};
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
183
|
+
description: {
|
|
184
|
+
theme: CMSIBCommonInterface;
|
|
185
|
+
font: CMSIBCommonInterface;
|
|
186
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
187
|
+
textColor: CMSIBCommonInterface;
|
|
188
|
+
bold: CMSIBCommonInterface;
|
|
189
|
+
italic: CMSIBCommonInterface;
|
|
190
|
+
linethrough: CMSIBCommonInterface;
|
|
191
|
+
underline: CMSIBCommonInterface;
|
|
192
|
+
textAlign: CMSIBCommonInterface;
|
|
193
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
194
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
195
|
+
borderColor: CMSIBCommonInterface;
|
|
196
|
+
borderStyle: CMSIBCommonInterface;
|
|
197
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
198
|
+
showBorder: CMSIBCommonInterface;
|
|
199
|
+
backgroundColor: CMSIBCommonInterface;
|
|
200
|
+
showShadow: CMSIBCommonInterface;
|
|
201
|
+
shadowColor: CMSIBCommonInterface;
|
|
202
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
203
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
204
|
+
padding: any;
|
|
205
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
206
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
207
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
208
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
209
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
210
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
211
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
212
|
+
selectorKey: SelectorKeysEnum;
|
|
198
213
|
};
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
214
|
+
inputField: {
|
|
215
|
+
padding: any;
|
|
216
|
+
itemGap: {
|
|
217
|
+
value: CMSCSSUnitTypesEnums;
|
|
218
|
+
unit: CMSCSSUnitTypesEnums;
|
|
219
|
+
property: string;
|
|
220
|
+
propertyType: CMSElementEditTypes;
|
|
221
|
+
};
|
|
222
|
+
theme: CMSIBCommonInterface;
|
|
223
|
+
font: CMSIBCommonInterface;
|
|
224
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
225
|
+
textColor: CMSIBCommonInterface;
|
|
226
|
+
bold: CMSIBCommonInterface;
|
|
227
|
+
italic: CMSIBCommonInterface;
|
|
228
|
+
linethrough: CMSIBCommonInterface;
|
|
229
|
+
underline: CMSIBCommonInterface;
|
|
230
|
+
textAlign: CMSIBCommonInterface;
|
|
231
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
232
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
233
|
+
borderColor: CMSIBCommonInterface;
|
|
234
|
+
borderStyle: CMSIBCommonInterface;
|
|
235
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
236
|
+
showBorder: CMSIBCommonInterface;
|
|
237
|
+
backgroundColor: CMSIBCommonInterface;
|
|
238
|
+
showShadow: CMSIBCommonInterface;
|
|
239
|
+
shadowColor: CMSIBCommonInterface;
|
|
240
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
241
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
242
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
243
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
244
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
245
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
246
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
247
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
248
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
249
|
+
selectorKey: SelectorKeysEnum;
|
|
205
250
|
};
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
251
|
+
icons: {
|
|
252
|
+
showIcon: CMSIBCommonInterface | undefined;
|
|
253
|
+
iconColor: CMSIBCommonInterface;
|
|
254
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
255
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
256
|
+
theme: CMSIBCommonInterface;
|
|
257
|
+
font: CMSIBCommonInterface;
|
|
258
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
259
|
+
textColor: CMSIBCommonInterface;
|
|
260
|
+
bold: CMSIBCommonInterface;
|
|
261
|
+
italic: CMSIBCommonInterface;
|
|
262
|
+
linethrough: CMSIBCommonInterface;
|
|
263
|
+
underline: CMSIBCommonInterface;
|
|
264
|
+
textAlign: CMSIBCommonInterface;
|
|
265
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
266
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
267
|
+
borderColor: CMSIBCommonInterface;
|
|
268
|
+
borderStyle: CMSIBCommonInterface;
|
|
269
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
270
|
+
showBorder: CMSIBCommonInterface;
|
|
271
|
+
backgroundColor: CMSIBCommonInterface;
|
|
272
|
+
showShadow: CMSIBCommonInterface;
|
|
273
|
+
shadowColor: CMSIBCommonInterface;
|
|
274
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
275
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
276
|
+
padding: any;
|
|
277
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
278
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
279
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
280
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
281
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
282
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
283
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
284
|
+
selectorKey: SelectorKeysEnum;
|
|
212
285
|
};
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
286
|
+
couponText: {
|
|
287
|
+
theme: CMSIBCommonInterface;
|
|
288
|
+
font: CMSIBCommonInterface;
|
|
289
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
290
|
+
textColor: CMSIBCommonInterface;
|
|
291
|
+
bold: CMSIBCommonInterface;
|
|
292
|
+
italic: CMSIBCommonInterface;
|
|
293
|
+
linethrough: CMSIBCommonInterface;
|
|
294
|
+
underline: CMSIBCommonInterface;
|
|
295
|
+
textAlign: CMSIBCommonInterface;
|
|
296
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
297
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
298
|
+
borderColor: CMSIBCommonInterface;
|
|
299
|
+
borderStyle: CMSIBCommonInterface;
|
|
300
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
301
|
+
showBorder: CMSIBCommonInterface;
|
|
302
|
+
backgroundColor: CMSIBCommonInterface;
|
|
303
|
+
showShadow: CMSIBCommonInterface;
|
|
304
|
+
shadowColor: CMSIBCommonInterface;
|
|
305
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
306
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
307
|
+
padding: any;
|
|
308
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
309
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
310
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
311
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
312
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
313
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
314
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
315
|
+
selectorKey: SelectorKeysEnum;
|
|
217
316
|
};
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
317
|
+
savedTitle: {
|
|
318
|
+
theme: CMSIBCommonInterface;
|
|
319
|
+
font: CMSIBCommonInterface;
|
|
320
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
321
|
+
textColor: CMSIBCommonInterface;
|
|
322
|
+
bold: CMSIBCommonInterface;
|
|
323
|
+
italic: CMSIBCommonInterface;
|
|
324
|
+
linethrough: CMSIBCommonInterface;
|
|
325
|
+
underline: CMSIBCommonInterface;
|
|
326
|
+
textAlign: CMSIBCommonInterface;
|
|
327
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
328
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
329
|
+
borderColor: CMSIBCommonInterface;
|
|
330
|
+
borderStyle: CMSIBCommonInterface;
|
|
331
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
332
|
+
showBorder: CMSIBCommonInterface;
|
|
333
|
+
backgroundColor: CMSIBCommonInterface;
|
|
334
|
+
showShadow: CMSIBCommonInterface;
|
|
335
|
+
shadowColor: CMSIBCommonInterface;
|
|
336
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
337
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
338
|
+
padding: any;
|
|
339
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
340
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
341
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
342
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
343
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
344
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
345
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
346
|
+
selectorKey: SelectorKeysEnum;
|
|
223
347
|
};
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
348
|
+
price: {
|
|
349
|
+
theme: CMSIBCommonInterface;
|
|
350
|
+
font: CMSIBCommonInterface;
|
|
351
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
352
|
+
textColor: CMSIBCommonInterface;
|
|
353
|
+
bold: CMSIBCommonInterface;
|
|
354
|
+
italic: CMSIBCommonInterface;
|
|
355
|
+
linethrough: CMSIBCommonInterface;
|
|
356
|
+
underline: CMSIBCommonInterface;
|
|
357
|
+
textAlign: CMSIBCommonInterface;
|
|
358
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
359
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
360
|
+
borderColor: CMSIBCommonInterface;
|
|
361
|
+
borderStyle: CMSIBCommonInterface;
|
|
362
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
363
|
+
showBorder: CMSIBCommonInterface;
|
|
364
|
+
backgroundColor: CMSIBCommonInterface;
|
|
365
|
+
showShadow: CMSIBCommonInterface;
|
|
366
|
+
shadowColor: CMSIBCommonInterface;
|
|
367
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
368
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
369
|
+
padding: any;
|
|
370
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
371
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
372
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
373
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
374
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
375
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
376
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
377
|
+
selectorKey: SelectorKeysEnum;
|
|
230
378
|
};
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
379
|
+
};
|
|
380
|
+
actions: {
|
|
381
|
+
selectorKey: SelectorKeysEnum;
|
|
382
|
+
applyButton: {
|
|
383
|
+
selectorKey: SelectorKeysEnum;
|
|
384
|
+
defaultState: {
|
|
385
|
+
backgroundColor: {
|
|
386
|
+
parentRef: string;
|
|
387
|
+
value?: any;
|
|
388
|
+
property?: any;
|
|
389
|
+
propertyType?: any;
|
|
390
|
+
isReadOnly?: boolean | undefined;
|
|
391
|
+
};
|
|
392
|
+
borderColor: {
|
|
393
|
+
parentRef: string;
|
|
394
|
+
value?: any;
|
|
395
|
+
property?: any;
|
|
396
|
+
propertyType?: any;
|
|
397
|
+
isReadOnly?: boolean | undefined;
|
|
398
|
+
};
|
|
399
|
+
borderStyle: {
|
|
400
|
+
parentRef: string;
|
|
401
|
+
value?: any;
|
|
402
|
+
property?: any;
|
|
403
|
+
propertyType?: any;
|
|
404
|
+
isReadOnly?: boolean | undefined;
|
|
405
|
+
};
|
|
406
|
+
borderPerSlide: {
|
|
407
|
+
parentRef: string;
|
|
408
|
+
isAll: boolean;
|
|
409
|
+
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
410
|
+
property: string;
|
|
411
|
+
iscss?: boolean | undefined;
|
|
412
|
+
propertyType?: any;
|
|
413
|
+
};
|
|
414
|
+
showBorder: {
|
|
415
|
+
value: boolean;
|
|
416
|
+
parentRef: string;
|
|
417
|
+
property?: any;
|
|
418
|
+
propertyType?: any;
|
|
419
|
+
isReadOnly?: boolean | undefined;
|
|
420
|
+
};
|
|
421
|
+
showShadow: {
|
|
422
|
+
parentRef: string;
|
|
423
|
+
value?: any;
|
|
424
|
+
property?: any;
|
|
425
|
+
propertyType?: any;
|
|
426
|
+
isReadOnly?: boolean | undefined;
|
|
427
|
+
};
|
|
428
|
+
shadowColor: {
|
|
429
|
+
parentRef: string;
|
|
430
|
+
value?: any;
|
|
431
|
+
property?: any;
|
|
432
|
+
propertyType?: any;
|
|
433
|
+
isReadOnly?: boolean | undefined;
|
|
434
|
+
};
|
|
435
|
+
blur: {
|
|
436
|
+
parentRef: string;
|
|
437
|
+
unit?: string | number | undefined;
|
|
438
|
+
value?: any;
|
|
439
|
+
property?: any;
|
|
440
|
+
propertyType?: any;
|
|
441
|
+
isReadOnly?: boolean | undefined;
|
|
442
|
+
};
|
|
443
|
+
spread: {
|
|
444
|
+
parentRef: string;
|
|
445
|
+
unit?: string | number | undefined;
|
|
446
|
+
value?: any;
|
|
447
|
+
property?: any;
|
|
448
|
+
propertyType?: any;
|
|
449
|
+
isReadOnly?: boolean | undefined;
|
|
450
|
+
};
|
|
451
|
+
angle: {
|
|
452
|
+
parentRef: string;
|
|
453
|
+
unit?: string | number | undefined;
|
|
454
|
+
value?: any;
|
|
455
|
+
property?: any;
|
|
456
|
+
propertyType?: any;
|
|
457
|
+
isReadOnly?: boolean | undefined;
|
|
458
|
+
};
|
|
459
|
+
borderRadius: {
|
|
460
|
+
parentRef: string;
|
|
461
|
+
isAll: boolean;
|
|
462
|
+
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
463
|
+
property: string;
|
|
464
|
+
iscss?: boolean | undefined;
|
|
465
|
+
propertyType?: any;
|
|
466
|
+
};
|
|
467
|
+
font: {
|
|
468
|
+
parentRef: string;
|
|
469
|
+
value?: any;
|
|
470
|
+
property?: any;
|
|
471
|
+
propertyType?: any;
|
|
472
|
+
isReadOnly?: boolean | undefined;
|
|
473
|
+
};
|
|
474
|
+
fontSize: {
|
|
475
|
+
parentRef: string;
|
|
476
|
+
unit?: string | number | undefined;
|
|
477
|
+
value?: any;
|
|
478
|
+
property?: any;
|
|
479
|
+
propertyType?: any;
|
|
480
|
+
isReadOnly?: boolean | undefined;
|
|
239
481
|
};
|
|
482
|
+
textColor: {
|
|
483
|
+
parentRef: string;
|
|
484
|
+
value?: any;
|
|
485
|
+
property?: any;
|
|
486
|
+
propertyType?: any;
|
|
487
|
+
isReadOnly?: boolean | undefined;
|
|
488
|
+
};
|
|
489
|
+
bold: {
|
|
490
|
+
value: string;
|
|
491
|
+
parentRef: string;
|
|
492
|
+
property?: any;
|
|
493
|
+
propertyType?: any;
|
|
494
|
+
isReadOnly?: boolean | undefined;
|
|
495
|
+
};
|
|
496
|
+
italic: {
|
|
497
|
+
parentRef: string;
|
|
498
|
+
value?: any;
|
|
499
|
+
property?: any;
|
|
500
|
+
propertyType?: any;
|
|
501
|
+
isReadOnly?: boolean | undefined;
|
|
502
|
+
};
|
|
503
|
+
linethrough: {
|
|
504
|
+
parentRef: string;
|
|
505
|
+
value?: any;
|
|
506
|
+
property?: any;
|
|
507
|
+
propertyType?: any;
|
|
508
|
+
isReadOnly?: boolean | undefined;
|
|
509
|
+
};
|
|
510
|
+
underline: {
|
|
511
|
+
parentRef: string;
|
|
512
|
+
value?: any;
|
|
513
|
+
property?: any;
|
|
514
|
+
propertyType?: any;
|
|
515
|
+
isReadOnly?: boolean | undefined;
|
|
516
|
+
};
|
|
517
|
+
textAlign: {
|
|
518
|
+
parentRef: string;
|
|
519
|
+
value?: any;
|
|
520
|
+
property?: any;
|
|
521
|
+
propertyType?: any;
|
|
522
|
+
isReadOnly?: boolean | undefined;
|
|
523
|
+
};
|
|
524
|
+
characterSpacing: {
|
|
525
|
+
parentRef: string;
|
|
526
|
+
unit?: string | number | undefined;
|
|
527
|
+
value?: any;
|
|
528
|
+
property?: any;
|
|
529
|
+
propertyType?: any;
|
|
530
|
+
isReadOnly?: boolean | undefined;
|
|
531
|
+
};
|
|
532
|
+
lineHeight: {
|
|
533
|
+
parentRef: string;
|
|
534
|
+
unit?: string | number | undefined;
|
|
535
|
+
value?: any;
|
|
536
|
+
property?: any;
|
|
537
|
+
propertyType?: any;
|
|
538
|
+
isReadOnly?: boolean | undefined;
|
|
539
|
+
};
|
|
540
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
541
|
+
showIcon: {
|
|
542
|
+
parentRef: string;
|
|
543
|
+
value?: any;
|
|
544
|
+
property?: any;
|
|
545
|
+
propertyType?: any;
|
|
546
|
+
isReadOnly?: boolean | undefined;
|
|
547
|
+
};
|
|
548
|
+
iconSize: {
|
|
549
|
+
parentRef: string;
|
|
550
|
+
unit?: string | number | undefined;
|
|
551
|
+
value?: any;
|
|
552
|
+
property?: any;
|
|
553
|
+
propertyType?: any;
|
|
554
|
+
isReadOnly?: boolean | undefined;
|
|
555
|
+
};
|
|
556
|
+
iconColor: {
|
|
557
|
+
parentRef: string;
|
|
558
|
+
value?: any;
|
|
559
|
+
property?: any;
|
|
560
|
+
propertyType?: any;
|
|
561
|
+
isReadOnly?: boolean | undefined;
|
|
562
|
+
};
|
|
563
|
+
buttonStyle: {
|
|
564
|
+
parentRef: string;
|
|
565
|
+
propertyType: CMSElementEditTypes;
|
|
566
|
+
};
|
|
567
|
+
buttonText: {
|
|
568
|
+
value: string;
|
|
569
|
+
property: string;
|
|
570
|
+
propertyType: CMSElementEditTypes;
|
|
571
|
+
};
|
|
572
|
+
iconPadding: {
|
|
573
|
+
value: number;
|
|
574
|
+
property: string;
|
|
575
|
+
parentRef: string;
|
|
576
|
+
propertyType: CMSElementEditTypes;
|
|
577
|
+
};
|
|
578
|
+
iconPosition: {
|
|
579
|
+
parentRef: string;
|
|
580
|
+
propertyType: CMSElementEditTypes;
|
|
581
|
+
};
|
|
582
|
+
iconAndTextSpacing: {
|
|
583
|
+
property: string;
|
|
584
|
+
unit: number;
|
|
585
|
+
parentRef: string;
|
|
586
|
+
propertyType: CMSElementEditTypes;
|
|
587
|
+
};
|
|
588
|
+
alignment: {
|
|
589
|
+
property: string;
|
|
590
|
+
parentRef: string;
|
|
591
|
+
propertyType: CMSElementEditTypes;
|
|
592
|
+
};
|
|
593
|
+
buttonType: {
|
|
594
|
+
value: string;
|
|
595
|
+
propertyType: CMSElementEditTypes;
|
|
596
|
+
};
|
|
597
|
+
width: {
|
|
598
|
+
value: string;
|
|
599
|
+
unit: number;
|
|
600
|
+
};
|
|
601
|
+
padding: any;
|
|
602
|
+
selectorKey: SelectorKeysEnum;
|
|
240
603
|
};
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
604
|
+
hoverState: {
|
|
605
|
+
backgroundColor: {
|
|
606
|
+
parentRef: string;
|
|
607
|
+
value?: any;
|
|
608
|
+
property?: any;
|
|
609
|
+
propertyType?: any;
|
|
610
|
+
isReadOnly?: boolean | undefined;
|
|
611
|
+
};
|
|
612
|
+
borderColor: {
|
|
613
|
+
parentRef: string;
|
|
614
|
+
value?: any;
|
|
615
|
+
property?: any;
|
|
616
|
+
propertyType?: any;
|
|
617
|
+
isReadOnly?: boolean | undefined;
|
|
618
|
+
};
|
|
619
|
+
borderStyle: {
|
|
620
|
+
parentRef: string;
|
|
621
|
+
value?: any;
|
|
622
|
+
property?: any;
|
|
623
|
+
propertyType?: any;
|
|
624
|
+
isReadOnly?: boolean | undefined;
|
|
625
|
+
};
|
|
626
|
+
borderPerSlide: {
|
|
627
|
+
parentRef: string;
|
|
628
|
+
isAll: boolean;
|
|
629
|
+
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
630
|
+
property: string;
|
|
631
|
+
iscss?: boolean | undefined;
|
|
632
|
+
propertyType?: any;
|
|
633
|
+
};
|
|
634
|
+
showBorder: {
|
|
635
|
+
value: boolean;
|
|
636
|
+
parentRef: string;
|
|
637
|
+
property?: any;
|
|
638
|
+
propertyType?: any;
|
|
639
|
+
isReadOnly?: boolean | undefined;
|
|
640
|
+
};
|
|
641
|
+
showShadow: {
|
|
642
|
+
parentRef: string;
|
|
643
|
+
value?: any;
|
|
644
|
+
property?: any;
|
|
645
|
+
propertyType?: any;
|
|
646
|
+
isReadOnly?: boolean | undefined;
|
|
647
|
+
};
|
|
648
|
+
shadowColor: {
|
|
649
|
+
parentRef: string;
|
|
650
|
+
value?: any;
|
|
651
|
+
property?: any;
|
|
652
|
+
propertyType?: any;
|
|
653
|
+
isReadOnly?: boolean | undefined;
|
|
654
|
+
};
|
|
655
|
+
blur: {
|
|
656
|
+
parentRef: string;
|
|
657
|
+
unit?: string | number | undefined;
|
|
658
|
+
value?: any;
|
|
659
|
+
property?: any;
|
|
660
|
+
propertyType?: any;
|
|
661
|
+
isReadOnly?: boolean | undefined;
|
|
662
|
+
};
|
|
663
|
+
spread: {
|
|
664
|
+
parentRef: string;
|
|
665
|
+
unit?: string | number | undefined;
|
|
666
|
+
value?: any;
|
|
667
|
+
property?: any;
|
|
668
|
+
propertyType?: any;
|
|
669
|
+
isReadOnly?: boolean | undefined;
|
|
670
|
+
};
|
|
671
|
+
angle: {
|
|
672
|
+
parentRef: string;
|
|
673
|
+
unit?: string | number | undefined;
|
|
674
|
+
value?: any;
|
|
675
|
+
property?: any;
|
|
676
|
+
propertyType?: any;
|
|
677
|
+
isReadOnly?: boolean | undefined;
|
|
678
|
+
};
|
|
679
|
+
borderRadius: {
|
|
680
|
+
parentRef: string;
|
|
681
|
+
isAll: boolean;
|
|
682
|
+
sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
|
|
683
|
+
property: string;
|
|
684
|
+
iscss?: boolean | undefined;
|
|
685
|
+
propertyType?: any;
|
|
686
|
+
};
|
|
687
|
+
font: {
|
|
688
|
+
parentRef: string;
|
|
689
|
+
value?: any;
|
|
690
|
+
property?: any;
|
|
691
|
+
propertyType?: any;
|
|
692
|
+
isReadOnly?: boolean | undefined;
|
|
693
|
+
};
|
|
694
|
+
fontSize: {
|
|
695
|
+
parentRef: string;
|
|
696
|
+
unit?: string | number | undefined;
|
|
697
|
+
value?: any;
|
|
698
|
+
property?: any;
|
|
699
|
+
propertyType?: any;
|
|
700
|
+
isReadOnly?: boolean | undefined;
|
|
701
|
+
};
|
|
702
|
+
textColor: {
|
|
703
|
+
parentRef: string;
|
|
704
|
+
value?: any;
|
|
705
|
+
property?: any;
|
|
706
|
+
propertyType?: any;
|
|
707
|
+
isReadOnly?: boolean | undefined;
|
|
708
|
+
};
|
|
709
|
+
bold: {
|
|
710
|
+
value: string;
|
|
711
|
+
parentRef: string;
|
|
712
|
+
property?: any;
|
|
713
|
+
propertyType?: any;
|
|
714
|
+
isReadOnly?: boolean | undefined;
|
|
715
|
+
};
|
|
716
|
+
italic: {
|
|
717
|
+
parentRef: string;
|
|
718
|
+
value?: any;
|
|
719
|
+
property?: any;
|
|
720
|
+
propertyType?: any;
|
|
721
|
+
isReadOnly?: boolean | undefined;
|
|
722
|
+
};
|
|
723
|
+
linethrough: {
|
|
724
|
+
parentRef: string;
|
|
725
|
+
value?: any;
|
|
726
|
+
property?: any;
|
|
727
|
+
propertyType?: any;
|
|
728
|
+
isReadOnly?: boolean | undefined;
|
|
729
|
+
};
|
|
730
|
+
underline: {
|
|
731
|
+
parentRef: string;
|
|
732
|
+
value?: any;
|
|
733
|
+
property?: any;
|
|
734
|
+
propertyType?: any;
|
|
735
|
+
isReadOnly?: boolean | undefined;
|
|
736
|
+
};
|
|
737
|
+
textAlign: {
|
|
738
|
+
parentRef: string;
|
|
739
|
+
value?: any;
|
|
740
|
+
property?: any;
|
|
741
|
+
propertyType?: any;
|
|
742
|
+
isReadOnly?: boolean | undefined;
|
|
743
|
+
};
|
|
744
|
+
characterSpacing: {
|
|
745
|
+
parentRef: string;
|
|
746
|
+
unit?: string | number | undefined;
|
|
747
|
+
value?: any;
|
|
748
|
+
property?: any;
|
|
749
|
+
propertyType?: any;
|
|
750
|
+
isReadOnly?: boolean | undefined;
|
|
751
|
+
};
|
|
752
|
+
lineHeight: {
|
|
753
|
+
parentRef: string;
|
|
754
|
+
unit?: string | number | undefined;
|
|
755
|
+
value?: any;
|
|
756
|
+
property?: any;
|
|
757
|
+
propertyType?: any;
|
|
758
|
+
isReadOnly?: boolean | undefined;
|
|
759
|
+
};
|
|
760
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
761
|
+
showIcon: {
|
|
762
|
+
parentRef: string;
|
|
763
|
+
value?: any;
|
|
764
|
+
property?: any;
|
|
765
|
+
propertyType?: any;
|
|
766
|
+
isReadOnly?: boolean | undefined;
|
|
767
|
+
};
|
|
768
|
+
iconSize: {
|
|
769
|
+
parentRef: string;
|
|
770
|
+
unit?: string | number | undefined;
|
|
771
|
+
value?: any;
|
|
772
|
+
property?: any;
|
|
773
|
+
propertyType?: any;
|
|
774
|
+
isReadOnly?: boolean | undefined;
|
|
775
|
+
};
|
|
776
|
+
iconColor: {
|
|
777
|
+
parentRef: string;
|
|
778
|
+
value?: any;
|
|
779
|
+
property?: any;
|
|
780
|
+
propertyType?: any;
|
|
781
|
+
isReadOnly?: boolean | undefined;
|
|
782
|
+
};
|
|
783
|
+
buttonStyle: {
|
|
784
|
+
parentRef: string;
|
|
785
|
+
propertyType: CMSElementEditTypes;
|
|
786
|
+
};
|
|
787
|
+
buttonText: {
|
|
788
|
+
value: string;
|
|
789
|
+
property: string;
|
|
790
|
+
propertyType: CMSElementEditTypes;
|
|
791
|
+
};
|
|
792
|
+
iconPadding: {
|
|
793
|
+
value: number;
|
|
794
|
+
property: string;
|
|
795
|
+
parentRef: string;
|
|
796
|
+
propertyType: CMSElementEditTypes;
|
|
797
|
+
};
|
|
798
|
+
iconPosition: {
|
|
799
|
+
parentRef: string;
|
|
800
|
+
propertyType: CMSElementEditTypes;
|
|
801
|
+
};
|
|
802
|
+
iconAndTextSpacing: {
|
|
803
|
+
property: string;
|
|
804
|
+
unit: number;
|
|
805
|
+
parentRef: string;
|
|
806
|
+
propertyType: CMSElementEditTypes;
|
|
253
807
|
};
|
|
808
|
+
alignment: {
|
|
809
|
+
property: string;
|
|
810
|
+
parentRef: string;
|
|
811
|
+
propertyType: CMSElementEditTypes;
|
|
812
|
+
};
|
|
813
|
+
buttonType: {
|
|
814
|
+
value: string;
|
|
815
|
+
propertyType: CMSElementEditTypes;
|
|
816
|
+
};
|
|
817
|
+
width: {
|
|
818
|
+
value: string;
|
|
819
|
+
unit: number;
|
|
820
|
+
};
|
|
821
|
+
padding: any;
|
|
822
|
+
selectorKey: SelectorKeysEnum;
|
|
823
|
+
};
|
|
824
|
+
selectedState: {
|
|
825
|
+
selectorKey: SelectorKeysEnum;
|
|
254
826
|
};
|
|
255
|
-
property: string;
|
|
256
|
-
propertyType: CMSElementEditTypes;
|
|
257
|
-
};
|
|
258
|
-
bold: {
|
|
259
|
-
value: string;
|
|
260
|
-
property: string;
|
|
261
|
-
propertyType: CMSElementEditTypes;
|
|
262
|
-
parentRef: string;
|
|
263
|
-
};
|
|
264
|
-
italic: {
|
|
265
|
-
value: string;
|
|
266
|
-
property: string;
|
|
267
|
-
propertyType: CMSElementEditTypes;
|
|
268
|
-
parentRef: string;
|
|
269
|
-
};
|
|
270
|
-
linethrough: {
|
|
271
|
-
value: string;
|
|
272
|
-
property: string;
|
|
273
|
-
propertyType: CMSElementEditTypes;
|
|
274
|
-
parentRef: string;
|
|
275
|
-
};
|
|
276
|
-
underline: {
|
|
277
|
-
value: string;
|
|
278
|
-
property: string;
|
|
279
|
-
propertyType: CMSElementEditTypes;
|
|
280
|
-
parentRef: string;
|
|
281
|
-
};
|
|
282
|
-
textAlign: {
|
|
283
|
-
value: string;
|
|
284
|
-
property: string;
|
|
285
|
-
propertyType: CMSElementEditTypes;
|
|
286
|
-
parentRef: string;
|
|
287
|
-
};
|
|
288
|
-
characterSpacing: {
|
|
289
|
-
value: number;
|
|
290
|
-
unit: number;
|
|
291
|
-
property: string;
|
|
292
|
-
propertyType: CMSElementEditTypes;
|
|
293
|
-
parentRef: string;
|
|
294
|
-
};
|
|
295
|
-
lineHeight: {
|
|
296
|
-
value: number;
|
|
297
|
-
unit: number;
|
|
298
|
-
property: string;
|
|
299
|
-
propertyType: CMSElementEditTypes;
|
|
300
|
-
parentRef: string;
|
|
301
|
-
};
|
|
302
|
-
paragraphSpacing: {
|
|
303
|
-
value: number;
|
|
304
|
-
unit: number;
|
|
305
|
-
property: string;
|
|
306
|
-
propertyType: CMSElementEditTypes;
|
|
307
|
-
parentRef: string;
|
|
308
827
|
};
|
|
309
|
-
|
|
310
|
-
borderStyle: CMSIBCommonInterface;
|
|
311
|
-
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
312
|
-
showBorder: CMSIBCommonInterface;
|
|
313
|
-
backgroundColor: CMSIBCommonInterface;
|
|
314
|
-
showShadow: CMSIBCommonInterface;
|
|
315
|
-
shadowColor: CMSIBCommonInterface;
|
|
316
|
-
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
317
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
318
|
-
padding: any;
|
|
319
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
320
|
-
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
321
|
-
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
322
|
-
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
323
|
-
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
324
|
-
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
325
|
-
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
326
|
-
selectorKey: SelectorKeysEnum;
|
|
327
|
-
};
|
|
328
|
-
couponActions: {
|
|
329
|
-
selectorKey: SelectorKeysEnum;
|
|
330
|
-
applyButton: {
|
|
828
|
+
removeButton: {
|
|
331
829
|
selectorKey: SelectorKeysEnum;
|
|
332
830
|
defaultState: {
|
|
333
831
|
backgroundColor: {
|