urfu-ui-kit-react 0.0.80 → 0.0.81

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.
@@ -13172,7 +13172,7 @@ const Nf = (n, a, t, e) => {
13172
13172
  ) }) }),
13173
13173
  /* @__PURE__ */ f.jsxs("tbody", { children: [
13174
13174
  $ && p.length > ae && /* @__PURE__ */ f.jsx("tr", { style: { height: W() } }),
13175
- (An = $ ? p == null ? void 0 : p.slice(J, J + ae + 1) : p) == null ? void 0 : An.map((K, pe) => /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
13175
+ (An = !$ || p.length <= ae ? p : p == null ? void 0 : p.slice(J, J + ae + 1)) == null ? void 0 : An.map((K, pe) => /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
13176
13176
  nn(K, pe),
13177
13177
  !K.notExpandable && K[G] && K.parentDataOpened && K[G].map(
13178
13178
  (we, ue) => nn(we, ue, 1)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for React Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "0.0.80",
6
+ "version": "0.0.81",
7
7
  "type": "module",
8
8
  "main": "dist/urfu-ui-kit-react",
9
9
  "types": "dist/urfu-ui-kit-react",