@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.
@@ -28,7 +28,7 @@
28
28
  "size": 10.5
29
29
  },
30
30
  "mono": {
31
- "family": "Consolas",
31
+ "family": "Courier New",
32
32
  "size": 10
33
33
  },
34
34
  "light": {
@@ -105,6 +105,47 @@
105
105
  "keepNext": true,
106
106
  "alignment": "left"
107
107
  },
108
+ "heading4": {
109
+ "font": "body",
110
+ "size": 10.5,
111
+ "bold": true,
112
+ "color": "textSecondary",
113
+ "spacing": {
114
+ "before": 10,
115
+ "after": 4
116
+ },
117
+ "keepNext": true,
118
+ "alignment": "left"
119
+ },
120
+ "heading5": {
121
+ "font": "body",
122
+ "size": 10.5,
123
+ "bold": false,
124
+ "italic": true,
125
+ "color": "textSecondary",
126
+ "spacing": {
127
+ "before": 9,
128
+ "after": 4
129
+ },
130
+ "keepNext": true,
131
+ "alignment": "left"
132
+ },
133
+ "heading6": {
134
+ "font": "body",
135
+ "size": 10,
136
+ "bold": true,
137
+ "color": "textMuted",
138
+ "characterSpacing": {
139
+ "type": "expanded",
140
+ "value": 30
141
+ },
142
+ "spacing": {
143
+ "before": 9,
144
+ "after": 4
145
+ },
146
+ "keepNext": true,
147
+ "alignment": "left"
148
+ },
108
149
  "title": {
109
150
  "font": "heading",
110
151
  "size": 38,
@@ -126,5 +167,45 @@
126
167
  "after": 10
127
168
  }
128
169
  }
170
+ },
171
+ "componentDefaults": {
172
+ "table": {
173
+ "width": 100,
174
+ "borderColor": "#C7C8CA",
175
+ "borderSize": 0.5,
176
+ "hideBorders": {
177
+ "top": true,
178
+ "left": true,
179
+ "right": true,
180
+ "insideVertical": true
181
+ },
182
+ "cellDefaults": {
183
+ "font": { "size": 9.5 },
184
+ "padding": { "top": 7, "bottom": 7 },
185
+ "verticalAlignment": "middle"
186
+ },
187
+ "headerCellDefaults": {
188
+ "color": "#EF4130",
189
+ "font": { "size": 9.5, "bold": true },
190
+ "padding": { "top": 0, "bottom": 8 },
191
+ "verticalAlignment": "bottom",
192
+ "borderColor": { "bottom": "#EF4130" },
193
+ "borderSize": { "bottom": 0.5 }
194
+ }
195
+ },
196
+ "list": {
197
+ "format": "bullet",
198
+ "bullet": "—",
199
+ "spacing": { "item": 2 }
200
+ },
201
+ "image": {
202
+ "alignment": "center"
203
+ },
204
+ "statistic": {
205
+ "alignment": "center"
206
+ },
207
+ "section": {
208
+ "pageBreak": false
209
+ }
129
210
  }
130
211
  }