@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: 70,
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: 70,
229
+ width: 50,
230
230
  height: 10,
231
231
  rotate: 0,
232
232
  alignment: DEFAULT_ALIGNMENT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/schemas",
3
- "version": "5.2.0-dev.1",
3
+ "version": "5.2.1-dev.1",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
@@ -277,7 +277,7 @@ export const getPlugin = ({
277
277
  type,
278
278
  content: format(new Date(), defaultFormat),
279
279
  position: { x: 0, y: 0 },
280
- width: 70,
280
+ width: 50,
281
281
  height: 10,
282
282
  rotate: 0,
283
283
  alignment: DEFAULT_ALIGNMENT,