@opencrvs/toolkit 1.9.7-rc.d83a5b8 → 1.9.7-rc.db8797b

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.
@@ -933,7 +933,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
933
933
  styles?: {
934
934
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
935
935
  hint?: boolean | undefined;
936
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
937
936
  } | undefined;
938
937
  };
939
938
  parent?: {
@@ -4216,7 +4215,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
4216
4215
  styles?: {
4217
4216
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
4218
4217
  hint?: boolean | undefined;
4219
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
4220
4218
  } | undefined;
4221
4219
  };
4222
4220
  parent?: {
@@ -7598,7 +7596,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
7598
7596
  styles?: {
7599
7597
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7600
7598
  hint?: boolean | undefined;
7601
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
7602
7599
  } | undefined;
7603
7600
  };
7604
7601
  parent?: {
@@ -10865,7 +10862,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
10865
10862
  styles?: {
10866
10863
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
10867
10864
  hint?: boolean | undefined;
10868
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
10869
10865
  } | undefined;
10870
10866
  };
10871
10867
  parent?: {
@@ -14193,7 +14189,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
14193
14189
  styles?: {
14194
14190
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
14195
14191
  hint?: boolean | undefined;
14196
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
14197
14192
  } | undefined;
14198
14193
  };
14199
14194
  parent?: {
@@ -17460,7 +17455,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
17460
17455
  styles?: {
17461
17456
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
17462
17457
  hint?: boolean | undefined;
17463
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
17464
17458
  } | undefined;
17465
17459
  };
17466
17460
  parent?: {
@@ -20842,7 +20836,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
20842
20836
  styles?: {
20843
20837
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
20844
20838
  hint?: boolean | undefined;
20845
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
20846
20839
  } | undefined;
20847
20840
  };
20848
20841
  parent?: {
@@ -24132,7 +24125,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
24132
24125
  styles?: {
24133
24126
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
24134
24127
  hint?: boolean | undefined;
24135
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
24136
24128
  } | undefined;
24137
24129
  };
24138
24130
  parent?: {
@@ -616,13 +616,6 @@ export declare const DeclarationReviewConfig: z.ZodObject<{
616
616
  h1: "h1";
617
617
  }>>;
618
618
  hint: z.ZodOptional<z.ZodBoolean>;
619
- textAlign: z.ZodOptional<z.ZodEnum<{
620
- start: "start";
621
- end: "end";
622
- left: "left";
623
- center: "center";
624
- right: "right";
625
- }>>;
626
619
  }, z.core.$strip>>;
627
620
  }, z.core.$strip>>;
628
621
  }, z.core.$strip>, z.ZodObject<{
@@ -3207,13 +3200,6 @@ declare const CustomActionConfig: z.ZodObject<{
3207
3200
  h1: "h1";
3208
3201
  }>>;
3209
3202
  hint: z.ZodOptional<z.ZodBoolean>;
3210
- textAlign: z.ZodOptional<z.ZodEnum<{
3211
- start: "start";
3212
- end: "end";
3213
- left: "left";
3214
- center: "center";
3215
- right: "right";
3216
- }>>;
3217
3203
  }, z.core.$strip>>;
3218
3204
  }, z.core.$strip>>;
3219
3205
  }, z.core.$strip>, z.ZodObject<{
@@ -5664,13 +5650,6 @@ export declare const ActionConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
5664
5650
  h1: "h1";
5665
5651
  }>>;
5666
5652
  hint: z.ZodOptional<z.ZodBoolean>;
5667
- textAlign: z.ZodOptional<z.ZodEnum<{
5668
- start: "start";
5669
- end: "end";
5670
- left: "left";
5671
- center: "center";
5672
- right: "right";
5673
- }>>;
5674
5653
  }, z.core.$strip>>;
5675
5654
  }, z.core.$strip>>;
5676
5655
  }, z.core.$strip>, z.ZodObject<{
@@ -8132,13 +8111,6 @@ export declare const ActionConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
8132
8111
  h1: "h1";
8133
8112
  }>>;
8134
8113
  hint: z.ZodOptional<z.ZodBoolean>;
