@sc-360-v2/storefront-cms-library 0.4.33 → 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-v2.scss +6 -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/embroidery-icons/index.d.ts +2 -0
- package/dist/types/builder/enums/index.d.ts +7 -0
- package/dist/types/builder/index.d.ts +2 -1
- 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/dist/website.js +1 -1
- package/package.json +1 -1
package/dist/table-common.scss
CHANGED
|
@@ -149,10 +149,9 @@
|
|
|
149
149
|
color: var(--_ctm-mob-dn-hr-tt-cr, var(--_ctm-tab-dn-hr-tt-cr, var(--_ctm-dn-hr-tt-cr)));
|
|
150
150
|
|
|
151
151
|
font-family: var(
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
sans-serif;
|
|
152
|
+
--_ctm-mob-dn-hr-tt-ft-fy,
|
|
153
|
+
var(--_ctm-tab-dn-hr-tt-ft-fy, var(--_ctm-dn-hr-tt-ft-fy))
|
|
154
|
+
);
|
|
156
155
|
|
|
157
156
|
font-size: var(
|
|
158
157
|
--_ctm-mob-dn-hr-tt-ft-se,
|
|
@@ -212,13 +211,12 @@
|
|
|
212
211
|
);
|
|
213
212
|
|
|
214
213
|
font-family: var(
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
sans-serif;
|
|
214
|
+
--_sf-hr-ff,
|
|
215
|
+
var(
|
|
216
|
+
--_ctm-mob-dn-rw-tt-ft-fy,
|
|
217
|
+
var(--_ctm-tab-dn-rw-tt-ft-fy, var(--_ctm-dn-rw-tt-ft-fy))
|
|
218
|
+
)
|
|
219
|
+
);
|
|
222
220
|
|
|
223
221
|
font-size: var(
|
|
224
222
|
--_sf-hr-fs,
|
|
@@ -311,7 +309,7 @@
|
|
|
311
309
|
// color: var(--_sf-hr-fc, var(--_ctm-dn-pn-bn-cr, var(--_tst-dn-pn-bn-cr)));
|
|
312
310
|
// font-size: var(--_sf-hr-fs, var(--_ctm-dn-pn-ft-se, var(--_tst-dn-pn-ft-se)));
|
|
313
311
|
// font-family: var(--_sf-hr-ff, var(--_ctm-dn-pn-ft-fy, var(--_tst-dn-pn-ft-fy))),
|
|
314
|
-
|
|
312
|
+
|
|
315
313
|
// font-weight: var(--_sf-hr-fw, var(--_ctm-dn-pn-ft-wt, var(--_tst-dn-pn-ft-wt)));
|
|
316
314
|
// font-style: var(--_sf-hr-ft, var(--_ctm-dn-pn-ft-se-ic, var(--_tst-dn-pn-ft-se-ic)));
|
|
317
315
|
// text-align: var(--_sf-hr-ta, var(--_ctm-dn-pn-tt-an, var(--_tst-dn-pn-tt-an)));
|
|
@@ -337,13 +335,12 @@
|
|
|
337
335
|
);
|
|
338
336
|
|
|
339
337
|
font-family: var(
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
sans-serif;
|
|
338
|
+
--_sf-hr-ff,
|
|
339
|
+
var(
|
|
340
|
+
--_ctm-mob-dn-pn-dt-se-ft-fy,
|
|
341
|
+
var(--_ctm-tab-dn-pn-dt-se-ft-fy, var(--_ctm-dn-pn-dt-se-ft-fy))
|
|
342
|
+
)
|
|
343
|
+
);
|
|
347
344
|
|
|
348
345
|
font-size: var(
|
|
349
346
|
--_sf-hr-fs,
|
|
@@ -435,13 +432,12 @@
|
|
|
435
432
|
var(--_ctm-mob-dn-ld-me-bn-cr, var(--_ctm-tab-dn-ld-me-bn-cr, var(--_ctm-dn-ld-me-bn-cr)))
|
|
436
433
|
);
|
|
437
434
|
font-family: var(
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
sans-serif;
|
|
435
|
+
--_sf-hr-ff,
|
|
436
|
+
var(
|
|
437
|
+
--_ctm-mob-dn-ld-me-bn-ft-fy,
|
|
438
|
+
var(--_ctm-tab-dn-ld-me-bn-ft-fy, var(--_ctm-dn-ld-me-bn-ft-fy))
|
|
439
|
+
)
|
|
440
|
+
);
|
|
445
441
|
font-size: var(
|
|
446
442
|
--_sf-hr-fs,
|
|
447
443
|
var(
|
package/dist/table.scss
CHANGED
|
@@ -316,12 +316,10 @@
|
|
|
316
316
|
var(--_ctm-tab-dn-hr-tt-cr, var(--_ctm-dn-hr-tt-cr))
|
|
317
317
|
);
|
|
318
318
|
|
|
319
|
-
font-family:
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
),
|
|
324
|
-
sans-serif;
|
|
319
|
+
font-family: var(
|
|
320
|
+
--_ctm-mob-dn-hr-tt-ft-fy,
|
|
321
|
+
var(--_ctm-tab-dn-hr-tt-ft-fy, var(--_ctm-dn-hr-tt-ft-fy))
|
|
322
|
+
);
|
|
325
323
|
|
|
326
324
|
font-size: var(
|
|
327
325
|
--_ctm-mob-dn-hr-tt-ft-se,
|
|
@@ -380,15 +378,13 @@
|
|
|
380
378
|
var(--_ctm-mob-dn-rw-tt-cr, var(--_ctm-tab-dn-rw-tt-cr, var(--_ctm-dn-rw-tt-cr)))
|
|
381
379
|
);
|
|
382
380
|
|
|
383
|
-
font-family:
|
|
381
|
+
font-family: var(
|
|
382
|
+
--_sf-hr-ff,
|
|
384
383
|
var(
|
|
385
|
-
--
|
|
386
|
-
var(
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
)
|
|
390
|
-
),
|
|
391
|
-
sans-serif;
|
|
384
|
+
--_ctm-mob-dn-rw-tt-ft-fy,
|
|
385
|
+
var(--_ctm-tab-dn-rw-tt-ft-fy, var(--_ctm-dn-rw-tt-ft-fy))
|
|
386
|
+
)
|
|
387
|
+
);
|
|
392
388
|
|
|
393
389
|
font-size: var(
|
|
394
390
|
--_sf-hr-fs,
|
|
@@ -481,7 +477,7 @@
|
|
|
481
477
|
// color: var(--_sf-hr-fc, var(--_ctm-dn-pn-bn-cr, var(--_tst-dn-pn-bn-cr)));
|
|
482
478
|
// font-size: var(--_sf-hr-fs, var(--_ctm-dn-pn-ft-se, var(--_tst-dn-pn-ft-se)));
|
|
483
479
|
// font-family: var(--_sf-hr-ff, var(--_ctm-dn-pn-ft-fy, var(--_tst-dn-pn-ft-fy))),
|
|
484
|
-
|
|
480
|
+
|
|
485
481
|
// font-weight: var(--_sf-hr-fw, var(--_ctm-dn-pn-ft-wt, var(--_tst-dn-pn-ft-wt)));
|
|
486
482
|
// font-style: var(--_sf-hr-ft, var(--_ctm-dn-pn-ft-se-ic, var(--_tst-dn-pn-ft-se-ic)));
|
|
487
483
|
// text-align: var(--_sf-hr-ta, var(--_ctm-dn-pn-tt-an, var(--_tst-dn-pn-tt-an)));
|
|
@@ -509,15 +505,13 @@
|
|
|
509
505
|
)
|
|
510
506
|
);
|
|
511
507
|
|
|
512
|
-
font-family:
|
|
508
|
+
font-family: var(
|
|
509
|
+
--_sf-hr-ff,
|
|
513
510
|
var(
|
|
514
|
-
--
|
|
515
|
-
var(
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
)
|
|
519
|
-
),
|
|
520
|
-
sans-serif;
|
|
511
|
+
--_ctm-mob-dn-pn-dt-se-ft-fy,
|
|
512
|
+
var(--_ctm-tab-dn-pn-dt-se-ft-fy, var(--_ctm-dn-pn-dt-se-ft-fy))
|
|
513
|
+
)
|
|
514
|
+
);
|
|
521
515
|
|
|
522
516
|
font-size: var(
|
|
523
517
|
--_sf-hr-fs,
|
|
@@ -614,15 +608,13 @@
|
|
|
614
608
|
var(--_ctm-tab-dn-ld-me-bn-cr, var(--_ctm-dn-ld-me-bn-cr))
|
|
615
609
|
)
|
|
616
610
|
);
|
|
617
|
-
font-family:
|
|
611
|
+
font-family: var(
|
|
612
|
+
--_sf-hr-ff,
|
|
618
613
|
var(
|
|
619
|
-
--
|
|
620
|
-
var(
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
)
|
|
624
|
-
),
|
|
625
|
-
sans-serif;
|
|
614
|
+
--_ctm-mob-dn-ld-me-bn-ft-fy,
|
|
615
|
+
var(--_ctm-tab-dn-ld-me-bn-ft-fy, var(--_ctm-dn-ld-me-bn-ft-fy))
|
|
616
|
+
)
|
|
617
|
+
);
|
|
626
618
|
font-size: var(
|
|
627
619
|
--_sf-hr-fs,
|
|
628
620
|
var(
|
package/dist/theme-classes.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
.flx-thm-typ-h1 {
|
|
7
7
|
// padding-inline: var(--_sf-cd-gp);
|
|
8
8
|
color: var(--_thm-ty-h1-tt-cr);
|
|
9
|
-
font-family: var(--_thm-ty-h1-ft-fy)
|
|
9
|
+
font-family: var(--_thm-ty-h1-ft-fy);
|
|
10
10
|
font-size: var(--_thm-ty-h1-ft-se);
|
|
11
11
|
font-weight: var(--_thm-ty-h1-bd);
|
|
12
12
|
font-style: var(--_thm-ty-h1-ic);
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.flx-thm-typ-h2 {
|
|
20
20
|
// padding-inline: var(--_sf-cd-gp);
|
|
21
21
|
color: var(--_thm-ty-h2-tt-cr);
|
|
22
|
-
font-family: var(--_thm-ty-h2-ft-fy)
|
|
22
|
+
font-family: var(--_thm-ty-h2-ft-fy);
|
|
23
23
|
font-size: var(--_thm-ty-h2-ft-se);
|
|
24
24
|
font-weight: var(--_thm-ty-h2-bd);
|
|
25
25
|
font-style: var(--_thm-ty-h2-ic);
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
.flx-thm-typ-h3 {
|
|
32
32
|
// padding-inline: var(--_sf-cd-gp);
|
|
33
33
|
color: var(--_thm-ty-h3-tt-cr);
|
|
34
|
-
font-family: var(--_thm-ty-h3-ft-fy)
|
|
34
|
+
font-family: var(--_thm-ty-h3-ft-fy);
|
|
35
35
|
font-size: var(--_thm-ty-h3-ft-se);
|
|
36
36
|
font-weight: var(--_thm-ty-h3-bd);
|
|
37
37
|
font-style: var(--_thm-ty-h3-ic);
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
.flx-thm-typ-h4 {
|
|
44
44
|
// padding-inline: var(--_sf-cd-gp);
|
|
45
45
|
color: var(--_thm-ty-h4-tt-cr);
|
|
46
|
-
font-family: var(--_thm-ty-h4-ft-fy)
|
|
46
|
+
font-family: var(--_thm-ty-h4-ft-fy);
|
|
47
47
|
font-size: var(--_thm-ty-h4-ft-se);
|
|
48
48
|
font-weight: var(--_thm-ty-h4-bd);
|
|
49
49
|
font-style: var(--_thm-ty-h4-ic);
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
.flx-thm-typ-h6 {
|
|
56
56
|
// padding-inline: var(--_sf-cd-gp);
|
|
57
57
|
color: var(--_thm-ty-h6-tt-cr);
|
|
58
|
-
font-family: var(--_thm-ty-h6-ft-fy)
|
|
58
|
+
font-family: var(--_thm-ty-h6-ft-fy);
|
|
59
59
|
font-size: var(--_thm-ty-h6-ft-se);
|
|
60
60
|
font-weight: var(--_thm-ty-h6-bd);
|
|
61
61
|
font-style: var(--_thm-ty-h6-ic);
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
.flx-thm-typ-h5 {
|
|
69
69
|
// padding-inline: var(--_sf-cd-gp);
|
|
70
70
|
color: var(--_thm-ty-h5-tt-cr);
|
|
71
|
-
font-family: var(--_thm-ty-h5-ft-fy)
|
|
71
|
+
font-family: var(--_thm-ty-h5-ft-fy);
|
|
72
72
|
font-size: var(--_thm-ty-h5-ft-se);
|
|
73
73
|
font-weight: var(--_thm-ty-h5-bd);
|
|
74
74
|
font-style: var(--_thm-ty-h5-ic);
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
.flx-thm-typ-p1 {
|
|
82
82
|
// padding-inline: var(--_sf-cd-gp);
|
|
83
83
|
color: var(--_thm-ty-p1-tt-cr);
|
|
84
|
-
font-family: var(--_thm-ty-p1-ft-fy)
|
|
84
|
+
font-family: var(--_thm-ty-p1-ft-fy);
|
|
85
85
|
font-size: var(--_thm-ty-p1-ft-se);
|
|
86
86
|
font-weight: var(--_thm-ty-p1-bd);
|
|
87
87
|
font-style: var(--_thm-ty-p1-ic);
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
.flx-thm-typ-p2 {
|
|
94
94
|
// padding-inline: var(--_sf-cd-gp);
|
|
95
95
|
color: var(--_thm-ty-p2-tt-cr);
|
|
96
|
-
font-family: var(--_thm-ty-p2-ft-fy)
|
|
96
|
+
font-family: var(--_thm-ty-p2-ft-fy);
|
|
97
97
|
font-size: var(--_thm-ty-p2-ft-se);
|
|
98
98
|
font-weight: var(--_thm-ty-p2-bd);
|
|
99
99
|
font-style: var(--_thm-ty-p2-ic);
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
.flx-thm-typ-p3 {
|
|
107
107
|
// padding-inline: var(--_sf-cd-gp);
|
|
108
108
|
color: var(--_thm-ty-p3-tt-cr);
|
|
109
|
-
font-family: var(--_thm-ty-p3-ft-fy)
|
|
109
|
+
font-family: var(--_thm-ty-p3-ft-fy);
|
|
110
110
|
font-size: var(--_thm-ty-p3-ft-se);
|
|
111
111
|
font-weight: var(--_thm-ty-p3-bd);
|
|
112
112
|
// font-style: var(--_thm-ty-p3-ic);
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
// .txt {
|
|
169
169
|
// display: flex;
|
|
170
170
|
// color: var(--_sf-hr-cr, var(--_thm-py-bs-dt-se-cr));
|
|
171
|
-
// font-family: var(--_sf-hr-ft-fy, var(--_thm-py-bs-dt-se-ft-fy))
|
|
171
|
+
// font-family: var(--_sf-hr-ft-fy, var(--_thm-py-bs-dt-se-ft-fy));
|
|
172
172
|
// font-size: var(--_sf-hr-ft-se, var(--_thm-py-bs-dt-se-ft-se));
|
|
173
173
|
// font-weight: var(--_sf-hr-ft-wt, var(--_thm-py-bs-dt-se-ft-wt));
|
|
174
174
|
// font-style: var(--_sf-hr-ft-se-ic, var(--_thm-py-bs-dt-se-ft-se-ic));
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
// }
|
|
180
180
|
|
|
181
181
|
color: var(--_sf-hr-cr, var(--_thm-py-bs-dt-se-tt-cr));
|
|
182
|
-
font-family: var(--_sf-hr-ft-fy, var(--_thm-py-bs-dt-se-ft))
|
|
182
|
+
font-family: var(--_sf-hr-ft-fy, var(--_thm-py-bs-dt-se-ft));
|
|
183
183
|
font-size: var(--_sf-hr-ft-se, var(--_thm-py-bs-dt-se-ft-se));
|
|
184
184
|
font-weight: var(--_sf-hr-ft-wt, var(--_thm-py-bs-dt-se-bd));
|
|
185
185
|
font-style: var(--_sf-hr-ft-se-ic, var(--_thm-py-bs-dt-se-ic));
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
// .txt {
|
|
258
258
|
// display: flex;
|
|
259
259
|
// color: var(--_sf-hr-cr, var(--_thm-sy-bs-dt-se-cr));
|
|
260
|
-
// font-family: var(--_sf-hr-ft-fy, var(--_thm-sy-bs-dt-se-ft-fy))
|
|
260
|
+
// font-family: var(--_sf-hr-ft-fy, var(--_thm-sy-bs-dt-se-ft-fy));
|
|
261
261
|
// font-size: var(--_sf-hr-ft-se, var(--_thm-sy-bs-dt-se-ft-se));
|
|
262
262
|
// font-weight: var(--_sf-hr-ft-wt, var(--_thm-sy-bs-dt-se-ft-wt));
|
|
263
263
|
// font-style: var(--_sf-hr-ft-se-ic, var(--_thm-sy-bs-dt-se-ft-se-ic));
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
// }
|
|
269
269
|
|
|
270
270
|
color: var(--_sf-hr-cr, var(--_thm-sy-bs-dt-se-tt-cr));
|
|
271
|
-
font-family: var(--_sf-hr-ft-fy, var(--_thm-sy-bs-dt-se-ft))
|
|
271
|
+
font-family: var(--_sf-hr-ft-fy, var(--_thm-sy-bs-dt-se-ft));
|
|
272
272
|
font-size: var(--_sf-hr-ft-se, var(--_thm-sy-bs-dt-se-ft-se));
|
|
273
273
|
font-weight: var(--_sf-hr-ft-wt, var(--_thm-sy-bs-dt-se-bd));
|
|
274
274
|
font-style: var(--_sf-hr-ft-se-ic, var(--_thm-sy-bs-dt-se-ic));
|
|
@@ -472,3 +472,10 @@ export declare enum FlexRepeaterControlDragType {
|
|
|
472
472
|
GRID_TOGGLE = 2
|
|
473
473
|
}
|
|
474
474
|
export declare const FlexLinkIngnoreAnchorList: LinkTypes[];
|
|
475
|
+
export declare enum FLEX_EMBROIERY_PLACEMENT_DATA_ENUM {
|
|
476
|
+
LIGHT_TOP = 1,
|
|
477
|
+
DARK_TOP = 2,
|
|
478
|
+
DARK_BACK = 3,
|
|
479
|
+
DARK_LEFT = 4,
|
|
480
|
+
DARK_RIGHT = 5
|
|
481
|
+
}
|
|
@@ -92,4 +92,5 @@ import * as megaMenuContainerSchema from "./elements/mega-menu-container";
|
|
|
92
92
|
import * as simpleListSchema from "./elements/simple-list";
|
|
93
93
|
import * as cartWrapperSchema from "./elements/cart-wrapper";
|
|
94
94
|
import * as embroiderySchema from "./elements/embroidery";
|
|
95
|
-
|
|
95
|
+
import embroideryVectors from "./embroidery-icons/index";
|
|
96
|
+
export { ElementEditSchema, amountEstimatorSchema, bulkVariantPickerSchema, buttonSchema, cmsTypes, codeSchema, commonFunctions, containerSchema, countdownSchema, embedSchema, enums, faqSchema, gallerySliderSchema, gridSchema, imageHotspotSchema, imageSchema, interfaces, mapSchema, paymentMethodsSchema, pickupLocationsSchema, priceSchema, productActionsSchema, productHighlightsSchema, productImageSchema, productInventorySchema, productPromotionsSchema, quantitySelectorSchema, scrollSchema, sectionSchema, shippingEstimatorSchema, socialIconsSchema, stackSchema, storeLocationsSchema, tabSchema, tableSchema, textSchema, uomSelectorSchema, variantPickerSchema, videoSChema, volumePricingSchema, lightboxSchema, cartSchema, profileSchema, productSchema, repeaterSchema, brandSchema, bundleSchema, bundleDetailsSchema, brandImageSchema, lightBoxV2Schema, searchSchema, layouterSchema, layouterItemSchema, categoryDetailsSchema, contactUsSchema, loginSchema, createFormSchema, resetPasswordSchema, searchResultsHeadingSchema, itemStockSchema, lineItemSchema, tabsV2Schema, tabsContainerSchema, marchandiserSetsSchema, formBuilder, quickLinksSchema, addOrderSchema, buyForTabsSchema, buyForTabsContainerSchema, checkoutSchema, cartSummarySchema, toasterSchema, spotlightSchema, productCustomizationsSchema, iconListSchema, orderStatusSchema, menuV2Schema, menuItemSchema, layouterProSchema, layouterProItemSchema, userElementsSchema, filterResultsSchema, productSizeChartSchema, badgeSchema, cartAttributesSchema, loaderSchema, addProductsTabSchema, shippingPaymentsSchema, couponSchema, megaMenuSchema, megaMenuContainerSchema, simpleListSchema, cartWrapperSchema, embroiderySchema, embroideryVectors, };
|
|
@@ -143,6 +143,26 @@ export declare const getDefaultData: () => {
|
|
|
143
143
|
design: {
|
|
144
144
|
selectorKey: SelectorKeysEnum;
|
|
145
145
|
countdownWidget: {
|
|
146
|
+
showDivider: {
|
|
147
|
+
value: boolean;
|
|
148
|
+
parentRef: string;
|
|
149
|
+
property?: any;
|
|
150
|
+
propertyType?: any;
|
|
151
|
+
isReadOnly?: boolean | undefined;
|
|
152
|
+
};
|
|
153
|
+
dividerWeight: {
|
|
154
|
+
value: string;
|
|
155
|
+
property: string;
|
|
156
|
+
unit: import("../../enums").CMSCSSUnitTypesEnums;
|
|
157
|
+
propertyType: CMSElementEditTypes;
|
|
158
|
+
};
|
|
159
|
+
dividerColor: {
|
|
160
|
+
property: string;
|
|
161
|
+
parentRef: string;
|
|
162
|
+
value?: any;
|
|
163
|
+
propertyType?: any;
|
|
164
|
+
isReadOnly?: boolean | undefined;
|
|
165
|
+
};
|
|
146
166
|
themeDesc: {
|
|
147
167
|
value: string;
|
|
148
168
|
property: string;
|