@simple-reporting/base 1.0.3 → 1.0.5

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 (92) hide show
  1. package/README.md +10 -10
  2. package/dev/.ddev/config.yaml +1 -1
  3. package/dev/package.json +1 -1
  4. package/dev/src/assets/scss/app.scss +0 -13
  5. package/dev/src/assets/scss/editor.scss +17 -4
  6. package/dev/src/assets/scss/pdf.scss +7 -28
  7. package/dev/srl.config.json +247 -50
  8. package/livingdocs/010.Titles/050.title-h5/ld-conf.json +5 -1
  9. package/livingdocs/010.Titles/060.title-h6/ld-conf.json +4 -1
  10. package/livingdocs/020.Text/030.paragraph-strong/paragraph-strong.html +8 -0
  11. package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +27 -0
  12. package/livingdocs/020.Text/060.quote-with-portrait/scss/pdf.scss +8 -2
  13. package/livingdocs/020.Text/080.footnote-item/scss/general.scss +0 -12
  14. package/livingdocs/020.Text/080.footnote-item/scss/pdf.scss +14 -0
  15. package/livingdocs/020.Text/080.footnote-item/scss/web.scss +14 -0
  16. package/livingdocs/030.Lists/010.unordered-list/ld-conf.json +6 -2
  17. package/livingdocs/030.Lists/040.list-item/scss/general.scss +1 -7
  18. package/livingdocs/030.Lists/040.list-item/scss/pdf.scss +14 -0
  19. package/livingdocs/030.Lists/040.list-item/scss/web.scss +14 -0
  20. package/livingdocs/040.Media/010.table/scss/general.scss +8 -8
  21. package/livingdocs/040.Media/010.table/scss/pdf.scss +27 -0
  22. package/livingdocs/040.Media/020.image/image.html +3 -8
  23. package/livingdocs/040.Media/020.image/scss/editor.scss +8 -1
  24. package/livingdocs/040.Media/020.image/scss/general.scss +4 -1
  25. package/livingdocs/040.Media/020.image/scss/pdf.scss +4 -0
  26. package/livingdocs/040.Media/020.image/scss/web.scss +19 -0
  27. package/livingdocs/040.Media/030.video/scss/editor.scss +6 -1
  28. package/livingdocs/040.Media/030.video/scss/general.scss +14 -2
  29. package/livingdocs/040.Media/030.video/scss/pdf.scss +31 -0
  30. package/livingdocs/040.Media/030.video/scss/web.scss +84 -1
  31. package/livingdocs/040.Media/030.video/video.html +14 -28
  32. package/livingdocs/090.Signatures/010.signature-container/scss/pdf.scss +7 -0
  33. package/livingdocs/090.Signatures/020.signature-item/ld-conf.json +6 -0
  34. package/livingdocs/090.Signatures/020.signature-item/scss/pdf.scss +5 -0
  35. package/livingdocs/100.Misc/010.anchor/anchor.html +5 -2
  36. package/livingdocs/100.Misc/010.anchor/ld-conf.json +6 -1
  37. package/livingdocs/100.Misc/010.anchor/scss/editor.scss +19 -0
  38. package/livingdocs/100.Misc/010.anchor/scss/general.scss +5 -0
  39. package/livingdocs/100.Misc/010.anchor/scss/pdf.scss +2 -0
  40. package/livingdocs/100.Misc/010.anchor/scss/web.scss +1 -0
  41. package/livingdocs/100.Misc/010.anchor/scss/word.scss +0 -0
  42. package/livingdocs/100.Misc/010.anchor/scss/xbrl.scss +0 -0
  43. package/livingdocs/110.PDF/010.pdf-pagebreak/pdf-pagebreak.html +5 -1
  44. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/editor.scss +20 -0
  45. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/general.scss +5 -0
  46. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/pdf.scss +6 -0
  47. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/web.scss +1 -0
  48. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/word.scss +0 -0
  49. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/xbrl.scss +1 -0
  50. package/livingdocs/110.PDF/030.pdf-publication-title/pdf-publication-title.html +6 -2
  51. package/livingdocs/110.PDF/030.pdf-publication-title/scss/editor.scss +18 -0
  52. package/livingdocs/110.PDF/030.pdf-publication-title/scss/general.scss +5 -0
  53. package/livingdocs/110.PDF/030.pdf-publication-title/scss/pdf.scss +6 -0
  54. package/livingdocs/110.PDF/030.pdf-publication-title/scss/web.scss +1 -0
  55. package/livingdocs/110.PDF/030.pdf-publication-title/scss/word.scss +0 -0
  56. package/livingdocs/110.PDF/030.pdf-publication-title/scss/xbrl.scss +1 -0
  57. package/livingdocs/110.PDF/040.pdf-chapter-title/pdf-chapter-title.html +6 -2
  58. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/editor.scss +18 -0
  59. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/general.scss +5 -0
  60. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/pdf.scss +6 -0
  61. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/web.scss +1 -0
  62. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/word.scss +0 -0
  63. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/xbrl.scss +1 -0
  64. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/editor.scss +1 -0
  65. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/general.scss +1 -0
  66. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/pdf.scss +15 -0
  67. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/web.scss +1 -0
  68. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/word.scss +0 -0
  69. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/xbrl.scss +1 -0
  70. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/ld-conf.json +1 -1
  71. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/editor.scss +1 -0
  72. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/general.scss +1 -0
  73. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/pdf.scss +15 -0
  74. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/web.scss +1 -0
  75. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/word.scss +0 -0
  76. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/xbrl.scss +1 -0
  77. package/livingdocs/110.PDF/080.pdf-toc-page/ld-conf.json +9 -3
  78. package/package.json +1 -1
  79. package/scripts/config.js +0 -4
  80. package/scripts/init.js +5 -0
  81. package/srl/components/Srl/Article/Root.vue +1 -1
  82. package/srl/components/Srl/Page/App.vue +3 -9
  83. package/srl/composables/cssStyles.ts +16 -0
  84. package/srl/composables/index.ts +5 -3
  85. package/srl/scss/grid/functions.scss +11 -1
  86. package/srl/scss/spacer/mixins.scss +3 -3
  87. package/srl/scss/typography/mixins.scss +9 -2
  88. package/srl/utils/html.ts +3 -4
  89. package/livingdocs/020.Text/030.paragraph-strong/paragraph.html +0 -16
  90. package/livingdocs/110.PDF/110.pdf-toc-item-blank/ld-conf.json +0 -5
  91. package/livingdocs/110.PDF/110.pdf-toc-item-blank/pdf-toc-item-blank.html +0 -4
  92. package/srl/composables/root.ts +0 -5
