@yoopta/headings 4.6.0 → 4.6.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 +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -54,7 +54,6 @@ const plugins = [
54
54
  },
55
55
  options: {
56
56
  shortcuts: [`<your custom shortcuts>`],
57
- align: 'left' | 'center' | 'right',
58
57
  display: {
59
58
  title: `<your custom title>`,
60
59
  description: `<your custom description>`,
@@ -98,7 +97,6 @@ const plugins = [
98
97
  },
99
98
  options: {
100
99
  shortcuts: [`<your custom shortcuts>`],
101
- align: 'left' | 'center' | 'right',
102
100
  display: {
103
101
  title: `<your custom title>`,
104
102
  description: `<your custom description>`,
@@ -142,7 +140,6 @@ const plugins = [
142
140
  },
143
141
  options: {
144
142
  shortcuts: [`<your custom shortcuts>`],
145
- align: 'left' | 'center' | 'right',
146
143
  display: {
147
144
  title: `<your custom title>`,
148
145
  description: `<your custom description>`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoopta/headings",
3
- "version": "4.6.0",
3
+ "version": "4.6.2",
4
4
  "description": "Headings plugin for Yoopta Editor",
5
5
  "author": "Darginec05 <devopsbanda@gmail.com>",
6
6
  "homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
@@ -39,5 +39,5 @@
39
39
  "bugs": {
40
40
  "url": "https://github.com/Darginec05/Editor-Yoopta/issues"
41
41
  },
42
- "gitHead": "6aa0efc351d0e71c53e60a452c13023febc31235"
42
+ "gitHead": "95ce282cea3b2a2d9b8fbb405c4495ac4e04fef8"
43
43
  }