@oliasoft-open-source/react-ui-library 6.2.1 → 6.2.2-beta-2

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
@@ -2637,8 +2637,8 @@ var Tr = /* @__PURE__ */ function(e) {
2637
2637
  tabIndex: m,
2638
2638
  className: g(Y.trigger, h ? Y.isOpen : "", d ? Y.disabled : "", l ? Y.small : "", u ? Y.isInTable : "", w ? Y.right : "", j),
2639
2639
  onClick: (e) => {
2640
- e.stopPropagation(), requestAnimationFrame(() => {
2641
- i(e), typeof O == "function" && O();
2640
+ e.stopPropagation(), i(e), requestAnimationFrame(() => {
2641
+ typeof O == "function" && O();
2642
2642
  });
2643
2643
  },
2644
2644
  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.1",
3
+ "version": "6.2.2-beta-2",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {