ar-design 0.2.21 → 0.2.22

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.
@@ -270,8 +270,6 @@ const Select = ({ variant = "outlined", status, border = { radius: "sm" }, optio
270
270
  if (event.key === "Enter")
271
271
  return;
272
272
  setSearchText(event.currentTarget.value);
273
- }, onBlur: () => {
274
- setTimeout(() => setOptionsOpen(false), 100);
275
273
  }, placeholder: placeholder, validation: validation, disabled: disabled })),
276
274
  React.createElement("span", { className: `button-clear ${!disabled && (multiple ? value.length > 0 : value) ? "opened" : "closed"}`, onClick: (event) => {
277
275
  if (disabled)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-design",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",