meemup-library 1.4.56 → 1.4.57
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.
|
@@ -606,6 +606,7 @@ export default new class PreviewContentController {
|
|
|
606
606
|
|
|
607
607
|
p,strong {
|
|
608
608
|
line-height: 1.5rem;
|
|
609
|
+
font-weight : 500;
|
|
609
610
|
}
|
|
610
611
|
|
|
611
612
|
td{
|
|
@@ -619,9 +620,9 @@ export default new class PreviewContentController {
|
|
|
619
620
|
margin: 0;
|
|
620
621
|
padding: 0;
|
|
621
622
|
background-color: #ffffff;
|
|
622
|
-
font-family:
|
|
623
|
+
font-family: 'Roboto', 'Arial', "Arial Black", "Comic Sans MS", "Georgia", "Impact", "Lucida Console", "Lucida Sans Unicode", 'Segoe UI', 'Oxygen',
|
|
623
624
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
624
|
-
sans-serif;
|
|
625
|
+
sans-serif , -apple-system, BlinkMacSystemFont;
|
|
625
626
|
-webkit-font-smoothing: antialiased;
|
|
626
627
|
-moz-osx-font-smoothing: grayscale;
|
|
627
628
|
}
|
|
@@ -639,6 +640,7 @@ export default new class PreviewContentController {
|
|
|
639
640
|
try {
|
|
640
641
|
content += SimplePreviewController.createHeader(data.title, 'center');
|
|
641
642
|
content += SimplePreviewController.createTitle(companyTitle, 'center');
|
|
643
|
+
content += SimplePreviewController.printSpace(20);
|
|
642
644
|
let infoList = data.details
|
|
643
645
|
.filter(i => i.section === EnumClosingWorkDaySection.INFORMATION)
|
|
644
646
|
.sort((a, b) => a.priority - b.priority);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meemup-library",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.57",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"remove:one": "rimraf dist",
|
|
12
12
|
"remove:two": "rimraf ./src/dist",
|
|
13
13
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
|
-
"commit": "git add . && git commit -m \"version.1.4.
|
|
14
|
+
"commit": "git add . && git commit -m \"version.1.4.57\" && git push origin "
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"/dist"
|