@sc-360-v2/storefront-cms-library 0.3.39 → 0.3.40

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.
@@ -7,16 +7,24 @@ export declare enum SelectorKeysEnum {
7
7
  LAYOUT = "layout",
8
8
  CONTENT = "content",
9
9
  DESIGN = "design",
10
- PRODUCT_HEADING_STYLES = "productHeadingStyles",
11
- PRODUCT_ITEM_STYLES = "productItemStyles",
12
- PRODUCT_ACTIONS_STYLES = "productActionsStyles",
13
- PRODUCT_NAME_STYLES = "productNameStyles",
14
- PRODUCT_PRICE_STYLES = "productPriceStyles",
15
- PRODUCT_INFORMATION_STYLES = "productInformationStyles",
16
- PRODUCT_QUANTITY_STYLES = "productQuantityStyles",
17
- PRODUCT_IMAGE_STYLES = "productImageStyles",
18
- PRODUCT_REQUIRED_INFO = "productRequiredInfo",
19
- PRODUCT_ATTRIBUTES_ITEMS = "productAttributesItems"
10
+ DATA_CONNECTOR = "dataConnector",
11
+ DEFAULT_STATE = "defaultState",
12
+ SELECTED_STATE = "selectedState",
13
+ HOVER_STATE = "hoverState",
14
+ ALLOCATIONS_HEADING_SDESIGN = "allocationsHeadingDesign",
15
+ ALLOCATIONS_NAME_DESIGN = "allocationsNameDesign",
16
+ ALLOCATIONS_DESCRIPTION_DESIGN = "allocationsDescriptionDesign",
17
+ PRODUCT_CARDS_SCROLL_DESIGN = "productCardsScrollDesign",
18
+ PRODUCT_CARD_DESIGN = "productCardDesign",
19
+ PRODUCT_CARD_NAME_DESIGN = "productCardNameDesign",
20
+ PRODUCT_CARD_INFO_DESIGN = "productCardInfoDesign",
21
+ PRODUCT_CARD_PRICE_DESIGN = "productCardPriceDesign",
22
+ PRODUCT_PANEL_DESIGN = "productPanelDesign",
23
+ PRODUCT_NAME_DESIGN = "productNameDesign",
24
+ PRODUCT_INFO_DESIGN = "productInfoDesign",
25
+ PRODUCT_PRICE_DESIGN = "productPriceDesign",
26
+ SELECT_BUTTON_DESIGN = "selectButtonDesign",
27
+ ADD_TO_CART_BUTTON_DESIGN = "addToCartButtonDesign"
20
28
  }
