@wix/auto_sdk_blog_posts 1.0.139 → 1.0.141

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 (37) hide show
  1. package/build/cjs/index.d.ts +11 -15
  2. package/build/cjs/index.js +459 -35
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +288 -56
  5. package/build/cjs/index.typings.js +301 -22
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +270 -26
  8. package/build/cjs/meta.js +295 -16
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +11 -15
  11. package/build/es/index.mjs +450 -35
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +288 -56
  14. package/build/es/index.typings.mjs +292 -22
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +270 -26
  17. package/build/es/meta.mjs +286 -16
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +11 -15
  20. package/build/internal/cjs/index.js +459 -35
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +288 -56
  23. package/build/internal/cjs/index.typings.js +301 -22
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +270 -26
  26. package/build/internal/cjs/meta.js +295 -16
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +11 -15
  29. package/build/internal/es/index.mjs +450 -35
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +288 -56
  32. package/build/internal/es/index.typings.mjs +292 -22
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +270 -26
  35. package/build/internal/es/meta.mjs +286 -16
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
package/build/es/meta.mjs CHANGED
@@ -361,6 +361,24 @@ function getPost(payload) {
361
361
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
362
362
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
363
363
  { path: "post.metrics.averageRating" },
364
+ {
365
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
366
+ },
367
+ {
368
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
369
+ },
370
+ {
371
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
372
+ },
373
+ {
374
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
375
+ },
376
+ {
377
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
378
+ },
379
+ {
380
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
381
+ },
364
382
  {
365
383
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
366
384
  },
@@ -392,7 +410,39 @@ function getPost(payload) {
392
410
  {
393
411
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
394
412
  },
395
- { path: "post.richContent.nodes.shapeData.shape.duration" }
413
+ {
414
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
415
+ },
416
+ {
417
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
418
+ },
419
+ {
420
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
421
+ },
422
+ {
423
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
424
+ },
425
+ {
426
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
427
+ },
428
+ {
429
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
430
+ },
431
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
432
+ {
433
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
434
+ },
435
+ {
436
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
437
+ },
438
+ {
439
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
440
+ },
441
+ {
442
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
443
+ },
444
+ { path: "post.richContent.nodes.tocData.fontSize" },
445
+ { path: "post.richContent.nodes.tocData.itemSpacing" }
396
446
  ]
397
447
  }
398
448
  ])
@@ -459,6 +509,24 @@ function getPostBySlug(payload) {
459
509
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
460
510
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
461
511
  { path: "post.metrics.averageRating" },
512
+ {
513
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
514
+ },
515
+ {
516
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
517
+ },
518
+ {
519
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
520
+ },
521
+ {
522
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
523
+ },
524
+ {
525
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
526
+ },
527
+ {
528
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
529
+ },
462
530
  {
463
531
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
464
532
  },
@@ -490,7 +558,39 @@ function getPostBySlug(payload) {
490
558
  {
491
559
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
492
560
  },
493
- { path: "post.richContent.nodes.shapeData.shape.duration" }
561
+ {
562
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
563
+ },
564
+ {
565
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
566
+ },
567
+ {
568
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
569
+ },
570
+ {
571
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
572
+ },
573
+ {
574
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
575
+ },
576
+ {
577
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
578
+ },
579
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
580
+ {
581
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
582
+ },
583
+ {
584
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
585
+ },
586
+ {
587
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
588
+ },
589
+ {
590
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
591
+ },
592
+ { path: "post.richContent.nodes.tocData.fontSize" },
593
+ { path: "post.richContent.nodes.tocData.itemSpacing" }
494
594
  ]
495
595
  }
496
596
  ])
@@ -559,6 +659,24 @@ function listPosts(payload) {
559
659
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
560
660
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
561
661
  { path: "posts.metrics.averageRating" },
662
+ {
663
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
664
+ },
665
+ {
666
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
667
+ },
668
+ {
669
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
670
+ },
671
+ {
672
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
673
+ },
674
+ {
675
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
676
+ },
677
+ {
678
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
679
+ },
562
680
  {
563
681
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
564
682
  },
@@ -592,7 +710,39 @@ function listPosts(payload) {
592
710
  {
593
711
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
594
712
  },
595
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
713
+ {
714
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
715
+ },
716
+ {
717
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
718
+ },
719
+ {
720
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
721
+ },
722
+ {
723
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
724
+ },
725
+ {
726
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
727
+ },
728
+ {
729
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
730
+ },
731
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
732
+ {
733
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
734
+ },
735
+ {
736
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
737
+ },
738
+ {
739
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
740
+ },
741
+ {
742
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
743
+ },
744
+ { path: "posts.richContent.nodes.tocData.fontSize" },
745
+ { path: "posts.richContent.nodes.tocData.itemSpacing" }
596
746
  ]
597
747
  }
