@json-to-office/jto 5.3.1 → 6.0.0

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 (31) hide show
  1. package/dist/cli.js +1 -1
  2. package/dist/client/assets/{HomePage-PKIVItSZ.js → HomePage-cnVO2sFq.js} +4 -4
  3. package/dist/client/assets/{HomePage-PKIVItSZ.js.map → HomePage-cnVO2sFq.js.map} +1 -1
  4. package/dist/client/assets/{JsonEditorPage-CoRaWJiD.js → JsonEditorPage-nazV1RwE.js} +3 -3
  5. package/dist/client/assets/{JsonEditorPage-CoRaWJiD.js.map → JsonEditorPage-nazV1RwE.js.map} +1 -1
  6. package/dist/client/assets/{MonacoPluginProvider-BRnOmPV0.js → MonacoPluginProvider-CHlaWI7K.js} +5 -5
  7. package/dist/client/assets/{MonacoPluginProvider-BRnOmPV0.js.map → MonacoPluginProvider-CHlaWI7K.js.map} +1 -1
  8. package/dist/client/assets/{_virtual_jto-plugin-type-libs-BWCUBp-C.js → _virtual_jto-plugin-type-libs-ToC-eF7z.js} +179 -9
  9. package/dist/client/assets/{_virtual_jto-plugin-type-libs-BWCUBp-C.js.map → _virtual_jto-plugin-type-libs-ToC-eF7z.js.map} +1 -1
  10. package/dist/client/assets/_virtual_jto-sandbox-runtime-DhfBorPd.js +2 -0
  11. package/dist/client/assets/_virtual_jto-sandbox-runtime-DhfBorPd.js.map +1 -0
  12. package/dist/client/assets/{editor-Dm1khfnn.js → editor-BDFx5tyz.js} +2 -2
  13. package/dist/client/assets/{editor-Dm1khfnn.js.map → editor-BDFx5tyz.js.map} +1 -1
  14. package/dist/client/assets/{editor-monaco-json-DO_eqGWS.js → editor-monaco-json-Bs0Mrsdq.js} +2 -2
  15. package/dist/client/assets/{editor-monaco-json-DO_eqGWS.js.map → editor-monaco-json-Bs0Mrsdq.js.map} +1 -1
  16. package/dist/client/assets/{index-BjrSy9_x.js → index-CooDRbV2.js} +2 -2
  17. package/dist/client/assets/{index-BjrSy9_x.js.map → index-CooDRbV2.js.map} +1 -1
  18. package/dist/client/assets/{index-BiJMw-wa.js → index-DJULKPqV.js} +10 -10
  19. package/dist/client/assets/index-DJULKPqV.js.map +1 -0
  20. package/dist/client/assets/{preview-Dpxghqei.js → preview-1VQB3b7e.js} +2 -2
  21. package/dist/client/assets/{preview-Dpxghqei.js.map → preview-1VQB3b7e.js.map} +1 -1
  22. package/dist/client/assets/{useQualityAnalysis-DxBTon99.js → useQualityAnalysis-Cgw8FvPh.js} +2 -2
  23. package/dist/client/assets/{useQualityAnalysis-DxBTon99.js.map → useQualityAnalysis-Cgw8FvPh.js.map} +1 -1
  24. package/dist/client/index.html +1 -1
  25. package/dist/client/templates/client-report-blocks.docx.json +428 -180
  26. package/dist/client/templates/consulting-deck-blocks.pptx.json +248 -31
  27. package/dist/client/templates/technical-report-blocks.docx.json +432 -190
  28. package/package.json +7 -7
  29. package/dist/client/assets/_virtual_jto-sandbox-runtime-CH8UnjtH.js +0 -2
  30. package/dist/client/assets/_virtual_jto-sandbox-runtime-CH8UnjtH.js.map +0 -1
  31. package/dist/client/assets/index-BiJMw-wa.js.map +0 -1
@@ -66,6 +66,31 @@
66
66
  }
67
67
  }
68
68
  },
