@wix/bex-utils 2.69.0 → 2.70.0

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.
Files changed (25) hide show
  1. package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
  2. package/@wix/bex-bundled-mini-essentials/package.json +1 -1
  3. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  4. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +15 -0
  5. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  6. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  7. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +3 -0
  8. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  9. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  10. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +15 -0
  11. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  12. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  13. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +3 -0
  14. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  15. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +3 -0
  16. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +3 -0
  17. package/@wix/bi-logger-os-data/dist/types/types.d.ts +3 -0
  18. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +3 -0
  19. package/@wix/bi-logger-os-data/package.json +2 -2
  20. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +3 -0
  21. package/@wix/bi-logger-os-data/src/testkit/common.ts +18 -0
  22. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +3 -0
  23. package/@wix/bi-logger-os-data/src/types.ts +6 -0
  24. package/@wix/bi-logger-os-data/src/v2/index.ts +3 -0
  25. package/package.json +3 -3
@@ -11,6 +11,9 @@
11
11
  * @property {string} panel_name - the name of the panel
12
12
  * @property {string} builderType - builder type - relevant for BM over editor
13
13
  * @property {boolean} isAiSiteCreation - true - user created site using AI Site Creation flow; false- site was created by templates flow
14
+ * @property {string} inputMethod - Defines how the user performed the action (mouse / keyboard)
15
+ * @property {string} resolvedComponentId - Populated only for events firing in InternalContainer context. Equals the component_id that would be emitted if the event was fired directly on that section/header/footer.
16
+ * @property {string} resolvedComponentType - Description: Populated only for events firing in InternalContainer context. Equals the component_type that would be emitted if the event was fired directly on that section/header/footer.
14
17
  * @return {LogObject<bmOverEditorPanelClickSrc110Evid122Params>} LogObject<bmOverEditorPanelClickSrc110Evid122Params>
15
18
  */
16
19
  export function bmOverEditorPanelClickSrc110Evid122(params) {