urfu-ui-kit-react 0.0.77 → 0.0.78

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.
@@ -11780,7 +11780,7 @@ const xf = ({
11780
11780
  className: "u-collapsible-menu-body",
11781
11781
  style: {
11782
11782
  height: "100%",
11783
- maxWidth: h(u)
11783
+ "--max-width-body": h(u)
11784
11784
  },
11785
11785
  children: [
11786
11786
  /* @__PURE__ */ f.jsx(
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.77",
6
+ "version": "0.0.78",
7
7
  "type": "module",
8
8
  "main": "dist/urfu-ui-kit-react",
9
9
  "types": "dist/urfu-ui-kit-react",