@douyinfe/semi-ui 2.50.0 → 2.50.1

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.
@@ -88641,6 +88641,7 @@ class TreeNode extends external_root_React_commonjs2_react_commonjs_react_amd_re
88641
88641
  const dragOverGapBottom = dragOverNodeKey === eventKey && dropPosition === 1;
88642
88642
  const nodeCls = classnames_default()(treeNode_prefixcls, {
88643
88643
  [`${treeNode_prefixcls}-level-${level + 1}`]: true,
88644
+ [`${treeNode_prefixcls}-fullLabel-level-${level + 1}`]: renderFullLabel,
88644
88645
  [`${treeNode_prefixcls}-collapsed`]: !expanded,
88645
88646
  [`${treeNode_prefixcls}-disabled`]: Boolean(disabled),
88646
88647
  [`${treeNode_prefixcls}-selected`]: selected,