@sc-360-v2/storefront-cms-library 0.5.53 → 0.5.54

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.
@@ -9,6 +9,7 @@ export declare enum SelectorKeysEnum {
9
9
  CONTENT = "content",
10
10
  USER_INFO_DESIGN = "userInfoDesign",
11
11
  USER_NAME_DESIGN = "userNameDesign",
12
+ USER_LOGO_DESIGN = "userLogoDesign",
12
13
  USER_ID_DESIGN = "userIdDesign",
13
14
  USER_EMAIL_DESIGN = "userEmailDesign",
14
15
  USER_PHONE_DESIGN = "userPhoneDesign",
@@ -219,6 +220,17 @@ export declare const getDefaultData: () => {
219
220
  userInfoDesign: {
220
221
  selectorKey: SelectorKeysEnum;
221
222
  fillAndOpacity: {
223
+ dividerWeight: {
224
+ value: string;
225
+ property: string;
226
+ unit: CMSCSSUnitTypesEnums;
227
+ propertyType: CMSElementEditTypes;
228
+ };
229
+ dividerShape: {
230
+ value: string;
231
+ property: string;
232
+ propertyType: CMSElementEditTypes;
233
+ };
222
234
  itemGap: import("../../interfaces/global").CMSIBSizeInterface;
223
235
  showDivider: {
224
236
  value: boolean;
@@ -227,12 +239,6 @@ export declare const getDefaultData: () => {
227
239
  propertyType?: any;
228
240
  isReadOnly?: boolean | undefined;
229
241
  };
230
- dividerWeight: {
231
- value: string;
232
- property: string;
233
- unit: CMSCSSUnitTypesEnums;
234
- propertyType: CMSElementEditTypes;
235
- };
236
242
  dividerColor: {
237
243
  property: string;
238
244
  parentRef: string;
@@ -260,6 +266,11 @@ export declare const getDefaultData: () => {
260
266
  padding: any;
261
267
  };
262
268
  userNameDesign: {
269
+ textTransform: {
270
+ value: string;
271
+ property: string;
272
+ propertyType: CMSElementEditTypes;
273
+ };
263
274
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
264
275
  showIcon: CMSIBCommonInterface | undefined;
265
276
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -277,7 +288,68 @@ export declare const getDefaultData: () => {
277
288
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
278
289
  selectorKey: SelectorKeysEnum;
279
290
  };
291
+ userLogoDesign: {
292
+ selectorKey: SelectorKeysEnum;
293
+ width: {
294
+ value: number;
295
+ unit: CMSCSSUnitTypesEnums;
296
+ };
297
+ height: {
298
+ value: number;
299
+ unit: CMSCSSUnitTypesEnums;
300
+ property?: any;
301
+ propertyType?: any;
302
+ isReadOnly?: boolean | undefined;
303
+ parentRef?: string | undefined;
304
+ };
305
+ padding: any;
306
+ flip: CMSIBCommonInterface;
307
+ objectPosition: {
308
+ value: string;
309
+ property: string;
310
+ propertyType: CMSElementEditTypes;
311
+ };
312
+ backgroundColor: CMSIBCommonInterface;
313
+ borderColor: CMSIBCommonInterface;
314
+ borderStyle: CMSIBCommonInterface;
315
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
316
+ showBorder: CMSIBCommonInterface;
317
+ showShadow: CMSIBCommonInterface;
318
+ shadowColor: CMSIBCommonInterface;
319
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
320
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
321
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
322
+ borderRadius: {
323
+ sides: {
324
+ topLeft: {
325
+ value: number;
326
+ unit: CMSCSSUnitTypesEnums;
327
+ };
328
+ topRight: {
329
+ value: number;
330
+ unit: CMSCSSUnitTypesEnums;
331
+ };
332
+ bottomLeft: {
333
+ value: number;
334
+ unit: CMSCSSUnitTypesEnums;
335
+ };
336
+ bottomRight: {
337
+ value: number;
338
+ unit: CMSCSSUnitTypesEnums;
339
+ };
340
+ };
341
+ isAll: boolean;
342
+ property: string;
343
+ iscss?: boolean | undefined;
344
+ propertyType?: any;
345
+ };
346
+ };
280
347
  userIdDesign: {
348
+ textTransform: {
349
+ value: string;
350
+ property: string;
351
+ propertyType: CMSElementEditTypes;
352
+ };
281
353
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
282
354
  showIcon: CMSIBCommonInterface | undefined;
283
355
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -296,6 +368,11 @@ export declare const getDefaultData: () => {
296
368
  selectorKey: SelectorKeysEnum;
297
369
  };
298
370
  userEmailDesign: {
371
+ textTransform: {
372
+ value: string;
373
+ property: string;
374
+ propertyType: CMSElementEditTypes;
375
+ };
299
376
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
300
377
  showIcon: CMSIBCommonInterface | undefined;
301
378
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -314,6 +391,11 @@ export declare const getDefaultData: () => {
314
391
  selectorKey: SelectorKeysEnum;
315
392
  };
316
393
  userPhoneDesign: {
394
+ textTransform: {
395
+ value: string;
396
+ property: string;
397
+ propertyType: CMSElementEditTypes;
398
+ };
317
399
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
318
400
  showIcon: CMSIBCommonInterface | undefined;
319
401
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -594,6 +676,22 @@ export declare const getDefaultData: () => {
594
676
  selectorKey: SelectorKeysEnum;
595
677
  };
596
678
  userSecondaryInfoHeadingDesign: {
679
+ textOverflow: {
680
+ value: boolean;
681
+ property: string;
682
+ propertyType: CMSElementEditTypes;
683
+ };
684
+ numberOfDisplayedLines: {
685
+ unit: CMSCSSUnitTypesEnums;
686
+ value: number;
687
+ property: string;
688
+ propertyType: CMSElementEditTypes;
689
+ };
690
+ textTransform: {
691
+ value: string;
692
+ property: string;
693
+ propertyType: CMSElementEditTypes;
694
+ };
597
695
  theme: CMSIBCommonInterface;
598
696
  font: CMSIBCommonInterface;
599
697
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -608,6 +706,22 @@ export declare const getDefaultData: () => {
608
706
  selectorKey: SelectorKeysEnum;
609
707
  };
610
708
  userSecondaryInfoLabelDesign: {
709
+ textOverflow: {
710
+ value: boolean;
711
+ property: string;
712
+ propertyType: CMSElementEditTypes;
713
+ };
714
+ numberOfDisplayedLines: {
715
+ unit: CMSCSSUnitTypesEnums;
716
+ value: number;
717
+ property: string;
718
+ propertyType: CMSElementEditTypes;
719
+ };
720
+ textTransform: {
721
+ value: string;
722
+ property: string;
723
+ propertyType: CMSElementEditTypes;
724
+ };
611
725
  theme: CMSIBCommonInterface;
612
726
  font: CMSIBCommonInterface;
613
727
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -622,6 +736,22 @@ export declare const getDefaultData: () => {
622
736
  selectorKey: SelectorKeysEnum;
623
737
  };
624
738
  userSecondaryInfoValueDesign: {
739
+ textOverflow: {
740
+ value: boolean;
741
+ property: string;
742
+ propertyType: CMSElementEditTypes;
743
+ };
744
+ numberOfDisplayedLines: {
745
+ unit: CMSCSSUnitTypesEnums;
746
+ value: number;
747
+ property: string;
748
+ propertyType: CMSElementEditTypes;
749
+ };
750
+ textTransform: {
751
+ value: string;
752
+ property: string;
753
+ propertyType: CMSElementEditTypes;
754
+ };
625
755
  theme: CMSIBCommonInterface;
626
756
  font: CMSIBCommonInterface;
627
757
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -787,6 +917,22 @@ export declare const getDefaultData: () => {
787
917
  propertyType?: any;
788
918
  isReadOnly?: boolean | undefined;
789
919
  };
920
+ textOverflow: {
921
+ value: boolean;
922
+ property: string;
923
+ propertyType: CMSElementEditTypes;
924
+ };
925
+ numberOfDisplayedLines: {
926
+ unit: CMSCSSUnitTypesEnums;
927
+ value: number;
928
+ property: string;
929
+ propertyType: CMSElementEditTypes;
930
+ };
931
+ textTransform: {
932
+ value: string;
933
+ property: string;
934
+ propertyType: CMSElementEditTypes;
935
+ };
790
936
  theme: CMSIBCommonInterface;
791
937
  font: CMSIBCommonInterface;
792
938
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -819,6 +965,22 @@ export declare const getDefaultData: () => {
819
965
  };
820
966
  widgetPlaceholderText: {
821
967
  padding: any;
968
+ textOverflow: {
969
+ value: boolean;
970
+ property: string;
971
+ propertyType: CMSElementEditTypes;
972
+ };
973
+ numberOfDisplayedLines: {
974
+ unit: CMSCSSUnitTypesEnums;
975
+ value: number;
976
+ property: string;
977
+ propertyType: CMSElementEditTypes;
978
+ };
979
+ textTransform: {
980
+ value: string;
981
+ property: string;
982
+ propertyType: CMSElementEditTypes;
983
+ };
822
984
  theme: CMSIBCommonInterface;
823
985
  font: CMSIBCommonInterface;
824
986
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -835,6 +997,14 @@ export declare const getDefaultData: () => {
835
997
  };
836
998
  widgetDropdown: {
837
999
  selectorKey: SelectorKeysEnum;
1000
+ topSpacing: {
1001
+ property: string;
1002
+ unit?: string | number | undefined;
1003
+ value?: any;
1004
+ propertyType?: any;
1005
+ isReadOnly?: boolean | undefined;
1006
+ parentRef?: string | undefined;
1007
+ };
838
1008
  backgroundColor: CMSIBCommonInterface;
839
1009
  borderColor: CMSIBCommonInterface;
840
1010
  borderStyle: CMSIBCommonInterface;
@@ -852,6 +1022,22 @@ export declare const getDefaultData: () => {
852
1022
  itemStyle: {
853
1023
  selectorKey: SelectorKeysEnum;
854
1024
  defaultState: {
1025
+ textOverflow: {
1026
+ value: boolean;
1027
+ property: string;
1028
+ propertyType: CMSElementEditTypes;
1029
+ };
1030
+ numberOfDisplayedLines: {
1031
+ unit: CMSCSSUnitTypesEnums;
1032
+ value: number;
1033
+ property: string;
1034
+ propertyType: CMSElementEditTypes;
1035
+ };
1036
+ textTransform: {
1037
+ value: string;
1038
+ property: string;
1039
+ propertyType: CMSElementEditTypes;
1040
+ };
855
1041
  selectorKey: SelectorKeysEnum;
856
1042
  backgroundColor: CMSIBCommonInterface;
857
1043
  borderColor: CMSIBCommonInterface;
@@ -876,7 +1062,6 @@ export declare const getDefaultData: () => {
876
1062
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
877
1063
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
878
1064
  padding: any;
879
- itemGap: import("../../interfaces/global").CMSIBSizeInterface;
880
1065
  };
881
1066
  hoverState: {
882
1067
  selectorKey: SelectorKeysEnum;