@wix/app-extensions 1.0.153 → 1.0.154
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 +32 -1
- package/build/trusted/cjs/index.js +9 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +32 -1
- 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
|
@@ -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";
|
|
@@ -6250,6 +6257,7 @@ export {
|
|
|
6250
6257
|
HookType,
|
|
6251
6258
|
Horizontal,
|
|
6252
6259
|
HorizontalDocking,
|
|
6260
|
+
HorizontalPosition,
|
|
6253
6261
|
HostContainerId,
|
|
6254
6262
|
HttpMethod,
|
|
6255
6263
|
IconType,
|