@oliasoft-open-source/react-ui-library 6.2.2 → 6.3.0-beta-1
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 +2 -2
- package/package.json +15 -2
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
|
-
|
|
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.
|
|
3
|
+
"version": "6.3.0-beta-1",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
|
|
6
6
|
"bugs": {
|
|
@@ -28,6 +28,18 @@
|
|
|
28
28
|
"files": [
|
|
29
29
|
"dist/**/*"
|
|
30
30
|
],
|
|
31
|
+
"devEngines": {
|
|
32
|
+
"packageManager": {
|
|
33
|
+
"name": "pnpm",
|
|
34
|
+
"version": "11.3.0",
|
|
35
|
+
"onFail": "download"
|
|
36
|
+
},
|
|
37
|
+
"runtime": {
|
|
38
|
+
"name": "node",
|
|
39
|
+
"version": "26.3.0",
|
|
40
|
+
"onFail": "download"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
31
43
|
"lint-staged": {
|
|
32
44
|
"*.{js,jsx,ts,tsx}": [
|
|
33
45
|
"oxlint --fix"
|
|
@@ -103,7 +115,8 @@
|
|
|
103
115
|
"vite": "^8.0.14",
|
|
104
116
|
"vite-plugin-dts": "^5.0.1",
|
|
105
117
|
"vitest": "^4.1.7",
|
|
106
|
-
"wait-on": "^9.0.10"
|
|
118
|
+
"wait-on": "^9.0.10",
|
|
119
|
+
"node": "runtime:26.3.0"
|
|
107
120
|
},
|
|
108
121
|
"peerDependencies": {
|
|
109
122
|
"@dnd-kit/core": "^6",
|