@sc-360-v2/storefront-cms-library 0.2.100 → 0.3.0
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 +226 -291
- package/dist/builder.js +1 -1
- package/dist/bundleDetails.scss +678 -808
- package/dist/cartDropdownOverlay.scss +13 -0
- package/dist/faq.scss +24 -20
- package/dist/item-stock.scss +76 -38
- package/dist/map.scss +35 -35
- package/dist/modal.scss +0 -320
- package/dist/payment-methods.scss +1 -71
- package/dist/pickup-locations.scss +19 -22
- package/dist/product-basic-elements.scss +132 -285
- package/dist/product-options.scss +76 -118
- package/dist/quick-links.scss +143 -186
- package/dist/quotes.scss +0 -1
- package/dist/repeater-item.scss +0 -1
- package/dist/section.scss +78 -29
- package/dist/stack.scss +61 -16
- package/dist/store-locations.scss +20 -21
- package/dist/text-temp-v2.scss +0 -2
- package/dist/types/builder/enums/index.d.ts +0 -1
- package/dist/types/builder/index.d.ts +1 -2
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +10 -627
- package/dist/types/builder/tools/element-edit/itemStock.d.ts +0 -11
- package/dist/types/builder/tools/element-edit/paymentMethods.d.ts +1 -94
- package/dist/uom-selector.scss +1428 -941
- package/dist/variant-picker.scss +138 -613
- package/dist/volume-pricing.scss +606 -1007
- package/dist/widget.scss +0 -2
- package/package.json +1 -1
- package/dist/menu-item.scss +0 -19
- package/dist/order-status.scss +0 -483
- package/dist/table-common.scss +0 -510
- package/dist/types/builder/elements/bundle-details/index.d.ts +0 -30
- package/dist/volume-pricing copy.scss +0 -1092
|
@@ -29,105 +29,12 @@ 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
|
-
};
|
|
121
32
|
}
|
|
122
33
|
export declare enum PaymentMethodSelectorKeysEnum {
|
|
123
34
|
LAYOUT = "layout",
|
|
124
35
|
CONTENT = "content",
|
|
125
36
|
DESIGN = "design",
|
|
126
|
-
DATA_CONNECTOR = "dataConnector"
|
|
127
|
-
PAYMENTMETHOD_WIDGET = "PaymentMethodWidget",
|
|
128
|
-
PAYMENTMETHOD_TITLE = "PaymentMethodTitle",
|
|
129
|
-
PAYMENTMETHOD_DESCRIPTION = "PaymentMethodDescription",
|
|
130
|
-
PAYMENTMETHOD__CONTAINER_DESIGN = "PaymentMethodContainerDesign"
|
|
37
|
+
DATA_CONNECTOR = "dataConnector"
|
|
131
38
|
}
|
|
132
39
|
export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
133
40
|
export {};
|