@pdfme/common 1.0.0-beta.6 → 1.0.0-beta.7

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,6 +1,6 @@
1
1
  /*!
2
2
  * @name @pdfme/common
3
- * @version 1.0.0-beta.6 | Fri Feb 04 2022
3
+ * @version 1.0.0-beta.7 | Fri Feb 04 2022
4
4
  * @author hand-dot
5
5
  * @license MIT
6
6
  */
@@ -2149,8 +2149,8 @@ export declare const PreviewProps: z.ZodObject<z.extendShape<z.extendShape<{
2149
2149
  }>[];
2150
2150
  basePdf: string | ArrayBuffer | Uint8Array;
2151
2151
  };
2152
- inputs: Record<string, string>[];
2153
2152
  domContainer: HTMLElement;
2153
+ inputs: Record<string, string>[];
2154
2154
  }, {
2155
2155
  options?: {
2156
2156
  font?: Record<string, {
@@ -2200,8 +2200,8 @@ export declare const PreviewProps: z.ZodObject<z.extendShape<z.extendShape<{
2200
2200
  }>[];
2201
2201
  basePdf: string | ArrayBuffer | Uint8Array;
2202
2202
  };
2203
- inputs: Record<string, string>[];
2204
2203
  domContainer: HTMLElement;
2204
+ inputs: Record<string, string>[];
2205
2205
  }>;
2206
2206
  export declare const PreviewReactProps: z.ZodObject<z.extendShape<{
2207
2207
  options: z.ZodOptional<z.ZodObject<z.extendShape<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/common",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.7",
4
4
  "author": "hand-dot",
5
5
  "license": "MIT",
6
6
  "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",