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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,24 +6,9 @@ export declare enum SelectorKeysEnum {
6
6
  LAYOUT = "layout",
7
7
  CONTENT = "content",
8
8
  DESIGN = "design",
9
- SELECTION_ACCORDIAN_CONTAINER_DESIGN = "selectionAccordianContainerDesign",
10
- SELECTION_ACCORDIAN_TITLE_DESIGN = "selectionAccordianTitleDesign",
11
- SELECTION_ACCORDIAN_BUTTON_DESIGN = "selectionAccordianButtonDesign",
12
- INPUT_LABEL_DESIGN = "inputLabelDesign",
13
- INPUT_BOX_DESIGN = "inputBoxDesign",
14
- INPUT_BUTTON_DESIGN = "inputButtonDesign",
15
- SECONDARY_INPUT_BUTTON_DESIGN = "secondaryInputButtonDesign",
16
- INPUT_HEADINGS_DESIGN = "inputHeadingsDesign",
17
- PAYMENT_OPTIONS_CONTAINER_DESIGN = "paymentOptionsContainerDesign",
18
- PAYMENT_OPTIONS_BUTTON_DESIGN = "paymentOptionsButtonDesign",
19
9
  DEFAULT_STATE = "defaultState",
20
10
  HOVER_STATE = "hoverState",
21
- SELECTED_STATE = "selectedState",
22
- PRIMARY_VALUE_TEXT_DESIGN = "primaryValueTextDesign",
23
- SECONDARY_VALUE_TEXT_DESIGN = "secondaryValueTextDesign",
24
- DISCARD_BUTTON_DESIGN = "discardButtonDesign",
25
- NOTE_CONTAINER_DESIGN = "noteContainerDesign",
26
- CHECKBOX_LABEL_DESIGN = "checkboxLabelDesign"
11
+ SELECTED_STATE = "selectedState"
27
12
  }