21
29
  export declare const getDefaultData: () => {
22
30
  layout: {
@@ -125,294 +133,410 @@ export declare const getDefaultData: () => {
125
133
  };
126
134
  design: {
127
135
  selectorKey: SelectorKeysEnum;
128
- productHeadingStyles: {
129
- theme: CMSIBCommonInterface;
130
- font: CMSIBCommonInterface;
131
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
132
- textColor: CMSIBCommonInterface;
133
- bold: CMSIBCommonInterface;
134
- italic: CMSIBCommonInterface;
135
- linethrough: CMSIBCommonInterface;
136
- underline: CMSIBCommonInterface;
137
- textAlign: CMSIBCommonInterface;
138
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
139
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
140
- backgroundColor: CMSIBCommonInterface;
136
+ allocationsHeadingDesign: {
141
137
  selectorKey: SelectorKeysEnum;
142
- showShadow: CMSIBCommonInterface;
143
- shadowColor: CMSIBCommonInterface;
144
- blur: import("../../interfaces/global").CMSIBSizeInterface;
145
- spread: import("../../interfaces/global").CMSIBSizeInterface;
146
- angle: import("../../interfaces/global").CMSIBSizeInterface;
138
+ allocationsNameDesign: {
139
+ borderColor: CMSIBCommonInterface;
140
+ borderStyle: CMSIBCommonInterface;
141
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
142
+ showBorder: CMSIBCommonInterface;
143
+ showShadow: CMSIBCommonInterface;
144
+ shadowColor: CMSIBCommonInterface;
145
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
146
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
147
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
148
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
149
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
150
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
151
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
152
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
153
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
154
+ theme: CMSIBCommonInterface;
155
+ font: CMSIBCommonInterface;
156
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
157
+ textColor: CMSIBCommonInterface;
158
+ bold: CMSIBCommonInterface;
159
+ italic: CMSIBCommonInterface;
160
+ linethrough: CMSIBCommonInterface;
161
+ underline: CMSIBCommonInterface;
162
+ textAlign: CMSIBCommonInterface;
163
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
164
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
165
+ backgroundColor: CMSIBCommonInterface;
166
+ selectorKey: SelectorKeysEnum;
167
+ };
168
+ allocationsDescriptionDesign: {
169
+ borderColor: CMSIBCommonInterface;
170
+ borderStyle: CMSIBCommonInterface;
171
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
172
+ showBorder: CMSIBCommonInterface;
173
+ showShadow: CMSIBCommonInterface;
174
+ shadowColor: CMSIBCommonInterface;
175
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
176
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
177
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
178
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
179
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
180
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
181
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
182
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
183
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
184
+ theme: CMSIBCommonInterface;
185
+ font: CMSIBCommonInterface;
186
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
187
+ textColor: CMSIBCommonInterface;
188
+ bold: CMSIBCommonInterface;
189
+ italic: CMSIBCommonInterface;
190
+ linethrough: CMSIBCommonInterface;
191
+ underline: CMSIBCommonInterface;
192
+ textAlign: CMSIBCommonInterface;
193
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
194
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
195
+ backgroundColor: CMSIBCommonInterface;
196
+ selectorKey: SelectorKeysEnum;
197
+ };
147
198
  };
148
- productItemStyles: {
199
+ productCardsScrollDesign: {
149
200
  selectorKey: SelectorKeysEnum;
150
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
151
- margin: {
152
- isAll: boolean;
153
- sides: {
154
- top: {
155
- value: number;
156
- unit: number;
157
- };
158
- right: {
159
- value: number;
160
- unit: number;
161
- };
162
- bottom: {
163
- value: number;
164
- unit: number;
165
- };
166
- left: {
167
- value: number;
168
- unit: number;
169
- };
201
+ productCardDesign: {
202
+ selectorKey: SelectorKeysEnum;
203
+ defaultState: {
204
+ borderColor: CMSIBCommonInterface;
205
+ borderStyle: CMSIBCommonInterface;
206
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
207
+ showBorder: CMSIBCommonInterface;
208
+ showShadow: CMSIBCommonInterface;
209
+ shadowColor: CMSIBCommonInterface;
210
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
211
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
212
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
213
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
214
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
215
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
216
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
217
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
218
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
219
+ selectorKey: SelectorKeysEnum;
220
+ };
221
+ selectedState: {
222
+ borderColor: CMSIBCommonInterface;
223
+ borderStyle: CMSIBCommonInterface;
224
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
225
+ showBorder: CMSIBCommonInterface;
226
+ showShadow: CMSIBCommonInterface;
227
+ shadowColor: CMSIBCommonInterface;
228
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
229
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
230
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
231
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
232
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
233
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
234
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
235
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
236
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
237
+ selectorKey: SelectorKeysEnum;
238
+ };
239
+ hoverState: {
240
+ borderColor: CMSIBCommonInterface;
241
+ borderStyle: CMSIBCommonInterface;
242
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
243
+ showBorder: CMSIBCommonInterface;
244
+ showShadow: CMSIBCommonInterface;
245
+ shadowColor: CMSIBCommonInterface;
246
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
247
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
248
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
249
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
250
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
251
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
252
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
253
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
254
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
255
+ selectorKey: SelectorKeysEnum;
170
256
  };
171
- property: string;
172
- propertyType: CMSElementEditTypes;
173
257
  };
174
- shadowColor: CMSIBCommonInterface;
175
- angle: import("../../interfaces/global").CMSIBSizeInterface;
176
- spread: import("../../interfaces/global").CMSIBSizeInterface;
177
- blur: import("../../interfaces/global").CMSIBSizeInterface;
178
- showBorder: CMSIBCommonInterface;
179
- borderColor: CMSIBCommonInterface;
180
- borderStyle: CMSIBCommonInterface;
181
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
182
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
183
- backgroundColor: CMSIBCommonInterface;
184
- };
185
- productActionsStyles: {
186
- theme: CMSIBCommonInterface;
187
- font: CMSIBCommonInterface;
188
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
189
- textColor: CMSIBCommonInterface;
190
- bold: CMSIBCommonInterface;
191
- italic: CMSIBCommonInterface;
192
- linethrough: CMSIBCommonInterface;
193
- underline: CMSIBCommonInterface;
194
- textAlign: CMSIBCommonInterface;
195
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
196
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
197
- backgroundColor: CMSIBCommonInterface;
198
- borderColor: CMSIBCommonInterface;
199
- borderStyle: CMSIBCommonInterface;
200
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
201
- showBorder: CMSIBCommonInterface;
202
- showShadow: CMSIBCommonInterface;
203
- shadowColor: CMSIBCommonInterface;
204
- blur: import("../../interfaces/global").CMSIBSizeInterface;
205
- spread: import("../../interfaces/global").CMSIBSizeInterface;
206
- angle: import("../../interfaces/global").CMSIBSizeInterface;
207
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
208
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
209
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
210
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
211
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
212
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
213
- selectorKey: SelectorKeysEnum;
214
- };
215
- productNameStyles: {
216
- theme: CMSIBCommonInterface;
217
- font: CMSIBCommonInterface;
218
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
219
- textColor: CMSIBCommonInterface;
220
- bold: CMSIBCommonInterface;
221
- italic: CMSIBCommonInterface;
222
- linethrough: CMSIBCommonInterface;
223
- underline: CMSIBCommonInterface;
224
- textAlign: CMSIBCommonInterface;
225
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
226
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
227
- backgroundColor: CMSIBCommonInterface;
228
- selectorKey: SelectorKeysEnum;
229
- };
230
- productPriceStyles: {
231
- theme: CMSIBCommonInterface;
232
- font: CMSIBCommonInterface;
233
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
234
- textColor: CMSIBCommonInterface;
235
- bold: CMSIBCommonInterface;
236
- italic: CMSIBCommonInterface;
237
- linethrough: CMSIBCommonInterface;
238
- underline: CMSIBCommonInterface;
239
- textAlign: CMSIBCommonInterface;
240
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
241
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
242
- backgroundColor: CMSIBCommonInterface;
243
- selectorKey: SelectorKeysEnum;
244
- };
245
- productInformationStyles: {
246
- theme: CMSIBCommonInterface;
247
- font: CMSIBCommonInterface;
248
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
249
- textColor: CMSIBCommonInterface;
250
- bold: CMSIBCommonInterface;
251
- italic: CMSIBCommonInterface;
252
- linethrough: CMSIBCommonInterface;
253
- underline: CMSIBCommonInterface;
254
- textAlign: CMSIBCommonInterface;
255
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
256
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
257
- backgroundColor: CMSIBCommonInterface;
258
- selectorKey: SelectorKeysEnum;
259
- };
260
- productQuantityStyles: {
261
- theme: CMSIBCommonInterface;
262
- font: CMSIBCommonInterface;
263
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
264
- textColor: CMSIBCommonInterface;
265
- bold: CMSIBCommonInterface;
266
- italic: CMSIBCommonInterface;
267
- linethrough: CMSIBCommonInterface;
268
- underline: CMSIBCommonInterface;
269
- textAlign: CMSIBCommonInterface;
270
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
271
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
272
- backgroundColor: CMSIBCommonInterface;
273
- borderColor: CMSIBCommonInterface;
274
- borderStyle: CMSIBCommonInterface;
275
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
276
- showBorder: CMSIBCommonInterface;
277
- showShadow: CMSIBCommonInterface;
278
- shadowColor: CMSIBCommonInterface;
279
- blur: import("../../interfaces/global").CMSIBSizeInterface;
280
- spread: import("../../interfaces/global").CMSIBSizeInterface;
281
- angle: import("../../interfaces/global").CMSIBSizeInterface;
282
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
283
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
284
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
285
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
286
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
287
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
288
- selectorKey: SelectorKeysEnum;
289
- };
290
- productImageStyles: {
291
- selectorKey: SelectorKeysEnum;
292
- borderColor: CMSIBCommonInterface;
293
- borderStyle: CMSIBCommonInterface;
294
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
295
- showBorder: CMSIBCommonInterface;
296
- showShadow: CMSIBCommonInterface;
297
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
298
- };
299
- productAttributesItems: {
300
- theme: CMSIBCommonInterface;
301
- font: CMSIBCommonInterface;
302
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
303
- textColor: CMSIBCommonInterface;
304
- bold: CMSIBCommonInterface;
305
- italic: CMSIBCommonInterface;
306
- linethrough: CMSIBCommonInterface;
307
- underline: CMSIBCommonInterface;
308
- textAlign: CMSIBCommonInterface;
309
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
310
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
311
- backgroundColor: CMSIBCommonInterface;
312
- borderColor: CMSIBCommonInterface;
313
- borderStyle: CMSIBCommonInterface;
314
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
315
- showBorder: CMSIBCommonInterface;
316
- showShadow: CMSIBCommonInterface;
317
- shadowColor: CMSIBCommonInterface;
318
- blur: import("../../interfaces/global").CMSIBSizeInterface;
319
- spread: import("../../interfaces/global").CMSIBSizeInterface;
320
- angle: import("../../interfaces/global").CMSIBSizeInterface;
321
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
322
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
323
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
324
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
325
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
326
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
327
- selectorKey: SelectorKeysEnum;
258
+ productCardNameDesign: {
259
+ theme: CMSIBCommonInterface;
260
+ font: CMSIBCommonInterface;
261
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
262
+ textColor: CMSIBCommonInterface;
263
+ bold: CMSIBCommonInterface;
264
+ italic: CMSIBCommonInterface;
265
+ linethrough: CMSIBCommonInterface;
266
+ underline: CMSIBCommonInterface;
267
+ textAlign: CMSIBCommonInterface;
268
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
269
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
270
+ backgroundColor: CMSIBCommonInterface;
271
+ selectorKey: SelectorKeysEnum;
272
+ };
273
+ productCardInfoDesign: {
274
+ theme: CMSIBCommonInterface;
275
+ font: CMSIBCommonInterface;
276
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
277
+ textColor: CMSIBCommonInterface;
278
+ bold: CMSIBCommonInterface;
279
+ italic: CMSIBCommonInterface;
280
+ linethrough: CMSIBCommonInterface;
281
+ underline: CMSIBCommonInterface;
282
+ textAlign: CMSIBCommonInterface;
283
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
284
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
285
+ backgroundColor: CMSIBCommonInterface;
286
+ selectorKey: SelectorKeysEnum;
287
+ };
288
+ productCardPriceDesign: {
289
+ theme: CMSIBCommonInterface;
290
+ font: CMSIBCommonInterface;
291
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
292
+ textColor: CMSIBCommonInterface;
293
+ bold: CMSIBCommonInterface;
294
+ italic: CMSIBCommonInterface;
295
+ linethrough: CMSIBCommonInterface;
296
+ underline: CMSIBCommonInterface;
297
+ textAlign: CMSIBCommonInterface;
298
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
299
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
300
+ backgroundColor: CMSIBCommonInterface;
301
+ selectorKey: SelectorKeysEnum;
302
+ };
328
303
  };
329
- productRequiredInfo: {
330
- theme: CMSIBCommonInterface;
331
- font: CMSIBCommonInterface;
332
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
333
- textColor: CMSIBCommonInterface;
334
- bold: CMSIBCommonInterface;
335
- italic: CMSIBCommonInterface;
336
- linethrough: CMSIBCommonInterface;
337
- underline: CMSIBCommonInterface;
338
- textAlign: CMSIBCommonInterface;
339
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
340
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
341
- backgroundColor: CMSIBCommonInterface;
342
- borderColor: CMSIBCommonInterface;
343
- borderStyle: CMSIBCommonInterface;
344
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
345
- showBorder: CMSIBCommonInterface;
346
- showShadow: CMSIBCommonInterface;
347
- shadowColor: CMSIBCommonInterface;
348
- blur: import("../../interfaces/global").CMSIBSizeInterface;
349
- spread: import("../../interfaces/global").CMSIBSizeInterface;
350
- angle: import("../../interfaces/global").CMSIBSizeInterface;
351
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
352
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
353
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
354
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
355
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
356
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
304
+ productPanelDesign: {
357
305
  selectorKey: SelectorKeysEnum;
306
+ productNameDesign: {
307
+ theme: CMSIBCommonInterface;
308
+ font: CMSIBCommonInterface;
309
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
310
+ textColor: CMSIBCommonInterface;
311
+ bold: CMSIBCommonInterface;
312
+ italic: CMSIBCommonInterface;
313
+ linethrough: CMSIBCommonInterface;
314
+ underline: CMSIBCommonInterface;
315
+ textAlign: CMSIBCommonInterface;
316
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
317
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
318
+ backgroundColor: CMSIBCommonInterface;
319
+ selectorKey: SelectorKeysEnum;
320
+ };
321
+ productPriceDesign: {
322
+ theme: CMSIBCommonInterface;
323
+ font: CMSIBCommonInterface;
324
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
325
+ textColor: CMSIBCommonInterface;
326
+ bold: CMSIBCommonInterface;
327
+ italic: CMSIBCommonInterface;
328
+ linethrough: CMSIBCommonInterface;
329
+ underline: CMSIBCommonInterface;
330
+ textAlign: CMSIBCommonInterface;
331
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
332
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
333
+ backgroundColor: CMSIBCommonInterface;
334
+ selectorKey: SelectorKeysEnum;
335
+ };
336
+ productInfoDesign: {
337
+ theme: CMSIBCommonInterface;
338
+ font: CMSIBCommonInterface;
339
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
340
+ textColor: CMSIBCommonInterface;
341
+ bold: CMSIBCommonInterface;
342
+ italic: CMSIBCommonInterface;
343
+ linethrough: CMSIBCommonInterface;
344
+ underline: CMSIBCommonInterface;
345
+ textAlign: CMSIBCommonInterface;
346
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
347
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
348
+ backgroundColor: CMSIBCommonInterface;
349
+ selectorKey: SelectorKeysEnum;
350
+ };
351
+ selectButtonDesign: {
352
+ selectorKey: SelectorKeysEnum;
353
+ selectedState: {
354
+ borderColor: CMSIBCommonInterface;
355
+ borderStyle: CMSIBCommonInterface;
356
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
357
+ showBorder: CMSIBCommonInterface;
358
+ showShadow: CMSIBCommonInterface;
359
+ shadowColor: CMSIBCommonInterface;
360
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
361
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
362
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
363
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
364
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
365
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
366
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
367
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
368
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
369
+ theme: CMSIBCommonInterface;
370
+ font: CMSIBCommonInterface;
371
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
372
+ textColor: CMSIBCommonInterface;
373
+ bold: CMSIBCommonInterface;
374
+ italic: CMSIBCommonInterface;
375
+ linethrough: CMSIBCommonInterface;
376
+ underline: CMSIBCommonInterface;
377
+ textAlign: CMSIBCommonInterface;
378
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
379
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
380
+ backgroundColor: CMSIBCommonInterface;
381
+ selectorKey: SelectorKeysEnum;
382
+ };
383
+ hoverState: {
384
+ borderColor: CMSIBCommonInterface;
385
+ borderStyle: CMSIBCommonInterface;
386
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
387
+ showBorder: CMSIBCommonInterface;
388
+ showShadow: CMSIBCommonInterface;
389
+ shadowColor: CMSIBCommonInterface;
390
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
391
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
392
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
393
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
394
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
395
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
396
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
397
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
398
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
399
+ theme: CMSIBCommonInterface;
400
+ font: CMSIBCommonInterface;
401
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
402
+ textColor: CMSIBCommonInterface;
403
+ bold: CMSIBCommonInterface;
404
+ italic: CMSIBCommonInterface;
405
+ linethrough: CMSIBCommonInterface;
406
+ underline: CMSIBCommonInterface;
407
+ textAlign: CMSIBCommonInterface;
408
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
409
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
410
+ backgroundColor: CMSIBCommonInterface;
411
+ selectorKey: SelectorKeysEnum;
412
+ };
413
+ defaultState: {
414
+ borderColor: CMSIBCommonInterface;
415
+ borderStyle: CMSIBCommonInterface;
416
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
417
+ showBorder: CMSIBCommonInterface;
418
+ showShadow: CMSIBCommonInterface;
419
+ shadowColor: CMSIBCommonInterface;
420
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
421
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
422
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
423
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
424
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
425
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
426
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
427
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
428
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
429
+ theme: CMSIBCommonInterface;
430
+ font: CMSIBCommonInterface;
431
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
432
+ textColor: CMSIBCommonInterface;
433
+ bold: CMSIBCommonInterface;
434
+ italic: CMSIBCommonInterface;
435
+ linethrough: CMSIBCommonInterface;
436
+ underline: CMSIBCommonInterface;
437
+ textAlign: CMSIBCommonInterface;
438
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
439
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
440
+ backgroundColor: CMSIBCommonInterface;
441
+ selectorKey: SelectorKeysEnum;
442
+ };
443
+ };
444
+ addToCartButtonDesign: {
445
+ selectorKey: SelectorKeysEnum;
446
+ selectedState: {
447
+ borderColor: CMSIBCommonInterface;
448
+ borderStyle: CMSIBCommonInterface;
449
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
450
+ showBorder: CMSIBCommonInterface;
451
+ showShadow: CMSIBCommonInterface;
452
+ shadowColor: CMSIBCommonInterface;
453
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
454
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
455
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
456
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
457
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
458
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
459
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
460
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
461
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
462
+ theme: CMSIBCommonInterface;
463
+ font: CMSIBCommonInterface;
464
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
465
+ textColor: CMSIBCommonInterface;
466
+ bold: CMSIBCommonInterface;
467
+ italic: CMSIBCommonInterface;
468
+ linethrough: CMSIBCommonInterface;
469
+ underline: CMSIBCommonInterface;
470
+ textAlign: CMSIBCommonInterface;
471
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
472
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
473
+ backgroundColor: CMSIBCommonInterface;
474
+ selectorKey: SelectorKeysEnum;
475
+ };
476
+ hoverState: {
477
+ borderColor: CMSIBCommonInterface;
478
+ borderStyle: CMSIBCommonInterface;
479
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
480
+ showBorder: CMSIBCommonInterface;
481
+ showShadow: CMSIBCommonInterface;
482
+ shadowColor: CMSIBCommonInterface;
483
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
484
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
485
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
486
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
487
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
488
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
489
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
490
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
491
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
492
+ theme: CMSIBCommonInterface;
493
+ font: CMSIBCommonInterface;
494
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
495
+ textColor: CMSIBCommonInterface;
496
+ bold: CMSIBCommonInterface;
497
+ italic: CMSIBCommonInterface;
498
+ linethrough: CMSIBCommonInterface;
499
+ underline: CMSIBCommonInterface;
500
+ textAlign: CMSIBCommonInterface;
501
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
502
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
503
+ backgroundColor: CMSIBCommonInterface;
504
+ selectorKey: SelectorKeysEnum;
505
+ };
506
+ defaultState: {
507
+ borderColor: CMSIBCommonInterface;
508
+ borderStyle: CMSIBCommonInterface;
509
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
510
+ showBorder: CMSIBCommonInterface;
511
+ showShadow: CMSIBCommonInterface;
512
+ shadowColor: CMSIBCommonInterface;
513
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
514
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
515
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
516
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
517
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
518
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
519
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
520
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
521
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
522
+ theme: CMSIBCommonInterface;
523
+ font: CMSIBCommonInterface;
524
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
525
+ textColor: CMSIBCommonInterface;
526
+ bold: CMSIBCommonInterface;
527
+ italic: CMSIBCommonInterface;
528
+ linethrough: CMSIBCommonInterface;
529
+ underline: CMSIBCommonInterface;
530
+ textAlign: CMSIBCommonInterface;
531
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
532
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
533
+ backgroundColor: CMSIBCommonInterface;
534
+ selectorKey: SelectorKeysEnum;
535
+ };
536
+ };
358
537
  };
359
538
  };
360
539
  content: {
361
540
  selectorKey: SelectorKeysEnum;
362
- showProductTitle: {
363
- value: boolean;
364
- property: string;
365
- propertyType: CMSElementEditTypes;
366
- };
367
- showQuantity: {
368
- value: boolean;
369
- property: string;
370
- propertyType: CMSElementEditTypes;
371
- };
372
- showPrice: {
373
- value: boolean;
374
- property: string;
375
- propertyType: CMSElementEditTypes;
376
- };
377
- showProductCode: {
378
- value: boolean;
379
- property: string;
380
- propertyType: CMSElementEditTypes;
381
- };
382
- showProductOptions: {
383
- value: boolean;
384
- property: string;
385
- propertyType: CMSElementEditTypes;
386
- };
387
- showProductImage: {
388
- value: boolean;
389
- property: string;
390
- propertyType: CMSElementEditTypes;
391
- };
392
- showCustomizations: {
393
- value: boolean;
394
- property: string;
395
- propertyType: CMSElementEditTypes;
396
- };
397
- showCartItemAttributes: {
398
- value: boolean;
399
- property: string;
400
- propertyType: CMSElementEditTypes;
401
- };
402
- showEdit: {
403
- value: boolean;
404
- property: string;
405
- propertyType: CMSElementEditTypes;
406
- };
407
- showMoveToWishlist: {
408
- value: boolean;
409
- property: string;
410
- propertyType: CMSElementEditTypes;
411
- };
412
- showRemove: {
413
- value: boolean;
414
- property: string;
415
- propertyType: CMSElementEditTypes;
416
- };
417
541
  };
418
542
  };