@douyinfe/semi-ui 2.23.3 → 2.23.5

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.
@@ -96150,10 +96150,8 @@ var upload = __webpack_require__("/t7F");
96150
96150
 
96151
96151
 
96152
96152
 
96153
-
96154
96153
  const upload_prefixCls = upload_constants_cssClasses.PREFIX;
96155
96154
 
96156
-
96157
96155
  class upload_Upload extends baseComponent_BaseComponent {
96158
96156
  constructor(props) {
96159
96157
  super(props);
@@ -98067,8 +98065,6 @@ function bothEmptyArray(val, otherVal) {
98067
98065
 
98068
98066
 
98069
98067
 
98070
-
98071
-
98072
98068
  class foundation_FormFoundation extends foundation {
98073
98069
  constructor(adapter) {
98074
98070
  super(Object.assign({}, adapter));
@@ -99785,7 +99781,7 @@ function withField(Component, opts) {
99785
99781
  const extraCls = classnames_default()("".concat(withField_prefix, "-field-extra"), {
99786
99782
  ["".concat(withField_prefix, "-field-extra-string")]: typeof extraText === 'string',
99787
99783
  ["".concat(withField_prefix, "-field-extra-middle")]: mergeExtraPos === 'middle',
99788
- ["".concat(withField_prefix, "-field-extra-botttom")]: mergeExtraPos === 'bottom'
99784
+ ["".concat(withField_prefix, "-field-extra-bottom")]: mergeExtraPos === 'bottom'
99789
99785
  });
99790
99786
  const extraContent = extraText ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", {
99791
99787
  className: extraCls,
@@ -102743,7 +102739,6 @@ image_Image.defaultProps = {
102743
102739
 
102744
102740
  /* harmony default export */ var image_0 = (image_Image);
102745
102741
 
102746
-
102747
102742
  // CONCATENATED MODULE: ../semi-foundation/image/previewFoundation.ts
102748
102743
 
102749
102744
  class previewFoundation_PreviewFoundation extends foundation {