@simple-reporting/base 1.0.23 → 1.0.25

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.
Files changed (82) hide show
  1. package/cli.js +5 -1
  2. package/dev/index.html +1 -1
  3. package/dev/livingdocs.config.json +6 -6
  4. package/dev/package.json +6 -1
  5. package/dev/src/Dialog.vue +3 -0
  6. package/dev/src/assets/scss/word.scss +44 -1
  7. package/livingdocs/010.Titles/010.title-h1/scss/word.scss +3 -0
  8. package/livingdocs/010.Titles/020.title-h2/scss/word.scss +10 -0
  9. package/livingdocs/010.Titles/030.title-h3/scss/word.scss +10 -0
  10. package/livingdocs/010.Titles/040.title-h4/scss/word.scss +10 -0
  11. package/livingdocs/010.Titles/050.title-h5/scss/word.scss +5 -0
  12. package/livingdocs/010.Titles/060.title-h6/scss/word.scss +5 -0
  13. package/livingdocs/020.Text/010.lead/scss/word.scss +5 -0
  14. package/livingdocs/020.Text/020.paragraph/scss/word.scss +5 -0
  15. package/livingdocs/020.Text/030.paragraph-strong/scss/word.scss +6 -0
  16. package/livingdocs/020.Text/040.link/scss/word.scss +5 -0
  17. package/livingdocs/020.Text/050.quote/scss/word.scss +7 -0
  18. package/livingdocs/020.Text/060.quote-with-portrait/scss/word.scss +7 -0
  19. package/livingdocs/020.Text/080.footnote-item/scss/word.scss +6 -0
  20. package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +0 -5
  21. package/livingdocs/030.Lists/010.unordered-list/scss/word.scss +6 -0
  22. package/livingdocs/030.Lists/020.ordered-list/scss/word.scss +9 -0
  23. package/livingdocs/030.Lists/030.alphanumeric-list/scss/word.scss +9 -0
  24. package/livingdocs/030.Lists/040.list-item/scss/pdf.scss +2 -2
  25. package/livingdocs/030.Lists/040.list-item/scss/word.scss +19 -0
  26. package/livingdocs/040.Media/010.table/scss/general.scss +22 -17
  27. package/livingdocs/040.Media/010.table/scss/word.scss +21 -0
  28. package/livingdocs/040.Media/020.image/scss/word.scss +5 -0
  29. package/livingdocs/040.Media/030.video/scss/word.scss +5 -0
  30. package/livingdocs/040.Media/030.video/video.html +2 -2
  31. package/livingdocs/060.Buttons/020.button/scss/word.scss +6 -1
  32. package/livingdocs/080.CV/010.cv/cv.html +7 -7
  33. package/livingdocs/090.Signatures/010.signature-container/scss/word.scss +5 -0
  34. package/livingdocs/090.Signatures/020.signature-item/scss/word.scss +6 -0
  35. package/livingdocs/100.Misc/010.anchor/anchor.html +2 -1
  36. package/livingdocs/110.PDF/010.pdf-pagebreak/pdf-pagebreak.html +1 -1
  37. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/word.scss +5 -0
  38. package/livingdocs/110.PDF/030.pdf-publication-title/pdf-publication-title.html +1 -0
  39. package/livingdocs/110.PDF/040.pdf-chapter-title/pdf-chapter-title.html +1 -0
  40. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/pdf-chapter-navigation.html +1 -0
  41. package/livingdocs/110.PDF/070.pdf-cover/pdf-cover.html +1 -1
  42. package/livingdocs/110.PDF/080.pdf-toc-page/pdf-toc-page.html +2 -2
  43. package/livingdocs/110.PDF/080.pdf-toc-page/scss/editor.scss +2 -2
  44. package/livingdocs/110.PDF/100.pdf-toc-item/pdf-toc-item.html +3 -3
  45. package/package.json +2 -1
  46. package/scripts/beaver.js +14 -18
  47. package/scripts/build/variables.d.ts +6 -0
  48. package/scripts/build/variables.js +6 -0
  49. package/scripts/build.d.ts +1 -1
  50. package/scripts/build.js +227 -99
  51. package/scripts/dotenv.d.ts +1 -0
  52. package/scripts/dotenv.js +8 -0
  53. package/scripts/init.js +1 -1
  54. package/scripts/ldd/mapLdd.js +2 -2
  55. package/scripts/utils.d.ts +1 -0
  56. package/scripts/utils.js +22 -0
  57. package/scss/colors/functions.scss +2 -10
  58. package/scss/colors/mixins.scss +0 -18
  59. package/scss/colors/root.scss +10 -0
  60. package/scss/core-styles.scss +4 -1
  61. package/scss/fonts/root.scss +4 -0
  62. package/scss/grid/functions.scss +8 -6
  63. package/scss/grid/mixins.scss +0 -77
  64. package/scss/grid/root.scss +80 -0
  65. package/scss/helpers/root.scss +4 -0
  66. package/scss/init-root.scss +12 -0
  67. package/scss/meta/root.scss +4 -0
  68. package/scss/spacer/functions.scss +2 -1
  69. package/scss/spacer/mixins.scss +0 -52
  70. package/scss/spacer/root.scss +55 -0
  71. package/scss/system/functions.scss +70 -5
  72. package/scss/system/root.scss +0 -3
  73. package/scss/system/variables.scss +1 -0
  74. package/scss/typography/functions.scss +12 -12
  75. package/scss/typography/mixins.scss +0 -221
  76. package/scss/typography/root.scss +226 -0
  77. package/srl/.srl/components/Srl/Article/Dialog/Button.vue +18 -20
  78. package/srl/.srl/components/Srl/Article/Root.vue +4 -3
  79. package/srl/.srl/components/Srl/Page/Dialog.vue +17 -19
  80. package/srl/.srl/types/nswow.d.ts +3 -0
  81. package/srl/.srl/utils/pageState.ts +2 -2
  82. package/srl/srl/pdf.scss +0 -2
