searchsmartly-ui 0.0.113 → 0.0.115

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.ts CHANGED
@@ -400,6 +400,7 @@ interface ModalsContextProps {
400
400
  globalValues: any;
401
401
  modals: any[];
402
402
  setGlobalValues: (val: any) => void;
403
+ updateGlobalValues: (val: any) => void;
403
404
  deleteModal: (val: any[]) => void;
404
405
  addModal: (val: {
405
406
  [p: string]: any;