@social-mail/social-mail-client 1.8.406 → 1.8.411

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 (146) hide show
  1. package/content/svg/angle-down.svg +1 -0
  2. package/content/svg/angle-right.svg +1 -0
  3. package/content/svg/eye-slash.svg +1 -0
  4. package/content/svg/eye.svg +1 -0
  5. package/dist/admin/AdminAppIndex.pack.global.css +1 -1
  6. package/dist/admin/AdminAppIndex.pack.global.css.map +1 -1
  7. package/dist/admin/AdminAppIndex.pack.js +2 -1
  8. package/dist/admin/AdminAppIndex.pack.js.map +1 -1
  9. package/dist/admin/AdminAppIndex.pack.min.js +1 -1
  10. package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
  11. package/dist/public/channel/ChannelApp.pack.global.css +1 -1
  12. package/dist/public/channel/ChannelApp.pack.global.css.map +1 -1
  13. package/dist/public/channel/ChannelApp.pack.js +1 -1
  14. package/dist/public/channel/ChannelApp.pack.js.map +1 -1
  15. package/dist/public/channel/ChannelApp.pack.min.js +1 -1
  16. package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
  17. package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
  18. package/dist/site-editor/editor/HtmlPageEditor.js +3 -7
  19. package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
  20. package/dist/site-editor/editor/UndoRedo.d.ts +1 -0
  21. package/dist/site-editor/editor/UndoRedo.d.ts.map +1 -1
  22. package/dist/site-editor/editor/UndoRedo.js +27 -1
  23. package/dist/site-editor/editor/UndoRedo.js.map +1 -1
  24. package/dist/site-editor/suggestions/editorSuggestions.d.ts +138 -0
  25. package/dist/site-editor/suggestions/editorSuggestions.d.ts.map +1 -1
  26. package/dist/site-editor/suggestions/pair.d.ts +3 -1
  27. package/dist/site-editor/suggestions/pair.d.ts.map +1 -1
  28. package/dist/site-editor/suggestions/pair.js +3 -2
  29. package/dist/site-editor/suggestions/pair.js.map +1 -1
  30. package/dist/site-editor/suggestions/properties/animations/animations.d.ts +18 -0
  31. package/dist/site-editor/suggestions/properties/animations/animations.d.ts.map +1 -1
  32. package/dist/site-editor/suggestions/properties/background.d.ts +5 -0
  33. package/dist/site-editor/suggestions/properties/background.d.ts.map +1 -1
  34. package/dist/site-editor/suggestions/properties/border.d.ts +5 -0
  35. package/dist/site-editor/suggestions/properties/border.d.ts.map +1 -1
  36. package/dist/site-editor/suggestions/properties/clip.d.ts +1 -0
  37. package/dist/site-editor/suggestions/properties/clip.d.ts.map +1 -1
  38. package/dist/site-editor/suggestions/properties/color.d.ts +4 -0
  39. package/dist/site-editor/suggestions/properties/color.d.ts.map +1 -1
  40. package/dist/site-editor/suggestions/properties/effects.d.ts +3 -0
  41. package/dist/site-editor/suggestions/properties/effects.d.ts.map +1 -1
  42. package/dist/site-editor/suggestions/properties/fontStyles.d.ts +1 -0
  43. package/dist/site-editor/suggestions/properties/fontStyles.d.ts.map +1 -1
  44. package/dist/site-editor/suggestions/properties/gap.d.ts +3 -0
  45. package/dist/site-editor/suggestions/properties/gap.d.ts.map +1 -1
  46. package/dist/site-editor/suggestions/properties/grid.d.ts +8 -0
  47. package/dist/site-editor/suggestions/properties/grid.d.ts.map +1 -1
  48. package/dist/site-editor/suggestions/properties/mask.d.ts +2 -0
  49. package/dist/site-editor/suggestions/properties/mask.d.ts.map +1 -1
  50. package/dist/site-editor/suggestions/properties/position.d.ts +9 -0
  51. package/dist/site-editor/suggestions/properties/position.d.ts.map +1 -1
  52. package/dist/site-editor/suggestions/properties/size.d.ts +55 -0
  53. package/dist/site-editor/suggestions/properties/size.d.ts.map +1 -1
  54. package/dist/site-editor/suggestions/properties/space.d.ts +10 -0
  55. package/dist/site-editor/suggestions/properties/space.d.ts.map +1 -1
  56. package/dist/site-editor/suggestions/properties/text.d.ts +7 -0
  57. package/dist/site-editor/suggestions/properties/text.d.ts.map +1 -1
  58. package/dist/site-editor/suggestions/properties/transform.d.ts +9 -0
  59. package/dist/site-editor/suggestions/properties/transform.d.ts.map +1 -1
  60. package/dist/site-editor/tools/designs/Designs.js +1 -1
  61. package/dist/site-editor/tools/designs/Designs.js.map +1 -1
  62. package/dist/site-editor/tools/section/ToolSection.d.ts +0 -1
  63. package/dist/site-editor/tools/section/ToolSection.d.ts.map +1 -1
  64. package/dist/site-editor/tools/section/ToolSection.js +4 -13
  65. package/dist/site-editor/tools/section/ToolSection.js.map +1 -1
  66. package/dist/site-editor/tools/section/ToolSection.local.css +1 -1
  67. package/dist/site-editor/tools/section/ToolSection.local.css.map +1 -1
  68. package/dist/site-editor-app/SiteEditorApp.pack.global.css +1 -1
  69. package/dist/site-editor-app/SiteEditorApp.pack.global.css.map +1 -1
  70. package/dist/site-editor-app/SiteEditorApp.pack.js +684 -278
  71. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  72. package/dist/site-editor-app/SiteEditorApp.pack.local.css +1 -1
  73. package/dist/site-editor-app/SiteEditorApp.pack.local.css.map +1 -1
  74. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  75. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  76. package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.d.ts.map +1 -1
  77. package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +56 -28
  78. package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
  79. package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css +1 -1
  80. package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css.map +1 -1
  81. package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.d.ts +37 -0
  82. package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.d.ts.map +1 -0
  83. package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css +2 -0
  84. package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css.map +1 -0
  85. package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js +206 -0
  86. package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js.map +1 -0
  87. package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.d.ts +18 -0
  88. package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.d.ts.map +1 -0
  89. package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.global.css +2 -0
  90. package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.global.css.map +1 -0
  91. package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.js +186 -0
  92. package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.js.map +1 -0
  93. package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.d.ts +43 -0
  94. package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.d.ts.map +1 -0
  95. package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css +2 -0
  96. package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css.map +1 -0
  97. package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.js +74 -0
  98. package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.js.map +1 -0
  99. package/dist/tsconfig.tsbuildinfo +1 -1
  100. package/dist/web/AppIndex.pack.global.css +1 -1
  101. package/dist/web/AppIndex.pack.global.css.map +1 -1
  102. package/dist/web/AppIndex.pack.js +2 -1
  103. package/dist/web/AppIndex.pack.js.map +1 -1
  104. package/dist/web/AppIndex.pack.min.js +1 -1
  105. package/dist/web/AppIndex.pack.min.js.map +1 -1
  106. package/dist/web/page/mails/service/ConversationService.js +1 -1
  107. package/dist/web/page/mails/service/ConversationService.js.map +1 -1
  108. package/dist/web/page/mails/service/MailService.d.ts.map +1 -1
  109. package/dist/web/page/mails/service/MailService.js +1 -0
  110. package/dist/web/page/mails/service/MailService.js.map +1 -1
  111. package/dist/web/page/mails/service/MsgStyle.global.css +1 -1
  112. package/dist/web/page/mails/service/MsgStyle.global.css.map +1 -1
  113. package/package.json +1 -1
  114. package/src/site-editor/editor/HtmlPageEditor.tsx +0 -2
  115. package/src/site-editor/editor/UndoRedo.tsx +27 -1
  116. package/src/site-editor/suggestions/pair.ts +3 -2
  117. package/src/site-editor/tools/designs/Designs.tsx +2 -2
  118. package/src/site-editor/tools/section/ToolSection.local.css +1 -1
  119. package/src/site-editor/tools/section/ToolSection.tsx +1 -9
  120. package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css +9 -4
  121. package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +63 -48
  122. package/src/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css +11 -0
  123. package/src/site-editor-app/pages/websites/studio/layers/StudioLayers.tsx +218 -0
  124. package/src/site-editor-app/pages/websites/studio/layers/TreeElement.global.css +85 -0
  125. package/src/site-editor-app/pages/websites/studio/layers/TreeElement.tsx +202 -0
  126. package/src/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css +60 -0
  127. package/src/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.tsx +79 -0
  128. package/src/web/page/mails/service/ConversationService.tsx +1 -1
  129. package/src/web/page/mails/service/MailService.ts +1 -0
  130. package/src/web/page/mails/service/MsgStyle.global.css +4 -0
  131. package/dist/site-editor/editor/BreadCrum.d.ts +0 -13
  132. package/dist/site-editor/editor/BreadCrum.d.ts.map +0 -1
  133. package/dist/site-editor/editor/BreadCrum.global.css +0 -2
  134. package/dist/site-editor/editor/BreadCrum.global.css.map +0 -1
  135. package/dist/site-editor/editor/BreadCrum.js +0 -122
  136. package/dist/site-editor/editor/BreadCrum.js.map +0 -1
  137. package/dist/site-editor/tools/Tools.d.ts +0 -5
  138. package/dist/site-editor/tools/Tools.d.ts.map +0 -1
  139. package/dist/site-editor/tools/Tools.js +0 -24
  140. package/dist/site-editor/tools/Tools.js.map +0 -1
  141. package/dist/site-editor/tools/Tools.local.css +0 -2
  142. package/dist/site-editor/tools/Tools.local.css.map +0 -1
  143. package/src/site-editor/editor/BreadCrum.global.css +0 -86
  144. package/src/site-editor/editor/BreadCrum.tsx +0 -131
  145. package/src/site-editor/tools/Tools.local.css +0 -9
  146. package/src/site-editor/tools/Tools.tsx +0 -13
