@json-to-office/jto 0.33.2 → 0.35.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 (42) hide show
  1. package/dist/cli.js +214 -516
  2. package/dist/cli.js.map +1 -1
  3. package/dist/client/assets/HomePage-DgVVosCp.js +106 -0
  4. package/dist/client/assets/HomePage-DgVVosCp.js.map +1 -0
  5. package/dist/client/assets/{JsonEditorPage-GZV7oJD2.js → JsonEditorPage-13oxEHfY.js} +3 -3
  6. package/dist/client/assets/{JsonEditorPage-GZV7oJD2.js.map → JsonEditorPage-13oxEHfY.js.map} +1 -1
  7. package/dist/client/assets/{MonacoPluginProvider-btNzJ41o.js → MonacoPluginProvider-DiUyU9px.js} +3 -3
  8. package/dist/client/assets/{MonacoPluginProvider-btNzJ41o.js.map → MonacoPluginProvider-DiUyU9px.js.map} +1 -1
  9. package/dist/client/assets/editor-monaco-json-CTrPZKuA.js +24 -0
  10. package/dist/client/assets/{editor-monaco-json-rhvIaBDI.js.map → editor-monaco-json-CTrPZKuA.js.map} +1 -1
  11. package/dist/client/assets/{editor-Cugq4RzH.js → editor-ouhvdGgK.js} +2 -2
  12. package/dist/client/assets/{editor-Cugq4RzH.js.map → editor-ouhvdGgK.js.map} +1 -1
  13. package/dist/client/assets/{editor-refs-store-DeJZ8FB9.js → editor-refs-store-DNQzN0_z.js} +2 -2
  14. package/dist/client/assets/{editor-refs-store-DeJZ8FB9.js.map → editor-refs-store-DNQzN0_z.js.map} +1 -1
  15. package/dist/client/assets/index-CRuLxurM.js +5 -0
  16. package/dist/client/assets/index-CRuLxurM.js.map +1 -0
  17. package/dist/client/assets/index-CnUTzeor.css +1 -0
  18. package/dist/client/assets/preview-D3QYaLPp.js +4 -0
  19. package/dist/client/assets/preview-D3QYaLPp.js.map +1 -0
  20. package/dist/client/assets/{ui-vendor-Cs3OXpi7.js → ui-vendor-DyQLnWB8.js} +16 -11
  21. package/dist/client/assets/ui-vendor-DyQLnWB8.js.map +1 -0
  22. package/dist/client/index.html +3 -3
  23. package/dist/client/templates/Alternative deck 16_9.pptx.json +91 -49
  24. package/dist/client/templates/Company deck 16_9.pptx.json +134 -70
  25. package/dist/client/templates/Company deck 4_3.pptx.json +84 -44
  26. package/dist/client/templates/data-report-presentation.pptx.json +100 -52
  27. package/dist/client/templates/modern-annual-report-1.docx.json +207 -116
  28. package/dist/client/templates/modern-annual-report-2.docx.json +52 -37
  29. package/dist/client/templates/modern-annual-report-3.docx.json +40 -20
  30. package/dist/client/templates/tech-report.docx.json +96 -48
  31. package/dist/render-server.js +168 -106
  32. package/dist/render-server.js.map +1 -1
  33. package/package.json +7 -8
  34. package/dist/client/assets/HomePage-Cq6woGMG.js +0 -106
  35. package/dist/client/assets/HomePage-Cq6woGMG.js.map +0 -1
  36. package/dist/client/assets/editor-monaco-json-rhvIaBDI.js +0 -24
  37. package/dist/client/assets/index-C9ply7vX.css +0 -1
  38. package/dist/client/assets/index-C9uVroFQ.js +0 -5
  39. package/dist/client/assets/index-C9uVroFQ.js.map +0 -1
  40. package/dist/client/assets/preview-B_B09gpA.js +0 -3
  41. package/dist/client/assets/preview-B_B09gpA.js.map +0 -1
  42. package/dist/client/assets/ui-vendor-Cs3OXpi7.js.map +0 -1
@@ -54,7 +54,8 @@
54
54
  },
55
55
  "noProof": true,
