@jsenv/navi 0.27.79 → 0.27.80

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.
@@ -50230,12 +50230,12 @@ const SidePanel = ({
50230
50230
  minHeight: toCssLength(minHeight),
50231
50231
  className: withPropsClassName("navi_side_panel", className),
50232
50232
  "navi-side": side,
50233
+ ...rest,
50233
50234
  style: {
50234
50235
  "--navi-side-panel-width": toCssLength(width, "width"),
50235
50236
  "--navi-side-panel-height": toCssLength(height, "height"),
50236
50237
  ...rest.style
50237
50238
  },
50238
- ...rest,
50239
50239
  children: children
50240
50240
  });
50241
50241
  };