598
748
  ])
@@ -661,6 +811,24 @@ function queryPosts(payload) {
661
811
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
662
812
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
663
813
  { path: "posts.metrics.averageRating" },
814
+ {
815
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
816
+ },
817
+ {
818
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
819
+ },
820
+ {
821
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
822
+ },
823
+ {
824
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
825
+ },
826
+ {
827
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
828
+ },
829
+ {
830
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
831
+ },
664
832
  {
665
833
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
666
834
  },
@@ -694,7 +862,39 @@ function queryPosts(payload) {
694
862
  {
695
863
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
696
864
  },
697
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
865
+ {
866
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
867
+ },
868
+ {
869
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
870
+ },
871
+ {
872
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
873
+ },
874
+ {
875
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
876
+ },
877
+ {
878
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
879
+ },
880
+ {
881
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
882
+ },
883
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
884
+ {
885
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
886
+ },
887
+ {
888
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
889
+ },
890
+ {
891
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
892
+ },
893
+ {
894
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
895
+ },
896
+ { path: "posts.richContent.nodes.tocData.fontSize" },
897
+ { path: "posts.richContent.nodes.tocData.itemSpacing" }
698
898
  ]
699
899
  }
700
900
  ])
@@ -767,8 +967,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
767
967
  NodeType2["LAYOUT"] = "LAYOUT";
768
968
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
769
969
  NodeType2["SHAPE"] = "SHAPE";
970
+ NodeType2["CARD"] = "CARD";
971
+ NodeType2["TOC"] = "TOC";
770
972
  return NodeType2;
771
973
  })(NodeType || {});
974
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
975
+ BackgroundType2["COLOR"] = "COLOR";
976
+ BackgroundType2["GRADIENT"] = "GRADIENT";
977
+ return BackgroundType2;
978
+ })(BackgroundType || {});
979
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
980
+ GradientType2["LINEAR"] = "LINEAR";
981
+ GradientType2["RADIAL"] = "RADIAL";
982
+ return GradientType2;
983
+ })(GradientType || {});
772
984
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
773
985
  WidthType2["CONTENT"] = "CONTENT";
774
986
  WidthType2["SMALL"] = "SMALL";
@@ -867,6 +1079,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
867
1079
  Source2["HTML"] = "HTML";
868
1080
  Source2["ADSENSE"] = "ADSENSE";
869
1081
  Source2["AI"] = "AI";
1082
+ Source2["AI_WIDGET"] = "AI_WIDGET";
870
1083
  return Source2;
871
1084
  })(Source || {});
872
1085
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -904,12 +1117,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
904
1117
  PollLayoutDirection2["RTL"] = "RTL";
905
1118
  return PollLayoutDirection2;
906
1119
  })(PollLayoutDirection || {});
907
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
908
- BackgroundType2["COLOR"] = "COLOR";
909
- BackgroundType2["IMAGE"] = "IMAGE";
910
- BackgroundType2["GRADIENT"] = "GRADIENT";
911
- return BackgroundType2;
912
- })(BackgroundType || {});
1120
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1121
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1122
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1123
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1124
+ return PollDesignBackgroundType2;
1125
+ })(PollDesignBackgroundType || {});
913
1126
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
914
1127
  DecorationType2["BOLD"] = "BOLD";
915
1128
  DecorationType2["ITALIC"] = "ITALIC";
@@ -996,12 +1209,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
996
1209
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
997
1210
  return NullValue2;
998
1211
  })(NullValue || {});
999
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1000
- Scaling2["AUTO"] = "AUTO";
1001
- Scaling2["CONTAIN"] = "CONTAIN";
1002
- Scaling2["COVER"] = "COVER";
1003
- return Scaling2;
1004
- })(Scaling || {});
1212
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1213
+ ImageScalingScaling2["AUTO"] = "AUTO";
1214
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1215
+ ImageScalingScaling2["COVER"] = "COVER";
1216
+ return ImageScalingScaling2;
1217
+ })(ImageScalingScaling || {});
1005
1218
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1006
1219
  ImagePosition2["CENTER"] = "CENTER";
1007
1220
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1019,6 +1232,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
1019
1232
  BannerOrigin2["LAYOUT"] = "LAYOUT";
1020
1233
  return BannerOrigin2;