@@ -2,30 +2,42 @@
2
2
  "meta": {
3
3
  "meta": {
4
4
  "title": {
5
- "number-width": 400
5
+ "number-width": 400,
6
+ "number-width-pdf": 400
6
7
  },
7
8
  "list": {
8
- "marker-width": 40
9
+ "marker-width": 40,
10
+ "marker-width-pdf": "14pt"
11
+ },
12
+ "quote": {
13
+ "quote-open": "\\00AB",
14
+ "quote-close": "\\00BB"
9
15
  },
10
16
  "table": {
11
17
  "padding": {
12
18
  "regular": {
13
19
  "top": 100,
14
20
  "bottom": 100,
15
- "left": 50,
16
- "right": 50
21
+ "left": 100,
22
+ "right": 100
23
+ },
24
+ "regular-pdf": {
25
+ "top": 50,
26
+ "bottom": 50,
27
+ "left": 100,
28
+ "right": 100
17
29
  },
18
30
  "tiny": {
19
31
  "top": 0,
20
32
  "bottom": 0,
21
- "left": 50,
22
- "right": 50
33
+ "left": 100,
34
+ "right": 100
23
35
  },
24
36
  "small": {
25
37
  "top": 25,
26
38
  "bottom": 25,
27
- "left": 50,
28
- "right": 50
39
+ "left": 100,
40
+ "right": 100
29
41
  }
30
42
  },
31
43
  "border": {
@@ -54,7 +66,8 @@
54
66
  "notes-separator": ", "
55
67
  },
56
68
  "footnote": {
57
- "number-width": 30
69
+ "number-width": 19,
70
+ "number-width-pdf": "14pt"
58
71
  },
59
72
  "font": {
60
73
  "weight": {
@@ -69,6 +82,14 @@
69
82
  "right": "32pt",
70
83
  "bottom": "38pt",
71
84
  "left": "32pt"
85
+ },
86
+ "toc-page-number": {
87
+ "width": 40,
88
+ "width-pdf": "35pt"
89
+ },
90
+ "toc-number": {
91
+ "width": 25,
92
+ "width-pdf": "20pt"
72
93
  }
73
94
  }
74
95
  }
@@ -82,6 +103,7 @@
82
103
  "line-height": 1.5,
83
104
  "font-style": "normal",
84
105
  "font-weight": 600,
106
+ "color": "black-1000",
85
107
  "letter-spacing": 0,
86
108
  "media": {
87
109
  "print": {
@@ -106,6 +128,7 @@
106
128
  "line-height": 1.5,
107
129
  "font-style": "normal",
108
130
  "font-weight": 600,
131
+ "color": "black-1000",
109
132
  "letter-spacing": 0,
110
133
  "media": {
111
134
  "print": {
@@ -127,6 +150,7 @@
127
150
  "line-height": 1.1,
128
151
  "font-style": "normal",
129
152
  "font-weight": 600,
153
+ "color": "black-1000",
130
154
  "letter-spacing": 0,
131
155
  "media": {
132
156
  "print": {
@@ -148,6 +172,7 @@
148
172
  "line-height": 1.5,
149
173
  "font-style": "normal",
150
174
  "font-weight": 600,
175
+ "color": "black-1000",
151
176
  "letter-spacing": 0,
152
177
  "media": {
153
178
  "print": {
@@ -168,6 +193,7 @@
168
193
  "line-height": 1.5,
169
194
  "font-style": "normal",
170
195
  "font-weight": 600,
196
+ "color": "black-1000",
171
197
  "letter-spacing": 0,
172
198
  "media": {
173
199
  "print": {
@@ -191,6 +217,7 @@
191
217
  "line-height": 1.5,
192
218
  "font-style": "normal",
193
219
  "font-weight": 600,
220
+ "color": "black-1000",
194
221
  "letter-spacing": 0,
195
222
  "media": {
196
223
  "print": {
@@ -214,6 +241,7 @@
214
241
  "line-height": 1.5,
215
242
  "font-style": "normal",
216
243
  "font-weight": 400,
244
+ "color": "black-1000",
217
245
  "letter-spacing": 0,
218
246
  "media": {
219
247
  "print": {
@@ -237,6 +265,7 @@
237
265
  "line-height": 1.5,
238
266
  "font-style": "normal",
239
267
  "font-weight": 400,
268
+ "color": "black-1000",
240
269
  "letter-spacing": 0,
241
270
  "media": {
242
271
  "print": {
@@ -257,6 +286,7 @@
257
286
  "line-height": 1.5,
258
287
  "font-style": "normal",
259
288
  "font-weight": 600,
289
+ "color": "black-1000",
260
290
  "letter-spacing": 0,
261
291
  "media": {
262
292
  "print": {
@@ -277,6 +307,7 @@
277
307
  "line-height": 1.5,
278
308
  "font-style": "normal",
279
309
  "font-weight": 400,
310
+ "color": "black-1000",
280
311
  "letter-spacing": 0,
281
312
  "media": {
282
313
  "print": {
@@ -297,6 +328,7 @@
297
328
  "line-height": 1.5,
298
329
  "font-style": "normal",
299
330
  "font-weight": 400,
331
+ "color": "black-1000",
300
332
  "letter-spacing": 0,
301
333
  "media": {
302
334
  "print": {
@@ -317,6 +349,7 @@
317
349
  "line-height": 1.5,
318
350
  "font-style": "normal",
319
351
  "font-weight": 600,
352
+ "color": "black-1000",
320
353
  "letter-spacing": 0,
321
354
  "media": {
322
355
  "print": {
@@ -337,6 +370,7 @@
337
370
  "line-height": 1.5,
338
371
  "font-style": "normal",
339
372
  "font-weight": 400,
373
+ "color": "black-1000",
340
374
  "letter-spacing": 0,
341
375
  "media": {
342
376
  "print": {
@@ -357,6 +391,7 @@
357
391
  "line-height": 1.5,
358
392
  "font-style": "normal",
359
393
  "font-weight": 400,
394
+ "color": "black-1000",
360
395
  "letter-spacing": 0,
361
396
  "media": {
362
397
  "print": {
@@ -377,6 +412,7 @@
377
412
  "line-height": 1.5,
378
413
  "font-style": "normal",
379
414
  "font-weight": 400,
415
+ "color": "black-1000",
380
416
  "letter-spacing": 0,
381
417
  "media": {
382
418
  "print": {
@@ -397,6 +433,28 @@
397
433
  "line-height": 1.5,
398
434
  "font-style": "normal",
399
435
  "font-weight": 400,
436
+ "color": "black-1000",
437
+ "letter-spacing": 0,
438
+ "media": {
439
+ "print": {
440
+ "font-size": "7pt",
441
+ "line-height": 1.429
442
+ },
443
+ "up": {
444
+ "tablet-pt": {
445
+ "font-size": 14
446
+ }
447
+ }
448
+ }
449
+ },
450
+ {
451
+ "name": "video-link",
452
+ "font-family": "Inter",
453
+ "font-size": 12,
454
+ "line-height": 1.5,
455
+ "font-style": "normal",
456
+ "font-weight": 400,
457
+ "color": "primary-1000",
400
458
  "letter-spacing": 0,
401
459
  "media": {
402
460
  "print": {
@@ -416,7 +474,8 @@
416
474
  "font-size": 14,
417
475
  "line-height": 1.5,
418
476
  "font-style": "normal",
419
- "font-weight": 400,
477
+ "font-weight": 600,
478
+ "color": "black-1000",
420
479
  "letter-spacing": 0,
421
480
  "media": {
422
481
  "print": {
@@ -436,7 +495,8 @@
436
495
  "font-size": 14,
437
496
  "line-height": 1.5,
438
497
  "font-style": "normal",
439
- "font-weight": 600,
498
+ "font-weight": 400,
499
+ "color": "black-1000",
440
500
  "letter-spacing": 0,
441
501
  "media": {
442
502
  "print": {
@@ -457,6 +517,7 @@
457
517
  "line-height": 1.5,
458
518
  "font-style": "normal",
459
519
  "font-weight": 400,
520
+ "color": "black-1000",
460
521
  "letter-spacing": 0,
461
522
  "media": {
462
523
  "print": {
@@ -477,6 +538,7 @@
477
538
  "line-height": 1.5,
478
539
  "font-style": "normal",
479
540
  "font-weight": 400,
541
+ "color": "black-1000",
480
542
  "letter-spacing": 0,
481
543
  "media": {
482
544
  "up": {
@@ -498,6 +560,7 @@
498
560
  "line-height": 1.5,
499
561
  "font-style": "normal",
500
562
  "font-weight": 400,
563
+ "color": "black-1000",
501
564
  "letter-spacing": 0,
502
565
  "media": {
503
566
  "print": {
@@ -513,6 +576,7 @@
513
576
  "line-height": 1.5,
514
577
  "font-style": "normal",
515
578
  "font-weight": 600,
579
+ "color": "black-1000",
516
580
  "letter-spacing": 0,
517
581
  "media": {
518
582
  "print": {
@@ -528,6 +592,7 @@
528
592
  "line-height": 1.5,
529
593
  "font-style": "normal",
530
594
  "font-weight": 400,
595
+ "color": "black-1000",
531
596
  "letter-spacing": 0,
532
597
  "media": {
533
598
  "print": {
@@ -543,6 +608,7 @@
543
608
  "line-height": 1.5,
544
609
  "font-style": "normal",
545
610
  "font-weight": 600,
611
+ "color": "black-1000",
546
612
  "letter-spacing": 0,
547
613
  "media": {
548
614
  "print": {
@@ -558,6 +624,7 @@
558
624
  "line-height": 1.5,
559
625
  "font-style": "normal",
560
626
  "font-weight": 400,
627
+ "color": "black-1000",
561
628
  "letter-spacing": 0,
562
629
  "media": {
563
630
  "print": {
@@ -573,6 +640,7 @@
573
640
  "line-height": 1.5,
574
641
  "font-style": "normal",
575
642
  "font-weight": 600,
643
+ "color": "black-1000",
576
644
  "letter-spacing": 0,
577
645
  "media": {
578
646
  "print": {
@@ -588,6 +656,39 @@
588
656
  "line-height": 1.5,
589
657
  "font-style": "normal",
590
658
  "font-weight": 400,
659
+ "color": "black-1000",
660
+ "letter-spacing": 0,
661
+ "media": {
662
+ "print": {
663
+ "font-size": "7pt",
664
+ "line-height": 1.28
665
+ }
666
+ }
667
+ },
668
+ {
669
+ "name": "editor-label-text",
670
+ "font-family": "Inter",
671
+ "font-size": 14,
672
+ "line-height": 1.5,
673
+ "font-style": "normal",
674
+ "font-weight": 400,
675
+ "color": "primary-1000",
676
+ "letter-spacing": 0,
677
+ "media": {
678
+ "print": {
679
+ "font-size": "7pt",
680
+ "line-height": 1.28
681
+ }
682
+ }
683
+ },
684
+ {
685
+ "name": "editor-input-text",
686
+ "font-family": "Inter",
687
+ "font-size": 14,
688
+ "line-height": 1.5,
689
+ "font-style": "normal",
690
+ "font-weight": 400,
691
+ "color": "black-1000",
591
692
  "letter-spacing": 0,
592
693
  "media": {
593
694
  "print": {
@@ -600,38 +701,114 @@
600
701
  },
601
702
  "colors": {
602
703
  "colors": [
603
- { "name": "white-1000", "color": "#ffffff" },
604
- { "name": "grey-200", "color": "#cccccc" },
605
- { "name": "grey-400", "color": "#999999" },
606
- { "name": "grey-600", "color": "#666666" },
607
- { "name": "grey-800", "color": "#333333" },
608
- { "name": "black-1000", "color": "#000000" },
609
-
610
- { "name": "primary-200", "color": "#ffe5cc" },
611
- { "name": "primary-400", "color": "#ffcb99" },
612
- { "name": "primary-600", "color": "#ffb166" },
613
- { "name": "primary-800", "color": "#ff9733" },
614
- { "name": "primary-1000", "color": "#ff7d00" },
615
-
616
- { "name": "blue-200", "color": "#ccd1e7" },
617
- { "name": "blue-400", "color": "#99a3cf" },
618
- { "name": "blue-600", "color": "#6675b7" },
619
- { "name": "blue-800", "color": "#33479f" },
620
- { "name": "blue-1000", "color": "#001987" },
621
-
622
- { "name": "yellow-200", "color": "#fff7dc" },
623
- { "name": "yellow-400", "color": "#ffefb9" },
624
- { "name": "yellow-600", "color": "#ffe796" },
625
- { "name": "yellow-800", "color": "#ffdf73" },
626
- { "name": "yellow-1000", "color": "#ffd750" },
627
-
628
- { "name": "sand-200", "color": "#fcfcfa" },
629
- { "name": "sand-400", "color": "#f9f9f5" },
630
- { "name": "sand-600", "color": "#f5f5f1" },
631
- { "name": "sand-800", "color": "#f2f2ec" },
632
- { "name": "sand-1000", "color": "#efefe7" },
633
-
634
- { "name": "opacity-30", "color": "#ffffff" },
704
+ {
705
+ "name": "white-1000",
706
+ "color": "#ffffff"
707
+ },
708
+ {
709
+ "name": "grey-200",
710
+ "color": "#cccccc"
711
+ },
712
+ {
713
+ "name": "grey-400",
714
+ "color": "#999999"
715
+ },
716
+ {
717
+ "name": "grey-600",
718
+ "color": "#666666"
719
+ },
720
+ {
721
+ "name": "grey-800",
722
+ "color": "#333333"
723
+ },
724
+ {
725
+ "name": "black-1000",
726
+ "color": "#000000"
727
+ },
728
+ {
729
+ "name": "primary-200",
730
+ "color": "#ffe5cc"
731
+ },
732
+ {
733
+ "name": "primary-400",
734
+ "color": "#ffcb99"
735
+ },
736
+ {
737
+ "name": "primary-600",
738
+ "color": "#ffb166"
739
+ },
740
+ {
741
+ "name": "primary-800",
742
+ "color": "#ff9733"
743
+ },
744
+ {
745
+ "name": "primary-1000",
746
+ "color": "#ff7d00"
747
+ },
748
+ {
749
+ "name": "secondary-200",
750
+ "color": "#ccd1e7"
751
+ },
752
+ {
753
+ "name": "secondary-400",
754
+ "color": "#99a3cf"
755
+ },
756
+ {
757
+ "name": "secondary-600",
758
+ "color": "#6675b7"
759
+ },
760
+ {
761
+ "name": "secondary-800",
762
+ "color": "#33479f"
763
+ },
764
+ {
765
+ "name": "secondary-1000",
766
+ "color": "#001987"
767
+ },
768
+ {
769
+ "name": "yellow-200",
770
+ "color": "#fff7dc"
771
+ },
772
+ {
773
+ "name": "yellow-400",
774
+ "color": "#ffefb9"
775
+ },
776
+ {
777
+ "name": "yellow-600",
778
+ "color": "#ffe796"
779
+ },
780
+ {
781
+ "name": "yellow-800",
782
+ "color": "#ffdf73"
783
+ },
784
+ {
785
+ "name": "yellow-1000",
786
+ "color": "#ffd750"
787
+ },
788
+ {
789
+ "name": "sand-200",
790
+ "color": "#fcfcfa"
791
+ },
792
+ {
793
+ "name": "sand-400",
794
+ "color": "#f9f9f5"
795
+ },
796
+ {
797
+ "name": "sand-600",
798
+ "color": "#f5f5f1"
799
+ },
800
+ {
801
+ "name": "sand-800",
802
+ "color": "#f2f2ec"
803
+ },
804
+ {
805
+ "name": "sand-1000",
806
+ "color": "#efefe7"
807
+ },
808
+ {
809
+ "name": "opacity-30",
810
+ "color": "#ffffff"
811
+ },
635
812
  {
636
813
  "name": "shade",
637
814
  "color": "#6C757D"
@@ -646,37 +823,57 @@
646
823
  "25": {
647
824
  "size": 4,
648
825
  "media": {
649
- "print": 1
826
+ "print": {
827
+ "size": "1pt"
828
+ }
650
829
  }
651
830
  },
652
831
  "50": {
653
- "size": 4
832
+ "size": 4,
833
+ "media": {
834
+ "print": {
835
+ "size": "2pt"
836
+ }
837
+ }
654
838
  },
655
839
  "100": {
656
- "size": 8
840
+ "size": 8,
841
+ "media": {
842
+ "print": {
843
+ "size": "4pt"
844
+ }
845
+ }
657
846
  },
658
847
  "200": {
659
848
  "size": 16,
660
849
  "media": {
661
- "print": 12
850
+ "print": {
851
+ "size": "8pt"
852
+ }
662
853
  }
663
854
  },
664
855
  "300": {
665
856
  "size": 32,
666
857
  "media": {
667
- "print": 16
858
+ "print": {
859
+ "size": "16pt"
860
+ }
668
861
  }
669
862
  },
670
863
  "400": {
671
864
  "size": 64,
672
865
  "media": {
673
- "print": 24
866
+ "print": {
867
+ "size": "32pt"
868
+ }
674
869
  }
675
870
  },
676
871
  "500": {
677
872
  "size": 128,
678
873
  "media": {
679
- "print": 32
874
+ "print": {
875
+ "size": "48pt"
876
+ }
680
877
  }
681
878
  }
682
879
  }
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "name": "title-h5",
3
3
  "label": "Title (h5)",
4
- "properties": ["h5-as", "width-reduced", "pdf-spacer"]
4
+ "properties": [
5
+ "h5-as",
6
+ "width-reduced",
7
+ "pdf-spacer"
8
+ ]
5
9
  }
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "name": "title-h6",
3
3
  "label": "Title (h6)",
4
- "properties": ["width-reduced", "pdf-spacer"]
4
+ "properties": [
5
+ "width-reduced",
6
+ "pdf-spacer"
7
+ ]
5
8
  }
@@ -0,0 +1,8 @@
1
+ <p class="srl-grid srl-paragraph-strong srl-linkable">
2
+ <span
3
+ class="srl-grid__inner srl-paragraph-strong__text"
4
+ doc-editable="transformable-text"
5
+ >
6
+ Lorem ipsum dolor sit amet?
7
+ </span>
8
+ </p>
@@ -1,11 +1,38 @@
1
1
  @use 'srl';
2
+ @use "sass:map";
3
+
4
+ $quote-open: map.get(srl.$meta, quote, quote-open);
5
+ $quote-close: map.get(srl.$meta, quote, quote-close);
6
+
2
7
 
3
8
  .srl-quote {
9
+ align-items: center;
4
10
  @include srl.spacer-margin-top(400);
5
11
  }
6
12
 
7
13
  .srl-quote__quote {
8
14
  @include srl.typography-quote();
15
+
16
+ &:before {
17
+ content: "#{$quote-open}";
18
+
19
+ .srl-hide-quote-characters & {
20
+ content: "";
21
+ }
22
+ }
23
+
24
+ &:after {
25
+ content: "#{$quote-close}";
26
+
27
+ .srl-hide-quote-characters & {
28
+ content: "";
29
+ }
30
+ }
31
+ }
32
+
33
+ .srl-quote__cite {
34
+ display: block;
35
+ @include srl.spacer-margin-top(200);
9
36
  }
10
37
 
11
38
  .srl-quote__name {
@@ -1,16 +1,22 @@
1
1
  @use 'srl';
2
2
 
3
+ .srl-quote--with-image {
4
+ flex-direction: row;
5
+ }
6
+
3
7
  .srl-quote--with-image.srl-wide-width {
4
8
  justify-content: space-between;
5
9
  }
6
10
 
7
11
  .srl-quote__figure {
8
12
  .srl-quote--with-image & {
13
+ margin-left: srl.grid-calculate-pdf-col-start(3);
9
14
  margin-right: srl.grid-get-gutter-column-gap();
10
- @include srl.grid-pdf-flex-col(2);
15
+ width: srl.grid-calculate-pdf-col-span-minus-one-gutter(2);
11
16
  }
12
17
 
13
18
  .srl-quote--with-image.srl-wide-width & {
19
+ margin-left: 0;
14
20
  margin-right: 0;
15
21
  @include srl.grid-pdf-flex-col(2);
16
22
  }
@@ -18,7 +24,7 @@
18
24
 
19
25
  .srl-quote__text {
20
26
  .srl-quote--with-image & {
21
- @include srl.grid-pdf-flex-col(4);
27
+ width: srl.grid-calculate-pdf-col-span-minus-one-gutter(4);
22
28
  }
23
29
 
24
30
  .srl-quote--with-image.srl-wide-width & {
@@ -1,8 +1,6 @@
1
1
  @use 'srl';
2
2
  @use "sass:map";
3
3
 
4
- $number-width: srl.system-size-unit(map.get(srl.$meta, footnote, number-width));
5
-
6
4
  .srl-footnote:not(.srl-grid),
7
5
  .srl-footnote__item {
8
6
  display: flex;
@@ -10,19 +8,9 @@ $number-width: srl.system-size-unit(map.get(srl.$meta, footnote, number-width));
10
8
  @include srl.typography-footnote-text();
11
9
  }
12
10
 
13
- .srl-footnote__key,
14
- .srl-footnote__number {
15
- width: $number-width;
16
- }
17
-
18
11
  .srl-footnote__key {
19
12
  font-size: 60%;
20
13
  font-variant-numeric: tabular-nums;
21
14
  line-height: 1; // prevents normal text from getting too much height
22
15
  vertical-align: super;
23
16
  }
24
-
25
- .srl-footnote__text,
26
- .srl-footnote__text {
27
- width: calc(100% - #{$number-width});
28
- }
@@ -0,0 +1,14 @@
1
+ @use 'srl';
2
+ @use 'sass:map';
3
+
4
+ $number-width: srl.system-size-unit(map.get(srl.$meta, footnote, number-width-pdf));
5
+
6
+ .srl-footnote__key,
7
+ .srl-footnote__number {
8
+ width: $number-width;
9
+ }
10
+
11
+ .srl-footnote__text,
12
+ .srl-footnote__text {
13
+ width: calc(100% - #{$number-width});
14
+ }