@northlight/ui 2.2.0 → 2.2.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.
@@ -10862,8 +10862,10 @@
10862
10862
  variant: "danger",
10863
10863
  size: "sm",
10864
10864
  fontSize: "xs",
10865
- hidden: value === "" || !isClearable,
10866
- onClick: onChange,
10865
+ hidden: value === void 0 || !isClearable,
10866
+ onClick: () => {
10867
+ onChange(void 0);
10868
+ },
10867
10869
  icon: /* @__PURE__ */ React.createElement(Icon$1, { as: icons.XCloseSolid })
10868
10870
  }
10869
10871
  ))