@enure/jacklin 3.1.0 → 3.2.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/index.js +1 -0
- package/package.json +1 -1
- package/template.handlebars +4 -4
package/index.js
CHANGED
|
@@ -5536,6 +5536,7 @@ var import_handlebars = __toESM(require_lib(), 1);
|
|
|
5536
5536
|
import { fileURLToPath } from "url";
|
|
5537
5537
|
import { dirname, resolve } from "path";
|
|
5538
5538
|
import { readFileSync } from "fs";
|
|
5539
|
+
import_handlebars.default.registerHelper("or", (a, b) => a || b);
|
|
5539
5540
|
import_handlebars.default.registerHelper("getShortDate", (dateStr) => {
|
|
5540
5541
|
if (typeof dateStr === "string") {
|
|
5541
5542
|
const date = new Date(dateStr);
|
package/package.json
CHANGED
package/template.handlebars
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<style>
|
|
7
7
|
body {
|
|
8
8
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
9
|
-
font-size:
|
|
9
|
+
font-size: 13px;
|
|
10
10
|
line-height: 1.3;
|
|
11
11
|
color: #222;
|
|
12
12
|
padding: 64px;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
margin-top: 36px;
|
|
33
33
|
}
|
|
34
34
|
h1, h2 {
|
|
35
|
-
font-size:
|
|
35
|
+
font-size: 13px;
|
|
36
36
|
font-weight: 500;
|
|
37
37
|
margin: 0 0 16px;
|
|
38
38
|
}
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
.WorkList-dates {
|
|
59
59
|
color: #666;
|
|
60
|
-
font-size:
|
|
60
|
+
font-size: 13px;
|
|
61
61
|
}
|
|
62
62
|
.WorkList-positionAt {
|
|
63
63
|
font-weight: 500;
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
padding: 0;
|
|
89
89
|
}
|
|
90
90
|
.WorkList-highlight {
|
|
91
|
-
font-size:
|
|
91
|
+
font-size: 11px;
|
|
92
92
|
color: #555;
|
|
93
93
|
margin: 0 8px 8px 0;
|
|
94
94
|
padding: 3px 6px;
|