@simple-reporting/base 1.0.39 → 1.0.41

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 (194) hide show
  1. package/dev/package.json +1 -1
  2. package/dev/src/App.vue +1 -0
  3. package/dev/src/assets/scss/app.scss +0 -1
  4. package/dev/src/assets/scss/components/{note/accordion.scss → accordion.scss} +20 -0
  5. package/dev/src/assets/scss/editor.scss +1 -0
  6. package/dev/src/assets/scss/general.scss +18 -0
  7. package/dev/src/assets/scss/pdf.scss +11 -0
  8. package/dev/src/assets/scss/placeholders/grid.scss +6 -0
  9. package/dev/src/assets/scss/web.scss +1 -1
  10. package/dev/src/assets/scss/xbrl.scss +12 -1
  11. package/dev/src/components/PageMain.vue +5 -3
  12. package/dev/src/entries/pdf.ts +5 -0
  13. package/dev/srl.config.json +72 -7
  14. package/livingdocs/010.Titles/010.title-h1/scss/_spacing-variations.scss +0 -2
  15. package/livingdocs/010.Titles/010.title-h1/scss/general.scss +1 -2
  16. package/livingdocs/010.Titles/010.title-h1/scss/web.scss +7 -0
  17. package/livingdocs/010.Titles/020.title-h2/scss/_spacing-variations.scss +0 -2
  18. package/livingdocs/010.Titles/020.title-h2/scss/general.scss +12 -2
  19. package/livingdocs/010.Titles/020.title-h2/scss/xbrl.scss +2 -1
  20. package/livingdocs/010.Titles/030.title-h3/scss/_spacing-variations.scss +0 -2
  21. package/livingdocs/010.Titles/030.title-h3/scss/general.scss +2 -2
  22. package/livingdocs/010.Titles/030.title-h3/scss/xbrl.scss +2 -1
  23. package/livingdocs/010.Titles/040.title-h4/scss/_spacing-variations.scss +0 -2
  24. package/livingdocs/010.Titles/040.title-h4/scss/general.scss +2 -2
  25. package/livingdocs/010.Titles/040.title-h4/scss/xbrl.scss +2 -1
  26. package/livingdocs/010.Titles/050.title-h5/scss/_spacing-variations.scss +0 -2
  27. package/livingdocs/010.Titles/050.title-h5/scss/general.scss +1 -2
  28. package/livingdocs/010.Titles/060.title-h6/scss/_spacing-variations.scss +0 -2
  29. package/livingdocs/010.Titles/060.title-h6/scss/general.scss +2 -2
  30. package/livingdocs/020.Text/010.lead/scss/general.scss +1 -2
  31. package/livingdocs/020.Text/020.paragraph/scss/_spacing-variations.scss +1 -2
  32. package/livingdocs/020.Text/020.paragraph/scss/general.scss +5 -2
  33. package/livingdocs/020.Text/040.link/scss/_spacing-variations.scss +22 -0
  34. package/livingdocs/020.Text/040.link/scss/general.scss +22 -2
  35. package/livingdocs/020.Text/050.quote/scss/general.scss +2 -0
  36. package/livingdocs/020.Text/060.quote-with-portrait/scss/_spacing-variations.scss +1 -2
  37. package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +13 -2
  38. package/livingdocs/020.Text/060.quote-with-portrait/scss/web.scss +7 -0
  39. package/livingdocs/020.Text/070.footnote-container/scss/_spacing-variations.scss +0 -2
  40. package/livingdocs/020.Text/080.footnote-item/scss/general.scss +1 -2
  41. package/livingdocs/020.Text/080.footnote-item/scss/word.scss +8 -0
  42. package/livingdocs/030.Lists/010.unordered-list/scss/_spacing-variations.scss +0 -2
  43. package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +1 -2
  44. package/livingdocs/030.Lists/040.list-item-unordered-list/scss/general.scss +1 -2
  45. package/livingdocs/040.Media/010.table/scss/_spacing-variations.scss +0 -2
  46. package/livingdocs/040.Media/010.table/scss/general.scss +8 -2
  47. package/livingdocs/040.Media/010.table/scss/word.scss +18 -0
  48. package/livingdocs/040.Media/020.image/scss/_spacing-variations.scss +0 -2
  49. package/livingdocs/040.Media/020.image/scss/general.scss +1 -2
  50. package/livingdocs/040.Media/020.image/scss/pdf.scss +1 -0
  51. package/livingdocs/040.Media/020.image/scss/web.scss +19 -5
  52. package/livingdocs/040.Media/030.video/ld-conf.json +1 -6
  53. package/livingdocs/040.Media/030.video/properties.json +7 -0
  54. package/livingdocs/040.Media/030.video/scss/_spacing-variations.scss +0 -2
  55. package/livingdocs/040.Media/030.video/scss/editor.scss +10 -0
  56. package/livingdocs/040.Media/030.video/scss/general.scss +7 -3
  57. package/livingdocs/040.Media/030.video/scss/pdf.scss +8 -0
  58. package/livingdocs/040.Media/030.video/video.html +27 -30
  59. package/livingdocs/040.Media/030.video/video.vue +71 -32
  60. package/livingdocs/060.Buttons/010.button-container/button-container.html +6 -1
  61. package/livingdocs/060.Buttons/020.button/button.html +7 -1
  62. package/livingdocs/060.Buttons/020.button/scss/general.scss +2 -2
  63. package/livingdocs/070.Container/010.aside-content-container/aside-content-container.html +1 -1
  64. package/livingdocs/070.Container/010.aside-content-container/ld-conf.json +1 -1
  65. package/livingdocs/070.Container/010.aside-content-container/scss/general.scss +4 -0
  66. package/livingdocs/070.Container/010.aside-content-container/scss/pdf.scss +5 -0
  67. package/livingdocs/070.Container/010.aside-content-container/scss/web.scss +12 -0
  68. package/livingdocs/070.Container/020.columns-container/columns-container.html +1 -1
  69. package/livingdocs/070.Container/020.columns-container/ld-conf.json +1 -1
  70. package/livingdocs/070.Container/020.columns-container/scss/app.scss +1 -0
  71. package/livingdocs/070.Container/020.columns-container/scss/general.scss +5 -0
  72. package/livingdocs/070.Container/020.columns-container/scss/pdf.scss +7 -0
  73. package/livingdocs/070.Container/020.columns-container/scss/word.scss +1 -0
  74. package/livingdocs/070.Container/020.columns-container/scss/xbrl.scss +2 -0
  75. package/livingdocs/070.Container/030.background-container/scss/general.scss +1 -2
  76. package/livingdocs/080.CV/010.cv/scss/editor.scss +10 -1
  77. package/livingdocs/080.CV/010.cv/scss/general.scss +1 -2
  78. package/livingdocs/080.CV/010.cv/scss/web.scss +1 -1
  79. package/livingdocs/080.CV/010.cv/scss/xbrl.scss +2 -1
  80. package/livingdocs/080.CV/020.cv-time-span/scss/_spacing-variations.scss +0 -2
  81. package/livingdocs/080.CV/020.cv-time-span/scss/general.scss +1 -2
  82. package/livingdocs/080.CV/020.cv-time-span/scss/xbrl.scss +2 -1
  83. package/livingdocs/090.Signatures/010.signature-container/scss/xbrl.scss +3 -1
  84. package/livingdocs/090.Signatures/020.signature-item/scss/xbrl.scss +1 -0
  85. package/livingdocs/100.Misc/010.anchor/scss/editor.scss +4 -0
  86. package/livingdocs/100.Misc/020.accordion/accordion.html +9 -9
  87. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/editor.scss +1 -0
  88. package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/editor.scss +1 -0
  89. package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/properties.json +2 -2
  90. package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/general.scss +3 -0
  91. package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/editor.scss +1 -0
  92. package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/web.scss +1 -0
  93. package/livingdocs/110.PDF/100.pdf-toc-item/scss/general.scss +6 -8
  94. package/livingdocs/120.Startpage/010.hero-video/hero-video.html +15 -0
  95. package/livingdocs/120.Startpage/010.hero-video/ld-conf.json +5 -0
  96. package/livingdocs/120.Startpage/010.hero-video/properties.json +1 -0
  97. package/livingdocs/120.Startpage/010.hero-video/scss/_spacing-variations.scss +3 -0
  98. package/livingdocs/120.Startpage/010.hero-video/scss/app.scss +2 -0
  99. package/livingdocs/120.Startpage/010.hero-video/scss/editor.scss +9 -0
  100. package/livingdocs/120.Startpage/010.hero-video/scss/web.scss +77 -0
  101. package/livingdocs/120.Startpage/020.teaser-title-image-quote/ld-conf.json +18 -0
  102. package/livingdocs/120.Startpage/020.teaser-title-image-quote/properties.json +1 -0
  103. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/_spacing-variations.scss +4 -0
  104. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/app.scss +2 -0
  105. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/editor.scss +22 -0
  106. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/web.scss +40 -0
  107. package/livingdocs/120.Startpage/020.teaser-title-image-quote/teaser-title-image-quote.html +50 -0
  108. package/livingdocs/120.Startpage/030.teaser-quote/ld-conf.json +25 -0
  109. package/livingdocs/120.Startpage/030.teaser-quote/properties.json +1 -0
  110. package/livingdocs/120.Startpage/030.teaser-quote/scss/_spacing-variations.scss +3 -0
  111. package/livingdocs/120.Startpage/030.teaser-quote/scss/app.scss +2 -0
  112. package/livingdocs/120.Startpage/030.teaser-quote/scss/editor.scss +6 -0
  113. package/livingdocs/120.Startpage/030.teaser-quote/scss/web.scss +125 -0
  114. package/livingdocs/120.Startpage/030.teaser-quote/teaser-quote.html +53 -0
  115. package/livingdocs/120.Startpage/040.teaser/ld-conf.json +23 -0
  116. package/livingdocs/120.Startpage/040.teaser/scss/_spacing-variations.scss +3 -0
  117. package/livingdocs/120.Startpage/040.teaser/scss/app.scss +2 -0
  118. package/livingdocs/120.Startpage/040.teaser/scss/editor.scss +6 -0
  119. package/livingdocs/120.Startpage/040.teaser/scss/web.scss +72 -0
  120. package/livingdocs/120.Startpage/040.teaser/teaser.html +39 -0
  121. package/livingdocs/130.Hosting_Components/010.download-center/download-center.html +6 -2
  122. package/livingdocs/130.Hosting_Components/020.search/scss/web.scss +11 -44
  123. package/livingdocs/130.Hosting_Components/020.search/search.html +7 -1
  124. package/livingdocs/130.Hosting_Components/020.search/search.vue +1 -1
  125. package/livingdocs/130.Hosting_Components/020.search/searchHighlightOnTarget.vue +249 -0
  126. package/livingdocs/999.Properties/background-color/properties.json +23 -0
  127. package/livingdocs/999.Properties/font-color/properties.json +15 -0
  128. package/package.json +1 -1
  129. package/scripts/config.js +7 -4
  130. package/scss/colors/mixins.scss +3 -0
  131. package/scss/helpers/mixins.scss +22 -0
  132. package/scss/spacer/mixins.scss +121 -12
  133. package/srl/srl/fa/index.scss +2 -2
  134. package/srl/srl/fa/source-free.scss +1 -4
  135. package/srl/srl/pdf/PDFNestedContainers.ts +122 -0
  136. package/srl/srl/pdf/PDFNotes.ts +4 -2
  137. package/srl/srl/pdf/PDFSetPageNumbers.ts +3 -1
  138. package/dev/src/assets/scss/margins.scss +0 -57
  139. /package/livingdocs/{110.PDF/060.pdf-chapter-navigation-item → 070.Container/020.columns-container}/scss/editor.scss +0 -0
  140. /package/livingdocs/{110.PDF/021.pdf-columnbreak → 070.Container/020.columns-container}/scss/web.scss +0 -0
  141. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/ld-conf.json +0 -0
  142. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/pdf-columnbreak.html +0 -0
  143. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/general.scss +0 -0
  144. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/pdf.scss +0 -0
  145. /package/livingdocs/110.PDF/{030.pdf-publication-title → 020.pdf-columnbreak}/scss/web.scss +0 -0
  146. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/word.scss +0 -0
  147. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/xbrl.scss +0 -0
  148. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/ld-conf.json +0 -0
  149. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/pdf-column-container.html +0 -0
  150. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/properties.json +0 -0
  151. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/editor.scss +0 -0
  152. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/pdf.scss +0 -0
  153. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/ld-conf.json +0 -0
  154. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/pdf-cover.html +0 -0
  155. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/editor.scss +0 -0
  156. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/pdf.scss +0 -0
  157. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 030.pdf-cover}/scss/web.scss +0 -0
  158. /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/word.scss +0 -0
  159. /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/xbrl.scss +0 -0
  160. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/ld-conf.json +0 -0
  161. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/pdf-landscape-container.html +0 -0
  162. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/properties.json +0 -0
  163. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/scss/pdf.scss +0 -0
  164. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/ld-conf.json +0 -0
  165. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/pdf-publication-title.html +0 -0
  166. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/editor.scss +0 -0
  167. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/general.scss +0 -0
  168. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/pdf.scss +0 -0
  169. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 050.pdf-publication-title}/scss/web.scss +0 -0
  170. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/word.scss +0 -0
  171. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/xbrl.scss +0 -0
  172. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/ld-conf.json +0 -0
  173. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/pdf-chapter-title.html +0 -0
  174. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/editor.scss +0 -0
  175. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/general.scss +0 -0
  176. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/pdf.scss +0 -0
  177. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 060.pdf-chapter-title}/scss/web.scss +0 -0
  178. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/word.scss +0 -0
  179. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/xbrl.scss +0 -0
  180. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/ld-conf.json +0 -0
  181. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/pdf-chapter-navigation.html +0 -0
  182. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/editor.scss +0 -0
  183. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/general.scss +0 -0
  184. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/pdf.scss +0 -0
  185. /package/livingdocs/110.PDF/{070.pdf-cover → 070.pdf-chapter-navigation-container}/scss/web.scss +0 -0
  186. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/word.scss +0 -0
  187. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/xbrl.scss +0 -0
  188. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/ld-conf.json +0 -0
  189. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/pdf-chapter-navigation-item.html +0 -0
  190. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/properties.json +0 -0
  191. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/general.scss +0 -0
  192. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/pdf.scss +0 -0
  193. /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/word.scss +0 -0
  194. /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/xbrl.scss +0 -0
