@pdfme/common 6.1.5-dev.4 → 6.1.6

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.
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { Buffer } from "buffer";
3
3
  import { PDFName } from "@pdfme/pdf-lib";
4
4
  import * as acorn from "acorn";
5
5
  //#region src/version.ts
6
- var PDFME_VERSION = "6.1.5";
6
+ var PDFME_VERSION = "6.1.6";
7
7
  //#endregion
8
8
  //#region src/pageSize.ts
9
9
  var PAGE_SIZE_PRESETS = {
@@ -139,6 +139,10 @@ z.object({
139
139
  addPageAfter: z.string(),
140
140
  removePage: z.string(),
141
141
  removePageConfirm: z.string(),
142
+ zoomIn: z.string(),
143
+ zoomOut: z.string(),
144
+ fitWidth: z.string(),
145
+ fitHeight: z.string(),
142
146
  "validation.uniqueName": z.string(),
143
147
  "validation.hexColor": z.string(),
144
148
  "validation.dateTimeFormat": z.string(),