@makeswift/prop-controllers 0.0.0-snapshot-20250610133513 → 0.0.0-snapshot-20250610140709
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/cjs/backgrounds/backgrounds.js +3 -6
- package/dist/cjs/backgrounds/backgrounds.js.map +1 -1
- package/dist/cjs/border/border.js +1 -2
- package/dist/cjs/border/border.js.map +1 -1
- package/dist/cjs/element-id/element-id.js +3 -6
- package/dist/cjs/element-id/element-id.js.map +1 -1
- package/dist/cjs/grid/grid.js +1 -2
- package/dist/cjs/grid/grid.js.map +1 -1
- package/dist/cjs/image/image.js +1 -2
- package/dist/cjs/image/image.js.map +1 -1
- package/dist/cjs/images/images.js +2 -4
- package/dist/cjs/images/images.js.map +1 -1
- package/dist/cjs/index.js +12 -12
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/link/link.js +5 -10
- package/dist/cjs/link/link.js.map +1 -1
- package/dist/cjs/navigation-links/navigation-links.js +4 -8
- package/dist/cjs/navigation-links/navigation-links.js.map +1 -1
- package/dist/cjs/responsive-color/responsive-color.js +1 -2
- package/dist/cjs/responsive-color/responsive-color.js.map +1 -1
- package/dist/cjs/shadows/shadows.js +1 -2
- package/dist/cjs/shadows/shadows.js.map +1 -1
- package/dist/cjs/table/table.js +1 -2
- package/dist/cjs/table/table.js.map +1 -1
- package/dist/cjs/table-form-fields/table-form-fields.js +1 -2
- package/dist/cjs/table-form-fields/table-form-fields.js.map +1 -1
- package/dist/esm/backgrounds/backgrounds.js +3 -6
- package/dist/esm/backgrounds/backgrounds.js.map +1 -1
- package/dist/esm/border/border.js +1 -2
- package/dist/esm/border/border.js.map +1 -1
- package/dist/esm/element-id/element-id.js +3 -6
- package/dist/esm/element-id/element-id.js.map +1 -1
- package/dist/esm/grid/grid.js +1 -2
- package/dist/esm/grid/grid.js.map +1 -1
- package/dist/esm/image/image.js +1 -2
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/images/images.js +2 -4
- package/dist/esm/images/images.js.map +1 -1
- package/dist/esm/link/link.js +5 -10
- package/dist/esm/link/link.js.map +1 -1
- package/dist/esm/navigation-links/navigation-links.js +4 -8
- package/dist/esm/navigation-links/navigation-links.js.map +1 -1
- package/dist/esm/responsive-color/responsive-color.js +1 -2
- package/dist/esm/responsive-color/responsive-color.js.map +1 -1
- package/dist/esm/shadows/shadows.js +1 -2
- package/dist/esm/shadows/shadows.js.map +1 -1
- package/dist/esm/table/table.js +1 -2
- package/dist/esm/table/table.js.map +1 -1
- package/dist/esm/table-form-fields/table-form-fields.js +1 -2
- package/dist/esm/table-form-fields/table-form-fields.js.map +1 -1
- package/dist/types/backgrounds/backgrounds.d.ts +164 -164
- package/dist/types/backgrounds/backgrounds.d.ts.map +1 -1
- package/dist/types/border/border.d.ts.map +1 -1
- package/dist/types/border-radius/border-radius.d.ts.map +1 -1
- package/dist/types/data.d.ts.map +1 -1
- package/dist/types/font/font.d.ts.map +1 -1
- package/dist/types/gap-x/gap-x.d.ts +46 -66
- package/dist/types/gap-x/gap-x.d.ts.map +1 -1
- package/dist/types/gap-y/gap-y.d.ts.map +1 -1
- package/dist/types/grid/grid.d.ts +466 -466
- package/dist/types/grid/grid.d.ts.map +1 -1
- package/dist/types/image/image.d.ts +4 -84
- package/dist/types/image/image.d.ts.map +1 -1
- package/dist/types/images/images.d.ts.map +1 -1
- package/dist/types/link/link.d.ts.map +1 -1
- package/dist/types/margin/margin.d.ts.map +1 -1
- package/dist/types/navigation-links/navigation-links.d.ts +1143 -1143
- package/dist/types/navigation-links/navigation-links.d.ts.map +1 -1
- package/dist/types/padding/padding.d.ts.map +1 -1
- package/dist/types/responsive-color/responsive-color.d.ts.map +1 -1
- package/dist/types/responsive-icon-radio-group/responsive-icon-radio-group.d.ts +3 -3
- package/dist/types/responsive-length.d.ts.map +1 -1
- package/dist/types/responsive-number/responsive-number.d.ts +52 -52
- package/dist/types/responsive-number/responsive-number.d.ts.map +1 -1
- package/dist/types/responsive-opacity/responsive-opacity.d.ts +3 -3
- package/dist/types/responsive-opacity/responsive-opacity.d.ts.map +1 -1
- package/dist/types/responsive-select/responsive-select.d.ts +3 -3
- package/dist/types/shadows/shadows.d.ts.map +1 -1
- package/dist/types/social-links/social-links.d.ts +8 -80
- package/dist/types/social-links/social-links.d.ts.map +1 -1
- package/dist/types/table-form-fields/table-form-fields.d.ts +72 -72
- package/dist/types/table-form-fields/table-form-fields.d.ts.map +1 -1
- package/dist/types/text-style/text-style.d.ts.map +1 -1
- package/dist/types/versioned.d.ts +68 -68
- package/dist/types/versioned.d.ts.map +1 -1
- package/dist/types/width/width.d.ts.map +1 -1
- package/package.json +2 -2
@@ -333,6 +333,10 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
333
333
|
}>, "many">>;
|
334
334
|
}, "strip", z.ZodTypeAny, {
|
335
335
|
label: string;
|
336
|
+
shape?: {
|
337
|
+
value: "pill" | "rounded" | "square";
|
338
|
+
deviceId: string;
|
339
|
+
}[] | undefined;
|
336
340
|
link?: {
|
337
341
|
type: "OPEN_PAGE";
|
338
342
|
payload: {
|
@@ -367,26 +371,22 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
367
371
|
block: "start" | "center" | "end" | "nearest";
|
368
372
|
};
|
369
373
|
} | undefined;
|
370
|
-
|
371
|
-
value:
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
value: "pill" | "rounded" | "square";
|
374
|
+
color?: {
|
375
|
+
value: {
|
376
|
+
swatchId: string;
|
377
|
+
alpha: number;
|
378
|
+
};
|
376
379
|
deviceId: string;
|
377
380
|
}[] | undefined;
|
378
381
|
size?: {
|
379
382
|
value: "small" | "medium" | "large";
|
380
383
|
deviceId: string;
|
381
384
|
}[] | undefined;
|
382
|
-
|
383
|
-
value:
|
384
|
-
swatchId: string;
|
385
|
-
alpha: number;
|
386
|
-
};
|
385
|
+
variant?: {
|
386
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
387
387
|
deviceId: string;
|
388
388
|
}[] | undefined;
|
389
|
-
|
389
|
+
textColor?: {
|
390
390
|
value: {
|
391
391
|
swatchId: string;
|
392
392
|
alpha: number;
|
@@ -409,6 +409,10 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
409
409
|
}[] | undefined;
|
410
410
|
}, {
|
411
411
|
label: string;
|
412
|
+
shape?: {
|
413
|
+
value: "pill" | "rounded" | "square";
|
414
|
+
deviceId: string;
|
415
|
+
}[] | undefined;
|
412
416
|
link?: {
|
413
417
|
type: "OPEN_PAGE";
|
414
418
|
payload: {
|
@@ -443,26 +447,22 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
443
447
|
} | null | undefined;
|
444
448
|
};
|
445
449
|
} | undefined;
|
446
|
-
|
447
|
-
value:
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
value: "pill" | "rounded" | "square";
|
450
|
+
color?: {
|
451
|
+
value: {
|
452
|
+
swatchId: string;
|
453
|
+
alpha: number;
|
454
|
+
};
|
452
455
|
deviceId: string;
|
453
456
|
}[] | undefined;
|
454
457
|
size?: {
|
455
458
|
value: "small" | "medium" | "large";
|
456
459
|
deviceId: string;
|
457
460
|
}[] | undefined;
|
458
|
-
|
459
|
-
value:
|
460
|
-
swatchId: string;
|
461
|
-
alpha: number;
|
462
|
-
};
|
461
|
+
variant?: {
|
462
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
463
463
|
deviceId: string;
|
464
464
|
}[] | undefined;
|
465
|
-
|
465
|
+
textColor?: {
|
466
466
|
value: {
|
467
467
|
swatchId: string;
|
468
468
|
alpha: number;
|
@@ -489,6 +489,10 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
489
489
|
id: string;
|
490
490
|
payload: {
|
491
491
|
label: string;
|
492
|
+
shape?: {
|
493
|
+
value: "pill" | "rounded" | "square";
|
494
|
+
deviceId: string;
|
495
|
+
}[] | undefined;
|
492
496
|
link?: {
|
493
497
|
type: "OPEN_PAGE";
|
494
498
|
payload: {
|
@@ -523,26 +527,22 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
523
527
|
block: "start" | "center" | "end" | "nearest";
|
524
528
|
};
|
525
529
|
} | undefined;
|
526
|
-
|
527
|
-
value:
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
value: "pill" | "rounded" | "square";
|
530
|
+
color?: {
|
531
|
+
value: {
|
532
|
+
swatchId: string;
|
533
|
+
alpha: number;
|
534
|
+
};
|
532
535
|
deviceId: string;
|
533
536
|
}[] | undefined;
|
534
537
|
size?: {
|
535
538
|
value: "small" | "medium" | "large";
|
536
539
|
deviceId: string;
|
537
540
|
}[] | undefined;
|
538
|
-
|
539
|
-
value:
|
540
|
-
swatchId: string;
|
541
|
-
alpha: number;
|
542
|
-
};
|
541
|
+
variant?: {
|
542
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
543
543
|
deviceId: string;
|
544
544
|
}[] | undefined;
|
545
|
-
|
545
|
+
textColor?: {
|
546
546
|
value: {
|
547
547
|
swatchId: string;
|
548
548
|
alpha: number;
|
@@ -569,6 +569,10 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
569
569
|
id: string;
|
570
570
|
payload: {
|
571
571
|
label: string;
|
572
|
+
shape?: {
|
573
|
+
value: "pill" | "rounded" | "square";
|
574
|
+
deviceId: string;
|
575
|
+
}[] | undefined;
|
572
576
|
link?: {
|
573
577
|
type: "OPEN_PAGE";
|
574
578
|
payload: {
|
@@ -603,26 +607,22 @@ declare const navigationButtonSchema: z.ZodObject<{
|
|
603
607
|
} | null | undefined;
|
604
608
|
};
|
605
609
|
} | undefined;
|
606
|
-
|
607
|
-
value:
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
value: "pill" | "rounded" | "square";
|
610
|
+
color?: {
|
611
|
+
value: {
|
612
|
+
swatchId: string;
|
613
|
+
alpha: number;
|
614
|
+
};
|
612
615
|
deviceId: string;
|
613
616
|
}[] | undefined;
|
614
617
|
size?: {
|
615
618
|
value: "small" | "medium" | "large";
|
616
619
|
deviceId: string;
|
617
620
|
}[] | undefined;
|
618
|
-
|
619
|
-
value:
|
620
|
-
swatchId: string;
|
621
|
-
alpha: number;
|
622
|
-
};
|
621
|
+
variant?: {
|
622
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
623
623
|
deviceId: string;
|
624
624
|
}[] | undefined;
|
625
|
-
|
625
|
+
textColor?: {
|
626
626
|
value: {
|
627
627
|
swatchId: string;
|
628
628
|
alpha: number;
|
@@ -1331,6 +1331,46 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1331
1331
|
}>, "many">>;
|
1332
1332
|
}, "strip", z.ZodTypeAny, {
|
1333
1333
|
label: string;
|
1334
|
+
shape?: {
|
1335
|
+
value: "pill" | "rounded" | "square";
|
1336
|
+
deviceId: string;
|
1337
|
+
}[] | undefined;
|
1338
|
+
color?: {
|
1339
|
+
value: {
|
1340
|
+
swatchId: string;
|
1341
|
+
alpha: number;
|
1342
|
+
};
|
1343
|
+
deviceId: string;
|
1344
|
+
}[] | undefined;
|
1345
|
+
size?: {
|
1346
|
+
value: "small" | "medium" | "large";
|
1347
|
+
deviceId: string;
|
1348
|
+
}[] | undefined;
|
1349
|
+
variant?: {
|
1350
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
1351
|
+
deviceId: string;
|
1352
|
+
}[] | undefined;
|
1353
|
+
textColor?: {
|
1354
|
+
value: {
|
1355
|
+
swatchId: string;
|
1356
|
+
alpha: number;
|
1357
|
+
};
|
1358
|
+
deviceId: string;
|
1359
|
+
}[] | undefined;
|
1360
|
+
textStyle?: {
|
1361
|
+
value: {
|
1362
|
+
letterSpacing: number | null | undefined;
|
1363
|
+
fontSize: {
|
1364
|
+
value: number;
|
1365
|
+
unit: "px";
|
1366
|
+
} | null | undefined;
|
1367
|
+
fontWeight: number | null | undefined;
|
1368
|
+
textTransform: "uppercase"[];
|
1369
|
+
fontStyle: "italic"[];
|
1370
|
+
fontFamily?: string | null | undefined;
|
1371
|
+
};
|
1372
|
+
deviceId: string;
|
1373
|
+
}[] | undefined;
|
1334
1374
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1335
1375
|
links?: {
|
1336
1376
|
id: string;
|
@@ -1393,26 +1433,28 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1393
1433
|
}[] | undefined;
|
1394
1434
|
};
|
1395
1435
|
}[] | undefined;
|
1396
|
-
|
1397
|
-
|
1398
|
-
deviceId: string;
|
1399
|
-
}[] | undefined;
|
1436
|
+
}, {
|
1437
|
+
label: string;
|
1400
1438
|
shape?: {
|
1401
1439
|
value: "pill" | "rounded" | "square";
|
1402
1440
|
deviceId: string;
|
1403
1441
|
}[] | undefined;
|
1404
|
-
|
1405
|
-
value: "small" | "medium" | "large";
|
1406
|
-
deviceId: string;
|
1407
|
-
}[] | undefined;
|
1408
|
-
textColor?: {
|
1442
|
+
color?: {
|
1409
1443
|
value: {
|
1410
1444
|
swatchId: string;
|
1411
1445
|
alpha: number;
|
1412
1446
|
};
|
1413
1447
|
deviceId: string;
|
1414
1448
|
}[] | undefined;
|
1415
|
-
|
1449
|
+
size?: {
|
1450
|
+
value: "small" | "medium" | "large";
|
1451
|
+
deviceId: string;
|
1452
|
+
}[] | undefined;
|
1453
|
+
variant?: {
|
1454
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
1455
|
+
deviceId: string;
|
1456
|
+
}[] | undefined;
|
1457
|
+
textColor?: {
|
1416
1458
|
value: {
|
1417
1459
|
swatchId: string;
|
1418
1460
|
alpha: number;
|
@@ -1421,20 +1463,18 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1421
1463
|
}[] | undefined;
|
1422
1464
|
textStyle?: {
|
1423
1465
|
value: {
|
1424
|
-
letterSpacing: number | null | undefined;
|
1425
|
-
fontSize: {
|
1426
|
-
value: number;
|
1427
|
-
unit: "px";
|
1428
|
-
} | null | undefined;
|
1429
|
-
fontWeight: number | null | undefined;
|
1430
1466
|
textTransform: "uppercase"[];
|
1431
1467
|
fontStyle: "italic"[];
|
1432
1468
|
fontFamily?: string | null | undefined;
|
1469
|
+
letterSpacing?: number | null | undefined;
|
1470
|
+
fontSize?: {
|
1471
|
+
value: number;
|
1472
|
+
unit: "px";
|
1473
|
+
} | null | undefined;
|
1474
|
+
fontWeight?: number | null | undefined;
|
1433
1475
|
};
|
1434
1476
|
deviceId: string;
|
1435
1477
|
}[] | undefined;
|
1436
|
-
}, {
|
1437
|
-
label: string;
|
1438
1478
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1439
1479
|
links?: {
|
1440
1480
|
id: string;
|
@@ -1497,26 +1537,32 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1497
1537
|
}[] | undefined;
|
1498
1538
|
};
|
1499
1539
|
}[] | undefined;
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1540
|
+
}>;
|
1541
|
+
}, "strip", z.ZodTypeAny, {
|
1542
|
+
type: "dropdown";
|
1543
|
+
id: string;
|
1544
|
+
payload: {
|
1545
|
+
label: string;
|
1504
1546
|
shape?: {
|
1505
1547
|
value: "pill" | "rounded" | "square";
|
1506
1548
|
deviceId: string;
|
1507
1549
|
}[] | undefined;
|
1508
|
-
|
1509
|
-
value: "small" | "medium" | "large";
|
1510
|
-
deviceId: string;
|
1511
|
-
}[] | undefined;
|
1512
|
-
textColor?: {
|
1550
|
+
color?: {
|
1513
1551
|
value: {
|
1514
1552
|
swatchId: string;
|
1515
1553
|
alpha: number;
|
1516
1554
|
};
|
1517
1555
|
deviceId: string;
|
1518
1556
|
}[] | undefined;
|
1519
|
-
|
1557
|
+
size?: {
|
1558
|
+
value: "small" | "medium" | "large";
|
1559
|
+
deviceId: string;
|
1560
|
+
}[] | undefined;
|
1561
|
+
variant?: {
|
1562
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
1563
|
+
deviceId: string;
|
1564
|
+
}[] | undefined;
|
1565
|
+
textColor?: {
|
1520
1566
|
value: {
|
1521
1567
|
swatchId: string;
|
1522
1568
|
alpha: number;
|
@@ -1525,24 +1571,18 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1525
1571
|
}[] | undefined;
|
1526
1572
|
textStyle?: {
|
1527
1573
|
value: {
|
1528
|
-
|
1529
|
-
|
1530
|
-
fontFamily?: string | null | undefined;
|
1531
|
-
letterSpacing?: number | null | undefined;
|
1532
|
-
fontSize?: {
|
1574
|
+
letterSpacing: number | null | undefined;
|
1575
|
+
fontSize: {
|
1533
1576
|
value: number;
|
1534
1577
|
unit: "px";
|
1535
1578
|
} | null | undefined;
|
1536
|
-
fontWeight
|
1579
|
+
fontWeight: number | null | undefined;
|
1580
|
+
textTransform: "uppercase"[];
|
1581
|
+
fontStyle: "italic"[];
|
1582
|
+
fontFamily?: string | null | undefined;
|
1537
1583
|
};
|
1538
1584
|
deviceId: string;
|
1539
1585
|
}[] | undefined;
|
1540
|
-
}>;
|
1541
|
-
}, "strip", z.ZodTypeAny, {
|
1542
|
-
type: "dropdown";
|
1543
|
-
id: string;
|
1544
|
-
payload: {
|
1545
|
-
label: string;
|
1546
1586
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1547
1587
|
links?: {
|
1548
1588
|
id: string;
|
@@ -1605,26 +1645,32 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1605
1645
|
}[] | undefined;
|
1606
1646
|
};
|
1607
1647
|
}[] | undefined;
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1648
|
+
};
|
1649
|
+
}, {
|
1650
|
+
type: "dropdown";
|
1651
|
+
id: string;
|
1652
|
+
payload: {
|
1653
|
+
label: string;
|
1612
1654
|
shape?: {
|
1613
1655
|
value: "pill" | "rounded" | "square";
|
1614
1656
|
deviceId: string;
|
1615
1657
|
}[] | undefined;
|
1616
|
-
|
1617
|
-
value: "small" | "medium" | "large";
|
1618
|
-
deviceId: string;
|
1619
|
-
}[] | undefined;
|
1620
|
-
textColor?: {
|
1658
|
+
color?: {
|
1621
1659
|
value: {
|
1622
1660
|
swatchId: string;
|
1623
1661
|
alpha: number;
|
1624
1662
|
};
|
1625
1663
|
deviceId: string;
|
1626
1664
|
}[] | undefined;
|
1627
|
-
|
1665
|
+
size?: {
|
1666
|
+
value: "small" | "medium" | "large";
|
1667
|
+
deviceId: string;
|
1668
|
+
}[] | undefined;
|
1669
|
+
variant?: {
|
1670
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
1671
|
+
deviceId: string;
|
1672
|
+
}[] | undefined;
|
1673
|
+
textColor?: {
|
1628
1674
|
value: {
|
1629
1675
|
swatchId: string;
|
1630
1676
|
alpha: number;
|
@@ -1633,24 +1679,18 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1633
1679
|
}[] | undefined;
|
1634
1680
|
textStyle?: {
|
1635
1681
|
value: {
|
1636
|
-
letterSpacing: number | null | undefined;
|
1637
|
-
fontSize: {
|
1638
|
-
value: number;
|
1639
|
-
unit: "px";
|
1640
|
-
} | null | undefined;
|
1641
|
-
fontWeight: number | null | undefined;
|
1642
1682
|
textTransform: "uppercase"[];
|
1643
1683
|
fontStyle: "italic"[];
|
1644
1684
|
fontFamily?: string | null | undefined;
|
1685
|
+
letterSpacing?: number | null | undefined;
|
1686
|
+
fontSize?: {
|
1687
|
+
value: number;
|
1688
|
+
unit: "px";
|
1689
|
+
} | null | undefined;
|
1690
|
+
fontWeight?: number | null | undefined;
|
1645
1691
|
};
|
1646
1692
|
deviceId: string;
|
1647
1693
|
}[] | undefined;
|
1648
|
-
};
|
1649
|
-
}, {
|
1650
|
-
type: "dropdown";
|
1651
|
-
id: string;
|
1652
|
-
payload: {
|
1653
|
-
label: string;
|
1654
1694
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
1655
1695
|
links?: {
|
1656
1696
|
id: string;
|
@@ -1713,46 +1753,6 @@ declare const navigationDropdownSchema: z.ZodObject<{
|
|
1713
1753
|
}[] | undefined;
|
1714
1754
|
};
|
1715
1755
|
}[] | undefined;
|
1716
|
-
variant?: {
|
1717
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
1718
|
-
deviceId: string;
|
1719
|
-
}[] | undefined;
|
1720
|
-
shape?: {
|
1721
|
-
value: "pill" | "rounded" | "square";
|
1722
|
-
deviceId: string;
|
1723
|
-
}[] | undefined;
|
1724
|
-
size?: {
|
1725
|
-
value: "small" | "medium" | "large";
|
1726
|
-
deviceId: string;
|
1727
|
-
}[] | undefined;
|
1728
|
-
textColor?: {
|
1729
|
-
value: {
|
1730
|
-
swatchId: string;
|
1731
|
-
alpha: number;
|
1732
|
-
};
|
1733
|
-
deviceId: string;
|
1734
|
-
}[] | undefined;
|
1735
|
-
color?: {
|
1736
|
-
value: {
|
1737
|
-
swatchId: string;
|
1738
|
-
alpha: number;
|
1739
|
-
};
|
1740
|
-
deviceId: string;
|
1741
|
-
}[] | undefined;
|
1742
|
-
textStyle?: {
|
1743
|
-
value: {
|
1744
|
-
textTransform: "uppercase"[];
|
1745
|
-
fontStyle: "italic"[];
|
1746
|
-
fontFamily?: string | null | undefined;
|
1747
|
-
letterSpacing?: number | null | undefined;
|
1748
|
-
fontSize?: {
|
1749
|
-
value: number;
|
1750
|
-
unit: "px";
|
1751
|
-
} | null | undefined;
|
1752
|
-
fontWeight?: number | null | undefined;
|
1753
|
-
};
|
1754
|
-
deviceId: string;
|
1755
|
-
}[] | undefined;
|
1756
1756
|
};
|
1757
1757
|
}>;
|
1758
1758
|
export type NavigationDropdownData = z.infer<typeof navigationDropdownSchema>;
|
@@ -2089,6 +2089,10 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2089
2089
|
}>, "many">>;
|
2090
2090
|
}, "strip", z.ZodTypeAny, {
|
2091
2091
|
label: string;
|
2092
|
+
shape?: {
|
2093
|
+
value: "pill" | "rounded" | "square";
|
2094
|
+
deviceId: string;
|
2095
|
+
}[] | undefined;
|
2092
2096
|
link?: {
|
2093
2097
|
type: "OPEN_PAGE";
|
2094
2098
|
payload: {
|
@@ -2123,26 +2127,22 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2123
2127
|
block: "start" | "center" | "end" | "nearest";
|
2124
2128
|
};
|
2125
2129
|
} | undefined;
|
2126
|
-
|
2127
|
-
value:
|
2128
|
-
|
2129
|
-
|
2130
|
-
|
2131
|
-
value: "pill" | "rounded" | "square";
|
2130
|
+
color?: {
|
2131
|
+
value: {
|
2132
|
+
swatchId: string;
|
2133
|
+
alpha: number;
|
2134
|
+
};
|
2132
2135
|
deviceId: string;
|
2133
2136
|
}[] | undefined;
|
2134
2137
|
size?: {
|
2135
2138
|
value: "small" | "medium" | "large";
|
2136
2139
|
deviceId: string;
|
2137
2140
|
}[] | undefined;
|
2138
|
-
|
2139
|
-
value:
|
2140
|
-
swatchId: string;
|
2141
|
-
alpha: number;
|
2142
|
-
};
|
2141
|
+
variant?: {
|
2142
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
2143
2143
|
deviceId: string;
|
2144
2144
|
}[] | undefined;
|
2145
|
-
|
2145
|
+
textColor?: {
|
2146
2146
|
value: {
|
2147
2147
|
swatchId: string;
|
2148
2148
|
alpha: number;
|
@@ -2165,6 +2165,10 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2165
2165
|
}[] | undefined;
|
2166
2166
|
}, {
|
2167
2167
|
label: string;
|
2168
|
+
shape?: {
|
2169
|
+
value: "pill" | "rounded" | "square";
|
2170
|
+
deviceId: string;
|
2171
|
+
}[] | undefined;
|
2168
2172
|
link?: {
|
2169
2173
|
type: "OPEN_PAGE";
|
2170
2174
|
payload: {
|
@@ -2199,26 +2203,22 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2199
2203
|
} | null | undefined;
|
2200
2204
|
};
|
2201
2205
|
} | undefined;
|
2202
|
-
|
2203
|
-
value:
|
2204
|
-
|
2205
|
-
|
2206
|
-
|
2207
|
-
value: "pill" | "rounded" | "square";
|
2206
|
+
color?: {
|
2207
|
+
value: {
|
2208
|
+
swatchId: string;
|
2209
|
+
alpha: number;
|
2210
|
+
};
|
2208
2211
|
deviceId: string;
|
2209
2212
|
}[] | undefined;
|
2210
2213
|
size?: {
|
2211
2214
|
value: "small" | "medium" | "large";
|
2212
2215
|
deviceId: string;
|
2213
2216
|
}[] | undefined;
|
2214
|
-
|
2215
|
-
value:
|
2216
|
-
swatchId: string;
|
2217
|
-
alpha: number;
|
2218
|
-
};
|
2217
|
+
variant?: {
|
2218
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
2219
2219
|
deviceId: string;
|
2220
2220
|
}[] | undefined;
|
2221
|
-
|
2221
|
+
textColor?: {
|
2222
2222
|
value: {
|
2223
2223
|
swatchId: string;
|
2224
2224
|
alpha: number;
|
@@ -2245,6 +2245,10 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2245
2245
|
id: string;
|
2246
2246
|
payload: {
|
2247
2247
|
label: string;
|
2248
|
+
shape?: {
|
2249
|
+
value: "pill" | "rounded" | "square";
|
2250
|
+
deviceId: string;
|
2251
|
+
}[] | undefined;
|
2248
2252
|
link?: {
|
2249
2253
|
type: "OPEN_PAGE";
|
2250
2254
|
payload: {
|
@@ -2279,26 +2283,22 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2279
2283
|
block: "start" | "center" | "end" | "nearest";
|
2280
2284
|
};
|
2281
2285
|
} | undefined;
|
2282
|
-
|
2283
|
-
value:
|
2284
|
-
|
2285
|
-
|
2286
|
-
|
2287
|
-
value: "pill" | "rounded" | "square";
|
2286
|
+
color?: {
|
2287
|
+
value: {
|
2288
|
+
swatchId: string;
|
2289
|
+
alpha: number;
|
2290
|
+
};
|
2288
2291
|
deviceId: string;
|
2289
2292
|
}[] | undefined;
|
2290
2293
|
size?: {
|
2291
2294
|
value: "small" | "medium" | "large";
|
2292
2295
|
deviceId: string;
|
2293
2296
|
}[] | undefined;
|
2294
|
-
|
2295
|
-
value:
|
2296
|
-
swatchId: string;
|
2297
|
-
alpha: number;
|
2298
|
-
};
|
2297
|
+
variant?: {
|
2298
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
2299
2299
|
deviceId: string;
|
2300
2300
|
}[] | undefined;
|
2301
|
-
|
2301
|
+
textColor?: {
|
2302
2302
|
value: {
|
2303
2303
|
swatchId: string;
|
2304
2304
|
alpha: number;
|
@@ -2325,6 +2325,10 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2325
2325
|
id: string;
|
2326
2326
|
payload: {
|
2327
2327
|
label: string;
|
2328
|
+
shape?: {
|
2329
|
+
value: "pill" | "rounded" | "square";
|
2330
|
+
deviceId: string;
|
2331
|
+
}[] | undefined;
|
2328
2332
|
link?: {
|
2329
2333
|
type: "OPEN_PAGE";
|
2330
2334
|
payload: {
|
@@ -2359,26 +2363,22 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
2359
2363
|
} | null | undefined;
|
2360
2364
|
};
|
2361
2365
|
} | undefined;
|
2362
|
-
|
2363
|
-
value:
|
2364
|
-
|
2365
|
-
|
2366
|
-
|
2367
|
-
value: "pill" | "rounded" | "square";
|
2366
|
+
color?: {
|
2367
|
+
value: {
|
2368
|
+
swatchId: string;
|
2369
|
+
alpha: number;
|
2370
|
+
};
|
2368
2371
|
deviceId: string;
|
2369
2372
|
}[] | undefined;
|
2370
2373
|
size?: {
|
2371
2374
|
value: "small" | "medium" | "large";
|
2372
2375
|
deviceId: string;
|
2373
2376
|
}[] | undefined;
|
2374
|
-
|
2375
|
-
value:
|
2376
|
-
swatchId: string;
|
2377
|
-
alpha: number;
|
2378
|
-
};
|
2377
|
+
variant?: {
|
2378
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
2379
2379
|
deviceId: string;
|
2380
2380
|
}[] | undefined;
|
2381
|
-
|
2381
|
+
textColor?: {
|
2382
2382
|
value: {
|
2383
2383
|
swatchId: string;
|
2384
2384
|
alpha: number;
|
@@ -3085,6 +3085,46 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3085
3085
|
}>, "many">>;
|
3086
3086
|
}, "strip", z.ZodTypeAny, {
|
3087
3087
|
label: string;
|
3088
|
+
shape?: {
|
3089
|
+
value: "pill" | "rounded" | "square";
|
3090
|
+
deviceId: string;
|
3091
|
+
}[] | undefined;
|
3092
|
+
color?: {
|
3093
|
+
value: {
|
3094
|
+
swatchId: string;
|
3095
|
+
alpha: number;
|
3096
|
+
};
|
3097
|
+
deviceId: string;
|
3098
|
+
}[] | undefined;
|
3099
|
+
size?: {
|
3100
|
+
value: "small" | "medium" | "large";
|
3101
|
+
deviceId: string;
|
3102
|
+
}[] | undefined;
|
3103
|
+
variant?: {
|
3104
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
3105
|
+
deviceId: string;
|
3106
|
+
}[] | undefined;
|
3107
|
+
textColor?: {
|
3108
|
+
value: {
|
3109
|
+
swatchId: string;
|
3110
|
+
alpha: number;
|
3111
|
+
};
|
3112
|
+
deviceId: string;
|
3113
|
+
}[] | undefined;
|
3114
|
+
textStyle?: {
|
3115
|
+
value: {
|
3116
|
+
letterSpacing: number | null | undefined;
|
3117
|
+
fontSize: {
|
3118
|
+
value: number;
|
3119
|
+
unit: "px";
|
3120
|
+
} | null | undefined;
|
3121
|
+
fontWeight: number | null | undefined;
|
3122
|
+
textTransform: "uppercase"[];
|
3123
|
+
fontStyle: "italic"[];
|
3124
|
+
fontFamily?: string | null | undefined;
|
3125
|
+
};
|
3126
|
+
deviceId: string;
|
3127
|
+
}[] | undefined;
|
3088
3128
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3089
3129
|
links?: {
|
3090
3130
|
id: string;
|
@@ -3147,26 +3187,28 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3147
3187
|
}[] | undefined;
|
3148
3188
|
};
|
3149
3189
|
}[] | undefined;
|
3150
|
-
|
3151
|
-
|
3152
|
-
deviceId: string;
|
3153
|
-
}[] | undefined;
|
3190
|
+
}, {
|
3191
|
+
label: string;
|
3154
3192
|
shape?: {
|
3155
3193
|
value: "pill" | "rounded" | "square";
|
3156
3194
|
deviceId: string;
|
3157
3195
|
}[] | undefined;
|
3158
|
-
|
3159
|
-
value: "small" | "medium" | "large";
|
3160
|
-
deviceId: string;
|
3161
|
-
}[] | undefined;
|
3162
|
-
textColor?: {
|
3196
|
+
color?: {
|
3163
3197
|
value: {
|
3164
3198
|
swatchId: string;
|
3165
3199
|
alpha: number;
|
3166
3200
|
};
|
3167
3201
|
deviceId: string;
|
3168
3202
|
}[] | undefined;
|
3169
|
-
|
3203
|
+
size?: {
|
3204
|
+
value: "small" | "medium" | "large";
|
3205
|
+
deviceId: string;
|
3206
|
+
}[] | undefined;
|
3207
|
+
variant?: {
|
3208
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
3209
|
+
deviceId: string;
|
3210
|
+
}[] | undefined;
|
3211
|
+
textColor?: {
|
3170
3212
|
value: {
|
3171
3213
|
swatchId: string;
|
3172
3214
|
alpha: number;
|
@@ -3175,20 +3217,18 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3175
3217
|
}[] | undefined;
|
3176
3218
|
textStyle?: {
|
3177
3219
|
value: {
|
3178
|
-
letterSpacing: number | null | undefined;
|
3179
|
-
fontSize: {
|
3180
|
-
value: number;
|
3181
|
-
unit: "px";
|
3182
|
-
} | null | undefined;
|
3183
|
-
fontWeight: number | null | undefined;
|
3184
3220
|
textTransform: "uppercase"[];
|
3185
3221
|
fontStyle: "italic"[];
|
3186
3222
|
fontFamily?: string | null | undefined;
|
3223
|
+
letterSpacing?: number | null | undefined;
|
3224
|
+
fontSize?: {
|
3225
|
+
value: number;
|
3226
|
+
unit: "px";
|
3227
|
+
} | null | undefined;
|
3228
|
+
fontWeight?: number | null | undefined;
|
3187
3229
|
};
|
3188
3230
|
deviceId: string;
|
3189
3231
|
}[] | undefined;
|
3190
|
-
}, {
|
3191
|
-
label: string;
|
3192
3232
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3193
3233
|
links?: {
|
3194
3234
|
id: string;
|
@@ -3251,26 +3291,32 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3251
3291
|
}[] | undefined;
|
3252
3292
|
};
|
3253
3293
|
}[] | undefined;
|
3254
|
-
|
3255
|
-
|
3256
|
-
|
3257
|
-
|
3294
|
+
}>;
|
3295
|
+
}, "strip", z.ZodTypeAny, {
|
3296
|
+
type: "dropdown";
|
3297
|
+
id: string;
|
3298
|
+
payload: {
|
3299
|
+
label: string;
|
3258
3300
|
shape?: {
|
3259
3301
|
value: "pill" | "rounded" | "square";
|
3260
3302
|
deviceId: string;
|
3261
3303
|
}[] | undefined;
|
3262
|
-
|
3263
|
-
value: "small" | "medium" | "large";
|
3264
|
-
deviceId: string;
|
3265
|
-
}[] | undefined;
|
3266
|
-
textColor?: {
|
3304
|
+
color?: {
|
3267
3305
|
value: {
|
3268
3306
|
swatchId: string;
|
3269
3307
|
alpha: number;
|
3270
3308
|
};
|
3271
3309
|
deviceId: string;
|
3272
3310
|
}[] | undefined;
|
3273
|
-
|
3311
|
+
size?: {
|
3312
|
+
value: "small" | "medium" | "large";
|
3313
|
+
deviceId: string;
|
3314
|
+
}[] | undefined;
|
3315
|
+
variant?: {
|
3316
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
3317
|
+
deviceId: string;
|
3318
|
+
}[] | undefined;
|
3319
|
+
textColor?: {
|
3274
3320
|
value: {
|
3275
3321
|
swatchId: string;
|
3276
3322
|
alpha: number;
|
@@ -3279,24 +3325,18 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3279
3325
|
}[] | undefined;
|
3280
3326
|
textStyle?: {
|
3281
3327
|
value: {
|
3282
|
-
|
3283
|
-
|
3284
|
-
fontFamily?: string | null | undefined;
|
3285
|
-
letterSpacing?: number | null | undefined;
|
3286
|
-
fontSize?: {
|
3328
|
+
letterSpacing: number | null | undefined;
|
3329
|
+
fontSize: {
|
3287
3330
|
value: number;
|
3288
3331
|
unit: "px";
|
3289
3332
|
} | null | undefined;
|
3290
|
-
fontWeight
|
3333
|
+
fontWeight: number | null | undefined;
|
3334
|
+
textTransform: "uppercase"[];
|
3335
|
+
fontStyle: "italic"[];
|
3336
|
+
fontFamily?: string | null | undefined;
|
3291
3337
|
};
|
3292
3338
|
deviceId: string;
|
3293
3339
|
}[] | undefined;
|
3294
|
-
}>;
|
3295
|
-
}, "strip", z.ZodTypeAny, {
|
3296
|
-
type: "dropdown";
|
3297
|
-
id: string;
|
3298
|
-
payload: {
|
3299
|
-
label: string;
|
3300
3340
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3301
3341
|
links?: {
|
3302
3342
|
id: string;
|
@@ -3359,26 +3399,32 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3359
3399
|
}[] | undefined;
|
3360
3400
|
};
|
3361
3401
|
}[] | undefined;
|
3362
|
-
|
3363
|
-
|
3364
|
-
|
3365
|
-
|
3402
|
+
};
|
3403
|
+
}, {
|
3404
|
+
type: "dropdown";
|
3405
|
+
id: string;
|
3406
|
+
payload: {
|
3407
|
+
label: string;
|
3366
3408
|
shape?: {
|
3367
3409
|
value: "pill" | "rounded" | "square";
|
3368
3410
|
deviceId: string;
|
3369
3411
|
}[] | undefined;
|
3370
|
-
|
3371
|
-
value: "small" | "medium" | "large";
|
3372
|
-
deviceId: string;
|
3373
|
-
}[] | undefined;
|
3374
|
-
textColor?: {
|
3412
|
+
color?: {
|
3375
3413
|
value: {
|
3376
3414
|
swatchId: string;
|
3377
3415
|
alpha: number;
|
3378
3416
|
};
|
3379
3417
|
deviceId: string;
|
3380
3418
|
}[] | undefined;
|
3381
|
-
|
3419
|
+
size?: {
|
3420
|
+
value: "small" | "medium" | "large";
|
3421
|
+
deviceId: string;
|
3422
|
+
}[] | undefined;
|
3423
|
+
variant?: {
|
3424
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
3425
|
+
deviceId: string;
|
3426
|
+
}[] | undefined;
|
3427
|
+
textColor?: {
|
3382
3428
|
value: {
|
3383
3429
|
swatchId: string;
|
3384
3430
|
alpha: number;
|
@@ -3387,24 +3433,18 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3387
3433
|
}[] | undefined;
|
3388
3434
|
textStyle?: {
|
3389
3435
|
value: {
|
3390
|
-
letterSpacing: number | null | undefined;
|
3391
|
-
fontSize: {
|
3392
|
-
value: number;
|
3393
|
-
unit: "px";
|
3394
|
-
} | null | undefined;
|
3395
|
-
fontWeight: number | null | undefined;
|
3396
3436
|
textTransform: "uppercase"[];
|
3397
3437
|
fontStyle: "italic"[];
|
3398
3438
|
fontFamily?: string | null | undefined;
|
3439
|
+
letterSpacing?: number | null | undefined;
|
3440
|
+
fontSize?: {
|
3441
|
+
value: number;
|
3442
|
+
unit: "px";
|
3443
|
+
} | null | undefined;
|
3444
|
+
fontWeight?: number | null | undefined;
|
3399
3445
|
};
|
3400
3446
|
deviceId: string;
|
3401
3447
|
}[] | undefined;
|
3402
|
-
};
|
3403
|
-
}, {
|
3404
|
-
type: "dropdown";
|
3405
|
-
id: string;
|
3406
|
-
payload: {
|
3407
|
-
label: string;
|
3408
3448
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
3409
3449
|
links?: {
|
3410
3450
|
id: string;
|
@@ -3467,46 +3507,6 @@ declare const navigationLinksDataSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3467
3507
|
}[] | undefined;
|
3468
3508
|
};
|
3469
3509
|
}[] | undefined;
|
3470
|
-
variant?: {
|
3471
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
3472
|
-
deviceId: string;
|
3473
|
-
}[] | undefined;
|
3474
|
-
shape?: {
|
3475
|
-
value: "pill" | "rounded" | "square";
|
3476
|
-
deviceId: string;
|
3477
|
-
}[] | undefined;
|
3478
|
-
size?: {
|
3479
|
-
value: "small" | "medium" | "large";
|
3480
|
-
deviceId: string;
|
3481
|
-
}[] | undefined;
|
3482
|
-
textColor?: {
|
3483
|
-
value: {
|
3484
|
-
swatchId: string;
|
3485
|
-
alpha: number;
|
3486
|
-
};
|
3487
|
-
deviceId: string;
|
3488
|
-
}[] | undefined;
|
3489
|
-
color?: {
|
3490
|
-
value: {
|
3491
|
-
swatchId: string;
|
3492
|
-
alpha: number;
|
3493
|
-
};
|
3494
|
-
deviceId: string;
|
3495
|
-
}[] | undefined;
|
3496
|
-
textStyle?: {
|
3497
|
-
value: {
|
3498
|
-
textTransform: "uppercase"[];
|
3499
|
-
fontStyle: "italic"[];
|
3500
|
-
fontFamily?: string | null | undefined;
|
3501
|
-
letterSpacing?: number | null | undefined;
|
3502
|
-
fontSize?: {
|
3503
|
-
value: number;
|
3504
|
-
unit: "px";
|
3505
|
-
} | null | undefined;
|
3506
|
-
fontWeight?: number | null | undefined;
|
3507
|
-
};
|
3508
|
-
deviceId: string;
|
3509
|
-
}[] | undefined;
|
3510
3510
|
};
|
3511
3511
|
}>]>, "many">;
|
3512
3512
|
export type NavigationLinksData = z.infer<typeof navigationLinksDataSchema>;
|
@@ -3843,6 +3843,10 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3843
3843
|
}>, "many">>;
|
3844
3844
|
}, "strip", z.ZodTypeAny, {
|
3845
3845
|
label: string;
|
3846
|
+
shape?: {
|
3847
|
+
value: "pill" | "rounded" | "square";
|
3848
|
+
deviceId: string;
|
3849
|
+
}[] | undefined;
|
3846
3850
|
link?: {
|
3847
3851
|
type: "OPEN_PAGE";
|
3848
3852
|
payload: {
|
@@ -3877,26 +3881,22 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3877
3881
|
block: "start" | "center" | "end" | "nearest";
|
3878
3882
|
};
|
3879
3883
|
} | undefined;
|
3880
|
-
|
3881
|
-
value:
|
3882
|
-
|
3883
|
-
|
3884
|
-
|
3885
|
-
value: "pill" | "rounded" | "square";
|
3884
|
+
color?: {
|
3885
|
+
value: {
|
3886
|
+
swatchId: string;
|
3887
|
+
alpha: number;
|
3888
|
+
};
|
3886
3889
|
deviceId: string;
|
3887
3890
|
}[] | undefined;
|
3888
3891
|
size?: {
|
3889
3892
|
value: "small" | "medium" | "large";
|
3890
3893
|
deviceId: string;
|
3891
3894
|
}[] | undefined;
|
3892
|
-
|
3893
|
-
value:
|
3894
|
-
swatchId: string;
|
3895
|
-
alpha: number;
|
3896
|
-
};
|
3895
|
+
variant?: {
|
3896
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
3897
3897
|
deviceId: string;
|
3898
3898
|
}[] | undefined;
|
3899
|
-
|
3899
|
+
textColor?: {
|
3900
3900
|
value: {
|
3901
3901
|
swatchId: string;
|
3902
3902
|
alpha: number;
|
@@ -3919,6 +3919,10 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3919
3919
|
}[] | undefined;
|
3920
3920
|
}, {
|
3921
3921
|
label: string;
|
3922
|
+
shape?: {
|
3923
|
+
value: "pill" | "rounded" | "square";
|
3924
|
+
deviceId: string;
|
3925
|
+
}[] | undefined;
|
3922
3926
|
link?: {
|
3923
3927
|
type: "OPEN_PAGE";
|
3924
3928
|
payload: {
|
@@ -3953,26 +3957,22 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3953
3957
|
} | null | undefined;
|
3954
3958
|
};
|
3955
3959
|
} | undefined;
|
3956
|
-
|
3957
|
-
value:
|
3958
|
-
|
3959
|
-
|
3960
|
-
|
3961
|
-
value: "pill" | "rounded" | "square";
|
3960
|
+
color?: {
|
3961
|
+
value: {
|
3962
|
+
swatchId: string;
|
3963
|
+
alpha: number;
|
3964
|
+
};
|
3962
3965
|
deviceId: string;
|
3963
3966
|
}[] | undefined;
|
3964
3967
|
size?: {
|
3965
3968
|
value: "small" | "medium" | "large";
|
3966
3969
|
deviceId: string;
|
3967
3970
|
}[] | undefined;
|
3968
|
-
|
3969
|
-
value:
|
3970
|
-
swatchId: string;
|
3971
|
-
alpha: number;
|
3972
|
-
};
|
3971
|
+
variant?: {
|
3972
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
3973
3973
|
deviceId: string;
|
3974
3974
|
}[] | undefined;
|
3975
|
-
|
3975
|
+
textColor?: {
|
3976
3976
|
value: {
|
3977
3977
|
swatchId: string;
|
3978
3978
|
alpha: number;
|
@@ -3999,6 +3999,10 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
3999
3999
|
id: string;
|
4000
4000
|
payload: {
|
4001
4001
|
label: string;
|
4002
|
+
shape?: {
|
4003
|
+
value: "pill" | "rounded" | "square";
|
4004
|
+
deviceId: string;
|
4005
|
+
}[] | undefined;
|
4002
4006
|
link?: {
|
4003
4007
|
type: "OPEN_PAGE";
|
4004
4008
|
payload: {
|
@@ -4033,26 +4037,22 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4033
4037
|
block: "start" | "center" | "end" | "nearest";
|
4034
4038
|
};
|
4035
4039
|
} | undefined;
|
4036
|
-
|
4037
|
-
value:
|
4038
|
-
|
4039
|
-
|
4040
|
-
|
4041
|
-
value: "pill" | "rounded" | "square";
|
4040
|
+
color?: {
|
4041
|
+
value: {
|
4042
|
+
swatchId: string;
|
4043
|
+
alpha: number;
|
4044
|
+
};
|
4042
4045
|
deviceId: string;
|
4043
4046
|
}[] | undefined;
|
4044
4047
|
size?: {
|
4045
4048
|
value: "small" | "medium" | "large";
|
4046
4049
|
deviceId: string;
|
4047
4050
|
}[] | undefined;
|
4048
|
-
|
4049
|
-
value:
|
4050
|
-
swatchId: string;
|
4051
|
-
alpha: number;
|
4052
|
-
};
|
4051
|
+
variant?: {
|
4052
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
4053
4053
|
deviceId: string;
|
4054
4054
|
}[] | undefined;
|
4055
|
-
|
4055
|
+
textColor?: {
|
4056
4056
|
value: {
|
4057
4057
|
swatchId: string;
|
4058
4058
|
alpha: number;
|
@@ -4079,6 +4079,10 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4079
4079
|
id: string;
|
4080
4080
|
payload: {
|
4081
4081
|
label: string;
|
4082
|
+
shape?: {
|
4083
|
+
value: "pill" | "rounded" | "square";
|
4084
|
+
deviceId: string;
|
4085
|
+
}[] | undefined;
|
4082
4086
|
link?: {
|
4083
4087
|
type: "OPEN_PAGE";
|
4084
4088
|
payload: {
|
@@ -4113,26 +4117,22 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4113
4117
|
} | null | undefined;
|
4114
4118
|
};
|
4115
4119
|
} | undefined;
|
4116
|
-
|
4117
|
-
value:
|
4118
|
-
|
4119
|
-
|
4120
|
-
|
4121
|
-
value: "pill" | "rounded" | "square";
|
4120
|
+
color?: {
|
4121
|
+
value: {
|
4122
|
+
swatchId: string;
|
4123
|
+
alpha: number;
|
4124
|
+
};
|
4122
4125
|
deviceId: string;
|
4123
4126
|
}[] | undefined;
|
4124
4127
|
size?: {
|
4125
4128
|
value: "small" | "medium" | "large";
|
4126
4129
|
deviceId: string;
|
4127
4130
|
}[] | undefined;
|
4128
|
-
|
4129
|
-
value:
|
4130
|
-
swatchId: string;
|
4131
|
-
alpha: number;
|
4132
|
-
};
|
4131
|
+
variant?: {
|
4132
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
4133
4133
|
deviceId: string;
|
4134
4134
|
}[] | undefined;
|
4135
|
-
|
4135
|
+
textColor?: {
|
4136
4136
|
value: {
|
4137
4137
|
swatchId: string;
|
4138
4138
|
alpha: number;
|
@@ -4839,6 +4839,46 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4839
4839
|
}>, "many">>;
|
4840
4840
|
}, "strip", z.ZodTypeAny, {
|
4841
4841
|
label: string;
|
4842
|
+
shape?: {
|
4843
|
+
value: "pill" | "rounded" | "square";
|
4844
|
+
deviceId: string;
|
4845
|
+
}[] | undefined;
|
4846
|
+
color?: {
|
4847
|
+
value: {
|
4848
|
+
swatchId: string;
|
4849
|
+
alpha: number;
|
4850
|
+
};
|
4851
|
+
deviceId: string;
|
4852
|
+
}[] | undefined;
|
4853
|
+
size?: {
|
4854
|
+
value: "small" | "medium" | "large";
|
4855
|
+
deviceId: string;
|
4856
|
+
}[] | undefined;
|
4857
|
+
variant?: {
|
4858
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
4859
|
+
deviceId: string;
|
4860
|
+
}[] | undefined;
|
4861
|
+
textColor?: {
|
4862
|
+
value: {
|
4863
|
+
swatchId: string;
|
4864
|
+
alpha: number;
|
4865
|
+
};
|
4866
|
+
deviceId: string;
|
4867
|
+
}[] | undefined;
|
4868
|
+
textStyle?: {
|
4869
|
+
value: {
|
4870
|
+
letterSpacing: number | null | undefined;
|
4871
|
+
fontSize: {
|
4872
|
+
value: number;
|
4873
|
+
unit: "px";
|
4874
|
+
} | null | undefined;
|
4875
|
+
fontWeight: number | null | undefined;
|
4876
|
+
textTransform: "uppercase"[];
|
4877
|
+
fontStyle: "italic"[];
|
4878
|
+
fontFamily?: string | null | undefined;
|
4879
|
+
};
|
4880
|
+
deviceId: string;
|
4881
|
+
}[] | undefined;
|
4842
4882
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
4843
4883
|
links?: {
|
4844
4884
|
id: string;
|
@@ -4901,26 +4941,28 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4901
4941
|
}[] | undefined;
|
4902
4942
|
};
|
4903
4943
|
}[] | undefined;
|
4904
|
-
|
4905
|
-
|
4906
|
-
deviceId: string;
|
4907
|
-
}[] | undefined;
|
4944
|
+
}, {
|
4945
|
+
label: string;
|
4908
4946
|
shape?: {
|
4909
4947
|
value: "pill" | "rounded" | "square";
|
4910
4948
|
deviceId: string;
|
4911
4949
|
}[] | undefined;
|
4912
|
-
|
4913
|
-
value: "small" | "medium" | "large";
|
4914
|
-
deviceId: string;
|
4915
|
-
}[] | undefined;
|
4916
|
-
textColor?: {
|
4950
|
+
color?: {
|
4917
4951
|
value: {
|
4918
4952
|
swatchId: string;
|
4919
4953
|
alpha: number;
|
4920
4954
|
};
|
4921
4955
|
deviceId: string;
|
4922
4956
|
}[] | undefined;
|
4923
|
-
|
4957
|
+
size?: {
|
4958
|
+
value: "small" | "medium" | "large";
|
4959
|
+
deviceId: string;
|
4960
|
+
}[] | undefined;
|
4961
|
+
variant?: {
|
4962
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
4963
|
+
deviceId: string;
|
4964
|
+
}[] | undefined;
|
4965
|
+
textColor?: {
|
4924
4966
|
value: {
|
4925
4967
|
swatchId: string;
|
4926
4968
|
alpha: number;
|
@@ -4929,20 +4971,18 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
4929
4971
|
}[] | undefined;
|
4930
4972
|
textStyle?: {
|
4931
4973
|
value: {
|
4932
|
-
letterSpacing: number | null | undefined;
|
4933
|
-
fontSize: {
|
4934
|
-
value: number;
|
4935
|
-
unit: "px";
|
4936
|
-
} | null | undefined;
|
4937
|
-
fontWeight: number | null | undefined;
|
4938
4974
|
textTransform: "uppercase"[];
|
4939
4975
|
fontStyle: "italic"[];
|
4940
4976
|
fontFamily?: string | null | undefined;
|
4941
|
-
|
4942
|
-
|
4943
|
-
|
4944
|
-
|
4945
|
-
|
4977
|
+
letterSpacing?: number | null | undefined;
|
4978
|
+
fontSize?: {
|
4979
|
+
value: number;
|
4980
|
+
unit: "px";
|
4981
|
+
} | null | undefined;
|
4982
|
+
fontWeight?: number | null | undefined;
|
4983
|
+
};
|
4984
|
+
deviceId: string;
|
4985
|
+
}[] | undefined;
|
4946
4986
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
4947
4987
|
links?: {
|
4948
4988
|
id: string;
|
@@ -5005,26 +5045,32 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5005
5045
|
}[] | undefined;
|
5006
5046
|
};
|
5007
5047
|
}[] | undefined;
|
5008
|
-
|
5009
|
-
|
5010
|
-
|
5011
|
-
|
5048
|
+
}>;
|
5049
|
+
}, "strip", z.ZodTypeAny, {
|
5050
|
+
type: "dropdown";
|
5051
|
+
id: string;
|
5052
|
+
payload: {
|
5053
|
+
label: string;
|
5012
5054
|
shape?: {
|
5013
5055
|
value: "pill" | "rounded" | "square";
|
5014
5056
|
deviceId: string;
|
5015
5057
|
}[] | undefined;
|
5016
|
-
|
5017
|
-
value: "small" | "medium" | "large";
|
5018
|
-
deviceId: string;
|
5019
|
-
}[] | undefined;
|
5020
|
-
textColor?: {
|
5058
|
+
color?: {
|
5021
5059
|
value: {
|
5022
5060
|
swatchId: string;
|
5023
5061
|
alpha: number;
|
5024
5062
|
};
|
5025
5063
|
deviceId: string;
|
5026
5064
|
}[] | undefined;
|
5027
|
-
|
5065
|
+
size?: {
|
5066
|
+
value: "small" | "medium" | "large";
|
5067
|
+
deviceId: string;
|
5068
|
+
}[] | undefined;
|
5069
|
+
variant?: {
|
5070
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
5071
|
+
deviceId: string;
|
5072
|
+
}[] | undefined;
|
5073
|
+
textColor?: {
|
5028
5074
|
value: {
|
5029
5075
|
swatchId: string;
|
5030
5076
|
alpha: number;
|
@@ -5033,24 +5079,18 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5033
5079
|
}[] | undefined;
|
5034
5080
|
textStyle?: {
|
5035
5081
|
value: {
|
5036
|
-
|
5037
|
-
|
5038
|
-
fontFamily?: string | null | undefined;
|
5039
|
-
letterSpacing?: number | null | undefined;
|
5040
|
-
fontSize?: {
|
5082
|
+
letterSpacing: number | null | undefined;
|
5083
|
+
fontSize: {
|
5041
5084
|
value: number;
|
5042
5085
|
unit: "px";
|
5043
5086
|
} | null | undefined;
|
5044
|
-
fontWeight
|
5087
|
+
fontWeight: number | null | undefined;
|
5088
|
+
textTransform: "uppercase"[];
|
5089
|
+
fontStyle: "italic"[];
|
5090
|
+
fontFamily?: string | null | undefined;
|
5045
5091
|
};
|
5046
5092
|
deviceId: string;
|
5047
5093
|
}[] | undefined;
|
5048
|
-
}>;
|
5049
|
-
}, "strip", z.ZodTypeAny, {
|
5050
|
-
type: "dropdown";
|
5051
|
-
id: string;
|
5052
|
-
payload: {
|
5053
|
-
label: string;
|
5054
5094
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
5055
5095
|
links?: {
|
5056
5096
|
id: string;
|
@@ -5113,26 +5153,32 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5113
5153
|
}[] | undefined;
|
5114
5154
|
};
|
5115
5155
|
}[] | undefined;
|
5116
|
-
|
5117
|
-
|
5118
|
-
|
5119
|
-
|
5156
|
+
};
|
5157
|
+
}, {
|
5158
|
+
type: "dropdown";
|
5159
|
+
id: string;
|
5160
|
+
payload: {
|
5161
|
+
label: string;
|
5120
5162
|
shape?: {
|
5121
5163
|
value: "pill" | "rounded" | "square";
|
5122
5164
|
deviceId: string;
|
5123
5165
|
}[] | undefined;
|
5124
|
-
|
5125
|
-
value: "small" | "medium" | "large";
|
5126
|
-
deviceId: string;
|
5127
|
-
}[] | undefined;
|
5128
|
-
textColor?: {
|
5166
|
+
color?: {
|
5129
5167
|
value: {
|
5130
5168
|
swatchId: string;
|
5131
5169
|
alpha: number;
|
5132
5170
|
};
|
5133
5171
|
deviceId: string;
|
5134
5172
|
}[] | undefined;
|
5135
|
-
|
5173
|
+
size?: {
|
5174
|
+
value: "small" | "medium" | "large";
|
5175
|
+
deviceId: string;
|
5176
|
+
}[] | undefined;
|
5177
|
+
variant?: {
|
5178
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
5179
|
+
deviceId: string;
|
5180
|
+
}[] | undefined;
|
5181
|
+
textColor?: {
|
5136
5182
|
value: {
|
5137
5183
|
swatchId: string;
|
5138
5184
|
alpha: number;
|
@@ -5141,24 +5187,18 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5141
5187
|
}[] | undefined;
|
5142
5188
|
textStyle?: {
|
5143
5189
|
value: {
|
5144
|
-
letterSpacing: number | null | undefined;
|
5145
|
-
fontSize: {
|
5146
|
-
value: number;
|
5147
|
-
unit: "px";
|
5148
|
-
} | null | undefined;
|
5149
|
-
fontWeight: number | null | undefined;
|
5150
5190
|
textTransform: "uppercase"[];
|
5151
5191
|
fontStyle: "italic"[];
|
5152
5192
|
fontFamily?: string | null | undefined;
|
5193
|
+
letterSpacing?: number | null | undefined;
|
5194
|
+
fontSize?: {
|
5195
|
+
value: number;
|
5196
|
+
unit: "px";
|
5197
|
+
} | null | undefined;
|
5198
|
+
fontWeight?: number | null | undefined;
|
5153
5199
|
};
|
5154
5200
|
deviceId: string;
|
5155
5201
|
}[] | undefined;
|
5156
|
-
};
|
5157
|
-
}, {
|
5158
|
-
type: "dropdown";
|
5159
|
-
id: string;
|
5160
|
-
payload: {
|
5161
|
-
label: string;
|
5162
5202
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
5163
5203
|
links?: {
|
5164
5204
|
id: string;
|
@@ -5221,46 +5261,6 @@ declare const navigationLinksPropControllerDataV0Schema: z.ZodArray<z.ZodUnion<[
|
|
5221
5261
|
}[] | undefined;
|
5222
5262
|
};
|
5223
5263
|
}[] | undefined;
|
5224
|
-
variant?: {
|
5225
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
5226
|
-
deviceId: string;
|
5227
|
-
}[] | undefined;
|
5228
|
-
shape?: {
|
5229
|
-
value: "pill" | "rounded" | "square";
|
5230
|
-
deviceId: string;
|
5231
|
-
}[] | undefined;
|
5232
|
-
size?: {
|
5233
|
-
value: "small" | "medium" | "large";
|
5234
|
-
deviceId: string;
|
5235
|
-
}[] | undefined;
|
5236
|
-
textColor?: {
|
5237
|
-
value: {
|
5238
|
-
swatchId: string;
|
5239
|
-
alpha: number;
|
5240
|
-
};
|
5241
|
-
deviceId: string;
|
5242
|
-
}[] | undefined;
|
5243
|
-
color?: {
|
5244
|
-
value: {
|
5245
|
-
swatchId: string;
|
5246
|
-
alpha: number;
|
5247
|
-
};
|
5248
|
-
deviceId: string;
|
5249
|
-
}[] | undefined;
|
5250
|
-
textStyle?: {
|
5251
|
-
value: {
|
5252
|
-
textTransform: "uppercase"[];
|
5253
|
-
fontStyle: "italic"[];
|
5254
|
-
fontFamily?: string | null | undefined;
|
5255
|
-
letterSpacing?: number | null | undefined;
|
5256
|
-
fontSize?: {
|
5257
|
-
value: number;
|
5258
|
-
unit: "px";
|
5259
|
-
} | null | undefined;
|
5260
|
-
fontWeight?: number | null | undefined;
|
5261
|
-
};
|
5262
|
-
deviceId: string;
|
5263
|
-
}[] | undefined;
|
5264
5264
|
};
|
5265
5265
|
}>]>, "many">;
|
5266
5266
|
export type NavigationLinksPropControllerDataV0 = z.infer<typeof navigationLinksPropControllerDataV0Schema>;
|
@@ -5600,6 +5600,10 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5600
5600
|
}>, "many">>;
|
5601
5601
|
}, "strip", z.ZodTypeAny, {
|
5602
5602
|
label: string;
|
5603
|
+
shape?: {
|
5604
|
+
value: "pill" | "rounded" | "square";
|
5605
|
+
deviceId: string;
|
5606
|
+
}[] | undefined;
|
5603
5607
|
link?: {
|
5604
5608
|
type: "OPEN_PAGE";
|
5605
5609
|
payload: {
|
@@ -5634,26 +5638,22 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5634
5638
|
block: "start" | "center" | "end" | "nearest";
|
5635
5639
|
};
|
5636
5640
|
} | undefined;
|
5637
|
-
|
5638
|
-
value:
|
5639
|
-
|
5640
|
-
|
5641
|
-
|
5642
|
-
value: "pill" | "rounded" | "square";
|
5641
|
+
color?: {
|
5642
|
+
value: {
|
5643
|
+
swatchId: string;
|
5644
|
+
alpha: number;
|
5645
|
+
};
|
5643
5646
|
deviceId: string;
|
5644
5647
|
}[] | undefined;
|
5645
5648
|
size?: {
|
5646
5649
|
value: "small" | "medium" | "large";
|
5647
5650
|
deviceId: string;
|
5648
5651
|
}[] | undefined;
|
5649
|
-
|
5650
|
-
value:
|
5651
|
-
swatchId: string;
|
5652
|
-
alpha: number;
|
5653
|
-
};
|
5652
|
+
variant?: {
|
5653
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
5654
5654
|
deviceId: string;
|
5655
5655
|
}[] | undefined;
|
5656
|
-
|
5656
|
+
textColor?: {
|
5657
5657
|
value: {
|
5658
5658
|
swatchId: string;
|
5659
5659
|
alpha: number;
|
@@ -5676,6 +5676,10 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5676
5676
|
}[] | undefined;
|
5677
5677
|
}, {
|
5678
5678
|
label: string;
|
5679
|
+
shape?: {
|
5680
|
+
value: "pill" | "rounded" | "square";
|
5681
|
+
deviceId: string;
|
5682
|
+
}[] | undefined;
|
5679
5683
|
link?: {
|
5680
5684
|
type: "OPEN_PAGE";
|
5681
5685
|
payload: {
|
@@ -5710,26 +5714,22 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5710
5714
|
} | null | undefined;
|
5711
5715
|
};
|
5712
5716
|
} | undefined;
|
5713
|
-
|
5714
|
-
value:
|
5715
|
-
|
5716
|
-
|
5717
|
-
|
5718
|
-
value: "pill" | "rounded" | "square";
|
5717
|
+
color?: {
|
5718
|
+
value: {
|
5719
|
+
swatchId: string;
|
5720
|
+
alpha: number;
|
5721
|
+
};
|
5719
5722
|
deviceId: string;
|
5720
5723
|
}[] | undefined;
|
5721
5724
|
size?: {
|
5722
5725
|
value: "small" | "medium" | "large";
|
5723
5726
|
deviceId: string;
|
5724
5727
|
}[] | undefined;
|
5725
|
-
|
5726
|
-
value:
|
5727
|
-
swatchId: string;
|
5728
|
-
alpha: number;
|
5729
|
-
};
|
5728
|
+
variant?: {
|
5729
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
5730
5730
|
deviceId: string;
|
5731
5731
|
}[] | undefined;
|
5732
|
-
|
5732
|
+
textColor?: {
|
5733
5733
|
value: {
|
5734
5734
|
swatchId: string;
|
5735
5735
|
alpha: number;
|
@@ -5756,6 +5756,10 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5756
5756
|
id: string;
|
5757
5757
|
payload: {
|
5758
5758
|
label: string;
|
5759
|
+
shape?: {
|
5760
|
+
value: "pill" | "rounded" | "square";
|
5761
|
+
deviceId: string;
|
5762
|
+
}[] | undefined;
|
5759
5763
|
link?: {
|
5760
5764
|
type: "OPEN_PAGE";
|
5761
5765
|
payload: {
|
@@ -5790,26 +5794,22 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5790
5794
|
block: "start" | "center" | "end" | "nearest";
|
5791
5795
|
};
|
5792
5796
|
} | undefined;
|
5793
|
-
|
5794
|
-
value:
|
5795
|
-
|
5796
|
-
|
5797
|
-
|
5798
|
-
value: "pill" | "rounded" | "square";
|
5797
|
+
color?: {
|
5798
|
+
value: {
|
5799
|
+
swatchId: string;
|
5800
|
+
alpha: number;
|
5801
|
+
};
|
5799
5802
|
deviceId: string;
|
5800
5803
|
}[] | undefined;
|
5801
5804
|
size?: {
|
5802
5805
|
value: "small" | "medium" | "large";
|
5803
5806
|
deviceId: string;
|
5804
5807
|
}[] | undefined;
|
5805
|
-
|
5806
|
-
value:
|
5807
|
-
swatchId: string;
|
5808
|
-
alpha: number;
|
5809
|
-
};
|
5808
|
+
variant?: {
|
5809
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
5810
5810
|
deviceId: string;
|
5811
5811
|
}[] | undefined;
|
5812
|
-
|
5812
|
+
textColor?: {
|
5813
5813
|
value: {
|
5814
5814
|
swatchId: string;
|
5815
5815
|
alpha: number;
|
@@ -5836,6 +5836,10 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5836
5836
|
id: string;
|
5837
5837
|
payload: {
|
5838
5838
|
label: string;
|
5839
|
+
shape?: {
|
5840
|
+
value: "pill" | "rounded" | "square";
|
5841
|
+
deviceId: string;
|
5842
|
+
}[] | undefined;
|
5839
5843
|
link?: {
|
5840
5844
|
type: "OPEN_PAGE";
|
5841
5845
|
payload: {
|
@@ -5870,26 +5874,22 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
5870
5874
|
} | null | undefined;
|
5871
5875
|
};
|
5872
5876
|
} | undefined;
|
5873
|
-
|
5874
|
-
value:
|
5875
|
-
|
5876
|
-
|
5877
|
-
|
5878
|
-
value: "pill" | "rounded" | "square";
|
5877
|
+
color?: {
|
5878
|
+
value: {
|
5879
|
+
swatchId: string;
|
5880
|
+
alpha: number;
|
5881
|
+
};
|
5879
5882
|
deviceId: string;
|
5880
5883
|
}[] | undefined;
|
5881
5884
|
size?: {
|
5882
5885
|
value: "small" | "medium" | "large";
|
5883
5886
|
deviceId: string;
|
5884
5887
|
}[] | undefined;
|
5885
|
-
|
5886
|
-
value:
|
5887
|
-
swatchId: string;
|
5888
|
-
alpha: number;
|
5889
|
-
};
|
5888
|
+
variant?: {
|
5889
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
5890
5890
|
deviceId: string;
|
5891
5891
|
}[] | undefined;
|
5892
|
-
|
5892
|
+
textColor?: {
|
5893
5893
|
value: {
|
5894
5894
|
swatchId: string;
|
5895
5895
|
alpha: number;
|
@@ -6596,28 +6596,68 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6596
6596
|
}>, "many">>;
|
6597
6597
|
}, "strip", z.ZodTypeAny, {
|
6598
6598
|
label: string;
|
6599
|
-
|
6600
|
-
|
6601
|
-
|
6602
|
-
|
6603
|
-
|
6604
|
-
|
6605
|
-
|
6606
|
-
|
6607
|
-
|
6608
|
-
|
6609
|
-
|
6610
|
-
|
6611
|
-
|
6612
|
-
|
6613
|
-
|
6614
|
-
|
6615
|
-
|
6616
|
-
|
6617
|
-
|
6618
|
-
|
6619
|
-
|
6620
|
-
|
6599
|
+
shape?: {
|
6600
|
+
value: "pill" | "rounded" | "square";
|
6601
|
+
deviceId: string;
|
6602
|
+
}[] | undefined;
|
6603
|
+
color?: {
|
6604
|
+
value: {
|
6605
|
+
swatchId: string;
|
6606
|
+
alpha: number;
|
6607
|
+
};
|
6608
|
+
deviceId: string;
|
6609
|
+
}[] | undefined;
|
6610
|
+
size?: {
|
6611
|
+
value: "small" | "medium" | "large";
|
6612
|
+
deviceId: string;
|
6613
|
+
}[] | undefined;
|
6614
|
+
variant?: {
|
6615
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
6616
|
+
deviceId: string;
|
6617
|
+
}[] | undefined;
|
6618
|
+
textColor?: {
|
6619
|
+
value: {
|
6620
|
+
swatchId: string;
|
6621
|
+
alpha: number;
|
6622
|
+
};
|
6623
|
+
deviceId: string;
|
6624
|
+
}[] | undefined;
|
6625
|
+
textStyle?: {
|
6626
|
+
value: {
|
6627
|
+
letterSpacing: number | null | undefined;
|
6628
|
+
fontSize: {
|
6629
|
+
value: number;
|
6630
|
+
unit: "px";
|
6631
|
+
} | null | undefined;
|
6632
|
+
fontWeight: number | null | undefined;
|
6633
|
+
textTransform: "uppercase"[];
|
6634
|
+
fontStyle: "italic"[];
|
6635
|
+
fontFamily?: string | null | undefined;
|
6636
|
+
};
|
6637
|
+
deviceId: string;
|
6638
|
+
}[] | undefined;
|
6639
|
+
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6640
|
+
links?: {
|
6641
|
+
id: string;
|
6642
|
+
payload: {
|
6643
|
+
label: string;
|
6644
|
+
link?: {
|
6645
|
+
type: "OPEN_PAGE";
|
6646
|
+
payload: {
|
6647
|
+
openInNewTab: boolean;
|
6648
|
+
pageId: string | null | undefined;
|
6649
|
+
};
|
6650
|
+
} | {
|
6651
|
+
type: "OPEN_URL";
|
6652
|
+
payload: {
|
6653
|
+
url: string;
|
6654
|
+
openInNewTab: boolean;
|
6655
|
+
};
|
6656
|
+
} | {
|
6657
|
+
type: "SEND_EMAIL";
|
6658
|
+
payload: {
|
6659
|
+
to: string;
|
6660
|
+
subject?: string | undefined;
|
6621
6661
|
body?: string | undefined;
|
6622
6662
|
};
|
6623
6663
|
} | {
|
@@ -6658,26 +6698,28 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6658
6698
|
}[] | undefined;
|
6659
6699
|
};
|
6660
6700
|
}[] | undefined;
|
6661
|
-
|
6662
|
-
|
6663
|
-
deviceId: string;
|
6664
|
-
}[] | undefined;
|
6701
|
+
}, {
|
6702
|
+
label: string;
|
6665
6703
|
shape?: {
|
6666
6704
|
value: "pill" | "rounded" | "square";
|
6667
6705
|
deviceId: string;
|
6668
6706
|
}[] | undefined;
|
6669
|
-
|
6670
|
-
value: "small" | "medium" | "large";
|
6671
|
-
deviceId: string;
|
6672
|
-
}[] | undefined;
|
6673
|
-
textColor?: {
|
6707
|
+
color?: {
|
6674
6708
|
value: {
|
6675
6709
|
swatchId: string;
|
6676
6710
|
alpha: number;
|
6677
6711
|
};
|
6678
6712
|
deviceId: string;
|
6679
6713
|
}[] | undefined;
|
6680
|
-
|
6714
|
+
size?: {
|
6715
|
+
value: "small" | "medium" | "large";
|
6716
|
+
deviceId: string;
|
6717
|
+
}[] | undefined;
|
6718
|
+
variant?: {
|
6719
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
6720
|
+
deviceId: string;
|
6721
|
+
}[] | undefined;
|
6722
|
+
textColor?: {
|
6681
6723
|
value: {
|
6682
6724
|
swatchId: string;
|
6683
6725
|
alpha: number;
|
@@ -6686,20 +6728,18 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6686
6728
|
}[] | undefined;
|
6687
6729
|
textStyle?: {
|
6688
6730
|
value: {
|
6689
|
-
letterSpacing: number | null | undefined;
|
6690
|
-
fontSize: {
|
6691
|
-
value: number;
|
6692
|
-
unit: "px";
|
6693
|
-
} | null | undefined;
|
6694
|
-
fontWeight: number | null | undefined;
|
6695
6731
|
textTransform: "uppercase"[];
|
6696
6732
|
fontStyle: "italic"[];
|
6697
6733
|
fontFamily?: string | null | undefined;
|
6734
|
+
letterSpacing?: number | null | undefined;
|
6735
|
+
fontSize?: {
|
6736
|
+
value: number;
|
6737
|
+
unit: "px";
|
6738
|
+
} | null | undefined;
|
6739
|
+
fontWeight?: number | null | undefined;
|
6698
6740
|
};
|
6699
6741
|
deviceId: string;
|
6700
6742
|
}[] | undefined;
|
6701
|
-
}, {
|
6702
|
-
label: string;
|
6703
6743
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6704
6744
|
links?: {
|
6705
6745
|
id: string;
|
@@ -6762,26 +6802,32 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6762
6802
|
}[] | undefined;
|
6763
6803
|
};
|
6764
6804
|
}[] | undefined;
|
6765
|
-
|
6766
|
-
|
6767
|
-
|
6768
|
-
|
6805
|
+
}>;
|
6806
|
+
}, "strip", z.ZodTypeAny, {
|
6807
|
+
type: "dropdown";
|
6808
|
+
id: string;
|
6809
|
+
payload: {
|
6810
|
+
label: string;
|
6769
6811
|
shape?: {
|
6770
6812
|
value: "pill" | "rounded" | "square";
|
6771
6813
|
deviceId: string;
|
6772
6814
|
}[] | undefined;
|
6773
|
-
|
6774
|
-
value: "small" | "medium" | "large";
|
6775
|
-
deviceId: string;
|
6776
|
-
}[] | undefined;
|
6777
|
-
textColor?: {
|
6815
|
+
color?: {
|
6778
6816
|
value: {
|
6779
6817
|
swatchId: string;
|
6780
6818
|
alpha: number;
|
6781
6819
|
};
|
6782
6820
|
deviceId: string;
|
6783
6821
|
}[] | undefined;
|
6784
|
-
|
6822
|
+
size?: {
|
6823
|
+
value: "small" | "medium" | "large";
|
6824
|
+
deviceId: string;
|
6825
|
+
}[] | undefined;
|
6826
|
+
variant?: {
|
6827
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
6828
|
+
deviceId: string;
|
6829
|
+
}[] | undefined;
|
6830
|
+
textColor?: {
|
6785
6831
|
value: {
|
6786
6832
|
swatchId: string;
|
6787
6833
|
alpha: number;
|
@@ -6790,24 +6836,18 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6790
6836
|
}[] | undefined;
|
6791
6837
|
textStyle?: {
|
6792
6838
|
value: {
|
6793
|
-
|
6794
|
-
|
6795
|
-
fontFamily?: string | null | undefined;
|
6796
|
-
letterSpacing?: number | null | undefined;
|
6797
|
-
fontSize?: {
|
6839
|
+
letterSpacing: number | null | undefined;
|
6840
|
+
fontSize: {
|
6798
6841
|
value: number;
|
6799
6842
|
unit: "px";
|
6800
6843
|
} | null | undefined;
|
6801
|
-
fontWeight
|
6844
|
+
fontWeight: number | null | undefined;
|
6845
|
+
textTransform: "uppercase"[];
|
6846
|
+
fontStyle: "italic"[];
|
6847
|
+
fontFamily?: string | null | undefined;
|
6802
6848
|
};
|
6803
6849
|
deviceId: string;
|
6804
6850
|
}[] | undefined;
|
6805
|
-
}>;
|
6806
|
-
}, "strip", z.ZodTypeAny, {
|
6807
|
-
type: "dropdown";
|
6808
|
-
id: string;
|
6809
|
-
payload: {
|
6810
|
-
label: string;
|
6811
6851
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6812
6852
|
links?: {
|
6813
6853
|
id: string;
|
@@ -6870,26 +6910,32 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6870
6910
|
}[] | undefined;
|
6871
6911
|
};
|
6872
6912
|
}[] | undefined;
|
6873
|
-
|
6874
|
-
|
6875
|
-
|
6876
|
-
|
6913
|
+
};
|
6914
|
+
}, {
|
6915
|
+
type: "dropdown";
|
6916
|
+
id: string;
|
6917
|
+
payload: {
|
6918
|
+
label: string;
|
6877
6919
|
shape?: {
|
6878
6920
|
value: "pill" | "rounded" | "square";
|
6879
6921
|
deviceId: string;
|
6880
6922
|
}[] | undefined;
|
6881
|
-
|
6882
|
-
value: "small" | "medium" | "large";
|
6883
|
-
deviceId: string;
|
6884
|
-
}[] | undefined;
|
6885
|
-
textColor?: {
|
6923
|
+
color?: {
|
6886
6924
|
value: {
|
6887
6925
|
swatchId: string;
|
6888
6926
|
alpha: number;
|
6889
6927
|
};
|
6890
6928
|
deviceId: string;
|
6891
6929
|
}[] | undefined;
|
6892
|
-
|
6930
|
+
size?: {
|
6931
|
+
value: "small" | "medium" | "large";
|
6932
|
+
deviceId: string;
|
6933
|
+
}[] | undefined;
|
6934
|
+
variant?: {
|
6935
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
6936
|
+
deviceId: string;
|
6937
|
+
}[] | undefined;
|
6938
|
+
textColor?: {
|
6893
6939
|
value: {
|
6894
6940
|
swatchId: string;
|
6895
6941
|
alpha: number;
|
@@ -6898,24 +6944,18 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6898
6944
|
}[] | undefined;
|
6899
6945
|
textStyle?: {
|
6900
6946
|
value: {
|
6901
|
-
letterSpacing: number | null | undefined;
|
6902
|
-
fontSize: {
|
6903
|
-
value: number;
|
6904
|
-
unit: "px";
|
6905
|
-
} | null | undefined;
|
6906
|
-
fontWeight: number | null | undefined;
|
6907
6947
|
textTransform: "uppercase"[];
|
6908
6948
|
fontStyle: "italic"[];
|
6909
6949
|
fontFamily?: string | null | undefined;
|
6950
|
+
letterSpacing?: number | null | undefined;
|
6951
|
+
fontSize?: {
|
6952
|
+
value: number;
|
6953
|
+
unit: "px";
|
6954
|
+
} | null | undefined;
|
6955
|
+
fontWeight?: number | null | undefined;
|
6910
6956
|
};
|
6911
6957
|
deviceId: string;
|
6912
6958
|
}[] | undefined;
|
6913
|
-
};
|
6914
|
-
}, {
|
6915
|
-
type: "dropdown";
|
6916
|
-
id: string;
|
6917
|
-
payload: {
|
6918
|
-
label: string;
|
6919
6959
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
6920
6960
|
links?: {
|
6921
6961
|
id: string;
|
@@ -6978,46 +7018,6 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
6978
7018
|
}[] | undefined;
|
6979
7019
|
};
|
6980
7020
|
}[] | undefined;
|
6981
|
-
variant?: {
|
6982
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
6983
|
-
deviceId: string;
|
6984
|
-
}[] | undefined;
|
6985
|
-
shape?: {
|
6986
|
-
value: "pill" | "rounded" | "square";
|
6987
|
-
deviceId: string;
|
6988
|
-
}[] | undefined;
|
6989
|
-
size?: {
|
6990
|
-
value: "small" | "medium" | "large";
|
6991
|
-
deviceId: string;
|
6992
|
-
}[] | undefined;
|
6993
|
-
textColor?: {
|
6994
|
-
value: {
|
6995
|
-
swatchId: string;
|
6996
|
-
alpha: number;
|
6997
|
-
};
|
6998
|
-
deviceId: string;
|
6999
|
-
}[] | undefined;
|
7000
|
-
color?: {
|
7001
|
-
value: {
|
7002
|
-
swatchId: string;
|
7003
|
-
alpha: number;
|
7004
|
-
};
|
7005
|
-
deviceId: string;
|
7006
|
-
}[] | undefined;
|
7007
|
-
textStyle?: {
|
7008
|
-
value: {
|
7009
|
-
textTransform: "uppercase"[];
|
7010
|
-
fontStyle: "italic"[];
|
7011
|
-
fontFamily?: string | null | undefined;
|
7012
|
-
letterSpacing?: number | null | undefined;
|
7013
|
-
fontSize?: {
|
7014
|
-
value: number;
|
7015
|
-
unit: "px";
|
7016
|
-
} | null | undefined;
|
7017
|
-
fontWeight?: number | null | undefined;
|
7018
|
-
};
|
7019
|
-
deviceId: string;
|
7020
|
-
}[] | undefined;
|
7021
7021
|
};
|
7022
7022
|
}>]>, "many">;
|
7023
7023
|
}, "strip", z.ZodTypeAny, {
|
@@ -7026,6 +7026,10 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7026
7026
|
id: string;
|
7027
7027
|
payload: {
|
7028
7028
|
label: string;
|
7029
|
+
shape?: {
|
7030
|
+
value: "pill" | "rounded" | "square";
|
7031
|
+
deviceId: string;
|
7032
|
+
}[] | undefined;
|
7029
7033
|
link?: {
|
7030
7034
|
type: "OPEN_PAGE";
|
7031
7035
|
payload: {
|
@@ -7060,26 +7064,22 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7060
7064
|
block: "start" | "center" | "end" | "nearest";
|
7061
7065
|
};
|
7062
7066
|
} | undefined;
|
7063
|
-
|
7064
|
-
value:
|
7065
|
-
|
7066
|
-
|
7067
|
-
|
7068
|
-
value: "pill" | "rounded" | "square";
|
7067
|
+
color?: {
|
7068
|
+
value: {
|
7069
|
+
swatchId: string;
|
7070
|
+
alpha: number;
|
7071
|
+
};
|
7069
7072
|
deviceId: string;
|
7070
7073
|
}[] | undefined;
|
7071
7074
|
size?: {
|
7072
7075
|
value: "small" | "medium" | "large";
|
7073
7076
|
deviceId: string;
|
7074
7077
|
}[] | undefined;
|
7075
|
-
|
7076
|
-
value:
|
7077
|
-
swatchId: string;
|
7078
|
-
alpha: number;
|
7079
|
-
};
|
7078
|
+
variant?: {
|
7079
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7080
7080
|
deviceId: string;
|
7081
7081
|
}[] | undefined;
|
7082
|
-
|
7082
|
+
textColor?: {
|
7083
7083
|
value: {
|
7084
7084
|
swatchId: string;
|
7085
7085
|
alpha: number;
|
@@ -7106,12 +7106,52 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7106
7106
|
id: string;
|
7107
7107
|
payload: {
|
7108
7108
|
label: string;
|
7109
|
-
|
7110
|
-
|
7111
|
-
|
7112
|
-
|
7113
|
-
|
7114
|
-
|
7109
|
+
shape?: {
|
7110
|
+
value: "pill" | "rounded" | "square";
|
7111
|
+
deviceId: string;
|
7112
|
+
}[] | undefined;
|
7113
|
+
color?: {
|
7114
|
+
value: {
|
7115
|
+
swatchId: string;
|
7116
|
+
alpha: number;
|
7117
|
+
};
|
7118
|
+
deviceId: string;
|
7119
|
+
}[] | undefined;
|
7120
|
+
size?: {
|
7121
|
+
value: "small" | "medium" | "large";
|
7122
|
+
deviceId: string;
|
7123
|
+
}[] | undefined;
|
7124
|
+
variant?: {
|
7125
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7126
|
+
deviceId: string;
|
7127
|
+
}[] | undefined;
|
7128
|
+
textColor?: {
|
7129
|
+
value: {
|
7130
|
+
swatchId: string;
|
7131
|
+
alpha: number;
|
7132
|
+
};
|
7133
|
+
deviceId: string;
|
7134
|
+
}[] | undefined;
|
7135
|
+
textStyle?: {
|
7136
|
+
value: {
|
7137
|
+
letterSpacing: number | null | undefined;
|
7138
|
+
fontSize: {
|
7139
|
+
value: number;
|
7140
|
+
unit: "px";
|
7141
|
+
} | null | undefined;
|
7142
|
+
fontWeight: number | null | undefined;
|
7143
|
+
textTransform: "uppercase"[];
|
7144
|
+
fontStyle: "italic"[];
|
7145
|
+
fontFamily?: string | null | undefined;
|
7146
|
+
};
|
7147
|
+
deviceId: string;
|
7148
|
+
}[] | undefined;
|
7149
|
+
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
7150
|
+
links?: {
|
7151
|
+
id: string;
|
7152
|
+
payload: {
|
7153
|
+
label: string;
|
7154
|
+
link?: {
|
7115
7155
|
type: "OPEN_PAGE";
|
7116
7156
|
payload: {
|
7117
7157
|
openInNewTab: boolean;
|
@@ -7168,46 +7208,6 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7168
7208
|
}[] | undefined;
|
7169
7209
|
};
|
7170
7210
|
}[] | undefined;
|
7171
|
-
variant?: {
|
7172
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7173
|
-
deviceId: string;
|
7174
|
-
}[] | undefined;
|
7175
|
-
shape?: {
|
7176
|
-
value: "pill" | "rounded" | "square";
|
7177
|
-
deviceId: string;
|
7178
|
-
}[] | undefined;
|
7179
|
-
size?: {
|
7180
|
-
value: "small" | "medium" | "large";
|
7181
|
-
deviceId: string;
|
7182
|
-
}[] | undefined;
|
7183
|
-
textColor?: {
|
7184
|
-
value: {
|
7185
|
-
swatchId: string;
|
7186
|
-
alpha: number;
|
7187
|
-
};
|
7188
|
-
deviceId: string;
|
7189
|
-
}[] | undefined;
|
7190
|
-
color?: {
|
7191
|
-
value: {
|
7192
|
-
swatchId: string;
|
7193
|
-
alpha: number;
|
7194
|
-
};
|
7195
|
-
deviceId: string;
|
7196
|
-
}[] | undefined;
|
7197
|
-
textStyle?: {
|
7198
|
-
value: {
|
7199
|
-
letterSpacing: number | null | undefined;
|
7200
|
-
fontSize: {
|
7201
|
-
value: number;
|
7202
|
-
unit: "px";
|
7203
|
-
} | null | undefined;
|
7204
|
-
fontWeight: number | null | undefined;
|
7205
|
-
textTransform: "uppercase"[];
|
7206
|
-
fontStyle: "italic"[];
|
7207
|
-
fontFamily?: string | null | undefined;
|
7208
|
-
};
|
7209
|
-
deviceId: string;
|
7210
|
-
}[] | undefined;
|
7211
7211
|
};
|
7212
7212
|
})[];
|
7213
7213
|
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
@@ -7217,6 +7217,10 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7217
7217
|
id: string;
|
7218
7218
|
payload: {
|
7219
7219
|
label: string;
|
7220
|
+
shape?: {
|
7221
|
+
value: "pill" | "rounded" | "square";
|
7222
|
+
deviceId: string;
|
7223
|
+
}[] | undefined;
|
7220
7224
|
link?: {
|
7221
7225
|
type: "OPEN_PAGE";
|
7222
7226
|
payload: {
|
@@ -7251,26 +7255,22 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7251
7255
|
} | null | undefined;
|
7252
7256
|
};
|
7253
7257
|
} | undefined;
|
7254
|
-
|
7255
|
-
value:
|
7256
|
-
|
7257
|
-
|
7258
|
-
|
7259
|
-
value: "pill" | "rounded" | "square";
|
7258
|
+
color?: {
|
7259
|
+
value: {
|
7260
|
+
swatchId: string;
|
7261
|
+
alpha: number;
|
7262
|
+
};
|
7260
7263
|
deviceId: string;
|
7261
7264
|
}[] | undefined;
|
7262
7265
|
size?: {
|
7263
7266
|
value: "small" | "medium" | "large";
|
7264
7267
|
deviceId: string;
|
7265
7268
|
}[] | undefined;
|
7266
|
-
|
7267
|
-
value:
|
7268
|
-
swatchId: string;
|
7269
|
-
alpha: number;
|
7270
|
-
};
|
7269
|
+
variant?: {
|
7270
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7271
7271
|
deviceId: string;
|
7272
7272
|
}[] | undefined;
|
7273
|
-
|
7273
|
+
textColor?: {
|
7274
7274
|
value: {
|
7275
7275
|
swatchId: string;
|
7276
7276
|
alpha: number;
|
@@ -7297,6 +7297,46 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7297
7297
|
id: string;
|
7298
7298
|
payload: {
|
7299
7299
|
label: string;
|
7300
|
+
shape?: {
|
7301
|
+
value: "pill" | "rounded" | "square";
|
7302
|
+
deviceId: string;
|
7303
|
+
}[] | undefined;
|
7304
|
+
color?: {
|
7305
|
+
value: {
|
7306
|
+
swatchId: string;
|
7307
|
+
alpha: number;
|
7308
|
+
};
|
7309
|
+
deviceId: string;
|
7310
|
+
}[] | undefined;
|
7311
|
+
size?: {
|
7312
|
+
value: "small" | "medium" | "large";
|
7313
|
+
deviceId: string;
|
7314
|
+
}[] | undefined;
|
7315
|
+
variant?: {
|
7316
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7317
|
+
deviceId: string;
|
7318
|
+
}[] | undefined;
|
7319
|
+
textColor?: {
|
7320
|
+
value: {
|
7321
|
+
swatchId: string;
|
7322
|
+
alpha: number;
|
7323
|
+
};
|
7324
|
+
deviceId: string;
|
7325
|
+
}[] | undefined;
|
7326
|
+
textStyle?: {
|
7327
|
+
value: {
|
7328
|
+
textTransform: "uppercase"[];
|
7329
|
+
fontStyle: "italic"[];
|
7330
|
+
fontFamily?: string | null | undefined;
|
7331
|
+
letterSpacing?: number | null | undefined;
|
7332
|
+
fontSize?: {
|
7333
|
+
value: number;
|
7334
|
+
unit: "px";
|
7335
|
+
} | null | undefined;
|
7336
|
+
fontWeight?: number | null | undefined;
|
7337
|
+
};
|
7338
|
+
deviceId: string;
|
7339
|
+
}[] | undefined;
|
7300
7340
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
7301
7341
|
links?: {
|
7302
7342
|
id: string;
|
@@ -7359,46 +7399,6 @@ declare const navigationLinksPropControllerDataV1Schema: z.ZodObject<{
|
|
7359
7399
|
}[] | undefined;
|
7360
7400
|
};
|
7361
7401
|
}[] | undefined;
|
7362
|
-
variant?: {
|
7363
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7364
|
-
deviceId: string;
|
7365
|
-
}[] | undefined;
|
7366
|
-
shape?: {
|
7367
|
-
value: "pill" | "rounded" | "square";
|
7368
|
-
deviceId: string;
|
7369
|
-
}[] | undefined;
|
7370
|
-
size?: {
|
7371
|
-
value: "small" | "medium" | "large";
|
7372
|
-
deviceId: string;
|
7373
|
-
}[] | undefined;
|
7374
|
-
textColor?: {
|
7375
|
-
value: {
|
7376
|
-
swatchId: string;
|
7377
|
-
alpha: number;
|
7378
|
-
};
|
7379
|
-
deviceId: string;
|
7380
|
-
}[] | undefined;
|
7381
|
-
color?: {
|
7382
|
-
value: {
|
7383
|
-
swatchId: string;
|
7384
|
-
alpha: number;
|
7385
|
-
};
|
7386
|
-
deviceId: string;
|
7387
|
-
}[] | undefined;
|
7388
|
-
textStyle?: {
|
7389
|
-
value: {
|
7390
|
-
textTransform: "uppercase"[];
|
7391
|
-
fontStyle: "italic"[];
|
7392
|
-
fontFamily?: string | null | undefined;
|
7393
|
-
letterSpacing?: number | null | undefined;
|
7394
|
-
fontSize?: {
|
7395
|
-
value: number;
|
7396
|
-
unit: "px";
|
7397
|
-
} | null | undefined;
|
7398
|
-
fontWeight?: number | null | undefined;
|
7399
|
-
};
|
7400
|
-
deviceId: string;
|
7401
|
-
}[] | undefined;
|
7402
7402
|
};
|
7403
7403
|
})[];
|
7404
7404
|
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
@@ -7737,6 +7737,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7737
7737
|
}>, "many">>;
|
7738
7738
|
}, "strip", z.ZodTypeAny, {
|
7739
7739
|
label: string;
|
7740
|
+
shape?: {
|
7741
|
+
value: "pill" | "rounded" | "square";
|
7742
|
+
deviceId: string;
|
7743
|
+
}[] | undefined;
|
7740
7744
|
link?: {
|
7741
7745
|
type: "OPEN_PAGE";
|
7742
7746
|
payload: {
|
@@ -7771,26 +7775,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7771
7775
|
block: "start" | "center" | "end" | "nearest";
|
7772
7776
|
};
|
7773
7777
|
} | undefined;
|
7774
|
-
|
7775
|
-
value:
|
7776
|
-
|
7777
|
-
|
7778
|
-
|
7779
|
-
value: "pill" | "rounded" | "square";
|
7778
|
+
color?: {
|
7779
|
+
value: {
|
7780
|
+
swatchId: string;
|
7781
|
+
alpha: number;
|
7782
|
+
};
|
7780
7783
|
deviceId: string;
|
7781
7784
|
}[] | undefined;
|
7782
7785
|
size?: {
|
7783
7786
|
value: "small" | "medium" | "large";
|
7784
7787
|
deviceId: string;
|
7785
7788
|
}[] | undefined;
|
7786
|
-
|
7787
|
-
value:
|
7788
|
-
swatchId: string;
|
7789
|
-
alpha: number;
|
7790
|
-
};
|
7789
|
+
variant?: {
|
7790
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7791
7791
|
deviceId: string;
|
7792
7792
|
}[] | undefined;
|
7793
|
-
|
7793
|
+
textColor?: {
|
7794
7794
|
value: {
|
7795
7795
|
swatchId: string;
|
7796
7796
|
alpha: number;
|
@@ -7813,6 +7813,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7813
7813
|
}[] | undefined;
|
7814
7814
|
}, {
|
7815
7815
|
label: string;
|
7816
|
+
shape?: {
|
7817
|
+
value: "pill" | "rounded" | "square";
|
7818
|
+
deviceId: string;
|
7819
|
+
}[] | undefined;
|
7816
7820
|
link?: {
|
7817
7821
|
type: "OPEN_PAGE";
|
7818
7822
|
payload: {
|
@@ -7847,26 +7851,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7847
7851
|
} | null | undefined;
|
7848
7852
|
};
|
7849
7853
|
} | undefined;
|
7850
|
-
|
7851
|
-
value:
|
7852
|
-
|
7853
|
-
|
7854
|
-
|
7855
|
-
value: "pill" | "rounded" | "square";
|
7854
|
+
color?: {
|
7855
|
+
value: {
|
7856
|
+
swatchId: string;
|
7857
|
+
alpha: number;
|
7858
|
+
};
|
7856
7859
|
deviceId: string;
|
7857
7860
|
}[] | undefined;
|
7858
7861
|
size?: {
|
7859
7862
|
value: "small" | "medium" | "large";
|
7860
7863
|
deviceId: string;
|
7861
7864
|
}[] | undefined;
|
7862
|
-
|
7863
|
-
value:
|
7864
|
-
swatchId: string;
|
7865
|
-
alpha: number;
|
7866
|
-
};
|
7865
|
+
variant?: {
|
7866
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7867
7867
|
deviceId: string;
|
7868
7868
|
}[] | undefined;
|
7869
|
-
|
7869
|
+
textColor?: {
|
7870
7870
|
value: {
|
7871
7871
|
swatchId: string;
|
7872
7872
|
alpha: number;
|
@@ -7893,6 +7893,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7893
7893
|
id: string;
|
7894
7894
|
payload: {
|
7895
7895
|
label: string;
|
7896
|
+
shape?: {
|
7897
|
+
value: "pill" | "rounded" | "square";
|
7898
|
+
deviceId: string;
|
7899
|
+
}[] | undefined;
|
7896
7900
|
link?: {
|
7897
7901
|
type: "OPEN_PAGE";
|
7898
7902
|
payload: {
|
@@ -7927,26 +7931,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7927
7931
|
block: "start" | "center" | "end" | "nearest";
|
7928
7932
|
};
|
7929
7933
|
} | undefined;
|
7930
|
-
|
7931
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7932
|
-
deviceId: string;
|
7933
|
-
}[] | undefined;
|
7934
|
-
shape?: {
|
7935
|
-
value: "pill" | "rounded" | "square";
|
7936
|
-
deviceId: string;
|
7937
|
-
}[] | undefined;
|
7938
|
-
size?: {
|
7939
|
-
value: "small" | "medium" | "large";
|
7940
|
-
deviceId: string;
|
7941
|
-
}[] | undefined;
|
7942
|
-
textColor?: {
|
7934
|
+
color?: {
|
7943
7935
|
value: {
|
7944
7936
|
swatchId: string;
|
7945
7937
|
alpha: number;
|
7946
7938
|
};
|
7947
7939
|
deviceId: string;
|
7948
7940
|
}[] | undefined;
|
7949
|
-
|
7941
|
+
size?: {
|
7942
|
+
value: "small" | "medium" | "large";
|
7943
|
+
deviceId: string;
|
7944
|
+
}[] | undefined;
|
7945
|
+
variant?: {
|
7946
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
7947
|
+
deviceId: string;
|
7948
|
+
}[] | undefined;
|
7949
|
+
textColor?: {
|
7950
7950
|
value: {
|
7951
7951
|
swatchId: string;
|
7952
7952
|
alpha: number;
|
@@ -7973,6 +7973,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
7973
7973
|
id: string;
|
7974
7974
|
payload: {
|
7975
7975
|
label: string;
|
7976
|
+
shape?: {
|
7977
|
+
value: "pill" | "rounded" | "square";
|
7978
|
+
deviceId: string;
|
7979
|
+
}[] | undefined;
|
7976
7980
|
link?: {
|
7977
7981
|
type: "OPEN_PAGE";
|
7978
7982
|
payload: {
|
@@ -8007,26 +8011,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8007
8011
|
} | null | undefined;
|
8008
8012
|
};
|
8009
8013
|
} | undefined;
|
8010
|
-
|
8011
|
-
value:
|
8012
|
-
|
8013
|
-
|
8014
|
-
|
8015
|
-
value: "pill" | "rounded" | "square";
|
8014
|
+
color?: {
|
8015
|
+
value: {
|
8016
|
+
swatchId: string;
|
8017
|
+
alpha: number;
|
8018
|
+
};
|
8016
8019
|
deviceId: string;
|
8017
8020
|
}[] | undefined;
|
8018
8021
|
size?: {
|
8019
8022
|
value: "small" | "medium" | "large";
|
8020
8023
|
deviceId: string;
|
8021
8024
|
}[] | undefined;
|
8022
|
-
|
8023
|
-
value:
|
8024
|
-
swatchId: string;
|
8025
|
-
alpha: number;
|
8026
|
-
};
|
8025
|
+
variant?: {
|
8026
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
8027
8027
|
deviceId: string;
|
8028
8028
|
}[] | undefined;
|
8029
|
-
|
8029
|
+
textColor?: {
|
8030
8030
|
value: {
|
8031
8031
|
swatchId: string;
|
8032
8032
|
alpha: number;
|
@@ -8733,6 +8733,46 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8733
8733
|
}>, "many">>;
|
8734
8734
|
}, "strip", z.ZodTypeAny, {
|
8735
8735
|
label: string;
|
8736
|
+
shape?: {
|
8737
|
+
value: "pill" | "rounded" | "square";
|
8738
|
+
deviceId: string;
|
8739
|
+
}[] | undefined;
|
8740
|
+
color?: {
|
8741
|
+
value: {
|
8742
|
+
swatchId: string;
|
8743
|
+
alpha: number;
|
8744
|
+
};
|
8745
|
+
deviceId: string;
|
8746
|
+
}[] | undefined;
|
8747
|
+
size?: {
|
8748
|
+
value: "small" | "medium" | "large";
|
8749
|
+
deviceId: string;
|
8750
|
+
}[] | undefined;
|
8751
|
+
variant?: {
|
8752
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
8753
|
+
deviceId: string;
|
8754
|
+
}[] | undefined;
|
8755
|
+
textColor?: {
|
8756
|
+
value: {
|
8757
|
+
swatchId: string;
|
8758
|
+
alpha: number;
|
8759
|
+
};
|
8760
|
+
deviceId: string;
|
8761
|
+
}[] | undefined;
|
8762
|
+
textStyle?: {
|
8763
|
+
value: {
|
8764
|
+
letterSpacing: number | null | undefined;
|
8765
|
+
fontSize: {
|
8766
|
+
value: number;
|
8767
|
+
unit: "px";
|
8768
|
+
} | null | undefined;
|
8769
|
+
fontWeight: number | null | undefined;
|
8770
|
+
textTransform: "uppercase"[];
|
8771
|
+
fontStyle: "italic"[];
|
8772
|
+
fontFamily?: string | null | undefined;
|
8773
|
+
};
|
8774
|
+
deviceId: string;
|
8775
|
+
}[] | undefined;
|
8736
8776
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
8737
8777
|
links?: {
|
8738
8778
|
id: string;
|
@@ -8795,26 +8835,28 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8795
8835
|
}[] | undefined;
|
8796
8836
|
};
|
8797
8837
|
}[] | undefined;
|
8798
|
-
|
8799
|
-
|
8800
|
-
deviceId: string;
|
8801
|
-
}[] | undefined;
|
8838
|
+
}, {
|
8839
|
+
label: string;
|
8802
8840
|
shape?: {
|
8803
8841
|
value: "pill" | "rounded" | "square";
|
8804
8842
|
deviceId: string;
|
8805
8843
|
}[] | undefined;
|
8806
|
-
|
8807
|
-
value: "small" | "medium" | "large";
|
8808
|
-
deviceId: string;
|
8809
|
-
}[] | undefined;
|
8810
|
-
textColor?: {
|
8844
|
+
color?: {
|
8811
8845
|
value: {
|
8812
8846
|
swatchId: string;
|
8813
8847
|
alpha: number;
|
8814
8848
|
};
|
8815
8849
|
deviceId: string;
|
8816
8850
|
}[] | undefined;
|
8817
|
-
|
8851
|
+
size?: {
|
8852
|
+
value: "small" | "medium" | "large";
|
8853
|
+
deviceId: string;
|
8854
|
+
}[] | undefined;
|
8855
|
+
variant?: {
|
8856
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
8857
|
+
deviceId: string;
|
8858
|
+
}[] | undefined;
|
8859
|
+
textColor?: {
|
8818
8860
|
value: {
|
8819
8861
|
swatchId: string;
|
8820
8862
|
alpha: number;
|
@@ -8823,20 +8865,18 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8823
8865
|
}[] | undefined;
|
8824
8866
|
textStyle?: {
|
8825
8867
|
value: {
|
8826
|
-
letterSpacing: number | null | undefined;
|
8827
|
-
fontSize: {
|
8828
|
-
value: number;
|
8829
|
-
unit: "px";
|
8830
|
-
} | null | undefined;
|
8831
|
-
fontWeight: number | null | undefined;
|
8832
8868
|
textTransform: "uppercase"[];
|
8833
8869
|
fontStyle: "italic"[];
|
8834
8870
|
fontFamily?: string | null | undefined;
|
8871
|
+
letterSpacing?: number | null | undefined;
|
8872
|
+
fontSize?: {
|
8873
|
+
value: number;
|
8874
|
+
unit: "px";
|
8875
|
+
} | null | undefined;
|
8876
|
+
fontWeight?: number | null | undefined;
|
8835
8877
|
};
|
8836
8878
|
deviceId: string;
|
8837
8879
|
}[] | undefined;
|
8838
|
-
}, {
|
8839
|
-
label: string;
|
8840
8880
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
8841
8881
|
links?: {
|
8842
8882
|
id: string;
|
@@ -8899,26 +8939,32 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8899
8939
|
}[] | undefined;
|
8900
8940
|
};
|
8901
8941
|
}[] | undefined;
|
8902
|
-
|
8903
|
-
|
8904
|
-
|
8905
|
-
|
8942
|
+
}>;
|
8943
|
+
}, "strip", z.ZodTypeAny, {
|
8944
|
+
type: "dropdown";
|
8945
|
+
id: string;
|
8946
|
+
payload: {
|
8947
|
+
label: string;
|
8906
8948
|
shape?: {
|
8907
8949
|
value: "pill" | "rounded" | "square";
|
8908
8950
|
deviceId: string;
|
8909
8951
|
}[] | undefined;
|
8910
|
-
|
8911
|
-
value: "small" | "medium" | "large";
|
8912
|
-
deviceId: string;
|
8913
|
-
}[] | undefined;
|
8914
|
-
textColor?: {
|
8952
|
+
color?: {
|
8915
8953
|
value: {
|
8916
8954
|
swatchId: string;
|
8917
8955
|
alpha: number;
|
8918
8956
|
};
|
8919
8957
|
deviceId: string;
|
8920
8958
|
}[] | undefined;
|
8921
|
-
|
8959
|
+
size?: {
|
8960
|
+
value: "small" | "medium" | "large";
|
8961
|
+
deviceId: string;
|
8962
|
+
}[] | undefined;
|
8963
|
+
variant?: {
|
8964
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
8965
|
+
deviceId: string;
|
8966
|
+
}[] | undefined;
|
8967
|
+
textColor?: {
|
8922
8968
|
value: {
|
8923
8969
|
swatchId: string;
|
8924
8970
|
alpha: number;
|
@@ -8927,24 +8973,18 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
8927
8973
|
}[] | undefined;
|
8928
8974
|
textStyle?: {
|
8929
8975
|
value: {
|
8930
|
-
|
8931
|
-
|
8932
|
-
fontFamily?: string | null | undefined;
|
8933
|
-
letterSpacing?: number | null | undefined;
|
8934
|
-
fontSize?: {
|
8976
|
+
letterSpacing: number | null | undefined;
|
8977
|
+
fontSize: {
|
8935
8978
|
value: number;
|
8936
8979
|
unit: "px";
|
8937
8980
|
} | null | undefined;
|
8938
|
-
fontWeight
|
8981
|
+
fontWeight: number | null | undefined;
|
8982
|
+
textTransform: "uppercase"[];
|
8983
|
+
fontStyle: "italic"[];
|
8984
|
+
fontFamily?: string | null | undefined;
|
8939
8985
|
};
|
8940
8986
|
deviceId: string;
|
8941
8987
|
}[] | undefined;
|
8942
|
-
}>;
|
8943
|
-
}, "strip", z.ZodTypeAny, {
|
8944
|
-
type: "dropdown";
|
8945
|
-
id: string;
|
8946
|
-
payload: {
|
8947
|
-
label: string;
|
8948
8988
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
8949
8989
|
links?: {
|
8950
8990
|
id: string;
|
@@ -9007,26 +9047,32 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9007
9047
|
}[] | undefined;
|
9008
9048
|
};
|
9009
9049
|
}[] | undefined;
|
9010
|
-
|
9011
|
-
|
9012
|
-
|
9013
|
-
|
9050
|
+
};
|
9051
|
+
}, {
|
9052
|
+
type: "dropdown";
|
9053
|
+
id: string;
|
9054
|
+
payload: {
|
9055
|
+
label: string;
|
9014
9056
|
shape?: {
|
9015
9057
|
value: "pill" | "rounded" | "square";
|
9016
9058
|
deviceId: string;
|
9017
9059
|
}[] | undefined;
|
9018
|
-
|
9019
|
-
value: "small" | "medium" | "large";
|
9020
|
-
deviceId: string;
|
9021
|
-
}[] | undefined;
|
9022
|
-
textColor?: {
|
9060
|
+
color?: {
|
9023
9061
|
value: {
|
9024
9062
|
swatchId: string;
|
9025
9063
|
alpha: number;
|
9026
9064
|
};
|
9027
9065
|
deviceId: string;
|
9028
9066
|
}[] | undefined;
|
9029
|
-
|
9067
|
+
size?: {
|
9068
|
+
value: "small" | "medium" | "large";
|
9069
|
+
deviceId: string;
|
9070
|
+
}[] | undefined;
|
9071
|
+
variant?: {
|
9072
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
9073
|
+
deviceId: string;
|
9074
|
+
}[] | undefined;
|
9075
|
+
textColor?: {
|
9030
9076
|
value: {
|
9031
9077
|
swatchId: string;
|
9032
9078
|
alpha: number;
|
@@ -9035,24 +9081,18 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9035
9081
|
}[] | undefined;
|
9036
9082
|
textStyle?: {
|
9037
9083
|
value: {
|
9038
|
-
letterSpacing: number | null | undefined;
|
9039
|
-
fontSize: {
|
9040
|
-
value: number;
|
9041
|
-
unit: "px";
|
9042
|
-
} | null | undefined;
|
9043
|
-
fontWeight: number | null | undefined;
|
9044
9084
|
textTransform: "uppercase"[];
|
9045
9085
|
fontStyle: "italic"[];
|
9046
9086
|
fontFamily?: string | null | undefined;
|
9087
|
+
letterSpacing?: number | null | undefined;
|
9088
|
+
fontSize?: {
|
9089
|
+
value: number;
|
9090
|
+
unit: "px";
|
9091
|
+
} | null | undefined;
|
9092
|
+
fontWeight?: number | null | undefined;
|
9047
9093
|
};
|
9048
9094
|
deviceId: string;
|
9049
9095
|
}[] | undefined;
|
9050
|
-
};
|
9051
|
-
}, {
|
9052
|
-
type: "dropdown";
|
9053
|
-
id: string;
|
9054
|
-
payload: {
|
9055
|
-
label: string;
|
9056
9096
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
9057
9097
|
links?: {
|
9058
9098
|
id: string;
|
@@ -9115,46 +9155,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9115
9155
|
}[] | undefined;
|
9116
9156
|
};
|
9117
9157
|
}[] | undefined;
|
9118
|
-
variant?: {
|
9119
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
9120
|
-
deviceId: string;
|
9121
|
-
}[] | undefined;
|
9122
|
-
shape?: {
|
9123
|
-
value: "pill" | "rounded" | "square";
|
9124
|
-
deviceId: string;
|
9125
|
-
}[] | undefined;
|
9126
|
-
size?: {
|
9127
|
-
value: "small" | "medium" | "large";
|
9128
|
-
deviceId: string;
|
9129
|
-
}[] | undefined;
|
9130
|
-
textColor?: {
|
9131
|
-
value: {
|
9132
|
-
swatchId: string;
|
9133
|
-
alpha: number;
|
9134
|
-
};
|
9135
|
-
deviceId: string;
|
9136
|
-
}[] | undefined;
|
9137
|
-
color?: {
|
9138
|
-
value: {
|
9139
|
-
swatchId: string;
|
9140
|
-
alpha: number;
|
9141
|
-
};
|
9142
|
-
deviceId: string;
|
9143
|
-
}[] | undefined;
|
9144
|
-
textStyle?: {
|
9145
|
-
value: {
|
9146
|
-
textTransform: "uppercase"[];
|
9147
|
-
fontStyle: "italic"[];
|
9148
|
-
fontFamily?: string | null | undefined;
|
9149
|
-
letterSpacing?: number | null | undefined;
|
9150
|
-
fontSize?: {
|
9151
|
-
value: number;
|
9152
|
-
unit: "px";
|
9153
|
-
} | null | undefined;
|
9154
|
-
fontWeight?: number | null | undefined;
|
9155
|
-
};
|
9156
|
-
deviceId: string;
|
9157
|
-
}[] | undefined;
|
9158
9158
|
};
|
9159
9159
|
}>]>, "many">, z.ZodObject<{
|
9160
9160
|
"@@makeswift/type": z.ZodLiteral<"prop-controllers::navigation-links::v1">;
|
@@ -9491,6 +9491,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9491
9491
|
}>, "many">>;
|
9492
9492
|
}, "strip", z.ZodTypeAny, {
|
9493
9493
|
label: string;
|
9494
|
+
shape?: {
|
9495
|
+
value: "pill" | "rounded" | "square";
|
9496
|
+
deviceId: string;
|
9497
|
+
}[] | undefined;
|
9494
9498
|
link?: {
|
9495
9499
|
type: "OPEN_PAGE";
|
9496
9500
|
payload: {
|
@@ -9525,26 +9529,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9525
9529
|
block: "start" | "center" | "end" | "nearest";
|
9526
9530
|
};
|
9527
9531
|
} | undefined;
|
9528
|
-
|
9529
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
9530
|
-
deviceId: string;
|
9531
|
-
}[] | undefined;
|
9532
|
-
shape?: {
|
9533
|
-
value: "pill" | "rounded" | "square";
|
9534
|
-
deviceId: string;
|
9535
|
-
}[] | undefined;
|
9536
|
-
size?: {
|
9537
|
-
value: "small" | "medium" | "large";
|
9538
|
-
deviceId: string;
|
9539
|
-
}[] | undefined;
|
9540
|
-
textColor?: {
|
9532
|
+
color?: {
|
9541
9533
|
value: {
|
9542
9534
|
swatchId: string;
|
9543
9535
|
alpha: number;
|
9544
9536
|
};
|
9545
9537
|
deviceId: string;
|
9546
9538
|
}[] | undefined;
|
9547
|
-
|
9539
|
+
size?: {
|
9540
|
+
value: "small" | "medium" | "large";
|
9541
|
+
deviceId: string;
|
9542
|
+
}[] | undefined;
|
9543
|
+
variant?: {
|
9544
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
9545
|
+
deviceId: string;
|
9546
|
+
}[] | undefined;
|
9547
|
+
textColor?: {
|
9548
9548
|
value: {
|
9549
9549
|
swatchId: string;
|
9550
9550
|
alpha: number;
|
@@ -9567,6 +9567,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9567
9567
|
}[] | undefined;
|
9568
9568
|
}, {
|
9569
9569
|
label: string;
|
9570
|
+
shape?: {
|
9571
|
+
value: "pill" | "rounded" | "square";
|
9572
|
+
deviceId: string;
|
9573
|
+
}[] | undefined;
|
9570
9574
|
link?: {
|
9571
9575
|
type: "OPEN_PAGE";
|
9572
9576
|
payload: {
|
@@ -9601,26 +9605,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9601
9605
|
} | null | undefined;
|
9602
9606
|
};
|
9603
9607
|
} | undefined;
|
9604
|
-
|
9605
|
-
value:
|
9606
|
-
|
9607
|
-
|
9608
|
-
|
9609
|
-
value: "pill" | "rounded" | "square";
|
9608
|
+
color?: {
|
9609
|
+
value: {
|
9610
|
+
swatchId: string;
|
9611
|
+
alpha: number;
|
9612
|
+
};
|
9610
9613
|
deviceId: string;
|
9611
9614
|
}[] | undefined;
|
9612
9615
|
size?: {
|
9613
9616
|
value: "small" | "medium" | "large";
|
9614
9617
|
deviceId: string;
|
9615
9618
|
}[] | undefined;
|
9616
|
-
|
9617
|
-
value:
|
9618
|
-
swatchId: string;
|
9619
|
-
alpha: number;
|
9620
|
-
};
|
9619
|
+
variant?: {
|
9620
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
9621
9621
|
deviceId: string;
|
9622
9622
|
}[] | undefined;
|
9623
|
-
|
9623
|
+
textColor?: {
|
9624
9624
|
value: {
|
9625
9625
|
swatchId: string;
|
9626
9626
|
alpha: number;
|
@@ -9647,6 +9647,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9647
9647
|
id: string;
|
9648
9648
|
payload: {
|
9649
9649
|
label: string;
|
9650
|
+
shape?: {
|
9651
|
+
value: "pill" | "rounded" | "square";
|
9652
|
+
deviceId: string;
|
9653
|
+
}[] | undefined;
|
9650
9654
|
link?: {
|
9651
9655
|
type: "OPEN_PAGE";
|
9652
9656
|
payload: {
|
@@ -9681,26 +9685,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9681
9685
|
block: "start" | "center" | "end" | "nearest";
|
9682
9686
|
};
|
9683
9687
|
} | undefined;
|
9684
|
-
|
9685
|
-
value:
|
9686
|
-
|
9687
|
-
|
9688
|
-
|
9689
|
-
value: "pill" | "rounded" | "square";
|
9688
|
+
color?: {
|
9689
|
+
value: {
|
9690
|
+
swatchId: string;
|
9691
|
+
alpha: number;
|
9692
|
+
};
|
9690
9693
|
deviceId: string;
|
9691
9694
|
}[] | undefined;
|
9692
9695
|
size?: {
|
9693
9696
|
value: "small" | "medium" | "large";
|
9694
9697
|
deviceId: string;
|
9695
9698
|
}[] | undefined;
|
9696
|
-
|
9697
|
-
value:
|
9698
|
-
swatchId: string;
|
9699
|
-
alpha: number;
|
9700
|
-
};
|
9699
|
+
variant?: {
|
9700
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
9701
9701
|
deviceId: string;
|
9702
9702
|
}[] | undefined;
|
9703
|
-
|
9703
|
+
textColor?: {
|
9704
9704
|
value: {
|
9705
9705
|
swatchId: string;
|
9706
9706
|
alpha: number;
|
@@ -9727,6 +9727,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9727
9727
|
id: string;
|
9728
9728
|
payload: {
|
9729
9729
|
label: string;
|
9730
|
+
shape?: {
|
9731
|
+
value: "pill" | "rounded" | "square";
|
9732
|
+
deviceId: string;
|
9733
|
+
}[] | undefined;
|
9730
9734
|
link?: {
|
9731
9735
|
type: "OPEN_PAGE";
|
9732
9736
|
payload: {
|
@@ -9761,26 +9765,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
9761
9765
|
} | null | undefined;
|
9762
9766
|
};
|
9763
9767
|
} | undefined;
|
9764
|
-
|
9765
|
-
value:
|
9766
|
-
|
9767
|
-
|
9768
|
-
|
9769
|
-
value: "pill" | "rounded" | "square";
|
9768
|
+
color?: {
|
9769
|
+
value: {
|
9770
|
+
swatchId: string;
|
9771
|
+
alpha: number;
|
9772
|
+
};
|
9770
9773
|
deviceId: string;
|
9771
9774
|
}[] | undefined;
|
9772
9775
|
size?: {
|
9773
9776
|
value: "small" | "medium" | "large";
|
9774
9777
|
deviceId: string;
|
9775
9778
|
}[] | undefined;
|
9776
|
-
|
9777
|
-
value:
|
9778
|
-
swatchId: string;
|
9779
|
-
alpha: number;
|
9780
|
-
};
|
9779
|
+
variant?: {
|
9780
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
9781
9781
|
deviceId: string;
|
9782
9782
|
}[] | undefined;
|
9783
|
-
|
9783
|
+
textColor?: {
|
9784
9784
|
value: {
|
9785
9785
|
swatchId: string;
|
9786
9786
|
alpha: number;
|
@@ -10487,6 +10487,46 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10487
10487
|
}>, "many">>;
|
10488
10488
|
}, "strip", z.ZodTypeAny, {
|
10489
10489
|
label: string;
|
10490
|
+
shape?: {
|
10491
|
+
value: "pill" | "rounded" | "square";
|
10492
|
+
deviceId: string;
|
10493
|
+
}[] | undefined;
|
10494
|
+
color?: {
|
10495
|
+
value: {
|
10496
|
+
swatchId: string;
|
10497
|
+
alpha: number;
|
10498
|
+
};
|
10499
|
+
deviceId: string;
|
10500
|
+
}[] | undefined;
|
10501
|
+
size?: {
|
10502
|
+
value: "small" | "medium" | "large";
|
10503
|
+
deviceId: string;
|
10504
|
+
}[] | undefined;
|
10505
|
+
variant?: {
|
10506
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
10507
|
+
deviceId: string;
|
10508
|
+
}[] | undefined;
|
10509
|
+
textColor?: {
|
10510
|
+
value: {
|
10511
|
+
swatchId: string;
|
10512
|
+
alpha: number;
|
10513
|
+
};
|
10514
|
+
deviceId: string;
|
10515
|
+
}[] | undefined;
|
10516
|
+
textStyle?: {
|
10517
|
+
value: {
|
10518
|
+
letterSpacing: number | null | undefined;
|
10519
|
+
fontSize: {
|
10520
|
+
value: number;
|
10521
|
+
unit: "px";
|
10522
|
+
} | null | undefined;
|
10523
|
+
fontWeight: number | null | undefined;
|
10524
|
+
textTransform: "uppercase"[];
|
10525
|
+
fontStyle: "italic"[];
|
10526
|
+
fontFamily?: string | null | undefined;
|
10527
|
+
};
|
10528
|
+
deviceId: string;
|
10529
|
+
}[] | undefined;
|
10490
10530
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10491
10531
|
links?: {
|
10492
10532
|
id: string;
|
@@ -10549,26 +10589,28 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10549
10589
|
}[] | undefined;
|
10550
10590
|
};
|
10551
10591
|
}[] | undefined;
|
10552
|
-
|
10553
|
-
|
10554
|
-
deviceId: string;
|
10555
|
-
}[] | undefined;
|
10592
|
+
}, {
|
10593
|
+
label: string;
|
10556
10594
|
shape?: {
|
10557
10595
|
value: "pill" | "rounded" | "square";
|
10558
10596
|
deviceId: string;
|
10559
10597
|
}[] | undefined;
|
10560
|
-
|
10561
|
-
value: "small" | "medium" | "large";
|
10562
|
-
deviceId: string;
|
10563
|
-
}[] | undefined;
|
10564
|
-
textColor?: {
|
10598
|
+
color?: {
|
10565
10599
|
value: {
|
10566
10600
|
swatchId: string;
|
10567
10601
|
alpha: number;
|
10568
10602
|
};
|
10569
10603
|
deviceId: string;
|
10570
10604
|
}[] | undefined;
|
10571
|
-
|
10605
|
+
size?: {
|
10606
|
+
value: "small" | "medium" | "large";
|
10607
|
+
deviceId: string;
|
10608
|
+
}[] | undefined;
|
10609
|
+
variant?: {
|
10610
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
10611
|
+
deviceId: string;
|
10612
|
+
}[] | undefined;
|
10613
|
+
textColor?: {
|
10572
10614
|
value: {
|
10573
10615
|
swatchId: string;
|
10574
10616
|
alpha: number;
|
@@ -10577,20 +10619,18 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10577
10619
|
}[] | undefined;
|
10578
10620
|
textStyle?: {
|
10579
10621
|
value: {
|
10580
|
-
letterSpacing: number | null | undefined;
|
10581
|
-
fontSize: {
|
10582
|
-
value: number;
|
10583
|
-
unit: "px";
|
10584
|
-
} | null | undefined;
|
10585
|
-
fontWeight: number | null | undefined;
|
10586
10622
|
textTransform: "uppercase"[];
|
10587
10623
|
fontStyle: "italic"[];
|
10588
10624
|
fontFamily?: string | null | undefined;
|
10625
|
+
letterSpacing?: number | null | undefined;
|
10626
|
+
fontSize?: {
|
10627
|
+
value: number;
|
10628
|
+
unit: "px";
|
10629
|
+
} | null | undefined;
|
10630
|
+
fontWeight?: number | null | undefined;
|
10589
10631
|
};
|
10590
10632
|
deviceId: string;
|
10591
10633
|
}[] | undefined;
|
10592
|
-
}, {
|
10593
|
-
label: string;
|
10594
10634
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10595
10635
|
links?: {
|
10596
10636
|
id: string;
|
@@ -10653,26 +10693,32 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10653
10693
|
}[] | undefined;
|
10654
10694
|
};
|
10655
10695
|
}[] | undefined;
|
10656
|
-
|
10657
|
-
|
10658
|
-
|
10659
|
-
|
10696
|
+
}>;
|
10697
|
+
}, "strip", z.ZodTypeAny, {
|
10698
|
+
type: "dropdown";
|
10699
|
+
id: string;
|
10700
|
+
payload: {
|
10701
|
+
label: string;
|
10660
10702
|
shape?: {
|
10661
10703
|
value: "pill" | "rounded" | "square";
|
10662
10704
|
deviceId: string;
|
10663
10705
|
}[] | undefined;
|
10664
|
-
|
10665
|
-
value: "small" | "medium" | "large";
|
10666
|
-
deviceId: string;
|
10667
|
-
}[] | undefined;
|
10668
|
-
textColor?: {
|
10706
|
+
color?: {
|
10669
10707
|
value: {
|
10670
10708
|
swatchId: string;
|
10671
10709
|
alpha: number;
|
10672
10710
|
};
|
10673
10711
|
deviceId: string;
|
10674
10712
|
}[] | undefined;
|
10675
|
-
|
10713
|
+
size?: {
|
10714
|
+
value: "small" | "medium" | "large";
|
10715
|
+
deviceId: string;
|
10716
|
+
}[] | undefined;
|
10717
|
+
variant?: {
|
10718
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
10719
|
+
deviceId: string;
|
10720
|
+
}[] | undefined;
|
10721
|
+
textColor?: {
|
10676
10722
|
value: {
|
10677
10723
|
swatchId: string;
|
10678
10724
|
alpha: number;
|
@@ -10681,24 +10727,18 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10681
10727
|
}[] | undefined;
|
10682
10728
|
textStyle?: {
|
10683
10729
|
value: {
|
10684
|
-
|
10685
|
-
|
10686
|
-
fontFamily?: string | null | undefined;
|
10687
|
-
letterSpacing?: number | null | undefined;
|
10688
|
-
fontSize?: {
|
10730
|
+
letterSpacing: number | null | undefined;
|
10731
|
+
fontSize: {
|
10689
10732
|
value: number;
|
10690
10733
|
unit: "px";
|
10691
10734
|
} | null | undefined;
|
10692
|
-
fontWeight
|
10735
|
+
fontWeight: number | null | undefined;
|
10736
|
+
textTransform: "uppercase"[];
|
10737
|
+
fontStyle: "italic"[];
|
10738
|
+
fontFamily?: string | null | undefined;
|
10693
10739
|
};
|
10694
10740
|
deviceId: string;
|
10695
10741
|
}[] | undefined;
|
10696
|
-
}>;
|
10697
|
-
}, "strip", z.ZodTypeAny, {
|
10698
|
-
type: "dropdown";
|
10699
|
-
id: string;
|
10700
|
-
payload: {
|
10701
|
-
label: string;
|
10702
10742
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10703
10743
|
links?: {
|
10704
10744
|
id: string;
|
@@ -10761,26 +10801,32 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10761
10801
|
}[] | undefined;
|
10762
10802
|
};
|
10763
10803
|
}[] | undefined;
|
10764
|
-
|
10765
|
-
|
10766
|
-
|
10767
|
-
|
10804
|
+
};
|
10805
|
+
}, {
|
10806
|
+
type: "dropdown";
|
10807
|
+
id: string;
|
10808
|
+
payload: {
|
10809
|
+
label: string;
|
10768
10810
|
shape?: {
|
10769
10811
|
value: "pill" | "rounded" | "square";
|
10770
10812
|
deviceId: string;
|
10771
10813
|
}[] | undefined;
|
10772
|
-
|
10773
|
-
value: "small" | "medium" | "large";
|
10774
|
-
deviceId: string;
|
10775
|
-
}[] | undefined;
|
10776
|
-
textColor?: {
|
10814
|
+
color?: {
|
10777
10815
|
value: {
|
10778
10816
|
swatchId: string;
|
10779
10817
|
alpha: number;
|
10780
10818
|
};
|
10781
10819
|
deviceId: string;
|
10782
10820
|
}[] | undefined;
|
10783
|
-
|
10821
|
+
size?: {
|
10822
|
+
value: "small" | "medium" | "large";
|
10823
|
+
deviceId: string;
|
10824
|
+
}[] | undefined;
|
10825
|
+
variant?: {
|
10826
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
10827
|
+
deviceId: string;
|
10828
|
+
}[] | undefined;
|
10829
|
+
textColor?: {
|
10784
10830
|
value: {
|
10785
10831
|
swatchId: string;
|
10786
10832
|
alpha: number;
|
@@ -10789,24 +10835,18 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10789
10835
|
}[] | undefined;
|
10790
10836
|
textStyle?: {
|
10791
10837
|
value: {
|
10792
|
-
letterSpacing: number | null | undefined;
|
10793
|
-
fontSize: {
|
10794
|
-
value: number;
|
10795
|
-
unit: "px";
|
10796
|
-
} | null | undefined;
|
10797
|
-
fontWeight: number | null | undefined;
|
10798
10838
|
textTransform: "uppercase"[];
|
10799
10839
|
fontStyle: "italic"[];
|
10800
10840
|
fontFamily?: string | null | undefined;
|
10841
|
+
letterSpacing?: number | null | undefined;
|
10842
|
+
fontSize?: {
|
10843
|
+
value: number;
|
10844
|
+
unit: "px";
|
10845
|
+
} | null | undefined;
|
10846
|
+
fontWeight?: number | null | undefined;
|
10801
10847
|
};
|
10802
10848
|
deviceId: string;
|
10803
10849
|
}[] | undefined;
|
10804
|
-
};
|
10805
|
-
}, {
|
10806
|
-
type: "dropdown";
|
10807
|
-
id: string;
|
10808
|
-
payload: {
|
10809
|
-
label: string;
|
10810
10850
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
10811
10851
|
links?: {
|
10812
10852
|
id: string;
|
@@ -10869,46 +10909,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10869
10909
|
}[] | undefined;
|
10870
10910
|
};
|
10871
10911
|
}[] | undefined;
|
10872
|
-
variant?: {
|
10873
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
10874
|
-
deviceId: string;
|
10875
|
-
}[] | undefined;
|
10876
|
-
shape?: {
|
10877
|
-
value: "pill" | "rounded" | "square";
|
10878
|
-
deviceId: string;
|
10879
|
-
}[] | undefined;
|
10880
|
-
size?: {
|
10881
|
-
value: "small" | "medium" | "large";
|
10882
|
-
deviceId: string;
|
10883
|
-
}[] | undefined;
|
10884
|
-
textColor?: {
|
10885
|
-
value: {
|
10886
|
-
swatchId: string;
|
10887
|
-
alpha: number;
|
10888
|
-
};
|
10889
|
-
deviceId: string;
|
10890
|
-
}[] | undefined;
|
10891
|
-
color?: {
|
10892
|
-
value: {
|
10893
|
-
swatchId: string;
|
10894
|
-
alpha: number;
|
10895
|
-
};
|
10896
|
-
deviceId: string;
|
10897
|
-
}[] | undefined;
|
10898
|
-
textStyle?: {
|
10899
|
-
value: {
|
10900
|
-
textTransform: "uppercase"[];
|
10901
|
-
fontStyle: "italic"[];
|
10902
|
-
fontFamily?: string | null | undefined;
|
10903
|
-
letterSpacing?: number | null | undefined;
|
10904
|
-
fontSize?: {
|
10905
|
-
value: number;
|
10906
|
-
unit: "px";
|
10907
|
-
} | null | undefined;
|
10908
|
-
fontWeight?: number | null | undefined;
|
10909
|
-
};
|
10910
|
-
deviceId: string;
|
10911
|
-
}[] | undefined;
|
10912
10912
|
};
|
10913
10913
|
}>]>, "many">;
|
10914
10914
|
}, "strip", z.ZodTypeAny, {
|
@@ -10917,6 +10917,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10917
10917
|
id: string;
|
10918
10918
|
payload: {
|
10919
10919
|
label: string;
|
10920
|
+
shape?: {
|
10921
|
+
value: "pill" | "rounded" | "square";
|
10922
|
+
deviceId: string;
|
10923
|
+
}[] | undefined;
|
10920
10924
|
link?: {
|
10921
10925
|
type: "OPEN_PAGE";
|
10922
10926
|
payload: {
|
@@ -10951,26 +10955,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10951
10955
|
block: "start" | "center" | "end" | "nearest";
|
10952
10956
|
};
|
10953
10957
|
} | undefined;
|
10954
|
-
|
10955
|
-
value:
|
10956
|
-
|
10957
|
-
|
10958
|
-
|
10959
|
-
value: "pill" | "rounded" | "square";
|
10958
|
+
color?: {
|
10959
|
+
value: {
|
10960
|
+
swatchId: string;
|
10961
|
+
alpha: number;
|
10962
|
+
};
|
10960
10963
|
deviceId: string;
|
10961
10964
|
}[] | undefined;
|
10962
10965
|
size?: {
|
10963
10966
|
value: "small" | "medium" | "large";
|
10964
10967
|
deviceId: string;
|
10965
10968
|
}[] | undefined;
|
10966
|
-
|
10967
|
-
value:
|
10968
|
-
swatchId: string;
|
10969
|
-
alpha: number;
|
10970
|
-
};
|
10969
|
+
variant?: {
|
10970
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
10971
10971
|
deviceId: string;
|
10972
10972
|
}[] | undefined;
|
10973
|
-
|
10973
|
+
textColor?: {
|
10974
10974
|
value: {
|
10975
10975
|
swatchId: string;
|
10976
10976
|
alpha: number;
|
@@ -10997,6 +10997,46 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
10997
10997
|
id: string;
|
10998
10998
|
payload: {
|
10999
10999
|
label: string;
|
11000
|
+
shape?: {
|
11001
|
+
value: "pill" | "rounded" | "square";
|
11002
|
+
deviceId: string;
|
11003
|
+
}[] | undefined;
|
11004
|
+
color?: {
|
11005
|
+
value: {
|
11006
|
+
swatchId: string;
|
11007
|
+
alpha: number;
|
11008
|
+
};
|
11009
|
+
deviceId: string;
|
11010
|
+
}[] | undefined;
|
11011
|
+
size?: {
|
11012
|
+
value: "small" | "medium" | "large";
|
11013
|
+
deviceId: string;
|
11014
|
+
}[] | undefined;
|
11015
|
+
variant?: {
|
11016
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
11017
|
+
deviceId: string;
|
11018
|
+
}[] | undefined;
|
11019
|
+
textColor?: {
|
11020
|
+
value: {
|
11021
|
+
swatchId: string;
|
11022
|
+
alpha: number;
|
11023
|
+
};
|
11024
|
+
deviceId: string;
|
11025
|
+
}[] | undefined;
|
11026
|
+
textStyle?: {
|
11027
|
+
value: {
|
11028
|
+
letterSpacing: number | null | undefined;
|
11029
|
+
fontSize: {
|
11030
|
+
value: number;
|
11031
|
+
unit: "px";
|
11032
|
+
} | null | undefined;
|
11033
|
+
fontWeight: number | null | undefined;
|
11034
|
+
textTransform: "uppercase"[];
|
11035
|
+
fontStyle: "italic"[];
|
11036
|
+
fontFamily?: string | null | undefined;
|
11037
|
+
};
|
11038
|
+
deviceId: string;
|
11039
|
+
}[] | undefined;
|
11000
11040
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
11001
11041
|
links?: {
|
11002
11042
|
id: string;
|
@@ -11059,46 +11099,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11059
11099
|
}[] | undefined;
|
11060
11100
|
};
|
11061
11101
|
}[] | undefined;
|
11062
|
-
variant?: {
|
11063
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
11064
|
-
deviceId: string;
|
11065
|
-
}[] | undefined;
|
11066
|
-
shape?: {
|
11067
|
-
value: "pill" | "rounded" | "square";
|
11068
|
-
deviceId: string;
|
11069
|
-
}[] | undefined;
|
11070
|
-
size?: {
|
11071
|
-
value: "small" | "medium" | "large";
|
11072
|
-
deviceId: string;
|
11073
|
-
}[] | undefined;
|
11074
|
-
textColor?: {
|
11075
|
-
value: {
|
11076
|
-
swatchId: string;
|
11077
|
-
alpha: number;
|
11078
|
-
};
|
11079
|
-
deviceId: string;
|
11080
|
-
}[] | undefined;
|
11081
|
-
color?: {
|
11082
|
-
value: {
|
11083
|
-
swatchId: string;
|
11084
|
-
alpha: number;
|
11085
|
-
};
|
11086
|
-
deviceId: string;
|
11087
|
-
}[] | undefined;
|
11088
|
-
textStyle?: {
|
11089
|
-
value: {
|
11090
|
-
letterSpacing: number | null | undefined;
|
11091
|
-
fontSize: {
|
11092
|
-
value: number;
|
11093
|
-
unit: "px";
|
11094
|
-
} | null | undefined;
|
11095
|
-
fontWeight: number | null | undefined;
|
11096
|
-
textTransform: "uppercase"[];
|
11097
|
-
fontStyle: "italic"[];
|
11098
|
-
fontFamily?: string | null | undefined;
|
11099
|
-
};
|
11100
|
-
deviceId: string;
|
11101
|
-
}[] | undefined;
|
11102
11102
|
};
|
11103
11103
|
})[];
|
11104
11104
|
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|
@@ -11108,6 +11108,10 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11108
11108
|
id: string;
|
11109
11109
|
payload: {
|
11110
11110
|
label: string;
|
11111
|
+
shape?: {
|
11112
|
+
value: "pill" | "rounded" | "square";
|
11113
|
+
deviceId: string;
|
11114
|
+
}[] | undefined;
|
11111
11115
|
link?: {
|
11112
11116
|
type: "OPEN_PAGE";
|
11113
11117
|
payload: {
|
@@ -11142,26 +11146,22 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11142
11146
|
} | null | undefined;
|
11143
11147
|
};
|
11144
11148
|
} | undefined;
|
11145
|
-
|
11146
|
-
value:
|
11147
|
-
|
11148
|
-
|
11149
|
-
|
11150
|
-
value: "pill" | "rounded" | "square";
|
11149
|
+
color?: {
|
11150
|
+
value: {
|
11151
|
+
swatchId: string;
|
11152
|
+
alpha: number;
|
11153
|
+
};
|
11151
11154
|
deviceId: string;
|
11152
11155
|
}[] | undefined;
|
11153
11156
|
size?: {
|
11154
11157
|
value: "small" | "medium" | "large";
|
11155
11158
|
deviceId: string;
|
11156
11159
|
}[] | undefined;
|
11157
|
-
|
11158
|
-
value:
|
11159
|
-
swatchId: string;
|
11160
|
-
alpha: number;
|
11161
|
-
};
|
11160
|
+
variant?: {
|
11161
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
11162
11162
|
deviceId: string;
|
11163
11163
|
}[] | undefined;
|
11164
|
-
|
11164
|
+
textColor?: {
|
11165
11165
|
value: {
|
11166
11166
|
swatchId: string;
|
11167
11167
|
alpha: number;
|
@@ -11188,6 +11188,46 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11188
11188
|
id: string;
|
11189
11189
|
payload: {
|
11190
11190
|
label: string;
|
11191
|
+
shape?: {
|
11192
|
+
value: "pill" | "rounded" | "square";
|
11193
|
+
deviceId: string;
|
11194
|
+
}[] | undefined;
|
11195
|
+
color?: {
|
11196
|
+
value: {
|
11197
|
+
swatchId: string;
|
11198
|
+
alpha: number;
|
11199
|
+
};
|
11200
|
+
deviceId: string;
|
11201
|
+
}[] | undefined;
|
11202
|
+
size?: {
|
11203
|
+
value: "small" | "medium" | "large";
|
11204
|
+
deviceId: string;
|
11205
|
+
}[] | undefined;
|
11206
|
+
variant?: {
|
11207
|
+
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
11208
|
+
deviceId: string;
|
11209
|
+
}[] | undefined;
|
11210
|
+
textColor?: {
|
11211
|
+
value: {
|
11212
|
+
swatchId: string;
|
11213
|
+
alpha: number;
|
11214
|
+
};
|
11215
|
+
deviceId: string;
|
11216
|
+
}[] | undefined;
|
11217
|
+
textStyle?: {
|
11218
|
+
value: {
|
11219
|
+
textTransform: "uppercase"[];
|
11220
|
+
fontStyle: "italic"[];
|
11221
|
+
fontFamily?: string | null | undefined;
|
11222
|
+
letterSpacing?: number | null | undefined;
|
11223
|
+
fontSize?: {
|
11224
|
+
value: number;
|
11225
|
+
unit: "px";
|
11226
|
+
} | null | undefined;
|
11227
|
+
fontWeight?: number | null | undefined;
|
11228
|
+
};
|
11229
|
+
deviceId: string;
|
11230
|
+
}[] | undefined;
|
11191
11231
|
caret?: "caret" | "plus" | "arrow-down" | "chevron-down" | undefined;
|
11192
11232
|
links?: {
|
11193
11233
|
id: string;
|
@@ -11250,46 +11290,6 @@ export declare const navigationLinksPropControllerDataSchema: z.ZodUnion<[z.ZodA
|
|
11250
11290
|
}[] | undefined;
|
11251
11291
|
};
|
11252
11292
|
}[] | undefined;
|
11253
|
-
variant?: {
|
11254
|
-
value: "flat" | "outline" | "shadow" | "clear" | "blocky" | "bubbly" | "skewed";
|
11255
|
-
deviceId: string;
|
11256
|
-
}[] | undefined;
|
11257
|
-
shape?: {
|
11258
|
-
value: "pill" | "rounded" | "square";
|
11259
|
-
deviceId: string;
|
11260
|
-
}[] | undefined;
|
11261
|
-
size?: {
|
11262
|
-
value: "small" | "medium" | "large";
|
11263
|
-
deviceId: string;
|
11264
|
-
}[] | undefined;
|
11265
|
-
textColor?: {
|
11266
|
-
value: {
|
11267
|
-
swatchId: string;
|
11268
|
-
alpha: number;
|
11269
|
-
};
|
11270
|
-
deviceId: string;
|
11271
|
-
}[] | undefined;
|
11272
|
-
color?: {
|
11273
|
-
value: {
|
11274
|
-
swatchId: string;
|
11275
|
-
alpha: number;
|
11276
|
-
};
|
11277
|
-
deviceId: string;
|
11278
|
-
}[] | undefined;
|
11279
|
-
textStyle?: {
|
11280
|
-
value: {
|
11281
|
-
textTransform: "uppercase"[];
|
11282
|
-
fontStyle: "italic"[];
|
11283
|
-
fontFamily?: string | null | undefined;
|
11284
|
-
letterSpacing?: number | null | undefined;
|
11285
|
-
fontSize?: {
|
11286
|
-
value: number;
|
11287
|
-
unit: "px";
|
11288
|
-
} | null | undefined;
|
11289
|
-
fontWeight?: number | null | undefined;
|
11290
|
-
};
|
11291
|
-
deviceId: string;
|
11292
|
-
}[] | undefined;
|
11293
11293
|
};
|
11294
11294
|
})[];
|
11295
11295
|
"@@makeswift/type": "prop-controllers::navigation-links::v1";
|