@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/extra.js +0 -1
- package/dist/extra.js.map +1 -1
- package/dist/extra.mjs +0 -1
- package/dist/extra.mjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/extra.mjs
CHANGED
|
@@ -25912,7 +25912,6 @@ function SearchBar(props) {
|
|
|
25912
25912
|
}
|
|
25913
25913
|
};
|
|
25914
25914
|
const hasSearchTargetUI = !!searchSpec && (allowAll || specSubjects.length > 0 || specOnly.length > 0 || allowCustomSubject);
|
|
25915
|
-
console.log(searchMode);
|
|
25916
25915
|
return /* @__PURE__ */ jsx("div", { className: "px-3 py-2", onMouseDown: () => actions.focus(id), children: /* @__PURE__ */ jsx(
|
|
25917
25916
|
Input,
|
|
25918
25917
|
{
|