@topthink/chat 1.0.3 → 1.0.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 (2) hide show
  1. package/es/index.js +0 -1
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -100,7 +100,6 @@ import*as e from"react";import{useCallback as r,useState as t,useEffect as o,use
100
100
  background-color: #e1e1e1;
101
101
  word-break: break-all;
102
102
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
103
- white-space: pre;
104
103
  line-height: 1.3;
105
104
  color: inherit;
106
105
  font-size: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topthink/chat",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "scripts": {
5
5
  "prebuild": "rimraf es types",
6
6
  "build": "rollup -c --environment NODE_ENV:production",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.11.2",
20
- "@topthink/components": "^1.0.79",
20
+ "@topthink/components": "^1.0.80",
21
21
  "katex": "^0.16.9",
22
22
  "react-markdown": "^8.0.7",
23
23
  "react-textarea-autosize": "^8.5.3",
@@ -55,5 +55,5 @@
55
55
  },
56
56
  "author": "yunwuxin <tzzhangyajun@qq.com> (https://github.com/yunwuxin)",
57
57
  "license": "MIT",
58
- "gitHead": "a300c1e72f86a009d8c0b662ab73458b69cac31a"
58
+ "gitHead": "c5d46cd8fec49031876543d4b94f5300085e98ec"
59
59
  }