@sc-360-v2/storefront-cms-library 0.3.56 → 0.3.58

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.
@@ -8,7 +8,59 @@ export declare enum SelectorKeysEnum {
8
8
  DESIGN = "design",
9
9
  DEFAULT_STATE = "defaultState",
10
10
  HOVER_STATE = "hoverState",
11
- SELECTED_STATE = "selectedState"
11
+ SELECTED_STATE = "selectedState",
12
+ CHECKOUT_TITLE = "checkoutTitle",
13
+ ACCORDION_TAB = "accordionTab",
14
+ BUTTONS = "buttons",
15
+ PRIMARY = "primary",
16
+ PRIMARY_DEFAULT_STATE = "primaryDefaultState",
17
+ PRIMARY_HOVER_STATE = "primaryHoverState",
18
+ TERTIARY_PRIMARY_DEFAULT_STATE = "tertiaryPrimaryDefaultState",
19
+ TERTIARY_PRIMARY_HOVER_STATE = "tertiaryPrimaryHoverState",
20
+ TERTIARY_PRIMARY = "tertiaryPrimary",
21
+ FORM_WRAPPER = "formWrapper",
22
+ FORM_CONTAINER = "formContainer",
23
+ FORM_TITLE = "formTitle",
24
+ LABELS = "labels",
25
+ INPUTS = "inputs",
26
+ ACCORDION_HEADER = "accordionHeader",
27
+ SHIPPING_DETAILS = "shippingDetails",
28
+ ADDRESS_WRAPPER = "addressWrapper",
29
+ ADDRESS_CONTAINER = "addressContainer",
30
+ ADDRESS_TITLE = "addressTitle",
31
+ DETAILS_INFO = "detailsInfo",
32
+ CONTACT_DETAILS = "contactDetails",
33
+ ACTIONS = "actions",
34
+ PRODUCT_WRAPPER = "productWrapper",
35
+ PRODUCT_DETAILS = "productDetails",
36
+ PRODUCT_NAME = "productName",
37
+ VARIANT_DETAILS = "variantDetails",
38
+ QTY = "qty",
39
+ PRICE = "price",
40
+ SHIPPING_METHOD = "shippingMethod",
41
+ SHIPPING_METHOD_CONTAINER = "shippingMethodContainer",
42
+ SINGLE_LEVEL = "singleLevel",
43
+ METHOD_LABEL = "methodLabel",
44
+ SINGLE_LEVEL_OPTIONS = "singleLevelOptions",
45
+ MULTI_LEVEL = "multiLevel",
46
+ MULTI_LEVEL_CONTAINER = "multiLevelContainer",
47
+ IMAGE = "image",
48
+ OPTIONS = "options",
49
+ PAYMENT_METHOD = "paymentMethod",
50
+ PAYMENT_METHOD_WRAPPER = "paymentMethodWrapper",
51
+ PAYMENT_PROGRAM = "paymentProgram",
52
+ PROGRAM_TITLE = "programTitle",
53
+ PROGRAM_DETAILS = "programDetails",
54
+ PROGRAM_PREFERENCE = "programPreference",
55
+ PREFERENCE_HEADER = "preferenceHeader",
56
+ PANEL_BODY = "panelBody",
57
+ PANEL_CONTAINER = "panelContainer",
58
+ PANEL_ITEMS = "panelItems",
59
+ PANEL_TITLE = "panelTitle",
60
+ PANEL_INFO = "panelInfo",
61
+ BILLING_ADDRESS = "billingAddress",
62
+ BILLING_ADDRESS_CONTAINER = "billingAddressContainer",
63
+ BILLING_TITLE = "billingTitle"
12
64
  }