69
+ {
70
+ "$if": {
71
+ "$theme": "/motif"
72
+ },
73
+ "then": {
74
+ "name": "shape",
75
+ "props": {
76
+ "type": "line",
77
+ "x": "0%",
78
+ "y": "0%",
79
+ "w": "16%",
80
+ "h": 0,
81
+ "line": {
82
+ "color": {
83
+ "$theme": "/motif/color",
84
+ "default": "accent"
85
+ },
86
+ "width": {
87
+ "$theme": "/motif/weightPt",
88
+ "default": 3
89
+ }
90
+ }
91
+ }
92
+ }
93
+ },
69
94
  {
70
95
  "name": "shape",
71
96
  "props": {
@@ -122,7 +147,10 @@
122
147
  "text": {
123
148
  "$slot": "/title"
124
149
  },
125
- "style": "title",
150
+ "style": {
151
+ "$theme": "/chrome/cover/type",
152
+ "default": "title"
153
+ },
126
154
  "fontSize": {
127
155
  "$theme": "/styles/title/fontSize",
128
156
  "default": 32
@@ -135,6 +163,13 @@
135
163
  "fit": {
136
164
  "maxLines": 3,
137
165
  "shrink": [28, 24]
166
+ },
167
+ "color": {
168
+ "$theme": [
169
+ "/chrome/cover/color",
170
+ "/styles/title/fontColor"
171
+ ],
172
+ "default": "text"
138
173
  }
139
174
  }
140
175
  },
@@ -171,7 +206,10 @@
171
206
  "text": {
172
207
  "$slot": "/confidentiality"
173
208
  },
174
- "style": "footer",
209
+ "style": {
210
+ "$theme": "/chrome/confidentialFooter/type",
211
+ "default": "footer"
212
+ },
175
213
  "fontSize": {
176
214
  "$theme": "/styles/footer/fontSize",
177
215
  "default": 9
@@ -179,7 +217,14 @@
179
217
  "x": "0%",
180
218
  "y": "96%",
181
219
  "w": "50%",
182
- "h": "4%"
220
+ "h": "4%",
221
+ "color": {
222
+ "$theme": [
223
+ "/chrome/confidentialFooter/color",
224
+ "/styles/footer/fontColor"
225
+ ],
226
+ "default": "text2"
227
+ }
183
228
  }
184
229
  }
185
230
  }
@@ -241,7 +286,10 @@
241
286
  "text": {
242
287
  "$slot": "/tracker"
243
288
  },
244
- "style": "tracker",
289
+ "style": {
290
+ "$theme": "/chrome/tracker/type",
291
+ "default": "tracker"
292
+ },
245
293
  "fontSize": {
246
294
  "$theme": "/styles/tracker/fontSize",
247
295
  "default": 10
@@ -250,7 +298,17 @@
250
298
  "y": "0%",
251
299
  "w": "30%",
252
300
  "h": "4.5%",
253
- "align": "right"
301
+ "align": {
302
+ "$theme": "/chrome/tracker/alignment",
303
+ "default": "right"
304
+ },
305
+ "color": {
306
+ "$theme": [
307
+ "/chrome/tracker/color",
308
+ "/styles/tracker/fontColor"
309
+ ],
310
+ "default": "text2"
311
+ }
254
312
  }
255
313
  }
256
314
  },
@@ -260,7 +318,10 @@
260
318
  "text": {
261
319
  "$slot": "/title"
262
320
  },
263
- "style": "display",
321
+ "style": {
322
+ "$theme": "/chrome/actionTitle/type",
323
+ "default": "display"
324
+ },
264
325
  "fontSize": {
265
326
  "$theme": "/styles/display/fontSize",
266
327
  "default": 28
@@ -273,6 +334,13 @@
273
334
  "fit": {
274
335
  "maxLines": 2,
275
336
  "shrink": [24, 22]
337
+ },
338
+ "color": {
339
+ "$theme": [
340
+ "/chrome/actionTitle/color",
341
+ "/styles/display/fontColor"
342
+ ],
343
+ "default": "text"
276
344
  }
277
345
  }
278
346
  },
@@ -338,7 +406,10 @@
338
406
  "name": "text",
