@sc-360-v2/storefront-cms-library 0.2.98 → 0.2.100
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/amount-estimator.scss +291 -226
- package/dist/builder.js +1 -1
- package/dist/bundleDetails.scss +808 -678
- package/dist/cartDropdownOverlay.scss +0 -13
- package/dist/faq.scss +20 -24
- package/dist/item-stock.scss +38 -76
- package/dist/map.scss +35 -35
- package/dist/menu-item.scss +19 -0
- package/dist/modal.scss +320 -0
- package/dist/order-status.scss +483 -0
- package/dist/payment-methods.scss +71 -1
- package/dist/pickup-locations.scss +22 -19
- package/dist/product-basic-elements.scss +285 -132
- package/dist/product-options.scss +118 -76
- package/dist/quick-links.scss +186 -143
- package/dist/quotes.scss +1 -0
- package/dist/repeater-item.scss +1 -0
- package/dist/section.scss +29 -78
- package/dist/stack.scss +16 -61
- package/dist/store-locations.scss +21 -20
- package/dist/table-common.scss +510 -0
- package/dist/text-temp-v2.scss +2 -0
- package/dist/types/builder/elements/bundle-details/index.d.ts +30 -0
- package/dist/types/builder/enums/index.d.ts +1 -0
- package/dist/types/builder/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +627 -10
- package/dist/types/builder/tools/element-edit/itemStock.d.ts +11 -0
- package/dist/types/builder/tools/element-edit/paymentMethods.d.ts +94 -1
- package/dist/uom-selector.scss +929 -1416
- package/dist/variant-picker.scss +613 -138
- package/dist/volume-pricing copy.scss +1092 -0
- package/dist/volume-pricing.scss +1007 -606
- package/dist/widget.scss +2 -0
- package/package.json +1 -1
|
@@ -29,12 +29,105 @@ interface selfLayoutInterface {
|
|
|
29
29
|
}
|
|
30
30
|
interface selfDesignInterface {
|
|
31
31
|
selectorKey: string;
|
|
32
|
+
paymentMethodWidget: {
|
|
33
|
+
selectorKey: string;
|
|
34
|
+
backgroundColor: CMSIBCommonInterface;
|
|
35
|
+
borderColor: CMSIBCommonInterface;
|
|
36
|
+
borderStyle: CMSIBCommonInterface;
|
|
37
|
+
borderPerSlide: CMSIBCommonInterface;
|
|
38
|
+
showBorder: CMSIBCommonInterface;
|
|
39
|
+
showShadow: CMSIBCommonInterface;
|
|
40
|
+
shadowColor: CMSIBCommonInterface;
|
|
41
|
+
blur: CMSIBCommonInterface;
|
|
42
|
+
spread: CMSIBCommonInterface;
|
|
43
|
+
angle: CMSIBCommonInterface;
|
|
44
|
+
borderRadius: CMSIBCommonInterface;
|
|
45
|
+
};
|
|
46
|
+
paymentMethodTitle: {
|
|
47
|
+
selectorKey: string;
|
|
48
|
+
backgroundColor: CMSIBCommonInterface;
|
|
49
|
+
borderColor: CMSIBCommonInterface;
|
|
50
|
+
borderStyle: CMSIBCommonInterface;
|
|
51
|
+
borderPerSlide: CMSIBCommonInterface;
|
|
52
|
+
showBorder: CMSIBCommonInterface;
|
|
53
|
+
showShadow: CMSIBCommonInterface;
|
|
54
|
+
shadowColor: CMSIBCommonInterface;
|
|
55
|
+
blur: CMSIBCommonInterface;
|
|
56
|
+
spread: CMSIBCommonInterface;
|
|
57
|
+
angle: CMSIBCommonInterface;
|
|
58
|
+
borderRadius: CMSIBCommonInterface;
|
|
59
|
+
theme: CMSIBCommonInterface;
|
|
60
|
+
font: CMSIBCommonInterface;
|
|
61
|
+
fontSize: CMSIBCommonInterface;
|
|
62
|
+
textColor: CMSIBCommonInterface;
|
|
63
|
+
bold: CMSIBCommonInterface;
|
|
64
|
+
italic: CMSIBCommonInterface;
|
|
65
|
+
linethrough: CMSIBCommonInterface;
|
|
66
|
+
underline: CMSIBCommonInterface;
|
|
67
|
+
textAlign: CMSIBCommonInterface;
|
|
68
|
+
characterSpacing: CMSIBCommonInterface;
|
|
69
|
+
lineHeight: CMSIBCommonInterface;
|
|
70
|
+
};
|
|
71
|
+
paymentMethodDescription: {
|
|
72
|
+
selectorKey: string;
|
|
73
|
+
backgroundColor: CMSIBCommonInterface;
|
|
74
|
+
borderColor: CMSIBCommonInterface;
|
|
75
|
+
borderStyle: CMSIBCommonInterface;
|
|
76
|
+
borderPerSlide: CMSIBCommonInterface;
|
|
77
|
+
showBorder: CMSIBCommonInterface;
|
|
78
|
+
showShadow: CMSIBCommonInterface;
|
|
79
|
+
shadowColor: CMSIBCommonInterface;
|
|
80
|
+
blur: CMSIBCommonInterface;
|
|
81
|
+
spread: CMSIBCommonInterface;
|
|
82
|
+
angle: CMSIBCommonInterface;
|
|
83
|
+
borderRadius: CMSIBCommonInterface;
|
|
84
|
+
theme: CMSIBCommonInterface;
|
|
85
|
+
font: CMSIBCommonInterface;
|
|
86
|
+
fontSize: CMSIBCommonInterface;
|
|
87
|
+
textColor: CMSIBCommonInterface;
|
|
88
|
+
bold: CMSIBCommonInterface;
|
|
89
|
+
italic: CMSIBCommonInterface;
|
|
90
|
+
linethrough: CMSIBCommonInterface;
|
|
91
|
+
underline: CMSIBCommonInterface;
|
|
92
|
+
textAlign: CMSIBCommonInterface;
|
|
93
|
+
characterSpacing: CMSIBCommonInterface;
|
|
94
|
+
lineHeight: CMSIBCommonInterface;
|
|
95
|
+
};
|
|
96
|
+
paymentMethodContainerDesign: {
|
|
97
|
+
selectorKey: string;
|
|
98
|
+
backgroundColor: CMSIBCommonInterface;
|
|
99
|
+
borderColor: CMSIBCommonInterface;
|
|
100
|
+
borderStyle: CMSIBCommonInterface;
|
|
101
|
+
borderPerSlide: CMSIBCommonInterface;
|
|
102
|
+
showBorder: CMSIBCommonInterface;
|
|
103
|
+
showShadow: CMSIBCommonInterface;
|
|
104
|
+
shadowColor: CMSIBCommonInterface;
|
|
105
|
+
blur: CMSIBCommonInterface;
|
|
106
|
+
spread: CMSIBCommonInterface;
|
|
107
|
+
angle: CMSIBCommonInterface;
|
|
108
|
+
borderRadius: CMSIBCommonInterface;
|
|
109
|
+
theme: CMSIBCommonInterface;
|
|
110
|
+
font: CMSIBCommonInterface;
|
|
111
|
+
fontSize: CMSIBCommonInterface;
|
|
112
|
+
textColor: CMSIBCommonInterface;
|
|
113
|
+
bold: CMSIBCommonInterface;
|
|
114
|
+
italic: CMSIBCommonInterface;
|
|
115
|
+
linethrough: CMSIBCommonInterface;
|
|
116
|
+
underline: CMSIBCommonInterface;
|
|
117
|
+
textAlign: CMSIBCommonInterface;
|
|
118
|
+
characterSpacing: CMSIBCommonInterface;
|
|
119
|
+
lineHeight: CMSIBCommonInterface;
|
|
120
|
+
};
|
|
32
121
|
}
|
|
33
122
|
export declare enum PaymentMethodSelectorKeysEnum {
|
|
34
123
|
LAYOUT = "layout",
|
|
35
124
|
CONTENT = "content",
|
|
36
125
|
DESIGN = "design",
|
|
37
|
-
DATA_CONNECTOR = "dataConnector"
|
|
126
|
+
DATA_CONNECTOR = "dataConnector",
|
|
127
|
+
PAYMENTMETHOD_WIDGET = "PaymentMethodWidget",
|
|
128
|
+
PAYMENTMETHOD_TITLE = "PaymentMethodTitle",
|
|
129
|
+
PAYMENTMETHOD_DESCRIPTION = "PaymentMethodDescription",
|
|
130
|
+
PAYMENTMETHOD__CONTAINER_DESIGN = "PaymentMethodContainerDesign"
|
|
38
131
|
}
|
|
39
132
|
export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
40
133
|
export {};
|