@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/es/index.mjs
CHANGED
|
@@ -2655,6 +2655,7 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
|
2655
2655
|
GroupType2["textDecoration"] = "textDecoration";
|
|
2656
2656
|
GroupType2["gap"] = "gap";
|
|
2657
2657
|
GroupType2["text"] = "text";
|
|
2658
|
+
GroupType2["stroke"] = "stroke";
|
|
2658
2659
|
GroupType2["arrayItems"] = "arrayItems";
|
|
2659
2660
|
GroupType2["arrayItem"] = "arrayItem";
|
|
2660
2661
|
GroupType2["listItem"] = "listItem";
|
|
@@ -3169,6 +3170,12 @@ var ApiGroupType = /* @__PURE__ */ ((ApiGroupType2) => {
|
|
|
3169
3170
|
ApiGroupType2["COMPONENTS"] = "COMPONENTS";
|
|
3170
3171
|
return ApiGroupType2;
|
|
3171
3172
|
})(ApiGroupType || {});
|
|
3173
|
+
var SurfaceType = /* @__PURE__ */ ((SurfaceType2) => {
|
|
3174
|
+
SurfaceType2["UNKNOWN_SURFACE_TYPE"] = "UNKNOWN_SURFACE_TYPE";
|
|
3175
|
+
SurfaceType2["ADD_PANEL"] = "ADD_PANEL";
|
|
3176
|
+
SurfaceType2["ADD_SECTION"] = "ADD_SECTION";
|
|
3177
|
+
return SurfaceType2;
|
|
3178
|
+
})(SurfaceType || {});
|
|
3172
3179
|
var Exposure = /* @__PURE__ */ ((Exposure2) => {
|
|
3173
3180
|
Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
|
|
3174
3181
|
Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
|
|
@@ -6306,6 +6313,7 @@ export {
|
|
|
6306
6313
|
StyleType,
|
|
6307
6314
|
StylesPosition,
|
|
6308
6315
|
SubmitSuccessAction,
|
|
6316
|
+
SurfaceType,
|
|
6309
6317
|
SyncToCalendar,
|
|
6310
6318
|
Tag,
|
|
6311
6319
|
Target,
|