@oliasoft-open-source/react-ui-library 5.18.2-beta-1 → 5.19.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 +1 -1
- package/package.json +3 -4
package/dist/index.js
CHANGED
|
@@ -2354,7 +2354,7 @@ var pr = /* @__PURE__ */ function(e) {
|
|
|
2354
2354
|
let i = vo(t, n), a = r ? io(r, i) : 0;
|
|
2355
2355
|
return Math.ceil(e.reduce((e, n) => {
|
|
2356
2356
|
var r, a;
|
|
2357
|
-
let o = ((r = n == null || (a = n.actions) == null ? void 0 : a.length) == null ? 0 : r) * 24, s = n.icon ? (t ?
|
|
2357
|
+
let o = ((r = n == null || (a = n.actions) == null ? void 0 : a.length) == null ? 0 : r) * 24, s = n.icon ? parseInt(t ? oo : ao) + 7 : 0, c = io(`${n.label} ${n.details || ""}`, i) + o + s;
|
|
2358
2358
|
return e = c > e ? c : e, e;
|
|
2359
2359
|
}, a)) + yo(t, !0);
|
|
2360
2360
|
}, xo = (e, t, n) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.19.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": {
|
|
@@ -114,10 +114,9 @@
|
|
|
114
114
|
"prop-types": "^15",
|
|
115
115
|
"react": "^18.3.1",
|
|
116
116
|
"react-dom": "^18.3.1",
|
|
117
|
-
"rollup-plugin-analyzer": "^4.0.0",
|
|
118
117
|
"storybook": "^10.2.8",
|
|
119
|
-
"typescript": "^5.
|
|
120
|
-
"vite": "^8.0.
|
|
118
|
+
"typescript": "^5.9.3",
|
|
119
|
+
"vite": "^8.0.1",
|
|
121
120
|
"vite-plugin-dts": "^4.5.4",
|
|
122
121
|
"vite-plugin-html": "^3.2.2",
|
|
123
122
|
"vite-preset-react": "^2.3.0",
|