@@ -2,78 +2,97 @@ export declare const editorSuggestions: {
2
2
  "styler-clip-path": {
3
3
  label: string;
4
4
  value: string;
5
+ className: any;
5
6
  }[];
6
7
  "styler-on-enter": {
7
8
  label: string;
8
9
  value: string;
10
+ className: any;
9
11
  }[];
10
12
  "styler-on-enter-effect-1": {
11
13
  label: string;
12
14
  value: string;
15
+ className: any;
13
16
  }[];
14
17
  "styler-on-enter-effect-2": {
15
18
  label: string;
16
19
  value: string;
20
+ className: any;
17
21
  }[];
18
22
  "styler-on-hover": {
19
23
  label: string;
20
24
  value: string;
25
+ className: any;
21
26
  }[];
22
27
  "styler-on-hover-effect-1": {
23
28
  label: string;
24
29
  value: string;
30
+ className: any;
25
31
  }[];
26
32
  "styler-on-hover-effect-2": {
27
33
  label: string;
28
34
  value: string;
35
+ className: any;
29
36
  }[];
30
37
  "styler-on-leave": {
31
38
  label: string;
32
39
  value: string;
40
+ className: any;
33
41
  }[];
34
42
  "styler-on-leave-effect-1": {
35
43
  label: string;
36
44
  value: string;
45
+ className: any;
37
46
  }[];
38
47
  "styler-on-leave-effect-2": {
39
48
  label: string;
40
49
  value: string;
50
+ className: any;
41
51
  }[];
42
52
  "styler-on-scroll": {
43
53
  label: string;
44
54
  value: string;
55
+ className: any;
45
56
  }[];
46
57
  "styler-on-scroll-effect-1": {
47
58
  label: string;
48
59
  value: string;
60
+ className: any;
49
61
  }[];
50
62
  "styler-on-scroll-effect-2": {
51
63
  label: string;
52
64
  value: string;
65
+ className: any;
53
66
  }[];
54
67
  "styler-on-scroll-above": {
55
68
  label: string;
56
69
  value: string;
70
+ className: any;
57
71
  }[];
58
72
  "styler-on-scroll-above-effect-1": {
59
73
  label: string;
60
74
  value: string;
75
+ className: any;
61
76
  }[];
62
77
  "styler-on-scroll-above-effect-2": {
63
78
  label: string;
64
79
  value: string;
80
+ className: any;
65
81
  }[];
66
82
  "styler-on-scroll-top-half": {
67
83
  label: string;
68
84
  value: string;
85
+ className: any;
69
86
  }[];
70
87
  "styler-on-scroll-top-half-effect-1": {
71
88
  label: string;
72
89
  value: string;
90
+ className: any;
73
91
  }[];
74
92
  "styler-on-scroll-top-half-effect-2": {
75
93
  label: string;
76
94
  value: string;
95
+ className: any;
77
96
  }[];
78
97
  "styler-on-enter-timing-function": {
79
98
  label: string;
@@ -294,18 +313,22 @@ export declare const editorSuggestions: {
294
313
  "styler-font-size": {
295
314
  label: string;
296
315
  value: string;
316
+ className: any;
297
317
  }[];
298
318
  "styler-mobile-font-size": {
299
319
  label: string;
300
320
  value: string;
321
+ className: any;
301
322
  }[];
302
323
  "styler-tablet-font-size": {
303
324
  label: string;
304
325
  value: string;
326
+ className: any;
305
327
  }[];
306
328
  "styler-desktop-font-size": {
307
329
  label: string;
308
330
  value: string;
331
+ className: any;
309
332
  }[];
310
333
  "styler-font-weight": {
311
334
  label: string;
@@ -338,14 +361,17 @@ export declare const editorSuggestions: {
338
361
  "styler-letter-spacing": {
339
362
  label: string;
340
363
  value: string;
364
+ className: any;
341
365
  }[];
342
366
  "styler-line-height": {
343
367
  label: string;
344
368
  value: string;
369
+ className: any;
345
370
  }[];
346
371
  "styler-text-shadow": {
347
372
  label: string;
348
373
  value: string;
374
+ className: any;
349
375
  }[];
350
376
  "styler-text-outline": {
351
377
  label: string;
@@ -354,79 +380,98 @@ export declare const editorSuggestions: {
354
380
  "styler-font-family": {
355
381
  label: string;
356
382
  value: string;
383
+ className: any;
357
384
  }[];
358
385
  "styler-font": any[];
359
386
  "styler-padding": {
360
387
  label: string;
361
388
  value: string;
389
+ className: any;
362
390
  }[];
363
391
  "styler-padding-left": {
364
392
  label: string;
365
393
  value: string;
394
+ className: any;
366
395
  }[];
367
396
  "styler-padding-top": {
368
397
  label: string;
369
398
  value: string;
399
+ className: any;
370
400
  }[];
371
401
  "styler-padding-right": {
372
402
  label: string;
373
403
  value: string;
404
+ className: any;
374
405
  }[];
375
406
  "styler-padding-bottom": {
376
407
  label: string;
377
408
  value: string;
409
+ className: any;
378
410
  }[];
379
411
  "styler-margin": {
380
412
  label: string;
381
413
  value: string;
414
+ className: any;
382
415
  }[];
383
416
  "styler-margin-left": {
384
417
  label: string;
385
418
  value: string;
419
+ className: any;
386
420
  }[];
387
421
  "styler-margin-top": {
388
422
  label: string;
389
423
  value: string;
424
+ className: any;
390
425
  }[];
391
426
  "styler-margin-right": {
392
427
  label: string;
393
428
  value: string;
429
+ className: any;
394
430
  }[];
395
431
  "styler-margin-bottom": {
396
432
  label: string;
397
433
  value: string;
434
+ className: any;
398
435
  }[];
399
436
  "styler-grid-template-rows": {
400
437
  label: string;
401
438
  value: string;
439
+ className: any;
402
440
  }[];
403
441
  "styler-grid-template-columns": {
404
442
  label: string;
405
443
  value: string;
444
+ className: any;
406
445
  }[];
407
446
  "styler-grid-row": {
408
447
  label: string;
409
448
  value: string;
449
+ className: any;
410
450
  }[];
411
451
  "styler-grid-row-start": {
412
452
  label: string;
413
453
  value: string;
454
+ className: any;
414
455
  }[];
415
456
  "styler-grid-row-end": {
416
457
  label: string;
417
458
  value: string;
459
+ className: any;
418
460
  }[];
419
461
  "styler-grid-column": {
420
462
  label: string;
421
463
  value: string;
464
+ className: any;
422
465
  }[];
423
466
  "styler-grid-column-start": {
424
467
  label: string;
425
468
  value: string;
469
+ className: any;
426
470
  }[];
427
471
  "styler-grid-column-end": {
428
472
  label: string;
429
473
  value: string;
474
+ className: any;
430
475
  }[];
431
476
  "styler-object-fit": {
432
477
  label: string;
@@ -499,50 +544,62 @@ export declare const editorSuggestions: {
499
544
  "styler-gap": {
500
545
  label: string;
501
546
  value: string;
547
+ className: any;
502
548
  }[];
503
549
  "styler-row-gap": {
504
550
  label: string;
505
551
  value: string;
552
+ className: any;
506
553
  }[];
507
554
  "styler-column-gap": {
508
555
  label: string;
509
556
  value: string;
557
+ className: any;
510
558
  }[];
511
559
  "styler-transform": {
512
560
  label: string;
513
561
  value: string;
562
+ className: any;
514
563
  }[];
515
564
  "styler-rotate": {
516
565
  label: string;
517
566
  value: string;
567
+ className: any;
518
568
  }[];
519
569
  "styler-scale": {
520
570
  label: string;
521
571
  value: string;
572
+ className: any;
522
573
  }[];
523
574
  "styler-translate": {
524
575
  label: string;
525
576
  value: string;
577
+ className: any;
526
578
  }[];
527
579
  "styler-desktop-transform": {
528
580
  label: string;
529
581
  value: string;
582
+ className: any;
530
583
  }[];
531
584
  "styler-tablet-transform": {
532
585
  label: string;
533
586
  value: string;
587
+ className: any;
534
588
  }[];
535
589
  "styler-transform-origin": {
536
590
  label: string;
537
591
  value: string;
592
+ className: any;
538
593
  }[];
539
594
  "styler-desktop-transform-origin": {
540
595
  label: string;
541
596
  value: string;
597
+ className: any;
542
598
  }[];
543
599
  "styler-tablet-transform-origin": {
544
600
  label: string;
545
601
  value: string;
602
+ className: any;
546
603
  }[];
547
604
  "styler-overflow": {
548
605
  label: string;
@@ -567,14 +624,17 @@ export declare const editorSuggestions: {
567
624
  "styler-backdrop-filter": {
568
625
  label: string;
569
626
  value: string;
627
+ className: any;
570
628
  }[];
571
629
  "styler-box-shadow": {
572
630
  label: string;
573
631
  value: string;
632
+ className: any;
574
633
  }[];
575
634
  "styler-opacity": {
576
635
  label: string;
577
636
  value: string;
637
+ className: any;
578
638
  }[];
579
639
  "styler-backface-visibility": {
580
640
  label: string;
@@ -583,6 +643,7 @@ export declare const editorSuggestions: {
583
643
  "styler-border": (string | {
584
644
  label: string;
585
645
  value: string;
646
+ className: any;
586
647
  })[];
587
648
  "styler-border-style": {
588
649
  label: string;
@@ -591,18 +652,22 @@ export declare const editorSuggestions: {
591
652
  "styler-border-width": {
592
653
  label: string;
593
654
  value: string;
655
+ className: any;
594
656
  }[];
595
657
  "styler-border-radius": {
596
658
  label: string;
597
659
  value: string;
660
+ className: any;
598
661
  }[];
599
662
  "styler-border-color": {
600
663
  label: string;
601
664
  value: string;
665
+ className: any;
602
666
  }[];
603
667
  "styler-border-hover-color": {
604
668
  label: string;
605
669
  value: string;
670
+ className: any;
606
671
  }[];
607
672
  "styler-position": {
608
673
  label: string;
@@ -611,254 +676,317 @@ export declare const editorSuggestions: {
611
676
  "styler-left": {
612
677
  label: string;
613
678
  value: string;
679
+ className: any;
614
680
  }[];
615
681
  "styler-top": {
616
682
  label: string;
617
683
  value: string;
684
+ className: any;
618
685
  }[];
619
686
  "styler-right": {
620
687
  label: string;
621
688
  value: string;
689
+ className: any;
622
690
  }[];
623
691
  "styler-bottom": {
624
692
  label: string;
625
693
  value: string;
694
+ className: any;
626
695
  }[];
627
696
  "styler-z-index": {
628
697
  label: string;
629
698
  value: string;
699
+ className: any;
630
700
  }[];
631
701
  "styler-inset": {
632
702
  label: string;
633
703
  value: string;
704
+ className: any;
634
705
  }[];
635
706
  "styler-mobile-inset": {
636
707
  label: string;
637
708
  value: string;
709
+ className: any;
638
710
  }[];
639
711
  "styler-desktop-inset": {
640
712
  label: string;
641
713
  value: string;
714
+ className: any;
642
715
  }[];
643
716
  "styler-tablet-inset": {
644
717
  label: string;
645
718
  value: string;
719
+ className: any;
646
720
  }[];
647
721
  "styler-width": {
648
722
  label: string;
649
723
  value: string;
724
+ className: any;
650
725
  }[];
651
726
  "styler-min-width": {
652
727
  label: string;
653
728
  value: string;
729
+ className: any;
654
730
  }[];
655
731
  "styler-max-width": {
656
732
  label: string;
657
733
  value: string;
734
+ className: any;
658
735
  }[];
659
736
  "styler-height": {
660
737
  label: string;
661
738
  value: string;
739
+ className: any;
662
740
  }[];
663
741
  "styler-min-height": {
664
742
  label: string;
665
743
  value: string;
744
+ className: any;
666
745
  }[];
667
746
  "styler-max-height": {
668
747
  label: string;
669
748
  value: string;
749
+ className: any;
670
750
  }[];
671
751
  "styler-desktop-width": {
672
752
  label: string;
673
753
  value: string;
754
+ className: any;
674
755
  }[];
675
756
  "styler-desktop-min-width": {
676
757
  label: string;
677
758
  value: string;
759
+ className: any;
678
760
  }[];
679
761
  "styler-desktop-max-width": {
680
762
  label: string;
681
763
  value: string;
764
+ className: any;
682
765
  }[];
683
766
  "styler-desktop-height": {
684
767
  label: string;
685
768
  value: string;
769
+ className: any;
686
770
  }[];
687
771
  "styler-desktop-min-height": {
688
772
  label: string;
689
773
  value: string;
774
+ className: any;
690
775
  }[];
691
776
  "styler-desktop-max-height": {
692
777
  label: string;
693
778
  value: string;
779
+ className: any;
694
780
  }[];
695
781
  "styler-tablet-width": {
696
782
  label: string;
697
783
  value: string;
784
+ className: any;
698
785
  }[];
699
786
  "styler-tablet-min-width": {
700
787
  label: string;
701
788
  value: string;
789
+ className: any;
702
790
  }[];
703
791
  "styler-tablet-max-width": {
704
792
  label: string;
705
793
  value: string;
794
+ className: any;
706
795
  }[];
707
796
  "styler-tablet-height": {
708
797
  label: string;
709
798
  value: string;
799
+ className: any;
710
800
  }[];
711
801
  "styler-tablet-min-height": {
712
802
  label: string;
713
803
  value: string;
804
+ className: any;
714
805
  }[];
715
806
  "styler-tablet-max-height": {
716
807
  label: string;
717
808
  value: string;
809
+ className: any;
718
810
  }[];
719
811
  "styler-mobile-width": {
720
812
  label: string;
721
813
  value: string;
814
+ className: any;
722
815
  }[];
723
816
  "styler-mobile-min-width": {
724
817
  label: string;
725
818
  value: string;
819
+ className: any;
726
820
  }[];
727
821
  "styler-mobile-max-width": {
728
822
  label: string;
729
823
  value: string;
824
+ className: any;
730
825
  }[];
731
826
  "styler-mobile-height": {
732
827
  label: string;
733
828
  value: string;
829
+ className: any;
734
830
  }[];
735
831
  "styler-mobile-min-height": {
736
832
  label: string;
737
833
  value: string;
834
+ className: any;
738
835
  }[];
739
836
  "styler-mobile-max-height": {
740
837
  label: string;
741
838
  value: string;
839
+ className: any;
742
840
  }[];
743
841
  "styler-all-child-width": {
744
842
  label: string;
745
843
  value: string;
844
+ className: any;
746
845
  }[];
747
846
  "styler-all-child-min-width": {
748
847
  label: string;
749
848
  value: string;
849
+ className: any;
750
850
  }[];
751
851
  "styler-all-child-max-width": {
752
852
  label: string;
753
853
  value: string;
854
+ className: any;
754
855
  }[];
755
856
  "styler-all-child-height": {
756
857
  label: string;
757
858
  value: string;
859
+ className: any;
758
860
  }[];
759
861
  "styler-all-child-min-height": {
760
862
  label: string;
761
863
  value: string;
864
+ className: any;
762
865
  }[];
763
866
  "styler-all-child-max-height": {
764
867
  label: string;
765
868
  value: string;
869
+ className: any;
766
870
  }[];
767
871
  "styler-child-width": {
768
872
  label: string;
769
873
  value: string;
874
+ className: any;
770
875
  }[];
771
876
  "styler-child-min-width": {
772
877
  label: string;
773
878
  value: string;
879
+ className: any;
774
880
  }[];
775
881
  "styler-child-max-width": {
776
882
  label: string;
777
883
  value: string;
884
+ className: any;
778
885
  }[];
779
886
  "styler-child-height": {
780
887
  label: string;
781
888
  value: string;
889
+ className: any;
782
890
  }[];
783
891
  "styler-child-min-height": {
784
892
  label: string;
785
893
  value: string;
894
+ className: any;
786
895
  }[];
787
896
  "styler-child-max-height": {
788
897
  label: string;
789
898
  value: string;
899
+ className: any;
790
900
  }[];
791
901
  "styler-desktop-child-width": {
792
902
  label: string;
793
903
  value: string;
904
+ className: any;
794
905
  }[];
795
906
  "styler-desktop-child-min-width": {
796
907
  label: string;
797
908
  value: string;
909
+ className: any;
798
910
  }[];
799
911
  "styler-desktop-child-max-width": {
800
912
  label: string;
801
913
  value: string;
914
+ className: any;
802
915
  }[];
803
916
  "styler-desktop-child-height": {
804
917
  label: string;
805
918
  value: string;
919
+ className: any;
806
920
  }[];
807
921
  "styler-desktop-child-min-height": {
808
922
  label: string;
809
923
  value: string;
924
+ className: any;
810
925
  }[];
811
926
  "styler-desktop-child-max-height": {
812
927
  label: string;
813
928
  value: string;
929
+ className: any;
814
930
  }[];
815
931
  "styler-tablet-child-width": {
816
932
  label: string;
817
933
  value: string;
934
+ className: any;
818
935
  }[];
819
936
  "styler-tablet-child-min-width": {
820
937
  label: string;
821
938
  value: string;
939
+ className: any;
822
940
  }[];
823
941
  "styler-tablet-child-max-width": {
824
942
  label: string;
825
943
  value: string;
944
+ className: any;
826
945
  }[];
827
946
  "styler-tablet-child-height": {
828
947
  label: string;
829
948
  value: string;
949
+ className: any;
830
950
  }[];
831
951
  "styler-tablet-child-min-height": {
832
952
  label: string;
833
953
  value: string;
954
+ className: any;
834
955
  }[];
835
956
  "styler-tablet-child-max-height": {
836
957
  label: string;
837
958
  value: string;
959
+ className: any;
838
960
  }[];
839
961
  "styler-mobile-child-width": {
840
962
  label: string;
841
963
  value: string;
964
+ className: any;
842
965
  }[];
843
966
  "styler-mobile-child-min-width": {
844
967
  label: string;
845
968
  value: string;
969
+ className: any;
846
970
  }[];
847
971
  "styler-mobile-child-max-width": {
848
972
  label: string;
849
973
  value: string;
974
+ className: any;
850
975
  }[];
851
976
  "styler-mobile-child-height": {
852
977
  label: string;
853
978
  value: string;
979
+ className: any;
854
980
  }[];
855
981
  "styler-mobile-child-min-height": {
856
982
  label: string;
857
983
  value: string;
984
+ className: any;
858
985
  }[];
859
986
  "styler-mobile-child-max-height": {
860
987
  label: string;
861
988
  value: string;
989
+ className: any;
862
990
  }[];
863
991
  "styler-layout": {
864
992
  label: string;
@@ -879,6 +1007,7 @@ export declare const editorSuggestions: {
879
1007
  "styler-mask-size": {
880
1008
  label: string;
881
1009
  value: string;
1010
+ className: any;
882
1011
  }[];
883
1012
  "styler-mask-on-enter-position": {
884
1013
  label: string;
@@ -891,14 +1020,17 @@ export declare const editorSuggestions: {
891
1020
  "styler-mask-on-enter-size": {
892
1021
  label: string;
893
1022
  value: string;
1023
+ className: any;
894
1024
  }[];
895
1025
  "styler-background": {
896
1026
  label: string;
897
1027
  value: string;
1028
+ className: any;
898
1029
  }[];
899
1030
  "styler-background-size": {
900
1031
  label: string;
901
1032
  value: string;
1033
+ className: any;
902
1034
  }[];
903
1035
  "styler-background-clip": {
904
1036
  label: string;
@@ -939,26 +1071,32 @@ export declare const editorSuggestions: {
939
1071
  "styler-background-color": {
940
1072
  label: string;
941
1073
  value: string;
1074
+ className: any;
942
1075
  }[];
943
1076
  "styler-backgorund-hover-color": {
944
1077
  label: string;
945
1078
  value: string;
1079
+ className: any;
946
1080
  }[];
947
1081
  "styler-background-mode": {
948
1082
  label: string;
949
1083
  value: string;
1084
+ className: any;
950
1085
  }[];
951
1086
  "styler-color": {
952
1087
  label: string;
953
1088
  value: string;
1089
+ className: any;
954
1090
  }[];
955
1091
  "styler-hover-color": {
956
1092
  label: string;
957
1093
  value: string;
1094
+ className: any;
958
1095
  }[];
959
1096
  "styler-placeholder-color": {
960
1097
  label: string;
961
1098
  value: string;
1099
+ className: any;
962
1100
  }[];
963
1101
  };
964
1102
  //# sourceMappingURL=editorSuggestions.d.ts.map