@northlight/ui 2.28.13 → 2.28.14

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.
@@ -12492,7 +12492,7 @@ const Select = forwardRef$1((_a, ref) => {
12492
12492
  }
12493
12493
  return prevOptions.current;
12494
12494
  }, [options]);
12495
- return /* @__PURE__ */ React.createElement(Box, { w: "full", "data-testid": testId }, /* @__PURE__ */ React.createElement(
12495
+ return /* @__PURE__ */ React.createElement(Box, { w: "full", "data-testid": testId, cursor: "pointer" }, /* @__PURE__ */ React.createElement(
12496
12496
  Select$3,
12497
12497
  __spreadValues$r(__spreadProps$3(__spreadValues$r({
12498
12498
  isMulti,