@pnkx-lib/ui 1.9.382 → 1.9.383

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.
@@ -104,7 +104,6 @@ const Select = (props) => {
104
104
  afterOnChange?.(null);
105
105
  onClear?.();
106
106
  };
107
- console.log("value", value);
108
107
  const suffixIcon = allowClear ? /* @__PURE__ */ jsx(
109
108
  SelectClearIcon,
110
109
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.382",
4
+ "version": "1.9.383",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",