@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.
- package/dev/package.json +1 -1
- package/dev/src/App.vue +1 -0
- package/dev/src/assets/scss/app.scss +0 -1
- package/dev/src/assets/scss/components/{note/accordion.scss → accordion.scss} +20 -0
- package/dev/src/assets/scss/editor.scss +1 -0
- package/dev/src/assets/scss/general.scss +18 -0
- package/dev/src/assets/scss/pdf.scss +11 -0
- package/dev/src/assets/scss/placeholders/grid.scss +6 -0
- package/dev/src/assets/scss/web.scss +1 -1
- package/dev/src/assets/scss/xbrl.scss +12 -1
- package/dev/src/components/PageMain.vue +5 -3
- package/dev/src/entries/pdf.ts +5 -0
- package/dev/srl.config.json +72 -7
- package/livingdocs/010.Titles/010.title-h1/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/010.title-h1/scss/general.scss +1 -2
- package/livingdocs/010.Titles/010.title-h1/scss/web.scss +7 -0
- package/livingdocs/010.Titles/020.title-h2/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/020.title-h2/scss/general.scss +12 -2
- package/livingdocs/010.Titles/020.title-h2/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/030.title-h3/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/030.title-h3/scss/general.scss +2 -2
- package/livingdocs/010.Titles/030.title-h3/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/040.title-h4/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/040.title-h4/scss/general.scss +2 -2
- package/livingdocs/010.Titles/040.title-h4/scss/xbrl.scss +2 -1
- package/livingdocs/010.Titles/050.title-h5/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/050.title-h5/scss/general.scss +1 -2
- package/livingdocs/010.Titles/060.title-h6/scss/_spacing-variations.scss +0 -2
- package/livingdocs/010.Titles/060.title-h6/scss/general.scss +2 -2
- package/livingdocs/020.Text/010.lead/scss/general.scss +1 -2
- package/livingdocs/020.Text/020.paragraph/scss/_spacing-variations.scss +1 -2
- package/livingdocs/020.Text/020.paragraph/scss/general.scss +5 -2
- package/livingdocs/020.Text/040.link/scss/_spacing-variations.scss +22 -0
- package/livingdocs/020.Text/040.link/scss/general.scss +22 -2
- package/livingdocs/020.Text/050.quote/scss/general.scss +2 -0
- package/livingdocs/020.Text/060.quote-with-portrait/scss/_spacing-variations.scss +1 -2
- package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +13 -2
- package/livingdocs/020.Text/060.quote-with-portrait/scss/web.scss +7 -0
- package/livingdocs/020.Text/070.footnote-container/scss/_spacing-variations.scss +0 -2
- package/livingdocs/020.Text/080.footnote-item/scss/general.scss +1 -2
- package/livingdocs/020.Text/080.footnote-item/scss/word.scss +8 -0
- package/livingdocs/030.Lists/010.unordered-list/scss/_spacing-variations.scss +0 -2
- package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +1 -2
- package/livingdocs/030.Lists/040.list-item-unordered-list/scss/general.scss +1 -2
- package/livingdocs/040.Media/010.table/scss/_spacing-variations.scss +0 -2
- package/livingdocs/040.Media/010.table/scss/general.scss +8 -2
- package/livingdocs/040.Media/010.table/scss/word.scss +18 -0
- package/livingdocs/040.Media/020.image/scss/_spacing-variations.scss +0 -2
- package/livingdocs/040.Media/020.image/scss/general.scss +1 -2
- package/livingdocs/040.Media/020.image/scss/pdf.scss +1 -0
- package/livingdocs/040.Media/020.image/scss/web.scss +19 -5
- package/livingdocs/040.Media/030.video/ld-conf.json +1 -6
- package/livingdocs/040.Media/030.video/properties.json +7 -0
- package/livingdocs/040.Media/030.video/scss/_spacing-variations.scss +0 -2
- package/livingdocs/040.Media/030.video/scss/editor.scss +10 -0
- package/livingdocs/040.Media/030.video/scss/general.scss +7 -3
- package/livingdocs/040.Media/030.video/scss/pdf.scss +8 -0
- package/livingdocs/040.Media/030.video/video.html +27 -30
- package/livingdocs/040.Media/030.video/video.vue +71 -32
- package/livingdocs/060.Buttons/010.button-container/button-container.html +6 -1
- package/livingdocs/060.Buttons/020.button/button.html +7 -1
- package/livingdocs/060.Buttons/020.button/scss/general.scss +2 -2
- package/livingdocs/070.Container/010.aside-content-container/aside-content-container.html +1 -1
- package/livingdocs/070.Container/010.aside-content-container/ld-conf.json +1 -1
- package/livingdocs/070.Container/010.aside-content-container/scss/general.scss +4 -0
- package/livingdocs/070.Container/010.aside-content-container/scss/pdf.scss +5 -0
- package/livingdocs/070.Container/010.aside-content-container/scss/web.scss +12 -0
- package/livingdocs/070.Container/020.columns-container/columns-container.html +1 -1
- package/livingdocs/070.Container/020.columns-container/ld-conf.json +1 -1
- package/livingdocs/070.Container/020.columns-container/scss/app.scss +1 -0
- package/livingdocs/070.Container/020.columns-container/scss/general.scss +5 -0
- package/livingdocs/070.Container/020.columns-container/scss/pdf.scss +7 -0
- package/livingdocs/070.Container/020.columns-container/scss/word.scss +1 -0
- package/livingdocs/070.Container/020.columns-container/scss/xbrl.scss +2 -0
- package/livingdocs/070.Container/030.background-container/scss/general.scss +1 -2
- package/livingdocs/080.CV/010.cv/scss/editor.scss +10 -1
- package/livingdocs/080.CV/010.cv/scss/general.scss +1 -2
- package/livingdocs/080.CV/010.cv/scss/web.scss +1 -1
- package/livingdocs/080.CV/010.cv/scss/xbrl.scss +2 -1
- package/livingdocs/080.CV/020.cv-time-span/scss/_spacing-variations.scss +0 -2
- package/livingdocs/080.CV/020.cv-time-span/scss/general.scss +1 -2
- package/livingdocs/080.CV/020.cv-time-span/scss/xbrl.scss +2 -1
- package/livingdocs/090.Signatures/010.signature-container/scss/xbrl.scss +3 -1
- package/livingdocs/090.Signatures/020.signature-item/scss/xbrl.scss +1 -0
- package/livingdocs/100.Misc/010.anchor/scss/editor.scss +4 -0
- package/livingdocs/100.Misc/020.accordion/accordion.html +9 -9
- package/livingdocs/110.PDF/010.pdf-pagebreak/scss/editor.scss +1 -0
- package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/editor.scss +1 -0
- package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/properties.json +2 -2
- package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/general.scss +3 -0
- package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/editor.scss +1 -0
- package/livingdocs/110.PDF/075.pdf-chapter-navigation-item/scss/web.scss +1 -0
- package/livingdocs/110.PDF/100.pdf-toc-item/scss/general.scss +6 -8
- package/livingdocs/120.Startpage/010.hero-video/hero-video.html +15 -0
- package/livingdocs/120.Startpage/010.hero-video/ld-conf.json +5 -0
- package/livingdocs/120.Startpage/010.hero-video/properties.json +1 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/_spacing-variations.scss +3 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/editor.scss +9 -0
- package/livingdocs/120.Startpage/010.hero-video/scss/web.scss +77 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/ld-conf.json +18 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/properties.json +1 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/_spacing-variations.scss +4 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/editor.scss +22 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/web.scss +40 -0
- package/livingdocs/120.Startpage/020.teaser-title-image-quote/teaser-title-image-quote.html +50 -0
- package/livingdocs/120.Startpage/030.teaser-quote/ld-conf.json +25 -0
- package/livingdocs/120.Startpage/030.teaser-quote/properties.json +1 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/_spacing-variations.scss +3 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/editor.scss +6 -0
- package/livingdocs/120.Startpage/030.teaser-quote/scss/web.scss +125 -0
- package/livingdocs/120.Startpage/030.teaser-quote/teaser-quote.html +53 -0
- package/livingdocs/120.Startpage/040.teaser/ld-conf.json +23 -0
- package/livingdocs/120.Startpage/040.teaser/scss/_spacing-variations.scss +3 -0
- package/livingdocs/120.Startpage/040.teaser/scss/app.scss +2 -0
- package/livingdocs/120.Startpage/040.teaser/scss/editor.scss +6 -0
- package/livingdocs/120.Startpage/040.teaser/scss/web.scss +72 -0
- package/livingdocs/120.Startpage/040.teaser/teaser.html +39 -0
- package/livingdocs/130.Hosting_Components/010.download-center/download-center.html +6 -2
- package/livingdocs/130.Hosting_Components/020.search/scss/web.scss +11 -44
- package/livingdocs/130.Hosting_Components/020.search/search.html +7 -1
- package/livingdocs/130.Hosting_Components/020.search/search.vue +1 -1
- package/livingdocs/130.Hosting_Components/020.search/searchHighlightOnTarget.vue +249 -0
- package/livingdocs/999.Properties/background-color/properties.json +23 -0
- package/livingdocs/999.Properties/font-color/properties.json +15 -0
- package/package.json +1 -1
- package/scripts/config.js +7 -4
- package/scss/colors/mixins.scss +3 -0
- package/scss/helpers/mixins.scss +22 -0
- package/scss/spacer/mixins.scss +121 -12
- package/srl/srl/fa/index.scss +2 -2
- package/srl/srl/fa/source-free.scss +1 -4
- package/srl/srl/pdf/PDFNestedContainers.ts +122 -0
- package/srl/srl/pdf/PDFNotes.ts +4 -2
- package/srl/srl/pdf/PDFSetPageNumbers.ts +3 -1
- package/dev/src/assets/scss/margins.scss +0 -57
- /package/livingdocs/{110.PDF/060.pdf-chapter-navigation-item → 070.Container/020.columns-container}/scss/editor.scss +0 -0
- /package/livingdocs/{110.PDF/021.pdf-columnbreak → 070.Container/020.columns-container}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/pdf-columnbreak.html +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 020.pdf-columnbreak}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/pdf-column-container.html +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/properties.json +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/pdf-cover.html +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 030.pdf-cover}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/pdf-landscape-container.html +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/properties.json +0 -0
- /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/pdf-publication-title.html +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 050.pdf-publication-title}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/pdf-chapter-title.html +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 060.pdf-chapter-title}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/pdf-chapter-navigation.html +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/editor.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 070.pdf-chapter-navigation-container}/scss/web.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/xbrl.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/ld-conf.json +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/pdf-chapter-navigation-item.html +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/properties.json +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/general.scss +0 -0
- /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/pdf.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/word.scss +0 -0
- /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/xbrl.scss +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use "pdf";
|
|
@@ -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
|
|
8
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -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
|
|
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((
|
|
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';
|
|
@@ -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
|
|
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,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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
53
|
+
data-remove-from-xhtml="transient"
|
|
54
54
|
></template-content>
|
|
55
55
|
</div>
|
|
56
56
|
</div>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use "web";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use "srl";
|
|
@@ -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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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 @@
|
|
|
1
|
+
{}
|
|
@@ -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 @@
|
|
|
1
|
+
{}
|
|
@@ -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 @@
|
|
|
1
|
+
{}
|