@dile/editor 2.1.1 → 2.1.2

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/README.md +2 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # @dile/dile-editor
2
2
 
3
- Webcomponent to create a user editor interface, configured on diferent ways, in order of preference:
3
+ Webcomponent to create a WYSIWYG Markdown editor, customizable on diferent ways.
4
4
 
5
5
  ## Docs an demos
6
6
 
7
- - [GitHub readme docs](https://github.com/Polydile/dile-components/blob/master/site/pages/components/dile-editor.rocket.md)
8
- - [Docs and demos on the dile-components site](https://dile-components.polydile.com/components/dile-editor/)
7
+ Read the docs and find demos on the [dile-components site](https://dile-components.polydile.com/components/dile-editor/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/editor",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Webcomponent to create a user editor interface, configured on various ways",
5
5
  "keywords": [
6
6
  "markdown",
@@ -29,8 +29,8 @@
29
29
  "url": "https://github.com/Polydile/dile-components/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@dile/icons": "^2.0.3",
33
- "@dile/ui": "^2.1.1",
32
+ "@dile/icons": "^2.0.4",
33
+ "@dile/ui": "^2.1.2",
34
34
  "lit": "^2.7.0 || ^3.0.0",
35
35
  "prosemirror-commands": "^1.5.0",
36
36
  "prosemirror-example-setup": "^1.2.1",
@@ -41,5 +41,5 @@
41
41
  "prosemirror-state": "^1.4.2",
42
42
  "prosemirror-view": "^1.30.1"
43
43
  },
44
- "gitHead": "86998576dd07b55c375671f4025eb9cb50ab13ac"
44
+ "gitHead": "b7f84b52883dc938bfce5911388bb64bc9f352b1"
45
45
  }