@vonaffenfels/slate-editor 1.1.47 → 1.1.48

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonaffenfels/slate-editor",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -72,7 +72,7 @@
72
72
  "cssnano": "^5.0.1",
73
73
  "escape-html": "^1.0.3"
74
74
  },
75
- "gitHead": "30dcf149050e852dd3e7636525506b1b75e09d4d",
75
+ "gitHead": "68c4f7e68c395df48a22103e83988f674df3474d",
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  }
@@ -148,6 +148,7 @@ export const Toolbar = ({
148
148
  <LinkButton/>
149
149
 
150
150
  <ToobarHoverExpandButton>
151
+ <BlockButtonHeading level={1}/>
151
152
  <BlockButtonHeading level={2}/>
152
153
  <BlockButtonHeading level={3}/>
153
154
  <BlockButtonHeading level={4}/>