@commercetools-demo/puck-editor 0.2.1 → 0.4.0

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/dist/index.d.mts CHANGED
@@ -21,7 +21,7 @@ interface PuckEditorProps {
21
21
  config?: Config;
22
22
  /** Called after a successful publish */
23
23
  onPublish?: (puckData: PuckData) => void;
24
- /** Called after each auto-save */
24
+ /** Called after each save */
25
25
  onSave?: (puckData: PuckData) => void;
26
26
  /** Called when an error occurs */
27
27
  onError?: (error: Error) => void;
package/dist/index.d.ts CHANGED
@@ -21,7 +21,7 @@ interface PuckEditorProps {
21
21
  config?: Config;
22
22
  /** Called after a successful publish */
23
23
  onPublish?: (puckData: PuckData) => void;
24
- /** Called after each auto-save */
24
+ /** Called after each save */
25
25
  onSave?: (puckData: PuckData) => void;
26
26
  /** Called when an error occurs */
27
27
  onError?: (error: Error) => void;