package/dev/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@fortawesome/fontawesome-free": "^7.2.0",
28
- "@simple-reporting/base": "^1.0.39",
28
+ "@simple-reporting/base": "^1.0.41",
29
29
  "chalk": "^5.6.2",
30
30
  "exceljs": "^4.4.0",
31
31
  "file-saver": "^2.0.5",
package/dev/src/App.vue CHANGED
@@ -6,6 +6,7 @@ const mainNavigation = useMenu('menuMain')
6
6
 
7
7
  <template>
8
8
  <div class="srl-page__wrap">
9
+ <SearchHighlightOnTarget />
9
10
  <PageBypassLinks />
10
11
  <PageHeader :mainNavigation="mainNavigation" />
11
12
  <PageMain :mainNavigation="mainNavigation" />
@@ -1,6 +1,5 @@
1
1
  @use 'srl';
2
2
  @use 'web';
3
- @use "./components/note/accordion";
4
3
 
5
4
  html {
6
5
  -webkit-text-size-adjust: 100%;
@@ -90,6 +90,26 @@ $transition-duration: .3s;
90
90
  margin-inline: 0;
91
91
  }
92
92
 
93
+ &.srl-title-h2 {
94
+ [class*="-number"],
95
+ [class*="-text"]
96
+ {
97
+ @include srl.typography-title-h3();
98
+ }
99
+ }
100
+ &.srl-title-h3 {
101
+ [class*="-number"],
102
+ [class*="-text"] {
103
+ @include srl.typography-title-h4();
104
+ }
105
+ }
106
+ &.srl-title-h4 {
107
+ [class*="-number"],
108
+ [class*="-text"] {
109
+ @include srl.typography-title-h5();
110
+ }
111
+ }
112
+
93
113
  [class*="-number"],
