@redneckz/wildless-cms-uni-blocks 0.14.879 → 0.14.880

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.
@@ -1386,7 +1386,7 @@
1386
1386
  }, [isDisabled]);
1387
1387
  const handleChangeQuery = (newQuery) => {
1388
1388
  setQuery(newQuery);
1389
- setOption(newQuery, onChange);
1389
+ isManualInput && setOption(newQuery, onChange);
1390
1390
  debouncedOnSearchQuery && debouncedOnSearchQuery(newQuery);
1391
1391
  };
1392
1392
  const handleClose = useCallback(() => {
@@ -11358,7 +11358,7 @@
11358
11358
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11359
11359
  });
11360
11360
 
11361
- const packageVersion = "0.14.878";
11361
+ const packageVersion = "0.14.879";
11362
11362
 
11363
11363
  exports.Blocks = Blocks;
11364
11364
  exports.ContentPage = ContentPage;