@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
package/dist/bulk-order-pad.scss
CHANGED
|
@@ -20,6 +20,31 @@
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
.bulk_order_pad_empty_msg_container {
|
|
24
|
+
display: flex;
|
|
25
|
+
width: 100%;
|
|
26
|
+
flex-direction: column;
|
|
27
|
+
gap: 6px;
|
|
28
|
+
align-items: center;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
flex: 1 1 auto;
|
|
31
|
+
|
|
32
|
+
.bulk_order_pad_empty_msg {
|
|
33
|
+
font-family: "Lato";
|
|
34
|
+
font-weight: 700;
|
|
35
|
+
font-size: 24px;
|
|
36
|
+
color: var(--_gray-900);
|
|
37
|
+
line-height: 32px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.bulk_order_pad_support_msg {
|
|
41
|
+
font-family: "Lato";
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
line-height: 20px;
|
|
44
|
+
color: var(--_gray-900);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
23
48
|
.bulkOrderPad-grid {
|
|
24
49
|
height: calc(100% - 110px);
|
|
25
50
|
.bulkOrderPad-content {
|
|
@@ -215,8 +240,9 @@
|
|
|
215
240
|
border-bottom: 1px solid var(--_gray-200);
|
|
216
241
|
|
|
217
242
|
@media (max-width: 1024px) {
|
|
218
|
-
|
|
219
|
-
|
|
243
|
+
gap: 24px;
|
|
244
|
+
white-space: nowrap;
|
|
245
|
+
overflow-x: auto;
|
|
220
246
|
}
|
|
221
247
|
.product-details {
|
|
222
248
|
display: flex;
|
|
@@ -323,7 +349,7 @@
|
|
|
323
349
|
color: var(--_gray-600);
|
|
324
350
|
font-weight: 600;
|
|
325
351
|
font-size: 16px;
|
|
326
|
-
border: 1px solid
|
|
352
|
+
border: 1px solid transparent;
|
|
327
353
|
line-height: 24px;
|
|
328
354
|
|
|
329
355
|
&:hover {
|
|
@@ -339,8 +365,18 @@
|
|
|
339
365
|
font-weight: 600;
|
|
340
366
|
font-size: 16px;
|
|
341
367
|
line-height: 24px;
|
|
368
|
+
display: flex;
|
|
369
|
+
align-items: center;
|
|
370
|
+
gap: 8px;
|
|
342
371
|
background: var(--_primary-500);
|
|
343
372
|
|
|
373
|
+
svg {
|
|
374
|
+
width: 20px;
|
|
375
|
+
height: 20px;
|
|
376
|
+
display: flex;
|
|
377
|
+
stroke-width: 2px;
|
|
378
|
+
}
|
|
379
|
+
|
|
344
380
|
&:hover {
|
|
345
381
|
background: var(--_primary-400);
|
|
346
382
|
}
|
|
@@ -362,8 +398,9 @@
|
|
|
362
398
|
padding: 12px;
|
|
363
399
|
|
|
364
400
|
@media (max-width: 500px) {
|
|
365
|
-
flex-direction: column;
|
|
366
401
|
gap: 8px;
|
|
402
|
+
justify-content: flex-start;
|
|
403
|
+
overflow-x: auto;
|
|
367
404
|
}
|
|
368
405
|
|
|
369
406
|
.dropdown-with-input-section {
|
|
@@ -407,6 +444,10 @@
|
|
|
407
444
|
}
|
|
408
445
|
}
|
|
409
446
|
}
|
|
447
|
+
|
|
448
|
+
span {
|
|
449
|
+
margin-bottom: -30px;
|
|
450
|
+
}
|
|
410
451
|
}
|
|
411
452
|
|
|
412
453
|
.bulkOrderPad-content-container {
|
|
@@ -425,6 +466,14 @@
|
|
|
425
466
|
align-self: stretch;
|
|
426
467
|
width: 36px;
|
|
427
468
|
align-items: center;
|
|
469
|
+
margin-top: 32px;
|
|
470
|
+
|
|
471
|
+
.vertical_vector {
|
|
472
|
+
height: 100%;
|
|
473
|
+
width: 1px;
|
|
474
|
+
margin: 4px 0px;
|
|
475
|
+
background-color: #f0f0f0;
|
|
476
|
+
}
|
|
428
477
|
}
|
|
429
478
|
}
|
|
430
479
|
|
|
@@ -436,15 +485,23 @@
|
|
|
436
485
|
max-height: none !important;
|
|
437
486
|
|
|
438
487
|
.secont-option-title {
|
|
439
|
-
height:
|
|
488
|
+
height: auto;
|
|
440
489
|
width: 100%;
|
|
441
|
-
padding: 12px 0px
|
|
490
|
+
padding: 12px 0px;
|
|
442
491
|
font-size: 14px;
|
|
443
492
|
line-height: 20px;
|
|
444
493
|
color: var(--_gray-700);
|
|
445
494
|
display: flex;
|
|
446
495
|
justify-content: center;
|
|
447
496
|
font-weight: 500;
|
|
497
|
+
align-items: center;
|
|
498
|
+
|
|
499
|
+
.horizontal_vector {
|
|
500
|
+
margin: 0px 4px;
|
|
501
|
+
width: 100%;
|
|
502
|
+
height: 1px;
|
|
503
|
+
background: #f0f0f0;
|
|
504
|
+
}
|
|
448
505
|
}
|
|
449
506
|
|
|
450
507
|
table {
|
|
@@ -465,6 +522,14 @@
|
|
|
465
522
|
border-bottom: none;
|
|
466
523
|
}
|
|
467
524
|
}
|
|
525
|
+
|
|
526
|
+
&:hover {
|
|
527
|
+
.action-td {
|
|
528
|
+
.reset-icon {
|
|
529
|
+
display: block !important;
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
468
533
|
}
|
|
469
534
|
|
|
470
535
|
th,
|
|
@@ -486,6 +551,7 @@
|
|
|
486
551
|
border-left: 1px solid #f0f0f0;
|
|
487
552
|
.reset-icon {
|
|
488
553
|
cursor: pointer;
|
|
554
|
+
display: none;
|
|
489
555
|
}
|
|
490
556
|
}
|
|
491
557
|
td.option-cell:first-child {
|
|
@@ -574,4 +640,3 @@
|
|
|
574
640
|
}
|
|
575
641
|
}
|
|
576
642
|
}
|
|
577
|
-
|