@oliasoft-open-source/react-ui-library 6.2.2 → 6.2.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2618,8 +2618,8 @@ var Cr = /* @__PURE__ */ function(e) {
2618
2618
  tabIndex: m,
2619
2619
  className: g(Y.trigger, h ? Y.isOpen : "", d ? Y.disabled : "", l ? Y.small : "", u ? Y.isInTable : "", w ? Y.right : "", j),
2620
2620
  onClick: (e) => {
2621
- e.stopPropagation(), requestAnimationFrame(() => {
2622
- i(e), typeof O == "function" && O();
2621
+ e.stopPropagation(), i(e), requestAnimationFrame(() => {
2622
+ typeof O == "function" && O();
2623
2623
  });
2624
2624
  },
2625
2625
  onFocus: y,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "6.2.2",
3
+ "version": "6.2.3",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {