@pdfme/common 1.0.3 → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @name @pdfme/common
3
- * @version 1.0.3 | Thu Mar 10 2022
3
+ * @version 1.0.6 | Sat May 07 2022
4
4
  * @author hand-dot
5
5
  * @license MIT
6
6
  */
@@ -2150,8 +2150,8 @@ export declare const PreviewProps: z.ZodObject<z.extendShape<z.extendShape<{
2150
2150
  }>[];
2151
2151
  basePdf: string | ArrayBuffer | Uint8Array;
2152
2152
  };
2153
- domContainer: HTMLElement;
2154
2153
  inputs: Record<string, string>[];
2154
+ domContainer: HTMLElement;
2155
2155
  }, {
2156
2156
  options?: {
2157
2157
  font?: Record<string, {
@@ -2201,8 +2201,8 @@ export declare const PreviewProps: z.ZodObject<z.extendShape<z.extendShape<{
2201
2201
  }>[];
2202
2202
  basePdf: string | ArrayBuffer | Uint8Array;
2203
2203
  };
2204
- domContainer: HTMLElement;
2205
2204
  inputs: Record<string, string>[];
2205
+ domContainer: HTMLElement;
2206
2206
  }>;
2207
2207
  export declare const PreviewReactProps: z.ZodObject<z.extendShape<{
2208
2208
  options: z.ZodOptional<z.ZodObject<z.extendShape<{
package/package.json CHANGED
@@ -1,8 +1,16 @@
1
1
  {
2
2
  "name": "@pdfme/common",
3
- "version": "1.0.3",
3
+ "version": "1.0.6",
4
4
  "author": "hand-dot",
5
5
  "license": "MIT",
6
+ "keywords": [
7
+ "pdf",
8
+ "pdf-generation",
9
+ "pdf-designer",
10
+ "pdf-viewer",
11
+ "typescript",
12
+ "react"
13
+ ],
6
14
  "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",
7
15
  "homepage": "https://pdfme.com",
8
16
  "repository": {