@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.
@@ -12454,7 +12454,7 @@
12454
12454
  }
12455
12455
  return prevOptions.current;
12456
12456
  }, [options]);
12457
- return /* @__PURE__ */ React.createElement(react.Box, { w: "full", "data-testid": testId }, /* @__PURE__ */ React.createElement(
12457
+ return /* @__PURE__ */ React.createElement(react.Box, { w: "full", "data-testid": testId, cursor: "pointer" }, /* @__PURE__ */ React.createElement(
12458
12458
  chakraReactSelect.Select,
12459
12459
  __spreadValues$r(__spreadProps$3(__spreadValues$r({
12460
12460
  isMulti,