@sc-360-v2/storefront-cms-library 0.3.47 → 0.3.49

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.
@@ -84,6 +84,12 @@ export declare const getDefaultData: () => {
84
84
  property: string;
85
85
  propertyType: CMSElementEditTypes;
86
86
  };
87
+ itemSpacing: {
88
+ value: number;
89
+ unit: number;
90
+ property: string;
91
+ propertyType: CMSElementEditTypes;
92
+ };
87
93
  allowanceShowOtherItems: {
88
94
  value: string;
89
95
  property: string;
@@ -164,9 +170,63 @@ export declare const getDefaultData: () => {
164
170
  };
165
171
  design: {
166
172
  selectorKey: SelectorKeysEnum;
173
+ widgetStyle: {
174
+ showDivider: {
175
+ value: boolean;
176
+ parentRef: string;
177
+ property?: any;
178
+ propertyType?: any;
179
+ isReadOnly?: boolean | undefined;
180
+ };
181
+ dividerWeight: {
182
+ value: string;
183
+ property: string;
184
+ unit: CMSCSSUnitTypesEnums;
185
+ propertyType: CMSElementEditTypes;
186
+ };
187
+ dividerColor: {
188
+ property: string;
189
+ value: null;
190
+ parentRef: string;
191
+ propertyType?: any;
192
+ isReadOnly?: boolean | undefined;
193
+ };
194
+ selectorKey: SelectorKeysEnum;
195
+ backgroundColor: CMSIBCommonInterface;
196
+ borderColor: CMSIBCommonInterface;
197
+ borderStyle: CMSIBCommonInterface;
198
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
199
+ showBorder: CMSIBCommonInterface;
200
+ showShadow: CMSIBCommonInterface;
201
+ shadowColor: CMSIBCommonInterface;
202
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
203
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
204
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
205
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
206
+ };
167
207
  userInfoDesign: {
168
208
  selectorKey: SelectorKeysEnum;
169
209
  fillAndOpacity: {
210
+ showDivider: {
211
+ value: boolean;
212
+ parentRef: string;
213
+ property?: any;
214
+ propertyType?: any;
215
+ isReadOnly?: boolean | undefined;
216
+ };
217
+ dividerWeight: {
218
+ value: string;
219
+ property: string;
220
+ unit: CMSCSSUnitTypesEnums;
221
+ propertyType: CMSElementEditTypes;
222
+ };
223
+ dividerColor: {
224
+ property: string;
225
+ value: null;
226
+ parentRef: string;
227
+ propertyType?: any;
228
+ isReadOnly?: boolean | undefined;
229
+ };
170
230
  borderColor: CMSIBCommonInterface;
171
231
  borderStyle: CMSIBCommonInterface;
172
232
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -261,6 +321,26 @@ export declare const getDefaultData: () => {
261
321
  quotaDesign: {
262
322
  selectorKey: SelectorKeysEnum;
263
323
  fillAndOpacity: {
324
+ showDivider: {
325
+ value: boolean;
326
+ parentRef: string;
327
+ property?: any;
328
+ propertyType?: any;
329
+ isReadOnly?: boolean | undefined;
330
+ };
331
+ dividerWeight: {
332
+ value: string;
333
+ property: string;
334
+ unit: CMSCSSUnitTypesEnums;
335
+ propertyType: CMSElementEditTypes;
336
+ };
337
+ dividerColor: {
338
+ property: string;
339
+ value: null;
340
+ parentRef: string;
341
+ propertyType?: any;
342
+ isReadOnly?: boolean | undefined;
343
+ };
264
344
  borderColor: CMSIBCommonInterface;
265
345
  borderStyle: CMSIBCommonInterface;
266
346
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -339,6 +419,26 @@ export declare const getDefaultData: () => {
339
419
  allowanceDesign: {
340
420
  selectorKey: SelectorKeysEnum;
341
421
  fillAndOpacity: {
422
+ showDivider: {
423
+ value: boolean;
424
+ parentRef: string;
425
+ property?: any;
426
+ propertyType?: any;
427
+ isReadOnly?: boolean | undefined;
428
+ };
429
+ dividerWeight: {
430
+ value: string;
431
+ property: string;
432
+ unit: CMSCSSUnitTypesEnums;
433
+ propertyType: CMSElementEditTypes;
434
+ };
435
+ dividerColor: {
436
+ property: string;
437
+ value: null;
438
+ parentRef: string;
439
+ propertyType?: any;
440
+ isReadOnly?: boolean | undefined;
441
+ };
342
442
  borderColor: CMSIBCommonInterface;
343
443
  borderStyle: CMSIBCommonInterface;
344
444
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -417,6 +517,26 @@ export declare const getDefaultData: () => {
417
517
  userSecondaryInfoDesign: {
418
518
  selectorKey: SelectorKeysEnum;
419
519
  fillAndOpacity: {
520
+ showDivider: {
521
+ value: boolean;
522
+ parentRef: string;
523
+ property?: any;
524
+ propertyType?: any;
525
+ isReadOnly?: boolean | undefined;
526
+ };
527
+ dividerWeight: {
528
+ value: string;
529
+ property: string;
530
+ unit: CMSCSSUnitTypesEnums;
531
+ propertyType: CMSElementEditTypes;
532
+ };
533
+ dividerColor: {
534
+ property: string;
535
+ value: null;
536
+ parentRef: string;
537
+ propertyType?: any;
538
+ isReadOnly?: boolean | undefined;
539
+ };
420
540
  borderColor: CMSIBCommonInterface;
421
541
  borderStyle: CMSIBCommonInterface;
422
542
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;