vim-web 1.0.0-alpha.7 → 1.0.0-alpha.8

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/vim-web.js CHANGED
@@ -84347,7 +84347,7 @@ const BimTree = forwardRef((props, ref) => {
84347
84347
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(
84348
84348
  ControlledTreeEnvironment,
84349
84349
  {
84350
- renderDepthOffset: div.current ? Math.min(div.current.clientWidth * 0.04, 10) : 10,
84350
+ renderDepthOffset: 10,
84351
84351
  items: props.treeData.nodes,
84352
84352
  getItemTitle: (item) => item.title,
84353
84353
  showLiveDescription: false,