94
114
  [class*="-text"]
95
115
  {
@@ -45,6 +45,7 @@ img[src^="data:image/svg+xml"] {
45
45
  @extend %srl-grid-base;
46
46
 
47
47
  &.srl-pdf-pagebreak,
48
+ &.srl-pdf-columnbreak,
48
49
  &.srl-anchor {
49
50
  border-top: 1px solid #{srl.colors-primary-1000()};
50
51
  border-bottom: 1px solid #{srl.colors-primary-1000()};
@@ -75,6 +75,24 @@ span {
75
75
  color: srl.colors-primary-1000();
76
76
  }
77
77
 
78
+ .srl-linkable {
79
+ a {
80
+ color: srl.colors-primary-1000();
81
+ text-decoration: underline;
82
+
83
+ &:hover {
84
+ text-decoration: none;
85
+ }
86
+
87
+ &[target="_blank"] {
88
+ &:after {
89
+ @extend %srl-icon-base;
90
+ @include fa.content(arrow-up-right-from-square);
91
+ }
92
+ }
93
+ }
94
+ }
95
+
78
96
  .srl-flex {
79
97
  display: flex;
80
98
  flex-direction: srl.system-root-style(srl-model-flex-direction);
@@ -65,6 +65,17 @@ img {
65
65
  }
66
66
  }
67
67
 
68
+ /*
69
+ Subscripts and superscripts
70
+ */
71
+ .subscript,
72
+ sub,
73
+ .superscript,
74
+ sup {
75
+ line-height: initial;
76
+ }
77
+
78
+
68
79
  /*
69
80
  Page breaks for PDF
70
81
  */
@@ -11,6 +11,12 @@
11
11
  display: flex;
12
12
  flex-direction: column;
13
13
  align-items: flex-end;
14
+ } @else if system.$build == "word" {
15
+ display: block;
16
+ margin-left: 0;
17
+ margin-right: 0;
18
+ padding-left: 0;
19
+ padding-right: 0;
14
20
  } @else {
15
21
  margin-left: auto;
16
22
  margin-right: auto;
@@ -1,5 +1,5 @@
1
1
  @use "srl";
2
- @use "./components/note/accordion";
2
+ @use "./components/accordion";
3
3
 
4
4
  @include srl.system-add-root-style('srl-header-height', srl.system-size-unit(68));
5
5
  @include srl.system-add-root-style('srl-header-height', srl.system-size-unit(101), 'tablet-ls', 'up');
@@ -1 +1,12 @@
1
- @use "srl";
1
+ @use "srl";
2
+
3
+ .srl-chapter {
4
+ & + * {
5
+ @include srl.spacer-margin-top(3200);
6
+ }
7
+ }
8
+ .srl-article {
9
+ & + * {
10
+ @include srl.spacer-margin-top(3200);
11
+ }
12
+ }
@@ -15,10 +15,12 @@ const props = defineProps<{
15
15
  <style lang="scss" scoped>
16
16
  @use 'srl';
17
17
  #srl-page-main {
18
- padding-top: srl.system-root-style(srl-header-height);
18
+ padding-top: calc( srl.system-root-style(srl-header-height) + srl.spacer-get(800) );
19
19
  min-height: 100dvh;
20
- .srl-page__wrap:not([class*='home']) & {
21
- padding-top: calc( srl.system-root-style(srl-header-height) + srl.spacer-get(800) );
20
+ &:has(.srl-article-root [class*='hero']:first-child),
21
+ &:has(.srl-article-root [class*='background']:first-child)
22
+ {
23
+ padding-top: srl.system-root-style(srl-header-height);
22
24
  }
23
25
  }
24
26
  </style>
@@ -1,6 +1,7 @@
1
1
  import '#imports/pdf.scss'
2
2
  import * as Awesomizr from 'srl/pdf/Awesomizr.js'
3
3
  import PDFNotes from 'srl/pdf/PDFNotes.ts'
4
+ import PDFNestedContainers from 'srl/pdf/PDFNestedContainers.ts'
4
5
  import PDFSetPageNumbers from 'srl/pdf/PDFSetPageNumbers.ts'
5
6
 
6
7
  document.addEventListener('DOMContentLoaded', () => {
@@ -8,6 +9,10 @@ document.addEventListener('DOMContentLoaded', () => {
8
9
  noteClass: '.srl-category-notes_group, .srl-category-notes_holding'
9
10
  })
10
11
 
12
+ new PDFNestedContainers({
13
+ selector: '.srl-nested-container'
14
+ })
15
+
11
16
  new PDFSetPageNumbers({
12
17
  tocItemClass: '.srl-pdf-toc__item:not(.srl-pdf-toc__item--blank)',
13
18
  tocItemPageNumberClass: '.srl-pdf-toc__page-number'
@@ -117,6 +117,27 @@
117
117
  }
118
118
  }
119
119
  },
120
+ {
121
+ "name": "title-h1-landing-page",
122
+ "font-family": "Inter",
123
+ "font-size": 40,
124
+ "line-height": 1.25,
125
+ "font-style": "normal",
126
+ "font-weight": 400,
127
+ "letter-spacing": 0,
128
+ "media": {
129
+ "up": {
130
+ "tablet-pt": {
131
+ "font-size": 60,
132
+ "line-height": 1.26
133
+ },
134
+ "desktop": {
135
+ "font-size": 80,
136
+ "line-height": 1.2
137
+ }
138
+ }
139
+ }
140
+ },
120
141
  {
121
142
  "name": "title-h1-pdf",
122
143
  "font-family": "Inter",
@@ -153,6 +174,31 @@
153
174
  }
154
175
  }
155
176
  },
177
+ {
178
+ "name": "title-h2-landing-page",
179
+ "font-family": "Inter",
180
+ "font-size": 30,
181
+ "line-height": 1.5,
182
+ "font-style": "normal",
183
+ "font-weight": 600,
184
+ "letter-spacing": 0,
185
+ "media": {
186
+ "print": {
187
+ "font-size": "28pt",
188
+ "line-height": 0.875
189
+ },
190
+ "up": {
191
+ "tablet-pt": {
192
+ "font-size": 36,
193
+ "line-height": 1.5
194
+ },
195
+ "desktop": {
196
+ "font-size": 56,
197
+ "line-height": 1.46
198
+ }
199
+ }
200
+ }
201
+ },
156
202
  {
157
203
  "name": "title-h2-pdf",
158
204
  "font-family": "Inter",
@@ -275,7 +321,7 @@
275
321
  {
276
322
  "name": "paragraph",
277
323
  "font-family": "Inter",
278
- "font-size": 14,
324
+ "font-size": 16,
279
325
  "line-height": 1.5,
280
326
  "font-style": "normal",
281
327
  "font-weight": 400,
@@ -287,7 +333,7 @@
287
333
  },
288
334
  "up": {
289
335
  "tablet-pt": {
290
- "font-size": 16
336
+ "font-size": 18
291
337
  }
292
338
  }
293
339
  }
@@ -315,7 +361,7 @@
315
361
  {
316
362
  "name": "link",
317
363
  "font-family": "Inter",
318
- "font-size": 12,
364
+ "font-size": 14,
319
365
  "line-height": 1.5,
320
366
  "font-style": "normal",
321
367
  "font-weight": 400,
@@ -327,7 +373,7 @@
327
373
  },
328
374
  "up": {
329
375
  "tablet-pt": {
330
- "font-size": 14
376
+ "font-size": 16
331
377
  }
332
378
  }
333
379
  }
@@ -515,7 +561,7 @@
515
561
  {
516
562
  "name": "button-text",
517
563
  "font-family": "Inter",
518
- "font-size": 12,
564
+ "font-size": 16,
519
565
  "line-height": 1,
520
566
  "font-style": "normal",
521
567
  "font-weight": 400,
@@ -527,7 +573,7 @@
527
573
  },
528
574
  "up": {
529
575
  "tablet-pt": {
530
- "font-size": 14
576
+ "font-size": 18
531
577
  }
532
578
  }
533
579
  }
@@ -806,6 +852,10 @@
806
852
  "name": "primary-1000",
807
853
  "color": "#F05000"
808
854
  },
