@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
@@ -0,0 +1,5 @@
1
+ @use "srl";
2
+
3
+ .srl-columns__column {
4
+ flex: 1 0 0;
5
+ }
@@ -0,0 +1,7 @@
1
+ @use "srl";
2
+
3
+ @include srl.system-add-root-style(srl-model-flex-direction, row);
4
+
5
+ .srl-columns__column * {
6
+ width: 100%;
7
+ }
@@ -0,0 +1,2 @@
1
+ @use "srl";
2
+ @use "general";
@@ -1,9 +1,8 @@
1
1
  @use "srl";
2
- @use "@/assets/scss/margins";
3
2
  @use "spacing-variations";
4
3
 
5
4
  .srl-background-container {
6
5
  padding-block: srl.spacer-get(800);
7
6
  }
8
7
 
9
- @include margins.srl-component-margin(spacing-variations.$margins);
8
+ @include srl.spacer-component-margin(spacing-variations.$margins);
@@ -1 +1,10 @@
1
- @use "web";
1
+ @use "srl";
2
+ @use "web";
3
+
4
+ .srl-cv {
5
+ display: block;
6
+ }
7
+
8
+ .srl-cv__button-container {
9
+ @include srl.spacer-margin-block(400);
10
+ }
@@ -1,9 +1,8 @@
1
1
  @use 'srl';
2
2
  @use "sass:map";
3
- @use "@/assets/scss/margins";
4
3
  @use "spacing-variations";
5
4
 
6
- @include margins.srl-component-margin(spacing-variations.$margins);
5
+ @include srl.spacer-component-margin(spacing-variations.$margins);
7
6
 
