@simple-reporting/base 1.0.23 → 1.0.25

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 (82) hide show
  1. package/cli.js +5 -1
  2. package/dev/index.html +1 -1
  3. package/dev/livingdocs.config.json +6 -6
  4. package/dev/package.json +6 -1
  5. package/dev/src/Dialog.vue +3 -0
  6. package/dev/src/assets/scss/word.scss +44 -1
  7. package/livingdocs/010.Titles/010.title-h1/scss/word.scss +3 -0
  8. package/livingdocs/010.Titles/020.title-h2/scss/word.scss +10 -0
  9. package/livingdocs/010.Titles/030.title-h3/scss/word.scss +10 -0
  10. package/livingdocs/010.Titles/040.title-h4/scss/word.scss +10 -0
  11. package/livingdocs/010.Titles/050.title-h5/scss/word.scss +5 -0
  12. package/livingdocs/010.Titles/060.title-h6/scss/word.scss +5 -0
  13. package/livingdocs/020.Text/010.lead/scss/word.scss +5 -0
  14. package/livingdocs/020.Text/020.paragraph/scss/word.scss +5 -0
  15. package/livingdocs/020.Text/030.paragraph-strong/scss/word.scss +6 -0
  16. package/livingdocs/020.Text/040.link/scss/word.scss +5 -0
  17. package/livingdocs/020.Text/050.quote/scss/word.scss +7 -0
  18. package/livingdocs/020.Text/060.quote-with-portrait/scss/word.scss +7 -0
  19. package/livingdocs/020.Text/080.footnote-item/scss/word.scss +6 -0
  20. package/livingdocs/030.Lists/010.unordered-list/scss/general.scss +0 -5
  21. package/livingdocs/030.Lists/010.unordered-list/scss/word.scss +6 -0
  22. package/livingdocs/030.Lists/020.ordered-list/scss/word.scss +9 -0
  23. package/livingdocs/030.Lists/030.alphanumeric-list/scss/word.scss +9 -0
  24. package/livingdocs/030.Lists/040.list-item/scss/pdf.scss +2 -2
  25. package/livingdocs/030.Lists/040.list-item/scss/word.scss +19 -0
  26. package/livingdocs/040.Media/010.table/scss/general.scss +22 -17
  27. package/livingdocs/040.Media/010.table/scss/word.scss +21 -0
  28. package/livingdocs/040.Media/020.image/scss/word.scss +5 -0
  29. package/livingdocs/040.Media/030.video/scss/word.scss +5 -0
  30. package/livingdocs/040.Media/030.video/video.html +2 -2
  31. package/livingdocs/060.Buttons/020.button/scss/word.scss +6 -1
  32. package/livingdocs/080.CV/010.cv/cv.html +7 -7
  33. package/livingdocs/090.Signatures/010.signature-container/scss/word.scss +5 -0
  34. package/livingdocs/090.Signatures/020.signature-item/scss/word.scss +6 -0
  35. package/livingdocs/100.Misc/010.anchor/anchor.html +2 -1
  36. package/livingdocs/110.PDF/010.pdf-pagebreak/pdf-pagebreak.html +1 -1
  37. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/word.scss +5 -0
  38. package/livingdocs/110.PDF/030.pdf-publication-title/pdf-publication-title.html +1 -0
  39. package/livingdocs/110.PDF/040.pdf-chapter-title/pdf-chapter-title.html +1 -0
  40. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/pdf-chapter-navigation.html +1 -0
  41. package/livingdocs/110.PDF/070.pdf-cover/pdf-cover.html +1 -1
  42. package/livingdocs/110.PDF/080.pdf-toc-page/pdf-toc-page.html +2 -2
  43. package/livingdocs/110.PDF/080.pdf-toc-page/scss/editor.scss +2 -2
  44. package/livingdocs/110.PDF/100.pdf-toc-item/pdf-toc-item.html +3 -3
  45. package/package.json +2 -1
  46. package/scripts/beaver.js +14 -18
  47. package/scripts/build/variables.d.ts +6 -0
  48. package/scripts/build/variables.js +6 -0
  49. package/scripts/build.d.ts +1 -1
  50. package/scripts/build.js +227 -99
  51. package/scripts/dotenv.d.ts +1 -0
  52. package/scripts/dotenv.js +8 -0
  53. package/scripts/init.js +1 -1
  54. package/scripts/ldd/mapLdd.js +2 -2
  55. package/scripts/utils.d.ts +1 -0
  56. package/scripts/utils.js +22 -0
  57. package/scss/colors/functions.scss +2 -10
  58. package/scss/colors/mixins.scss +0 -18
  59. package/scss/colors/root.scss +10 -0
  60. package/scss/core-styles.scss +4 -1
  61. package/scss/fonts/root.scss +4 -0
  62. package/scss/grid/functions.scss +8 -6
  63. package/scss/grid/mixins.scss +0 -77
  64. package/scss/grid/root.scss +80 -0
  65. package/scss/helpers/root.scss +4 -0
  66. package/scss/init-root.scss +12 -0
  67. package/scss/meta/root.scss +4 -0
  68. package/scss/spacer/functions.scss +2 -1
  69. package/scss/spacer/mixins.scss +0 -52
  70. package/scss/spacer/root.scss +55 -0
  71. package/scss/system/functions.scss +70 -5
  72. package/scss/system/root.scss +0 -3
  73. package/scss/system/variables.scss +1 -0
  74. package/scss/typography/functions.scss +12 -12
  75. package/scss/typography/mixins.scss +0 -221
  76. package/scss/typography/root.scss +226 -0
  77. package/srl/.srl/components/Srl/Article/Dialog/Button.vue +18 -20
  78. package/srl/.srl/components/Srl/Article/Root.vue +4 -3
  79. package/srl/.srl/components/Srl/Page/Dialog.vue +17 -19
  80. package/srl/.srl/types/nswow.d.ts +3 -0
  81. package/srl/.srl/utils/pageState.ts +2 -2
  82. package/srl/srl/pdf.scss +0 -2
@@ -8,6 +8,9 @@ declare global {
8
8
  boldTheWord: boolean;
9
9
  };
10
10
  categories: string[];
11
+ publicationName: {
12
+ [key: string]: string;
13
+ }
11
14
  };
12
15
 
13
16
  interface NsWowArticle {
@@ -42,9 +42,9 @@ export function addDialogToStorage(uuid: string, refSrlPageDialog: Ref<SrlPageDi
42
42
  pageState.dialogStorage[uuid] = refSrlPageDialog
43
43
  }
44
44
 
45
- export function getDialogFromStorage(uuid: string): SrlPageDialog | null {
45
+ export function getDialogFromStorage(uuid: string): Ref<SrlPageDialog> | null {
46
46
  return isDialogStored(uuid)?
47
- pageState.dialogStorage[uuid].value : null
47
+ pageState.dialogStorage[uuid] : null
48
48
  }
49
49
 
50
50
  export function getDialogStorage() : DialogStorage {
package/srl/srl/pdf.scss DELETED
@@ -1,2 +0,0 @@
1
- @use 'config';
2
- @forward '@simple-reporting/base/scss/pdf';