@sc-360-v2/storefront-cms-library 0.5.66 → 0.5.68
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/builder.js +1 -1
- package/dist/cartAttributes.scss +436 -68
- package/dist/coupon.scss +739 -352
- package/dist/map.scss +37 -8
- package/dist/sort.scss +176 -89
- package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +120 -5
- package/dist/types/builder/tools/element-edit/coupon.d.ts +129 -20
- package/dist/types/builder/tools/element-edit/map.d.ts +1 -0
- package/package.json +1 -1
|
@@ -49,6 +49,17 @@ export declare const getDefaultData: () => {
|
|
|
49
49
|
design: {
|
|
50
50
|
selectorKey: SelectorKeysEnum;
|
|
51
51
|
couponContainer: {
|
|
52
|
+
textOverflow: {
|
|
53
|
+
value: boolean;
|
|
54
|
+
property: string;
|
|
55
|
+
propertyType: CMSElementEditTypes;
|
|
56
|
+
};
|
|
57
|
+
numberOfDisplayedLines: {
|
|
58
|
+
value: number;
|
|
59
|
+
unit: CMSCSSUnitTypesEnums;
|
|
60
|
+
property: string;
|
|
61
|
+
propertyType: CMSElementEditTypes;
|
|
62
|
+
};
|
|
52
63
|
theme: CMSIBCommonInterface;
|
|
53
64
|
font: CMSIBCommonInterface;
|
|
54
65
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -60,8 +71,9 @@ export declare const getDefaultData: () => {
|
|
|
60
71
|
textAlign: CMSIBCommonInterface;
|
|
61
72
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
62
73
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
63
|
-
|
|
64
|
-
|
|
74
|
+
textTransform: any;
|
|
75
|
+
wordWrap: CMSIBCommonInterface;
|
|
76
|
+
wordBreak: CMSIBCommonInterface;
|
|
65
77
|
borderColor: CMSIBCommonInterface;
|
|
66
78
|
borderStyle: CMSIBCommonInterface;
|
|
67
79
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -83,6 +95,17 @@ export declare const getDefaultData: () => {
|
|
|
83
95
|
};
|
|
84
96
|
couponHeader: {
|
|
85
97
|
padding: any;
|
|
98
|
+
textOverflow: {
|
|
99
|
+
value: boolean;
|
|
100
|
+
property: string;
|
|
101
|
+
propertyType: CMSElementEditTypes;
|
|
102
|
+
};
|
|
103
|
+
numberOfDisplayedLines: {
|
|
104
|
+
value: number;
|
|
105
|
+
unit: CMSCSSUnitTypesEnums;
|
|
106
|
+
property: string;
|
|
107
|
+
propertyType: CMSElementEditTypes;
|
|
108
|
+
};
|
|
86
109
|
theme: CMSIBCommonInterface;
|
|
87
110
|
font: CMSIBCommonInterface;
|
|
88
111
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -94,8 +117,9 @@ export declare const getDefaultData: () => {
|
|
|
94
117
|
textAlign: CMSIBCommonInterface;
|
|
95
118
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
96
119
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
97
|
-
|
|
98
|
-
|
|
120
|
+
textTransform: any;
|
|
121
|
+
wordWrap: CMSIBCommonInterface;
|
|
122
|
+
wordBreak: CMSIBCommonInterface;
|
|
99
123
|
borderColor: CMSIBCommonInterface;
|
|
100
124
|
borderStyle: CMSIBCommonInterface;
|
|
101
125
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -124,6 +148,17 @@ export declare const getDefaultData: () => {
|
|
|
124
148
|
property: string;
|
|
125
149
|
propertyType: CMSElementEditTypes;
|
|
126
150
|
};
|
|
151
|
+
textOverflow: {
|
|
152
|
+
value: boolean;
|
|
153
|
+
property: string;
|
|
154
|
+
propertyType: CMSElementEditTypes;
|
|
155
|
+
};
|
|
156
|
+
numberOfDisplayedLines: {
|
|
157
|
+
value: number;
|
|
158
|
+
unit: CMSCSSUnitTypesEnums;
|
|
159
|
+
property: string;
|
|
160
|
+
propertyType: CMSElementEditTypes;
|
|
161
|
+
};
|
|
127
162
|
theme: CMSIBCommonInterface;
|
|
128
163
|
font: CMSIBCommonInterface;
|
|
129
164
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -135,8 +170,9 @@ export declare const getDefaultData: () => {
|
|
|
135
170
|
textAlign: CMSIBCommonInterface;
|
|
136
171
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
137
172
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
138
|
-
|
|
139
|
-
|
|
173
|
+
textTransform: any;
|
|
174
|
+
wordWrap: CMSIBCommonInterface;
|
|
175
|
+
wordBreak: CMSIBCommonInterface;
|
|
140
176
|
borderColor: CMSIBCommonInterface;
|
|
141
177
|
borderStyle: CMSIBCommonInterface;
|
|
142
178
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -156,6 +192,17 @@ export declare const getDefaultData: () => {
|
|
|
156
192
|
selectorKey: SelectorKeysEnum;
|
|
157
193
|
};
|
|
158
194
|
title: {
|
|
195
|
+
textOverflow: {
|
|
196
|
+
value: boolean;
|
|
197
|
+
property: string;
|
|
198
|
+
propertyType: CMSElementEditTypes;
|
|
199
|
+
};
|
|
200
|
+
numberOfDisplayedLines: {
|
|
201
|
+
value: number;
|
|
202
|
+
unit: CMSCSSUnitTypesEnums;
|
|
203
|
+
property: string;
|
|
204
|
+
propertyType: CMSElementEditTypes;
|
|
205
|
+
};
|
|
159
206
|
theme: CMSIBCommonInterface;
|
|
160
207
|
font: CMSIBCommonInterface;
|
|
161
208
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -167,8 +214,9 @@ export declare const getDefaultData: () => {
|
|
|
167
214
|
textAlign: CMSIBCommonInterface;
|
|
168
215
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
169
216
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
170
|
-
|
|
171
|
-
|
|
217
|
+
textTransform: any;
|
|
218
|
+
wordWrap: CMSIBCommonInterface;
|
|
219
|
+
wordBreak: CMSIBCommonInterface;
|
|
172
220
|
borderColor: CMSIBCommonInterface;
|
|
173
221
|
borderStyle: CMSIBCommonInterface;
|
|
174
222
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -189,6 +237,17 @@ export declare const getDefaultData: () => {
|
|
|
189
237
|
selectorKey: SelectorKeysEnum;
|
|
190
238
|
};
|
|
191
239
|
description: {
|
|
240
|
+
textOverflow: {
|
|
241
|
+
value: boolean;
|
|
242
|
+
property: string;
|
|
243
|
+
propertyType: CMSElementEditTypes;
|
|
244
|
+
};
|
|
245
|
+
numberOfDisplayedLines: {
|
|
246
|
+
value: number;
|
|
247
|
+
unit: CMSCSSUnitTypesEnums;
|
|
248
|
+
property: string;
|
|
249
|
+
propertyType: CMSElementEditTypes;
|
|
250
|
+
};
|
|
192
251
|
theme: CMSIBCommonInterface;
|
|
193
252
|
font: CMSIBCommonInterface;
|
|
194
253
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -200,8 +259,9 @@ export declare const getDefaultData: () => {
|
|
|
200
259
|
textAlign: CMSIBCommonInterface;
|
|
201
260
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
202
261
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
203
|
-
|
|
204
|
-
|
|
262
|
+
textTransform: any;
|
|
263
|
+
wordWrap: CMSIBCommonInterface;
|
|
264
|
+
wordBreak: CMSIBCommonInterface;
|
|
205
265
|
borderColor: CMSIBCommonInterface;
|
|
206
266
|
borderStyle: CMSIBCommonInterface;
|
|
207
267
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -229,6 +289,17 @@ export declare const getDefaultData: () => {
|
|
|
229
289
|
property: string;
|
|
230
290
|
propertyType: CMSElementEditTypes;
|
|
231
291
|
};
|
|
292
|
+
textOverflow: {
|
|
293
|
+
value: boolean;
|
|
294
|
+
property: string;
|
|
295
|
+
propertyType: CMSElementEditTypes;
|
|
296
|
+
};
|
|
297
|
+
numberOfDisplayedLines: {
|
|
298
|
+
value: number;
|
|
299
|
+
unit: CMSCSSUnitTypesEnums;
|
|
300
|
+
property: string;
|
|
301
|
+
propertyType: CMSElementEditTypes;
|
|
302
|
+
};
|
|
232
303
|
theme: CMSIBCommonInterface;
|
|
233
304
|
font: CMSIBCommonInterface;
|
|
234
305
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -240,8 +311,9 @@ export declare const getDefaultData: () => {
|
|
|
240
311
|
textAlign: CMSIBCommonInterface;
|
|
241
312
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
242
313
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
243
|
-
|
|
244
|
-
|
|
314
|
+
textTransform: any;
|
|
315
|
+
wordWrap: CMSIBCommonInterface;
|
|
316
|
+
wordBreak: CMSIBCommonInterface;
|
|
245
317
|
borderColor: CMSIBCommonInterface;
|
|
246
318
|
borderStyle: CMSIBCommonInterface;
|
|
247
319
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -266,6 +338,17 @@ export declare const getDefaultData: () => {
|
|
|
266
338
|
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
267
339
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
268
340
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
341
|
+
textOverflow: {
|
|
342
|
+
value: boolean;
|
|
343
|
+
property: string;
|
|
344
|
+
propertyType: CMSElementEditTypes;
|
|
345
|
+
};
|
|
346
|
+
numberOfDisplayedLines: {
|
|
347
|
+
value: number;
|
|
348
|
+
unit: CMSCSSUnitTypesEnums;
|
|
349
|
+
property: string;
|
|
350
|
+
propertyType: CMSElementEditTypes;
|
|
351
|
+
};
|
|
269
352
|
theme: CMSIBCommonInterface;
|
|
270
353
|
font: CMSIBCommonInterface;
|
|
271
354
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -277,8 +360,9 @@ export declare const getDefaultData: () => {
|
|
|
277
360
|
textAlign: CMSIBCommonInterface;
|
|
278
361
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
279
362
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
280
|
-
|
|
281
|
-
|
|
363
|
+
textTransform: any;
|
|
364
|
+
wordWrap: CMSIBCommonInterface;
|
|
365
|
+
wordBreak: CMSIBCommonInterface;
|
|
282
366
|
borderColor: CMSIBCommonInterface;
|
|
283
367
|
borderStyle: CMSIBCommonInterface;
|
|
284
368
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -299,6 +383,17 @@ export declare const getDefaultData: () => {
|
|
|
299
383
|
selectorKey: SelectorKeysEnum;
|
|
300
384
|
};
|
|
301
385
|
couponText: {
|
|
386
|
+
textOverflow: {
|
|
387
|
+
value: boolean;
|
|
388
|
+
property: string;
|
|
389
|
+
propertyType: CMSElementEditTypes;
|
|
390
|
+
};
|
|
391
|
+
numberOfDisplayedLines: {
|
|
392
|
+
value: number;
|
|
393
|
+
unit: CMSCSSUnitTypesEnums;
|
|
394
|
+
property: string;
|
|
395
|
+
propertyType: CMSElementEditTypes;
|
|
396
|
+
};
|
|
302
397
|
theme: CMSIBCommonInterface;
|
|
303
398
|
font: CMSIBCommonInterface;
|
|
304
399
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -310,8 +405,9 @@ export declare const getDefaultData: () => {
|
|
|
310
405
|
textAlign: CMSIBCommonInterface;
|
|
311
406
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
312
407
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
313
|
-
|
|
314
|
-
|
|
408
|
+
textTransform: any;
|
|
409
|
+
wordWrap: CMSIBCommonInterface;
|
|
410
|
+
wordBreak: CMSIBCommonInterface;
|
|
315
411
|
borderColor: CMSIBCommonInterface;
|
|
316
412
|
borderStyle: CMSIBCommonInterface;
|
|
317
413
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -332,6 +428,17 @@ export declare const getDefaultData: () => {
|
|
|
332
428
|
selectorKey: SelectorKeysEnum;
|
|
333
429
|
};
|
|
334
430
|
savedTitle: {
|
|
431
|
+
textOverflow: {
|
|
432
|
+
value: boolean;
|
|
433
|
+
property: string;
|
|
434
|
+
propertyType: CMSElementEditTypes;
|
|
435
|
+
};
|
|
436
|
+
numberOfDisplayedLines: {
|
|
437
|
+
value: number;
|
|
438
|
+
unit: CMSCSSUnitTypesEnums;
|
|
439
|
+
property: string;
|
|
440
|
+
propertyType: CMSElementEditTypes;
|
|
441
|
+
};
|
|
335
442
|
theme: CMSIBCommonInterface;
|
|
336
443
|
font: CMSIBCommonInterface;
|
|
337
444
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -343,8 +450,9 @@ export declare const getDefaultData: () => {
|
|
|
343
450
|
textAlign: CMSIBCommonInterface;
|
|
344
451
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
345
452
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
346
|
-
|
|
347
|
-
|
|
453
|
+
textTransform: any;
|
|
454
|
+
wordWrap: CMSIBCommonInterface;
|
|
455
|
+
wordBreak: CMSIBCommonInterface;
|
|
348
456
|
borderColor: CMSIBCommonInterface;
|
|
349
457
|
borderStyle: CMSIBCommonInterface;
|
|
350
458
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -376,8 +484,9 @@ export declare const getDefaultData: () => {
|
|
|
376
484
|
textAlign: CMSIBCommonInterface;
|
|
377
485
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
378
486
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
379
|
-
|
|
380
|
-
|
|
487
|
+
textTransform: any;
|
|
488
|
+
wordWrap: CMSIBCommonInterface;
|
|
489
|
+
wordBreak: CMSIBCommonInterface;
|
|
381
490
|
borderColor: CMSIBCommonInterface;
|
|
382
491
|
borderStyle: CMSIBCommonInterface;
|
|
383
492
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -12,6 +12,7 @@ export interface selfLayoutInterface {
|
|
|
12
12
|
canOpenMultipleHotspots: controlInterface;
|
|
13
13
|
zoom: CMSIBCommonInterface;
|
|
14
14
|
showZoomControls: controlInterface;
|
|
15
|
+
enableMouseScrollZoom: controlInterface;
|
|
15
16
|
showMapAndSatelliteView: controlInterface;
|
|
16
17
|
showStreetView: controlInterface;
|
|
17
18
|
showDirectionsLink: controlInterface;
|