@pdfme/common 6.1.12-dev.16 → 6.1.12-dev.18

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/schema.d.ts CHANGED
@@ -11,6 +11,7 @@ export declare const Lang: z.ZodEnum<{
11
11
  pl: "pl";
12
12
  th: "th";
13
13
  zh: "zh";
14
+ "zh-TW": "zh-TW";
14
15
  }>;
15
16
  export declare const Dict: z.ZodObject<{
16
17
  cancel: z.ZodString;
@@ -395,6 +396,7 @@ export declare const GeneratorOptions: z.ZodObject<{
395
396
  pl: "pl";
396
397
  th: "th";
397
398
  zh: "zh";
399
+ "zh-TW": "zh-TW";
398
400
  }>>;
399
401
  modificationDate: z.ZodOptional<z.ZodDate>;
400
402
  producer: z.ZodOptional<z.ZodString>;
@@ -510,6 +512,7 @@ export declare const GenerateProps: z.ZodObject<{
510
512
  pl: "pl";
511
513
  th: "th";
512
514
  zh: "zh";
515
+ "zh-TW": "zh-TW";
513
516
  }>>;
514
517
  modificationDate: z.ZodOptional<z.ZodDate>;
515
518
  producer: z.ZodOptional<z.ZodString>;
@@ -535,6 +538,7 @@ export declare const UIOptions: z.ZodObject<{
535
538
  pl: "pl";
536
539
  th: "th";
537
540
  zh: "zh";
541
+ "zh-TW": "zh-TW";
538
542
  }>>;
539
543
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
540
544
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -644,6 +648,7 @@ export declare const UIProps: z.ZodObject<{
644
648
  pl: "pl";
645
649
  th: "th";
646
650
  zh: "zh";
651
+ "zh-TW": "zh-TW";
647
652
  }>>;
648
653
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
649
654
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -754,6 +759,7 @@ export declare const PreviewProps: z.ZodObject<{
754
759
  pl: "pl";
755
760
  th: "th";
756
761
  zh: "zh";
762
+ "zh-TW": "zh-TW";
757
763
  }>>;
758
764
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
759
765
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -865,6 +871,7 @@ export declare const DesignerProps: z.ZodObject<{
865
871
  pl: "pl";
866
872
  th: "th";
867
873
  zh: "zh";
874
+ "zh-TW": "zh-TW";
868
875
  }>>;
869
876
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
870
877
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/common",
3
- "version": "6.1.12-dev.16",
3
+ "version": "6.1.12-dev.18",
4
4
  "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",
5
5
  "keywords": [
6
6
  "pdf",