@simple-reporting/base 1.0.32 → 1.0.33

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 (55) hide show
  1. package/dev/package.json +1 -1
  2. package/dev/pdf/pdf-configuration-debug.xml +3 -0
  3. package/dev/pdf/pdf-configuration.xml +3 -0
  4. package/dev/src/assets/scss/components/note/accordion.scss +1 -1
  5. package/dev/src/assets/scss/pdf.scss +4 -0
  6. package/dev/srl.config.json +1 -1
  7. package/livingdocs/010.Titles/020.title-h2/scss/editor.scss +8 -0
  8. package/livingdocs/010.Titles/020.title-h2/scss/general.scss +6 -2
  9. package/livingdocs/010.Titles/030.title-h3/scss/editor.scss +8 -0
  10. package/livingdocs/010.Titles/030.title-h3/scss/general.scss +5 -1
  11. package/livingdocs/010.Titles/040.title-h4/scss/editor.scss +8 -0
  12. package/livingdocs/010.Titles/040.title-h4/scss/general.scss +5 -1
  13. package/livingdocs/020.Text/060.quote-with-portrait/scss/web.scss +1 -1
  14. package/livingdocs/020.Text/070.footnote-container/scss/web.scss +1 -1
  15. package/livingdocs/030.Lists/010.unordered-list/scss/pdf.scss +4 -0
  16. package/livingdocs/030.Lists/020.ordered-list/scss/pdf.scss +5 -0
  17. package/livingdocs/030.Lists/030.alphanumeric-list/scss/pdf.scss +5 -0
  18. package/livingdocs/030.Lists/040.list-item/scss/pdf.scss +4 -0
  19. package/livingdocs/040.Media/010.table/scss/general.scss +0 -4
  20. package/livingdocs/040.Media/010.table/scss/web.scss +7 -1
  21. package/livingdocs/040.Media/010.table/scss/xbrl.scss +16 -1
  22. package/livingdocs/040.Media/020.image/scss/editor.scss +1 -1
  23. package/livingdocs/040.Media/020.image/scss/general.scss +1 -1
  24. package/livingdocs/040.Media/020.image/scss/web.scss +1 -1
  25. package/livingdocs/040.Media/030.video/scss/web.scss +1 -1
  26. package/livingdocs/060.Buttons/020.button/scss/general.scss +1 -1
  27. package/livingdocs/080.CV/010.cv/scss/web.scss +1 -1
  28. package/livingdocs/080.CV/020.cv-time-span/scss/web.scss +1 -1
  29. package/livingdocs/100.Misc/010.anchor/anchor.html +7 -2
  30. package/livingdocs/110.PDF/010.pdf-pagebreak/pdf-pagebreak.html +7 -2
  31. package/livingdocs/110.PDF/020.pdf-column-container/ld-conf.json +2 -1
  32. package/livingdocs/110.PDF/020.pdf-column-container/pdf-column-container.html +21 -3
  33. package/livingdocs/110.PDF/020.pdf-column-container/properties.json +15 -0
  34. package/livingdocs/110.PDF/020.pdf-column-container/scss/editor.scss +8 -0
  35. package/livingdocs/110.PDF/020.pdf-column-container/scss/pdf.scss +14 -0
  36. package/livingdocs/110.PDF/021.pdf-columnbreak/ld-conf.json +5 -0
  37. package/livingdocs/110.PDF/021.pdf-columnbreak/pdf-columnbreak.html +10 -0
  38. package/livingdocs/110.PDF/021.pdf-columnbreak/scss/editor.scss +12 -0
  39. package/livingdocs/110.PDF/021.pdf-columnbreak/scss/general.scss +5 -0
  40. package/livingdocs/110.PDF/021.pdf-columnbreak/scss/pdf.scss +6 -0
  41. package/livingdocs/110.PDF/021.pdf-columnbreak/scss/web.scss +1 -0
  42. package/livingdocs/110.PDF/021.pdf-columnbreak/scss/word.scss +0 -0
  43. package/livingdocs/110.PDF/021.pdf-columnbreak/scss/xbrl.scss +1 -0
  44. package/livingdocs/110.PDF/030.pdf-publication-title/pdf-publication-title.html +1 -0
  45. package/livingdocs/110.PDF/040.pdf-chapter-title/pdf-chapter-title.html +1 -0
  46. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/pdf-chapter-navigation.html +1 -0
  47. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/editor.scss +1 -1
  48. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/pdf-chapter-navigation-item.html +2 -0
  49. package/livingdocs/110.PDF/070.pdf-cover/pdf-cover.html +7 -1
  50. package/livingdocs/110.PDF/080.pdf-toc-page/pdf-toc-page.html +7 -1
  51. package/livingdocs/110.PDF/080.pdf-toc-page/scss/pdf.scss +7 -0
  52. package/livingdocs/110.PDF/090.pdf-toc-item-title/pdf-toc-item-title.html +7 -1
  53. package/livingdocs/110.PDF/100.pdf-toc-item/pdf-toc-item.html +8 -1
  54. package/livingdocs/110.PDF/100.pdf-toc-item/scss/pdf.scss +4 -0
  55. package/package.json +1 -1
