@pdfme/schemas 5.2.0-dev.1 → 5.2.1-dev.1
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.
@@ -232,7 +232,7 @@ const getPlugin = ({ type, defaultFormat, icon, formatsByLang, }) => {
|
|
232
232
|
type,
|
233
233
|
content: (0, date_fns_1.format)(new Date(), defaultFormat),
|
234
234
|
position: { x: 0, y: 0 },
|
235
|
-
width:
|
235
|
+
width: 50,
|
236
236
|
height: 10,
|
237
237
|
rotate: 0,
|
238
238
|
alignment: constants_js_2.DEFAULT_ALIGNMENT,
|
@@ -226,7 +226,7 @@ export const getPlugin = ({ type, defaultFormat, icon, formatsByLang, }) => {
|
|
226
226
|
type,
|
227
227
|
content: format(new Date(), defaultFormat),
|
228
228
|
position: { x: 0, y: 0 },
|
229
|
-
width:
|
229
|
+
width: 50,
|
230
230
|
height: 10,
|
231
231
|
rotate: 0,
|
232
232
|
alignment: DEFAULT_ALIGNMENT,
|
package/package.json
CHANGED