impaktapps-ui-builder 0.0.101-alpha.273 → 0.0.101-alpha.274

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.
@@ -10335,10 +10335,6 @@ var service = (funcParams) => {
10335
10335
  pageData = await funcParams.pageDataProvider();
10336
10336
  const config2 = pageData == null ? void 0 : pageData.config;
10337
10337
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
10338
- const event2 = new CustomEvent("pageNameChanged", {
10339
- detail: { pageName: config2.label }
10340
- });
10341
- window.dispatchEvent(event2);
10342
10338
  const theme = (_b = (_a = funcParams == null ? void 0 : funcParams.store) == null ? void 0 : _a.theme) == null ? void 0 : _b.myTheme;
10343
10339
  uiSchema.elements.push(
10344
10340
  {