@agentscope-ai/chat 1.1.63-beta.1779093710459 → 1.1.63

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.
@@ -20,11 +20,6 @@ export default createGlobalStyle`
20
20
  gap: 24px;
21
21
  padding: 16px 16px 0 16px;
22
22
 
23
- > .${(p) => p.theme.prefixCls}-bubble {
24
- content-visibility: auto;
25
- contain-intrinsic-size: auto 120px;
26
- }
27
-
28
23
  &::after {
29
24
  display: block;
30
25
  content: ' ';
@@ -1,9 +1,7 @@
1
1
  var _templateObject;
2
2
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
3
3
  import { createGlobalStyle } from 'antd-style';
4
- export default createGlobalStyle(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n.", "-bubble-list-wrapper {\n position: relative;\n overflow: hidden;\n height: 100%;\n}\n\n.", "-bubble-list-scroll {\n height: 100%;\n width: 100%;\n overflow: auto;\n scrollbar-gutter: stable both-edges;\n}\n\n.", "-bubble-list {\n display: flex;\n flex-direction: column;\n gap: 24px;\n padding: 16px 16px 0 16px;\n\n > .", "-bubble {\n content-visibility: auto;\n contain-intrinsic-size: auto 120px;\n }\n\n &::after {\n display: block;\n content: ' ';\n height: 16px;\n }\n\n &-order-desc {\n flex-direction: column-reverse;\n\n &::before {\n display: block;\n content: ' ';\n height: 16px;\n flex: 0 0 16px;\n }\n\n &::after {\n height: 0;\n flex: 0 0 0;\n }\n }\n\n &-order-desc-short {\n height: 0;\n flex: 1;\n }\n}\n\n.", "-bubble-list-load-more {\n display: flex;\n padding: 16px 0;\n justify-content: center;\n align-items: center;\n}\n\n.", "-bubble-list-scroll-to-bottom {\n position: absolute;\n left: 0;\n right: 0;\n bottom: 10px;\n display: flex;\n justify-content: center;\n transition: all 0.2s;\n z-index: 10;\n\n &-hide {\n opacity: 0;\n transform: translateY(100%);\n pointer-events: none;\n }\n\n &-show {\n opacity: 1;\n transform: translateY(0%);\n }\n\n button {\n &:hover {\n border-color: ", " !important;\n background-color: ", " !important;\n color: ", " !important;\n }\n }\n}\n"])), function (p) {
5
- return p.theme.prefixCls;
6
- }, function (p) {
4
+ export default createGlobalStyle(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n.", "-bubble-list-wrapper {\n position: relative;\n overflow: hidden;\n height: 100%;\n}\n\n.", "-bubble-list-scroll {\n height: 100%;\n width: 100%;\n overflow: auto;\n scrollbar-gutter: stable both-edges;\n}\n\n.", "-bubble-list {\n display: flex;\n flex-direction: column;\n gap: 24px;\n padding: 16px 16px 0 16px;\n\n &::after {\n display: block;\n content: ' ';\n height: 16px;\n }\n\n &-order-desc {\n flex-direction: column-reverse;\n\n &::before {\n display: block;\n content: ' ';\n height: 16px;\n flex: 0 0 16px;\n }\n\n &::after {\n height: 0;\n flex: 0 0 0;\n }\n }\n\n &-order-desc-short {\n height: 0;\n flex: 1;\n }\n}\n\n.", "-bubble-list-load-more {\n display: flex;\n padding: 16px 0;\n justify-content: center;\n align-items: center;\n}\n\n.", "-bubble-list-scroll-to-bottom {\n position: absolute;\n left: 0;\n right: 0;\n bottom: 10px;\n display: flex;\n justify-content: center;\n transition: all 0.2s;\n z-index: 10;\n\n &-hide {\n opacity: 0;\n transform: translateY(100%);\n pointer-events: none;\n }\n\n &-show {\n opacity: 1;\n transform: translateY(0%);\n }\n\n button {\n &:hover {\n border-color: ", " !important;\n background-color: ", " !important;\n color: ", " !important;\n }\n }\n}\n"])), function (p) {
7
5
  return p.theme.prefixCls;
8
6
  }, function (p) {
9
7
  return p.theme.prefixCls;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/chat",
3
- "version": "1.1.63-beta.1779093710459",
3
+ "version": "1.1.63",
4
4
  "description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": [