855
+ {
856
+ "name": "on-primary-1000",
857
+ "color": "#ffffff"
858
+ },
809
859
  {
810
860
  "name": "secondary-200",
811
861
  "color": "#ccd1e6"
@@ -826,7 +876,10 @@
826
876
  "name": "secondary-1000",
827
877
  "color": "#001987"
828
878
  },
829
-
879
+ {
880
+ "name": "on-secondary-1000",
881
+ "color": "#ffffff"
882
+ },
830
883
  {
831
884
  "name": "tertiary-200",
832
885
  "color": "#ccd1e7"
@@ -847,6 +900,10 @@
847
900
  "name": "tertiary-1000",
848
901
  "color": "#001987"
849
902
  },
903
+ {
904
+ "name": "on-tertiary-1000",
905
+ "color": "#ffffff"
906
+ },
850
907
  {
851
908
  "name": "yellow-200",
852
909
  "color": "#fff7dc"
@@ -981,6 +1038,14 @@
981
1038
  "size": "48pt"
982
1039
  }
983
1040
  }
1041
+ },
1042
+ "3200": {
1043
+ "size": 256,
1044
+ "media": {
1045
+ "print": {
1046
+ "size": "96pt"
1047
+ }
1048
+ }
984
1049
  }
985
1050
  }
