@hxtos/hx-components 0.27.0 → 0.27.1
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.es.js +4 -4
- package/dist/index.umd.js +9 -9
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -20843,16 +20843,16 @@ function dQ(e) {
|
|
|
20843
20843
|
}
|
|
20844
20844
|
function hQ(e) {
|
|
20845
20845
|
const { children: t, selectProps: n } = e, { isLoading: r, loadMoreOptions: i, loadMoreLabel: a, hasMoreData: l, options: u } = n;
|
|
20846
|
-
return r || !l || u.length === 0 ? t : /* @__PURE__ */ S.jsxs("div", { children: [
|
|
20846
|
+
return r || !l || u.length === 0 ? /* @__PURE__ */ S.jsx("div", { className: "overflow-y-scroll max-h-72", children: t }) : /* @__PURE__ */ S.jsxs("div", { className: "overflow-y-scroll max-h-72", children: [
|
|
20847
20847
|
t,
|
|
20848
20848
|
/* @__PURE__ */ S.jsx("hr", {}),
|
|
20849
|
-
/* @__PURE__ */ S.jsx("div", { className: "text-center
|
|
20849
|
+
/* @__PURE__ */ S.jsx("div", { className: "py-2 text-center cursor-pointer hover:bg-brand-tertiary-light", children: /* @__PURE__ */ S.jsx(
|
|
20850
20850
|
"button",
|
|
20851
20851
|
{
|
|
20852
20852
|
onClick: i,
|
|
20853
20853
|
disabled: r,
|
|
20854
|
-
className: "text-sm text-brand-primary
|
|
20855
|
-
children: /* @__PURE__ */ S.jsxs("div", { className: "flex flex-row w-full h-full
|
|
20854
|
+
className: "text-sm cursor-pointer text-brand-primary",
|
|
20855
|
+
children: /* @__PURE__ */ S.jsxs("div", { className: "flex flex-row items-center justify-center w-full h-full gap-1 font-medium", children: [
|
|
20856
20856
|
/* @__PURE__ */ S.jsx(US, { className: "w-4 h-4" }),
|
|
20857
20857
|
a
|
|
20858
20858
|
] })
|