@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.
- package/dist/cli.js +214 -516
- package/dist/cli.js.map +1 -1
- package/dist/client/assets/HomePage-DgVVosCp.js +106 -0
- package/dist/client/assets/HomePage-DgVVosCp.js.map +1 -0
- package/dist/client/assets/{JsonEditorPage-GZV7oJD2.js → JsonEditorPage-13oxEHfY.js} +3 -3
- package/dist/client/assets/{JsonEditorPage-GZV7oJD2.js.map → JsonEditorPage-13oxEHfY.js.map} +1 -1
- package/dist/client/assets/{MonacoPluginProvider-btNzJ41o.js → MonacoPluginProvider-DiUyU9px.js} +3 -3
- package/dist/client/assets/{MonacoPluginProvider-btNzJ41o.js.map → MonacoPluginProvider-DiUyU9px.js.map} +1 -1
- package/dist/client/assets/editor-monaco-json-CTrPZKuA.js +24 -0
- package/dist/client/assets/{editor-monaco-json-rhvIaBDI.js.map → editor-monaco-json-CTrPZKuA.js.map} +1 -1
- package/dist/client/assets/{editor-Cugq4RzH.js → editor-ouhvdGgK.js} +2 -2
- package/dist/client/assets/{editor-Cugq4RzH.js.map → editor-ouhvdGgK.js.map} +1 -1
- package/dist/client/assets/{editor-refs-store-DeJZ8FB9.js → editor-refs-store-DNQzN0_z.js} +2 -2
- package/dist/client/assets/{editor-refs-store-DeJZ8FB9.js.map → editor-refs-store-DNQzN0_z.js.map} +1 -1
- package/dist/client/assets/index-CRuLxurM.js +5 -0
- package/dist/client/assets/index-CRuLxurM.js.map +1 -0
- package/dist/client/assets/index-CnUTzeor.css +1 -0
- package/dist/client/assets/preview-D3QYaLPp.js +4 -0
- package/dist/client/assets/preview-D3QYaLPp.js.map +1 -0
- package/dist/client/assets/{ui-vendor-Cs3OXpi7.js → ui-vendor-DyQLnWB8.js} +16 -11
- package/dist/client/assets/ui-vendor-DyQLnWB8.js.map +1 -0
- package/dist/client/index.html +3 -3
- package/dist/client/templates/Alternative deck 16_9.pptx.json +91 -49
- package/dist/client/templates/Company deck 16_9.pptx.json +134 -70
- package/dist/client/templates/Company deck 4_3.pptx.json +84 -44
- package/dist/client/templates/data-report-presentation.pptx.json +100 -52
- package/dist/client/templates/modern-annual-report-1.docx.json +207 -116
- package/dist/client/templates/modern-annual-report-2.docx.json +52 -37
- package/dist/client/templates/modern-annual-report-3.docx.json +40 -20
- package/dist/client/templates/tech-report.docx.json +96 -48
- package/dist/render-server.js +168 -106
- package/dist/render-server.js.map +1 -1
- package/package.json +7 -8
- package/dist/client/assets/HomePage-Cq6woGMG.js +0 -106
- package/dist/client/assets/HomePage-Cq6woGMG.js.map +0 -1
- package/dist/client/assets/editor-monaco-json-rhvIaBDI.js +0 -24
- package/dist/client/assets/index-C9ply7vX.css +0 -1
- package/dist/client/assets/index-C9uVroFQ.js +0 -5
- package/dist/client/assets/index-C9uVroFQ.js.map +0 -1
- package/dist/client/assets/preview-B_B09gpA.js +0 -3
- package/dist/client/assets/preview-B_B09gpA.js.map +0 -1
- package/dist/client/assets/ui-vendor-Cs3OXpi7.js.map +0 -1
|
@@ -159,7 +159,8 @@
|
|
|
159
159
|
"props": {
|
|
160
160
|
"style": "body",
|
|
161
161
|
"fontSize": 14,
|
|
162
|
-
"fontFace": "Inter
|
|
162
|
+
"fontFace": "Inter",
|
|
163
|
+
"fontWeight": 300,
|
|
163
164
|
"color": "text2"
|
|
164
165
|
}
|
|
165
166
|
}
|
|
@@ -293,7 +294,8 @@
|
|
|
293
294
|
"name": "text",
|
|
294
295
|
"props": {
|
|
295
296
|
"fontSize": 14,
|
|
296
|
-
"fontFace": "Inter
|
|
297
|
+
"fontFace": "Inter",
|
|
298
|
+
"fontWeight": 300,
|
|
297
299
|
"color": "accent"
|
|
298
300
|
}
|
|
299
301
|
}
|
|
@@ -311,7 +313,8 @@
|
|
|
311
313
|
"props": {
|
|
312
314
|
"style": "heading1",
|
|
313
315
|
"fontSize": 28,
|
|
314
|
-
"fontFace": "Inter
|
|
316
|
+
"fontFace": "Inter",
|
|
317
|
+
"fontWeight": 300,
|
|
315
318
|
"color": "text"
|
|
316
319
|
}
|
|
317
320
|
}
|
|
@@ -641,7 +644,8 @@
|
|
|
641
644
|
"props": {
|
|
642
645
|
"style": "body",
|
|
643
646
|
"fontSize": 14,
|
|
644
|
-
"fontFace": "Inter
|
|
647
|
+
"fontFace": "Inter",
|
|
648
|
+
"fontWeight": 300,
|
|
645
649
|
"color": "text2",
|
|
646
650
|
"lineSpacing": 24
|
|
647
651
|
}
|
|
@@ -841,7 +845,7 @@
|
|
|
841
845
|
"name": "text",
|
|
842
846
|
"props": {
|
|
843
847
|
"fontSize": 13,
|
|
844
|
-
"fontFace": "Inter
|
|
848
|
+
"fontFace": "Inter",
|
|
845
849
|
"color": "#6E7389",
|
|
846
850
|
"charSpacing": 3,
|
|
847
851
|
"bold": true
|
|
@@ -860,7 +864,8 @@
|
|
|
860
864
|
"name": "text",
|
|
861
865
|
"props": {
|
|
862
866
|
"fontSize": 64,
|
|
863
|
-
"fontFace": "Inter
|
|
867
|
+
"fontFace": "Inter",
|
|
868
|
+
"fontWeight": 300,
|
|
864
869
|
"color": "accent",
|
|
865
870
|
"valign": "middle"
|
|
866
871
|
}
|
|
@@ -878,7 +883,8 @@
|
|
|
878
883
|
"name": "text",
|
|
879
884
|
"props": {
|
|
880
885
|
"style": "body",
|
|
881
|
-
"fontFace": "Inter
|
|
886
|
+
"fontFace": "Inter",
|
|
887
|
+
"fontWeight": 300,
|
|
882
888
|
"color": "#9A9EB0",
|
|
883
889
|
"lineSpacing": 24
|
|
884
890
|
}
|
|
@@ -1050,7 +1056,8 @@
|
|
|
1050
1056
|
"name": "text",
|
|
1051
1057
|
"props": {
|
|
1052
1058
|
"fontSize": 14,
|
|
1053
|
-
"fontFace": "Inter
|
|
1059
|
+
"fontFace": "Inter",
|
|
1060
|
+
"fontWeight": 300,
|
|
1054
1061
|
"color": "accent"
|
|
1055
1062
|
}
|
|
1056
1063
|
}
|
|
@@ -1068,7 +1075,8 @@
|
|
|
1068
1075
|
"props": {
|
|
1069
1076
|
"style": "heading1",
|
|
1070
1077
|
"fontSize": 28,
|
|
1071
|
-
"fontFace": "Inter
|
|
1078
|
+
"fontFace": "Inter",
|
|
1079
|
+
"fontWeight": 300,
|
|
1072
1080
|
"color": "text"
|
|
1073
1081
|
}
|
|
1074
1082
|
}
|
|
@@ -1085,7 +1093,8 @@
|
|
|
1085
1093
|
"name": "text",
|
|
1086
1094
|
"props": {
|
|
1087
1095
|
"fontSize": 48,
|
|
1088
|
-
"fontFace": "Inter
|
|
1096
|
+
"fontFace": "Inter",
|
|
1097
|
+
"fontWeight": 300,
|
|
1089
1098
|
"color": "accent",
|
|
1090
1099
|
"align": "center",
|
|
1091
1100
|
"valign": "bottom"
|
|
@@ -1123,7 +1132,8 @@
|
|
|
1123
1132
|
"props": {
|
|
1124
1133
|
"style": "body",
|
|
1125
1134
|
"fontSize": 12,
|
|
1126
|
-
"fontFace": "Inter
|
|
1135
|
+
"fontFace": "Inter",
|
|
1136
|
+
"fontWeight": 300,
|
|
1127
1137
|
"color": "text2",
|
|
1128
1138
|
"align": "center",
|
|
1129
1139
|
"lineSpacing": 20
|
|
@@ -1142,7 +1152,8 @@
|
|
|
1142
1152
|
"name": "text",
|
|
1143
1153
|
"props": {
|
|
1144
1154
|
"fontSize": 48,
|
|
1145
|
-
"fontFace": "Inter
|
|
1155
|
+
"fontFace": "Inter",
|
|
1156
|
+
"fontWeight": 300,
|
|
1146
1157
|
"color": "accent",
|
|
1147
1158
|
"align": "center",
|
|
1148
1159
|
"valign": "bottom"
|
|
@@ -1180,7 +1191,8 @@
|
|
|
1180
1191
|
"props": {
|
|
1181
1192
|
"style": "body",
|
|
1182
1193
|
"fontSize": 12,
|
|
1183
|
-
"fontFace": "Inter
|
|
1194
|
+
"fontFace": "Inter",
|
|
1195
|
+
"fontWeight": 300,
|
|
1184
1196
|
"color": "text2",
|
|
1185
1197
|
"align": "center",
|
|
1186
1198
|
"lineSpacing": 20
|
|
@@ -1199,7 +1211,8 @@
|
|
|
1199
1211
|
"name": "text",
|
|
1200
1212
|
"props": {
|
|
1201
1213
|
"fontSize": 48,
|
|
1202
|
-
"fontFace": "Inter
|
|
1214
|
+
"fontFace": "Inter",
|
|
1215
|
+
"fontWeight": 300,
|
|
1203
1216
|
"color": "accent",
|
|
1204
1217
|
"align": "center",
|
|
1205
1218
|
"valign": "bottom"
|
|
@@ -1237,7 +1250,8 @@
|
|
|
1237
1250
|
"props": {
|
|
1238
1251
|
"style": "body",
|
|
1239
1252
|
"fontSize": 12,
|
|
1240
|
-
"fontFace": "Inter
|
|
1253
|
+
"fontFace": "Inter",
|
|
1254
|
+
"fontWeight": 300,
|
|
1241
1255
|
"color": "text2",
|
|
1242
1256
|
"align": "center",
|
|
1243
1257
|
"lineSpacing": 20
|
|
@@ -1256,7 +1270,8 @@
|
|
|
1256
1270
|
"name": "text",
|
|
1257
1271
|
"props": {
|
|
1258
1272
|
"fontSize": 10,
|
|
1259
|
-
"fontFace": "Inter
|
|
1273
|
+
"fontFace": "Inter",
|
|
1274
|
+
"fontWeight": 300,
|
|
1260
1275
|
"color": "text2",
|
|
1261
1276
|
"align": "center",
|
|
1262
1277
|
"italic": true
|
|
@@ -1312,7 +1327,8 @@
|
|
|
1312
1327
|
"name": "text",
|
|
1313
1328
|
"props": {
|
|
1314
1329
|
"fontSize": 14,
|
|
1315
|
-
"fontFace": "Inter
|
|
1330
|
+
"fontFace": "Inter",
|
|
1331
|
+
"fontWeight": 300,
|
|
1316
1332
|
"color": "#6E7389"
|
|
1317
1333
|
}
|
|
1318
1334
|
}
|
|
@@ -1330,7 +1346,8 @@
|
|
|
1330
1346
|
"props": {
|
|
1331
1347
|
"style": "heading1",
|
|
1332
1348
|
"fontSize": 28,
|
|
1333
|
-
"fontFace": "Inter
|
|
1349
|
+
"fontFace": "Inter",
|
|
1350
|
+
"fontWeight": 300,
|
|
1334
1351
|
"color": "background"
|
|
1335
1352
|
}
|
|
1336
1353
|
}
|
|
@@ -1491,7 +1508,8 @@
|
|
|
1491
1508
|
"name": "text",
|
|
1492
1509
|
"props": {
|
|
1493
1510
|
"fontSize": 10,
|
|
1494
|
-
"fontFace": "Inter
|
|
1511
|
+
"fontFace": "Inter",
|
|
1512
|
+
"fontWeight": 300,
|
|
1495
1513
|
"color": "#4A4E63",
|
|
1496
1514
|
"italic": true,
|
|
1497
1515
|
"align": "center"
|
|
@@ -1561,7 +1579,8 @@
|
|
|
1561
1579
|
"name": "text",
|
|
1562
1580
|
"props": {
|
|
1563
1581
|
"fontSize": 14,
|
|
1564
|
-
"fontFace": "Inter
|
|
1582
|
+
"fontFace": "Inter",
|
|
1583
|
+
"fontWeight": 300,
|
|
1565
1584
|
"color": "accent"
|
|
1566
1585
|
}
|
|
1567
1586
|
}
|
|
@@ -1579,7 +1598,8 @@
|
|
|
1579
1598
|
"props": {
|
|
1580
1599
|
"style": "heading1",
|
|
1581
1600
|
"fontSize": 28,
|
|
1582
|
-
"fontFace": "Inter
|
|
1601
|
+
"fontFace": "Inter",
|
|
1602
|
+
"fontWeight": 300,
|
|
1583
1603
|
"color": "text"
|
|
1584
1604
|
}
|
|
1585
1605
|
}
|
|
@@ -1596,7 +1616,8 @@
|
|
|
1596
1616
|
"name": "chart",
|
|
1597
1617
|
"props": {
|
|
1598
1618
|
"dataLabelFontSize": 14,
|
|
1599
|
-
"dataLabelFontFace": "Inter
|
|
1619
|
+
"dataLabelFontFace": "Inter",
|
|
1620
|
+
"dataLabelFontWeight": 300
|
|
1600
1621
|
}
|
|
1601
1622
|
}
|
|
1602
1623
|
},
|
|
@@ -1745,7 +1766,8 @@
|
|
|
1745
1766
|
"name": "text",
|
|
1746
1767
|
"props": {
|
|
1747
1768
|
"style": "caption",
|
|
1748
|
-
"fontFace": "Inter
|
|
1769
|
+
"fontFace": "Inter",
|
|
1770
|
+
"fontWeight": 300,
|
|
1749
1771
|
"color": "#6E7389",
|
|
1750
1772
|
"align": "right"
|
|
1751
1773
|
}
|
|
@@ -1764,7 +1786,8 @@
|
|
|
1764
1786
|
"props": {
|
|
1765
1787
|
"style": "title",
|
|
1766
1788
|
"fontSize": 40,
|
|
1767
|
-
"fontFace": "Inter
|
|
1789
|
+
"fontFace": "Inter",
|
|
1790
|
+
"fontWeight": 300,
|
|
1768
1791
|
"color": "background",
|
|
1769
1792
|
"valign": "bottom"
|
|
1770
1793
|
}
|
|
@@ -1782,7 +1805,8 @@
|
|
|
1782
1805
|
"name": "text",
|
|
1783
1806
|
"props": {
|
|
1784
1807
|
"fontSize": 18,
|
|
1785
|
-
"fontFace": "Inter
|
|
1808
|
+
"fontFace": "Inter",
|
|
1809
|
+
"fontWeight": 300,
|
|
1786
1810
|
"color": "accent"
|
|
1787
1811
|
}
|
|
1788
1812
|
}
|
|
@@ -1799,7 +1823,8 @@
|
|
|
1799
1823
|
"name": "text",
|
|
1800
1824
|
"props": {
|
|
1801
1825
|
"fontSize": 12,
|
|
1802
|
-
"fontFace": "Inter
|
|
1826
|
+
"fontFace": "Inter",
|
|
1827
|
+
"fontWeight": 300,
|
|
1803
1828
|
"color": "#6E7389",
|
|
1804
1829
|
"italic": true
|
|
1805
1830
|
}
|
|
@@ -2003,7 +2028,8 @@
|
|
|
2003
2028
|
"name": "text",
|
|
2004
2029
|
"props": {
|
|
2005
2030
|
"fontSize": 14,
|
|
2006
|
-
"fontFace": "Inter
|
|
2031
|
+
"fontFace": "Inter",
|
|
2032
|
+
"fontWeight": 300,
|
|
2007
2033
|
"color": "accent"
|
|
2008
2034
|
}
|
|
2009
2035
|
}
|
|
@@ -2021,7 +2047,8 @@
|
|
|
2021
2047
|
"props": {
|
|
2022
2048
|
"style": "heading1",
|
|
2023
2049
|
"fontSize": 28,
|
|
2024
|
-
"fontFace": "Inter
|
|
2050
|
+
"fontFace": "Inter",
|
|
2051
|
+
"fontWeight": 300,
|
|
2025
2052
|
"color": "text"
|
|
2026
2053
|
}
|
|
2027
2054
|
}
|
|
@@ -2581,7 +2608,7 @@
|
|
|
2581
2608
|
"fontSize": 28,
|
|
2582
2609
|
"color": "accent",
|
|
2583
2610
|
"bold": true,
|
|
2584
|
-
"fontFace": "Inter
|
|
2611
|
+
"fontFace": "Inter"
|
|
2585
2612
|
}
|
|
2586
2613
|
]
|
|
2587
2614
|
}
|
|
@@ -2602,7 +2629,7 @@
|
|
|
2602
2629
|
"fontSize": 28,
|
|
2603
2630
|
"color": "accent",
|
|
2604
2631
|
"bold": true,
|
|
2605
|
-
"fontFace": "Inter
|
|
2632
|
+
"fontFace": "Inter"
|
|
2606
2633
|
}
|
|
2607
2634
|
]
|
|
2608
2635
|
}
|
|
@@ -2623,7 +2650,7 @@
|
|
|
2623
2650
|
"fontSize": 28,
|
|
2624
2651
|
"color": "accent",
|
|
2625
2652
|
"bold": true,
|
|
2626
|
-
"fontFace": "Inter
|
|
2653
|
+
"fontFace": "Inter"
|
|
2627
2654
|
}
|
|
2628
2655
|
]
|
|
2629
2656
|
}
|
|
@@ -2644,7 +2671,7 @@
|
|
|
2644
2671
|
"fontSize": 28,
|
|
2645
2672
|
"color": "accent",
|
|
2646
2673
|
"bold": true,
|
|
2647
|
-
"fontFace": "Inter
|
|
2674
|
+
"fontFace": "Inter"
|
|
2648
2675
|
}
|
|
2649
2676
|
]
|
|
2650
2677
|
}
|
|
@@ -2665,7 +2692,7 @@
|
|
|
2665
2692
|
"fontSize": 28,
|
|
2666
2693
|
"color": "accent",
|
|
2667
2694
|
"bold": true,
|
|
2668
|
-
"fontFace": "Inter
|
|
2695
|
+
"fontFace": "Inter"
|
|
2669
2696
|
}
|
|
2670
2697
|
]
|
|
2671
2698
|
}
|
|
@@ -2686,7 +2713,7 @@
|
|
|
2686
2713
|
"fontSize": 28,
|
|
2687
2714
|
"color": "accent",
|
|
2688
2715
|
"bold": true,
|
|
2689
|
-
"fontFace": "Inter
|
|
2716
|
+
"fontFace": "Inter"
|
|
2690
2717
|
}
|
|
2691
2718
|
]
|
|
2692
2719
|
}
|
|
@@ -2757,7 +2784,8 @@
|
|
|
2757
2784
|
"text": "Multi-year contracts, $120k+ ACV.",
|
|
2758
2785
|
"fontSize": 11,
|
|
2759
2786
|
"color": "text2",
|
|
2760
|
-
"fontFace": "Inter
|
|
2787
|
+
"fontFace": "Inter",
|
|
2788
|
+
"fontWeight": 300
|
|
2761
2789
|
}
|
|
2762
2790
|
]
|
|
2763
2791
|
}
|
|
@@ -2778,7 +2806,8 @@
|
|
|
2778
2806
|
"text": "Annual subscriptions, fastest-growing tier.",
|
|
2779
2807
|
"fontSize": 11,
|
|
2780
2808
|
"color": "text2",
|
|
2781
|
-
"fontFace": "Inter
|
|
2809
|
+
"fontFace": "Inter",
|
|
2810
|
+
"fontWeight": 300
|
|
2782
2811
|
}
|
|
2783
2812
|
]
|
|
2784
2813
|
}
|
|
@@ -2799,7 +2828,8 @@
|
|
|
2799
2828
|
"text": "Self-onboard with light-touch sales.",
|
|
2800
2829
|
"fontSize": 11,
|
|
2801
2830
|
"color": "text2",
|
|
2802
|
-
"fontFace": "Inter
|
|
2831
|
+
"fontFace": "Inter",
|
|
2832
|
+
"fontWeight": 300
|
|
2803
2833
|
}
|
|
2804
2834
|
]
|
|
2805
2835
|
}
|
|
@@ -2820,7 +2850,8 @@
|
|
|
2820
2850
|
"text": "PLG funnel; expansion into mid-market.",
|
|
2821
2851
|
"fontSize": 11,
|
|
2822
2852
|
"color": "text2",
|
|
2823
|
-
"fontFace": "Inter
|
|
2853
|
+
"fontFace": "Inter",
|
|
2854
|
+
"fontWeight": 300
|
|
2824
2855
|
}
|
|
2825
2856
|
]
|
|
2826
2857
|
}
|
|
@@ -2865,19 +2896,22 @@
|
|
|
2865
2896
|
"text": "$0",
|
|
2866
2897
|
"fontSize": 36,
|
|
2867
2898
|
"color": "text",
|
|
2868
|
-
"fontFace": "Inter
|
|
2899
|
+
"fontFace": "Inter",
|
|
2900
|
+
"fontWeight": 300
|
|
2869
2901
|
},
|
|
2870
2902
|
{
|
|
2871
2903
|
"text": " / month\n\n",
|
|
2872
2904
|
"fontSize": 11,
|
|
2873
2905
|
"color": "text2",
|
|
2874
|
-
"fontFace": "Inter
|
|
2906
|
+
"fontFace": "Inter",
|
|
2907
|
+
"fontWeight": 300
|
|
2875
2908
|
},
|
|
2876
2909
|
{
|
|
2877
2910
|
"text": "· Up to 3 documents\n· Community templates\n· Local rendering",
|
|
2878
2911
|
"fontSize": 11,
|
|
2879
2912
|
"color": "text2",
|
|
2880
|
-
"fontFace": "Inter
|
|
2913
|
+
"fontFace": "Inter",
|
|
2914
|
+
"fontWeight": 300
|
|
2881
2915
|
}
|
|
2882
2916
|
]
|
|
2883
2917
|
}
|
|
@@ -2898,19 +2932,22 @@
|
|
|
2898
2932
|
"text": "$49",
|
|
2899
2933
|
"fontSize": 36,
|
|
2900
2934
|
"color": "background",
|
|
2901
|
-
"fontFace": "Inter
|
|
2935
|
+
"fontFace": "Inter",
|
|
2936
|
+
"fontWeight": 300
|
|
2902
2937
|
},
|
|
2903
2938
|
{
|
|
2904
2939
|
"text": " / seat / mo\n\n",
|
|
2905
2940
|
"fontSize": 11,
|
|
2906
2941
|
"color": "#B5BBE6",
|
|
2907
|
-
"fontFace": "Inter
|
|
2942
|
+
"fontFace": "Inter",
|
|
2943
|
+
"fontWeight": 300
|
|
2908
2944
|
},
|
|
2909
2945
|
{
|
|
2910
2946
|
"text": "· Unlimited documents\n· Shared template library\n· AI-assisted editing\n· Priority support",
|
|
2911
2947
|
"fontSize": 11,
|
|
2912
2948
|
"color": "#B5BBE6",
|
|
2913
|
-
"fontFace": "Inter
|
|
2949
|
+
"fontFace": "Inter",
|
|
2950
|
+
"fontWeight": 300
|
|
2914
2951
|
}
|
|
2915
2952
|
],
|
|
2916
2953
|
"fill": {
|
|
@@ -2945,7 +2982,8 @@
|
|
|
2945
2982
|
"text": "Custom",
|
|
2946
2983
|
"fontSize": 36,
|
|
2947
2984
|
"color": "text",
|
|
2948
|
-
"fontFace": "Inter
|
|
2985
|
+
"fontFace": "Inter",
|
|
2986
|
+
"fontWeight": 300
|
|
2949
2987
|
},
|
|
2950
2988
|
{
|
|
2951
2989
|
"text": "\n\n",
|
|
@@ -2956,7 +2994,8 @@
|
|
|
2956
2994
|
"text": "· SSO + audit logs\n· Dedicated CSM\n· Custom integrations\n· On-prem option",
|
|
2957
2995
|
"fontSize": 11,
|
|
2958
2996
|
"color": "text2",
|
|
2959
|
-
"fontFace": "Inter
|
|
2997
|
+
"fontFace": "Inter",
|
|
2998
|
+
"fontWeight": 300
|
|
2960
2999
|
}
|
|
2961
3000
|
]
|
|
2962
3001
|
}
|
|
@@ -3007,7 +3046,8 @@
|
|
|
3007
3046
|
"text": "Hire 18 engineers across rendering, AI, and platform.",
|
|
3008
3047
|
"fontSize": 11,
|
|
3009
3048
|
"color": "9A9EB0",
|
|
3010
|
-
"fontFace": "Inter
|
|
3049
|
+
"fontFace": "Inter",
|
|
3050
|
+
"fontWeight": 300
|
|
3011
3051
|
}
|
|
3012
3052
|
]
|
|
3013
3053
|
}
|
|
@@ -3028,7 +3068,8 @@
|
|
|
3028
3068
|
"text": "Build outbound team, expand to EMEA, scale partnerships.",
|
|
3029
3069
|
"fontSize": 11,
|
|
3030
3070
|
"color": "9A9EB0",
|
|
3031
|
-
"fontFace": "Inter
|
|
3071
|
+
"fontFace": "Inter",
|
|
3072
|
+
"fontWeight": 300
|
|
3032
3073
|
}
|
|
3033
3074
|
]
|
|
3034
3075
|
}
|
|
@@ -3049,7 +3090,8 @@
|
|
|
3049
3090
|
"text": "Compliance (SOC 2, ISO), security, and finance scale-up.",
|
|
3050
3091
|
"fontSize": 11,
|
|
3051
3092
|
"color": "9A9EB0",
|
|
3052
|
-
"fontFace": "Inter
|
|
3093
|
+
"fontFace": "Inter",
|
|
3094
|
+
"fontWeight": 300
|
|
3053
3095
|
}
|
|
3054
3096
|
]
|
|
3055
3097
|
}
|