@json-to-office/core-docx 1.11.0 → 2.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.
@@ -1,117 +0,0 @@
1
- {
2
- "name": "apex",
3
- "displayName": "Apex Consulting",
4
- "description": "A premium consulting theme with deep navy, warm amber accents, and authoritative typography",
5
- "version": "2.0.0",
6
- "colors": {
7
- "primary": "#0C2340",
8
- "secondary": "#1B3A5C",
9
- "accent": "#D4A843",
10
- "text": "#1A1A2E",
11
- "background": "#FFFFFF",
12
- "border": "#D6DAE0",
13
- "textPrimary": "#1A1A2E",
14
- "textSecondary": "#4A5066",
15
- "textMuted": "#8B91A0",
16
- "borderPrimary": "#B8BCC6",
17
- "borderSecondary": "#E8EAF0",
18
- "backgroundPrimary": "#FFFFFF",
19
- "backgroundSecondary": "#F4F5F8"
20
- },
21
- "fonts": {
22
- "heading": { "family": "Georgia", "size": 26 },
23
- "body": { "family": "Calibri", "size": 11 },
24
- "mono": { "family": "Consolas", "size": 10 },
25
- "light": { "family": "Georgia", "size": 26 }
26
- },
27
- "page": {
28
- "size": "A4",
29
- "margins": {
30
- "top": 1440,
31
- "bottom": 1440,
32
- "left": 1200,
33
- "right": 1200,
34
- "header": 720,
35
- "footer": 720,
36
- "gutter": 0
37
- }
38
- },
39
- "styles": {
40
- "normal": {
41
- "font": "body",
42
- "color": "textPrimary",
43
- "lineSpacing": { "type": "multiple", "value": 1.4 },
44
- "alignment": "justify",
45
- "spacing": { "after": 8 }
46
- },
47
- "heading1": {
48
- "font": "heading",
49
- "size": 26,
50
- "bold": false,
51
- "color": "primary",
52
- "spacing": { "before": 24, "after": 12 },
53
- "keepNext": true,
54
- "alignment": "left",
55
- "borders": {
56
- "bottom": {
57
- "style": "single",
58
- "size": 2,
59
- "color": "accent",
60
- "space": 6
61
- }
62
- }
63
- },
64
- "heading2": {
65
- "font": "heading",
66
- "size": 18,
67
- "bold": false,
68
- "color": "secondary",
69
- "spacing": { "before": 18, "after": 8 },
70
- "keepNext": true,
71
- "alignment": "left"
72
- },
73
- "heading3": {
74
- "font": "body",
75
- "size": 13,
76
- "bold": true,
77
- "color": "accent",
78
- "spacing": { "before": 12, "after": 6 },
79
- "keepNext": true,
80
- "alignment": "left"
81
- },
82
- "title": {
83
- "font": "light",
84
- "size": 36,
85
- "bold": false,
86
- "color": "primary",
87
- "alignment": "left",
88
- "spacing": { "before": 0, "after": 18 }
89
- },
90
- "subtitle": {
91
- "font": "body",
92
- "size": 16,
93
- "italic": false,
94
- "color": "textSecondary",
95
- "alignment": "left",
96
- "spacing": { "before": 0, "after": 24 }
97
- }
98
- },
99
- "componentDefaults": {
100
- "table": {
101
- "borderColor": "#D6DAE0"
102
- },
103
- "list": {
104
- "format": "bullet",
105
- "bullet": "\u2022"
106
- },
107
- "image": {
108
- "alignment": "center"
109
- },
110
- "statistic": {
111
- "alignment": "center"
112
- },
113
- "section": {
114
- "pageBreak": false
115
- }
116
- }
117
- }
@@ -1,114 +0,0 @@
1
- {
2
- "name": "corporate",
3
- "displayName": "Corporate Professional",
4
- "description": "A polished corporate theme with blue accents and structured typography",
5
- "version": "2.0.0",
6
- "colors": {
7
- "primary": "#1a365d",
8
- "secondary": "#2D3748",
9
- "accent": "#3182CE",
10
- "text": "#1A202C",
11
- "background": "#FFFFFF",
12
- "border": "#E2E8F0",
13
- "textPrimary": "#1A202C",
14
- "textSecondary": "#4A5568",
15
- "textMuted": "#A0AEC0",
16
- "borderPrimary": "#CBD5E0",
17
- "borderSecondary": "#E2E8F0",
18
- "backgroundPrimary": "#FFFFFF",
19
- "backgroundSecondary": "#F7FAFC"
20
- },
21
- "fonts": {
22
- "heading": { "family": "Georgia", "size": 26 },
23
- "body": { "family": "Calibri", "size": 11 },
24
- "mono": { "family": "Consolas", "size": 10 },
25
- "light": { "family": "Georgia", "size": 26 }
26
- },
27
- "page": {
28
- "size": "A4",
29
- "margins": {
30
- "top": 1440,
31
- "bottom": 1440,
32
- "left": 1200,
33
- "right": 1200,
34
- "header": 720,
35
- "footer": 720,
36
- "gutter": 0
37
- }
38
- },
39
- "styles": {
40
- "normal": {
41
- "font": "body",
42
- "color": "#1A202C",
43
- "lineSpacing": { "type": "multiple", "value": 1.4 },
44
- "alignment": "justify",
45
- "spacing": { "after": 8 }
46
- },
47
- "heading1": {
48
- "font": "heading",
49
- "size": 26,
50
- "bold": false,
51
- "color": "primary",
52
- "spacing": { "before": 24, "after": 12 },
53
- "keepNext": true,
54
- "alignment": "left",
55
- "borders": {
56
- "bottom": {
57
- "style": "single",
58
- "size": 2,
59
- "color": "primary",
60
- "space": 6
61
- }
62
- }
63
- },
64
- "heading2": {
65
- "font": "heading",
66
- "size": 18,
67
- "bold": false,
68
- "color": "secondary",
69
- "spacing": { "before": 18, "after": 8 },
70
- "keepNext": true,
71
- "alignment": "left"
72
- },
73
- "heading3": {
74
- "font": "body",
75
- "size": 13,
76
- "bold": true,
77
- "color": "accent",
78
- "spacing": { "before": 12, "after": 6 },
79
- "keepNext": true,
80
- "alignment": "left"
81
- },
82
- "title": {
83
- "font": "light",
84
- "size": 32,
85
- "bold": false,
86
- "color": "primary",
87
- "alignment": "left",
88
- "spacing": { "before": 0, "after": 18 }
89
- },
90
- "subtitle": {
91
- "font": "body",
92
- "size": 16,
93
- "italic": false,
94
- "color": "textSecondary",
95
- "alignment": "left",
96
- "spacing": { "before": 0, "after": 24 }
97
- }
98
- },
99
- "componentDefaults": {
100
- "table": {
101
- "borderColor": "#E2E8F0"
102
- },
103
- "list": {
104
- "format": "bullet",
105
- "bullet": "\u2022"
106
- },
107
- "statistic": {
108
- "alignment": "center"
109
- },
110
- "section": {
111
- "pageBreak": false
112
- }
113
- }
114
- }
@@ -1,109 +0,0 @@
1
- {
2
- "name": "modern",
3
- "displayName": "Modern Clean",
4
- "description": "A contemporary theme with vibrant accents and generous whitespace",
5
- "version": "2.0.0",
6
- "colors": {
7
- "primary": "#6D28D9",
8
- "secondary": "#1E293B",
9
- "accent": "#0891B2",
10
- "text": "#0F172A",
11
- "background": "#FFFFFF",
12
- "border": "#E2E8F0",
13
- "textPrimary": "#0F172A",
14
- "textSecondary": "#475569",
15
- "textMuted": "#94A3B8",
16
- "borderPrimary": "#CBD5E1",
17
- "borderSecondary": "#E2E8F0",
18
- "backgroundPrimary": "#FFFFFF",
19
- "backgroundSecondary": "#F8FAFC"
20
- },
21
- "fonts": {
22
- "heading": { "family": "Helvetica", "size": 28 },
23
- "body": { "family": "Helvetica", "size": 11 },
24
- "mono": { "family": "Menlo", "size": 10 },
25
- "light": { "family": "Helvetica", "size": 28 }
26
- },
27
- "page": {
28
- "size": "A4",
29
- "margins": {
30
- "top": 1440,
31
- "bottom": 1440,
32
- "left": 1080,
33
- "right": 1080,
34
- "header": 720,
35
- "footer": 720,
36
- "gutter": 0
37
- }
38
- },
39
- "styles": {
40
- "normal": {
41
- "font": "body",
42
- "color": "#0F172A",
43
- "lineSpacing": { "type": "multiple", "value": 1.5 },
44
- "alignment": "left",
45
- "spacing": { "after": 10 }
46
- },
47
- "heading1": {
48
- "font": "heading",
49
- "size": 28,
50
- "bold": true,
51
- "color": "primary",
52
- "spacing": { "before": 24, "after": 14 },
53
- "keepNext": true,
54
- "alignment": "left"
55
- },
56
- "heading2": {
57
- "font": "heading",
58
- "size": 20,
59
- "bold": true,
60
- "color": "secondary",
61
- "spacing": { "before": 18, "after": 10 },
62
- "keepNext": true,
63
- "alignment": "left"
64
- },
65
- "heading3": {
66
- "font": "body",
67
- "size": 14,
68
- "bold": true,
69
- "color": "accent",
70
- "spacing": { "before": 12, "after": 6 },
71
- "keepNext": true,
72
- "alignment": "left"
73
- },
74
- "title": {
75
- "font": "heading",
76
- "size": 36,
77
- "bold": true,
78
- "color": "primary",
79
- "alignment": "left",
80
- "spacing": { "before": 0, "after": 12 }
81
- },
82
- "subtitle": {
83
- "font": "light",
84
- "size": 18,
85
- "italic": false,
86
- "color": "textSecondary",
87
- "alignment": "left",
88
- "spacing": { "before": 0, "after": 24 }
89
- }
90
- },
91
- "componentDefaults": {
92
- "table": {
93
- "borderColor": "#E2E8F0"
94
- },
95
- "list": {
96
- "format": "bullet",
97
- "bullet": "\u2013"
98
- },
99
- "image": {
100
- "alignment": "center"
101
- },
102
- "statistic": {
103
- "alignment": "center"
104
- },
105
- "section": {
106
- "pageBreak": false
107
- }
108
- }
109
- }