@vonaffenfels/slate-editor 1.2.41 → 1.2.44

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.2.41",
3
+ "version": "1.2.44",
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": "5eeb733acccf6de22fe63f38203d2595b95a0308",
75
+ "gitHead": "f2224242e1f06bbd5218f28ce623ea9d9be95e31",
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  }
@@ -140,6 +140,7 @@ export function Serializer({
140
140
  return <ErrorBoundary>
141
141
  <Wrapper type={props.type}>
142
142
  <div
143
+ id={props.attributes?.id || undefined}
143
144
  data-cols={props.children.length}
144
145
  className={classNames("block-editor-layout", {
145
146
  "block-editor-layout-grid": isGrid,