986
1051
  },
@@ -6,8 +6,6 @@ $margins: (
6
6
  ('.srl-title-h1', '.srl-table'): 400,
7
7
  ('.srl-title-h1', '.srl-button-container'): 400,
8
8
  ('.srl-title-h1', '.srl-columns'): 400,
9
- ('.srl-title-h1', '.srl-pdf-pagebreak'): 800,
10
- ('.srl-title-h1', '.srl-anchor'): 800,
11
9
  ('.srl-title-h1', '.srl-title-h2'): 800,
12
10
  ('.srl-title-h1', '.srl-image'): 800,
13
11
  ('.srl-title-h1', '.srl-video'): 800,
@@ -1,5 +1,4 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-title-h1 {
@@ -18,4 +17,4 @@
18
17
  }
19
18
  }
20
19
 
21
- @include margins.srl-component-margin(spacing-variations.$margins);
20
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -0,0 +1,7 @@
1
+ @use "srl";
2
+
3
+ .srl-title-h1 {
4
+ .srl-hero-video & {
5
+ @include srl.typography-title-h1-landing-page();
6
+ }
7
+ }
@@ -5,8 +5,6 @@ $margins: (
5
5
  ('.srl-title-h2', '.srl-title-h3'): 400,
6
6
  ('.srl-title-h2', '.srl-button-container'): 400,
7
7
  ('.srl-title-h2', '.srl-columns'): 400,
8
- ('.srl-title-h2', '.srl-pdf-pagebreak'): 800,
9
- ('.srl-title-h2', '.srl-anchor'): 800,
10
8
  ('.srl-title-h2', '.srl-keyfigure__icon'): 800,
11
9
  ('.srl-title-h2', '.srl-background-container'): 1600,
12
10
  );
