@wix/app-extensions 1.0.153 → 1.0.155
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 +10 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +9 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +35 -3
- package/build/trusted/cjs/index.js +10 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +35 -3
- package/build/trusted/es/index.mjs +9 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -1955,6 +1955,13 @@ var ImportanceLevel = /* @__PURE__ */ ((ImportanceLevel2) => {
|
|
|
1955
1955
|
ImportanceLevel2["HIGH"] = "HIGH";
|
|
1956
1956
|
return ImportanceLevel2;
|
|
1957
1957
|
})(ImportanceLevel || {});
|
|
1958
|
+
var HorizontalPosition = /* @__PURE__ */ ((HorizontalPosition2) => {
|
|
1959
|
+
HorizontalPosition2["UNKNOWN_HORIZONTAL_POSITION"] = "UNKNOWN_HORIZONTAL_POSITION";
|
|
1960
|
+
HorizontalPosition2["LEFT"] = "LEFT";
|
|
1961
|
+
HorizontalPosition2["CENTER"] = "CENTER";
|
|
1962
|
+
HorizontalPosition2["RIGHT"] = "RIGHT";
|
|
1963
|
+
return HorizontalPosition2;
|
|
1964
|
+
})(HorizontalPosition || {});
|
|
1958
1965
|
var Width = /* @__PURE__ */ ((Width2) => {
|
|
1959
1966
|
Width2["UNKNOWN_WIDTH"] = "UNKNOWN_WIDTH";
|
|
1960
1967
|
Width2["SMALL"] = "SMALL";
|
|
@@ -3038,6 +3045,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
|
|
|
3038
3045
|
AssetType2["FONT"] = "FONT";
|
|
3039
3046
|
AssetType2["ICONS"] = "ICONS";
|
|
3040
3047
|
AssetType2["STORY"] = "STORY";
|
|
3048
|
+
AssetType2["MODEL_3D"] = "MODEL_3D";
|
|
3041
3049
|
return AssetType2;
|
|
3042
3050
|
})(AssetType || {});
|
|
3043
3051
|
var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|
|
@@ -6250,6 +6258,7 @@ export {
|
|
|
6250
6258
|
HookType,
|
|
6251
6259
|
Horizontal,
|
|
6252
6260
|
HorizontalDocking,
|
|
6261
|
+
HorizontalPosition,
|
|
6253
6262
|
HostContainerId,
|
|
6254
6263
|
HttpMethod,
|
|
6255
6264
|
IconType,
|