@douyinfe/semi-ui 2.23.3 → 2.23.4
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/umd/semi-ui.js
CHANGED
|
@@ -99785,7 +99785,7 @@ function withField(Component, opts) {
|
|
|
99785
99785
|
const extraCls = classnames_default()("".concat(withField_prefix, "-field-extra"), {
|
|
99786
99786
|
["".concat(withField_prefix, "-field-extra-string")]: typeof extraText === 'string',
|
|
99787
99787
|
["".concat(withField_prefix, "-field-extra-middle")]: mergeExtraPos === 'middle',
|
|
99788
|
-
["".concat(withField_prefix, "-field-extra-
|
|
99788
|
+
["".concat(withField_prefix, "-field-extra-bottom")]: mergeExtraPos === 'bottom'
|
|
99789
99789
|
});
|
|
99790
99790
|
const extraContent = extraText ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", {
|
|
99791
99791
|
className: extraCls,
|