@shotstack/schemas 1.9.4 → 1.9.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.
@@ -4651,9 +4651,10 @@ export declare const templateResponseSchema: z.ZodObject<{
4651
4651
  * Font properties for the active/highlighted word.
4652
4652
  */
4653
4653
  export declare const richcaptionpropertiesRichCaptionActiveFontSchema: z.ZodObject<{
4654
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
4654
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4655
4655
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4656
4656
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4657
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
4657
4658
  textDecoration: z.ZodOptional<z.ZodEnum<{
4658
4659
  none: "none";
4659
4660
  underline: "underline";
@@ -4661,9 +4662,10 @@ export declare const richcaptionpropertiesRichCaptionActiveFontSchema: z.ZodObje
4661
4662
  }>>;
4662
4663
  }, z.core.$strict>;
4663
4664
  export declare const richCaptionActiveFontSchema: z.ZodObject<{
4664
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
4665
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4665
4666
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4666
4667
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4668
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
4667
4669
  textDecoration: z.ZodOptional<z.ZodEnum<{
4668
4670
  none: "none";
4669
4671
  underline: "underline";
@@ -4851,6 +4853,7 @@ export declare const richcaptionpropertiesRichCaptionStyleSchema: z.ZodObject<{
4851
4853
  lowercase: "lowercase";
4852
4854
  capitalize: "capitalize";
4853
4855
  }>>;
4856
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
4854
4857
  textDecoration: z.ZodOptional<z.ZodEnum<{
4855
4858
  none: "none";
4856
4859
  underline: "underline";
@@ -4912,9 +4915,10 @@ export declare const richTextStrokeSchema: z.ZodObject<{
4912
4915
  */
4913
4916
  export declare const richcaptionpropertiesRichCaptionActiveSchema: z.ZodObject<{
4914
4917
  font: z.ZodOptional<z.ZodObject<{
4915
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
4918
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4916
4919
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4917
4920
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4921
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
4918
4922
  textDecoration: z.ZodOptional<z.ZodEnum<{
4919
4923
  none: "none";
4920
4924
  underline: "underline";
@@ -4941,9 +4945,10 @@ export declare const richcaptionpropertiesRichCaptionActiveSchema: z.ZodObject<{
4941
4945
  }, z.core.$strict>;
4942
4946
  export declare const richCaptionActiveSchema: z.ZodObject<{
4943
4947
  font: z.ZodOptional<z.ZodObject<{
4944
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
4948
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4945
4949
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4946
4950
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4951
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
4947
4952
  textDecoration: z.ZodOptional<z.ZodEnum<{
4948
4953
  none: "none";
4949
4954
  underline: "underline";
@@ -4996,6 +5001,7 @@ export declare const richcaptionassetRichCaptionAssetSchema: z.ZodObject<{
4996
5001
  lowercase: "lowercase";
4997
5002
  capitalize: "capitalize";
4998
5003
  }>>;
5004
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
4999
5005
  textDecoration: z.ZodOptional<z.ZodEnum<{
5000
5006
  none: "none";
5001
5007
  underline: "underline";
@@ -5056,9 +5062,10 @@ export declare const richcaptionassetRichCaptionAssetSchema: z.ZodObject<{
5056
5062
  }, z.core.$strict>>;
5057
5063
  active: z.ZodOptional<z.ZodObject<{
5058
5064
  font: z.ZodOptional<z.ZodObject<{
5059
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
5065
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
5060
5066
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
5061
5067
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
5068
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
5062
5069
  textDecoration: z.ZodOptional<z.ZodEnum<{
5063
5070
  none: "none";
5064
5071
  underline: "underline";
@@ -5124,6 +5131,7 @@ export declare const richCaptionAssetSchema: z.ZodObject<{
5124
5131
  lowercase: "lowercase";
5125
5132
  capitalize: "capitalize";
5126
5133
  }>>;
5134
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
5127
5135
  textDecoration: z.ZodOptional<z.ZodEnum<{
5128
5136
  none: "none";
5129
5137
  underline: "underline";
@@ -5184,9 +5192,10 @@ export declare const richCaptionAssetSchema: z.ZodObject<{
5184
5192
  }, z.core.$strict>>;
5185
5193
  active: z.ZodOptional<z.ZodObject<{
5186
5194
  font: z.ZodOptional<z.ZodObject<{
5187
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
5195
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
5188
5196
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
5189
5197
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
5198
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
5190
5199
  textDecoration: z.ZodOptional<z.ZodEnum<{
5191
5200
  none: "none";
5192
5201
  underline: "underline";
@@ -11206,6 +11215,7 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11206
11215
  lowercase: "lowercase";
11207
11216
  capitalize: "capitalize";
11208
11217
  }>>;
11218
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
11209
11219
  textDecoration: z.ZodOptional<z.ZodEnum<{
11210
11220
  none: "none";
11211
11221
  underline: "underline";
@@ -11266,9 +11276,10 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11266
11276
  }, z.core.$strict>>;
11267
11277
  active: z.ZodOptional<z.ZodObject<{
11268
11278
  font: z.ZodOptional<z.ZodObject<{
11269
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
11279
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
11270
11280
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
11271
11281
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
11282
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
11272
11283
  textDecoration: z.ZodOptional<z.ZodEnum<{
11273
11284
  none: "none";
11274
11285
  underline: "underline";
@@ -12050,6 +12061,7 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
12050
12061
  lowercase: "lowercase";
12051
12062
  capitalize: "capitalize";
12052
12063
  }>>;
12064
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
12053
12065
  textDecoration: z.ZodOptional<z.ZodEnum<{
12054
12066
  none: "none";
12055
12067
  underline: "underline";
@@ -12110,9 +12122,10 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
12110
12122
  }, z.core.$strict>>;
12111
12123
  active: z.ZodOptional<z.ZodObject<{
12112
12124
  font: z.ZodOptional<z.ZodObject<{
12113
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
12125
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
12114
12126
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
12115
12127
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
12128
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
12116
12129
  textDecoration: z.ZodOptional<z.ZodEnum<{
12117
12130
  none: "none";
12118
12131
  underline: "underline";
@@ -12898,6 +12911,7 @@ export declare const clipClipSchema: z.ZodObject<{
12898
12911
  lowercase: "lowercase";
12899
12912
  capitalize: "capitalize";
12900
12913
  }>>;
12914
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
12901
12915
  textDecoration: z.ZodOptional<z.ZodEnum<{
12902
12916
  none: "none";
12903
12917
  underline: "underline";
@@ -12958,9 +12972,10 @@ export declare const clipClipSchema: z.ZodObject<{
12958
12972
  }, z.core.$strict>>;
12959
12973
  active: z.ZodOptional<z.ZodObject<{
12960
12974
  font: z.ZodOptional<z.ZodObject<{
12961
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
12975
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
12962
12976
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
12963
12977
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
12978
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
12964
12979
  textDecoration: z.ZodOptional<z.ZodEnum<{
12965
12980
  none: "none";
12966
12981
  underline: "underline";
@@ -14226,6 +14241,7 @@ export declare const clipSchema: z.ZodObject<{
14226
14241
  lowercase: "lowercase";
14227
14242
  capitalize: "capitalize";
14228
14243
  }>>;
14244
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
14229
14245
  textDecoration: z.ZodOptional<z.ZodEnum<{
14230
14246
  none: "none";
14231
14247
  underline: "underline";
@@ -14286,9 +14302,10 @@ export declare const clipSchema: z.ZodObject<{
14286
14302
  }, z.core.$strict>>;
14287
14303
  active: z.ZodOptional<z.ZodObject<{
14288
14304
  font: z.ZodOptional<z.ZodObject<{
14289
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
14305
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
14290
14306
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
14291
14307
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
14308
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
14292
14309
  textDecoration: z.ZodOptional<z.ZodEnum<{
14293
14310
  none: "none";
14294
14311
  underline: "underline";
@@ -15558,6 +15575,7 @@ export declare const trackTrackSchema: z.ZodObject<{
15558
15575
  lowercase: "lowercase";
15559
15576
  capitalize: "capitalize";
15560
15577
  }>>;
15578
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
15561
15579
  textDecoration: z.ZodOptional<z.ZodEnum<{
15562
15580
  none: "none";
15563
15581
  underline: "underline";
@@ -15618,9 +15636,10 @@ export declare const trackTrackSchema: z.ZodObject<{
15618
15636
  }, z.core.$strict>>;
15619
15637
  active: z.ZodOptional<z.ZodObject<{
15620
15638
  font: z.ZodOptional<z.ZodObject<{
15621
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
15639
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
15622
15640
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
15623
15641
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
15642
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
15624
15643
  textDecoration: z.ZodOptional<z.ZodEnum<{
15625
15644
  none: "none";
15626
15645
  underline: "underline";
@@ -16840,6 +16859,7 @@ export declare const trackTrackSchema: z.ZodObject<{
16840
16859
  letterSpacing: string | number;
16841
16860
  lineHeight: string | number;
16842
16861
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
16862
+ size?: string | number;
16843
16863
  textDecoration?: "none" | "underline" | "line-through";
16844
16864
  gradient?: {
16845
16865
  angle: string | number;
@@ -16886,9 +16906,10 @@ export declare const trackTrackSchema: z.ZodObject<{
16886
16906
  active?: {
16887
16907
  scale: string | number;
16888
16908
  font?: {
16889
- color: string;
16890
16909
  opacity: string | number;
16910
+ color?: string;
16891
16911
  background?: string;
16912
+ size?: string | number;
16892
16913
  textDecoration?: "none" | "underline" | "line-through";
16893
16914
  };
16894
16915
  stroke?: "none" | {
@@ -17381,6 +17402,7 @@ export declare const trackTrackSchema: z.ZodObject<{
17381
17402
  letterSpacing: string | number;
17382
17403
  lineHeight: string | number;
17383
17404
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
17405
+ size?: string | number;
17384
17406
  textDecoration?: "none" | "underline" | "line-through";
17385
17407
  gradient?: {
17386
17408
  angle: string | number;
@@ -17427,9 +17449,10 @@ export declare const trackTrackSchema: z.ZodObject<{
17427
17449
  active?: {
17428
17450
  scale: string | number;
17429
17451
  font?: {
17430
- color: string;
17431
17452
  opacity: string | number;
17453
+ color?: string;
17432
17454
  background?: string;
17455
+ size?: string | number;
17433
17456
  textDecoration?: "none" | "underline" | "line-through";
17434
17457
  };
17435
17458
  stroke?: "none" | {
@@ -17971,6 +17994,7 @@ export declare const trackSchema: z.ZodObject<{
17971
17994
  lowercase: "lowercase";
17972
17995
  capitalize: "capitalize";
17973
17996
  }>>;
17997
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
17974
17998
  textDecoration: z.ZodOptional<z.ZodEnum<{
17975
17999
  none: "none";
17976
18000
  underline: "underline";
@@ -18031,9 +18055,10 @@ export declare const trackSchema: z.ZodObject<{
18031
18055
  }, z.core.$strict>>;
18032
18056
  active: z.ZodOptional<z.ZodObject<{
18033
18057
  font: z.ZodOptional<z.ZodObject<{
18034
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
18058
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
18035
18059
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
18036
18060
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
18061
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
18037
18062
  textDecoration: z.ZodOptional<z.ZodEnum<{
18038
18063
  none: "none";
18039
18064
  underline: "underline";
@@ -19253,6 +19278,7 @@ export declare const trackSchema: z.ZodObject<{
19253
19278
  letterSpacing: string | number;
19254
19279
  lineHeight: string | number;
19255
19280
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
19281
+ size?: string | number;
19256
19282
  textDecoration?: "none" | "underline" | "line-through";
19257
19283
  gradient?: {
19258
19284
  angle: string | number;
@@ -19299,9 +19325,10 @@ export declare const trackSchema: z.ZodObject<{
19299
19325
  active?: {
19300
19326
  scale: string | number;
19301
19327
  font?: {
19302
- color: string;
19303
19328
  opacity: string | number;
19329
+ color?: string;
19304
19330
  background?: string;
19331
+ size?: string | number;
19305
19332
  textDecoration?: "none" | "underline" | "line-through";
19306
19333
  };
19307
19334
  stroke?: "none" | {
@@ -19794,6 +19821,7 @@ export declare const trackSchema: z.ZodObject<{
19794
19821
  letterSpacing: string | number;
19795
19822
  lineHeight: string | number;
19796
19823
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
19824
+ size?: string | number;
19797
19825
  textDecoration?: "none" | "underline" | "line-through";
19798
19826
  gradient?: {
19799
19827
  angle: string | number;
@@ -19840,9 +19868,10 @@ export declare const trackSchema: z.ZodObject<{
19840
19868
  active?: {
19841
19869
  scale: string | number;
19842
19870
  font?: {
19843
- color: string;
19844
19871
  opacity: string | number;
19872
+ color?: string;
19845
19873
  background?: string;
19874
+ size?: string | number;
19846
19875
  textDecoration?: "none" | "underline" | "line-through";
19847
19876
  };
19848
19877
  stroke?: "none" | {
@@ -20401,6 +20430,7 @@ export declare const timelineTimelineSchema: z.ZodObject<{
20401
20430
  lowercase: "lowercase";
20402
20431
  capitalize: "capitalize";
20403
20432
  }>>;
20433
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
20404
20434
  textDecoration: z.ZodOptional<z.ZodEnum<{
20405
20435
  none: "none";
20406
20436
  underline: "underline";
@@ -20461,9 +20491,10 @@ export declare const timelineTimelineSchema: z.ZodObject<{
20461
20491
  }, z.core.$strict>>;
20462
20492
  active: z.ZodOptional<z.ZodObject<{
20463
20493
  font: z.ZodOptional<z.ZodObject<{
20464
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
20494
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
20465
20495
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
20466
20496
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
20497
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
20467
20498
  textDecoration: z.ZodOptional<z.ZodEnum<{
20468
20499
  none: "none";
20469
20500
  underline: "underline";
@@ -21683,6 +21714,7 @@ export declare const timelineTimelineSchema: z.ZodObject<{
21683
21714
  letterSpacing: string | number;
21684
21715
  lineHeight: string | number;
21685
21716
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
21717
+ size?: string | number;
21686
21718
  textDecoration?: "none" | "underline" | "line-through";
21687
21719
  gradient?: {
21688
21720
  angle: string | number;
@@ -21729,9 +21761,10 @@ export declare const timelineTimelineSchema: z.ZodObject<{
21729
21761
  active?: {
21730
21762
  scale: string | number;
21731
21763
  font?: {
21732
- color: string;
21733
21764
  opacity: string | number;
21765
+ color?: string;
21734
21766
  background?: string;
21767
+ size?: string | number;
21735
21768
  textDecoration?: "none" | "underline" | "line-through";
21736
21769
  };
21737
21770
  stroke?: "none" | {
@@ -22224,6 +22257,7 @@ export declare const timelineTimelineSchema: z.ZodObject<{
22224
22257
  letterSpacing: string | number;
22225
22258
  lineHeight: string | number;
22226
22259
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
22260
+ size?: string | number;
22227
22261
  textDecoration?: "none" | "underline" | "line-through";
22228
22262
  gradient?: {
22229
22263
  angle: string | number;
@@ -22270,9 +22304,10 @@ export declare const timelineTimelineSchema: z.ZodObject<{
22270
22304
  active?: {
22271
22305
  scale: string | number;
22272
22306
  font?: {
22273
- color: string;
22274
22307
  opacity: string | number;
22308
+ color?: string;
22275
22309
  background?: string;
22310
+ size?: string | number;
22276
22311
  textDecoration?: "none" | "underline" | "line-through";
22277
22312
  };
22278
22313
  stroke?: "none" | {
@@ -22830,6 +22865,7 @@ export declare const timelineSchema: z.ZodObject<{
22830
22865
  lowercase: "lowercase";
22831
22866
  capitalize: "capitalize";
22832
22867
  }>>;
22868
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
22833
22869
  textDecoration: z.ZodOptional<z.ZodEnum<{
22834
22870
  none: "none";
22835
22871
  underline: "underline";
@@ -22890,9 +22926,10 @@ export declare const timelineSchema: z.ZodObject<{
22890
22926
  }, z.core.$strict>>;
22891
22927
  active: z.ZodOptional<z.ZodObject<{
22892
22928
  font: z.ZodOptional<z.ZodObject<{
22893
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
22929
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
22894
22930
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
22895
22931
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
22932
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
22896
22933
  textDecoration: z.ZodOptional<z.ZodEnum<{
22897
22934
  none: "none";
22898
22935
  underline: "underline";
@@ -24112,6 +24149,7 @@ export declare const timelineSchema: z.ZodObject<{
24112
24149
  letterSpacing: string | number;
24113
24150
  lineHeight: string | number;
24114
24151
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
24152
+ size?: string | number;
24115
24153
  textDecoration?: "none" | "underline" | "line-through";
24116
24154
  gradient?: {
24117
24155
  angle: string | number;
@@ -24158,9 +24196,10 @@ export declare const timelineSchema: z.ZodObject<{
24158
24196
  active?: {
24159
24197
  scale: string | number;
24160
24198
  font?: {
24161
- color: string;
24162
24199
  opacity: string | number;
24200
+ color?: string;
24163
24201
  background?: string;
24202
+ size?: string | number;
24164
24203
  textDecoration?: "none" | "underline" | "line-through";
24165
24204
  };
24166
24205
  stroke?: "none" | {
@@ -24653,6 +24692,7 @@ export declare const timelineSchema: z.ZodObject<{
24653
24692
  letterSpacing: string | number;
24654
24693
  lineHeight: string | number;
24655
24694
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
24695
+ size?: string | number;
24656
24696
  textDecoration?: "none" | "underline" | "line-through";
24657
24697
  gradient?: {
24658
24698
  angle: string | number;
@@ -24699,9 +24739,10 @@ export declare const timelineSchema: z.ZodObject<{
24699
24739
  active?: {
24700
24740
  scale: string | number;
24701
24741
  font?: {
24702
- color: string;
24703
24742
  opacity: string | number;
24743
+ color?: string;
24704
24744
  background?: string;
24745
+ size?: string | number;
24705
24746
  textDecoration?: "none" | "underline" | "line-through";
24706
24747
  };
24707
24748
  stroke?: "none" | {
@@ -25263,6 +25304,7 @@ export declare const editEditSchema: z.ZodObject<{
25263
25304
  lowercase: "lowercase";
25264
25305
  capitalize: "capitalize";
25265
25306
  }>>;
25307
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
25266
25308
  textDecoration: z.ZodOptional<z.ZodEnum<{
25267
25309
  none: "none";
25268
25310
  underline: "underline";
@@ -25323,9 +25365,10 @@ export declare const editEditSchema: z.ZodObject<{
25323
25365
  }, z.core.$strict>>;
25324
25366
  active: z.ZodOptional<z.ZodObject<{
25325
25367
  font: z.ZodOptional<z.ZodObject<{
25326
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
25368
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
25327
25369
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
25328
25370
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
25371
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
25329
25372
  textDecoration: z.ZodOptional<z.ZodEnum<{
25330
25373
  none: "none";
25331
25374
  underline: "underline";
@@ -26545,6 +26588,7 @@ export declare const editEditSchema: z.ZodObject<{
26545
26588
  letterSpacing: string | number;
26546
26589
  lineHeight: string | number;
26547
26590
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
26591
+ size?: string | number;
26548
26592
  textDecoration?: "none" | "underline" | "line-through";
26549
26593
  gradient?: {
26550
26594
  angle: string | number;
@@ -26591,9 +26635,10 @@ export declare const editEditSchema: z.ZodObject<{
26591
26635
  active?: {
26592
26636
  scale: string | number;
26593
26637
  font?: {
26594
- color: string;
26595
26638
  opacity: string | number;
26639
+ color?: string;
26596
26640
  background?: string;
26641
+ size?: string | number;
26597
26642
  textDecoration?: "none" | "underline" | "line-through";
26598
26643
  };
26599
26644
  stroke?: "none" | {
@@ -27086,6 +27131,7 @@ export declare const editEditSchema: z.ZodObject<{
27086
27131
  letterSpacing: string | number;
27087
27132
  lineHeight: string | number;
27088
27133
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
27134
+ size?: string | number;
27089
27135
  textDecoration?: "none" | "underline" | "line-through";
27090
27136
  gradient?: {
27091
27137
  angle: string | number;
@@ -27132,9 +27178,10 @@ export declare const editEditSchema: z.ZodObject<{
27132
27178
  active?: {
27133
27179
  scale: string | number;
27134
27180
  font?: {
27135
- color: string;
27136
27181
  opacity: string | number;
27182
+ color?: string;
27137
27183
  background?: string;
27184
+ size?: string | number;
27138
27185
  textDecoration?: "none" | "underline" | "line-through";
27139
27186
  };
27140
27187
  stroke?: "none" | {
@@ -27858,6 +27905,7 @@ export declare const editSchema: z.ZodObject<{
27858
27905
  lowercase: "lowercase";
27859
27906
  capitalize: "capitalize";
27860
27907
  }>>;
27908
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
27861
27909
  textDecoration: z.ZodOptional<z.ZodEnum<{
27862
27910
  none: "none";
27863
27911
  underline: "underline";
@@ -27918,9 +27966,10 @@ export declare const editSchema: z.ZodObject<{
27918
27966
  }, z.core.$strict>>;
27919
27967
  active: z.ZodOptional<z.ZodObject<{
27920
27968
  font: z.ZodOptional<z.ZodObject<{
27921
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
27969
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
27922
27970
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
27923
27971
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
27972
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
27924
27973
  textDecoration: z.ZodOptional<z.ZodEnum<{
27925
27974
  none: "none";
27926
27975
  underline: "underline";
@@ -29140,6 +29189,7 @@ export declare const editSchema: z.ZodObject<{
29140
29189
  letterSpacing: string | number;
29141
29190
  lineHeight: string | number;
29142
29191
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
29192
+ size?: string | number;
29143
29193
  textDecoration?: "none" | "underline" | "line-through";
29144
29194
  gradient?: {
29145
29195
  angle: string | number;
@@ -29186,9 +29236,10 @@ export declare const editSchema: z.ZodObject<{
29186
29236
  active?: {
29187
29237
  scale: string | number;
29188
29238
  font?: {
29189
- color: string;
29190
29239
  opacity: string | number;
29240
+ color?: string;
29191
29241
  background?: string;
29242
+ size?: string | number;
29192
29243
  textDecoration?: "none" | "underline" | "line-through";
29193
29244
  };
29194
29245
  stroke?: "none" | {
@@ -29681,6 +29732,7 @@ export declare const editSchema: z.ZodObject<{
29681
29732
  letterSpacing: string | number;
29682
29733
  lineHeight: string | number;
29683
29734
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
29735
+ size?: string | number;
29684
29736
  textDecoration?: "none" | "underline" | "line-through";
29685
29737
  gradient?: {
29686
29738
  angle: string | number;
@@ -29727,9 +29779,10 @@ export declare const editSchema: z.ZodObject<{
29727
29779
  active?: {
29728
29780
  scale: string | number;
29729
29781
  font?: {
29730
- color: string;
29731
29782
  opacity: string | number;
29783
+ color?: string;
29732
29784
  background?: string;
29785
+ size?: string | number;
29733
29786
  textDecoration?: "none" | "underline" | "line-through";
29734
29787
  };
29735
29788
  stroke?: "none" | {
@@ -30475,6 +30528,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
30475
30528
  lowercase: "lowercase";
30476
30529
  capitalize: "capitalize";
30477
30530
  }>>;
30531
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
30478
30532
  textDecoration: z.ZodOptional<z.ZodEnum<{
30479
30533
  none: "none";
30480
30534
  underline: "underline";
@@ -30535,9 +30589,10 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
30535
30589
  }, z.core.$strict>>;
30536
30590
  active: z.ZodOptional<z.ZodObject<{
30537
30591
  font: z.ZodOptional<z.ZodObject<{
30538
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
30592
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
30539
30593
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
30540
30594
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
30595
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
30541
30596
  textDecoration: z.ZodOptional<z.ZodEnum<{
30542
30597
  none: "none";
30543
30598
  underline: "underline";
@@ -31757,6 +31812,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
31757
31812
  letterSpacing: string | number;
31758
31813
  lineHeight: string | number;
31759
31814
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
31815
+ size?: string | number;
31760
31816
  textDecoration?: "none" | "underline" | "line-through";
31761
31817
  gradient?: {
31762
31818
  angle: string | number;
@@ -31803,9 +31859,10 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
31803
31859
  active?: {
31804
31860
  scale: string | number;
31805
31861
  font?: {
31806
- color: string;
31807
31862
  opacity: string | number;
31863
+ color?: string;
31808
31864
  background?: string;
31865
+ size?: string | number;
31809
31866
  textDecoration?: "none" | "underline" | "line-through";
31810
31867
  };
31811
31868
  stroke?: "none" | {
@@ -32298,6 +32355,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
32298
32355
  letterSpacing: string | number;
32299
32356
  lineHeight: string | number;
32300
32357
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
32358
+ size?: string | number;
32301
32359
  textDecoration?: "none" | "underline" | "line-through";
32302
32360
  gradient?: {
32303
32361
  angle: string | number;
@@ -32344,9 +32402,10 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
32344
32402
  active?: {
32345
32403
  scale: string | number;
32346
32404
  font?: {
32347
- color: string;
32348
32405
  opacity: string | number;
32406
+ color?: string;
32349
32407
  background?: string;
32408
+ size?: string | number;
32350
32409
  textDecoration?: "none" | "underline" | "line-through";
32351
32410
  };
32352
32411
  stroke?: "none" | {
@@ -33092,6 +33151,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
33092
33151
  lowercase: "lowercase";
33093
33152
  capitalize: "capitalize";
33094
33153
  }>>;
33154
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
33095
33155
  textDecoration: z.ZodOptional<z.ZodEnum<{
33096
33156
  none: "none";
33097
33157
  underline: "underline";
@@ -33152,9 +33212,10 @@ export declare const renderResponseDataSchema: z.ZodObject<{
33152
33212
  }, z.core.$strict>>;
33153
33213
  active: z.ZodOptional<z.ZodObject<{
33154
33214
  font: z.ZodOptional<z.ZodObject<{
33155
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
33215
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
33156
33216
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
33157
33217
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
33218
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
33158
33219
  textDecoration: z.ZodOptional<z.ZodEnum<{
33159
33220
  none: "none";
33160
33221
  underline: "underline";
@@ -34374,6 +34435,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
34374
34435
  letterSpacing: string | number;
34375
34436
  lineHeight: string | number;
34376
34437
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
34438
+ size?: string | number;
34377
34439
  textDecoration?: "none" | "underline" | "line-through";
34378
34440
  gradient?: {
34379
34441
  angle: string | number;
@@ -34420,9 +34482,10 @@ export declare const renderResponseDataSchema: z.ZodObject<{
34420
34482
  active?: {
34421
34483
  scale: string | number;
34422
34484
  font?: {
34423
- color: string;
34424
34485
  opacity: string | number;
34486
+ color?: string;
34425
34487
  background?: string;
34488
+ size?: string | number;
34426
34489
  textDecoration?: "none" | "underline" | "line-through";
34427
34490
  };
34428
34491
  stroke?: "none" | {
@@ -34915,6 +34978,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
34915
34978
  letterSpacing: string | number;
34916
34979
  lineHeight: string | number;
34917
34980
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
34981
+ size?: string | number;
34918
34982
  textDecoration?: "none" | "underline" | "line-through";
34919
34983
  gradient?: {
34920
34984
  angle: string | number;
@@ -34961,9 +35025,10 @@ export declare const renderResponseDataSchema: z.ZodObject<{
34961
35025
  active?: {
34962
35026
  scale: string | number;
34963
35027
  font?: {
34964
- color: string;
34965
35028
  opacity: string | number;
35029
+ color?: string;
34966
35030
  background?: string;
35031
+ size?: string | number;
34967
35032
  textDecoration?: "none" | "underline" | "line-through";
34968
35033
  };
34969
35034
  stroke?: "none" | {
@@ -35715,6 +35780,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
35715
35780
  lowercase: "lowercase";
35716
35781
  capitalize: "capitalize";
35717
35782
  }>>;
35783
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
35718
35784
  textDecoration: z.ZodOptional<z.ZodEnum<{
35719
35785
  none: "none";
35720
35786
  underline: "underline";
@@ -35775,9 +35841,10 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
35775
35841
  }, z.core.$strict>>;
35776
35842
  active: z.ZodOptional<z.ZodObject<{
35777
35843
  font: z.ZodOptional<z.ZodObject<{
35778
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
35844
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
35779
35845
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
35780
35846
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
35847
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
35781
35848
  textDecoration: z.ZodOptional<z.ZodEnum<{
35782
35849
  none: "none";
35783
35850
  underline: "underline";
@@ -36997,6 +37064,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
36997
37064
  letterSpacing: string | number;
36998
37065
  lineHeight: string | number;
36999
37066
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
37067
+ size?: string | number;
37000
37068
  textDecoration?: "none" | "underline" | "line-through";
37001
37069
  gradient?: {
37002
37070
  angle: string | number;
@@ -37043,9 +37111,10 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
37043
37111
  active?: {
37044
37112
  scale: string | number;
37045
37113
  font?: {
37046
- color: string;
37047
37114
  opacity: string | number;
37115
+ color?: string;
37048
37116
  background?: string;
37117
+ size?: string | number;
37049
37118
  textDecoration?: "none" | "underline" | "line-through";
37050
37119
  };
37051
37120
  stroke?: "none" | {
@@ -37538,6 +37607,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
37538
37607
  letterSpacing: string | number;
37539
37608
  lineHeight: string | number;
37540
37609
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
37610
+ size?: string | number;
37541
37611
  textDecoration?: "none" | "underline" | "line-through";
37542
37612
  gradient?: {
37543
37613
  angle: string | number;
@@ -37584,9 +37654,10 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
37584
37654
  active?: {
37585
37655
  scale: string | number;
37586
37656
  font?: {
37587
- color: string;
37588
37657
  opacity: string | number;
37658
+ color?: string;
37589
37659
  background?: string;
37660
+ size?: string | number;
37590
37661
  textDecoration?: "none" | "underline" | "line-through";
37591
37662
  };
37592
37663
  stroke?: "none" | {
@@ -38336,6 +38407,7 @@ export declare const renderResponseSchema: z.ZodObject<{
38336
38407
  lowercase: "lowercase";
38337
38408
  capitalize: "capitalize";
38338
38409
  }>>;
38410
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
38339
38411
  textDecoration: z.ZodOptional<z.ZodEnum<{
38340
38412
  none: "none";
38341
38413
  underline: "underline";
@@ -38396,9 +38468,10 @@ export declare const renderResponseSchema: z.ZodObject<{
38396
38468
  }, z.core.$strict>>;
38397
38469
  active: z.ZodOptional<z.ZodObject<{
38398
38470
  font: z.ZodOptional<z.ZodObject<{
38399
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
38471
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
38400
38472
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
38401
38473
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
38474
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
38402
38475
  textDecoration: z.ZodOptional<z.ZodEnum<{
38403
38476
  none: "none";
38404
38477
  underline: "underline";
@@ -39618,6 +39691,7 @@ export declare const renderResponseSchema: z.ZodObject<{
39618
39691
  letterSpacing: string | number;
39619
39692
  lineHeight: string | number;
39620
39693
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
39694
+ size?: string | number;
39621
39695
  textDecoration?: "none" | "underline" | "line-through";
39622
39696
  gradient?: {
39623
39697
  angle: string | number;
@@ -39664,9 +39738,10 @@ export declare const renderResponseSchema: z.ZodObject<{
39664
39738
  active?: {
39665
39739
  scale: string | number;
39666
39740
  font?: {
39667
- color: string;
39668
39741
  opacity: string | number;
39742
+ color?: string;
39669
39743
  background?: string;
39744
+ size?: string | number;
39670
39745
  textDecoration?: "none" | "underline" | "line-through";
39671
39746
  };
39672
39747
  stroke?: "none" | {
@@ -40159,6 +40234,7 @@ export declare const renderResponseSchema: z.ZodObject<{
40159
40234
  letterSpacing: string | number;
40160
40235
  lineHeight: string | number;
40161
40236
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
40237
+ size?: string | number;
40162
40238
  textDecoration?: "none" | "underline" | "line-through";
40163
40239
  gradient?: {
40164
40240
  angle: string | number;
@@ -40205,9 +40281,10 @@ export declare const renderResponseSchema: z.ZodObject<{
40205
40281
  active?: {
40206
40282
  scale: string | number;
40207
40283
  font?: {
40208
- color: string;
40209
40284
  opacity: string | number;
40285
+ color?: string;
40210
40286
  background?: string;
40287
+ size?: string | number;
40211
40288
  textDecoration?: "none" | "underline" | "line-through";
40212
40289
  };
40213
40290
  stroke?: "none" | {
@@ -40942,6 +41019,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
40942
41019
  lowercase: "lowercase";
40943
41020
  capitalize: "capitalize";
40944
41021
  }>>;
41022
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
40945
41023
  textDecoration: z.ZodOptional<z.ZodEnum<{
40946
41024
  none: "none";
40947
41025
  underline: "underline";
@@ -41002,9 +41080,10 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
41002
41080
  }, z.core.$strict>>;
41003
41081
  active: z.ZodOptional<z.ZodObject<{
41004
41082
  font: z.ZodOptional<z.ZodObject<{
41005
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
41083
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
41006
41084
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
41007
41085
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
41086
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
41008
41087
  textDecoration: z.ZodOptional<z.ZodEnum<{
41009
41088
  none: "none";
41010
41089
  underline: "underline";
@@ -42224,6 +42303,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42224
42303
  letterSpacing: string | number;
42225
42304
  lineHeight: string | number;
42226
42305
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
42306
+ size?: string | number;
42227
42307
  textDecoration?: "none" | "underline" | "line-through";
42228
42308
  gradient?: {
42229
42309
  angle: string | number;
@@ -42270,9 +42350,10 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42270
42350
  active?: {
42271
42351
  scale: string | number;
42272
42352
  font?: {
42273
- color: string;
42274
42353
  opacity: string | number;
42354
+ color?: string;
42275
42355
  background?: string;
42356
+ size?: string | number;
42276
42357
  textDecoration?: "none" | "underline" | "line-through";
42277
42358
  };
42278
42359
  stroke?: "none" | {
@@ -42765,6 +42846,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42765
42846
  letterSpacing: string | number;
42766
42847
  lineHeight: string | number;
42767
42848
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
42849
+ size?: string | number;
42768
42850
  textDecoration?: "none" | "underline" | "line-through";
42769
42851
  gradient?: {
42770
42852
  angle: string | number;
@@ -42811,9 +42893,10 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42811
42893
  active?: {
42812
42894
  scale: string | number;
42813
42895
  font?: {
42814
- color: string;
42815
42896
  opacity: string | number;
42897
+ color?: string;
42816
42898
  background?: string;
42899
+ size?: string | number;
42817
42900
  textDecoration?: "none" | "underline" | "line-through";
42818
42901
  };
42819
42902
  stroke?: "none" | {
@@ -43542,6 +43625,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
43542
43625
  lowercase: "lowercase";
43543
43626
  capitalize: "capitalize";
43544
43627
  }>>;
43628
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
43545
43629
  textDecoration: z.ZodOptional<z.ZodEnum<{
43546
43630
  none: "none";
43547
43631
  underline: "underline";
@@ -43602,9 +43686,10 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
43602
43686
  }, z.core.$strict>>;
43603
43687
  active: z.ZodOptional<z.ZodObject<{
43604
43688
  font: z.ZodOptional<z.ZodObject<{
43605
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
43689
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
43606
43690
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
43607
43691
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
43692
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
43608
43693
  textDecoration: z.ZodOptional<z.ZodEnum<{
43609
43694
  none: "none";
43610
43695
  underline: "underline";
@@ -44824,6 +44909,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
44824
44909
  letterSpacing: string | number;
44825
44910
  lineHeight: string | number;
44826
44911
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
44912
+ size?: string | number;
44827
44913
  textDecoration?: "none" | "underline" | "line-through";
44828
44914
  gradient?: {
44829
44915
  angle: string | number;
@@ -44870,9 +44956,10 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
44870
44956
  active?: {
44871
44957
  scale: string | number;
44872
44958
  font?: {
44873
- color: string;
44874
44959
  opacity: string | number;
44960
+ color?: string;
44875
44961
  background?: string;
44962
+ size?: string | number;
44876
44963
  textDecoration?: "none" | "underline" | "line-through";
44877
44964
  };
44878
44965
  stroke?: "none" | {
@@ -45365,6 +45452,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
45365
45452
  letterSpacing: string | number;
45366
45453
  lineHeight: string | number;
45367
45454
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
45455
+ size?: string | number;
45368
45456
  textDecoration?: "none" | "underline" | "line-through";
45369
45457
  gradient?: {
45370
45458
  angle: string | number;
@@ -45411,9 +45499,10 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
45411
45499
  active?: {
45412
45500
  scale: string | number;
45413
45501
  font?: {
45414
- color: string;
45415
45502
  opacity: string | number;
45503
+ color?: string;
45416
45504
  background?: string;
45505
+ size?: string | number;
45417
45506
  textDecoration?: "none" | "underline" | "line-through";
45418
45507
  };
45419
45508
  stroke?: "none" | {
@@ -46148,6 +46237,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
46148
46237
  lowercase: "lowercase";
46149
46238
  capitalize: "capitalize";
46150
46239
  }>>;
46240
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
46151
46241
  textDecoration: z.ZodOptional<z.ZodEnum<{
46152
46242
  none: "none";
46153
46243
  underline: "underline";
@@ -46208,9 +46298,10 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
46208
46298
  }, z.core.$strict>>;
46209
46299
  active: z.ZodOptional<z.ZodObject<{
46210
46300
  font: z.ZodOptional<z.ZodObject<{
46211
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
46301
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
46212
46302
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
46213
46303
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
46304
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
46214
46305
  textDecoration: z.ZodOptional<z.ZodEnum<{
46215
46306
  none: "none";
46216
46307
  underline: "underline";
@@ -47430,6 +47521,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
47430
47521
  letterSpacing: string | number;
47431
47522
  lineHeight: string | number;
47432
47523
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
47524
+ size?: string | number;
47433
47525
  textDecoration?: "none" | "underline" | "line-through";
47434
47526
  gradient?: {
47435
47527
  angle: string | number;
@@ -47476,9 +47568,10 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
47476
47568
  active?: {
47477
47569
  scale: string | number;
47478
47570
  font?: {
47479
- color: string;
47480
47571
  opacity: string | number;
47572
+ color?: string;
47481
47573
  background?: string;
47574
+ size?: string | number;
47482
47575
  textDecoration?: "none" | "underline" | "line-through";
47483
47576
  };
47484
47577
  stroke?: "none" | {
@@ -47971,6 +48064,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
47971
48064
  letterSpacing: string | number;
47972
48065
  lineHeight: string | number;
47973
48066
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
48067
+ size?: string | number;
47974
48068
  textDecoration?: "none" | "underline" | "line-through";
47975
48069
  gradient?: {
47976
48070
  angle: string | number;
@@ -48017,9 +48111,10 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
48017
48111
  active?: {
48018
48112
  scale: string | number;
48019
48113
  font?: {
48020
- color: string;
48021
48114
  opacity: string | number;
48115
+ color?: string;
48022
48116
  background?: string;
48117
+ size?: string | number;
48023
48118
  textDecoration?: "none" | "underline" | "line-through";
48024
48119
  };
48025
48120
  stroke?: "none" | {
@@ -48752,6 +48847,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
48752
48847
  lowercase: "lowercase";
48753
48848
  capitalize: "capitalize";
48754
48849
  }>>;
48850
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
48755
48851
  textDecoration: z.ZodOptional<z.ZodEnum<{
48756
48852
  none: "none";
48757
48853
  underline: "underline";
@@ -48812,9 +48908,10 @@ export declare const templateDataResponseSchema: z.ZodObject<{
48812
48908
  }, z.core.$strict>>;
48813
48909
  active: z.ZodOptional<z.ZodObject<{
48814
48910
  font: z.ZodOptional<z.ZodObject<{
48815
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
48911
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
48816
48912
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
48817
48913
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
48914
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
48818
48915
  textDecoration: z.ZodOptional<z.ZodEnum<{
48819
48916
  none: "none";
48820
48917
  underline: "underline";
@@ -50034,6 +50131,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50034
50131
  letterSpacing: string | number;
50035
50132
  lineHeight: string | number;
50036
50133
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
50134
+ size?: string | number;
50037
50135
  textDecoration?: "none" | "underline" | "line-through";
50038
50136
  gradient?: {
50039
50137
  angle: string | number;
@@ -50080,9 +50178,10 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50080
50178
  active?: {
50081
50179
  scale: string | number;
50082
50180
  font?: {
50083
- color: string;
50084
50181
  opacity: string | number;
50182
+ color?: string;
50085
50183
  background?: string;
50184
+ size?: string | number;
50086
50185
  textDecoration?: "none" | "underline" | "line-through";
50087
50186
  };
50088
50187
  stroke?: "none" | {
@@ -50575,6 +50674,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50575
50674
  letterSpacing: string | number;
50576
50675
  lineHeight: string | number;
50577
50676
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
50677
+ size?: string | number;
50578
50678
  textDecoration?: "none" | "underline" | "line-through";
50579
50679
  gradient?: {
50580
50680
  angle: string | number;
@@ -50621,9 +50721,10 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50621
50721
  active?: {
50622
50722
  scale: string | number;
50623
50723
  font?: {
50624
- color: string;
50625
50724
  opacity: string | number;
50725
+ color?: string;
50626
50726
  background?: string;
50727
+ size?: string | number;
50627
50728
  textDecoration?: "none" | "underline" | "line-through";
50628
50729
  };
50629
50730
  stroke?: "none" | {
@@ -51354,6 +51455,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
51354
51455
  lowercase: "lowercase";
51355
51456
  capitalize: "capitalize";
51356
51457
  }>>;
51458
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
51357
51459
  textDecoration: z.ZodOptional<z.ZodEnum<{
51358
51460
  none: "none";
51359
51461
  underline: "underline";
@@ -51414,9 +51516,10 @@ export declare const templateTemplateSchema: z.ZodObject<{
51414
51516
  }, z.core.$strict>>;
51415
51517
  active: z.ZodOptional<z.ZodObject<{
51416
51518
  font: z.ZodOptional<z.ZodObject<{
51417
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
51519
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
51418
51520
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
51419
51521
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
51522
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
51420
51523
  textDecoration: z.ZodOptional<z.ZodEnum<{
51421
51524
  none: "none";
51422
51525
  underline: "underline";
@@ -52636,6 +52739,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
52636
52739
  letterSpacing: string | number;
52637
52740
  lineHeight: string | number;
52638
52741
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
52742
+ size?: string | number;
52639
52743
  textDecoration?: "none" | "underline" | "line-through";
52640
52744
  gradient?: {
52641
52745
  angle: string | number;
@@ -52682,9 +52786,10 @@ export declare const templateTemplateSchema: z.ZodObject<{
52682
52786
  active?: {
52683
52787
  scale: string | number;
52684
52788
  font?: {
52685
- color: string;
52686
52789
  opacity: string | number;
52790
+ color?: string;
52687
52791
  background?: string;
52792
+ size?: string | number;
52688
52793
  textDecoration?: "none" | "underline" | "line-through";
52689
52794
  };
52690
52795
  stroke?: "none" | {
@@ -53177,6 +53282,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
53177
53282
  letterSpacing: string | number;
53178
53283
  lineHeight: string | number;
53179
53284
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
53285
+ size?: string | number;
53180
53286
  textDecoration?: "none" | "underline" | "line-through";
53181
53287
  gradient?: {
53182
53288
  angle: string | number;
@@ -53223,9 +53329,10 @@ export declare const templateTemplateSchema: z.ZodObject<{
53223
53329
  active?: {
53224
53330
  scale: string | number;
53225
53331
  font?: {
53226
- color: string;
53227
53332
  opacity: string | number;
53333
+ color?: string;
53228
53334
  background?: string;
53335
+ size?: string | number;
53229
53336
  textDecoration?: "none" | "underline" | "line-through";
53230
53337
  };
53231
53338
  stroke?: "none" | {
@@ -53952,6 +54059,7 @@ export declare const templateSchema: z.ZodObject<{
53952
54059
  lowercase: "lowercase";
53953
54060
  capitalize: "capitalize";
53954
54061
  }>>;
54062
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
53955
54063
  textDecoration: z.ZodOptional<z.ZodEnum<{
53956
54064
  none: "none";
53957
54065
  underline: "underline";
@@ -54012,9 +54120,10 @@ export declare const templateSchema: z.ZodObject<{
54012
54120
  }, z.core.$strict>>;
54013
54121
  active: z.ZodOptional<z.ZodObject<{
54014
54122
  font: z.ZodOptional<z.ZodObject<{
54015
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
54123
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
54016
54124
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
54017
54125
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
54126
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
54018
54127
  textDecoration: z.ZodOptional<z.ZodEnum<{
54019
54128
  none: "none";
54020
54129
  underline: "underline";
@@ -55234,6 +55343,7 @@ export declare const templateSchema: z.ZodObject<{
55234
55343
  letterSpacing: string | number;
55235
55344
  lineHeight: string | number;
55236
55345
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
55346
+ size?: string | number;
55237
55347
  textDecoration?: "none" | "underline" | "line-through";
55238
55348
  gradient?: {
55239
55349
  angle: string | number;
@@ -55280,9 +55390,10 @@ export declare const templateSchema: z.ZodObject<{
55280
55390
  active?: {
55281
55391
  scale: string | number;
55282
55392
  font?: {
55283
- color: string;
55284
55393
  opacity: string | number;
55394
+ color?: string;
55285
55395
  background?: string;
55396
+ size?: string | number;
55286
55397
  textDecoration?: "none" | "underline" | "line-through";
55287
55398
  };
55288
55399
  stroke?: "none" | {
@@ -55775,6 +55886,7 @@ export declare const templateSchema: z.ZodObject<{
55775
55886
  letterSpacing: string | number;
55776
55887
  lineHeight: string | number;
55777
55888
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
55889
+ size?: string | number;
55778
55890
  textDecoration?: "none" | "underline" | "line-through";
55779
55891
  gradient?: {
55780
55892
  angle: string | number;
@@ -55821,9 +55933,10 @@ export declare const templateSchema: z.ZodObject<{
55821
55933
  active?: {
55822
55934
  scale: string | number;
55823
55935
  font?: {
55824
- color: string;
55825
55936
  opacity: string | number;
55937
+ color?: string;
55826
55938
  background?: string;
55939
+ size?: string | number;
55827
55940
  textDecoration?: "none" | "underline" | "line-through";
55828
55941
  };
55829
55942
  stroke?: "none" | {
@@ -56549,6 +56662,7 @@ export declare const postRenderRequest: z.ZodObject<{
56549
56662
  lowercase: "lowercase";
56550
56663
  capitalize: "capitalize";
56551
56664
  }>>;
56665
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
56552
56666
  textDecoration: z.ZodOptional<z.ZodEnum<{
56553
56667
  none: "none";
56554
56668
  underline: "underline";
@@ -56609,9 +56723,10 @@ export declare const postRenderRequest: z.ZodObject<{
56609
56723
  }, z.core.$strict>>;
56610
56724
  active: z.ZodOptional<z.ZodObject<{
56611
56725
  font: z.ZodOptional<z.ZodObject<{
56612
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
56726
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
56613
56727
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
56614
56728
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
56729
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
56615
56730
  textDecoration: z.ZodOptional<z.ZodEnum<{
56616
56731
  none: "none";
56617
56732
  underline: "underline";
@@ -57831,6 +57946,7 @@ export declare const postRenderRequest: z.ZodObject<{
57831
57946
  letterSpacing: string | number;
57832
57947
  lineHeight: string | number;
57833
57948
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
57949
+ size?: string | number;
57834
57950
  textDecoration?: "none" | "underline" | "line-through";
57835
57951
  gradient?: {
57836
57952
  angle: string | number;
@@ -57877,9 +57993,10 @@ export declare const postRenderRequest: z.ZodObject<{
57877
57993
  active?: {
57878
57994
  scale: string | number;
57879
57995
  font?: {
57880
- color: string;
57881
57996
  opacity: string | number;
57997
+ color?: string;
57882
57998
  background?: string;
57999
+ size?: string | number;
57883
58000
  textDecoration?: "none" | "underline" | "line-through";
57884
58001
  };
57885
58002
  stroke?: "none" | {
@@ -58372,6 +58489,7 @@ export declare const postRenderRequest: z.ZodObject<{
58372
58489
  letterSpacing: string | number;
58373
58490
  lineHeight: string | number;
58374
58491
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
58492
+ size?: string | number;
58375
58493
  textDecoration?: "none" | "underline" | "line-through";
58376
58494
  gradient?: {
58377
58495
  angle: string | number;
@@ -58418,9 +58536,10 @@ export declare const postRenderRequest: z.ZodObject<{
58418
58536
  active?: {
58419
58537
  scale: string | number;
58420
58538
  font?: {
58421
- color: string;
58422
58539
  opacity: string | number;
58540
+ color?: string;
58423
58541
  background?: string;
58542
+ size?: string | number;
58424
58543
  textDecoration?: "none" | "underline" | "line-through";
58425
58544
  };
58426
58545
  stroke?: "none" | {
@@ -59193,6 +59312,7 @@ export declare const getRenderResponse: z.ZodObject<{
59193
59312
  lowercase: "lowercase";
59194
59313
  capitalize: "capitalize";
59195
59314
  }>>;
59315
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
59196
59316
  textDecoration: z.ZodOptional<z.ZodEnum<{
59197
59317
  none: "none";
59198
59318
  underline: "underline";
@@ -59253,9 +59373,10 @@ export declare const getRenderResponse: z.ZodObject<{
59253
59373
  }, z.core.$strict>>;
59254
59374
  active: z.ZodOptional<z.ZodObject<{
59255
59375
  font: z.ZodOptional<z.ZodObject<{
59256
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
59376
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
59257
59377
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
59258
59378
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
59379
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
59259
59380
  textDecoration: z.ZodOptional<z.ZodEnum<{
59260
59381
  none: "none";
59261
59382
  underline: "underline";
@@ -60475,6 +60596,7 @@ export declare const getRenderResponse: z.ZodObject<{
60475
60596
  letterSpacing: string | number;
60476
60597
  lineHeight: string | number;
60477
60598
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
60599
+ size?: string | number;
60478
60600
  textDecoration?: "none" | "underline" | "line-through";
60479
60601
  gradient?: {
60480
60602
  angle: string | number;
@@ -60521,9 +60643,10 @@ export declare const getRenderResponse: z.ZodObject<{
60521
60643
  active?: {
60522
60644
  scale: string | number;
60523
60645
  font?: {
60524
- color: string;
60525
60646
  opacity: string | number;
60647
+ color?: string;
60526
60648
  background?: string;
60649
+ size?: string | number;
60527
60650
  textDecoration?: "none" | "underline" | "line-through";
60528
60651
  };
60529
60652
  stroke?: "none" | {
@@ -61016,6 +61139,7 @@ export declare const getRenderResponse: z.ZodObject<{
61016
61139
  letterSpacing: string | number;
61017
61140
  lineHeight: string | number;
61018
61141
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
61142
+ size?: string | number;
61019
61143
  textDecoration?: "none" | "underline" | "line-through";
61020
61144
  gradient?: {
61021
61145
  angle: string | number;
@@ -61062,9 +61186,10 @@ export declare const getRenderResponse: z.ZodObject<{
61062
61186
  active?: {
61063
61187
  scale: string | number;
61064
61188
  font?: {
61065
- color: string;
61066
61189
  opacity: string | number;
61190
+ color?: string;
61067
61191
  background?: string;
61192
+ size?: string | number;
61068
61193
  textDecoration?: "none" | "underline" | "line-through";
61069
61194
  };
61070
61195
  stroke?: "none" | {
@@ -61816,6 +61941,7 @@ export declare const postTemplateRequest: z.ZodObject<{
61816
61941
  lowercase: "lowercase";
61817
61942
  capitalize: "capitalize";
61818
61943
  }>>;
61944
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
61819
61945
  textDecoration: z.ZodOptional<z.ZodEnum<{
61820
61946
  none: "none";
61821
61947
  underline: "underline";
@@ -61876,9 +62002,10 @@ export declare const postTemplateRequest: z.ZodObject<{
61876
62002
  }, z.core.$strict>>;
61877
62003
  active: z.ZodOptional<z.ZodObject<{
61878
62004
  font: z.ZodOptional<z.ZodObject<{
61879
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
62005
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
61880
62006
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
61881
62007
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
62008
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
61882
62009
  textDecoration: z.ZodOptional<z.ZodEnum<{
61883
62010
  none: "none";
61884
62011
  underline: "underline";
@@ -63098,6 +63225,7 @@ export declare const postTemplateRequest: z.ZodObject<{
63098
63225
  letterSpacing: string | number;
63099
63226
  lineHeight: string | number;
63100
63227
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
63228
+ size?: string | number;
63101
63229
  textDecoration?: "none" | "underline" | "line-through";
63102
63230
  gradient?: {
63103
63231
  angle: string | number;
@@ -63144,9 +63272,10 @@ export declare const postTemplateRequest: z.ZodObject<{
63144
63272
  active?: {
63145
63273
  scale: string | number;
63146
63274
  font?: {
63147
- color: string;
63148
63275
  opacity: string | number;
63276
+ color?: string;
63149
63277
  background?: string;
63278
+ size?: string | number;
63150
63279
  textDecoration?: "none" | "underline" | "line-through";
63151
63280
  };
63152
63281
  stroke?: "none" | {
@@ -63639,6 +63768,7 @@ export declare const postTemplateRequest: z.ZodObject<{
63639
63768
  letterSpacing: string | number;
63640
63769
  lineHeight: string | number;
63641
63770
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
63771
+ size?: string | number;
63642
63772
  textDecoration?: "none" | "underline" | "line-through";
63643
63773
  gradient?: {
63644
63774
  angle: string | number;
@@ -63685,9 +63815,10 @@ export declare const postTemplateRequest: z.ZodObject<{
63685
63815
  active?: {
63686
63816
  scale: string | number;
63687
63817
  font?: {
63688
- color: string;
63689
63818
  opacity: string | number;
63819
+ color?: string;
63690
63820
  background?: string;
63821
+ size?: string | number;
63691
63822
  textDecoration?: "none" | "underline" | "line-through";
63692
63823
  };
63693
63824
  stroke?: "none" | {
@@ -64454,6 +64585,7 @@ export declare const getTemplateResponse: z.ZodObject<{
64454
64585
  lowercase: "lowercase";
64455
64586
  capitalize: "capitalize";
64456
64587
  }>>;
64588
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
64457
64589
  textDecoration: z.ZodOptional<z.ZodEnum<{
64458
64590
  none: "none";
64459
64591
  underline: "underline";
@@ -64514,9 +64646,10 @@ export declare const getTemplateResponse: z.ZodObject<{
64514
64646
  }, z.core.$strict>>;
64515
64647
  active: z.ZodOptional<z.ZodObject<{
64516
64648
  font: z.ZodOptional<z.ZodObject<{
64517
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
64649
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
64518
64650
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
64519
64651
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
64652
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
64520
64653
  textDecoration: z.ZodOptional<z.ZodEnum<{
64521
64654
  none: "none";
64522
64655
  underline: "underline";
@@ -65736,6 +65869,7 @@ export declare const getTemplateResponse: z.ZodObject<{
65736
65869
  letterSpacing: string | number;
65737
65870
  lineHeight: string | number;
65738
65871
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
65872
+ size?: string | number;
65739
65873
  textDecoration?: "none" | "underline" | "line-through";
65740
65874
  gradient?: {
65741
65875
  angle: string | number;
@@ -65782,9 +65916,10 @@ export declare const getTemplateResponse: z.ZodObject<{
65782
65916
  active?: {
65783
65917
  scale: string | number;
65784
65918
  font?: {
65785
- color: string;
65786
65919
  opacity: string | number;
65920
+ color?: string;
65787
65921
  background?: string;
65922
+ size?: string | number;
65788
65923
  textDecoration?: "none" | "underline" | "line-through";
65789
65924
  };
65790
65925
  stroke?: "none" | {
@@ -66277,6 +66412,7 @@ export declare const getTemplateResponse: z.ZodObject<{
66277
66412
  letterSpacing: string | number;
66278
66413
  lineHeight: string | number;
66279
66414
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
66415
+ size?: string | number;
66280
66416
  textDecoration?: "none" | "underline" | "line-through";
66281
66417
  gradient?: {
66282
66418
  angle: string | number;
@@ -66323,9 +66459,10 @@ export declare const getTemplateResponse: z.ZodObject<{
66323
66459
  active?: {
66324
66460
  scale: string | number;
66325
66461
  font?: {
66326
- color: string;
66327
66462
  opacity: string | number;
66463
+ color?: string;
66328
66464
  background?: string;
66465
+ size?: string | number;
66329
66466
  textDecoration?: "none" | "underline" | "line-through";
66330
66467
  };
66331
66468
  stroke?: "none" | {
@@ -67054,6 +67191,7 @@ export declare const putTemplateRequest: z.ZodObject<{
67054
67191
  lowercase: "lowercase";
67055
67192
  capitalize: "capitalize";
67056
67193
  }>>;
67194
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
67057
67195
  textDecoration: z.ZodOptional<z.ZodEnum<{
67058
67196
  none: "none";
67059
67197
  underline: "underline";
@@ -67114,9 +67252,10 @@ export declare const putTemplateRequest: z.ZodObject<{
67114
67252
  }, z.core.$strict>>;
67115
67253
  active: z.ZodOptional<z.ZodObject<{
67116
67254
  font: z.ZodOptional<z.ZodObject<{
67117
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
67255
+ color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
67118
67256
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
67119
67257
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
67258
+ size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
67120
67259
  textDecoration: z.ZodOptional<z.ZodEnum<{
67121
67260
  none: "none";
67122
67261
  underline: "underline";
@@ -68336,6 +68475,7 @@ export declare const putTemplateRequest: z.ZodObject<{
68336
68475
  letterSpacing: string | number;
68337
68476
  lineHeight: string | number;
68338
68477
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
68478
+ size?: string | number;
68339
68479
  textDecoration?: "none" | "underline" | "line-through";
68340
68480
  gradient?: {
68341
68481
  angle: string | number;
@@ -68382,9 +68522,10 @@ export declare const putTemplateRequest: z.ZodObject<{
68382
68522
  active?: {
68383
68523
  scale: string | number;
68384
68524
  font?: {
68385
- color: string;
68386
68525
  opacity: string | number;
68526
+ color?: string;
68387
68527
  background?: string;
68528
+ size?: string | number;
68388
68529
  textDecoration?: "none" | "underline" | "line-through";
68389
68530
  };
68390
68531
  stroke?: "none" | {
@@ -68877,6 +69018,7 @@ export declare const putTemplateRequest: z.ZodObject<{
68877
69018
  letterSpacing: string | number;
68878
69019
  lineHeight: string | number;
68879
69020
  textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
69021
+ size?: string | number;
68880
69022
  textDecoration?: "none" | "underline" | "line-through";
68881
69023
  gradient?: {
68882
69024
  angle: string | number;
@@ -68923,9 +69065,10 @@ export declare const putTemplateRequest: z.ZodObject<{
68923
69065
  active?: {
68924
69066
  scale: string | number;
68925
69067
  font?: {
68926
- color: string;
68927
69068
  opacity: string | number;
69069
+ color?: string;
68928
69070
  background?: string;
69071
+ size?: string | number;
68929
69072
  textDecoration?: "none" | "underline" | "line-through";
68930
69073
  };
68931
69074
  stroke?: "none" | {