@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
|
|
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
|
})));
|
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-
|
|
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": "
|
|
44
|
+
"gitHead": "ac02ec83e8c37e48ff1e192e2aa8fcf0a82f1029"
|
|
45
45
|
}
|