@sc-360-v2/storefront-cms-library 0.3.85 → 0.3.86
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/builder.js +1 -1
- package/dist/bundle.scss +1 -1
- package/dist/bundleDetails.scss +1 -1
- package/dist/cart-details.scss +0 -4
- package/dist/embroider-preview-element.scss +94 -0
- package/dist/embroider-template-1.scss +417 -0
- package/dist/embroidery.scss +177 -0
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/my-templates.scss +243 -268
- package/dist/types/builder/elements/embroidery/index.d.ts +39 -0
- package/dist/types/builder/elements/form-builder/index.d.ts +1 -0
- package/dist/types/builder/enums/index.d.ts +3 -1
- package/dist/types/builder/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/allocations.d.ts +295 -0
- package/dist/types/builder/tools/element-edit/embroidery.d.ts +795 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/volumePricing copy.d.ts +207 -0
- package/dist/types/builder/tools/element-edit/volumePricing.d.ts +5 -78
- package/dist/uom-selector.scss +4 -4
- package/dist/volume-pricing copy 2.scss +1491 -0
- package/dist/volume-pricing.scss +438 -740
- package/dist/website.js +1 -1
- package/dist/widget.scss +2 -0
- package/package.json +1 -1
package/dist/my-templates.scss
CHANGED
|
@@ -53,272 +53,247 @@
|
|
|
53
53
|
// }
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
font-size: 12px;
|
|
300
|
-
|
|
301
|
-
span {
|
|
302
|
-
display: block;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.qty {
|
|
306
|
-
color: var(--_gray-900);
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.template_summary_item_detail_price {
|
|
313
|
-
font-size: 16px;
|
|
314
|
-
font-weight: 600;
|
|
315
|
-
color: var(--_gray-900);
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
}
|
|
56
|
+
.template_wrapper {
|
|
57
|
+
width: 100%;
|
|
58
|
+
.template_section {
|
|
59
|
+
width: 100%;
|
|
60
|
+
display: flex;
|
|
61
|
+
justify-content: space-between;
|
|
62
|
+
align-items: center;
|
|
63
|
+
margin-bottom: 24px;
|
|
64
|
+
h2 {
|
|
65
|
+
font-size: 24px;
|
|
66
|
+
}
|
|
67
|
+
.back_to_cart {
|
|
68
|
+
color: var(--_primary-400);
|
|
69
|
+
&:hover {
|
|
70
|
+
text-decoration: underline;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
.template_body {
|
|
75
|
+
display: flex;
|
|
76
|
+
gap: 60px;
|
|
77
|
+
justify-content: space-between;
|
|
78
|
+
.template_col_left {
|
|
79
|
+
width: 100%;
|
|
80
|
+
height: 400px;
|
|
81
|
+
background-color: var(--_base-white);
|
|
82
|
+
.wishlist-modal {
|
|
83
|
+
display: flex;
|
|
84
|
+
flex-direction: column;
|
|
85
|
+
width: 100%;
|
|
86
|
+
|
|
87
|
+
.wishlist-modal-section {
|
|
88
|
+
// padding: 16px 24px 24px 24px;
|
|
89
|
+
gap: 16px !important;
|
|
90
|
+
overflow-x: hidden;
|
|
91
|
+
display: flex;
|
|
92
|
+
flex-direction: column;
|
|
93
|
+
|
|
94
|
+
.form-group {
|
|
95
|
+
display: flex;
|
|
96
|
+
flex-direction: column;
|
|
97
|
+
gap: 8px;
|
|
98
|
+
max-width: 500px;
|
|
99
|
+
|
|
100
|
+
label {
|
|
101
|
+
display: block;
|
|
102
|
+
font-size: 0.875rem;
|
|
103
|
+
font-weight: 500;
|
|
104
|
+
color: #374151;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.primary_text_label {
|
|
108
|
+
font-weight: 700;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
input[type="radio"],
|
|
112
|
+
textarea {
|
|
113
|
+
width: 100%;
|
|
114
|
+
padding: 0.5rem 0.75rem;
|
|
115
|
+
font-size: 0.875rem;
|
|
116
|
+
border: 1px solid #d1d5db;
|
|
117
|
+
border-radius: 0.375rem;
|
|
118
|
+
outline: none;
|
|
119
|
+
box-sizing: border-box;
|
|
120
|
+
transition: all 0.2s;
|
|
121
|
+
|
|
122
|
+
&:focus {
|
|
123
|
+
border-color: #2563eb;
|
|
124
|
+
// box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.3);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&[type="radio"] {
|
|
128
|
+
width: fit-content;
|
|
129
|
+
height: fit-content;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.radio-group {
|
|
134
|
+
display: flex;
|
|
135
|
+
flex-direction: column;
|
|
136
|
+
gap: 12px;
|
|
137
|
+
font-weight: normal;
|
|
138
|
+
|
|
139
|
+
.radio-label {
|
|
140
|
+
display: inline-flex;
|
|
141
|
+
align-items: center;
|
|
142
|
+
gap: 8px;
|
|
143
|
+
cursor: pointer;
|
|
144
|
+
width: fit-content;
|
|
145
|
+
|
|
146
|
+
span {
|
|
147
|
+
color: var(--_gray-500);
|
|
148
|
+
|
|
149
|
+
span {
|
|
150
|
+
color: var(--_gray-900);
|
|
151
|
+
font-weight: 500;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
textarea {
|
|
158
|
+
min-height: 100px;
|
|
159
|
+
resize: vertical;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.global-can-edit {
|
|
163
|
+
display: flex;
|
|
164
|
+
flex-direction: column;
|
|
165
|
+
align-items: flex-start;
|
|
166
|
+
margin-left: 20px;
|
|
167
|
+
margin-top: 6px;
|
|
168
|
+
gap: 6px;
|
|
169
|
+
|
|
170
|
+
input[type="checkbox"] {
|
|
171
|
+
margin: 0;
|
|
172
|
+
width: 16px;
|
|
173
|
+
height: 16px;
|
|
174
|
+
cursor: pointer;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
span {
|
|
178
|
+
font-size: 0.875rem;
|
|
179
|
+
font-weight: 600;
|
|
180
|
+
color: var(--_gray-900);
|
|
181
|
+
margin-left: -15px;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
input[type="text"] {
|
|
186
|
+
height: 40px;
|
|
187
|
+
border: 1px solid var(--_gray-300);
|
|
188
|
+
border-radius: 6px;
|
|
189
|
+
padding-inline: 16px;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
.action-buttons {
|
|
194
|
+
display: flex;
|
|
195
|
+
gap: 1rem;
|
|
196
|
+
align-items: center;
|
|
197
|
+
// justify-content: flex-end;
|
|
198
|
+
flex: 1 1 auto;
|
|
199
|
+
// padding: 16px 24px;
|
|
200
|
+
// border-top: 1px solid var(--_gray-200);
|
|
201
|
+
gap: 12px;
|
|
202
|
+
margin-block: 24px;
|
|
203
|
+
padding-bottom: 24px;
|
|
204
|
+
button {
|
|
205
|
+
padding: 12px 16px;
|
|
206
|
+
border-radius: 6px;
|
|
207
|
+
}
|
|
208
|
+
.create-btn {
|
|
209
|
+
display: flex;
|
|
210
|
+
justify-content: center;
|
|
211
|
+
align-items: center;
|
|
212
|
+
gap: 8px;
|
|
213
|
+
background-color: var(--_primary-400);
|
|
214
|
+
color: var(--_base-white);
|
|
215
|
+
&.disabled {
|
|
216
|
+
opacity: 0.5;
|
|
217
|
+
pointer-events: none;
|
|
218
|
+
}
|
|
219
|
+
.loader {
|
|
220
|
+
animation: rotate-icon 1s linear infinite;
|
|
221
|
+
display: inline-block;
|
|
222
|
+
transform-origin: center;
|
|
223
|
+
|
|
224
|
+
svg path {
|
|
225
|
+
stroke: var(--_primary-200);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
&:hover {
|
|
230
|
+
background-color: var(--_primary-500);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
.discard-btn {
|
|
234
|
+
&:hover {
|
|
235
|
+
background-color: var(--_gray-50);
|
|
236
|
+
color: var(--_gray-900);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
.template_col_right {
|
|
242
|
+
width: 400px;
|
|
243
|
+
height: fit-content;
|
|
244
|
+
background-color: var(--_base-white);
|
|
245
|
+
.template_summary_wrapper {
|
|
246
|
+
border: 1px solid var(--_gray-300);
|
|
247
|
+
border-radius: 4px;
|
|
248
|
+
width: 350px;
|
|
249
|
+
.template_summary_header {
|
|
250
|
+
padding: 12px 16px;
|
|
251
|
+
border-bottom: 1px solid var(--_gray-300);
|
|
252
|
+
font-size: 16px;
|
|
253
|
+
font-weight: 600;
|
|
254
|
+
background-color: #f5f5f5;
|
|
255
|
+
}
|
|
256
|
+
.template_summary_body {
|
|
257
|
+
.template_summary_items {
|
|
258
|
+
padding: 16px;
|
|
259
|
+
display: flex;
|
|
260
|
+
flex-direction: column;
|
|
261
|
+
gap: 8px;
|
|
262
|
+
.template_summary_item {
|
|
263
|
+
display: flex;
|
|
264
|
+
justify-content: space-between;
|
|
265
|
+
gap: 16px;
|
|
266
|
+
.template_summary_item_details {
|
|
267
|
+
display: flex;
|
|
268
|
+
gap: 16px;
|
|
269
|
+
.template_summary_item_pro_info {
|
|
270
|
+
h5 {
|
|
271
|
+
font-size: 16px;
|
|
272
|
+
font-weight: 600;
|
|
273
|
+
color: var(--_gray-900);
|
|
274
|
+
}
|
|
275
|
+
.template_summary_item_pro_qty {
|
|
276
|
+
color: var(--_gray-500);
|
|
277
|
+
font-size: 12px;
|
|
278
|
+
span {
|
|
279
|
+
display: block;
|
|
280
|
+
}
|
|
281
|
+
.qty {
|
|
282
|
+
color: var(--_gray-900);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
.template_summary_item_detail_price {
|
|
288
|
+
font-size: 16px;
|
|
289
|
+
font-weight: 600;
|
|
290
|
+
color: var(--_gray-900);
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
324
299
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { CMSHTMLAttributes } from "../../../global/attributes";
|
|
2
|
+
import { CommonStyleProperties } from "../../../global/style-properties";
|
|
3
|
+
import { DisplayValue, ResponsiveBehaviourTypes } from "../../../global/types";
|
|
4
|
+
import { BuilderAttributes } from "../common";
|
|
5
|
+
export interface EmbroideryStyleProperties extends CommonStyleProperties {
|
|
6
|
+
minWidth: string;
|
|
7
|
+
maxWidth: string;
|
|
8
|
+
maxHeight: string;
|
|
9
|
+
gridArea: string;
|
|
10
|
+
display: DisplayValue;
|
|
11
|
+
boxSizing: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const getDefaultStyles: () => EmbroideryStyleProperties;
|
|
14
|
+
export interface CommonContainerElementAttributes extends CMSHTMLAttributes {
|
|
15
|
+
role?: string;
|
|
16
|
+
ariaLabel?: string;
|
|
17
|
+
ariaDescribedBy?: string;
|
|
18
|
+
id?: string;
|
|
19
|
+
className?: string;
|
|
20
|
+
lang?: string;
|
|
21
|
+
dataMeta?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface EmbroideryElementInterface {
|
|
24
|
+
id?: string | number;
|
|
25
|
+
uniqueKey?: string | number;
|
|
26
|
+
attributes?: {
|
|
27
|
+
BUILDER?: Pick<BuilderAttributes, "dataDivType" | "dataType" | "dataElementType" | "dataDropElement">;
|
|
28
|
+
HTML?: CommonContainerElementAttributes;
|
|
29
|
+
CUSTOM?: any;
|
|
30
|
+
};
|
|
31
|
+
styles?: EmbroideryStyleProperties;
|
|
32
|
+
editedStyles?: CommonStyleProperties;
|
|
33
|
+
responsiveBehaviour: ResponsiveBehaviourTypes;
|
|
34
|
+
children: any;
|
|
35
|
+
childIds: any[];
|
|
36
|
+
previewImage?: string;
|
|
37
|
+
parentKey?: any;
|
|
38
|
+
childIdsV2?: any[];
|
|
39
|
+
}
|
|
@@ -351,6 +351,7 @@ export declare const CMSElementsListEnum: {
|
|
|
351
351
|
MY_TEMPLATES: string;
|
|
352
352
|
MY_WISHLIST: string;
|
|
353
353
|
REQUEST_FOR_QUOTE: string;
|
|
354
|
+
EMBROIDERY: string;
|
|
354
355
|
};
|
|
355
356
|
export declare enum CMSResponsiveModeEnums {
|
|
356
357
|
DESKTOP = "desktop",
|
|
@@ -415,7 +416,8 @@ export declare enum CMSCustomEventsListEnums {
|
|
|
415
416
|
FORM_BUILDER_STATE = "formBuilderState",
|
|
416
417
|
EMBROIDERY_PLAYGROUND_STATE = "embroideryPlaygroundState",
|
|
417
418
|
FLEX_BUILDER_ANIMATION_TEMP_STATE = "flexBuilderAnimationTempState",
|
|
418
|
-
FLEX_EDITOR_SCROLL_TRIGGER = "flexEditorScrollTrigger"
|
|
419
|
+
FLEX_EDITOR_SCROLL_TRIGGER = "flexEditorScrollTrigger",
|
|
420
|
+
FLEX_EMBROIDERY_SESSION_DATA_V2 = "flexEmbroiderySessionDataV2"
|
|
419
421
|
}
|
|
420
422
|
export declare enum FlexAppVersionEnums {
|
|
421
423
|
NESTEDJSON = 1,
|
|
@@ -91,4 +91,5 @@ import * as megaMenuSchema from "./elements/mega-menu";
|
|
|
91
91
|
import * as megaMenuContainerSchema from "./elements/mega-menu-container";
|
|
92
92
|
import * as simpleListSchema from "./elements/simple-list";
|
|
93
93
|
import * as cartWrapperSchema from "./elements/cart-wrapper";
|
|
94
|
-
|
|
94
|
+
import * as embroiderySchema from "./elements/embroidery";
|
|
95
|
+
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, couponSchema, megaMenuSchema, megaMenuContainerSchema, simpleListSchema, cartWrapperSchema, embroiderySchema, };
|