@cntrl-site/sdk 1.25.9 → 1.25.10
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/lib/Rect/Rect.js +5 -3
- package/lib/schemas/article/FillLayer.schema.d.ts +0 -15
- package/lib/schemas/article/FillLayer.schema.js +3 -8
- package/lib/schemas/article/ItemState.schema.d.ts +0 -210
- package/lib/schemas/keyframe/Keyframes.schema.d.ts +0 -100
- package/lib/types/article/Item.d.ts +0 -5
- package/package.json +1 -1
|
@@ -175,17 +175,14 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
175
175
|
id: z.ZodString;
|
|
176
176
|
type: z.ZodLiteral<"solid">;
|
|
177
177
|
value: z.ZodString;
|
|
178
|
-
blendMode: z.ZodString;
|
|
179
178
|
}, "strip", z.ZodTypeAny, {
|
|
180
179
|
id: string;
|
|
181
180
|
value: string;
|
|
182
181
|
type: "solid";
|
|
183
|
-
blendMode: string;
|
|
184
182
|
}, {
|
|
185
183
|
id: string;
|
|
186
184
|
value: string;
|
|
187
185
|
type: "solid";
|
|
188
|
-
blendMode: string;
|
|
189
186
|
}>, z.ZodObject<{
|
|
190
187
|
id: z.ZodString;
|
|
191
188
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -205,11 +202,9 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
205
202
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
206
203
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
207
204
|
angle: z.ZodNumber;
|
|
208
|
-
blendMode: z.ZodString;
|
|
209
205
|
}, "strip", z.ZodTypeAny, {
|
|
210
206
|
id: string;
|
|
211
207
|
type: "linear-gradient";
|
|
212
|
-
blendMode: string;
|
|
213
208
|
colors: {
|
|
214
209
|
position: number;
|
|
215
210
|
id: string;
|
|
@@ -221,7 +216,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
221
216
|
}, {
|
|
222
217
|
id: string;
|
|
223
218
|
type: "linear-gradient";
|
|
224
|
-
blendMode: string;
|
|
225
219
|
colors: {
|
|
226
220
|
position: number;
|
|
227
221
|
id: string;
|
|
@@ -249,12 +243,10 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
249
243
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
250
244
|
diameter: z.ZodNumber;
|
|
251
245
|
angle: z.ZodNumber;
|
|
252
|
-
blendMode: z.ZodString;
|
|
253
246
|
}, "strip", z.ZodTypeAny, {
|
|
254
247
|
center: [number, number];
|
|
255
248
|
id: string;
|
|
256
249
|
type: "radial-gradient";
|
|
257
|
-
blendMode: string;
|
|
258
250
|
colors: {
|
|
259
251
|
position: number;
|
|
260
252
|
id: string;
|
|
@@ -266,7 +258,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
266
258
|
center: [number, number];
|
|
267
259
|
id: string;
|
|
268
260
|
type: "radial-gradient";
|
|
269
|
-
blendMode: string;
|
|
270
261
|
colors: {
|
|
271
262
|
position: number;
|
|
272
263
|
id: string;
|
|
@@ -292,12 +283,10 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
292
283
|
}>, "many">;
|
|
293
284
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
294
285
|
angle: z.ZodNumber;
|
|
295
|
-
blendMode: z.ZodString;
|
|
296
286
|
}, "strip", z.ZodTypeAny, {
|
|
297
287
|
center: [number, number];
|
|
298
288
|
id: string;
|
|
299
289
|
type: "conic-gradient";
|
|
300
|
-
blendMode: string;
|
|
301
290
|
colors: {
|
|
302
291
|
position: number;
|
|
303
292
|
id: string;
|
|
@@ -308,7 +297,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
308
297
|
center: [number, number];
|
|
309
298
|
id: string;
|
|
310
299
|
type: "conic-gradient";
|
|
311
|
-
blendMode: string;
|
|
312
300
|
colors: {
|
|
313
301
|
position: number;
|
|
314
302
|
id: string;
|
|
@@ -322,13 +310,11 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
322
310
|
behavior: z.ZodString;
|
|
323
311
|
backgroundSize: z.ZodNumber;
|
|
324
312
|
opacity: z.ZodNumber;
|
|
325
|
-
blendMode: z.ZodString;
|
|
326
313
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
327
314
|
}, "strip", z.ZodTypeAny, {
|
|
328
315
|
opacity: number;
|
|
329
316
|
id: string;
|
|
330
317
|
type: "image";
|
|
331
|
-
blendMode: string;
|
|
332
318
|
src: string;
|
|
333
319
|
behavior: string;
|
|
334
320
|
backgroundSize: number;
|
|
@@ -337,7 +323,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
337
323
|
opacity: number;
|
|
338
324
|
id: string;
|
|
339
325
|
type: "image";
|
|
340
|
-
blendMode: string;
|
|
341
326
|
src: string;
|
|
342
327
|
behavior: string;
|
|
343
328
|
backgroundSize: number;
|
|
@@ -350,11 +335,9 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
350
335
|
id: string;
|
|
351
336
|
value: string;
|
|
352
337
|
type: "solid";
|
|
353
|
-
blendMode: string;
|
|
354
338
|
} | {
|
|
355
339
|
id: string;
|
|
356
340
|
type: "linear-gradient";
|
|
357
|
-
blendMode: string;
|
|
358
341
|
colors: {
|
|
359
342
|
position: number;
|
|
360
343
|
id: string;
|
|
@@ -367,7 +350,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
367
350
|
center: [number, number];
|
|
368
351
|
id: string;
|
|
369
352
|
type: "radial-gradient";
|
|
370
|
-
blendMode: string;
|
|
371
353
|
colors: {
|
|
372
354
|
position: number;
|
|
373
355
|
id: string;
|
|
@@ -379,7 +361,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
379
361
|
center: [number, number];
|
|
380
362
|
id: string;
|
|
381
363
|
type: "conic-gradient";
|
|
382
|
-
blendMode: string;
|
|
383
364
|
colors: {
|
|
384
365
|
position: number;
|
|
385
366
|
id: string;
|
|
@@ -390,7 +371,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
390
371
|
opacity: number;
|
|
391
372
|
id: string;
|
|
392
373
|
type: "image";
|
|
393
|
-
blendMode: string;
|
|
394
374
|
src: string;
|
|
395
375
|
behavior: string;
|
|
396
376
|
backgroundSize: number;
|
|
@@ -406,11 +386,9 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
406
386
|
id: string;
|
|
407
387
|
value: string;
|
|
408
388
|
type: "solid";
|
|
409
|
-
blendMode: string;
|
|
410
389
|
} | {
|
|
411
390
|
id: string;
|
|
412
391
|
type: "linear-gradient";
|
|
413
|
-
blendMode: string;
|
|
414
392
|
colors: {
|
|
415
393
|
position: number;
|
|
416
394
|
id: string;
|
|
@@ -423,7 +401,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
423
401
|
center: [number, number];
|
|
424
402
|
id: string;
|
|
425
403
|
type: "radial-gradient";
|
|
426
|
-
blendMode: string;
|
|
427
404
|
colors: {
|
|
428
405
|
position: number;
|
|
429
406
|
id: string;
|
|
@@ -435,7 +412,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
435
412
|
center: [number, number];
|
|
436
413
|
id: string;
|
|
437
414
|
type: "conic-gradient";
|
|
438
|
-
blendMode: string;
|
|
439
415
|
colors: {
|
|
440
416
|
position: number;
|
|
441
417
|
id: string;
|
|
@@ -446,7 +422,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
446
422
|
opacity: number;
|
|
447
423
|
id: string;
|
|
448
424
|
type: "image";
|
|
449
|
-
blendMode: string;
|
|
450
425
|
src: string;
|
|
451
426
|
behavior: string;
|
|
452
427
|
backgroundSize: number;
|
|
@@ -703,17 +678,14 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
703
678
|
id: z.ZodString;
|
|
704
679
|
type: z.ZodLiteral<"solid">;
|
|
705
680
|
value: z.ZodString;
|
|
706
|
-
blendMode: z.ZodString;
|
|
707
681
|
}, "strip", z.ZodTypeAny, {
|
|
708
682
|
id: string;
|
|
709
683
|
value: string;
|
|
710
684
|
type: "solid";
|
|
711
|
-
blendMode: string;
|
|
712
685
|
}, {
|
|
713
686
|
id: string;
|
|
714
687
|
value: string;
|
|
715
688
|
type: "solid";
|
|
716
|
-
blendMode: string;
|
|
717
689
|
}>, z.ZodObject<{
|
|
718
690
|
id: z.ZodString;
|
|
719
691
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -733,11 +705,9 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
733
705
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
734
706
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
735
707
|
angle: z.ZodNumber;
|
|
736
|
-
blendMode: z.ZodString;
|
|
737
708
|
}, "strip", z.ZodTypeAny, {
|
|
738
709
|
id: string;
|
|
739
710
|
type: "linear-gradient";
|
|
740
|
-
blendMode: string;
|
|
741
711
|
colors: {
|
|
742
712
|
position: number;
|
|
743
713
|
id: string;
|
|
@@ -749,7 +719,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
749
719
|
}, {
|
|
750
720
|
id: string;
|
|
751
721
|
type: "linear-gradient";
|
|
752
|
-
blendMode: string;
|
|
753
722
|
colors: {
|
|
754
723
|
position: number;
|
|
755
724
|
id: string;
|
|
@@ -777,12 +746,10 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
777
746
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
778
747
|
diameter: z.ZodNumber;
|
|
779
748
|
angle: z.ZodNumber;
|
|
780
|
-
blendMode: z.ZodString;
|
|
781
749
|
}, "strip", z.ZodTypeAny, {
|
|
782
750
|
center: [number, number];
|
|
783
751
|
id: string;
|
|
784
752
|
type: "radial-gradient";
|
|
785
|
-
blendMode: string;
|
|
786
753
|
colors: {
|
|
787
754
|
position: number;
|
|
788
755
|
id: string;
|
|
@@ -794,7 +761,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
794
761
|
center: [number, number];
|
|
795
762
|
id: string;
|
|
796
763
|
type: "radial-gradient";
|
|
797
|
-
blendMode: string;
|
|
798
764
|
colors: {
|
|
799
765
|
position: number;
|
|
800
766
|
id: string;
|
|
@@ -820,12 +786,10 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
820
786
|
}>, "many">;
|
|
821
787
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
822
788
|
angle: z.ZodNumber;
|
|
823
|
-
blendMode: z.ZodString;
|
|
824
789
|
}, "strip", z.ZodTypeAny, {
|
|
825
790
|
center: [number, number];
|
|
826
791
|
id: string;
|
|
827
792
|
type: "conic-gradient";
|
|
828
|
-
blendMode: string;
|
|
829
793
|
colors: {
|
|
830
794
|
position: number;
|
|
831
795
|
id: string;
|
|
@@ -836,7 +800,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
836
800
|
center: [number, number];
|
|
837
801
|
id: string;
|
|
838
802
|
type: "conic-gradient";
|
|
839
|
-
blendMode: string;
|
|
840
803
|
colors: {
|
|
841
804
|
position: number;
|
|
842
805
|
id: string;
|
|
@@ -850,13 +813,11 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
850
813
|
behavior: z.ZodString;
|
|
851
814
|
backgroundSize: z.ZodNumber;
|
|
852
815
|
opacity: z.ZodNumber;
|
|
853
|
-
blendMode: z.ZodString;
|
|
854
816
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
855
817
|
}, "strip", z.ZodTypeAny, {
|
|
856
818
|
opacity: number;
|
|
857
819
|
id: string;
|
|
858
820
|
type: "image";
|
|
859
|
-
blendMode: string;
|
|
860
821
|
src: string;
|
|
861
822
|
behavior: string;
|
|
862
823
|
backgroundSize: number;
|
|
@@ -865,7 +826,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
865
826
|
opacity: number;
|
|
866
827
|
id: string;
|
|
867
828
|
type: "image";
|
|
868
|
-
blendMode: string;
|
|
869
829
|
src: string;
|
|
870
830
|
behavior: string;
|
|
871
831
|
backgroundSize: number;
|
|
@@ -878,11 +838,9 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
878
838
|
id: string;
|
|
879
839
|
value: string;
|
|
880
840
|
type: "solid";
|
|
881
|
-
blendMode: string;
|
|
882
841
|
} | {
|
|
883
842
|
id: string;
|
|
884
843
|
type: "linear-gradient";
|
|
885
|
-
blendMode: string;
|
|
886
844
|
colors: {
|
|
887
845
|
position: number;
|
|
888
846
|
id: string;
|
|
@@ -895,7 +853,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
895
853
|
center: [number, number];
|
|
896
854
|
id: string;
|
|
897
855
|
type: "radial-gradient";
|
|
898
|
-
blendMode: string;
|
|
899
856
|
colors: {
|
|
900
857
|
position: number;
|
|
901
858
|
id: string;
|
|
@@ -907,7 +864,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
907
864
|
center: [number, number];
|
|
908
865
|
id: string;
|
|
909
866
|
type: "conic-gradient";
|
|
910
|
-
blendMode: string;
|
|
911
867
|
colors: {
|
|
912
868
|
position: number;
|
|
913
869
|
id: string;
|
|
@@ -918,7 +874,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
918
874
|
opacity: number;
|
|
919
875
|
id: string;
|
|
920
876
|
type: "image";
|
|
921
|
-
blendMode: string;
|
|
922
877
|
src: string;
|
|
923
878
|
behavior: string;
|
|
924
879
|
backgroundSize: number;
|
|
@@ -934,11 +889,9 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
934
889
|
id: string;
|
|
935
890
|
value: string;
|
|
936
891
|
type: "solid";
|
|
937
|
-
blendMode: string;
|
|
938
892
|
} | {
|
|
939
893
|
id: string;
|
|
940
894
|
type: "linear-gradient";
|
|
941
|
-
blendMode: string;
|
|
942
895
|
colors: {
|
|
943
896
|
position: number;
|
|
944
897
|
id: string;
|
|
@@ -951,7 +904,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
951
904
|
center: [number, number];
|
|
952
905
|
id: string;
|
|
953
906
|
type: "radial-gradient";
|
|
954
|
-
blendMode: string;
|
|
955
907
|
colors: {
|
|
956
908
|
position: number;
|
|
957
909
|
id: string;
|
|
@@ -963,7 +915,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
963
915
|
center: [number, number];
|
|
964
916
|
id: string;
|
|
965
917
|
type: "conic-gradient";
|
|
966
|
-
blendMode: string;
|
|
967
918
|
colors: {
|
|
968
919
|
position: number;
|
|
969
920
|
id: string;
|
|
@@ -974,7 +925,6 @@ export declare const KeyframeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
974
925
|
opacity: number;
|
|
975
926
|
id: string;
|
|
976
927
|
type: "image";
|
|
977
|
-
blendMode: string;
|
|
978
928
|
src: string;
|
|
979
929
|
behavior: string;
|
|
980
930
|
backgroundSize: number;
|
|
@@ -1159,17 +1109,14 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1159
1109
|
id: z.ZodString;
|
|
1160
1110
|
type: z.ZodLiteral<"solid">;
|
|
1161
1111
|
value: z.ZodString;
|
|
1162
|
-
blendMode: z.ZodString;
|
|
1163
1112
|
}, "strip", z.ZodTypeAny, {
|
|
1164
1113
|
id: string;
|
|
1165
1114
|
value: string;
|
|
1166
1115
|
type: "solid";
|
|
1167
|
-
blendMode: string;
|
|
1168
1116
|
}, {
|
|
1169
1117
|
id: string;
|
|
1170
1118
|
value: string;
|
|
1171
1119
|
type: "solid";
|
|
1172
|
-
blendMode: string;
|
|
1173
1120
|
}>, z.ZodObject<{
|
|
1174
1121
|
id: z.ZodString;
|
|
1175
1122
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -1189,11 +1136,9 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1189
1136
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1190
1137
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1191
1138
|
angle: z.ZodNumber;
|
|
1192
|
-
blendMode: z.ZodString;
|
|
1193
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1194
1140
|
id: string;
|
|
1195
1141
|
type: "linear-gradient";
|
|
1196
|
-
blendMode: string;
|
|
1197
1142
|
colors: {
|
|
1198
1143
|
position: number;
|
|
1199
1144
|
id: string;
|
|
@@ -1205,7 +1150,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1205
1150
|
}, {
|
|
1206
1151
|
id: string;
|
|
1207
1152
|
type: "linear-gradient";
|
|
1208
|
-
blendMode: string;
|
|
1209
1153
|
colors: {
|
|
1210
1154
|
position: number;
|
|
1211
1155
|
id: string;
|
|
@@ -1233,12 +1177,10 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1233
1177
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1234
1178
|
diameter: z.ZodNumber;
|
|
1235
1179
|
angle: z.ZodNumber;
|
|
1236
|
-
blendMode: z.ZodString;
|
|
1237
1180
|
}, "strip", z.ZodTypeAny, {
|
|
1238
1181
|
center: [number, number];
|
|
1239
1182
|
id: string;
|
|
1240
1183
|
type: "radial-gradient";
|
|
1241
|
-
blendMode: string;
|
|
1242
1184
|
colors: {
|
|
1243
1185
|
position: number;
|
|
1244
1186
|
id: string;
|
|
@@ -1250,7 +1192,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1250
1192
|
center: [number, number];
|
|
1251
1193
|
id: string;
|
|
1252
1194
|
type: "radial-gradient";
|
|
1253
|
-
blendMode: string;
|
|
1254
1195
|
colors: {
|
|
1255
1196
|
position: number;
|
|
1256
1197
|
id: string;
|
|
@@ -1276,12 +1217,10 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1276
1217
|
}>, "many">;
|
|
1277
1218
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1278
1219
|
angle: z.ZodNumber;
|
|
1279
|
-
blendMode: z.ZodString;
|
|
1280
1220
|
}, "strip", z.ZodTypeAny, {
|
|
1281
1221
|
center: [number, number];
|
|
1282
1222
|
id: string;
|
|
1283
1223
|
type: "conic-gradient";
|
|
1284
|
-
blendMode: string;
|
|
1285
1224
|
colors: {
|
|
1286
1225
|
position: number;
|
|
1287
1226
|
id: string;
|
|
@@ -1292,7 +1231,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1292
1231
|
center: [number, number];
|
|
1293
1232
|
id: string;
|
|
1294
1233
|
type: "conic-gradient";
|
|
1295
|
-
blendMode: string;
|
|
1296
1234
|
colors: {
|
|
1297
1235
|
position: number;
|
|
1298
1236
|
id: string;
|
|
@@ -1306,13 +1244,11 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1306
1244
|
behavior: z.ZodString;
|
|
1307
1245
|
backgroundSize: z.ZodNumber;
|
|
1308
1246
|
opacity: z.ZodNumber;
|
|
1309
|
-
blendMode: z.ZodString;
|
|
1310
1247
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
1311
1248
|
}, "strip", z.ZodTypeAny, {
|
|
1312
1249
|
opacity: number;
|
|
1313
1250
|
id: string;
|
|
1314
1251
|
type: "image";
|
|
1315
|
-
blendMode: string;
|
|
1316
1252
|
src: string;
|
|
1317
1253
|
behavior: string;
|
|
1318
1254
|
backgroundSize: number;
|
|
@@ -1321,7 +1257,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1321
1257
|
opacity: number;
|
|
1322
1258
|
id: string;
|
|
1323
1259
|
type: "image";
|
|
1324
|
-
blendMode: string;
|
|
1325
1260
|
src: string;
|
|
1326
1261
|
behavior: string;
|
|
1327
1262
|
backgroundSize: number;
|
|
@@ -1334,11 +1269,9 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1334
1269
|
id: string;
|
|
1335
1270
|
value: string;
|
|
1336
1271
|
type: "solid";
|
|
1337
|
-
blendMode: string;
|
|
1338
1272
|
} | {
|
|
1339
1273
|
id: string;
|
|
1340
1274
|
type: "linear-gradient";
|
|
1341
|
-
blendMode: string;
|
|
1342
1275
|
colors: {
|
|
1343
1276
|
position: number;
|
|
1344
1277
|
id: string;
|
|
@@ -1351,7 +1284,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1351
1284
|
center: [number, number];
|
|
1352
1285
|
id: string;
|
|
1353
1286
|
type: "radial-gradient";
|
|
1354
|
-
blendMode: string;
|
|
1355
1287
|
colors: {
|
|
1356
1288
|
position: number;
|
|
1357
1289
|
id: string;
|
|
@@ -1363,7 +1295,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1363
1295
|
center: [number, number];
|
|
1364
1296
|
id: string;
|
|
1365
1297
|
type: "conic-gradient";
|
|
1366
|
-
blendMode: string;
|
|
1367
1298
|
colors: {
|
|
1368
1299
|
position: number;
|
|
1369
1300
|
id: string;
|
|
@@ -1374,7 +1305,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1374
1305
|
opacity: number;
|
|
1375
1306
|
id: string;
|
|
1376
1307
|
type: "image";
|
|
1377
|
-
blendMode: string;
|
|
1378
1308
|
src: string;
|
|
1379
1309
|
behavior: string;
|
|
1380
1310
|
backgroundSize: number;
|
|
@@ -1390,11 +1320,9 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1390
1320
|
id: string;
|
|
1391
1321
|
value: string;
|
|
1392
1322
|
type: "solid";
|
|
1393
|
-
blendMode: string;
|
|
1394
1323
|
} | {
|
|
1395
1324
|
id: string;
|
|
1396
1325
|
type: "linear-gradient";
|
|
1397
|
-
blendMode: string;
|
|
1398
1326
|
colors: {
|
|
1399
1327
|
position: number;
|
|
1400
1328
|
id: string;
|
|
@@ -1407,7 +1335,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1407
1335
|
center: [number, number];
|
|
1408
1336
|
id: string;
|
|
1409
1337
|
type: "radial-gradient";
|
|
1410
|
-
blendMode: string;
|
|
1411
1338
|
colors: {
|
|
1412
1339
|
position: number;
|
|
1413
1340
|
id: string;
|
|
@@ -1419,7 +1346,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1419
1346
|
center: [number, number];
|
|
1420
1347
|
id: string;
|
|
1421
1348
|
type: "conic-gradient";
|
|
1422
|
-
blendMode: string;
|
|
1423
1349
|
colors: {
|
|
1424
1350
|
position: number;
|
|
1425
1351
|
id: string;
|
|
@@ -1430,7 +1356,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1430
1356
|
opacity: number;
|
|
1431
1357
|
id: string;
|
|
1432
1358
|
type: "image";
|
|
1433
|
-
blendMode: string;
|
|
1434
1359
|
src: string;
|
|
1435
1360
|
behavior: string;
|
|
1436
1361
|
backgroundSize: number;
|
|
@@ -1687,17 +1612,14 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1687
1612
|
id: z.ZodString;
|
|
1688
1613
|
type: z.ZodLiteral<"solid">;
|
|
1689
1614
|
value: z.ZodString;
|
|
1690
|
-
blendMode: z.ZodString;
|
|
1691
1615
|
}, "strip", z.ZodTypeAny, {
|
|
1692
1616
|
id: string;
|
|
1693
1617
|
value: string;
|
|
1694
1618
|
type: "solid";
|
|
1695
|
-
blendMode: string;
|
|
1696
1619
|
}, {
|
|
1697
1620
|
id: string;
|
|
1698
1621
|
value: string;
|
|
1699
1622
|
type: "solid";
|
|
1700
|
-
blendMode: string;
|
|
1701
1623
|
}>, z.ZodObject<{
|
|
1702
1624
|
id: z.ZodString;
|
|
1703
1625
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -1717,11 +1639,9 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1717
1639
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1718
1640
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1719
1641
|
angle: z.ZodNumber;
|
|
1720
|
-
blendMode: z.ZodString;
|
|
1721
1642
|
}, "strip", z.ZodTypeAny, {
|
|
1722
1643
|
id: string;
|
|
1723
1644
|
type: "linear-gradient";
|
|
1724
|
-
blendMode: string;
|
|
1725
1645
|
colors: {
|
|
1726
1646
|
position: number;
|
|
1727
1647
|
id: string;
|
|
@@ -1733,7 +1653,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1733
1653
|
}, {
|
|
1734
1654
|
id: string;
|
|
1735
1655
|
type: "linear-gradient";
|
|
1736
|
-
blendMode: string;
|
|
1737
1656
|
colors: {
|
|
1738
1657
|
position: number;
|
|
1739
1658
|
id: string;
|
|
@@ -1761,12 +1680,10 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1761
1680
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1762
1681
|
diameter: z.ZodNumber;
|
|
1763
1682
|
angle: z.ZodNumber;
|
|
1764
|
-
blendMode: z.ZodString;
|
|
1765
1683
|
}, "strip", z.ZodTypeAny, {
|
|
1766
1684
|
center: [number, number];
|
|
1767
1685
|
id: string;
|
|
1768
1686
|
type: "radial-gradient";
|
|
1769
|
-
blendMode: string;
|
|
1770
1687
|
colors: {
|
|
1771
1688
|
position: number;
|
|
1772
1689
|
id: string;
|
|
@@ -1778,7 +1695,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1778
1695
|
center: [number, number];
|
|
1779
1696
|
id: string;
|
|
1780
1697
|
type: "radial-gradient";
|
|
1781
|
-
blendMode: string;
|
|
1782
1698
|
colors: {
|
|
1783
1699
|
position: number;
|
|
1784
1700
|
id: string;
|
|
@@ -1804,12 +1720,10 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1804
1720
|
}>, "many">;
|
|
1805
1721
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
1806
1722
|
angle: z.ZodNumber;
|
|
1807
|
-
blendMode: z.ZodString;
|
|
1808
1723
|
}, "strip", z.ZodTypeAny, {
|
|
1809
1724
|
center: [number, number];
|
|
1810
1725
|
id: string;
|
|
1811
1726
|
type: "conic-gradient";
|
|
1812
|
-
blendMode: string;
|
|
1813
1727
|
colors: {
|
|
1814
1728
|
position: number;
|
|
1815
1729
|
id: string;
|
|
@@ -1820,7 +1734,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1820
1734
|
center: [number, number];
|
|
1821
1735
|
id: string;
|
|
1822
1736
|
type: "conic-gradient";
|
|
1823
|
-
blendMode: string;
|
|
1824
1737
|
colors: {
|
|
1825
1738
|
position: number;
|
|
1826
1739
|
id: string;
|
|
@@ -1834,13 +1747,11 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1834
1747
|
behavior: z.ZodString;
|
|
1835
1748
|
backgroundSize: z.ZodNumber;
|
|
1836
1749
|
opacity: z.ZodNumber;
|
|
1837
|
-
blendMode: z.ZodString;
|
|
1838
1750
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
1839
1751
|
}, "strip", z.ZodTypeAny, {
|
|
1840
1752
|
opacity: number;
|
|
1841
1753
|
id: string;
|
|
1842
1754
|
type: "image";
|
|
1843
|
-
blendMode: string;
|
|
1844
1755
|
src: string;
|
|
1845
1756
|
behavior: string;
|
|
1846
1757
|
backgroundSize: number;
|
|
@@ -1849,7 +1760,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1849
1760
|
opacity: number;
|
|
1850
1761
|
id: string;
|
|
1851
1762
|
type: "image";
|
|
1852
|
-
blendMode: string;
|
|
1853
1763
|
src: string;
|
|
1854
1764
|
behavior: string;
|
|
1855
1765
|
backgroundSize: number;
|
|
@@ -1862,11 +1772,9 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1862
1772
|
id: string;
|
|
1863
1773
|
value: string;
|
|
1864
1774
|
type: "solid";
|
|
1865
|
-
blendMode: string;
|
|
1866
1775
|
} | {
|
|
1867
1776
|
id: string;
|
|
1868
1777
|
type: "linear-gradient";
|
|
1869
|
-
blendMode: string;
|
|
1870
1778
|
colors: {
|
|
1871
1779
|
position: number;
|
|
1872
1780
|
id: string;
|
|
@@ -1879,7 +1787,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1879
1787
|
center: [number, number];
|
|
1880
1788
|
id: string;
|
|
1881
1789
|
type: "radial-gradient";
|
|
1882
|
-
blendMode: string;
|
|
1883
1790
|
colors: {
|
|
1884
1791
|
position: number;
|
|
1885
1792
|
id: string;
|
|
@@ -1891,7 +1798,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1891
1798
|
center: [number, number];
|
|
1892
1799
|
id: string;
|
|
1893
1800
|
type: "conic-gradient";
|
|
1894
|
-
blendMode: string;
|
|
1895
1801
|
colors: {
|
|
1896
1802
|
position: number;
|
|
1897
1803
|
id: string;
|
|
@@ -1902,7 +1808,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1902
1808
|
opacity: number;
|
|
1903
1809
|
id: string;
|
|
1904
1810
|
type: "image";
|
|
1905
|
-
blendMode: string;
|
|
1906
1811
|
src: string;
|
|
1907
1812
|
behavior: string;
|
|
1908
1813
|
backgroundSize: number;
|
|
@@ -1918,11 +1823,9 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1918
1823
|
id: string;
|
|
1919
1824
|
value: string;
|
|
1920
1825
|
type: "solid";
|
|
1921
|
-
blendMode: string;
|
|
1922
1826
|
} | {
|
|
1923
1827
|
id: string;
|
|
1924
1828
|
type: "linear-gradient";
|
|
1925
|
-
blendMode: string;
|
|
1926
1829
|
colors: {
|
|
1927
1830
|
position: number;
|
|
1928
1831
|
id: string;
|
|
@@ -1935,7 +1838,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1935
1838
|
center: [number, number];
|
|
1936
1839
|
id: string;
|
|
1937
1840
|
type: "radial-gradient";
|
|
1938
|
-
blendMode: string;
|
|
1939
1841
|
colors: {
|
|
1940
1842
|
position: number;
|
|
1941
1843
|
id: string;
|
|
@@ -1947,7 +1849,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1947
1849
|
center: [number, number];
|
|
1948
1850
|
id: string;
|
|
1949
1851
|
type: "conic-gradient";
|
|
1950
|
-
blendMode: string;
|
|
1951
1852
|
colors: {
|
|
1952
1853
|
position: number;
|
|
1953
1854
|
id: string;
|
|
@@ -1958,7 +1859,6 @@ export declare const KeyframesSchema: z.ZodArray<z.ZodDiscriminatedUnion<"type",
|
|
|
1958
1859
|
opacity: number;
|
|
1959
1860
|
id: string;
|
|
1960
1861
|
type: "image";
|
|
1961
|
-
blendMode: string;
|
|
1962
1862
|
src: string;
|
|
1963
1863
|
behavior: string;
|
|
1964
1864
|
backgroundSize: number;
|