@groovymedia/easy-email-extensions 4.14.2 → 4.14.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +10 -7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@groovymedia/easy-email-extensions",
3
3
  "license": "MIT",
4
4
  "description": "Email editor",
5
- "version": "4.14.2",
5
+ "version": "4.14.3",
6
6
  "author": "m-Ryan",
7
7
  "repository": {
8
8
  "type": "git",
package/readme.md CHANGED
@@ -22,9 +22,9 @@ $ yarn add easy-email-extensions
22
22
 
23
23
  ```js
24
24
  import React from 'react';
25
- import { BlockManager, BasicType, AdvancedType } from 'easy-email-core';
26
- import { EmailEditor, EmailEditorProvider } from 'easy-email-editor';
27
- import { ExtensionProps, StandardLayout } from 'easy-email-extensions';
25
+ import { BlockManager, BasicType, AdvancedType } from '@groovymedia/easy-email-core';
26
+ import { EmailEditor, EmailEditorProvider } from '@groovymedia/easy-email-editor';
27
+ import { ExtensionProps, StandardLayout } from '@groovymedia/easy-email-extensions';
28
28
  import { useWindowSize } from 'react-use';
29
29
 
30
30
  import 'easy-email-editor/lib/style.css';
@@ -139,7 +139,7 @@ export default function App() {
139
139
  - You can add or overwrite
140
140
 
141
141
  ```tsx
142
- import { BlockAttributeConfigurationManager } from 'easy-email-extensions';
142
+ import { BlockAttributeConfigurationManager } from '@groovymedia/easy-email-extensions';
143
143
 
144
144
  BlockAttributeConfigurationManager.add({
145
145
  [BasicType.TEXT]: () => <div>will be overwrite `Text`</div>,
@@ -179,8 +179,11 @@ export default function App() {
179
179
  - You can add or overwrite popover's preset blocks
180
180
 
181
181
  ```tsx
182
- import { BasicType } from 'easy-email-core';
183
- import { BlockMarketManager, BlockMaskWrapper } from 'easy-email-extensions';
182
+ import { BasicType } from '@groovymedia/easy-email-core';
183
+ import {
184
+ BlockMarketManager,
185
+ BlockMaskWrapper,
186
+ } from '@groovymedia/easy-email-extensions';
184
187
 
185
188
  BlockMarketManager.addCategories([
186
189
  {
@@ -238,7 +241,7 @@ export default function App() {
238
241
  ## transform mjml to json
239
242
 
240
243
  ```ts
241
- import { MjmlToJson } from 'easy-email-extensions';
244
+ import { MjmlToJson } from '@groovymedia/easy-email-extensions';
242
245
 
243
246
  const json = MjmlToJson(`
244
247
  <mjml>