@wix/app-extensions 1.0.55 → 1.0.57
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 +39 -12
- package/build/trusted/cjs/index.js +8 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +39 -12
- package/build/trusted/es/index.mjs +7 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -2866,6 +2866,12 @@ var ScopeType = /* @__PURE__ */ ((ScopeType2) => {
|
|
|
2866
2866
|
ScopeType2["AUTOMATION_ACTION"] = "AUTOMATION_ACTION";
|
|
2867
2867
|
return ScopeType2;
|
|
2868
2868
|
})(ScopeType || {});
|
|
2869
|
+
var NavigationMenu = /* @__PURE__ */ ((NavigationMenu2) => {
|
|
2870
|
+
NavigationMenu2["NAVIGATION_MENU_UNSPECIFIED"] = "NAVIGATION_MENU_UNSPECIFIED";
|
|
2871
|
+
NavigationMenu2["NAVIGATION_MENU_SITE_DEFAULT"] = "NAVIGATION_MENU_SITE_DEFAULT";
|
|
2872
|
+
NavigationMenu2["NAVIGATION_MENU_ACCOUNT"] = "NAVIGATION_MENU_ACCOUNT";
|
|
2873
|
+
return NavigationMenu2;
|
|
2874
|
+
})(NavigationMenu || {});
|
|
2869
2875
|
var EditorType = /* @__PURE__ */ ((EditorType2) => {
|
|
2870
2876
|
EditorType2["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
2871
2877
|
EditorType2["CLASSIC_EDITOR_TYPE"] = "CLASSIC_EDITOR_TYPE";
|
|
@@ -5822,6 +5828,7 @@ export {
|
|
|
5822
5828
|
MonitoringType,
|
|
5823
5829
|
MpaNavigation,
|
|
5824
5830
|
NativeStateType,
|
|
5831
|
+
NavigationMenu,
|
|
5825
5832
|
NavigationType,
|
|
5826
5833
|
NodeType,
|
|
5827
5834
|
NotificationTopicState,
|