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

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,27 @@ 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",
28
+ OPTION_TITLE = "optionTitle",
29
+ SWATCH_OPTION_VALUE_STYLE = "swatchOptionValueStyle",
30
+ SINGLE_OPTION_VALUE_STYLE = "singleOptionValueStyle"
20
31
  }
21
32
  export declare const getDefaultData: () => {
22
33
  layout: {
@@ -125,294 +136,653 @@ export declare const getDefaultData: () => {
125
136
  };
126
137
  design: {
127
138
  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;
139
+ allocationsHeadingDesign: {
141
140
  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;
141
+ allocationsNameDesign: {
142
+ borderColor: CMSIBCommonInterface;
143
+ borderStyle: CMSIBCommonInterface;
144
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
145
+ showBorder: CMSIBCommonInterface;
146
+ showShadow: CMSIBCommonInterface;
147
+ shadowColor: CMSIBCommonInterface;
148
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
149
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
150
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
151
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
152
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
153
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
154
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
155
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
156
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
157
+ theme: CMSIBCommonInterface;
158
+ font: CMSIBCommonInterface;
159
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
160
+ textColor: CMSIBCommonInterface;
161
+ bold: CMSIBCommonInterface;
162
+ italic: CMSIBCommonInterface;
163
+ linethrough: CMSIBCommonInterface;
164
+ underline: CMSIBCommonInterface;
165
+ textAlign: CMSIBCommonInterface;
166
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
167
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
168
+ backgroundColor: CMSIBCommonInterface;
169
+ selectorKey: SelectorKeysEnum;
170
+ };
171
+ allocationsDescriptionDesign: {
172
+ borderColor: CMSIBCommonInterface;
173
+ borderStyle: CMSIBCommonInterface;
174
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
175
+ showBorder: CMSIBCommonInterface;
176
+ showShadow: CMSIBCommonInterface;
177
+ shadowColor: CMSIBCommonInterface;
178
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
179
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
180
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
181
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
182
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
183
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
184
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
185
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
186
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
187
+ theme: CMSIBCommonInterface;
188
+ font: CMSIBCommonInterface;
189
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
190
+ textColor: CMSIBCommonInterface;
191
+ bold: CMSIBCommonInterface;
192
+ italic: CMSIBCommonInterface;
193
+ linethrough: CMSIBCommonInterface;
194
+ underline: CMSIBCommonInterface;
195
+ textAlign: CMSIBCommonInterface;
196
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
197
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
198
+ backgroundColor: CMSIBCommonInterface;
199
+ selectorKey: SelectorKeysEnum;
200
+ };
147
201
  };
148
- productItemStyles: {
202
+ productCardsScrollDesign: {
149
203
  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
- };
204
+ productCardDesign: {
205
+ selectorKey: SelectorKeysEnum;
206
+ defaultState: {
207
+ borderColor: CMSIBCommonInterface;
208
+ borderStyle: CMSIBCommonInterface;
209
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
210
+ showBorder: CMSIBCommonInterface;
211
+ showShadow: CMSIBCommonInterface;
212
+ shadowColor: CMSIBCommonInterface;
213
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
214
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
215
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
216
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
217
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
218
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
219
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
220
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
221
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
222
+ selectorKey: SelectorKeysEnum;
223
+ };
224
+ selectedState: {
225
+ borderColor: CMSIBCommonInterface;
226
+ borderStyle: CMSIBCommonInterface;
227
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
228
+ showBorder: CMSIBCommonInterface;
229
+ showShadow: CMSIBCommonInterface;
230
+ shadowColor: CMSIBCommonInterface;
231
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
232
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
233
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
234
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
235
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
236
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
237
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
238
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
239
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
240
+ selectorKey: SelectorKeysEnum;
241
+ };
242
+ hoverState: {
243
+ borderColor: CMSIBCommonInterface;
244
+ borderStyle: CMSIBCommonInterface;
245
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
246
+ showBorder: CMSIBCommonInterface;
247
+ showShadow: CMSIBCommonInterface;
248
+ shadowColor: CMSIBCommonInterface;
249
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
250
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
251
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
252
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
253
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
254
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
255
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
256
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
257
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
258
+ selectorKey: SelectorKeysEnum;
170
259
  };
171
- property: string;
172
- propertyType: CMSElementEditTypes;
173
260
  };
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;
261
+ productCardNameDesign: {
262
+ theme: CMSIBCommonInterface;
263
+ font: CMSIBCommonInterface;
264
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
265
+ textColor: CMSIBCommonInterface;
266
+ bold: CMSIBCommonInterface;
267
+ italic: CMSIBCommonInterface;
268
+ linethrough: CMSIBCommonInterface;
269
+ underline: CMSIBCommonInterface;
270
+ textAlign: CMSIBCommonInterface;
271
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
272
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
273
+ backgroundColor: CMSIBCommonInterface;
274
+ selectorKey: SelectorKeysEnum;
275
+ };
276
+ productCardInfoDesign: {
277
+ theme: CMSIBCommonInterface;
278
+ font: CMSIBCommonInterface;
279
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
280
+ textColor: CMSIBCommonInterface;
281
+ bold: CMSIBCommonInterface;
282
+ italic: CMSIBCommonInterface;
283
+ linethrough: CMSIBCommonInterface;
284
+ underline: CMSIBCommonInterface;
285
+ textAlign: CMSIBCommonInterface;
286
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
287
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
288
+ backgroundColor: CMSIBCommonInterface;
289
+ selectorKey: SelectorKeysEnum;
290
+ };
291
+ productCardPriceDesign: {
292
+ theme: CMSIBCommonInterface;
293
+ font: CMSIBCommonInterface;
294
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
295
+ textColor: CMSIBCommonInterface;
296
+ bold: CMSIBCommonInterface;
297
+ italic: CMSIBCommonInterface;
298
+ linethrough: CMSIBCommonInterface;
299
+ underline: CMSIBCommonInterface;
300
+ textAlign: CMSIBCommonInterface;
301
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
302
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
303
+ backgroundColor: CMSIBCommonInterface;
304
+ selectorKey: SelectorKeysEnum;
305
+ };
328
306
  };
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;
307
+ productPanelDesign: {
357
308
  selectorKey: SelectorKeysEnum;
309
+ productNameDesign: {
310
+ theme: CMSIBCommonInterface;
311
+ font: CMSIBCommonInterface;
312
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
313
+ textColor: CMSIBCommonInterface;
314
+ bold: CMSIBCommonInterface;
315
+ italic: CMSIBCommonInterface;
316
+ linethrough: CMSIBCommonInterface;
317
+ underline: CMSIBCommonInterface;
318
+ textAlign: CMSIBCommonInterface;
319
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
320
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
321
+ backgroundColor: CMSIBCommonInterface;
322
+ selectorKey: SelectorKeysEnum;
323
+ };
324
+ productPriceDesign: {
325
+ theme: CMSIBCommonInterface;
326
+ font: CMSIBCommonInterface;
327
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
328
+ textColor: CMSIBCommonInterface;
329
+ bold: CMSIBCommonInterface;
330
+ italic: CMSIBCommonInterface;
331
+ linethrough: CMSIBCommonInterface;
332
+ underline: CMSIBCommonInterface;
333
+ textAlign: CMSIBCommonInterface;
334
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
335
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
336
+ backgroundColor: CMSIBCommonInterface;
337
+ selectorKey: SelectorKeysEnum;
338
+ };
339
+ productInfoDesign: {
340
+ theme: CMSIBCommonInterface;
341
+ font: CMSIBCommonInterface;
342
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
343
+ textColor: CMSIBCommonInterface;
344
+ bold: CMSIBCommonInterface;
345
+ italic: CMSIBCommonInterface;
346
+ linethrough: CMSIBCommonInterface;
347
+ underline: CMSIBCommonInterface;
348
+ textAlign: CMSIBCommonInterface;
349
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
350
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
351
+ backgroundColor: CMSIBCommonInterface;
352
+ selectorKey: SelectorKeysEnum;
353
+ };
354
+ selectButtonDesign: {
355
+ selectorKey: SelectorKeysEnum;
356
+ selectedState: {
357
+ borderColor: CMSIBCommonInterface;
358
+ borderStyle: CMSIBCommonInterface;
359
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
360
+ showBorder: CMSIBCommonInterface;
361
+ showShadow: CMSIBCommonInterface;
362
+ shadowColor: CMSIBCommonInterface;
363
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
364
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
365
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
366
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
367
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
368
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
369
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
370
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
371
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
372
+ theme: CMSIBCommonInterface;
373
+ font: CMSIBCommonInterface;
374
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
375
+ textColor: CMSIBCommonInterface;
376
+ bold: CMSIBCommonInterface;
377
+ italic: CMSIBCommonInterface;
378
+ linethrough: CMSIBCommonInterface;
379
+ underline: CMSIBCommonInterface;
380
+ textAlign: CMSIBCommonInterface;
381
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
382
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
383
+ backgroundColor: CMSIBCommonInterface;
384
+ selectorKey: SelectorKeysEnum;
385
+ };
386
+ hoverState: {
387
+ borderColor: CMSIBCommonInterface;
388
+ borderStyle: CMSIBCommonInterface;
389
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
390
+ showBorder: CMSIBCommonInterface;
391
+ showShadow: CMSIBCommonInterface;
392
+ shadowColor: CMSIBCommonInterface;
393
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
394
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
395
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
396
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
397
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
398
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
399
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
400
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
401
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
402
+ theme: CMSIBCommonInterface;
403
+ font: CMSIBCommonInterface;
404
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
405
+ textColor: CMSIBCommonInterface;
406
+ bold: CMSIBCommonInterface;
407
+ italic: CMSIBCommonInterface;
408
+ linethrough: CMSIBCommonInterface;
409
+ underline: CMSIBCommonInterface;
410
+ textAlign: CMSIBCommonInterface;
411
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
412
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
413
+ backgroundColor: CMSIBCommonInterface;
414
+ selectorKey: SelectorKeysEnum;
415
+ };
416
+ defaultState: {
417
+ borderColor: CMSIBCommonInterface;
418
+ borderStyle: CMSIBCommonInterface;
419
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
420
+ showBorder: CMSIBCommonInterface;
421
+ showShadow: CMSIBCommonInterface;
422
+ shadowColor: CMSIBCommonInterface;
423
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
424
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
425
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
426
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
427
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
428
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
429
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
430
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
431
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
432
+ theme: CMSIBCommonInterface;
433
+ font: CMSIBCommonInterface;
434
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
435
+ textColor: CMSIBCommonInterface;
436
+ bold: CMSIBCommonInterface;
437
+ italic: CMSIBCommonInterface;
438
+ linethrough: CMSIBCommonInterface;
439
+ underline: CMSIBCommonInterface;
440
+ textAlign: CMSIBCommonInterface;
441
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
442
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
443
+ backgroundColor: CMSIBCommonInterface;
444
+ selectorKey: SelectorKeysEnum;
445
+ };
446
+ };
447
+ swatchOptionValueStyle: {
448
+ selectorKey: SelectorKeysEnum;
449
+ selectedState: {
450
+ borderColor: CMSIBCommonInterface;
451
+ borderStyle: CMSIBCommonInterface;
452
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
453
+ showBorder: CMSIBCommonInterface;
454
+ showShadow: CMSIBCommonInterface;
455
+ shadowColor: CMSIBCommonInterface;
456
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
457
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
458
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
459
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
460
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
461
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
462
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
463
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
464
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
465
+ selectorKey: SelectorKeysEnum;
466
+ };
467
+ hoverState: {
468
+ borderColor: CMSIBCommonInterface;
469
+ borderStyle: CMSIBCommonInterface;
470
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
471
+ showBorder: CMSIBCommonInterface;
472
+ showShadow: CMSIBCommonInterface;
473
+ shadowColor: CMSIBCommonInterface;
474
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
475
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
476
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
477
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
478
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
479
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
480
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
481
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
482
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
483
+ selectorKey: SelectorKeysEnum;
484
+ };
485
+ defaultState: {
486
+ borderColor: CMSIBCommonInterface;
487
+ borderStyle: CMSIBCommonInterface;
488
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
489
+ showBorder: CMSIBCommonInterface;
490
+ showShadow: CMSIBCommonInterface;
491
+ shadowColor: CMSIBCommonInterface;
492
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
493
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
494
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
495
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
496
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
497
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
498
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
499
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
500
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
501
+ selectorKey: SelectorKeysEnum;
502
+ };
503
+ };
504
+ singleOptionValueStyle: {
505
+ selectorKey: SelectorKeysEnum;
506
+ selectedState: {
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
+ hoverState: {
537
+ borderColor: CMSIBCommonInterface;
538
+ borderStyle: CMSIBCommonInterface;
539
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
540
+ showBorder: CMSIBCommonInterface;
541
+ showShadow: CMSIBCommonInterface;
542
+ shadowColor: CMSIBCommonInterface;
543
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
544
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
545
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
546
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
547
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
548
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
549
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
550
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
551
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
552
+ theme: CMSIBCommonInterface;
553
+ font: CMSIBCommonInterface;
554
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
555
+ textColor: CMSIBCommonInterface;
556
+ bold: CMSIBCommonInterface;
557
+ italic: CMSIBCommonInterface;
558
+ linethrough: CMSIBCommonInterface;
559
+ underline: CMSIBCommonInterface;
560
+ textAlign: CMSIBCommonInterface;
561
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
562
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
563
+ backgroundColor: CMSIBCommonInterface;
564
+ selectorKey: SelectorKeysEnum;
565
+ };
566
+ defaultState: {
567
+ borderColor: CMSIBCommonInterface;
568
+ borderStyle: CMSIBCommonInterface;
569
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
570
+ showBorder: CMSIBCommonInterface;
571
+ showShadow: CMSIBCommonInterface;
572
+ shadowColor: CMSIBCommonInterface;
573
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
574
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
575
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
576
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
577
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
578
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
579
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
580
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
581
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
582
+ theme: CMSIBCommonInterface;
583
+ font: CMSIBCommonInterface;
584
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
585
+ textColor: CMSIBCommonInterface;
586
+ bold: CMSIBCommonInterface;
587
+ italic: CMSIBCommonInterface;
588
+ linethrough: CMSIBCommonInterface;
589
+ underline: CMSIBCommonInterface;
590
+ textAlign: CMSIBCommonInterface;
591
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
592
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
593
+ backgroundColor: CMSIBCommonInterface;
594
+ selectorKey: SelectorKeysEnum;
595
+ };
596
+ };
597
+ optionTitle: {
598
+ selectorKey: SelectorKeysEnum;
599
+ selectedState: {
600
+ borderColor: CMSIBCommonInterface;
601
+ borderStyle: CMSIBCommonInterface;
602
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
603
+ showBorder: CMSIBCommonInterface;
604
+ showShadow: CMSIBCommonInterface;
605
+ shadowColor: CMSIBCommonInterface;
606
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
607
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
608
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
609
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
610
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
611
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
612
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
613
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
614
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
615
+ theme: CMSIBCommonInterface;
616
+ font: CMSIBCommonInterface;
617
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
618
+ textColor: CMSIBCommonInterface;
619
+ bold: CMSIBCommonInterface;
620
+ italic: CMSIBCommonInterface;
621
+ linethrough: CMSIBCommonInterface;
622
+ underline: CMSIBCommonInterface;
623
+ textAlign: CMSIBCommonInterface;
624
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
625
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
626
+ backgroundColor: CMSIBCommonInterface;
627
+ selectorKey: SelectorKeysEnum;
628
+ };
629
+ hoverState: {
630
+ borderColor: CMSIBCommonInterface;
631
+ borderStyle: CMSIBCommonInterface;
632
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
633
+ showBorder: CMSIBCommonInterface;
634
+ showShadow: CMSIBCommonInterface;
635
+ shadowColor: CMSIBCommonInterface;
636
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
637
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
638
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
639
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
640
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
641
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
642
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
643
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
644
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
645
+ theme: CMSIBCommonInterface;
646
+ font: CMSIBCommonInterface;
647
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
648
+ textColor: CMSIBCommonInterface;
649
+ bold: CMSIBCommonInterface;
650
+ italic: CMSIBCommonInterface;
651
+ linethrough: CMSIBCommonInterface;
652
+ underline: CMSIBCommonInterface;
653
+ textAlign: CMSIBCommonInterface;
654
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
655
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
656
+ backgroundColor: CMSIBCommonInterface;
657
+ selectorKey: SelectorKeysEnum;
658
+ };
659
+ defaultState: {
660
+ borderColor: CMSIBCommonInterface;
661
+ borderStyle: CMSIBCommonInterface;
662
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
663
+ showBorder: CMSIBCommonInterface;
664
+ showShadow: CMSIBCommonInterface;
665
+ shadowColor: CMSIBCommonInterface;
666
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
667
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
668
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
669
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
670
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
671
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
672
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
673
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
674
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
675
+ theme: CMSIBCommonInterface;
676
+ font: CMSIBCommonInterface;
677
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
678
+ textColor: CMSIBCommonInterface;
679
+ bold: CMSIBCommonInterface;
680
+ italic: CMSIBCommonInterface;
681
+ linethrough: CMSIBCommonInterface;
682
+ underline: CMSIBCommonInterface;
683
+ textAlign: CMSIBCommonInterface;
684
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
685
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
686
+ backgroundColor: CMSIBCommonInterface;
687
+ selectorKey: SelectorKeysEnum;
688
+ };
689
+ };
690
+ addToCartButtonDesign: {
691
+ selectorKey: SelectorKeysEnum;
692
+ selectedState: {
693
+ borderColor: CMSIBCommonInterface;
694
+ borderStyle: CMSIBCommonInterface;
695
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
696
+ showBorder: CMSIBCommonInterface;
697
+ showShadow: CMSIBCommonInterface;
698
+ shadowColor: CMSIBCommonInterface;
699
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
700
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
701
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
702
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
703
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
704
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
705
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
706
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
707
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
708
+ theme: CMSIBCommonInterface;
709
+ font: CMSIBCommonInterface;
710
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
711
+ textColor: CMSIBCommonInterface;
712
+ bold: CMSIBCommonInterface;
713
+ italic: CMSIBCommonInterface;
714
+ linethrough: CMSIBCommonInterface;
715
+ underline: CMSIBCommonInterface;
716
+ textAlign: CMSIBCommonInterface;
717
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
718
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
719
+ backgroundColor: CMSIBCommonInterface;
720
+ selectorKey: SelectorKeysEnum;
721
+ };
722
+ hoverState: {
723
+ borderColor: CMSIBCommonInterface;
724
+ borderStyle: CMSIBCommonInterface;
725
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
726
+ showBorder: CMSIBCommonInterface;
727
+ showShadow: CMSIBCommonInterface;
728
+ shadowColor: CMSIBCommonInterface;
729
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
730
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
731
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
732
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
733
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
734
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
735
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
736
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
737
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
738
+ theme: CMSIBCommonInterface;
739
+ font: CMSIBCommonInterface;
740
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
741
+ textColor: CMSIBCommonInterface;
742
+ bold: CMSIBCommonInterface;
743
+ italic: CMSIBCommonInterface;
744
+ linethrough: CMSIBCommonInterface;
745
+ underline: CMSIBCommonInterface;
746
+ textAlign: CMSIBCommonInterface;
747
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
748
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
749
+ backgroundColor: CMSIBCommonInterface;
750
+ selectorKey: SelectorKeysEnum;
751
+ };
752
+ defaultState: {
753
+ borderColor: CMSIBCommonInterface;
754
+ borderStyle: CMSIBCommonInterface;
755
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
756
+ showBorder: CMSIBCommonInterface;
757
+ showShadow: CMSIBCommonInterface;
758
+ shadowColor: CMSIBCommonInterface;
759
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
760
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
761
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
762
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
763
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
764
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
765
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
766
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
767
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
768
+ theme: CMSIBCommonInterface;
769
+ font: CMSIBCommonInterface;
770
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
771
+ textColor: CMSIBCommonInterface;
772
+ bold: CMSIBCommonInterface;
773
+ italic: CMSIBCommonInterface;
774
+ linethrough: CMSIBCommonInterface;
775
+ underline: CMSIBCommonInterface;
776
+ textAlign: CMSIBCommonInterface;
777
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
778
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
779
+ backgroundColor: CMSIBCommonInterface;
780
+ selectorKey: SelectorKeysEnum;
781
+ };
782
+ };
358
783
  };
359
784
  };
360
785
  content: {
361
786
  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
787
  };
418
788
  };