@sc-360-v2/storefront-cms-library 0.3.45 → 0.3.47
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-products-tab copy.scss +1131 -0
- package/dist/add-products-tab.scss +3565 -44
- package/dist/allocationDetails.scss +2020 -479
- package/dist/allocations.scss +984 -166
- package/dist/builder.js +1 -1
- package/dist/button.scss +2 -8
- package/dist/cartAttributes.scss +705 -344
- package/dist/cartDropdownOverlay.scss +0 -1
- package/dist/customization-tree.scss +42 -26
- package/dist/gallery-slider-temp.scss +85 -83
- package/dist/image-temp.scss +2 -1
- package/dist/language-selector.scss +3 -1
- package/dist/modal.scss +2 -1
- package/dist/prefix-list.scss +1 -1
- package/dist/product-image.scss +93 -84
- package/dist/quota-details.scss +265 -0
- package/dist/section.scss +1 -1
- package/dist/shipping-payments.scss +1656 -0
- package/dist/theme-classes.scss +296 -0
- package/dist/types/builder/elements/shipping-payment/index.d.ts +25 -0
- package/dist/types/builder/enums/index.d.ts +3 -0
- package/dist/types/builder/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/allocationDetails.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +4 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/profile.d.ts +13 -1
- package/dist/types/builder/tools/element-edit/shipping-payments.d.ts +22 -0
- package/dist/widget.scss +4 -2
- package/package.json +1 -1
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "sass:list";
|
|
3
|
+
|
|
4
|
+
// typography
|
|
5
|
+
|
|
6
|
+
.flx-thm-typ-h1 {
|
|
7
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
8
|
+
color: var(--_thm-ty-h1-tt-cr);
|
|
9
|
+
font-family: var(--_thm-ty-h1-ft-fy), sans-serif;
|
|
10
|
+
font-size: var(--_thm-ty-h1-ft-se);
|
|
11
|
+
font-weight: var(--_thm-ty-h1-bd);
|
|
12
|
+
font-style: var(--_thm-ty-h1-ic);
|
|
13
|
+
text-align: var(--_thm-ty-h1-tt-an);
|
|
14
|
+
letter-spacing: var(--_thm-ty-h1-cr-sg);
|
|
15
|
+
line-height: var(--_thm-ty-h1-le-ht);
|
|
16
|
+
text-decoration: var(--_thm-ty-h1-ue);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.flx-thm-typ-h2 {
|
|
20
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
21
|
+
color: var(--_thm-ty-h2-tt-cr);
|
|
22
|
+
font-family: var(--_thm-ty-h2-ft-fy), sans-serif;
|
|
23
|
+
font-size: var(--_thm-ty-h2-ft-se);
|
|
24
|
+
font-weight: var(--_thm-ty-h2-bd);
|
|
25
|
+
font-style: var(--_thm-ty-h2-ic);
|
|
26
|
+
text-align: var(--_thm-ty-h2-tt-an);
|
|
27
|
+
letter-spacing: var(--_thm-ty-h2-cr-sg);
|
|
28
|
+
line-height: var(--_thm-ty-h2-le-ht);
|
|
29
|
+
text-decoration: var(--_thm-ty-h2-ue);
|
|
30
|
+
}
|
|
31
|
+
.flx-thm-typ-h3 {
|
|
32
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
33
|
+
color: var(--_thm-ty-h3-tt-cr);
|
|
34
|
+
font-family: var(--_thm-ty-h3-ft-fy), sans-serif;
|
|
35
|
+
font-size: var(--_thm-ty-h3-ft-se);
|
|
36
|
+
font-weight: var(--_thm-ty-h3-bd);
|
|
37
|
+
font-style: var(--_thm-ty-h3-ic);
|
|
38
|
+
text-align: var(--_thm-ty-h3-tt-an);
|
|
39
|
+
letter-spacing: var(--_thm-ty-h3-cr-sg);
|
|
40
|
+
line-height: var(--_thm-ty-h3-le-ht);
|
|
41
|
+
text-decoration: var(--_thm-ty-h3-ue);
|
|
42
|
+
}
|
|
43
|
+
.flx-thm-typ-h4 {
|
|
44
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
45
|
+
color: var(--_thm-ty-h4-tt-cr);
|
|
46
|
+
font-family: var(--_thm-ty-h4-ft-fy), sans-serif;
|
|
47
|
+
font-size: var(--_thm-ty-h4-ft-se);
|
|
48
|
+
font-weight: var(--_thm-ty-h4-bd);
|
|
49
|
+
font-style: var(--_thm-ty-h4-ic);
|
|
50
|
+
text-align: var(--_thm-ty-h4-tt-an);
|
|
51
|
+
letter-spacing: var(--_thm-ty-h4-cr-sg);
|
|
52
|
+
line-height: var(--_thm-ty-h4-le-ht);
|
|
53
|
+
text-decoration: var(--_thm-ty-h4-ue);
|
|
54
|
+
}
|
|
55
|
+
.flx-thm-typ-h6 {
|
|
56
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
57
|
+
color: var(--_thm-ty-h6-tt-cr);
|
|
58
|
+
font-family: var(--_thm-ty-h6-ft-fy), sans-serif;
|
|
59
|
+
font-size: var(--_thm-ty-h6-ft-se);
|
|
60
|
+
font-weight: var(--_thm-ty-h6-bd);
|
|
61
|
+
font-style: var(--_thm-ty-h6-ic);
|
|
62
|
+
text-align: var(--_thm-ty-h6-tt-an);
|
|
63
|
+
letter-spacing: var(--_thm-ty-h6-cr-sg);
|
|
64
|
+
line-height: var(--_thm-ty-h6-le-ht);
|
|
65
|
+
text-decoration: var(--_thm-ty-h6-ue);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.flx-thm-typ-h5 {
|
|
69
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
70
|
+
color: var(--_thm-ty-h5-tt-cr);
|
|
71
|
+
font-family: var(--_thm-ty-h5-ft-fy), sans-serif;
|
|
72
|
+
font-size: var(--_thm-ty-h5-ft-se);
|
|
73
|
+
font-weight: var(--_thm-ty-h5-bd);
|
|
74
|
+
font-style: var(--_thm-ty-h5-ic);
|
|
75
|
+
text-align: var(--_thm-ty-h5-tt-an);
|
|
76
|
+
letter-spacing: var(--_thm-ty-h5-cr-sg);
|
|
77
|
+
line-height: var(--_thm-ty-h5-le-ht);
|
|
78
|
+
text-decoration: var(--_thm-ty-h5-ue);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.flx-thm-typ-p1 {
|
|
82
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
83
|
+
color: var(--_thm-ty-p1-tt-cr);
|
|
84
|
+
font-family: var(--_thm-ty-p1-ft-fy), sans-serif;
|
|
85
|
+
font-size: var(--_thm-ty-p1-ft-se);
|
|
86
|
+
font-weight: var(--_thm-ty-p1-bd);
|
|
87
|
+
font-style: var(--_thm-ty-p1-ic);
|
|
88
|
+
text-align: var(--_thm-ty-p1-tt-an);
|
|
89
|
+
letter-spacing: var(--_thm-ty-p1-cr-sg);
|
|
90
|
+
line-height: var(--_thm-ty-p1-le-ht);
|
|
91
|
+
text-decoration: var(--_thm-ty-p1-ue);
|
|
92
|
+
}
|
|
93
|
+
.flx-thm-typ-p2 {
|
|
94
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
95
|
+
color: var(--_thm-ty-p2-tt-cr);
|
|
96
|
+
font-family: var(--_thm-ty-p2-ft-fy), sans-serif;
|
|
97
|
+
font-size: var(--_thm-ty-p2-ft-se);
|
|
98
|
+
font-weight: var(--_thm-ty-p2-bd);
|
|
99
|
+
font-style: var(--_thm-ty-p2-ic);
|
|
100
|
+
text-align: var(--_thm-ty-p2-tt-an);
|
|
101
|
+
letter-spacing: var(--_thm-ty-p2-cr-sg);
|
|
102
|
+
line-height: var(--_thm-ty-p2-le-ht);
|
|
103
|
+
text-decoration: var(--_thm-ty-p2-ue);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.flx-thm-typ-p3 {
|
|
107
|
+
// padding-inline: var(--_sf-cd-gp);
|
|
108
|
+
color: var(--_thm-ty-p3-tt-cr);
|
|
109
|
+
font-family: var(--_thm-ty-p3-ft-fy), sans-serif;
|
|
110
|
+
font-size: var(--_thm-ty-p3-ft-se);
|
|
111
|
+
font-weight: var(--_thm-ty-p3-bd);
|
|
112
|
+
// font-style: var(--_thm-ty-p3-ic);
|
|
113
|
+
text-align: var(--_thm-ty-p3-tt-an);
|
|
114
|
+
letter-spacing: var(--_thm-ty-p3-cr-sg);
|
|
115
|
+
line-height: var(--_thm-ty-p3-le-ht);
|
|
116
|
+
text-decoration: var(--_thm-ty-p3-ue);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// buttons
|
|
120
|
+
.flx-thm-btn-primary {
|
|
121
|
+
&:hover {
|
|
122
|
+
--_sf-hr-bd-cr: var(--_thm-py-bs-hr-se-bd-cr);
|
|
123
|
+
--_sf-hr-br-cr: var(--_thm-py-bs-hr-se-br-cr);
|
|
124
|
+
--_sf-hr-br-se: var(--_thm-py-bs-hr-se-br-se);
|
|
125
|
+
--_sf-hr-br-wh: var(--_thm-py-bs-hr-se-br-wh);
|
|
126
|
+
--_sf-hr-br-rs: var(--_thm-py-bs-hr-se-br-rs);
|
|
127
|
+
|
|
128
|
+
// for shadow
|
|
129
|
+
--_sf-hr-sw-ae: var(--_thm-py-bs-hr-se-ae);
|
|
130
|
+
--_sf-hr-sw-br: var(--_thm-py-bs-hr-se-br);
|
|
131
|
+
--_sf-hr-sw-cr: var(--_thm-py-bs-hr-se-sw-cr);
|
|
132
|
+
|
|
133
|
+
// for font
|
|
134
|
+
--_sf-hr-cr: var(--_thm-py-bs-hr-se-tt-cr);
|
|
135
|
+
--_sf-hr-ft-fy: var(--_thm-py-bs-hr-se-ft);
|
|
136
|
+
--_sf-hr-ft-se: var(--_thm-py-bs-hr-se-ft-se);
|
|
137
|
+
--_sf-hr-ft-wt: var(--_thm-py-bs-hr-se-bd);
|
|
138
|
+
--_sf-hr-ft-se-ic: var(--_thm-py-bs-hr-se-ic);
|
|
139
|
+
--_sf-hr-tt-an: var(--_thm-py-bs-hr-se-tt-an);
|
|
140
|
+
--_sf-hr-cr-sg: var(--_thm-py-bs-hr-se-cr-sg);
|
|
141
|
+
--_sf-hr-le-ht: var(--_thm-py-bs-hr-se-le-ht);
|
|
142
|
+
|
|
143
|
+
--_sf-hr-in-se: var(--_thm-py-bs-hr-se-in-se);
|
|
144
|
+
--_sf-hr-in-c1: var(--_thm-py-bs-hr-se-in-cr);
|
|
145
|
+
--_sf-hr-ue: var(--_thm-py-bs-hr-se-ue);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
background-color: var(--_sf-hr-bd-cr, var(--_thm-py-bs-dt-se-bd-cr));
|
|
149
|
+
gap: var(--_thm-py-bs-in-ad-tt-sg);
|
|
150
|
+
display: flex;
|
|
151
|
+
flex-direction: row;
|
|
152
|
+
align-items: center;
|
|
153
|
+
justify-content: var(--_sf-hr-tt-an, var(--_thm-py-bs-dt-se-tt-an));
|
|
154
|
+
|
|
155
|
+
border-radius: var(--_sf-hr-br-rs, var(--_thm-py-bs-dt-se-br-rs));
|
|
156
|
+
|
|
157
|
+
box-shadow: var(--_sf-hr-sw-ae, var(--_thm-py-bs-dt-se-sw-ae))
|
|
158
|
+
var(--_sf-hr-sw-br, var(--_thm-py-bs-dt-se-sw-br))
|
|
159
|
+
var(--_sf-hr-sw-sd, var(--_thm-py-bs-dt-se-sw-sd))
|
|
160
|
+
var(--_sf-hr-sw-cr, var(--_thm-py-bs-dt-se-sw-cr));
|
|
161
|
+
|
|
162
|
+
&[data-show-border="true"] {
|
|
163
|
+
border-color: var(--_sf-hr-br-cr, var(--_thm-py-bs-dt-se-br-cr));
|
|
164
|
+
border-style: var(--_sf-hr-br-se, var(--_thm-py-bs-dt-se-br-se));
|
|
165
|
+
border-width: var(--_sf-hr-br-wh, var(--_thm-py-bs-dt-se-br-wh));
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// .txt {
|
|
169
|
+
// display: flex;
|
|
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)), sans-serif;
|
|
172
|
+
// font-size: var(--_sf-hr-ft-se, var(--_thm-py-bs-dt-se-ft-se));
|
|
173
|
+
// font-weight: var(--_sf-hr-ft-wt, var(--_thm-py-bs-dt-se-ft-wt));
|
|
174
|
+
// font-style: var(--_sf-hr-ft-se-ic, var(--_thm-py-bs-dt-se-ft-se-ic));
|
|
175
|
+
// text-align: var(--_sf-hr-tt-an, var(--_thm-py-bs-dt-se-tt-an));
|
|
176
|
+
// letter-spacing: var(--_sf-hr-cr-sg, var(--_thm-py-bs-dt-se-cr-sg));
|
|
177
|
+
// line-height: var(--_sf-hr-le-ht, var(--_thm-py-bs-dt-se-le-ht));
|
|
178
|
+
// text-decoration: var(--_sf-hr-ue, var(--_thm-py-bs-dt-se-ue));
|
|
179
|
+
// }
|
|
180
|
+
|
|
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)), sans-serif;
|
|
183
|
+
font-size: var(--_sf-hr-ft-se, var(--_thm-py-bs-dt-se-ft-se));
|
|
184
|
+
font-weight: var(--_sf-hr-ft-wt, var(--_thm-py-bs-dt-se-bd));
|
|
185
|
+
font-style: var(--_sf-hr-ft-se-ic, var(--_thm-py-bs-dt-se-ic));
|
|
186
|
+
text-align: var(--_sf-hr-tt-an, var(--_thm-py-bs-dt-se-tt-an));
|
|
187
|
+
letter-spacing: var(--_sf-hr-cr-sg, var(--_thm-py-bs-dt-se-cr-sg));
|
|
188
|
+
line-height: var(--_sf-hr-le-ht, var(--_thm-py-bs-dt-se-le-ht));
|
|
189
|
+
text-decoration: var(--_sf-hr-ue, var(--_thm-py-bs-dt-se-ue));
|
|
190
|
+
|
|
191
|
+
.icon {
|
|
192
|
+
display: var(--_hover-show-icon, var(--_show-icon, flex));
|
|
193
|
+
svg {
|
|
194
|
+
width: var(--_sf-hr-in-se, var(--_thm-py-bs-dt-se-in-se));
|
|
195
|
+
height: var(--_sf-hr-in-se, var(--_thm-py-bs-dt-se-in-se));
|
|
196
|
+
|
|
197
|
+
path {
|
|
198
|
+
stroke: var(--_sf-hr-in-c1, var(--_thm-py-bs-dt-se-in-c1));
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
[data-element-style="Text"] {
|
|
204
|
+
display: inline-block;
|
|
205
|
+
width: 100%;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.flx-thm-btn-secondary {
|
|
210
|
+
&:hover {
|
|
211
|
+
--_sf-hr-bd-cr: var(--_thm-sy-bs-hr-se-bd-cr);
|
|
212
|
+
--_sf-hr-br-cr: var(--_thm-sy-bs-hr-se-br-cr);
|
|
213
|
+
--_sf-hr-br-se: var(--_thm-sy-bs-hr-se-br-se);
|
|
214
|
+
--_sf-hr-br-wh: var(--_thm-sy-bs-hr-se-br-wh);
|
|
215
|
+
--_sf-hr-br-rs: var(--_thm-sy-bs-hr-se-br-rs);
|
|
216
|
+
|
|
217
|
+
// for shadow
|
|
218
|
+
--_sf-hr-sw-ae: var(--_thm-sy-bs-hr-se-ae);
|
|
219
|
+
--_sf-hr-sw-br: var(--_thm-sy-bs-hr-se-br);
|
|
220
|
+
--_sf-hr-sw-cr: var(--_thm-sy-bs-hr-se-sw-cr);
|
|
221
|
+
|
|
222
|
+
// for font
|
|
223
|
+
--_sf-hr-cr: var(--_thm-sy-bs-hr-se-tt-cr);
|
|
224
|
+
--_sf-hr-ft-fy: var(--_thm-sy-bs-hr-se-ft);
|
|
225
|
+
--_sf-hr-ft-se: var(--_thm-sy-bs-hr-se-ft-se);
|
|
226
|
+
--_sf-hr-ft-wt: var(--_thm-sy-bs-hr-se-bd);
|
|
227
|
+
--_sf-hr-ft-se-ic: var(--_thm-sy-bs-hr-se-ic);
|
|
228
|
+
--_sf-hr-tt-an: var(--_thm-sy-bs-hr-se-tt-an);
|
|
229
|
+
--_sf-hr-cr-sg: var(--_thm-sy-bs-hr-se-cr-sg);
|
|
230
|
+
--_sf-hr-le-ht: var(--_thm-sy-bs-hr-se-le-ht);
|
|
231
|
+
|
|
232
|
+
--_sf-hr-in-se: var(--_thm-sy-bs-hr-se-in-se);
|
|
233
|
+
--_sf-hr-in-c1: var(--_thm-sy-bs-hr-se-in-cr);
|
|
234
|
+
--_sf-hr-ue: var(--_thm-sy-bs-hr-se-ue);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
background-color: var(--_sf-hr-bd-cr, var(--_thm-sy-bs-dt-se-bd-cr));
|
|
238
|
+
|
|
239
|
+
display: flex;
|
|
240
|
+
flex-direction: row;
|
|
241
|
+
align-items: center;
|
|
242
|
+
justify-content: var(--_sf-hr-tt-an, var(--_thm-sy-bs-dt-se-tt-an));
|
|
243
|
+
gap: var(--_thm-sy-bs-in-ad-tt-sg);
|
|
244
|
+
border-radius: var(--_sf-hr-br-rs, var(--_thm-sy-bs-dt-se-br-rs));
|
|
245
|
+
|
|
246
|
+
box-shadow: var(--_sf-hr-sw-ae, var(--_thm-sy-bs-dt-se-sw-ae))
|
|
247
|
+
var(--_sf-hr-sw-br, var(--_thm-sy-bs-dt-se-sw-br))
|
|
248
|
+
var(--_sf-hr-sw-sd, var(--_thm-sy-bs-dt-se-sw-sd))
|
|
249
|
+
var(--_sf-hr-sw-cr, var(--_thm-sy-bs-dt-se-sw-cr));
|
|
250
|
+
|
|
251
|
+
&[data-show-border="true"] {
|
|
252
|
+
border-color: var(--_sf-hr-br-cr, var(--_thm-sy-bs-dt-se-br-cr));
|
|
253
|
+
border-style: var(--_sf-hr-br-se, var(--_thm-sy-bs-dt-se-br-se));
|
|
254
|
+
border-width: var(--_sf-hr-br-wh, var(--_thm-sy-bs-dt-se-br-wh));
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
// .txt {
|
|
258
|
+
// display: flex;
|
|
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)), sans-serif;
|
|
261
|
+
// font-size: var(--_sf-hr-ft-se, var(--_thm-sy-bs-dt-se-ft-se));
|
|
262
|
+
// font-weight: var(--_sf-hr-ft-wt, var(--_thm-sy-bs-dt-se-ft-wt));
|
|
263
|
+
// font-style: var(--_sf-hr-ft-se-ic, var(--_thm-sy-bs-dt-se-ft-se-ic));
|
|
264
|
+
// text-align: var(--_sf-hr-tt-an, var(--_thm-sy-bs-dt-se-tt-an));
|
|
265
|
+
// letter-spacing: var(--_sf-hr-cr-sg, var(--_thm-sy-bs-dt-se-cr-sg));
|
|
266
|
+
// line-height: var(--_sf-hr-le-ht, var(--_thm-sy-bs-dt-se-le-ht));
|
|
267
|
+
// text-decoration: var(--_sf-hr-ue, var(--_thm-sy-bs-dt-se-ue));
|
|
268
|
+
// }
|
|
269
|
+
|
|
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)), sans-serif;
|
|
272
|
+
font-size: var(--_sf-hr-ft-se, var(--_thm-sy-bs-dt-se-ft-se));
|
|
273
|
+
font-weight: var(--_sf-hr-ft-wt, var(--_thm-sy-bs-dt-se-bd));
|
|
274
|
+
font-style: var(--_sf-hr-ft-se-ic, var(--_thm-sy-bs-dt-se-ic));
|
|
275
|
+
text-align: var(--_sf-hr-tt-an, var(--_thm-sy-bs-dt-se-tt-an));
|
|
276
|
+
letter-spacing: var(--_sf-hr-cr-sg, var(--_thm-sy-bs-dt-se-cr-sg));
|
|
277
|
+
line-height: var(--_sf-hr-le-ht, var(--_thm-sy-bs-dt-se-le-ht));
|
|
278
|
+
text-decoration: var(--_sf-hr-ue, var(--_thm-sy-bs-dt-se-ue));
|
|
279
|
+
|
|
280
|
+
.icon {
|
|
281
|
+
display: var(--_hover-show-icon, var(--_show-icon, flex));
|
|
282
|
+
svg {
|
|
283
|
+
width: var(--_sf-hr-in-se, var(--_thm-sy-bs-dt-se-in-se));
|
|
284
|
+
height: var(--_sf-hr-in-se, var(--_thm-sy-bs-dt-se-in-se));
|
|
285
|
+
|
|
286
|
+
path {
|
|
287
|
+
stroke: var(--_sf-hr-in-c1, var(--_thm-sy-bs-dt-se-in-c1));
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
[data-element-style="Text"] {
|
|
293
|
+
display: inline-block;
|
|
294
|
+
width: 100%;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { CommonStyleProperties } from "../../../global/style-properties";
|
|
2
|
+
import { CMSHTMLAttributes } from "../../../global/attributes";
|
|
3
|
+
import { AlignSelfValue, BoxSizingValue, GlobalImageAttributes, GridAreaValue, HeightValue, ImageBuilderAttributes, JustifySelfValue, MaxHeightValue, MaxWidthValue, MinHeightValue, MinWidthValue } from "../../../global/types";
|
|
4
|
+
import { BuilderAttributes, CMSElementInterface } from "../common";
|
|
5
|
+
export interface ShippingPaymentsStyleProperties extends CommonStyleProperties {
|
|
6
|
+
minHeight?: MinHeightValue;
|
|
7
|
+
height?: HeightValue;
|
|
8
|
+
minWidth?: MinWidthValue;
|
|
9
|
+
maxWidth?: MaxWidthValue;
|
|
10
|
+
maxHeight?: MaxHeightValue;
|
|
11
|
+
gridArea?: GridAreaValue;
|
|
12
|
+
boxSizing?: BoxSizingValue;
|
|
13
|
+
justifySelf?: JustifySelfValue;
|
|
14
|
+
alignSelf?: AlignSelfValue;
|
|
15
|
+
}
|
|
16
|
+
export declare const getDefaultStyles: () => ShippingPaymentsStyleProperties;
|
|
17
|
+
export interface CMSShippingPaymentsInterface extends Omit<CMSElementInterface, "attributes"> {
|
|
18
|
+
attributes: {
|
|
19
|
+
HTML: Pick<CMSHTMLAttributes, GlobalImageAttributes>;
|
|
20
|
+
BUILDER: Pick<BuilderAttributes, ImageBuilderAttributes>;
|
|
21
|
+
CUSTOM: any;
|
|
22
|
+
};
|
|
23
|
+
styles: ShippingPaymentsStyleProperties;
|
|
24
|
+
isMaximized?: boolean;
|
|
25
|
+
}
|
|
@@ -332,6 +332,9 @@ export declare const CMSElementsListEnum: {
|
|
|
332
332
|
PRODUCT_BRAND_IMAGE: string;
|
|
333
333
|
ADD_PRODUCTS_TAB: string;
|
|
334
334
|
QUOTA_DETAILS: string;
|
|
335
|
+
CURRENCY_SELECTOR: string;
|
|
336
|
+
WAREHOUSE_SELECTOR: string;
|
|
337
|
+
SHIPPING_PAYMENT: string;
|
|
335
338
|
};
|
|
336
339
|
export declare enum CMSResponsiveModeEnums {
|
|
337
340
|
DESKTOP = "desktop",
|
|
@@ -85,4 +85,5 @@ import * as badgeSchema from "./elements/badge/index";
|
|
|
85
85
|
import * as cartAttributesSchema from "./elements/cart-attributes/index";
|
|
86
86
|
import * as loaderSchema from "./elements/loader/index";
|
|
87
87
|
import * as addProductsTabSchema from "./elements/add-products-tab/index";
|
|
88
|
-
|
|
88
|
+
import * as shippingPaymentsSchema from "./elements/shipping-payment";
|
|
89
|
+
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, };
|
|
@@ -16,7 +16,8 @@ export declare enum SelectorKeysEnum {
|
|
|
16
16
|
ALLOCATION = "allocation",
|
|
17
17
|
ALLOCATION_CARD = "allocationCard",
|
|
18
18
|
DIVIDER = "divider",
|
|
19
|
-
QUOTA_DETAILS = "quotaDetails"
|
|
19
|
+
QUOTA_DETAILS = "quotaDetails",
|
|
20
|
+
DEFAULT_STATE = "defaultState"
|
|
20
21
|
}
|
|
21
22
|
export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
22
23
|
export {};
|
|
@@ -41,6 +41,10 @@ export declare const getDefaultData: () => {
|
|
|
41
41
|
value: string;
|
|
42
42
|
propertyType: CMSElementEditTypes;
|
|
43
43
|
};
|
|
44
|
+
rememberMeType: {
|
|
45
|
+
value: string;
|
|
46
|
+
propertyType: CMSElementEditTypes;
|
|
47
|
+
};
|
|
44
48
|
};
|
|
45
49
|
design: {
|
|
46
50
|
selectorKey: cartAttributesSelectorKeysEnum;
|
|
@@ -100,4 +100,5 @@ import * as cartAttributes from "./cartAttributes";
|
|
|
100
100
|
import * as loader from "./loader";
|
|
101
101
|
import * as addProductsTab from "./addProductsTab";
|
|
102
102
|
import * as quotaDetails from "./quotaDetails";
|
|
103
|
-
|
|
103
|
+
import * as shippingPayments from "./shipping-payments";
|
|
104
|
+
export { amountEstimator, bulkVariantPicker, button, code, staticText, common, container, countdown, embed, faq, gallerySlider, grid, image, imageHotspot, map, paymentMethods, pickupLocations, price, productActions, productHighlights, productImage, productInventory, productPromotions, quantitySelector, scroll, section, shippingEstimator, slideShowLayouter, social, stack, storeLocations, table, tabs, text, uomSelector, variantPicker, video, volumePricing, lightbox, cart, profile, repeater, repeaterItem, product, menu, productOptions, productDetails, category, subCategory, brand, bundle, brandImage, filters, sort, pastOrders, quotes, rfqs, lightBoxV2, allocations, search, layouter, layouterItem, categoryDetails, contactUs, login, resetPassword, breadcrumbs, iconLibrary, searchResultsHeading, itemStock, cartDetails, cartSummary, checkout, allocationDetails, line, tabsV2, tabContainer, marchandiserSets, createForm, quickLinks, addOrder, buyForWithTabs, buyForTabsContainer, toaster, spotlight, bundleDetails, productCustomizations, iconList, orderStatus, menuV2, menuItem, layouterPro, layouterProItem, filterResults, productSizeChart, userElements, badge, cartAttributes, languageMenu, loader, addProductsTab, quotaDetails, shippingPayments, };
|
|
@@ -13,6 +13,8 @@ interface selfLayoutInterface {
|
|
|
13
13
|
showDropdownIcon: CMSIBCommonInterface;
|
|
14
14
|
dropdownIcon: CMSIBCommonInterface;
|
|
15
15
|
profileSettings: CMSIBCommonInterface;
|
|
16
|
+
dropdownItemsOffsetX: CMSIBCommonInterface;
|
|
17
|
+
dropdownItemsOffsetY: CMSIBCommonInterface;
|
|
16
18
|
}
|
|
17
19
|
interface selfContentInterface {
|
|
18
20
|
selectorKey: string;
|
|
@@ -28,6 +30,7 @@ export interface selfDesignInterface {
|
|
|
28
30
|
showIcon: CMSIBCommonInterface | undefined;
|
|
29
31
|
iconSize: CMSIBCommonInterface;
|
|
30
32
|
iconColor: CMSIBCommonInterface;
|
|
33
|
+
icon: CMSIBCommonInterface | undefined;
|
|
31
34
|
};
|
|
32
35
|
dropdownItems: {
|
|
33
36
|
selectorKey: string;
|
|
@@ -68,6 +71,14 @@ export interface selfDesignInterface {
|
|
|
68
71
|
characterSpacing: CMSIBCommonInterface;
|
|
69
72
|
lineHeight: CMSIBCommonInterface;
|
|
70
73
|
};
|
|
74
|
+
beforeLoginAvatar: {
|
|
75
|
+
selectorKey: string;
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
};
|
|
78
|
+
afterLoginAvatar: {
|
|
79
|
+
selectorKey: string;
|
|
80
|
+
[key: string]: any;
|
|
81
|
+
};
|
|
71
82
|
}
|
|
72
83
|
export declare enum profileSelectorKeysEnum {
|
|
73
84
|
LAYOUT = "layout",
|
|
@@ -75,7 +86,8 @@ export declare enum profileSelectorKeysEnum {
|
|
|
75
86
|
CONTENT = "content",
|
|
76
87
|
profile_ELEMENT = "profileWidget",
|
|
77
88
|
MINI_profile_TEXT = "profileNameText",
|
|
78
|
-
|
|
89
|
+
BEFORE_LOGIN_PROFILE_AVATAR = "beforeLoginProfileAvatar",
|
|
90
|
+
AFTER_LOGIN_PROFILE_AVATAR = "afterLoginProfileAvatar",
|
|
79
91
|
DROPDOWN_ITEMS = "dropdownItems",
|
|
80
92
|
DROPDOWN_ITEMS_HOVER_STYLE = "dropdownItemsHoverStyle",
|
|
81
93
|
DROPDOWN_ITEMS_DEFAULT_STYLE = "dropdownItemsDefaultStyle"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { CMSIBCommonInterface } from "../../interfaces/global";
|
|
2
|
+
import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
|
|
3
|
+
export interface ContainerEditPopupInterface extends CMSElementEditPopupInterface {
|
|
4
|
+
}
|
|
5
|
+
interface selfLayoutInterface {
|
|
6
|
+
selectorKey: string;
|
|
7
|
+
shippingHeaderTitle: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
8
|
+
value: string;
|
|
9
|
+
};
|
|
10
|
+
paymentHeaderTitle: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
11
|
+
value: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export interface selfDesignInterface {
|
|
15
|
+
selectorKey: string;
|
|
16
|
+
}
|
|
17
|
+
export declare enum selfSelectorKeysEnum {
|
|
18
|
+
LAYOUT = "layout",
|
|
19
|
+
DESIGN = "design"
|
|
20
|
+
}
|
|
21
|
+
export declare const getDefaultData: (contentWidth?: any) => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
22
|
+
export {};
|
package/dist/widget.scss
CHANGED
|
@@ -117,5 +117,7 @@
|
|
|
117
117
|
@use "./cartAttributes.scss";
|
|
118
118
|
@use "./language-selector.scss";
|
|
119
119
|
@use "./loader.scss";
|
|
120
|
-
@use "./
|
|
121
|
-
@use "./
|
|
120
|
+
@use "./add-products-tab.scss";
|
|
121
|
+
@use "./quota-details.scss";
|
|
122
|
+
@use "./theme-classes.scss";
|
|
123
|
+
@use "./shipping-payments.scss";
|