@wix/app-extensions 1.0.135 → 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 +9 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +8 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +113 -6
- package/build/trusted/cjs/index.js +9 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +113 -6
- package/build/trusted/es/index.mjs +8 -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,
|
|
@@ -3229,6 +3230,7 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
|
3229
3230
|
GroupType2["textDecoration"] = "textDecoration";
|
|
3230
3231
|
GroupType2["gap"] = "gap";
|
|
3231
3232
|
GroupType2["text"] = "text";
|
|
3233
|
+
GroupType2["stroke"] = "stroke";
|
|
3232
3234
|
GroupType2["arrayItems"] = "arrayItems";
|
|
3233
3235
|
GroupType2["arrayItem"] = "arrayItem";
|
|
3234
3236
|
GroupType2["listItem"] = "listItem";
|
|
@@ -3743,6 +3745,12 @@ var ApiGroupType = /* @__PURE__ */ ((ApiGroupType2) => {
|
|
|
3743
3745
|
ApiGroupType2["COMPONENTS"] = "COMPONENTS";
|
|
3744
3746
|
return ApiGroupType2;
|
|
3745
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 || {});
|
|
3746
3754
|
var Exposure = /* @__PURE__ */ ((Exposure2) => {
|
|
3747
3755
|
Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
|
|
3748
3756
|
Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
|
|
@@ -6881,6 +6889,7 @@ function componentsDeletionHookProvider({
|
|
|
6881
6889
|
StyleType,
|
|
6882
6890
|
StylesPosition,
|
|
6883
6891
|
SubmitSuccessAction,
|
|
6892
|
+
SurfaceType,
|
|
6884
6893
|
SyncToCalendar,
|
|
6885
6894
|
Tag,
|
|
6886
6895
|
Target,
|