1021
1234
  })(BannerOrigin || {});
1235
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1236
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1237
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1238
+ return LayoutDataBackgroundType2;
1239
+ })(LayoutDataBackgroundType || {});
1240
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1241
+ BackdropType2["COLOR"] = "COLOR";
1242
+ BackdropType2["GRADIENT"] = "GRADIENT";
1243
+ return BackdropType2;
1244
+ })(BackdropType || {});
1022
1245
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1023
1246
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1024
1247
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1035,6 +1258,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1035
1258
  DesignTarget2["CELL"] = "CELL";
1036
1259
  return DesignTarget2;
1037
1260
  })(DesignTarget || {});
1261
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1262
+ Scaling2["AUTO"] = "AUTO";
1263
+ Scaling2["CONTAIN"] = "CONTAIN";
1264
+ Scaling2["COVER"] = "COVER";
1265
+ return Scaling2;
1266
+ })(Scaling || {});
1267
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1268
+ ImagePositionPosition2["CENTER"] = "CENTER";
1269
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1270
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1271
+ ImagePositionPosition2["TOP"] = "TOP";
1272
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1273
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1274
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1275
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1276
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1277
+ return ImagePositionPosition2;
1278
+ })(ImagePositionPosition || {});
1279
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1280
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1281
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1282
+ return CardDataBackgroundType2;
1283
+ })(CardDataBackgroundType || {});
1284
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
1285
+ ListStyle2["PLAIN"] = "PLAIN";
1286
+ ListStyle2["NUMBERED"] = "NUMBERED";
1287
+ ListStyle2["LETTERS"] = "LETTERS";
1288
+ ListStyle2["ROMAN"] = "ROMAN";
1289
+ ListStyle2["BULLETED"] = "BULLETED";
1290
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
1291
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
1292
+ return ListStyle2;
1293
+ })(ListStyle || {});
1294
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
1295
+ Indentation2["NESTED"] = "NESTED";
1296
+ Indentation2["FLAT"] = "FLAT";
1297
+ return Indentation2;
1298
+ })(Indentation || {});
1038
1299
  var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1039
1300
  ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
1040
1301
  ModerationStatusStatus2["APPROVED"] = "APPROVED";
@@ -1280,9 +1541,11 @@ export {
1280
1541
  Alignment as AlignmentOriginal,
1281
1542
  AppType as AppTypeOriginal,
1282
1543
  AspectRatio as AspectRatioOriginal,
1544
+ BackdropType as BackdropTypeOriginal,
1283
1545
  BackgroundType as BackgroundTypeOriginal,
1284
1546
  BannerOrigin as BannerOriginOriginal,
1285
1547
  ButtonDataType as ButtonDataTypeOriginal,
1548
+ CardDataBackgroundType as CardDataBackgroundTypeOriginal,
1286
1549
  Crop as CropOriginal,
1287
1550
  DecorationType as DecorationTypeOriginal,
1288
1551
  DesignTarget as DesignTargetOriginal,
@@ -1293,11 +1556,17 @@ export {
1293
1556
  GIFType as GIFTypeOriginal,
1294
1557
  GetPostTemplatesSort as GetPostTemplatesSortOriginal,
1295
1558
  GetPostsSort as GetPostsSortOriginal,
1559
+ GradientType as GradientTypeOriginal,
1296
1560
  ImagePosition as ImagePositionOriginal,
1561
+ ImagePositionPosition as ImagePositionPositionOriginal,
1562
+ ImageScalingScaling as ImageScalingScalingOriginal,
1563
+ Indentation as IndentationOriginal,
1297
1564
  InitialExpandedItems as InitialExpandedItemsOriginal,
1565
+ LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
1298
1566
  Layout as LayoutOriginal,
1299
1567
  LayoutType as LayoutTypeOriginal,
1300
1568
  LineStyle as LineStyleOriginal,
1569
+ ListStyle as ListStyleOriginal,
1301
1570
  MapType as MapTypeOriginal,
1302
1571
  ModerationStatusStatus as ModerationStatusStatusOriginal,
1303
1572
  NodeType as NodeTypeOriginal,
@@ -1307,6 +1576,7 @@ export {
1307
1576
  Origin as OriginOriginal,
1308
1577
  Placement as PlacementOriginal,
1309
1578
  PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
1579
+ PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
1310
1580
  PollLayoutDirection as PollLayoutDirectionOriginal,
1311
1581
  PollLayoutType as PollLayoutTypeOriginal,
1312
1582
  Position as PositionOriginal,