@alifd/chat 0.3.38 → 0.3.39

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.
@@ -211,16 +211,15 @@
211
211
  }
212
212
 
213
213
  li>p {
214
- margin: 0.3rem 0;
214
+ line-height: 2.2;
215
215
  }
216
216
 
217
217
  p {
218
- margin: 0.3rem 0;
219
- line-height: 1.8;
218
+ line-height: 2.2;
220
219
  }
221
220
 
222
221
  span {
223
- line-height: 2;
222
+ line-height: 2.2;
224
223
  }
225
224
 
226
225
  blockquote {
package/es/index.js CHANGED
@@ -32,4 +32,4 @@ export { default as CheckboxGroup } from './checkbox-group';
32
32
  export { default as Select } from './select';
33
33
  export { default as Flip } from './flip';
34
34
  export { default as ToolStatus } from './tool-status';
35
- export const version = '0.3.38';
35
+ export const version = '0.3.39';
@@ -211,16 +211,15 @@
211
211
  }
212
212
 
213
213
  li>p {
214
- margin: 0.3rem 0;
214
+ line-height: 2.2;
215
215
  }
216
216
 
217
217
  p {
218
- margin: 0.3rem 0;
219
- line-height: 1.8;
218
+ line-height: 2.2;
220
219
  }
221
220
 
222
221
  span {
223
- line-height: 2;
222
+ line-height: 2.2;
224
223
  }
225
224
 
226
225
  blockquote {
package/lib/index.js CHANGED
@@ -70,4 +70,4 @@ var flip_1 = require("./flip");
70
70
  Object.defineProperty(exports, "Flip", { enumerable: true, get: function () { return tslib_1.__importDefault(flip_1).default; } });
71
71
  var tool_status_1 = require("./tool-status");
72
72
  Object.defineProperty(exports, "ToolStatus", { enumerable: true, get: function () { return tslib_1.__importDefault(tool_status_1).default; } });
73
- exports.version = '0.3.38';
73
+ exports.version = '0.3.39';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alifd/chat",
3
- "version": "0.3.38",
3
+ "version": "0.3.39",
4
4
  "description": "A configurable component library for chat built on React.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",