8135
- textAlign: z.ZodOptional<z.ZodEnum<{
8136
- start: "start";
8137
- end: "end";
8138
- left: "left";
8139
- center: "center";
8140
- right: "right";
8141
- }>>;
8142
8114
  }, z.core.$strip>>;
8143
8115
  }, z.core.$strip>>;
8144
8116
  }, z.core.$strip>, z.ZodObject<{
@@ -10868,13 +10840,6 @@ export declare const ActionConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
10868
10840
  h1: "h1";
10869
10841
  }>>;
10870
10842
  hint: z.ZodOptional<z.ZodBoolean>;
10871
- textAlign: z.ZodOptional<z.ZodEnum<{
10872
- start: "start";
10873
- end: "end";
10874
- left: "left";
10875
- center: "center";
10876
- right: "right";
10877
- }>>;
10878
10843
  }, z.core.$strip>>;
10879
10844
  }, z.core.$strip>>;
10880
10845
  }, z.core.$strip>, z.ZodObject<{
@@ -13203,13 +13168,6 @@ export declare const ActionConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
13203
13168
  h1: "h1";
13204
13169
  }>>;
13205
13170
  hint: z.ZodOptional<z.ZodBoolean>;
13206
- textAlign: z.ZodOptional<z.ZodEnum<{
13207
- start: "start";
13208
- end: "end";
13209
- left: "left";
13210
- center: "center";
13211
- right: "right";
13212
- }>>;
13213
13171
  }, z.core.$strip>>;
13214
13172
  }, z.core.$strip>>;
13215
13173
  }, z.core.$strip>, z.ZodObject<{
@@ -15684,13 +15642,6 @@ export declare const ActionConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
15684
15642
  h1: "h1";
15685
15643
  }>>;
15686
15644
  hint: z.ZodOptional<z.ZodBoolean>;
15687
- textAlign: z.ZodOptional<z.ZodEnum<{
15688
- start: "start";
15689
- end: "end";
15690
- left: "left";
15691
- center: "center";
15692
- right: "right";
15693
- }>>;
15694
15645
  }, z.core.$strip>>;
15695
15646
  }, z.core.$strip>>;
15696
15647
  }, z.core.$strip>, z.ZodObject<{
@@ -18019,13 +17970,6 @@ export declare const ActionConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
18019
17970
  h1: "h1";
18020
17971
  }>>;
18021
17972
  hint: z.ZodOptional<z.ZodBoolean>;
18022
- textAlign: z.ZodOptional<z.ZodEnum<{
18023
- start: "start";
18024
- end: "end";
18025
- left: "left";
18026
- center: "center";
18027
- right: "right";
18028
- }>>;
18029
17973
  }, z.core.$strip>>;
18030
17974
  }, z.core.$strip>>;
18031
17975
  }, z.core.$strip>, z.ZodObject<{
@@ -20760,13 +20704,6 @@ export declare const ActionConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
20760
20704
  h1: "h1";
20761
20705
  }>>;
20762
20706
  hint: z.ZodOptional<z.ZodBoolean>;
20763
- textAlign: z.ZodOptional<z.ZodEnum<{
20764
- start: "start";
20765
- end: "end";
20766
- left: "left";
20767
- center: "center";
20768
- right: "right";
20769
- }>>;
20770
20707
  }, z.core.$strip>>;
20771
20708
  }, z.core.$strip>>;
20772
20709
  }, z.core.$strip>, z.ZodObject<{
@@ -23239,13 +23176,6 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<[z.ZodObje
23239
23176
  h1: "h1";
23240
23177
  }>>;
23241
23178
  hint: z.ZodOptional<z.ZodBoolean>;
23242
- textAlign: z.ZodOptional<z.ZodEnum<{
23243
- start: "start";
23244
- end: "end";
23245
- left: "left";
23246
- center: "center";
23247
- right: "right";
23248
- }>>;
23249
23179
  }, z.core.$strip>>;
23250
23180
  }, z.core.$strip>>;
23251
23181
  }, z.core.$strip>, z.ZodObject<{
@@ -777,13 +777,6 @@ export declare const EventConfig: z.ZodObject<{
777
777
  h1: "h1";
778
778
  }>>;
779
779
  hint: z.ZodOptional<z.ZodBoolean>;
780
- textAlign: z.ZodOptional<z.ZodEnum<{
781
- start: "start";
782
- end: "end";
783
- left: "left";
784
- center: "center";
785
- right: "right";
786
- }>>;
787
780
  }, z.core.$strip>>;
