@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
@@ -0,0 +1,981 @@
1
+ import { CMSElementEditTypes } from "../../enums";
2
+ export declare const p1TextInstance: {
3
+ theme: {
4
+ value: string;
5
+ property: string;
6
+ propertyType: CMSElementEditTypes;
7
+ };
8
+ font: {
9
+ value: string;
10
+ property: string;
11
+ propertyType: CMSElementEditTypes;
12
+ parentRef: string;
13
+ };
14
+ fontSize: {
15
+ value: number;
16
+ unit: number;
17
+ property: string;
18
+ propertyType: CMSElementEditTypes;
19
+ parentRef: string;
20
+ };
21
+ textColor: {
22
+ value: {
23
+ hex: string;
24
+ rgb: {
25
+ r: string;
26
+ g: string;
27
+ b: string;
28
+ a: number;
29
+ };
30
+ };
31
+ property: string;
32
+ propertyType: CMSElementEditTypes;
33
+ parentRef: string;
34
+ };
35
+ textHighlight: {
36
+ value: {
37
+ hex: string;
38
+ rgb: {
39
+ r: string;
40
+ g: string;
41
+ b: string;
42
+ a: number;
43
+ };
44
+ };
45
+ property: string;
46
+ propertyType: CMSElementEditTypes;
47
+ };
48
+ bold: {
49
+ value: string;
50
+ property: string;
51
+ propertyType: CMSElementEditTypes;
52
+ parentRef: string;
53
+ };
54
+ italic: {
55
+ value: string;
56
+ property: string;
57
+ propertyType: CMSElementEditTypes;
58
+ parentRef: string;
59
+ };
60
+ linethrough: {
61
+ value: string;
62
+ property: string;
63
+ propertyType: CMSElementEditTypes;
64
+ parentRef: string;
65
+ };
66
+ underline: {
67
+ value: string;
68
+ property: string;
69
+ propertyType: CMSElementEditTypes;
70
+ parentRef: string;
71
+ };
72
+ textAlign: {
73
+ value: string;
74
+ property: string;
75
+ propertyType: CMSElementEditTypes;
76
+ parentRef: string;
77
+ };
78
+ characterSpacing: {
79
+ value: number;
80
+ unit: number;
81
+ property: string;
82
+ propertyType: CMSElementEditTypes;
83
+ parentRef: string;
84
+ };
85
+ lineHeight: {
86
+ value: number;
87
+ unit: number;
88
+ property: string;
89
+ propertyType: CMSElementEditTypes;
90
+ parentRef: string;
91
+ };
92
+ paragraphSpacing: {
93
+ value: number;
94
+ unit: number;
95
+ property: string;
96
+ propertyType: CMSElementEditTypes;
97
+ parentRef: string;
98
+ };
99
+ };
100
+ export declare const p1TextInstanceDesc: {
101
+ themeDesc: {
102
+ value: string;
103
+ property: string;
104
+ propertyType: CMSElementEditTypes;
105
+ };
106
+ fontDesc: {
107
+ value: string;
108
+ property: string;
109
+ propertyType: CMSElementEditTypes;
110
+ parentRef: string;
111
+ };
112
+ fontSizeDesc: {
113
+ value: number;
114
+ unit: number;
115
+ property: string;
116
+ propertyType: CMSElementEditTypes;
117
+ parentRef: string;
118
+ };
119
+ textColorDesc: {
120
+ value: {
121
+ hex: string;
122
+ rgb: {
123
+ r: string;
124
+ g: string;
125
+ b: string;
126
+ a: number;
127
+ };
128
+ };
129
+ property: string;
130
+ propertyType: CMSElementEditTypes;
131
+ parentRef: string;
132
+ };
133
+ textHighlightDesc: {
134
+ value: {
135
+ hex: string;
136
+ rgb: {
137
+ r: string;
138
+ g: string;
139
+ b: string;
140
+ a: number;
141
+ };
142
+ };
143
+ property: string;
144
+ propertyType: CMSElementEditTypes;
145
+ };
146
+ boldDesc: {
147
+ value: string;
148
+ property: string;
149
+ propertyType: CMSElementEditTypes;
150
+ parentRef: string;
151
+ };
152
+ italicDesc: {
153
+ value: string;
154
+ property: string;
155
+ propertyType: CMSElementEditTypes;
156
+ parentRef: string;
157
+ };
158
+ linethroughDesc: {
159
+ value: string;
160
+ property: string;
161
+ propertyType: CMSElementEditTypes;
162
+ parentRef: string;
163
+ };
164
+ underlineDesc: {
165
+ value: string;
166
+ property: string;
167
+ propertyType: CMSElementEditTypes;
168
+ parentRef: string;
169
+ };
170
+ textAlignDesc: {
171
+ value: string;
172
+ property: string;
173
+ propertyType: CMSElementEditTypes;
174
+ parentRef: string;
175
+ };
176
+ characterSpacingDesc: {
177
+ value: number;
178
+ unit: number;
179
+ property: string;
180
+ propertyType: CMSElementEditTypes;
181
+ parentRef: string;
182
+ };
183
+ lineHeightDesc: {
184
+ value: number;
185
+ unit: number;
186
+ property: string;
187
+ propertyType: CMSElementEditTypes;
188
+ parentRef: string;
189
+ };
190
+ paragraphSpacingDesc: {
191
+ value: number;
192
+ unit: number;
193
+ property: string;
194
+ propertyType: CMSElementEditTypes;
195
+ parentRef: string;
196
+ };
197
+ };
198
+ export declare const p2TextInstance: {
199
+ theme: {
200
+ value: string;
201
+ property: string;
202
+ propertyType: CMSElementEditTypes;
203
+ };
204
+ font: {
205
+ value: string;
206
+ property: string;
207
+ propertyType: CMSElementEditTypes;
208
+ parentRef: string;
209
+ };
210
+ fontSize: {
211
+ value: number;
212
+ unit: number;
213
+ property: string;
214
+ propertyType: CMSElementEditTypes;
215
+ parentRef: string;
216
+ };
217
+ textColor: {
218
+ value: {
219
+ hex: string;
220
+ rgb: {
221
+ r: string;
222
+ g: string;
223
+ b: string;
224
+ a: number;
225
+ };
226
+ };
227
+ property: string;
228
+ propertyType: CMSElementEditTypes;
229
+ parentRef: string;
230
+ };
231
+ textHighlight: {
232
+ value: {
233
+ hex: string;
234
+ rgb: {
235
+ r: string;
236
+ g: string;
237
+ b: string;
238
+ a: number;
239
+ };
240
+ };
241
+ property: string;
242
+ propertyType: CMSElementEditTypes;
243
+ };
244
+ bold: {
245
+ value: string;
246
+ property: string;
247
+ propertyType: CMSElementEditTypes;
248
+ parentRef: string;
249
+ };
250
+ italic: {
251
+ value: string;
252
+ property: string;
253
+ propertyType: CMSElementEditTypes;
254
+ parentRef: string;
255
+ };
256
+ linethrough: {
257
+ value: string;
258
+ property: string;
259
+ propertyType: CMSElementEditTypes;
260
+ parentRef: string;
261
+ };
262
+ underline: {
263
+ value: string;
264
+ property: string;
265
+ propertyType: CMSElementEditTypes;
266
+ parentRef: string;
267
+ };
268
+ textAlign: {
269
+ value: string;
270
+ property: string;
271
+ propertyType: CMSElementEditTypes;
272
+ parentRef: string;
273
+ };
274
+ characterSpacing: {
275
+ value: number;
276
+ unit: number;
277
+ property: string;
278
+ propertyType: CMSElementEditTypes;
279
+ parentRef: string;
280
+ };
281
+ lineHeight: {
282
+ value: number;
283
+ unit: number;
284
+ property: string;
285
+ propertyType: CMSElementEditTypes;
286
+ parentRef: string;
287
+ };
288
+ paragraphSpacing: {
289
+ value: number;
290
+ unit: number;
291
+ property: string;
292
+ propertyType: CMSElementEditTypes;
293
+ parentRef: string;
294
+ };
295
+ };
296
+ export declare const p3TextInstance: {
297
+ theme: {
298
+ value: string;
299
+ property: string;
300
+ propertyType: CMSElementEditTypes;
301
+ };
302
+ font: {
303
+ value: string;
304
+ property: string;
305
+ propertyType: CMSElementEditTypes;
306
+ parentRef: string;
307
+ };
308
+ fontSize: {
309
+ value: number;
310
+ unit: number;
311
+ property: string;
312
+ propertyType: CMSElementEditTypes;
313
+ parentRef: string;
314
+ };
315
+ textColor: {
316
+ value: {
317
+ hex: string;
318
+ rgb: {
319
+ r: string;
320
+ g: string;
321
+ b: string;
322
+ a: number;
323
+ };
324
+ };
325
+ property: string;
326
+ propertyType: CMSElementEditTypes;
327
+ parentRef: string;
328
+ };
329
+ textHighlight: {
330
+ value: {
331
+ hex: string;
332
+ rgb: {
333
+ r: string;
334
+ g: string;
335
+ b: string;
336
+ a: number;
337
+ };
338
+ };
339
+ property: string;
340
+ propertyType: CMSElementEditTypes;
341
+ };
342
+ bold: {
343
+ value: string;
344
+ property: string;
345
+ propertyType: CMSElementEditTypes;
346
+ parentRef: string;
347
+ };
348
+ italic: {
349
+ value: string;
350
+ property: string;
351
+ propertyType: CMSElementEditTypes;
352
+ parentRef: string;
353
+ };
354
+ linethrough: {
355
+ value: string;
356
+ property: string;
357
+ propertyType: CMSElementEditTypes;
358
+ parentRef: string;
359
+ };
360
+ underline: {
361
+ value: string;
362
+ property: string;
363
+ propertyType: CMSElementEditTypes;
364
+ parentRef: string;
365
+ };
366
+ textAlign: {
367
+ value: string;
368
+ property: string;
369
+ propertyType: CMSElementEditTypes;
370
+ parentRef: string;
371
+ };
372
+ characterSpacing: {
373
+ value: number;
374
+ unit: number;
375
+ property: string;
376
+ propertyType: CMSElementEditTypes;
377
+ parentRef: string;
378
+ };
379
+ lineHeight: {
380
+ value: number;
381
+ unit: number;
382
+ property: string;
383
+ propertyType: CMSElementEditTypes;
384
+ parentRef: string;
385
+ };
386
+ paragraphSpacing: {
387
+ value: number;
388
+ unit: number;
389
+ property: string;
390
+ propertyType: CMSElementEditTypes;
391
+ parentRef: string;
392
+ };
393
+ };
394
+ export declare const h1TextInstance: {
395
+ theme: {
396
+ value: string;
397
+ property: string;
398
+ propertyType: CMSElementEditTypes;
399
+ };
400
+ font: {
401
+ value: string;
402
+ property: string;
403
+ propertyType: CMSElementEditTypes;
404
+ parentRef: string;
405
+ };
406
+ fontSize: {
407
+ value: number;
408
+ unit: number;
409
+ property: string;
410
+ propertyType: CMSElementEditTypes;
411
+ parentRef: string;
412
+ };
413
+ textColor: {
414
+ value: {
415
+ hex: string;
416
+ rgb: {
417
+ r: string;
418
+ g: string;
419
+ b: string;
420
+ a: number;
421
+ };
422
+ };
423
+ property: string;
424
+ propertyType: CMSElementEditTypes;
425
+ parentRef: string;
426
+ };
427
+ textHighlight: {
428
+ value: {
429
+ hex: string;
430
+ rgb: {
431
+ r: string;
432
+ g: string;
433
+ b: string;
434
+ a: number;
435
+ };
436
+ };
437
+ property: string;
438
+ propertyType: CMSElementEditTypes;
439
+ };
440
+ bold: {
441
+ value: string;
442
+ property: string;
443
+ propertyType: CMSElementEditTypes;
444
+ parentRef: string;
445
+ };
446
+ italic: {
447
+ value: string;
448
+ property: string;
449
+ propertyType: CMSElementEditTypes;
450
+ parentRef: string;
451
+ };
452
+ linethrough: {
453
+ value: string;
454
+ property: string;
455
+ propertyType: CMSElementEditTypes;
456
+ parentRef: string;
457
+ };
458
+ underline: {
459
+ value: string;
460
+ property: string;
461
+ propertyType: CMSElementEditTypes;
462
+ parentRef: string;
463
+ };
464
+ textAlign: {
465
+ value: string;
466
+ property: string;
467
+ propertyType: CMSElementEditTypes;
468
+ parentRef: string;
469
+ };
470
+ characterSpacing: {
471
+ value: number;
472
+ unit: number;
473
+ property: string;
474
+ propertyType: CMSElementEditTypes;
475
+ parentRef: string;
476
+ };
477
+ lineHeight: {
478
+ value: number;
479
+ unit: number;
480
+ property: string;
481
+ propertyType: CMSElementEditTypes;
482
+ parentRef: string;
483
+ };
484
+ paragraphSpacing: {
485
+ value: number;
486
+ unit: number;
487
+ property: string;
488
+ propertyType: CMSElementEditTypes;
489
+ parentRef: string;
490
+ };
491
+ };
492
+ export declare const h2TextInstance: {
493
+ theme: {
494
+ value: string;
495
+ property: string;
496
+ propertyType: CMSElementEditTypes;
497
+ };
498
+ font: {
499
+ value: string;
500
+ property: string;
501
+ propertyType: CMSElementEditTypes;
502
+ parentRef: string;
503
+ };
504
+ fontSize: {
505
+ value: number;
506
+ unit: number;
507
+ property: string;
508
+ propertyType: CMSElementEditTypes;
509
+ parentRef: string;
510
+ };
511
+ textColor: {
512
+ value: {
513
+ hex: string;
514
+ rgb: {
515
+ r: string;
516
+ g: string;
517
+ b: string;
518
+ a: number;
519
+ };
520
+ };
521
+ property: string;
522
+ propertyType: CMSElementEditTypes;
523
+ parentRef: string;
524
+ };
525
+ textHighlight: {
526
+ value: {
527
+ hex: string;
528
+ rgb: {
529
+ r: string;
530
+ g: string;
531
+ b: string;
532
+ a: number;
533
+ };
534
+ };
535
+ property: string;
536
+ propertyType: CMSElementEditTypes;
537
+ };
538
+ bold: {
539
+ value: string;
540
+ property: string;
541
+ propertyType: CMSElementEditTypes;
542
+ parentRef: string;
543
+ };
544
+ italic: {
545
+ value: string;
546
+ property: string;
547
+ propertyType: CMSElementEditTypes;
548
+ parentRef: string;
549
+ };
550
+ linethrough: {
551
+ value: string;
552
+ property: string;
553
+ propertyType: CMSElementEditTypes;
554
+ parentRef: string;
555
+ };
556
+ underline: {
557
+ value: string;
558
+ property: string;
559
+ propertyType: CMSElementEditTypes;
560
+ parentRef: string;
561
+ };
562
+ textAlign: {
563
+ value: string;
564
+ property: string;
565
+ propertyType: CMSElementEditTypes;
566
+ parentRef: string;
567
+ };
568
+ characterSpacing: {
569
+ value: number;
570
+ unit: number;
571
+ property: string;
572
+ propertyType: CMSElementEditTypes;
573
+ parentRef: string;
574
+ };
575
+ lineHeight: {
576
+ value: number;
577
+ unit: number;
578
+ property: string;
579
+ propertyType: CMSElementEditTypes;
580
+ parentRef: string;
581
+ };
582
+ paragraphSpacing: {
583
+ value: number;
584
+ unit: number;
585
+ property: string;
586
+ propertyType: CMSElementEditTypes;
587
+ parentRef: string;
588
+ };
589
+ };
590
+ export declare const h3TextInstance: {
591
+ theme: {
592
+ value: string;
593
+ property: string;
594
+ propertyType: CMSElementEditTypes;
595
+ };
596
+ font: {
597
+ value: string;
598
+ property: string;
599
+ propertyType: CMSElementEditTypes;
600
+ parentRef: string;
601
+ };
602
+ fontSize: {
603
+ value: number;
604
+ unit: number;
605
+ property: string;
606
+ propertyType: CMSElementEditTypes;
607
+ parentRef: string;
608
+ };
609
+ textColor: {
610
+ value: {
611
+ hex: string;
612
+ rgb: {
613
+ r: string;
614
+ g: string;
615
+ b: string;
616
+ a: number;
617
+ };
618
+ };
619
+ property: string;
620
+ propertyType: CMSElementEditTypes;
621
+ parentRef: string;
622
+ };
623
+ textHighlight: {
624
+ value: {
625
+ hex: string;
626
+ rgb: {
627
+ r: string;
628
+ g: string;
629
+ b: string;
630
+ a: number;
631
+ };
632
+ };
633
+ property: string;
634
+ propertyType: CMSElementEditTypes;
635
+ };
636
+ bold: {
637
+ value: string;
638
+ property: string;
639
+ propertyType: CMSElementEditTypes;
640
+ parentRef: string;
641
+ };
642
+ italic: {
643
+ value: string;
644
+ property: string;
645
+ propertyType: CMSElementEditTypes;
646
+ parentRef: string;
647
+ };
648
+ linethrough: {
649
+ value: string;
650
+ property: string;
651
+ propertyType: CMSElementEditTypes;
652
+ parentRef: string;
653
+ };
654
+ underline: {
655
+ value: string;
656
+ property: string;
657
+ propertyType: CMSElementEditTypes;
658
+ parentRef: string;
659
+ };
660
+ textAlign: {
661
+ value: string;
662
+ property: string;
663
+ propertyType: CMSElementEditTypes;
664
+ parentRef: string;
665
+ };
666
+ characterSpacing: {
667
+ value: number;
668
+ unit: number;
669
+ property: string;
670
+ propertyType: CMSElementEditTypes;
671
+ parentRef: string;
672
+ };
673
+ lineHeight: {
674
+ value: number;
675
+ unit: number;
676
+ property: string;
677
+ propertyType: CMSElementEditTypes;
678
+ parentRef: string;
679
+ };
680
+ paragraphSpacing: {
681
+ value: number;
682
+ unit: number;
683
+ property: string;
684
+ propertyType: CMSElementEditTypes;
685
+ parentRef: string;
686
+ };
687
+ };
688
+ export declare const h4TextInstance: {
689
+ theme: {
690
+ value: string;
691
+ property: string;
692
+ propertyType: CMSElementEditTypes;
693
+ };
694
+ font: {
695
+ value: string;
696
+ property: string;
697
+ propertyType: CMSElementEditTypes;
698
+ parentRef: string;
699
+ };
700
+ fontSize: {
701
+ value: number;
702
+ unit: number;
703
+ property: string;
704
+ propertyType: CMSElementEditTypes;
705
+ parentRef: string;
706
+ };
707
+ textColor: {
708
+ value: {
709
+ hex: string;
710
+ rgb: {
711
+ r: string;
712
+ g: string;
713
+ b: string;
714
+ a: number;
715
+ };
716
+ };
717
+ property: string;
718
+ propertyType: CMSElementEditTypes;
719
+ parentRef: string;
720
+ };
721
+ textHighlight: {
722
+ value: {
723
+ hex: string;
724
+ rgb: {
725
+ r: string;
726
+ g: string;
727
+ b: string;
728
+ a: number;
729
+ };
730
+ };
731
+ property: string;
732
+ propertyType: CMSElementEditTypes;
733
+ };
734
+ bold: {
735
+ value: string;
736
+ property: string;
737
+ propertyType: CMSElementEditTypes;
738
+ parentRef: string;
739
+ };
740
+ italic: {
741
+ value: string;
742
+ property: string;
743
+ propertyType: CMSElementEditTypes;
744
+ parentRef: string;
745
+ };
746
+ linethrough: {
747
+ value: string;
748
+ property: string;
749
+ propertyType: CMSElementEditTypes;
750
+ parentRef: string;
751
+ };
752
+ underline: {
753
+ value: string;
754
+ property: string;
755
+ propertyType: CMSElementEditTypes;
756
+ parentRef: string;
757
+ };
758
+ textAlign: {
759
+ value: string;
760
+ property: string;
761
+ propertyType: CMSElementEditTypes;
762
+ parentRef: string;
763
+ };
764
+ characterSpacing: {
765
+ value: number;
766
+ unit: number;
767
+ property: string;
768
+ propertyType: CMSElementEditTypes;
769
+ parentRef: string;
770
+ };
771
+ lineHeight: {
772
+ value: number;
773
+ unit: number;
774
+ property: string;
775
+ propertyType: CMSElementEditTypes;
776
+ parentRef: string;
777
+ };
778
+ paragraphSpacing: {
779
+ value: number;
780
+ unit: number;
781
+ property: string;
782
+ propertyType: CMSElementEditTypes;
783
+ parentRef: string;
784
+ };
785
+ };
786
+ export declare const h5TextInstance: {
787
+ theme: {
788
+ value: string;
789
+ property: string;
790
+ propertyType: CMSElementEditTypes;
791
+ };
792
+ font: {
793
+ value: string;
794
+ property: string;
795
+ propertyType: CMSElementEditTypes;
796
+ parentRef: string;
797
+ };
798
+ fontSize: {
799
+ value: number;
800
+ unit: number;
801
+ property: string;
802
+ propertyType: CMSElementEditTypes;
803
+ parentRef: string;
804
+ };
805
+ textColor: {
806
+ value: {
807
+ hex: string;
808
+ rgb: {
809
+ r: string;
810
+ g: string;
811
+ b: string;
812
+ a: number;
813
+ };
814
+ };
815
+ property: string;
816
+ propertyType: CMSElementEditTypes;
817
+ parentRef: string;
818
+ };
819
+ textHighlight: {
820
+ value: {
821
+ hex: string;
822
+ rgb: {
823
+ r: string;
824
+ g: string;
825
+ b: string;
826
+ a: number;
827
+ };
828
+ };
829
+ property: string;
830
+ propertyType: CMSElementEditTypes;
831
+ };
832
+ bold: {
833
+ value: string;
834
+ property: string;
835
+ propertyType: CMSElementEditTypes;
836
+ parentRef: string;
837
+ };
838
+ italic: {
839
+ value: string;
840
+ property: string;
841
+ propertyType: CMSElementEditTypes;
842
+ parentRef: string;
843
+ };
844
+ linethrough: {
845
+ value: string;
846
+ property: string;
847
+ propertyType: CMSElementEditTypes;
848
+ parentRef: string;
849
+ };
850
+ underline: {
851
+ value: string;
852
+ property: string;
853
+ propertyType: CMSElementEditTypes;
854
+ parentRef: string;
855
+ };
856
+ textAlign: {
857
+ value: string;
858
+ property: string;
859
+ propertyType: CMSElementEditTypes;
860
+ parentRef: string;
861
+ };
862
+ characterSpacing: {
863
+ value: number;
864
+ unit: number;
865
+ property: string;
866
+ propertyType: CMSElementEditTypes;
867
+ parentRef: string;
868
+ };
869
+ lineHeight: {
870
+ value: number;
871
+ unit: number;
872
+ property: string;
873
+ propertyType: CMSElementEditTypes;
874
+ parentRef: string;
875
+ };
876
+ paragraphSpacing: {
877
+ value: number;
878
+ unit: number;
879
+ property: string;
880
+ propertyType: CMSElementEditTypes;
881
+ parentRef: string;
882
+ };
883
+ };
884
+ export declare const h6TextInstance: {
885
+ theme: {
886
+ value: string;
887
+ property: string;
888
+ propertyType: CMSElementEditTypes;
889
+ };
890
+ font: {
891
+ value: string;
892
+ property: string;
893
+ propertyType: CMSElementEditTypes;
894
+ parentRef: string;
895
+ };
896
+ fontSize: {
897
+ value: number;
898
+ unit: number;
899
+ property: string;
900
+ propertyType: CMSElementEditTypes;
901
+ parentRef: string;
902
+ };
903
+ textColor: {
904
+ value: {
905
+ hex: string;
906
+ rgb: {
907
+ r: string;
908
+ g: string;
909
+ b: string;
910
+ a: number;
911
+ };
912
+ };
913
+ property: string;
914
+ propertyType: CMSElementEditTypes;
915
+ parentRef: string;
916
+ };
917
+ textHighlight: {
918
+ value: {
919
+ hex: string;
920
+ rgb: {
921
+ r: string;
922
+ g: string;
923
+ b: string;
924
+ a: number;
925
+ };
926
+ };
927
+ property: string;
928
+ propertyType: CMSElementEditTypes;
929
+ };
930
+ bold: {
931
+ value: string;
932
+ property: string;
933
+ propertyType: CMSElementEditTypes;
934
+ parentRef: string;
935
+ };
936
+ italic: {
937
+ value: string;
938
+ property: string;
939
+ propertyType: CMSElementEditTypes;
940
+ parentRef: string;
941
+ };
942
+ linethrough: {
943
+ value: string;
944
+ property: string;
945
+ propertyType: CMSElementEditTypes;
946
+ parentRef: string;
947
+ };
948
+ underline: {
949
+ value: string;
950
+ property: string;
951
+ propertyType: CMSElementEditTypes;
952
+ parentRef: string;
953
+ };
954
+ textAlign: {
955
+ value: string;
956
+ property: string;
957
+ propertyType: CMSElementEditTypes;
958
+ parentRef: string;
959
+ };
960
+ characterSpacing: {
961
+ value: number;
962
+ unit: number;
963
+ property: string;
964
+ propertyType: CMSElementEditTypes;
965
+ parentRef: string;
966
+ };
967
+ lineHeight: {
968
+ value: number;
969
+ unit: number;
970
+ property: string;
971
+ propertyType: CMSElementEditTypes;
972
+ parentRef: string;
973
+ };
974
+ paragraphSpacing: {
975
+ value: number;
976
+ unit: number;
977
+ property: string;
978
+ propertyType: CMSElementEditTypes;
979
+ parentRef: string;
980
+ };
981
+ };