@wix/app-extensions 1.0.18 → 1.0.19

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.
@@ -564,8 +564,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
564
564
  NodeType2["LAYOUT"] = "LAYOUT";
565
565
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
566
566
  NodeType2["SHAPE"] = "SHAPE";
567
+ NodeType2["CARD"] = "CARD";
567
568
  return NodeType2;
568
569
  })(NodeType || {});
570
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
571
+ BackgroundType2["COLOR"] = "COLOR";
572
+ BackgroundType2["GRADIENT"] = "GRADIENT";
573
+ return BackgroundType2;
574
+ })(BackgroundType || {});
575
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
576
+ GradientType2["LINEAR"] = "LINEAR";
577
+ GradientType2["RADIAL"] = "RADIAL";
578
+ return GradientType2;
579
+ })(GradientType || {});
569
580
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
570
581
  WidthType2["CONTENT"] = "CONTENT";
571
582
  WidthType2["SMALL"] = "SMALL";
@@ -701,12 +712,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
701
712
  PollLayoutDirection2["RTL"] = "RTL";
702
713
  return PollLayoutDirection2;
703
714
  })(PollLayoutDirection || {});
704
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
705
- BackgroundType2["COLOR"] = "COLOR";
706
- BackgroundType2["IMAGE"] = "IMAGE";
707
- BackgroundType2["GRADIENT"] = "GRADIENT";
708
- return BackgroundType2;
709
- })(BackgroundType || {});
715
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
716
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
717
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
718
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
719
+ return PollDesignBackgroundType2;
720
+ })(PollDesignBackgroundType || {});
710
721
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
711
722
  DecorationType2["BOLD"] = "BOLD";
712
723
  DecorationType2["ITALIC"] = "ITALIC";
@@ -793,12 +804,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
793
804
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
794
805
  return NullValue2;
795
806
  })(NullValue || {});
796
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
797
- Scaling2["AUTO"] = "AUTO";
798
- Scaling2["CONTAIN"] = "CONTAIN";
799
- Scaling2["COVER"] = "COVER";
800
- return Scaling2;
801
- })(Scaling || {});
807
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
808
+ ImageScalingScaling2["AUTO"] = "AUTO";
809
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
810
+ ImageScalingScaling2["COVER"] = "COVER";
811
+ return ImageScalingScaling2;
812
+ })(ImageScalingScaling || {});
802
813
  var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
803
814
  LayoutDataImagePosition2["CENTER"] = "CENTER";
804
815
  LayoutDataImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -816,6 +827,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
816
827
  Origin2["LAYOUT"] = "LAYOUT";
817
828
  return Origin2;
818
829
  })(Origin || {});
830
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
831
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
832
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
833
+ return LayoutDataBackgroundType2;
834
+ })(LayoutDataBackgroundType || {});
835
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
836
+ BackdropType2["COLOR"] = "COLOR";
837
+ BackdropType2["GRADIENT"] = "GRADIENT";
838
+ return BackdropType2;
839
+ })(BackdropType || {});
819
840
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
820
841
  VerticalAlignmentAlignment2["TOP"] = "TOP";
821
842
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -832,6 +853,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
832
853
  DesignTarget2["CELL"] = "CELL";
833
854
  return DesignTarget2;
834
855
  })(DesignTarget || {});
856
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
857
+ Scaling2["AUTO"] = "AUTO";
858
+ Scaling2["CONTAIN"] = "CONTAIN";
859
+ Scaling2["COVER"] = "COVER";
860
+ return Scaling2;
861
+ })(Scaling || {});
862
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
863
+ ImagePositionPosition2["CENTER"] = "CENTER";
864
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
865
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
866
+ ImagePositionPosition2["TOP"] = "TOP";
867
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
868
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
869
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
870
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
871
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
872
+ return ImagePositionPosition2;
873
+ })(ImagePositionPosition || {});
874
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
875
+ CardDataBackgroundType2["COLOR"] = "COLOR";
876
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
877
+ return CardDataBackgroundType2;
878
+ })(CardDataBackgroundType || {});
835
879
  var TestEnum = /* @__PURE__ */ ((TestEnum2) => {
836
880
  TestEnum2["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
837
881
  TestEnum2["FIRST_TEST"] = "FIRST_TEST";
@@ -5377,6 +5421,7 @@ export {
5377
5421
  AvatarShape,
5378
5422
  BackOfficeHostingPlatforms,
5379
5423
  BackOfficeScriptAssetType,
5424
+ BackdropType,
5380
5425
  BackgroundModeEnum,
5381
5426
  BackgroundType,
5382
5427
  BarAlignmentSelected,
@@ -5385,6 +5430,7 @@ export {
5385
5430
  BreakpointEnumBreakpoint,
5386
5431
  ButtonDataType,
5387
5432
  CalendarType,
5433
+ CardDataBackgroundType,
5388
5434
  CardStylesAlignment,
5389
5435
  CardStylesType,
5390
5436
  Category,
@@ -5448,6 +5494,7 @@ export {
5448
5494
  FontType,
5449
5495
  Format,
5450
5496
  GIFType,
5497
+ GradientType,
5451
5498
  GroupType,
5452
5499
  HTMLDataSource,
5453
5500
  HTTPMethod,
@@ -5460,6 +5507,8 @@ export {
5460
5507
  ImageCategoryTypes,
5461
5508
  ImageFit,
5462
5509
  ImagePosition,
5510
+ ImagePositionPosition,
5511
+ ImageScalingScaling,
5463
5512
  ImageShape,
5464
5513
  ImageStylesPosition,
5465
5514
  ImageType,
@@ -5474,6 +5523,7 @@ export {
5474
5523
  InterfaceConfigurationType,
5475
5524
  ItemType,
5476
5525
  Layout,
5526
+ LayoutDataBackgroundType,
5477
5527
  LayoutDataImagePosition,
5478
5528
  LayoutMode,
5479
5529
  LayoutType,
@@ -5526,6 +5576,7 @@ export {
5526
5576
  PlanPeriodUnit,
5527
5577
  PluginContainerDataAlignment,
5528
5578
  PluginInterface,
5579
+ PollDesignBackgroundType,
5529
5580
  PollLayoutDirection,
5530
5581
  PollLayoutType,
5531
5582
  PriceType,