@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/index.js
CHANGED
|
@@ -25357,7 +25357,6 @@ function SearchBar(props) {
|
|
|
25357
25357
|
}
|
|
25358
25358
|
};
|
|
25359
25359
|
const hasSearchTargetUI = !!searchSpec && (allowAll || specSubjects.length > 0 || specOnly.length > 0 || allowCustomSubject);
|
|
25360
|
-
console.log(searchMode);
|
|
25361
25360
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-3 py-2", onMouseDown: () => actions.focus(id), children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
25362
25361
|
Input,
|
|
25363
25362
|
{
|