@sc-360-v2/storefront-cms-library 0.4.78 → 0.4.80
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 +377 -377
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +20 -7
- package/dist/buyForPopup.scss +14 -3
- package/dist/checkout.scss +7 -0
- package/dist/default-dropdown.scss +259 -240
- package/dist/dropdownTemplate.scss +24 -17
- package/dist/form-preview.scss +328 -290
- package/dist/language-selector.scss +2 -2
- package/dist/menu-v2.scss +3 -3
- package/dist/modal.scss +2 -2
- package/dist/multi-select-dropdown.scss +293 -282
- package/dist/order-status.scss +28 -7
- package/dist/phone-input.scss +167 -0
- package/dist/quick-order-pad.scss +15 -1
- package/dist/request-for-quotes.scss +827 -746
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +39 -0
- package/dist/user-elements.scss +27 -0
- package/package.json +1 -1
|
@@ -23,6 +23,7 @@ export declare enum orderSelectorKeysEnum {
|
|
|
23
23
|
ORDER_ID = "orderId",
|
|
24
24
|
ORDER_DATE = "orderDate",
|
|
25
25
|
SHIPPING_METHOD = "shippingMethod",
|
|
26
|
+
BREAK_UP_DETAILS = "breakUpDetails",
|
|
26
27
|
QUICK_ACTIONS = "quickActions",
|
|
27
28
|
CONTAINER = "container",
|
|
28
29
|
QUICK_HEADER = "quickHeader",
|
|
@@ -510,6 +511,44 @@ export declare const getDefaultData: () => {
|
|
|
510
511
|
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
511
512
|
selectorKey: orderSelectorKeysEnum;
|
|
512
513
|
};
|
|
514
|
+
breakUpDetails: {
|
|
515
|
+
padding: any;
|
|
516
|
+
itemGap: {
|
|
517
|
+
value: CMSCSSUnitTypesEnums;
|
|
518
|
+
unit: CMSCSSUnitTypesEnums;
|
|
519
|
+
property: string;
|
|
520
|
+
propertyType: CMSElementEditTypes;
|
|
521
|
+
};
|
|
522
|
+
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
523
|
+
font: import("../../interfaces/global").CMSIBCommonInterface;
|
|
524
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
525
|
+
textColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
526
|
+
bold: import("../../interfaces/global").CMSIBCommonInterface;
|
|
527
|
+
italic: import("../../interfaces/global").CMSIBCommonInterface;
|
|
528
|
+
linethrough: import("../../interfaces/global").CMSIBCommonInterface;
|
|
529
|
+
underline: import("../../interfaces/global").CMSIBCommonInterface;
|
|
530
|
+
textAlign: import("../../interfaces/global").CMSIBCommonInterface;
|
|
531
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
532
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
533
|
+
backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
534
|
+
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
535
|
+
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
536
|
+
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
537
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
538
|
+
showBorder: import("../../interfaces/global").CMSIBCommonInterface;
|
|
539
|
+
showShadow: import("../../interfaces/global").CMSIBCommonInterface;
|
|
540
|
+
shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
541
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
542
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
543
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
544
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
545
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
546
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
547
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
548
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
549
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
550
|
+
selectorKey: orderSelectorKeysEnum;
|
|
551
|
+
};
|
|
513
552
|
};
|
|
514
553
|
quickActions: {
|
|
515
554
|
selectorKey: orderSelectorKeysEnum;
|
package/dist/user-elements.scss
CHANGED
|
@@ -604,6 +604,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
604
604
|
width: unset;
|
|
605
605
|
min-width: 0;
|
|
606
606
|
}
|
|
607
|
+
|
|
607
608
|
@media (max-width: 1024px) {
|
|
608
609
|
.quote_vertical_scroll_wrapper {
|
|
609
610
|
width: 100%;
|
|
@@ -737,6 +738,32 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
737
738
|
}
|
|
738
739
|
}
|
|
739
740
|
}
|
|
741
|
+
|
|
742
|
+
.user__quota__sltns {
|
|
743
|
+
display: flex;
|
|
744
|
+
gap: 48px;
|
|
745
|
+
margin-left: 32px;
|
|
746
|
+
.quota__dtls {
|
|
747
|
+
display: flex;
|
|
748
|
+
align-items: center;
|
|
749
|
+
gap: 8px;
|
|
750
|
+
.quota__name {
|
|
751
|
+
display: flex;
|
|
752
|
+
flex-direction: column;
|
|
753
|
+
// align-items: center;
|
|
754
|
+
gap: 12px;
|
|
755
|
+
}
|
|
756
|
+
.quota__balance {
|
|
757
|
+
display: flex;
|
|
758
|
+
gap: 5px;
|
|
759
|
+
}
|
|
760
|
+
.back_slash {
|
|
761
|
+
color: var(--_gray-300);
|
|
762
|
+
position: relative;
|
|
763
|
+
top: -6px;
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
}
|
|
740
767
|
&[data-display-type="Horizontal"] {
|
|
741
768
|
flex-direction: row;
|
|
742
769
|
.user__element__item {
|