@@ -1,10 +1,19 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-title-h2 {
6
5
  @include srl.typography-title-h2();
7
6
 
7
+ .srl-title-image-quote &,
8
+ .srl-teaser-quote &,
9
+ .srl-teaser & {
10
+ @include srl.typography-title-h2-landing-page();
11
+ }
12
+
13
+ .srl-title-image-quote & {
14
+ color: srl.colors-black-1000();
15
+ }
16
+
8
17
  .srl-pdf-cover & {
9
18
  @include srl.typography-title-h2-pdf();
10
19
  }
@@ -18,8 +27,9 @@
18
27
  }
19
28
  }
20
29
 
21
- @include margins.srl-component-margin(spacing-variations.$margins);
30
+ @include srl.spacer-component-margin(spacing-variations.$margins);
22
31
 
23
32
  .srl-title-h2__number-text-container {
24
33
  display: flex;
34
+ @include srl.spacer-gap(200);
25
35
  }
@@ -1 +1,2 @@
1
- @use 'general';
1
+ @use 'general';
2
+ @use 'web';
@@ -7,7 +7,5 @@ $margins: (
7
7
  ('.srl-cv__header-content .srl-title-h3', '.srl-title-h4'): 100,
8
8
  ('.srl-title-h3', '.srl-button-container'): 400,
9
9
  ('.srl-title-h3', '.srl-columns'): 400,
10
- ('.srl-title-h3', '.srl-pdf-pagebreak'): 800,
11
- ('.srl-title-h3', '.srl-anchor'): 800,
12
10
  ('.srl-title-h3', '.srl-background-container'): 1600,
13
11
  )