package/dev/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "postinstall": "srl prepare"
25
25
  },
26
26
  "dependencies": {
27
- "@simple-reporting/base": "^1.0.32",
27
+ "@simple-reporting/base": "^1.0.33",
28
28
  "axios": "^1.12.2",
29
29
  "chalk": "^5.6.2",
30
30
  "exceljs": "^4.4.0",
@@ -6,4 +6,7 @@
6
6
  <debugSettings>
7
7
  <all>true</all>
8
8
  </debugSettings>
9
+ <addTags>
10
+ true
11
+ </addTags>
9
12
  </configuration>
@@ -1,3 +1,6 @@
1
1
  <configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2
2
  <appendLog>false</appendLog>
3
+ <addTags>
4
+ true
5
+ </addTags>
3
6
  </configuration>
@@ -1,5 +1,5 @@
1
1
  @use "srl";
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  $transition-duration: .3s;
5
5
 
@@ -22,6 +22,10 @@ img {
22
22
  }
23
23
  }
24
24
 
25
+ [style*="xlarge"] {
26
+ background-image: var(--xlarge-url) !important;
27
+ }
28
+
25
29
  /*
26
30
  Basic layout for PDF
27
31
  */
@@ -63,7 +63,7 @@
63
63
  }
64
64
  },
65
65
  "vertical-align": "bottom",
66
- "notes-separator": ", "
66
+ "notes-separator": ", "
67
67
  },
