@sc-360-v2/storefront-cms-library 0.3.28 → 0.3.30

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.
Files changed (44) hide show
  1. package/dist/animation-control.scss +23 -0
  2. package/dist/builder.js +1 -1
  3. package/dist/bulk-order-pad.scss +328 -53
  4. package/dist/cart-details.scss +595 -300
  5. package/dist/cart-summary.scss +148 -40
  6. package/dist/cartAttributes.scss +24 -20
  7. package/dist/cartDropdownOverlay.scss +58 -10
  8. package/dist/checkout.scss +225 -79
  9. package/dist/contact-us.scss +3 -0
  10. package/dist/dropdownTemplate.scss +13 -2
  11. package/dist/fb-dropdown.scss +6 -2
  12. package/dist/filters.scss +0 -1
  13. package/dist/form-preview.scss +50 -9
  14. package/dist/form-zindex-module.scss +25 -0
  15. package/dist/functions.scss +72 -2
  16. package/dist/icons.js +1 -1
  17. package/dist/index.js +1 -1
  18. package/dist/light-box-v2.scss +1 -1
  19. package/dist/modal.scss +69 -31
  20. package/dist/order-status.scss +1 -0
  21. package/dist/position-module.scss +74 -0
  22. package/dist/prefix-list.scss +55 -0
  23. package/dist/quick-order-pad.scss +36 -8
  24. package/dist/responsive-behaviour.scss +21 -0
  25. package/dist/section.scss +13 -6
  26. package/dist/shareCartSideBar.scss +29 -14
  27. package/dist/submit-quote.scss +107 -49
  28. package/dist/types/builder/elements/form-builder/index.d.ts +14 -2
  29. package/dist/types/builder/interfaces/global.d.ts +13 -0
  30. package/dist/types/builder/tools/element-edit/amountEstimator.d.ts +441 -0
  31. package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +364 -0
  32. package/dist/types/builder/tools/element-edit/cartSummary.d.ts +123 -55
  33. package/dist/types/builder/tools/element-edit/checkout.d.ts +120 -94
  34. package/dist/types/builder/tools/element-edit/common.d.ts +1 -0
  35. package/dist/types/builder/tools/element-edit/countdown.d.ts +384 -44
  36. package/dist/types/builder/tools/element-edit/dummy.d.ts +0 -0
  37. package/dist/types/builder/tools/element-edit/productActions.d.ts +390 -43
  38. package/dist/types/builder/tools/element-edit/quickLinks.d.ts +192 -22
  39. package/dist/types/builder/tools/element-edit/repeater.d.ts +439 -1
  40. package/dist/types/builder/tools/element-edit/table.d.ts +0 -1
  41. package/dist/types/builder/tools/element-edit/typographyInstance.d.ts +981 -0
  42. package/dist/types/builder/tools/element-edit/video.d.ts +192 -22
  43. package/dist/types/global/types.d.ts +2 -0
  44. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { AlignItemsValue, JustifyContentValue, RepeaterDisplayStyleType, RepeaterSliderControlTypes } from "../../../../components/global/types";
2
- import { CMSCSSUnitTypesEnums } from "../../enums";
2
+ import { CMSCSSUnitTypesEnums, CMSElementEditTypes } from "../../enums";
3
3
  import { CMSIBCommonInterface, CMSIBSizeInterface, PaddingProps } from "../../interfaces/global";
4
4
  import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
