@shotstack/schemas 1.5.5 → 1.5.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.
- package/dist/zod/zod.gen.cjs +6 -4
- package/dist/zod/zod.gen.d.ts +1202 -3032
- package/dist/zod/zod.gen.js +6 -4
- package/dist/zod/zod.gen.ts +8 -5
- package/package.json +1 -1
package/dist/zod/zod.gen.d.ts
CHANGED
|
@@ -11705,7 +11705,7 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11705
11705
|
/**
|
|
11706
11706
|
* A clip is a container for a specific type of asset, i.e. a title, image, video, audio or html. You use a Clip to define when an asset will display on the timeline, how long it will play for and transitions, filters and effects to apply to it.
|
|
11707
11707
|
*/
|
|
11708
|
-
export declare const clipClipSchema: z.
|
|
11708
|
+
export declare const clipClipSchema: z.ZodObject<{
|
|
11709
11709
|
asset: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
11710
11710
|
type: z.ZodEnum<{
|
|
11711
11711
|
video: "video";
|
|
@@ -12904,3037 +12904,1207 @@ export declare const clipClipSchema: z.ZodPipe<z.ZodObject<{
|
|
|
12904
12904
|
}, z.core.$strip>>;
|
|
12905
12905
|
}, z.core.$strip>>;
|
|
12906
12906
|
alias: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
12907
|
-
}, z.core.$strip
|
|
12908
|
-
|
|
12909
|
-
|
|
12910
|
-
|
|
12911
|
-
|
|
12912
|
-
|
|
12913
|
-
|
|
12914
|
-
|
|
12915
|
-
|
|
12916
|
-
|
|
12917
|
-
|
|
12918
|
-
|
|
12919
|
-
|
|
12920
|
-
|
|
12921
|
-
|
|
12922
|
-
|
|
12923
|
-
|
|
12924
|
-
|
|
12925
|
-
|
|
12926
|
-
|
|
12927
|
-
|
|
12928
|
-
|
|
12929
|
-
|
|
12930
|
-
|
|
12931
|
-
|
|
12932
|
-
|
|
12933
|
-
|
|
12934
|
-
|
|
12935
|
-
|
|
12936
|
-
|
|
12937
|
-
|
|
12938
|
-
|
|
12939
|
-
|
|
12940
|
-
|
|
12941
|
-
|
|
12942
|
-
|
|
12943
|
-
|
|
12944
|
-
|
|
12945
|
-
|
|
12946
|
-
|
|
12947
|
-
|
|
12948
|
-
|
|
12949
|
-
|
|
12950
|
-
|
|
12951
|
-
|
|
12952
|
-
|
|
12953
|
-
|
|
12954
|
-
|
|
12955
|
-
|
|
12956
|
-
|
|
12957
|
-
|
|
12958
|
-
|
|
12959
|
-
|
|
12960
|
-
|
|
12961
|
-
|
|
12962
|
-
|
|
12963
|
-
|
|
12964
|
-
|
|
12965
|
-
|
|
12966
|
-
|
|
12967
|
-
|
|
12968
|
-
|
|
12969
|
-
|
|
12970
|
-
|
|
12971
|
-
|
|
12972
|
-
|
|
12973
|
-
|
|
12974
|
-
|
|
12975
|
-
|
|
12976
|
-
|
|
12977
|
-
|
|
12978
|
-
}
|
|
12979
|
-
|
|
12980
|
-
|
|
12981
|
-
|
|
12982
|
-
|
|
12983
|
-
|
|
12984
|
-
|
|
12985
|
-
|
|
12986
|
-
|
|
12987
|
-
|
|
12988
|
-
|
|
12989
|
-
|
|
12990
|
-
|
|
12991
|
-
|
|
12992
|
-
|
|
12993
|
-
|
|
12994
|
-
|
|
12995
|
-
|
|
12996
|
-
|
|
12997
|
-
|
|
12998
|
-
|
|
12999
|
-
|
|
13000
|
-
|
|
13001
|
-
|
|
13002
|
-
|
|
13003
|
-
|
|
13004
|
-
|
|
13005
|
-
|
|
13006
|
-
|
|
13007
|
-
|
|
13008
|
-
|
|
13009
|
-
|
|
13010
|
-
|
|
13011
|
-
|
|
13012
|
-
|
|
13013
|
-
|
|
13014
|
-
|
|
13015
|
-
|
|
13016
|
-
|
|
13017
|
-
|
|
13018
|
-
|
|
13019
|
-
|
|
13020
|
-
|
|
13021
|
-
|
|
13022
|
-
|
|
13023
|
-
|
|
13024
|
-
|
|
13025
|
-
|
|
13026
|
-
|
|
13027
|
-
|
|
13028
|
-
|
|
13029
|
-
|
|
13030
|
-
|
|
13031
|
-
|
|
13032
|
-
|
|
13033
|
-
|
|
13034
|
-
|
|
13035
|
-
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
|
|
13039
|
-
|
|
13040
|
-
|
|
13041
|
-
|
|
13042
|
-
|
|
13043
|
-
|
|
13044
|
-
|
|
13045
|
-
|
|
13046
|
-
|
|
13047
|
-
|
|
13048
|
-
|
|
13049
|
-
|
|
13050
|
-
|
|
13051
|
-
|
|
13052
|
-
|
|
13053
|
-
|
|
13054
|
-
|
|
13055
|
-
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
13063
|
-
|
|
13064
|
-
|
|
13065
|
-
|
|
13066
|
-
|
|
13067
|
-
|
|
13068
|
-
|
|
13069
|
-
|
|
13070
|
-
|
|
13071
|
-
|
|
13072
|
-
|
|
13073
|
-
|
|
13074
|
-
|
|
13075
|
-
|
|
13076
|
-
|
|
13077
|
-
|
|
13078
|
-
|
|
13079
|
-
|
|
13080
|
-
|
|
13081
|
-
|
|
13082
|
-
|
|
13083
|
-
|
|
13084
|
-
|
|
13085
|
-
|
|
13086
|
-
|
|
13087
|
-
|
|
13088
|
-
|
|
13089
|
-
|
|
13090
|
-
|
|
13091
|
-
|
|
13092
|
-
|
|
13093
|
-
|
|
13094
|
-
|
|
13095
|
-
|
|
13096
|
-
|
|
13097
|
-
|
|
13098
|
-
|
|
13099
|
-
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
13104
|
-
|
|
13105
|
-
|
|
13106
|
-
|
|
13107
|
-
|
|
13108
|
-
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
|
|
13112
|
-
|
|
13113
|
-
|
|
13114
|
-
|
|
13115
|
-
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13134
|
-
|
|
13135
|
-
|
|
13136
|
-
|
|
13137
|
-
|
|
13138
|
-
|
|
13139
|
-
|
|
13140
|
-
|
|
13141
|
-
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13145
|
-
|
|
13146
|
-
|
|
13147
|
-
|
|
13148
|
-
|
|
13149
|
-
|
|
13150
|
-
|
|
13151
|
-
|
|
13152
|
-
|
|
13153
|
-
|
|
13154
|
-
|
|
13155
|
-
|
|
13156
|
-
|
|
13157
|
-
|
|
13158
|
-
|
|
13159
|
-
|
|
13160
|
-
|
|
13161
|
-
|
|
13162
|
-
|
|
13163
|
-
|
|
13164
|
-
|
|
13165
|
-
|
|
13166
|
-
|
|
13167
|
-
|
|
13168
|
-
|
|
13169
|
-
|
|
13170
|
-
|
|
13171
|
-
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13176
|
-
|
|
13177
|
-
|
|
13178
|
-
|
|
13179
|
-
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
|
|
13183
|
-
speed
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13211
|
-
|
|
13212
|
-
|
|
13213
|
-
|
|
13214
|
-
|
|
13215
|
-
|
|
13216
|
-
|
|
13217
|
-
|
|
13218
|
-
|
|
13219
|
-
|
|
13220
|
-
|
|
13221
|
-
|
|
13222
|
-
|
|
13223
|
-
|
|
13224
|
-
|
|
13225
|
-
|
|
13226
|
-
}
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13233
|
-
|
|
13234
|
-
|
|
13235
|
-
|
|
13236
|
-
|
|
13237
|
-
|
|
13238
|
-
|
|
13239
|
-
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
}
|
|
13243
|
-
}
|
|
13244
|
-
type:
|
|
13245
|
-
|
|
13246
|
-
|
|
13247
|
-
|
|
13248
|
-
|
|
13249
|
-
|
|
13250
|
-
|
|
13251
|
-
|
|
13252
|
-
|
|
13253
|
-
|
|
13254
|
-
|
|
13255
|
-
|
|
13256
|
-
|
|
13257
|
-
|
|
13258
|
-
|
|
13259
|
-
|
|
13260
|
-
|
|
13261
|
-
|
|
13262
|
-
|
|
13263
|
-
|
|
13264
|
-
|
|
13265
|
-
|
|
13266
|
-
|
|
13267
|
-
|
|
13268
|
-
|
|
13269
|
-
|
|
13270
|
-
|
|
13271
|
-
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
|
|
13275
|
-
|
|
13276
|
-
|
|
13277
|
-
|
|
13278
|
-
|
|
13279
|
-
|
|
13280
|
-
|
|
13281
|
-
|
|
13282
|
-
|
|
13283
|
-
|
|
13284
|
-
|
|
13285
|
-
|
|
13286
|
-
|
|
13287
|
-
|
|
13288
|
-
|
|
13289
|
-
|
|
13290
|
-
|
|
13291
|
-
|
|
13292
|
-
|
|
13293
|
-
|
|
13294
|
-
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
|
|
13298
|
-
|
|
13299
|
-
|
|
13300
|
-
|
|
13301
|
-
|
|
13302
|
-
|
|
13303
|
-
|
|
13304
|
-
|
|
13305
|
-
|
|
13306
|
-
|
|
13307
|
-
|
|
13308
|
-
|
|
13309
|
-
|
|
13310
|
-
|
|
13311
|
-
|
|
13312
|
-
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13317
|
-
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
|
|
13327
|
-
|
|
13328
|
-
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
|
|
13332
|
-
|
|
13333
|
-
|
|
13334
|
-
|
|
13335
|
-
|
|
13336
|
-
|
|
13337
|
-
|
|
13338
|
-
|
|
13339
|
-
|
|
13340
|
-
|
|
13341
|
-
|
|
13342
|
-
|
|
13343
|
-
|
|
13344
|
-
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
|
|
13351
|
-
|
|
13352
|
-
|
|
13353
|
-
|
|
13354
|
-
|
|
13355
|
-
|
|
13356
|
-
|
|
13357
|
-
|
|
13358
|
-
|
|
13359
|
-
|
|
13360
|
-
|
|
13361
|
-
|
|
13362
|
-
|
|
13363
|
-
|
|
13364
|
-
},
|
|
13365
|
-
|
|
13366
|
-
|
|
13367
|
-
|
|
13368
|
-
|
|
13369
|
-
|
|
13370
|
-
|
|
13371
|
-
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
}
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13379
|
-
|
|
13380
|
-
|
|
13381
|
-
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
}
|
|
13390
|
-
|
|
13391
|
-
|
|
13392
|
-
|
|
13393
|
-
|
|
13394
|
-
|
|
13395
|
-
|
|
13396
|
-
|
|
13397
|
-
|
|
13398
|
-
|
|
13399
|
-
|
|
13400
|
-
}
|
|
13401
|
-
|
|
13402
|
-
|
|
13403
|
-
|
|
13404
|
-
|
|
13405
|
-
|
|
13406
|
-
|
|
13407
|
-
|
|
13408
|
-
|
|
13409
|
-
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
|
|
13413
|
-
|
|
13414
|
-
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13420
|
-
}
|
|
13421
|
-
type:
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
|
|
13429
|
-
|
|
13430
|
-
|
|
13431
|
-
|
|
13432
|
-
|
|
13433
|
-
|
|
13434
|
-
|
|
13435
|
-
|
|
13436
|
-
|
|
13437
|
-
|
|
13438
|
-
|
|
13439
|
-
|
|
13440
|
-
|
|
13441
|
-
|
|
13442
|
-
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
|
|
13449
|
-
|
|
13450
|
-
|
|
13451
|
-
|
|
13452
|
-
|
|
13453
|
-
|
|
13454
|
-
|
|
13455
|
-
|
|
13456
|
-
|
|
13457
|
-
|
|
13458
|
-
|
|
13459
|
-
}
|
|
13460
|
-
|
|
13461
|
-
|
|
13462
|
-
|
|
13463
|
-
|
|
13464
|
-
|
|
13465
|
-
|
|
13466
|
-
|
|
13467
|
-
|
|
13468
|
-
|
|
13469
|
-
|
|
13470
|
-
|
|
13471
|
-
|
|
13472
|
-
|
|
13473
|
-
|
|
13474
|
-
|
|
13475
|
-
|
|
13476
|
-
|
|
13477
|
-
|
|
13478
|
-
|
|
13479
|
-
|
|
13480
|
-
|
|
13481
|
-
|
|
13482
|
-
|
|
13483
|
-
|
|
13484
|
-
|
|
13485
|
-
|
|
13486
|
-
|
|
13487
|
-
}
|
|
13488
|
-
|
|
13489
|
-
|
|
13490
|
-
|
|
13491
|
-
|
|
13492
|
-
|
|
13493
|
-
|
|
13494
|
-
|
|
13495
|
-
|
|
13496
|
-
}
|
|
13497
|
-
|
|
13498
|
-
|
|
13499
|
-
|
|
13500
|
-
|
|
13501
|
-
|
|
13502
|
-
|
|
13503
|
-
|
|
13504
|
-
|
|
13505
|
-
|
|
13506
|
-
|
|
13507
|
-
|
|
13508
|
-
|
|
13509
|
-
|
|
13510
|
-
|
|
13511
|
-
|
|
13512
|
-
|
|
13513
|
-
|
|
13514
|
-
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13518
|
-
|
|
13519
|
-
|
|
13520
|
-
|
|
13521
|
-
|
|
13522
|
-
|
|
13523
|
-
|
|
13524
|
-
|
|
13525
|
-
|
|
13526
|
-
|
|
13527
|
-
|
|
13528
|
-
|
|
13529
|
-
|
|
13530
|
-
|
|
13531
|
-
|
|
13532
|
-
|
|
13533
|
-
|
|
13534
|
-
|
|
13535
|
-
|
|
13536
|
-
|
|
13537
|
-
|
|
13538
|
-
|
|
13539
|
-
|
|
13540
|
-
|
|
13541
|
-
|
|
13542
|
-
|
|
13543
|
-
|
|
13544
|
-
}
|
|
13545
|
-
|
|
13546
|
-
|
|
13547
|
-
|
|
13548
|
-
|
|
13549
|
-
|
|
13550
|
-
|
|
13551
|
-
|
|
13552
|
-
|
|
13553
|
-
|
|
13554
|
-
|
|
13555
|
-
|
|
13556
|
-
|
|
13557
|
-
|
|
13558
|
-
|
|
13559
|
-
|
|
13560
|
-
|
|
13561
|
-
|
|
13562
|
-
|
|
13563
|
-
|
|
13564
|
-
|
|
13565
|
-
|
|
13566
|
-
|
|
13567
|
-
|
|
13568
|
-
|
|
13569
|
-
|
|
13570
|
-
}
|
|
13571
|
-
|
|
13572
|
-
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
|
|
13576
|
-
|
|
13577
|
-
|
|
13578
|
-
|
|
13579
|
-
|
|
13580
|
-
|
|
13581
|
-
|
|
13582
|
-
|
|
13583
|
-
|
|
13584
|
-
|
|
13585
|
-
|
|
13586
|
-
|
|
13587
|
-
|
|
13588
|
-
|
|
13589
|
-
|
|
13590
|
-
|
|
13591
|
-
|
|
13592
|
-
|
|
13593
|
-
|
|
13594
|
-
|
|
13595
|
-
|
|
13596
|
-
|
|
13597
|
-
|
|
13598
|
-
|
|
13599
|
-
|
|
13600
|
-
|
|
13601
|
-
|
|
13602
|
-
|
|
13603
|
-
|
|
13604
|
-
|
|
13605
|
-
|
|
13606
|
-
|
|
13607
|
-
|
|
13608
|
-
|
|
13609
|
-
|
|
13610
|
-
|
|
13611
|
-
|
|
13612
|
-
|
|
13613
|
-
|
|
13614
|
-
|
|
13615
|
-
|
|
13616
|
-
|
|
13617
|
-
|
|
13618
|
-
|
|
13619
|
-
|
|
13620
|
-
|
|
13621
|
-
|
|
13622
|
-
|
|
13623
|
-
|
|
13624
|
-
|
|
13625
|
-
|
|
13626
|
-
|
|
13627
|
-
|
|
13628
|
-
|
|
13629
|
-
|
|
13630
|
-
|
|
13631
|
-
|
|
13632
|
-
|
|
13633
|
-
|
|
13634
|
-
|
|
13635
|
-
|
|
13636
|
-
|
|
13637
|
-
|
|
13638
|
-
|
|
13639
|
-
|
|
13640
|
-
|
|
13641
|
-
|
|
13642
|
-
|
|
13643
|
-
|
|
13644
|
-
|
|
13645
|
-
|
|
13646
|
-
|
|
13647
|
-
|
|
13648
|
-
|
|
13649
|
-
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
|
|
13653
|
-
|
|
13654
|
-
|
|
13655
|
-
|
|
13656
|
-
|
|
13657
|
-
|
|
13658
|
-
|
|
13659
|
-
|
|
13660
|
-
|
|
13661
|
-
|
|
13662
|
-
|
|
13663
|
-
|
|
13664
|
-
|
|
13665
|
-
|
|
13666
|
-
|
|
13667
|
-
|
|
13668
|
-
|
|
13669
|
-
|
|
13670
|
-
|
|
13671
|
-
|
|
13672
|
-
|
|
13673
|
-
|
|
13674
|
-
|
|
13675
|
-
|
|
13676
|
-
|
|
13677
|
-
|
|
13678
|
-
|
|
13679
|
-
|
|
13680
|
-
|
|
13681
|
-
|
|
13682
|
-
|
|
13683
|
-
|
|
13684
|
-
|
|
13685
|
-
|
|
13686
|
-
|
|
13687
|
-
|
|
13688
|
-
|
|
13689
|
-
|
|
13690
|
-
|
|
13691
|
-
|
|
13692
|
-
|
|
13693
|
-
|
|
13694
|
-
|
|
13695
|
-
|
|
13696
|
-
|
|
13697
|
-
|
|
13698
|
-
|
|
13699
|
-
|
|
13700
|
-
|
|
13701
|
-
|
|
13702
|
-
|
|
13703
|
-
|
|
13704
|
-
|
|
13705
|
-
|
|
13706
|
-
|
|
13707
|
-
|
|
13708
|
-
|
|
13709
|
-
|
|
13710
|
-
|
|
13711
|
-
|
|
13712
|
-
|
|
13713
|
-
|
|
13714
|
-
|
|
13715
|
-
|
|
13716
|
-
|
|
13717
|
-
|
|
13718
|
-
|
|
13719
|
-
|
|
13720
|
-
|
|
13721
|
-
|
|
13722
|
-
|
|
13723
|
-
|
|
13724
|
-
|
|
13725
|
-
|
|
13726
|
-
|
|
13727
|
-
|
|
13728
|
-
|
|
13729
|
-
|
|
13730
|
-
|
|
13731
|
-
|
|
13732
|
-
|
|
13733
|
-
|
|
13734
|
-
|
|
13735
|
-
|
|
13736
|
-
|
|
13737
|
-
|
|
13738
|
-
|
|
13739
|
-
|
|
13740
|
-
|
|
13741
|
-
|
|
13742
|
-
|
|
13743
|
-
|
|
13744
|
-
|
|
13745
|
-
|
|
13746
|
-
|
|
13747
|
-
|
|
13748
|
-
|
|
13749
|
-
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
|
|
13753
|
-
|
|
13754
|
-
|
|
13755
|
-
|
|
13756
|
-
|
|
13757
|
-
|
|
13758
|
-
|
|
13759
|
-
|
|
13760
|
-
|
|
13761
|
-
|
|
13762
|
-
|
|
13763
|
-
|
|
13764
|
-
|
|
13765
|
-
|
|
13766
|
-
|
|
13767
|
-
|
|
13768
|
-
|
|
13769
|
-
|
|
13770
|
-
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13775
|
-
|
|
13776
|
-
|
|
13777
|
-
|
|
13778
|
-
|
|
13779
|
-
|
|
13780
|
-
|
|
13781
|
-
|
|
13782
|
-
|
|
13783
|
-
|
|
13784
|
-
|
|
13785
|
-
|
|
13786
|
-
|
|
13787
|
-
|
|
13788
|
-
|
|
13789
|
-
|
|
13790
|
-
|
|
13791
|
-
|
|
13792
|
-
|
|
13793
|
-
|
|
13794
|
-
|
|
13795
|
-
|
|
13796
|
-
|
|
13797
|
-
|
|
13798
|
-
|
|
13799
|
-
|
|
13800
|
-
|
|
13801
|
-
|
|
13802
|
-
|
|
13803
|
-
|
|
13804
|
-
|
|
13805
|
-
|
|
13806
|
-
|
|
13807
|
-
|
|
13808
|
-
|
|
13809
|
-
|
|
13810
|
-
|
|
13811
|
-
|
|
13812
|
-
|
|
13813
|
-
|
|
13814
|
-
|
|
13815
|
-
|
|
13816
|
-
|
|
13817
|
-
|
|
13818
|
-
|
|
13819
|
-
|
|
13820
|
-
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
13826
|
-
|
|
13827
|
-
|
|
13828
|
-
|
|
13829
|
-
|
|
13830
|
-
|
|
13831
|
-
|
|
13832
|
-
|
|
13833
|
-
|
|
13834
|
-
|
|
13835
|
-
|
|
13836
|
-
|
|
13837
|
-
|
|
13838
|
-
|
|
13839
|
-
|
|
13840
|
-
|
|
13841
|
-
|
|
13842
|
-
|
|
13843
|
-
|
|
13844
|
-
|
|
13845
|
-
|
|
13846
|
-
|
|
13847
|
-
|
|
13848
|
-
|
|
13849
|
-
|
|
13850
|
-
|
|
13851
|
-
|
|
13852
|
-
|
|
13853
|
-
|
|
13854
|
-
|
|
13855
|
-
|
|
13856
|
-
|
|
13857
|
-
|
|
13858
|
-
|
|
13859
|
-
|
|
13860
|
-
|
|
13861
|
-
|
|
13862
|
-
|
|
13863
|
-
|
|
13864
|
-
|
|
13865
|
-
|
|
13866
|
-
|
|
13867
|
-
|
|
13868
|
-
|
|
13869
|
-
|
|
13870
|
-
|
|
13871
|
-
|
|
13872
|
-
|
|
13873
|
-
|
|
13874
|
-
|
|
13875
|
-
|
|
13876
|
-
|
|
13877
|
-
|
|
13878
|
-
|
|
13879
|
-
|
|
13880
|
-
|
|
13881
|
-
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
|
|
13885
|
-
|
|
13886
|
-
|
|
13887
|
-
|
|
13888
|
-
|
|
13889
|
-
|
|
13890
|
-
|
|
13891
|
-
|
|
13892
|
-
|
|
13893
|
-
|
|
13894
|
-
|
|
13895
|
-
|
|
13896
|
-
|
|
13897
|
-
|
|
13898
|
-
|
|
13899
|
-
|
|
13900
|
-
|
|
13901
|
-
|
|
13902
|
-
|
|
13903
|
-
|
|
13904
|
-
|
|
13905
|
-
|
|
13906
|
-
|
|
13907
|
-
|
|
13908
|
-
|
|
13909
|
-
|
|
13910
|
-
|
|
13911
|
-
|
|
13912
|
-
|
|
13913
|
-
|
|
13914
|
-
|
|
13915
|
-
|
|
13916
|
-
|
|
13917
|
-
|
|
13918
|
-
|
|
13919
|
-
|
|
13920
|
-
|
|
13921
|
-
|
|
13922
|
-
|
|
13923
|
-
|
|
13924
|
-
|
|
13925
|
-
|
|
13926
|
-
|
|
13927
|
-
|
|
13928
|
-
|
|
13929
|
-
|
|
13930
|
-
|
|
13931
|
-
|
|
13932
|
-
|
|
13933
|
-
|
|
13934
|
-
|
|
13935
|
-
|
|
13936
|
-
|
|
13937
|
-
|
|
13938
|
-
|
|
13939
|
-
|
|
13940
|
-
|
|
13941
|
-
|
|
13942
|
-
|
|
13943
|
-
|
|
13944
|
-
|
|
13945
|
-
|
|
13946
|
-
|
|
13947
|
-
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
|
|
13951
|
-
|
|
13952
|
-
|
|
13953
|
-
|
|
13954
|
-
|
|
13955
|
-
|
|
13956
|
-
|
|
13957
|
-
|
|
13958
|
-
|
|
13959
|
-
|
|
13960
|
-
|
|
13961
|
-
|
|
13962
|
-
|
|
13963
|
-
|
|
13964
|
-
|
|
13965
|
-
|
|
13966
|
-
|
|
13967
|
-
|
|
13968
|
-
|
|
13969
|
-
|
|
13970
|
-
|
|
13971
|
-
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
|
|
13975
|
-
|
|
13976
|
-
|
|
13977
|
-
|
|
13978
|
-
|
|
13979
|
-
|
|
13980
|
-
|
|
13981
|
-
|
|
13982
|
-
|
|
13983
|
-
|
|
13984
|
-
|
|
13985
|
-
|
|
13986
|
-
|
|
13987
|
-
|
|
13988
|
-
|
|
13989
|
-
|
|
13990
|
-
|
|
13991
|
-
|
|
13992
|
-
|
|
13993
|
-
|
|
13994
|
-
|
|
13995
|
-
|
|
13996
|
-
|
|
13997
|
-
|
|
13998
|
-
|
|
13999
|
-
|
|
14000
|
-
|
|
14001
|
-
|
|
14002
|
-
|
|
14003
|
-
|
|
14004
|
-
|
|
14005
|
-
|
|
14006
|
-
|
|
14007
|
-
|
|
14008
|
-
|
|
14009
|
-
|
|
14010
|
-
|
|
14011
|
-
|
|
14012
|
-
|
|
14013
|
-
|
|
14014
|
-
|
|
14015
|
-
|
|
14016
|
-
|
|
14017
|
-
|
|
14018
|
-
|
|
14019
|
-
|
|
14020
|
-
|
|
14021
|
-
|
|
14022
|
-
|
|
14023
|
-
|
|
14024
|
-
|
|
14025
|
-
|
|
14026
|
-
|
|
14027
|
-
|
|
14028
|
-
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
|
|
14033
|
-
|
|
14034
|
-
|
|
14035
|
-
|
|
14036
|
-
|
|
14037
|
-
|
|
14038
|
-
|
|
14039
|
-
|
|
14040
|
-
|
|
14041
|
-
|
|
14042
|
-
|
|
14043
|
-
|
|
14044
|
-
|
|
14045
|
-
|
|
14046
|
-
|
|
14047
|
-
|
|
14048
|
-
|
|
14049
|
-
|
|
14050
|
-
|
|
14051
|
-
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
|
|
14055
|
-
|
|
14056
|
-
|
|
14057
|
-
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
|
|
14062
|
-
|
|
14063
|
-
|
|
14064
|
-
|
|
14065
|
-
|
|
14066
|
-
|
|
14067
|
-
|
|
14068
|
-
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
|
|
14072
|
-
|
|
14073
|
-
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
|
|
14077
|
-
|
|
14078
|
-
|
|
14079
|
-
|
|
14080
|
-
|
|
14081
|
-
|
|
14082
|
-
|
|
14083
|
-
|
|
14084
|
-
|
|
14085
|
-
|
|
14086
|
-
|
|
14087
|
-
|
|
14088
|
-
|
|
14089
|
-
|
|
14090
|
-
|
|
14091
|
-
|
|
14092
|
-
|
|
14093
|
-
|
|
14094
|
-
|
|
14095
|
-
|
|
14096
|
-
|
|
14097
|
-
|
|
14098
|
-
|
|
14099
|
-
|
|
14100
|
-
|
|
14101
|
-
|
|
14102
|
-
|
|
14103
|
-
|
|
14104
|
-
}>>;
|
|
14105
|
-
}, z.core.$strip
|
|
14106
|
-
|
|
14107
|
-
|
|
14108
|
-
}>;
|
|
14109
|
-
src: z.ZodString;
|
|
14110
|
-
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14111
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14112
|
-
type: z.ZodEnum<{
|
|
14113
|
-
caption: "caption";
|
|
14114
|
-
}>;
|
|
14115
|
-
src: z.ZodString;
|
|
14116
|
-
font: z.ZodOptional<z.ZodObject<{
|
|
14117
|
-
family: z.ZodOptional<z.ZodString>;
|
|
14118
|
-
color: z.ZodOptional<z.ZodString>;
|
|
14119
|
-
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14120
|
-
size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14121
|
-
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14122
|
-
stroke: z.ZodOptional<z.ZodString>;
|
|
14123
|
-
strokeWidth: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14124
|
-
}, z.core.$strip>>;
|
|
14125
|
-
background: z.ZodOptional<z.ZodObject<{
|
|
14126
|
-
color: z.ZodOptional<z.ZodString>;
|
|
14127
|
-
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14128
|
-
padding: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14129
|
-
borderRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14130
|
-
}, z.core.$strip>>;
|
|
14131
|
-
margin: z.ZodOptional<z.ZodObject<{
|
|
14132
|
-
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14133
|
-
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14134
|
-
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14135
|
-
}, z.core.$strip>>;
|
|
14136
|
-
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14137
|
-
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14138
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14139
|
-
type: z.ZodEnum<{
|
|
14140
|
-
html: "html";
|
|
14141
|
-
}>;
|
|
14142
|
-
html: z.ZodString;
|
|
14143
|
-
css: z.ZodOptional<z.ZodString>;
|
|
14144
|
-
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14145
|
-
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14146
|
-
background: z.ZodOptional<z.ZodString>;
|
|
14147
|
-
position: z.ZodOptional<z.ZodEnum<{
|
|
14148
|
-
top: "top";
|
|
14149
|
-
left: "left";
|
|
14150
|
-
right: "right";
|
|
14151
|
-
bottom: "bottom";
|
|
14152
|
-
topRight: "topRight";
|
|
14153
|
-
bottomRight: "bottomRight";
|
|
14154
|
-
bottomLeft: "bottomLeft";
|
|
14155
|
-
topLeft: "topLeft";
|
|
14156
|
-
center: "center";
|
|
14157
|
-
}>>;
|
|
14158
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14159
|
-
type: z.ZodEnum<{
|
|
14160
|
-
title: "title";
|
|
14161
|
-
}>;
|
|
14162
|
-
text: z.ZodString;
|
|
14163
|
-
style: z.ZodOptional<z.ZodEnum<{
|
|
14164
|
-
minimal: "minimal";
|
|
14165
|
-
blockbuster: "blockbuster";
|
|
14166
|
-
vogue: "vogue";
|
|
14167
|
-
sketchy: "sketchy";
|
|
14168
|
-
skinny: "skinny";
|
|
14169
|
-
chunk: "chunk";
|
|
14170
|
-
chunkLight: "chunkLight";
|
|
14171
|
-
marker: "marker";
|
|
14172
|
-
future: "future";
|
|
14173
|
-
subtitle: "subtitle";
|
|
14174
|
-
}>>;
|
|
14175
|
-
color: z.ZodOptional<z.ZodString>;
|
|
14176
|
-
size: z.ZodOptional<z.ZodEnum<{
|
|
14177
|
-
small: "small";
|
|
14178
|
-
medium: "medium";
|
|
14179
|
-
"xx-small": "xx-small";
|
|
14180
|
-
"x-small": "x-small";
|
|
14181
|
-
large: "large";
|
|
14182
|
-
"x-large": "x-large";
|
|
14183
|
-
"xx-large": "xx-large";
|
|
14184
|
-
}>>;
|
|
14185
|
-
background: z.ZodOptional<z.ZodString>;
|
|
14186
|
-
position: z.ZodOptional<z.ZodEnum<{
|
|
14187
|
-
top: "top";
|
|
14188
|
-
left: "left";
|
|
14189
|
-
right: "right";
|
|
14190
|
-
bottom: "bottom";
|
|
14191
|
-
topRight: "topRight";
|
|
14192
|
-
bottomRight: "bottomRight";
|
|
14193
|
-
bottomLeft: "bottomLeft";
|
|
14194
|
-
topLeft: "topLeft";
|
|
14195
|
-
center: "center";
|
|
14196
|
-
}>>;
|
|
14197
|
-
offset: z.ZodOptional<z.ZodObject<{
|
|
14198
|
-
x: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14199
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14200
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14201
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14202
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14203
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14204
|
-
linear: "linear";
|
|
14205
|
-
bezier: "bezier";
|
|
14206
|
-
constant: "constant";
|
|
14207
|
-
}>>;
|
|
14208
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14209
|
-
ease: "ease";
|
|
14210
|
-
easeIn: "easeIn";
|
|
14211
|
-
easeOut: "easeOut";
|
|
14212
|
-
easeInOut: "easeInOut";
|
|
14213
|
-
easeInQuad: "easeInQuad";
|
|
14214
|
-
easeInCubic: "easeInCubic";
|
|
14215
|
-
easeInQuart: "easeInQuart";
|
|
14216
|
-
easeInQuint: "easeInQuint";
|
|
14217
|
-
easeInSine: "easeInSine";
|
|
14218
|
-
easeInExpo: "easeInExpo";
|
|
14219
|
-
easeInCirc: "easeInCirc";
|
|
14220
|
-
easeInBack: "easeInBack";
|
|
14221
|
-
easeOutQuad: "easeOutQuad";
|
|
14222
|
-
easeOutCubic: "easeOutCubic";
|
|
14223
|
-
easeOutQuart: "easeOutQuart";
|
|
14224
|
-
easeOutQuint: "easeOutQuint";
|
|
14225
|
-
easeOutSine: "easeOutSine";
|
|
14226
|
-
easeOutExpo: "easeOutExpo";
|
|
14227
|
-
easeOutCirc: "easeOutCirc";
|
|
14228
|
-
easeOutBack: "easeOutBack";
|
|
14229
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14230
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14231
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14232
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14233
|
-
easeInOutSine: "easeInOutSine";
|
|
14234
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14235
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14236
|
-
easeInOutBack: "easeInOutBack";
|
|
14237
|
-
}>>;
|
|
14238
|
-
}, z.core.$strip>>]>>;
|
|
14239
|
-
y: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14240
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14241
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14242
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14243
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14244
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14245
|
-
linear: "linear";
|
|
14246
|
-
bezier: "bezier";
|
|
14247
|
-
constant: "constant";
|
|
14248
|
-
}>>;
|
|
14249
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14250
|
-
ease: "ease";
|
|
14251
|
-
easeIn: "easeIn";
|
|
14252
|
-
easeOut: "easeOut";
|
|
14253
|
-
easeInOut: "easeInOut";
|
|
14254
|
-
easeInQuad: "easeInQuad";
|
|
14255
|
-
easeInCubic: "easeInCubic";
|
|
14256
|
-
easeInQuart: "easeInQuart";
|
|
14257
|
-
easeInQuint: "easeInQuint";
|
|
14258
|
-
easeInSine: "easeInSine";
|
|
14259
|
-
easeInExpo: "easeInExpo";
|
|
14260
|
-
easeInCirc: "easeInCirc";
|
|
14261
|
-
easeInBack: "easeInBack";
|
|
14262
|
-
easeOutQuad: "easeOutQuad";
|
|
14263
|
-
easeOutCubic: "easeOutCubic";
|
|
14264
|
-
easeOutQuart: "easeOutQuart";
|
|
14265
|
-
easeOutQuint: "easeOutQuint";
|
|
14266
|
-
easeOutSine: "easeOutSine";
|
|
14267
|
-
easeOutExpo: "easeOutExpo";
|
|
14268
|
-
easeOutCirc: "easeOutCirc";
|
|
14269
|
-
easeOutBack: "easeOutBack";
|
|
14270
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14271
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14272
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14273
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14274
|
-
easeInOutSine: "easeInOutSine";
|
|
14275
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14276
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14277
|
-
easeInOutBack: "easeInOutBack";
|
|
14278
|
-
}>>;
|
|
14279
|
-
}, z.core.$strip>>]>>;
|
|
14280
|
-
}, z.core.$strip>>;
|
|
14281
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14282
|
-
type: z.ZodEnum<{
|
|
14283
|
-
shape: "shape";
|
|
14284
|
-
}>;
|
|
14285
|
-
shape: z.ZodEnum<{
|
|
14286
|
-
circle: "circle";
|
|
14287
|
-
rectangle: "rectangle";
|
|
14288
|
-
line: "line";
|
|
14289
|
-
}>;
|
|
14290
|
-
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14291
|
-
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14292
|
-
fill: z.ZodOptional<z.ZodObject<{
|
|
14293
|
-
color: z.ZodOptional<z.ZodString>;
|
|
14294
|
-
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14295
|
-
}, z.core.$strip>>;
|
|
14296
|
-
stroke: z.ZodOptional<z.ZodObject<{
|
|
14297
|
-
color: z.ZodOptional<z.ZodString>;
|
|
14298
|
-
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14299
|
-
}, z.core.$strip>>;
|
|
14300
|
-
rectangle: z.ZodOptional<z.ZodObject<{
|
|
14301
|
-
width: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14302
|
-
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14303
|
-
cornerRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14304
|
-
}, z.core.$strip>>;
|
|
14305
|
-
circle: z.ZodOptional<z.ZodObject<{
|
|
14306
|
-
radius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14307
|
-
}, z.core.$strip>>;
|
|
14308
|
-
line: z.ZodOptional<z.ZodObject<{
|
|
14309
|
-
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14310
|
-
thickness: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14311
|
-
}, z.core.$strip>>;
|
|
14312
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14313
|
-
type: z.ZodEnum<{
|
|
14314
|
-
svg: "svg";
|
|
14315
|
-
}>;
|
|
14316
|
-
src: z.ZodOptional<z.ZodString>;
|
|
14317
|
-
shape: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14318
|
-
type: z.ZodEnum<{
|
|
14319
|
-
rectangle: "rectangle";
|
|
14320
|
-
}>;
|
|
14321
|
-
width: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14322
|
-
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14323
|
-
cornerRadius: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14324
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14325
|
-
type: z.ZodEnum<{
|
|
14326
|
-
circle: "circle";
|
|
14327
|
-
}>;
|
|
14328
|
-
radius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14329
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14330
|
-
type: z.ZodEnum<{
|
|
14331
|
-
ellipse: "ellipse";
|
|
14332
|
-
}>;
|
|
14333
|
-
radiusX: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14334
|
-
radiusY: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14335
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14336
|
-
type: z.ZodEnum<{
|
|
14337
|
-
line: "line";
|
|
14338
|
-
}>;
|
|
14339
|
-
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14340
|
-
thickness: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14341
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14342
|
-
type: z.ZodEnum<{
|
|
14343
|
-
polygon: "polygon";
|
|
14344
|
-
}>;
|
|
14345
|
-
sides: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14346
|
-
radius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14347
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14348
|
-
type: z.ZodEnum<{
|
|
14349
|
-
star: "star";
|
|
14350
|
-
}>;
|
|
14351
|
-
points: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14352
|
-
outerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14353
|
-
innerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14354
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14355
|
-
type: z.ZodEnum<{
|
|
14356
|
-
arrow: "arrow";
|
|
14357
|
-
}>;
|
|
14358
|
-
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14359
|
-
headWidth: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14360
|
-
headLength: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14361
|
-
shaftWidth: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14362
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14363
|
-
type: z.ZodEnum<{
|
|
14364
|
-
heart: "heart";
|
|
14365
|
-
}>;
|
|
14366
|
-
size: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14367
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14368
|
-
type: z.ZodEnum<{
|
|
14369
|
-
cross: "cross";
|
|
14370
|
-
}>;
|
|
14371
|
-
width: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14372
|
-
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14373
|
-
thickness: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14374
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14375
|
-
type: z.ZodEnum<{
|
|
14376
|
-
ring: "ring";
|
|
14377
|
-
}>;
|
|
14378
|
-
outerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14379
|
-
innerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14380
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14381
|
-
type: z.ZodEnum<{
|
|
14382
|
-
path: "path";
|
|
14383
|
-
}>;
|
|
14384
|
-
d: z.ZodString;
|
|
14385
|
-
}, z.core.$strip>], "type">>;
|
|
14386
|
-
fill: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14387
|
-
type: z.ZodEnum<{
|
|
14388
|
-
solid: "solid";
|
|
14389
|
-
}>;
|
|
14390
|
-
color: z.ZodDefault<z.ZodString>;
|
|
14391
|
-
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14392
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14393
|
-
type: z.ZodEnum<{
|
|
14394
|
-
linear: "linear";
|
|
14395
|
-
}>;
|
|
14396
|
-
angle: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14397
|
-
stops: z.ZodArray<z.ZodObject<{
|
|
14398
|
-
offset: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14399
|
-
color: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
14400
|
-
}, z.core.$strip>>;
|
|
14401
|
-
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14402
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14403
|
-
type: z.ZodEnum<{
|
|
14404
|
-
radial: "radial";
|
|
14405
|
-
}>;
|
|
14406
|
-
stops: z.ZodArray<z.ZodObject<{
|
|
14407
|
-
offset: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
14408
|
-
color: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
14409
|
-
}, z.core.$strip>>;
|
|
14410
|
-
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14411
|
-
}, z.core.$strip>], "type">>;
|
|
14412
|
-
stroke: z.ZodOptional<z.ZodObject<{
|
|
14413
|
-
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
14414
|
-
width: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14415
|
-
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14416
|
-
lineCap: z.ZodOptional<z.ZodEnum<{
|
|
14417
|
-
butt: "butt";
|
|
14418
|
-
round: "round";
|
|
14419
|
-
square: "square";
|
|
14420
|
-
}>>;
|
|
14421
|
-
lineJoin: z.ZodOptional<z.ZodEnum<{
|
|
14422
|
-
round: "round";
|
|
14423
|
-
miter: "miter";
|
|
14424
|
-
bevel: "bevel";
|
|
14425
|
-
}>>;
|
|
14426
|
-
dashArray: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14427
|
-
dashOffset: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14428
|
-
}, z.core.$strip>>;
|
|
14429
|
-
shadow: z.ZodOptional<z.ZodObject<{
|
|
14430
|
-
offsetX: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14431
|
-
offsetY: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14432
|
-
blur: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14433
|
-
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
14434
|
-
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14435
|
-
}, z.core.$strip>>;
|
|
14436
|
-
transform: z.ZodOptional<z.ZodObject<{
|
|
14437
|
-
x: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14438
|
-
y: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14439
|
-
rotation: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14440
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14441
|
-
originX: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14442
|
-
originY: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14443
|
-
}, z.core.$strip>>;
|
|
14444
|
-
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
14445
|
-
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14446
|
-
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14447
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14448
|
-
type: z.ZodEnum<{
|
|
14449
|
-
"text-to-image": "text-to-image";
|
|
14450
|
-
}>;
|
|
14451
|
-
prompt: z.ZodString;
|
|
14452
|
-
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14453
|
-
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14454
|
-
crop: z.ZodOptional<z.ZodObject<{
|
|
14455
|
-
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14456
|
-
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14457
|
-
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14458
|
-
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14459
|
-
}, z.core.$strip>>;
|
|
14460
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14461
|
-
type: z.ZodEnum<{
|
|
14462
|
-
"image-to-video": "image-to-video";
|
|
14463
|
-
}>;
|
|
14464
|
-
src: z.ZodString;
|
|
14465
|
-
prompt: z.ZodOptional<z.ZodString>;
|
|
14466
|
-
aspectRatio: z.ZodOptional<z.ZodEnum<{
|
|
14467
|
-
"16:9": "16:9";
|
|
14468
|
-
"9:16": "9:16";
|
|
14469
|
-
"1:1": "1:1";
|
|
14470
|
-
"4:3": "4:3";
|
|
14471
|
-
"3:4": "3:4";
|
|
14472
|
-
"21:9": "21:9";
|
|
14473
|
-
"9:21": "9:21";
|
|
14474
|
-
}>>;
|
|
14475
|
-
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14476
|
-
crop: z.ZodOptional<z.ZodObject<{
|
|
14477
|
-
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14478
|
-
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14479
|
-
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14480
|
-
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14481
|
-
}, z.core.$strip>>;
|
|
14482
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
14483
|
-
type: z.ZodEnum<{
|
|
14484
|
-
"text-to-speech": "text-to-speech";
|
|
14485
|
-
}>;
|
|
14486
|
-
text: z.ZodString;
|
|
14487
|
-
voice: z.ZodString;
|
|
14488
|
-
language: z.ZodOptional<z.ZodString>;
|
|
14489
|
-
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
14490
|
-
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14491
|
-
volume: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14492
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14493
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14494
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14495
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14496
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14497
|
-
linear: "linear";
|
|
14498
|
-
bezier: "bezier";
|
|
14499
|
-
constant: "constant";
|
|
14500
|
-
}>>;
|
|
14501
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14502
|
-
ease: "ease";
|
|
14503
|
-
easeIn: "easeIn";
|
|
14504
|
-
easeOut: "easeOut";
|
|
14505
|
-
easeInOut: "easeInOut";
|
|
14506
|
-
easeInQuad: "easeInQuad";
|
|
14507
|
-
easeInCubic: "easeInCubic";
|
|
14508
|
-
easeInQuart: "easeInQuart";
|
|
14509
|
-
easeInQuint: "easeInQuint";
|
|
14510
|
-
easeInSine: "easeInSine";
|
|
14511
|
-
easeInExpo: "easeInExpo";
|
|
14512
|
-
easeInCirc: "easeInCirc";
|
|
14513
|
-
easeInBack: "easeInBack";
|
|
14514
|
-
easeOutQuad: "easeOutQuad";
|
|
14515
|
-
easeOutCubic: "easeOutCubic";
|
|
14516
|
-
easeOutQuart: "easeOutQuart";
|
|
14517
|
-
easeOutQuint: "easeOutQuint";
|
|
14518
|
-
easeOutSine: "easeOutSine";
|
|
14519
|
-
easeOutExpo: "easeOutExpo";
|
|
14520
|
-
easeOutCirc: "easeOutCirc";
|
|
14521
|
-
easeOutBack: "easeOutBack";
|
|
14522
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14523
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14524
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14525
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14526
|
-
easeInOutSine: "easeInOutSine";
|
|
14527
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14528
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14529
|
-
easeInOutBack: "easeInOutBack";
|
|
14530
|
-
}>>;
|
|
14531
|
-
}, z.core.$strip>>]>>;
|
|
14532
|
-
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14533
|
-
effect: z.ZodOptional<z.ZodEnum<{
|
|
14534
|
-
fadeIn: "fadeIn";
|
|
14535
|
-
none: "none";
|
|
14536
|
-
fadeOut: "fadeOut";
|
|
14537
|
-
fadeInFadeOut: "fadeInFadeOut";
|
|
14538
|
-
}>>;
|
|
14539
|
-
}, z.core.$strip>], "type">;
|
|
14540
|
-
start: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>;
|
|
14541
|
-
length: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>;
|
|
14542
|
-
fit: z.ZodOptional<z.ZodEnum<{
|
|
14543
|
-
crop: "crop";
|
|
14544
|
-
none: "none";
|
|
14545
|
-
cover: "cover";
|
|
14546
|
-
contain: "contain";
|
|
14547
|
-
}>>;
|
|
14548
|
-
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14549
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14550
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14551
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14552
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14553
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14554
|
-
linear: "linear";
|
|
14555
|
-
bezier: "bezier";
|
|
14556
|
-
constant: "constant";
|
|
14557
|
-
}>>;
|
|
14558
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14559
|
-
ease: "ease";
|
|
14560
|
-
easeIn: "easeIn";
|
|
14561
|
-
easeOut: "easeOut";
|
|
14562
|
-
easeInOut: "easeInOut";
|
|
14563
|
-
easeInQuad: "easeInQuad";
|
|
14564
|
-
easeInCubic: "easeInCubic";
|
|
14565
|
-
easeInQuart: "easeInQuart";
|
|
14566
|
-
easeInQuint: "easeInQuint";
|
|
14567
|
-
easeInSine: "easeInSine";
|
|
14568
|
-
easeInExpo: "easeInExpo";
|
|
14569
|
-
easeInCirc: "easeInCirc";
|
|
14570
|
-
easeInBack: "easeInBack";
|
|
14571
|
-
easeOutQuad: "easeOutQuad";
|
|
14572
|
-
easeOutCubic: "easeOutCubic";
|
|
14573
|
-
easeOutQuart: "easeOutQuart";
|
|
14574
|
-
easeOutQuint: "easeOutQuint";
|
|
14575
|
-
easeOutSine: "easeOutSine";
|
|
14576
|
-
easeOutExpo: "easeOutExpo";
|
|
14577
|
-
easeOutCirc: "easeOutCirc";
|
|
14578
|
-
easeOutBack: "easeOutBack";
|
|
14579
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14580
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14581
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14582
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14583
|
-
easeInOutSine: "easeInOutSine";
|
|
14584
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14585
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14586
|
-
easeInOutBack: "easeInOutBack";
|
|
14587
|
-
}>>;
|
|
14588
|
-
}, z.core.$strip>>]>>;
|
|
14589
|
-
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14590
|
-
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14591
|
-
position: z.ZodOptional<z.ZodEnum<{
|
|
14592
|
-
top: "top";
|
|
14593
|
-
left: "left";
|
|
14594
|
-
right: "right";
|
|
14595
|
-
bottom: "bottom";
|
|
14596
|
-
topRight: "topRight";
|
|
14597
|
-
bottomRight: "bottomRight";
|
|
14598
|
-
bottomLeft: "bottomLeft";
|
|
14599
|
-
topLeft: "topLeft";
|
|
14600
|
-
center: "center";
|
|
14601
|
-
}>>;
|
|
14602
|
-
offset: z.ZodOptional<z.ZodObject<{
|
|
14603
|
-
x: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14604
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14605
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14606
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14607
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14608
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14609
|
-
linear: "linear";
|
|
14610
|
-
bezier: "bezier";
|
|
14611
|
-
constant: "constant";
|
|
14612
|
-
}>>;
|
|
14613
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14614
|
-
ease: "ease";
|
|
14615
|
-
easeIn: "easeIn";
|
|
14616
|
-
easeOut: "easeOut";
|
|
14617
|
-
easeInOut: "easeInOut";
|
|
14618
|
-
easeInQuad: "easeInQuad";
|
|
14619
|
-
easeInCubic: "easeInCubic";
|
|
14620
|
-
easeInQuart: "easeInQuart";
|
|
14621
|
-
easeInQuint: "easeInQuint";
|
|
14622
|
-
easeInSine: "easeInSine";
|
|
14623
|
-
easeInExpo: "easeInExpo";
|
|
14624
|
-
easeInCirc: "easeInCirc";
|
|
14625
|
-
easeInBack: "easeInBack";
|
|
14626
|
-
easeOutQuad: "easeOutQuad";
|
|
14627
|
-
easeOutCubic: "easeOutCubic";
|
|
14628
|
-
easeOutQuart: "easeOutQuart";
|
|
14629
|
-
easeOutQuint: "easeOutQuint";
|
|
14630
|
-
easeOutSine: "easeOutSine";
|
|
14631
|
-
easeOutExpo: "easeOutExpo";
|
|
14632
|
-
easeOutCirc: "easeOutCirc";
|
|
14633
|
-
easeOutBack: "easeOutBack";
|
|
14634
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14635
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14636
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14637
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14638
|
-
easeInOutSine: "easeInOutSine";
|
|
14639
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14640
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14641
|
-
easeInOutBack: "easeInOutBack";
|
|
14642
|
-
}>>;
|
|
14643
|
-
}, z.core.$strip>>]>>;
|
|
14644
|
-
y: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14645
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14646
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14647
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14648
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14649
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14650
|
-
linear: "linear";
|
|
14651
|
-
bezier: "bezier";
|
|
14652
|
-
constant: "constant";
|
|
14653
|
-
}>>;
|
|
14654
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14655
|
-
ease: "ease";
|
|
14656
|
-
easeIn: "easeIn";
|
|
14657
|
-
easeOut: "easeOut";
|
|
14658
|
-
easeInOut: "easeInOut";
|
|
14659
|
-
easeInQuad: "easeInQuad";
|
|
14660
|
-
easeInCubic: "easeInCubic";
|
|
14661
|
-
easeInQuart: "easeInQuart";
|
|
14662
|
-
easeInQuint: "easeInQuint";
|
|
14663
|
-
easeInSine: "easeInSine";
|
|
14664
|
-
easeInExpo: "easeInExpo";
|
|
14665
|
-
easeInCirc: "easeInCirc";
|
|
14666
|
-
easeInBack: "easeInBack";
|
|
14667
|
-
easeOutQuad: "easeOutQuad";
|
|
14668
|
-
easeOutCubic: "easeOutCubic";
|
|
14669
|
-
easeOutQuart: "easeOutQuart";
|
|
14670
|
-
easeOutQuint: "easeOutQuint";
|
|
14671
|
-
easeOutSine: "easeOutSine";
|
|
14672
|
-
easeOutExpo: "easeOutExpo";
|
|
14673
|
-
easeOutCirc: "easeOutCirc";
|
|
14674
|
-
easeOutBack: "easeOutBack";
|
|
14675
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14676
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14677
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14678
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14679
|
-
easeInOutSine: "easeInOutSine";
|
|
14680
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14681
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14682
|
-
easeInOutBack: "easeInOutBack";
|
|
14683
|
-
}>>;
|
|
14684
|
-
}, z.core.$strip>>]>>;
|
|
14685
|
-
}, z.core.$strip>>;
|
|
14686
|
-
transition: z.ZodOptional<z.ZodObject<{
|
|
14687
|
-
in: z.ZodOptional<z.ZodEnum<{
|
|
14688
|
-
none: "none";
|
|
14689
|
-
fade: "fade";
|
|
14690
|
-
fadeSlow: "fadeSlow";
|
|
14691
|
-
fadeFast: "fadeFast";
|
|
14692
|
-
reveal: "reveal";
|
|
14693
|
-
revealSlow: "revealSlow";
|
|
14694
|
-
revealFast: "revealFast";
|
|
14695
|
-
wipeLeft: "wipeLeft";
|
|
14696
|
-
wipeLeftSlow: "wipeLeftSlow";
|
|
14697
|
-
wipeLeftFast: "wipeLeftFast";
|
|
14698
|
-
wipeRight: "wipeRight";
|
|
14699
|
-
wipeRightSlow: "wipeRightSlow";
|
|
14700
|
-
wipeRightFast: "wipeRightFast";
|
|
14701
|
-
slideLeft: "slideLeft";
|
|
14702
|
-
slideLeftSlow: "slideLeftSlow";
|
|
14703
|
-
slideLeftFast: "slideLeftFast";
|
|
14704
|
-
slideRight: "slideRight";
|
|
14705
|
-
slideRightSlow: "slideRightSlow";
|
|
14706
|
-
slideRightFast: "slideRightFast";
|
|
14707
|
-
slideUp: "slideUp";
|
|
14708
|
-
slideUpSlow: "slideUpSlow";
|
|
14709
|
-
slideUpFast: "slideUpFast";
|
|
14710
|
-
slideDown: "slideDown";
|
|
14711
|
-
slideDownSlow: "slideDownSlow";
|
|
14712
|
-
slideDownFast: "slideDownFast";
|
|
14713
|
-
carouselLeft: "carouselLeft";
|
|
14714
|
-
carouselLeftSlow: "carouselLeftSlow";
|
|
14715
|
-
carouselLeftFast: "carouselLeftFast";
|
|
14716
|
-
carouselRight: "carouselRight";
|
|
14717
|
-
carouselRightSlow: "carouselRightSlow";
|
|
14718
|
-
carouselRightFast: "carouselRightFast";
|
|
14719
|
-
carouselUp: "carouselUp";
|
|
14720
|
-
carouselUpSlow: "carouselUpSlow";
|
|
14721
|
-
carouselUpFast: "carouselUpFast";
|
|
14722
|
-
carouselDown: "carouselDown";
|
|
14723
|
-
carouselDownSlow: "carouselDownSlow";
|
|
14724
|
-
carouselDownFast: "carouselDownFast";
|
|
14725
|
-
shuffleTopRight: "shuffleTopRight";
|
|
14726
|
-
shuffleTopRightSlow: "shuffleTopRightSlow";
|
|
14727
|
-
shuffleTopRightFast: "shuffleTopRightFast";
|
|
14728
|
-
shuffleRightTop: "shuffleRightTop";
|
|
14729
|
-
shuffleRightTopSlow: "shuffleRightTopSlow";
|
|
14730
|
-
shuffleRightTopFast: "shuffleRightTopFast";
|
|
14731
|
-
shuffleRightBottom: "shuffleRightBottom";
|
|
14732
|
-
shuffleRightBottomSlow: "shuffleRightBottomSlow";
|
|
14733
|
-
shuffleRightBottomFast: "shuffleRightBottomFast";
|
|
14734
|
-
shuffleBottomRight: "shuffleBottomRight";
|
|
14735
|
-
shuffleBottomRightSlow: "shuffleBottomRightSlow";
|
|
14736
|
-
shuffleBottomRightFast: "shuffleBottomRightFast";
|
|
14737
|
-
shuffleBottomLeft: "shuffleBottomLeft";
|
|
14738
|
-
shuffleBottomLeftSlow: "shuffleBottomLeftSlow";
|
|
14739
|
-
shuffleBottomLeftFast: "shuffleBottomLeftFast";
|
|
14740
|
-
shuffleLeftBottom: "shuffleLeftBottom";
|
|
14741
|
-
shuffleLeftBottomSlow: "shuffleLeftBottomSlow";
|
|
14742
|
-
shuffleLeftBottomFast: "shuffleLeftBottomFast";
|
|
14743
|
-
shuffleLeftTop: "shuffleLeftTop";
|
|
14744
|
-
shuffleLeftTopSlow: "shuffleLeftTopSlow";
|
|
14745
|
-
shuffleLeftTopFast: "shuffleLeftTopFast";
|
|
14746
|
-
shuffleTopLeft: "shuffleTopLeft";
|
|
14747
|
-
shuffleTopLeftSlow: "shuffleTopLeftSlow";
|
|
14748
|
-
shuffleTopLeftFast: "shuffleTopLeftFast";
|
|
14749
|
-
zoom: "zoom";
|
|
14750
|
-
}>>;
|
|
14751
|
-
out: z.ZodOptional<z.ZodEnum<{
|
|
14752
|
-
none: "none";
|
|
14753
|
-
fade: "fade";
|
|
14754
|
-
fadeSlow: "fadeSlow";
|
|
14755
|
-
fadeFast: "fadeFast";
|
|
14756
|
-
reveal: "reveal";
|
|
14757
|
-
revealSlow: "revealSlow";
|
|
14758
|
-
revealFast: "revealFast";
|
|
14759
|
-
wipeLeft: "wipeLeft";
|
|
14760
|
-
wipeLeftSlow: "wipeLeftSlow";
|
|
14761
|
-
wipeLeftFast: "wipeLeftFast";
|
|
14762
|
-
wipeRight: "wipeRight";
|
|
14763
|
-
wipeRightSlow: "wipeRightSlow";
|
|
14764
|
-
wipeRightFast: "wipeRightFast";
|
|
14765
|
-
slideLeft: "slideLeft";
|
|
14766
|
-
slideLeftSlow: "slideLeftSlow";
|
|
14767
|
-
slideLeftFast: "slideLeftFast";
|
|
14768
|
-
slideRight: "slideRight";
|
|
14769
|
-
slideRightSlow: "slideRightSlow";
|
|
14770
|
-
slideRightFast: "slideRightFast";
|
|
14771
|
-
slideUp: "slideUp";
|
|
14772
|
-
slideUpSlow: "slideUpSlow";
|
|
14773
|
-
slideUpFast: "slideUpFast";
|
|
14774
|
-
slideDown: "slideDown";
|
|
14775
|
-
slideDownSlow: "slideDownSlow";
|
|
14776
|
-
slideDownFast: "slideDownFast";
|
|
14777
|
-
carouselLeft: "carouselLeft";
|
|
14778
|
-
carouselLeftSlow: "carouselLeftSlow";
|
|
14779
|
-
carouselLeftFast: "carouselLeftFast";
|
|
14780
|
-
carouselRight: "carouselRight";
|
|
14781
|
-
carouselRightSlow: "carouselRightSlow";
|
|
14782
|
-
carouselRightFast: "carouselRightFast";
|
|
14783
|
-
carouselUp: "carouselUp";
|
|
14784
|
-
carouselUpSlow: "carouselUpSlow";
|
|
14785
|
-
carouselUpFast: "carouselUpFast";
|
|
14786
|
-
carouselDown: "carouselDown";
|
|
14787
|
-
carouselDownSlow: "carouselDownSlow";
|
|
14788
|
-
carouselDownFast: "carouselDownFast";
|
|
14789
|
-
shuffleTopRight: "shuffleTopRight";
|
|
14790
|
-
shuffleTopRightSlow: "shuffleTopRightSlow";
|
|
14791
|
-
shuffleTopRightFast: "shuffleTopRightFast";
|
|
14792
|
-
shuffleRightTop: "shuffleRightTop";
|
|
14793
|
-
shuffleRightTopSlow: "shuffleRightTopSlow";
|
|
14794
|
-
shuffleRightTopFast: "shuffleRightTopFast";
|
|
14795
|
-
shuffleRightBottom: "shuffleRightBottom";
|
|
14796
|
-
shuffleRightBottomSlow: "shuffleRightBottomSlow";
|
|
14797
|
-
shuffleRightBottomFast: "shuffleRightBottomFast";
|
|
14798
|
-
shuffleBottomRight: "shuffleBottomRight";
|
|
14799
|
-
shuffleBottomRightSlow: "shuffleBottomRightSlow";
|
|
14800
|
-
shuffleBottomRightFast: "shuffleBottomRightFast";
|
|
14801
|
-
shuffleBottomLeft: "shuffleBottomLeft";
|
|
14802
|
-
shuffleBottomLeftSlow: "shuffleBottomLeftSlow";
|
|
14803
|
-
shuffleBottomLeftFast: "shuffleBottomLeftFast";
|
|
14804
|
-
shuffleLeftBottom: "shuffleLeftBottom";
|
|
14805
|
-
shuffleLeftBottomSlow: "shuffleLeftBottomSlow";
|
|
14806
|
-
shuffleLeftBottomFast: "shuffleLeftBottomFast";
|
|
14807
|
-
shuffleLeftTop: "shuffleLeftTop";
|
|
14808
|
-
shuffleLeftTopSlow: "shuffleLeftTopSlow";
|
|
14809
|
-
shuffleLeftTopFast: "shuffleLeftTopFast";
|
|
14810
|
-
shuffleTopLeft: "shuffleTopLeft";
|
|
14811
|
-
shuffleTopLeftSlow: "shuffleTopLeftSlow";
|
|
14812
|
-
shuffleTopLeftFast: "shuffleTopLeftFast";
|
|
14813
|
-
zoom: "zoom";
|
|
14814
|
-
}>>;
|
|
14815
|
-
}, z.core.$strip>>;
|
|
14816
|
-
effect: z.ZodOptional<z.ZodEnum<{
|
|
14817
|
-
slideLeft: "slideLeft";
|
|
14818
|
-
slideLeftSlow: "slideLeftSlow";
|
|
14819
|
-
slideLeftFast: "slideLeftFast";
|
|
14820
|
-
slideRight: "slideRight";
|
|
14821
|
-
slideRightSlow: "slideRightSlow";
|
|
14822
|
-
slideRightFast: "slideRightFast";
|
|
14823
|
-
slideUp: "slideUp";
|
|
14824
|
-
slideUpSlow: "slideUpSlow";
|
|
14825
|
-
slideUpFast: "slideUpFast";
|
|
14826
|
-
slideDown: "slideDown";
|
|
14827
|
-
slideDownSlow: "slideDownSlow";
|
|
14828
|
-
slideDownFast: "slideDownFast";
|
|
14829
|
-
zoomIn: "zoomIn";
|
|
14830
|
-
zoomInSlow: "zoomInSlow";
|
|
14831
|
-
zoomInFast: "zoomInFast";
|
|
14832
|
-
zoomOut: "zoomOut";
|
|
14833
|
-
zoomOutSlow: "zoomOutSlow";
|
|
14834
|
-
zoomOutFast: "zoomOutFast";
|
|
14835
|
-
}>>;
|
|
14836
|
-
filter: z.ZodOptional<z.ZodEnum<{
|
|
14837
|
-
blur: "blur";
|
|
14838
|
-
none: "none";
|
|
14839
|
-
boost: "boost";
|
|
14840
|
-
contrast: "contrast";
|
|
14841
|
-
darken: "darken";
|
|
14842
|
-
greyscale: "greyscale";
|
|
14843
|
-
lighten: "lighten";
|
|
14844
|
-
muted: "muted";
|
|
14845
|
-
negative: "negative";
|
|
14846
|
-
}>>;
|
|
14847
|
-
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14848
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14849
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14850
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14851
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14852
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14853
|
-
linear: "linear";
|
|
14854
|
-
bezier: "bezier";
|
|
14855
|
-
constant: "constant";
|
|
14856
|
-
}>>;
|
|
14857
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14858
|
-
ease: "ease";
|
|
14859
|
-
easeIn: "easeIn";
|
|
14860
|
-
easeOut: "easeOut";
|
|
14861
|
-
easeInOut: "easeInOut";
|
|
14862
|
-
easeInQuad: "easeInQuad";
|
|
14863
|
-
easeInCubic: "easeInCubic";
|
|
14864
|
-
easeInQuart: "easeInQuart";
|
|
14865
|
-
easeInQuint: "easeInQuint";
|
|
14866
|
-
easeInSine: "easeInSine";
|
|
14867
|
-
easeInExpo: "easeInExpo";
|
|
14868
|
-
easeInCirc: "easeInCirc";
|
|
14869
|
-
easeInBack: "easeInBack";
|
|
14870
|
-
easeOutQuad: "easeOutQuad";
|
|
14871
|
-
easeOutCubic: "easeOutCubic";
|
|
14872
|
-
easeOutQuart: "easeOutQuart";
|
|
14873
|
-
easeOutQuint: "easeOutQuint";
|
|
14874
|
-
easeOutSine: "easeOutSine";
|
|
14875
|
-
easeOutExpo: "easeOutExpo";
|
|
14876
|
-
easeOutCirc: "easeOutCirc";
|
|
14877
|
-
easeOutBack: "easeOutBack";
|
|
14878
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14879
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14880
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14881
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14882
|
-
easeInOutSine: "easeInOutSine";
|
|
14883
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14884
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14885
|
-
easeInOutBack: "easeInOutBack";
|
|
14886
|
-
}>>;
|
|
14887
|
-
}, z.core.$strip>>]>>;
|
|
14888
|
-
transform: z.ZodOptional<z.ZodObject<{
|
|
14889
|
-
rotate: z.ZodOptional<z.ZodObject<{
|
|
14890
|
-
angle: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14891
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14892
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14893
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14894
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14895
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14896
|
-
linear: "linear";
|
|
14897
|
-
bezier: "bezier";
|
|
14898
|
-
constant: "constant";
|
|
14899
|
-
}>>;
|
|
14900
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14901
|
-
ease: "ease";
|
|
14902
|
-
easeIn: "easeIn";
|
|
14903
|
-
easeOut: "easeOut";
|
|
14904
|
-
easeInOut: "easeInOut";
|
|
14905
|
-
easeInQuad: "easeInQuad";
|
|
14906
|
-
easeInCubic: "easeInCubic";
|
|
14907
|
-
easeInQuart: "easeInQuart";
|
|
14908
|
-
easeInQuint: "easeInQuint";
|
|
14909
|
-
easeInSine: "easeInSine";
|
|
14910
|
-
easeInExpo: "easeInExpo";
|
|
14911
|
-
easeInCirc: "easeInCirc";
|
|
14912
|
-
easeInBack: "easeInBack";
|
|
14913
|
-
easeOutQuad: "easeOutQuad";
|
|
14914
|
-
easeOutCubic: "easeOutCubic";
|
|
14915
|
-
easeOutQuart: "easeOutQuart";
|
|
14916
|
-
easeOutQuint: "easeOutQuint";
|
|
14917
|
-
easeOutSine: "easeOutSine";
|
|
14918
|
-
easeOutExpo: "easeOutExpo";
|
|
14919
|
-
easeOutCirc: "easeOutCirc";
|
|
14920
|
-
easeOutBack: "easeOutBack";
|
|
14921
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14922
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14923
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14924
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14925
|
-
easeInOutSine: "easeInOutSine";
|
|
14926
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14927
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14928
|
-
easeInOutBack: "easeInOutBack";
|
|
14929
|
-
}>>;
|
|
14930
|
-
}, z.core.$strip>>]>>;
|
|
14931
|
-
}, z.core.$strip>>;
|
|
14932
|
-
skew: z.ZodOptional<z.ZodObject<{
|
|
14933
|
-
x: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14934
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14935
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14936
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14937
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14938
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14939
|
-
linear: "linear";
|
|
14940
|
-
bezier: "bezier";
|
|
14941
|
-
constant: "constant";
|
|
14942
|
-
}>>;
|
|
14943
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14944
|
-
ease: "ease";
|
|
14945
|
-
easeIn: "easeIn";
|
|
14946
|
-
easeOut: "easeOut";
|
|
14947
|
-
easeInOut: "easeInOut";
|
|
14948
|
-
easeInQuad: "easeInQuad";
|
|
14949
|
-
easeInCubic: "easeInCubic";
|
|
14950
|
-
easeInQuart: "easeInQuart";
|
|
14951
|
-
easeInQuint: "easeInQuint";
|
|
14952
|
-
easeInSine: "easeInSine";
|
|
14953
|
-
easeInExpo: "easeInExpo";
|
|
14954
|
-
easeInCirc: "easeInCirc";
|
|
14955
|
-
easeInBack: "easeInBack";
|
|
14956
|
-
easeOutQuad: "easeOutQuad";
|
|
14957
|
-
easeOutCubic: "easeOutCubic";
|
|
14958
|
-
easeOutQuart: "easeOutQuart";
|
|
14959
|
-
easeOutQuint: "easeOutQuint";
|
|
14960
|
-
easeOutSine: "easeOutSine";
|
|
14961
|
-
easeOutExpo: "easeOutExpo";
|
|
14962
|
-
easeOutCirc: "easeOutCirc";
|
|
14963
|
-
easeOutBack: "easeOutBack";
|
|
14964
|
-
easeInOutQuad: "easeInOutQuad";
|
|
14965
|
-
easeInOutCubic: "easeInOutCubic";
|
|
14966
|
-
easeInOutQuart: "easeInOutQuart";
|
|
14967
|
-
easeInOutQuint: "easeInOutQuint";
|
|
14968
|
-
easeInOutSine: "easeInOutSine";
|
|
14969
|
-
easeInOutExpo: "easeInOutExpo";
|
|
14970
|
-
easeInOutCirc: "easeInOutCirc";
|
|
14971
|
-
easeInOutBack: "easeInOutBack";
|
|
14972
|
-
}>>;
|
|
14973
|
-
}, z.core.$strip>>]>>;
|
|
14974
|
-
y: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14975
|
-
from: z.ZodOptional<z.ZodUnknown>;
|
|
14976
|
-
to: z.ZodOptional<z.ZodUnknown>;
|
|
14977
|
-
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14978
|
-
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14979
|
-
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14980
|
-
linear: "linear";
|
|
14981
|
-
bezier: "bezier";
|
|
14982
|
-
constant: "constant";
|
|
14983
|
-
}>>;
|
|
14984
|
-
easing: z.ZodOptional<z.ZodEnum<{
|
|
14985
|
-
ease: "ease";
|
|
14986
|
-
easeIn: "easeIn";
|
|
14987
|
-
easeOut: "easeOut";
|
|
14988
|
-
easeInOut: "easeInOut";
|
|
14989
|
-
easeInQuad: "easeInQuad";
|
|
14990
|
-
easeInCubic: "easeInCubic";
|
|
14991
|
-
easeInQuart: "easeInQuart";
|
|
14992
|
-
easeInQuint: "easeInQuint";
|
|
14993
|
-
easeInSine: "easeInSine";
|
|
14994
|
-
easeInExpo: "easeInExpo";
|
|
14995
|
-
easeInCirc: "easeInCirc";
|
|
14996
|
-
easeInBack: "easeInBack";
|
|
14997
|
-
easeOutQuad: "easeOutQuad";
|
|
14998
|
-
easeOutCubic: "easeOutCubic";
|
|
14999
|
-
easeOutQuart: "easeOutQuart";
|
|
15000
|
-
easeOutQuint: "easeOutQuint";
|
|
15001
|
-
easeOutSine: "easeOutSine";
|
|
15002
|
-
easeOutExpo: "easeOutExpo";
|
|
15003
|
-
easeOutCirc: "easeOutCirc";
|
|
15004
|
-
easeOutBack: "easeOutBack";
|
|
15005
|
-
easeInOutQuad: "easeInOutQuad";
|
|
15006
|
-
easeInOutCubic: "easeInOutCubic";
|
|
15007
|
-
easeInOutQuart: "easeInOutQuart";
|
|
15008
|
-
easeInOutQuint: "easeInOutQuint";
|
|
15009
|
-
easeInOutSine: "easeInOutSine";
|
|
15010
|
-
easeInOutExpo: "easeInOutExpo";
|
|
15011
|
-
easeInOutCirc: "easeInOutCirc";
|
|
15012
|
-
easeInOutBack: "easeInOutBack";
|
|
15013
|
-
}>>;
|
|
15014
|
-
}, z.core.$strip>>]>>;
|
|
15015
|
-
}, z.core.$strip>>;
|
|
15016
|
-
flip: z.ZodOptional<z.ZodObject<{
|
|
15017
|
-
horizontal: z.ZodOptional<z.ZodBoolean>;
|
|
15018
|
-
vertical: z.ZodOptional<z.ZodBoolean>;
|
|
15019
|
-
}, z.core.$strip>>;
|
|
15020
|
-
}, z.core.$strip>>;
|
|
15021
|
-
alias: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
15022
|
-
}, z.core.$strip>, z.ZodTransform<{
|
|
15023
|
-
asset?: {
|
|
15024
|
-
type: "svg";
|
|
15025
|
-
opacity: string | number;
|
|
15026
|
-
src?: string;
|
|
15027
|
-
shape?: {
|
|
15028
|
-
type: "rectangle";
|
|
15029
|
-
cornerRadius: string | number;
|
|
15030
|
-
width?: string | number;
|
|
15031
|
-
height?: string | number;
|
|
15032
|
-
} | {
|
|
15033
|
-
type: "circle";
|
|
15034
|
-
radius?: string | number;
|
|
15035
|
-
} | {
|
|
15036
|
-
type: "ellipse";
|
|
15037
|
-
radiusX?: string | number;
|
|
15038
|
-
radiusY?: string | number;
|
|
15039
|
-
} | {
|
|
15040
|
-
type: "line";
|
|
15041
|
-
length?: string | number;
|
|
15042
|
-
thickness?: string | number;
|
|
15043
|
-
} | {
|
|
15044
|
-
type: "polygon";
|
|
15045
|
-
sides?: string | number;
|
|
15046
|
-
radius?: string | number;
|
|
15047
|
-
} | {
|
|
15048
|
-
type: "star";
|
|
15049
|
-
points?: string | number;
|
|
15050
|
-
outerRadius?: string | number;
|
|
15051
|
-
innerRadius?: string | number;
|
|
15052
|
-
} | {
|
|
15053
|
-
type: "arrow";
|
|
15054
|
-
length?: string | number;
|
|
15055
|
-
headWidth?: string | number;
|
|
15056
|
-
headLength?: string | number;
|
|
15057
|
-
shaftWidth?: string | number;
|
|
15058
|
-
} | {
|
|
15059
|
-
type: "heart";
|
|
15060
|
-
size?: string | number;
|
|
15061
|
-
} | {
|
|
15062
|
-
type: "cross";
|
|
15063
|
-
width?: string | number;
|
|
15064
|
-
height?: string | number;
|
|
15065
|
-
thickness?: string | number;
|
|
15066
|
-
} | {
|
|
15067
|
-
type: "ring";
|
|
15068
|
-
outerRadius?: string | number;
|
|
15069
|
-
innerRadius?: string | number;
|
|
15070
|
-
} | {
|
|
15071
|
-
type: "path";
|
|
15072
|
-
d: string;
|
|
15073
|
-
};
|
|
15074
|
-
fill?: {
|
|
15075
|
-
type: "solid";
|
|
15076
|
-
color: string;
|
|
15077
|
-
opacity: string | number;
|
|
15078
|
-
} | {
|
|
15079
|
-
type: "linear";
|
|
15080
|
-
angle: string | number;
|
|
15081
|
-
stops: {
|
|
15082
|
-
offset?: string | number;
|
|
15083
|
-
color?: string;
|
|
15084
|
-
}[];
|
|
15085
|
-
opacity: string | number;
|
|
15086
|
-
} | {
|
|
15087
|
-
type: "radial";
|
|
15088
|
-
stops: {
|
|
15089
|
-
offset?: string | number;
|
|
15090
|
-
color?: string;
|
|
15091
|
-
}[];
|
|
15092
|
-
opacity: string | number;
|
|
15093
|
-
};
|
|
15094
|
-
stroke?: {
|
|
15095
|
-
color: string;
|
|
15096
|
-
width: string | number;
|
|
15097
|
-
opacity: string | number;
|
|
15098
|
-
dashOffset: string | number;
|
|
15099
|
-
lineCap?: "butt" | "round" | "square";
|
|
15100
|
-
lineJoin?: "round" | "miter" | "bevel";
|
|
15101
|
-
dashArray?: (string | number)[];
|
|
15102
|
-
};
|
|
15103
|
-
shadow?: {
|
|
15104
|
-
offsetX: string | number;
|
|
15105
|
-
offsetY: string | number;
|
|
15106
|
-
blur: string | number;
|
|
15107
|
-
color: string;
|
|
15108
|
-
opacity: string | number;
|
|
15109
|
-
};
|
|
15110
|
-
transform?: {
|
|
15111
|
-
x: string | number;
|
|
15112
|
-
y: string | number;
|
|
15113
|
-
rotation: string | number;
|
|
15114
|
-
scale: string | number;
|
|
15115
|
-
originX: string | number;
|
|
15116
|
-
originY: string | number;
|
|
15117
|
-
};
|
|
15118
|
-
width?: string | number;
|
|
15119
|
-
height?: string | number;
|
|
15120
|
-
} | {
|
|
15121
|
-
type: "video";
|
|
15122
|
-
src: string;
|
|
15123
|
-
transcode?: boolean;
|
|
15124
|
-
trim?: string | number;
|
|
15125
|
-
volume?: string | number | {
|
|
15126
|
-
from?: unknown;
|
|
15127
|
-
to?: unknown;
|
|
15128
|
-
start?: string | number;
|
|
15129
|
-
length?: string | number;
|
|
15130
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15131
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15132
|
-
}[];
|
|
15133
|
-
volumeEffect?: "fadeIn" | "none" | "fadeOut" | "fadeInFadeOut";
|
|
15134
|
-
speed?: string | number;
|
|
15135
|
-
crop?: {
|
|
15136
|
-
top?: string | number;
|
|
15137
|
-
bottom?: string | number;
|
|
15138
|
-
left?: string | number;
|
|
15139
|
-
right?: string | number;
|
|
15140
|
-
};
|
|
15141
|
-
chromaKey?: {
|
|
15142
|
-
color?: string;
|
|
15143
|
-
threshold?: string | number;
|
|
15144
|
-
halo?: string | number;
|
|
15145
|
-
};
|
|
15146
|
-
} | {
|
|
15147
|
-
type: "image";
|
|
15148
|
-
src: string;
|
|
15149
|
-
crop?: {
|
|
15150
|
-
top?: string | number;
|
|
15151
|
-
bottom?: string | number;
|
|
15152
|
-
left?: string | number;
|
|
15153
|
-
right?: string | number;
|
|
15154
|
-
};
|
|
15155
|
-
} | {
|
|
15156
|
-
type: "text";
|
|
15157
|
-
text: string;
|
|
15158
|
-
width?: string | number;
|
|
15159
|
-
height?: string | number;
|
|
15160
|
-
font?: {
|
|
15161
|
-
family?: string;
|
|
15162
|
-
color?: string;
|
|
15163
|
-
opacity?: string | number;
|
|
15164
|
-
size?: string | number;
|
|
15165
|
-
weight?: string | number;
|
|
15166
|
-
lineHeight?: string | number;
|
|
15167
|
-
};
|
|
15168
|
-
background?: {
|
|
15169
|
-
color?: string;
|
|
15170
|
-
opacity?: string | number;
|
|
15171
|
-
padding?: string | number;
|
|
15172
|
-
borderRadius?: string | number;
|
|
15173
|
-
};
|
|
15174
|
-
alignment?: {
|
|
15175
|
-
horizontal?: "left" | "right" | "center";
|
|
15176
|
-
vertical?: "top" | "bottom" | "center";
|
|
15177
|
-
};
|
|
15178
|
-
stroke?: {
|
|
15179
|
-
width?: string | number;
|
|
15180
|
-
color?: string;
|
|
15181
|
-
};
|
|
15182
|
-
animation?: {
|
|
15183
|
-
preset: "typewriter";
|
|
15184
|
-
duration?: string | number;
|
|
15185
|
-
};
|
|
15186
|
-
ellipsis?: string;
|
|
15187
|
-
} | {
|
|
15188
|
-
type: "rich-text";
|
|
15189
|
-
text: string;
|
|
15190
|
-
font?: {
|
|
15191
|
-
family: string;
|
|
15192
|
-
size: string | number;
|
|
15193
|
-
weight: unknown;
|
|
15194
|
-
color: string;
|
|
15195
|
-
opacity: string | number;
|
|
15196
|
-
background?: string;
|
|
15197
|
-
stroke?: {
|
|
15198
|
-
width: string | number;
|
|
15199
|
-
color: string;
|
|
15200
|
-
opacity: string | number;
|
|
15201
|
-
};
|
|
15202
|
-
};
|
|
15203
|
-
style?: {
|
|
15204
|
-
letterSpacing: string | number;
|
|
15205
|
-
lineHeight: string | number;
|
|
15206
|
-
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
|
|
15207
|
-
textDecoration?: "none" | "underline" | "line-through";
|
|
15208
|
-
gradient?: {
|
|
15209
|
-
angle: string | number;
|
|
15210
|
-
stops: {
|
|
15211
|
-
offset?: string | number;
|
|
15212
|
-
color?: string;
|
|
15213
|
-
}[];
|
|
15214
|
-
type?: "linear" | "radial";
|
|
15215
|
-
};
|
|
15216
|
-
};
|
|
15217
|
-
stroke?: {
|
|
15218
|
-
width: string | number;
|
|
15219
|
-
color: string;
|
|
15220
|
-
opacity: string | number;
|
|
15221
|
-
};
|
|
15222
|
-
shadow?: {
|
|
15223
|
-
offsetX: string | number;
|
|
15224
|
-
offsetY: string | number;
|
|
15225
|
-
blur: string | number;
|
|
15226
|
-
color: string;
|
|
15227
|
-
opacity: string | number;
|
|
15228
|
-
};
|
|
15229
|
-
background?: {
|
|
15230
|
-
opacity: string | number;
|
|
15231
|
-
borderRadius: string | number;
|
|
15232
|
-
color?: string;
|
|
15233
|
-
};
|
|
15234
|
-
border?: {
|
|
15235
|
-
width: string | number;
|
|
15236
|
-
color: string;
|
|
15237
|
-
opacity: string | number;
|
|
15238
|
-
radius: string | number;
|
|
15239
|
-
};
|
|
15240
|
-
padding?: string | number | {
|
|
15241
|
-
top: string | number;
|
|
15242
|
-
right: string | number;
|
|
15243
|
-
bottom: string | number;
|
|
15244
|
-
left: string | number;
|
|
15245
|
-
};
|
|
15246
|
-
align?: {
|
|
15247
|
-
horizontal?: "left" | "right" | "center";
|
|
15248
|
-
vertical?: "top" | "bottom" | "middle";
|
|
15249
|
-
};
|
|
15250
|
-
animation?: {
|
|
15251
|
-
preset: "fadeIn" | "slideIn" | "typewriter" | "ascend" | "shift" | "movingLetters";
|
|
15252
|
-
duration?: string | number;
|
|
15253
|
-
style?: "character" | "word";
|
|
15254
|
-
direction?: "left" | "right" | "up" | "down";
|
|
15255
|
-
};
|
|
15256
|
-
} | {
|
|
15257
|
-
type: "audio";
|
|
15258
|
-
src: string;
|
|
15259
|
-
trim?: string | number;
|
|
15260
|
-
volume?: string | number | {
|
|
15261
|
-
from?: unknown;
|
|
15262
|
-
to?: unknown;
|
|
15263
|
-
start?: string | number;
|
|
15264
|
-
length?: string | number;
|
|
15265
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15266
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15267
|
-
}[];
|
|
15268
|
-
speed?: string | number;
|
|
15269
|
-
effect?: "fadeIn" | "none" | "fadeOut" | "fadeInFadeOut";
|
|
15270
|
-
} | {
|
|
15271
|
-
type: "luma";
|
|
15272
|
-
src: string;
|
|
15273
|
-
trim?: string | number;
|
|
15274
|
-
} | {
|
|
15275
|
-
type: "caption";
|
|
15276
|
-
src: string;
|
|
15277
|
-
font?: {
|
|
15278
|
-
family?: string;
|
|
15279
|
-
color?: string;
|
|
15280
|
-
opacity?: string | number;
|
|
15281
|
-
size?: string | number;
|
|
15282
|
-
lineHeight?: string | number;
|
|
15283
|
-
stroke?: string;
|
|
15284
|
-
strokeWidth?: string | number;
|
|
15285
|
-
};
|
|
15286
|
-
background?: {
|
|
15287
|
-
color?: string;
|
|
15288
|
-
opacity?: string | number;
|
|
15289
|
-
padding?: string | number;
|
|
15290
|
-
borderRadius?: string | number;
|
|
15291
|
-
};
|
|
15292
|
-
margin?: {
|
|
15293
|
-
top?: string | number;
|
|
15294
|
-
left?: string | number;
|
|
15295
|
-
right?: string | number;
|
|
15296
|
-
};
|
|
15297
|
-
trim?: string | number;
|
|
15298
|
-
speed?: string | number;
|
|
15299
|
-
} | {
|
|
15300
|
-
type: "html";
|
|
15301
|
-
html: string;
|
|
15302
|
-
css?: string;
|
|
15303
|
-
width?: string | number;
|
|
15304
|
-
height?: string | number;
|
|
15305
|
-
background?: string;
|
|
15306
|
-
position?: "top" | "left" | "right" | "bottom" | "topRight" | "bottomRight" | "bottomLeft" | "topLeft" | "center";
|
|
15307
|
-
} | {
|
|
15308
|
-
type: "title";
|
|
15309
|
-
text: string;
|
|
15310
|
-
style?: "minimal" | "blockbuster" | "vogue" | "sketchy" | "skinny" | "chunk" | "chunkLight" | "marker" | "future" | "subtitle";
|
|
15311
|
-
color?: string;
|
|
15312
|
-
size?: "small" | "medium" | "xx-small" | "x-small" | "large" | "x-large" | "xx-large";
|
|
15313
|
-
background?: string;
|
|
15314
|
-
position?: "top" | "left" | "right" | "bottom" | "topRight" | "bottomRight" | "bottomLeft" | "topLeft" | "center";
|
|
15315
|
-
offset?: {
|
|
15316
|
-
x?: string | number | {
|
|
15317
|
-
from?: unknown;
|
|
15318
|
-
to?: unknown;
|
|
15319
|
-
start?: string | number;
|
|
15320
|
-
length?: string | number;
|
|
15321
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15322
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15323
|
-
}[];
|
|
15324
|
-
y?: string | number | {
|
|
15325
|
-
from?: unknown;
|
|
15326
|
-
to?: unknown;
|
|
15327
|
-
start?: string | number;
|
|
15328
|
-
length?: string | number;
|
|
15329
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15330
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15331
|
-
}[];
|
|
15332
|
-
};
|
|
15333
|
-
} | {
|
|
15334
|
-
type: "shape";
|
|
15335
|
-
shape: "circle" | "rectangle" | "line";
|
|
15336
|
-
width?: string | number;
|
|
15337
|
-
height?: string | number;
|
|
15338
|
-
fill?: {
|
|
15339
|
-
color?: string;
|
|
15340
|
-
opacity?: string | number;
|
|
15341
|
-
};
|
|
15342
|
-
stroke?: {
|
|
15343
|
-
color?: string;
|
|
15344
|
-
width?: string | number;
|
|
15345
|
-
};
|
|
15346
|
-
rectangle?: {
|
|
15347
|
-
width?: string | number;
|
|
15348
|
-
height?: string | number;
|
|
15349
|
-
cornerRadius?: string | number;
|
|
15350
|
-
};
|
|
15351
|
-
circle?: {
|
|
15352
|
-
radius?: string | number;
|
|
15353
|
-
};
|
|
15354
|
-
line?: {
|
|
15355
|
-
length?: string | number;
|
|
15356
|
-
thickness?: string | number;
|
|
15357
|
-
};
|
|
15358
|
-
} | {
|
|
15359
|
-
type: "text-to-image";
|
|
15360
|
-
prompt: string;
|
|
15361
|
-
width?: string | number;
|
|
15362
|
-
height?: string | number;
|
|
15363
|
-
crop?: {
|
|
15364
|
-
top?: string | number;
|
|
15365
|
-
bottom?: string | number;
|
|
15366
|
-
left?: string | number;
|
|
15367
|
-
right?: string | number;
|
|
15368
|
-
};
|
|
15369
|
-
} | {
|
|
15370
|
-
type: "image-to-video";
|
|
15371
|
-
src: string;
|
|
15372
|
-
prompt?: string;
|
|
15373
|
-
aspectRatio?: "16:9" | "9:16" | "1:1" | "4:3" | "3:4" | "21:9" | "9:21";
|
|
15374
|
-
speed?: string | number;
|
|
15375
|
-
crop?: {
|
|
15376
|
-
top?: string | number;
|
|
15377
|
-
bottom?: string | number;
|
|
15378
|
-
left?: string | number;
|
|
15379
|
-
right?: string | number;
|
|
15380
|
-
};
|
|
15381
|
-
} | {
|
|
15382
|
-
type: "text-to-speech";
|
|
15383
|
-
text: string;
|
|
15384
|
-
voice: string;
|
|
15385
|
-
newscaster: boolean;
|
|
15386
|
-
language?: string;
|
|
15387
|
-
trim?: string | number;
|
|
15388
|
-
volume?: string | number | {
|
|
15389
|
-
from?: unknown;
|
|
15390
|
-
to?: unknown;
|
|
15391
|
-
start?: string | number;
|
|
15392
|
-
length?: string | number;
|
|
15393
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15394
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15395
|
-
}[];
|
|
15396
|
-
speed?: string | number;
|
|
15397
|
-
effect?: "fadeIn" | "none" | "fadeOut" | "fadeInFadeOut";
|
|
15398
|
-
};
|
|
15399
|
-
start?: string | number;
|
|
15400
|
-
length?: string | number;
|
|
15401
|
-
scale?: string | number | {
|
|
15402
|
-
from?: unknown;
|
|
15403
|
-
to?: unknown;
|
|
15404
|
-
start?: string | number;
|
|
15405
|
-
length?: string | number;
|
|
15406
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15407
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15408
|
-
}[];
|
|
15409
|
-
width?: string | number;
|
|
15410
|
-
height?: string | number;
|
|
15411
|
-
position?: "top" | "left" | "right" | "bottom" | "topRight" | "bottomRight" | "bottomLeft" | "topLeft" | "center";
|
|
15412
|
-
offset?: {
|
|
15413
|
-
x?: string | number | {
|
|
15414
|
-
from?: unknown;
|
|
15415
|
-
to?: unknown;
|
|
15416
|
-
start?: string | number;
|
|
15417
|
-
length?: string | number;
|
|
15418
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15419
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15420
|
-
}[];
|
|
15421
|
-
y?: string | number | {
|
|
15422
|
-
from?: unknown;
|
|
15423
|
-
to?: unknown;
|
|
15424
|
-
start?: string | number;
|
|
15425
|
-
length?: string | number;
|
|
15426
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15427
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15428
|
-
}[];
|
|
15429
|
-
};
|
|
15430
|
-
transition?: {
|
|
15431
|
-
in?: "none" | "fade" | "fadeSlow" | "fadeFast" | "reveal" | "revealSlow" | "revealFast" | "wipeLeft" | "wipeLeftSlow" | "wipeLeftFast" | "wipeRight" | "wipeRightSlow" | "wipeRightFast" | "slideLeft" | "slideLeftSlow" | "slideLeftFast" | "slideRight" | "slideRightSlow" | "slideRightFast" | "slideUp" | "slideUpSlow" | "slideUpFast" | "slideDown" | "slideDownSlow" | "slideDownFast" | "carouselLeft" | "carouselLeftSlow" | "carouselLeftFast" | "carouselRight" | "carouselRightSlow" | "carouselRightFast" | "carouselUp" | "carouselUpSlow" | "carouselUpFast" | "carouselDown" | "carouselDownSlow" | "carouselDownFast" | "shuffleTopRight" | "shuffleTopRightSlow" | "shuffleTopRightFast" | "shuffleRightTop" | "shuffleRightTopSlow" | "shuffleRightTopFast" | "shuffleRightBottom" | "shuffleRightBottomSlow" | "shuffleRightBottomFast" | "shuffleBottomRight" | "shuffleBottomRightSlow" | "shuffleBottomRightFast" | "shuffleBottomLeft" | "shuffleBottomLeftSlow" | "shuffleBottomLeftFast" | "shuffleLeftBottom" | "shuffleLeftBottomSlow" | "shuffleLeftBottomFast" | "shuffleLeftTop" | "shuffleLeftTopSlow" | "shuffleLeftTopFast" | "shuffleTopLeft" | "shuffleTopLeftSlow" | "shuffleTopLeftFast" | "zoom";
|
|
15432
|
-
out?: "none" | "fade" | "fadeSlow" | "fadeFast" | "reveal" | "revealSlow" | "revealFast" | "wipeLeft" | "wipeLeftSlow" | "wipeLeftFast" | "wipeRight" | "wipeRightSlow" | "wipeRightFast" | "slideLeft" | "slideLeftSlow" | "slideLeftFast" | "slideRight" | "slideRightSlow" | "slideRightFast" | "slideUp" | "slideUpSlow" | "slideUpFast" | "slideDown" | "slideDownSlow" | "slideDownFast" | "carouselLeft" | "carouselLeftSlow" | "carouselLeftFast" | "carouselRight" | "carouselRightSlow" | "carouselRightFast" | "carouselUp" | "carouselUpSlow" | "carouselUpFast" | "carouselDown" | "carouselDownSlow" | "carouselDownFast" | "shuffleTopRight" | "shuffleTopRightSlow" | "shuffleTopRightFast" | "shuffleRightTop" | "shuffleRightTopSlow" | "shuffleRightTopFast" | "shuffleRightBottom" | "shuffleRightBottomSlow" | "shuffleRightBottomFast" | "shuffleBottomRight" | "shuffleBottomRightSlow" | "shuffleBottomRightFast" | "shuffleBottomLeft" | "shuffleBottomLeftSlow" | "shuffleBottomLeftFast" | "shuffleLeftBottom" | "shuffleLeftBottomSlow" | "shuffleLeftBottomFast" | "shuffleLeftTop" | "shuffleLeftTopSlow" | "shuffleLeftTopFast" | "shuffleTopLeft" | "shuffleTopLeftSlow" | "shuffleTopLeftFast" | "zoom";
|
|
15433
|
-
};
|
|
15434
|
-
effect?: "slideLeft" | "slideLeftSlow" | "slideLeftFast" | "slideRight" | "slideRightSlow" | "slideRightFast" | "slideUp" | "slideUpSlow" | "slideUpFast" | "slideDown" | "slideDownSlow" | "slideDownFast" | "zoomIn" | "zoomInSlow" | "zoomInFast" | "zoomOut" | "zoomOutSlow" | "zoomOutFast";
|
|
15435
|
-
filter?: "blur" | "none" | "boost" | "contrast" | "darken" | "greyscale" | "lighten" | "muted" | "negative";
|
|
15436
|
-
opacity?: string | number | {
|
|
15437
|
-
from?: unknown;
|
|
15438
|
-
to?: unknown;
|
|
15439
|
-
start?: string | number;
|
|
15440
|
-
length?: string | number;
|
|
15441
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15442
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15443
|
-
}[];
|
|
15444
|
-
transform?: {
|
|
15445
|
-
rotate?: {
|
|
15446
|
-
angle?: string | number | {
|
|
15447
|
-
from?: unknown;
|
|
15448
|
-
to?: unknown;
|
|
15449
|
-
start?: string | number;
|
|
15450
|
-
length?: string | number;
|
|
15451
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15452
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15453
|
-
}[];
|
|
15454
|
-
};
|
|
15455
|
-
skew?: {
|
|
15456
|
-
x?: string | number | {
|
|
15457
|
-
from?: unknown;
|
|
15458
|
-
to?: unknown;
|
|
15459
|
-
start?: string | number;
|
|
15460
|
-
length?: string | number;
|
|
15461
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15462
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15463
|
-
}[];
|
|
15464
|
-
y?: string | number | {
|
|
15465
|
-
from?: unknown;
|
|
15466
|
-
to?: unknown;
|
|
15467
|
-
start?: string | number;
|
|
15468
|
-
length?: string | number;
|
|
15469
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15470
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15471
|
-
}[];
|
|
15472
|
-
};
|
|
15473
|
-
flip?: {
|
|
15474
|
-
horizontal?: boolean;
|
|
15475
|
-
vertical?: boolean;
|
|
15476
|
-
};
|
|
15477
|
-
};
|
|
15478
|
-
alias?: string;
|
|
15479
|
-
}, {
|
|
15480
|
-
asset?: {
|
|
15481
|
-
type: "svg";
|
|
15482
|
-
opacity: string | number;
|
|
15483
|
-
src?: string;
|
|
15484
|
-
shape?: {
|
|
15485
|
-
type: "rectangle";
|
|
15486
|
-
cornerRadius: string | number;
|
|
15487
|
-
width?: string | number;
|
|
15488
|
-
height?: string | number;
|
|
15489
|
-
} | {
|
|
15490
|
-
type: "circle";
|
|
15491
|
-
radius?: string | number;
|
|
15492
|
-
} | {
|
|
15493
|
-
type: "ellipse";
|
|
15494
|
-
radiusX?: string | number;
|
|
15495
|
-
radiusY?: string | number;
|
|
15496
|
-
} | {
|
|
15497
|
-
type: "line";
|
|
15498
|
-
length?: string | number;
|
|
15499
|
-
thickness?: string | number;
|
|
15500
|
-
} | {
|
|
15501
|
-
type: "polygon";
|
|
15502
|
-
sides?: string | number;
|
|
15503
|
-
radius?: string | number;
|
|
15504
|
-
} | {
|
|
15505
|
-
type: "star";
|
|
15506
|
-
points?: string | number;
|
|
15507
|
-
outerRadius?: string | number;
|
|
15508
|
-
innerRadius?: string | number;
|
|
15509
|
-
} | {
|
|
15510
|
-
type: "arrow";
|
|
15511
|
-
length?: string | number;
|
|
15512
|
-
headWidth?: string | number;
|
|
15513
|
-
headLength?: string | number;
|
|
15514
|
-
shaftWidth?: string | number;
|
|
15515
|
-
} | {
|
|
15516
|
-
type: "heart";
|
|
15517
|
-
size?: string | number;
|
|
15518
|
-
} | {
|
|
15519
|
-
type: "cross";
|
|
15520
|
-
width?: string | number;
|
|
15521
|
-
height?: string | number;
|
|
15522
|
-
thickness?: string | number;
|
|
15523
|
-
} | {
|
|
15524
|
-
type: "ring";
|
|
15525
|
-
outerRadius?: string | number;
|
|
15526
|
-
innerRadius?: string | number;
|
|
15527
|
-
} | {
|
|
15528
|
-
type: "path";
|
|
15529
|
-
d: string;
|
|
15530
|
-
};
|
|
15531
|
-
fill?: {
|
|
15532
|
-
type: "solid";
|
|
15533
|
-
color: string;
|
|
15534
|
-
opacity: string | number;
|
|
15535
|
-
} | {
|
|
15536
|
-
type: "linear";
|
|
15537
|
-
angle: string | number;
|
|
15538
|
-
stops: {
|
|
15539
|
-
offset?: string | number;
|
|
15540
|
-
color?: string;
|
|
15541
|
-
}[];
|
|
15542
|
-
opacity: string | number;
|
|
15543
|
-
} | {
|
|
15544
|
-
type: "radial";
|
|
15545
|
-
stops: {
|
|
15546
|
-
offset?: string | number;
|
|
15547
|
-
color?: string;
|
|
15548
|
-
}[];
|
|
15549
|
-
opacity: string | number;
|
|
15550
|
-
};
|
|
15551
|
-
stroke?: {
|
|
15552
|
-
color: string;
|
|
15553
|
-
width: string | number;
|
|
15554
|
-
opacity: string | number;
|
|
15555
|
-
dashOffset: string | number;
|
|
15556
|
-
lineCap?: "butt" | "round" | "square";
|
|
15557
|
-
lineJoin?: "round" | "miter" | "bevel";
|
|
15558
|
-
dashArray?: (string | number)[];
|
|
15559
|
-
};
|
|
15560
|
-
shadow?: {
|
|
15561
|
-
offsetX: string | number;
|
|
15562
|
-
offsetY: string | number;
|
|
15563
|
-
blur: string | number;
|
|
15564
|
-
color: string;
|
|
15565
|
-
opacity: string | number;
|
|
15566
|
-
};
|
|
15567
|
-
transform?: {
|
|
15568
|
-
x: string | number;
|
|
15569
|
-
y: string | number;
|
|
15570
|
-
rotation: string | number;
|
|
15571
|
-
scale: string | number;
|
|
15572
|
-
originX: string | number;
|
|
15573
|
-
originY: string | number;
|
|
15574
|
-
};
|
|
15575
|
-
width?: string | number;
|
|
15576
|
-
height?: string | number;
|
|
15577
|
-
} | {
|
|
15578
|
-
type: "video";
|
|
15579
|
-
src: string;
|
|
15580
|
-
transcode?: boolean;
|
|
15581
|
-
trim?: string | number;
|
|
15582
|
-
volume?: string | number | {
|
|
15583
|
-
from?: unknown;
|
|
15584
|
-
to?: unknown;
|
|
15585
|
-
start?: string | number;
|
|
15586
|
-
length?: string | number;
|
|
15587
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15588
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15589
|
-
}[];
|
|
15590
|
-
volumeEffect?: "fadeIn" | "none" | "fadeOut" | "fadeInFadeOut";
|
|
15591
|
-
speed?: string | number;
|
|
15592
|
-
crop?: {
|
|
15593
|
-
top?: string | number;
|
|
15594
|
-
bottom?: string | number;
|
|
15595
|
-
left?: string | number;
|
|
15596
|
-
right?: string | number;
|
|
15597
|
-
};
|
|
15598
|
-
chromaKey?: {
|
|
15599
|
-
color?: string;
|
|
15600
|
-
threshold?: string | number;
|
|
15601
|
-
halo?: string | number;
|
|
15602
|
-
};
|
|
15603
|
-
} | {
|
|
15604
|
-
type: "image";
|
|
15605
|
-
src: string;
|
|
15606
|
-
crop?: {
|
|
15607
|
-
top?: string | number;
|
|
15608
|
-
bottom?: string | number;
|
|
15609
|
-
left?: string | number;
|
|
15610
|
-
right?: string | number;
|
|
15611
|
-
};
|
|
15612
|
-
} | {
|
|
15613
|
-
type: "text";
|
|
15614
|
-
text: string;
|
|
15615
|
-
width?: string | number;
|
|
15616
|
-
height?: string | number;
|
|
15617
|
-
font?: {
|
|
15618
|
-
family?: string;
|
|
15619
|
-
color?: string;
|
|
15620
|
-
opacity?: string | number;
|
|
15621
|
-
size?: string | number;
|
|
15622
|
-
weight?: string | number;
|
|
15623
|
-
lineHeight?: string | number;
|
|
15624
|
-
};
|
|
15625
|
-
background?: {
|
|
15626
|
-
color?: string;
|
|
15627
|
-
opacity?: string | number;
|
|
15628
|
-
padding?: string | number;
|
|
15629
|
-
borderRadius?: string | number;
|
|
15630
|
-
};
|
|
15631
|
-
alignment?: {
|
|
15632
|
-
horizontal?: "left" | "right" | "center";
|
|
15633
|
-
vertical?: "top" | "bottom" | "center";
|
|
15634
|
-
};
|
|
15635
|
-
stroke?: {
|
|
15636
|
-
width?: string | number;
|
|
15637
|
-
color?: string;
|
|
15638
|
-
};
|
|
15639
|
-
animation?: {
|
|
15640
|
-
preset: "typewriter";
|
|
15641
|
-
duration?: string | number;
|
|
15642
|
-
};
|
|
15643
|
-
ellipsis?: string;
|
|
15644
|
-
} | {
|
|
15645
|
-
type: "rich-text";
|
|
15646
|
-
text: string;
|
|
15647
|
-
font?: {
|
|
15648
|
-
family: string;
|
|
15649
|
-
size: string | number;
|
|
15650
|
-
weight: unknown;
|
|
15651
|
-
color: string;
|
|
15652
|
-
opacity: string | number;
|
|
15653
|
-
background?: string;
|
|
15654
|
-
stroke?: {
|
|
15655
|
-
width: string | number;
|
|
15656
|
-
color: string;
|
|
15657
|
-
opacity: string | number;
|
|
15658
|
-
};
|
|
15659
|
-
};
|
|
15660
|
-
style?: {
|
|
15661
|
-
letterSpacing: string | number;
|
|
15662
|
-
lineHeight: string | number;
|
|
15663
|
-
textTransform?: "none" | "uppercase" | "lowercase" | "capitalize";
|
|
15664
|
-
textDecoration?: "none" | "underline" | "line-through";
|
|
15665
|
-
gradient?: {
|
|
15666
|
-
angle: string | number;
|
|
15667
|
-
stops: {
|
|
15668
|
-
offset?: string | number;
|
|
15669
|
-
color?: string;
|
|
15670
|
-
}[];
|
|
15671
|
-
type?: "linear" | "radial";
|
|
15672
|
-
};
|
|
15673
|
-
};
|
|
15674
|
-
stroke?: {
|
|
15675
|
-
width: string | number;
|
|
15676
|
-
color: string;
|
|
15677
|
-
opacity: string | number;
|
|
15678
|
-
};
|
|
15679
|
-
shadow?: {
|
|
15680
|
-
offsetX: string | number;
|
|
15681
|
-
offsetY: string | number;
|
|
15682
|
-
blur: string | number;
|
|
15683
|
-
color: string;
|
|
15684
|
-
opacity: string | number;
|
|
15685
|
-
};
|
|
15686
|
-
background?: {
|
|
15687
|
-
opacity: string | number;
|
|
15688
|
-
borderRadius: string | number;
|
|
15689
|
-
color?: string;
|
|
15690
|
-
};
|
|
15691
|
-
border?: {
|
|
15692
|
-
width: string | number;
|
|
15693
|
-
color: string;
|
|
15694
|
-
opacity: string | number;
|
|
15695
|
-
radius: string | number;
|
|
15696
|
-
};
|
|
15697
|
-
padding?: string | number | {
|
|
15698
|
-
top: string | number;
|
|
15699
|
-
right: string | number;
|
|
15700
|
-
bottom: string | number;
|
|
15701
|
-
left: string | number;
|
|
15702
|
-
};
|
|
15703
|
-
align?: {
|
|
15704
|
-
horizontal?: "left" | "right" | "center";
|
|
15705
|
-
vertical?: "top" | "bottom" | "middle";
|
|
15706
|
-
};
|
|
15707
|
-
animation?: {
|
|
15708
|
-
preset: "fadeIn" | "slideIn" | "typewriter" | "ascend" | "shift" | "movingLetters";
|
|
15709
|
-
duration?: string | number;
|
|
15710
|
-
style?: "character" | "word";
|
|
15711
|
-
direction?: "left" | "right" | "up" | "down";
|
|
15712
|
-
};
|
|
15713
|
-
} | {
|
|
15714
|
-
type: "audio";
|
|
15715
|
-
src: string;
|
|
15716
|
-
trim?: string | number;
|
|
15717
|
-
volume?: string | number | {
|
|
15718
|
-
from?: unknown;
|
|
15719
|
-
to?: unknown;
|
|
15720
|
-
start?: string | number;
|
|
15721
|
-
length?: string | number;
|
|
15722
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15723
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15724
|
-
}[];
|
|
15725
|
-
speed?: string | number;
|
|
15726
|
-
effect?: "fadeIn" | "none" | "fadeOut" | "fadeInFadeOut";
|
|
15727
|
-
} | {
|
|
15728
|
-
type: "luma";
|
|
15729
|
-
src: string;
|
|
15730
|
-
trim?: string | number;
|
|
15731
|
-
} | {
|
|
15732
|
-
type: "caption";
|
|
15733
|
-
src: string;
|
|
15734
|
-
font?: {
|
|
15735
|
-
family?: string;
|
|
15736
|
-
color?: string;
|
|
15737
|
-
opacity?: string | number;
|
|
15738
|
-
size?: string | number;
|
|
15739
|
-
lineHeight?: string | number;
|
|
15740
|
-
stroke?: string;
|
|
15741
|
-
strokeWidth?: string | number;
|
|
15742
|
-
};
|
|
15743
|
-
background?: {
|
|
15744
|
-
color?: string;
|
|
15745
|
-
opacity?: string | number;
|
|
15746
|
-
padding?: string | number;
|
|
15747
|
-
borderRadius?: string | number;
|
|
15748
|
-
};
|
|
15749
|
-
margin?: {
|
|
15750
|
-
top?: string | number;
|
|
15751
|
-
left?: string | number;
|
|
15752
|
-
right?: string | number;
|
|
15753
|
-
};
|
|
15754
|
-
trim?: string | number;
|
|
15755
|
-
speed?: string | number;
|
|
15756
|
-
} | {
|
|
15757
|
-
type: "html";
|
|
15758
|
-
html: string;
|
|
15759
|
-
css?: string;
|
|
15760
|
-
width?: string | number;
|
|
15761
|
-
height?: string | number;
|
|
15762
|
-
background?: string;
|
|
15763
|
-
position?: "top" | "left" | "right" | "bottom" | "topRight" | "bottomRight" | "bottomLeft" | "topLeft" | "center";
|
|
15764
|
-
} | {
|
|
15765
|
-
type: "title";
|
|
15766
|
-
text: string;
|
|
15767
|
-
style?: "minimal" | "blockbuster" | "vogue" | "sketchy" | "skinny" | "chunk" | "chunkLight" | "marker" | "future" | "subtitle";
|
|
15768
|
-
color?: string;
|
|
15769
|
-
size?: "small" | "medium" | "xx-small" | "x-small" | "large" | "x-large" | "xx-large";
|
|
15770
|
-
background?: string;
|
|
15771
|
-
position?: "top" | "left" | "right" | "bottom" | "topRight" | "bottomRight" | "bottomLeft" | "topLeft" | "center";
|
|
15772
|
-
offset?: {
|
|
15773
|
-
x?: string | number | {
|
|
15774
|
-
from?: unknown;
|
|
15775
|
-
to?: unknown;
|
|
15776
|
-
start?: string | number;
|
|
15777
|
-
length?: string | number;
|
|
15778
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15779
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15780
|
-
}[];
|
|
15781
|
-
y?: string | number | {
|
|
15782
|
-
from?: unknown;
|
|
15783
|
-
to?: unknown;
|
|
15784
|
-
start?: string | number;
|
|
15785
|
-
length?: string | number;
|
|
15786
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15787
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15788
|
-
}[];
|
|
15789
|
-
};
|
|
15790
|
-
} | {
|
|
15791
|
-
type: "shape";
|
|
15792
|
-
shape: "circle" | "rectangle" | "line";
|
|
15793
|
-
width?: string | number;
|
|
15794
|
-
height?: string | number;
|
|
15795
|
-
fill?: {
|
|
15796
|
-
color?: string;
|
|
15797
|
-
opacity?: string | number;
|
|
15798
|
-
};
|
|
15799
|
-
stroke?: {
|
|
15800
|
-
color?: string;
|
|
15801
|
-
width?: string | number;
|
|
15802
|
-
};
|
|
15803
|
-
rectangle?: {
|
|
15804
|
-
width?: string | number;
|
|
15805
|
-
height?: string | number;
|
|
15806
|
-
cornerRadius?: string | number;
|
|
15807
|
-
};
|
|
15808
|
-
circle?: {
|
|
15809
|
-
radius?: string | number;
|
|
15810
|
-
};
|
|
15811
|
-
line?: {
|
|
15812
|
-
length?: string | number;
|
|
15813
|
-
thickness?: string | number;
|
|
15814
|
-
};
|
|
15815
|
-
} | {
|
|
15816
|
-
type: "text-to-image";
|
|
15817
|
-
prompt: string;
|
|
15818
|
-
width?: string | number;
|
|
15819
|
-
height?: string | number;
|
|
15820
|
-
crop?: {
|
|
15821
|
-
top?: string | number;
|
|
15822
|
-
bottom?: string | number;
|
|
15823
|
-
left?: string | number;
|
|
15824
|
-
right?: string | number;
|
|
15825
|
-
};
|
|
15826
|
-
} | {
|
|
15827
|
-
type: "image-to-video";
|
|
15828
|
-
src: string;
|
|
15829
|
-
prompt?: string;
|
|
15830
|
-
aspectRatio?: "16:9" | "9:16" | "1:1" | "4:3" | "3:4" | "21:9" | "9:21";
|
|
15831
|
-
speed?: string | number;
|
|
15832
|
-
crop?: {
|
|
15833
|
-
top?: string | number;
|
|
15834
|
-
bottom?: string | number;
|
|
15835
|
-
left?: string | number;
|
|
15836
|
-
right?: string | number;
|
|
15837
|
-
};
|
|
15838
|
-
} | {
|
|
15839
|
-
type: "text-to-speech";
|
|
15840
|
-
text: string;
|
|
15841
|
-
voice: string;
|
|
15842
|
-
newscaster: boolean;
|
|
15843
|
-
language?: string;
|
|
15844
|
-
trim?: string | number;
|
|
15845
|
-
volume?: string | number | {
|
|
15846
|
-
from?: unknown;
|
|
15847
|
-
to?: unknown;
|
|
15848
|
-
start?: string | number;
|
|
15849
|
-
length?: string | number;
|
|
15850
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15851
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15852
|
-
}[];
|
|
15853
|
-
speed?: string | number;
|
|
15854
|
-
effect?: "fadeIn" | "none" | "fadeOut" | "fadeInFadeOut";
|
|
15855
|
-
};
|
|
15856
|
-
start?: string | number;
|
|
15857
|
-
length?: string | number;
|
|
15858
|
-
fit?: "crop" | "none" | "cover" | "contain";
|
|
15859
|
-
scale?: string | number | {
|
|
15860
|
-
from?: unknown;
|
|
15861
|
-
to?: unknown;
|
|
15862
|
-
start?: string | number;
|
|
15863
|
-
length?: string | number;
|
|
15864
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15865
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15866
|
-
}[];
|
|
15867
|
-
width?: string | number;
|
|
15868
|
-
height?: string | number;
|
|
15869
|
-
position?: "top" | "left" | "right" | "bottom" | "topRight" | "bottomRight" | "bottomLeft" | "topLeft" | "center";
|
|
15870
|
-
offset?: {
|
|
15871
|
-
x?: string | number | {
|
|
15872
|
-
from?: unknown;
|
|
15873
|
-
to?: unknown;
|
|
15874
|
-
start?: string | number;
|
|
15875
|
-
length?: string | number;
|
|
15876
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15877
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15878
|
-
}[];
|
|
15879
|
-
y?: string | number | {
|
|
15880
|
-
from?: unknown;
|
|
15881
|
-
to?: unknown;
|
|
15882
|
-
start?: string | number;
|
|
15883
|
-
length?: string | number;
|
|
15884
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15885
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15886
|
-
}[];
|
|
15887
|
-
};
|
|
15888
|
-
transition?: {
|
|
15889
|
-
in?: "none" | "fade" | "fadeSlow" | "fadeFast" | "reveal" | "revealSlow" | "revealFast" | "wipeLeft" | "wipeLeftSlow" | "wipeLeftFast" | "wipeRight" | "wipeRightSlow" | "wipeRightFast" | "slideLeft" | "slideLeftSlow" | "slideLeftFast" | "slideRight" | "slideRightSlow" | "slideRightFast" | "slideUp" | "slideUpSlow" | "slideUpFast" | "slideDown" | "slideDownSlow" | "slideDownFast" | "carouselLeft" | "carouselLeftSlow" | "carouselLeftFast" | "carouselRight" | "carouselRightSlow" | "carouselRightFast" | "carouselUp" | "carouselUpSlow" | "carouselUpFast" | "carouselDown" | "carouselDownSlow" | "carouselDownFast" | "shuffleTopRight" | "shuffleTopRightSlow" | "shuffleTopRightFast" | "shuffleRightTop" | "shuffleRightTopSlow" | "shuffleRightTopFast" | "shuffleRightBottom" | "shuffleRightBottomSlow" | "shuffleRightBottomFast" | "shuffleBottomRight" | "shuffleBottomRightSlow" | "shuffleBottomRightFast" | "shuffleBottomLeft" | "shuffleBottomLeftSlow" | "shuffleBottomLeftFast" | "shuffleLeftBottom" | "shuffleLeftBottomSlow" | "shuffleLeftBottomFast" | "shuffleLeftTop" | "shuffleLeftTopSlow" | "shuffleLeftTopFast" | "shuffleTopLeft" | "shuffleTopLeftSlow" | "shuffleTopLeftFast" | "zoom";
|
|
15890
|
-
out?: "none" | "fade" | "fadeSlow" | "fadeFast" | "reveal" | "revealSlow" | "revealFast" | "wipeLeft" | "wipeLeftSlow" | "wipeLeftFast" | "wipeRight" | "wipeRightSlow" | "wipeRightFast" | "slideLeft" | "slideLeftSlow" | "slideLeftFast" | "slideRight" | "slideRightSlow" | "slideRightFast" | "slideUp" | "slideUpSlow" | "slideUpFast" | "slideDown" | "slideDownSlow" | "slideDownFast" | "carouselLeft" | "carouselLeftSlow" | "carouselLeftFast" | "carouselRight" | "carouselRightSlow" | "carouselRightFast" | "carouselUp" | "carouselUpSlow" | "carouselUpFast" | "carouselDown" | "carouselDownSlow" | "carouselDownFast" | "shuffleTopRight" | "shuffleTopRightSlow" | "shuffleTopRightFast" | "shuffleRightTop" | "shuffleRightTopSlow" | "shuffleRightTopFast" | "shuffleRightBottom" | "shuffleRightBottomSlow" | "shuffleRightBottomFast" | "shuffleBottomRight" | "shuffleBottomRightSlow" | "shuffleBottomRightFast" | "shuffleBottomLeft" | "shuffleBottomLeftSlow" | "shuffleBottomLeftFast" | "shuffleLeftBottom" | "shuffleLeftBottomSlow" | "shuffleLeftBottomFast" | "shuffleLeftTop" | "shuffleLeftTopSlow" | "shuffleLeftTopFast" | "shuffleTopLeft" | "shuffleTopLeftSlow" | "shuffleTopLeftFast" | "zoom";
|
|
15891
|
-
};
|
|
15892
|
-
effect?: "slideLeft" | "slideLeftSlow" | "slideLeftFast" | "slideRight" | "slideRightSlow" | "slideRightFast" | "slideUp" | "slideUpSlow" | "slideUpFast" | "slideDown" | "slideDownSlow" | "slideDownFast" | "zoomIn" | "zoomInSlow" | "zoomInFast" | "zoomOut" | "zoomOutSlow" | "zoomOutFast";
|
|
15893
|
-
filter?: "blur" | "none" | "boost" | "contrast" | "darken" | "greyscale" | "lighten" | "muted" | "negative";
|
|
15894
|
-
opacity?: string | number | {
|
|
15895
|
-
from?: unknown;
|
|
15896
|
-
to?: unknown;
|
|
15897
|
-
start?: string | number;
|
|
15898
|
-
length?: string | number;
|
|
15899
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15900
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15901
|
-
}[];
|
|
15902
|
-
transform?: {
|
|
15903
|
-
rotate?: {
|
|
15904
|
-
angle?: string | number | {
|
|
15905
|
-
from?: unknown;
|
|
15906
|
-
to?: unknown;
|
|
15907
|
-
start?: string | number;
|
|
15908
|
-
length?: string | number;
|
|
15909
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15910
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15911
|
-
}[];
|
|
15912
|
-
};
|
|
15913
|
-
skew?: {
|
|
15914
|
-
x?: string | number | {
|
|
15915
|
-
from?: unknown;
|
|
15916
|
-
to?: unknown;
|
|
15917
|
-
start?: string | number;
|
|
15918
|
-
length?: string | number;
|
|
15919
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15920
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15921
|
-
}[];
|
|
15922
|
-
y?: string | number | {
|
|
15923
|
-
from?: unknown;
|
|
15924
|
-
to?: unknown;
|
|
15925
|
-
start?: string | number;
|
|
15926
|
-
length?: string | number;
|
|
15927
|
-
interpolation?: "linear" | "bezier" | "constant";
|
|
15928
|
-
easing?: "ease" | "easeIn" | "easeOut" | "easeInOut" | "easeInQuad" | "easeInCubic" | "easeInQuart" | "easeInQuint" | "easeInSine" | "easeInExpo" | "easeInCirc" | "easeInBack" | "easeOutQuad" | "easeOutCubic" | "easeOutQuart" | "easeOutQuint" | "easeOutSine" | "easeOutExpo" | "easeOutCirc" | "easeOutBack" | "easeInOutQuad" | "easeInOutCubic" | "easeInOutQuart" | "easeInOutQuint" | "easeInOutSine" | "easeInOutExpo" | "easeInOutCirc" | "easeInOutBack";
|
|
15929
|
-
}[];
|
|
15930
|
-
};
|
|
15931
|
-
flip?: {
|
|
15932
|
-
horizontal?: boolean;
|
|
15933
|
-
vertical?: boolean;
|
|
15934
|
-
};
|
|
15935
|
-
};
|
|
15936
|
-
alias?: string;
|
|
15937
|
-
}>>;
|
|
12907
|
+
}, z.core.$strip>;
|
|
12908
|
+
export declare const clipSchema: z.ZodObject<{
|
|
12909
|
+
asset: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
12910
|
+
type: z.ZodEnum<{
|
|
12911
|
+
video: "video";
|
|
12912
|
+
}>;
|
|
12913
|
+
src: z.ZodString;
|
|
12914
|
+
transcode: z.ZodOptional<z.ZodBoolean>;
|
|
12915
|
+
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12916
|
+
volume: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
12917
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
12918
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
12919
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12920
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12921
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
12922
|
+
linear: "linear";
|
|
12923
|
+
bezier: "bezier";
|
|
12924
|
+
constant: "constant";
|
|
12925
|
+
}>>;
|
|
12926
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
12927
|
+
ease: "ease";
|
|
12928
|
+
easeIn: "easeIn";
|
|
12929
|
+
easeOut: "easeOut";
|
|
12930
|
+
easeInOut: "easeInOut";
|
|
12931
|
+
easeInQuad: "easeInQuad";
|
|
12932
|
+
easeInCubic: "easeInCubic";
|
|
12933
|
+
easeInQuart: "easeInQuart";
|
|
12934
|
+
easeInQuint: "easeInQuint";
|
|
12935
|
+
easeInSine: "easeInSine";
|
|
12936
|
+
easeInExpo: "easeInExpo";
|
|
12937
|
+
easeInCirc: "easeInCirc";
|
|
12938
|
+
easeInBack: "easeInBack";
|
|
12939
|
+
easeOutQuad: "easeOutQuad";
|
|
12940
|
+
easeOutCubic: "easeOutCubic";
|
|
12941
|
+
easeOutQuart: "easeOutQuart";
|
|
12942
|
+
easeOutQuint: "easeOutQuint";
|
|
12943
|
+
easeOutSine: "easeOutSine";
|
|
12944
|
+
easeOutExpo: "easeOutExpo";
|
|
12945
|
+
easeOutCirc: "easeOutCirc";
|
|
12946
|
+
easeOutBack: "easeOutBack";
|
|
12947
|
+
easeInOutQuad: "easeInOutQuad";
|
|
12948
|
+
easeInOutCubic: "easeInOutCubic";
|
|
12949
|
+
easeInOutQuart: "easeInOutQuart";
|
|
12950
|
+
easeInOutQuint: "easeInOutQuint";
|
|
12951
|
+
easeInOutSine: "easeInOutSine";
|
|
12952
|
+
easeInOutExpo: "easeInOutExpo";
|
|
12953
|
+
easeInOutCirc: "easeInOutCirc";
|
|
12954
|
+
easeInOutBack: "easeInOutBack";
|
|
12955
|
+
}>>;
|
|
12956
|
+
}, z.core.$strip>>]>>;
|
|
12957
|
+
volumeEffect: z.ZodOptional<z.ZodEnum<{
|
|
12958
|
+
fadeIn: "fadeIn";
|
|
12959
|
+
none: "none";
|
|
12960
|
+
fadeOut: "fadeOut";
|
|
12961
|
+
fadeInFadeOut: "fadeInFadeOut";
|
|
12962
|
+
}>>;
|
|
12963
|
+
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12964
|
+
crop: z.ZodOptional<z.ZodObject<{
|
|
12965
|
+
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12966
|
+
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12967
|
+
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12968
|
+
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12969
|
+
}, z.core.$strip>>;
|
|
12970
|
+
chromaKey: z.ZodOptional<z.ZodObject<{
|
|
12971
|
+
color: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
12972
|
+
threshold: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12973
|
+
halo: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12974
|
+
}, z.core.$strip>>;
|
|
12975
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12976
|
+
type: z.ZodEnum<{
|
|
12977
|
+
image: "image";
|
|
12978
|
+
}>;
|
|
12979
|
+
src: z.ZodString;
|
|
12980
|
+
crop: z.ZodOptional<z.ZodObject<{
|
|
12981
|
+
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12982
|
+
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12983
|
+
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12984
|
+
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12985
|
+
}, z.core.$strip>>;
|
|
12986
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12987
|
+
type: z.ZodEnum<{
|
|
12988
|
+
text: "text";
|
|
12989
|
+
}>;
|
|
12990
|
+
text: z.ZodString;
|
|
12991
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12992
|
+
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12993
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
12994
|
+
family: z.ZodOptional<z.ZodString>;
|
|
12995
|
+
color: z.ZodOptional<z.ZodString>;
|
|
12996
|
+
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12997
|
+
size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12998
|
+
weight: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
12999
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13000
|
+
}, z.core.$strip>>;
|
|
13001
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
13002
|
+
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
13003
|
+
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13004
|
+
padding: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13005
|
+
borderRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13006
|
+
}, z.core.$strip>>;
|
|
13007
|
+
alignment: z.ZodOptional<z.ZodObject<{
|
|
13008
|
+
horizontal: z.ZodOptional<z.ZodEnum<{
|
|
13009
|
+
left: "left";
|
|
13010
|
+
right: "right";
|
|
13011
|
+
center: "center";
|
|
13012
|
+
}>>;
|
|
13013
|
+
vertical: z.ZodOptional<z.ZodEnum<{
|
|
13014
|
+
top: "top";
|
|
13015
|
+
bottom: "bottom";
|
|
13016
|
+
center: "center";
|
|
13017
|
+
}>>;
|
|
13018
|
+
}, z.core.$strip>>;
|
|
13019
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
13020
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13021
|
+
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
13022
|
+
}, z.core.$strip>>;
|
|
13023
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
13024
|
+
preset: z.ZodEnum<{
|
|
13025
|
+
typewriter: "typewriter";
|
|
13026
|
+
}>;
|
|
13027
|
+
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13028
|
+
}, z.core.$strip>>;
|
|
13029
|
+
ellipsis: z.ZodOptional<z.ZodString>;
|
|
13030
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13031
|
+
type: z.ZodEnum<{
|
|
13032
|
+
"rich-text": "rich-text";
|
|
13033
|
+
}>;
|
|
13034
|
+
text: z.ZodString;
|
|
13035
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
13036
|
+
family: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
13037
|
+
size: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13038
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
13039
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
13040
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13041
|
+
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
13042
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
13043
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13044
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
13045
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13046
|
+
}, z.core.$strip>>;
|
|
13047
|
+
}, z.core.$strip>>;
|
|
13048
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
13049
|
+
letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13050
|
+
lineHeight: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13051
|
+
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
13052
|
+
none: "none";
|
|
13053
|
+
uppercase: "uppercase";
|
|
13054
|
+
lowercase: "lowercase";
|
|
13055
|
+
capitalize: "capitalize";
|
|
13056
|
+
}>>;
|
|
13057
|
+
textDecoration: z.ZodOptional<z.ZodEnum<{
|
|
13058
|
+
none: "none";
|
|
13059
|
+
underline: "underline";
|
|
13060
|
+
"line-through": "line-through";
|
|
13061
|
+
}>>;
|
|
13062
|
+
gradient: z.ZodOptional<z.ZodObject<{
|
|
13063
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
13064
|
+
linear: "linear";
|
|
13065
|
+
radial: "radial";
|
|
13066
|
+
}>>;
|
|
13067
|
+
angle: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13068
|
+
stops: z.ZodArray<z.ZodObject<{
|
|
13069
|
+
offset: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13070
|
+
color: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
13071
|
+
}, z.core.$strip>>;
|
|
13072
|
+
}, z.core.$strip>>;
|
|
13073
|
+
}, z.core.$strip>>;
|
|
13074
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
13075
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13076
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
13077
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13078
|
+
}, z.core.$strip>>;
|
|
13079
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
13080
|
+
offsetX: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13081
|
+
offsetY: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13082
|
+
blur: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13083
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
13084
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13085
|
+
}, z.core.$strip>>;
|
|
13086
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
13087
|
+
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
13088
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13089
|
+
borderRadius: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13090
|
+
}, z.core.$strip>>;
|
|
13091
|
+
border: z.ZodOptional<z.ZodObject<{
|
|
13092
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13093
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
13094
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13095
|
+
radius: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13096
|
+
}, z.core.$strip>>;
|
|
13097
|
+
padding: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodObject<{
|
|
13098
|
+
top: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13099
|
+
right: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13100
|
+
bottom: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13101
|
+
left: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13102
|
+
}, z.core.$strip>]>>;
|
|
13103
|
+
align: z.ZodOptional<z.ZodObject<{
|
|
13104
|
+
horizontal: z.ZodOptional<z.ZodEnum<{
|
|
13105
|
+
left: "left";
|
|
13106
|
+
right: "right";
|
|
13107
|
+
center: "center";
|
|
13108
|
+
}>>;
|
|
13109
|
+
vertical: z.ZodOptional<z.ZodEnum<{
|
|
13110
|
+
top: "top";
|
|
13111
|
+
bottom: "bottom";
|
|
13112
|
+
middle: "middle";
|
|
13113
|
+
}>>;
|
|
13114
|
+
}, z.core.$strip>>;
|
|
13115
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
13116
|
+
preset: z.ZodEnum<{
|
|
13117
|
+
fadeIn: "fadeIn";
|
|
13118
|
+
slideIn: "slideIn";
|
|
13119
|
+
typewriter: "typewriter";
|
|
13120
|
+
ascend: "ascend";
|
|
13121
|
+
shift: "shift";
|
|
13122
|
+
movingLetters: "movingLetters";
|
|
13123
|
+
}>;
|
|
13124
|
+
duration: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13125
|
+
style: z.ZodOptional<z.ZodEnum<{
|
|
13126
|
+
character: "character";
|
|
13127
|
+
word: "word";
|
|
13128
|
+
}>>;
|
|
13129
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
13130
|
+
left: "left";
|
|
13131
|
+
right: "right";
|
|
13132
|
+
up: "up";
|
|
13133
|
+
down: "down";
|
|
13134
|
+
}>>;
|
|
13135
|
+
}, z.core.$strip>>;
|
|
13136
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13137
|
+
type: z.ZodEnum<{
|
|
13138
|
+
audio: "audio";
|
|
13139
|
+
}>;
|
|
13140
|
+
src: z.ZodString;
|
|
13141
|
+
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13142
|
+
volume: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13143
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13144
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13145
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13146
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13147
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13148
|
+
linear: "linear";
|
|
13149
|
+
bezier: "bezier";
|
|
13150
|
+
constant: "constant";
|
|
13151
|
+
}>>;
|
|
13152
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13153
|
+
ease: "ease";
|
|
13154
|
+
easeIn: "easeIn";
|
|
13155
|
+
easeOut: "easeOut";
|
|
13156
|
+
easeInOut: "easeInOut";
|
|
13157
|
+
easeInQuad: "easeInQuad";
|
|
13158
|
+
easeInCubic: "easeInCubic";
|
|
13159
|
+
easeInQuart: "easeInQuart";
|
|
13160
|
+
easeInQuint: "easeInQuint";
|
|
13161
|
+
easeInSine: "easeInSine";
|
|
13162
|
+
easeInExpo: "easeInExpo";
|
|
13163
|
+
easeInCirc: "easeInCirc";
|
|
13164
|
+
easeInBack: "easeInBack";
|
|
13165
|
+
easeOutQuad: "easeOutQuad";
|
|
13166
|
+
easeOutCubic: "easeOutCubic";
|
|
13167
|
+
easeOutQuart: "easeOutQuart";
|
|
13168
|
+
easeOutQuint: "easeOutQuint";
|
|
13169
|
+
easeOutSine: "easeOutSine";
|
|
13170
|
+
easeOutExpo: "easeOutExpo";
|
|
13171
|
+
easeOutCirc: "easeOutCirc";
|
|
13172
|
+
easeOutBack: "easeOutBack";
|
|
13173
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13174
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13175
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13176
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13177
|
+
easeInOutSine: "easeInOutSine";
|
|
13178
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13179
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13180
|
+
easeInOutBack: "easeInOutBack";
|
|
13181
|
+
}>>;
|
|
13182
|
+
}, z.core.$strip>>]>>;
|
|
13183
|
+
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13184
|
+
effect: z.ZodOptional<z.ZodEnum<{
|
|
13185
|
+
fadeIn: "fadeIn";
|
|
13186
|
+
none: "none";
|
|
13187
|
+
fadeOut: "fadeOut";
|
|
13188
|
+
fadeInFadeOut: "fadeInFadeOut";
|
|
13189
|
+
}>>;
|
|
13190
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13191
|
+
type: z.ZodEnum<{
|
|
13192
|
+
luma: "luma";
|
|
13193
|
+
}>;
|
|
13194
|
+
src: z.ZodString;
|
|
13195
|
+
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13196
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13197
|
+
type: z.ZodEnum<{
|
|
13198
|
+
caption: "caption";
|
|
13199
|
+
}>;
|
|
13200
|
+
src: z.ZodString;
|
|
13201
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
13202
|
+
family: z.ZodOptional<z.ZodString>;
|
|
13203
|
+
color: z.ZodOptional<z.ZodString>;
|
|
13204
|
+
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13205
|
+
size: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13206
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13207
|
+
stroke: z.ZodOptional<z.ZodString>;
|
|
13208
|
+
strokeWidth: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13209
|
+
}, z.core.$strip>>;
|
|
13210
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
13211
|
+
color: z.ZodOptional<z.ZodString>;
|
|
13212
|
+
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13213
|
+
padding: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13214
|
+
borderRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13215
|
+
}, z.core.$strip>>;
|
|
13216
|
+
margin: z.ZodOptional<z.ZodObject<{
|
|
13217
|
+
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13218
|
+
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13219
|
+
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13220
|
+
}, z.core.$strip>>;
|
|
13221
|
+
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13222
|
+
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13223
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13224
|
+
type: z.ZodEnum<{
|
|
13225
|
+
html: "html";
|
|
13226
|
+
}>;
|
|
13227
|
+
html: z.ZodString;
|
|
13228
|
+
css: z.ZodOptional<z.ZodString>;
|
|
13229
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13230
|
+
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13231
|
+
background: z.ZodOptional<z.ZodString>;
|
|
13232
|
+
position: z.ZodOptional<z.ZodEnum<{
|
|
13233
|
+
top: "top";
|
|
13234
|
+
left: "left";
|
|
13235
|
+
right: "right";
|
|
13236
|
+
bottom: "bottom";
|
|
13237
|
+
topRight: "topRight";
|
|
13238
|
+
bottomRight: "bottomRight";
|
|
13239
|
+
bottomLeft: "bottomLeft";
|
|
13240
|
+
topLeft: "topLeft";
|
|
13241
|
+
center: "center";
|
|
13242
|
+
}>>;
|
|
13243
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13244
|
+
type: z.ZodEnum<{
|
|
13245
|
+
title: "title";
|
|
13246
|
+
}>;
|
|
13247
|
+
text: z.ZodString;
|
|
13248
|
+
style: z.ZodOptional<z.ZodEnum<{
|
|
13249
|
+
minimal: "minimal";
|
|
13250
|
+
blockbuster: "blockbuster";
|
|
13251
|
+
vogue: "vogue";
|
|
13252
|
+
sketchy: "sketchy";
|
|
13253
|
+
skinny: "skinny";
|
|
13254
|
+
chunk: "chunk";
|
|
13255
|
+
chunkLight: "chunkLight";
|
|
13256
|
+
marker: "marker";
|
|
13257
|
+
future: "future";
|
|
13258
|
+
subtitle: "subtitle";
|
|
13259
|
+
}>>;
|
|
13260
|
+
color: z.ZodOptional<z.ZodString>;
|
|
13261
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
13262
|
+
small: "small";
|
|
13263
|
+
medium: "medium";
|
|
13264
|
+
"xx-small": "xx-small";
|
|
13265
|
+
"x-small": "x-small";
|
|
13266
|
+
large: "large";
|
|
13267
|
+
"x-large": "x-large";
|
|
13268
|
+
"xx-large": "xx-large";
|
|
13269
|
+
}>>;
|
|
13270
|
+
background: z.ZodOptional<z.ZodString>;
|
|
13271
|
+
position: z.ZodOptional<z.ZodEnum<{
|
|
13272
|
+
top: "top";
|
|
13273
|
+
left: "left";
|
|
13274
|
+
right: "right";
|
|
13275
|
+
bottom: "bottom";
|
|
13276
|
+
topRight: "topRight";
|
|
13277
|
+
bottomRight: "bottomRight";
|
|
13278
|
+
bottomLeft: "bottomLeft";
|
|
13279
|
+
topLeft: "topLeft";
|
|
13280
|
+
center: "center";
|
|
13281
|
+
}>>;
|
|
13282
|
+
offset: z.ZodOptional<z.ZodObject<{
|
|
13283
|
+
x: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13284
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13285
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13286
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13287
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13288
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13289
|
+
linear: "linear";
|
|
13290
|
+
bezier: "bezier";
|
|
13291
|
+
constant: "constant";
|
|
13292
|
+
}>>;
|
|
13293
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13294
|
+
ease: "ease";
|
|
13295
|
+
easeIn: "easeIn";
|
|
13296
|
+
easeOut: "easeOut";
|
|
13297
|
+
easeInOut: "easeInOut";
|
|
13298
|
+
easeInQuad: "easeInQuad";
|
|
13299
|
+
easeInCubic: "easeInCubic";
|
|
13300
|
+
easeInQuart: "easeInQuart";
|
|
13301
|
+
easeInQuint: "easeInQuint";
|
|
13302
|
+
easeInSine: "easeInSine";
|
|
13303
|
+
easeInExpo: "easeInExpo";
|
|
13304
|
+
easeInCirc: "easeInCirc";
|
|
13305
|
+
easeInBack: "easeInBack";
|
|
13306
|
+
easeOutQuad: "easeOutQuad";
|
|
13307
|
+
easeOutCubic: "easeOutCubic";
|
|
13308
|
+
easeOutQuart: "easeOutQuart";
|
|
13309
|
+
easeOutQuint: "easeOutQuint";
|
|
13310
|
+
easeOutSine: "easeOutSine";
|
|
13311
|
+
easeOutExpo: "easeOutExpo";
|
|
13312
|
+
easeOutCirc: "easeOutCirc";
|
|
13313
|
+
easeOutBack: "easeOutBack";
|
|
13314
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13315
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13316
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13317
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13318
|
+
easeInOutSine: "easeInOutSine";
|
|
13319
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13320
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13321
|
+
easeInOutBack: "easeInOutBack";
|
|
13322
|
+
}>>;
|
|
13323
|
+
}, z.core.$strip>>]>>;
|
|
13324
|
+
y: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13325
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13326
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13327
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13328
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13329
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13330
|
+
linear: "linear";
|
|
13331
|
+
bezier: "bezier";
|
|
13332
|
+
constant: "constant";
|
|
13333
|
+
}>>;
|
|
13334
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13335
|
+
ease: "ease";
|
|
13336
|
+
easeIn: "easeIn";
|
|
13337
|
+
easeOut: "easeOut";
|
|
13338
|
+
easeInOut: "easeInOut";
|
|
13339
|
+
easeInQuad: "easeInQuad";
|
|
13340
|
+
easeInCubic: "easeInCubic";
|
|
13341
|
+
easeInQuart: "easeInQuart";
|
|
13342
|
+
easeInQuint: "easeInQuint";
|
|
13343
|
+
easeInSine: "easeInSine";
|
|
13344
|
+
easeInExpo: "easeInExpo";
|
|
13345
|
+
easeInCirc: "easeInCirc";
|
|
13346
|
+
easeInBack: "easeInBack";
|
|
13347
|
+
easeOutQuad: "easeOutQuad";
|
|
13348
|
+
easeOutCubic: "easeOutCubic";
|
|
13349
|
+
easeOutQuart: "easeOutQuart";
|
|
13350
|
+
easeOutQuint: "easeOutQuint";
|
|
13351
|
+
easeOutSine: "easeOutSine";
|
|
13352
|
+
easeOutExpo: "easeOutExpo";
|
|
13353
|
+
easeOutCirc: "easeOutCirc";
|
|
13354
|
+
easeOutBack: "easeOutBack";
|
|
13355
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13356
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13357
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13358
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13359
|
+
easeInOutSine: "easeInOutSine";
|
|
13360
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13361
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13362
|
+
easeInOutBack: "easeInOutBack";
|
|
13363
|
+
}>>;
|
|
13364
|
+
}, z.core.$strip>>]>>;
|
|
13365
|
+
}, z.core.$strip>>;
|
|
13366
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13367
|
+
type: z.ZodEnum<{
|
|
13368
|
+
shape: "shape";
|
|
13369
|
+
}>;
|
|
13370
|
+
shape: z.ZodEnum<{
|
|
13371
|
+
circle: "circle";
|
|
13372
|
+
rectangle: "rectangle";
|
|
13373
|
+
line: "line";
|
|
13374
|
+
}>;
|
|
13375
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13376
|
+
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13377
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
13378
|
+
color: z.ZodOptional<z.ZodString>;
|
|
13379
|
+
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13380
|
+
}, z.core.$strip>>;
|
|
13381
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
13382
|
+
color: z.ZodOptional<z.ZodString>;
|
|
13383
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13384
|
+
}, z.core.$strip>>;
|
|
13385
|
+
rectangle: z.ZodOptional<z.ZodObject<{
|
|
13386
|
+
width: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13387
|
+
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13388
|
+
cornerRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13389
|
+
}, z.core.$strip>>;
|
|
13390
|
+
circle: z.ZodOptional<z.ZodObject<{
|
|
13391
|
+
radius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13392
|
+
}, z.core.$strip>>;
|
|
13393
|
+
line: z.ZodOptional<z.ZodObject<{
|
|
13394
|
+
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13395
|
+
thickness: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13396
|
+
}, z.core.$strip>>;
|
|
13397
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13398
|
+
type: z.ZodEnum<{
|
|
13399
|
+
svg: "svg";
|
|
13400
|
+
}>;
|
|
13401
|
+
src: z.ZodOptional<z.ZodString>;
|
|
13402
|
+
shape: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13403
|
+
type: z.ZodEnum<{
|
|
13404
|
+
rectangle: "rectangle";
|
|
13405
|
+
}>;
|
|
13406
|
+
width: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13407
|
+
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13408
|
+
cornerRadius: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13409
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13410
|
+
type: z.ZodEnum<{
|
|
13411
|
+
circle: "circle";
|
|
13412
|
+
}>;
|
|
13413
|
+
radius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13414
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13415
|
+
type: z.ZodEnum<{
|
|
13416
|
+
ellipse: "ellipse";
|
|
13417
|
+
}>;
|
|
13418
|
+
radiusX: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13419
|
+
radiusY: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13420
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13421
|
+
type: z.ZodEnum<{
|
|
13422
|
+
line: "line";
|
|
13423
|
+
}>;
|
|
13424
|
+
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13425
|
+
thickness: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13426
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13427
|
+
type: z.ZodEnum<{
|
|
13428
|
+
polygon: "polygon";
|
|
13429
|
+
}>;
|
|
13430
|
+
sides: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13431
|
+
radius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13432
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13433
|
+
type: z.ZodEnum<{
|
|
13434
|
+
star: "star";
|
|
13435
|
+
}>;
|
|
13436
|
+
points: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13437
|
+
outerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13438
|
+
innerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13439
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13440
|
+
type: z.ZodEnum<{
|
|
13441
|
+
arrow: "arrow";
|
|
13442
|
+
}>;
|
|
13443
|
+
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13444
|
+
headWidth: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13445
|
+
headLength: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13446
|
+
shaftWidth: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13447
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13448
|
+
type: z.ZodEnum<{
|
|
13449
|
+
heart: "heart";
|
|
13450
|
+
}>;
|
|
13451
|
+
size: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13452
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13453
|
+
type: z.ZodEnum<{
|
|
13454
|
+
cross: "cross";
|
|
13455
|
+
}>;
|
|
13456
|
+
width: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13457
|
+
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13458
|
+
thickness: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13459
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13460
|
+
type: z.ZodEnum<{
|
|
13461
|
+
ring: "ring";
|
|
13462
|
+
}>;
|
|
13463
|
+
outerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13464
|
+
innerRadius: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13465
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13466
|
+
type: z.ZodEnum<{
|
|
13467
|
+
path: "path";
|
|
13468
|
+
}>;
|
|
13469
|
+
d: z.ZodString;
|
|
13470
|
+
}, z.core.$strip>], "type">>;
|
|
13471
|
+
fill: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13472
|
+
type: z.ZodEnum<{
|
|
13473
|
+
solid: "solid";
|
|
13474
|
+
}>;
|
|
13475
|
+
color: z.ZodDefault<z.ZodString>;
|
|
13476
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13477
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13478
|
+
type: z.ZodEnum<{
|
|
13479
|
+
linear: "linear";
|
|
13480
|
+
}>;
|
|
13481
|
+
angle: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13482
|
+
stops: z.ZodArray<z.ZodObject<{
|
|
13483
|
+
offset: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13484
|
+
color: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
13485
|
+
}, z.core.$strip>>;
|
|
13486
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13487
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13488
|
+
type: z.ZodEnum<{
|
|
13489
|
+
radial: "radial";
|
|
13490
|
+
}>;
|
|
13491
|
+
stops: z.ZodArray<z.ZodObject<{
|
|
13492
|
+
offset: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
13493
|
+
color: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
13494
|
+
}, z.core.$strip>>;
|
|
13495
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13496
|
+
}, z.core.$strip>], "type">>;
|
|
13497
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
13498
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
13499
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13500
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13501
|
+
lineCap: z.ZodOptional<z.ZodEnum<{
|
|
13502
|
+
butt: "butt";
|
|
13503
|
+
round: "round";
|
|
13504
|
+
square: "square";
|
|
13505
|
+
}>>;
|
|
13506
|
+
lineJoin: z.ZodOptional<z.ZodEnum<{
|
|
13507
|
+
round: "round";
|
|
13508
|
+
miter: "miter";
|
|
13509
|
+
bevel: "bevel";
|
|
13510
|
+
}>>;
|
|
13511
|
+
dashArray: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13512
|
+
dashOffset: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13513
|
+
}, z.core.$strip>>;
|
|
13514
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
13515
|
+
offsetX: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13516
|
+
offsetY: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13517
|
+
blur: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13518
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
|
|
13519
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13520
|
+
}, z.core.$strip>>;
|
|
13521
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
13522
|
+
x: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13523
|
+
y: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13524
|
+
rotation: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13525
|
+
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13526
|
+
originX: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13527
|
+
originY: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13528
|
+
}, z.core.$strip>>;
|
|
13529
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13530
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13531
|
+
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13532
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13533
|
+
type: z.ZodEnum<{
|
|
13534
|
+
"text-to-image": "text-to-image";
|
|
13535
|
+
}>;
|
|
13536
|
+
prompt: z.ZodString;
|
|
13537
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13538
|
+
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13539
|
+
crop: z.ZodOptional<z.ZodObject<{
|
|
13540
|
+
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13541
|
+
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13542
|
+
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13543
|
+
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13544
|
+
}, z.core.$strip>>;
|
|
13545
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13546
|
+
type: z.ZodEnum<{
|
|
13547
|
+
"image-to-video": "image-to-video";
|
|
13548
|
+
}>;
|
|
13549
|
+
src: z.ZodString;
|
|
13550
|
+
prompt: z.ZodOptional<z.ZodString>;
|
|
13551
|
+
aspectRatio: z.ZodOptional<z.ZodEnum<{
|
|
13552
|
+
"16:9": "16:9";
|
|
13553
|
+
"9:16": "9:16";
|
|
13554
|
+
"1:1": "1:1";
|
|
13555
|
+
"4:3": "4:3";
|
|
13556
|
+
"3:4": "3:4";
|
|
13557
|
+
"21:9": "21:9";
|
|
13558
|
+
"9:21": "9:21";
|
|
13559
|
+
}>>;
|
|
13560
|
+
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13561
|
+
crop: z.ZodOptional<z.ZodObject<{
|
|
13562
|
+
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13563
|
+
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13564
|
+
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13565
|
+
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13566
|
+
}, z.core.$strip>>;
|
|
13567
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13568
|
+
type: z.ZodEnum<{
|
|
13569
|
+
"text-to-speech": "text-to-speech";
|
|
13570
|
+
}>;
|
|
13571
|
+
text: z.ZodString;
|
|
13572
|
+
voice: z.ZodString;
|
|
13573
|
+
language: z.ZodOptional<z.ZodString>;
|
|
13574
|
+
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
13575
|
+
trim: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13576
|
+
volume: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13577
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13578
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13579
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13580
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13581
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13582
|
+
linear: "linear";
|
|
13583
|
+
bezier: "bezier";
|
|
13584
|
+
constant: "constant";
|
|
13585
|
+
}>>;
|
|
13586
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13587
|
+
ease: "ease";
|
|
13588
|
+
easeIn: "easeIn";
|
|
13589
|
+
easeOut: "easeOut";
|
|
13590
|
+
easeInOut: "easeInOut";
|
|
13591
|
+
easeInQuad: "easeInQuad";
|
|
13592
|
+
easeInCubic: "easeInCubic";
|
|
13593
|
+
easeInQuart: "easeInQuart";
|
|
13594
|
+
easeInQuint: "easeInQuint";
|
|
13595
|
+
easeInSine: "easeInSine";
|
|
13596
|
+
easeInExpo: "easeInExpo";
|
|
13597
|
+
easeInCirc: "easeInCirc";
|
|
13598
|
+
easeInBack: "easeInBack";
|
|
13599
|
+
easeOutQuad: "easeOutQuad";
|
|
13600
|
+
easeOutCubic: "easeOutCubic";
|
|
13601
|
+
easeOutQuart: "easeOutQuart";
|
|
13602
|
+
easeOutQuint: "easeOutQuint";
|
|
13603
|
+
easeOutSine: "easeOutSine";
|
|
13604
|
+
easeOutExpo: "easeOutExpo";
|
|
13605
|
+
easeOutCirc: "easeOutCirc";
|
|
13606
|
+
easeOutBack: "easeOutBack";
|
|
13607
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13608
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13609
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13610
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13611
|
+
easeInOutSine: "easeInOutSine";
|
|
13612
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13613
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13614
|
+
easeInOutBack: "easeInOutBack";
|
|
13615
|
+
}>>;
|
|
13616
|
+
}, z.core.$strip>>]>>;
|
|
13617
|
+
speed: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13618
|
+
effect: z.ZodOptional<z.ZodEnum<{
|
|
13619
|
+
fadeIn: "fadeIn";
|
|
13620
|
+
none: "none";
|
|
13621
|
+
fadeOut: "fadeOut";
|
|
13622
|
+
fadeInFadeOut: "fadeInFadeOut";
|
|
13623
|
+
}>>;
|
|
13624
|
+
}, z.core.$strip>], "type">;
|
|
13625
|
+
start: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>;
|
|
13626
|
+
length: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>;
|
|
13627
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
13628
|
+
crop: "crop";
|
|
13629
|
+
none: "none";
|
|
13630
|
+
cover: "cover";
|
|
13631
|
+
contain: "contain";
|
|
13632
|
+
}>>;
|
|
13633
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13634
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13635
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13636
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13637
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13638
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13639
|
+
linear: "linear";
|
|
13640
|
+
bezier: "bezier";
|
|
13641
|
+
constant: "constant";
|
|
13642
|
+
}>>;
|
|
13643
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13644
|
+
ease: "ease";
|
|
13645
|
+
easeIn: "easeIn";
|
|
13646
|
+
easeOut: "easeOut";
|
|
13647
|
+
easeInOut: "easeInOut";
|
|
13648
|
+
easeInQuad: "easeInQuad";
|
|
13649
|
+
easeInCubic: "easeInCubic";
|
|
13650
|
+
easeInQuart: "easeInQuart";
|
|
13651
|
+
easeInQuint: "easeInQuint";
|
|
13652
|
+
easeInSine: "easeInSine";
|
|
13653
|
+
easeInExpo: "easeInExpo";
|
|
13654
|
+
easeInCirc: "easeInCirc";
|
|
13655
|
+
easeInBack: "easeInBack";
|
|
13656
|
+
easeOutQuad: "easeOutQuad";
|
|
13657
|
+
easeOutCubic: "easeOutCubic";
|
|
13658
|
+
easeOutQuart: "easeOutQuart";
|
|
13659
|
+
easeOutQuint: "easeOutQuint";
|
|
13660
|
+
easeOutSine: "easeOutSine";
|
|
13661
|
+
easeOutExpo: "easeOutExpo";
|
|
13662
|
+
easeOutCirc: "easeOutCirc";
|
|
13663
|
+
easeOutBack: "easeOutBack";
|
|
13664
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13665
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13666
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13667
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13668
|
+
easeInOutSine: "easeInOutSine";
|
|
13669
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13670
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13671
|
+
easeInOutBack: "easeInOutBack";
|
|
13672
|
+
}>>;
|
|
13673
|
+
}, z.core.$strip>>]>>;
|
|
13674
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13675
|
+
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13676
|
+
position: z.ZodOptional<z.ZodEnum<{
|
|
13677
|
+
top: "top";
|
|
13678
|
+
left: "left";
|
|
13679
|
+
right: "right";
|
|
13680
|
+
bottom: "bottom";
|
|
13681
|
+
topRight: "topRight";
|
|
13682
|
+
bottomRight: "bottomRight";
|
|
13683
|
+
bottomLeft: "bottomLeft";
|
|
13684
|
+
topLeft: "topLeft";
|
|
13685
|
+
center: "center";
|
|
13686
|
+
}>>;
|
|
13687
|
+
offset: z.ZodOptional<z.ZodObject<{
|
|
13688
|
+
x: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13689
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13690
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13691
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13692
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13693
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13694
|
+
linear: "linear";
|
|
13695
|
+
bezier: "bezier";
|
|
13696
|
+
constant: "constant";
|
|
13697
|
+
}>>;
|
|
13698
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13699
|
+
ease: "ease";
|
|
13700
|
+
easeIn: "easeIn";
|
|
13701
|
+
easeOut: "easeOut";
|
|
13702
|
+
easeInOut: "easeInOut";
|
|
13703
|
+
easeInQuad: "easeInQuad";
|
|
13704
|
+
easeInCubic: "easeInCubic";
|
|
13705
|
+
easeInQuart: "easeInQuart";
|
|
13706
|
+
easeInQuint: "easeInQuint";
|
|
13707
|
+
easeInSine: "easeInSine";
|
|
13708
|
+
easeInExpo: "easeInExpo";
|
|
13709
|
+
easeInCirc: "easeInCirc";
|
|
13710
|
+
easeInBack: "easeInBack";
|
|
13711
|
+
easeOutQuad: "easeOutQuad";
|
|
13712
|
+
easeOutCubic: "easeOutCubic";
|
|
13713
|
+
easeOutQuart: "easeOutQuart";
|
|
13714
|
+
easeOutQuint: "easeOutQuint";
|
|
13715
|
+
easeOutSine: "easeOutSine";
|
|
13716
|
+
easeOutExpo: "easeOutExpo";
|
|
13717
|
+
easeOutCirc: "easeOutCirc";
|
|
13718
|
+
easeOutBack: "easeOutBack";
|
|
13719
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13720
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13721
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13722
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13723
|
+
easeInOutSine: "easeInOutSine";
|
|
13724
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13725
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13726
|
+
easeInOutBack: "easeInOutBack";
|
|
13727
|
+
}>>;
|
|
13728
|
+
}, z.core.$strip>>]>>;
|
|
13729
|
+
y: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13730
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13731
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13732
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13733
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13734
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13735
|
+
linear: "linear";
|
|
13736
|
+
bezier: "bezier";
|
|
13737
|
+
constant: "constant";
|
|
13738
|
+
}>>;
|
|
13739
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13740
|
+
ease: "ease";
|
|
13741
|
+
easeIn: "easeIn";
|
|
13742
|
+
easeOut: "easeOut";
|
|
13743
|
+
easeInOut: "easeInOut";
|
|
13744
|
+
easeInQuad: "easeInQuad";
|
|
13745
|
+
easeInCubic: "easeInCubic";
|
|
13746
|
+
easeInQuart: "easeInQuart";
|
|
13747
|
+
easeInQuint: "easeInQuint";
|
|
13748
|
+
easeInSine: "easeInSine";
|
|
13749
|
+
easeInExpo: "easeInExpo";
|
|
13750
|
+
easeInCirc: "easeInCirc";
|
|
13751
|
+
easeInBack: "easeInBack";
|
|
13752
|
+
easeOutQuad: "easeOutQuad";
|
|
13753
|
+
easeOutCubic: "easeOutCubic";
|
|
13754
|
+
easeOutQuart: "easeOutQuart";
|
|
13755
|
+
easeOutQuint: "easeOutQuint";
|
|
13756
|
+
easeOutSine: "easeOutSine";
|
|
13757
|
+
easeOutExpo: "easeOutExpo";
|
|
13758
|
+
easeOutCirc: "easeOutCirc";
|
|
13759
|
+
easeOutBack: "easeOutBack";
|
|
13760
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13761
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13762
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13763
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13764
|
+
easeInOutSine: "easeInOutSine";
|
|
13765
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13766
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13767
|
+
easeInOutBack: "easeInOutBack";
|
|
13768
|
+
}>>;
|
|
13769
|
+
}, z.core.$strip>>]>>;
|
|
13770
|
+
}, z.core.$strip>>;
|
|
13771
|
+
transition: z.ZodOptional<z.ZodObject<{
|
|
13772
|
+
in: z.ZodOptional<z.ZodEnum<{
|
|
13773
|
+
none: "none";
|
|
13774
|
+
fade: "fade";
|
|
13775
|
+
fadeSlow: "fadeSlow";
|
|
13776
|
+
fadeFast: "fadeFast";
|
|
13777
|
+
reveal: "reveal";
|
|
13778
|
+
revealSlow: "revealSlow";
|
|
13779
|
+
revealFast: "revealFast";
|
|
13780
|
+
wipeLeft: "wipeLeft";
|
|
13781
|
+
wipeLeftSlow: "wipeLeftSlow";
|
|
13782
|
+
wipeLeftFast: "wipeLeftFast";
|
|
13783
|
+
wipeRight: "wipeRight";
|
|
13784
|
+
wipeRightSlow: "wipeRightSlow";
|
|
13785
|
+
wipeRightFast: "wipeRightFast";
|
|
13786
|
+
slideLeft: "slideLeft";
|
|
13787
|
+
slideLeftSlow: "slideLeftSlow";
|
|
13788
|
+
slideLeftFast: "slideLeftFast";
|
|
13789
|
+
slideRight: "slideRight";
|
|
13790
|
+
slideRightSlow: "slideRightSlow";
|
|
13791
|
+
slideRightFast: "slideRightFast";
|
|
13792
|
+
slideUp: "slideUp";
|
|
13793
|
+
slideUpSlow: "slideUpSlow";
|
|
13794
|
+
slideUpFast: "slideUpFast";
|
|
13795
|
+
slideDown: "slideDown";
|
|
13796
|
+
slideDownSlow: "slideDownSlow";
|
|
13797
|
+
slideDownFast: "slideDownFast";
|
|
13798
|
+
carouselLeft: "carouselLeft";
|
|
13799
|
+
carouselLeftSlow: "carouselLeftSlow";
|
|
13800
|
+
carouselLeftFast: "carouselLeftFast";
|
|
13801
|
+
carouselRight: "carouselRight";
|
|
13802
|
+
carouselRightSlow: "carouselRightSlow";
|
|
13803
|
+
carouselRightFast: "carouselRightFast";
|
|
13804
|
+
carouselUp: "carouselUp";
|
|
13805
|
+
carouselUpSlow: "carouselUpSlow";
|
|
13806
|
+
carouselUpFast: "carouselUpFast";
|
|
13807
|
+
carouselDown: "carouselDown";
|
|
13808
|
+
carouselDownSlow: "carouselDownSlow";
|
|
13809
|
+
carouselDownFast: "carouselDownFast";
|
|
13810
|
+
shuffleTopRight: "shuffleTopRight";
|
|
13811
|
+
shuffleTopRightSlow: "shuffleTopRightSlow";
|
|
13812
|
+
shuffleTopRightFast: "shuffleTopRightFast";
|
|
13813
|
+
shuffleRightTop: "shuffleRightTop";
|
|
13814
|
+
shuffleRightTopSlow: "shuffleRightTopSlow";
|
|
13815
|
+
shuffleRightTopFast: "shuffleRightTopFast";
|
|
13816
|
+
shuffleRightBottom: "shuffleRightBottom";
|
|
13817
|
+
shuffleRightBottomSlow: "shuffleRightBottomSlow";
|
|
13818
|
+
shuffleRightBottomFast: "shuffleRightBottomFast";
|
|
13819
|
+
shuffleBottomRight: "shuffleBottomRight";
|
|
13820
|
+
shuffleBottomRightSlow: "shuffleBottomRightSlow";
|
|
13821
|
+
shuffleBottomRightFast: "shuffleBottomRightFast";
|
|
13822
|
+
shuffleBottomLeft: "shuffleBottomLeft";
|
|
13823
|
+
shuffleBottomLeftSlow: "shuffleBottomLeftSlow";
|
|
13824
|
+
shuffleBottomLeftFast: "shuffleBottomLeftFast";
|
|
13825
|
+
shuffleLeftBottom: "shuffleLeftBottom";
|
|
13826
|
+
shuffleLeftBottomSlow: "shuffleLeftBottomSlow";
|
|
13827
|
+
shuffleLeftBottomFast: "shuffleLeftBottomFast";
|
|
13828
|
+
shuffleLeftTop: "shuffleLeftTop";
|
|
13829
|
+
shuffleLeftTopSlow: "shuffleLeftTopSlow";
|
|
13830
|
+
shuffleLeftTopFast: "shuffleLeftTopFast";
|
|
13831
|
+
shuffleTopLeft: "shuffleTopLeft";
|
|
13832
|
+
shuffleTopLeftSlow: "shuffleTopLeftSlow";
|
|
13833
|
+
shuffleTopLeftFast: "shuffleTopLeftFast";
|
|
13834
|
+
zoom: "zoom";
|
|
13835
|
+
}>>;
|
|
13836
|
+
out: z.ZodOptional<z.ZodEnum<{
|
|
13837
|
+
none: "none";
|
|
13838
|
+
fade: "fade";
|
|
13839
|
+
fadeSlow: "fadeSlow";
|
|
13840
|
+
fadeFast: "fadeFast";
|
|
13841
|
+
reveal: "reveal";
|
|
13842
|
+
revealSlow: "revealSlow";
|
|
13843
|
+
revealFast: "revealFast";
|
|
13844
|
+
wipeLeft: "wipeLeft";
|
|
13845
|
+
wipeLeftSlow: "wipeLeftSlow";
|
|
13846
|
+
wipeLeftFast: "wipeLeftFast";
|
|
13847
|
+
wipeRight: "wipeRight";
|
|
13848
|
+
wipeRightSlow: "wipeRightSlow";
|
|
13849
|
+
wipeRightFast: "wipeRightFast";
|
|
13850
|
+
slideLeft: "slideLeft";
|
|
13851
|
+
slideLeftSlow: "slideLeftSlow";
|
|
13852
|
+
slideLeftFast: "slideLeftFast";
|
|
13853
|
+
slideRight: "slideRight";
|
|
13854
|
+
slideRightSlow: "slideRightSlow";
|
|
13855
|
+
slideRightFast: "slideRightFast";
|
|
13856
|
+
slideUp: "slideUp";
|
|
13857
|
+
slideUpSlow: "slideUpSlow";
|
|
13858
|
+
slideUpFast: "slideUpFast";
|
|
13859
|
+
slideDown: "slideDown";
|
|
13860
|
+
slideDownSlow: "slideDownSlow";
|
|
13861
|
+
slideDownFast: "slideDownFast";
|
|
13862
|
+
carouselLeft: "carouselLeft";
|
|
13863
|
+
carouselLeftSlow: "carouselLeftSlow";
|
|
13864
|
+
carouselLeftFast: "carouselLeftFast";
|
|
13865
|
+
carouselRight: "carouselRight";
|
|
13866
|
+
carouselRightSlow: "carouselRightSlow";
|
|
13867
|
+
carouselRightFast: "carouselRightFast";
|
|
13868
|
+
carouselUp: "carouselUp";
|
|
13869
|
+
carouselUpSlow: "carouselUpSlow";
|
|
13870
|
+
carouselUpFast: "carouselUpFast";
|
|
13871
|
+
carouselDown: "carouselDown";
|
|
13872
|
+
carouselDownSlow: "carouselDownSlow";
|
|
13873
|
+
carouselDownFast: "carouselDownFast";
|
|
13874
|
+
shuffleTopRight: "shuffleTopRight";
|
|
13875
|
+
shuffleTopRightSlow: "shuffleTopRightSlow";
|
|
13876
|
+
shuffleTopRightFast: "shuffleTopRightFast";
|
|
13877
|
+
shuffleRightTop: "shuffleRightTop";
|
|
13878
|
+
shuffleRightTopSlow: "shuffleRightTopSlow";
|
|
13879
|
+
shuffleRightTopFast: "shuffleRightTopFast";
|
|
13880
|
+
shuffleRightBottom: "shuffleRightBottom";
|
|
13881
|
+
shuffleRightBottomSlow: "shuffleRightBottomSlow";
|
|
13882
|
+
shuffleRightBottomFast: "shuffleRightBottomFast";
|
|
13883
|
+
shuffleBottomRight: "shuffleBottomRight";
|
|
13884
|
+
shuffleBottomRightSlow: "shuffleBottomRightSlow";
|
|
13885
|
+
shuffleBottomRightFast: "shuffleBottomRightFast";
|
|
13886
|
+
shuffleBottomLeft: "shuffleBottomLeft";
|
|
13887
|
+
shuffleBottomLeftSlow: "shuffleBottomLeftSlow";
|
|
13888
|
+
shuffleBottomLeftFast: "shuffleBottomLeftFast";
|
|
13889
|
+
shuffleLeftBottom: "shuffleLeftBottom";
|
|
13890
|
+
shuffleLeftBottomSlow: "shuffleLeftBottomSlow";
|
|
13891
|
+
shuffleLeftBottomFast: "shuffleLeftBottomFast";
|
|
13892
|
+
shuffleLeftTop: "shuffleLeftTop";
|
|
13893
|
+
shuffleLeftTopSlow: "shuffleLeftTopSlow";
|
|
13894
|
+
shuffleLeftTopFast: "shuffleLeftTopFast";
|
|
13895
|
+
shuffleTopLeft: "shuffleTopLeft";
|
|
13896
|
+
shuffleTopLeftSlow: "shuffleTopLeftSlow";
|
|
13897
|
+
shuffleTopLeftFast: "shuffleTopLeftFast";
|
|
13898
|
+
zoom: "zoom";
|
|
13899
|
+
}>>;
|
|
13900
|
+
}, z.core.$strip>>;
|
|
13901
|
+
effect: z.ZodOptional<z.ZodEnum<{
|
|
13902
|
+
slideLeft: "slideLeft";
|
|
13903
|
+
slideLeftSlow: "slideLeftSlow";
|
|
13904
|
+
slideLeftFast: "slideLeftFast";
|
|
13905
|
+
slideRight: "slideRight";
|
|
13906
|
+
slideRightSlow: "slideRightSlow";
|
|
13907
|
+
slideRightFast: "slideRightFast";
|
|
13908
|
+
slideUp: "slideUp";
|
|
13909
|
+
slideUpSlow: "slideUpSlow";
|
|
13910
|
+
slideUpFast: "slideUpFast";
|
|
13911
|
+
slideDown: "slideDown";
|
|
13912
|
+
slideDownSlow: "slideDownSlow";
|
|
13913
|
+
slideDownFast: "slideDownFast";
|
|
13914
|
+
zoomIn: "zoomIn";
|
|
13915
|
+
zoomInSlow: "zoomInSlow";
|
|
13916
|
+
zoomInFast: "zoomInFast";
|
|
13917
|
+
zoomOut: "zoomOut";
|
|
13918
|
+
zoomOutSlow: "zoomOutSlow";
|
|
13919
|
+
zoomOutFast: "zoomOutFast";
|
|
13920
|
+
}>>;
|
|
13921
|
+
filter: z.ZodOptional<z.ZodEnum<{
|
|
13922
|
+
blur: "blur";
|
|
13923
|
+
none: "none";
|
|
13924
|
+
boost: "boost";
|
|
13925
|
+
contrast: "contrast";
|
|
13926
|
+
darken: "darken";
|
|
13927
|
+
greyscale: "greyscale";
|
|
13928
|
+
lighten: "lighten";
|
|
13929
|
+
muted: "muted";
|
|
13930
|
+
negative: "negative";
|
|
13931
|
+
}>>;
|
|
13932
|
+
opacity: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13933
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13934
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13935
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13936
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13937
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13938
|
+
linear: "linear";
|
|
13939
|
+
bezier: "bezier";
|
|
13940
|
+
constant: "constant";
|
|
13941
|
+
}>>;
|
|
13942
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13943
|
+
ease: "ease";
|
|
13944
|
+
easeIn: "easeIn";
|
|
13945
|
+
easeOut: "easeOut";
|
|
13946
|
+
easeInOut: "easeInOut";
|
|
13947
|
+
easeInQuad: "easeInQuad";
|
|
13948
|
+
easeInCubic: "easeInCubic";
|
|
13949
|
+
easeInQuart: "easeInQuart";
|
|
13950
|
+
easeInQuint: "easeInQuint";
|
|
13951
|
+
easeInSine: "easeInSine";
|
|
13952
|
+
easeInExpo: "easeInExpo";
|
|
13953
|
+
easeInCirc: "easeInCirc";
|
|
13954
|
+
easeInBack: "easeInBack";
|
|
13955
|
+
easeOutQuad: "easeOutQuad";
|
|
13956
|
+
easeOutCubic: "easeOutCubic";
|
|
13957
|
+
easeOutQuart: "easeOutQuart";
|
|
13958
|
+
easeOutQuint: "easeOutQuint";
|
|
13959
|
+
easeOutSine: "easeOutSine";
|
|
13960
|
+
easeOutExpo: "easeOutExpo";
|
|
13961
|
+
easeOutCirc: "easeOutCirc";
|
|
13962
|
+
easeOutBack: "easeOutBack";
|
|
13963
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13964
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13965
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13966
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13967
|
+
easeInOutSine: "easeInOutSine";
|
|
13968
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13969
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13970
|
+
easeInOutBack: "easeInOutBack";
|
|
13971
|
+
}>>;
|
|
13972
|
+
}, z.core.$strip>>]>>;
|
|
13973
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
13974
|
+
rotate: z.ZodOptional<z.ZodObject<{
|
|
13975
|
+
angle: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
13976
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13977
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13978
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13979
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
13980
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13981
|
+
linear: "linear";
|
|
13982
|
+
bezier: "bezier";
|
|
13983
|
+
constant: "constant";
|
|
13984
|
+
}>>;
|
|
13985
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13986
|
+
ease: "ease";
|
|
13987
|
+
easeIn: "easeIn";
|
|
13988
|
+
easeOut: "easeOut";
|
|
13989
|
+
easeInOut: "easeInOut";
|
|
13990
|
+
easeInQuad: "easeInQuad";
|
|
13991
|
+
easeInCubic: "easeInCubic";
|
|
13992
|
+
easeInQuart: "easeInQuart";
|
|
13993
|
+
easeInQuint: "easeInQuint";
|
|
13994
|
+
easeInSine: "easeInSine";
|
|
13995
|
+
easeInExpo: "easeInExpo";
|
|
13996
|
+
easeInCirc: "easeInCirc";
|
|
13997
|
+
easeInBack: "easeInBack";
|
|
13998
|
+
easeOutQuad: "easeOutQuad";
|
|
13999
|
+
easeOutCubic: "easeOutCubic";
|
|
14000
|
+
easeOutQuart: "easeOutQuart";
|
|
14001
|
+
easeOutQuint: "easeOutQuint";
|
|
14002
|
+
easeOutSine: "easeOutSine";
|
|
14003
|
+
easeOutExpo: "easeOutExpo";
|
|
14004
|
+
easeOutCirc: "easeOutCirc";
|
|
14005
|
+
easeOutBack: "easeOutBack";
|
|
14006
|
+
easeInOutQuad: "easeInOutQuad";
|
|
14007
|
+
easeInOutCubic: "easeInOutCubic";
|
|
14008
|
+
easeInOutQuart: "easeInOutQuart";
|
|
14009
|
+
easeInOutQuint: "easeInOutQuint";
|
|
14010
|
+
easeInOutSine: "easeInOutSine";
|
|
14011
|
+
easeInOutExpo: "easeInOutExpo";
|
|
14012
|
+
easeInOutCirc: "easeInOutCirc";
|
|
14013
|
+
easeInOutBack: "easeInOutBack";
|
|
14014
|
+
}>>;
|
|
14015
|
+
}, z.core.$strip>>]>>;
|
|
14016
|
+
}, z.core.$strip>>;
|
|
14017
|
+
skew: z.ZodOptional<z.ZodObject<{
|
|
14018
|
+
x: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14019
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
14020
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
14021
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14022
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14023
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14024
|
+
linear: "linear";
|
|
14025
|
+
bezier: "bezier";
|
|
14026
|
+
constant: "constant";
|
|
14027
|
+
}>>;
|
|
14028
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
14029
|
+
ease: "ease";
|
|
14030
|
+
easeIn: "easeIn";
|
|
14031
|
+
easeOut: "easeOut";
|
|
14032
|
+
easeInOut: "easeInOut";
|
|
14033
|
+
easeInQuad: "easeInQuad";
|
|
14034
|
+
easeInCubic: "easeInCubic";
|
|
14035
|
+
easeInQuart: "easeInQuart";
|
|
14036
|
+
easeInQuint: "easeInQuint";
|
|
14037
|
+
easeInSine: "easeInSine";
|
|
14038
|
+
easeInExpo: "easeInExpo";
|
|
14039
|
+
easeInCirc: "easeInCirc";
|
|
14040
|
+
easeInBack: "easeInBack";
|
|
14041
|
+
easeOutQuad: "easeOutQuad";
|
|
14042
|
+
easeOutCubic: "easeOutCubic";
|
|
14043
|
+
easeOutQuart: "easeOutQuart";
|
|
14044
|
+
easeOutQuint: "easeOutQuint";
|
|
14045
|
+
easeOutSine: "easeOutSine";
|
|
14046
|
+
easeOutExpo: "easeOutExpo";
|
|
14047
|
+
easeOutCirc: "easeOutCirc";
|
|
14048
|
+
easeOutBack: "easeOutBack";
|
|
14049
|
+
easeInOutQuad: "easeInOutQuad";
|
|
14050
|
+
easeInOutCubic: "easeInOutCubic";
|
|
14051
|
+
easeInOutQuart: "easeInOutQuart";
|
|
14052
|
+
easeInOutQuint: "easeInOutQuint";
|
|
14053
|
+
easeInOutSine: "easeInOutSine";
|
|
14054
|
+
easeInOutExpo: "easeInOutExpo";
|
|
14055
|
+
easeInOutCirc: "easeInOutCirc";
|
|
14056
|
+
easeInOutBack: "easeInOutBack";
|
|
14057
|
+
}>>;
|
|
14058
|
+
}, z.core.$strip>>]>>;
|
|
14059
|
+
y: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>, z.ZodArray<z.ZodObject<{
|
|
14060
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
14061
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
14062
|
+
start: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14063
|
+
length: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>;
|
|
14064
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14065
|
+
linear: "linear";
|
|
14066
|
+
bezier: "bezier";
|
|
14067
|
+
constant: "constant";
|
|
14068
|
+
}>>;
|
|
14069
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
14070
|
+
ease: "ease";
|
|
14071
|
+
easeIn: "easeIn";
|
|
14072
|
+
easeOut: "easeOut";
|
|
14073
|
+
easeInOut: "easeInOut";
|
|
14074
|
+
easeInQuad: "easeInQuad";
|
|
14075
|
+
easeInCubic: "easeInCubic";
|
|
14076
|
+
easeInQuart: "easeInQuart";
|
|
14077
|
+
easeInQuint: "easeInQuint";
|
|
14078
|
+
easeInSine: "easeInSine";
|
|
14079
|
+
easeInExpo: "easeInExpo";
|
|
14080
|
+
easeInCirc: "easeInCirc";
|
|
14081
|
+
easeInBack: "easeInBack";
|
|
14082
|
+
easeOutQuad: "easeOutQuad";
|
|
14083
|
+
easeOutCubic: "easeOutCubic";
|
|
14084
|
+
easeOutQuart: "easeOutQuart";
|
|
14085
|
+
easeOutQuint: "easeOutQuint";
|
|
14086
|
+
easeOutSine: "easeOutSine";
|
|
14087
|
+
easeOutExpo: "easeOutExpo";
|
|
14088
|
+
easeOutCirc: "easeOutCirc";
|
|
14089
|
+
easeOutBack: "easeOutBack";
|
|
14090
|
+
easeInOutQuad: "easeInOutQuad";
|
|
14091
|
+
easeInOutCubic: "easeInOutCubic";
|
|
14092
|
+
easeInOutQuart: "easeInOutQuart";
|
|
14093
|
+
easeInOutQuint: "easeInOutQuint";
|
|
14094
|
+
easeInOutSine: "easeInOutSine";
|
|
14095
|
+
easeInOutExpo: "easeInOutExpo";
|
|
14096
|
+
easeInOutCirc: "easeInOutCirc";
|
|
14097
|
+
easeInOutBack: "easeInOutBack";
|
|
14098
|
+
}>>;
|
|
14099
|
+
}, z.core.$strip>>]>>;
|
|
14100
|
+
}, z.core.$strip>>;
|
|
14101
|
+
flip: z.ZodOptional<z.ZodObject<{
|
|
14102
|
+
horizontal: z.ZodOptional<z.ZodBoolean>;
|
|
14103
|
+
vertical: z.ZodOptional<z.ZodBoolean>;
|
|
14104
|
+
}, z.core.$strip>>;
|
|
14105
|
+
}, z.core.$strip>>;
|
|
14106
|
+
alias: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
14107
|
+
}, z.core.$strip>;
|
|
15938
14108
|
/**
|
|
15939
14109
|
* A track contains an array of clips. Tracks are layered on top of each other in the order in the array. The top most track will render on top of those below it.
|
|
15940
14110
|
*/
|