13
65
  export declare const getDefaultData: () => {
14
66
  layout: {
@@ -152,7 +204,8 @@ export declare const getDefaultData: () => {
152
204
  };
153
205
  design: {
154
206
  selectorKey: SelectorKeysEnum;
155
- checkoutHeadingDesign: {
207
+ checkoutTitle: {
208
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
156
209
  theme: import("../../interfaces/global").CMSIBCommonInterface;
157
210
  font: import("../../interfaces/global").CMSIBCommonInterface;
158
211
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -163,139 +216,189 @@ export declare const getDefaultData: () => {
163
216
  underline: import("../../interfaces/global").CMSIBCommonInterface;
164
217
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
165
218
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
166
- selectorKey: string;
167
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
219
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
220
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
221
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
222
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
223
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
224
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
225
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
226
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
227
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
228
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
229
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
230
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
231
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
232
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
233
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
234
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
235
+ selectorKey: SelectorKeysEnum;
168
236
  };
169
- checkoutOptionAccordianContainerDesign: {
170
- selectorKey: string;
171
- accordianTitleDesign: {
172
- theme: import("../../interfaces/global").CMSIBCommonInterface;
173
- font: import("../../interfaces/global").CMSIBCommonInterface;
174
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
175
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
176
- bold: import("../../interfaces/global").CMSIBCommonInterface;
177
- italic: import("../../interfaces/global").CMSIBCommonInterface;
178
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
179
- underline: import("../../interfaces/global").CMSIBCommonInterface;
180
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
181
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
182
- selectorKey: string;
183
- };
184
- accordianButtonDesign: {
185
- selectorKey: string;
186
- defaultState: {
187
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
188
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
189
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
190
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
191
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
192
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
193
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
194
- blur: import("../../interfaces/global").CMSIBSizeInterface;
195
- spread: import("../../interfaces/global").CMSIBSizeInterface;
196
- angle: import("../../interfaces/global").CMSIBSizeInterface;
197
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
198
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
199
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
200
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
201
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
202
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
203
- theme: import("../../interfaces/global").CMSIBCommonInterface;
204
- font: import("../../interfaces/global").CMSIBCommonInterface;
205
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
206
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
207
- bold: import("../../interfaces/global").CMSIBCommonInterface;
208
- italic: import("../../interfaces/global").CMSIBCommonInterface;
209
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
210
- underline: import("../../interfaces/global").CMSIBCommonInterface;
211
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
212
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
237
+ accordionTab: {
238
+ selectorKey: SelectorKeysEnum;
239
+ buttons: {
240
+ selectorKey: SelectorKeysEnum;
241
+ primary: {
213
242
  selectorKey: SelectorKeysEnum;
243
+ defaultState: {
244
+ itemGap: {
245
+ value: CMSCSSUnitTypesEnums;
246
+ unit: CMSCSSUnitTypesEnums;
247
+ property: string;
248
+ propertyType: CMSElementEditTypes;
249
+ };
250
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
251
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
252
+ font: import("../../interfaces/global").CMSIBCommonInterface;
253
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
254
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
255
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
256
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
257
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
258
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
259
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
260
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
261
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
262
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
263
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
264
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
265
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
266
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
267
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
268
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
269
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
270
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
271
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
272
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
273
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
274
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
275
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
276
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
277
+ selectorKey: SelectorKeysEnum;
278
+ };
279
+ hoverState: {
280
+ itemGap: {
281
+ value: CMSCSSUnitTypesEnums;
282
+ unit: CMSCSSUnitTypesEnums;
283
+ property: string;
284
+ propertyType: CMSElementEditTypes;
285
+ };
286
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
287
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
288
+ font: import("../../interfaces/global").CMSIBCommonInterface;
289
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
290
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
291
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
292
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
293
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
294
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
295
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
296
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
297
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
298
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
299
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
300
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
301
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
302
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
303
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
304
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
305
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
306
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
307
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
308
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
309
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
310
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
311
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
312
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
313
+ selectorKey: SelectorKeysEnum;
314
+ };
214
315
  };
215
- hoverState: {
216
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
217
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
218
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
219
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
220
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
221
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
222
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
223
- blur: import("../../interfaces/global").CMSIBSizeInterface;
224
- spread: import("../../interfaces/global").CMSIBSizeInterface;
225
- angle: import("../../interfaces/global").CMSIBSizeInterface;
226
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
227
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
228
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
229
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
230
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
231
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
232
- theme: import("../../interfaces/global").CMSIBCommonInterface;
233
- font: import("../../interfaces/global").CMSIBCommonInterface;
234
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
235
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
236
- bold: import("../../interfaces/global").CMSIBCommonInterface;
237
- italic: import("../../interfaces/global").CMSIBCommonInterface;
238
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
239
- underline: import("../../interfaces/global").CMSIBCommonInterface;
240
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
241
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
316
+ tertiaryPrimary: {
242
317
  selectorKey: SelectorKeysEnum;
318
+ defaultState: {
319
+ itemGap: {
320
+ value: CMSCSSUnitTypesEnums;
321
+ unit: CMSCSSUnitTypesEnums;
322
+ property: string;
323
+ propertyType: CMSElementEditTypes;
324
+ };
325
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
326
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
327
+ font: import("../../interfaces/global").CMSIBCommonInterface;
328
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
329
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
330
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
331
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
332
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
333
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
334
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
335
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
336
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
337
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
338
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
339
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
340
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
341
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
342
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
343
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
344
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
345
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
346
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
347
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
348
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
349
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
350
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
351
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
352
+ selectorKey: SelectorKeysEnum;
353
+ };
354
+ hoverState: {
355
+ itemGap: {
356
+ value: CMSCSSUnitTypesEnums;
357
+ unit: CMSCSSUnitTypesEnums;
358
+ property: string;
359
+ propertyType: CMSElementEditTypes;
360
+ };
361
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
362
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
363
+ font: import("../../interfaces/global").CMSIBCommonInterface;
364
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
365
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
366
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
367
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
368
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
369
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
370
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
371
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
372
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
373
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
374
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
375
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
376
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
377
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
378
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
379
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
380
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
381
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
382
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
383
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
384
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
385
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
386
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
387
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
388
+ selectorKey: SelectorKeysEnum;
389
+ };
243
390
  };
244
391
  };
245
- accordianContainerDesign: {
246
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
247
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
248
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
249
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
250
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
251
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
252
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
253
- blur: import("../../interfaces/global").CMSIBSizeInterface;
254
- spread: import("../../interfaces/global").CMSIBSizeInterface;
255
- angle: import("../../interfaces/global").CMSIBSizeInterface;
256
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
257
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
258
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
259
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
260
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
261
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
262
- selectorKey: string;
263
- };
264
- };
265
- singleShippingAddressDesign: {
266
- selectorKey: string;
267
- singleShippingAddressLabelDesign: {
268
- theme: import("../../interfaces/global").CMSIBCommonInterface;
269
- font: import("../../interfaces/global").CMSIBCommonInterface;
270
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
271
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
272
- bold: import("../../interfaces/global").CMSIBCommonInterface;
273
- italic: import("../../interfaces/global").CMSIBCommonInterface;
274
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
275
- underline: import("../../interfaces/global").CMSIBCommonInterface;
276
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
277
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
278
- selectorKey: string;
279
- };
280
- inputBoxDesign: {
281
- selectorKey: string;
282
- defaultState: {
283
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
284
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
285
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
286
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
287
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
288
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
289
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
290
- blur: import("../../interfaces/global").CMSIBSizeInterface;
291
- spread: import("../../interfaces/global").CMSIBSizeInterface;
292
- angle: import("../../interfaces/global").CMSIBSizeInterface;
293
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
294
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
295
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
296
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
297
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
298
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
392
+ formWrapper: {
393
+ selectorKey: SelectorKeysEnum;
394
+ formContainer: {
395
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
396
+ itemGap: {
397
+ value: CMSCSSUnitTypesEnums;
398
+ unit: CMSCSSUnitTypesEnums;
399
+ property: string;
400
+ propertyType: CMSElementEditTypes;
401
+ };
299
402
  theme: import("../../interfaces/global").CMSIBCommonInterface;
300
403
  font: import("../../interfaces/global").CMSIBCommonInterface;
301
404
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -306,9 +409,6 @@ export declare const getDefaultData: () => {
306
409
  underline: import("../../interfaces/global").CMSIBCommonInterface;
307
410
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
308
411
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
309
- selectorKey: SelectorKeysEnum;
310
- };
311
- selectedState: {
312
412
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
313
413
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
314
414
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -325,51 +425,10 @@ export declare const getDefaultData: () => {
325
425
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
326
426
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
327
427
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
328
- theme: import("../../interfaces/global").CMSIBCommonInterface;
329
- font: import("../../interfaces/global").CMSIBCommonInterface;
330
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
331
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
332
- bold: import("../../interfaces/global").CMSIBCommonInterface;
333
- italic: import("../../interfaces/global").CMSIBCommonInterface;
334
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
335
- underline: import("../../interfaces/global").CMSIBCommonInterface;
336
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
337
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
338
428
  selectorKey: SelectorKeysEnum;
339
429
  };
340
- };
341
- checkboxDesign: {
342
- theme: import("../../interfaces/global").CMSIBCommonInterface;
343
- font: import("../../interfaces/global").CMSIBCommonInterface;
344
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
345
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
346
- bold: import("../../interfaces/global").CMSIBCommonInterface;
347
- italic: import("../../interfaces/global").CMSIBCommonInterface;
348
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
349
- underline: import("../../interfaces/global").CMSIBCommonInterface;
350
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
351
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
352
- selectorKey: string;
353
- };
354
- primaryButtonDesign: {
355
- selectorKey: string;
356
- defaultState: {
357
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
358
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
359
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
360
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
361
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
362
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
363
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
364
- blur: import("../../interfaces/global").CMSIBSizeInterface;
365
- spread: import("../../interfaces/global").CMSIBSizeInterface;
366
- angle: import("../../interfaces/global").CMSIBSizeInterface;
367
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
368
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
369
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
370
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
371
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
372
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
430
+ formTitle: {
431
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
373
432
  theme: import("../../interfaces/global").CMSIBCommonInterface;
374
433
  font: import("../../interfaces/global").CMSIBCommonInterface;
375
434
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -380,9 +439,6 @@ export declare const getDefaultData: () => {
380
439
  underline: import("../../interfaces/global").CMSIBCommonInterface;
381
440
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
382
441
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
383
- selectorKey: SelectorKeysEnum;
384
- };
385
- hoverState: {
386
442
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
387
443
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
388
444
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -399,93 +455,10 @@ export declare const getDefaultData: () => {
399
455
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
400
456
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
401
457
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
402
- theme: import("../../interfaces/global").CMSIBCommonInterface;
403
- font: import("../../interfaces/global").CMSIBCommonInterface;
404
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
405
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
406
- bold: import("../../interfaces/global").CMSIBCommonInterface;
407
- italic: import("../../interfaces/global").CMSIBCommonInterface;
408
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
409
- underline: import("../../interfaces/global").CMSIBCommonInterface;
410
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
411
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
412
458
  selectorKey: SelectorKeysEnum;
413
459
  };
414
- };
415
- };
416
- savedShippingAddressDesign: {
417
- selectorKey: string;
418
- shippingNameDesign: {
419
- theme: import("../../interfaces/global").CMSIBCommonInterface;
420
- font: import("../../interfaces/global").CMSIBCommonInterface;
421
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
422
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
423
- bold: import("../../interfaces/global").CMSIBCommonInterface;
424
- italic: import("../../interfaces/global").CMSIBCommonInterface;
425
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
426
- underline: import("../../interfaces/global").CMSIBCommonInterface;
427
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
428
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
429
- selectorKey: string;
430
- };
431
- shippingAddressDesign: {
432
- theme: import("../../interfaces/global").CMSIBCommonInterface;
433
- font: import("../../interfaces/global").CMSIBCommonInterface;
434
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
435
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
436
- bold: import("../../interfaces/global").CMSIBCommonInterface;
437
- italic: import("../../interfaces/global").CMSIBCommonInterface;
438
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
439
- underline: import("../../interfaces/global").CMSIBCommonInterface;
440
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
441
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
442
- selectorKey: string;
443
- };
444
- savedShippingAddressLabelDesign: {
445
- theme: import("../../interfaces/global").CMSIBCommonInterface;
446
- font: import("../../interfaces/global").CMSIBCommonInterface;
447
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
448
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
449
- bold: import("../../interfaces/global").CMSIBCommonInterface;
450
- italic: import("../../interfaces/global").CMSIBCommonInterface;
451
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
452
- underline: import("../../interfaces/global").CMSIBCommonInterface;
453
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
454
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
455
- selectorKey: string;
456
- };
457
- savedShippingAddressValueDesign: {
458
- theme: import("../../interfaces/global").CMSIBCommonInterface;
459
- font: import("../../interfaces/global").CMSIBCommonInterface;
460
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
461
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
462
- bold: import("../../interfaces/global").CMSIBCommonInterface;
463
- italic: import("../../interfaces/global").CMSIBCommonInterface;
464
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
465
- underline: import("../../interfaces/global").CMSIBCommonInterface;
466
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
467
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
468
- selectorKey: string;
469
- };
470
- savedShippingAddressButtonDesign: {
471
- selectorKey: string;
472
- defaultState: {
473
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
474
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
475
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
476
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
477
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
478
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
479
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
480
- blur: import("../../interfaces/global").CMSIBSizeInterface;
481
- spread: import("../../interfaces/global").CMSIBSizeInterface;
482
- angle: import("../../interfaces/global").CMSIBSizeInterface;
483
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
484
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
485
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
486
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
487
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
488
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
460
+ labels: {
461
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
489
462
  theme: import("../../interfaces/global").CMSIBCommonInterface;
490
463
  font: import("../../interfaces/global").CMSIBCommonInterface;
491
464
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -496,9 +469,6 @@ export declare const getDefaultData: () => {
496
469
  underline: import("../../interfaces/global").CMSIBCommonInterface;
497
470
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
498
471
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
499
- selectorKey: SelectorKeysEnum;
500
- };
501
- hoverState: {
502
472
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
503
473
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
504
474
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -515,106 +485,10 @@ export declare const getDefaultData: () => {
515
485
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
516
486
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
517
487
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
518
- theme: import("../../interfaces/global").CMSIBCommonInterface;
519
- font: import("../../interfaces/global").CMSIBCommonInterface;
520
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
521
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
522
- bold: import("../../interfaces/global").CMSIBCommonInterface;
523
- italic: import("../../interfaces/global").CMSIBCommonInterface;
524
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
525
- underline: import("../../interfaces/global").CMSIBCommonInterface;
526
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
527
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
528
488
  selectorKey: SelectorKeysEnum;
529
489
  };
530
- };
531
- };
532
- multipleShippingAddressDesign: {
533
- selectorKey: string;
534
- productNameDesign: {
535
- theme: import("../../interfaces/global").CMSIBCommonInterface;
536
- font: import("../../interfaces/global").CMSIBCommonInterface;
537
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
538
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
539
- bold: import("../../interfaces/global").CMSIBCommonInterface;
540
- italic: import("../../interfaces/global").CMSIBCommonInterface;
541
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
542
- underline: import("../../interfaces/global").CMSIBCommonInterface;
543
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
544
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
545
- selectorKey: string;
546
- };
547
- productInformationDesign: {
548
- theme: import("../../interfaces/global").CMSIBCommonInterface;
549
- font: import("../../interfaces/global").CMSIBCommonInterface;
550
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
551
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
552
- bold: import("../../interfaces/global").CMSIBCommonInterface;
553
- italic: import("../../interfaces/global").CMSIBCommonInterface;
554
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
555
- underline: import("../../interfaces/global").CMSIBCommonInterface;
556
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
557
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
558
- selectorKey: string;
559
- };
560
- productQuantityDesign: {
561
- theme: import("../../interfaces/global").CMSIBCommonInterface;
562
- font: import("../../interfaces/global").CMSIBCommonInterface;
563
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
564
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
565
- bold: import("../../interfaces/global").CMSIBCommonInterface;
566
- italic: import("../../interfaces/global").CMSIBCommonInterface;
567
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
568
- underline: import("../../interfaces/global").CMSIBCommonInterface;
569
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
570
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
571
- selectorKey: string;
572
- };
573
- productPriceDesign: {
574
- theme: import("../../interfaces/global").CMSIBCommonInterface;
575
- font: import("../../interfaces/global").CMSIBCommonInterface;
576
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
577
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
578
- bold: import("../../interfaces/global").CMSIBCommonInterface;
579
- italic: import("../../interfaces/global").CMSIBCommonInterface;
580
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
581
- underline: import("../../interfaces/global").CMSIBCommonInterface;
582
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
583
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
584
- selectorKey: string;
585
- };
586
- multipleShippingAddressLabelDesign: {
587
- theme: import("../../interfaces/global").CMSIBCommonInterface;
588
- font: import("../../interfaces/global").CMSIBCommonInterface;
589
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
590
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
591
- bold: import("../../interfaces/global").CMSIBCommonInterface;
592
- italic: import("../../interfaces/global").CMSIBCommonInterface;
593
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
594
- underline: import("../../interfaces/global").CMSIBCommonInterface;
595
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
596
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
597
- selectorKey: string;
598
- };
599
- multipleShippingAddressInputDesign: {
600
- selectorKey: string;
601
- defaultState: {
602
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
603
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
604
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
605
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
606
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
607
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
608
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
609
- blur: import("../../interfaces/global").CMSIBSizeInterface;
610
- spread: import("../../interfaces/global").CMSIBSizeInterface;
611
- angle: import("../../interfaces/global").CMSIBSizeInterface;
612
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
613
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
614
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
615
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
616
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
617
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
490
+ inputs: {
491
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
618
492
  theme: import("../../interfaces/global").CMSIBCommonInterface;
619
493
  font: import("../../interfaces/global").CMSIBCommonInterface;
620
494
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -625,9 +499,6 @@ export declare const getDefaultData: () => {
625
499
  underline: import("../../interfaces/global").CMSIBCommonInterface;
626
500
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
627
501
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
628
- selectorKey: SelectorKeysEnum;
629
- };
630
- selectedState: {
631
502
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
632
503
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
633
504
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -644,56 +515,21 @@ export declare const getDefaultData: () => {
644
515
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
645
516
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
646
517
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
647
- theme: import("../../interfaces/global").CMSIBCommonInterface;
648
- font: import("../../interfaces/global").CMSIBCommonInterface;
649
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
650
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
651
- bold: import("../../interfaces/global").CMSIBCommonInterface;
652
- italic: import("../../interfaces/global").CMSIBCommonInterface;
653
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
654
- underline: import("../../interfaces/global").CMSIBCommonInterface;
655
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
656
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
657
518
  selectorKey: SelectorKeysEnum;
658
519
  };
659
520
  };
660
- discardIcon: {
661
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
521
+ accordionHeader: {
522
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
523
+ itemGap: {
524
+ value: CMSCSSUnitTypesEnums;
525
+ unit: CMSCSSUnitTypesEnums;
526
+ property: string;
527
+ propertyType: CMSElementEditTypes;
528
+ };
662
529
  showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
663
- iconSize: import("../../interfaces/global").CMSIBSizeInterface;
664
530
  iconColor: import("../../interfaces/global").CMSIBCommonInterface;
665
- selectorKey: string;
666
- };
667
- };
668
- shippingMethodDesign: {
669
- selectorKey: string;
670
- headingDesign: {
671
- theme: import("../../interfaces/global").CMSIBCommonInterface;
672
- font: import("../../interfaces/global").CMSIBCommonInterface;
673
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
674
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
675
- bold: import("../../interfaces/global").CMSIBCommonInterface;
676
- italic: import("../../interfaces/global").CMSIBCommonInterface;
677
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
678
- underline: import("../../interfaces/global").CMSIBCommonInterface;
679
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
680
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
681
- selectorKey: string;
682
- };
683
- shippingMethodLabelDesign: {
684
- theme: import("../../interfaces/global").CMSIBCommonInterface;
685
- font: import("../../interfaces/global").CMSIBCommonInterface;
686
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
687
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
688
- bold: import("../../interfaces/global").CMSIBCommonInterface;
689
- italic: import("../../interfaces/global").CMSIBCommonInterface;
690
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
691
- underline: import("../../interfaces/global").CMSIBCommonInterface;
692
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
693
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
694
- selectorKey: string;
695
- };
696
- shippingMethodValueDesign: {
531
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
532
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
697
533
  theme: import("../../interfaces/global").CMSIBCommonInterface;
698
534
  font: import("../../interfaces/global").CMSIBCommonInterface;
699
535
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -704,12 +540,6 @@ export declare const getDefaultData: () => {
704
540
  underline: import("../../interfaces/global").CMSIBCommonInterface;
705
541
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
706
542
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
707
- selectorKey: string;
708
- };
709
- };
710
- paymentOptionsDesign: {
711
- selectorKey: string;
712
- paymentOptionsContainerDesign: {
713
543
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
714
544
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
715
545
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -726,63 +556,539 @@ export declare const getDefaultData: () => {
726
556
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
727
557
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
728
558
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
729
- selectorKey: string;
730
- };
731
- paymentHeadingDesign: {
732
- theme: import("../../interfaces/global").CMSIBCommonInterface;
733
- font: import("../../interfaces/global").CMSIBCommonInterface;
734
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
735
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
736
- bold: import("../../interfaces/global").CMSIBCommonInterface;
737
- italic: import("../../interfaces/global").CMSIBCommonInterface;
738
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
739
- underline: import("../../interfaces/global").CMSIBCommonInterface;
740
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
741
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
742
- selectorKey: string;
559
+ selectorKey: SelectorKeysEnum;
743
560
  };
744
- paymentNameDesign: {
745
- theme: import("../../interfaces/global").CMSIBCommonInterface;
746
- font: import("../../interfaces/global").CMSIBCommonInterface;
747
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
748
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
749
- bold: import("../../interfaces/global").CMSIBCommonInterface;
750
- italic: import("../../interfaces/global").CMSIBCommonInterface;
751
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
752
- underline: import("../../interfaces/global").CMSIBCommonInterface;
753
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
754
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
755
- selectorKey: string;
756
- };
757
- paymentOptionsLabelDesign: {
758
- theme: import("../../interfaces/global").CMSIBCommonInterface;
759
- font: import("../../interfaces/global").CMSIBCommonInterface;
760
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
761
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
762
- bold: import("../../interfaces/global").CMSIBCommonInterface;
763
- italic: import("../../interfaces/global").CMSIBCommonInterface;
764
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
765
- underline: import("../../interfaces/global").CMSIBCommonInterface;
766
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
767
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
768
- selectorKey: string;
769
- };
770
- paymentOptionsValueDesign: {
771
- theme: import("../../interfaces/global").CMSIBCommonInterface;
772
- font: import("../../interfaces/global").CMSIBCommonInterface;
773
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
774
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
775
- bold: import("../../interfaces/global").CMSIBCommonInterface;
776
- italic: import("../../interfaces/global").CMSIBCommonInterface;
777
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
778
- underline: import("../../interfaces/global").CMSIBCommonInterface;
779
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
780
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
781
- selectorKey: string;
561
+ shippingDetails: {
562
+ selectorKey: SelectorKeysEnum;
563
+ addressWrapper: {
564
+ selectorKey: SelectorKeysEnum;
565
+ addressContainer: {
566
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
567
+ itemGap: {
568
+ value: CMSCSSUnitTypesEnums;
569
+ unit: CMSCSSUnitTypesEnums;
570
+ property: string;
571
+ propertyType: CMSElementEditTypes;
572
+ };
573
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
574
+ font: import("../../interfaces/global").CMSIBCommonInterface;
575
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
576
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
577
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
578
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
579
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
580
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
581
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
582
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
583
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
584
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
585
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
586
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
587
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
588
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
589
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
590
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
591
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
592
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
593
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
594
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
595
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
596
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
597
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
598
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
599
+ selectorKey: SelectorKeysEnum;
600
+ };
601
+ addressTitle: {
602
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
603
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
604
+ font: import("../../interfaces/global").CMSIBCommonInterface;
605
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
606
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
607
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
608
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
609
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
610
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
611
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
612
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
613
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
614
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
615
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
616
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
617
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
618
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
619
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
620
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
621
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
622
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
623
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
624
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
625
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
626
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
627
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
628
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
629
+ selectorKey: SelectorKeysEnum;
630
+ };
631
+ detailsInfo: {
632
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
633
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
634
+ font: import("../../interfaces/global").CMSIBCommonInterface;
635
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
636
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
637
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
638
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
639
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
640
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
641
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
642
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
643
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
644
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
645
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
646
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
647
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
648
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
649
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
650
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
651
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
652
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
653
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
654
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
655
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
656
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
657
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
658
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
659
+ selectorKey: SelectorKeysEnum;
660
+ };
661
+ contactDetails: {
662
+ themeDesc: {
663
+ value: string;
664
+ property: string;
665
+ propertyType: CMSElementEditTypes;
666
+ };
667
+ fontDesc: {
668
+ value: string;
669
+ property: string;
670
+ propertyType: CMSElementEditTypes;
671
+ parentRef: string;
672
+ };
673
+ fontSizeDesc: {
674
+ value: number;
675
+ unit: number;
676
+ property: string;
677
+ propertyType: CMSElementEditTypes;
678
+ parentRef: string;
679
+ };
680
+ textColorDesc: {
681
+ value: {
682
+ hex: string;
683
+ rgb: {
684
+ r: string;
685
+ g: string;
686
+ b: string;
687
+ a: number;
688
+ };
689
+ };
690
+ property: string;
691
+ propertyType: CMSElementEditTypes;
692
+ parentRef: string;
693
+ };
694
+ textHighlightDesc: {
695
+ value: {
696
+ hex: string;
697
+ rgb: {
698
+ r: string;
699
+ g: string;
700
+ b: string;
701
+ a: number;
702
+ };
703
+ };
704
+ property: string;
705
+ propertyType: CMSElementEditTypes;
706
+ };
707
+ boldDesc: {
708
+ value: string;
709
+ property: string;
710
+ propertyType: CMSElementEditTypes;
711
+ parentRef: string;
712
+ };
713
+ italicDesc: {
714
+ value: string;
715
+ property: string;
716
+ propertyType: CMSElementEditTypes;
717
+ parentRef: string;
718
+ };
719
+ linethroughDesc: {
720
+ value: string;
721
+ property: string;
722
+ propertyType: CMSElementEditTypes;
723
+ parentRef: string;
724
+ };
725
+ underlineDesc: {
726
+ value: string;
727
+ property: string;
728
+ propertyType: CMSElementEditTypes;
729
+ parentRef: string;
730
+ };
731
+ textAlignDesc: {
732
+ value: string;
733
+ property: string;
734
+ propertyType: CMSElementEditTypes;
735
+ parentRef: string;
736
+ };
737
+ characterSpacingDesc: {
738
+ value: number;
739
+ unit: number;
740
+ property: string;
741
+ propertyType: CMSElementEditTypes;
742
+ parentRef: string;
743
+ };
744
+ lineHeightDesc: {
745
+ value: number;
746
+ unit: number;
747
+ property: string;
748
+ propertyType: CMSElementEditTypes;
749
+ parentRef: string;
750
+ };
751
+ paragraphSpacingDesc: {
752
+ value: number;
753
+ unit: number;
754
+ property: string;
755
+ propertyType: CMSElementEditTypes;
756
+ parentRef: string;
757
+ };
758
+ theme: {
759
+ value: string;
760
+ property: string;
761
+ propertyType: CMSElementEditTypes;
762
+ };
763
+ font: {
764
+ value: string;
765
+ property: string;
766
+ propertyType: CMSElementEditTypes;
767
+ parentRef: string;
768
+ };
769
+ fontSize: {
770
+ value: number;
771
+ unit: number;
772
+ property: string;
773
+ propertyType: CMSElementEditTypes;
774
+ parentRef: string;
775
+ };
776
+ textColor: {
777
+ value: {
778
+ hex: string;
779
+ rgb: {
780
+ r: string;
781
+ g: string;
782
+ b: string;
783
+ a: number;
784
+ };
785
+ };
786
+ property: string;
787
+ propertyType: CMSElementEditTypes;
788
+ parentRef: string;
789
+ };
790
+ textHighlight: {
791
+ value: {
792
+ hex: string;
793
+ rgb: {
794
+ r: string;
795
+ g: string;
796
+ b: string;
797
+ a: number;
798
+ };
799
+ };
800
+ property: string;
801
+ propertyType: CMSElementEditTypes;
802
+ };
803
+ bold: {
804
+ value: string;
805
+ property: string;
806
+ propertyType: CMSElementEditTypes;
807
+ parentRef: string;
808
+ };
809
+ italic: {
810
+ value: string;
811
+ property: string;
812
+ propertyType: CMSElementEditTypes;
813
+ parentRef: string;
814
+ };
815
+ linethrough: {
816
+ value: string;
817
+ property: string;
818
+ propertyType: CMSElementEditTypes;
819
+ parentRef: string;
820
+ };
821
+ underline: {
822
+ value: string;
823
+ property: string;
824
+ propertyType: CMSElementEditTypes;
825
+ parentRef: string;
826
+ };
827
+ textAlign: {
828
+ value: string;
829
+ property: string;
830
+ propertyType: CMSElementEditTypes;
831
+ parentRef: string;
832
+ };
833
+ characterSpacing: {
834
+ value: number;
835
+ unit: number;
836
+ property: string;
837
+ propertyType: CMSElementEditTypes;
838
+ parentRef: string;
839
+ };
840
+ lineHeight: {
841
+ value: number;
842
+ unit: number;
843
+ property: string;
844
+ propertyType: CMSElementEditTypes;
845
+ parentRef: string;
846
+ };
847
+ paragraphSpacing: {
848
+ value: number;
849
+ unit: number;
850
+ property: string;
851
+ propertyType: CMSElementEditTypes;
852
+ parentRef: string;
853
+ };
854
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
855
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
856
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
857
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
858
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
859
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
860
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
861
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
862
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
863
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
864
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
865
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
866
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
867
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
868
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
869
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
870
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
871
+ selectorKey: SelectorKeysEnum;
872
+ };
873
+ actions: {
874
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
875
+ itemGap: {
876
+ value: CMSCSSUnitTypesEnums;
877
+ unit: CMSCSSUnitTypesEnums;
878
+ property: string;
879
+ propertyType: CMSElementEditTypes;
880
+ };
881
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
882
+ font: import("../../interfaces/global").CMSIBCommonInterface;
883
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
884
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
885
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
886
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
887
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
888
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
889
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
890
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
891
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
892
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
893
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
894
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
895
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
896
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
897
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
898
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
899
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
900
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
901
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
902
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
903
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
904
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
905
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
906
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
907
+ selectorKey: SelectorKeysEnum;
908
+ };
909
+ };
910
+ productWidget: {
911
+ productWrapper: {
912
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
913
+ itemGap: {
914
+ value: CMSCSSUnitTypesEnums;
915
+ unit: CMSCSSUnitTypesEnums;
916
+ property: string;
917
+ propertyType: CMSElementEditTypes;
918
+ };
919
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
920
+ font: import("../../interfaces/global").CMSIBCommonInterface;
921
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
922
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
923
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
924
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
925
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
926
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
927
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
928
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
929
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
930
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
931
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
932
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
933
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
934
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
935
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
936
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
937
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
938
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
939
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
940
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
941
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
942
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
943
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
944
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
945
+ selectorKey: SelectorKeysEnum;
946
+ };
947
+ productDetails: {
948
+ selectorKey: SelectorKeysEnum;
949
+ productName: {
950
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
951
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
952
+ font: import("../../interfaces/global").CMSIBCommonInterface;
953
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
954
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
955
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
956
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
957
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
958
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
959
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
960
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
961
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
962
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
963
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
964
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
965
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
966
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
967
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
968
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
969
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
970
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
971
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
972
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
973
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
974
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
975
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
976
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
977
+ selectorKey: SelectorKeysEnum;
978
+ };
979
+ variantDetails: {
980
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
981
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
982
+ font: import("../../interfaces/global").CMSIBCommonInterface;
983
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
984
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
985
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
986
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
987
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
988
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
989
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
990
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
991
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
992
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
993
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
994
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
995
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
996
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
997
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
998
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
999
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1000
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1001
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1002
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1003
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1004
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1005
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1006
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1007
+ selectorKey: SelectorKeysEnum;
1008
+ };
1009
+ qty: {
1010
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1011
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1012
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1013
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1014
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1015
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1016
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1017
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1018
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1019
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1020
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1021
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1022
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1023
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1024
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1025
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1026
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1027
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1028
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1029
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1030
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1031
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1032
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1033
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1034
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1035
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1036
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1037
+ selectorKey: SelectorKeysEnum;
1038
+ };
1039
+ price: {
1040
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1041
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1042
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1043
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1044
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1045
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1046
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1047
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1048
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1049
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1050
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1051
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1052
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1053
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1054
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1055
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1056
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1057
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1058
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1059
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1060
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1061
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1062
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1063
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1064
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1065
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1066
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1067
+ selectorKey: SelectorKeysEnum;
1068
+ };
1069
+ };
1070
+ };
782
1071
  };
783
- paymentOptionsInputDesign: {
784
- selectorKey: string;
785
- defaultState: {
1072
+ shippingMethod: {
1073
+ selectorKey: SelectorKeysEnum;
1074
+ shippingMethodContainer: {
1075
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1076
+ itemGap: {
1077
+ value: CMSCSSUnitTypesEnums;
1078
+ unit: CMSCSSUnitTypesEnums;
1079
+ property: string;
1080
+ propertyType: CMSElementEditTypes;
1081
+ };
1082
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1083
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1084
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1085
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1086
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1087
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1088
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1089
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1090
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1091
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
786
1092
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
787
1093
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
788
1094
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -799,6 +1105,544 @@ export declare const getDefaultData: () => {
799
1105
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
800
1106
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
801
1107
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
1108
+ selectorKey: SelectorKeysEnum;
1109
+ };
1110
+ singleLevel: {
1111
+ selectorKey: SelectorKeysEnum;
1112
+ methodLabel: {
1113
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1114
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1115
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1116
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1117
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1118
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1119
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1120
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1121
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1122
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1123
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1124
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1125
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1126
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1127
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1128
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1129
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1130
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1131
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1132
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1133
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1134
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1135
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1136
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1137
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1138
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1139
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1140
+ selectorKey: SelectorKeysEnum;
1141
+ };
1142
+ singleLevelOptions: {
1143
+ themeDesc: {
1144
+ value: string;
1145
+ property: string;
1146
+ propertyType: CMSElementEditTypes;
1147
+ };
1148
+ fontDesc: {
1149
+ value: string;
1150
+ property: string;
1151
+ propertyType: CMSElementEditTypes;
1152
+ parentRef: string;
1153
+ };
1154
+ fontSizeDesc: {
1155
+ value: number;
1156
+ unit: number;
1157
+ property: string;
1158
+ propertyType: CMSElementEditTypes;
1159
+ parentRef: string;
1160
+ };
1161
+ textColorDesc: {
1162
+ value: {
1163
+ hex: string;
1164
+ rgb: {
1165
+ r: string;
1166
+ g: string;
1167
+ b: string;
1168
+ a: number;
1169
+ };
1170
+ };
1171
+ property: string;
1172
+ propertyType: CMSElementEditTypes;
1173
+ parentRef: string;
1174
+ };
1175
+ textHighlightDesc: {
1176
+ value: {
1177
+ hex: string;
1178
+ rgb: {
1179
+ r: string;
1180
+ g: string;
1181
+ b: string;
1182
+ a: number;
1183
+ };
1184
+ };
1185
+ property: string;
1186
+ propertyType: CMSElementEditTypes;
1187
+ };
1188
+ boldDesc: {
1189
+ value: string;
1190
+ property: string;
1191
+ propertyType: CMSElementEditTypes;
1192
+ parentRef: string;
1193
+ };
1194
+ italicDesc: {
1195
+ value: string;
1196
+ property: string;
1197
+ propertyType: CMSElementEditTypes;
1198
+ parentRef: string;
1199
+ };
1200
+ linethroughDesc: {
1201
+ value: string;
1202
+ property: string;
1203
+ propertyType: CMSElementEditTypes;
1204
+ parentRef: string;
1205
+ };
1206
+ underlineDesc: {
1207
+ value: string;
1208
+ property: string;
1209
+ propertyType: CMSElementEditTypes;
1210
+ parentRef: string;
1211
+ };
1212
+ textAlignDesc: {
1213
+ value: string;
1214
+ property: string;
1215
+ propertyType: CMSElementEditTypes;
1216
+ parentRef: string;
1217
+ };
1218
+ characterSpacingDesc: {
1219
+ value: number;
1220
+ unit: number;
1221
+ property: string;
1222
+ propertyType: CMSElementEditTypes;
1223
+ parentRef: string;
1224
+ };
1225
+ lineHeightDesc: {
1226
+ value: number;
1227
+ unit: number;
1228
+ property: string;
1229
+ propertyType: CMSElementEditTypes;
1230
+ parentRef: string;
1231
+ };
1232
+ paragraphSpacingDesc: {
1233
+ value: number;
1234
+ unit: number;
1235
+ property: string;
1236
+ propertyType: CMSElementEditTypes;
1237
+ parentRef: string;
1238
+ };
1239
+ theme: {
1240
+ value: string;
1241
+ property: string;
1242
+ propertyType: CMSElementEditTypes;
1243
+ };
1244
+ font: {
1245
+ value: string;
1246
+ property: string;
1247
+ propertyType: CMSElementEditTypes;
1248
+ parentRef: string;
1249
+ };
1250
+ fontSize: {
1251
+ value: number;
1252
+ unit: number;
1253
+ property: string;
1254
+ propertyType: CMSElementEditTypes;
1255
+ parentRef: string;
1256
+ };
1257
+ textColor: {
1258
+ value: {
1259
+ hex: string;
1260
+ rgb: {
1261
+ r: string;
1262
+ g: string;
1263
+ b: string;
1264
+ a: number;
1265
+ };
1266
+ };
1267
+ property: string;
1268
+ propertyType: CMSElementEditTypes;
1269
+ parentRef: string;
1270
+ };
1271
+ textHighlight: {
1272
+ value: {
1273
+ hex: string;
1274
+ rgb: {
1275
+ r: string;
1276
+ g: string;
1277
+ b: string;
1278
+ a: number;
1279
+ };
1280
+ };
1281
+ property: string;
1282
+ propertyType: CMSElementEditTypes;
1283
+ };
1284
+ bold: {
1285
+ value: string;
1286
+ property: string;
1287
+ propertyType: CMSElementEditTypes;
1288
+ parentRef: string;
1289
+ };
1290
+ italic: {
1291
+ value: string;
1292
+ property: string;
1293
+ propertyType: CMSElementEditTypes;
1294
+ parentRef: string;
1295
+ };
1296
+ linethrough: {
1297
+ value: string;
1298
+ property: string;
1299
+ propertyType: CMSElementEditTypes;
1300
+ parentRef: string;
1301
+ };
1302
+ underline: {
1303
+ value: string;
1304
+ property: string;
1305
+ propertyType: CMSElementEditTypes;
1306
+ parentRef: string;
1307
+ };
1308
+ textAlign: {
1309
+ value: string;
1310
+ property: string;
1311
+ propertyType: CMSElementEditTypes;
1312
+ parentRef: string;
1313
+ };
1314
+ characterSpacing: {
1315
+ value: number;
1316
+ unit: number;
1317
+ property: string;
1318
+ propertyType: CMSElementEditTypes;
1319
+ parentRef: string;
1320
+ };
1321
+ lineHeight: {
1322
+ value: number;
1323
+ unit: number;
1324
+ property: string;
1325
+ propertyType: CMSElementEditTypes;
1326
+ parentRef: string;
1327
+ };
1328
+ paragraphSpacing: {
1329
+ value: number;
1330
+ unit: number;
1331
+ property: string;
1332
+ propertyType: CMSElementEditTypes;
1333
+ parentRef: string;
1334
+ };
1335
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1336
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1337
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1338
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1339
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1340
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1341
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1342
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1343
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1344
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1345
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1346
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1347
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1348
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1349
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1350
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1351
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1352
+ selectorKey: SelectorKeysEnum;
1353
+ };
1354
+ };
1355
+ multiLevel: {
1356
+ selectorKey: SelectorKeysEnum;
1357
+ multiLevelContainer: {
1358
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1359
+ itemGap: {
1360
+ value: CMSCSSUnitTypesEnums;
1361
+ unit: CMSCSSUnitTypesEnums;
1362
+ property: string;
1363
+ propertyType: CMSElementEditTypes;
1364
+ };
1365
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1366
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1367
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1368
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1369
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1370
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1371
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1372
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1373
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1374
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1375
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1376
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1377
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1378
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1379
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1380
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1381
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1382
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1383
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1384
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1385
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1386
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1387
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1388
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1389
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1390
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1391
+ selectorKey: SelectorKeysEnum;
1392
+ };
1393
+ image: {
1394
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1395
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1396
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1397
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1398
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1399
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1400
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1401
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1402
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1403
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1404
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1405
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1406
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1407
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1408
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1409
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1410
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1411
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1412
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1413
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1414
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1415
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1416
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1417
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1418
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1419
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1420
+ selectorKey: SelectorKeysEnum;
1421
+ };
1422
+ options: {
1423
+ themeDesc: {
1424
+ value: string;
1425
+ property: string;
1426
+ propertyType: CMSElementEditTypes;
1427
+ };
1428
+ fontDesc: {
1429
+ value: string;
1430
+ property: string;
1431
+ propertyType: CMSElementEditTypes;
1432
+ parentRef: string;
1433
+ };
1434
+ fontSizeDesc: {
1435
+ value: number;
1436
+ unit: number;
1437
+ property: string;
1438
+ propertyType: CMSElementEditTypes;
1439
+ parentRef: string;
1440
+ };
1441
+ textColorDesc: {
1442
+ value: {
1443
+ hex: string;
1444
+ rgb: {
1445
+ r: string;
1446
+ g: string;
1447
+ b: string;
1448
+ a: number;
1449
+ };
1450
+ };
1451
+ property: string;
1452
+ propertyType: CMSElementEditTypes;
1453
+ parentRef: string;
1454
+ };
1455
+ textHighlightDesc: {
1456
+ value: {
1457
+ hex: string;
1458
+ rgb: {
1459
+ r: string;
1460
+ g: string;
1461
+ b: string;
1462
+ a: number;
1463
+ };
1464
+ };
1465
+ property: string;
1466
+ propertyType: CMSElementEditTypes;
1467
+ };
1468
+ boldDesc: {
1469
+ value: string;
1470
+ property: string;
1471
+ propertyType: CMSElementEditTypes;
1472
+ parentRef: string;
1473
+ };
1474
+ italicDesc: {
1475
+ value: string;
1476
+ property: string;
1477
+ propertyType: CMSElementEditTypes;
1478
+ parentRef: string;
1479
+ };
1480
+ linethroughDesc: {
1481
+ value: string;
1482
+ property: string;
1483
+ propertyType: CMSElementEditTypes;
1484
+ parentRef: string;
1485
+ };
1486
+ underlineDesc: {
1487
+ value: string;
1488
+ property: string;
1489
+ propertyType: CMSElementEditTypes;
1490
+ parentRef: string;
1491
+ };
1492
+ textAlignDesc: {
1493
+ value: string;
1494
+ property: string;
1495
+ propertyType: CMSElementEditTypes;
1496
+ parentRef: string;
1497
+ };
1498
+ characterSpacingDesc: {
1499
+ value: number;
1500
+ unit: number;
1501
+ property: string;
1502
+ propertyType: CMSElementEditTypes;
1503
+ parentRef: string;
1504
+ };
1505
+ lineHeightDesc: {
1506
+ value: number;
1507
+ unit: number;
1508
+ property: string;
1509
+ propertyType: CMSElementEditTypes;
1510
+ parentRef: string;
1511
+ };
1512
+ paragraphSpacingDesc: {
1513
+ value: number;
1514
+ unit: number;
1515
+ property: string;
1516
+ propertyType: CMSElementEditTypes;
1517
+ parentRef: string;
1518
+ };
1519
+ theme: {
1520
+ value: string;
1521
+ property: string;
1522
+ propertyType: CMSElementEditTypes;
1523
+ };
1524
+ font: {
1525
+ value: string;
1526
+ property: string;
1527
+ propertyType: CMSElementEditTypes;
1528
+ parentRef: string;
1529
+ };
1530
+ fontSize: {
1531
+ value: number;
1532
+ unit: number;
1533
+ property: string;
1534
+ propertyType: CMSElementEditTypes;
1535
+ parentRef: string;
1536
+ };
1537
+ textColor: {
1538
+ value: {
1539
+ hex: string;
1540
+ rgb: {
1541
+ r: string;
1542
+ g: string;
1543
+ b: string;
1544
+ a: number;
1545
+ };
1546
+ };
1547
+ property: string;
1548
+ propertyType: CMSElementEditTypes;
1549
+ parentRef: string;
1550
+ };
1551
+ textHighlight: {
1552
+ value: {
1553
+ hex: string;
1554
+ rgb: {
1555
+ r: string;
1556
+ g: string;
1557
+ b: string;
1558
+ a: number;
1559
+ };
1560
+ };
1561
+ property: string;
1562
+ propertyType: CMSElementEditTypes;
1563
+ };
1564
+ bold: {
1565
+ value: string;
1566
+ property: string;
1567
+ propertyType: CMSElementEditTypes;
1568
+ parentRef: string;
1569
+ };
1570
+ italic: {
1571
+ value: string;
1572
+ property: string;
1573
+ propertyType: CMSElementEditTypes;
1574
+ parentRef: string;
1575
+ };
1576
+ linethrough: {
1577
+ value: string;
1578
+ property: string;
1579
+ propertyType: CMSElementEditTypes;
1580
+ parentRef: string;
1581
+ };
1582
+ underline: {
1583
+ value: string;
1584
+ property: string;
1585
+ propertyType: CMSElementEditTypes;
1586
+ parentRef: string;
1587
+ };
1588
+ textAlign: {
1589
+ value: string;
1590
+ property: string;
1591
+ propertyType: CMSElementEditTypes;
1592
+ parentRef: string;
1593
+ };
1594
+ characterSpacing: {
1595
+ value: number;
1596
+ unit: number;
1597
+ property: string;
1598
+ propertyType: CMSElementEditTypes;
1599
+ parentRef: string;
1600
+ };
1601
+ lineHeight: {
1602
+ value: number;
1603
+ unit: number;
1604
+ property: string;
1605
+ propertyType: CMSElementEditTypes;
1606
+ parentRef: string;
1607
+ };
1608
+ paragraphSpacing: {
1609
+ value: number;
1610
+ unit: number;
1611
+ property: string;
1612
+ propertyType: CMSElementEditTypes;
1613
+ parentRef: string;
1614
+ };
1615
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1616
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1617
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1618
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1619
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1620
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1621
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1622
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1623
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1624
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1625
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1626
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1627
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1628
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1629
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1630
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1631
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1632
+ selectorKey: SelectorKeysEnum;
1633
+ };
1634
+ };
1635
+ };
1636
+ paymentMethod: {
1637
+ selectorKey: SelectorKeysEnum;
1638
+ paymentMethodWrapper: {
1639
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1640
+ itemGap: {
1641
+ value: CMSCSSUnitTypesEnums;
1642
+ unit: CMSCSSUnitTypesEnums;
1643
+ property: string;
1644
+ propertyType: CMSElementEditTypes;
1645
+ };
802
1646
  theme: import("../../interfaces/global").CMSIBCommonInterface;
803
1647
  font: import("../../interfaces/global").CMSIBCommonInterface;
804
1648
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -809,9 +1653,6 @@ export declare const getDefaultData: () => {
809
1653
  underline: import("../../interfaces/global").CMSIBCommonInterface;
810
1654
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
811
1655
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
812
- selectorKey: SelectorKeysEnum;
813
- };
814
- selectedState: {
815
1656
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
816
1657
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
817
1658
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -828,6 +1669,620 @@ export declare const getDefaultData: () => {
828
1669
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
829
1670
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
830
1671
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
1672
+ selectorKey: SelectorKeysEnum;
1673
+ };
1674
+ paymentProgram: {
1675
+ selectorKey: SelectorKeysEnum;
1676
+ programTitle: {
1677
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1678
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1679
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1680
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1681
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1682
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1683
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1684
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1685
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1686
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1687
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1688
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1689
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1690
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1691
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1692
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1693
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1694
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1695
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1696
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1697
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1698
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1699
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1700
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1701
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1702
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1703
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1704
+ selectorKey: SelectorKeysEnum;
1705
+ };
1706
+ programDetails: {
1707
+ themeDesc: {
1708
+ value: string;
1709
+ property: string;
1710
+ propertyType: CMSElementEditTypes;
1711
+ };
1712
+ fontDesc: {
1713
+ value: string;
1714
+ property: string;
1715
+ propertyType: CMSElementEditTypes;
1716
+ parentRef: string;
1717
+ };
1718
+ fontSizeDesc: {
1719
+ value: number;
1720
+ unit: number;
1721
+ property: string;
1722
+ propertyType: CMSElementEditTypes;
1723
+ parentRef: string;
1724
+ };
1725
+ textColorDesc: {
1726
+ value: {
1727
+ hex: string;
1728
+ rgb: {
1729
+ r: string;
1730
+ g: string;
1731
+ b: string;
1732
+ a: number;
1733
+ };
1734
+ };
1735
+ property: string;
1736
+ propertyType: CMSElementEditTypes;
1737
+ parentRef: string;
1738
+ };
1739
+ textHighlightDesc: {
1740
+ value: {
1741
+ hex: string;
1742
+ rgb: {
1743
+ r: string;
1744
+ g: string;
1745
+ b: string;
1746
+ a: number;
1747
+ };
1748
+ };
1749
+ property: string;
1750
+ propertyType: CMSElementEditTypes;
1751
+ };
1752
+ boldDesc: {
1753
+ value: string;
1754
+ property: string;
1755
+ propertyType: CMSElementEditTypes;
1756
+ parentRef: string;
1757
+ };
1758
+ italicDesc: {
1759
+ value: string;
1760
+ property: string;
1761
+ propertyType: CMSElementEditTypes;
1762
+ parentRef: string;
1763
+ };
1764
+ linethroughDesc: {
1765
+ value: string;
1766
+ property: string;
1767
+ propertyType: CMSElementEditTypes;
1768
+ parentRef: string;
1769
+ };
1770
+ underlineDesc: {
1771
+ value: string;
1772
+ property: string;
1773
+ propertyType: CMSElementEditTypes;
1774
+ parentRef: string;
1775
+ };
1776
+ textAlignDesc: {
1777
+ value: string;
1778
+ property: string;
1779
+ propertyType: CMSElementEditTypes;
1780
+ parentRef: string;
1781
+ };
1782
+ characterSpacingDesc: {
1783
+ value: number;
1784
+ unit: number;
1785
+ property: string;
1786
+ propertyType: CMSElementEditTypes;
1787
+ parentRef: string;
1788
+ };
1789
+ lineHeightDesc: {
1790
+ value: number;
1791
+ unit: number;
1792
+ property: string;
1793
+ propertyType: CMSElementEditTypes;
1794
+ parentRef: string;
1795
+ };
1796
+ paragraphSpacingDesc: {
1797
+ value: number;
1798
+ unit: number;
1799
+ property: string;
1800
+ propertyType: CMSElementEditTypes;
1801
+ parentRef: string;
1802
+ };
1803
+ theme: {
1804
+ value: string;
1805
+ property: string;
1806
+ propertyType: CMSElementEditTypes;
1807
+ };
1808
+ font: {
1809
+ value: string;
1810
+ property: string;
1811
+ propertyType: CMSElementEditTypes;
1812
+ parentRef: string;
1813
+ };
1814
+ fontSize: {
1815
+ value: number;
1816
+ unit: number;
1817
+ property: string;
1818
+ propertyType: CMSElementEditTypes;
1819
+ parentRef: string;
1820
+ };
1821
+ textColor: {
1822
+ value: {
1823
+ hex: string;
1824
+ rgb: {
1825
+ r: string;
1826
+ g: string;
1827
+ b: string;
1828
+ a: number;
1829
+ };
1830
+ };
1831
+ property: string;
1832
+ propertyType: CMSElementEditTypes;
1833
+ parentRef: string;
1834
+ };
1835
+ textHighlight: {
1836
+ value: {
1837
+ hex: string;
1838
+ rgb: {
1839
+ r: string;
1840
+ g: string;
1841
+ b: string;
1842
+ a: number;
1843
+ };
1844
+ };
1845
+ property: string;
1846
+ propertyType: CMSElementEditTypes;
1847
+ };
1848
+ bold: {
1849
+ value: string;
1850
+ property: string;
1851
+ propertyType: CMSElementEditTypes;
1852
+ parentRef: string;
1853
+ };
1854
+ italic: {
1855
+ value: string;
1856
+ property: string;
1857
+ propertyType: CMSElementEditTypes;
1858
+ parentRef: string;
1859
+ };
1860
+ linethrough: {
1861
+ value: string;
1862
+ property: string;
1863
+ propertyType: CMSElementEditTypes;
1864
+ parentRef: string;
1865
+ };
1866
+ underline: {
1867
+ value: string;
1868
+ property: string;
1869
+ propertyType: CMSElementEditTypes;
1870
+ parentRef: string;
1871
+ };
1872
+ textAlign: {
1873
+ value: string;
1874
+ property: string;
1875
+ propertyType: CMSElementEditTypes;
1876
+ parentRef: string;
1877
+ };
1878
+ characterSpacing: {
1879
+ value: number;
1880
+ unit: number;
1881
+ property: string;
1882
+ propertyType: CMSElementEditTypes;
1883
+ parentRef: string;
1884
+ };
1885
+ lineHeight: {
1886
+ value: number;
1887
+ unit: number;
1888
+ property: string;
1889
+ propertyType: CMSElementEditTypes;
1890
+ parentRef: string;
1891
+ };
1892
+ paragraphSpacing: {
1893
+ value: number;
1894
+ unit: number;
1895
+ property: string;
1896
+ propertyType: CMSElementEditTypes;
1897
+ parentRef: string;
1898
+ };
1899
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1900
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1901
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1902
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1903
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1904
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1905
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1906
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1907
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1908
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1909
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1910
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1911
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1912
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1913
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1914
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1915
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1916
+ selectorKey: SelectorKeysEnum;
1917
+ };
1918
+ };
1919
+ paymentPreference: {
1920
+ selectorKey: SelectorKeysEnum;
1921
+ preferenceHeader: {
1922
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1923
+ itemGap: {
1924
+ value: CMSCSSUnitTypesEnums;
1925
+ unit: CMSCSSUnitTypesEnums;
1926
+ property: string;
1927
+ propertyType: CMSElementEditTypes;
1928
+ };
1929
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1930
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1931
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1932
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1933
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1934
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1935
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1936
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1937
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1938
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1939
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1940
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1941
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1942
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1943
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1944
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1945
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1946
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1947
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1948
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1949
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1950
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1951
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1952
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1953
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1954
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1955
+ selectorKey: SelectorKeysEnum;
1956
+ };
1957
+ panelBody: {
1958
+ selectorKey: SelectorKeysEnum;
1959
+ panelContainer: {
1960
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1961
+ itemGap: {
1962
+ value: CMSCSSUnitTypesEnums;
1963
+ unit: CMSCSSUnitTypesEnums;
1964
+ property: string;
1965
+ propertyType: CMSElementEditTypes;
1966
+ };
1967
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
1968
+ font: import("../../interfaces/global").CMSIBCommonInterface;
1969
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1970
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
1971
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
1972
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
1973
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
1974
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
1975
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1976
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1977
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
1978
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
1979
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1980
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
1981
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
1982
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
1983
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
1984
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1985
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1986
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1987
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1988
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1989
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1990
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1991
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1992
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1993
+ selectorKey: SelectorKeysEnum;
1994
+ };
1995
+ panelItems: {
1996
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
1997
+ itemGap: {
1998
+ value: CMSCSSUnitTypesEnums;
1999
+ unit: CMSCSSUnitTypesEnums;
2000
+ property: string;
2001
+ propertyType: CMSElementEditTypes;
2002
+ };
2003
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
2004
+ font: import("../../interfaces/global").CMSIBCommonInterface;
2005
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2006
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
2007
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
2008
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
2009
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
2010
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
2011
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2012
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2013
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2014
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2015
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2016
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2017
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2018
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2019
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2020
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2021
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2022
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2023
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2024
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
2025
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
2026
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
2027
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
2028
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
2029
+ selectorKey: SelectorKeysEnum;
2030
+ };
2031
+ panelTitle: {
2032
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2033
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
2034
+ font: import("../../interfaces/global").CMSIBCommonInterface;
2035
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2036
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
2037
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
2038
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
2039
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
2040
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
2041
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2042
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2043
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2044
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2045
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2046
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2047
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2048
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2049
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2050
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2051
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2052
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2053
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2054
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
2055
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
2056
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
2057
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
2058
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
2059
+ selectorKey: SelectorKeysEnum;
2060
+ };
2061
+ panelInfo: {
2062
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2063
+ themeDesc: {
2064
+ value: string;
2065
+ property: string;
2066
+ propertyType: CMSElementEditTypes;
2067
+ };
2068
+ fontDesc: {
2069
+ value: string;
2070
+ property: string;
2071
+ propertyType: CMSElementEditTypes;
2072
+ parentRef: string;
2073
+ };
2074
+ fontSizeDesc: {
2075
+ value: number;
2076
+ unit: number;
2077
+ property: string;
2078
+ propertyType: CMSElementEditTypes;
2079
+ parentRef: string;
2080
+ };
2081
+ textColorDesc: {
2082
+ value: {
2083
+ hex: string;
2084
+ rgb: {
2085
+ r: string;
2086
+ g: string;
2087
+ b: string;
2088
+ a: number;
2089
+ };
2090
+ };
2091
+ property: string;
2092
+ propertyType: CMSElementEditTypes;
2093
+ parentRef: string;
2094
+ };
2095
+ textHighlightDesc: {
2096
+ value: {
2097
+ hex: string;
2098
+ rgb: {
2099
+ r: string;
2100
+ g: string;
2101
+ b: string;
2102
+ a: number;
2103
+ };
2104
+ };
2105
+ property: string;
2106
+ propertyType: CMSElementEditTypes;
2107
+ };
2108
+ boldDesc: {
2109
+ value: string;
2110
+ property: string;
2111
+ propertyType: CMSElementEditTypes;
2112
+ parentRef: string;
2113
+ };
2114
+ italicDesc: {
2115
+ value: string;
2116
+ property: string;
2117
+ propertyType: CMSElementEditTypes;
2118
+ parentRef: string;
2119
+ };
2120
+ linethroughDesc: {
2121
+ value: string;
2122
+ property: string;
2123
+ propertyType: CMSElementEditTypes;
2124
+ parentRef: string;
2125
+ };
2126
+ underlineDesc: {
2127
+ value: string;
2128
+ property: string;
2129
+ propertyType: CMSElementEditTypes;
2130
+ parentRef: string;
2131
+ };
2132
+ textAlignDesc: {
2133
+ value: string;
2134
+ property: string;
2135
+ propertyType: CMSElementEditTypes;
2136
+ parentRef: string;
2137
+ };
2138
+ characterSpacingDesc: {
2139
+ value: number;
2140
+ unit: number;
2141
+ property: string;
2142
+ propertyType: CMSElementEditTypes;
2143
+ parentRef: string;
2144
+ };
2145
+ lineHeightDesc: {
2146
+ value: number;
2147
+ unit: number;
2148
+ property: string;
2149
+ propertyType: CMSElementEditTypes;
2150
+ parentRef: string;
2151
+ };
2152
+ paragraphSpacingDesc: {
2153
+ value: number;
2154
+ unit: number;
2155
+ property: string;
2156
+ propertyType: CMSElementEditTypes;
2157
+ parentRef: string;
2158
+ };
2159
+ theme: {
2160
+ value: string;
2161
+ property: string;
2162
+ propertyType: CMSElementEditTypes;
2163
+ };
2164
+ font: {
2165
+ value: string;
2166
+ property: string;
2167
+ propertyType: CMSElementEditTypes;
2168
+ parentRef: string;
2169
+ };
2170
+ fontSize: {
2171
+ value: number;
2172
+ unit: number;
2173
+ property: string;
2174
+ propertyType: CMSElementEditTypes;
2175
+ parentRef: string;
2176
+ };
2177
+ textColor: {
2178
+ value: {
2179
+ hex: string;
2180
+ rgb: {
2181
+ r: string;
2182
+ g: string;
2183
+ b: string;
2184
+ a: number;
2185
+ };
2186
+ };
2187
+ property: string;
2188
+ propertyType: CMSElementEditTypes;
2189
+ parentRef: string;
2190
+ };
2191
+ textHighlight: {
2192
+ value: {
2193
+ hex: string;
2194
+ rgb: {
2195
+ r: string;
2196
+ g: string;
2197
+ b: string;
2198
+ a: number;
2199
+ };
2200
+ };
2201
+ property: string;
2202
+ propertyType: CMSElementEditTypes;
2203
+ };
2204
+ bold: {
2205
+ value: string;
2206
+ property: string;
2207
+ propertyType: CMSElementEditTypes;
2208
+ parentRef: string;
2209
+ };
2210
+ italic: {
2211
+ value: string;
2212
+ property: string;
2213
+ propertyType: CMSElementEditTypes;
2214
+ parentRef: string;
2215
+ };
2216
+ linethrough: {
2217
+ value: string;
2218
+ property: string;
2219
+ propertyType: CMSElementEditTypes;
2220
+ parentRef: string;
2221
+ };
2222
+ underline: {
2223
+ value: string;
2224
+ property: string;
2225
+ propertyType: CMSElementEditTypes;
2226
+ parentRef: string;
2227
+ };
2228
+ textAlign: {
2229
+ value: string;
2230
+ property: string;
2231
+ propertyType: CMSElementEditTypes;
2232
+ parentRef: string;
2233
+ };
2234
+ characterSpacing: {
2235
+ value: number;
2236
+ unit: number;
2237
+ property: string;
2238
+ propertyType: CMSElementEditTypes;
2239
+ parentRef: string;
2240
+ };
2241
+ lineHeight: {
2242
+ value: number;
2243
+ unit: number;
2244
+ property: string;
2245
+ propertyType: CMSElementEditTypes;
2246
+ parentRef: string;
2247
+ };
2248
+ paragraphSpacing: {
2249
+ value: number;
2250
+ unit: number;
2251
+ property: string;
2252
+ propertyType: CMSElementEditTypes;
2253
+ parentRef: string;
2254
+ };
2255
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
2256
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
2257
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2258
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
2259
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
2260
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
2261
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
2262
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
2263
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
2264
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
2265
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
2266
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
2267
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
2268
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
2269
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
2270
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
2271
+ selectorKey: SelectorKeysEnum;
2272
+ };
2273
+ };
2274
+ };
2275
+ };
2276
+ billingAddress: {
2277
+ selectorKey: SelectorKeysEnum;
2278
+ billingAddressContainer: {
2279
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2280
+ itemGap: {
2281
+ value: CMSCSSUnitTypesEnums;
2282
+ unit: CMSCSSUnitTypesEnums;
2283
+ property: string;
2284
+ propertyType: CMSElementEditTypes;
2285
+ };
831
2286
  theme: import("../../interfaces/global").CMSIBCommonInterface;
832
2287
  font: import("../../interfaces/global").CMSIBCommonInterface;
833
2288
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -838,12 +2293,6 @@ export declare const getDefaultData: () => {
838
2293
  underline: import("../../interfaces/global").CMSIBCommonInterface;
839
2294
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
840
2295
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
841
- selectorKey: SelectorKeysEnum;
842
- };
843
- };
844
- paymentOptionsButtonDesign: {
845
- selectorKey: string;
846
- defaultState: {
847
2296
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
848
2297
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
849
2298
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -860,6 +2309,10 @@ export declare const getDefaultData: () => {
860
2309
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
861
2310
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
862
2311
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
2312
+ selectorKey: SelectorKeysEnum;
2313
+ };
2314
+ billingTitle: {
2315
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
863
2316
  theme: import("../../interfaces/global").CMSIBCommonInterface;
864
2317
  font: import("../../interfaces/global").CMSIBCommonInterface;
865
2318
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -870,9 +2323,6 @@ export declare const getDefaultData: () => {
870
2323
  underline: import("../../interfaces/global").CMSIBCommonInterface;
871
2324
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
872
2325
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
873
- selectorKey: SelectorKeysEnum;
874
- };
875
- hoverState: {
876
2326
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
877
2327
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
878
2328
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -889,65 +2339,9 @@ export declare const getDefaultData: () => {
889
2339
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
890
2340
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
891
2341
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
892
- theme: import("../../interfaces/global").CMSIBCommonInterface;
893
- font: import("../../interfaces/global").CMSIBCommonInterface;
894
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
895
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
896
- bold: import("../../interfaces/global").CMSIBCommonInterface;
897
- italic: import("../../interfaces/global").CMSIBCommonInterface;
898
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
899
- underline: import("../../interfaces/global").CMSIBCommonInterface;
900
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
901
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
902
2342
  selectorKey: SelectorKeysEnum;
903
2343
  };
904
2344
  };
905
- noteDesign: {
906
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
907
- showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
908
- iconSize: import("../../interfaces/global").CMSIBSizeInterface;
909
- iconColor: import("../../interfaces/global").CMSIBCommonInterface;
910
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
911
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
912
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
913
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
914
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
915
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
916
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
917
- blur: import("../../interfaces/global").CMSIBSizeInterface;
918
- spread: import("../../interfaces/global").CMSIBSizeInterface;
919
- angle: import("../../interfaces/global").CMSIBSizeInterface;
920
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
921
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
922
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
923
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
924
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
925
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
926
- theme: import("../../interfaces/global").CMSIBCommonInterface;
927
- font: import("../../interfaces/global").CMSIBCommonInterface;
928
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
929
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
930
- bold: import("../../interfaces/global").CMSIBCommonInterface;
931
- italic: import("../../interfaces/global").CMSIBCommonInterface;
932
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
933
- underline: import("../../interfaces/global").CMSIBCommonInterface;
934
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
935
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
936
- selectorKey: string;
937
- };
938
- checkboxLabelDesign: {
939
- theme: import("../../interfaces/global").CMSIBCommonInterface;
940
- font: import("../../interfaces/global").CMSIBCommonInterface;
941
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
942
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
943
- bold: import("../../interfaces/global").CMSIBCommonInterface;
944
- italic: import("../../interfaces/global").CMSIBCommonInterface;
945
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
946
- underline: import("../../interfaces/global").CMSIBCommonInterface;
947
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
948
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
949
- selectorKey: string;
950
- };
951
2345
  };
952
2346
  };
953
2347
  content: {