@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
package/dev/package.json
CHANGED
package/dev/src/App.vue
CHANGED
|
@@ -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
|
{
|
|
@@ -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);
|
|
@@ -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/
|
|
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');
|
|
@@ -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-
|
|
21
|
-
|
|
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>
|
package/dev/src/entries/pdf.ts
CHANGED
|
@@ -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'
|
package/dev/srl.config.json
CHANGED
|
@@ -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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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
|
|
20
|
+
@include srl.spacer-component-margin(spacing-variations.$margins);
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4
|
-
|
|
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
|
+
}
|
|
@@ -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
|
)
|