@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.
- package/es/html-render/main.scss +3 -4
- package/es/index.js +1 -1
- package/lib/html-render/main.scss +3 -4
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/html-render/main.scss
CHANGED
|
@@ -211,16 +211,15 @@
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
li>p {
|
|
214
|
-
|
|
214
|
+
line-height: 2.2;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
p {
|
|
218
|
-
|
|
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.
|
|
35
|
+
export const version = '0.3.39';
|
|
@@ -211,16 +211,15 @@
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
li>p {
|
|
214
|
-
|
|
214
|
+
line-height: 2.2;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
p {
|
|
218
|
-
|
|
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.
|
|
73
|
+
exports.version = '0.3.39';
|