788
781
  }, z.core.$strip>>;
789
782
  }, z.core.$strip>, z.ZodObject<{
@@ -3245,13 +3238,6 @@ export declare const EventConfig: z.ZodObject<{
3245
3238
  h1: "h1";
3246
3239
  }>>;
3247
3240
  hint: z.ZodOptional<z.ZodBoolean>;
3248
- textAlign: z.ZodOptional<z.ZodEnum<{
3249
- start: "start";
3250
- end: "end";
3251
- left: "left";
3252
- center: "center";
3253
- right: "right";
3254
- }>>;
3255
3241
  }, z.core.$strip>>;
3256
3242
  }, z.core.$strip>>;
3257
3243
  }, z.core.$strip>, z.ZodObject<{
@@ -5981,13 +5967,6 @@ export declare const EventConfig: z.ZodObject<{
5981
5967
  h1: "h1";
5982
5968
  }>>;
5983
5969
  hint: z.ZodOptional<z.ZodBoolean>;
5984
- textAlign: z.ZodOptional<z.ZodEnum<{
5985
- start: "start";
5986
- end: "end";
5987
- left: "left";
5988
- center: "center";
5989
- right: "right";
5990
- }>>;
5991
5970
  }, z.core.$strip>>;
5992
5971
  }, z.core.$strip>>;
5993
5972
  }, z.core.$strip>, z.ZodObject<{
@@ -8316,13 +8295,6 @@ export declare const EventConfig: z.ZodObject<{
8316
8295
  h1: "h1";
8317
8296
  }>>;
8318
8297
  hint: z.ZodOptional<z.ZodBoolean>;
8319
- textAlign: z.ZodOptional<z.ZodEnum<{
8320
- start: "start";
8321
- end: "end";
8322
- left: "left";
8323
- center: "center";
8324
- right: "right";
8325
- }>>;
8326
8298
  }, z.core.$strip>>;
8327
8299
  }, z.core.$strip>>;
8328
8300
  }, z.core.$strip>, z.ZodObject<{
@@ -10797,13 +10769,6 @@ export declare const EventConfig: z.ZodObject<{
10797
10769
  h1: "h1";
10798
10770
  }>>;
10799
10771
  hint: z.ZodOptional<z.ZodBoolean>;
10800
- textAlign: z.ZodOptional<z.ZodEnum<{
10801
- start: "start";
10802
- end: "end";
10803
- left: "left";
10804
- center: "center";
10805
- right: "right";
10806
- }>>;
10807
10772
  }, z.core.$strip>>;
10808
10773
  }, z.core.$strip>>;
10809
10774
  }, z.core.$strip>, z.ZodObject<{
@@ -13132,13 +13097,6 @@ export declare const EventConfig: z.ZodObject<{
13132
13097
  h1: "h1";
13133
13098
  }>>;
13134
13099
  hint: z.ZodOptional<z.ZodBoolean>;
13135
- textAlign: z.ZodOptional<z.ZodEnum<{
13136
- start: "start";
13137
- end: "end";
13138
- left: "left";
13139
- center: "center";
13140
- right: "right";
13141
- }>>;
13142
13100
  }, z.core.$strip>>;
13143
13101
  }, z.core.$strip>>;
13144
13102
  }, z.core.$strip>, z.ZodObject<{
@@ -15873,13 +15831,6 @@ export declare const EventConfig: z.ZodObject<{
15873
15831
  h1: "h1";
15874
15832
  }>>;
15875
15833
  hint: z.ZodOptional<z.ZodBoolean>;
15876
- textAlign: z.ZodOptional<z.ZodEnum<{
15877
- start: "start";
15878
- end: "end";
15879
- left: "left";
15880
- center: "center";
15881
- right: "right";
15882
- }>>;
15883
15834
  }, z.core.$strip>>;
15884
15835
  }, z.core.$strip>>;