28
13
  export declare const getDefaultData: () => {
29
14
  layout: {
@@ -53,41 +38,121 @@ export declare const getDefaultData: () => {
53
38
  propertyType: CMSElementEditTypes;
54
39
  unit: number;
55
40
  };
56
- itemGap: {
41
+ labelAndInputGap: {
42
+ value: number;
43
+ property: string;
44
+ propertyType: CMSElementEditTypes;
45
+ unit: number;
46
+ };
47
+ accordianIconTextGap: {
57
48
  value: number;
58
49
  property: string;
50
+ propertyType: CMSElementEditTypes;
59
51
  unit: number;
52
+ };
53
+ accordianHeadingAndValueGap: {
54
+ value: number;
55
+ property: string;
60
56
  propertyType: CMSElementEditTypes;
57
+ unit: number;
61
58
  };
62
- labelAndInputGap: {
59
+ accordianPadding: {
60
+ property: string;
61
+ isAll?: boolean | undefined;
62
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
63
+ iscss?: boolean | undefined;
64
+ propertyType?: any;
65
+ };
66
+ savedShippingAddressLineGap: {
67
+ value: number;
68
+ property: string;
69
+ propertyType: CMSElementEditTypes;
70
+ unit: number;
71
+ };
72
+ multipleAddressProductInfoVerticalGap: {
73
+ value: number;
74
+ property: string;
75
+ propertyType: CMSElementEditTypes;
76
+ unit: number;
77
+ };
78
+ multipleAddressProductInfoHorizontalGap: {
79
+ value: number;
80
+ property: string;
81
+ propertyType: CMSElementEditTypes;
82
+ unit: number;
83
+ };
84
+ multipleAddressProductImageWidth: {
85
+ value: number;
86
+ property: string;
87
+ propertyType: CMSElementEditTypes;
88
+ unit: number;
89
+ };
90
+ multipleAddressProductImageHeight: {
91
+ value: number;
92
+ property: string;
93
+ propertyType: CMSElementEditTypes;
94
+ unit: number;
95
+ };
96
+ shippingMethodLineGap: {
97
+ value: number;
98
+ property: string;
99
+ propertyType: CMSElementEditTypes;
100
+ unit: number;
101
+ };
102
+ paymentOptionsGapBetweenContainers: {
103
+ value: number;
104
+ property: string;
105
+ propertyType: CMSElementEditTypes;
106
+ unit: number;
107
+ };
108
+ paymentOptionsContainerVerticalGap: {
109
+ value: number;
110
+ property: string;
111
+ propertyType: CMSElementEditTypes;
112
+ unit: number;
113
+ };
114
+ paymentOptionsContainerHorizontalGap: {
115
+ value: number;
116
+ property: string;
117
+ propertyType: CMSElementEditTypes;
118
+ unit: number;
119
+ };
120
+ paymentOptionsContainerIconSize: {
121
+ value: number;
122
+ property: string;
123
+ propertyType: CMSElementEditTypes;
124
+ unit: number;
125
+ };
126
+ paymentOptionsPadding: {
127
+ property: string;
128
+ isAll?: boolean | undefined;
129
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
130
+ iscss?: boolean | undefined;
131
+ propertyType?: any;
132
+ };
133
+ paymentOptionsImageWidth: {
134
+ value: number;
135
+ property: string;
136
+ propertKey: CMSElementEditTypes;
137
+ unit: number;
138
+ };
139
+ paymentOptionsImageHeight: {
63
140
  value: number;
64
141
  property: string;
65
142
  propertyType: CMSElementEditTypes;
66
143
  unit: number;
67
144
  };
145
+ paymentOptionsNotePadding: {
146
+ property: string;
147
+ isAll?: boolean | undefined;
148
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
149
+ iscss?: boolean | undefined;
150
+ propertyType?: any;
151
+ };
68
152
  };
69
153
  design: {
70
154
  selectorKey: SelectorKeysEnum;
71
- selectionAccordianContainerDesign: {
72
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
73
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
74
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
75
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
76
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
77
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
78
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
79
- blur: import("../../interfaces/global").CMSIBSizeInterface;
80
- spread: import("../../interfaces/global").CMSIBSizeInterface;
81
- angle: import("../../interfaces/global").CMSIBSizeInterface;
82
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
83
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
84
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
85
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
86
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
87
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
88
- selectorKey: SelectorKeysEnum;
89
- };
90
- selectionAccordianTitleDesign: {
155
+ checkoutHeadingDesign: {
91
156
  theme: import("../../interfaces/global").CMSIBCommonInterface;
92
157
  font: import("../../interfaces/global").CMSIBCommonInterface;
93
158
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -96,88 +161,14 @@ export declare const getDefaultData: () => {
96
161
  italic: import("../../interfaces/global").CMSIBCommonInterface;
97
162
  linethrough: import("../../interfaces/global").CMSIBCommonInterface;
98
163
  underline: import("../../interfaces/global").CMSIBCommonInterface;
99
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
100
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
101
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
102
- selectorKey: SelectorKeysEnum;
103
- };
104
- selectionAccordianButtonDesign: {
105
- theme: import("../../interfaces/global").CMSIBCommonInterface;
106
- font: import("../../interfaces/global").CMSIBCommonInterface;
107
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
108
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
109
- bold: import("../../interfaces/global").CMSIBCommonInterface;
110
- italic: import("../../interfaces/global").CMSIBCommonInterface;
111
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
112
- underline: import("../../interfaces/global").CMSIBCommonInterface;
113
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
114
164
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
115
165
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
116
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
117
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
118
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
119
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
120
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
121
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
122
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
123
- blur: import("../../interfaces/global").CMSIBSizeInterface;
124
- spread: import("../../interfaces/global").CMSIBSizeInterface;
125
- angle: import("../../interfaces/global").CMSIBSizeInterface;
126
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
127
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
128
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
129
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
130
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
131
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
132
- selectorKey: SelectorKeysEnum;
133
- };
134
- inputLabelDesign: {
135
- theme: import("../../interfaces/global").CMSIBCommonInterface;
136
- font: import("../../interfaces/global").CMSIBCommonInterface;
137
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
138
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
139
- bold: import("../../interfaces/global").CMSIBCommonInterface;
140
- italic: import("../../interfaces/global").CMSIBCommonInterface;
141
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
142
- underline: import("../../interfaces/global").CMSIBCommonInterface;
166
+ selectorKey: string;
143
167
  textAlign: import("../../interfaces/global").CMSIBCommonInterface;
144
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
145
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
146
- selectorKey: SelectorKeysEnum;
147
168
  };
148
- inputBoxDesign: {
149
- theme: import("../../interfaces/global").CMSIBCommonInterface;
150
- font: import("../../interfaces/global").CMSIBCommonInterface;
151
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
152
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
153
- bold: import("../../interfaces/global").CMSIBCommonInterface;
154
- italic: import("../../interfaces/global").CMSIBCommonInterface;
155
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
156
- underline: import("../../interfaces/global").CMSIBCommonInterface;
157
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
158
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
159
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
160
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
161
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
162
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
163
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
164
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
165
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
166
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
167
- blur: import("../../interfaces/global").CMSIBSizeInterface;
168
- spread: import("../../interfaces/global").CMSIBSizeInterface;
169
- angle: import("../../interfaces/global").CMSIBSizeInterface;
170
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
171
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
172
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
173
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
174
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
175
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
176
- selectorKey: SelectorKeysEnum;
177
- };
178
- inputButtonDesign: {
179
- selectorKey: SelectorKeysEnum;
180
- defaultState: {
169
+ checkoutOptionAccordianContainerDesign: {
170
+ selectorKey: string;
171
+ accordianTitleDesign: {
181
172
  theme: import("../../interfaces/global").CMSIBCommonInterface;
182
173
  font: import("../../interfaces/global").CMSIBCommonInterface;
183
174
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -186,9 +177,72 @@ export declare const getDefaultData: () => {
186
177
  italic: import("../../interfaces/global").CMSIBCommonInterface;
187
178
  linethrough: import("../../interfaces/global").CMSIBCommonInterface;
188
179
  underline: import("../../interfaces/global").CMSIBCommonInterface;
189
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
190
180
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
191
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;
213
+ selectorKey: SelectorKeysEnum;
214
+ };
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;
242
+ selectorKey: SelectorKeysEnum;
243
+ };
244
+ };
245
+ accordianContainerDesign: {
192
246
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
193
247
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
194
248
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -205,9 +259,12 @@ export declare const getDefaultData: () => {
205
259
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
206
260
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
207
261
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
208
- selectorKey: SelectorKeysEnum;
262
+ selectorKey: string;
209
263
  };
210
- hoverState: {
264
+ };
265
+ singleShippingAddressDesign: {
266
+ selectorKey: string;
267
+ singleShippingAddressLabelDesign: {
211
268
  theme: import("../../interfaces/global").CMSIBCommonInterface;
212
269
  font: import("../../interfaces/global").CMSIBCommonInterface;
213
270
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -216,31 +273,149 @@ export declare const getDefaultData: () => {
216
273
  italic: import("../../interfaces/global").CMSIBCommonInterface;
217
274
  linethrough: import("../../interfaces/global").CMSIBCommonInterface;
218
275
  underline: import("../../interfaces/global").CMSIBCommonInterface;
219
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
220
276
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
221
277
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
222
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
223
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
224
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
225
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
226
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
227
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
228
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
229
- blur: import("../../interfaces/global").CMSIBSizeInterface;
230
- spread: import("../../interfaces/global").CMSIBSizeInterface;
231
- angle: import("../../interfaces/global").CMSIBSizeInterface;
232
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
233
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
234
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
235
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
236
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
237
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
238
- selectorKey: SelectorKeysEnum;
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;
299
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
300
+ font: import("../../interfaces/global").CMSIBCommonInterface;
301
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
302
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
303
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
304
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
305
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
306
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
307
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
308
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
309
+ selectorKey: SelectorKeysEnum;
310
+ };
311
+ selectedState: {
312
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
313
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
314
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
315
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
316
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
317
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
318
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
319
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
320
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
321
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
322
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
323
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
324
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
325
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
326
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
327
+ 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
+ selectorKey: SelectorKeysEnum;
339
+ };
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;
373
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
374
+ font: import("../../interfaces/global").CMSIBCommonInterface;
375
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
376
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
377
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
378
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
379
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
380
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
381
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
382
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
383
+ selectorKey: SelectorKeysEnum;
384
+ };
385
+ hoverState: {
386
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
387
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
388
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
389
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
390
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
391
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
392
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
393
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
394
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
395
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
396
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
397
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
398
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
399
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
400
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
401
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
402
+ theme: 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
+ selectorKey: SelectorKeysEnum;
413
+ };
239
414
  };
240
415
  };
241
- secondaryInputButtonDesign: {
242
- selectorKey: SelectorKeysEnum;
243
- defaultState: {
416
+ savedShippingAddressDesign: {
417
+ selectorKey: string;
418
+ shippingNameDesign: {
244
419
  theme: import("../../interfaces/global").CMSIBCommonInterface;
245
420
  font: import("../../interfaces/global").CMSIBCommonInterface;
246
421
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -249,9 +424,292 @@ export declare const getDefaultData: () => {
249
424
  italic: import("../../interfaces/global").CMSIBCommonInterface;
250
425
  linethrough: import("../../interfaces/global").CMSIBCommonInterface;
251
426
  underline: import("../../interfaces/global").CMSIBCommonInterface;
252
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
253
427
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
254
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;
489
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
490
+ font: import("../../interfaces/global").CMSIBCommonInterface;
491
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
492
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
493
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
494
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
495
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
496
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
497
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
498
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
499
+ selectorKey: SelectorKeysEnum;
500
+ };
501
+ hoverState: {
502
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
503
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
504
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
505
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
506
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
507
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
508
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
509
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
510
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
511
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
512
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
513
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
514
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
515
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
516
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
517
+ 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
+ selectorKey: SelectorKeysEnum;
529
+ };
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;
618
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
619
+ font: import("../../interfaces/global").CMSIBCommonInterface;
620
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
621
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
622
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
623
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
624
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
625
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
626
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
627
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
628
+ selectorKey: SelectorKeysEnum;
629
+ };
630
+ selectedState: {
631
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
632
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
633
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
634
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
635
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
636
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
637
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
638
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
639
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
640
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
641
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
642
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
643
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
644
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
645
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
646
+ 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
+ selectorKey: SelectorKeysEnum;
658
+ };
659
+ };
660
+ discardIcon: {
661
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
662
+ showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
663
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
664
+ 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: {
697
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
698
+ font: import("../../interfaces/global").CMSIBCommonInterface;
699
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
700
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
701
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
702
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
703
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
704
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
705
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
706
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
707
+ selectorKey: string;
708
+ };
709
+ };
710
+ paymentOptionsDesign: {
711
+ selectorKey: string;
712
+ paymentOptionsContainerDesign: {
255
713
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
256
714
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
257
715
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -268,9 +726,48 @@ export declare const getDefaultData: () => {
268
726
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
269
727
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
270
728
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
271
- selectorKey: SelectorKeysEnum;
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;
743
+ };
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;
272
769
  };
273
- hoverState: {
770
+ paymentOptionsValueDesign: {
274
771
  theme: import("../../interfaces/global").CMSIBCommonInterface;
275
772
  font: import("../../interfaces/global").CMSIBCommonInterface;
276
773
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -279,9 +776,137 @@ export declare const getDefaultData: () => {
279
776
  italic: import("../../interfaces/global").CMSIBCommonInterface;
280
777
  linethrough: import("../../interfaces/global").CMSIBCommonInterface;
281
778
  underline: import("../../interfaces/global").CMSIBCommonInterface;
282
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
283
779
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
284
780
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
781
+ selectorKey: string;
782
+ };
783
+ paymentOptionsInputDesign: {
784
+ selectorKey: string;
785
+ defaultState: {
786
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
787
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
788
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
789
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
790
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
791
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
792
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
793
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
794
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
795
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
796
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
797
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
798
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
799
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
800
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
801
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
802
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
803
+ font: import("../../interfaces/global").CMSIBCommonInterface;
804
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
805
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
806
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
807
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
808
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
809
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
810
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
811
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
812
+ selectorKey: SelectorKeysEnum;
813
+ };
814
+ selectedState: {
815
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
816
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
817
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
818
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
819
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
820
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
821
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
822
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
823
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
824
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
825
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
826
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
827
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
828
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
829
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
830
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
831
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
832
+ font: import("../../interfaces/global").CMSIBCommonInterface;
833
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
834
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
835
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
836
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
837
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
838
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
839
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
840
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
841
+ selectorKey: SelectorKeysEnum;
842
+ };
843
+ };
844
+ paymentOptionsButtonDesign: {
845
+ selectorKey: string;
846
+ defaultState: {
847
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
848
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
849
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
850
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
851
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
852
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
853
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
854
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
855
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
856
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
857
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
858
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
859
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
860
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
861
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
862
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
863
+ theme: import("../../interfaces/global").CMSIBCommonInterface;
864
+ font: import("../../interfaces/global").CMSIBCommonInterface;
865
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
866
+ textColor: import("../../interfaces/global").CMSIBCommonInterface;
867
+ bold: import("../../interfaces/global").CMSIBCommonInterface;
868
+ italic: import("../../interfaces/global").CMSIBCommonInterface;
869
+ linethrough: import("../../interfaces/global").CMSIBCommonInterface;
870
+ underline: import("../../interfaces/global").CMSIBCommonInterface;
871
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
872
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
873
+ selectorKey: SelectorKeysEnum;
874
+ };
875
+ hoverState: {
876
+ borderColor: import("../../interfaces/global").CMSIBCommonInterface;
877
+ borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
878
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
879
+ showBorder: import("../../interfaces/global").CMSIBCommonInterface;
880
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
881
+ showShadow: import("../../interfaces/global").CMSIBCommonInterface;
882
+ shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
883
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
884
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
885
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
886
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
887
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
888
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
889
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
890
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
891
+ 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
+ selectorKey: SelectorKeysEnum;
903
+ };
904
+ };
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;
285
910
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
286
911
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
287
912
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -298,117 +923,31 @@ export declare const getDefaultData: () => {
298
923
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
299
924
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
300
925
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
301
- selectorKey: SelectorKeysEnum;
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;
302
950
  };
303
- };
304
- inputHeadingsDesign: {
305
- theme: import("../../interfaces/global").CMSIBCommonInterface;
306
- font: import("../../interfaces/global").CMSIBCommonInterface;
307
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
308
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
309
- bold: import("../../interfaces/global").CMSIBCommonInterface;
310
- italic: import("../../interfaces/global").CMSIBCommonInterface;
311
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
312
- underline: import("../../interfaces/global").CMSIBCommonInterface;
313
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
314
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
315
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
316
- selectorKey: SelectorKeysEnum;
317
- };
318
- paymentOptionsContainerDesign: {
319
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
320
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
321
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
322
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
323
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
324
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
325
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
326
- blur: import("../../interfaces/global").CMSIBSizeInterface;
327
- spread: import("../../interfaces/global").CMSIBSizeInterface;
328
- angle: import("../../interfaces/global").CMSIBSizeInterface;
329
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
330
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
331
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
332
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
333
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
334
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
335
- selectorKey: SelectorKeysEnum;
336
- };
337
- primaryValueTextDesign: {
338
- theme: import("../../interfaces/global").CMSIBCommonInterface;
339
- font: import("../../interfaces/global").CMSIBCommonInterface;
340
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
341
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
342
- bold: import("../../interfaces/global").CMSIBCommonInterface;
343
- italic: import("../../interfaces/global").CMSIBCommonInterface;
344
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
345
- underline: import("../../interfaces/global").CMSIBCommonInterface;
346
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
347
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
348
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
349
- selectorKey: SelectorKeysEnum;
350
- };
351
- secondaryValueTextDesign: {
352
- theme: import("../../interfaces/global").CMSIBCommonInterface;
353
- font: import("../../interfaces/global").CMSIBCommonInterface;
354
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
355
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
356
- bold: import("../../interfaces/global").CMSIBCommonInterface;
357
- italic: import("../../interfaces/global").CMSIBCommonInterface;
358
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
359
- underline: import("../../interfaces/global").CMSIBCommonInterface;
360
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
361
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
362
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
363
- selectorKey: SelectorKeysEnum;
364
- };
365
- noteContainerDesign: {
366
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
367
- showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
368
- iconSize: import("../../interfaces/global").CMSIBSizeInterface;
369
- iconColor: import("../../interfaces/global").CMSIBCommonInterface;
370
- theme: import("../../interfaces/global").CMSIBCommonInterface;
371
- font: import("../../interfaces/global").CMSIBCommonInterface;
372
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
373
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
374
- bold: import("../../interfaces/global").CMSIBCommonInterface;
375
- italic: import("../../interfaces/global").CMSIBCommonInterface;
376
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
377
- underline: import("../../interfaces/global").CMSIBCommonInterface;
378
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
379
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
380
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
381
- borderColor: import("../../interfaces/global").CMSIBCommonInterface;
382
- borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
383
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
384
- showBorder: import("../../interfaces/global").CMSIBCommonInterface;
385
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
386
- showShadow: import("../../interfaces/global").CMSIBCommonInterface;
387
- shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
388
- blur: import("../../interfaces/global").CMSIBSizeInterface;
389
- spread: import("../../interfaces/global").CMSIBSizeInterface;
390
- angle: import("../../interfaces/global").CMSIBSizeInterface;
391
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
392
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
393
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
394
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
395
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
396
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
397
- selectorKey: SelectorKeysEnum;
398
- };
399
- checkboxLabelDesign: {
400
- theme: import("../../interfaces/global").CMSIBCommonInterface;
401
- font: import("../../interfaces/global").CMSIBCommonInterface;
402
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
403
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
404
- bold: import("../../interfaces/global").CMSIBCommonInterface;
405
- italic: import("../../interfaces/global").CMSIBCommonInterface;
406
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
407
- underline: import("../../interfaces/global").CMSIBCommonInterface;
408
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
409
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
410
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
411
- selectorKey: SelectorKeysEnum;
412
951
  };
413
952
  };
414
953
  content: {