@@ -1,5 +1,4 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-title-h3 {
@@ -8,6 +7,7 @@
8
7
 
9
8
  .srl-title-h3__number-text-container {
10
9
  display: flex;
10
+ @include srl.spacer-gap(200);
11
11
  }
12
12
 
13
- @include margins.srl-component-margin(spacing-variations.$margins);
13
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -1 +1,2 @@
1
- @use 'general';
1
+ @use 'general';
2
+ @use 'web';
@@ -6,7 +6,5 @@ $margins: (
6
6
  ('.srl-title-h4', '.srl-table'): 200,
7
7
  ('.srl-title-h4', '.srl-button-container'): 400,
8
8
  ('.srl-title-h4', '.srl-columns'): 400,
9
- ('.srl-title-h4', '.srl-pdf-pagebreak'): 800,
10
- ('.srl-title-h4', '.srl-anchor'): 800,
11
9
  ('.srl-title-h4', '.srl-background-container'): 1600,
12
10
  )
@@ -1,5 +1,4 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-title-h4 {
@@ -8,6 +7,7 @@
8
7
 
9
8
  .srl-title-h4__number-text-container {
10
9
  display: flex;
10
+ @include srl.spacer-gap(200);
11
11
  }
12
12
 
13
- @include margins.srl-component-margin(spacing-variations.$margins);
13
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -1 +1,2 @@
1
- @use 'general';
1
+ @use 'general';
2
+ @use 'web';
@@ -5,7 +5,5 @@ $margins: (
5
5
  ('.srl-title-h5', '.srl-title-h6'): 100,
6
6
  ('.srl-title-h5', '.srl-button-container'): 400,
7
7
  ('.srl-title-h5', '.srl-columns'): 400,
8
- ('.srl-title-h5', '.srl-pdf-pagebreak'): 800,
9
- ('.srl-title-h5', '.srl-anchor'): 800,
10
8
  ('.srl-title-h5', '.srl-background-container'): 1600,
11
9
  )
@@ -1,9 +1,8 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-title-h5 {
6
5
  @include srl.typography-title-h5();
7
6
  }
8
7
 
9
- @include margins.srl-component-margin(spacing-variations.$margins);
8
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -4,7 +4,5 @@ $margins: (
4
4
  ('.srl-title-h6', '.srl-paragraph-strong'): 0,
5
5
  ('.srl-title-h6', '.srl-button-container'): 400,
6
6
  ('.srl-title-h6', '.srl-columns'): 400,
7
- ('.srl-title-h6', '.srl-pdf-pagebreak'): 800,
8
- ('.srl-title-h6', '.srl-anchor'): 800,
9
7
  ('.srl-title-h6', '.srl-background-container'): 1600,
10
8
  )
@@ -1,9 +1,9 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-title-h6 {
5
+ color: srl.colors-grey-600();
6
6
  @include srl.typography-title-h6();
7
7
  }
8
8
 
9
- @include margins.srl-component-margin(spacing-variations.$margins);
9
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -1,9 +1,8 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-lead {
6
5
  @include srl.typography-lead();
7
6
  }
8
7
 
9
- @include margins.srl-component-margin(spacing-variations.$margins);
8
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -1,5 +1,6 @@
1
1
  $margins: (
2
2
  ('.srl-paragraph', '*'): 200,
3
+ ('.srl-paragraph', '.srl-link__link'): 50,
3
4
  ('.srl-paragraph', '.srl-paragraph'): 200,
4
5
  ('.srl-paragraph', '.srl-paragraph-strong'): 200,
5
6
  ('.srl-paragraph', '.srl-list-group'): 200,
@@ -16,7 +17,5 @@ $margins: (
16
17
  ('.srl-paragraph', '.srl-title-h4'): 400,
17
18
  ('.srl-paragraph', '.srl-title-h5'): 200,
18
19
  ('.srl-paragraph', '.srl-title-h6'): 200,
19
- ('.srl-paragraph', '.srl-pdf-pagebreak'): 800,
20
- ('.srl-paragraph', '.srl-anchor'): 800,
21
20
  ('.srl-paragraph', '.srl-background-container'): 1600,
22
21
  )
@@ -1,9 +1,12 @@
1
1
  @use 'srl';
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-paragraph {
6
5
  @include srl.typography-paragraph();
6
+
7
+ .srl-aside-content-container__aside & {
8
+ @include srl.typography-link();
9
+ }
7
10
  }
8
11
 
9
- @include margins.srl-component-margin(spacing-variations.$margins);
12
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -0,0 +1,22 @@
1
+ $margins: (
2
+ ('.srl-link', '*'): 200,
3
+ ('.srl-link', '.srl-link__link'): 100,
4
+ ('.srl-link', '.srl-paragraph'): 400,
5
+ ('.srl-aside-content-container__aside .srl-link', '.srl-paragraph'): 200,
6
+ ('.srl-link', '.srl-paragraph-strong'): 200,
7
+ ('.srl-link', '.srl-list-group'): 200,
8
+ ('.srl-link', '.srl-footnote'): 200,
9
+ ('.srl-link', '.srl-table'): 400,
10
+ ('.srl-link', '.srl-signature'): 400,
11
+ ('.srl-link', '.srl-button-container'): 400,
12
+ ('.srl-link', '.srl-columns'): 400,
13
+ ('.srl-link', '.srl-quote'): 800,
14
+ ('.srl-link', '.srl-image'): 800,
15
+ ('.srl-link', '.srl-video'): 800,
16
+ ('.srl-link', '.srl-title-h2'): 800,
17
+ ('.srl-link', '.srl-title-h3'): 800,
18
+ ('.srl-link', '.srl-title-h4'): 400,
19
+ ('.srl-link', '.srl-title-h5'): 200,
20
+ ('.srl-link', '.srl-title-h6'): 200,
21
+ ('.srl-link', '.srl-background-container'): 1600,
22
+ )
@@ -1,5 +1,25 @@
1
1
  @use 'srl';
2
+ @use "sass:map";
3
+ @use "spacing-variations";
2
4
 
3
- .srl-link {
4
- @include srl.typography-link();
5
+ $font-weight-bold: map.get(srl.$meta, font, weight, bold);
6
+
7
+ .srl-link__content {
8
+ @extend %srl-decoration-line;
9
+
10
+ .srl-aside-content-container__aside & {
11
+ @extend %srl-decoration-line-reset;
12
+ }
5
13
  }
14
+
15
+ @include srl.spacer-component-margin(spacing-variations.$margins);
16
+
17
+ .srl-link__link {
18
+ font-weight: $font-weight-bold;
19
+ display: block;
20
+
21
+ .srl-aside-content-container__aside & {
22
+ @include srl.typography-link();
23
+ font-weight: $font-weight-bold;
24
+ }
25
+ }
@@ -5,9 +5,11 @@
5
5
  }
6
6
 
7
7
  .srl-quote__name {
8
+ display: block;
8
9
  @include srl.typography-quote-name();
9
10
  }
10
11
 
11
12
  .srl-quote__position {
13
+ display: block;
12
14
  @include srl.typography-quote-position();
13
15
  }
@@ -1,7 +1,6 @@
1
1
  $margins: (
2
2
  ('.srl-quote', '*'): 800,
3
+ ('.srl-title-image-quote .srl-quote', '.srl-button-container'): 400,
3
4
  ('.srl-quote', '.srl-columns'): 400,
4
- ('.srl-quote', '.srl-pdf-pagebreak'): 800,
5
- ('.srl-quote', '.srl-anchor'): 800,
6
5
  ('.srl-quote', '.srl-background-container'): 1600,
7
6
  )