jclib-ui 0.0.87 → 0.0.88
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/jclib-ui.es.js
CHANGED
|
@@ -17576,7 +17576,7 @@ function BoxSearch({
|
|
|
17576
17576
|
fnSearch: pesquisar,
|
|
17577
17577
|
placeHolder,
|
|
17578
17578
|
onKeyDown: handleKeyDown,
|
|
17579
|
-
autoFocus:
|
|
17579
|
+
autoFocus: isDesktop()
|
|
17580
17580
|
}
|
|
17581
17581
|
) }),
|
|
17582
17582
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "box-search--data-container", children: [
|