@json-to-office/jto 0.3.6 → 0.5.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 (36) hide show
  1. package/README.md +39 -13
  2. package/dist/cli.js +80 -52
  3. package/dist/cli.js.map +1 -1
  4. package/dist/client/assets/{HomePage-DoPLARHL.js → HomePage-DfwGX3I1.js} +47 -47
  5. package/dist/client/assets/HomePage-DfwGX3I1.js.map +1 -0
  6. package/dist/client/assets/{JsonEditorPage-uVaNPE8q.js → JsonEditorPage-Ba40pGIp.js} +3 -3
  7. package/dist/client/assets/{JsonEditorPage-uVaNPE8q.js.map → JsonEditorPage-Ba40pGIp.js.map} +1 -1
  8. package/dist/client/assets/{MonacoPluginProvider-BTaxJhgr.js → MonacoPluginProvider-y0S1WRcO.js} +3 -3
  9. package/dist/client/assets/{MonacoPluginProvider-BTaxJhgr.js.map → MonacoPluginProvider-y0S1WRcO.js.map} +1 -1
  10. package/dist/client/assets/{button-C9-hWwtZ.js → button-Cxhj_Vqc.js} +2 -2
  11. package/dist/client/assets/{button-C9-hWwtZ.js.map → button-Cxhj_Vqc.js.map} +1 -1
  12. package/dist/client/assets/{editor-WAlwAQUI.js → editor-C5jlPSdE.js} +2 -2
  13. package/dist/client/assets/{editor-WAlwAQUI.js.map → editor-C5jlPSdE.js.map} +1 -1
  14. package/dist/client/assets/{editor-monaco-json-BLhhoYVD.js → editor-monaco-json-DyDeK1fB.js} +2 -2
  15. package/dist/client/assets/{editor-monaco-json-BLhhoYVD.js.map → editor-monaco-json-DyDeK1fB.js.map} +1 -1
  16. package/dist/client/assets/{index-Bu7pVmbf.js → index-B2Ju-X_M.js} +3 -3
  17. package/dist/client/assets/{index-Bu7pVmbf.js.map → index-B2Ju-X_M.js.map} +1 -1
  18. package/dist/client/assets/{preview-Dpw5ePME.js → preview-sfoszPPX.js} +2 -2
  19. package/dist/client/assets/{preview-Dpw5ePME.js.map → preview-sfoszPPX.js.map} +1 -1
  20. package/dist/client/index.html +1 -1
  21. package/dist/client/templates/Lumina Analytics.pptx.json +1913 -0
  22. package/dist/client/templates/themes/lumina.pptx.theme.json +42 -0
  23. package/dist/client/templates/themes/meridian.pptx.theme.json +42 -0
  24. package/dist/index.js +3 -0
  25. package/dist/index.js.map +1 -1
  26. package/dist/prompts/instructions-edit-document-pptx-slides.md +23 -2
  27. package/dist/prompts/instructions-edit-document-pptx-templates.md +16 -1
  28. package/dist/prompts/instructions-edit-document-pptx.md +59 -5
  29. package/dist/prompts/instructions-generate-pptx.md +3 -1
  30. package/package.json +3 -3
  31. package/dist/client/assets/HomePage-DoPLARHL.js.map +0 -1
  32. package/dist/client/templates/Charts Demo.pptx.json +0 -174
  33. package/dist/client/templates/Company Branding.pptx.json +0 -143
  34. package/dist/client/templates/Dashboard.pptx.json +0 -91
  35. package/dist/client/templates/Product Launch.pptx.json +0 -87
  36. package/dist/client/templates/Sales Deck.pptx.json +0 -80