56
56
  "font": {
57
- "family": "DM Sans Light",
57
+ "family": "DM Sans",
58
+ "fontWeight": 300,
58
59
  "size": 12,
59
60
  "color": "primary",
60
61
  "lineSpacing": {
@@ -173,7 +174,8 @@
173
174
  "props": {
174
175
  "text": "(2050)",
175
176
  "font": {
176
- "family": "DM Sans Medium",
177
+ "family": "DM Sans",
178
+ "fontWeight": 500,
177
179
  "size": 36,
178
180
  "color": "background",
179
181
  "lineSpacing": {
@@ -564,7 +566,8 @@
564
566
  "props": {
565
567
  "text": "01",
566
568
  "font": {
567
- "family": "DM Sans Medium",
569
+ "family": "DM Sans",
570
+ "fontWeight": 500,
568
571
  "size": 36,
569
572
  "lineSpacing": {
570
573
  "type": "exactly",
@@ -591,7 +594,8 @@
591
594
  "props": {
592
595
  "text": "02",
593
596
  "font": {
594
- "family": "DM Sans Medium",
597
+ "family": "DM Sans",
598
+ "fontWeight": 500,
595
599
  "size": 36,
596
600
  "lineSpacing": {
597
601
  "type": "exactly",
@@ -618,7 +622,8 @@
618
622
  "props": {
619
623
  "text": "03",
620
624
  "font": {
621
- "family": "DM Sans Medium",
625
+ "family": "DM Sans",
626
+ "fontWeight": 500,
622
627
  "size": 36,
623
628
  "lineSpacing": {
624
629
  "type": "exactly",
@@ -645,7 +650,8 @@
645
650
  "props": {
646
651
  "text": "04",
647
652
  "font": {
648
- "family": "DM Sans Medium",
653
+ "family": "DM Sans",
654
+ "fontWeight": 500,
649
655
  "size": 36,
650
656
  "lineSpacing": {
651
657
  "type": "exactly",
@@ -672,7 +678,8 @@
672
678
  "props": {
673
679
  "text": "05",
674
680
  "font": {
675
- "family": "DM Sans Medium",
681
+ "family": "DM Sans",
682
+ "fontWeight": 500,
676
683
  "size": 36,
677
684
  "lineSpacing": {
678
685
  "type": "exactly",
@@ -699,7 +706,8 @@
699
706
  "props": {
700
707
  "text": "06",
701
708
  "font": {
702
- "family": "DM Sans Medium",
709
+ "family": "DM Sans",
710
+ "fontWeight": 500,
703
711
  "size": 36,
704
712
  "lineSpacing": {
705
713
  "type": "exactly",
@@ -785,7 +793,8 @@
785
793
  "props": {
786
794
  "text": "“2050 delivered $8.4B, 45-country reach, and greener tech — driving progress.”",
787
795
  "font": {
788
- "family": "DM Sans Medium",
796
+ "family": "DM Sans",
797
+ "fontWeight": 500,
789
798
  "size": 36,
790
799
  "lineSpacing": {
791
800
  "type": "exactly",
@@ -1000,7 +1009,8 @@
1000
1009
  "props": {
1001
1010
  "text": "Founded",
1002
1011
  "font": {
1003
- "family": "DM Sans Medium",
1012
+ "family": "DM Sans",
1013
+ "fontWeight": 500,
1004
1014
  "size": 36,
1005
1015
  "lineSpacing": {
1006
1016
  "type": "exactly",
@@ -1125,7 +1135,8 @@
1125
1135
  "props": {
1126
1136
  "text": "1.25K",
1127
1137
  "font": {
1128
- "family": "DM Sans Medium",
1138
+ "family": "DM Sans",
1139
+ "fontWeight": 500,
1129
1140
  "size": 36,
1130
1141
  "color": "background",
1131
1142
  "lineSpacing": {
@@ -1238,7 +1249,8 @@
1238
1249
  "props": {
1239
1250
  "text": "Company Overview – Global Reach & Innovation",
1240
1251
  "font": {
1241
- "family": "DM Sans Medium",
1252
+ "family": "DM Sans",
1253
+ "fontWeight": 500,
1242
1254
  "size": 36,
1243
1255
  "lineSpacing": {
1244
1256
  "type": "exactly",
@@ -1352,7 +1364,8 @@
1352
1364
  "props": {
1353
1365
  "text": "$1B",
1354
1366
  "font": {
1355
- "family": "DM Sans Medium",
1367
+ "family": "DM Sans",
1368
+ "fontWeight": 500,
1356
1369
  "size": 36,
1357
1370
  "color": "background",
1358
1371
  "lineSpacing": {
@@ -1408,7 +1421,8 @@
1408
1421
  "props": {
1409
1422
  "text": "$1.2B",
1410
1423
  "font": {
1411
- "family": "DM Sans Medium",
1424
+ "family": "DM Sans",
1425
+ "fontWeight": 500,
1412
1426
  "size": 36,
1413
1427
  "color": "background",
1414
1428
  "lineSpacing": {
@@ -1464,7 +1478,8 @@
1464
1478
  "props": {
1465
1479
  "text": "90%+",
1466
1480
  "font": {
1467
- "family": "DM Sans Medium",
1481
+ "family": "DM Sans",
1482
+ "fontWeight": 500,
1468
1483
  "size": 36,
1469
1484
  "color": "background",
1470
1485
  "lineSpacing": {
@@ -1655,7 +1670,8 @@
1655
1670
  "props": {
1656
1671
  "text": "5 New Offices",
1657
1672
  "font": {
1658
- "family": "DM Sans Medium",
1673
+ "family": "DM Sans",
1674
+ "fontWeight": 500,
1659
1675
  "size": 36,
1660
1676
  "lineSpacing": {
1661
1677
  "type": "exactly",
@@ -1682,7 +1698,8 @@
1682
1698
  "props": {
1683
1699
  "text": "Record NPS",
1684
1700
  "font": {
1685
- "family": "DM Sans Medium",
1701
+ "family": "DM Sans",
1702
+ "fontWeight": 500,
1686
1703
  "size": 36,
1687
1704
  "lineSpacing": {
1688
1705
  "type": "exactly",
@@ -2006,7 +2023,8 @@
2006
2023
  "props": {
2007
2024
  "text": "Lead global tech, 1B users, carbon neutral 2045.",
2008
2025
  "font": {
2009
- "family": "DM Sans Medium",
2026
+ "family": "DM Sans",
2027
+ "fontWeight": 500,
2010
2028
  "size": 36,
2011
2029
  "lineSpacing": {
2012
2030
  "type": "exactly",
@@ -2033,7 +2051,8 @@
2033
2051
  "props": {
2034
2052
  "text": "Mission",
2035
2053
  "font": {
2036
- "family": "DM Sans Medium",
2054
+ "family": "DM Sans",
2055
+ "fontWeight": 500,
2037
2056
  "size": 36,
2038
2057
  "lineSpacing": {
2039
2058
  "type": "exactly",
@@ -2178,7 +2197,8 @@
2178
2197
  "props": {
2179
2198
  "text": "40%",
2180
2199
  "font": {
2181
- "family": "DM Sans Medium",
2200
+ "family": "DM Sans",
2201
+ "fontWeight": 500,
2182
2202
  "size": 36,
2183
2203
  "lineSpacing": {
2184
2204
  "type": "exactly",
@@ -2247,7 +2267,8 @@
2247
2267
  "props": {
2248
2268
  "text": "30%",
2249
2269
  "font": {
2250
- "family": "DM Sans Medium",
2270
+ "family": "DM Sans",
2271
+ "fontWeight": 500,
2251
2272
  "size": 36,
2252
2273
  "lineSpacing": {
2253
2274
  "type": "exactly",
@@ -2316,7 +2337,8 @@
2316
2337
  "props": {
2317
2338
  "text": "30%",
2318
2339
  "font": {
2319
- "family": "DM Sans Medium",
2340
+ "family": "DM Sans",
2341
+ "fontWeight": 500,
2320
2342
  "size": 36,
2321
2343
  "lineSpacing": {
2322
2344
  "type": "exactly",
@@ -2657,7 +2679,8 @@
2657
2679
  "props": {
2658
2680
  "text": "7.8%",
2659
2681
  "font": {
2660
- "family": "DM Sans Medium",
2682
+ "family": "DM Sans",
2683
+ "fontWeight": 500,
2661
2684
  "size": 36,
2662
2685
  "color": "background",
2663
2686
  "lineSpacing": {
@@ -2713,7 +2736,8 @@
2713
2736
  "props": {
2714
2737
  "text": "60%",
2715
2738
  "font": {
2716
- "family": "DM Sans Medium",
2739
+ "family": "DM Sans",
2740
+ "fontWeight": 500,
2717
2741
  "size": 36,
2718
2742
  "color": "background",
2719
2743
  "lineSpacing": {
@@ -3134,7 +3158,8 @@
3134
3158
  "props": {
3135
3159
  "text": "Cloud Services",
3136
3160
  "font": {
3137
- "family": "DM Sans Medium",
3161
+ "family": "DM Sans",
3162
+ "fontWeight": 500,
3138
3163
  "size": 36,
3139
3164
  "lineSpacing": {
3140
3165
  "type": "exactly",
@@ -3176,7 +3201,8 @@
3176
3201
  "props": {
3177
3202
  "text": "AI Solutions",
3178
3203
  "font": {
3179
- "family": "DM Sans Medium",
3204
+ "family": "DM Sans",
3205
+ "fontWeight": 500,
3180
3206
  "size": 36,
3181
3207
  "lineSpacing": {
3182
3208
  "type": "exactly",
@@ -3218,7 +3244,8 @@
3218
3244
  "props": {
3219
3245
  "text": "Security Solutions",
3220
3246
  "font": {
3221
- "family": "DM Sans Medium",
3247
+ "family": "DM Sans",
3248
+ "fontWeight": 500,
3222
3249
  "size": 36,
3223
3250
  "lineSpacing": {
3224
3251
  "type": "exactly",
@@ -3260,7 +3287,8 @@
3260
3287
  "props": {
3261
3288
  "text": "Upcoming Launch",
3262
3289
  "font": {
3263
- "family": "DM Sans Medium",
3290
+ "family": "DM Sans",
3291
+ "fontWeight": 500,
3264
3292
  "size": 36,
3265
3293
  "lineSpacing": {
3266
3294
  "type": "exactly",
@@ -3487,7 +3515,8 @@
3487
3515
  "props": {
3488
3516
  "text": "30%",
3489
3517
  "font": {
3490
- "family": "DM Sans Medium",
3518
+ "family": "DM Sans",
3519
+ "fontWeight": 500,
3491
3520
  "size": 36,
3492
3521
  "lineSpacing": {
3493
3522
  "type": "exactly",
@@ -3544,7 +3573,8 @@
3544
3573
  "props": {
3545
3574
  "text": "New tech research boosting algorithm speed",
3546
3575
  "font": {
3547
- "family": "DM Sans Medium",
3576
+ "family": "DM Sans",
3577
+ "fontWeight": 500,
3548
3578
  "size": 36,
3549
3579
  "lineSpacing": {
3550
3580
  "type": "exactly",
@@ -3713,7 +3743,8 @@
3713
3743
  "props": {
3714
3744
  "text": "Esg & Sustainability Strategy & Initiatives",
3715
3745
  "font": {
3716
- "family": "DM Sans Medium",
3746
+ "family": "DM Sans",
3747
+ "fontWeight": 500,
3717
3748
  "size": 36,
3718
3749
  "color": "background",
3719
3750
  "lineSpacing": {
@@ -3990,7 +4021,8 @@
3990
4021
  "props": {
3991
4022
  "text": "12.500",
3992
4023
  "font": {
3993
- "family": "DM Sans Medium",
4024
+ "family": "DM Sans",
4025
+ "fontWeight": 500,
3994
4026
  "size": 36,
3995
4027
  "lineSpacing": {
3996
4028
  "type": "exactly",
@@ -4032,7 +4064,8 @@
4032
4064
  "props": {
4033
4065
  "text": "+15%",
4034
4066
  "font": {
4035
- "family": "DM Sans Medium",
4067
+ "family": "DM Sans",
4068
+ "fontWeight": 500,
4036
4069
  "size": 36,
4037
4070
  "lineSpacing": {
4038
4071
  "type": "exactly",
@@ -4386,7 +4419,8 @@
4386
4419
  "props": {
4387
4420
  "text": "(28% Margin) – Strong Profitability",
4388
4421
  "font": {
4389
- "family": "DM Sans Medium",
4422
+ "family": "DM Sans",
4423
+ "fontWeight": 500,
4390
4424
  "size": 36,
4391
4425
  "lineSpacing": {
4392
4426
  "type": "exactly",
@@ -4467,7 +4501,8 @@
4467
4501
  "props": {
4468
4502
  "text": "Consistent Growth",
4469
4503
  "font": {
4470
- "family": "DM Sans Medium",
4504
+ "family": "DM Sans",
4505
+ "fontWeight": 500,
4471
4506
  "size": 36,
4472
4507
  "lineSpacing": {
4473
4508
  "type": "exactly",
@@ -4509,7 +4544,8 @@
4509
4544
  "props": {
4510
4545
  "text": "$2.5B",
4511
4546
  "font": {
4512
- "family": "DM Sans Medium",
4547
+ "family": "DM Sans",
4548
+ "fontWeight": 500,
4513
4549
  "size": 36,
4514
4550
  "lineSpacing": {
4515
4551
  "type": "exactly",
@@ -4551,7 +4587,8 @@
4551
4587
  "props": {
4552
4588
  "text": "$3B",
4553
4589
  "font": {
4554
- "family": "DM Sans Medium",
4590
+ "family": "DM Sans",
4591
+ "fontWeight": 500,
4555
4592
  "size": 36,
4556
4593
  "lineSpacing": {
4557
4594
  "type": "exactly",
@@ -4593,7 +4630,8 @@
4593
4630
  "props": {
4594
4631
  "text": "$2B",
4595
4632
  "font": {
4596
- "family": "DM Sans Medium",
4633
+ "family": "DM Sans",
4634
+ "fontWeight": 500,
4597
4635
  "size": 36,
4598
4636
  "lineSpacing": {
4599
4637
  "type": "exactly",
@@ -4807,7 +4845,8 @@
4807
4845
  "props": {
4808
4846
  "text": "40%",
4809
4847
  "font": {
4810
- "family": "DM Sans Medium",
4848
+ "family": "DM Sans",
4849
+ "fontWeight": 500,
4811
4850
  "size": 36,
4812
4851
  "lineSpacing": {
4813
4852
  "type": "exactly",
@@ -4863,7 +4902,8 @@
4863
4902
  "props": {
4864
4903
  "text": "28",
4865
4904
  "font": {
4866
- "family": "DM Sans Medium",
4905
+ "family": "DM Sans",
4906
+ "fontWeight": 500,
4867
4907
  "size": 36,
4868
4908
  "color": "background",
4869
4909
  "lineSpacing": {
@@ -4921,7 +4961,8 @@
4921
4961
  "props": {
4922
4962
  "text": "5+",
4923
4963
  "font": {
4924
- "family": "DM Sans Medium",
4964
+ "family": "DM Sans",
4965
+ "fontWeight": 500,
4925
4966
  "size": 36,
4926
4967
  "color": "background",
4927
4968
  "lineSpacing": {
@@ -5336,7 +5377,8 @@
5336
5377
  "props": {
5337
5378
  "text": "Strategic Partnerships, Collaborations & Innovation Network",
5338
5379
  "font": {
5339
- "family": "DM Sans Medium",
5380
+ "family": "DM Sans",
5381
+ "fontWeight": 500,
5340
5382
  "size": 36,
5341
5383
  "lineSpacing": {
5342
5384
  "type": "exactly",
@@ -5590,7 +5632,8 @@
5590
5632
  "props": {
5591
5633
  "text": "-5%",
5592
5634
  "font": {
5593
- "family": "DM Sans Medium",
5635
+ "family": "DM Sans",
5636
+ "fontWeight": 500,
5594
5637
  "size": 36,
5595
5638
  "lineSpacing": {
5596
5639
  "type": "exactly",
@@ -5632,7 +5675,8 @@
5632
5675
  "props": {
5633
5676
  "text": "+20%",
5634
5677
  "font": {
5635
- "family": "DM Sans Medium",
5678
+ "family": "DM Sans",
5679
+ "fontWeight": 500,
5636
5680
  "size": 36,
5637
5681
  "lineSpacing": {
5638
5682
  "type": "exactly",
@@ -5674,7 +5718,8 @@
5674
5718
  "props": {
5675
5719
  "text": "100%",
5676
5720
  "font": {
5677
- "family": "DM Sans Medium",
5721
+ "family": "DM Sans",
5722
+ "fontWeight": 500,
5678
5723
  "size": 36,
5679
5724
  "lineSpacing": {
5680
5725
  "type": "exactly",
@@ -5716,7 +5761,8 @@
5716
5761
  "props": {
5717
5762
  "text": "$10",
5718
5763
  "font": {
5719
- "family": "DM Sans Medium",
5764
+ "family": "DM Sans",
5765
+ "fontWeight": 500,
5720
5766
  "size": 36,
5721
5767
  "lineSpacing": {
5722
5768
  "type": "exactly",
@@ -5758,7 +5804,8 @@
5758
5804
  "props": {
5759
5805
  "text": "Cybersecurity Threat Risk",
5760
5806
  "font": {
5761
- "family": "DM Sans Medium",
5807
+ "family": "DM Sans",
5808
+ "fontWeight": 500,
5762
5809
  "size": 36,
5763
5810
  "lineSpacing": {
5764
5811
  "type": "exactly",
@@ -6361,7 +6408,8 @@
6361
6408
  "props": {
6362
6409
  "text": "“Proud to be part of a global innovation journey, contributing to meaningful change worldwide.”",
6363
6410
  "font": {
6364
- "family": "DM Sans Medium",
6411
+ "family": "DM Sans",
6412
+ "fontWeight": 500,
6365
6413
  "size": 36,
6366
6414
  "lineSpacing": {
6367
6415
  "type": "exactly",