15885
15836
  }, z.core.$strip>, z.ZodObject<{
@@ -18211,13 +18162,6 @@ export declare const EventConfig: z.ZodObject<{
18211
18162
  h1: "h1";
18212
18163
  }>>;
18213
18164
  hint: z.ZodOptional<z.ZodBoolean>;
18214
- textAlign: z.ZodOptional<z.ZodEnum<{
18215
- start: "start";
18216
- end: "end";
18217
- left: "left";
18218
- center: "center";
18219
- right: "right";
18220
- }>>;
18221
18165
  }, z.core.$strip>>;
18222
18166
  }, z.core.$strip>>;
18223
18167
  }, z.core.$strip>, z.ZodObject<{
@@ -621,13 +621,6 @@ declare const ParagraphConfiguration: z.ZodDefault<z.ZodObject<{
621
621
  h1: "h1";
622
622
  }>>;
623
623
  hint: z.ZodOptional<z.ZodBoolean>;
624
- textAlign: z.ZodOptional<z.ZodEnum<{
625
- start: "start";
626
- end: "end";
627
- left: "left";
628
- center: "center";
629
- right: "right";
630
- }>>;
631
624
  }, z.core.$strip>>;
632
625
  }, z.core.$strip>>;
633
626
  export type ParagraphConfiguration = z.infer<typeof ParagraphConfiguration>;
@@ -686,13 +679,6 @@ declare const Paragraph: z.ZodObject<{
686
679
  h1: "h1";
687
680
  }>>;
688
681
  hint: z.ZodOptional<z.ZodBoolean>;
689
- textAlign: z.ZodOptional<z.ZodEnum<{
690
- start: "start";
691
- end: "end";
692
- left: "left";
693
- center: "center";
694
- right: "right";
695
- }>>;
696
682
  }, z.core.$strip>>;
697
683
  }, z.core.$strip>>;
698
684
  }, z.core.$strip>;
@@ -3229,13 +3215,6 @@ export declare const FieldConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
3229
3215
  h1: "h1";
3230
3216
  }>>;
3231
3217
  hint: z.ZodOptional<z.ZodBoolean>;
3232
- textAlign: z.ZodOptional<z.ZodEnum<{
3233
- start: "start";
3234
- end: "end";
3235
- left: "left";
3236
- center: "center";
3237
- right: "right";
3238
- }>>;
3239
3218
  }, z.core.$strip>>;
3240
3219
  }, z.core.$strip>>;
3241
3220
  }, z.core.$strip>, z.ZodObject<{
@@ -620,13 +620,6 @@ export declare const DeclarationFormConfig: z.ZodObject<{
620
620
  h1: "h1";
621
621
  }>>;
622
622
  hint: z.ZodOptional<z.ZodBoolean>;
623
- textAlign: z.ZodOptional<z.ZodEnum<{
624
- start: "start";
625
- end: "end";
626
- left: "left";
627
- center: "center";
628
- right: "right";
629
- }>>;
630
623
  }, z.core.$strip>>;
631
624
  }, z.core.$strip>>;
632
625
  }, z.core.$strip>, z.ZodObject<{
@@ -2961,13 +2954,6 @@ export declare const ActionFormConfig: z.ZodObject<{
2961
2954
  h1: "h1";
2962
2955
  }>>;
2963
2956
  hint: z.ZodOptional<z.ZodBoolean>;
2964
- textAlign: z.ZodOptional<z.ZodEnum<{
2965
- start: "start";
2966
- end: "end";
2967
- left: "left";
2968
- center: "center";
2969
- right: "right";
2970
- }>>;
2971
2957
  }, z.core.$strip>>;
2972
2958
  }, z.core.$strip>>;
2973
2959
  }, z.core.$strip>, z.ZodObject<{
@@ -5296,13 +5282,6 @@ export declare const ActionFormConfig: z.ZodObject<{
5296
5282
  h1: "h1";
5297
5283
  }>>;
5298
5284
  hint: z.ZodOptional<z.ZodBoolean>;
5299
- textAlign: z.ZodOptional<z.ZodEnum<{
5300
- start: "start";
5301
- end: "end";
5302
- left: "left";
5303
- center: "center";
5304
- right: "right";
5305
- }>>;
5306
5285
  }, z.core.$strip>>;
5307
5286
  }, z.core.$strip>>;
