@elementor/editor-app-bar 4.3.0-961 → 4.3.0-963
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/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
- package/src/extensions/documents-save/hooks/use-document-copy-and-share-props.ts +0 -1
- package/src/extensions/documents-save/hooks/use-document-save-draft-props.ts +0 -1
- package/src/extensions/documents-save/hooks/use-document-save-template-props.ts +0 -1
- package/src/extensions/documents-save/hooks/use-document-view-page-props.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -1030,7 +1030,6 @@ function useDocumentCopyAndShareProps() {
|
|
|
1030
1030
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1031
1031
|
if (eventName) {
|
|
1032
1032
|
dispatchEvent2?.(eventName, {
|
|
1033
|
-
app_type: config?.appTypes?.editor,
|
|
1034
1033
|
window_name: config?.appTypes?.editor,
|
|
1035
1034
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1036
1035
|
target_type: config?.targetTypes?.dropdownItem,
|
|
@@ -1064,7 +1063,6 @@ function useDocumentSaveDraftProps() {
|
|
|
1064
1063
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1065
1064
|
if (eventName) {
|
|
1066
1065
|
dispatchEvent2?.(eventName, {
|
|
1067
|
-
app_type: config?.appTypes?.editor,
|
|
1068
1066
|
window_name: config?.appTypes?.editor,
|
|
1069
1067
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1070
1068
|
target_type: config?.targetTypes?.dropdownItem,
|
|
@@ -1096,7 +1094,6 @@ function useDocumentSaveTemplateProps() {
|
|
|
1096
1094
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1097
1095
|
if (eventName) {
|
|
1098
1096
|
dispatchEvent2?.(eventName, {
|
|
1099
|
-
app_type: config?.appTypes?.editor,
|
|
1100
1097
|
window_name: config?.appTypes?.editor,
|
|
1101
1098
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1102
1099
|
target_type: config?.targetTypes?.dropdownItem,
|
|
@@ -1128,7 +1125,6 @@ function useDocumentViewPageProps() {
|
|
|
1128
1125
|
const eventName = config?.names?.editorOne?.topBarPublishDropdown;
|
|
1129
1126
|
if (eventName) {
|
|
1130
1127
|
dispatchEvent2?.(eventName, {
|
|
1131
|
-
app_type: config?.appTypes?.editor,
|
|
1132
1128
|
window_name: config?.appTypes?.editor,
|
|
1133
1129
|
interaction_type: config?.triggers?.click?.toLowerCase(),
|
|
1134
1130
|
target_type: config?.targetTypes?.dropdownItem,
|