@retailrocketgroup/retailrocket-edit.product-back-in-stock-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.product-back-in-stock-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,13 +182,13 @@ const dataStructExpressionEvaluator = dataStructBuilderExpressionEvaluatorFactor
182
182
  });
183
183
 
184
184
  const app = createApp(
185
- EditEmailTemplateApp,
185
+ WysiwygTemplateEditor,
186
186
  {
187
187
  onTemplateReset: () => {
188
188
  resetTemplate();
189
189
  },
190
190
  deps:
191
- editEmailTemplateAppDepsFactory<
191
+ wysiwygTemplateEditorDepsFactory<
192
192
  ProductBackInStockListExpressionDataSource,
193
193
  ProductBackInStockNumberExpressionDataSource,
194
194
  ProductBackInStockStringExpressionDataSource
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({