@retailrocketgroup/retailrocket-edit.transactional-vue-email-template-render 5.0.384767 → 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.transactional-vue-email-template-render",
3
- "version": "5.0.384767",
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';
@@ -25,7 +25,7 @@ import { defaultComponentLibraryFactory } from '@easy-wizzy/component-library';
25
25
  import type { ApiMachineFetchDelegate } from '@easy-wizzy/common-app';
26
26
 
27
27
  import { apiMachineFetchFactory } from '@easy-wizzy/common-app';
28
- import { editEmailTemplateAppDepsFactory } from '@easy-wizzy/common-app';
28
+ import { wysiwygTemplateEditorDepsFactory } from '@easy-wizzy/common-app';
29
29
  import { productImageUrlBuilderExpressionEvaluatorFactory } from '@easy-wizzy/common-app';
30
30
  import { wysiwygTemplateEditorBffClientFactory } from '@easy-wizzy/common-app';
31
31
  import { variableSelectorDepsFactory } from '@easy-wizzy/common-app';
@@ -185,7 +185,7 @@ const dataStructExpressionEvaluator = dataStructBuilderExpressionEvaluatorFactor
185
185
  });
186
186
 
187
187
  const app = createApp(
188
- EditEmailTemplateApp,
188
+ WysiwygTemplateEditor,
189
189
  {
190
190
  onTemplateReset: () => {
191
191
  //eslint-disable-next-line no-console
@@ -193,7 +193,7 @@ const app = createApp(
193
193
  resetTemplate();
194
194
  },
195
195
  deps:
196
- editEmailTemplateAppDepsFactory<
196
+ wysiwygTemplateEditorDepsFactory<
197
197
  TransactionalListExpressionDataSource,
198
198
  TransactionalNumberExpressionDataSource,
199
199
  TransactionalStringExpressionDataSource