@douyinfe/semi-ui 2.23.2 → 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.
Files changed (37) hide show
  1. package/dist/umd/semi-ui.js +1 -1
  2. package/dist/umd/semi-ui.js.map +1 -1
  3. package/dist/umd/semi-ui.min.js +1 -1
  4. package/dist/umd/semi-ui.min.js.map +1 -1
  5. package/lib/cjs/button/Button.d.ts +1 -1
  6. package/lib/cjs/button/index.d.ts +1 -1
  7. package/lib/cjs/carousel/CarouselIndicator.d.ts +1 -1
  8. package/lib/cjs/carousel/index.d.ts +1 -1
  9. package/lib/cjs/datePicker/dateInput.d.ts +1 -1
  10. package/lib/cjs/datePicker/datePicker.d.ts +1 -1
  11. package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
  12. package/lib/cjs/form/hoc/withField.js +1 -1
  13. package/lib/cjs/radio/radio.d.ts +1 -1
  14. package/lib/cjs/radio/radioGroup.d.ts +1 -1
  15. package/lib/cjs/typography/base.d.ts +1 -1
  16. package/lib/cjs/typography/numeral.d.ts +2 -2
  17. package/lib/cjs/typography/paragraph.d.ts +1 -1
  18. package/lib/cjs/typography/text.d.ts +1 -1
  19. package/lib/cjs/typography/title.d.ts +1 -1
  20. package/lib/cjs/upload/index.d.ts +1 -1
  21. package/lib/es/button/Button.d.ts +1 -1
  22. package/lib/es/button/index.d.ts +1 -1
  23. package/lib/es/carousel/CarouselIndicator.d.ts +1 -1
  24. package/lib/es/carousel/index.d.ts +1 -1
  25. package/lib/es/datePicker/dateInput.d.ts +1 -1
  26. package/lib/es/datePicker/datePicker.d.ts +1 -1
  27. package/lib/es/datePicker/monthsGrid.d.ts +1 -1
  28. package/lib/es/form/hoc/withField.js +1 -1
  29. package/lib/es/radio/radio.d.ts +1 -1
  30. package/lib/es/radio/radioGroup.d.ts +1 -1
  31. package/lib/es/typography/base.d.ts +1 -1
  32. package/lib/es/typography/numeral.d.ts +2 -2
  33. package/lib/es/typography/paragraph.d.ts +1 -1
  34. package/lib/es/typography/text.d.ts +1 -1
  35. package/lib/es/typography/title.d.ts +1 -1
  36. package/lib/es/upload/index.d.ts +1 -1
  37. package/package.json +8 -8
@@ -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-botttom")]: mergeExtraPos === 'bottom'
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,