@ray-js/t-agent-ui-ray 0.1.0-beta-14 → 0.1.0-beta-15

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.
@@ -15,10 +15,6 @@ interface Props {
15
15
  count: number;
16
16
  /** 超过限制时显示的提示文本 */
17
17
  tipText: string;
18
- /** 提示文本的样式 */
19
- tipStyle?: React.CSSProperties;
20
- /** 提示文本的类名 */
21
- tipClassName?: string;
22
18
  };
23
19
  }
24
20
  export default function MessageList(props: Props): React.JSX.Element;
@@ -109,8 +109,7 @@ export default function MessageList(props) {
109
109
  side: side
110
110
  });
111
111
  }), historyLimit && historyLimit.count < reversed.length && /*#__PURE__*/React.createElement(View, {
112
- className: "t-agent-message-list-history-tip ".concat(historyLimit.tipClassName || ''),
113
- style: historyLimit.tipStyle
112
+ className: "t-agent-message-list-history-tip"
114
113
  }, historyLimit.tipText), /*#__PURE__*/React.createElement(View, {
115
114
  className: "t-agent-message-list-padding-start"
116
115
  })));
@@ -26,5 +26,4 @@
26
26
  padding: 20rpx 0;
27
27
  font-size: 24rpx;
28
28
  color: var(--app-F3, #999);
29
- background-color: var(--app-B1);
30
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/t-agent-ui-ray",
3
- "version": "0.1.0-beta-14",
3
+ "version": "0.1.0-beta-15",
4
4
  "author": "Tuya.inc",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -41,5 +41,5 @@
41
41
  "@types/echarts": "^4.9.22",
42
42
  "@types/markdown-it": "^14.1.1"
43
43
  },
44
- "gitHead": "c6d168aa2aeb47de7dade3251dcddda23bbbd950"
44
+ "gitHead": "ac02ec83e8c37e48ff1e192e2aa8fcf0a82f1029"
45
45
  }