339
407
  "props": {
340
408
  "text": "Takeaway",
341
- "style": "eyebrow",
409
+ "style": {
410
+ "$theme": "/chrome/keyTakeaways/type",
411
+ "default": "eyebrow"
412
+ },
342
413
  "fontSize": {
343
414
  "$theme": "/styles/eyebrow/fontSize",
344
415
  "default": 10
@@ -347,7 +418,14 @@
347
418
  "x": "71%",
348
419
  "y": "31%",
349
420
  "w": "29%",
350
- "h": "4.5%"
421
+ "h": "4.5%",
422
+ "color": {
423
+ "$theme": [
424
+ "/chrome/keyTakeaways/color",
425
+ "/styles/eyebrow/fontColor"
426
+ ],
427
+ "default": "accent"
428
+ }
351
429
  }
352
430
  },
353
431
  {
@@ -399,7 +477,10 @@
399
477
  "text": {
400
478
  "$slot": "/source"
401
479
  },
402
- "style": "source",
480
+ "style": {
481
+ "$theme": "/chrome/sourceLine/type",
482
+ "default": "source"
483
+ },
403
484
  "fontSize": {
404
485
  "$theme": "/styles/source/fontSize",
405
486
  "default": 9
@@ -407,7 +488,14 @@
407
488
  "x": "0%",
408
489
  "y": "94.5%",
409
490
  "w": "75%",
410
- "h": "5%"
491
+ "h": "5%",
492
+ "color": {
493
+ "$theme": [
494
+ "/chrome/sourceLine/color",
495
+ "/styles/source/fontColor"
496
+ ],
497
+ "default": "text2"
498
+ }
411
499
  }
412
500
  }
413
501
  ]
@@ -416,7 +504,10 @@
416
504
  "name": "text",
417
505
  "props": {
418
506
  "text": "{PAGE_NUMBER} / {PAGE_COUNT}",
419
- "style": "footer",
507
+ "style": {
508
+ "$theme": "/chrome/confidentialFooter/type",
509
+ "default": "footer"
510
+ },
420
511
  "fontSize": {
421
512
  "$theme": "/styles/footer/fontSize",
422
513
  "default": 9
@@ -425,7 +516,14 @@
425
516
  "y": "96%",
426
517
  "w": "12%",
427
518
  "h": "4%",
428
- "align": "right"
519
+ "align": "right",
520
+ "color": {
521
+ "$theme": [
522
+ "/chrome/confidentialFooter/color",
523
+ "/styles/footer/fontColor"
524
+ ],
525
+ "default": "text2"
526
+ }
429
527
  }
430
528
  }
431
529
  ]
@@ -509,7 +607,10 @@
509
607
  "text": {
510
608
  "$slot": "/tracker"
511
609
  },
512
- "style": "tracker",
610
+ "style": {
611
+ "$theme": "/chrome/tracker/type",
612
+ "default": "tracker"
613
+ },
513
614
  "fontSize": {
514
615
  "$theme": "/styles/tracker/fontSize",
515
616
  "default": 10
@@ -518,7 +619,17 @@
518
619
  "y": "0%",
519
620
  "w": "30%",
520
621
  "h": "4.5%",
521
- "align": "right"
622
+ "align": {
623
+ "$theme": "/chrome/tracker/alignment",
624
+ "default": "right"
625
+ },
626
+ "color": {
627
+ "$theme": [
628
+ "/chrome/tracker/color",
629
+ "/styles/tracker/fontColor"
630
+ ],
631
+ "default": "text2"
632
+ }
522
633
  }
523
634
  }
524
635
  },
@@ -528,7 +639,10 @@
528
639
  "text": {
529
640
  "$slot": "/title"
530
641
  },
531
- "style": "display",
642
+ "style": {
643
+ "$theme": "/chrome/actionTitle/type",
644
+ "default": "display"
645
+ },
532
646
  "fontSize": {
533
647
  "$theme": "/styles/display/fontSize",
534
648
  "default": 28
@@ -541,6 +655,13 @@
541
655
  "fit": {
542
656
  "maxLines": 2,
543
657
  "shrink": [24, 22]
658
+ },
659
+ "color": {
660
+ "$theme": [
661
+ "/chrome/actionTitle/color",
662
+ "/styles/display/fontColor"
663
+ ],
664
+ "default": "text"
544
665
  }
545
666
  }
546
667
  },
