@myun/gimi-chat 0.9.29 → 0.9.30

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.
@@ -613,6 +613,7 @@ var ChatInput = /*#__PURE__*/React.forwardRef(function (props, ref) {
613
613
  return /*#__PURE__*/React.createElement("div", {
614
614
  className: styles.inputWrap,
615
615
  ref: inputWrapRef,
616
+ id: "myun_gimi_design_chat_input",
616
617
  style: {
617
618
  position: 'relative'
618
619
  }
@@ -23,7 +23,7 @@ import AiLoading from "../ai-loading";
23
23
  var Empty = function Empty() {
24
24
  return /*#__PURE__*/React.createElement("div", {
25
25
  style: {
26
- marginTop: '30px',
26
+ margin: '30px auto',
27
27
  textAlign: 'center'
28
28
  }
29
29
  }, "\u6682\u65E0\u6570\u636E");