@simple-reporting/base 1.0.40 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/dev/package.json +1 -1
  2. package/dev/src/assets/scss/app.scss +0 -1
  3. package/dev/src/assets/scss/components/{note/accordion.scss → accordion.scss} +20 -0
  4. package/dev/src/assets/scss/pdf.scss +11 -0
  5. package/dev/src/assets/scss/placeholders/decoration-line.scss +32 -0
  6. package/dev/src/assets/scss/placeholders/grid.scss +6 -0
  7. package/dev/src/assets/scss/web.scss +1 -1
  8. package/dev/src/assets/scss/xbrl.scss +12 -1
  9. package/dev/src/components/PageMain.vue +5 -3
  10. package/dev/src/i18n/translation.ts +1 -1
  11. package/dev/src/router/index.ts +25 -2
  12. package/dev/srl.config.json +12 -1
  13. package/livingdocs/010.Titles/010.title-h1/scss/general.scss +1 -2
  14. package/livingdocs/010.Titles/020.title-h2/scss/general.scss +2 -2
  15. package/livingdocs/010.Titles/020.title-h2/scss/xbrl.scss +2 -1
  16. package/livingdocs/010.Titles/030.title-h3/scss/general.scss +2 -2
  17. package/livingdocs/010.Titles/030.title-h3/scss/xbrl.scss +2 -1
  18. package/livingdocs/010.Titles/040.title-h4/scss/general.scss +2 -2
  19. package/livingdocs/010.Titles/040.title-h4/scss/xbrl.scss +2 -1
  20. package/livingdocs/010.Titles/050.title-h5/scss/general.scss +1 -2
  21. package/livingdocs/010.Titles/060.title-h6/scss/general.scss +2 -2
  22. package/livingdocs/020.Text/010.lead/scss/general.scss +1 -2
  23. package/livingdocs/020.Text/020.paragraph/scss/_spacing-variations.scss +1 -1
  24. package/livingdocs/020.Text/020.paragraph/scss/general.scss +2 -3
  25. package/livingdocs/020.Text/040.link/scss/_spacing-variations.scss +22 -0
  26. package/livingdocs/020.Text/040.link/scss/general.scss +14 -2
  27. package/livingdocs/020.Text/050.quote/scss/general.scss +2 -0
  28. package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +1 -2
  29. package/livingdocs/020.Text/080.footnote-item/scss/general.scss +1 -2
  30. package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +1 -2
  31. package/livingdocs/030.Lists/040.list-item-unordered-list/scss/general.scss +1 -2
  32. package/livingdocs/040.Media/010.table/scss/general.scss +8 -2
  33. package/livingdocs/040.Media/010.table/scss/word.scss +18 -0
  34. package/livingdocs/040.Media/020.image/scss/general.scss +1 -2
  35. package/livingdocs/040.Media/020.image/scss/pdf.scss +1 -0
  36. package/livingdocs/040.Media/030.video/scss/general.scss +1 -2
  37. package/livingdocs/060.Buttons/010.button-container/button-container.html +6 -1
  38. package/livingdocs/060.Buttons/020.button/button.html +7 -1
  39. package/livingdocs/070.Container/010.aside-content-container/aside-content-container.html +1 -1
  40. package/livingdocs/070.Container/010.aside-content-container/ld-conf.json +1 -1
  41. package/livingdocs/070.Container/010.aside-content-container/scss/general.scss +4 -0
  42. package/livingdocs/070.Container/010.aside-content-container/scss/pdf.scss +0 -10
  43. package/livingdocs/070.Container/010.aside-content-container/scss/web.scss +8 -0
  44. package/livingdocs/070.Container/020.columns-container/columns-container.html +1 -1
  45. package/livingdocs/070.Container/020.columns-container/ld-conf.json +1 -1
  46. package/livingdocs/070.Container/020.columns-container/scss/pdf.scss +0 -1
  47. package/livingdocs/070.Container/030.background-container/scss/general.scss +1 -2
  48. package/livingdocs/080.CV/010.cv/scss/editor.scss +1 -1
  49. package/livingdocs/080.CV/010.cv/scss/general.scss +1 -2
  50. package/livingdocs/080.CV/010.cv/scss/xbrl.scss +2 -1
  51. package/livingdocs/080.CV/020.cv-time-span/scss/general.scss +1 -2
  52. package/livingdocs/080.CV/020.cv-time-span/scss/xbrl.scss +2 -1
  53. package/livingdocs/090.Signatures/010.signature-container/scss/xbrl.scss +3 -1
  54. package/livingdocs/090.Signatures/020.signature-item/scss/xbrl.scss +1 -0
  55. package/livingdocs/120.Startpage/010.hero-video/hero-video.html +6 -1
  56. package/livingdocs/120.Startpage/010.hero-video/scss/web.scss +1 -2
  57. package/livingdocs/120.Startpage/020.teaser-title-image-quote/scss/web.scss +1 -2
  58. package/livingdocs/120.Startpage/020.teaser-title-image-quote/teaser-title-image-quote.html +6 -1
  59. package/livingdocs/120.Startpage/030.teaser-quote/scss/web.scss +1 -2
  60. package/livingdocs/120.Startpage/030.teaser-quote/teaser-quote.html +6 -1
  61. package/livingdocs/120.Startpage/040.teaser/scss/web.scss +1 -2
  62. package/livingdocs/120.Startpage/040.teaser/teaser.html +6 -1
  63. package/livingdocs/130.Hosting_Components/010.download-center/download-center.html +1 -1
  64. package/livingdocs/130.Hosting_Components/020.search/scss/web.scss +4 -0
  65. package/livingdocs/130.Hosting_Components/020.search/searchHighlightOnTarget.vue +3 -0
  66. package/livingdocs/999.Properties/background-color/properties.json +23 -0
  67. package/package.json +1 -1
  68. package/scripts/config.js +5 -4
  69. package/scss/colors/mixins.scss +3 -0
  70. package/scss/helpers/mixins.scss +22 -0
  71. package/scss/spacer/mixins.scss +57 -0
  72. package/srl/srl/pdf/PDFNestedContainers.ts +61 -49
  73. package/dev/src/assets/scss/margins.scss +0 -59
  74. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/ld-conf.json +0 -0
  75. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/pdf-columnbreak.html +0 -0
  76. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/editor.scss +0 -0
  77. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/general.scss +0 -0
  78. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/pdf.scss +0 -0
  79. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/web.scss +0 -0
  80. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/word.scss +0 -0
  81. /package/livingdocs/110.PDF/{021.pdf-columnbreak → 020.pdf-columnbreak}/scss/xbrl.scss +0 -0
  82. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/ld-conf.json +0 -0
  83. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/pdf-column-container.html +0 -0
  84. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/properties.json +0 -0
  85. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/editor.scss +0 -0
  86. /package/livingdocs/110.PDF/{020.pdf-column-container → 025.pdf-column-container}/scss/pdf.scss +0 -0
  87. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/ld-conf.json +0 -0
  88. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/pdf-cover.html +0 -0
  89. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/properties.json +0 -0
  90. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/editor.scss +0 -0
  91. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/general.scss +0 -0
  92. /package/livingdocs/110.PDF/{070.pdf-cover → 030.pdf-cover}/scss/pdf.scss +0 -0
  93. /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/web.scss +0 -0
  94. /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/word.scss +0 -0
  95. /package/livingdocs/110.PDF/{030.pdf-publication-title → 030.pdf-cover}/scss/xbrl.scss +0 -0
  96. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/ld-conf.json +0 -0
  97. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/pdf-landscape-container.html +0 -0
  98. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/properties.json +0 -0
  99. /package/livingdocs/110.PDF/{075.pdf-landscape-container → 040.pdf-landscape-container}/scss/pdf.scss +0 -0
  100. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/ld-conf.json +0 -0
  101. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/pdf-publication-title.html +0 -0
  102. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/editor.scss +0 -0
  103. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/general.scss +0 -0
  104. /package/livingdocs/110.PDF/{030.pdf-publication-title → 050.pdf-publication-title}/scss/pdf.scss +0 -0
  105. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/web.scss +0 -0
  106. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/word.scss +0 -0
  107. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 050.pdf-publication-title}/scss/xbrl.scss +0 -0
  108. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/ld-conf.json +0 -0
  109. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/pdf-chapter-title.html +0 -0
  110. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/editor.scss +0 -0
  111. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/general.scss +0 -0
  112. /package/livingdocs/110.PDF/{040.pdf-chapter-title → 060.pdf-chapter-title}/scss/pdf.scss +0 -0
  113. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/web.scss +0 -0
  114. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/word.scss +0 -0
  115. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 060.pdf-chapter-title}/scss/xbrl.scss +0 -0
  116. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/ld-conf.json +0 -0
  117. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/pdf-chapter-navigation.html +0 -0
  118. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/editor.scss +0 -0
  119. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/general.scss +0 -0
  120. /package/livingdocs/110.PDF/{050.pdf-chapter-navigation-container → 070.pdf-chapter-navigation-container}/scss/pdf.scss +0 -0
  121. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/web.scss +0 -0
  122. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/word.scss +0 -0
  123. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 070.pdf-chapter-navigation-container}/scss/xbrl.scss +0 -0
  124. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/ld-conf.json +0 -0
  125. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/pdf-chapter-navigation-item.html +0 -0
  126. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/properties.json +0 -0
  127. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/editor.scss +0 -0
  128. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/general.scss +0 -0
  129. /package/livingdocs/110.PDF/{060.pdf-chapter-navigation-item → 075.pdf-chapter-navigation-item}/scss/pdf.scss +0 -0
  130. /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/web.scss +0 -0
  131. /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/word.scss +0 -0
  132. /package/livingdocs/110.PDF/{070.pdf-cover → 075.pdf-chapter-navigation-item}/scss/xbrl.scss +0 -0