@wix/app-extensions 1.0.136 → 1.0.137
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/index.js +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +7 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +40 -2
- package/build/trusted/cjs/index.js +8 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +40 -2
- package/build/trusted/es/index.mjs +7 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -284,6 +284,7 @@ __export(index_exports, {
|
|
|
284
284
|
StyleType: () => StyleType,
|
|
285
285
|
StylesPosition: () => StylesPosition,
|
|
286
286
|
SubmitSuccessAction: () => SubmitSuccessAction,
|
|
287
|
+
SurfaceType: () => SurfaceType,
|
|
287
288
|
SyncToCalendar: () => SyncToCalendar,
|
|
288
289
|
Tag: () => Tag,
|
|
289
290
|
Target: () => Target,
|
|
@@ -3744,6 +3745,12 @@ var ApiGroupType = /* @__PURE__ */ ((ApiGroupType2) => {
|
|
|
3744
3745
|
ApiGroupType2["COMPONENTS"] = "COMPONENTS";
|
|
3745
3746
|
return ApiGroupType2;
|
|
3746
3747
|
})(ApiGroupType || {});
|
|
3748
|
+
var SurfaceType = /* @__PURE__ */ ((SurfaceType2) => {
|
|
3749
|
+
SurfaceType2["UNKNOWN_SURFACE_TYPE"] = "UNKNOWN_SURFACE_TYPE";
|
|
3750
|
+
SurfaceType2["ADD_PANEL"] = "ADD_PANEL";
|
|
3751
|
+
SurfaceType2["ADD_SECTION"] = "ADD_SECTION";
|
|
3752
|
+
return SurfaceType2;
|
|
3753
|
+
})(SurfaceType || {});
|
|
3747
3754
|
var Exposure = /* @__PURE__ */ ((Exposure2) => {
|
|
3748
3755
|
Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
|
|
3749
3756
|
Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
|
|
@@ -6882,6 +6889,7 @@ function componentsDeletionHookProvider({
|
|
|
6882
6889
|
StyleType,
|
|
6883
6890
|
StylesPosition,
|
|
6884
6891
|
SubmitSuccessAction,
|
|
6892
|
+
SurfaceType,
|
|
6885
6893
|
SyncToCalendar,
|
|
6886
6894
|
Tag,
|
|
6887
6895
|
Target,
|