@makeswift/prop-controllers 0.3.6-canary.0 → 0.3.7-canary.0

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.
@@ -118,15 +118,15 @@ declare const imagesDataV0ItemSchema: z.ZodObject<{
118
118
  elementKey: string;
119
119
  propName: string;
120
120
  }>>>;
121
- block: z.ZodEnum<["start", "center", "end"]>;
121
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
122
122
  }, "strip", z.ZodTypeAny, {
123
- block: "start" | "center" | "end";
123
+ block: "start" | "center" | "end" | "nearest";
124
124
  elementIdConfig?: {
125
125
  elementKey: string;
126
126
  propName: string;
127
127
  } | null | undefined;
128
128
  }, {
129
- block: "start" | "center" | "end";
129
+ block: "start" | "center" | "end" | "nearest";
130
130
  elementIdConfig?: {
131
131
  elementKey: string;
132
132
  propName: string;
@@ -136,9 +136,9 @@ declare const imagesDataV0ItemSchema: z.ZodObject<{
136
136
  elementKey: string;
137
137
  propName: string;
138
138
  } | null | undefined;
139
- block: "start" | "center" | "end";
139
+ block: "start" | "center" | "end" | "nearest";
140
140
  }, {
141
- block: "start" | "center" | "end";
141
+ block: "start" | "center" | "end" | "nearest";
142
142
  elementIdConfig?: {
143
143
  elementKey: string;
144
144
  propName: string;
@@ -151,12 +151,12 @@ declare const imagesDataV0ItemSchema: z.ZodObject<{
151
151
  elementKey: string;
152
152
  propName: string;
153
153
  } | null | undefined;
154
- block: "start" | "center" | "end";
154
+ block: "start" | "center" | "end" | "nearest";
155
155
  };
156
156
  }, {
157
157
  type: "SCROLL_TO_ELEMENT";
158
158
  payload: {
159
- block: "start" | "center" | "end";
159
+ block: "start" | "center" | "end" | "nearest";
160
160
  elementIdConfig?: {
161
161
  elementKey: string;
162
162
  propName: string;
@@ -197,7 +197,7 @@ declare const imagesDataV0ItemSchema: z.ZodObject<{
197
197
  elementKey: string;
198
198
  propName: string;
199
199
  } | null | undefined;
200
- block: "start" | "center" | "end";
200
+ block: "start" | "center" | "end" | "nearest";
201
201
  };
202
202
  } | undefined;
203
203
  file?: string | undefined;
@@ -230,7 +230,7 @@ declare const imagesDataV0ItemSchema: z.ZodObject<{
230
230
  } | {
231
231
  type: "SCROLL_TO_ELEMENT";
232
232
  payload: {
233
- block: "start" | "center" | "end";
233
+ block: "start" | "center" | "end" | "nearest";
234
234
  elementIdConfig?: {
235
235
  elementKey: string;
236
236
  propName: string;
@@ -274,7 +274,7 @@ declare const imagesDataV0ItemSchema: z.ZodObject<{
274
274
  elementKey: string;
275
275
  propName: string;
276
276
  } | null | undefined;
277
- block: "start" | "center" | "end";
277
+ block: "start" | "center" | "end" | "nearest";
278
278
  };
279
279
  } | undefined;
280
280
  file?: string | undefined;
@@ -310,7 +310,7 @@ declare const imagesDataV0ItemSchema: z.ZodObject<{
310
310
  } | {
311
311
  type: "SCROLL_TO_ELEMENT";
312
312
  payload: {
313
- block: "start" | "center" | "end";
313
+ block: "start" | "center" | "end" | "nearest";
314
314
  elementIdConfig?: {
315
315
  elementKey: string;
316
316
  propName: string;
@@ -440,15 +440,15 @@ declare const imagesDataV0Schema: z.ZodArray<z.ZodObject<{
440
440
  elementKey: string;
441
441
  propName: string;
442
442
  }>>>;
443
- block: z.ZodEnum<["start", "center", "end"]>;
443
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
444
444
  }, "strip", z.ZodTypeAny, {
445
- block: "start" | "center" | "end";
445
+ block: "start" | "center" | "end" | "nearest";
446
446
  elementIdConfig?: {
447
447
  elementKey: string;
448
448
  propName: string;
449
449
  } | null | undefined;
450
450
  }, {
451
- block: "start" | "center" | "end";
451
+ block: "start" | "center" | "end" | "nearest";
452
452
  elementIdConfig?: {
453
453
  elementKey: string;
454
454
  propName: string;
@@ -458,9 +458,9 @@ declare const imagesDataV0Schema: z.ZodArray<z.ZodObject<{
458
458
  elementKey: string;
459
459
  propName: string;
460
460
  } | null | undefined;
461
- block: "start" | "center" | "end";
461
+ block: "start" | "center" | "end" | "nearest";
462
462
  }, {
463
- block: "start" | "center" | "end";
463
+ block: "start" | "center" | "end" | "nearest";
464
464
  elementIdConfig?: {
465
465
  elementKey: string;
466
466
  propName: string;
@@ -473,12 +473,12 @@ declare const imagesDataV0Schema: z.ZodArray<z.ZodObject<{
473
473
  elementKey: string;
474
474
  propName: string;
475
475
  } | null | undefined;
476
- block: "start" | "center" | "end";
476
+ block: "start" | "center" | "end" | "nearest";
477
477
  };
478
478
  }, {
479
479
  type: "SCROLL_TO_ELEMENT";
480
480
  payload: {
481
- block: "start" | "center" | "end";
481
+ block: "start" | "center" | "end" | "nearest";
482
482
  elementIdConfig?: {
483
483
  elementKey: string;
484
484
  propName: string;
@@ -519,7 +519,7 @@ declare const imagesDataV0Schema: z.ZodArray<z.ZodObject<{
519
519
  elementKey: string;
520
520
  propName: string;
521
521
  } | null | undefined;
522
- block: "start" | "center" | "end";
522
+ block: "start" | "center" | "end" | "nearest";
523
523
  };
524
524
  } | undefined;
525
525
  file?: string | undefined;
@@ -552,7 +552,7 @@ declare const imagesDataV0Schema: z.ZodArray<z.ZodObject<{
552
552
  } | {
553
553
  type: "SCROLL_TO_ELEMENT";
554
554
  payload: {
555
- block: "start" | "center" | "end";
555
+ block: "start" | "center" | "end" | "nearest";
556
556
  elementIdConfig?: {
557
557
  elementKey: string;
558
558
  propName: string;
@@ -596,7 +596,7 @@ declare const imagesDataV0Schema: z.ZodArray<z.ZodObject<{
596
596
  elementKey: string;
597
597
  propName: string;
598
598
  } | null | undefined;
599
- block: "start" | "center" | "end";
599
+ block: "start" | "center" | "end" | "nearest";
600
600
  };
601
601
  } | undefined;
602
602
  file?: string | undefined;
@@ -632,7 +632,7 @@ declare const imagesDataV0Schema: z.ZodArray<z.ZodObject<{
632
632
  } | {
633
633
  type: "SCROLL_TO_ELEMENT";
634
634
  payload: {
635
- block: "start" | "center" | "end";
635
+ block: "start" | "center" | "end" | "nearest";
636
636
  elementIdConfig?: {
637
637
  elementKey: string;
638
638
  propName: string;
@@ -763,15 +763,15 @@ declare const imagesDataV1ItemSchema: z.ZodObject<{
763
763
  elementKey: string;
764
764
  propName: string;
765
765
  }>>>;
766
- block: z.ZodEnum<["start", "center", "end"]>;
766
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
767
767
  }, "strip", z.ZodTypeAny, {
768
- block: "start" | "center" | "end";
768
+ block: "start" | "center" | "end" | "nearest";
769
769
  elementIdConfig?: {
770
770
  elementKey: string;
771
771
  propName: string;
772
772
  } | null | undefined;
773
773
  }, {
774
- block: "start" | "center" | "end";
774
+ block: "start" | "center" | "end" | "nearest";
775
775
  elementIdConfig?: {
776
776
  elementKey: string;
777
777
  propName: string;
@@ -781,9 +781,9 @@ declare const imagesDataV1ItemSchema: z.ZodObject<{
781
781
  elementKey: string;
782
782
  propName: string;
783
783
  } | null | undefined;
784
- block: "start" | "center" | "end";
784
+ block: "start" | "center" | "end" | "nearest";
785
785
  }, {
786
- block: "start" | "center" | "end";
786
+ block: "start" | "center" | "end" | "nearest";
787
787
  elementIdConfig?: {
788
788
  elementKey: string;
789
789
  propName: string;
@@ -796,12 +796,12 @@ declare const imagesDataV1ItemSchema: z.ZodObject<{
796
796
  elementKey: string;
797
797
  propName: string;
798
798
  } | null | undefined;
799
- block: "start" | "center" | "end";
799
+ block: "start" | "center" | "end" | "nearest";
800
800
  };
801
801
  }, {
802
802
  type: "SCROLL_TO_ELEMENT";
803
803
  payload: {
804
- block: "start" | "center" | "end";
804
+ block: "start" | "center" | "end" | "nearest";
805
805
  elementIdConfig?: {
806
806
  elementKey: string;
807
807
  propName: string;
@@ -872,7 +872,7 @@ declare const imagesDataV1ItemSchema: z.ZodObject<{
872
872
  elementKey: string;
873
873
  propName: string;
874
874
  } | null | undefined;
875
- block: "start" | "center" | "end";
875
+ block: "start" | "center" | "end" | "nearest";
876
876
  };
877
877
  } | undefined;
878
878
  file?: {
@@ -915,7 +915,7 @@ declare const imagesDataV1ItemSchema: z.ZodObject<{
915
915
  } | {
916
916
  type: "SCROLL_TO_ELEMENT";
917
917
  payload: {
918
- block: "start" | "center" | "end";
918
+ block: "start" | "center" | "end" | "nearest";
919
919
  elementIdConfig?: {
920
920
  elementKey: string;
921
921
  propName: string;
@@ -970,7 +970,7 @@ declare const imagesDataV1ItemSchema: z.ZodObject<{
970
970
  elementKey: string;
971
971
  propName: string;
972
972
  } | null | undefined;
973
- block: "start" | "center" | "end";
973
+ block: "start" | "center" | "end" | "nearest";
974
974
  };
975
975
  } | undefined;
976
976
  file?: {
@@ -1017,7 +1017,7 @@ declare const imagesDataV1ItemSchema: z.ZodObject<{
1017
1017
  } | {
1018
1018
  type: "SCROLL_TO_ELEMENT";
1019
1019
  payload: {
1020
- block: "start" | "center" | "end";
1020
+ block: "start" | "center" | "end" | "nearest";
1021
1021
  elementIdConfig?: {
1022
1022
  elementKey: string;
1023
1023
  propName: string;
@@ -1157,15 +1157,15 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1157
1157
  elementKey: string;
1158
1158
  propName: string;
1159
1159
  }>>>;
1160
- block: z.ZodEnum<["start", "center", "end"]>;
1160
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
1161
1161
  }, "strip", z.ZodTypeAny, {
1162
- block: "start" | "center" | "end";
1162
+ block: "start" | "center" | "end" | "nearest";
1163
1163
  elementIdConfig?: {
1164
1164
  elementKey: string;
1165
1165
  propName: string;
1166
1166
  } | null | undefined;
1167
1167
  }, {
1168
- block: "start" | "center" | "end";
1168
+ block: "start" | "center" | "end" | "nearest";
1169
1169
  elementIdConfig?: {
1170
1170
  elementKey: string;
1171
1171
  propName: string;
@@ -1175,9 +1175,9 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1175
1175
  elementKey: string;
1176
1176
  propName: string;
1177
1177
  } | null | undefined;
1178
- block: "start" | "center" | "end";
1178
+ block: "start" | "center" | "end" | "nearest";
1179
1179
  }, {
1180
- block: "start" | "center" | "end";
1180
+ block: "start" | "center" | "end" | "nearest";
1181
1181
  elementIdConfig?: {
1182
1182
  elementKey: string;
1183
1183
  propName: string;
@@ -1190,12 +1190,12 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1190
1190
  elementKey: string;
1191
1191
  propName: string;
1192
1192
  } | null | undefined;
1193
- block: "start" | "center" | "end";
1193
+ block: "start" | "center" | "end" | "nearest";
1194
1194
  };
1195
1195
  }, {
1196
1196
  type: "SCROLL_TO_ELEMENT";
1197
1197
  payload: {
1198
- block: "start" | "center" | "end";
1198
+ block: "start" | "center" | "end" | "nearest";
1199
1199
  elementIdConfig?: {
1200
1200
  elementKey: string;
1201
1201
  propName: string;
@@ -1236,7 +1236,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1236
1236
  elementKey: string;
1237
1237
  propName: string;
1238
1238
  } | null | undefined;
1239
- block: "start" | "center" | "end";
1239
+ block: "start" | "center" | "end" | "nearest";
1240
1240
  };
1241
1241
  } | undefined;
1242
1242
  file?: string | undefined;
@@ -1269,7 +1269,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1269
1269
  } | {
1270
1270
  type: "SCROLL_TO_ELEMENT";
1271
1271
  payload: {
1272
- block: "start" | "center" | "end";
1272
+ block: "start" | "center" | "end" | "nearest";
1273
1273
  elementIdConfig?: {
1274
1274
  elementKey: string;
1275
1275
  propName: string;
@@ -1313,7 +1313,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1313
1313
  elementKey: string;
1314
1314
  propName: string;
1315
1315
  } | null | undefined;
1316
- block: "start" | "center" | "end";
1316
+ block: "start" | "center" | "end" | "nearest";
1317
1317
  };
1318
1318
  } | undefined;
1319
1319
  file?: string | undefined;
@@ -1349,7 +1349,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1349
1349
  } | {
1350
1350
  type: "SCROLL_TO_ELEMENT";
1351
1351
  payload: {
1352
- block: "start" | "center" | "end";
1352
+ block: "start" | "center" | "end" | "nearest";
1353
1353
  elementIdConfig?: {
1354
1354
  elementKey: string;
1355
1355
  propName: string;
@@ -1478,15 +1478,15 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1478
1478
  elementKey: string;
1479
1479
  propName: string;
1480
1480
  }>>>;
1481
- block: z.ZodEnum<["start", "center", "end"]>;
1481
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
1482
1482
  }, "strip", z.ZodTypeAny, {
1483
- block: "start" | "center" | "end";
1483
+ block: "start" | "center" | "end" | "nearest";
1484
1484
  elementIdConfig?: {
1485
1485
  elementKey: string;
1486
1486
  propName: string;
1487
1487
  } | null | undefined;
1488
1488
  }, {
1489
- block: "start" | "center" | "end";
1489
+ block: "start" | "center" | "end" | "nearest";
1490
1490
  elementIdConfig?: {
1491
1491
  elementKey: string;
1492
1492
  propName: string;
@@ -1496,9 +1496,9 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1496
1496
  elementKey: string;
1497
1497
  propName: string;
1498
1498
  } | null | undefined;
1499
- block: "start" | "center" | "end";
1499
+ block: "start" | "center" | "end" | "nearest";
1500
1500
  }, {
1501
- block: "start" | "center" | "end";
1501
+ block: "start" | "center" | "end" | "nearest";
1502
1502
  elementIdConfig?: {
1503
1503
  elementKey: string;
1504
1504
  propName: string;
@@ -1511,12 +1511,12 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1511
1511
  elementKey: string;
1512
1512
  propName: string;
1513
1513
  } | null | undefined;
1514
- block: "start" | "center" | "end";
1514
+ block: "start" | "center" | "end" | "nearest";
1515
1515
  };
1516
1516
  }, {
1517
1517
  type: "SCROLL_TO_ELEMENT";
1518
1518
  payload: {
1519
- block: "start" | "center" | "end";
1519
+ block: "start" | "center" | "end" | "nearest";
1520
1520
  elementIdConfig?: {
1521
1521
  elementKey: string;
1522
1522
  propName: string;
@@ -1587,7 +1587,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1587
1587
  elementKey: string;
1588
1588
  propName: string;
1589
1589
  } | null | undefined;
1590
- block: "start" | "center" | "end";
1590
+ block: "start" | "center" | "end" | "nearest";
1591
1591
  };
1592
1592
  } | undefined;
1593
1593
  file?: {
@@ -1630,7 +1630,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1630
1630
  } | {
1631
1631
  type: "SCROLL_TO_ELEMENT";
1632
1632
  payload: {
1633
- block: "start" | "center" | "end";
1633
+ block: "start" | "center" | "end" | "nearest";
1634
1634
  elementIdConfig?: {
1635
1635
  elementKey: string;
1636
1636
  propName: string;
@@ -1685,7 +1685,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1685
1685
  elementKey: string;
1686
1686
  propName: string;
1687
1687
  } | null | undefined;
1688
- block: "start" | "center" | "end";
1688
+ block: "start" | "center" | "end" | "nearest";
1689
1689
  };
1690
1690
  } | undefined;
1691
1691
  file?: {
@@ -1732,7 +1732,7 @@ declare const imagesDataItemSchema: z.ZodUnion<[z.ZodObject<{
1732
1732
  } | {
1733
1733
  type: "SCROLL_TO_ELEMENT";
1734
1734
  payload: {
1735
- block: "start" | "center" | "end";
1735
+ block: "start" | "center" | "end" | "nearest";
1736
1736
  elementIdConfig?: {
1737
1737
  elementKey: string;
1738
1738
  propName: string;
@@ -1872,15 +1872,15 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1872
1872
  elementKey: string;
1873
1873
  propName: string;
1874
1874
  }>>>;
1875
- block: z.ZodEnum<["start", "center", "end"]>;
1875
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
1876
1876
  }, "strip", z.ZodTypeAny, {
1877
- block: "start" | "center" | "end";
1877
+ block: "start" | "center" | "end" | "nearest";
1878
1878
  elementIdConfig?: {
1879
1879
  elementKey: string;
1880
1880
  propName: string;
1881
1881
  } | null | undefined;
1882
1882
  }, {
1883
- block: "start" | "center" | "end";
1883
+ block: "start" | "center" | "end" | "nearest";
1884
1884
  elementIdConfig?: {
1885
1885
  elementKey: string;
1886
1886
  propName: string;
@@ -1890,9 +1890,9 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1890
1890
  elementKey: string;
1891
1891
  propName: string;
1892
1892
  } | null | undefined;
1893
- block: "start" | "center" | "end";
1893
+ block: "start" | "center" | "end" | "nearest";
1894
1894
  }, {
1895
- block: "start" | "center" | "end";
1895
+ block: "start" | "center" | "end" | "nearest";
1896
1896
  elementIdConfig?: {
1897
1897
  elementKey: string;
1898
1898
  propName: string;
@@ -1905,12 +1905,12 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1905
1905
  elementKey: string;
1906
1906
  propName: string;
1907
1907
  } | null | undefined;
1908
- block: "start" | "center" | "end";
1908
+ block: "start" | "center" | "end" | "nearest";
1909
1909
  };
1910
1910
  }, {
1911
1911
  type: "SCROLL_TO_ELEMENT";
1912
1912
  payload: {
1913
- block: "start" | "center" | "end";
1913
+ block: "start" | "center" | "end" | "nearest";
1914
1914
  elementIdConfig?: {
1915
1915
  elementKey: string;
1916
1916
  propName: string;
@@ -1951,7 +1951,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1951
1951
  elementKey: string;
1952
1952
  propName: string;
1953
1953
  } | null | undefined;
1954
- block: "start" | "center" | "end";
1954
+ block: "start" | "center" | "end" | "nearest";
1955
1955
  };
1956
1956
  } | undefined;
1957
1957
  file?: string | undefined;
@@ -1984,7 +1984,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1984
1984
  } | {
1985
1985
  type: "SCROLL_TO_ELEMENT";
1986
1986
  payload: {
1987
- block: "start" | "center" | "end";
1987
+ block: "start" | "center" | "end" | "nearest";
1988
1988
  elementIdConfig?: {
1989
1989
  elementKey: string;
1990
1990
  propName: string;
@@ -2028,7 +2028,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2028
2028
  elementKey: string;
2029
2029
  propName: string;
2030
2030
  } | null | undefined;
2031
- block: "start" | "center" | "end";
2031
+ block: "start" | "center" | "end" | "nearest";
2032
2032
  };
2033
2033
  } | undefined;
2034
2034
  file?: string | undefined;
@@ -2064,7 +2064,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2064
2064
  } | {
2065
2065
  type: "SCROLL_TO_ELEMENT";
2066
2066
  payload: {
2067
- block: "start" | "center" | "end";
2067
+ block: "start" | "center" | "end" | "nearest";
2068
2068
  elementIdConfig?: {
2069
2069
  elementKey: string;
2070
2070
  propName: string;
@@ -2193,15 +2193,15 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2193
2193
  elementKey: string;
2194
2194
  propName: string;
2195
2195
  }>>>;
2196
- block: z.ZodEnum<["start", "center", "end"]>;
2196
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
2197
2197
  }, "strip", z.ZodTypeAny, {
2198
- block: "start" | "center" | "end";
2198
+ block: "start" | "center" | "end" | "nearest";
2199
2199
  elementIdConfig?: {
2200
2200
  elementKey: string;
2201
2201
  propName: string;
2202
2202
  } | null | undefined;
2203
2203
  }, {
2204
- block: "start" | "center" | "end";
2204
+ block: "start" | "center" | "end" | "nearest";
2205
2205
  elementIdConfig?: {
2206
2206
  elementKey: string;
2207
2207
  propName: string;
@@ -2211,9 +2211,9 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2211
2211
  elementKey: string;
2212
2212
  propName: string;
2213
2213
  } | null | undefined;
2214
- block: "start" | "center" | "end";
2214
+ block: "start" | "center" | "end" | "nearest";
2215
2215
  }, {
2216
- block: "start" | "center" | "end";
2216
+ block: "start" | "center" | "end" | "nearest";
2217
2217
  elementIdConfig?: {
2218
2218
  elementKey: string;
2219
2219
  propName: string;
@@ -2226,12 +2226,12 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2226
2226
  elementKey: string;
2227
2227
  propName: string;
2228
2228
  } | null | undefined;
2229
- block: "start" | "center" | "end";
2229
+ block: "start" | "center" | "end" | "nearest";
2230
2230
  };
2231
2231
  }, {
2232
2232
  type: "SCROLL_TO_ELEMENT";
2233
2233
  payload: {
2234
- block: "start" | "center" | "end";
2234
+ block: "start" | "center" | "end" | "nearest";
2235
2235
  elementIdConfig?: {
2236
2236
  elementKey: string;
2237
2237
  propName: string;
@@ -2302,7 +2302,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2302
2302
  elementKey: string;
2303
2303
  propName: string;
2304
2304
  } | null | undefined;
2305
- block: "start" | "center" | "end";
2305
+ block: "start" | "center" | "end" | "nearest";
2306
2306
  };
2307
2307
  } | undefined;
2308
2308
  file?: {
@@ -2345,7 +2345,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2345
2345
  } | {
2346
2346
  type: "SCROLL_TO_ELEMENT";
2347
2347
  payload: {
2348
- block: "start" | "center" | "end";
2348
+ block: "start" | "center" | "end" | "nearest";
2349
2349
  elementIdConfig?: {
2350
2350
  elementKey: string;
2351
2351
  propName: string;
@@ -2400,7 +2400,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2400
2400
  elementKey: string;
2401
2401
  propName: string;
2402
2402
  } | null | undefined;
2403
- block: "start" | "center" | "end";
2403
+ block: "start" | "center" | "end" | "nearest";
2404
2404
  };
2405
2405
  } | undefined;
2406
2406
  file?: {
@@ -2447,7 +2447,7 @@ export declare const imagesDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2447
2447
  } | {
2448
2448
  type: "SCROLL_TO_ELEMENT";
2449
2449
  payload: {
2450
- block: "start" | "center" | "end";
2450
+ block: "start" | "center" | "end" | "nearest";
2451
2451
  elementIdConfig?: {
2452
2452
  elementKey: string;
2453
2453
  propName: string;
@@ -2590,15 +2590,15 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2590
2590
  elementKey: string;
2591
2591
  propName: string;
2592
2592
  }>>>;
2593
- block: z.ZodEnum<["start", "center", "end"]>;
2593
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
2594
2594
  }, "strip", z.ZodTypeAny, {
2595
- block: "start" | "center" | "end";
2595
+ block: "start" | "center" | "end" | "nearest";
2596
2596
  elementIdConfig?: {
2597
2597
  elementKey: string;
2598
2598
  propName: string;
2599
2599
  } | null | undefined;
2600
2600
  }, {
2601
- block: "start" | "center" | "end";
2601
+ block: "start" | "center" | "end" | "nearest";
2602
2602
  elementIdConfig?: {
2603
2603
  elementKey: string;
2604
2604
  propName: string;
@@ -2608,9 +2608,9 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2608
2608
  elementKey: string;
2609
2609
  propName: string;
2610
2610
  } | null | undefined;
2611
- block: "start" | "center" | "end";
2611
+ block: "start" | "center" | "end" | "nearest";
2612
2612
  }, {
2613
- block: "start" | "center" | "end";
2613
+ block: "start" | "center" | "end" | "nearest";
2614
2614
  elementIdConfig?: {
2615
2615
  elementKey: string;
2616
2616
  propName: string;
@@ -2623,12 +2623,12 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2623
2623
  elementKey: string;
2624
2624
  propName: string;
2625
2625
  } | null | undefined;
2626
- block: "start" | "center" | "end";
2626
+ block: "start" | "center" | "end" | "nearest";
2627
2627
  };
2628
2628
  }, {
2629
2629
  type: "SCROLL_TO_ELEMENT";
2630
2630
  payload: {
2631
- block: "start" | "center" | "end";
2631
+ block: "start" | "center" | "end" | "nearest";
2632
2632
  elementIdConfig?: {
2633
2633
  elementKey: string;
2634
2634
  propName: string;
@@ -2669,7 +2669,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2669
2669
  elementKey: string;
2670
2670
  propName: string;
2671
2671
  } | null | undefined;
2672
- block: "start" | "center" | "end";
2672
+ block: "start" | "center" | "end" | "nearest";
2673
2673
  };
2674
2674
  } | undefined;
2675
2675
  file?: string | undefined;
@@ -2702,7 +2702,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2702
2702
  } | {
2703
2703
  type: "SCROLL_TO_ELEMENT";
2704
2704
  payload: {
2705
- block: "start" | "center" | "end";
2705
+ block: "start" | "center" | "end" | "nearest";
2706
2706
  elementIdConfig?: {
2707
2707
  elementKey: string;
2708
2708
  propName: string;
@@ -2746,7 +2746,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2746
2746
  elementKey: string;
2747
2747
  propName: string;
2748
2748
  } | null | undefined;
2749
- block: "start" | "center" | "end";
2749
+ block: "start" | "center" | "end" | "nearest";
2750
2750
  };
2751
2751
  } | undefined;
2752
2752
  file?: string | undefined;
@@ -2782,7 +2782,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2782
2782
  } | {
2783
2783
  type: "SCROLL_TO_ELEMENT";
2784
2784
  payload: {
2785
- block: "start" | "center" | "end";
2785
+ block: "start" | "center" | "end" | "nearest";
2786
2786
  elementIdConfig?: {
2787
2787
  elementKey: string;
2788
2788
  propName: string;
@@ -2911,15 +2911,15 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2911
2911
  elementKey: string;
2912
2912
  propName: string;
2913
2913
  }>>>;
2914
- block: z.ZodEnum<["start", "center", "end"]>;
2914
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
2915
2915
  }, "strip", z.ZodTypeAny, {
2916
- block: "start" | "center" | "end";
2916
+ block: "start" | "center" | "end" | "nearest";
2917
2917
  elementIdConfig?: {
2918
2918
  elementKey: string;
2919
2919
  propName: string;
2920
2920
  } | null | undefined;
2921
2921
  }, {
2922
- block: "start" | "center" | "end";
2922
+ block: "start" | "center" | "end" | "nearest";
2923
2923
  elementIdConfig?: {
2924
2924
  elementKey: string;
2925
2925
  propName: string;
@@ -2929,9 +2929,9 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2929
2929
  elementKey: string;
2930
2930
  propName: string;
2931
2931
  } | null | undefined;
2932
- block: "start" | "center" | "end";
2932
+ block: "start" | "center" | "end" | "nearest";
2933
2933
  }, {
2934
- block: "start" | "center" | "end";
2934
+ block: "start" | "center" | "end" | "nearest";
2935
2935
  elementIdConfig?: {
2936
2936
  elementKey: string;
2937
2937
  propName: string;
@@ -2944,12 +2944,12 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
2944
2944
  elementKey: string;
2945
2945
  propName: string;
2946
2946
  } | null | undefined;
2947
- block: "start" | "center" | "end";
2947
+ block: "start" | "center" | "end" | "nearest";
2948
2948
  };
2949
2949
  }, {
2950
2950
  type: "SCROLL_TO_ELEMENT";
2951
2951
  payload: {
2952
- block: "start" | "center" | "end";
2952
+ block: "start" | "center" | "end" | "nearest";
2953
2953
  elementIdConfig?: {
2954
2954
  elementKey: string;
2955
2955
  propName: string;
@@ -3020,7 +3020,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3020
3020
  elementKey: string;
3021
3021
  propName: string;
3022
3022
  } | null | undefined;
3023
- block: "start" | "center" | "end";
3023
+ block: "start" | "center" | "end" | "nearest";
3024
3024
  };
3025
3025
  } | undefined;
3026
3026
  file?: {
@@ -3063,7 +3063,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3063
3063
  } | {
3064
3064
  type: "SCROLL_TO_ELEMENT";
3065
3065
  payload: {
3066
- block: "start" | "center" | "end";
3066
+ block: "start" | "center" | "end" | "nearest";
3067
3067
  elementIdConfig?: {
3068
3068
  elementKey: string;
3069
3069
  propName: string;
@@ -3118,7 +3118,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3118
3118
  elementKey: string;
3119
3119
  propName: string;
3120
3120
  } | null | undefined;
3121
- block: "start" | "center" | "end";
3121
+ block: "start" | "center" | "end" | "nearest";
3122
3122
  };
3123
3123
  } | undefined;
3124
3124
  file?: {
@@ -3165,7 +3165,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3165
3165
  } | {
3166
3166
  type: "SCROLL_TO_ELEMENT";
3167
3167
  payload: {
3168
- block: "start" | "center" | "end";
3168
+ block: "start" | "center" | "end" | "nearest";
3169
3169
  elementIdConfig?: {
3170
3170
  elementKey: string;
3171
3171
  propName: string;
@@ -3221,7 +3221,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3221
3221
  elementKey: string;
3222
3222
  propName: string;
3223
3223
  } | null | undefined;
3224
- block: "start" | "center" | "end";
3224
+ block: "start" | "center" | "end" | "nearest";
3225
3225
  };
3226
3226
  } | undefined;
3227
3227
  file?: string | undefined;
@@ -3262,7 +3262,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3262
3262
  elementKey: string;
3263
3263
  propName: string;
3264
3264
  } | null | undefined;
3265
- block: "start" | "center" | "end";
3265
+ block: "start" | "center" | "end" | "nearest";
3266
3266
  };
3267
3267
  } | undefined;
3268
3268
  file?: {
@@ -3311,7 +3311,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3311
3311
  } | {
3312
3312
  type: "SCROLL_TO_ELEMENT";
3313
3313
  payload: {
3314
- block: "start" | "center" | "end";
3314
+ block: "start" | "center" | "end" | "nearest";
3315
3315
  elementIdConfig?: {
3316
3316
  elementKey: string;
3317
3317
  propName: string;
@@ -3352,7 +3352,7 @@ declare const imagesPropControllerDataV2Schema: z.ZodObject<{
3352
3352
  } | {
3353
3353
  type: "SCROLL_TO_ELEMENT";
3354
3354
  payload: {
3355
- block: "start" | "center" | "end";
3355
+ block: "start" | "center" | "end" | "nearest";
3356
3356
  elementIdConfig?: {
3357
3357
  elementKey: string;
3358
3358
  propName: string;
@@ -3494,15 +3494,15 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3494
3494
  elementKey: string;
3495
3495
  propName: string;
3496
3496
  }>>>;
3497
- block: z.ZodEnum<["start", "center", "end"]>;
3497
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
3498
3498
  }, "strip", z.ZodTypeAny, {
3499
- block: "start" | "center" | "end";
3499
+ block: "start" | "center" | "end" | "nearest";
3500
3500
  elementIdConfig?: {
3501
3501
  elementKey: string;
3502
3502
  propName: string;
3503
3503
  } | null | undefined;
3504
3504
  }, {
3505
- block: "start" | "center" | "end";
3505
+ block: "start" | "center" | "end" | "nearest";
3506
3506
  elementIdConfig?: {
3507
3507
  elementKey: string;
3508
3508
  propName: string;
@@ -3512,9 +3512,9 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3512
3512
  elementKey: string;
3513
3513
  propName: string;
3514
3514
  } | null | undefined;
3515
- block: "start" | "center" | "end";
3515
+ block: "start" | "center" | "end" | "nearest";
3516
3516
  }, {
3517
- block: "start" | "center" | "end";
3517
+ block: "start" | "center" | "end" | "nearest";
3518
3518
  elementIdConfig?: {
3519
3519
  elementKey: string;
3520
3520
  propName: string;
@@ -3527,12 +3527,12 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3527
3527
  elementKey: string;
3528
3528
  propName: string;
3529
3529
  } | null | undefined;
3530
- block: "start" | "center" | "end";
3530
+ block: "start" | "center" | "end" | "nearest";
3531
3531
  };
3532
3532
  }, {
3533
3533
  type: "SCROLL_TO_ELEMENT";
3534
3534
  payload: {
3535
- block: "start" | "center" | "end";
3535
+ block: "start" | "center" | "end" | "nearest";
3536
3536
  elementIdConfig?: {
3537
3537
  elementKey: string;
3538
3538
  propName: string;
@@ -3573,7 +3573,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3573
3573
  elementKey: string;
3574
3574
  propName: string;
3575
3575
  } | null | undefined;
3576
- block: "start" | "center" | "end";
3576
+ block: "start" | "center" | "end" | "nearest";
3577
3577
  };
3578
3578
  } | undefined;
3579
3579
  file?: string | undefined;
@@ -3606,7 +3606,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3606
3606
  } | {
3607
3607
  type: "SCROLL_TO_ELEMENT";
3608
3608
  payload: {
3609
- block: "start" | "center" | "end";
3609
+ block: "start" | "center" | "end" | "nearest";
3610
3610
  elementIdConfig?: {
3611
3611
  elementKey: string;
3612
3612
  propName: string;
@@ -3650,7 +3650,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3650
3650
  elementKey: string;
3651
3651
  propName: string;
3652
3652
  } | null | undefined;
3653
- block: "start" | "center" | "end";
3653
+ block: "start" | "center" | "end" | "nearest";
3654
3654
  };
3655
3655
  } | undefined;
3656
3656
  file?: string | undefined;
@@ -3686,7 +3686,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3686
3686
  } | {
3687
3687
  type: "SCROLL_TO_ELEMENT";
3688
3688
  payload: {
3689
- block: "start" | "center" | "end";
3689
+ block: "start" | "center" | "end" | "nearest";
3690
3690
  elementIdConfig?: {
3691
3691
  elementKey: string;
3692
3692
  propName: string;
@@ -3814,15 +3814,15 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3814
3814
  elementKey: string;
3815
3815
  propName: string;
3816
3816
  }>>>;
3817
- block: z.ZodEnum<["start", "center", "end"]>;
3817
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
3818
3818
  }, "strip", z.ZodTypeAny, {
3819
- block: "start" | "center" | "end";
3819
+ block: "start" | "center" | "end" | "nearest";
3820
3820
  elementIdConfig?: {
3821
3821
  elementKey: string;
3822
3822
  propName: string;
3823
3823
  } | null | undefined;
3824
3824
  }, {
3825
- block: "start" | "center" | "end";
3825
+ block: "start" | "center" | "end" | "nearest";
3826
3826
  elementIdConfig?: {
3827
3827
  elementKey: string;
3828
3828
  propName: string;
@@ -3832,9 +3832,9 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3832
3832
  elementKey: string;
3833
3833
  propName: string;
3834
3834
  } | null | undefined;
3835
- block: "start" | "center" | "end";
3835
+ block: "start" | "center" | "end" | "nearest";
3836
3836
  }, {
3837
- block: "start" | "center" | "end";
3837
+ block: "start" | "center" | "end" | "nearest";
3838
3838
  elementIdConfig?: {
3839
3839
  elementKey: string;
3840
3840
  propName: string;
@@ -3847,12 +3847,12 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3847
3847
  elementKey: string;
3848
3848
  propName: string;
3849
3849
  } | null | undefined;
3850
- block: "start" | "center" | "end";
3850
+ block: "start" | "center" | "end" | "nearest";
3851
3851
  };
3852
3852
  }, {
3853
3853
  type: "SCROLL_TO_ELEMENT";
3854
3854
  payload: {
3855
- block: "start" | "center" | "end";
3855
+ block: "start" | "center" | "end" | "nearest";
3856
3856
  elementIdConfig?: {
3857
3857
  elementKey: string;
3858
3858
  propName: string;
@@ -3893,7 +3893,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3893
3893
  elementKey: string;
3894
3894
  propName: string;
3895
3895
  } | null | undefined;
3896
- block: "start" | "center" | "end";
3896
+ block: "start" | "center" | "end" | "nearest";
3897
3897
  };
3898
3898
  } | undefined;
3899
3899
  file?: string | undefined;
@@ -3926,7 +3926,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3926
3926
  } | {
3927
3927
  type: "SCROLL_TO_ELEMENT";
3928
3928
  payload: {
3929
- block: "start" | "center" | "end";
3929
+ block: "start" | "center" | "end" | "nearest";
3930
3930
  elementIdConfig?: {
3931
3931
  elementKey: string;
3932
3932
  propName: string;
@@ -3970,7 +3970,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
3970
3970
  elementKey: string;
3971
3971
  propName: string;
3972
3972
  } | null | undefined;
3973
- block: "start" | "center" | "end";
3973
+ block: "start" | "center" | "end" | "nearest";
3974
3974
  };
3975
3975
  } | undefined;
3976
3976
  file?: string | undefined;
@@ -4006,7 +4006,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4006
4006
  } | {
4007
4007
  type: "SCROLL_TO_ELEMENT";
4008
4008
  payload: {
4009
- block: "start" | "center" | "end";
4009
+ block: "start" | "center" | "end" | "nearest";
4010
4010
  elementIdConfig?: {
4011
4011
  elementKey: string;
4012
4012
  propName: string;
@@ -4135,15 +4135,15 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4135
4135
  elementKey: string;
4136
4136
  propName: string;
4137
4137
  }>>>;
4138
- block: z.ZodEnum<["start", "center", "end"]>;
4138
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
4139
4139
  }, "strip", z.ZodTypeAny, {
4140
- block: "start" | "center" | "end";
4140
+ block: "start" | "center" | "end" | "nearest";
4141
4141
  elementIdConfig?: {
4142
4142
  elementKey: string;
4143
4143
  propName: string;
4144
4144
  } | null | undefined;
4145
4145
  }, {
4146
- block: "start" | "center" | "end";
4146
+ block: "start" | "center" | "end" | "nearest";
4147
4147
  elementIdConfig?: {
4148
4148
  elementKey: string;
4149
4149
  propName: string;
@@ -4153,9 +4153,9 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4153
4153
  elementKey: string;
4154
4154
  propName: string;
4155
4155
  } | null | undefined;
4156
- block: "start" | "center" | "end";
4156
+ block: "start" | "center" | "end" | "nearest";
4157
4157
  }, {
4158
- block: "start" | "center" | "end";
4158
+ block: "start" | "center" | "end" | "nearest";
4159
4159
  elementIdConfig?: {
4160
4160
  elementKey: string;
4161
4161
  propName: string;
@@ -4168,12 +4168,12 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4168
4168
  elementKey: string;
4169
4169
  propName: string;
4170
4170
  } | null | undefined;
4171
- block: "start" | "center" | "end";
4171
+ block: "start" | "center" | "end" | "nearest";
4172
4172
  };
4173
4173
  }, {
4174
4174
  type: "SCROLL_TO_ELEMENT";
4175
4175
  payload: {
4176
- block: "start" | "center" | "end";
4176
+ block: "start" | "center" | "end" | "nearest";
4177
4177
  elementIdConfig?: {
4178
4178
  elementKey: string;
4179
4179
  propName: string;
@@ -4244,7 +4244,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4244
4244
  elementKey: string;
4245
4245
  propName: string;
4246
4246
  } | null | undefined;
4247
- block: "start" | "center" | "end";
4247
+ block: "start" | "center" | "end" | "nearest";
4248
4248
  };
4249
4249
  } | undefined;
4250
4250
  file?: {
@@ -4287,7 +4287,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4287
4287
  } | {
4288
4288
  type: "SCROLL_TO_ELEMENT";
4289
4289
  payload: {
4290
- block: "start" | "center" | "end";
4290
+ block: "start" | "center" | "end" | "nearest";
4291
4291
  elementIdConfig?: {
4292
4292
  elementKey: string;
4293
4293
  propName: string;
@@ -4342,7 +4342,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4342
4342
  elementKey: string;
4343
4343
  propName: string;
4344
4344
  } | null | undefined;
4345
- block: "start" | "center" | "end";
4345
+ block: "start" | "center" | "end" | "nearest";
4346
4346
  };
4347
4347
  } | undefined;
4348
4348
  file?: {
@@ -4389,7 +4389,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4389
4389
  } | {
4390
4390
  type: "SCROLL_TO_ELEMENT";
4391
4391
  payload: {
4392
- block: "start" | "center" | "end";
4392
+ block: "start" | "center" | "end" | "nearest";
4393
4393
  elementIdConfig?: {
4394
4394
  elementKey: string;
4395
4395
  propName: string;
@@ -4529,15 +4529,15 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4529
4529
  elementKey: string;
4530
4530
  propName: string;
4531
4531
  }>>>;
4532
- block: z.ZodEnum<["start", "center", "end"]>;
4532
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
4533
4533
  }, "strip", z.ZodTypeAny, {
4534
- block: "start" | "center" | "end";
4534
+ block: "start" | "center" | "end" | "nearest";
4535
4535
  elementIdConfig?: {
4536
4536
  elementKey: string;
4537
4537
  propName: string;
4538
4538
  } | null | undefined;
4539
4539
  }, {
4540
- block: "start" | "center" | "end";
4540
+ block: "start" | "center" | "end" | "nearest";
4541
4541
  elementIdConfig?: {
4542
4542
  elementKey: string;
4543
4543
  propName: string;
@@ -4547,9 +4547,9 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4547
4547
  elementKey: string;
4548
4548
  propName: string;
4549
4549
  } | null | undefined;
4550
- block: "start" | "center" | "end";
4550
+ block: "start" | "center" | "end" | "nearest";
4551
4551
  }, {
4552
- block: "start" | "center" | "end";
4552
+ block: "start" | "center" | "end" | "nearest";
4553
4553
  elementIdConfig?: {
4554
4554
  elementKey: string;
4555
4555
  propName: string;
@@ -4562,12 +4562,12 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4562
4562
  elementKey: string;
4563
4563
  propName: string;
4564
4564
  } | null | undefined;
4565
- block: "start" | "center" | "end";
4565
+ block: "start" | "center" | "end" | "nearest";
4566
4566
  };
4567
4567
  }, {
4568
4568
  type: "SCROLL_TO_ELEMENT";
4569
4569
  payload: {
4570
- block: "start" | "center" | "end";
4570
+ block: "start" | "center" | "end" | "nearest";
4571
4571
  elementIdConfig?: {
4572
4572
  elementKey: string;
4573
4573
  propName: string;
@@ -4608,7 +4608,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4608
4608
  elementKey: string;
4609
4609
  propName: string;
4610
4610
  } | null | undefined;
4611
- block: "start" | "center" | "end";
4611
+ block: "start" | "center" | "end" | "nearest";
4612
4612
  };
4613
4613
  } | undefined;
4614
4614
  file?: string | undefined;
@@ -4641,7 +4641,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4641
4641
  } | {
4642
4642
  type: "SCROLL_TO_ELEMENT";
4643
4643
  payload: {
4644
- block: "start" | "center" | "end";
4644
+ block: "start" | "center" | "end" | "nearest";
4645
4645
  elementIdConfig?: {
4646
4646
  elementKey: string;
4647
4647
  propName: string;
@@ -4685,7 +4685,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4685
4685
  elementKey: string;
4686
4686
  propName: string;
4687
4687
  } | null | undefined;
4688
- block: "start" | "center" | "end";
4688
+ block: "start" | "center" | "end" | "nearest";
4689
4689
  };
4690
4690
  } | undefined;
4691
4691
  file?: string | undefined;
@@ -4721,7 +4721,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4721
4721
  } | {
4722
4722
  type: "SCROLL_TO_ELEMENT";
4723
4723
  payload: {
4724
- block: "start" | "center" | "end";
4724
+ block: "start" | "center" | "end" | "nearest";
4725
4725
  elementIdConfig?: {
4726
4726
  elementKey: string;
4727
4727
  propName: string;
@@ -4850,15 +4850,15 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4850
4850
  elementKey: string;
4851
4851
  propName: string;
4852
4852
  }>>>;
4853
- block: z.ZodEnum<["start", "center", "end"]>;
4853
+ block: z.ZodEnum<["start", "center", "end", "nearest"]>;
4854
4854
  }, "strip", z.ZodTypeAny, {
4855
- block: "start" | "center" | "end";
4855
+ block: "start" | "center" | "end" | "nearest";
4856
4856
  elementIdConfig?: {
4857
4857
  elementKey: string;
4858
4858
  propName: string;
4859
4859
  } | null | undefined;
4860
4860
  }, {
4861
- block: "start" | "center" | "end";
4861
+ block: "start" | "center" | "end" | "nearest";
4862
4862
  elementIdConfig?: {
4863
4863
  elementKey: string;
4864
4864
  propName: string;
@@ -4868,9 +4868,9 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4868
4868
  elementKey: string;
4869
4869
  propName: string;
4870
4870
  } | null | undefined;
4871
- block: "start" | "center" | "end";
4871
+ block: "start" | "center" | "end" | "nearest";
4872
4872
  }, {
4873
- block: "start" | "center" | "end";
4873
+ block: "start" | "center" | "end" | "nearest";
4874
4874
  elementIdConfig?: {
4875
4875
  elementKey: string;
4876
4876
  propName: string;
@@ -4883,12 +4883,12 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4883
4883
  elementKey: string;
4884
4884
  propName: string;
4885
4885
  } | null | undefined;
4886
- block: "start" | "center" | "end";
4886
+ block: "start" | "center" | "end" | "nearest";
4887
4887
  };
4888
4888
  }, {
4889
4889
  type: "SCROLL_TO_ELEMENT";
4890
4890
  payload: {
4891
- block: "start" | "center" | "end";
4891
+ block: "start" | "center" | "end" | "nearest";
4892
4892
  elementIdConfig?: {
4893
4893
  elementKey: string;
4894
4894
  propName: string;
@@ -4959,7 +4959,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
4959
4959
  elementKey: string;
4960
4960
  propName: string;
4961
4961
  } | null | undefined;
4962
- block: "start" | "center" | "end";
4962
+ block: "start" | "center" | "end" | "nearest";
4963
4963
  };
4964
4964
  } | undefined;
4965
4965
  file?: {
@@ -5002,7 +5002,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
5002
5002
  } | {
5003
5003
  type: "SCROLL_TO_ELEMENT";
5004
5004
  payload: {
5005
- block: "start" | "center" | "end";
5005
+ block: "start" | "center" | "end" | "nearest";
5006
5006
  elementIdConfig?: {
5007
5007
  elementKey: string;
5008
5008
  propName: string;
@@ -5057,7 +5057,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
5057
5057
  elementKey: string;
5058
5058
  propName: string;
5059
5059
  } | null | undefined;
5060
- block: "start" | "center" | "end";
5060
+ block: "start" | "center" | "end" | "nearest";
5061
5061
  };
5062
5062
  } | undefined;
5063
5063
  file?: {
@@ -5104,7 +5104,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
5104
5104
  } | {
5105
5105
  type: "SCROLL_TO_ELEMENT";
5106
5106
  payload: {
5107
- block: "start" | "center" | "end";
5107
+ block: "start" | "center" | "end" | "nearest";
5108
5108
  elementIdConfig?: {
5109
5109
  elementKey: string;
5110
5110
  propName: string;
@@ -5160,7 +5160,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
5160
5160
  elementKey: string;
5161
5161
  propName: string;
5162
5162
  } | null | undefined;
5163
- block: "start" | "center" | "end";
5163
+ block: "start" | "center" | "end" | "nearest";
5164
5164
  };
5165
5165
  } | undefined;
5166
5166
  file?: string | undefined;
@@ -5201,7 +5201,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
5201
5201
  elementKey: string;
5202
5202
  propName: string;
5203
5203
  } | null | undefined;
5204
- block: "start" | "center" | "end";
5204
+ block: "start" | "center" | "end" | "nearest";
5205
5205
  };
5206
5206
  } | undefined;
5207
5207
  file?: {
@@ -5250,7 +5250,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
5250
5250
  } | {
5251
5251
  type: "SCROLL_TO_ELEMENT";
5252
5252
  payload: {
5253
- block: "start" | "center" | "end";
5253
+ block: "start" | "center" | "end" | "nearest";
5254
5254
  elementIdConfig?: {
5255
5255
  elementKey: string;
5256
5256
  propName: string;
@@ -5291,7 +5291,7 @@ export declare const imagesPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
5291
5291
  } | {
5292
5292
  type: "SCROLL_TO_ELEMENT";
5293
5293
  payload: {
5294
- block: "start" | "center" | "end";
5294
+ block: "start" | "center" | "end" | "nearest";
5295
5295
  elementIdConfig?: {
5296
5296
  elementKey: string;
5297
5297
  propName: string;