package/cli.js CHANGED
@@ -79,8 +79,12 @@ commander
79
79
  commander
80
80
  .command('build')
81
81
  .description('Build ldd, app, pdf and word for production')
82
- .argument('[version]', 'The name of component or group.')
82
+ .argument('[version]', 'Livingdocs version')
83
83
  .option('-c, --customer <customer>', 'The customer to build for')
84
+ .option(
85
+ '-t, --target <targets>',
86
+ 'Comma separated targets: app,pdf,word,xbrl,ldd (default: all)'
87
+ )
84
88
  .action(async (version, options) => {
85
89
  await build(version, options);
86
90
  });
package/dev/index.html CHANGED
@@ -12,7 +12,7 @@
12
12
  >this page requires javascript to work properly. please enable javascript in your
13
13
  browser</noscript
14
14
  >
15
- <div id="app" class="slr-page"></div>
15
+ <div id="app" class="srl-page"></div>
16
16
  <script type="module" src="src/entries/main.ts"></script>
17
17
  </body>
18
18
  </html>
@@ -110,24 +110,24 @@
110
110
  "identifier": "wp_cf_prettyTitle",
111
111
  "type": "text",
112
112
  "matches": [
113
- "title-h1.title-h1-text",
113
+ "title-h1.title-h1",
114
114
  "title-h2.title-h2-text",
115
115
  "title-h3.title-h3-text",
116
116
  "title-h4.title-h4-text",
117
- "title-h5.title-h5-text",
118
- "title-h6.title-h6-text"
117
+ "title-h5.title-h5",
118
+ "title-h6.title-h6"
119
119
  ]
120
120
  },
121
121
  {
122
122
  "identifier": "menuTitle",
123
123
  "type": "text",
124
124
  "matches": [
125
- "title-h1.title-h1-text",
125
+ "title-h1.title-h1",
126
126
  "title-h2.title-h2-text",
127
127
  "title-h3.title-h3-text",
128
128
  "title-h4.title-h4-text",
129
- "title-h5.title-h5-text",
130
- "title-h6.title-h6-text"
129
+ "title-h5.title-h5",
130
+ "title-h6.title-h6"
131
131
  ]
132
132
  },