68
68
  "footnote": {
69
69
  "number-width": 19,
@@ -1 +1,9 @@
1
+ @use 'srl';
2
+ @use 'sass:map';
1
3
  @use "web";
4
+
5
+ $number-width: srl.spacer-get(map.get(srl.$meta, title, number-width));
6
+
7
+ .srl-title-h2__number.doc-no-placeholder + .srl-title-h2__text {
8
+ width: calc(100% - #{$number-width});
9
+ }
@@ -27,6 +27,10 @@ $number-width: srl.spacer-get(map.get(srl.$meta, title, number-width));
27
27
  width: $number-width;
28
28
  }
29
29
 
30
- .srl-title-h2__text {
30
+ .srl-title-h2__number + .srl-title-h2__text {
31
31
  width: calc(100% - #{$number-width});
32
- }
32
+ }
33
+
34
+ .srl-title-h2__number:empty + .srl-title-h2__text {
35
+ width: 100%;
36
+ }
@@ -1 +1,9 @@
1
+ @use 'srl';
2
+ @use 'sass:map';
1
3
  @use "web";
4
+
5
+ $number-width: srl.spacer-get(map.get(srl.$meta, title, number-width));
6
+
7
+ .srl-title-h3__number.doc-no-placeholder + .srl-title-h3__text {
8
+ width: calc(100% - #{$number-width});
9
+ }
@@ -15,6 +15,10 @@ $number-width: srl.spacer-get(map.get(srl.$meta, title, number-width));
15
15
  width: $number-width;
16
16
  }
17
17
 
18
- .srl-title-h3__text {
18
+ .srl-title-h3__number + .srl-title-h3__text {
19
19
  width: calc(100% - #{$number-width});
20
+ }
21
+
22
+ .srl-title-h3__number:empty + .srl-title-h3__text {
23
+ width: 100%;
20
24
  }
@@ -1 +1,9 @@
1
+ @use 'srl';
2
+ @use 'sass:map';
1
3
  @use "web";
4
+
5
+ $number-width: srl.spacer-get(map.get(srl.$meta, title, number-width));
6
+
7
+ .srl-title-h4__number.doc-no-placeholder + .srl-title-h4__text {
8
+ width: calc(100% - #{$number-width});
9
+ }
@@ -15,6 +15,10 @@ $number-width: srl.spacer-get(map.get(srl.$meta, title, number-width));
15
15
  width: $number-width;
16
16
  }
17
17
 
18
- .srl-title-h4__text {
18
+ .srl-title-h4__number + .srl-title-h4__text {
19
19
  width: calc(100% - #{$number-width});
20
+ }
21
+
22
+ .srl-title-h4__number:empty + .srl-title-h4__text {
23
+ width: 100%;
20
24
  }
@@ -1,5 +1,5 @@
1
1
  @use 'srl';
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-quote__figure {
5
5
  .srl-quote--with-image & {
@@ -1,5 +1,5 @@
1
1
  @use "srl";
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-footnote-container:not(.srl-grid) {
5
5
  @extend %srl-regular-width;
@@ -6,3 +6,7 @@ $number-width: srl.system-size-unit(map.get(srl.$meta, footnote, number-width-pd
6
6
  .srl-table-list {
7
7
  margin-left: $number-width;
8
8
  }
9
+
10
+ .srl-list-group__list {
11
+ -ro-pdf-tag-type: L;
12
+ }
@@ -0,0 +1,5 @@
1
+ @use 'srl';
2
+
3
+ .srl-list-group__list {
4
+ -ro-pdf-tag-type: L;
5
+ }
@@ -0,0 +1,5 @@
1
+ @use 'srl';
2
+
3
+ .srl-list-group__list {
4
+ -ro-pdf-tag-type: L;
5
+ }
@@ -4,11 +4,15 @@
4
4
  $marker-width: srl.system-size-unit(map.get(srl.$meta, list, marker-width-pdf));
5
5
 
6
6
  .srl-list-group__item {
7
+ -ro-pdf-tag-type: LI;
8
+
7
9
  &:before {
8
10
  width: $marker-width;
11
+ -ro-pdf-tag-type: Lbl;
9
12
  }
10
13
  }
11
14
 
12
15
  .srl-list-group__item-text {
13
16
  width: calc(100% - #{$marker-width});
17
+ -ro-pdf-tag-type: LBody;
14
18
  }
@@ -348,10 +348,6 @@ td {
348
348
  cursor: pointer;
349
349
  transition: color 0.3s ease;
350
350
 
351
- @media (prefers-reduced-motion: reduce) {
352
- transition-duration: 0s;
353
- }
354
-
355
351
  &:hover {
356
352
  color: srl.colors-primary-1000();
357
353
  }
@@ -1,5 +1,5 @@
1
1
  @use "srl";
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-table__container > div {
5
5
  @extend %srl-grid-base;
@@ -11,4 +11,10 @@
11
11
  .srl-wide-width & {
12
12
  @extend %srl-wide-width;
13
13
  }
14
+ }
15
+
16
+ .note-link {
17
+ @media (prefers-reduced-motion: reduce) {
18
+ transition-duration: 0s;
19
+ }
14
20
  }
@@ -1 +1,16 @@
1
- @use 'general';
1
+ @use 'general';
2
+ @use "@/assets/scss/placeholders";
3
+
4
+ .srl-table__container > div,
5
+ .srl-table__container > .srl-table {
6
+ @extend %srl-grid-base;
7
+ }
8
+
9
+ .srl-table-container,
10
+ .srl-table__container > .srl-table > table {
11
+ @extend %srl-regular-width;
12
+
13
+ .srl-wide-width & {
14
+ @extend %srl-wide-width;
15
+ }
16
+ }
@@ -1,6 +1,6 @@
1
1
  @use "srl";
2
2
  @use "web";
3
- @use "assets/scss/placeholders";
3
+ @use "@/assets/scss/placeholders";
4
4
 
5
5
  .srl-image__alt-text{
6
6
  @include srl.typography-caption();
@@ -1,5 +1,5 @@
1
1
  @use 'srl';
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-grid--media {
5
5
  .srl-full-width & {
@@ -1,5 +1,5 @@
1
1
  @use "srl";
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-image__caption-text {
5
5
  @extend %srl-regular-width;
@@ -1,5 +1,5 @@
1
1
  @use "srl";
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-grid--media {
5
5
  .srl-full-width & {
@@ -1,5 +1,5 @@
1
1
  @use "srl";
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-button {
5
5
  display: flex;
@@ -1,5 +1,5 @@
1
1
  @use 'srl';
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-cv__inner {
5
5
  display: grid;
@@ -1,5 +1,5 @@
1
1
  @use 'srl';
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-cv-time-span__years {
5
5
  width: srl.system-size-unit(110);
@@ -1,5 +1,10 @@
1
- <p class="srl-anchor srl-editor-component" data-remove-from-translate-plus="true" data-remove-from-word="complete" data-remove-from-xhtml="complete"
2
- data-is-anchor="true">
1
+ <p
2
+ class="srl-anchor srl-editor-component"
3
+ data-remove-from-translate-plus="true"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
6
+ data-is-anchor="true"
7
+ >
3
8
  <span class="srl-anchor__text srl-editor-component__text" doc-editable="anchor-text">
4
9
  Must start with a letter (A–Z or a–z); a number is not allowed. After the
5
10
  first letter, any combination of letters (a–z, A–Z), digits (0–9), hyphens
@@ -1,5 +1,10 @@
1
- <div class="srl-pdf-pagebreak srl-editor-component" data-remove-from-web="complete">
2
- <span class="srl-pdf-pagebreak__editor-text srl-editor-component__text" data-remove-from-pdf="complete" data-remove-from-word="complete">
1
+ <div
2
+ class="srl-pdf-pagebreak srl-editor-component"
3
+ data-remove-from-web="complete"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
6
+ >
7
+ <span class="srl-pdf-pagebreak__editor-text srl-editor-component__text" data-remove-from-pdf="complete">
3
8
  PDF page break
4
9
  </span>
5
10
  </div>
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "name": "pdf-column-container",
3
- "label": "PDF column container"
3
+ "label": "PDF column container",
4
+ "properties": ["column-behaviour", "width-reduced"]
4
5
  }
@@ -1,5 +1,23 @@
1
1
  <div
2
- class="srl-pdf-column-container"
2
+ class="srl-grid srl-pdf-column-container"
3
3
  data-remove-from-web="transient"
4
- doc-container="column-container"
5
- ></div>
4
+ data-remove-from-word="transient"
5
+ data-remove-from-xhtml="transient"
6
+ >
7
+ <div
8
+ class="srl-grid__inner"
9
+ data-remove-from-web="transient"
10
+ data-remove-from-word="transient"
11
+ data-remove-from-xhtml="transient"
12
+ >
13
+ <div
14
+ class="srl-pdf-column-container__content"
15
+ data-remove-from-web="transient"
16
+ data-remove-from-word="transient"
17
+ data-remove-from-xhtml="transient"
18
+ doc-container="column-container"
19
+ >
20
+
21
+ </div>
22
+ </div>
23
+ </div>
@@ -0,0 +1,15 @@
1
+ {
2
+ "column-behaviour": {
3
+ "label": "Column behaviour",
4
+ "type": "select",
5
+ "options": [
6
+ {
7
+ "caption": "Balanced (columns of equal height)"
8
+ },
9
+ {
10
+ "caption": "Unbalanced (last column should be empty or shorter)",
11
+ "value": "srl-columns-unbalanced"
12
+ }
13
+ ]
14
+ }
15
+ }
@@ -0,0 +1,8 @@
1
+ @use 'srl';
2
+
3
+ .srl-pdf-column-container {
4
+ padding-block: srl.spacer-get(100);
5
+ border-top: 1px solid #{srl.colors-primary-1000()};
6
+ border-bottom: 1px solid #{srl.colors-primary-1000()};
7
+ }
8
+
@@ -0,0 +1,14 @@
1
+ @use 'srl';
2
+
3
+ .srl-pdf-column-container__content {
4
+ column-count: 2;
5
+ column-gap: 5mm;
6
+
7
+ .srl-columns-unbalanced & {
8
+ column-fill: auto;
9
+ }
10
+
11
+ > * {
12
+ display: block;
13
+ }
14
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "pdf-columnbreak",
3
+ "label": "PDF column break",
4
+ "allowedParents": ["pdf-column-container"]
5
+ }
@@ -0,0 +1,10 @@
1
+ <div
2
+ class="srl-pdf-columnbreak srl-editor-component"
3
+ data-remove-from-web="complete"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
6
+ >
7
+ <span class="srl-pdf-columnbreak__editor-text srl-editor-component__text" data-remove-from-pdf="complete">
8
+ PDF column break
9
+ </span>
10
+ </div>
@@ -0,0 +1,12 @@
1
+ @use 'srl';
2
+ @use 'web';
3
+ @use 'assets/scss/placeholders';
4
+
5
+ .srl-pdf-columnbreak {
6
+ text-align: center;
7
+ }
8
+
9
+ .srl-pdf-columnbreak__editor-text {
10
+ @include srl.typography-editor-label-text();
11
+ @extend %srl-regular-width;
12
+ }
@@ -0,0 +1,5 @@
1
+ @use 'srl';
2
+
3
+ .srl-pdf-columnbreak__text {
4
+ @include srl.typography-pdf-header()
5
+ }
@@ -0,0 +1,6 @@
1
+ @use 'srl';
2
+ @use 'sass:map';
3
+
4
+ .srl-pdf-columnbreak {
5
+ break-after: column;
6
+ }
@@ -0,0 +1 @@
1
+ @use "srl";
@@ -0,0 +1 @@
1
+ @use 'general';
@@ -2,6 +2,7 @@
2
2
  class="srl-pdf-publication-title srl-editor-component"
3
3
  data-remove-from-web="complete"
4
4
  data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
5
6
  >
6
7
  <span class="srl-pdf-publication-title__text srl-editor-component__text" doc-editable="pdf-publication-titletext">
7
8
  Publication title
@@ -2,6 +2,7 @@
2
2
  class="srl-pdf-chapter-title srl-editor-component"
3
3
  data-remove-from-web="complete"
4
4
  data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
5
6
  >
6
7
  <span class="srl-pdf-chapter-title__text srl-editor-component__text" doc-editable="pdf-chapter-title-text">
7
8
  Chapter title
@@ -3,6 +3,7 @@
3
3
  data-is-chapter-override="true"
4
4
  data-remove-from-web="complete"
5
5
  data-remove-from-word="complete"
6
+ data-remove-from-xhtml="complete"
6
7
  >
7
8
  <ol
8
9
  class="srl-chapter-navigation__list"
@@ -1,5 +1,5 @@
1
1
  @use "web";
2
- @use "assets/scss/placeholders";
2
+ @use "@/assets/scss/placeholders";
3
3
 
4
4
  .srl-chapter-navigation__list {
5
5
  @extend %srl-regular-width;
@@ -1,6 +1,8 @@
1
1
  <li
2
2
  class="srl-chapter-navigation__list-item"
3
3
  data-remove-from-web="complete"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
4
6
  >
5
7
  <a class="srl-chapter-navigation__link" doc-link="href" doc-editable="pdf-chapter-navigation-item-text">
6
8
  Chapter Title
@@ -1,4 +1,10 @@
1
- <div class="srl-pdf-cover" data-remove-from-word="complete" doc-image="cover">
1
+ <div
2
+ class="srl-pdf-cover"
3
+ doc-image="cover"
4
+ data-remove-from-web="complete"
5
+ data-remove-from-word="complete"
6
+ data-remove-from-xhtml="complete"
7
+ >
2
8
  <div class="srl-pdf-cover__content">
3
9
  <div class="srl-pdf-cover__top">
4
10
  <div class="srl-pdf-cover__logo-container" doc-toggle="show-logo">
@@ -1,4 +1,10 @@
1
- <div class="srl-pdf-toc-page" data-remove-from-word="complete" data-is-toc-page="true">
1
+ <div
2
+ class="srl-pdf-toc-page"
3
+ data-remove-from-web="complete"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
6
+ data-is-toc-page="true"
7
+ >
2
8
  <div class="srl-pdf-toc-page__inner">
3
9
  <div class="srl-pdf-toc-page__title" doc-editable="pdf-toc-page-title">
4
10
  Chapter title
@@ -17,4 +17,11 @@
17
17
  @include srl.grid-pdf-flex-col(6);
18
18
  }
19
19
 
20
+ .srl-pdf-toc-page__title {
21
+ -ro-pdf-tag-type: h1;
22
+ }
23
+
24
+ .srl-pdf-toc-page__toc-container {
25
+ -ro-pdf-tag-type: toc;
26
+ }
20
27
 
@@ -1,3 +1,9 @@
1
- <div class="srl-pdf-toc-item-title" doc-editable="pdf-toc-item-title-text">
1
+ <div
2
+ class="srl-pdf-toc-item-title"
3
+ data-remove-from-web="complete"
4
+ data-remove-from-word="complete"
5
+ data-remove-from-xhtml="complete"
6
+ doc-editable="pdf-toc-item-title-text"
7
+ >
2
8
  Chapter title
3
9
  </div>
@@ -1,4 +1,11 @@
1
- <a class="srl-pdf-toc__item" doc-link="href" data-page-number="" data-is-toc-item="true">
1
+ <a
2
+ class="srl-pdf-toc__item"
3
+ doc-link="href" data-page-number=""
4
+ data-is-toc-item="true"
5
+ data-remove-from-web="complete"
6
+ data-remove-from-word="complete"
7
+ data-remove-from-xhtml="complete"
8
+ >
2
9
  <div class="srl-pdf-toc__text" doc-editable="pdf-toc-item-text" data-is-toc-text="true">
3
10
  Article title
4
11
  </div>
@@ -1,2 +1,6 @@
1
1
  @use 'srl';
2
2
  @use 'sass:map';
3
+
4
+ .srl-pdf-toc__item {
5
+ -ro-pdf-tag-type: toci;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simple-reporting/base",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Manage srl templates, build and publish",
5
5
  "repository": {
6
6
  "url": "https://github.com/mmssolutionsio/simple-reporting-library"