mayak-common-library 0.0.53 → 0.0.54

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.
package/dist/index.js CHANGED
@@ -309,7 +309,6 @@ var SelectPro = ({
309
309
  const [btn, setAnchorEl] = (0, import_react2.useState)(null);
310
310
  const [open, setOpen] = (0, import_react2.useState)(false);
311
311
  const handleClick = (event) => {
312
- event.persist();
313
312
  if (open)
314
313
  setTimeout(() => {
315
314
  setAnchorEl(null);
package/dist/index.mjs CHANGED
@@ -249,7 +249,6 @@ var SelectPro = ({
249
249
  const [btn, setAnchorEl] = useState2(null);
250
250
  const [open, setOpen] = useState2(false);
251
251
  const handleClick = (event) => {
252
- event.persist();
253
252
  if (open)
254
253
  setTimeout(() => {
255
254
  setAnchorEl(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",