@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
|
@@ -862,17 +862,14 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
862
862
|
id: z.ZodString;
|
|
863
863
|
type: z.ZodLiteral<"solid">;
|
|
864
864
|
value: z.ZodString;
|
|
865
|
-
blendMode: z.ZodString;
|
|
866
865
|
}, "strip", z.ZodTypeAny, {
|
|
867
866
|
id: string;
|
|
868
867
|
value: string;
|
|
869
868
|
type: "solid";
|
|
870
|
-
blendMode: string;
|
|
871
869
|
}, {
|
|
872
870
|
id: string;
|
|
873
871
|
value: string;
|
|
874
872
|
type: "solid";
|
|
875
|
-
blendMode: string;
|
|
876
873
|
}>, z.ZodObject<{
|
|
877
874
|
id: z.ZodString;
|
|
878
875
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -892,11 +889,9 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
892
889
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
893
890
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
894
891
|
angle: z.ZodNumber;
|
|
895
|
-
blendMode: z.ZodString;
|
|
896
892
|
}, "strip", z.ZodTypeAny, {
|
|
897
893
|
id: string;
|
|
898
894
|
type: "linear-gradient";
|
|
899
|
-
blendMode: string;
|
|
900
895
|
colors: {
|
|
901
896
|
position: number;
|
|
902
897
|
id: string;
|
|
@@ -908,7 +903,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
908
903
|
}, {
|
|
909
904
|
id: string;
|
|
910
905
|
type: "linear-gradient";
|
|
911
|
-
blendMode: string;
|
|
912
906
|
colors: {
|
|
913
907
|
position: number;
|
|
914
908
|
id: string;
|
|
@@ -936,12 +930,10 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
936
930
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
937
931
|
diameter: z.ZodNumber;
|
|
938
932
|
angle: z.ZodNumber;
|
|
939
|
-
blendMode: z.ZodString;
|
|
940
933
|
}, "strip", z.ZodTypeAny, {
|
|
941
934
|
center: [number, number];
|
|
942
935
|
id: string;
|
|
943
936
|
type: "radial-gradient";
|
|
944
|
-
blendMode: string;
|
|
945
937
|
colors: {
|
|
946
938
|
position: number;
|
|
947
939
|
id: string;
|
|
@@ -953,7 +945,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
953
945
|
center: [number, number];
|
|
954
946
|
id: string;
|
|
955
947
|
type: "radial-gradient";
|
|
956
|
-
blendMode: string;
|
|
957
948
|
colors: {
|
|
958
949
|
position: number;
|
|
959
950
|
id: string;
|
|
@@ -979,12 +970,10 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
979
970
|
}>, "many">;
|
|
980
971
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
981
972
|
angle: z.ZodNumber;
|
|
982
|
-
blendMode: z.ZodString;
|
|
983
973
|
}, "strip", z.ZodTypeAny, {
|
|
984
974
|
center: [number, number];
|
|
985
975
|
id: string;
|
|
986
976
|
type: "conic-gradient";
|
|
987
|
-
blendMode: string;
|
|
988
977
|
colors: {
|
|
989
978
|
position: number;
|
|
990
979
|
id: string;
|
|
@@ -995,7 +984,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
995
984
|
center: [number, number];
|
|
996
985
|
id: string;
|
|
997
986
|
type: "conic-gradient";
|
|
998
|
-
blendMode: string;
|
|
999
987
|
colors: {
|
|
1000
988
|
position: number;
|
|
1001
989
|
id: string;
|
|
@@ -1009,13 +997,11 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1009
997
|
behavior: z.ZodString;
|
|
1010
998
|
backgroundSize: z.ZodNumber;
|
|
1011
999
|
opacity: z.ZodNumber;
|
|
1012
|
-
blendMode: z.ZodString;
|
|
1013
1000
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
1014
1001
|
}, "strip", z.ZodTypeAny, {
|
|
1015
1002
|
opacity: number;
|
|
1016
1003
|
id: string;
|
|
1017
1004
|
type: "image";
|
|
1018
|
-
blendMode: string;
|
|
1019
1005
|
src: string;
|
|
1020
1006
|
behavior: string;
|
|
1021
1007
|
backgroundSize: number;
|
|
@@ -1024,7 +1010,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1024
1010
|
opacity: number;
|
|
1025
1011
|
id: string;
|
|
1026
1012
|
type: "image";
|
|
1027
|
-
blendMode: string;
|
|
1028
1013
|
src: string;
|
|
1029
1014
|
behavior: string;
|
|
1030
1015
|
backgroundSize: number;
|
|
@@ -1061,11 +1046,9 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1061
1046
|
id: string;
|
|
1062
1047
|
value: string;
|
|
1063
1048
|
type: "solid";
|
|
1064
|
-
blendMode: string;
|
|
1065
1049
|
} | {
|
|
1066
1050
|
id: string;
|
|
1067
1051
|
type: "linear-gradient";
|
|
1068
|
-
blendMode: string;
|
|
1069
1052
|
colors: {
|
|
1070
1053
|
position: number;
|
|
1071
1054
|
id: string;
|
|
@@ -1078,7 +1061,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1078
1061
|
center: [number, number];
|
|
1079
1062
|
id: string;
|
|
1080
1063
|
type: "radial-gradient";
|
|
1081
|
-
blendMode: string;
|
|
1082
1064
|
colors: {
|
|
1083
1065
|
position: number;
|
|
1084
1066
|
id: string;
|
|
@@ -1090,7 +1072,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1090
1072
|
center: [number, number];
|
|
1091
1073
|
id: string;
|
|
1092
1074
|
type: "conic-gradient";
|
|
1093
|
-
blendMode: string;
|
|
1094
1075
|
colors: {
|
|
1095
1076
|
position: number;
|
|
1096
1077
|
id: string;
|
|
@@ -1101,7 +1082,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1101
1082
|
opacity: number;
|
|
1102
1083
|
id: string;
|
|
1103
1084
|
type: "image";
|
|
1104
|
-
blendMode: string;
|
|
1105
1085
|
src: string;
|
|
1106
1086
|
behavior: string;
|
|
1107
1087
|
backgroundSize: number;
|
|
@@ -1122,11 +1102,9 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1122
1102
|
id: string;
|
|
1123
1103
|
value: string;
|
|
1124
1104
|
type: "solid";
|
|
1125
|
-
blendMode: string;
|
|
1126
1105
|
} | {
|
|
1127
1106
|
id: string;
|
|
1128
1107
|
type: "linear-gradient";
|
|
1129
|
-
blendMode: string;
|
|
1130
1108
|
colors: {
|
|
1131
1109
|
position: number;
|
|
1132
1110
|
id: string;
|
|
@@ -1139,7 +1117,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1139
1117
|
center: [number, number];
|
|
1140
1118
|
id: string;
|
|
1141
1119
|
type: "radial-gradient";
|
|
1142
|
-
blendMode: string;
|
|
1143
1120
|
colors: {
|
|
1144
1121
|
position: number;
|
|
1145
1122
|
id: string;
|
|
@@ -1151,7 +1128,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1151
1128
|
center: [number, number];
|
|
1152
1129
|
id: string;
|
|
1153
1130
|
type: "conic-gradient";
|
|
1154
|
-
blendMode: string;
|
|
1155
1131
|
colors: {
|
|
1156
1132
|
position: number;
|
|
1157
1133
|
id: string;
|
|
@@ -1162,7 +1138,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1162
1138
|
opacity: number;
|
|
1163
1139
|
id: string;
|
|
1164
1140
|
type: "image";
|
|
1165
|
-
blendMode: string;
|
|
1166
1141
|
src: string;
|
|
1167
1142
|
behavior: string;
|
|
1168
1143
|
backgroundSize: number;
|
|
@@ -1595,11 +1570,9 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1595
1570
|
id: string;
|
|
1596
1571
|
value: string;
|
|
1597
1572
|
type: "solid";
|
|
1598
|
-
blendMode: string;
|
|
1599
1573
|
} | {
|
|
1600
1574
|
id: string;
|
|
1601
1575
|
type: "linear-gradient";
|
|
1602
|
-
blendMode: string;
|
|
1603
1576
|
colors: {
|
|
1604
1577
|
position: number;
|
|
1605
1578
|
id: string;
|
|
@@ -1612,7 +1585,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1612
1585
|
center: [number, number];
|
|
1613
1586
|
id: string;
|
|
1614
1587
|
type: "radial-gradient";
|
|
1615
|
-
blendMode: string;
|
|
1616
1588
|
colors: {
|
|
1617
1589
|
position: number;
|
|
1618
1590
|
id: string;
|
|
@@ -1624,7 +1596,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1624
1596
|
center: [number, number];
|
|
1625
1597
|
id: string;
|
|
1626
1598
|
type: "conic-gradient";
|
|
1627
|
-
blendMode: string;
|
|
1628
1599
|
colors: {
|
|
1629
1600
|
position: number;
|
|
1630
1601
|
id: string;
|
|
@@ -1635,7 +1606,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1635
1606
|
opacity: number;
|
|
1636
1607
|
id: string;
|
|
1637
1608
|
type: "image";
|
|
1638
|
-
blendMode: string;
|
|
1639
1609
|
src: string;
|
|
1640
1610
|
behavior: string;
|
|
1641
1611
|
backgroundSize: number;
|
|
@@ -1788,11 +1758,9 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1788
1758
|
id: string;
|
|
1789
1759
|
value: string;
|
|
1790
1760
|
type: "solid";
|
|
1791
|
-
blendMode: string;
|
|
1792
1761
|
} | {
|
|
1793
1762
|
id: string;
|
|
1794
1763
|
type: "linear-gradient";
|
|
1795
|
-
blendMode: string;
|
|
1796
1764
|
colors: {
|
|
1797
1765
|
position: number;
|
|
1798
1766
|
id: string;
|
|
@@ -1805,7 +1773,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1805
1773
|
center: [number, number];
|
|
1806
1774
|
id: string;
|
|
1807
1775
|
type: "radial-gradient";
|
|
1808
|
-
blendMode: string;
|
|
1809
1776
|
colors: {
|
|
1810
1777
|
position: number;
|
|
1811
1778
|
id: string;
|
|
@@ -1817,7 +1784,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1817
1784
|
center: [number, number];
|
|
1818
1785
|
id: string;
|
|
1819
1786
|
type: "conic-gradient";
|
|
1820
|
-
blendMode: string;
|
|
1821
1787
|
colors: {
|
|
1822
1788
|
position: number;
|
|
1823
1789
|
id: string;
|
|
@@ -1828,7 +1794,6 @@ export declare const MediaStateParamsSchema: z.ZodObject<{
|
|
|
1828
1794
|
opacity: number;
|
|
1829
1795
|
id: string;
|
|
1830
1796
|
type: "image";
|
|
1831
|
-
blendMode: string;
|
|
1832
1797
|
src: string;
|
|
1833
1798
|
behavior: string;
|
|
1834
1799
|
backgroundSize: number;
|
|
@@ -2049,17 +2014,14 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2049
2014
|
id: z.ZodString;
|
|
2050
2015
|
type: z.ZodLiteral<"solid">;
|
|
2051
2016
|
value: z.ZodString;
|
|
2052
|
-
blendMode: z.ZodString;
|
|
2053
2017
|
}, "strip", z.ZodTypeAny, {
|
|
2054
2018
|
id: string;
|
|
2055
2019
|
value: string;
|
|
2056
2020
|
type: "solid";
|
|
2057
|
-
blendMode: string;
|
|
2058
2021
|
}, {
|
|
2059
2022
|
id: string;
|
|
2060
2023
|
value: string;
|
|
2061
2024
|
type: "solid";
|
|
2062
|
-
blendMode: string;
|
|
2063
2025
|
}>, z.ZodObject<{
|
|
2064
2026
|
id: z.ZodString;
|
|
2065
2027
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -2079,11 +2041,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2079
2041
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2080
2042
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2081
2043
|
angle: z.ZodNumber;
|
|
2082
|
-
blendMode: z.ZodString;
|
|
2083
2044
|
}, "strip", z.ZodTypeAny, {
|
|
2084
2045
|
id: string;
|
|
2085
2046
|
type: "linear-gradient";
|
|
2086
|
-
blendMode: string;
|
|
2087
2047
|
colors: {
|
|
2088
2048
|
position: number;
|
|
2089
2049
|
id: string;
|
|
@@ -2095,7 +2055,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2095
2055
|
}, {
|
|
2096
2056
|
id: string;
|
|
2097
2057
|
type: "linear-gradient";
|
|
2098
|
-
blendMode: string;
|
|
2099
2058
|
colors: {
|
|
2100
2059
|
position: number;
|
|
2101
2060
|
id: string;
|
|
@@ -2123,12 +2082,10 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2123
2082
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2124
2083
|
diameter: z.ZodNumber;
|
|
2125
2084
|
angle: z.ZodNumber;
|
|
2126
|
-
blendMode: z.ZodString;
|
|
2127
2085
|
}, "strip", z.ZodTypeAny, {
|
|
2128
2086
|
center: [number, number];
|
|
2129
2087
|
id: string;
|
|
2130
2088
|
type: "radial-gradient";
|
|
2131
|
-
blendMode: string;
|
|
2132
2089
|
colors: {
|
|
2133
2090
|
position: number;
|
|
2134
2091
|
id: string;
|
|
@@ -2140,7 +2097,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2140
2097
|
center: [number, number];
|
|
2141
2098
|
id: string;
|
|
2142
2099
|
type: "radial-gradient";
|
|
2143
|
-
blendMode: string;
|
|
2144
2100
|
colors: {
|
|
2145
2101
|
position: number;
|
|
2146
2102
|
id: string;
|
|
@@ -2166,12 +2122,10 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2166
2122
|
}>, "many">;
|
|
2167
2123
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2168
2124
|
angle: z.ZodNumber;
|
|
2169
|
-
blendMode: z.ZodString;
|
|
2170
2125
|
}, "strip", z.ZodTypeAny, {
|
|
2171
2126
|
center: [number, number];
|
|
2172
2127
|
id: string;
|
|
2173
2128
|
type: "conic-gradient";
|
|
2174
|
-
blendMode: string;
|
|
2175
2129
|
colors: {
|
|
2176
2130
|
position: number;
|
|
2177
2131
|
id: string;
|
|
@@ -2182,7 +2136,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2182
2136
|
center: [number, number];
|
|
2183
2137
|
id: string;
|
|
2184
2138
|
type: "conic-gradient";
|
|
2185
|
-
blendMode: string;
|
|
2186
2139
|
colors: {
|
|
2187
2140
|
position: number;
|
|
2188
2141
|
id: string;
|
|
@@ -2196,13 +2149,11 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2196
2149
|
behavior: z.ZodString;
|
|
2197
2150
|
backgroundSize: z.ZodNumber;
|
|
2198
2151
|
opacity: z.ZodNumber;
|
|
2199
|
-
blendMode: z.ZodString;
|
|
2200
2152
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
2201
2153
|
}, "strip", z.ZodTypeAny, {
|
|
2202
2154
|
opacity: number;
|
|
2203
2155
|
id: string;
|
|
2204
2156
|
type: "image";
|
|
2205
|
-
blendMode: string;
|
|
2206
2157
|
src: string;
|
|
2207
2158
|
behavior: string;
|
|
2208
2159
|
backgroundSize: number;
|
|
@@ -2211,7 +2162,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2211
2162
|
opacity: number;
|
|
2212
2163
|
id: string;
|
|
2213
2164
|
type: "image";
|
|
2214
|
-
blendMode: string;
|
|
2215
2165
|
src: string;
|
|
2216
2166
|
behavior: string;
|
|
2217
2167
|
backgroundSize: number;
|
|
@@ -2248,11 +2198,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2248
2198
|
id: string;
|
|
2249
2199
|
value: string;
|
|
2250
2200
|
type: "solid";
|
|
2251
|
-
blendMode: string;
|
|
2252
2201
|
} | {
|
|
2253
2202
|
id: string;
|
|
2254
2203
|
type: "linear-gradient";
|
|
2255
|
-
blendMode: string;
|
|
2256
2204
|
colors: {
|
|
2257
2205
|
position: number;
|
|
2258
2206
|
id: string;
|
|
@@ -2265,7 +2213,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2265
2213
|
center: [number, number];
|
|
2266
2214
|
id: string;
|
|
2267
2215
|
type: "radial-gradient";
|
|
2268
|
-
blendMode: string;
|
|
2269
2216
|
colors: {
|
|
2270
2217
|
position: number;
|
|
2271
2218
|
id: string;
|
|
@@ -2277,7 +2224,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2277
2224
|
center: [number, number];
|
|
2278
2225
|
id: string;
|
|
2279
2226
|
type: "conic-gradient";
|
|
2280
|
-
blendMode: string;
|
|
2281
2227
|
colors: {
|
|
2282
2228
|
position: number;
|
|
2283
2229
|
id: string;
|
|
@@ -2288,7 +2234,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2288
2234
|
opacity: number;
|
|
2289
2235
|
id: string;
|
|
2290
2236
|
type: "image";
|
|
2291
|
-
blendMode: string;
|
|
2292
2237
|
src: string;
|
|
2293
2238
|
behavior: string;
|
|
2294
2239
|
backgroundSize: number;
|
|
@@ -2309,11 +2254,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2309
2254
|
id: string;
|
|
2310
2255
|
value: string;
|
|
2311
2256
|
type: "solid";
|
|
2312
|
-
blendMode: string;
|
|
2313
2257
|
} | {
|
|
2314
2258
|
id: string;
|
|
2315
2259
|
type: "linear-gradient";
|
|
2316
|
-
blendMode: string;
|
|
2317
2260
|
colors: {
|
|
2318
2261
|
position: number;
|
|
2319
2262
|
id: string;
|
|
@@ -2326,7 +2269,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2326
2269
|
center: [number, number];
|
|
2327
2270
|
id: string;
|
|
2328
2271
|
type: "radial-gradient";
|
|
2329
|
-
blendMode: string;
|
|
2330
2272
|
colors: {
|
|
2331
2273
|
position: number;
|
|
2332
2274
|
id: string;
|
|
@@ -2338,7 +2280,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2338
2280
|
center: [number, number];
|
|
2339
2281
|
id: string;
|
|
2340
2282
|
type: "conic-gradient";
|
|
2341
|
-
blendMode: string;
|
|
2342
2283
|
colors: {
|
|
2343
2284
|
position: number;
|
|
2344
2285
|
id: string;
|
|
@@ -2349,7 +2290,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2349
2290
|
opacity: number;
|
|
2350
2291
|
id: string;
|
|
2351
2292
|
type: "image";
|
|
2352
|
-
blendMode: string;
|
|
2353
2293
|
src: string;
|
|
2354
2294
|
behavior: string;
|
|
2355
2295
|
backgroundSize: number;
|
|
@@ -2371,17 +2311,14 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2371
2311
|
id: z.ZodString;
|
|
2372
2312
|
type: z.ZodLiteral<"solid">;
|
|
2373
2313
|
value: z.ZodString;
|
|
2374
|
-
blendMode: z.ZodString;
|
|
2375
2314
|
}, "strip", z.ZodTypeAny, {
|
|
2376
2315
|
id: string;
|
|
2377
2316
|
value: string;
|
|
2378
2317
|
type: "solid";
|
|
2379
|
-
blendMode: string;
|
|
2380
2318
|
}, {
|
|
2381
2319
|
id: string;
|
|
2382
2320
|
value: string;
|
|
2383
2321
|
type: "solid";
|
|
2384
|
-
blendMode: string;
|
|
2385
2322
|
}>, z.ZodObject<{
|
|
2386
2323
|
id: z.ZodString;
|
|
2387
2324
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -2401,11 +2338,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2401
2338
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2402
2339
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2403
2340
|
angle: z.ZodNumber;
|
|
2404
|
-
blendMode: z.ZodString;
|
|
2405
2341
|
}, "strip", z.ZodTypeAny, {
|
|
2406
2342
|
id: string;
|
|
2407
2343
|
type: "linear-gradient";
|
|
2408
|
-
blendMode: string;
|
|
2409
2344
|
colors: {
|
|
2410
2345
|
position: number;
|
|
2411
2346
|
id: string;
|
|
@@ -2417,7 +2352,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2417
2352
|
}, {
|
|
2418
2353
|
id: string;
|
|
2419
2354
|
type: "linear-gradient";
|
|
2420
|
-
blendMode: string;
|
|
2421
2355
|
colors: {
|
|
2422
2356
|
position: number;
|
|
2423
2357
|
id: string;
|
|
@@ -2445,12 +2379,10 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2445
2379
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2446
2380
|
diameter: z.ZodNumber;
|
|
2447
2381
|
angle: z.ZodNumber;
|
|
2448
|
-
blendMode: z.ZodString;
|
|
2449
2382
|
}, "strip", z.ZodTypeAny, {
|
|
2450
2383
|
center: [number, number];
|
|
2451
2384
|
id: string;
|
|
2452
2385
|
type: "radial-gradient";
|
|
2453
|
-
blendMode: string;
|
|
2454
2386
|
colors: {
|
|
2455
2387
|
position: number;
|
|
2456
2388
|
id: string;
|
|
@@ -2462,7 +2394,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2462
2394
|
center: [number, number];
|
|
2463
2395
|
id: string;
|
|
2464
2396
|
type: "radial-gradient";
|
|
2465
|
-
blendMode: string;
|
|
2466
2397
|
colors: {
|
|
2467
2398
|
position: number;
|
|
2468
2399
|
id: string;
|
|
@@ -2488,12 +2419,10 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2488
2419
|
}>, "many">;
|
|
2489
2420
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
2490
2421
|
angle: z.ZodNumber;
|
|
2491
|
-
blendMode: z.ZodString;
|
|
2492
2422
|
}, "strip", z.ZodTypeAny, {
|
|
2493
2423
|
center: [number, number];
|
|
2494
2424
|
id: string;
|
|
2495
2425
|
type: "conic-gradient";
|
|
2496
|
-
blendMode: string;
|
|
2497
2426
|
colors: {
|
|
2498
2427
|
position: number;
|
|
2499
2428
|
id: string;
|
|
@@ -2504,7 +2433,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2504
2433
|
center: [number, number];
|
|
2505
2434
|
id: string;
|
|
2506
2435
|
type: "conic-gradient";
|
|
2507
|
-
blendMode: string;
|
|
2508
2436
|
colors: {
|
|
2509
2437
|
position: number;
|
|
2510
2438
|
id: string;
|
|
@@ -2518,13 +2446,11 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2518
2446
|
behavior: z.ZodString;
|
|
2519
2447
|
backgroundSize: z.ZodNumber;
|
|
2520
2448
|
opacity: z.ZodNumber;
|
|
2521
|
-
blendMode: z.ZodString;
|
|
2522
2449
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
2523
2450
|
}, "strip", z.ZodTypeAny, {
|
|
2524
2451
|
opacity: number;
|
|
2525
2452
|
id: string;
|
|
2526
2453
|
type: "image";
|
|
2527
|
-
blendMode: string;
|
|
2528
2454
|
src: string;
|
|
2529
2455
|
behavior: string;
|
|
2530
2456
|
backgroundSize: number;
|
|
@@ -2533,7 +2459,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2533
2459
|
opacity: number;
|
|
2534
2460
|
id: string;
|
|
2535
2461
|
type: "image";
|
|
2536
|
-
blendMode: string;
|
|
2537
2462
|
src: string;
|
|
2538
2463
|
behavior: string;
|
|
2539
2464
|
backgroundSize: number;
|
|
@@ -2570,11 +2495,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2570
2495
|
id: string;
|
|
2571
2496
|
value: string;
|
|
2572
2497
|
type: "solid";
|
|
2573
|
-
blendMode: string;
|
|
2574
2498
|
} | {
|
|
2575
2499
|
id: string;
|
|
2576
2500
|
type: "linear-gradient";
|
|
2577
|
-
blendMode: string;
|
|
2578
2501
|
colors: {
|
|
2579
2502
|
position: number;
|
|
2580
2503
|
id: string;
|
|
@@ -2587,7 +2510,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2587
2510
|
center: [number, number];
|
|
2588
2511
|
id: string;
|
|
2589
2512
|
type: "radial-gradient";
|
|
2590
|
-
blendMode: string;
|
|
2591
2513
|
colors: {
|
|
2592
2514
|
position: number;
|
|
2593
2515
|
id: string;
|
|
@@ -2599,7 +2521,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2599
2521
|
center: [number, number];
|
|
2600
2522
|
id: string;
|
|
2601
2523
|
type: "conic-gradient";
|
|
2602
|
-
blendMode: string;
|
|
2603
2524
|
colors: {
|
|
2604
2525
|
position: number;
|
|
2605
2526
|
id: string;
|
|
@@ -2610,7 +2531,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2610
2531
|
opacity: number;
|
|
2611
2532
|
id: string;
|
|
2612
2533
|
type: "image";
|
|
2613
|
-
blendMode: string;
|
|
2614
2534
|
src: string;
|
|
2615
2535
|
behavior: string;
|
|
2616
2536
|
backgroundSize: number;
|
|
@@ -2631,11 +2551,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2631
2551
|
id: string;
|
|
2632
2552
|
value: string;
|
|
2633
2553
|
type: "solid";
|
|
2634
|
-
blendMode: string;
|
|
2635
2554
|
} | {
|
|
2636
2555
|
id: string;
|
|
2637
2556
|
type: "linear-gradient";
|
|
2638
|
-
blendMode: string;
|
|
2639
2557
|
colors: {
|
|
2640
2558
|
position: number;
|
|
2641
2559
|
id: string;
|
|
@@ -2648,7 +2566,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2648
2566
|
center: [number, number];
|
|
2649
2567
|
id: string;
|
|
2650
2568
|
type: "radial-gradient";
|
|
2651
|
-
blendMode: string;
|
|
2652
2569
|
colors: {
|
|
2653
2570
|
position: number;
|
|
2654
2571
|
id: string;
|
|
@@ -2660,7 +2577,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2660
2577
|
center: [number, number];
|
|
2661
2578
|
id: string;
|
|
2662
2579
|
type: "conic-gradient";
|
|
2663
|
-
blendMode: string;
|
|
2664
2580
|
colors: {
|
|
2665
2581
|
position: number;
|
|
2666
2582
|
id: string;
|
|
@@ -2671,7 +2587,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
2671
2587
|
opacity: number;
|
|
2672
2588
|
id: string;
|
|
2673
2589
|
type: "image";
|
|
2674
|
-
blendMode: string;
|
|
2675
2590
|
src: string;
|
|
2676
2591
|
behavior: string;
|
|
2677
2592
|
backgroundSize: number;
|
|
@@ -3144,11 +3059,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3144
3059
|
id: string;
|
|
3145
3060
|
value: string;
|
|
3146
3061
|
type: "solid";
|
|
3147
|
-
blendMode: string;
|
|
3148
3062
|
} | {
|
|
3149
3063
|
id: string;
|
|
3150
3064
|
type: "linear-gradient";
|
|
3151
|
-
blendMode: string;
|
|
3152
3065
|
colors: {
|
|
3153
3066
|
position: number;
|
|
3154
3067
|
id: string;
|
|
@@ -3161,7 +3074,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3161
3074
|
center: [number, number];
|
|
3162
3075
|
id: string;
|
|
3163
3076
|
type: "radial-gradient";
|
|
3164
|
-
blendMode: string;
|
|
3165
3077
|
colors: {
|
|
3166
3078
|
position: number;
|
|
3167
3079
|
id: string;
|
|
@@ -3173,7 +3085,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3173
3085
|
center: [number, number];
|
|
3174
3086
|
id: string;
|
|
3175
3087
|
type: "conic-gradient";
|
|
3176
|
-
blendMode: string;
|
|
3177
3088
|
colors: {
|
|
3178
3089
|
position: number;
|
|
3179
3090
|
id: string;
|
|
@@ -3184,7 +3095,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3184
3095
|
opacity: number;
|
|
3185
3096
|
id: string;
|
|
3186
3097
|
type: "image";
|
|
3187
|
-
blendMode: string;
|
|
3188
3098
|
src: string;
|
|
3189
3099
|
behavior: string;
|
|
3190
3100
|
backgroundSize: number;
|
|
@@ -3206,11 +3116,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3206
3116
|
id: string;
|
|
3207
3117
|
value: string;
|
|
3208
3118
|
type: "solid";
|
|
3209
|
-
blendMode: string;
|
|
3210
3119
|
} | {
|
|
3211
3120
|
id: string;
|
|
3212
3121
|
type: "linear-gradient";
|
|
3213
|
-
blendMode: string;
|
|
3214
3122
|
colors: {
|
|
3215
3123
|
position: number;
|
|
3216
3124
|
id: string;
|
|
@@ -3223,7 +3131,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3223
3131
|
center: [number, number];
|
|
3224
3132
|
id: string;
|
|
3225
3133
|
type: "radial-gradient";
|
|
3226
|
-
blendMode: string;
|
|
3227
3134
|
colors: {
|
|
3228
3135
|
position: number;
|
|
3229
3136
|
id: string;
|
|
@@ -3235,7 +3142,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3235
3142
|
center: [number, number];
|
|
3236
3143
|
id: string;
|
|
3237
3144
|
type: "conic-gradient";
|
|
3238
|
-
blendMode: string;
|
|
3239
3145
|
colors: {
|
|
3240
3146
|
position: number;
|
|
3241
3147
|
id: string;
|
|
@@ -3246,7 +3152,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3246
3152
|
opacity: number;
|
|
3247
3153
|
id: string;
|
|
3248
3154
|
type: "image";
|
|
3249
|
-
blendMode: string;
|
|
3250
3155
|
src: string;
|
|
3251
3156
|
behavior: string;
|
|
3252
3157
|
backgroundSize: number;
|
|
@@ -3399,11 +3304,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3399
3304
|
id: string;
|
|
3400
3305
|
value: string;
|
|
3401
3306
|
type: "solid";
|
|
3402
|
-
blendMode: string;
|
|
3403
3307
|
} | {
|
|
3404
3308
|
id: string;
|
|
3405
3309
|
type: "linear-gradient";
|
|
3406
|
-
blendMode: string;
|
|
3407
3310
|
colors: {
|
|
3408
3311
|
position: number;
|
|
3409
3312
|
id: string;
|
|
@@ -3416,7 +3319,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3416
3319
|
center: [number, number];
|
|
3417
3320
|
id: string;
|
|
3418
3321
|
type: "radial-gradient";
|
|
3419
|
-
blendMode: string;
|
|
3420
3322
|
colors: {
|
|
3421
3323
|
position: number;
|
|
3422
3324
|
id: string;
|
|
@@ -3428,7 +3330,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3428
3330
|
center: [number, number];
|
|
3429
3331
|
id: string;
|
|
3430
3332
|
type: "conic-gradient";
|
|
3431
|
-
blendMode: string;
|
|
3432
3333
|
colors: {
|
|
3433
3334
|
position: number;
|
|
3434
3335
|
id: string;
|
|
@@ -3439,7 +3340,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3439
3340
|
opacity: number;
|
|
3440
3341
|
id: string;
|
|
3441
3342
|
type: "image";
|
|
3442
|
-
blendMode: string;
|
|
3443
3343
|
src: string;
|
|
3444
3344
|
behavior: string;
|
|
3445
3345
|
backgroundSize: number;
|
|
@@ -3461,11 +3361,9 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3461
3361
|
id: string;
|
|
3462
3362
|
value: string;
|
|
3463
3363
|
type: "solid";
|
|
3464
|
-
blendMode: string;
|
|
3465
3364
|
} | {
|
|
3466
3365
|
id: string;
|
|
3467
3366
|
type: "linear-gradient";
|
|
3468
|
-
blendMode: string;
|
|
3469
3367
|
colors: {
|
|
3470
3368
|
position: number;
|
|
3471
3369
|
id: string;
|
|
@@ -3478,7 +3376,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3478
3376
|
center: [number, number];
|
|
3479
3377
|
id: string;
|
|
3480
3378
|
type: "radial-gradient";
|
|
3481
|
-
blendMode: string;
|
|
3482
3379
|
colors: {
|
|
3483
3380
|
position: number;
|
|
3484
3381
|
id: string;
|
|
@@ -3490,7 +3387,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3490
3387
|
center: [number, number];
|
|
3491
3388
|
id: string;
|
|
3492
3389
|
type: "conic-gradient";
|
|
3493
|
-
blendMode: string;
|
|
3494
3390
|
colors: {
|
|
3495
3391
|
position: number;
|
|
3496
3392
|
id: string;
|
|
@@ -3501,7 +3397,6 @@ export declare const RectangleStateParamsSchema: z.ZodObject<{
|
|
|
3501
3397
|
opacity: number;
|
|
3502
3398
|
id: string;
|
|
3503
3399
|
type: "image";
|
|
3504
|
-
blendMode: string;
|
|
3505
3400
|
src: string;
|
|
3506
3401
|
behavior: string;
|
|
3507
3402
|
backgroundSize: number;
|
|
@@ -9112,17 +9007,14 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9112
9007
|
id: z.ZodString;
|
|
9113
9008
|
type: z.ZodLiteral<"solid">;
|
|
9114
9009
|
value: z.ZodString;
|
|
9115
|
-
blendMode: z.ZodString;
|
|
9116
9010
|
}, "strip", z.ZodTypeAny, {
|
|
9117
9011
|
id: string;
|
|
9118
9012
|
value: string;
|
|
9119
9013
|
type: "solid";
|
|
9120
|
-
blendMode: string;
|
|
9121
9014
|
}, {
|
|
9122
9015
|
id: string;
|
|
9123
9016
|
value: string;
|
|
9124
9017
|
type: "solid";
|
|
9125
|
-
blendMode: string;
|
|
9126
9018
|
}>, z.ZodObject<{
|
|
9127
9019
|
id: z.ZodString;
|
|
9128
9020
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -9142,11 +9034,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9142
9034
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
9143
9035
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
9144
9036
|
angle: z.ZodNumber;
|
|
9145
|
-
blendMode: z.ZodString;
|
|
9146
9037
|
}, "strip", z.ZodTypeAny, {
|
|
9147
9038
|
id: string;
|
|
9148
9039
|
type: "linear-gradient";
|
|
9149
|
-
blendMode: string;
|
|
9150
9040
|
colors: {
|
|
9151
9041
|
position: number;
|
|
9152
9042
|
id: string;
|
|
@@ -9158,7 +9048,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9158
9048
|
}, {
|
|
9159
9049
|
id: string;
|
|
9160
9050
|
type: "linear-gradient";
|
|
9161
|
-
blendMode: string;
|
|
9162
9051
|
colors: {
|
|
9163
9052
|
position: number;
|
|
9164
9053
|
id: string;
|
|
@@ -9186,12 +9075,10 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9186
9075
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
9187
9076
|
diameter: z.ZodNumber;
|
|
9188
9077
|
angle: z.ZodNumber;
|
|
9189
|
-
blendMode: z.ZodString;
|
|
9190
9078
|
}, "strip", z.ZodTypeAny, {
|
|
9191
9079
|
center: [number, number];
|
|
9192
9080
|
id: string;
|
|
9193
9081
|
type: "radial-gradient";
|
|
9194
|
-
blendMode: string;
|
|
9195
9082
|
colors: {
|
|
9196
9083
|
position: number;
|
|
9197
9084
|
id: string;
|
|
@@ -9203,7 +9090,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9203
9090
|
center: [number, number];
|
|
9204
9091
|
id: string;
|
|
9205
9092
|
type: "radial-gradient";
|
|
9206
|
-
blendMode: string;
|
|
9207
9093
|
colors: {
|
|
9208
9094
|
position: number;
|
|
9209
9095
|
id: string;
|
|
@@ -9229,12 +9115,10 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9229
9115
|
}>, "many">;
|
|
9230
9116
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
9231
9117
|
angle: z.ZodNumber;
|
|
9232
|
-
blendMode: z.ZodString;
|
|
9233
9118
|
}, "strip", z.ZodTypeAny, {
|
|
9234
9119
|
center: [number, number];
|
|
9235
9120
|
id: string;
|
|
9236
9121
|
type: "conic-gradient";
|
|
9237
|
-
blendMode: string;
|
|
9238
9122
|
colors: {
|
|
9239
9123
|
position: number;
|
|
9240
9124
|
id: string;
|
|
@@ -9245,7 +9129,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9245
9129
|
center: [number, number];
|
|
9246
9130
|
id: string;
|
|
9247
9131
|
type: "conic-gradient";
|
|
9248
|
-
blendMode: string;
|
|
9249
9132
|
colors: {
|
|
9250
9133
|
position: number;
|
|
9251
9134
|
id: string;
|
|
@@ -9259,13 +9142,11 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9259
9142
|
behavior: z.ZodString;
|
|
9260
9143
|
backgroundSize: z.ZodNumber;
|
|
9261
9144
|
opacity: z.ZodNumber;
|
|
9262
|
-
blendMode: z.ZodString;
|
|
9263
9145
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
9264
9146
|
}, "strip", z.ZodTypeAny, {
|
|
9265
9147
|
opacity: number;
|
|
9266
9148
|
id: string;
|
|
9267
9149
|
type: "image";
|
|
9268
|
-
blendMode: string;
|
|
9269
9150
|
src: string;
|
|
9270
9151
|
behavior: string;
|
|
9271
9152
|
backgroundSize: number;
|
|
@@ -9274,7 +9155,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9274
9155
|
opacity: number;
|
|
9275
9156
|
id: string;
|
|
9276
9157
|
type: "image";
|
|
9277
|
-
blendMode: string;
|
|
9278
9158
|
src: string;
|
|
9279
9159
|
behavior: string;
|
|
9280
9160
|
backgroundSize: number;
|
|
@@ -9311,11 +9191,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9311
9191
|
id: string;
|
|
9312
9192
|
value: string;
|
|
9313
9193
|
type: "solid";
|
|
9314
|
-
blendMode: string;
|
|
9315
9194
|
} | {
|
|
9316
9195
|
id: string;
|
|
9317
9196
|
type: "linear-gradient";
|
|
9318
|
-
blendMode: string;
|
|
9319
9197
|
colors: {
|
|
9320
9198
|
position: number;
|
|
9321
9199
|
id: string;
|
|
@@ -9328,7 +9206,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9328
9206
|
center: [number, number];
|
|
9329
9207
|
id: string;
|
|
9330
9208
|
type: "radial-gradient";
|
|
9331
|
-
blendMode: string;
|
|
9332
9209
|
colors: {
|
|
9333
9210
|
position: number;
|
|
9334
9211
|
id: string;
|
|
@@ -9340,7 +9217,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9340
9217
|
center: [number, number];
|
|
9341
9218
|
id: string;
|
|
9342
9219
|
type: "conic-gradient";
|
|
9343
|
-
blendMode: string;
|
|
9344
9220
|
colors: {
|
|
9345
9221
|
position: number;
|
|
9346
9222
|
id: string;
|
|
@@ -9351,7 +9227,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9351
9227
|
opacity: number;
|
|
9352
9228
|
id: string;
|
|
9353
9229
|
type: "image";
|
|
9354
|
-
blendMode: string;
|
|
9355
9230
|
src: string;
|
|
9356
9231
|
behavior: string;
|
|
9357
9232
|
backgroundSize: number;
|
|
@@ -9372,11 +9247,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9372
9247
|
id: string;
|
|
9373
9248
|
value: string;
|
|
9374
9249
|
type: "solid";
|
|
9375
|
-
blendMode: string;
|
|
9376
9250
|
} | {
|
|
9377
9251
|
id: string;
|
|
9378
9252
|
type: "linear-gradient";
|
|
9379
|
-
blendMode: string;
|
|
9380
9253
|
colors: {
|
|
9381
9254
|
position: number;
|
|
9382
9255
|
id: string;
|
|
@@ -9389,7 +9262,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9389
9262
|
center: [number, number];
|
|
9390
9263
|
id: string;
|
|
9391
9264
|
type: "radial-gradient";
|
|
9392
|
-
blendMode: string;
|
|
9393
9265
|
colors: {
|
|
9394
9266
|
position: number;
|
|
9395
9267
|
id: string;
|
|
@@ -9401,7 +9273,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9401
9273
|
center: [number, number];
|
|
9402
9274
|
id: string;
|
|
9403
9275
|
type: "conic-gradient";
|
|
9404
|
-
blendMode: string;
|
|
9405
9276
|
colors: {
|
|
9406
9277
|
position: number;
|
|
9407
9278
|
id: string;
|
|
@@ -9412,7 +9283,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9412
9283
|
opacity: number;
|
|
9413
9284
|
id: string;
|
|
9414
9285
|
type: "image";
|
|
9415
|
-
blendMode: string;
|
|
9416
9286
|
src: string;
|
|
9417
9287
|
behavior: string;
|
|
9418
9288
|
backgroundSize: number;
|
|
@@ -9845,11 +9715,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9845
9715
|
id: string;
|
|
9846
9716
|
value: string;
|
|
9847
9717
|
type: "solid";
|
|
9848
|
-
blendMode: string;
|
|
9849
9718
|
} | {
|
|
9850
9719
|
id: string;
|
|
9851
9720
|
type: "linear-gradient";
|
|
9852
|
-
blendMode: string;
|
|
9853
9721
|
colors: {
|
|
9854
9722
|
position: number;
|
|
9855
9723
|
id: string;
|
|
@@ -9862,7 +9730,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9862
9730
|
center: [number, number];
|
|
9863
9731
|
id: string;
|
|
9864
9732
|
type: "radial-gradient";
|
|
9865
|
-
blendMode: string;
|
|
9866
9733
|
colors: {
|
|
9867
9734
|
position: number;
|
|
9868
9735
|
id: string;
|
|
@@ -9874,7 +9741,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9874
9741
|
center: [number, number];
|
|
9875
9742
|
id: string;
|
|
9876
9743
|
type: "conic-gradient";
|
|
9877
|
-
blendMode: string;
|
|
9878
9744
|
colors: {
|
|
9879
9745
|
position: number;
|
|
9880
9746
|
id: string;
|
|
@@ -9885,7 +9751,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9885
9751
|
opacity: number;
|
|
9886
9752
|
id: string;
|
|
9887
9753
|
type: "image";
|
|
9888
|
-
blendMode: string;
|
|
9889
9754
|
src: string;
|
|
9890
9755
|
behavior: string;
|
|
9891
9756
|
backgroundSize: number;
|
|
@@ -10038,11 +9903,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10038
9903
|
id: string;
|
|
10039
9904
|
value: string;
|
|
10040
9905
|
type: "solid";
|
|
10041
|
-
blendMode: string;
|
|
10042
9906
|
} | {
|
|
10043
9907
|
id: string;
|
|
10044
9908
|
type: "linear-gradient";
|
|
10045
|
-
blendMode: string;
|
|
10046
9909
|
colors: {
|
|
10047
9910
|
position: number;
|
|
10048
9911
|
id: string;
|
|
@@ -10055,7 +9918,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10055
9918
|
center: [number, number];
|
|
10056
9919
|
id: string;
|
|
10057
9920
|
type: "radial-gradient";
|
|
10058
|
-
blendMode: string;
|
|
10059
9921
|
colors: {
|
|
10060
9922
|
position: number;
|
|
10061
9923
|
id: string;
|
|
@@ -10067,7 +9929,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10067
9929
|
center: [number, number];
|
|
10068
9930
|
id: string;
|
|
10069
9931
|
type: "conic-gradient";
|
|
10070
|
-
blendMode: string;
|
|
10071
9932
|
colors: {
|
|
10072
9933
|
position: number;
|
|
10073
9934
|
id: string;
|
|
@@ -10078,7 +9939,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10078
9939
|
opacity: number;
|
|
10079
9940
|
id: string;
|
|
10080
9941
|
type: "image";
|
|
10081
|
-
blendMode: string;
|
|
10082
9942
|
src: string;
|
|
10083
9943
|
behavior: string;
|
|
10084
9944
|
backgroundSize: number;
|
|
@@ -10298,17 +10158,14 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10298
10158
|
id: z.ZodString;
|
|
10299
10159
|
type: z.ZodLiteral<"solid">;
|
|
10300
10160
|
value: z.ZodString;
|
|
10301
|
-
blendMode: z.ZodString;
|
|
10302
10161
|
}, "strip", z.ZodTypeAny, {
|
|
10303
10162
|
id: string;
|
|
10304
10163
|
value: string;
|
|
10305
10164
|
type: "solid";
|
|
10306
|
-
blendMode: string;
|
|
10307
10165
|
}, {
|
|
10308
10166
|
id: string;
|
|
10309
10167
|
value: string;
|
|
10310
10168
|
type: "solid";
|
|
10311
|
-
blendMode: string;
|
|
10312
10169
|
}>, z.ZodObject<{
|
|
10313
10170
|
id: z.ZodString;
|
|
10314
10171
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -10328,11 +10185,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10328
10185
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10329
10186
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10330
10187
|
angle: z.ZodNumber;
|
|
10331
|
-
blendMode: z.ZodString;
|
|
10332
10188
|
}, "strip", z.ZodTypeAny, {
|
|
10333
10189
|
id: string;
|
|
10334
10190
|
type: "linear-gradient";
|
|
10335
|
-
blendMode: string;
|
|
10336
10191
|
colors: {
|
|
10337
10192
|
position: number;
|
|
10338
10193
|
id: string;
|
|
@@ -10344,7 +10199,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10344
10199
|
}, {
|
|
10345
10200
|
id: string;
|
|
10346
10201
|
type: "linear-gradient";
|
|
10347
|
-
blendMode: string;
|
|
10348
10202
|
colors: {
|
|
10349
10203
|
position: number;
|
|
10350
10204
|
id: string;
|
|
@@ -10372,12 +10226,10 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10372
10226
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10373
10227
|
diameter: z.ZodNumber;
|
|
10374
10228
|
angle: z.ZodNumber;
|
|
10375
|
-
blendMode: z.ZodString;
|
|
10376
10229
|
}, "strip", z.ZodTypeAny, {
|
|
10377
10230
|
center: [number, number];
|
|
10378
10231
|
id: string;
|
|
10379
10232
|
type: "radial-gradient";
|
|
10380
|
-
blendMode: string;
|
|
10381
10233
|
colors: {
|
|
10382
10234
|
position: number;
|
|
10383
10235
|
id: string;
|
|
@@ -10389,7 +10241,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10389
10241
|
center: [number, number];
|
|
10390
10242
|
id: string;
|
|
10391
10243
|
type: "radial-gradient";
|
|
10392
|
-
blendMode: string;
|
|
10393
10244
|
colors: {
|
|
10394
10245
|
position: number;
|
|
10395
10246
|
id: string;
|
|
@@ -10415,12 +10266,10 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10415
10266
|
}>, "many">;
|
|
10416
10267
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10417
10268
|
angle: z.ZodNumber;
|
|
10418
|
-
blendMode: z.ZodString;
|
|
10419
10269
|
}, "strip", z.ZodTypeAny, {
|
|
10420
10270
|
center: [number, number];
|
|
10421
10271
|
id: string;
|
|
10422
10272
|
type: "conic-gradient";
|
|
10423
|
-
blendMode: string;
|
|
10424
10273
|
colors: {
|
|
10425
10274
|
position: number;
|
|
10426
10275
|
id: string;
|
|
@@ -10431,7 +10280,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10431
10280
|
center: [number, number];
|
|
10432
10281
|
id: string;
|
|
10433
10282
|
type: "conic-gradient";
|
|
10434
|
-
blendMode: string;
|
|
10435
10283
|
colors: {
|
|
10436
10284
|
position: number;
|
|
10437
10285
|
id: string;
|
|
@@ -10445,13 +10293,11 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10445
10293
|
behavior: z.ZodString;
|
|
10446
10294
|
backgroundSize: z.ZodNumber;
|
|
10447
10295
|
opacity: z.ZodNumber;
|
|
10448
|
-
blendMode: z.ZodString;
|
|
10449
10296
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
10450
10297
|
}, "strip", z.ZodTypeAny, {
|
|
10451
10298
|
opacity: number;
|
|
10452
10299
|
id: string;
|
|
10453
10300
|
type: "image";
|
|
10454
|
-
blendMode: string;
|
|
10455
10301
|
src: string;
|
|
10456
10302
|
behavior: string;
|
|
10457
10303
|
backgroundSize: number;
|
|
@@ -10460,7 +10306,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10460
10306
|
opacity: number;
|
|
10461
10307
|
id: string;
|
|
10462
10308
|
type: "image";
|
|
10463
|
-
blendMode: string;
|
|
10464
10309
|
src: string;
|
|
10465
10310
|
behavior: string;
|
|
10466
10311
|
backgroundSize: number;
|
|
@@ -10497,11 +10342,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10497
10342
|
id: string;
|
|
10498
10343
|
value: string;
|
|
10499
10344
|
type: "solid";
|
|
10500
|
-
blendMode: string;
|
|
10501
10345
|
} | {
|
|
10502
10346
|
id: string;
|
|
10503
10347
|
type: "linear-gradient";
|
|
10504
|
-
blendMode: string;
|
|
10505
10348
|
colors: {
|
|
10506
10349
|
position: number;
|
|
10507
10350
|
id: string;
|
|
@@ -10514,7 +10357,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10514
10357
|
center: [number, number];
|
|
10515
10358
|
id: string;
|
|
10516
10359
|
type: "radial-gradient";
|
|
10517
|
-
blendMode: string;
|
|
10518
10360
|
colors: {
|
|
10519
10361
|
position: number;
|
|
10520
10362
|
id: string;
|
|
@@ -10526,7 +10368,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10526
10368
|
center: [number, number];
|
|
10527
10369
|
id: string;
|
|
10528
10370
|
type: "conic-gradient";
|
|
10529
|
-
blendMode: string;
|
|
10530
10371
|
colors: {
|
|
10531
10372
|
position: number;
|
|
10532
10373
|
id: string;
|
|
@@ -10537,7 +10378,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10537
10378
|
opacity: number;
|
|
10538
10379
|
id: string;
|
|
10539
10380
|
type: "image";
|
|
10540
|
-
blendMode: string;
|
|
10541
10381
|
src: string;
|
|
10542
10382
|
behavior: string;
|
|
10543
10383
|
backgroundSize: number;
|
|
@@ -10558,11 +10398,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10558
10398
|
id: string;
|
|
10559
10399
|
value: string;
|
|
10560
10400
|
type: "solid";
|
|
10561
|
-
blendMode: string;
|
|
10562
10401
|
} | {
|
|
10563
10402
|
id: string;
|
|
10564
10403
|
type: "linear-gradient";
|
|
10565
|
-
blendMode: string;
|
|
10566
10404
|
colors: {
|
|
10567
10405
|
position: number;
|
|
10568
10406
|
id: string;
|
|
@@ -10575,7 +10413,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10575
10413
|
center: [number, number];
|
|
10576
10414
|
id: string;
|
|
10577
10415
|
type: "radial-gradient";
|
|
10578
|
-
blendMode: string;
|
|
10579
10416
|
colors: {
|
|
10580
10417
|
position: number;
|
|
10581
10418
|
id: string;
|
|
@@ -10587,7 +10424,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10587
10424
|
center: [number, number];
|
|
10588
10425
|
id: string;
|
|
10589
10426
|
type: "conic-gradient";
|
|
10590
|
-
blendMode: string;
|
|
10591
10427
|
colors: {
|
|
10592
10428
|
position: number;
|
|
10593
10429
|
id: string;
|
|
@@ -10598,7 +10434,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10598
10434
|
opacity: number;
|
|
10599
10435
|
id: string;
|
|
10600
10436
|
type: "image";
|
|
10601
|
-
blendMode: string;
|
|
10602
10437
|
src: string;
|
|
10603
10438
|
behavior: string;
|
|
10604
10439
|
backgroundSize: number;
|
|
@@ -10620,17 +10455,14 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10620
10455
|
id: z.ZodString;
|
|
10621
10456
|
type: z.ZodLiteral<"solid">;
|
|
10622
10457
|
value: z.ZodString;
|
|
10623
|
-
blendMode: z.ZodString;
|
|
10624
10458
|
}, "strip", z.ZodTypeAny, {
|
|
10625
10459
|
id: string;
|
|
10626
10460
|
value: string;
|
|
10627
10461
|
type: "solid";
|
|
10628
|
-
blendMode: string;
|
|
10629
10462
|
}, {
|
|
10630
10463
|
id: string;
|
|
10631
10464
|
value: string;
|
|
10632
10465
|
type: "solid";
|
|
10633
|
-
blendMode: string;
|
|
10634
10466
|
}>, z.ZodObject<{
|
|
10635
10467
|
id: z.ZodString;
|
|
10636
10468
|
type: z.ZodLiteral<"linear-gradient">;
|
|
@@ -10650,11 +10482,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10650
10482
|
start: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10651
10483
|
end: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10652
10484
|
angle: z.ZodNumber;
|
|
10653
|
-
blendMode: z.ZodString;
|
|
10654
10485
|
}, "strip", z.ZodTypeAny, {
|
|
10655
10486
|
id: string;
|
|
10656
10487
|
type: "linear-gradient";
|
|
10657
|
-
blendMode: string;
|
|
10658
10488
|
colors: {
|
|
10659
10489
|
position: number;
|
|
10660
10490
|
id: string;
|
|
@@ -10666,7 +10496,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10666
10496
|
}, {
|
|
10667
10497
|
id: string;
|
|
10668
10498
|
type: "linear-gradient";
|
|
10669
|
-
blendMode: string;
|
|
10670
10499
|
colors: {
|
|
10671
10500
|
position: number;
|
|
10672
10501
|
id: string;
|
|
@@ -10694,12 +10523,10 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10694
10523
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10695
10524
|
diameter: z.ZodNumber;
|
|
10696
10525
|
angle: z.ZodNumber;
|
|
10697
|
-
blendMode: z.ZodString;
|
|
10698
10526
|
}, "strip", z.ZodTypeAny, {
|
|
10699
10527
|
center: [number, number];
|
|
10700
10528
|
id: string;
|
|
10701
10529
|
type: "radial-gradient";
|
|
10702
|
-
blendMode: string;
|
|
10703
10530
|
colors: {
|
|
10704
10531
|
position: number;
|
|
10705
10532
|
id: string;
|
|
@@ -10711,7 +10538,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10711
10538
|
center: [number, number];
|
|
10712
10539
|
id: string;
|
|
10713
10540
|
type: "radial-gradient";
|
|
10714
|
-
blendMode: string;
|
|
10715
10541
|
colors: {
|
|
10716
10542
|
position: number;
|
|
10717
10543
|
id: string;
|
|
@@ -10737,12 +10563,10 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10737
10563
|
}>, "many">;
|
|
10738
10564
|
center: z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>;
|
|
10739
10565
|
angle: z.ZodNumber;
|
|
10740
|
-
blendMode: z.ZodString;
|
|
10741
10566
|
}, "strip", z.ZodTypeAny, {
|
|
10742
10567
|
center: [number, number];
|
|
10743
10568
|
id: string;
|
|
10744
10569
|
type: "conic-gradient";
|
|
10745
|
-
blendMode: string;
|
|
10746
10570
|
colors: {
|
|
10747
10571
|
position: number;
|
|
10748
10572
|
id: string;
|
|
@@ -10753,7 +10577,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10753
10577
|
center: [number, number];
|
|
10754
10578
|
id: string;
|
|
10755
10579
|
type: "conic-gradient";
|
|
10756
|
-
blendMode: string;
|
|
10757
10580
|
colors: {
|
|
10758
10581
|
position: number;
|
|
10759
10582
|
id: string;
|
|
@@ -10767,13 +10590,11 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10767
10590
|
behavior: z.ZodString;
|
|
10768
10591
|
backgroundSize: z.ZodNumber;
|
|
10769
10592
|
opacity: z.ZodNumber;
|
|
10770
|
-
blendMode: z.ZodString;
|
|
10771
10593
|
rotation: z.ZodOptional<z.ZodNumber>;
|
|
10772
10594
|
}, "strip", z.ZodTypeAny, {
|
|
10773
10595
|
opacity: number;
|
|
10774
10596
|
id: string;
|
|
10775
10597
|
type: "image";
|
|
10776
|
-
blendMode: string;
|
|
10777
10598
|
src: string;
|
|
10778
10599
|
behavior: string;
|
|
10779
10600
|
backgroundSize: number;
|
|
@@ -10782,7 +10603,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10782
10603
|
opacity: number;
|
|
10783
10604
|
id: string;
|
|
10784
10605
|
type: "image";
|
|
10785
|
-
blendMode: string;
|
|
10786
10606
|
src: string;
|
|
10787
10607
|
behavior: string;
|
|
10788
10608
|
backgroundSize: number;
|
|
@@ -10819,11 +10639,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10819
10639
|
id: string;
|
|
10820
10640
|
value: string;
|
|
10821
10641
|
type: "solid";
|
|
10822
|
-
blendMode: string;
|
|
10823
10642
|
} | {
|
|
10824
10643
|
id: string;
|
|
10825
10644
|
type: "linear-gradient";
|
|
10826
|
-
blendMode: string;
|
|
10827
10645
|
colors: {
|
|
10828
10646
|
position: number;
|
|
10829
10647
|
id: string;
|
|
@@ -10836,7 +10654,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10836
10654
|
center: [number, number];
|
|
10837
10655
|
id: string;
|
|
10838
10656
|
type: "radial-gradient";
|
|
10839
|
-
blendMode: string;
|
|
10840
10657
|
colors: {
|
|
10841
10658
|
position: number;
|
|
10842
10659
|
id: string;
|
|
@@ -10848,7 +10665,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10848
10665
|
center: [number, number];
|
|
10849
10666
|
id: string;
|
|
10850
10667
|
type: "conic-gradient";
|
|
10851
|
-
blendMode: string;
|
|
10852
10668
|
colors: {
|
|
10853
10669
|
position: number;
|
|
10854
10670
|
id: string;
|
|
@@ -10859,7 +10675,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10859
10675
|
opacity: number;
|
|
10860
10676
|
id: string;
|
|
10861
10677
|
type: "image";
|
|
10862
|
-
blendMode: string;
|
|
10863
10678
|
src: string;
|
|
10864
10679
|
behavior: string;
|
|
10865
10680
|
backgroundSize: number;
|
|
@@ -10880,11 +10695,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10880
10695
|
id: string;
|
|
10881
10696
|
value: string;
|
|
10882
10697
|
type: "solid";
|
|
10883
|
-
blendMode: string;
|
|
10884
10698
|
} | {
|
|
10885
10699
|
id: string;
|
|
10886
10700
|
type: "linear-gradient";
|
|
10887
|
-
blendMode: string;
|
|
10888
10701
|
colors: {
|
|
10889
10702
|
position: number;
|
|
10890
10703
|
id: string;
|
|
@@ -10897,7 +10710,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10897
10710
|
center: [number, number];
|
|
10898
10711
|
id: string;
|
|
10899
10712
|
type: "radial-gradient";
|
|
10900
|
-
blendMode: string;
|
|
10901
10713
|
colors: {
|
|
10902
10714
|
position: number;
|
|
10903
10715
|
id: string;
|
|
@@ -10909,7 +10721,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10909
10721
|
center: [number, number];
|
|
10910
10722
|
id: string;
|
|
10911
10723
|
type: "conic-gradient";
|
|
10912
|
-
blendMode: string;
|
|
10913
10724
|
colors: {
|
|
10914
10725
|
position: number;
|
|
10915
10726
|
id: string;
|
|
@@ -10920,7 +10731,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10920
10731
|
opacity: number;
|
|
10921
10732
|
id: string;
|
|
10922
10733
|
type: "image";
|
|
10923
|
-
blendMode: string;
|
|
10924
10734
|
src: string;
|
|
10925
10735
|
behavior: string;
|
|
10926
10736
|
backgroundSize: number;
|
|
@@ -11393,11 +11203,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11393
11203
|
id: string;
|
|
11394
11204
|
value: string;
|
|
11395
11205
|
type: "solid";
|
|
11396
|
-
blendMode: string;
|
|
11397
11206
|
} | {
|
|
11398
11207
|
id: string;
|
|
11399
11208
|
type: "linear-gradient";
|
|
11400
|
-
blendMode: string;
|
|
11401
11209
|
colors: {
|
|
11402
11210
|
position: number;
|
|
11403
11211
|
id: string;
|
|
@@ -11410,7 +11218,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11410
11218
|
center: [number, number];
|
|
11411
11219
|
id: string;
|
|
11412
11220
|
type: "radial-gradient";
|
|
11413
|
-
blendMode: string;
|
|
11414
11221
|
colors: {
|
|
11415
11222
|
position: number;
|
|
11416
11223
|
id: string;
|
|
@@ -11422,7 +11229,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11422
11229
|
center: [number, number];
|
|
11423
11230
|
id: string;
|
|
11424
11231
|
type: "conic-gradient";
|
|
11425
|
-
blendMode: string;
|
|
11426
11232
|
colors: {
|
|
11427
11233
|
position: number;
|
|
11428
11234
|
id: string;
|
|
@@ -11433,7 +11239,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11433
11239
|
opacity: number;
|
|
11434
11240
|
id: string;
|
|
11435
11241
|
type: "image";
|
|
11436
|
-
blendMode: string;
|
|
11437
11242
|
src: string;
|
|
11438
11243
|
behavior: string;
|
|
11439
11244
|
backgroundSize: number;
|
|
@@ -11455,11 +11260,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11455
11260
|
id: string;
|
|
11456
11261
|
value: string;
|
|
11457
11262
|
type: "solid";
|
|
11458
|
-
blendMode: string;
|
|
11459
11263
|
} | {
|
|
11460
11264
|
id: string;
|
|
11461
11265
|
type: "linear-gradient";
|
|
11462
|
-
blendMode: string;
|
|
11463
11266
|
colors: {
|
|
11464
11267
|
position: number;
|
|
11465
11268
|
id: string;
|
|
@@ -11472,7 +11275,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11472
11275
|
center: [number, number];
|
|
11473
11276
|
id: string;
|
|
11474
11277
|
type: "radial-gradient";
|
|
11475
|
-
blendMode: string;
|
|
11476
11278
|
colors: {
|
|
11477
11279
|
position: number;
|
|
11478
11280
|
id: string;
|
|
@@ -11484,7 +11286,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11484
11286
|
center: [number, number];
|
|
11485
11287
|
id: string;
|
|
11486
11288
|
type: "conic-gradient";
|
|
11487
|
-
blendMode: string;
|
|
11488
11289
|
colors: {
|
|
11489
11290
|
position: number;
|
|
11490
11291
|
id: string;
|
|
@@ -11495,7 +11296,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11495
11296
|
opacity: number;
|
|
11496
11297
|
id: string;
|
|
11497
11298
|
type: "image";
|
|
11498
|
-
blendMode: string;
|
|
11499
11299
|
src: string;
|
|
11500
11300
|
behavior: string;
|
|
11501
11301
|
backgroundSize: number;
|
|
@@ -11648,11 +11448,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11648
11448
|
id: string;
|
|
11649
11449
|
value: string;
|
|
11650
11450
|
type: "solid";
|
|
11651
|
-
blendMode: string;
|
|
11652
11451
|
} | {
|
|
11653
11452
|
id: string;
|
|
11654
11453
|
type: "linear-gradient";
|
|
11655
|
-
blendMode: string;
|
|
11656
11454
|
colors: {
|
|
11657
11455
|
position: number;
|
|
11658
11456
|
id: string;
|
|
@@ -11665,7 +11463,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11665
11463
|
center: [number, number];
|
|
11666
11464
|
id: string;
|
|
11667
11465
|
type: "radial-gradient";
|
|
11668
|
-
blendMode: string;
|
|
11669
11466
|
colors: {
|
|
11670
11467
|
position: number;
|
|
11671
11468
|
id: string;
|
|
@@ -11677,7 +11474,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11677
11474
|
center: [number, number];
|
|
11678
11475
|
id: string;
|
|
11679
11476
|
type: "conic-gradient";
|
|
11680
|
-
blendMode: string;
|
|
11681
11477
|
colors: {
|
|
11682
11478
|
position: number;
|
|
11683
11479
|
id: string;
|
|
@@ -11688,7 +11484,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11688
11484
|
opacity: number;
|
|
11689
11485
|
id: string;
|
|
11690
11486
|
type: "image";
|
|
11691
|
-
blendMode: string;
|
|
11692
11487
|
src: string;
|
|
11693
11488
|
behavior: string;
|
|
11694
11489
|
backgroundSize: number;
|
|
@@ -11710,11 +11505,9 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11710
11505
|
id: string;
|
|
11711
11506
|
value: string;
|
|
11712
11507
|
type: "solid";
|
|
11713
|
-
blendMode: string;
|
|
11714
11508
|
} | {
|
|
11715
11509
|
id: string;
|
|
11716
11510
|
type: "linear-gradient";
|
|
11717
|
-
blendMode: string;
|
|
11718
11511
|
colors: {
|
|
11719
11512
|
position: number;
|
|
11720
11513
|
id: string;
|
|
@@ -11727,7 +11520,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11727
11520
|
center: [number, number];
|
|
11728
11521
|
id: string;
|
|
11729
11522
|
type: "radial-gradient";
|
|
11730
|
-
blendMode: string;
|
|
11731
11523
|
colors: {
|
|
11732
11524
|
position: number;
|
|
11733
11525
|
id: string;
|
|
@@ -11739,7 +11531,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11739
11531
|
center: [number, number];
|
|
11740
11532
|
id: string;
|
|
11741
11533
|
type: "conic-gradient";
|
|
11742
|
-
blendMode: string;
|
|
11743
11534
|
colors: {
|
|
11744
11535
|
position: number;
|
|
11745
11536
|
id: string;
|
|
@@ -11750,7 +11541,6 @@ export declare const ItemStateParamsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11750
11541
|
opacity: number;
|
|
11751
11542
|
id: string;
|
|
11752
11543
|
type: "image";
|
|
11753
|
-
blendMode: string;
|
|
11754
11544
|
src: string;
|
|
11755
11545
|
behavior: string;
|
|
11756
11546
|
backgroundSize: number;
|