yt-chat-components 1.4.2 → 1.4.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -112,7 +112,7 @@ export const customThoughtChainStyle = `
112
112
 
113
113
  /* 内容样式 */
114
114
  .custom-thought-chain-item-content {
115
- max-width: 780px
115
+ max-width: 780px;
116
116
  display: inline-block;
117
117
  margin-bottom: 8px;
118
118
  background: white;
@@ -270,7 +270,6 @@ const style=`
270
270
  height: 40px;
271
271
  min-height:40px;
272
272
  background: linear-gradient( 45deg, #1551FF 0%, #8F4BFF 100%);
273
- margin-top: 20px;
274
273
  border-radius: 20px;
275
274
  cursor: pointer;
276
275
  display: flex;