@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.js
CHANGED
|
@@ -25949,7 +25949,6 @@ function SearchBar(props) {
|
|
|
25949
25949
|
}
|
|
25950
25950
|
};
|
|
25951
25951
|
const hasSearchTargetUI = !!searchSpec && (allowAll || specSubjects.length > 0 || specOnly.length > 0 || allowCustomSubject);
|
|
25952
|
-
console.log(searchMode);
|
|
25953
25952
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-3 py-2", onMouseDown: () => actions.focus(id), children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
25954
25953
|
Input,
|
|
25955
25954
|
{
|