5308
5287
  }, z.core.$strip>, z.ZodObject<{
@@ -7649,13 +7628,6 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
7649
7628
  h1: "h1";
7650
7629
  }>>;
7651
7630
  hint: z.ZodOptional<z.ZodBoolean>;
7652
- textAlign: z.ZodOptional<z.ZodEnum<{
7653
- start: "start";
7654
- end: "end";
7655
- left: "left";
7656
- center: "center";
7657
- right: "right";
7658
- }>>;
7659
7631
  }, z.core.$strip>>;
7660
7632
  }, z.core.$strip>>;
7661
7633
  }, z.core.$strip>, z.ZodObject<{
@@ -9987,13 +9959,6 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
9987
9959
  h1: "h1";
9988
9960
  }>>;
9989
9961
  hint: z.ZodOptional<z.ZodBoolean>;
9990
- textAlign: z.ZodOptional<z.ZodEnum<{
9991
- start: "start";
9992
- end: "end";
9993
- left: "left";
9994
- center: "center";
9995
- right: "right";
9996
- }>>;
9997
9962
  }, z.core.$strip>>;
9998
9963
  }, z.core.$strip>>;
9999
9964
  }, z.core.$strip>, z.ZodObject<{
@@ -12322,13 +12287,6 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
12322
12287
  h1: "h1";
12323
12288
  }>>;
12324
12289
  hint: z.ZodOptional<z.ZodBoolean>;
12325
- textAlign: z.ZodOptional<z.ZodEnum<{
12326
- start: "start";
12327
- end: "end";
12328
- left: "left";
12329
- center: "center";
12330
- right: "right";
12331
- }>>;
12332
12290
  }, z.core.$strip>>;
12333
12291
  }, z.core.$strip>>;
12334
12292
  }, z.core.$strip>, z.ZodObject<{
@@ -623,13 +623,6 @@ export declare const FormPageConfig: z.ZodObject<{
623
623
  h1: "h1";
624
624
  }>>;
625
625
  hint: z.ZodOptional<z.ZodBoolean>;
626
- textAlign: z.ZodOptional<z.ZodEnum<{
627
- start: "start";
628
- end: "end";
629
- left: "left";
630
- center: "center";
631
- right: "right";
632
- }>>;
633
626
  }, z.core.$strip>>;
634
627
  }, z.core.$strip>>;
635
628
  }, z.core.$strip>, z.ZodObject<{
@@ -2973,13 +2966,6 @@ export declare const VerificationPageConfig: z.ZodObject<{
2973
2966
  h1: "h1";
2974
2967
  }>>;
2975
2968
  hint: z.ZodOptional<z.ZodBoolean>;
2976
- textAlign: z.ZodOptional<z.ZodEnum<{
2977
- start: "start";
2978
- end: "end";
2979
- left: "left";
2980
- center: "center";
2981
- right: "right";
2982
- }>>;
2983
2969
  }, z.core.$strip>>;
2984
2970
  }, z.core.$strip>>;
2985
2971
  }, z.core.$strip>, z.ZodObject<{
@@ -5322,13 +5308,6 @@ export declare const PageConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
5322
5308
  h1: "h1";
5323
5309
  }>>;
5324
5310
  hint: z.ZodOptional<z.ZodBoolean>;
5325
- textAlign: z.ZodOptional<z.ZodEnum<{
5326
- start: "start";
5327
- end: "end";
5328
- left: "left";
5329
- center: "center";
5330
- right: "right";
5331
- }>>;
5332
5311
  }, z.core.$strip>>;
5333
5312
  }, z.core.$strip>>;
5334
5313
  }, z.core.$strip>, z.ZodObject<{
@@ -7657,13 +7636,6 @@ export declare const PageConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
7657
7636
  h1: "h1";
7658
7637
  }>>;
7659
7638
  hint: z.ZodOptional<z.ZodBoolean>;
7660
- textAlign: z.ZodOptional<z.ZodEnum<{
7661
- start: "start";
7662
- end: "end";
7663
- left: "left";
7664
- center: "center";
7665
- right: "right";
7666
- }>>;
7667
7639
  }, z.core.$strip>>;
7668
7640
  }, z.core.$strip>>;