133
133
  {
package/dev/package.json CHANGED
@@ -10,6 +10,11 @@
10
10
  "scripts": {
11
11
  "dev": "vite",
12
12
  "build": "srl build",
13
+ "build-app": "srl build --target app",
14
+ "build-pdf": "srl build --target pdf",
15
+ "build-word": "srl build --target word",
16
+ "build-xbrl": "srl build --target xbrl",
17
+ "build-ldd": "srl build --target ldd",
13
18
  "build-type-check": "run-p type-check \"build {@}\" --",
14
19
  "preview": "vite preview",
15
20
  "test:unit": "vitest",
@@ -19,7 +24,7 @@
19
24
  "postinstall": "srl prepare"
20
25
  },
21
26
  "dependencies": {
22
- "@simple-reporting/base": "^1.0.23",
27
+ "@simple-reporting/base": "^1.0.25",
23
28
  "axios": "^1.12.2",
24
29
  "chalk": "^5.6.2",
25
30
  "exceljs": "^4.4.0",
@@ -57,6 +57,9 @@ body:has(.srl-page__dialog[open]) {
57
57
  opacity: 0;
58
58
  pointer-events: none;
59
59
  transition: opacity 0.3s;
60
+ position: fixed;
61
+ inset: 0;
62
+ margin: 10vh auto 0;
60
63
 
61
64
  &::backdrop {
62
65
  background-color: rgba(0, 0, 0, 0.3);
@@ -1,2 +1,45 @@
1
1
  @use 'srl';
2
- @use 'print';
2
+
3
+ .srl-chapter,
4
+ .srl-article {
5
+ page-break-after: always;
6
+ }
7
+
8
+ .srl-article[class*="srl-category-notes_"],
9
+ .srl-article[class*="srl-category-notes-"],
10
+ .srl-article[class*="srl-category-note_"],
11
+ .srl-article[class*="srl-category-note-"] {
12
+ page-break-after: avoid;
13
+ }
14
+
15
+ [class*="srl-category-notes_"] + .srl-article,
16
+ [class*="srl-category-notes-"] + .srl-article,
17
+ [class*="srl-category-note_"] + .srl-article,
18
+ [class*="srl-category-note-"] + .srl-article {
19
+ page-break-after: always;
20
+ }
21
+
22
+ /*
23
+ Hold titles and the following component on the same page
24
+ */
25
+ .srl-title-h1,
26
+ .srl-title-h2,
27
+ .srl-title-h3,
28
+ .srl-title-h4,
29
+ .srl-title-h5 {
30
+ & + * {
31
+ page-break-before: avoid;
32
+ }
33
+ }
34
+
35
+ .srl-article + [class*="srl-category-notes_"],
36
+ .srl-article + [class*="srl-category-notes-"],
37
+ .srl-article + [class*="srl-category-note_"],
38
+ .srl-article + [class*="srl-category-note-"] {
39
+ margin-top: srl.spacer-get(800);
40
+ }
41
+
42
+ strong,
43
+ [class*="bold"] {
44
+ font-weight: bold;
45
+ }
@@ -0,0 +1,3 @@
1
+ .srl-title-h1 {
2
+ font-family: 'Arial', sans-serif;
3
+ }
@@ -0,0 +1,10 @@
1
+ @use "srl";
2
+
3
+ .srl-title-h2 {
4
+ font-family: 'Arial', sans-serif;
5
+ }
6
+
7
+ .srl-title-h2__number:after {
8
+ content: " ";
9
+ display: block;
10
+ }
@@ -0,0 +1,10 @@
1
+ @use "srl";
2
+
3
+ .srl-title-h3 {
4
+ font-family: 'Arial', sans-serif;
5
+ }
6
+
7
+ .srl-title-h3__number:after {
8
+ content: " ";
9
+ display: block;
10
+ }
@@ -0,0 +1,10 @@
1
+ @use "srl";
2
+
3
+ .srl-title-h4 {
4
+ font-family: 'Arial', sans-serif;
5
+ }
6
+
7
+ .srl-title-h4__number:after {
8
+ content: " ";
9
+ display: block;
10
+ }
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-title-h5 {
4
+ font-family: 'Arial', sans-serif;
5
+ }
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-title-h6 {
4
+ font-family: 'Arial', sans-serif;
5
+ }
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-lead {
4
+ font-family: 'Arial', sans-serif;
5
+ }
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-paragraph {
4
+ font-family: 'Arial', sans-serif;
5
+ }
@@ -0,0 +1,6 @@
1
+ @use "srl";
2
+
3
+ .srl-paragraph-strong {
4
+ font-family: 'Arial', sans-serif;
5
+ font-weight: 700;
6
+ }
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-link {
4
+ font-family: 'Arial', sans-serif;
5
+ }
@@ -0,0 +1,7 @@
1
+ @use "srl";
2
+
3
+ .srl-quote__quote,
4
+ .srl-quote__name,
5
+ .srl-quote__position {
6
+ font-family: 'Arial', sans-serif;
7
+ }
@@ -0,0 +1,7 @@
1
+ @use "srl";
2
+
3
+ .srl-quote__quote,
4
+ .srl-quote__name,
5
+ .srl-quote__position {
6
+ font-family: 'Arial', sans-serif;
7
+ }
@@ -0,0 +1,6 @@
1
+ @use "srl";
2
+
3
+ .srl-footnote:not(.srl-grid),
4
+ .srl-footnote__item {
5
+ font-family: 'Arial', sans-serif;
6
+ }
@@ -1,10 +1,5 @@
1
1
  @use 'srl';
2
2
 
3
- .srl-table-list {
4
- list-style: none;
5
- padding: 0;
6
- }
7
-
8
3
  .srl-list-group__list {
9
4
  list-style: none;
10
5
  padding: 0;
@@ -0,0 +1,6 @@
1
+ @use "srl";
2
+
3
+ .srl-list-group__list {
4
+ list-style: disc;
5
+ padding: initial;
6
+ }
@@ -0,0 +1,9 @@
1
+ @use 'srl';
2
+
3
+ .srl-list-group__list {
4
+ .srl-list-group--ol &,
5
+ .srl-table-list--ol & {
6
+ list-style-type: decimal;
7
+ }
8
+ }
9
+
@@ -0,0 +1,9 @@
1
+ @use 'srl';
2
+
3
+ .srl-list-group__list {
4
+ .srl-list-group--alphanumeric &,
5
+ .srl-table-list--alphanumeric & {
6
+ list-style-type: lower-alpha;
7
+ }
8
+ }
9
+
@@ -10,5 +10,5 @@ $marker-width: srl.system-size-unit(map.get(srl.$meta, list, marker-width-pdf));
10
10
  }
11
11
 
12
12
  .srl-list-group__item-text {
13
- width: calc(100% - #{$marker-width});
14
- }
13
+ width: calc(100% - #{$marker-width});
14
+ }
@@ -0,0 +1,19 @@
1
+ @use "srl";
2
+
3
+ .srl-list-group__item {
4
+ font-family: 'Arial', sans-serif;
5
+
6
+ &:before {
7
+ .srl-list-group--ul & {
8
+ display: none;
9
+ }
10
+
11
+ .srl-list-group--ol & {
12
+ display: none;
13
+ }
14
+
15
+ .srl-list-group--alphanumeric & {
16
+ display: none;
17
+ }
18
+ }
19
+ }
@@ -49,7 +49,7 @@ td {
49
49
  );
50
50
  vertical-align: #{map.get(srl.$meta, table, vertical-align)};
51
51
  border-bottom: (
52
- var(--srl-table-border-regular-width)
52
+ srl.system-root-style(srl-table-border-regular-width)
53
53
  map.get($table-border-regular, style)
54
54
  srl.colors-get(map.get($table-border-regular, color))
55
55
  );
@@ -93,7 +93,7 @@ td {
93
93
  */
94
94
  &[class*="head"] {
95
95
  border-bottom: (
96
- var(--srl-table-border-bold-width)
96
+ srl.system-root-style(srl-table-border-bold-width)
97
97
  map.get($table-border-bold, style)
98
98
  srl.colors-get(map.get($table-border-bold, color))
99
99
  );
@@ -109,7 +109,7 @@ td {
109
109
 
110
110
  &[class*="blinetop"] {
111
111
  border-top: (
112
- var(--srl-table-border-bold-width)
112
+ srl.system-root-style(srl-table-border-bold-width)
113
113
  map.get($table-border-bold, style)
114
114
  srl.colors-get(map.get($table-border-bold, color))
115
115
  );
@@ -117,21 +117,21 @@ td {
117
117
 
118
118
  &[class*="nolinetop"] {
119
119
  border-top: (
120
- var(--srl-table-border-regular-width)
120
+ srl.system-root-style(srl-table-border-regular-width)
121
121
  map.get($table-border-regular, style)
122
122
  transparent
123
123
  );
124
124
 
125
125
  &[class*="head"] {
126
126
  border-top-width: (
127
- var(--srl-table-border-regular-width)
127
+ srl.system-root-style(srl-table-border-regular-width)
128
128
  );
129
129
  }
130
130
  }
131
131
 
132
132
  &[class*="linebottom"] {
133
133
  border-bottom: (
134
- var(--srl-table-border-regular-width)
134
+ srl.system-root-style(srl-table-border-regular-width)
135
135
  map.get($table-border-regular, style)
136
136
  srl.colors-get(map.get($table-border-regular, color))
137
137
  );
@@ -139,7 +139,7 @@ td {
139
139
 
140
140
  &[class*="blinebottom"] {
141
141
  border-bottom: (
142
- var(--srl-table-border-bold-width)
142
+ srl.system-root-style(srl-table-border-bold-width)
143
143
  map.get($table-border-bold, style)
144
144
  srl.colors-get(map.get($table-border-bold, color))
145
145
  );
@@ -147,19 +147,19 @@ td {
147
147
 
148
148
  &[class*="nolinebottom"] {
149
149
  border-bottom: (
150
- var(--srl-table-border-regular-width)
150
+ srl.system-root-style(srl-table-border-regular-width)
151
151
  map.get($table-border-regular, style)
152
152
  transparent
153
153
  );
154
154
 
155
155
  &[class*="head"] {
156
- border-bottom-width: var(--srl-table-border-regular-width);
156
+ border-bottom-width: srl.system-root-style(srl-table-border-regular-width);
157
157
  }
158
158
  }
159
159
 
160
160
  &[class*="lineleft"] {
161
161
  border-left: (
162
- var(--srl-table-border-regular-width)
162
+ srl.system-root-style(srl-table-border-regular-width)
163
163
  map.get($table-border-regular, style)
164
164
  srl.colors-get(map.get($table-border-regular, color))
165
165
  );
@@ -167,7 +167,7 @@ td {
167
167
 
168
168
  &[class*="blineleft"] {
169
169
  border-left: (
170
- var(--srl-table-border-bold-width)
170
+ srl.system-root-style(srl-table-border-bold-width)
171
171
  map.get($table-border-bold, style)
172
172
  srl.colors-get(map.get($table-border-bold, color))
173
173
  );
@@ -175,7 +175,7 @@ td {
175
175
 
176
176
  &[class*="nolineleft"] {
177
177
  border-left: (
178
- var(--srl-table-border-regular-width)
178
+ srl.system-root-style(srl-table-border-regular-width)
179
179
  map.get($table-border-regular, style)
180
180
  transparent
181
181
  );
@@ -183,7 +183,7 @@ td {
183
183
 
184
184
  &[class*="lineright"] {
185
185
  border-right: (
186
- var(--srl-table-border-regular-width)
186
+ srl.system-root-style(srl-table-border-regular-width)
187
187
  map.get($table-border-regular, style)
188
188
  srl.colors-get(map.get($table-border-regular, color))
189
189
  );
@@ -191,7 +191,7 @@ td {
191
191
 
192
192
  &[class*="blineright"] {
193
193
  border-right: (
194
- var(--srl-table-border-bold-width)
194
+ srl.system-root-style(srl-table-border-bold-width)
195
195
  map.get($table-border-bold, style)
196
196
  srl.colors-get(map.get($table-border-bold, color))
197
197
  );
@@ -199,7 +199,7 @@ td {
199
199
 
200
200
  &[class*="nolineleft"] {
201
201
  border-right: (
202
- var(--srl-table-border-regular-width)
202
+ srl.system-root-style(srl-table-border-regular-width)
203
203
  map.get($table-border-regular, style)
204
204
  transparent
205
205
  );
@@ -231,9 +231,14 @@ td {
231
231
  DEFINE HERE; DIFFERENT CSS CLASSES IN EVERY PROJECT
232
232
  */
233
233
  @for $i from 1 through 10 {
234
- $suffix: if($i < 10, "0#{$i}", "#{$i}");
234
+ $suffix: "#{$i}";
235
+
236
+ @if $i < 10 {
237
+ $suffix: "0#{$i}";
238
+ }
239
+
235
240
  &[class*="background-#{$suffix}"] {
236
- background-color: var(--srl-table-background-#{$suffix}, transparent);
241
+ background-color: srl.system-root-style(srl-table-background-#{$suffix}, transparent);
237
242
  }
238
243
  }
239
244
 
@@ -0,0 +1,21 @@
1
+ @use "srl";
2
+
3
+ .srl-table {
4
+ page-break-inside: avoid;
5
+ }
6
+
7
+ th,
8
+ td {
9
+ font-family: 'Arial', sans-serif;
10
+
11
+ &[class*="head"],
12
+ &[class*="bold"],
13
+ &[class*="regular"] {
14
+ font-family: 'Arial', sans-serif;
15
+ }
16
+
17
+ &[class*="head"],
18
+ &[class*="bold"] {
19
+ font-weight: bold;
20
+ }
21
+ }
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-image__caption-text {
4
+ font-family: 'Arial', sans-serif;
5
+ }
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-video__video-link {
4
+ font-family: 'Arial', sans-serif;
5
+ }
@@ -1,8 +1,8 @@
1
- <div class="srl-video">
1
+ <div class="srl-video" data-remove-from-word="complete">
2
2
  <div class="srl-grid srl-grid--media">
3
3
  <div class="srl-grid__inner srl-video__inner">
4
4
  <srl-ld-video data-remove-from-xbrl="transient" data-remove-from-pdf="transient">
5
- <div class="srl-video__video-container" doc-html="free-html" data-remove-from-pdf="complete"></div>
5
+ <div class="srl-video__video-container" doc-html="free-html" data-remove-from-pdf="complete"></div>
6
6
  <img class="srl-video__thumbnail" doc-image="video-thumbnail"></img>
7
7
  <div class="srl-video__play" data-remove-from-pdf="complete">
8
8
  <button class="srl-button srl-has-icon" type="button">
@@ -1 +1,6 @@
1
- @use "pdf";
1
+ @use "pdf";
2
+ @use "srl";
3
+
4
+ .srl-button {
5
+ font-family: 'Arial', sans-serif;
6
+ }
@@ -8,14 +8,14 @@
8
8
  </div>
9
9
  <div class="srl-cv__header-content">
10
10
  <p class="srl-title-h3">
11
- <span class="srl-title-h3__text" doc-editable="cv-title-h3">
12
- Max Mustermann
13
- </span>
11
+ <span class="srl-title-h3__text" doc-editable="cv-title-h3">
12
+ Max Mustermann
13
+ </span>
14
14
  </p>
15
15
  <p class="srl-title-h4">
16
- <span class="srl-title-h4__text" doc-editable="cv-title-h4">
17
- Chairman of the Group Management, Chief Executive Officer (CEO)
18
- </span>
16
+ <span class="srl-title-h4__text" doc-editable="cv-title-h4">
17
+ Chairman of the Group Management, Chief Executive Officer (CEO)
18
+ </span>
19
19
  </p>
20
20
  <p class="srl-paragraph" doc-editable="cv-text-excerpt">
21
21
  Swiss, born 1956 <br />
@@ -27,7 +27,7 @@
27
27
  <div class="srl-cv__content srl-article-accordion__content">
28
28
  <div class="srl-article-accordion__wrapper" doc-container="cv-content"></div>
29
29
  </div>
30
- <div class="srl-grid srl-cv__button-container">
30
+ <div class="srl-grid srl-cv__button-container" data-remove-from-pdf="complete" data-remove-from-word="complete" data-remove-from-xhtml="complete">
31
31
  <div class="srl-grid__inner srl-flex srl-justify-self-center">
32
32
  <button type="button" class="srl-cv__button srl-article-accordion__toggle">
33
33
  <span class="srl-cv__button-more" doc-editable="cv-text-more">
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-signature {
4
+ @include srl.spacer-margin-top(400);
5
+ }
@@ -0,0 +1,6 @@
1
+ @use "srl";
2
+
3
+ .srl-signature__name,
4
+ .srl-signature__position {
5
+ font-family: 'Arial', sans-serif;
6
+ }
@@ -1,4 +1,5 @@
1
- <p class="srl-anchor srl-editor-component" data-remove-from-translate-plus="true" data-remove-from-xhtml="complete" data-is-anchor="true">
1
+ <p class="srl-anchor srl-editor-component" data-remove-from-translate-plus="true" data-remove-from-xhtml="complete"
2
+ data-is-anchor="true">
2
3
  <span class="srl-anchor__text srl-editor-component__text" doc-editable="anchor-text">
3
4
  Must start with a letter (A–Z or a–z); a number is not allowed. After the
4
5
  first letter, any combination of letters (a–z, A–Z), digits (0–9), hyphens
@@ -1,5 +1,5 @@
1
1
  <div class="srl-pdf-pagebreak srl-editor-component" data-remove-from-web="complete">
2
- <span class="srl-pdf-pagebreak__editor-text srl-editor-component__text" data-remove-from-pdf="complete">
2
+ <span class="srl-pdf-pagebreak__editor-text srl-editor-component__text" data-remove-from-pdf="complete" data-remove-from-word="complete">
3
3
  PDF page break
4
4
  </span>
5
5
  </div>
@@ -0,0 +1,5 @@
1
+ @use 'srl';
2
+
3
+ .srl-pdf-pagebreak {
4
+ page-break-after: always;
5
+ }
@@ -1,6 +1,7 @@
1
1
  <p
2
2
  class="srl-pdf-publication-title srl-editor-component"
3
3
  data-remove-from-web="complete"
4
+ data-remove-from-word="complete"
4
5
  >
5
6
  <span class="srl-pdf-publication-title__text srl-editor-component__text" doc-editable="pdf-publication-titletext">
6
7
  Publication title
@@ -1,6 +1,7 @@
1
1
  <p
2
2
  class="srl-pdf-chapter-title srl-editor-component"
3
3
  data-remove-from-web="complete"
4
+ data-remove-from-word="complete"
4
5
  >
5
6
  <span class="srl-pdf-chapter-title__text srl-editor-component__text" doc-editable="pdf-chapter-title-text">
6
7
  Chapter title
@@ -2,6 +2,7 @@
2
2
  class="srl-chapter-navigation srl-editor-component"
3
3
  data-is-chapter-override="true"
4
4
  data-remove-from-web="complete"
5
+ data-remove-from-word="complete"
5
6
  >
6
7
  <ol
7
8
  class="srl-chapter-navigation__list"
@@ -1,4 +1,4 @@
1
- <div class="srl-pdf-cover" doc-image="cover">
1
+ <div class="srl-pdf-cover" data-remove-from-word="complete" doc-image="cover">
2
2
  <div class="srl-pdf-cover__content">
3
3
  <div class="srl-pdf-cover__top">
4
4
  <div class="srl-pdf-cover__logo-container" doc-toggle="show-logo">
@@ -1,8 +1,8 @@
1
- <div class="srl-pdf-toc-page">
1
+ <div class="srl-pdf-toc-page" data-remove-from-word="complete" data-is-toc-page="true">
2
2
  <div class="srl-pdf-toc-page__inner">
3
3
  <div class="srl-pdf-toc-page__title" doc-editable="pdf-toc-page-title">
4
4
  Chapter title
5
5
  </div>
6
- <div class="srl-pdf-toc-page__toc-container" doc-container="toc"></div>
6
+ <div class="srl-pdf-toc-page__toc-container" doc-container="toc" data-is-toc-container="true"></div>
7
7
  </div>
8
8
  </div>
@@ -24,8 +24,8 @@ $page-margin-left: srl.system-size-unit(map.get(srl.$meta, pdf, margin, left));
24
24
 
25
25
  display: grid;
26
26
  grid-template-columns: repeat(8, 1fr);
27
- column-gap: var(--srl-gutter-column-gap);
28
- row-gap: var(--srl-gutter-row-gap);
27
+ column-gap: srl.system-root-style(srl-gutter-column-gap);
28
+ row-gap: srl.system-root-style(srl-gutter-row-gap);
29
29
  }
30
30
 
31
31
  .srl-pdf-toc-page__title,