@makeswift/prop-controllers 0.3.6 → 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.
- package/dist/types/images/images.d.ts +162 -162
- package/dist/types/link/link.d.ts +39 -39
- package/dist/types/navigation-links/navigation-links.d.ts +164 -164
- package/package.json +2 -2
@@ -120,15 +120,15 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
120
120
|
elementKey: string;
|
121
121
|
propName: string;
|
122
122
|
}>>>;
|
123
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
123
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
124
124
|
}, "strip", z.ZodTypeAny, {
|
125
|
-
block: "start" | "center" | "end";
|
125
|
+
block: "start" | "center" | "end" | "nearest";
|
126
126
|
elementIdConfig?: {
|
127
127
|
elementKey: string;
|
128
128
|
propName: string;
|
129
129
|
} | null | undefined;
|
130
130
|
}, {
|
131
|
-
block: "start" | "center" | "end";
|
131
|
+
block: "start" | "center" | "end" | "nearest";
|
132
132
|
elementIdConfig?: {
|
133
133
|
elementKey: string;
|
134
134
|
propName: string;
|
@@ -138,9 +138,9 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
138
138
|
elementKey: string;
|
139
139
|
propName: string;
|
140
140
|
} | null | undefined;
|
141
|
-
block: "start" | "center" | "end";
|
141
|
+
block: "start" | "center" | "end" | "nearest";
|
142
142
|
}, {
|
143
|
-
block: "start" | "center" | "end";
|
143
|
+
block: "start" | "center" | "end" | "nearest";
|
144
144
|
elementIdConfig?: {
|
145
145
|
elementKey: string;
|
146
146
|
propName: string;
|
@@ -153,12 +153,12 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
153
153
|
elementKey: string;
|
154
154
|
propName: string;
|
155
155
|
} | null | undefined;
|
156
|
-
block: "start" | "center" | "end";
|
156
|
+
block: "start" | "center" | "end" | "nearest";
|
157
157
|
};
|
158
158
|
}, {
|
159
159
|
type: "SCROLL_TO_ELEMENT";
|
160
160
|
payload: {
|
161
|
-
block: "start" | "center" | "end";
|
161
|
+
block: "start" | "center" | "end" | "nearest";
|
162
162
|
elementIdConfig?: {
|
163
163
|
elementKey: string;
|
164
164
|
propName: string;
|
@@ -364,7 +364,7 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
364
364
|
elementKey: string;
|
365
365
|
propName: string;
|
366
366
|
} | null | undefined;
|
367
|
-
block: "start" | "center" | "end";
|
367
|
+
block: "start" | "center" | "end" | "nearest";
|
368
368
|
};
|
369
369
|
} | undefined;
|
370
370
|
variant?: {
|
@@ -436,7 +436,7 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
436
436
|
} | {
|
437
437
|
type: "SCROLL_TO_ELEMENT";
|
438
438
|
payload: {
|
439
|
-
block: "start" | "center" | "end";
|
439
|
+
block: "start" | "center" | "end" | "nearest";
|
440
440
|
elementIdConfig?: {
|
441
441
|
elementKey: string;
|
442
442
|
propName: string;
|
@@ -520,7 +520,7 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
520
520
|
elementKey: string;
|
521
521
|
propName: string;
|
522
522
|
} | null | undefined;
|
523
|
-
block: "start" | "center" | "end";
|
523
|
+
block: "start" | "center" | "end" | "nearest";
|
524
524
|
};
|
525
525
|
} | undefined;
|
526
526
|
variant?: {
|
@@ -596,7 +596,7 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
596
596
|
} | {
|
597
597
|
type: "SCROLL_TO_ELEMENT";
|
598
598
|
payload: {
|
599
|
-
block: "start" | "center" | "end";
|
599
|
+
block: "start" | "center" | "end" | "nearest";
|
600
600
|
elementIdConfig?: {
|
601
601
|
elementKey: string;
|
602
602
|
propName: string;
|
@@ -771,15 +771,15 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
771
771
|
elementKey: string;
|
772
772
|
propName: string;
|
773
773
|
}>>>;
|
774
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
774
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
775
775
|
}, "strip", z.ZodTypeAny, {
|
776
|
-
block: "start" | "center" | "end";
|
776
|
+
block: "start" | "center" | "end" | "nearest";
|
777
777
|
elementIdConfig?: {
|
778
778
|
elementKey: string;
|
779
779
|
propName: string;
|
780
780
|
} | null | undefined;
|
781
781
|
}, {
|
782
|
-
block: "start" | "center" | "end";
|
782
|
+
block: "start" | "center" | "end" | "nearest";
|
783
783
|
elementIdConfig?: {
|
784
784
|
elementKey: string;
|
785
785
|
propName: string;
|
@@ -789,9 +789,9 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
789
789
|
elementKey: string;
|
790
790
|
propName: string;
|
791
791
|
} | null | undefined;
|
792
|
-
block: "start" | "center" | "end";
|
792
|
+
block: "start" | "center" | "end" | "nearest";
|
793
793
|
}, {
|
794
|
-
block: "start" | "center" | "end";
|
794
|
+
block: "start" | "center" | "end" | "nearest";
|
795
795
|
elementIdConfig?: {
|
796
796
|
elementKey: string;
|
797
797
|
propName: string;
|
@@ -804,12 +804,12 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
804
804
|
elementKey: string;
|
805
805
|
propName: string;
|
806
806
|
} | null | undefined;
|
807
|
-
block: "start" | "center" | "end";
|
807
|
+
block: "start" | "center" | "end" | "nearest";
|
808
808
|
};
|
809
809
|
}, {
|
810
810
|
type: "SCROLL_TO_ELEMENT";
|
811
811
|
payload: {
|
812
|
-
block: "start" | "center" | "end";
|
812
|
+
block: "start" | "center" | "end" | "nearest";
|
813
813
|
elementIdConfig?: {
|
814
814
|
elementKey: string;
|
815
815
|
propName: string;
|
@@ -960,7 +960,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
960
960
|
elementKey: string;
|
961
961
|
propName: string;
|
962
962
|
} | null | undefined;
|
963
|
-
block: "start" | "center" | "end";
|
963
|
+
block: "start" | "center" | "end" | "nearest";
|
964
964
|
};
|
965
965
|
} | undefined;
|
966
966
|
color?: {
|
@@ -1013,7 +1013,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1013
1013
|
} | {
|
1014
1014
|
type: "SCROLL_TO_ELEMENT";
|
1015
1015
|
payload: {
|
1016
|
-
block: "start" | "center" | "end";
|
1016
|
+
block: "start" | "center" | "end" | "nearest";
|
1017
1017
|
elementIdConfig?: {
|
1018
1018
|
elementKey: string;
|
1019
1019
|
propName: string;
|
@@ -1077,7 +1077,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1077
1077
|
elementKey: string;
|
1078
1078
|
propName: string;
|
1079
1079
|
} | null | undefined;
|
1080
|
-
block: "start" | "center" | "end";
|
1080
|
+
block: "start" | "center" | "end" | "nearest";
|
1081
1081
|
};
|
1082
1082
|
} | undefined;
|
1083
1083
|
color?: {
|
@@ -1133,7 +1133,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1133
1133
|
} | {
|
1134
1134
|
type: "SCROLL_TO_ELEMENT";
|
1135
1135
|
payload: {
|
1136
|
-
block: "start" | "center" | "end";
|
1136
|
+
block: "start" | "center" | "end" | "nearest";
|
1137
1137
|
elementIdConfig?: {
|
1138
1138
|
elementKey: string;
|
1139
1139
|
propName: string;
|
@@ -1367,7 +1367,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1367
1367
|
elementKey: string;
|
1368
1368
|
propName: string;
|
1369
1369
|
} | null | undefined;
|
1370
|
-
block: "start" | "center" | "end";
|
1370
|
+
block: "start" | "center" | "end" | "nearest";
|
1371
1371
|
};
|
1372
1372
|
} | undefined;
|
1373
1373
|
color?: {
|
@@ -1467,7 +1467,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1467
1467
|
} | {
|
1468
1468
|
type: "SCROLL_TO_ELEMENT";
|
1469
1469
|
payload: {
|
1470
|
-
block: "start" | "center" | "end";
|
1470
|
+
block: "start" | "center" | "end" | "nearest";
|
1471
1471
|
elementIdConfig?: {
|
1472
1472
|
elementKey: string;
|
1473
1473
|
propName: string;
|
@@ -1579,7 +1579,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1579
1579
|
elementKey: string;
|
1580
1580
|
propName: string;
|
1581
1581
|
} | null | undefined;
|
1582
|
-
block: "start" | "center" | "end";
|
1582
|
+
block: "start" | "center" | "end" | "nearest";
|
1583
1583
|
};
|
1584
1584
|
} | undefined;
|
1585
1585
|
color?: {
|
@@ -1683,7 +1683,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1683
1683
|
} | {
|
1684
1684
|
type: "SCROLL_TO_ELEMENT";
|
1685
1685
|
payload: {
|
1686
|
-
block: "start" | "center" | "end";
|
1686
|
+
block: "start" | "center" | "end" | "nearest";
|
1687
1687
|
elementIdConfig?: {
|
1688
1688
|
elementKey: string;
|
1689
1689
|
propName: string;
|
@@ -1876,15 +1876,15 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1876
1876
|
elementKey: string;
|
1877
1877
|
propName: string;
|
1878
1878
|
}>>>;
|
1879
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
1879
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
1880
1880
|
}, "strip", z.ZodTypeAny, {
|
1881
|
-
block: "start" | "center" | "end";
|
1881
|
+
block: "start" | "center" | "end" | "nearest";
|
1882
1882
|
elementIdConfig?: {
|
1883
1883
|
elementKey: string;
|
1884
1884
|
propName: string;
|
1885
1885
|
} | null | undefined;
|
1886
1886
|
}, {
|
1887
|
-
block: "start" | "center" | "end";
|
1887
|
+
block: "start" | "center" | "end" | "nearest";
|
1888
1888
|
elementIdConfig?: {
|
1889
1889
|
elementKey: string;
|
1890
1890
|
propName: string;
|
@@ -1894,9 +1894,9 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1894
1894
|
elementKey: string;
|
1895
1895
|
propName: string;
|
1896
1896
|
} | null | undefined;
|
1897
|
-
block: "start" | "center" | "end";
|
1897
|
+
block: "start" | "center" | "end" | "nearest";
|
1898
1898
|
}, {
|
1899
|
-
block: "start" | "center" | "end";
|
1899
|
+
block: "start" | "center" | "end" | "nearest";
|
1900
1900
|
elementIdConfig?: {
|
1901
1901
|
elementKey: string;
|
1902
1902
|
propName: string;
|
@@ -1909,12 +1909,12 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1909
1909
|
elementKey: string;
|
1910
1910
|
propName: string;
|
1911
1911
|
} | null | undefined;
|
1912
|
-
block: "start" | "center" | "end";
|
1912
|
+
block: "start" | "center" | "end" | "nearest";
|
1913
1913
|
};
|
1914
1914
|
}, {
|
1915
1915
|
type: "SCROLL_TO_ELEMENT";
|
1916
1916
|
payload: {
|
1917
|
-
block: "start" | "center" | "end";
|
1917
|
+
block: "start" | "center" | "end" | "nearest";
|
1918
1918
|
elementIdConfig?: {
|
1919
1919
|
elementKey: string;
|
1920
1920
|
propName: string;
|
@@ -2120,7 +2120,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2120
2120
|
elementKey: string;
|
2121
2121
|
propName: string;
|
2122
2122
|
} | null | undefined;
|
2123
|
-
block: "start" | "center" | "end";
|
2123
|
+
block: "start" | "center" | "end" | "nearest";
|
2124
2124
|
};
|
2125
2125
|
} | undefined;
|
2126
2126
|
variant?: {
|
@@ -2192,7 +2192,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2192
2192
|
} | {
|
2193
2193
|
type: "SCROLL_TO_ELEMENT";
|
2194
2194
|
payload: {
|
2195
|
-
block: "start" | "center" | "end";
|
2195
|
+
block: "start" | "center" | "end" | "nearest";
|
2196
2196
|
elementIdConfig?: {
|
2197
2197
|
elementKey: string;
|
2198
2198
|
propName: string;
|
@@ -2276,7 +2276,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2276
2276
|
elementKey: string;
|
2277
2277
|
propName: string;
|
2278
2278
|
} | null | undefined;
|
2279
|
-
block: "start" | "center" | "end";
|
2279
|
+
block: "start" | "center" | "end" | "nearest";
|
2280
2280
|
};
|
2281
2281
|
} | undefined;
|
2282
2282
|
variant?: {
|
@@ -2352,7 +2352,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2352
2352
|
} | {
|
2353
2353
|
type: "SCROLL_TO_ELEMENT";
|
2354
2354
|
payload: {
|
2355
|
-
block: "start" | "center" | "end";
|
2355
|
+
block: "start" | "center" | "end" | "nearest";
|
2356
2356
|
elementIdConfig?: {
|
2357
2357
|
elementKey: string;
|
2358
2358
|
propName: string;
|
@@ -2525,15 +2525,15 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2525
2525
|
elementKey: string;
|
2526
2526
|
propName: string;
|
2527
2527
|
}>>>;
|
2528
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
2528
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
2529
2529
|
}, "strip", z.ZodTypeAny, {
|
2530
|
-
block: "start" | "center" | "end";
|
2530
|
+
block: "start" | "center" | "end" | "nearest";
|
2531
2531
|
elementIdConfig?: {
|
2532
2532
|
elementKey: string;
|
2533
2533
|
propName: string;
|
2534
2534
|
} | null | undefined;
|
2535
2535
|
}, {
|
2536
|
-
block: "start" | "center" | "end";
|
2536
|
+
block: "start" | "center" | "end" | "nearest";
|
2537
2537
|
elementIdConfig?: {
|
2538
2538
|
elementKey: string;
|
2539
2539
|
propName: string;
|
@@ -2543,9 +2543,9 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2543
2543
|
elementKey: string;
|
2544
2544
|
propName: string;
|
2545
2545
|
} | null | undefined;
|
2546
|
-
block: "start" | "center" | "end";
|
2546
|
+
block: "start" | "center" | "end" | "nearest";
|
2547
2547
|
}, {
|
2548
|
-
block: "start" | "center" | "end";
|
2548
|
+
block: "start" | "center" | "end" | "nearest";
|
2549
2549
|
elementIdConfig?: {
|
2550
2550
|
elementKey: string;
|
2551
2551
|
propName: string;
|
@@ -2558,12 +2558,12 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2558
2558
|
elementKey: string;
|
2559
2559
|
propName: string;
|
2560
2560
|
} | null | undefined;
|
2561
|
-
block: "start" | "center" | "end";
|
2561
|
+
block: "start" | "center" | "end" | "nearest";
|
2562
2562
|
};
|
2563
2563
|
}, {
|
2564
2564
|
type: "SCROLL_TO_ELEMENT";
|
2565
2565
|
payload: {
|
2566
|
-
block: "start" | "center" | "end";
|
2566
|
+
block: "start" | "center" | "end" | "nearest";
|
2567
2567
|
elementIdConfig?: {
|
2568
2568
|
elementKey: string;
|
2569
2569
|
propName: string;
|
@@ -2714,7 +2714,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2714
2714
|
elementKey: string;
|
2715
2715
|
propName: string;
|
2716
2716
|
} | null | undefined;
|
2717
|
-
block: "start" | "center" | "end";
|
2717
|
+
block: "start" | "center" | "end" | "nearest";
|
2718
2718
|
};
|
2719
2719
|
} | undefined;
|
2720
2720
|
color?: {
|
@@ -2767,7 +2767,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2767
2767
|
} | {
|
2768
2768
|
type: "SCROLL_TO_ELEMENT";
|
2769
2769
|
payload: {
|
2770
|
-
block: "start" | "center" | "end";
|
2770
|
+
block: "start" | "center" | "end" | "nearest";
|
2771
2771
|
elementIdConfig?: {
|
2772
2772
|
elementKey: string;
|
2773
2773
|
propName: string;
|
@@ -2831,7 +2831,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2831
2831
|
elementKey: string;
|
2832
2832
|
propName: string;
|
2833
2833
|
} | null | undefined;
|
2834
|
-
block: "start" | "center" | "end";
|
2834
|
+
block: "start" | "center" | "end" | "nearest";
|
2835
2835
|
};
|
2836
2836
|
} | undefined;
|
2837
2837
|
color?: {
|
@@ -2887,7 +2887,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2887
2887
|
} | {
|
2888
2888
|
type: "SCROLL_TO_ELEMENT";
|
2889
2889
|
payload: {
|
2890
|
-
block: "start" | "center" | "end";
|
2890
|
+
block: "start" | "center" | "end" | "nearest";
|
2891
2891
|
elementIdConfig?: {
|
2892
2892
|
elementKey: string;
|
2893
2893
|
propName: string;
|
@@ -3121,7 +3121,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3121
3121
|
elementKey: string;
|
3122
3122
|
propName: string;
|
3123
3123
|
} | null | undefined;
|
3124
|
-
block: "start" | "center" | "end";
|
3124
|
+
block: "start" | "center" | "end" | "nearest";
|
3125
3125
|
};
|
3126
3126
|
} | undefined;
|
3127
3127
|
color?: {
|
@@ -3221,7 +3221,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3221
3221
|
} | {
|
3222
3222
|
type: "SCROLL_TO_ELEMENT";
|
3223
3223
|
payload: {
|
3224
|
-
block: "start" | "center" | "end";
|
3224
|
+
block: "start" | "center" | "end" | "nearest";
|
3225
3225
|
elementIdConfig?: {
|
3226
3226
|
elementKey: string;
|
3227
3227
|
propName: string;
|
@@ -3333,7 +3333,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3333
3333
|
elementKey: string;
|
3334
3334
|
propName: string;
|
3335
3335
|
} | null | undefined;
|
3336
|
-
block: "start" | "center" | "end";
|
3336
|
+
block: "start" | "center" | "end" | "nearest";
|
3337
3337
|
};
|
3338
3338
|
} | undefined;
|
3339
3339
|
color?: {
|
@@ -3437,7 +3437,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3437
3437
|
} | {
|
3438
3438
|
type: "SCROLL_TO_ELEMENT";
|
3439
3439
|
payload: {
|
3440
|
-
block: "start" | "center" | "end";
|
3440
|
+
block: "start" | "center" | "end" | "nearest";
|
3441
3441
|
elementIdConfig?: {
|
3442
3442
|
elementKey: string;
|
3443
3443
|
propName: string;
|
@@ -3630,15 +3630,15 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3630
3630
|
elementKey: string;
|
3631
3631
|
propName: string;
|
3632
3632
|
}>>>;
|
3633
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
3633
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
3634
3634
|
}, "strip", z.ZodTypeAny, {
|
3635
|
-
block: "start" | "center" | "end";
|
3635
|
+
block: "start" | "center" | "end" | "nearest";
|
3636
3636
|
elementIdConfig?: {
|
3637
3637
|
elementKey: string;
|
3638
3638
|
propName: string;
|
3639
3639
|
} | null | undefined;
|
3640
3640
|
}, {
|
3641
|
-
block: "start" | "center" | "end";
|
3641
|
+
block: "start" | "center" | "end" | "nearest";
|
3642
3642
|
elementIdConfig?: {
|
3643
3643
|
elementKey: string;
|
3644
3644
|
propName: string;
|
@@ -3648,9 +3648,9 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3648
3648
|
elementKey: string;
|
3649
3649
|
propName: string;
|
3650
3650
|
} | null | undefined;
|
3651
|
-
block: "start" | "center" | "end";
|
3651
|
+
block: "start" | "center" | "end" | "nearest";
|
3652
3652
|
}, {
|
3653
|
-
block: "start" | "center" | "end";
|
3653
|
+
block: "start" | "center" | "end" | "nearest";
|
3654
3654
|
elementIdConfig?: {
|
3655
3655
|
elementKey: string;
|
3656
3656
|
propName: string;
|
@@ -3663,12 +3663,12 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3663
3663
|
elementKey: string;
|
3664
3664
|
propName: string;
|
3665
3665
|
} | null | undefined;
|
3666
|
-
block: "start" | "center" | "end";
|
3666
|
+
block: "start" | "center" | "end" | "nearest";
|
3667
3667
|
};
|
3668
3668
|
}, {
|
3669
3669
|
type: "SCROLL_TO_ELEMENT";
|
3670
3670
|
payload: {
|
3671
|
-
block: "start" | "center" | "end";
|
3671
|
+
block: "start" | "center" | "end" | "nearest";
|
3672
3672
|
elementIdConfig?: {
|
3673
3673
|
elementKey: string;
|
3674
3674
|
propName: string;
|
@@ -3874,7 +3874,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3874
3874
|
elementKey: string;
|
3875
3875
|
propName: string;
|
3876
3876
|
} | null | undefined;
|
3877
|
-
block: "start" | "center" | "end";
|
3877
|
+
block: "start" | "center" | "end" | "nearest";
|
3878
3878
|
};
|
3879
3879
|
} | undefined;
|
3880
3880
|
variant?: {
|
@@ -3946,7 +3946,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3946
3946
|
} | {
|
3947
3947
|
type: "SCROLL_TO_ELEMENT";
|
3948
3948
|
payload: {
|
3949
|
-
block: "start" | "center" | "end";
|
3949
|
+
block: "start" | "center" | "end" | "nearest";
|
3950
3950
|
elementIdConfig?: {
|
3951
3951
|
elementKey: string;
|
3952
3952
|
propName: string;
|
@@ -4030,7 +4030,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4030
4030
|
elementKey: string;
|
4031
4031
|
propName: string;
|
4032
4032
|
} | null | undefined;
|
4033
|
-
block: "start" | "center" | "end";
|
4033
|
+
block: "start" | "center" | "end" | "nearest";
|
4034
4034
|
};
|
4035
4035
|
} | undefined;
|
4036
4036
|
variant?: {
|
@@ -4106,7 +4106,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4106
4106
|
} | {
|
4107
4107
|
type: "SCROLL_TO_ELEMENT";
|
4108
4108
|
payload: {
|
4109
|
-
block: "start" | "center" | "end";
|
4109
|
+
block: "start" | "center" | "end" | "nearest";
|
4110
4110
|
elementIdConfig?: {
|
4111
4111
|
elementKey: string;
|
4112
4112
|
propName: string;
|
@@ -4279,15 +4279,15 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4279
4279
|
elementKey: string;
|
4280
4280
|
propName: string;
|
4281
4281
|
}>>>;
|
4282
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
4282
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
4283
4283
|
}, "strip", z.ZodTypeAny, {
|
4284
|
-
block: "start" | "center" | "end";
|
4284
|
+
block: "start" | "center" | "end" | "nearest";
|
4285
4285
|
elementIdConfig?: {
|
4286
4286
|
elementKey: string;
|
4287
4287
|
propName: string;
|
4288
4288
|
} | null | undefined;
|
4289
4289
|
}, {
|
4290
|
-
block: "start" | "center" | "end";
|
4290
|
+
block: "start" | "center" | "end" | "nearest";
|
4291
4291
|
elementIdConfig?: {
|
4292
4292
|
elementKey: string;
|
4293
4293
|
propName: string;
|
@@ -4297,9 +4297,9 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4297
4297
|
elementKey: string;
|
4298
4298
|
propName: string;
|
4299
4299
|
} | null | undefined;
|
4300
|
-
block: "start" | "center" | "end";
|
4300
|
+
block: "start" | "center" | "end" | "nearest";
|
4301
4301
|
}, {
|
4302
|
-
block: "start" | "center" | "end";
|
4302
|
+
block: "start" | "center" | "end" | "nearest";
|
4303
4303
|
elementIdConfig?: {
|
4304
4304
|
elementKey: string;
|
4305
4305
|
propName: string;
|
@@ -4312,12 +4312,12 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4312
4312
|
elementKey: string;
|
4313
4313
|
propName: string;
|
4314
4314
|
} | null | undefined;
|
4315
|
-
block: "start" | "center" | "end";
|
4315
|
+
block: "start" | "center" | "end" | "nearest";
|
4316
4316
|
};
|
4317
4317
|
}, {
|
4318
4318
|
type: "SCROLL_TO_ELEMENT";
|
4319
4319
|
payload: {
|
4320
|
-
block: "start" | "center" | "end";
|
4320
|
+
block: "start" | "center" | "end" | "nearest";
|
4321
4321
|
elementIdConfig?: {
|
4322
4322
|
elementKey: string;
|
4323
4323
|
propName: string;
|
@@ -4468,7 +4468,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4468
4468
|
elementKey: string;
|
4469
4469
|
propName: string;
|
4470
4470
|
} | null | undefined;
|
4471
|
-
block: "start" | "center" | "end";
|
4471
|
+
block: "start" | "center" | "end" | "nearest";
|
4472
4472
|
};
|
4473
4473
|
} | undefined;
|
4474
4474
|
color?: {
|
@@ -4521,7 +4521,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4521
4521
|
} | {
|
4522
4522
|
type: "SCROLL_TO_ELEMENT";
|
4523
4523
|
payload: {
|
4524
|
-
block: "start" | "center" | "end";
|
4524
|
+
block: "start" | "center" | "end" | "nearest";
|
4525
4525
|
elementIdConfig?: {
|
4526
4526
|
elementKey: string;
|
4527
4527
|
propName: string;
|
@@ -4585,7 +4585,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4585
4585
|
elementKey: string;
|
4586
4586
|
propName: string;
|
4587
4587
|
} | null | undefined;
|
4588
|
-
block: "start" | "center" | "end";
|
4588
|
+
block: "start" | "center" | "end" | "nearest";
|
4589
4589
|
};
|
4590
4590
|
} | undefined;
|
4591
4591
|
color?: {
|
@@ -4641,7 +4641,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
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;
|
@@ -4875,7 +4875,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4875
4875
|
elementKey: string;
|
4876
4876
|
propName: string;
|
4877
4877
|
} | null | undefined;
|
4878
|
-
block: "start" | "center" | "end";
|
4878
|
+
block: "start" | "center" | "end" | "nearest";
|
4879
4879
|
};
|
4880
4880
|
} | undefined;
|
4881
4881
|
color?: {
|
@@ -4975,7 +4975,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4975
4975
|
} | {
|
4976
4976
|
type: "SCROLL_TO_ELEMENT";
|
4977
4977
|
payload: {
|
4978
|
-
block: "start" | "center" | "end";
|
4978
|
+
block: "start" | "center" | "end" | "nearest";
|
4979
4979
|
elementIdConfig?: {
|
4980
4980
|
elementKey: string;
|
4981
4981
|
propName: string;
|
@@ -5087,7 +5087,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5087
5087
|
elementKey: string;
|
5088
5088
|
propName: string;
|
5089
5089
|
} | null | undefined;
|
5090
|
-
block: "start" | "center" | "end";
|
5090
|
+
block: "start" | "center" | "end" | "nearest";
|
5091
5091
|
};
|
5092
5092
|
} | undefined;
|
5093
5093
|
color?: {
|
@@ -5191,7 +5191,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5191
5191
|
} | {
|
5192
5192
|
type: "SCROLL_TO_ELEMENT";
|
5193
5193
|
payload: {
|
5194
|
-
block: "start" | "center" | "end";
|
5194
|
+
block: "start" | "center" | "end" | "nearest";
|
5195
5195
|
elementIdConfig?: {
|
5196
5196
|
elementKey: string;
|
5197
5197
|
propName: string;
|
@@ -5387,15 +5387,15 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5387
5387
|
elementKey: string;
|
5388
5388
|
propName: string;
|
5389
5389
|
}>>>;
|
5390
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
5390
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
5391
5391
|
}, "strip", z.ZodTypeAny, {
|
5392
|
-
block: "start" | "center" | "end";
|
5392
|
+
block: "start" | "center" | "end" | "nearest";
|
5393
5393
|
elementIdConfig?: {
|
5394
5394
|
elementKey: string;
|
5395
5395
|
propName: string;
|
5396
5396
|
} | null | undefined;
|
5397
5397
|
}, {
|
5398
|
-
block: "start" | "center" | "end";
|
5398
|
+
block: "start" | "center" | "end" | "nearest";
|
5399
5399
|
elementIdConfig?: {
|
5400
5400
|
elementKey: string;
|
5401
5401
|
propName: string;
|
@@ -5405,9 +5405,9 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5405
5405
|
elementKey: string;
|
5406
5406
|
propName: string;
|
5407
5407
|
} | null | undefined;
|
5408
|
-
block: "start" | "center" | "end";
|
5408
|
+
block: "start" | "center" | "end" | "nearest";
|
5409
5409
|
}, {
|
5410
|
-
block: "start" | "center" | "end";
|
5410
|
+
block: "start" | "center" | "end" | "nearest";
|
5411
5411
|
elementIdConfig?: {
|
5412
5412
|
elementKey: string;
|
5413
5413
|
propName: string;
|
@@ -5420,12 +5420,12 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5420
5420
|
elementKey: string;
|
5421
5421
|
propName: string;
|
5422
5422
|
} | null | undefined;
|
5423
|
-
block: "start" | "center" | "end";
|
5423
|
+
block: "start" | "center" | "end" | "nearest";
|
5424
5424
|
};
|
5425
5425
|
}, {
|
5426
5426
|
type: "SCROLL_TO_ELEMENT";
|
5427
5427
|
payload: {
|
5428
|
-
block: "start" | "center" | "end";
|
5428
|
+
block: "start" | "center" | "end" | "nearest";
|
5429
5429
|
elementIdConfig?: {
|
5430
5430
|
elementKey: string;
|
5431
5431
|
propName: string;
|
@@ -5631,7 +5631,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5631
5631
|
elementKey: string;
|
5632
5632
|
propName: string;
|
5633
5633
|
} | null | undefined;
|
5634
|
-
block: "start" | "center" | "end";
|
5634
|
+
block: "start" | "center" | "end" | "nearest";
|
5635
5635
|
};
|
5636
5636
|
} | undefined;
|
5637
5637
|
variant?: {
|
@@ -5703,7 +5703,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5703
5703
|
} | {
|
5704
5704
|
type: "SCROLL_TO_ELEMENT";
|
5705
5705
|
payload: {
|
5706
|
-
block: "start" | "center" | "end";
|
5706
|
+
block: "start" | "center" | "end" | "nearest";
|
5707
5707
|
elementIdConfig?: {
|
5708
5708
|
elementKey: string;
|
5709
5709
|
propName: string;
|
@@ -5787,7 +5787,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5787
5787
|
elementKey: string;
|
5788
5788
|
propName: string;
|
5789
5789
|
} | null | undefined;
|
5790
|
-
block: "start" | "center" | "end";
|
5790
|
+
block: "start" | "center" | "end" | "nearest";
|
5791
5791
|
};
|
5792
5792
|
} | undefined;
|
5793
5793
|
variant?: {
|
@@ -5863,7 +5863,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5863
5863
|
} | {
|
5864
5864
|
type: "SCROLL_TO_ELEMENT";
|
5865
5865
|
payload: {
|
5866
|
-
block: "start" | "center" | "end";
|
5866
|
+
block: "start" | "center" | "end" | "nearest";
|
5867
5867
|
elementIdConfig?: {
|
5868
5868
|
elementKey: string;
|
5869
5869
|
propName: string;
|
@@ -6036,15 +6036,15 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6036
6036
|
elementKey: string;
|
6037
6037
|
propName: string;
|
6038
6038
|
}>>>;
|
6039
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
6039
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
6040
6040
|
}, "strip", z.ZodTypeAny, {
|
6041
|
-
block: "start" | "center" | "end";
|
6041
|
+
block: "start" | "center" | "end" | "nearest";
|
6042
6042
|
elementIdConfig?: {
|
6043
6043
|
elementKey: string;
|
6044
6044
|
propName: string;
|
6045
6045
|
} | null | undefined;
|
6046
6046
|
}, {
|
6047
|
-
block: "start" | "center" | "end";
|
6047
|
+
block: "start" | "center" | "end" | "nearest";
|
6048
6048
|
elementIdConfig?: {
|
6049
6049
|
elementKey: string;
|
6050
6050
|
propName: string;
|
@@ -6054,9 +6054,9 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6054
6054
|
elementKey: string;
|
6055
6055
|
propName: string;
|
6056
6056
|
} | null | undefined;
|
6057
|
-
block: "start" | "center" | "end";
|
6057
|
+
block: "start" | "center" | "end" | "nearest";
|
6058
6058
|
}, {
|
6059
|
-
block: "start" | "center" | "end";
|
6059
|
+
block: "start" | "center" | "end" | "nearest";
|
6060
6060
|
elementIdConfig?: {
|
6061
6061
|
elementKey: string;
|
6062
6062
|
propName: string;
|
@@ -6069,12 +6069,12 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6069
6069
|
elementKey: string;
|
6070
6070
|
propName: string;
|
6071
6071
|
} | null | undefined;
|
6072
|
-
block: "start" | "center" | "end";
|
6072
|
+
block: "start" | "center" | "end" | "nearest";
|
6073
6073
|
};
|
6074
6074
|
}, {
|
6075
6075
|
type: "SCROLL_TO_ELEMENT";
|
6076
6076
|
payload: {
|
6077
|
-
block: "start" | "center" | "end";
|
6077
|
+
block: "start" | "center" | "end" | "nearest";
|
6078
6078
|
elementIdConfig?: {
|
6079
6079
|
elementKey: string;
|
6080
6080
|
propName: string;
|
@@ -6225,7 +6225,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6225
6225
|
elementKey: string;
|
6226
6226
|
propName: string;
|
6227
6227
|
} | null | undefined;
|
6228
|
-
block: "start" | "center" | "end";
|
6228
|
+
block: "start" | "center" | "end" | "nearest";
|
6229
6229
|
};
|
6230
6230
|
} | undefined;
|
6231
6231
|
color?: {
|
@@ -6278,7 +6278,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6278
6278
|
} | {
|
6279
6279
|
type: "SCROLL_TO_ELEMENT";
|
6280
6280
|
payload: {
|
6281
|
-
block: "start" | "center" | "end";
|
6281
|
+
block: "start" | "center" | "end" | "nearest";
|
6282
6282
|
elementIdConfig?: {
|
6283
6283
|
elementKey: string;
|
6284
6284
|
propName: string;
|
@@ -6342,7 +6342,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6342
6342
|
elementKey: string;
|
6343
6343
|
propName: string;
|
6344
6344
|
} | null | undefined;
|
6345
|
-
block: "start" | "center" | "end";
|
6345
|
+
block: "start" | "center" | "end" | "nearest";
|
6346
6346
|
};
|
6347
6347
|
} | undefined;
|
6348
6348
|
color?: {
|
@@ -6398,7 +6398,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6398
6398
|
} | {
|
6399
6399
|
type: "SCROLL_TO_ELEMENT";
|
6400
6400
|
payload: {
|
6401
|
-
block: "start" | "center" | "end";
|
6401
|
+
block: "start" | "center" | "end" | "nearest";
|
6402
6402
|
elementIdConfig?: {
|
6403
6403
|
elementKey: string;
|
6404
6404
|
propName: string;
|
@@ -6632,7 +6632,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6632
6632
|
elementKey: string;
|
6633
6633
|
propName: string;
|
6634
6634
|
} | null | undefined;
|
6635
|
-
block: "start" | "center" | "end";
|
6635
|
+
block: "start" | "center" | "end" | "nearest";
|
6636
6636
|
};
|
6637
6637
|
} | undefined;
|
6638
6638
|
color?: {
|
@@ -6732,7 +6732,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6732
6732
|
} | {
|
6733
6733
|
type: "SCROLL_TO_ELEMENT";
|
6734
6734
|
payload: {
|
6735
|
-
block: "start" | "center" | "end";
|
6735
|
+
block: "start" | "center" | "end" | "nearest";
|
6736
6736
|
elementIdConfig?: {
|
6737
6737
|
elementKey: string;
|
6738
6738
|
propName: string;
|
@@ -6844,7 +6844,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6844
6844
|
elementKey: string;
|
6845
6845
|
propName: string;
|
6846
6846
|
} | null | undefined;
|
6847
|
-
block: "start" | "center" | "end";
|
6847
|
+
block: "start" | "center" | "end" | "nearest";
|
6848
6848
|
};
|
6849
6849
|
} | undefined;
|
6850
6850
|
color?: {
|
@@ -6948,7 +6948,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6948
6948
|
} | {
|
6949
6949
|
type: "SCROLL_TO_ELEMENT";
|
6950
6950
|
payload: {
|
6951
|
-
block: "start" | "center" | "end";
|
6951
|
+
block: "start" | "center" | "end" | "nearest";
|
6952
6952
|
elementIdConfig?: {
|
6953
6953
|
elementKey: string;
|
6954
6954
|
propName: string;
|
@@ -7057,7 +7057,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7057
7057
|
elementKey: string;
|
7058
7058
|
propName: string;
|
7059
7059
|
} | null | undefined;
|
7060
|
-
block: "start" | "center" | "end";
|
7060
|
+
block: "start" | "center" | "end" | "nearest";
|
7061
7061
|
};
|
7062
7062
|
} | undefined;
|
7063
7063
|
variant?: {
|
@@ -7142,7 +7142,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7142
7142
|
elementKey: string;
|
7143
7143
|
propName: string;
|
7144
7144
|
} | null | undefined;
|
7145
|
-
block: "start" | "center" | "end";
|
7145
|
+
block: "start" | "center" | "end" | "nearest";
|
7146
7146
|
};
|
7147
7147
|
} | undefined;
|
7148
7148
|
color?: {
|
@@ -7244,7 +7244,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7244
7244
|
} | {
|
7245
7245
|
type: "SCROLL_TO_ELEMENT";
|
7246
7246
|
payload: {
|
7247
|
-
block: "start" | "center" | "end";
|
7247
|
+
block: "start" | "center" | "end" | "nearest";
|
7248
7248
|
elementIdConfig?: {
|
7249
7249
|
elementKey: string;
|
7250
7250
|
propName: string;
|
@@ -7329,7 +7329,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7329
7329
|
} | {
|
7330
7330
|
type: "SCROLL_TO_ELEMENT";
|
7331
7331
|
payload: {
|
7332
|
-
block: "start" | "center" | "end";
|
7332
|
+
block: "start" | "center" | "end" | "nearest";
|
7333
7333
|
elementIdConfig?: {
|
7334
7334
|
elementKey: string;
|
7335
7335
|
propName: string;
|
@@ -7524,15 +7524,15 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7524
7524
|
elementKey: string;
|
7525
7525
|
propName: string;
|
7526
7526
|
}>>>;
|
7527
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
7527
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
7528
7528
|
}, "strip", z.ZodTypeAny, {
|
7529
|
-
block: "start" | "center" | "end";
|
7529
|
+
block: "start" | "center" | "end" | "nearest";
|
7530
7530
|
elementIdConfig?: {
|
7531
7531
|
elementKey: string;
|
7532
7532
|
propName: string;
|
7533
7533
|
} | null | undefined;
|
7534
7534
|
}, {
|
7535
|
-
block: "start" | "center" | "end";
|
7535
|
+
block: "start" | "center" | "end" | "nearest";
|
7536
7536
|
elementIdConfig?: {
|
7537
7537
|
elementKey: string;
|
7538
7538
|
propName: string;
|
@@ -7542,9 +7542,9 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7542
7542
|
elementKey: string;
|
7543
7543
|
propName: string;
|
7544
7544
|
} | null | undefined;
|
7545
|
-
block: "start" | "center" | "end";
|
7545
|
+
block: "start" | "center" | "end" | "nearest";
|
7546
7546
|
}, {
|
7547
|
-
block: "start" | "center" | "end";
|
7547
|
+
block: "start" | "center" | "end" | "nearest";
|
7548
7548
|
elementIdConfig?: {
|
7549
7549
|
elementKey: string;
|
7550
7550
|
propName: string;
|
@@ -7557,12 +7557,12 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7557
7557
|
elementKey: string;
|
7558
7558
|
propName: string;
|
7559
7559
|
} | null | undefined;
|
7560
|
-
block: "start" | "center" | "end";
|
7560
|
+
block: "start" | "center" | "end" | "nearest";
|
7561
7561
|
};
|
7562
7562
|
}, {
|
7563
7563
|
type: "SCROLL_TO_ELEMENT";
|
7564
7564
|
payload: {
|
7565
|
-
block: "start" | "center" | "end";
|
7565
|
+
block: "start" | "center" | "end" | "nearest";
|
7566
7566
|
elementIdConfig?: {
|
7567
7567
|
elementKey: string;
|
7568
7568
|
propName: string;
|
@@ -7768,7 +7768,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7768
7768
|
elementKey: string;
|
7769
7769
|
propName: string;
|
7770
7770
|
} | null | undefined;
|
7771
|
-
block: "start" | "center" | "end";
|
7771
|
+
block: "start" | "center" | "end" | "nearest";
|
7772
7772
|
};
|
7773
7773
|
} | undefined;
|
7774
7774
|
variant?: {
|
@@ -7840,7 +7840,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7840
7840
|
} | {
|
7841
7841
|
type: "SCROLL_TO_ELEMENT";
|
7842
7842
|
payload: {
|
7843
|
-
block: "start" | "center" | "end";
|
7843
|
+
block: "start" | "center" | "end" | "nearest";
|
7844
7844
|
elementIdConfig?: {
|
7845
7845
|
elementKey: string;
|
7846
7846
|
propName: string;
|
@@ -7924,7 +7924,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7924
7924
|
elementKey: string;
|
7925
7925
|
propName: string;
|
7926
7926
|
} | null | undefined;
|
7927
|
-
block: "start" | "center" | "end";
|
7927
|
+
block: "start" | "center" | "end" | "nearest";
|
7928
7928
|
};
|
7929
7929
|
} | undefined;
|
7930
7930
|
variant?: {
|
@@ -8000,7 +8000,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8000
8000
|
} | {
|
8001
8001
|
type: "SCROLL_TO_ELEMENT";
|
8002
8002
|
payload: {
|
8003
|
-
block: "start" | "center" | "end";
|
8003
|
+
block: "start" | "center" | "end" | "nearest";
|
8004
8004
|
elementIdConfig?: {
|
8005
8005
|
elementKey: string;
|
8006
8006
|
propName: string;
|
@@ -8173,15 +8173,15 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8173
8173
|
elementKey: string;
|
8174
8174
|
propName: string;
|
8175
8175
|
}>>>;
|
8176
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
8176
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
8177
8177
|
}, "strip", z.ZodTypeAny, {
|
8178
|
-
block: "start" | "center" | "end";
|
8178
|
+
block: "start" | "center" | "end" | "nearest";
|
8179
8179
|
elementIdConfig?: {
|
8180
8180
|
elementKey: string;
|
8181
8181
|
propName: string;
|
8182
8182
|
} | null | undefined;
|
8183
8183
|
}, {
|
8184
|
-
block: "start" | "center" | "end";
|
8184
|
+
block: "start" | "center" | "end" | "nearest";
|
8185
8185
|
elementIdConfig?: {
|
8186
8186
|
elementKey: string;
|
8187
8187
|
propName: string;
|
@@ -8191,9 +8191,9 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8191
8191
|
elementKey: string;
|
8192
8192
|
propName: string;
|
8193
8193
|
} | null | undefined;
|
8194
|
-
block: "start" | "center" | "end";
|
8194
|
+
block: "start" | "center" | "end" | "nearest";
|
8195
8195
|
}, {
|
8196
|
-
block: "start" | "center" | "end";
|
8196
|
+
block: "start" | "center" | "end" | "nearest";
|
8197
8197
|
elementIdConfig?: {
|
8198
8198
|
elementKey: string;
|
8199
8199
|
propName: string;
|
@@ -8206,12 +8206,12 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8206
8206
|
elementKey: string;
|
8207
8207
|
propName: string;
|
8208
8208
|
} | null | undefined;
|
8209
|
-
block: "start" | "center" | "end";
|
8209
|
+
block: "start" | "center" | "end" | "nearest";
|
8210
8210
|
};
|
8211
8211
|
}, {
|
8212
8212
|
type: "SCROLL_TO_ELEMENT";
|
8213
8213
|
payload: {
|
8214
|
-
block: "start" | "center" | "end";
|
8214
|
+
block: "start" | "center" | "end" | "nearest";
|
8215
8215
|
elementIdConfig?: {
|
8216
8216
|
elementKey: string;
|
8217
8217
|
propName: string;
|
@@ -8362,7 +8362,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8362
8362
|
elementKey: string;
|
8363
8363
|
propName: string;
|
8364
8364
|
} | null | undefined;
|
8365
|
-
block: "start" | "center" | "end";
|
8365
|
+
block: "start" | "center" | "end" | "nearest";
|
8366
8366
|
};
|
8367
8367
|
} | undefined;
|
8368
8368
|
color?: {
|
@@ -8415,7 +8415,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8415
8415
|
} | {
|
8416
8416
|
type: "SCROLL_TO_ELEMENT";
|
8417
8417
|
payload: {
|
8418
|
-
block: "start" | "center" | "end";
|
8418
|
+
block: "start" | "center" | "end" | "nearest";
|
8419
8419
|
elementIdConfig?: {
|
8420
8420
|
elementKey: string;
|
8421
8421
|
propName: string;
|
@@ -8479,7 +8479,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8479
8479
|
elementKey: string;
|
8480
8480
|
propName: string;
|
8481
8481
|
} | null | undefined;
|
8482
|
-
block: "start" | "center" | "end";
|
8482
|
+
block: "start" | "center" | "end" | "nearest";
|
8483
8483
|
};
|
8484
8484
|
} | undefined;
|
8485
8485
|
color?: {
|
@@ -8535,7 +8535,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8535
8535
|
} | {
|
8536
8536
|
type: "SCROLL_TO_ELEMENT";
|
8537
8537
|
payload: {
|
8538
|
-
block: "start" | "center" | "end";
|
8538
|
+
block: "start" | "center" | "end" | "nearest";
|
8539
8539
|
elementIdConfig?: {
|
8540
8540
|
elementKey: string;
|
8541
8541
|
propName: string;
|
@@ -8769,7 +8769,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8769
8769
|
elementKey: string;
|
8770
8770
|
propName: string;
|
8771
8771
|
} | null | undefined;
|
8772
|
-
block: "start" | "center" | "end";
|
8772
|
+
block: "start" | "center" | "end" | "nearest";
|
8773
8773
|
};
|
8774
8774
|
} | undefined;
|
8775
8775
|
color?: {
|
@@ -8869,7 +8869,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8869
8869
|
} | {
|
8870
8870
|
type: "SCROLL_TO_ELEMENT";
|
8871
8871
|
payload: {
|
8872
|
-
block: "start" | "center" | "end";
|
8872
|
+
block: "start" | "center" | "end" | "nearest";
|
8873
8873
|
elementIdConfig?: {
|
8874
8874
|
elementKey: string;
|
8875
8875
|
propName: string;
|
@@ -8981,7 +8981,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8981
8981
|
elementKey: string;
|
8982
8982
|
propName: string;
|
8983
8983
|
} | null | undefined;
|
8984
|
-
block: "start" | "center" | "end";
|
8984
|
+
block: "start" | "center" | "end" | "nearest";
|
8985
8985
|
};
|
8986
8986
|
} | undefined;
|
8987
8987
|
color?: {
|
@@ -9085,7 +9085,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9085
9085
|
} | {
|
9086
9086
|
type: "SCROLL_TO_ELEMENT";
|
9087
9087
|
payload: {
|
9088
|
-
block: "start" | "center" | "end";
|
9088
|
+
block: "start" | "center" | "end" | "nearest";
|
9089
9089
|
elementIdConfig?: {
|
9090
9090
|
elementKey: string;
|
9091
9091
|
propName: string;
|
@@ -9278,15 +9278,15 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9278
9278
|
elementKey: string;
|
9279
9279
|
propName: string;
|
9280
9280
|
}>>>;
|
9281
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
9281
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
9282
9282
|
}, "strip", z.ZodTypeAny, {
|
9283
|
-
block: "start" | "center" | "end";
|
9283
|
+
block: "start" | "center" | "end" | "nearest";
|
9284
9284
|
elementIdConfig?: {
|
9285
9285
|
elementKey: string;
|
9286
9286
|
propName: string;
|
9287
9287
|
} | null | undefined;
|
9288
9288
|
}, {
|
9289
|
-
block: "start" | "center" | "end";
|
9289
|
+
block: "start" | "center" | "end" | "nearest";
|
9290
9290
|
elementIdConfig?: {
|
9291
9291
|
elementKey: string;
|
9292
9292
|
propName: string;
|
@@ -9296,9 +9296,9 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9296
9296
|
elementKey: string;
|
9297
9297
|
propName: string;
|
9298
9298
|
} | null | undefined;
|
9299
|
-
block: "start" | "center" | "end";
|
9299
|
+
block: "start" | "center" | "end" | "nearest";
|
9300
9300
|
}, {
|
9301
|
-
block: "start" | "center" | "end";
|
9301
|
+
block: "start" | "center" | "end" | "nearest";
|
9302
9302
|
elementIdConfig?: {
|
9303
9303
|
elementKey: string;
|
9304
9304
|
propName: string;
|
@@ -9311,12 +9311,12 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9311
9311
|
elementKey: string;
|
9312
9312
|
propName: string;
|
9313
9313
|
} | null | undefined;
|
9314
|
-
block: "start" | "center" | "end";
|
9314
|
+
block: "start" | "center" | "end" | "nearest";
|
9315
9315
|
};
|
9316
9316
|
}, {
|
9317
9317
|
type: "SCROLL_TO_ELEMENT";
|
9318
9318
|
payload: {
|
9319
|
-
block: "start" | "center" | "end";
|
9319
|
+
block: "start" | "center" | "end" | "nearest";
|
9320
9320
|
elementIdConfig?: {
|
9321
9321
|
elementKey: string;
|
9322
9322
|
propName: string;
|
@@ -9522,7 +9522,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9522
9522
|
elementKey: string;
|
9523
9523
|
propName: string;
|
9524
9524
|
} | null | undefined;
|
9525
|
-
block: "start" | "center" | "end";
|
9525
|
+
block: "start" | "center" | "end" | "nearest";
|
9526
9526
|
};
|
9527
9527
|
} | undefined;
|
9528
9528
|
variant?: {
|
@@ -9594,7 +9594,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9594
9594
|
} | {
|
9595
9595
|
type: "SCROLL_TO_ELEMENT";
|
9596
9596
|
payload: {
|
9597
|
-
block: "start" | "center" | "end";
|
9597
|
+
block: "start" | "center" | "end" | "nearest";
|
9598
9598
|
elementIdConfig?: {
|
9599
9599
|
elementKey: string;
|
9600
9600
|
propName: string;
|
@@ -9678,7 +9678,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9678
9678
|
elementKey: string;
|
9679
9679
|
propName: string;
|
9680
9680
|
} | null | undefined;
|
9681
|
-
block: "start" | "center" | "end";
|
9681
|
+
block: "start" | "center" | "end" | "nearest";
|
9682
9682
|
};
|
9683
9683
|
} | undefined;
|
9684
9684
|
variant?: {
|
@@ -9754,7 +9754,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9754
9754
|
} | {
|
9755
9755
|
type: "SCROLL_TO_ELEMENT";
|
9756
9756
|
payload: {
|
9757
|
-
block: "start" | "center" | "end";
|
9757
|
+
block: "start" | "center" | "end" | "nearest";
|
9758
9758
|
elementIdConfig?: {
|
9759
9759
|
elementKey: string;
|
9760
9760
|
propName: string;
|
@@ -9927,15 +9927,15 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9927
9927
|
elementKey: string;
|
9928
9928
|
propName: string;
|
9929
9929
|
}>>>;
|
9930
|
-
block: z.ZodEnum<["start", "center", "end"]>;
|
9930
|
+
block: z.ZodEnum<["start", "center", "end", "nearest"]>;
|
9931
9931
|
}, "strip", z.ZodTypeAny, {
|
9932
|
-
block: "start" | "center" | "end";
|
9932
|
+
block: "start" | "center" | "end" | "nearest";
|
9933
9933
|
elementIdConfig?: {
|
9934
9934
|
elementKey: string;
|
9935
9935
|
propName: string;
|
9936
9936
|
} | null | undefined;
|
9937
9937
|
}, {
|
9938
|
-
block: "start" | "center" | "end";
|
9938
|
+
block: "start" | "center" | "end" | "nearest";
|
9939
9939
|
elementIdConfig?: {
|
9940
9940
|
elementKey: string;
|
9941
9941
|
propName: string;
|
@@ -9945,9 +9945,9 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9945
9945
|
elementKey: string;
|
9946
9946
|
propName: string;
|
9947
9947
|
} | null | undefined;
|
9948
|
-
block: "start" | "center" | "end";
|
9948
|
+
block: "start" | "center" | "end" | "nearest";
|
9949
9949
|
}, {
|
9950
|
-
block: "start" | "center" | "end";
|
9950
|
+
block: "start" | "center" | "end" | "nearest";
|
9951
9951
|
elementIdConfig?: {
|
9952
9952
|
elementKey: string;
|
9953
9953
|
propName: string;
|
@@ -9960,12 +9960,12 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9960
9960
|
elementKey: string;
|
9961
9961
|
propName: string;
|
9962
9962
|
} | null | undefined;
|
9963
|
-
block: "start" | "center" | "end";
|
9963
|
+
block: "start" | "center" | "end" | "nearest";
|
9964
9964
|
};
|
9965
9965
|
}, {
|
9966
9966
|
type: "SCROLL_TO_ELEMENT";
|
9967
9967
|
payload: {
|
9968
|
-
block: "start" | "center" | "end";
|
9968
|
+
block: "start" | "center" | "end" | "nearest";
|
9969
9969
|
elementIdConfig?: {
|
9970
9970
|
elementKey: string;
|
9971
9971
|
propName: string;
|
@@ -10116,7 +10116,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10116
10116
|
elementKey: string;
|
10117
10117
|
propName: string;
|
10118
10118
|
} | null | undefined;
|
10119
|
-
block: "start" | "center" | "end";
|
10119
|
+
block: "start" | "center" | "end" | "nearest";
|
10120
10120
|
};
|
10121
10121
|
} | undefined;
|
10122
10122
|
color?: {
|
@@ -10169,7 +10169,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10169
10169
|
} | {
|
10170
10170
|
type: "SCROLL_TO_ELEMENT";
|
10171
10171
|
payload: {
|
10172
|
-
block: "start" | "center" | "end";
|
10172
|
+
block: "start" | "center" | "end" | "nearest";
|
10173
10173
|
elementIdConfig?: {
|
10174
10174
|
elementKey: string;
|
10175
10175
|
propName: string;
|
@@ -10233,7 +10233,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10233
10233
|
elementKey: string;
|
10234
10234
|
propName: string;
|
10235
10235
|
} | null | undefined;
|
10236
|
-
block: "start" | "center" | "end";
|
10236
|
+
block: "start" | "center" | "end" | "nearest";
|
10237
10237
|
};
|
10238
10238
|
} | undefined;
|
10239
10239
|
color?: {
|
@@ -10289,7 +10289,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10289
10289
|
} | {
|
10290
10290
|
type: "SCROLL_TO_ELEMENT";
|
10291
10291
|
payload: {
|
10292
|
-
block: "start" | "center" | "end";
|
10292
|
+
block: "start" | "center" | "end" | "nearest";
|
10293
10293
|
elementIdConfig?: {
|
10294
10294
|
elementKey: string;
|
10295
10295
|
propName: string;
|
@@ -10523,7 +10523,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10523
10523
|
elementKey: string;
|
10524
10524
|
propName: string;
|
10525
10525
|
} | null | undefined;
|
10526
|
-
block: "start" | "center" | "end";
|
10526
|
+
block: "start" | "center" | "end" | "nearest";
|
10527
10527
|
};
|
10528
10528
|
} | undefined;
|
10529
10529
|
color?: {
|
@@ -10623,7 +10623,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10623
10623
|
} | {
|
10624
10624
|
type: "SCROLL_TO_ELEMENT";
|
10625
10625
|
payload: {
|
10626
|
-
block: "start" | "center" | "end";
|
10626
|
+
block: "start" | "center" | "end" | "nearest";
|
10627
10627
|
elementIdConfig?: {
|
10628
10628
|
elementKey: string;
|
10629
10629
|
propName: string;
|
@@ -10735,7 +10735,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10735
10735
|
elementKey: string;
|
10736
10736
|
propName: string;
|
10737
10737
|
} | null | undefined;
|
10738
|
-
block: "start" | "center" | "end";
|
10738
|
+
block: "start" | "center" | "end" | "nearest";
|
10739
10739
|
};
|
10740
10740
|
} | undefined;
|
10741
10741
|
color?: {
|
@@ -10839,7 +10839,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10839
10839
|
} | {
|
10840
10840
|
type: "SCROLL_TO_ELEMENT";
|
10841
10841
|
payload: {
|
10842
|
-
block: "start" | "center" | "end";
|
10842
|
+
block: "start" | "center" | "end" | "nearest";
|
10843
10843
|
elementIdConfig?: {
|
10844
10844
|
elementKey: string;
|
10845
10845
|
propName: string;
|
@@ -10948,7 +10948,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10948
10948
|
elementKey: string;
|
10949
10949
|
propName: string;
|
10950
10950
|
} | null | undefined;
|
10951
|
-
block: "start" | "center" | "end";
|
10951
|
+
block: "start" | "center" | "end" | "nearest";
|
10952
10952
|
};
|
10953
10953
|
} | undefined;
|
10954
10954
|
variant?: {
|
@@ -11033,7 +11033,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11033
11033
|
elementKey: string;
|
11034
11034
|
propName: string;
|
11035
11035
|
} | null | undefined;
|
11036
|
-
block: "start" | "center" | "end";
|
11036
|
+
block: "start" | "center" | "end" | "nearest";
|
11037
11037
|
};
|
11038
11038
|
} | undefined;
|
11039
11039
|
color?: {
|
@@ -11135,7 +11135,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11135
11135
|
} | {
|
11136
11136
|
type: "SCROLL_TO_ELEMENT";
|
11137
11137
|
payload: {
|
11138
|
-
block: "start" | "center" | "end";
|
11138
|
+
block: "start" | "center" | "end" | "nearest";
|
11139
11139
|
elementIdConfig?: {
|
11140
11140
|
elementKey: string;
|
11141
11141
|
propName: string;
|
@@ -11220,7 +11220,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11220
11220
|
} | {
|
11221
11221
|
type: "SCROLL_TO_ELEMENT";
|
11222
11222
|
payload: {
|
11223
|
-
block: "start" | "center" | "end";
|
11223
|
+
block: "start" | "center" | "end" | "nearest";
|
11224
11224
|
elementIdConfig?: {
|
11225
11225
|
elementKey: string;
|
11226
11226
|
propName: string;
|