7669
7641
  }, z.core.$strip>, z.ZodObject<{
@@ -726,7 +726,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
726
726
  styles?: {
727
727
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
728
728
  hint?: boolean | undefined;
729
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
730
729
  } | undefined;
731
730
  };
732
731
  parent?: {
@@ -4019,7 +4018,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
4019
4018
  styles?: {
4020
4019
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
4021
4020
  hint?: boolean | undefined;
4022
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
4023
4021
  } | undefined;
4024
4022
  };
4025
4023
  parent?: {
@@ -7302,7 +7300,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
7302
7300
  styles?: {
7303
7301
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7304
7302
  hint?: boolean | undefined;
7305
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
7306
7303
  } | undefined;
7307
7304
  };
7308
7305
  parent?: {
@@ -10684,7 +10681,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
10684
10681
  styles?: {
10685
10682
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
10686
10683
  hint?: boolean | undefined;
10687
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
10688
10684
  } | undefined;
10689
10685
  };
10690
10686
  parent?: {
@@ -13951,7 +13947,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
13951
13947
  styles?: {
13952
13948
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
13953
13949
  hint?: boolean | undefined;
13954
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
13955
13950
  } | undefined;
13956
13951
  };
13957
13952
  parent?: {
@@ -17279,7 +17274,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
17279
17274
  styles?: {
17280
17275
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
17281
17276
  hint?: boolean | undefined;
17282
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
17283
17277
  } | undefined;
17284
17278
  };
17285
17279
  parent?: {
@@ -20546,7 +20540,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
20546
20540
  styles?: {
20547
20541
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
20548
20542
  hint?: boolean | undefined;
20549
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
20550
20543
  } | undefined;
20551
20544
  };
20552
20545
  parent?: {
@@ -23930,7 +23923,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
23930
23923
  styles?: {
23931
23924
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
23932
23925
  hint?: boolean | undefined;
23933
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
23934
23926
  } | undefined;
23935
23927
  };
