@simple-reporting/base 1.0.3 → 1.0.4

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 (84) hide show
  1. package/dev/package.json +1 -1
  2. package/dev/src/assets/scss/app.scss +0 -13
  3. package/dev/src/assets/scss/editor.scss +17 -4
  4. package/dev/src/assets/scss/pdf.scss +7 -28
  5. package/dev/srl.config.json +247 -50
  6. package/livingdocs/010.Titles/050.title-h5/ld-conf.json +5 -1
  7. package/livingdocs/010.Titles/060.title-h6/ld-conf.json +4 -1
  8. package/livingdocs/020.Text/030.paragraph-strong/paragraph-strong.html +8 -0
  9. package/livingdocs/020.Text/060.quote-with-portrait/scss/general.scss +29 -0
  10. package/livingdocs/020.Text/060.quote-with-portrait/scss/pdf.scss +10 -2
  11. package/livingdocs/020.Text/080.footnote-item/scss/general.scss +0 -12
  12. package/livingdocs/020.Text/080.footnote-item/scss/pdf.scss +14 -0
  13. package/livingdocs/020.Text/080.footnote-item/scss/web.scss +14 -0
  14. package/livingdocs/030.Lists/010.unordered-list/ld-conf.json +6 -2
  15. package/livingdocs/030.Lists/040.list-item/scss/general.scss +1 -7
  16. package/livingdocs/030.Lists/040.list-item/scss/pdf.scss +14 -0
  17. package/livingdocs/030.Lists/040.list-item/scss/web.scss +14 -0
  18. package/livingdocs/040.Media/010.table/scss/general.scss +8 -8
  19. package/livingdocs/040.Media/010.table/scss/pdf.scss +27 -0
  20. package/livingdocs/040.Media/020.image/image.html +3 -8
  21. package/livingdocs/040.Media/020.image/scss/editor.scss +8 -1
  22. package/livingdocs/040.Media/020.image/scss/general.scss +4 -1
  23. package/livingdocs/040.Media/020.image/scss/pdf.scss +4 -0
  24. package/livingdocs/040.Media/020.image/scss/web.scss +19 -0
  25. package/livingdocs/040.Media/030.video/scss/editor.scss +6 -1
  26. package/livingdocs/040.Media/030.video/scss/general.scss +14 -2
  27. package/livingdocs/040.Media/030.video/scss/pdf.scss +31 -0
  28. package/livingdocs/040.Media/030.video/scss/web.scss +84 -1
  29. package/livingdocs/040.Media/030.video/video.html +14 -28
  30. package/livingdocs/090.Signatures/010.signature-container/scss/pdf.scss +7 -0
  31. package/livingdocs/090.Signatures/020.signature-item/ld-conf.json +6 -0
  32. package/livingdocs/090.Signatures/020.signature-item/scss/pdf.scss +5 -0
  33. package/livingdocs/100.Misc/010.anchor/anchor.html +5 -2
  34. package/livingdocs/100.Misc/010.anchor/ld-conf.json +6 -1
  35. package/livingdocs/100.Misc/010.anchor/scss/editor.scss +19 -0
  36. package/livingdocs/100.Misc/010.anchor/scss/general.scss +5 -0
  37. package/livingdocs/100.Misc/010.anchor/scss/pdf.scss +2 -0
  38. package/livingdocs/100.Misc/010.anchor/scss/web.scss +1 -0
  39. package/livingdocs/100.Misc/010.anchor/scss/word.scss +0 -0
  40. package/livingdocs/100.Misc/010.anchor/scss/xbrl.scss +0 -0
  41. package/livingdocs/110.PDF/010.pdf-pagebreak/pdf-pagebreak.html +5 -1
  42. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/editor.scss +20 -0
  43. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/general.scss +5 -0
  44. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/pdf.scss +6 -0
  45. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/web.scss +1 -0
  46. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/word.scss +0 -0
  47. package/livingdocs/110.PDF/010.pdf-pagebreak/scss/xbrl.scss +1 -0
  48. package/livingdocs/110.PDF/030.pdf-publication-title/pdf-publication-title.html +6 -2
  49. package/livingdocs/110.PDF/030.pdf-publication-title/scss/editor.scss +18 -0
  50. package/livingdocs/110.PDF/030.pdf-publication-title/scss/general.scss +5 -0
  51. package/livingdocs/110.PDF/030.pdf-publication-title/scss/pdf.scss +6 -0
  52. package/livingdocs/110.PDF/030.pdf-publication-title/scss/web.scss +1 -0
  53. package/livingdocs/110.PDF/030.pdf-publication-title/scss/word.scss +0 -0
  54. package/livingdocs/110.PDF/030.pdf-publication-title/scss/xbrl.scss +1 -0
  55. package/livingdocs/110.PDF/040.pdf-chapter-title/pdf-chapter-title.html +6 -2
  56. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/editor.scss +18 -0
  57. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/general.scss +5 -0
  58. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/pdf.scss +6 -0
  59. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/web.scss +1 -0
  60. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/word.scss +0 -0
  61. package/livingdocs/110.PDF/040.pdf-chapter-title/scss/xbrl.scss +1 -0
  62. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/editor.scss +1 -0
  63. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/general.scss +1 -0
  64. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/pdf.scss +15 -0
  65. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/web.scss +1 -0
  66. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/word.scss +0 -0
  67. package/livingdocs/110.PDF/050.pdf-chapter-navigation-container/scss/xbrl.scss +1 -0
  68. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/ld-conf.json +1 -1
  69. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/editor.scss +1 -0
  70. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/general.scss +1 -0
  71. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/pdf.scss +15 -0
  72. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/web.scss +1 -0
  73. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/word.scss +0 -0
  74. package/livingdocs/110.PDF/060.pdf-chapter-navigation-item/scss/xbrl.scss +1 -0
  75. package/livingdocs/110.PDF/080.pdf-toc-page/ld-conf.json +9 -3
  76. package/package.json +1 -1
  77. package/scripts/config.js +0 -4
  78. package/srl/composables/root.ts +3 -1
  79. package/srl/scss/grid/functions.scss +11 -1
  80. package/srl/scss/spacer/mixins.scss +3 -3
  81. package/srl/scss/typography/mixins.scss +9 -2
  82. package/livingdocs/020.Text/030.paragraph-strong/paragraph.html +0 -16
  83. package/livingdocs/110.PDF/110.pdf-toc-item-blank/ld-conf.json +0 -5
  84. package/livingdocs/110.PDF/110.pdf-toc-item-blank/pdf-toc-item-blank.html +0 -4
