@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,125 @@
|
|
|
1
|
+
@use "srl";
|
|
2
|
+
@use "spacing-variations";
|
|
3
|
+
|
|
4
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
5
|
+
|
|
6
|
+
.srl-teaser-quote {
|
|
7
|
+
position: relative;
|
|
8
|
+
@extend %srl-breakout-grid-base;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.srl-teaser-quote__image-container {
|
|
12
|
+
aspect-ratio: 393 / 702;
|
|
13
|
+
|
|
14
|
+
@include srl.grid-media-up(tablet-pt) {
|
|
15
|
+
position: relative;
|
|
16
|
+
z-index: 0;
|
|
17
|
+
aspect-ratio: 834 / 702;
|
|
18
|
+
overflow: clip;
|
|
19
|
+
grid-row: 1;
|
|
20
|
+
grid-column: full-start / full-end;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@include srl.grid-media-up(desktop-large) {
|
|
24
|
+
aspect-ratio: 1728 / 702;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.srl-teaser-quote__image {
|
|
29
|
+
width: 100%;
|
|
30
|
+
height: 100%;
|
|
31
|
+
object-fit: cover;
|
|
32
|
+
display: block;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.srl-teaser-quote__image-container:has(.srl-teaser-quote__image--mobile) {
|
|
36
|
+
.srl-teaser-quote__image--desktop {
|
|
37
|
+
display: none;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.srl-teaser-quote__image--mobile {
|
|
41
|
+
display: block;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@include srl.grid-media-up(tablet-pt) {
|
|
45
|
+
.srl-teaser-quote__image--desktop {
|
|
46
|
+
display: block;
|
|
47
|
+
}
|
|
48
|
+
.srl-teaser-quote__image--mobile {
|
|
49
|
+
display: none;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.srl-teaser-quote__title-container,
|
|
55
|
+
.srl-teaser-quote__content-container {
|
|
56
|
+
// Mobile
|
|
57
|
+
@include srl.grid-col(4);
|
|
58
|
+
|
|
59
|
+
// Mobile landscape
|
|
60
|
+
@include srl.grid-col(4, phone-ls);
|
|
61
|
+
|
|
62
|
+
// Tablet portrait
|
|
63
|
+
@include srl.grid-col(8, tablet-pt);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.srl-teaser-quote__content-container {
|
|
67
|
+
position: absolute;
|
|
68
|
+
top: 0;
|
|
69
|
+
right: 0;
|
|
70
|
+
bottom: 0;
|
|
71
|
+
left: 0;
|
|
72
|
+
width: 100%;
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
justify-content: space-between;
|
|
76
|
+
margin-top: var(--srl-container-padding, unset);
|
|
77
|
+
margin-bottom: var(--srl-container-padding, unset);
|
|
78
|
+
padding-inline: var(--srl-container-padding);
|
|
79
|
+
|
|
80
|
+
@include srl.grid-media-up(tablet-ls) {
|
|
81
|
+
padding-inline: 0;
|
|
82
|
+
grid-column: content-start / content-end;
|
|
83
|
+
display: grid;
|
|
84
|
+
grid-template-columns: subgrid;
|
|
85
|
+
position: relative;
|
|
86
|
+
top: auto;
|
|
87
|
+
right: auto;
|
|
88
|
+
bottom: auto;
|
|
89
|
+
left: auto;
|
|
90
|
+
grid-row: 1;
|
|
91
|
+
margin-top: srl.system-size-unit(106);
|
|
92
|
+
margin-bottom: srl.system-size-unit(106);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@include srl.grid-media-up(desktop) {
|
|
96
|
+
margin-top: srl.spacer-get(800);
|
|
97
|
+
margin-bottom: srl.spacer-get(800);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.srl-teaser-quote__content {
|
|
102
|
+
padding: srl.spacer-get(300);
|
|
103
|
+
|
|
104
|
+
@include srl.grid-media-up(tablet-ls) {
|
|
105
|
+
align-self: end;
|
|
106
|
+
grid-column: col 4 / content-end;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
@include srl.grid-media-up(desktop) {
|
|
110
|
+
align-self: end;
|
|
111
|
+
z-index: 1;
|
|
112
|
+
grid-column: col 7 / content-end;
|
|
113
|
+
border-radius: 16px;
|
|
114
|
+
|
|
115
|
+
.srl-reverse & {
|
|
116
|
+
grid-column: content-start / col 7;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.srl-teaser-quote__title-container {
|
|
122
|
+
@include srl.grid-media-up(tablet-ls) {
|
|
123
|
+
grid-column: content-start / content-end;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<div
|
|
2
|
+
class="srl-teaser-quote"
|
|
3
|
+
data-remove-from-pdf="complete"
|
|
4
|
+
data-remove-from-word="complete"
|
|
5
|
+
data-remove-from-xhtml="complete"
|
|
6
|
+
>
|
|
7
|
+
<div class="srl-teaser-quote__alt-text" doc-editable="alt-tag" doc-toggle="show-alt-text"
|
|
8
|
+
data-alt-text-source="alt">
|
|
9
|
+
Write the alt text here (optional, but recommended)
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
<div class="srl-teaser-quote__image-container">
|
|
13
|
+
<img class="srl-teaser-quote__image srl-teaser-quote__image--desktop" doc-image="image" data-alt-text-target="alt">
|
|
14
|
+
<img class="srl-teaser-quote__image srl-teaser-quote__image--mobile" doc-image="image-mobile" data-alt-text-target="alt">
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<div class="srl-teaser-quote__content-container">
|
|
18
|
+
<div class="srl-teaser-quote__title-container">
|
|
19
|
+
<h2 class="srl-title-h2">
|
|
20
|
+
<span class="srl-title-h2__number-text-container">
|
|
21
|
+
<span class="srl-title-h2__text" doc-editable="title-h2">
|
|
22
|
+
Continually coordinate interactive infrastructures for goal-oriented
|
|
23
|
+
</span>
|
|
24
|
+
</span>
|
|
25
|
+
</h2>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="srl-teaser-quote__content srl-bg-sand-1000">
|
|
28
|
+
<blockquote class="srl-quote">
|
|
29
|
+
<div class="srl-quote__text">
|
|
30
|
+
<p class="srl-quote__quote srl-linkable" doc-editable="quote-text">
|
|
31
|
+
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse
|
|
32
|
+
</p>
|
|
33
|
+
<cite class="srl-quote__cite">
|
|
34
|
+
<p class="srl-quote__name" doc-editable="quote-name" doc-optional>
|
|
35
|
+
Max Mustermann
|
|
36
|
+
</p>
|
|
37
|
+
<p class="srl-quote__position" doc-editable="quote-position" doc-optional>
|
|
38
|
+
CEO
|
|
39
|
+
</p>
|
|
40
|
+
</cite>
|
|
41
|
+
</div>
|
|
42
|
+
</blockquote>
|
|
43
|
+
<div class="srl-button-container">
|
|
44
|
+
<div class="srl-button-container__inner">
|
|
45
|
+
<a doc-link="href" class="srl-button srl-button-icon-arrow-right-after">
|
|
46
|
+
<i class="srl-button__icon srl-icon srl-icon-arrow-right" aria-hidden="true"></i>
|
|
47
|
+
<span class="srl-button__text" doc-editable="button-text">Button</span>
|
|
48
|
+
</a>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "teaser",
|
|
3
|
+
"label": "Teaser",
|
|
4
|
+
"properties": [
|
|
5
|
+
"icon",
|
|
6
|
+
"reverse"
|
|
7
|
+
],
|
|
8
|
+
"directives": {
|
|
9
|
+
"show-alt-text": {
|
|
10
|
+
"type": "toggle",
|
|
11
|
+
"label": "Show alt text",
|
|
12
|
+
"default": false
|
|
13
|
+
},
|
|
14
|
+
"image-mobile": {
|
|
15
|
+
"imageRatios": ["16:9"],
|
|
16
|
+
"allowOriginalRatio": false
|
|
17
|
+
},
|
|
18
|
+
"image": {
|
|
19
|
+
"imageRatios": ["16:9"],
|
|
20
|
+
"allowOriginalRatio": false
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@use "srl";
|
|
2
|
+
@use "spacing-variations";
|
|
3
|
+
|
|
4
|
+
.srl-teaser {
|
|
5
|
+
@extend %srl-breakout-grid-base;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
9
|
+
|
|
10
|
+
.srl-teaser__image-container {
|
|
11
|
+
@include srl.grid-media-up(desktop) {
|
|
12
|
+
position: relative;
|
|
13
|
+
z-index: 0;
|
|
14
|
+
aspect-ratio: 16 / 9;
|
|
15
|
+
overflow: clip;
|
|
16
|
+
grid-row: 1;
|
|
17
|
+
grid-column: full-start / col 11;
|
|
18
|
+
|
|
19
|
+
.srl-reverse & {
|
|
20
|
+
grid-column: col 3 / full-end;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.srl-teaser__image-container:has(.srl-teaser__image--mobile) {
|
|
26
|
+
.srl-teaser__image--desktop {
|
|
27
|
+
display: none;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.srl-teaser__image--mobile {
|
|
31
|
+
display: block;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@include srl.grid-media-up(tablet-pt) {
|
|
35
|
+
.srl-teaser__image--desktop {
|
|
36
|
+
display: block;
|
|
37
|
+
}
|
|
38
|
+
.srl-teaser__image--mobile {
|
|
39
|
+
display: none;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.srl-teaser__content-container {
|
|
45
|
+
@include srl.grid-media-up(desktop) {
|
|
46
|
+
margin: 0;
|
|
47
|
+
padding: 0;
|
|
48
|
+
grid-column: content-start / content-end;
|
|
49
|
+
display: grid;
|
|
50
|
+
grid-template-columns: subgrid;
|
|
51
|
+
position: relative;
|
|
52
|
+
grid-row: 1;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.srl-teaser__content {
|
|
57
|
+
padding: var(--srl-container-padding, unset);
|
|
58
|
+
width: auto;
|
|
59
|
+
grid-column-end: span 4;
|
|
60
|
+
|
|
61
|
+
@include srl.grid-media-up(desktop) {
|
|
62
|
+
padding: var(--srl-spacer-300, unset);
|
|
63
|
+
border-radius: 16px;
|
|
64
|
+
align-self: center;
|
|
65
|
+
z-index: 1;
|
|
66
|
+
grid-column: col 6 / content-end;
|
|
67
|
+
|
|
68
|
+
.srl-reverse & {
|
|
69
|
+
grid-column: content-start / col 8;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<div
|
|
2
|
+
class="srl-teaser"
|
|
3
|
+
data-remove-from-pdf="complete"
|
|
4
|
+
data-remove-from-word="complete"
|
|
5
|
+
data-remove-from-xhtml="complete"
|
|
6
|
+
>
|
|
7
|
+
<div class="srl-teaser__alt-text" doc-editable="alt-tag" doc-toggle="show-alt-text"
|
|
8
|
+
data-alt-text-source="alt">
|
|
9
|
+
Write the alt text here (optional, but recommended)
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
<div class="srl-teaser__image-container">
|
|
13
|
+
<img class="srl-teaser__image srl-teaser__image--desktop" doc-image="image" data-alt-text-target="alt">
|
|
14
|
+
<img class="srl-teaser__image srl-teaser__image--mobile" doc-image="image-mobile" data-alt-text-target="alt">
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<div class="srl-teaser__content-container">
|
|
18
|
+
<div class="srl-teaser__content srl-bg-sand-1000">
|
|
19
|
+
<h2 class="srl-title-h2">
|
|
20
|
+
<span class="srl-title-h2__number-text-container">
|
|
21
|
+
<span class="srl-title-h2__text" doc-editable="title-h2">Vorsorge</span>
|
|
22
|
+
</span>
|
|
23
|
+
</h2>
|
|
24
|
+
<div class="srl-lead">
|
|
25
|
+
<p class="srl-lead__text" doc-editable="lead">
|
|
26
|
+
Lorem ipsum dolor sit amet, consete ur sadipscing elitr, sed diam nonumy.
|
|
27
|
+
</p>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="srl-button-container">
|
|
30
|
+
<div class="srl-button-container__inner">
|
|
31
|
+
<a doc-link="href" class="srl-button srl-button-icon-arrow-right-after">
|
|
32
|
+
<i class="srl-button__icon srl-icon srl-icon-arrow-right" aria-hidden="true"></i>
|
|
33
|
+
<span class="srl-button__text" doc-editable="button-text">Button</span>
|
|
34
|
+
</a>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
</div>
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
<srl-ld-download-center
|
|
1
|
+
<srl-ld-download-center
|
|
2
|
+
data-remove-from-pdf="complete"
|
|
3
|
+
data-remove-from-word="complete"
|
|
4
|
+
data-remove-from-xhtml="complete"
|
|
5
|
+
>
|
|
2
6
|
<div class="srl-download-center" data-remove-from-web="complete">
|
|
3
|
-
<span class="srl-download-center__editor-text"
|
|
7
|
+
<span class="srl-download-center__editor-text">
|
|
4
8
|
Placeholder for download list
|
|
5
9
|
</span>
|
|
6
10
|
</div>
|
|
@@ -16,12 +16,16 @@ Search form
|
|
|
16
16
|
display: flex;
|
|
17
17
|
justify-content: flex-end;
|
|
18
18
|
align-items: center;
|
|
19
|
-
background-color: srl.colors-
|
|
19
|
+
background-color: srl.colors-white-1000();
|
|
20
|
+
border: 1px solid srl.colors-grey-200();
|
|
20
21
|
border-radius: srl.system-root-style(srl-default-border-radius);
|
|
21
22
|
overflow: hidden;
|
|
22
23
|
|
|
23
24
|
&:hover {
|
|
24
25
|
@extend %srl-button__switch-hover;
|
|
26
|
+
//background: srl.colors-white-1000();
|
|
27
|
+
|
|
28
|
+
/*
|
|
25
29
|
background-color: srl.colors-secondary-1000();
|
|
26
30
|
.srl-search-form__button {
|
|
27
31
|
background-color: srl.colors-secondary-1000();
|
|
@@ -31,48 +35,13 @@ Search form
|
|
|
31
35
|
color: srl.colors-grey-800();
|
|
32
36
|
}
|
|
33
37
|
}
|
|
38
|
+
*/
|
|
34
39
|
}
|
|
35
40
|
|
|
36
41
|
&:has(input:focus) {
|
|
42
|
+
background: srl.colors-sand-600();
|
|
37
43
|
@extend %srl-button__switch-focus;
|
|
38
|
-
background-color: srl.colors-secondary-1000();
|
|
39
|
-
.srl-search-form__input {
|
|
40
|
-
color: srl.colors-primary-1000();
|
|
41
|
-
&::placeholder {
|
|
42
|
-
color: srl.colors-primary-800();
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
.srl-search-form__button {
|
|
46
|
-
background-color: srl.colors-secondary-1000();
|
|
47
|
-
border-color: srl.colors-primary-1000();
|
|
48
|
-
|
|
49
|
-
svg {
|
|
50
|
-
color: srl.colors-primary-1000();
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/*
|
|
56
|
-
&:has(input:focus-visible) {
|
|
57
|
-
background-color: srl.colors-primary-200();
|
|
58
|
-
border: srl.system-size-unit(1) solid srl.colors-primary-1000();
|
|
59
|
-
.srl-search-form__input {
|
|
60
|
-
color: srl.colors-grey-600();
|
|
61
|
-
&::placeholder {
|
|
62
|
-
color: srl.colors-grey-400();
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
.srl-search-form__button {
|
|
66
|
-
background-color: srl.colors-primary-200();
|
|
67
|
-
border-color: srl.colors-grey-600();
|
|
68
|
-
|
|
69
|
-
svg {
|
|
70
|
-
color: srl.colors-grey-600();
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
44
|
}
|
|
74
|
-
|
|
75
|
-
*/
|
|
76
45
|
}
|
|
77
46
|
|
|
78
47
|
.srl-search-form__label {
|
|
@@ -118,12 +87,6 @@ Search form
|
|
|
118
87
|
.srl-search-form__button {
|
|
119
88
|
position: absolute;
|
|
120
89
|
right: srl.spacer-get(400);
|
|
121
|
-
background-color: srl.colors-grey-600();
|
|
122
|
-
border-color: srl.colors-grey-800();
|
|
123
|
-
|
|
124
|
-
svg {
|
|
125
|
-
color: srl.colors-grey-800();
|
|
126
|
-
}
|
|
127
90
|
}
|
|
128
91
|
|
|
129
92
|
/*
|
|
@@ -133,6 +96,10 @@ Search results
|
|
|
133
96
|
@include srl.spacer-margin-top(200);
|
|
134
97
|
}
|
|
135
98
|
|
|
99
|
+
.srl-search-results__nav + * {
|
|
100
|
+
@include srl.spacer-margin-top(400);
|
|
101
|
+
}
|
|
102
|
+
|
|
136
103
|
.srl-search-results__list {
|
|
137
104
|
list-style: none;
|
|
138
105
|
margin: 0;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
<srl-ld-search
|
|
1
|
+
<srl-ld-search
|
|
2
|
+
use-auto-search
|
|
3
|
+
use-more-results
|
|
4
|
+
data-remove-from-pdf="complete"
|
|
5
|
+
data-remove-from-word="complete"
|
|
6
|
+
data-remove-from-xhtml="complete"
|
|
7
|
+
>
|
|
2
8
|
<div class="srl-search" data-remove-from-web="complete">
|
|
3
9
|
<span class="srl-search__editor-text">
|
|
4
10
|
Placeholder for search form
|
|
@@ -391,7 +391,7 @@ function setWindowState(index: number) {
|
|
|
391
391
|
/>
|
|
392
392
|
<button
|
|
393
393
|
tabindex="-2"
|
|
394
|
-
class="srl-button srl-button--icon"
|
|
394
|
+
class="srl-search-form__button srl-button srl-button--icon"
|
|
395
395
|
type="button"
|
|
396
396
|
:aria-label="$t('search.search')"
|
|
397
397
|
@click="submitSearch"
|