@retailrocketgroup/retailrocket-edit.price-drop-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.price-drop-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';
@@ -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';
@@ -183,13 +183,13 @@ const dataStructExpressionEvaluator = dataStructBuilderExpressionEvaluatorFactor
183
183
  });
184
184
 
185
185
  const app = createApp(
186
- EditEmailTemplateApp,
186
+ WysiwygTemplateEditor,
187
187
  {
188
188
  onTemplateReset: () => {
189
189
  resetTemplate();
190
190
  },
191
191
  deps:
192
- editEmailTemplateAppDepsFactory<
192
+ wysiwygTemplateEditorDepsFactory<
193
193
  PriceDropListExpressionDataSource,
194
194
  PriceDropNumberExpressionDataSource,
195
195
  PriceDropStringExpressionDataSource