@@ -1,174 +0,0 @@
1
- {
2
- "name": "pptx",
3
- "props": {
4
- "title": "Charts Demo",
5
- "author": "json-to-office",
6
- "theme": "corporate",
7
- "grid": { "columns": 12, "rows": 6, "margin": { "top": 0.75, "right": 0.6, "bottom": 0.5, "left": 0.6 }, "gutter": { "column": 0.2, "row": 0.15 } }
8
- },
9
- "children": [
10
- {
11
- "name": "slide",
12
- "props": { "background": { "color": "background" } },
13
- "children": [
14
- { "name": "text", "props": { "text": "Quarterly Revenue", "style": "heading1", "grid": { "column": 0, "row": 0, "columnSpan": 12 } } },
15
- {
16
- "name": "chart",
17
- "props": {
18
- "type": "bar",
19
- "barDir": "col",
20
- "barGrouping": "clustered",
21
- "showLegend": true,
22
- "legendPos": "b",
23
- "showTitle": true,
24
- "title": "Revenue by Region ($M)",
25
- "titleFontSize": 14,
26
- "valAxisLabelFormatCode": "$#,##0",
27
- "barGapWidthPct": 100,
28
- "data": [
29
- { "name": "North America", "labels": ["Q1", "Q2", "Q3", "Q4"], "values": [4.2, 5.1, 4.8, 6.3] },
30
- { "name": "Europe", "labels": ["Q1", "Q2", "Q3", "Q4"], "values": [3.1, 3.4, 3.8, 4.1] },
31
- { "name": "Asia Pacific", "labels": ["Q1", "Q2", "Q3", "Q4"], "values": [1.8, 2.2, 2.6, 3.0] }
32
- ],
33
- "grid": { "column": 0, "row": 1, "columnSpan": 7, "rowSpan": 5 }
34
- }
35
- },
36
- {
37
- "name": "chart",
38
- "props": {
39
- "type": "doughnut",
40
- "showLegend": true,
41
- "legendPos": "b",
42
- "showTitle": true,
43
- "title": "Revenue Mix",
44
- "titleFontSize": 14,
45
- "showPercent": true,
46
- "holeSize": 50,
47
- "data": [
48
- { "name": "Mix", "labels": ["Subscriptions", "Services", "Licensing", "Hardware"], "values": [48, 24, 18, 10] }
49
- ],
50
- "grid": { "column": 7, "row": 1, "columnSpan": 5, "rowSpan": 5 }
51
- }
52
- }
53
- ]
54
- },
55
- {
56
- "name": "slide",
57
- "props": { "background": { "color": "background" } },
58
- "children": [
59
- { "name": "text", "props": { "text": "Growth Trends", "style": "heading1", "grid": { "column": 0, "row": 0, "columnSpan": 12 } } },
60
- {
61
- "name": "chart",
62
- "props": {
63
- "type": "line",
64
- "showLegend": true,
65
- "legendPos": "b",
66
- "showTitle": true,
67
- "title": "Monthly Active Users (thousands)",
68
- "titleFontSize": 14,
69
- "lineSmooth": true,
70
- "lineSize": 3,
71
- "lineDataSymbol": "circle",
72
- "valAxisMinVal": 0,
73
- "valAxisMajorUnit": 50,
74
- "data": [
75
- { "name": "Mobile", "labels": ["Jan", "Feb", "Mar", "Apr", "May", "Jun"], "values": [120, 135, 148, 162, 178, 195] },
76
- { "name": "Desktop", "labels": ["Jan", "Feb", "Mar", "Apr", "May", "Jun"], "values": [200, 195, 205, 198, 210, 215] },
77
- { "name": "Tablet", "labels": ["Jan", "Feb", "Mar", "Apr", "May", "Jun"], "values": [45, 48, 52, 55, 60, 63] }
78
- ],
79
- "grid": { "column": 0, "row": 1, "columnSpan": 12, "rowSpan": 5 }
80
- }
81
- }
82
- ]
83
- },
84
- {
85
- "name": "slide",
86
- "props": { "background": { "color": "background" } },
87
- "children": [
88
- { "name": "text", "props": { "text": "Market Analysis", "style": "heading1", "grid": { "column": 0, "row": 0, "columnSpan": 12 } } },
89
- {
90
- "name": "chart",
91
- "props": {
92
- "type": "area",
93
- "showLegend": true,
94
- "legendPos": "r",
95
- "showTitle": true,
96
- "title": "Cumulative Sales Pipeline",
97
- "titleFontSize": 14,
98
- "valAxisLabelFormatCode": "$#,##0K",
99
- "data": [
100
- { "name": "Pipeline", "labels": ["Jan", "Feb", "Mar", "Apr", "May", "Jun"], "values": [800, 1450, 2100, 2900, 3600, 4200] },
101
- { "name": "Closed Won", "labels": ["Jan", "Feb", "Mar", "Apr", "May", "Jun"], "values": [200, 520, 880, 1350, 1900, 2400] }
102
- ],
103
- "grid": { "column": 0, "row": 1, "columnSpan": 6, "rowSpan": 5 }
104
- }
105
- },
106
- {
107
- "name": "chart",
108
- "props": {
109
- "type": "radar",
110
- "radarStyle": "filled",
111
- "showLegend": true,
112
- "legendPos": "b",
113
- "showTitle": true,
114
- "title": "Competitive Positioning",
115
- "titleFontSize": 14,
116
- "data": [
117
- { "name": "Us", "labels": ["Features", "Price", "Support", "UX", "Performance", "Security"], "values": [9, 7, 8, 9, 8, 9] },
118
- { "name": "Competitor A", "labels": ["Features", "Price", "Support", "UX", "Performance", "Security"], "values": [7, 8, 6, 7, 7, 8] }
119
- ],
120
- "grid": { "column": 6, "row": 1, "columnSpan": 6, "rowSpan": 5 }
121
- }
122
- }
123
- ]
124
- },
125
- {
126
- "name": "slide",
127
- "props": { "background": { "color": "background" } },
128
- "children": [
129
- { "name": "text", "props": { "text": "Detailed Metrics", "style": "heading1", "grid": { "column": 0, "row": 0, "columnSpan": 12 } } },
130
- {
131
- "name": "chart",
132
- "props": {
133
- "type": "bar",
134
- "barDir": "bar",
135
- "barGrouping": "stacked",
136
- "showLegend": true,
137
- "legendPos": "b",
138
- "showTitle": true,
139
- "title": "Support Tickets by Category",
140
- "titleFontSize": 14,
141
- "showValue": true,
142
- "dataLabelFontSize": 9,
143
- "data": [
144
- { "name": "Open", "labels": ["Billing", "Technical", "Account", "Feature Request"], "values": [12, 34, 8, 22] },
145
- { "name": "In Progress", "labels": ["Billing", "Technical", "Account", "Feature Request"], "values": [5, 18, 3, 10] },
146
- { "name": "Resolved", "labels": ["Billing", "Technical", "Account", "Feature Request"], "values": [45, 87, 32, 55] }
147
- ],
148
- "grid": { "column": 0, "row": 1, "columnSpan": 6, "rowSpan": 5 }
149
- }
150
- },
151
- {
152
- "name": "chart",
153
- "props": {
154
- "type": "pie",
155
- "showLegend": true,
156
- "legendPos": "b",
157
- "showTitle": true,
158
- "title": "Customer Segments",
159
- "titleFontSize": 14,
160
- "showPercent": true,
161
- "showLabel": true,
162
- "dataLabelFontSize": 10,
163
- "firstSliceAng": 90,
164
- "data": [
165
- { "name": "Segments", "labels": ["Enterprise", "Mid-Market", "SMB", "Startup", "Individual"], "values": [35, 28, 20, 12, 5] }
166
- ],
167
- "chartColors": ["primary", "secondary", "accent", "accent4", "accent5"],
168
- "grid": { "column": 6, "row": 1, "columnSpan": 6, "rowSpan": 5 }
169
- }
170
- }
171
- ]
172
- }
173
- ]
174
- }
@@ -1,143 +0,0 @@
1
- {
2
- "name": "pptx",
3
- "props": {
4
- "title": "Acme Corp — Brand Deck",
5
- "author": "Marketing",
6
- "company": "Acme Corp",
7
- "theme": "corporate",
8
- "grid": { "columns": 12, "rows": 6, "margin": { "top": 0.75, "right": 0.6, "bottom": 0.5, "left": 0.6 }, "gutter": { "column": 0.2, "row": 0.15 } },
9
- "templates": [
10
- {
11
- "name": "TITLE_TEMPLATE",
12
- "background": { "color": "primary" },
13
- "objects": [
14
- { "name": "shape", "props": { "type": "rect", "x": 0, "y": 6.8, "w": 10, "h": 0.7, "fill": { "color": "secondary" } } },
15
- { "name": "text", "props": { "text": "ACME CORP — CONFIDENTIAL", "grid": { "column": 0, "row": 5, "columnSpan": 6 }, "y": 6.85, "h": 0.5, "fontSize": 9, "color": "background2", "italic": true } }
16
- ],
17
- "placeholders": [
18
- { "name": "title", "grid": { "column": 1, "row": 1, "columnSpan": 10, "rowSpan": 2 }, "defaults": { "name": "text", "props": { "style": "title", "color": "background", "valign": "middle" } } },
19
- { "name": "subtitle", "grid": { "column": 2, "row": 3, "columnSpan": 8 }, "defaults": { "name": "text", "props": { "style": "subtitle", "color": "accent" } } }
20
- ]
21
- },
22
- {
23
- "name": "CONTENT_TEMPLATE",
24
- "objects": [
25
- { "name": "shape", "props": { "type": "rect", "x": 0, "y": 0, "w": 10, "h": 0.9, "fill": { "color": "primary" } } },
26
- { "name": "text", "props": { "text": "ACME CORP", "grid": { "column": 0, "row": 0, "columnSpan": 5 }, "y": 0.15, "h": 0.6, "fontSize": 14, "bold": true, "color": "background" } },
27
- { "name": "shape", "props": { "type": "rect", "x": 0, "y": 6.8, "w": 10, "h": 0.7, "fill": { "color": "background2" } } },
28
- { "name": "text", "props": { "text": "Confidential", "grid": { "column": 0, "row": 5, "columnSpan": 4 }, "y": 6.85, "h": 0.5, "fontSize": 8, "color": "text2", "italic": true } }
29
- ],
30
- "slideNumber": { "x": 9, "y": 6.85, "w": 0.5, "h": 0.5, "color": "text2", "fontSize": 8 },
31
- "placeholders": [
32
- { "name": "heading", "grid": { "column": 0, "row": 1, "columnSpan": 12 }, "defaults": { "name": "text", "props": { "style": "heading1" } } },
33
- { "name": "body", "grid": { "column": 0, "row": 2, "columnSpan": 12, "rowSpan": 3 }, "defaults": { "name": "text", "props": { "style": "body" } } }
34
- ]
35
- },
36
- {
37
- "name": "TWO_COLUMN_TEMPLATE",
38
- "objects": [
39
- { "name": "shape", "props": { "type": "rect", "x": 0, "y": 0, "w": 10, "h": 0.9, "fill": { "color": "primary" } } },
40
- { "name": "text", "props": { "text": "ACME CORP", "grid": { "column": 0, "row": 0, "columnSpan": 5 }, "y": 0.15, "h": 0.6, "fontSize": 14, "bold": true, "color": "background" } },
41
- { "name": "shape", "props": { "type": "rect", "x": 0, "y": 6.8, "w": 10, "h": 0.7, "fill": { "color": "background2" } } }
42
- ],
43
- "slideNumber": { "x": 9, "y": 6.85, "w": 0.5, "h": 0.5, "color": "text2", "fontSize": 8 },
44
- "placeholders": [
45
- { "name": "heading", "grid": { "column": 0, "row": 1, "columnSpan": 12 }, "defaults": { "name": "text", "props": { "style": "heading1" } } },
46
- { "name": "left", "grid": { "column": 0, "row": 2, "columnSpan": 6, "rowSpan": 3 }, "defaults": { "name": "text", "props": { "style": "body" } } },
47
- { "name": "right", "grid": { "column": 6, "row": 2, "columnSpan": 6, "rowSpan": 3 }, "defaults": { "name": "text", "props": { "style": "body" } } }
48
- ]
49
- }
50
- ]
51
- },
52
- "children": [
53
- {
54
- "name": "slide",
55
- "props": {
56
- "template": "TITLE_TEMPLATE",
57
- "placeholders": {
58
- "title": { "name": "text", "props": { "text": "Acme Corp" } },
59
- "subtitle": { "name": "text", "props": { "text": "Building the future, one innovation at a time" } }
60
- }
61
- }
62
- },
63
- {
64
- "name": "slide",
65
- "props": {
66
- "template": "CONTENT_TEMPLATE",
67
- "placeholders": {
68
- "heading": { "name": "text", "props": { "text": "Who We Are" } },
69
- "body": { "name": "text", "props": { "text": "Acme Corp is a global leader in enterprise technology, serving 10,000+ customers across 80 countries.", "grid": { "column": 0, "row": 2, "columnSpan": 12 }, "lineSpacing": 26 } }
70
- }
71
- },
72
- "children": [
73
- { "name": "shape", "props": { "type": "roundRect", "fill": { "color": "background2" }, "rectRadius": 0.1, "text": "10,000+\nCustomers", "fontSize": 16, "bold": true, "fontColor": "primary", "align": "center", "valign": "middle", "grid": { "column": 0, "row": 3, "columnSpan": 4 } } },
74
- { "name": "shape", "props": { "type": "roundRect", "fill": { "color": "background2" }, "rectRadius": 0.1, "text": "80\nCountries", "fontSize": 16, "bold": true, "fontColor": "accent5", "align": "center", "valign": "middle", "grid": { "column": 4, "row": 3, "columnSpan": 4 } } },
75
- { "name": "shape", "props": { "type": "roundRect", "fill": { "color": "background2" }, "rectRadius": 0.1, "text": "$2.4B\nRevenue", "fontSize": 16, "bold": true, "fontColor": "accent", "align": "center", "valign": "middle", "grid": { "column": 8, "row": 3, "columnSpan": 4 } } }
76
- ]
77
- },
78
- {
79
- "name": "slide",
80
- "props": {
81
- "template": "TWO_COLUMN_TEMPLATE",
82
- "placeholders": {
83
- "heading": { "name": "text", "props": { "text": "Our Strengths" } },
84
- "left": {
85
- "name": "table",
86
- "props": {
87
- "rows": [
88
- [{ "text": "Capability", "bold": true, "fill": "primary", "color": "background" }, { "text": "Rating", "bold": true, "fill": "primary", "color": "background" }],
89
- ["Cloud Infrastructure", { "text": "★★★★★", "color": "accent6" }],
90
- ["AI / Machine Learning", { "text": "★★★★☆", "color": "accent6" }],
91
- ["Security & Compliance", { "text": "★★★★★", "color": "accent6" }],
92
- ["Developer Experience", { "text": "★★★★☆", "color": "accent6" }]
93
- ],
94
- "grid": { "column": 0, "row": 2, "columnSpan": 6, "rowSpan": 3 },
95
- "fontSize": 11, "color": "text", "border": { "type": "solid", "pt": 0.5, "color": "text2" }
96
- }
97
- },
98
- "right": { "name": "text", "props": { "text": "Key Differentiators", "style": "heading3", "color": "primary", "grid": { "column": 6, "row": 2, "columnSpan": 6 } } }
99
- }
100
- },
101
- "children": [
102
- { "name": "text", "props": { "text": "End-to-end platform — no integration tax", "fontSize": 13, "color": "text2", "bullet": true, "grid": { "column": 6, "row": 3, "columnSpan": 6 } } },
103
- { "name": "text", "props": { "text": "99.99% uptime SLA across all tiers", "fontSize": 13, "color": "text2", "bullet": true, "grid": { "column": 6, "row": 4, "columnSpan": 6 } } }
104
- ]
105
- },
106
- {
107
- "name": "slide",
108
- "props": {
109
- "template": "CONTENT_TEMPLATE",
110
- "placeholders": {
111
- "heading": { "name": "text", "props": { "text": "Product Roadmap" } },
112
- "body": {
113
- "name": "table",
114
- "props": {
115
- "rows": [
116
- [{ "text": "Quarter", "bold": true, "fill": "primary", "color": "background" }, { "text": "Initiative", "bold": true, "fill": "primary", "color": "background" }, { "text": "Status", "bold": true, "fill": "primary", "color": "background" }],
117
- ["Q1 2026", "AI Copilot for workflows", { "text": "Shipped", "color": "accent5" }],
118
- ["Q2 2026", "Multi-region data residency", { "text": "In Progress", "color": "accent6" }],
119
- ["Q3 2026", "Real-time collaboration engine", { "text": "Planned", "color": "text2" }],
120
- ["Q4 2026", "Self-service analytics platform", { "text": "Planned", "color": "text2" }]
121
- ],
122
- "grid": { "column": 0, "row": 2, "columnSpan": 12, "rowSpan": 3 },
123
- "colW": [2, 4, 2.5],
124
- "fontSize": 12,
125
- "color": "text",
126
- "border": { "type": "solid", "pt": 0.5, "color": "text2" }
127
- }
128
- }
129
- }
130
- }
131
- },
132
- {
133
- "name": "slide",
134
- "props": {
135
- "template": "TITLE_TEMPLATE",
136
- "placeholders": {
137
- "title": { "name": "text", "props": { "text": "Thank You" } },
138
- "subtitle": { "name": "text", "props": { "text": "sales@acmecorp.com · acmecorp.com" } }
139
- }
140
- }
141
- }
142
- ]
143
- }
@@ -1,91 +0,0 @@
1
- {
2
- "name": "pptx",
3
- "props": {
4
- "title": "Operations Dashboard",
5
- "author": "Analytics Team",
6
- "theme": "corporate",
7
- "grid": { "columns": 12, "rows": 6, "margin": { "top": 0.75, "right": 0.6, "bottom": 0.5, "left": 0.6 }, "gutter": { "column": 0.2, "row": 0.15 } }
8
- },
9
- "children": [
10
- {
11
- "name": "slide",
12
- "props": { "background": { "color": "background" } },
13
- "children": [
14
- { "name": "text", "props": { "text": "Operations Dashboard", "style": "heading1", "grid": { "column": 0, "row": 0, "columnSpan": 12 } } },
15
- { "name": "shape", "props": { "type": "roundRect", "fill": { "color": "accent" }, "rectRadius": 0.1, "text": "Revenue\n$4.2M", "fontSize": 14, "fontColor": "FFFFFF", "bold": true, "align": "center", "valign": "middle", "grid": { "column": 0, "row": 1, "columnSpan": 3 } } },
16
- { "name": "shape", "props": { "type": "roundRect", "fill": { "color": "primary" }, "rectRadius": 0.1, "text": "Users\n12,847", "fontSize": 14, "fontColor": "FFFFFF", "bold": true, "align": "center", "valign": "middle", "grid": { "column": 3, "row": 1, "columnSpan": 3 } } },
17
- { "name": "shape", "props": { "type": "roundRect", "fill": { "color": "accent5" }, "rectRadius": 0.1, "text": "Uptime\n99.97%", "fontSize": 14, "fontColor": "FFFFFF", "bold": true, "align": "center", "valign": "middle", "grid": { "column": 6, "row": 1, "columnSpan": 3 } } },
18
- { "name": "shape", "props": { "type": "roundRect", "fill": { "color": "accent4" }, "rectRadius": 0.1, "text": "Incidents\n3 Open", "fontSize": 14, "fontColor": "FFFFFF", "bold": true, "align": "center", "valign": "middle", "grid": { "column": 9, "row": 1, "columnSpan": 3 } } },
19
- {
20
- "name": "highcharts",
21
- "props": {
22
- "options": {
23
- "chart": { "type": "area", "width": 600, "height": 280 },
24
- "title": { "text": "Daily Active Users (30d)" },
25
- "xAxis": { "categories": ["W1", "W2", "W3", "W4"], "title": { "text": null } },
26
- "yAxis": { "title": { "text": null } },
27
- "series": [{ "name": "DAU", "data": [9800, 10200, 11400, 12847], "color": "#1a365d" }],
28
- "plotOptions": { "area": { "fillOpacity": 0.15 } }
29
- },
30
- "grid": { "column": 0, "row": 2, "columnSpan": 6, "rowSpan": 4 }
31
- }
32
- },
33
- {
34
- "name": "table",
35
- "props": {
36
- "rows": [
37
- [{ "text": "Service", "bold": true, "fill": "primary", "color": "FFFFFF" }, { "text": "Status", "bold": true, "fill": "primary", "color": "FFFFFF" }, { "text": "Latency", "bold": true, "fill": "primary", "color": "FFFFFF" }],
38
- ["API Gateway", { "text": "Healthy", "color": "accent5" }, "12ms"],
39
- ["Auth Service", { "text": "Healthy", "color": "accent5" }, "8ms"],
40
- ["Database", { "text": "Warning", "color": "accent6" }, "45ms"],
41
- ["CDN", { "text": "Healthy", "color": "accent5" }, "3ms"],
42
- ["Search", { "text": "Degraded", "color": "accent4" }, "230ms"]
43
- ],
44
- "fontSize": 10, "color": "text", "border": { "type": "solid", "pt": 0.5, "color": "text2" },
45
- "grid": { "column": 6, "row": 2, "columnSpan": 6, "rowSpan": 4 }
46
- }
47
- }
48
- ]
49
- },
50
- {
51
- "name": "slide",
52
- "props": { "background": { "color": "background" } },
53
- "children": [
54
- { "name": "text", "props": { "text": "Performance Breakdown", "style": "heading1", "grid": { "column": 0, "row": 0, "columnSpan": 12 } } },
55
- {
56
- "name": "highcharts",
57
- "props": {
58
- "options": {
59
- "chart": { "type": "pie", "width": 400, "height": 300 },
60
- "title": { "text": "Traffic Sources" },
61
- "series": [{ "name": "Traffic", "data": [
62
- { "name": "Organic", "y": 42, "color": "#3182CE" },
63
- { "name": "Direct", "y": 28, "color": "#1a365d" },
64
- { "name": "Referral", "y": 18, "color": "#38A169" },
65
- { "name": "Social", "y": 12, "color": "#D69E2E" }
66
- ]}]
67
- },
68
- "grid": { "column": 0, "row": 1, "columnSpan": 6, "rowSpan": 5 }
69
- }
70
- },
71
- {
72
- "name": "highcharts",
73
- "props": {
74
- "options": {
75
- "chart": { "type": "line", "width": 400, "height": 300 },
76
- "title": { "text": "Response Time (ms)" },
77
- "xAxis": { "categories": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"] },
78
- "yAxis": { "title": { "text": "ms" } },
79
- "series": [
80
- { "name": "p50", "data": [12, 11, 13, 10, 14, 9, 11], "color": "#38A169" },
81
- { "name": "p95", "data": [45, 42, 55, 38, 52, 35, 40], "color": "#D69E2E" },
82
- { "name": "p99", "data": [120, 95, 180, 88, 150, 78, 105], "color": "#E53E3E" }
83
- ]
84
- },
85
- "grid": { "column": 6, "row": 1, "columnSpan": 6, "rowSpan": 5 }
86
- }
87
- }
88
- ]
89
- }
90
- ]
91
- }
@@ -1,87 +0,0 @@
1
- {
2
- "name": "pptx",
3
- "props": {
4
- "title": "Nova Platform Launch",
5
- "author": "Product Team",
6
- "company": "TechCorp",
7
- "theme": "vibrant"
8
- },
9
- "children": [
10
- {
11
- "name": "slide",
12
- "props": { "background": { "color": "background" }, "transition": { "type": "zoom", "speed": "medium" } },
13
- "children": [
14
- { "name": "shape", "props": { "type": "ellipse", "x": 7.5, "y": -0.5, "w": 4, "h": 4, "fill": { "color": "primary", "transparency": 50 } } },
15
- { "name": "shape", "props": { "type": "ellipse", "x": -1, "y": 4, "w": 5, "h": 5, "fill": { "color": "secondary", "transparency": 60 } } },
16
- { "name": "text", "props": { "text": "Introducing", "style": "caption", "fontSize": 16, "x": 1, "y": 1.5, "w": 8 } },
17
- { "name": "text", "props": { "text": "Nova Platform", "style": "title", "fontSize": 48, "align": "left", "x": 1, "y": 2.2, "w": 8 } },
18
- { "name": "text", "props": { "text": "The next generation of enterprise collaboration", "style": "subtitle", "align": "left", "x": 1, "y": 4, "w": 8 } }
19
- ]
20
- },
21
- {
22
- "name": "slide",
23
- "props": { "background": { "color": "background" }, "notes": "Walk through each pain point — these came directly from customer interviews." },
24
- "children": [
25
- { "name": "text", "props": { "text": "The Problem", "style": "heading1", "x": 0.5, "y": 0.3, "w": 9 } },
26
- { "name": "text", "props": { "text": "Teams lose 4.5 hours per week switching between disconnected tools", "fontSize": 16, "color": "text2", "x": 0.5, "y": 1.2, "w": 9, "lineSpacing": 24 } },
27
- { "name": "shape", "props": { "type": "roundRect", "x": 0.5, "y": 2.2, "w": 2.8, "h": 2.5, "fill": { "color": "background2" }, "rectRadius": 0.15, "text": "73%\nof teams use 5+\ndisconnected tools", "fontSize": 13, "fontColor": "accent4", "align": "center", "valign": "middle" } },
28
- { "name": "shape", "props": { "type": "roundRect", "x": 3.6, "y": 2.2, "w": 2.8, "h": 2.5, "fill": { "color": "background2" }, "rectRadius": 0.15, "text": "4.5 hrs/week\nlost to context\nswitching", "fontSize": 13, "fontColor": "accent5", "align": "center", "valign": "middle" } },
29
- { "name": "shape", "props": { "type": "roundRect", "x": 6.7, "y": 2.2, "w": 2.8, "h": 2.5, "fill": { "color": "background2" }, "rectRadius": 0.15, "text": "$12K/yr\nper employee in\nlost productivity", "fontSize": 13, "fontColor": "accent6", "align": "center", "valign": "middle" } },
30
- { "name": "shape", "props": { "type": "line", "x": 0.5, "y": 5.2, "w": 9, "h": 0, "line": { "color": "text2", "width": 0.5 } } },
31
- { "name": "text", "props": { "text": "Source: Forrester Research 2024, internal customer surveys (n=2,400)", "style": "caption", "x": 0.5, "y": 5.5, "w": 9 } }
32
- ]
33
- },
34
- {
35
- "name": "slide",
36
- "props": { "background": { "color": "background" } },
37
- "children": [
38
- { "name": "text", "props": { "text": "Key Features", "style": "heading1", "x": 0.5, "y": 0.3, "w": 9 } },
39
- {
40
- "name": "table",
41
- "props": {
42
- "rows": [
43
- [{ "text": "Feature", "bold": true, "fill": "primary", "color": "FFFFFF" }, { "text": "Description", "bold": true, "fill": "primary", "color": "FFFFFF" }, { "text": "Impact", "bold": true, "fill": "primary", "color": "FFFFFF" }],
44
- ["Unified Workspace", "Single pane of glass for all tools", "60% fewer app switches"],
45
- ["AI Assistant", "Context-aware suggestions and automation", "3x faster workflows"],
46
- ["Real-time Sync", "Sub-second cross-device synchronization", "Zero data conflicts"],
47
- ["Smart Search", "Natural language search across all content", "90% faster info retrieval"],
48
- ["Custom Workflows", "No-code automation builder", "40% reduction in manual tasks"]
49
- ],
50
- "x": 0.5, "y": 1.2, "w": 9,
51
- "colW": [2.5, 4, 2.5],
52
- "fontSize": 12,
53
- "color": "text",
54
- "border": { "type": "solid", "pt": 0.5, "color": "text2" }
55
- }
56
- }
57
- ]
58
- },
59
- {
60
- "name": "slide",
61
- "props": { "background": { "color": "background" } },
62
- "children": [
63
- { "name": "text", "props": { "text": "Rollout Timeline", "style": "heading1", "x": 0.5, "y": 0.3, "w": 9 } },
64
- { "name": "shape", "props": { "type": "roundRect", "x": 0.3, "y": 1.5, "w": 2.2, "h": 1.8, "fill": { "color": "background2" }, "rectRadius": 0.1, "text": "Q1 2025\nBeta Launch\n100 users", "fontSize": 12, "fontColor": "primary", "align": "center", "valign": "middle" } },
65
- { "name": "shape", "props": { "type": "chevron", "x": 2.5, "y": 2, "w": 0.5, "h": 0.8, "fill": { "color": "primary" } } },
66
- { "name": "shape", "props": { "type": "roundRect", "x": 3, "y": 1.5, "w": 2.2, "h": 1.8, "fill": { "color": "background2" }, "rectRadius": 0.1, "text": "Q2 2025\nGA Release\n1,000 users", "fontSize": 12, "fontColor": "secondary", "align": "center", "valign": "middle" } },
67
- { "name": "shape", "props": { "type": "chevron", "x": 5.2, "y": 2, "w": 0.5, "h": 0.8, "fill": { "color": "secondary" } } },
68
- { "name": "shape", "props": { "type": "roundRect", "x": 5.7, "y": 1.5, "w": 2.2, "h": 1.8, "fill": { "color": "background2" }, "rectRadius": 0.1, "text": "Q3 2025\nEnterprise\n10,000 users", "fontSize": 12, "fontColor": "accent", "align": "center", "valign": "middle" } },
69
- { "name": "shape", "props": { "type": "chevron", "x": 7.9, "y": 2, "w": 0.5, "h": 0.8, "fill": { "color": "accent" } } },
70
- { "name": "shape", "props": { "type": "roundRect", "x": 8.4, "y": 1.5, "w": 2.2, "h": 1.8, "fill": { "color": "background2" }, "rectRadius": 0.1, "text": "Q4 2025\nFull Scale\n50,000+ users", "fontSize": 12, "fontColor": "accent4", "align": "center", "valign": "middle" } },
71
- {
72
- "name": "highcharts",
73
- "props": {
74
- "options": {
75
- "chart": { "type": "line", "width": 600, "height": 250 },
76
- "title": { "text": "Projected User Growth" },
77
- "xAxis": { "categories": ["Jan", "Mar", "May", "Jul", "Sep", "Nov"] },
78
- "yAxis": { "title": { "text": "Users" } },
79
- "series": [{ "name": "Users", "data": [100, 500, 1000, 5000, 25000, 50000], "color": "#7C3AED" }]
80
- },
81
- "x": 0.5, "y": 4, "w": 9, "h": 3
82
- }
83
- }
84
- ]
85
- }
86
- ]
87
- }
@@ -1,80 +0,0 @@
1
- {
2
- "name": "pptx",
3
- "props": {
4
- "title": "Q4 Sales Review",
5
- "author": "Sales Team",
6
- "subject": "Quarterly Sales Performance",
7
- "theme": "corporate",
8
- "grid": { "columns": 12, "rows": 6, "margin": { "top": 0.75, "right": 0.6, "bottom": 0.5, "left": 0.6 }, "gutter": { "column": 0.2, "row": 0.15 } }
9
- },
10
- "children": [
11
- {
12
- "name": "slide",
13
- "props": { "background": { "color": "primary" }, "transition": { "type": "fade" } },
14
- "children": [
15
- { "name": "text", "props": { "text": "Q4 Sales Review", "style": "title", "color": "FFFFFF", "valign": "middle", "x": 1, "y": 2, "w": 8, "h": 1.5 } },
16
- { "name": "text", "props": { "text": "Closing the year strong", "style": "subtitle", "color": "accent", "x": 1, "y": 3.8, "w": 8 } },
17
- { "name": "shape", "props": { "type": "line", "x": 3, "y": 3.5, "w": 4, "h": 0, "line": { "color": "accent", "width": 1 } } }
18
- ]
19
- },
20
- {
21
- "name": "slide",
22
- "props": { "background": { "color": "background" }, "notes": "Emphasize the 24% growth — largest in company history." },
23
- "children": [
24
- { "name": "text", "props": { "text": "Key Metrics", "style": "heading1", "x": 0.5, "y": 0.3, "w": 9 } },
25
- { "name": "shape", "props": { "type": "roundRect", "x": 0.5, "y": 1.2, "w": 2.8, "h": 1.6, "fill": { "color": "background2" }, "rectRadius": 0.15, "text": "$12.4M\nRevenue", "fontSize": 18, "bold": true, "fontColor": "primary", "align": "center", "valign": "middle" } },
26
- { "name": "shape", "props": { "type": "roundRect", "x": 3.6, "y": 1.2, "w": 2.8, "h": 1.6, "fill": { "color": "background2" }, "rectRadius": 0.15, "text": "+24%\nGrowth", "fontSize": 18, "bold": true, "fontColor": "accent5", "align": "center", "valign": "middle" } },
27
- { "name": "shape", "props": { "type": "roundRect", "x": 6.7, "y": 1.2, "w": 2.8, "h": 1.6, "fill": { "color": "background2" }, "rectRadius": 0.15, "text": "847\nDeals Closed", "fontSize": 18, "bold": true, "fontColor": "accent4", "align": "center", "valign": "middle" } },
28
- {
29
- "name": "table",
30
- "props": {
31
- "rows": [
32
- [{ "text": "Region", "bold": true, "fill": "primary", "color": "FFFFFF" }, { "text": "Revenue", "bold": true, "fill": "primary", "color": "FFFFFF" }, { "text": "YoY Growth", "bold": true, "fill": "primary", "color": "FFFFFF" }, { "text": "Deals", "bold": true, "fill": "primary", "color": "FFFFFF" }],
33
- ["North America", "$5.2M", "+18%", "342"],
34
- ["Europe", "$3.8M", "+31%", "285"],
35
- ["Asia-Pacific", "$2.1M", "+42%", "148"],
36
- ["Latin America", "$1.3M", "+12%", "72"]
37
- ],
38
- "x": 0.5, "y": 3.2, "w": 9, "colW": [2.5, 2, 2.5, 2],
39
- "fontSize": 12, "color": "text", "border": { "type": "solid", "pt": 0.5, "color": "text2" }
40
- }
41
- }
42
- ]
43
- },
44
- {
45
- "name": "slide",
46
- "props": { "background": { "color": "background" } },
47
- "children": [
48
- { "name": "text", "props": { "text": "Top Products by Revenue", "style": "heading1", "x": 0.5, "y": 0.3, "w": 9 } },
49
- {
50
- "name": "highcharts",
51
- "props": {
52
- "options": {
53
- "chart": { "type": "column", "width": 600, "height": 350 },
54
- "title": { "text": null },
55
- "xAxis": { "categories": ["Platform Pro", "Analytics Suite", "Cloud Connect", "Security Plus", "DevOps Kit"] },
56
- "yAxis": { "title": { "text": "Revenue ($M)" } },
57
- "series": [
58
- { "name": "Q3", "data": [2.1, 1.8, 1.2, 0.9, 0.6], "color": "#A0C4FF" },
59
- { "name": "Q4", "data": [3.2, 2.4, 1.8, 1.5, 0.8], "color": "#1a365d" }
60
- ],
61
- "plotOptions": { "column": { "borderRadius": 4 } }
62
- },
63
- "x": 0.5, "y": 1.2, "w": 9, "h": 5
64
- }
65
- }
66
- ]
67
- },
68
- {
69
- "name": "slide",
70
- "props": { "background": { "color": "primary" } },
71
- "children": [
72
- { "name": "text", "props": { "text": "2025 Targets", "style": "heading1", "color": "FFFFFF", "align": "center", "fontSize": 32, "x": 1, "y": 0.5, "w": 8 } },
73
- { "name": "text", "props": { "text": "$16M revenue target (+29%)", "fontSize": 20, "color": "accent", "bullet": true, "x": 2, "y": 2, "w": 6 } },
74
- { "name": "text", "props": { "text": "Expand APAC team to 25 reps", "fontSize": 20, "color": "accent", "bullet": true, "x": 2, "y": 2.8, "w": 6 } },
75
- { "name": "text", "props": { "text": "Launch partner channel program", "fontSize": 20, "color": "accent", "bullet": true, "x": 2, "y": 3.6, "w": 6 } },
76
- { "name": "text", "props": { "text": "Reduce sales cycle from 47 to 35 days", "fontSize": 20, "color": "accent", "bullet": true, "x": 2, "y": 4.4, "w": 6 } }
77
- ]
78
- }
79
- ]
80
- }