@retailrocketgroup/retailrocket-edit.reactivation-vue-email-template-render 5.0.384700 → 6.0.388330-dev

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@retailrocketgroup/retailrocket-edit.reactivation-vue-email-template-render",
3
- "version": "5.0.384700",
3
+ "version": "6.0.388330-dev",
4
4
  "private": false
5
5
  }
@@ -7,7 +7,7 @@ import { createVuetify } from 'vuetify';
7
7
  import { ClickOutside } from 'vuetify/directives';
8
8
 
9
9
  import { createSimpleDataForm, matcherFactory } from '@easy-wizzy/core';
10
- import { EditEmailTemplateApp } from '@easy-wizzy/core';
10
+ import { WysiwygTemplateEditor } from '@easy-wizzy/core';
11
11
  import { expressionEvaluatorFactory } from '@easy-wizzy/core';
12
12
  import { listExpressionEvaluatorFactory } from '@easy-wizzy/core';
13
13
  import { numberExpressionEvaluatorDelegate } from '@easy-wizzy/core';
@@ -23,7 +23,7 @@ import { defaultComponentLibraryFactory } from '@easy-wizzy/component-library';
23
23
  import type { ApiMachineFetchDelegate } from '@easy-wizzy/common-app';
24
24
 
25
25
  import { apiMachineFetchFactory } from '@easy-wizzy/common-app';
26
- import { editEmailTemplateAppDepsFactory } from '@easy-wizzy/common-app';
26
+ import { wysiwygTemplateEditorDepsFactory } from '@easy-wizzy/common-app';
27
27
  import { productImageUrlBuilderExpressionEvaluatorFactory } from '@easy-wizzy/common-app';
28
28
  import { wysiwygTemplateEditorBffClientFactory } from '@easy-wizzy/common-app';
29
29
  import { variableSelectorDepsFactory } from '@easy-wizzy/common-app';
@@ -182,7 +182,7 @@ const dataStructExpressionEvaluator = dataStructBuilderExpressionEvaluatorFactor
182
182
  });
183
183
 
184
184
  const app = createApp(
185
- EditEmailTemplateApp,
185
+ WysiwygTemplateEditor,
186
186
  {
187
187
  onTemplateReset: () => {
188
188
  //eslint-disable-next-line no-console
@@ -190,7 +190,7 @@ const app = createApp(
190
190
  resetTemplate();
191
191
  },
192
192
  deps:
193
- editEmailTemplateAppDepsFactory<
193
+ wysiwygTemplateEditorDepsFactory<
194
194
  ReactivationListExpressionDataSource,
195
195
  ReactivationNumberExpressionDataSource,
196
196
  ReactivationStringExpressionDataSource
package/vite.config.ts CHANGED
@@ -13,7 +13,6 @@ export default defineConfig({
13
13
  assetFileNames: 'assets/[name].[ext]',
14
14
  },
15
15
  },
16
- sourcemap: true,
17
16
  },
18
17
  plugins: [
19
18
  vue({