@makeswift/prop-controllers 0.1.0-canary.3 → 0.1.0-canary.5
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/index.cjs +635 -225
- package/dist/types/border/border.d.ts +4 -4
- package/dist/types/border-radius/border-radius.d.ts +2 -2
- package/dist/types/checkbox/checkbox.d.ts +4 -4
- package/dist/types/data.d.ts +37 -0
- package/dist/types/data.d.ts.map +1 -1
- package/dist/types/date/date.d.ts +4 -4
- package/dist/types/date copy/date.d.ts +1 -1
- package/dist/types/date copy/date.d.ts.map +1 -1
- package/dist/types/deleted.d.ts +1 -0
- package/dist/types/deleted.d.ts.map +1 -0
- package/dist/types/deteted.d.ts +1 -0
- package/dist/types/deteted.d.ts.map +1 -0
- package/dist/types/font/font.d.ts +4 -4
- package/dist/types/gap-x/gap-x.d.ts +177 -0
- package/dist/types/gap-x/gap-x.d.ts.map +1 -0
- package/dist/types/gap-x/gap-x.test.d.ts +2 -0
- package/dist/types/gap-x/gap-x.test.d.ts.map +1 -0
- package/dist/types/gap-x/index.d.ts +2 -0
- package/dist/types/gap-x/index.d.ts.map +1 -0
- package/dist/types/gap-x/text-style.d.ts +589 -0
- package/dist/types/gap-x/text-style.d.ts.map +1 -0
- package/dist/types/gap-x/text-style.test.d.ts +2 -0
- package/dist/types/gap-x/text-style.test.d.ts.map +1 -0
- package/dist/types/gap-x copy/gap-x.d.ts +177 -0
- package/dist/types/gap-x copy/gap-x.d.ts.map +1 -0
- package/dist/types/gap-x copy/gap-x.test.d.ts +2 -0
- package/dist/types/gap-x copy/gap-x.test.d.ts.map +1 -0
- package/dist/types/gap-x copy/index.d.ts +2 -0
- package/dist/types/gap-x copy/index.d.ts.map +1 -0
- package/dist/types/gap-y/gap-x.d.ts +177 -0
- package/dist/types/gap-y/gap-x.d.ts.map +1 -0
- package/dist/types/gap-y/gap-x.test.d.ts +2 -0
- package/dist/types/gap-y/gap-x.test.d.ts.map +1 -0
- package/dist/types/gap-y/gap-y.d.ts +177 -0
- package/dist/types/gap-y/gap-y.d.ts.map +1 -0
- package/dist/types/gap-y/gap-y.test.d.ts +2 -0
- package/dist/types/gap-y/gap-y.test.d.ts.map +1 -0
- package/dist/types/gap-y/index.d.ts +2 -0
- package/dist/types/gap-y/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +12 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/link/link.d.ts +944 -34
- package/dist/types/link/link.d.ts.map +1 -1
- package/dist/types/margin/margin.d.ts +4 -4
- package/dist/types/navigation-links/navigation-links.d.ts +80 -77
- package/dist/types/navigation-links/navigation-links.d.ts.map +1 -1
- package/dist/types/number.d.ts +4 -4
- package/dist/types/padding/padding.d.ts +4 -4
- package/dist/types/prop-controllers.d.ts +5 -1
- package/dist/types/prop-controllers.d.ts.map +1 -1
- package/dist/types/responsive-color.d.ts +4 -4
- package/dist/types/responsive-length.d.ts +4 -4
- package/dist/types/shadows.d.ts +2 -2
- package/dist/types/table/table.d.ts +4 -4
- package/dist/types/text-area/date.d.ts +50 -0
- package/dist/types/text-area/date.d.ts.map +1 -0
- package/dist/types/text-area/date.test.d.ts +2 -0
- package/dist/types/text-area/date.test.d.ts.map +1 -0
- package/dist/types/text-area/index.d.ts +2 -0
- package/dist/types/text-area/index.d.ts.map +1 -0
- package/dist/types/text-area/text-area.d.ts +52 -0
- package/dist/types/text-area/text-area.d.ts.map +1 -0
- package/dist/types/text-area/text-area.test.d.ts +2 -0
- package/dist/types/text-area/text-area.test.d.ts.map +1 -0
- package/dist/types/text-style/text-style.d.ts +4 -4
- package/dist/types/text-style copy/index.d.ts +2 -0
- package/dist/types/text-style copy/index.d.ts.map +1 -0
- package/dist/types/text-style copy/text-style.d.ts +589 -0
- package/dist/types/text-style copy/text-style.d.ts.map +1 -0
- package/dist/types/text-style copy/text-style.test.d.ts +2 -0
- package/dist/types/text-style copy/text-style.test.d.ts.map +1 -0
- package/dist/types/typeahead/date.d.ts +50 -0
- package/dist/types/typeahead/date.d.ts.map +1 -0
- package/dist/types/typeahead/date.test.d.ts +2 -0
- package/dist/types/typeahead/date.test.d.ts.map +1 -0
- package/dist/types/typeahead/index.d.ts +2 -0
- package/dist/types/typeahead/index.d.ts.map +1 -0
- package/dist/types/typeahead/typeahead.d.ts +50 -0
- package/dist/types/typeahead/typeahead.d.ts.map +1 -0
- package/dist/types/typeahead/typeahead.test.d.ts +2 -0
- package/dist/types/typeahead/typeahead.test.d.ts.map +1 -0
- package/dist/types/video/video.d.ts +4 -4
- package/dist/types/width/width.d.ts +4 -4
- package/package.json +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Options, Types } from '../prop-controllers';
|
1
|
+
import { CopyContext, Options, Types } from '../prop-controllers';
|
2
2
|
import { z } from 'zod';
|
3
3
|
declare const navigationButtonSchema: z.ZodObject<{
|
4
4
|
id: z.ZodString;
|
@@ -486,7 +486,6 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
486
486
|
}>;
|
487
487
|
}, "strip", z.ZodTypeAny, {
|
488
488
|
type: "button";
|
489
|
-
id: string;
|
490
489
|
payload: {
|
491
490
|
label: string;
|
492
491
|
link?: {
|
@@ -564,9 +563,9 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
564
563
|
deviceId: string;
|
565
564
|
}[] | undefined;
|
566
565
|
};
|
566
|
+
id: string;
|
567
567
|
}, {
|
568
568
|
type: "button";
|
569
|
-
id: string;
|
570
569
|
payload: {
|
571
570
|
label: string;
|
572
571
|
link?: {
|
@@ -644,6 +643,7 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
644
643
|
deviceId: string;
|
645
644
|
}[] | undefined;
|
646
645
|
};
|
646
|
+
id: string;
|
647
647
|
}>;
|
648
648
|
export type NavigationButtonData = z.infer<typeof navigationButtonSchema>;
|
649
649
|
declare const navigationDropdownSchema: z.ZodObject<{
|
@@ -1043,7 +1043,6 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1043
1043
|
}[] | undefined;
|
1044
1044
|
}>;
|
1045
1045
|
}, "strip", z.ZodTypeAny, {
|
1046
|
-
id: string;
|
1047
1046
|
payload: {
|
1048
1047
|
label: string;
|
1049
1048
|
link?: {
|
@@ -1102,8 +1101,8 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1102
1101
|
deviceId: string;
|
1103
1102
|
}[] | undefined;
|
1104
1103
|
};
|
1105
|
-
}, {
|
1106
1104
|
id: string;
|
1105
|
+
}, {
|
1107
1106
|
payload: {
|
1108
1107
|
label: string;
|
1109
1108
|
link?: {
|
@@ -1162,6 +1161,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1162
1161
|
deviceId: string;
|
1163
1162
|
}[] | undefined;
|
1164
1163
|
};
|
1164
|
+
id: string;
|
1165
1165
|
}>, "many">>;
|
1166
1166
|
variant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1167
1167
|
deviceId: z.ZodString;
|
@@ -1333,7 +1333,6 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1333
1333
|
label: string;
|
1334
1334
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1335
1335
|
links?: {
|
1336
|
-
id: string;
|
1337
1336
|
payload: {
|
1338
1337
|
label: string;
|
1339
1338
|
link?: {
|
@@ -1392,6 +1391,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1392
1391
|
deviceId: string;
|
1393
1392
|
}[] | undefined;
|
1394
1393
|
};
|
1394
|
+
id: string;
|
1395
1395
|
}[] | undefined;
|
1396
1396
|
variant?: {
|
1397
1397
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -1437,7 +1437,6 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1437
1437
|
label: string;
|
1438
1438
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1439
1439
|
links?: {
|
1440
|
-
id: string;
|
1441
1440
|
payload: {
|
1442
1441
|
label: string;
|
1443
1442
|
link?: {
|
@@ -1496,6 +1495,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1496
1495
|
deviceId: string;
|
1497
1496
|
}[] | undefined;
|
1498
1497
|
};
|
1498
|
+
id: string;
|
1499
1499
|
}[] | undefined;
|
1500
1500
|
variant?: {
|
1501
1501
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -1540,12 +1540,10 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1540
1540
|
}>;
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
1542
1542
|
type: "dropdown";
|
1543
|
-
id: string;
|
1544
1543
|
payload: {
|
1545
1544
|
label: string;
|
1546
1545
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1547
1546
|
links?: {
|
1548
|
-
id: string;
|
1549
1547
|
payload: {
|
1550
1548
|
label: string;
|
1551
1549
|
link?: {
|
@@ -1604,6 +1602,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1604
1602
|
deviceId: string;
|
1605
1603
|
}[] | undefined;
|
1606
1604
|
};
|
1605
|
+
id: string;
|
1607
1606
|
}[] | undefined;
|
1608
1607
|
variant?: {
|
1609
1608
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -1646,14 +1645,13 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1646
1645
|
deviceId: string;
|
1647
1646
|
}[] | undefined;
|
1648
1647
|
};
|
1648
|
+
id: string;
|
1649
1649
|
}, {
|
1650
1650
|
type: "dropdown";
|
1651
|
-
id: string;
|
1652
1651
|
payload: {
|
1653
1652
|
label: string;
|
1654
1653
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1655
1654
|
links?: {
|
1656
|
-
id: string;
|
1657
1655
|
payload: {
|
1658
1656
|
label: string;
|
1659
1657
|
link?: {
|
@@ -1712,6 +1710,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1712
1710
|
deviceId: string;
|
1713
1711
|
}[] | undefined;
|
1714
1712
|
};
|
1713
|
+
id: string;
|
1715
1714
|
}[] | undefined;
|
1716
1715
|
variant?: {
|
1717
1716
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -1754,6 +1753,7 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1754
1753
|
deviceId: string;
|
1755
1754
|
}[] | undefined;
|
1756
1755
|
};
|
1756
|
+
id: string;
|
1757
1757
|
}>;
|
1758
1758
|
export type NavigationDropdownData = z.infer<typeof navigationDropdownSchema>;
|
1759
1759
|
declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
@@ -2242,7 +2242,6 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2242
2242
|
}>;
|
2243
2243
|
}, "strip", z.ZodTypeAny, {
|
2244
2244
|
type: "button";
|
2245
|
-
id: string;
|
2246
2245
|
payload: {
|
2247
2246
|
label: string;
|
2248
2247
|
link?: {
|
@@ -2320,9 +2319,9 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2320
2319
|
deviceId: string;
|
2321
2320
|
}[] | undefined;
|
2322
2321
|
};
|
2322
|
+
id: string;
|
2323
2323
|
}, {
|
2324
2324
|
type: "button";
|
2325
|
-
id: string;
|
2326
2325
|
payload: {
|
2327
2326
|
label: string;
|
2328
2327
|
link?: {
|
@@ -2400,6 +2399,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2400
2399
|
deviceId: string;
|
2401
2400
|
}[] | undefined;
|
2402
2401
|
};
|
2402
|
+
id: string;
|
2403
2403
|
}>, z.ZodObject<{
|
2404
2404
|
id: z.ZodString;
|
2405
2405
|
type: z.ZodLiteral<"dropdown">;
|
@@ -2797,7 +2797,6 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2797
2797
|
}[] | undefined;
|
2798
2798
|
}>;
|
2799
2799
|
}, "strip", z.ZodTypeAny, {
|
2800
|
-
id: string;
|
2801
2800
|
payload: {
|
2802
2801
|
label: string;
|
2803
2802
|
link?: {
|
@@ -2856,8 +2855,8 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2856
2855
|
deviceId: string;
|
2857
2856
|
}[] | undefined;
|
2858
2857
|
};
|
2859
|
-
}, {
|
2860
2858
|
id: string;
|
2859
|
+
}, {
|
2861
2860
|
payload: {
|
2862
2861
|
label: string;
|
2863
2862
|
link?: {
|
@@ -2916,6 +2915,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2916
2915
|
deviceId: string;
|
2917
2916
|
}[] | undefined;
|
2918
2917
|
};
|
2918
|
+
id: string;
|
2919
2919
|
}>, "many">>;
|
2920
2920
|
variant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
2921
2921
|
deviceId: z.ZodString;
|
@@ -3087,7 +3087,6 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3087
3087
|
label: string;
|
3088
3088
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3089
3089
|
links?: {
|
3090
|
-
id: string;
|
3091
3090
|
payload: {
|
3092
3091
|
label: string;
|
3093
3092
|
link?: {
|
@@ -3146,6 +3145,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3146
3145
|
deviceId: string;
|
3147
3146
|
}[] | undefined;
|
3148
3147
|
};
|
3148
|
+
id: string;
|
3149
3149
|
}[] | undefined;
|
3150
3150
|
variant?: {
|
3151
3151
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -3191,7 +3191,6 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3191
3191
|
label: string;
|
3192
3192
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3193
3193
|
links?: {
|
3194
|
-
id: string;
|
3195
3194
|
payload: {
|
3196
3195
|
label: string;
|
3197
3196
|
link?: {
|
@@ -3250,6 +3249,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3250
3249
|
deviceId: string;
|
3251
3250
|
}[] | undefined;
|
3252
3251
|
};
|
3252
|
+
id: string;
|
3253
3253
|
}[] | undefined;
|
3254
3254
|
variant?: {
|
3255
3255
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -3294,12 +3294,10 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3294
3294
|
}>;
|
3295
3295
|
}, "strip", z.ZodTypeAny, {
|
3296
3296
|
type: "dropdown";
|
3297
|
-
id: string;
|
3298
3297
|
payload: {
|
3299
3298
|
label: string;
|
3300
3299
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3301
3300
|
links?: {
|
3302
|
-
id: string;
|
3303
3301
|
payload: {
|
3304
3302
|
label: string;
|
3305
3303
|
link?: {
|
@@ -3358,6 +3356,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3358
3356
|
deviceId: string;
|
3359
3357
|
}[] | undefined;
|
3360
3358
|
};
|
3359
|
+
id: string;
|
3361
3360
|
}[] | undefined;
|
3362
3361
|
variant?: {
|
3363
3362
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -3400,14 +3399,13 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3400
3399
|
deviceId: string;
|
3401
3400
|
}[] | undefined;
|
3402
3401
|
};
|
3402
|
+
id: string;
|
3403
3403
|
}, {
|
3404
3404
|
type: "dropdown";
|
3405
|
-
id: string;
|
3406
3405
|
payload: {
|
3407
3406
|
label: string;
|
3408
3407
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3409
3408
|
links?: {
|
3410
|
-
id: string;
|
3411
3409
|
payload: {
|
3412
3410
|
label: string;
|
3413
3411
|
link?: {
|
@@ -3466,6 +3464,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3466
3464
|
deviceId: string;
|
3467
3465
|
}[] | undefined;
|
3468
3466
|
};
|
3467
|
+
id: string;
|
3469
3468
|
}[] | undefined;
|
3470
3469
|
variant?: {
|
3471
3470
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -3508,6 +3507,7 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3508
3507
|
deviceId: string;
|
3509
3508
|
}[] | undefined;
|
3510
3509
|
};
|
3510
|
+
id: string;
|
3511
3511
|
}>]>, "many">;
|
3512
3512
|
export type NavigationLinksData = z.infer<typeof navigationLinksDataSchema>;
|
3513
3513
|
declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
@@ -3996,7 +3996,6 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3996
3996
|
}>;
|
3997
3997
|
}, "strip", z.ZodTypeAny, {
|
3998
3998
|
type: "button";
|
3999
|
-
id: string;
|
4000
3999
|
payload: {
|
4001
4000
|
label: string;
|
4002
4001
|
link?: {
|
@@ -4074,9 +4073,9 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4074
4073
|
deviceId: string;
|
4075
4074
|
}[] | undefined;
|
4076
4075
|
};
|
4076
|
+
id: string;
|
4077
4077
|
}, {
|
4078
4078
|
type: "button";
|
4079
|
-
id: string;
|
4080
4079
|
payload: {
|
4081
4080
|
label: string;
|
4082
4081
|
link?: {
|
@@ -4154,6 +4153,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4154
4153
|
deviceId: string;
|
4155
4154
|
}[] | undefined;
|
4156
4155
|
};
|
4156
|
+
id: string;
|
4157
4157
|
}>, z.ZodObject<{
|
4158
4158
|
id: z.ZodString;
|
4159
4159
|
type: z.ZodLiteral<"dropdown">;
|
@@ -4551,7 +4551,6 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4551
4551
|
}[] | undefined;
|
4552
4552
|
}>;
|
4553
4553
|
}, "strip", z.ZodTypeAny, {
|
4554
|
-
id: string;
|
4555
4554
|
payload: {
|
4556
4555
|
label: string;
|
4557
4556
|
link?: {
|
@@ -4610,8 +4609,8 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4610
4609
|
deviceId: string;
|
4611
4610
|
}[] | undefined;
|
4612
4611
|
};
|
4613
|
-
}, {
|
4614
4612
|
id: string;
|
4613
|
+
}, {
|
4615
4614
|
payload: {
|
4616
4615
|
label: string;
|
4617
4616
|
link?: {
|
@@ -4670,6 +4669,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4670
4669
|
deviceId: string;
|
4671
4670
|
}[] | undefined;
|
4672
4671
|
};
|
4672
|
+
id: string;
|
4673
4673
|
}>, "many">>;
|
4674
4674
|
variant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
4675
4675
|
deviceId: z.ZodString;
|
@@ -4841,7 +4841,6 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4841
4841
|
label: string;
|
4842
4842
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
4843
4843
|
links?: {
|
4844
|
-
id: string;
|
4845
4844
|
payload: {
|
4846
4845
|
label: string;
|
4847
4846
|
link?: {
|
@@ -4900,6 +4899,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4900
4899
|
deviceId: string;
|
4901
4900
|
}[] | undefined;
|
4902
4901
|
};
|
4902
|
+
id: string;
|
4903
4903
|
}[] | undefined;
|
4904
4904
|
variant?: {
|
4905
4905
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -4945,7 +4945,6 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4945
4945
|
label: string;
|
4946
4946
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
4947
4947
|
links?: {
|
4948
|
-
id: string;
|
4949
4948
|
payload: {
|
4950
4949
|
label: string;
|
4951
4950
|
link?: {
|
@@ -5004,6 +5003,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5004
5003
|
deviceId: string;
|
5005
5004
|
}[] | undefined;
|
5006
5005
|
};
|
5006
|
+
id: string;
|
5007
5007
|
}[] | undefined;
|
5008
5008
|
variant?: {
|
5009
5009
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -5048,12 +5048,10 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5048
5048
|
}>;
|
5049
5049
|
}, "strip", z.ZodTypeAny, {
|
5050
5050
|
type: "dropdown";
|
5051
|
-
id: string;
|
5052
5051
|
payload: {
|
5053
5052
|
label: string;
|
5054
5053
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
5055
5054
|
links?: {
|
5056
|
-
id: string;
|
5057
5055
|
payload: {
|
5058
5056
|
label: string;
|
5059
5057
|
link?: {
|
@@ -5112,6 +5110,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5112
5110
|
deviceId: string;
|
5113
5111
|
}[] | undefined;
|
5114
5112
|
};
|
5113
|
+
id: string;
|
5115
5114
|
}[] | undefined;
|
5116
5115
|
variant?: {
|
5117
5116
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -5154,14 +5153,13 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5154
5153
|
deviceId: string;
|
5155
5154
|
}[] | undefined;
|
5156
5155
|
};
|
5156
|
+
id: string;
|
5157
5157
|
}, {
|
5158
5158
|
type: "dropdown";
|
5159
|
-
id: string;
|
5160
5159
|
payload: {
|
5161
5160
|
label: string;
|
5162
5161
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
5163
5162
|
links?: {
|
5164
|
-
id: string;
|
5165
5163
|
payload: {
|
5166
5164
|
label: string;
|
5167
5165
|
link?: {
|
@@ -5220,6 +5218,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5220
5218
|
deviceId: string;
|
5221
5219
|
}[] | undefined;
|
5222
5220
|
};
|
5221
|
+
id: string;
|
5223
5222
|
}[] | undefined;
|
5224
5223
|
variant?: {
|
5225
5224
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -5262,6 +5261,7 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5262
5261
|
deviceId: string;
|
5263
5262
|
}[] | undefined;
|
5264
5263
|
};
|
5264
|
+
id: string;
|
5265
5265
|
}>]>, "many">;
|
5266
5266
|
export type NavigationLinksPropControllerDataV0 = z.infer<typeof navigationLinksPropControllerDataV0Schema>;
|
5267
5267
|
export declare const NavigationLinksPropControllerDataV1Type = "prop-controllers::navigation-links::v1";
|
@@ -5753,7 +5753,6 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5753
5753
|
}>;
|
5754
5754
|
}, "strip", z.ZodTypeAny, {
|
5755
5755
|
type: "button";
|
5756
|
-
id: string;
|
5757
5756
|
payload: {
|
5758
5757
|
label: string;
|
5759
5758
|
link?: {
|
@@ -5831,9 +5830,9 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5831
5830
|
deviceId: string;
|
5832
5831
|
}[] | undefined;
|
5833
5832
|
};
|
5833
|
+
id: string;
|
5834
5834
|
}, {
|
5835
5835
|
type: "button";
|
5836
|
-
id: string;
|
5837
5836
|
payload: {
|
5838
5837
|
label: string;
|
5839
5838
|
link?: {
|
@@ -5911,6 +5910,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5911
5910
|
deviceId: string;
|
5912
5911
|
}[] | undefined;
|
5913
5912
|
};
|
5913
|
+
id: string;
|
5914
5914
|
}>, z.ZodObject<{
|
5915
5915
|
id: z.ZodString;
|
5916
5916
|
type: z.ZodLiteral<"dropdown">;
|
@@ -6308,7 +6308,6 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6308
6308
|
}[] | undefined;
|
6309
6309
|
}>;
|
6310
6310
|
}, "strip", z.ZodTypeAny, {
|
6311
|
-
id: string;
|
6312
6311
|
payload: {
|
6313
6312
|
label: string;
|
6314
6313
|
link?: {
|
@@ -6367,8 +6366,8 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6367
6366
|
deviceId: string;
|
6368
6367
|
}[] | undefined;
|
6369
6368
|
};
|
6370
|
-
}, {
|
6371
6369
|
id: string;
|
6370
|
+
}, {
|
6372
6371
|
payload: {
|
6373
6372
|
label: string;
|
6374
6373
|
link?: {
|
@@ -6427,6 +6426,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6427
6426
|
deviceId: string;
|
6428
6427
|
}[] | undefined;
|
6429
6428
|
};
|
6429
|
+
id: string;
|
6430
6430
|
}>, "many">>;
|
6431
6431
|
variant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
6432
6432
|
deviceId: z.ZodString;
|
@@ -6598,7 +6598,6 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6598
6598
|
label: string;
|
6599
6599
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6600
6600
|
links?: {
|
6601
|
-
id: string;
|
6602
6601
|
payload: {
|
6603
6602
|
label: string;
|
6604
6603
|
link?: {
|
@@ -6657,6 +6656,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6657
6656
|
deviceId: string;
|
6658
6657
|
}[] | undefined;
|
6659
6658
|
};
|
6659
|
+
id: string;
|
6660
6660
|
}[] | undefined;
|
6661
6661
|
variant?: {
|
6662
6662
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -6702,7 +6702,6 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6702
6702
|
label: string;
|
6703
6703
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6704
6704
|
links?: {
|
6705
|
-
id: string;
|
6706
6705
|
payload: {
|
6707
6706
|
label: string;
|
6708
6707
|
link?: {
|
@@ -6761,6 +6760,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6761
6760
|
deviceId: string;
|
6762
6761
|
}[] | undefined;
|
6763
6762
|
};
|
6763
|
+
id: string;
|
6764
6764
|
}[] | undefined;
|
6765
6765
|
variant?: {
|
6766
6766
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -6805,12 +6805,10 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6805
6805
|
}>;
|
6806
6806
|
}, "strip", z.ZodTypeAny, {
|
6807
6807
|
type: "dropdown";
|
6808
|
-
id: string;
|
6809
6808
|
payload: {
|
6810
6809
|
label: string;
|
6811
6810
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6812
6811
|
links?: {
|
6813
|
-
id: string;
|
6814
6812
|
payload: {
|
6815
6813
|
label: string;
|
6816
6814
|
link?: {
|
@@ -6869,6 +6867,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6869
6867
|
deviceId: string;
|
6870
6868
|
}[] | undefined;
|
6871
6869
|
};
|
6870
|
+
id: string;
|
6872
6871
|
}[] | undefined;
|
6873
6872
|
variant?: {
|
6874
6873
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -6911,14 +6910,13 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6911
6910
|
deviceId: string;
|
6912
6911
|
}[] | undefined;
|
6913
6912
|
};
|
6913
|
+
id: string;
|
6914
6914
|
}, {
|
6915
6915
|
type: "dropdown";
|
6916
|
-
id: string;
|
6917
6916
|
payload: {
|
6918
6917
|
label: string;
|
6919
6918
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6920
6919
|
links?: {
|
6921
|
-
id: string;
|
6922
6920
|
payload: {
|
6923
6921
|
label: string;
|
6924
6922
|
link?: {
|
@@ -6977,6 +6975,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6977
6975
|
deviceId: string;
|
6978
6976
|
}[] | undefined;
|
6979
6977
|
};
|
6978
|
+
id: string;
|
6980
6979
|
}[] | undefined;
|
6981
6980
|
variant?: {
|
6982
6981
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -7019,11 +7018,12 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7019
7018
|
deviceId: string;
|
7020
7019
|
}[] | undefined;
|
7021
7020
|
};
|
7021
|
+
id: string;
|
7022
7022
|
}>]>, "many">;
|
7023
7023
|
}, "strip", z.ZodTypeAny, {
|
7024
|
+
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
7024
7025
|
value: ({
|
7025
7026
|
type: "button";
|
7026
|
-
id: string;
|
7027
7027
|
payload: {
|
7028
7028
|
label: string;
|
7029
7029
|
link?: {
|
@@ -7101,14 +7101,13 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7101
7101
|
deviceId: string;
|
7102
7102
|
}[] | undefined;
|
7103
7103
|
};
|
7104
|
+
id: string;
|
7104
7105
|
} | {
|
7105
7106
|
type: "dropdown";
|
7106
|
-
id: string;
|
7107
7107
|
payload: {
|
7108
7108
|
label: string;
|
7109
7109
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
7110
7110
|
links?: {
|
7111
|
-
id: string;
|
7112
7111
|
payload: {
|
7113
7112
|
label: string;
|
7114
7113
|
link?: {
|
@@ -7167,6 +7166,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7167
7166
|
deviceId: string;
|
7168
7167
|
}[] | undefined;
|
7169
7168
|
};
|
7169
|
+
id: string;
|
7170
7170
|
}[] | undefined;
|
7171
7171
|
variant?: {
|
7172
7172
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -7209,12 +7209,12 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7209
7209
|
deviceId: string;
|
7210
7210
|
}[] | undefined;
|
7211
7211
|
};
|
7212
|
+
id: string;
|
7212
7213
|
})[];
|
7213
|
-
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
7214
7214
|
}, {
|
7215
|
+
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
7215
7216
|
value: ({
|
7216
7217
|
type: "button";
|
7217
|
-
id: string;
|
7218
7218
|
payload: {
|
7219
7219
|
label: string;
|
7220
7220
|
link?: {
|
@@ -7292,14 +7292,13 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7292
7292
|
deviceId: string;
|
7293
7293
|
}[] | undefined;
|
7294
7294
|
};
|
7295
|
+
id: string;
|
7295
7296
|
} | {
|
7296
7297
|
type: "dropdown";
|
7297
|
-
id: string;
|
7298
7298
|
payload: {
|
7299
7299
|
label: string;
|
7300
7300
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
7301
7301
|
links?: {
|
7302
|
-
id: string;
|
7303
7302
|
payload: {
|
7304
7303
|
label: string;
|
7305
7304
|
link?: {
|
@@ -7358,6 +7357,7 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7358
7357
|
deviceId: string;
|
7359
7358
|
}[] | undefined;
|
7360
7359
|
};
|
7360
|
+
id: string;
|
7361
7361
|
}[] | undefined;
|
7362
7362
|
variant?: {
|
7363
7363
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -7400,8 +7400,8 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7400
7400
|
deviceId: string;
|
7401
7401
|
}[] | undefined;
|
7402
7402
|
};
|
7403
|
+
id: string;
|
7403
7404
|
})[];
|
7404
|
-
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
7405
7405
|
}>;
|
7406
7406
|
export type NavigationLinksPropControllerDataV1 = z.infer<typeof navigationLinksPropControllerDataV1Schema>;
|
7407
7407
|
export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
@@ -7890,7 +7890,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7890
7890
|
}>;
|
7891
7891
|
}, "strip", z.ZodTypeAny, {
|
7892
7892
|
type: "button";
|
7893
|
-
id: string;
|
7894
7893
|
payload: {
|
7895
7894
|
label: string;
|
7896
7895
|
link?: {
|
@@ -7968,9 +7967,9 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7968
7967
|
deviceId: string;
|
7969
7968
|
}[] | undefined;
|
7970
7969
|
};
|
7970
|
+
id: string;
|
7971
7971
|
}, {
|
7972
7972
|
type: "button";
|
7973
|
-
id: string;
|
7974
7973
|
payload: {
|
7975
7974
|
label: string;
|
7976
7975
|
link?: {
|
@@ -8048,6 +8047,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8048
8047
|
deviceId: string;
|
8049
8048
|
}[] | undefined;
|
8050
8049
|
};
|
8050
|
+
id: string;
|
8051
8051
|
}>, z.ZodObject<{
|
8052
8052
|
id: z.ZodString;
|
8053
8053
|
type: z.ZodLiteral<"dropdown">;
|
@@ -8445,7 +8445,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8445
8445
|
}[] | undefined;
|
8446
8446
|
}>;
|
8447
8447
|
}, "strip", z.ZodTypeAny, {
|
8448
|
-
id: string;
|
8449
8448
|
payload: {
|
8450
8449
|
label: string;
|
8451
8450
|
link?: {
|
@@ -8504,8 +8503,8 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8504
8503
|
deviceId: string;
|
8505
8504
|
}[] | undefined;
|
8506
8505
|
};
|
8507
|
-
}, {
|
8508
8506
|
id: string;
|
8507
|
+
}, {
|
8509
8508
|
payload: {
|
8510
8509
|
label: string;
|
8511
8510
|
link?: {
|
@@ -8564,6 +8563,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8564
8563
|
deviceId: string;
|
8565
8564
|
}[] | undefined;
|
8566
8565
|
};
|
8566
|
+
id: string;
|
8567
8567
|
}>, "many">>;
|
8568
8568
|
variant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
8569
8569
|
deviceId: z.ZodString;
|
@@ -8735,7 +8735,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8735
8735
|
label: string;
|
8736
8736
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
8737
8737
|
links?: {
|
8738
|
-
id: string;
|
8739
8738
|
payload: {
|
8740
8739
|
label: string;
|
8741
8740
|
link?: {
|
@@ -8794,6 +8793,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8794
8793
|
deviceId: string;
|
8795
8794
|
}[] | undefined;
|
8796
8795
|
};
|
8796
|
+
id: string;
|
8797
8797
|
}[] | undefined;
|
8798
8798
|
variant?: {
|
8799
8799
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -8839,7 +8839,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8839
8839
|
label: string;
|
8840
8840
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
8841
8841
|
links?: {
|
8842
|
-
id: string;
|
8843
8842
|
payload: {
|
8844
8843
|
label: string;
|
8845
8844
|
link?: {
|
@@ -8898,6 +8897,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8898
8897
|
deviceId: string;
|
8899
8898
|
}[] | undefined;
|
8900
8899
|
};
|
8900
|
+
id: string;
|
8901
8901
|
}[] | undefined;
|
8902
8902
|
variant?: {
|
8903
8903
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -8942,12 +8942,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8942
8942
|
}>;
|
8943
8943
|
}, "strip", z.ZodTypeAny, {
|
8944
8944
|
type: "dropdown";
|
8945
|
-
id: string;
|
8946
8945
|
payload: {
|
8947
8946
|
label: string;
|
8948
8947
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
8949
8948
|
links?: {
|
8950
|
-
id: string;
|
8951
8949
|
payload: {
|
8952
8950
|
label: string;
|
8953
8951
|
link?: {
|
@@ -9006,6 +9004,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9006
9004
|
deviceId: string;
|
9007
9005
|
}[] | undefined;
|
9008
9006
|
};
|
9007
|
+
id: string;
|
9009
9008
|
}[] | undefined;
|
9010
9009
|
variant?: {
|
9011
9010
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -9048,14 +9047,13 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9048
9047
|
deviceId: string;
|
9049
9048
|
}[] | undefined;
|
9050
9049
|
};
|
9050
|
+
id: string;
|
9051
9051
|
}, {
|
9052
9052
|
type: "dropdown";
|
9053
|
-
id: string;
|
9054
9053
|
payload: {
|
9055
9054
|
label: string;
|
9056
9055
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
9057
9056
|
links?: {
|
9058
|
-
id: string;
|
9059
9057
|
payload: {
|
9060
9058
|
label: string;
|
9061
9059
|
link?: {
|
@@ -9114,6 +9112,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9114
9112
|
deviceId: string;
|
9115
9113
|
}[] | undefined;
|
9116
9114
|
};
|
9115
|
+
id: string;
|
9117
9116
|
}[] | undefined;
|
9118
9117
|
variant?: {
|
9119
9118
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -9156,6 +9155,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9156
9155
|
deviceId: string;
|
9157
9156
|
}[] | undefined;
|
9158
9157
|
};
|
9158
|
+
id: string;
|
9159
9159
|
}>]>, "many">, z.ZodObject<{
|
9160
9160
|
"@@makeswift/type": z.ZodLiteral<"prop-controllers::navigation-links::v1">;
|
9161
9161
|
value: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
@@ -9644,7 +9644,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9644
9644
|
}>;
|
9645
9645
|
}, "strip", z.ZodTypeAny, {
|
9646
9646
|
type: "button";
|
9647
|
-
id: string;
|
9648
9647
|
payload: {
|
9649
9648
|
label: string;
|
9650
9649
|
link?: {
|
@@ -9722,9 +9721,9 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9722
9721
|
deviceId: string;
|
9723
9722
|
}[] | undefined;
|
9724
9723
|
};
|
9724
|
+
id: string;
|
9725
9725
|
}, {
|
9726
9726
|
type: "button";
|
9727
|
-
id: string;
|
9728
9727
|
payload: {
|
9729
9728
|
label: string;
|
9730
9729
|
link?: {
|
@@ -9802,6 +9801,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9802
9801
|
deviceId: string;
|
9803
9802
|
}[] | undefined;
|
9804
9803
|
};
|
9804
|
+
id: string;
|
9805
9805
|
}>, z.ZodObject<{
|
9806
9806
|
id: z.ZodString;
|
9807
9807
|
type: z.ZodLiteral<"dropdown">;
|
@@ -10199,7 +10199,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10199
10199
|
}[] | undefined;
|
10200
10200
|
}>;
|
10201
10201
|
}, "strip", z.ZodTypeAny, {
|
10202
|
-
id: string;
|
10203
10202
|
payload: {
|
10204
10203
|
label: string;
|
10205
10204
|
link?: {
|
@@ -10258,8 +10257,8 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10258
10257
|
deviceId: string;
|
10259
10258
|
}[] | undefined;
|
10260
10259
|
};
|
10261
|
-
}, {
|
10262
10260
|
id: string;
|
10261
|
+
}, {
|
10263
10262
|
payload: {
|
10264
10263
|
label: string;
|
10265
10264
|
link?: {
|
@@ -10318,6 +10317,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10318
10317
|
deviceId: string;
|
10319
10318
|
}[] | undefined;
|
10320
10319
|
};
|
10320
|
+
id: string;
|
10321
10321
|
}>, "many">>;
|
10322
10322
|
variant: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
10323
10323
|
deviceId: z.ZodString;
|
@@ -10489,7 +10489,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10489
10489
|
label: string;
|
10490
10490
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10491
10491
|
links?: {
|
10492
|
-
id: string;
|
10493
10492
|
payload: {
|
10494
10493
|
label: string;
|
10495
10494
|
link?: {
|
@@ -10548,6 +10547,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10548
10547
|
deviceId: string;
|
10549
10548
|
}[] | undefined;
|
10550
10549
|
};
|
10550
|
+
id: string;
|
10551
10551
|
}[] | undefined;
|
10552
10552
|
variant?: {
|
10553
10553
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -10593,7 +10593,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10593
10593
|
label: string;
|
10594
10594
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10595
10595
|
links?: {
|
10596
|
-
id: string;
|
10597
10596
|
payload: {
|
10598
10597
|
label: string;
|
10599
10598
|
link?: {
|
@@ -10652,6 +10651,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10652
10651
|
deviceId: string;
|
10653
10652
|
}[] | undefined;
|
10654
10653
|
};
|
10654
|
+
id: string;
|
10655
10655
|
}[] | undefined;
|
10656
10656
|
variant?: {
|
10657
10657
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -10696,12 +10696,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10696
10696
|
}>;
|
10697
10697
|
}, "strip", z.ZodTypeAny, {
|
10698
10698
|
type: "dropdown";
|
10699
|
-
id: string;
|
10700
10699
|
payload: {
|
10701
10700
|
label: string;
|
10702
10701
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10703
10702
|
links?: {
|
10704
|
-
id: string;
|
10705
10703
|
payload: {
|
10706
10704
|
label: string;
|
10707
10705
|
link?: {
|
@@ -10760,6 +10758,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10760
10758
|
deviceId: string;
|
10761
10759
|
}[] | undefined;
|
10762
10760
|
};
|
10761
|
+
id: string;
|
10763
10762
|
}[] | undefined;
|
10764
10763
|
variant?: {
|
10765
10764
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -10802,14 +10801,13 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10802
10801
|
deviceId: string;
|
10803
10802
|
}[] | undefined;
|
10804
10803
|
};
|
10804
|
+
id: string;
|
10805
10805
|
}, {
|
10806
10806
|
type: "dropdown";
|
10807
|
-
id: string;
|
10808
10807
|
payload: {
|
10809
10808
|
label: string;
|
10810
10809
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10811
10810
|
links?: {
|
10812
|
-
id: string;
|
10813
10811
|
payload: {
|
10814
10812
|
label: string;
|
10815
10813
|
link?: {
|
@@ -10868,6 +10866,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10868
10866
|
deviceId: string;
|
10869
10867
|
}[] | undefined;
|
10870
10868
|
};
|
10869
|
+
id: string;
|
10871
10870
|
}[] | undefined;
|
10872
10871
|
variant?: {
|
10873
10872
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -10910,11 +10909,12 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10910
10909
|
deviceId: string;
|
10911
10910
|
}[] | undefined;
|
10912
10911
|
};
|
10912
|
+
id: string;
|
10913
10913
|
}>]>, "many">;
|
10914
10914
|
}, "strip", z.ZodTypeAny, {
|
10915
|
+
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
10915
10916
|
value: ({
|
10916
10917
|
type: "button";
|
10917
|
-
id: string;
|
10918
10918
|
payload: {
|
10919
10919
|
label: string;
|
10920
10920
|
link?: {
|
@@ -10992,14 +10992,13 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10992
10992
|
deviceId: string;
|
10993
10993
|
}[] | undefined;
|
10994
10994
|
};
|
10995
|
+
id: string;
|
10995
10996
|
} | {
|
10996
10997
|
type: "dropdown";
|
10997
|
-
id: string;
|
10998
10998
|
payload: {
|
10999
10999
|
label: string;
|
11000
11000
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
11001
11001
|
links?: {
|
11002
|
-
id: string;
|
11003
11002
|
payload: {
|
11004
11003
|
label: string;
|
11005
11004
|
link?: {
|
@@ -11058,6 +11057,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11058
11057
|
deviceId: string;
|
11059
11058
|
}[] | undefined;
|
11060
11059
|
};
|
11060
|
+
id: string;
|
11061
11061
|
}[] | undefined;
|
11062
11062
|
variant?: {
|
11063
11063
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -11100,12 +11100,12 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11100
11100
|
deviceId: string;
|
11101
11101
|
}[] | undefined;
|
11102
11102
|
};
|
11103
|
+
id: string;
|
11103
11104
|
})[];
|
11104
|
-
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
11105
11105
|
}, {
|
11106
|
+
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
11106
11107
|
value: ({
|
11107
11108
|
type: "button";
|
11108
|
-
id: string;
|
11109
11109
|
payload: {
|
11110
11110
|
label: string;
|
11111
11111
|
link?: {
|
@@ -11183,14 +11183,13 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11183
11183
|
deviceId: string;
|
11184
11184
|
}[] | undefined;
|
11185
11185
|
};
|
11186
|
+
id: string;
|
11186
11187
|
} | {
|
11187
11188
|
type: "dropdown";
|
11188
|
-
id: string;
|
11189
11189
|
payload: {
|
11190
11190
|
label: string;
|
11191
11191
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
11192
11192
|
links?: {
|
11193
|
-
id: string;
|
11194
11193
|
payload: {
|
11195
11194
|
label: string;
|
11196
11195
|
link?: {
|
@@ -11249,6 +11248,7 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11249
11248
|
deviceId: string;
|
11250
11249
|
}[] | undefined;
|
11251
11250
|
};
|
11251
|
+
id: string;
|
11252
11252
|
}[] | undefined;
|
11253
11253
|
variant?: {
|
11254
11254
|
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
@@ -11291,8 +11291,8 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11291
11291
|
deviceId: string;
|
11292
11292
|
}[] | undefined;
|
11293
11293
|
};
|
11294
|
+
id: string;
|
11294
11295
|
})[];
|
11295
|
-
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
11296
11296
|
}>]>;
|
11297
11297
|
export type NavigationLinksPropControllerData = z.infer<typeof navigationLinksPropControllerDataSchema>;
|
11298
11298
|
type NavigationLinksOptions = Options<Record<string, never>>;
|
@@ -11314,5 +11314,8 @@ export type ResolveNavigationLinksPropControllerValue<T extends NavigationLinksD
|
|
11314
11314
|
export declare function NavigationLinks(options?: NavigationLinksOptions): NavigationLinksDescriptor<NavigationLinksPropControllerData>;
|
11315
11315
|
export declare function getNavigationLinksPropControllerDataNavigationLinksData(data: NavigationLinksPropControllerData | undefined): NavigationLinksData | undefined;
|
11316
11316
|
export declare function createNavigationLinksPropControllerDataFromNavigationLinksData(navigationLinksData: NavigationLinksData, definition: NavigationLinksDescriptor): NavigationLinksPropControllerData;
|
11317
|
+
export declare function getNavigationLinksPropControllerPageIds(data: NavigationLinksPropControllerData | null | undefined): string[];
|
11318
|
+
export declare function getNavigationLinksPropControllerSwatchIds(data: NavigationLinksPropControllerData | null | undefined): string[];
|
11319
|
+
export declare function copyNavigationLinksPropControllerData(data: NavigationLinksPropControllerData | undefined, context: CopyContext): NavigationLinksPropControllerData | undefined;
|
11317
11320
|
export {};
|
11318
11321
|
//# sourceMappingURL=navigation-links.d.ts.map
|