@alifd/chat 0.3.40 → 0.3.41-beta.0

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,15 +211,17 @@
211
211
  }
212
212
 
213
213
  li>p {
214
- line-height: 2.2;
214
+ margin: 0.3rem 0;
215
215
  }
216
216
 
217
217
  p {
218
- line-height: 2.2;
218
+ margin: 0.3rem 0;
219
+ line-height: 1.8;
219
220
  }
220
221
 
221
222
  span {
222
- line-height: 2.2;
223
+ line-height: 1.8;
224
+ margin: 0.3rem 0;
223
225
  }
224
226
 
225
227
  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.40';
35
+ export const version = '0.3.41-beta.0';
@@ -211,15 +211,17 @@
211
211
  }
212
212
 
213
213
  li>p {
214
- line-height: 2.2;
214
+ margin: 0.3rem 0;
215
215
  }
216
216
 
217
217
  p {
218
- line-height: 2.2;
218
+ margin: 0.3rem 0;
219
+ line-height: 1.8;
219
220
  }
220
221
 
221
222
  span {
222
- line-height: 2.2;
223
+ line-height: 1.8;
224
+ margin: 0.3rem 0;
223
225
  }
224
226
 
225
227
  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.40';
73
+ exports.version = '0.3.41-beta.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alifd/chat",
3
- "version": "0.3.40",
3
+ "version": "0.3.41-beta.0",
4
4
  "description": "A configurable component library for chat built on React.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",