@micromag/ckeditor 0.3.307 → 0.3.310

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.
@@ -1 +1 @@
1
- !function(e){const i=e.en=e.en||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"%0 of %1",Aquamarine:"Aquamarine",Black:"Black",Blue:"Blue","Blue marker":"Blue marker",Bold:"Bold",Cancel:"Cancel","Dim grey":"Dim grey",Downloadable:"Downloadable","Dropdown toolbar":"Dropdown toolbar","Edit block":"Edit block","Edit link":"Edit link","Editor toolbar":"Editor toolbar",Green:"Green","Green marker":"Green marker","Green pen":"Green pen",Grey:"Grey",Highlight:"Highlight","Insert paragraph after block":"Insert paragraph after block","Insert paragraph before block":"Insert paragraph before block",Italic:"Italic","Light blue":"Light blue","Light green":"Light green","Light grey":"Light grey",Link:"Link","Link URL":"Link URL",Next:"Next","Open in a new tab":"Open in a new tab","Open link in new tab":"Open link in new tab",Orange:"Orange","Pink marker":"Pink marker",Previous:"Previous",Purple:"Purple",Red:"Red","Red pen":"Red pen",Redo:"Redo","Remove highlight":"Remove highlight","Rich Text Editor":"Rich Text Editor","Rich Text Editor, %0":"Rich Text Editor, %0",Save:"Save","Select all":"Select all","Show more items":"Show more items","Text highlight toolbar":"Text highlight toolbar","This link has no URL":"This link has no URL",Turquoise:"Turquoise",Undo:"Undo",Unlink:"Unlink",White:"White","Widget toolbar":"Widget toolbar",Yellow:"Yellow","Yellow marker":"Yellow marker"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const t=e.en=e.en||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 of %1":"%0 of %1",Aquamarine:"Aquamarine",Black:"Black",Blue:"Blue","Blue marker":"Blue marker",Bold:"Bold",Cancel:"Cancel","Dim grey":"Dim grey",Downloadable:"Downloadable","Dropdown toolbar":"Dropdown toolbar","Edit block":"Edit block","Edit link":"Edit link","Editor block content toolbar":"Editor block content toolbar","Editor contextual toolbar":"Editor contextual toolbar","Editor editing area: %0":"Editor editing area: %0","Editor toolbar":"Editor toolbar",Green:"Green","Green marker":"Green marker","Green pen":"Green pen",Grey:"Grey",Highlight:"Highlight","Insert paragraph after block":"Insert paragraph after block","Insert paragraph before block":"Insert paragraph before block",Italic:"Italic","Light blue":"Light blue","Light green":"Light green","Light grey":"Light grey",Link:"Link","Link URL":"Link URL",Next:"Next","Open in a new tab":"Open in a new tab","Open link in new tab":"Open link in new tab",Orange:"Orange","Pink marker":"Pink marker","Press Enter to type after or press Shift + Enter to type before the widget":"Press Enter to type after or press Shift + Enter to type before the widget",Previous:"Previous",Purple:"Purple",Red:"Red","Red pen":"Red pen",Redo:"Redo","Remove highlight":"Remove highlight","Rich Text Editor":"Rich Text Editor","Rich Text Editor. Editing area: %0":"Rich Text Editor. Editing area: %0",Save:"Save","Select all":"Select all","Show more items":"Show more items","Text highlight toolbar":"Text highlight toolbar","This link has no URL":"This link has no URL",Turquoise:"Turquoise",Undo:"Undo",Unlink:"Unlink",White:"White","Widget toolbar":"Widget toolbar",Yellow:"Yellow","Yellow marker":"Yellow marker"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/ckeditor",
3
- "version": "0.3.307",
3
+ "version": "0.3.310",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -58,18 +58,18 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/runtime": "^7.13.10",
61
- "@ckeditor/ckeditor5-basic-styles": "^34.1.0",
62
- "@ckeditor/ckeditor5-build-inline": "^34.1.0",
63
- "@ckeditor/ckeditor5-dev-webpack-plugin": "^28.0.2",
64
- "@ckeditor/ckeditor5-editor-inline": "^34.1.0",
65
- "@ckeditor/ckeditor5-essentials": "^34.1.0",
66
- "@ckeditor/ckeditor5-highlight": "^34.1.0",
67
- "@ckeditor/ckeditor5-link": "^34.1.0",
68
- "@ckeditor/ckeditor5-paragraph": "^34.1.0",
69
- "@ckeditor/ckeditor5-react": "^3.0.0"
61
+ "@ckeditor/ckeditor5-basic-styles": "^35.4.0",
62
+ "@ckeditor/ckeditor5-build-inline": "^35.4.0",
63
+ "@ckeditor/ckeditor5-dev-webpack-plugin": "^31.1.13",
64
+ "@ckeditor/ckeditor5-editor-inline": "^35.4.0",
65
+ "@ckeditor/ckeditor5-essentials": "^35.4.0",
66
+ "@ckeditor/ckeditor5-highlight": "^35.4.0",
67
+ "@ckeditor/ckeditor5-link": "^35.4.0",
68
+ "@ckeditor/ckeditor5-paragraph": "^35.4.0",
69
+ "@ckeditor/ckeditor5-react": "^5.0.3"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "cdc815b7aebe1b9ae8741e1956e21780def64caf"
74
+ "gitHead": "c2f4fbfcf0f643737a77f99dccf4d353f7856c2c"
75
75
  }