@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.
- package/es/html-render/main.scss +5 -3
- package/es/index.js +1 -1
- package/lib/html-render/main.scss +5 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/html-render/main.scss
CHANGED
|
@@ -211,15 +211,17 @@
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
li>p {
|
|
214
|
-
|
|
214
|
+
margin: 0.3rem 0;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
p {
|
|
218
|
-
|
|
218
|
+
margin: 0.3rem 0;
|
|
219
|
+
line-height: 1.8;
|
|
219
220
|
}
|
|
220
221
|
|
|
221
222
|
span {
|
|
222
|
-
line-height:
|
|
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.
|
|
35
|
+
export const version = '0.3.41-beta.0';
|
|
@@ -211,15 +211,17 @@
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
li>p {
|
|
214
|
-
|
|
214
|
+
margin: 0.3rem 0;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
p {
|
|
218
|
-
|
|
218
|
+
margin: 0.3rem 0;
|
|
219
|
+
line-height: 1.8;
|
|
219
220
|
}
|
|
220
221
|
|
|
221
222
|
span {
|
|
222
|
-
line-height:
|
|
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.
|
|
73
|
+
exports.version = '0.3.41-beta.0';
|