@timeax/form-palette 0.0.31 → 0.0.32

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.mjs CHANGED
@@ -25319,7 +25319,6 @@ function SearchBar(props) {
25319
25319
  }
25320
25320
  };
25321
25321
  const hasSearchTargetUI = !!searchSpec && (allowAll || specSubjects.length > 0 || specOnly.length > 0 || allowCustomSubject);
25322
- console.log(searchMode);
25323
25322
  return /* @__PURE__ */ jsx("div", { className: "px-3 py-2", onMouseDown: () => actions.focus(id), children: /* @__PURE__ */ jsx(
25324
25323
  Input,
25325
25324
  {