8
7
  .srl-cv__inner {
9
8
  display: flex;
@@ -24,7 +24,7 @@
24
24
  margin: 0;
25
25
  padding: 0;
26
26
  position: relative;
27
- top: calc((srl.spacer-get(150) + (#{srl.typography-get-line-height(button-text)}) / 2) * -1);
27
+ top: calc((var(--srl-button-height, unset) - 7px) / 2 * -1);
28
28
  z-index: -1;
29
29
  border-top: 0;
30
30
  border-bottom: 1px solid srl.colors-grey-200();
@@ -1 +1,2 @@
1
- @use 'general';
1
+ @use 'general';
2
+ @use 'web';
@@ -9,6 +9,4 @@ $margins: (
9
9
  ('.srl-cv-time-span', '.srl-title-h4'): 400,
10
10
  ('.srl-cv-time-span', '.srl-title-h5'): 400,
11
11
  ('.srl-cv-time-span', '.srl-title-h6'): 400,
12
- ('.srl-cv-time-span', '.srl-pdf-pagebreak'): 800,
13
- ('.srl-cv-time-span', '.srl-anchor'): 800,
14
12
  )
@@ -1,13 +1,12 @@
1
1
  @use 'srl';
2
2
  @use "sass:map";
3
- @use "@/assets/scss/margins";
4
3
  @use "spacing-variations";
5
4
 
6
5
  .srl-cv-time-span {
7
6
  @include srl.typography-cv-time-span();
8
7
  }
9
8
 
10
- @include margins.srl-component-margin(spacing-variations.$margins);
9
+ @include srl.spacer-component-margin(spacing-variations.$margins);
11
10
 
12
11
  .srl-cv-time-span__inner {
13
12
  display: flex;
@@ -1 +1,2 @@
1
- @use 'general';
1
+ @use 'general';
2
+ @use 'web';
@@ -1 +1,3 @@
1
- @use 'general';
1
+ @use 'srl';
2
+ @use 'general';
3
+ @use 'web';
@@ -1 +1,2 @@
1
1
  @use 'general';
2
+ @use 'web';
@@ -1,6 +1,10 @@
1
1
  @use 'srl';
2
2
  @use 'web';
3
3
 
4
+ .srl-anchor {
5
+ @include srl.spacer-margin-block(1600);
6
+ }
7
+
4
8
  .srl-anchor__text {
5
9
  @extend %srl-regular-width;
6
10
  @include srl.typography-pdf-header()
@@ -1,42 +1,42 @@
1
1
  <srl-ld-accordion class="srl-category-accordion srl-category-accordion--category"
2
2
  data-remove-from-pdf="transient"
3
3
  data-remove-from-word="transient"
4
- data-remove-from-xbrl="transient"
4
+ data-remove-from-xhtml="transient"
5
5
  >
6
6
  <div class="srl-category-accordion__inner"
7
7
  data-remove-from-web="transient"
8
8
  data-remove-from-pdf="transient"
9
9
  data-remove-from-word="transient"
10
- data-remove-from-xbrl="transient"
10
+ data-remove-from-xhtml="transient"
11
11
  >
12
12
  <div class="srl-category-accordion__inner-head"
13
13
  data-remove-from-web="transient"
14
14
  data-remove-from-pdf="transient"
15
15
  data-remove-from-word="transient"
16
- data-remove-from-xbrl="transient"
16
+ data-remove-from-xhtml="transient"
17
17
  >
18
18
  <div class="srl-category-accordion__head"
19
19
  data-remove-from-web="transient"
20
20
  data-remove-from-pdf="transient"
21
21
  data-remove-from-word="transient"
22
- data-remove-from-xbrl="transient"
22
+ data-remove-from-xhtml="transient"
23
23
  >
24
24
  <div class="srl-category-accordion__head--btn"
25
25
  data-remove-from-web="transient"
26
26
  data-remove-from-pdf="transient"
27
27
  data-remove-from-word="transient"
28
- data-remove-from-xbrl="transient"
28
+ data-remove-from-xhtml="transient"
29
29
  >
30
30
  <template-header doc-container="header"
31
31
  data-remove-from-pdf="transient"
32
32
  data-remove-from-word="transient"
33
- data-remove-from-xbrl="transient"
33
+ data-remove-from-xhtml="transient"
34
34
  ></template-header>
35
35
  <span class="srl-category-accordion__icon"
36
36
  data-remove-from-web="complete"
37
37
  data-remove-from-pdf="complete"
38
38
  data-remove-from-word="complete"
39
- data-remove-from-xbrl="complete"
39
+ data-remove-from-xhtml="complete"
40
40
  ></span>
41
41
  </div>
42
42
  </div>
@@ -45,12 +45,12 @@
45
45
  data-remove-from-web="transient"
46
46
  data-remove-from-pdf="transient"
47
47
  data-remove-from-word="transient"
48
- data-remove-from-xbrl="transient"
48
+ data-remove-from-xhtml="transient"
49
49
  >
50
50
  <template-content class="srl-category-accordion__content-inner" doc-container="content"
51
51
  data-remove-from-pdf="transient"
52
52
  data-remove-from-word="transient"
53
- data-remove-from-xbrl="transient"
53
+ data-remove-from-xhtml="transient"
54
54
  ></template-content>
55
55
  </div>
56
56
  </div>
@@ -3,6 +3,7 @@
3
3
 
4
4
  .srl-pdf-pagebreak {
5
5
  text-align: center;
6
+ @include srl.spacer-margin-block(1600);
6
7
  }
7
8
 
8
9
  .srl-pdf-pagebreak__editor-text {
@@ -3,6 +3,7 @@
3
3
 
4
4
  .srl-pdf-columnbreak {
5
5
  text-align: center;
6
+ @include srl.spacer-margin-block(1600);
6
7
  }
7
8
 
8
9
  .srl-pdf-columnbreak__editor-text {
@@ -7,8 +7,8 @@
7
7
  "caption": "Normal"
8
8
  },
9
9
  {
10
- "caption": "Black",
11
- "value": "srl-cover--font-color-black"
10
+ "caption": "White",
11
+ "value": "srl-color-white-1000"
12
12
  },
13
13
  {
14
14
  "caption": "Primary",
@@ -20,3 +20,6 @@ $page-margin-left: srl.system-size-unit(map.get(srl.$meta, pdf, margin, left));
20
20
  justify-content: space-between;
21
21
  }
22
22
 
23
+ .srl-pdf-cover__logo {
24
+ max-width: 118pt;
25
+ }
@@ -8,19 +8,17 @@
8
8
  border-top: srl.system-size-unit(1pt) solid srl.colors-black-1000();
9
9
  text-decoration: none;
10
10
  @include srl.typography-toc-item();
11
+ color: srl.colors-black-1000();
11
12
  }
12
13
 
13
14
  .srl-pdf-toc__text {
14
15
  width: calc(100% - srl.system-size-unit(24pt) - srl.spacer-get(100));
16
+ }
15
17
 
16
- &:after {
17
- .srl-pdf-toc__link:not([href]) & {
18
- content: "No link provided";
19
- color: #FF0000;
20
- display: inline-block;
21
- margin-left: srl.spacer-get(100)
22
- }
23
- }
18
+ .srl-pdf-toc__item:not([href]) .srl-pdf-toc__text:after {
19
+ content: 'No link provided';
20
+ color: #ff0000;
21
+ display: block;
24
22
  }
25
23
 
26
24
  .srl-pdf-toc__page-number {
@@ -0,0 +1,15 @@
1
+ <div
2
+ class="srl-hero-video"
3
+ data-remove-from-pdf="complete"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
6
+ >
7
+ <div class="srl-hero-video__video-container" doc-html="free-html">
8
+
9
+ </div>
10
+ <div class="srl-hero-video__content-container">
11
+ <h1 class="srl-title-h1 srl-linkable">
12
+ <span class="srl-title-h1__text" doc-editable="title-h1">Geschäftsbericht 2025</span>
13
+ </h1>
14
+ </div>
15
+ </div>
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "hero-video",
3
+ "label": "Hero video",
4
+ "properties": [ "font-color" ]
5
+ }
@@ -0,0 +1,3 @@
1
+ $margins: (
2
+ ('.srl-hero-video', '*'): 3200,
3
+ );
@@ -0,0 +1,2 @@
1
+ @use "srl";
2
+ @use "web";
@@ -0,0 +1,9 @@
1
+ @use "srl";
2
+ @use "web";
3
+
4
+ .srl-hero-video {
5
+ height: 100%;
6
+ width: 100%;
7
+ aspect-ratio: 16 / 9;
8
+ background: srl.colors-primary-1000();
9
+ }
@@ -0,0 +1,77 @@
1
+ @use "srl";
2
+ @use "spacing-variations";
3
+
4
+ .srl-hero-video {
5
+ @extend %srl-breakout-grid-base;
6
+
7
+ @include srl.grid-media-up(tablet-ls) {
8
+ gap: var(--srl-gutter-column-gap);
9
+ }
10
+ }
11
+
12
+ @include srl.spacer-component-margin(spacing-variations.$margins);
13
+
14
+ .srl-hero-video__video-container {
15
+ position: relative;
16
+ z-index: 0;
17
+ overflow: clip;
18
+ width: 100vw;
19
+ grid-row: 1;
20
+ grid-column: full-start / full-end;
21
+ overflow: hidden;
22
+ max-height: calc(100dvh - var(--srl-header-height, 0px));
23
+ aspect-ratio: 10 / 16;
24
+
25
+ @include srl.grid-media-up(tablet-pt) {
26
+ aspect-ratio: 834 / 702;
27
+ width: 100%;
28
+ }
29
+
30
+ @include srl.grid-media-up(desktop-large) {
31
+ aspect-ratio: inherit;
32
+ }
33
+ }
34
+
35
+ .srl-hero-video__video {
36
+ width: 100%;
37
+ max-width: 100%;
38
+ height: 100%;
39
+ object-fit: cover;
40
+ display: block;
41
+ }
42
+
43
+ .srl-hero-video__video--mobile {
44
+ @include srl.grid-media-up(tablet-pt) {
45
+ display: none;
46
+ }
47
+ }
48
+
49
+ .srl-hero-video__video--desktop {
50
+ display: none;
51
+
52
+ @include srl.grid-media-up(tablet-pt) {
53
+ display: block;
54
+ }
55
+ }
56
+
57
+ .srl-hero-video__content-container {
58
+ padding: 0 var(--srl-container-padding, unset) var(--srl-container-padding, unset);
59
+ grid-column: content-start / content-end;
60
+ display: grid;
61
+ grid-template-columns: subgrid;
62
+ position: relative;
63
+ grid-row: 1;
64
+ align-self: end;
65
+
66
+ @include srl.grid-media-up(tablet-ls) {
67
+ padding: 0 0 var(--srl-container-padding, unset);
68
+ }
69
+
70
+ @include srl.grid-media-up(desktop-large) {
71
+ padding-bottom: srl.spacer-get(800);
72
+ }
73
+
74
+ > * {
75
+ grid-column: inherit;
76
+ }
77
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "teaser-title-image-quote",
3
+ "label": "Teaser title/image/quote",
4
+ "properties": [
5
+ "icon"
6
+ ],
7
+ "directives": {
8
+ "show-alt-text": {
9
+ "type": "toggle",
10
+ "label": "Show alt text",
11
+ "default": false
12
+ },
13
+ "image": {
14
+ "imageRatios": ["1:1", "3:2", "4:3", "16:9"],
15
+ "allowOriginalRatio": true
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,4 @@
1
+ $margins: (
2
+ ('.srl-title-image-quote', '*'): 3200,
3
+ ('.srl-title-image-quote__title-container', '*'): 400
4
+ )
@@ -0,0 +1,2 @@
1
+ @use "srl";
2
+ @use "web";
@@ -0,0 +1,22 @@
1
+ @use "srl";
2
+ @use "web";
3
+
4
+ .srl-title-image-quote__alt-text {
5
+ // Mobile
6
+ @include srl.grid-col(4);
7
+
8
+ // Mobile landscape
9
+ @include srl.grid-col(4, phone-ls);
10
+
11
+ // Tablet portrait
12
+ @include srl.grid-col(8, tablet-pt);
13
+
14
+ // Tablet landscape
15
+ @include srl.grid-col(6, tablet-ls);
16
+
17
+ // Desktop
18
+ @include srl.grid-col(6, desktop);
19
+
20
+ // Desktop large
21
+ @include srl.grid-col(6, desktop-large);
22
+ }
@@ -0,0 +1,40 @@
1
+ @use "srl";
2
+ @use "spacing-variations";
3
+
4
+ @include srl.spacer-component-margin(spacing-variations.$margins);
5
+
6
+ .srl-title-image-quote__title-container {
7
+ @extend %srl-wide-width;
8
+ }
9
+
10
+ .srl-title-image-quote__image-content-container {
11
+ display: grid;
12
+ grid-template-columns: subgrid;
13
+ grid-column: 1 / calc(var(--srl-gutter-columns) + 1);
14
+ row-gap: srl.spacer-get(200);
15
+ }
16
+
17
+ .srl-title-image-quote__image-container,
18
+ .srl-title-image-quote__content-container {
19
+ // Mobile
20
+ @include srl.grid-col(4);
21
+
22
+ // Mobile landscape
23
+ @include srl.grid-col(4, phone-ls);
24
+
25
+ // Tablet portrait
26
+ @include srl.grid-col(8, tablet-pt);
27
+
28
+ // Tablet landscape
29
+ @include srl.grid-col(6, tablet-ls);
30
+
31
+ // Desktop
32
+ @include srl.grid-col(6, desktop);
33
+
34
+ // Desktop large
35
+ @include srl.grid-col(6, desktop-large);
36
+
37
+ @include srl.grid-media-up(tablet-ls) {
38
+ grid-row: 1;
39
+ }
40
+ }
@@ -0,0 +1,50 @@
1
+ <div
2
+ class="srl-grid srl-title-image-quote"
3
+ data-remove-from-pdf="complete"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
6
+ >
7
+ <div class="srl-title-image-quote__title-container">
8
+ <h2 class="srl-title-h2">
9
+ <span class="srl-title-h2__number-text-container">
10
+ <span class="srl-title-h2__text" doc-editable="title-h2">
11
+ Continually coordinate interactive infrastructures for goal-oriented
12
+ </span>
13
+ </span>
14
+ </h2>
15
+ </div>
16
+ <div class="srl-title-image-quote__image-content-container">
17
+ <div class="srl-title-image-quote__alt-text" doc-editable="alt-tag" doc-toggle="show-alt-text"
18
+ data-alt-text-source="alt">
19
+ Write the alt text here (optional, but recommended)
20
+ </div>
21
+ <div class="srl-title-image-quote__image-container">
22
+ <img doc-image="image" data-alt-text-target="alt">
23
+ </div>
24
+ <div class="srl-title-image-quote__content-container">
25
+ <blockquote class="srl-quote">
26
+ <div class="srl-quote__text">
27
+ <p class="srl-quote__quote srl-linkable" doc-editable="quote-text">
28
+ Duis autem vel eum iriure dolor esse.
29
+ </p>
30
+ <cite class="srl-quote__cite">
31
+ <p class="srl-quote__name" doc-editable="quote-name" doc-optional>
32
+ Max Mustermann
33
+ </p>
34
+ <p class="srl-quote__position" doc-editable="quote-position" doc-optional>
35
+ CEO
36
+ </p>
37
+ </cite>
38
+ </div>
39
+ </blockquote>
40
+ <div class="srl-button-container">
41
+ <div class="srl-button-container__inner">
42
+ <a doc-link="href" class="srl-button srl-button-icon-arrow-right-after">
43
+ <i class="srl-button__icon srl-icon srl-icon-arrow-right" aria-hidden="true"></i>
44
+ <span class="srl-button__text" doc-editable="button-text">Button</span>
45
+ </a>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "teaser-quote",
3
+ "label": "Teaser quote",
4
+ "properties": [
5
+ "icon",
6
+ "reverse",
7
+ "hide-quote-characters",
8
+ "font-color"
9
+ ],
10
+ "directives": {
11
+ "show-alt-text": {
12
+ "type": "toggle",
13
+ "label": "Show alt text",
14
+ "default": false
15
+ },
16
+ "image-mobile": {
17
+ "imageRatios": ["393:702"],
18
+ "allowOriginalRatio": false
19
+ },
20
+ "image": {
21
+ "imageRatios": ["16:9"],
22
+ "allowOriginalRatio": false
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,3 @@
1
+ $margins: (
2
+ ('.srl-teaser-quote', '*'): 3200
3
+ )
@@ -0,0 +1,2 @@
1
+ @use "srl";
2
+ @use "web";
@@ -0,0 +1,6 @@
1
+ @use "srl";
2
+ @use "web";
3
+
4
+ .srl-teaser-quote__alt-text {
5
+ grid-column: content-start / content-end;
6
+ }