@@ -702,7 +823,10 @@
702
823
  "text": {
703
824
  "$slot": "/source"
704
825
  },
705
- "style": "source",
826
+ "style": {
827
+ "$theme": "/chrome/sourceLine/type",
828
+ "default": "source"
829
+ },
706
830
  "fontSize": {
707
831
  "$theme": "/styles/source/fontSize",
708
832
  "default": 9
@@ -710,7 +834,14 @@
710
834
  "x": "0%",
711
835
  "y": "94.5%",
712
836
  "w": "75%",
713
- "h": "5%"
837
+ "h": "5%",
838
+ "color": {
839
+ "$theme": [
840
+ "/chrome/sourceLine/color",
841
+ "/styles/source/fontColor"
842
+ ],
843
+ "default": "text2"
844
+ }
714
845
  }
715
846
  }
716
847
  ]
@@ -719,7 +850,10 @@
719
850
  "name": "text",
720
851
  "props": {
721
852
  "text": "{PAGE_NUMBER} / {PAGE_COUNT}",
722
- "style": "footer",
853
+ "style": {
854
+ "$theme": "/chrome/confidentialFooter/type",
855
+ "default": "footer"
856
+ },
723
857
  "fontSize": {
724
858
  "$theme": "/styles/footer/fontSize",
725
859
  "default": 9
@@ -728,7 +862,14 @@
728
862
  "y": "96%",
729
863
  "w": "12%",
730
864
  "h": "4%",
731
- "align": "right"
865
+ "align": "right",
866
+ "color": {
867
+ "$theme": [
868
+ "/chrome/confidentialFooter/color",
869
+ "/styles/footer/fontColor"
870
+ ],
871
+ "default": "text2"
872
+ }
732
873
  }
733
874
  }
734
875
  ]
@@ -798,7 +939,10 @@
798
939
  "text": {
799
940
  "$slot": "/tracker"
800
941
  },
801
- "style": "tracker",
942
+ "style": {
943
+ "$theme": "/chrome/tracker/type",
944
+ "default": "tracker"
945
+ },
802
946
  "fontSize": {
803
947
  "$theme": "/styles/tracker/fontSize",
804
948
  "default": 10
@@ -807,7 +951,17 @@
807
951
  "y": "0%",
808
952
  "w": "30%",
809
953
  "h": "4.5%",
810
- "align": "right"
954
+ "align": {
955
+ "$theme": "/chrome/tracker/alignment",
956
+ "default": "right"
957
+ },
958
+ "color": {
959
+ "$theme": [
960
+ "/chrome/tracker/color",
961
+ "/styles/tracker/fontColor"
962
+ ],
963
+ "default": "text2"
964
+ }
811
965
  }
812
966
  }
813
967
  },
@@ -817,7 +971,10 @@
817
971
  "text": {
818
972
  "$slot": "/title"
819
973
  },
820
- "style": "display",
974
+ "style": {
975
+ "$theme": "/chrome/actionTitle/type",
976
+ "default": "display"
977
+ },
821
978
  "fontSize": {
822
979
  "$theme": "/styles/display/fontSize",
823
980
  "default": 28
@@ -830,6 +987,13 @@
830
987
  "fit": {
831
988
  "maxLines": 2,
832
989
  "shrink": [24, 22]
990
+ },
991
+ "color": {
992
+ "$theme": [
993
+ "/chrome/actionTitle/color",
994
+ "/styles/display/fontColor"
995
+ ],
996
+ "default": "text"
833
997
  }
834
998
  }
835
999
  },
@@ -970,7 +1134,10 @@
970
1134
  "text": {
971
1135
  "$slot": "/source"
972
1136
  },
973
- "style": "source",
1137
+ "style": {
1138
+ "$theme": "/chrome/sourceLine/type",
1139
+ "default": "source"
1140
+ },
974
1141
  "fontSize": {
975
1142
  "$theme": "/styles/source/fontSize",
976
1143
  "default": 9
@@ -978,7 +1145,14 @@
978
1145
  "x": "0%",
979
1146
  "y": "94.5%",
980
1147
  "w": "75%",
981
- "h": "5%"
1148
+ "h": "5%",
1149
+ "color": {
1150
+ "$theme": [
1151
+ "/chrome/sourceLine/color",
1152
+ "/styles/source/fontColor"
1153
+ ],
1154
+ "default": "text2"
1155
+ }
982
1156
  }