23936
23928
  parent?: {
@@ -678,7 +678,6 @@ export declare function getDeclarationPages(configuration: EventConfig): {
678
678
  styles?: {
679
679
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
680
680
  hint?: boolean | undefined;
681
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
682
681
  } | undefined;
683
682
  };
684
683
  parent?: {
@@ -3952,7 +3951,6 @@ export declare function getDeclaration(configuration: EventConfig): {
3952
3951
  styles?: {
3953
3952
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
3954
3953
  hint?: boolean | undefined;
3955
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
3956
3954
  } | undefined;
3957
3955
  };
3958
3956
  parent?: {
@@ -7228,7 +7226,6 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
7228
7226
  styles?: {
7229
7227
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7230
7228
  hint?: boolean | undefined;
7231
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
7232
7229
  } | undefined;
7233
7230
  };
7234
7231
  parent?: {
@@ -10495,7 +10492,6 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
10495
10492
  styles?: {
10496
10493
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
10497
10494
  hint?: boolean | undefined;
10498
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
10499
10495
  } | undefined;
10500
10496
  };
10501
10497
  parent?: {
@@ -13783,7 +13779,6 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
13783
13779
  styles?: {
13784
13780
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
13785
13781
  hint?: boolean | undefined;
13786
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
13787
13782
  } | undefined;
13788
13783
  };
13789
13784
  parent?: {
@@ -17040,7 +17035,6 @@ export declare function getAllUniqueFields(eventConfig: EventConfig): ({
17040
17035
  styles?: {
17041
17036
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
17042
17037
  hint?: boolean | undefined;
17043
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
17044
17038
  } | undefined;
17045
17039
  };
17046
17040
  parent?: {
@@ -20308,7 +20302,6 @@ export declare function getActionReview(configuration: EventConfig, actionType:
20308
20302
  styles?: {
20309
20303
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
20310
20304
  hint?: boolean | undefined;
20311
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
20312
20305
  } | undefined;
20313
20306
  };
20314
20307
  parent?: {
@@ -23566,7 +23559,6 @@ export declare function getActionReviewFields(configuration: EventConfig, action
23566
23559
  styles?: {
23567
23560
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
23568
23561
  hint?: boolean | undefined;
23569
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
23570
23562
  } | undefined;
23571
23563
  };
23572
23564
  parent?: {
@@ -27356,7 +27348,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
27356
27348
  styles?: {
27357
27349
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
27358
27350
  hint?: boolean | undefined;
27359
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
27360
27351
  } | undefined;
27361
27352
  };
27362
27353
  parent?: {
@@ -30649,7 +30640,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
30649
30640
  styles?: {
30650
30641
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
30651
30642
  hint?: boolean | undefined;
30652
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
30653
30643
  } | undefined;
30654
30644
  };
30655
30645
  parent?: {
@@ -33932,7 +33922,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
33932
33922
  styles?: {
33933
33923
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
33934
33924
  hint?: boolean | undefined;
33935
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
33936
33925
  } | undefined;
33937
33926
  };
33938
33927
  parent?: {
@@ -37314,7 +37303,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
37314
37303
  styles?: {
37315
37304
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
37316
37305
  hint?: boolean | undefined;
37317
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
37318
37306
  } | undefined;
37319
37307
  };
37320
37308
  parent?: {
@@ -40581,7 +40569,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
40581
40569
  styles?: {
40582
40570
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
40583
40571
  hint?: boolean | undefined;
40584
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
40585
40572
  } | undefined;
40586
40573
  };
40587
40574
  parent?: {
@@ -43909,7 +43896,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
43909
43896
  styles?: {
43910
43897
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
43911
43898
  hint?: boolean | undefined;
43912
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
43913
43899
  } | undefined;
43914
43900
  };
43915
43901
  parent?: {
@@ -47176,7 +47162,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
47176
47162
  styles?: {
47177
47163
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
47178
47164
  hint?: boolean | undefined;
47179
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
47180
47165
  } | undefined;
47181
47166
  };
47182
47167
  parent?: {
@@ -50560,7 +50545,6 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
50560
50545
  styles?: {
50561
50546
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
50562
50547
  hint?: boolean | undefined;
50563
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
50564
50548
  } | undefined;
50565
50549
  };
50566
50550
  parent?: {
@@ -2191,16 +2191,12 @@ var HtmlFontVariant = z17.enum([
2191
2191
  "h2",
2192
2192
  "h1"
2193
2193
  ]);
2194
- var ParagraphTextAlign = z17.enum(["left", "center", "right", "start", "end"]);
2195
2194
  var ParagraphConfiguration = z17.object({
2196
2195
  styles: z17.object({
2197
2196
  fontVariant: HtmlFontVariant.optional().describe(
2198
2197
  "Font variant to use for the paragraph text"
2199
2198
  ),
2200
- hint: z17.boolean().optional().describe("When true, paragraph is styled as a hint with grey color"),
2201
- textAlign: ParagraphTextAlign.optional().describe(
2202
- "Text alignment for the paragraph"
2203
- )
2199
+ hint: z17.boolean().optional().describe("When true, paragraph is styled as a hint with grey color")
2204
2200
  }).optional()
2205
2201
  }).default({});
2206
2202
  var Paragraph = BaseField.extend({
@@ -1687,16 +1687,12 @@ var HtmlFontVariant = z17.enum([
1687
1687
  "h2",
1688
1688
  "h1"
1689
1689
  ]);
1690
- var ParagraphTextAlign = z17.enum(["left", "center", "right", "start", "end"]);
1691
1690
  var ParagraphConfiguration = z17.object({
1692
1691
  styles: z17.object({
1693
1692
  fontVariant: HtmlFontVariant.optional().describe(
1694
1693
  "Font variant to use for the paragraph text"
1695
1694
  ),
1696
- hint: z17.boolean().optional().describe("When true, paragraph is styled as a hint with grey color"),
1697
- textAlign: ParagraphTextAlign.optional().describe(
1698
- "Text alignment for the paragraph"
1699
- )
1695
+ hint: z17.boolean().optional().describe("When true, paragraph is styled as a hint with grey color")
1700
1696
  }).optional()
1701
1697
  }).default({});
1702
1698
  var Paragraph = BaseField.extend({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencrvs/toolkit",
3
- "version": "1.9.7-rc.d83a5b8",
3
+ "version": "1.9.7-rc.db8797b",
4
4
  "description": "OpenCRVS toolkit for building country configurations",
5
5
  "license": "MPL-2.0",
6
6
  "exports": {