5
5
  interface selfLayoutInterface {
@@ -71,5 +71,443 @@ export declare enum selfSelectorKeysEnum {
71
71
  SELECTED_STATE = "selectedState",
72
72
  BUTTON_STYLE = "buttonStyle"
73
73
  }
74
+ export declare const ButtonProperties: {
75
+ backgroundColor: {
76
+ value: null;
77
+ parentRef: string;
78
+ property?: any;
79
+ propertyType?: any;
80
+ isReadOnly?: boolean | undefined;
81
+ };
82
+ borderColor: {
83
+ value: null;
84
+ parentRef: string;
85
+ property?: any;
86
+ propertyType?: any;
87
+ isReadOnly?: boolean | undefined;
88
+ };
89
+ borderStyle: {
90
+ value: null;
91
+ parentRef: string;
92
+ property?: any;
93
+ propertyType?: any;
94
+ isReadOnly?: boolean | undefined;
95
+ };
96
+ borderPerSlide: {
97
+ value: null;
98
+ parentRef: string;
99
+ isAll: boolean;
100
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
101
+ property: string;
102
+ iscss?: boolean | undefined;
103
+ propertyType?: any;
104
+ };
105
+ showBorder: {
106
+ value: boolean;
107
+ parentRef: string;
108
+ property?: any;
109
+ propertyType?: any;
110
+ isReadOnly?: boolean | undefined;
111
+ };
112
+ showShadow: {
113
+ value: null;
114
+ parentRef: string;
115
+ property?: any;
116
+ propertyType?: any;
117
+ isReadOnly?: boolean | undefined;
118
+ };
119
+ shadowColor: {
120
+ value: null;
121
+ parentRef: string;
122
+ property?: any;
123
+ propertyType?: any;
124
+ isReadOnly?: boolean | undefined;
125
+ };
126
+ blur: {
127
+ value: null;
128
+ parentRef: string;
129
+ unit?: string | number | undefined;
130
+ property?: any;
131
+ propertyType?: any;
132
+ isReadOnly?: boolean | undefined;
133
+ };
134
+ spread: {
135
+ value: null;
136
+ parentRef: string;
137
+ unit?: string | number | undefined;
138
+ property?: any;
139
+ propertyType?: any;
140
+ isReadOnly?: boolean | undefined;
141
+ };
142
+ angle: {
143
+ value: null;
144
+ parentRef: string;
145
+ unit?: string | number | undefined;
146
+ property?: any;
147
+ propertyType?: any;
148
+ isReadOnly?: boolean | undefined;
149
+ };
150
+ borderRadius: {
151
+ value: null;
152
+ parentRef: string;
153
+ isAll: boolean;
154
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
155
+ property: string;
156
+ iscss?: boolean | undefined;
157
+ propertyType?: any;
158
+ };
159
+ font: {
160
+ value: null;
161
+ parentRef: string;
162
+ property?: any;
163
+ propertyType?: any;
164
+ isReadOnly?: boolean | undefined;
165
+ };
166
+ fontSize: {
167
+ value: null;
168
+ parentRef: string;
169
+ unit?: string | number | undefined;
170
+ property?: any;
171
+ propertyType?: any;
172
+ isReadOnly?: boolean | undefined;
173
+ };
174
+ textColor: {
175
+ value: null;
176
+ parentRef: string;
177
+ property?: any;
178
+ propertyType?: any;
179
+ isReadOnly?: boolean | undefined;
180
+ };
181
+ bold: {
182
+ value: string;
183
+ parentRef: string;
184
+ property?: any;
185
+ propertyType?: any;
186
+ isReadOnly?: boolean | undefined;
187
+ };
188
+ italic: {
189
+ value: null;
190
+ parentRef: string;
191
+ property?: any;
192
+ propertyType?: any;
193
+ isReadOnly?: boolean | undefined;
194
+ };
195
+ linethrough: {
196
+ value: null;
197
+ parentRef: string;
198
+ property?: any;
199
+ propertyType?: any;
200
+ isReadOnly?: boolean | undefined;
201
+ };
202
+ underline: {
203
+ value: null;
204
+ parentRef: string;
205
+ property?: any;
206
+ propertyType?: any;
207
+ isReadOnly?: boolean | undefined;
208
+ };
209
+ textAlign: {
210
+ value: null;
211
+ parentRef: string;
212
+ property?: any;
213
+ propertyType?: any;
214
+ isReadOnly?: boolean | undefined;
215
+ };
216
+ characterSpacing: {
217
+ value: null;
218
+ parentRef: string;
219
+ unit?: string | number | undefined;
220
+ property?: any;
221
+ propertyType?: any;
222
+ isReadOnly?: boolean | undefined;
223
+ };
224
+ lineHeight: {
225
+ value: null;
226
+ parentRef: string;
227
+ unit?: string | number | undefined;
228
+ property?: any;
229
+ propertyType?: any;
230
+ isReadOnly?: boolean | undefined;
231
+ };
232
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
233
+ showIcon: {
234
+ value: null;
235
+ parentRef: string;
236
+ property?: any;
237
+ propertyType?: any;
238
+ isReadOnly?: boolean | undefined;
239
+ };
240
+ iconSize: {
241
+ value: null;
242
+ parentRef: string;
243
+ unit?: string | number | undefined;
244
+ property?: any;
245
+ propertyType?: any;
246
+ isReadOnly?: boolean | undefined;
247
+ };
248
+ iconColor: {
249
+ value: null;
250
+ parentRef: string;
251
+ property?: any;
252
+ propertyType?: any;
253
+ isReadOnly?: boolean | undefined;
254
+ };
255
+ buttonStyle: {
256
+ value: string;
257
+ propertyType: CMSElementEditTypes;
258
+ };
259
+ buttonText: {
260
+ value: string;
261
+ property: string;
262
+ propertyType: CMSElementEditTypes;
263
+ };
264
+ iconPadding: {
265
+ value: number;
266
+ property: string;
267
+ parentRef: string;
268
+ propertyType: CMSElementEditTypes;
269
+ };
270
+ iconPosition: {
271
+ value: string;
272
+ parentRef: string;
273
+ propertyType: CMSElementEditTypes;
274
+ };
275
+ iconAndTextSpacing: {
276
+ value: number;
277
+ property: string;
278
+ unit: number;
279
+ parentRef: string;
280
+ propertyType: CMSElementEditTypes;
281
+ };
282
+ alignment: {
283
+ value: string;
284
+ property: string;
285
+ parentRef: string;
286
+ propertyType: CMSElementEditTypes;
287
+ };
288
+ buttonType: {
289
+ value: string;
290
+ propertyType: CMSElementEditTypes;
291
+ };
292
+ };
293
+ export declare const ButtonPropertiesHover: {
294
+ backgroundColor: {
295
+ value: null;
296
+ parentRef: string;
297
+ property?: any;
298
+ propertyType?: any;
299
+ isReadOnly?: boolean | undefined;
300
+ };
301
+ borderColor: {
302
+ value: null;
303
+ parentRef: string;
304
+ property?: any;
305
+ propertyType?: any;
306
+ isReadOnly?: boolean | undefined;
307
+ };
308
+ borderStyle: {
309
+ value: null;
310
+ parentRef: string;
311
+ property?: any;
312
+ propertyType?: any;
313
+ isReadOnly?: boolean | undefined;
314
+ };
315
+ borderPerSlide: {
316
+ value: null;
317
+ parentRef: string;
318
+ isAll: boolean;
319
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
320
+ property: string;
321
+ iscss?: boolean | undefined;
322
+ propertyType?: any;
323
+ };
324
+ showBorder: {
325
+ value: boolean;
326
+ parentRef: string;
327
+ property?: any;
328
+ propertyType?: any;
329
+ isReadOnly?: boolean | undefined;
330
+ };
331
+ showShadow: {
332
+ value: null;
333
+ parentRef: string;
334
+ property?: any;
335
+ propertyType?: any;
336
+ isReadOnly?: boolean | undefined;
337
+ };
338
+ shadowColor: {
339
+ value: null;
340
+ parentRef: string;
341
+ property?: any;
342
+ propertyType?: any;
343
+ isReadOnly?: boolean | undefined;
344
+ };
345
+ blur: {
346
+ value: null;
347
+ parentRef: string;
348
+ unit?: string | number | undefined;
349
+ property?: any;
350
+ propertyType?: any;
351
+ isReadOnly?: boolean | undefined;
352
+ };
353
+ spread: {
354
+ value: null;
355
+ parentRef: string;
356
+ unit?: string | number | undefined;
357
+ property?: any;
358
+ propertyType?: any;
359
+ isReadOnly?: boolean | undefined;
360
+ };
361
+ angle: {
362
+ value: null;
363
+ parentRef: string;
364
+ unit?: string | number | undefined;
365
+ property?: any;
366
+ propertyType?: any;
367
+ isReadOnly?: boolean | undefined;
368
+ };
369
+ borderRadius: {
370
+ value: null;
371
+ parentRef: string;
372
+ isAll: boolean;
373
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
374
+ property: string;
375
+ iscss?: boolean | undefined;
376
+ propertyType?: any;
377
+ };
378
+ font: {
379
+ value: null;
380
+ parentRef: string;
381
+ property?: any;
382
+ propertyType?: any;
383
+ isReadOnly?: boolean | undefined;
384
+ };
385
+ fontSize: {
386
+ value: null;
387
+ parentRef: string;
388
+ unit?: string | number | undefined;
389
+ property?: any;
390
+ propertyType?: any;
391
+ isReadOnly?: boolean | undefined;
392
+ };
393
+ textColor: {
394
+ value: null;
395
+ parentRef: string;
396
+ property?: any;
397
+ propertyType?: any;
398
+ isReadOnly?: boolean | undefined;
399
+ };
400
+ bold: {
401
+ value: string;
402
+ parentRef: string;
403
+ property?: any;
404
+ propertyType?: any;
405
+ isReadOnly?: boolean | undefined;
406
+ };
407
+ italic: {
408
+ value: null;
409
+ parentRef: string;
410
+ property?: any;
411
+ propertyType?: any;
412
+ isReadOnly?: boolean | undefined;
413
+ };
414
+ linethrough: {
415
+ value: null;
416
+ parentRef: string;
417
+ property?: any;
418
+ propertyType?: any;
419
+ isReadOnly?: boolean | undefined;
420
+ };
421
+ underline: {
422
+ value: null;
423
+ parentRef: string;
424
+ property?: any;
425
+ propertyType?: any;
426
+ isReadOnly?: boolean | undefined;
427
+ };
428
+ textAlign: {
429
+ value: null;
430
+ parentRef: string;
431
+ property?: any;
432
+ propertyType?: any;
433
+ isReadOnly?: boolean | undefined;
434
+ };
435
+ characterSpacing: {
436
+ value: null;
437
+ parentRef: string;
438
+ unit?: string | number | undefined;
439
+ property?: any;
440
+ propertyType?: any;
441
+ isReadOnly?: boolean | undefined;
442
+ };
443
+ lineHeight: {
444
+ value: null;
445
+ parentRef: string;
446
+ unit?: string | number | undefined;
447
+ property?: any;
448
+ propertyType?: any;
449
+ isReadOnly?: boolean | undefined;
450
+ };
451
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
452
+ showIcon: {
453
+ value: null;
454
+ parentRef: string;
455
+ property?: any;
456
+ propertyType?: any;
457
+ isReadOnly?: boolean | undefined;
458
+ };
459
+ iconSize: {
460
+ value: null;
461
+ parentRef: string;
462
+ unit?: string | number | undefined;
463
+ property?: any;
464
+ propertyType?: any;
465
+ isReadOnly?: boolean | undefined;
466
+ };
467
+ iconColor: {
468
+ value: null;
469
+ parentRef: string;
470
+ property?: any;
471
+ propertyType?: any;
472
+ isReadOnly?: boolean | undefined;
473
+ };
474
+ buttonStyle: {
475
+ value: string;
476
+ propertyType: CMSElementEditTypes;
477
+ };
478
+ buttonText: {
479
+ value: string;
480
+ property: string;
481
+ propertyType: CMSElementEditTypes;
482
+ };
483
+ iconPadding: {
484
+ value: number;
485
+ property: string;
486
+ parentRef: string;
487
+ propertyType: CMSElementEditTypes;
488
+ };
489
+ iconPosition: {
490
+ value: string;
491
+ parentRef: string;
492
+ propertyType: CMSElementEditTypes;
493
+ };
494
+ iconAndTextSpacing: {
495
+ value: number;
496
+ property: string;
497
+ unit: number;
498
+ parentRef: string;
499
+ propertyType: CMSElementEditTypes;
500
+ };
501
+ alignment: {
502
+ value: string;
503
+ property: string;
504
+ parentRef: string;
505
+ propertyType: CMSElementEditTypes;
506
+ };
507
+ buttonType: {
508
+ value: string;
509
+ propertyType: CMSElementEditTypes;
510
+ };
511
+ };
74
512
  export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
75
513
  export {};
@@ -170,7 +170,6 @@ export interface TableControlInterface {
170
170
  angle?: CMSIBCommonInterface;
171
171
  spread?: CMSIBCommonInterface;
172
172
  blur?: CMSIBCommonInterface;
173
- theme: CMSIBCommonInterface;
174
173
  font?: CMSIBCommonInterface;
175
174
  fontSize?: CMSIBCommonInterface;
176
175
  textColor: CMSIBCommonInterface;