@vonaffenfels/slate-editor 1.1.22 → 1.1.25

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.22",
3
+ "version": "1.1.25",
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": "29d6407ce7e95ad96748b41f402b961a54881d4b",
75
+ "gitHead": "d6ebcec654136ac0aca31063f09af188ca9bed8e",
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  }
@@ -266,6 +266,7 @@ const SidebarEditor = ({
266
266
  return <SidebarEditorField
267
267
  sdk={sdk}
268
268
  value={storybookElement?.attributes?.[key]}
269
+ storybookElement={storybookElement}
269
270
  key={key}
270
271
  fieldKey={key}
271
272
  story={storybookElement}