@topthink/chat 1.0.12 → 1.0.13

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 +1 -1
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -524,7 +524,7 @@ import*as e from"react";import{useCallback as r,useState as t,useImperativeHandl
524
524
  outline: none;
525
525
  border: none;
526
526
  background: transparent;
527
- font-size: 1.1rem;
527
+ font-size: 1.2rem;
528
528
 
529
529
  &:disabled {
530
530
  color: var(--bs-gray-400) !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topthink/chat",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
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.86",
20
+ "@topthink/components": "^1.0.87",
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": "9d8ca6fd3f05eb802e67b53371b038ff2c7b2b72"
58
+ "gitHead": "6a9188c6f9edb0175b0d6daecea477805c746064"
59
59
  }