package/dev/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "postinstall": "srl prepare"
20
20
  },
21
21
  "dependencies": {
22
- "@simple-reporting/base": "^1.0.3",
22
+ "@simple-reporting/base": "^1.0.4",
23
23
  "axios": "^1.9.0",
24
24
  "chalk": "^5.4.1",
25
25
  "exceljs": "^4.4.0",
@@ -24,16 +24,3 @@
24
24
  .fade-leave-active {
25
25
  transition: opacity 300ms linear;
26
26
  }
27
-
28
- .srl-article-root,
29
- .ns-article {
30
- > .srl-article__grid {
31
- margin-right: auto;
32
- margin-left: auto;
33
- }
34
- }
35
-
36
- [class^='srl-pdf-'],
37
- [class*=' srl-pdf-'] {
38
- display: none;
39
- }
@@ -1,11 +1,19 @@
1
1
  @use 'srl';
2
2
  @use 'web';
3
3
 
4
- .ns-temp-highlight {
5
- background: srl.colors-primary-1000();
4
+ $editor-color-srl: srl.colors-shade-200();
5
+ $editor-background-color-srl: srl.colors-primary-1000();
6
+
7
+ /*
8
+ Overruling Livingdocs editor styles
9
+ */
10
+ .srl-article-root .doc-component-highlight {
11
+ outline: 1px solid $editor-color-srl;
6
12
  }
7
13
 
8
- $editor-color-srl: srl.colors-shade-200();
14
+ .ns-temp-highlight {
15
+ background: $editor-background-color-srl;
16
+ }
9
17
 
10
18
  span.ns-nowrap {
11
19
  --b: 1px; /* thickness of the border */
@@ -23,5 +31,10 @@ span.ns-nowrap {
23
31
 
24
32
  span.ns-key-figure {
25
33
  color: srl.colors-white-1000();
26
- background-color: srl.colors-primary-1000();
34
+ background-color: $editor-background-color-srl;
27
35
  }
36
+
37
+ // Set width of placeholder image to 100%
38
+ img[src^="data:image/svg+xml"] {
39
+ width: 100%
40
+ }
@@ -22,26 +22,6 @@ img {
22
22
  }
23
23
  }
24
24
 
25
- /*
26
- PDF chapter navigation and publication title
27
- */
28
- .srl-publication-title {
29
- position: running(publicationTitle);
30
- @include srl.typography-pdf-header()
31
- }
32
-
33
- .srl-chapter-navigation {
34
- position: running(chapterNavigation);
35
- }
36
-
37
- .srl-chapter-navigation__list {
38
- list-style: none;
39
- padding: 0;
40
- margin: 0;
41
- display: flex;
42
- @include srl.typography-pdf-header()
43
- }
44
-
45
25
  /*
46
26
  Basic layout for PDF
47
27
  */
@@ -94,15 +74,13 @@ img {
94
74
  }
95
75
  }
96
76
 
97
- .srl-pdf-pagebreak {
98
- break-after: always;
99
- }
100
-
101
- [class*="category-note-"] {
77
+ [class*="srl-category-notes_"],
78
+ [class*="srl-category-notes-"],
79
+ [class*="srl-category-note_"],
80
+ [class*="srl-category-note-"] {
102
81
  break-after: unset;
103
- margin-top: srl.spacer-get(400);
104
82
 
105
- &:last-child {
83
+ &.last-note {
106
84
  break-after: always;
107
85
  }
108
86
  }
@@ -112,7 +90,8 @@ img {
112
90
  */
113
91
  .srl-grid {
114
92
  display: flex;
115
- justify-content: flex-end;
93
+ flex-direction: column;
94
+ align-items: flex-end;
116
95
 
117
96
  .srl-grid {
118
97
  display: block;
@@ -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": "green-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": "blue-200",
750
+ "color": "#ccd1e7"
751
+ },
752
+ {
753
+ "name": "blue-400",
754
+ "color": "#99a3cf"
755
+ },
756
+ {
757
+ "name": "blue-600",
758
+ "color": "#6675b7"
759
+ },
760
+ {
761
+ "name": "blue-800",
762
+ "color": "#33479f"
763
+ },
764
+ {
765
+ "name": "blue-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
  }