zakeke-configurator-react 0.1.314 → 0.1.316

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.
@@ -141,7 +141,7 @@ export interface Zakeke {
141
141
  setItemBold: (guid: string, bold: boolean) => void;
142
142
  setItemItalic: (guid: string, italic: boolean) => void;
143
143
  setItemTextOnPath: (guid: string, areaId: number, value: boolean) => void;
144
- setItemText: (guid: string, text: string) => void;
144
+ setItemText: (guid: string, text: string) => string;
145
145
  addItemText: (settings: {
146
146
  text: string;
147
147
  fontFamily: string;