@wix/auto_sdk_forms_submissions 1.0.103 → 1.0.105

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 (41) hide show
  1. package/build/cjs/{forms-v4-submission-submissions.universal-DSP0qe-E.d.ts → forms-v4-submission-submissions.universal-DEPmv7zz.d.ts} +220 -33
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +70 -12
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +70 -12
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +221 -33
  9. package/build/cjs/meta.js +70 -12
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{forms-v4-submission-submissions.universal-DSP0qe-E.d.mts → forms-v4-submission-submissions.universal-DEPmv7zz.d.mts} +220 -33
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +63 -12
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +63 -12
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +221 -33
  19. package/build/es/meta.mjs +63 -12
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{forms-v4-submission-submissions.universal-Bh2R7TwZ.d.ts → forms-v4-submission-submissions.universal-CUHR1GHh.d.ts} +220 -33
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +70 -12
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +70 -12
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +221 -33
  29. package/build/internal/cjs/meta.js +70 -12
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{forms-v4-submission-submissions.universal-Bh2R7TwZ.d.mts → forms-v4-submission-submissions.universal-CUHR1GHh.d.mts} +220 -33
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +63 -12
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +63 -12
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +221 -33
  39. package/build/internal/es/meta.mjs +63 -12
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1000,8 +1000,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1000
1000
  NodeType2["LAYOUT"] = "LAYOUT";
1001
1001
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1002
1002
  NodeType2["SHAPE"] = "SHAPE";
1003
+ NodeType2["CARD"] = "CARD";
1003
1004
  return NodeType2;
1004
1005
  })(NodeType || {});
1006
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1007
+ BackgroundType2["COLOR"] = "COLOR";
1008
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1009
+ return BackgroundType2;
1010
+ })(BackgroundType || {});
1011
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1012
+ GradientType2["LINEAR"] = "LINEAR";
1013
+ GradientType2["RADIAL"] = "RADIAL";
1014
+ return GradientType2;
1015
+ })(GradientType || {});
1005
1016
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1006
1017
  WidthType2["CONTENT"] = "CONTENT";
1007
1018
  WidthType2["SMALL"] = "SMALL";
@@ -1137,12 +1148,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1137
1148
  PollLayoutDirection2["RTL"] = "RTL";
1138
1149
  return PollLayoutDirection2;
1139
1150
  })(PollLayoutDirection || {});
1140
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1141
- BackgroundType2["COLOR"] = "COLOR";
1142
- BackgroundType2["IMAGE"] = "IMAGE";
1143
- BackgroundType2["GRADIENT"] = "GRADIENT";
1144
- return BackgroundType2;
1145
- })(BackgroundType || {});
1151
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1152
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1153
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1154
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1155
+ return PollDesignBackgroundType2;
1156
+ })(PollDesignBackgroundType || {});
1146
1157
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1147
1158
  DecorationType2["BOLD"] = "BOLD";
1148
1159
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1229,12 +1240,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1229
1240
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1230
1241
  return NullValue2;
1231
1242
  })(NullValue || {});
1232
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1233
- Scaling2["AUTO"] = "AUTO";
1234
- Scaling2["CONTAIN"] = "CONTAIN";
1235
- Scaling2["COVER"] = "COVER";
1236
- return Scaling2;
1237
- })(Scaling || {});
1243
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1244
+ ImageScalingScaling2["AUTO"] = "AUTO";
1245
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1246
+ ImageScalingScaling2["COVER"] = "COVER";
1247
+ return ImageScalingScaling2;
1248
+ })(ImageScalingScaling || {});
1238
1249
  var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
1239
1250
  LayoutDataImagePosition2["CENTER"] = "CENTER";
1240
1251
  LayoutDataImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1252,6 +1263,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
1252
1263
  Origin2["LAYOUT"] = "LAYOUT";
1253
1264
  return Origin2;
1254
1265
  })(Origin || {});
1266
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1267
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1268
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1269
+ return LayoutDataBackgroundType2;
1270
+ })(LayoutDataBackgroundType || {});
1271
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1272
+ BackdropType2["COLOR"] = "COLOR";
1273
+ BackdropType2["GRADIENT"] = "GRADIENT";
1274
+ return BackdropType2;
1275
+ })(BackdropType || {});
1255
1276
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1256
1277
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1257
1278
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1268,6 +1289,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1268
1289
  DesignTarget2["CELL"] = "CELL";
1269
1290
  return DesignTarget2;
1270
1291
  })(DesignTarget || {});
1292
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1293
+ Scaling2["AUTO"] = "AUTO";
1294
+ Scaling2["CONTAIN"] = "CONTAIN";
1295
+ Scaling2["COVER"] = "COVER";
1296
+ return Scaling2;
1297
+ })(Scaling || {});
1298
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1299
+ ImagePositionPosition2["CENTER"] = "CENTER";
1300
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1301
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1302
+ ImagePositionPosition2["TOP"] = "TOP";
1303
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1304
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1305
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1306
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1307
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1308
+ return ImagePositionPosition2;
1309
+ })(ImagePositionPosition || {});
1310
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1311
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1312
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1313
+ return CardDataBackgroundType2;
1314
+ })(CardDataBackgroundType || {});
1271
1315
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1272
1316
  ImagePosition2["ABOVE"] = "ABOVE";
1273
1317
  ImagePosition2["BELOW"] = "BELOW";
@@ -2870,9 +2914,11 @@ export {
2870
2914
  AppType,
2871
2915
  ArrayComponentType,
2872
2916
  AspectRatio,
2917
+ BackdropType,
2873
2918
  BackgroundType,
2874
2919
  BooleanComponentType,
2875
2920
  ButtonDataType,
2921
+ CardDataBackgroundType,
2876
2922
  CardStylesAlignment,
2877
2923
  CardStylesType,
2878
2924
  ChangeableProperty,
@@ -2898,14 +2944,18 @@ export {
2898
2944
  Format,
2899
2945
  FormatEnumFormat,
2900
2946
  GIFType,
2947
+ GradientType,
2901
2948
  IdentityType,
2902
2949
  ImageFit,
2903
2950
  ImagePosition,
2951
+ ImagePositionPosition,
2952
+ ImageScalingScaling,
2904
2953
  InitialExpandedItems,
2905
2954
  InputType,
2906
2955
  ItemType,
2907
2956
  Kind,
2908
2957
  Layout,
2958
+ LayoutDataBackgroundType,
2909
2959
  LayoutDataImagePosition,
2910
2960
  LayoutType,
2911
2961
  LineStyle,
@@ -2928,6 +2978,7 @@ export {
2928
2978
  PhoneInfoTag,
2929
2979
  Placement,
2930
2980
  PluginContainerDataAlignment,
2981
+ PollDesignBackgroundType,
2931
2982
  PollLayoutDirection,
2932
2983
  PollLayoutType,
2933
2984
  Position,