@wix/auto_sdk_forms_submissions 1.0.120 → 1.0.122
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.
- package/build/cjs/{forms-v4-submission-submissions.universal-Yk4TWzuP.d.ts → forms-v4-submission-submissions.universal-iL5s7YRB.d.ts} +89 -54
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +12 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +12 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +90 -55
- package/build/cjs/meta.js +12 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-Yk4TWzuP.d.mts → forms-v4-submission-submissions.universal-iL5s7YRB.d.mts} +89 -54
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +11 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +11 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +90 -55
- package/build/es/meta.mjs +11 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-BX16r0LB.d.ts → forms-v4-submission-submissions.universal-MYwdZTUH.d.ts} +89 -54
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +12 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +12 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +90 -55
- package/build/internal/cjs/meta.js +12 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-BX16r0LB.d.mts → forms-v4-submission-submissions.universal-MYwdZTUH.d.mts} +89 -54
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +11 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +11 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +90 -55
- package/build/internal/es/meta.mjs +11 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -1314,6 +1314,11 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1314
1314
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1315
1315
|
return Origin2;
|
|
1316
1316
|
})(Origin || {});
|
|
1317
|
+
var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
1318
|
+
BannerPosition2["TOP"] = "TOP";
|
|
1319
|
+
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1320
|
+
return BannerPosition2;
|
|
1321
|
+
})(BannerPosition || {});
|
|
1317
1322
|
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1318
1323
|
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1319
1324
|
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
@@ -1393,6 +1398,11 @@ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
|
1393
1398
|
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
1394
1399
|
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
1395
1400
|
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
1401
|
+
SmartBlockDataType2["TIMELINE"] = "TIMELINE";
|
|
1402
|
+
SmartBlockDataType2["MINIMAL_TIMELINE"] = "MINIMAL_TIMELINE";
|
|
1403
|
+
SmartBlockDataType2["PILLS"] = "PILLS";
|
|
1404
|
+
SmartBlockDataType2["STAR_RATING"] = "STAR_RATING";
|
|
1405
|
+
SmartBlockDataType2["QUOTE_BOXES"] = "QUOTE_BOXES";
|
|
1396
1406
|
return SmartBlockDataType2;
|
|
1397
1407
|
})(SmartBlockDataType || {});
|
|
1398
1408
|
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
@@ -3106,6 +3116,7 @@ export {
|
|
|
3106
3116
|
AspectRatio,
|
|
3107
3117
|
BackdropType,
|
|
3108
3118
|
BackgroundType,
|
|
3119
|
+
BannerPosition,
|
|
3109
3120
|
BooleanComponentType,
|
|
3110
3121
|
ButtonDataType,
|
|
3111
3122
|
CardDataBackgroundType,
|