@hxtos/hx-components 0.27.0 → 0.27.2

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 CHANGED
@@ -20843,16 +20843,15 @@ 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-auto max-h-72", children: t }) : /* @__PURE__ */ S.jsxs("div", { className: "overflow-y-auto max-h-72", children: [
20847
20847
  t,
20848
20848
  /* @__PURE__ */ S.jsx("hr", {}),
20849
- /* @__PURE__ */ S.jsx("div", { className: "text-center py-2 hover:bg-brand-tertiary-light cursor-pointer", children: /* @__PURE__ */ S.jsx(
20849
+ /* @__PURE__ */ S.jsx("div", { className: "py-2 text-center cursor-pointer hover:bg-brand-tertiary-light", onClick: i, children: /* @__PURE__ */ S.jsx(
20850
20850
  "button",
20851
20851
  {
20852
- onClick: i,
20853
20852
  disabled: r,
20854
- className: "text-sm text-brand-primary cursor-pointer",
20855
- children: /* @__PURE__ */ S.jsxs("div", { className: "flex flex-row w-full h-full items-center justify-center gap-1 font-medium", children: [
20853
+ className: "text-sm cursor-pointer text-brand-primary",
20854
+ children: /* @__PURE__ */ S.jsxs("div", { className: "flex flex-row items-center justify-center w-full h-full gap-1 font-medium", children: [
20856
20855
  /* @__PURE__ */ S.jsx(US, { className: "w-4 h-4" }),
20857
20856
  a
20858
20857
  ] })