@lvce-editor/extension-detail-view 3.60.0 → 3.61.0

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.
@@ -3713,7 +3713,8 @@ const renderCss = (oldState, newState) => {
3713
3713
  const css = createCss({
3714
3714
  ExtensionDetailPaddingLeft: paddingLeft,
3715
3715
  ExtensionDetailPaddingRight: paddingRight,
3716
- ExtensionDetailSideBarWidth: sideBarWidth
3716
+ ExtensionDetailSideBarWidth: sideBarWidth,
3717
+ ExtensionDetailMaxWidth: 1250
3717
3718
  });
3718
3719
  return ['Viewlet.setCss', uid, css];
3719
3720
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-detail-view",
3
- "version": "3.60.0",
3
+ "version": "3.61.0",
4
4
  "description": "Extension Detail View Worker",
5
5
  "license": "MIT",
6
6
  "author": "Lvce Editor",