@sc-360-v2/storefront-cms-library 0.3.29 → 0.3.30
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/animation-control.scss +23 -0
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +72 -7
- package/dist/cart-details.scss +570 -278
- package/dist/cart-summary.scss +102 -73
- package/dist/cartDropdownOverlay.scss +10 -5
- package/dist/checkout.scss +130 -77
- package/dist/contact-us.scss +3 -0
- package/dist/dropdownTemplate.scss +13 -2
- package/dist/fb-dropdown.scss +6 -2
- package/dist/form-preview.scss +24 -1
- package/dist/form-zindex-module.scss +25 -0
- package/dist/functions.scss +72 -2
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/light-box-v2.scss +1 -1
- package/dist/modal.scss +60 -33
- package/dist/position-module.scss +74 -0
- package/dist/prefix-list.scss +55 -0
- package/dist/quick-order-pad.scss +36 -8
- package/dist/responsive-behaviour.scss +21 -0
- package/dist/section.scss +13 -9
- package/dist/shareCartSideBar.scss +4 -2
- package/dist/submit-quote.scss +107 -49
- package/dist/types/builder/interfaces/global.d.ts +13 -0
- package/dist/types/builder/tools/element-edit/amountEstimator.d.ts +441 -0
- package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +364 -0
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +2 -2
- package/dist/types/builder/tools/element-edit/common.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/countdown.d.ts +384 -44
- package/dist/types/builder/tools/element-edit/dummy.d.ts +0 -0
- package/dist/types/builder/tools/element-edit/productActions.d.ts +390 -43
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +192 -22
- package/dist/types/builder/tools/element-edit/repeater.d.ts +439 -1
- package/dist/types/builder/tools/element-edit/table.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/typographyInstance.d.ts +981 -0
- package/dist/types/builder/tools/element-edit/video.d.ts +192 -22
- package/dist/types/global/types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -143,6 +143,198 @@ export declare const getDefaultData: () => {
|
|
|
143
143
|
design: {
|
|
144
144
|
selectorKey: SelectorKeysEnum;
|
|
145
145
|
countdownWidget: {
|
|
146
|
+
themeDesc: {
|
|
147
|
+
value: string;
|
|
148
|
+
property: string;
|
|
149
|
+
propertyType: CMSElementEditTypes;
|
|
150
|
+
};
|
|
151
|
+
fontDesc: {
|
|
152
|
+
value: string;
|
|
153
|
+
property: string;
|
|
154
|
+
propertyType: CMSElementEditTypes;
|
|
155
|
+
parentRef: string;
|
|
156
|
+
};
|
|
157
|
+
fontSizeDesc: {
|
|
158
|
+
value: number;
|
|
159
|
+
unit: number;
|
|
160
|
+
property: string;
|
|
161
|
+
propertyType: CMSElementEditTypes;
|
|
162
|
+
parentRef: string;
|
|
163
|
+
};
|
|
164
|
+
textColorDesc: {
|
|
165
|
+
value: {
|
|
166
|
+
hex: string;
|
|
167
|
+
rgb: {
|
|
168
|
+
r: string;
|
|
169
|
+
g: string;
|
|
170
|
+
b: string;
|
|
171
|
+
a: number;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
property: string;
|
|
175
|
+
propertyType: CMSElementEditTypes;
|
|
176
|
+
parentRef: string;
|
|
177
|
+
};
|
|
178
|
+
textHighlightDesc: {
|
|
179
|
+
value: {
|
|
180
|
+
hex: string;
|
|
181
|
+
rgb: {
|
|
182
|
+
r: string;
|
|
183
|
+
g: string;
|
|
184
|
+
b: string;
|
|
185
|
+
a: number;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
property: string;
|
|
189
|
+
propertyType: CMSElementEditTypes;
|
|
190
|
+
};
|
|
191
|
+
boldDesc: {
|
|
192
|
+
value: string;
|
|
193
|
+
property: string;
|
|
194
|
+
propertyType: CMSElementEditTypes;
|
|
195
|
+
parentRef: string;
|
|
196
|
+
};
|
|
197
|
+
italicDesc: {
|
|
198
|
+
value: string;
|
|
199
|
+
property: string;
|
|
200
|
+
propertyType: CMSElementEditTypes;
|
|
201
|
+
parentRef: string;
|
|
202
|
+
};
|
|
203
|
+
linethroughDesc: {
|
|
204
|
+
value: string;
|
|
205
|
+
property: string;
|
|
206
|
+
propertyType: CMSElementEditTypes;
|
|
207
|
+
parentRef: string;
|
|
208
|
+
};
|
|
209
|
+
underlineDesc: {
|
|
210
|
+
value: string;
|
|
211
|
+
property: string;
|
|
212
|
+
propertyType: CMSElementEditTypes;
|
|
213
|
+
parentRef: string;
|
|
214
|
+
};
|
|
215
|
+
textAlignDesc: {
|
|
216
|
+
value: string;
|
|
217
|
+
property: string;
|
|
218
|
+
propertyType: CMSElementEditTypes;
|
|
219
|
+
parentRef: string;
|
|
220
|
+
};
|
|
221
|
+
characterSpacingDesc: {
|
|
222
|
+
value: number;
|
|
223
|
+
unit: number;
|
|
224
|
+
property: string;
|
|
225
|
+
propertyType: CMSElementEditTypes;
|
|
226
|
+
parentRef: string;
|
|
227
|
+
};
|
|
228
|
+
lineHeightDesc: {
|
|
229
|
+
value: number;
|
|
230
|
+
unit: number;
|
|
231
|
+
property: string;
|
|
232
|
+
propertyType: CMSElementEditTypes;
|
|
233
|
+
parentRef: string;
|
|
234
|
+
};
|
|
235
|
+
paragraphSpacingDesc: {
|
|
236
|
+
value: number;
|
|
237
|
+
unit: number;
|
|
238
|
+
property: string;
|
|
239
|
+
propertyType: CMSElementEditTypes;
|
|
240
|
+
parentRef: string;
|
|
241
|
+
};
|
|
242
|
+
theme: {
|
|
243
|
+
value: string;
|
|
244
|
+
property: string;
|
|
245
|
+
propertyType: CMSElementEditTypes;
|
|
246
|
+
};
|
|
247
|
+
font: {
|
|
248
|
+
value: string;
|
|
249
|
+
property: string;
|
|
250
|
+
propertyType: CMSElementEditTypes;
|
|
251
|
+
parentRef: string;
|
|
252
|
+
};
|
|
253
|
+
fontSize: {
|
|
254
|
+
value: number;
|
|
255
|
+
unit: number;
|
|
256
|
+
property: string;
|
|
257
|
+
propertyType: CMSElementEditTypes;
|
|
258
|
+
parentRef: string;
|
|
259
|
+
};
|
|
260
|
+
textColor: {
|
|
261
|
+
value: {
|
|
262
|
+
hex: string;
|
|
263
|
+
rgb: {
|
|
264
|
+
r: string;
|
|
265
|
+
g: string;
|
|
266
|
+
b: string;
|
|
267
|
+
a: number;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
property: string;
|
|
271
|
+
propertyType: CMSElementEditTypes;
|
|
272
|
+
parentRef: string;
|
|
273
|
+
};
|
|
274
|
+
textHighlight: {
|
|
275
|
+
value: {
|
|
276
|
+
hex: string;
|
|
277
|
+
rgb: {
|
|
278
|
+
r: string;
|
|
279
|
+
g: string;
|
|
280
|
+
b: string;
|
|
281
|
+
a: number;
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
property: string;
|
|
285
|
+
propertyType: CMSElementEditTypes;
|
|
286
|
+
};
|
|
287
|
+
bold: {
|
|
288
|
+
value: string;
|
|
289
|
+
property: string;
|
|
290
|
+
propertyType: CMSElementEditTypes;
|
|
291
|
+
parentRef: string;
|
|
292
|
+
};
|
|
293
|
+
italic: {
|
|
294
|
+
value: string;
|
|
295
|
+
property: string;
|
|
296
|
+
propertyType: CMSElementEditTypes;
|
|
297
|
+
parentRef: string;
|
|
298
|
+
};
|
|
299
|
+
linethrough: {
|
|
300
|
+
value: string;
|
|
301
|
+
property: string;
|
|
302
|
+
propertyType: CMSElementEditTypes;
|
|
303
|
+
parentRef: string;
|
|
304
|
+
};
|
|
305
|
+
underline: {
|
|
306
|
+
value: string;
|
|
307
|
+
property: string;
|
|
308
|
+
propertyType: CMSElementEditTypes;
|
|
309
|
+
parentRef: string;
|
|
310
|
+
};
|
|
311
|
+
textAlign: {
|
|
312
|
+
value: string;
|
|
313
|
+
property: string;
|
|
314
|
+
propertyType: CMSElementEditTypes;
|
|
315
|
+
parentRef: string;
|
|
316
|
+
};
|
|
317
|
+
characterSpacing: {
|
|
318
|
+
value: number;
|
|
319
|
+
unit: number;
|
|
320
|
+
property: string;
|
|
321
|
+
propertyType: CMSElementEditTypes;
|
|
322
|
+
parentRef: string;
|
|
323
|
+
};
|
|
324
|
+
lineHeight: {
|
|
325
|
+
value: number;
|
|
326
|
+
unit: number;
|
|
327
|
+
property: string;
|
|
328
|
+
propertyType: CMSElementEditTypes;
|
|
329
|
+
parentRef: string;
|
|
330
|
+
};
|
|
331
|
+
paragraphSpacing: {
|
|
332
|
+
value: number;
|
|
333
|
+
unit: number;
|
|
334
|
+
property: string;
|
|
335
|
+
propertyType: CMSElementEditTypes;
|
|
336
|
+
parentRef: string;
|
|
337
|
+
};
|
|
146
338
|
selectorKey: SelectorKeysEnum;
|
|
147
339
|
backgroundColor: CMSIBCommonInterface;
|
|
148
340
|
showBorder: CMSIBCommonInterface;
|
|
@@ -155,28 +347,6 @@ export declare const getDefaultData: () => {
|
|
|
155
347
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
156
348
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
157
349
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
158
|
-
theme: CMSIBCommonInterface;
|
|
159
|
-
font: CMSIBCommonInterface;
|
|
160
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
161
|
-
textColor: CMSIBCommonInterface;
|
|
162
|
-
bold: CMSIBCommonInterface;
|
|
163
|
-
italic: CMSIBCommonInterface;
|
|
164
|
-
linethrough: CMSIBCommonInterface;
|
|
165
|
-
underline: CMSIBCommonInterface;
|
|
166
|
-
textAlign: CMSIBCommonInterface;
|
|
167
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
168
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
169
|
-
themeDesc: CMSIBCommonInterface;
|
|
170
|
-
fontDesc: CMSIBCommonInterface;
|
|
171
|
-
fontSizeDesc: import("../../interfaces/global").CMSIBSizeInterface;
|
|
172
|
-
textColorDesc: CMSIBCommonInterface;
|
|
173
|
-
boldDesc: CMSIBCommonInterface;
|
|
174
|
-
italicDesc: CMSIBCommonInterface;
|
|
175
|
-
linethroughDesc: CMSIBCommonInterface;
|
|
176
|
-
underlineDesc: CMSIBCommonInterface;
|
|
177
|
-
textAlignDesc: CMSIBCommonInterface;
|
|
178
|
-
characterSpacingDesc: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
179
|
-
lineHeightDesc: import("../../interfaces/global").CMSIBSizeInterface;
|
|
180
350
|
};
|
|
181
351
|
countdownWidgetTextContainerLayout: {
|
|
182
352
|
selectorKey: SelectorKeysEnum;
|
|
@@ -233,6 +403,198 @@ export declare const getDefaultData: () => {
|
|
|
233
403
|
};
|
|
234
404
|
};
|
|
235
405
|
counterStyle: {
|
|
406
|
+
themeDesc: {
|
|
407
|
+
value: string;
|
|
408
|
+
property: string;
|
|
409
|
+
propertyType: CMSElementEditTypes;
|
|
410
|
+
};
|
|
411
|
+
fontDesc: {
|
|
412
|
+
value: string;
|
|
413
|
+
property: string;
|
|
414
|
+
propertyType: CMSElementEditTypes;
|
|
415
|
+
parentRef: string;
|
|
416
|
+
};
|
|
417
|
+
fontSizeDesc: {
|
|
418
|
+
value: number;
|
|
419
|
+
unit: number;
|
|
420
|
+
property: string;
|
|
421
|
+
propertyType: CMSElementEditTypes;
|
|
422
|
+
parentRef: string;
|
|
423
|
+
};
|
|
424
|
+
textColorDesc: {
|
|
425
|
+
value: {
|
|
426
|
+
hex: string;
|
|
427
|
+
rgb: {
|
|
428
|
+
r: string;
|
|
429
|
+
g: string;
|
|
430
|
+
b: string;
|
|
431
|
+
a: number;
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
property: string;
|
|
435
|
+
propertyType: CMSElementEditTypes;
|
|
436
|
+
parentRef: string;
|
|
437
|
+
};
|
|
438
|
+
textHighlightDesc: {
|
|
439
|
+
value: {
|
|
440
|
+
hex: string;
|
|
441
|
+
rgb: {
|
|
442
|
+
r: string;
|
|
443
|
+
g: string;
|
|
444
|
+
b: string;
|
|
445
|
+
a: number;
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
property: string;
|
|
449
|
+
propertyType: CMSElementEditTypes;
|
|
450
|
+
};
|
|
451
|
+
boldDesc: {
|
|
452
|
+
value: string;
|
|
453
|
+
property: string;
|
|
454
|
+
propertyType: CMSElementEditTypes;
|
|
455
|
+
parentRef: string;
|
|
456
|
+
};
|
|
457
|
+
italicDesc: {
|
|
458
|
+
value: string;
|
|
459
|
+
property: string;
|
|
460
|
+
propertyType: CMSElementEditTypes;
|
|
461
|
+
parentRef: string;
|
|
462
|
+
};
|
|
463
|
+
linethroughDesc: {
|
|
464
|
+
value: string;
|
|
465
|
+
property: string;
|
|
466
|
+
propertyType: CMSElementEditTypes;
|
|
467
|
+
parentRef: string;
|
|
468
|
+
};
|
|
469
|
+
underlineDesc: {
|
|
470
|
+
value: string;
|
|
471
|
+
property: string;
|
|
472
|
+
propertyType: CMSElementEditTypes;
|
|
473
|
+
parentRef: string;
|
|
474
|
+
};
|
|
475
|
+
textAlignDesc: {
|
|
476
|
+
value: string;
|
|
477
|
+
property: string;
|
|
478
|
+
propertyType: CMSElementEditTypes;
|
|
479
|
+
parentRef: string;
|
|
480
|
+
};
|
|
481
|
+
characterSpacingDesc: {
|
|
482
|
+
value: number;
|
|
483
|
+
unit: number;
|
|
484
|
+
property: string;
|
|
485
|
+
propertyType: CMSElementEditTypes;
|
|
486
|
+
parentRef: string;
|
|
487
|
+
};
|
|
488
|
+
lineHeightDesc: {
|
|
489
|
+
value: number;
|
|
490
|
+
unit: number;
|
|
491
|
+
property: string;
|
|
492
|
+
propertyType: CMSElementEditTypes;
|
|
493
|
+
parentRef: string;
|
|
494
|
+
};
|
|
495
|
+
paragraphSpacingDesc: {
|
|
496
|
+
value: number;
|
|
497
|
+
unit: number;
|
|
498
|
+
property: string;
|
|
499
|
+
propertyType: CMSElementEditTypes;
|
|
500
|
+
parentRef: string;
|
|
501
|
+
};
|
|
502
|
+
theme: {
|
|
503
|
+
value: string;
|
|
504
|
+
property: string;
|
|
505
|
+
propertyType: CMSElementEditTypes;
|
|
506
|
+
};
|
|
507
|
+
font: {
|
|
508
|
+
value: string;
|
|
509
|
+
property: string;
|
|
510
|
+
propertyType: CMSElementEditTypes;
|
|
511
|
+
parentRef: string;
|
|
512
|
+
};
|
|
513
|
+
fontSize: {
|
|
514
|
+
value: number;
|
|
515
|
+
unit: number;
|
|
516
|
+
property: string;
|
|
517
|
+
propertyType: CMSElementEditTypes;
|
|
518
|
+
parentRef: string;
|
|
519
|
+
};
|
|
520
|
+
textColor: {
|
|
521
|
+
value: {
|
|
522
|
+
hex: string;
|
|
523
|
+
rgb: {
|
|
524
|
+
r: string;
|
|
525
|
+
g: string;
|
|
526
|
+
b: string;
|
|
527
|
+
a: number;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
property: string;
|
|
531
|
+
propertyType: CMSElementEditTypes;
|
|
532
|
+
parentRef: string;
|
|
533
|
+
};
|
|
534
|
+
textHighlight: {
|
|
535
|
+
value: {
|
|
536
|
+
hex: string;
|
|
537
|
+
rgb: {
|
|
538
|
+
r: string;
|
|
539
|
+
g: string;
|
|
540
|
+
b: string;
|
|
541
|
+
a: number;
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
property: string;
|
|
545
|
+
propertyType: CMSElementEditTypes;
|
|
546
|
+
};
|
|
547
|
+
bold: {
|
|
548
|
+
value: string;
|
|
549
|
+
property: string;
|
|
550
|
+
propertyType: CMSElementEditTypes;
|
|
551
|
+
parentRef: string;
|
|
552
|
+
};
|
|
553
|
+
italic: {
|
|
554
|
+
value: string;
|
|
555
|
+
property: string;
|
|
556
|
+
propertyType: CMSElementEditTypes;
|
|
557
|
+
parentRef: string;
|
|
558
|
+
};
|
|
559
|
+
linethrough: {
|
|
560
|
+
value: string;
|
|
561
|
+
property: string;
|
|
562
|
+
propertyType: CMSElementEditTypes;
|
|
563
|
+
parentRef: string;
|
|
564
|
+
};
|
|
565
|
+
underline: {
|
|
566
|
+
value: string;
|
|
567
|
+
property: string;
|
|
568
|
+
propertyType: CMSElementEditTypes;
|
|
569
|
+
parentRef: string;
|
|
570
|
+
};
|
|
571
|
+
textAlign: {
|
|
572
|
+
value: string;
|
|
573
|
+
property: string;
|
|
574
|
+
propertyType: CMSElementEditTypes;
|
|
575
|
+
parentRef: string;
|
|
576
|
+
};
|
|
577
|
+
characterSpacing: {
|
|
578
|
+
value: number;
|
|
579
|
+
unit: number;
|
|
580
|
+
property: string;
|
|
581
|
+
propertyType: CMSElementEditTypes;
|
|
582
|
+
parentRef: string;
|
|
583
|
+
};
|
|
584
|
+
lineHeight: {
|
|
585
|
+
value: number;
|
|
586
|
+
unit: number;
|
|
587
|
+
property: string;
|
|
588
|
+
propertyType: CMSElementEditTypes;
|
|
589
|
+
parentRef: string;
|
|
590
|
+
};
|
|
591
|
+
paragraphSpacing: {
|
|
592
|
+
value: number;
|
|
593
|
+
unit: number;
|
|
594
|
+
property: string;
|
|
595
|
+
propertyType: CMSElementEditTypes;
|
|
596
|
+
parentRef: string;
|
|
597
|
+
};
|
|
236
598
|
selectorKey: SelectorKeysEnum;
|
|
237
599
|
backgroundColor: CMSIBCommonInterface;
|
|
238
600
|
showBorder: CMSIBCommonInterface;
|
|
@@ -245,28 +607,6 @@ export declare const getDefaultData: () => {
|
|
|
245
607
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
246
608
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
247
609
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
248
|
-
theme: CMSIBCommonInterface;
|
|
249
|
-
font: CMSIBCommonInterface;
|
|
250
|
-
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
251
|
-
textColor: CMSIBCommonInterface;
|
|
252
|
-
bold: CMSIBCommonInterface;
|
|
253
|
-
italic: CMSIBCommonInterface;
|
|
254
|
-
linethrough: CMSIBCommonInterface;
|
|
255
|
-
underline: CMSIBCommonInterface;
|
|
256
|
-
textAlign: CMSIBCommonInterface;
|
|
257
|
-
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
258
|
-
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
259
|
-
themeDesc: CMSIBCommonInterface;
|
|
260
|
-
fontDesc: CMSIBCommonInterface;
|
|
261
|
-
fontSizeDesc: import("../../interfaces/global").CMSIBSizeInterface;
|
|
262
|
-
textColorDesc: CMSIBCommonInterface;
|
|
263
|
-
boldDesc: CMSIBCommonInterface;
|
|
264
|
-
italicDesc: CMSIBCommonInterface;
|
|
265
|
-
linethroughDesc: CMSIBCommonInterface;
|
|
266
|
-
underlineDesc: CMSIBCommonInterface;
|
|
267
|
-
textAlignDesc: CMSIBCommonInterface;
|
|
268
|
-
characterSpacingDesc: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
269
|
-
lineHeightDesc: import("../../interfaces/global").CMSIBSizeInterface;
|
|
270
610
|
};
|
|
271
611
|
dividerStyle: {
|
|
272
612
|
selectorKey: SelectorKeysEnum;
|
|
File without changes
|