983
1157
  }
984
1158
  ]
@@ -987,7 +1161,10 @@
987
1161
  "name": "text",
988
1162
  "props": {
989
1163
  "text": "{PAGE_NUMBER} / {PAGE_COUNT}",
990
- "style": "footer",
1164
+ "style": {
1165
+ "$theme": "/chrome/confidentialFooter/type",
1166
+ "default": "footer"
1167
+ },
991
1168
  "fontSize": {
992
1169
  "$theme": "/styles/footer/fontSize",
993
1170
  "default": 9
@@ -996,7 +1173,14 @@
996
1173
  "y": "96%",
997
1174
  "w": "12%",
998
1175
  "h": "4%",
999
- "align": "right"
1176
+ "align": "right",
1177
+ "color": {
1178
+ "$theme": [
1179
+ "/chrome/confidentialFooter/color",
1180
+ "/styles/footer/fontColor"
1181
+ ],
1182
+ "default": "text2"
1183
+ }
1000
1184
  }
1001
1185
  }
1002
1186
  ]
@@ -1044,7 +1228,10 @@
1044
1228
  "text": {
1045
1229
  "$slot": "/tracker"
1046
1230
  },
1047
- "style": "tracker",
1231
+ "style": {
1232
+ "$theme": "/chrome/tracker/type",
1233
+ "default": "tracker"
1234
+ },
1048
1235
  "fontSize": {
1049
1236
  "$theme": "/styles/tracker/fontSize",
1050
1237
  "default": 10
@@ -1053,7 +1240,17 @@
1053
1240
  "y": "0%",
1054
1241
  "w": "30%",
1055
1242
  "h": "4.5%",
1056
- "align": "right"
1243
+ "align": {
1244
+ "$theme": "/chrome/tracker/alignment",
1245
+ "default": "right"
1246
+ },
1247
+ "color": {
1248
+ "$theme": [
1249
+ "/chrome/tracker/color",
1250
+ "/styles/tracker/fontColor"
1251
+ ],
1252
+ "default": "text2"
1253
+ }
1057
1254
  }
1058
1255
  }
1059
1256
  },
@@ -1083,7 +1280,10 @@
1083
1280
  "text": {
1084
1281
  "$slot": "/assertion"
1085
1282
  },
1086
- "style": "display",
1283
+ "style": {
1284
+ "$theme": "/chrome/actionTitle/type",
1285
+ "default": "display"
1286
+ },
1087
1287
  "fontSize": {
1088
1288
  "$theme": "/styles/display/fontSize",
1089
1289
  "default": 28
@@ -1096,6 +1296,13 @@
1096
1296
  "fit": {
1097
1297
  "maxLines": 3,
1098
1298
  "shrink": [24, 22]
1299
+ },
1300
+ "color": {
1301
+ "$theme": [
1302
+ "/chrome/actionTitle/color",
1303
+ "/styles/display/fontColor"
1304
+ ],
1305
+ "default": "text"
1099
1306
  }
1100
1307
  }
1101
1308
  },
@@ -1127,7 +1334,10 @@
1127
1334
  "name": "text",
1128
1335
  "props": {
1129
1336
  "text": "{PAGE_NUMBER} / {PAGE_COUNT}",
1130
- "style": "footer",
1337
+ "style": {
1338
+ "$theme": "/chrome/confidentialFooter/type",
1339
+ "default": "footer"
1340
+ },
1131
1341
  "fontSize": {
1132
1342
  "$theme": "/styles/footer/fontSize",
1133
1343
  "default": 9
@@ -1136,7 +1346,14 @@
1136
1346
  "y": "96%",
1137
1347
  "w": "12%",
1138
1348
  "h": "4%",
1139
- "align": "right"
1349
+ "align": "right",
1350
+ "color": {
1351
+ "$theme": [
1352
+ "/chrome/confidentialFooter/color",
1353
+ "/styles/footer/fontColor"
1354
+ ],
1355
+ "default": "text2"
1356
+ }
1140
1357
  }
1141
1358
  }
1142
1359
  ]