@syntrologie/adapt-nav 2.37.0 → 2.37.2
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/ContactCardLit.d.ts +12 -1
- package/dist/ContactCardLit.d.ts.map +1 -1
- package/dist/cdn.d.ts.map +1 -1
- package/dist/cdn.js +1 -1
- package/dist/{chunk-7EYZLIUR.js → chunk-PL5PAEBH.js} +158 -24
- package/dist/chunk-PL5PAEBH.js.map +7 -0
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +1 -1
- package/dist/schema.d.ts +86 -86
- package/package.json +1 -1
- package/dist/chunk-7EYZLIUR.js.map +0 -7
package/dist/schema.d.ts
CHANGED
|
@@ -37,9 +37,9 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
37
37
|
/** Category for grouping */
|
|
38
38
|
category: z.ZodOptional<z.ZodString>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
title: string;
|
|
41
|
-
id: string;
|
|
42
40
|
external: boolean;
|
|
41
|
+
id: string;
|
|
42
|
+
title: string;
|
|
43
43
|
description: string;
|
|
44
44
|
href?: string | undefined;
|
|
45
45
|
icon?: string | undefined;
|
|
@@ -49,8 +49,8 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
49
49
|
} | undefined;
|
|
50
50
|
category?: string | undefined;
|
|
51
51
|
}, {
|
|
52
|
-
title: string;
|
|
53
52
|
id: string;
|
|
53
|
+
title: string;
|
|
54
54
|
description: string;
|
|
55
55
|
href?: string | undefined;
|
|
56
56
|
external?: boolean | undefined;
|
|
@@ -585,9 +585,9 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
585
585
|
}, "strip", z.ZodTypeAny, {
|
|
586
586
|
kind: "nav:tip";
|
|
587
587
|
config: {
|
|
588
|
-
title: string;
|
|
589
|
-
id: string;
|
|
590
588
|
external: boolean;
|
|
589
|
+
id: string;
|
|
590
|
+
title: string;
|
|
591
591
|
description: string;
|
|
592
592
|
href?: string | undefined;
|
|
593
593
|
icon?: string | undefined;
|
|
@@ -597,8 +597,8 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
597
597
|
} | undefined;
|
|
598
598
|
category?: string | undefined;
|
|
599
599
|
};
|
|
600
|
-
title?: string | undefined;
|
|
601
600
|
id?: string | undefined;
|
|
601
|
+
title?: string | undefined;
|
|
602
602
|
description?: string | undefined;
|
|
603
603
|
triggerWhen?: {
|
|
604
604
|
type: "rules";
|
|
@@ -694,8 +694,8 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
694
694
|
}, {
|
|
695
695
|
kind: "nav:tip";
|
|
696
696
|
config: {
|
|
697
|
-
title: string;
|
|
698
697
|
id: string;
|
|
698
|
+
title: string;
|
|
699
699
|
description: string;
|
|
700
700
|
href?: string | undefined;
|
|
701
701
|
external?: boolean | undefined;
|
|
@@ -706,8 +706,8 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
706
706
|
} | undefined;
|
|
707
707
|
category?: string | undefined;
|
|
708
708
|
};
|
|
709
|
-
title?: string | undefined;
|
|
710
709
|
id?: string | undefined;
|
|
710
|
+
title?: string | undefined;
|
|
711
711
|
description?: string | undefined;
|
|
712
712
|
triggerWhen?: {
|
|
713
713
|
type: "rules";
|
|
@@ -803,9 +803,9 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
803
803
|
}>, {
|
|
804
804
|
kind: "nav:tip";
|
|
805
805
|
config: {
|
|
806
|
-
title: string;
|
|
807
|
-
id: string;
|
|
808
806
|
external: boolean;
|
|
807
|
+
id: string;
|
|
808
|
+
title: string;
|
|
809
809
|
description: string;
|
|
810
810
|
href?: string | undefined;
|
|
811
811
|
icon?: string | undefined;
|
|
@@ -815,8 +815,8 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
815
815
|
} | undefined;
|
|
816
816
|
category?: string | undefined;
|
|
817
817
|
};
|
|
818
|
-
title?: string | undefined;
|
|
819
818
|
id?: string | undefined;
|
|
819
|
+
title?: string | undefined;
|
|
820
820
|
description?: string | undefined;
|
|
821
821
|
triggerWhen?: {
|
|
822
822
|
type: "rules";
|
|
@@ -912,8 +912,8 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
912
912
|
}, {
|
|
913
913
|
kind: "nav:tip";
|
|
914
914
|
config: {
|
|
915
|
-
title: string;
|
|
916
915
|
id: string;
|
|
916
|
+
title: string;
|
|
917
917
|
description: string;
|
|
918
918
|
href?: string | undefined;
|
|
919
919
|
external?: boolean | undefined;
|
|
@@ -924,8 +924,8 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
924
924
|
} | undefined;
|
|
925
925
|
category?: string | undefined;
|
|
926
926
|
};
|
|
927
|
-
title?: string | undefined;
|
|
928
927
|
id?: string | undefined;
|
|
928
|
+
title?: string | undefined;
|
|
929
929
|
description?: string | undefined;
|
|
930
930
|
triggerWhen?: {
|
|
931
931
|
type: "rules";
|
|
@@ -1050,9 +1050,9 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1050
1050
|
/** Category for grouping */
|
|
1051
1051
|
category: z.ZodOptional<z.ZodString>;
|
|
1052
1052
|
}, "strip", z.ZodTypeAny, {
|
|
1053
|
-
title: string;
|
|
1054
|
-
id: string;
|
|
1055
1053
|
external: boolean;
|
|
1054
|
+
id: string;
|
|
1055
|
+
title: string;
|
|
1056
1056
|
description: string;
|
|
1057
1057
|
href?: string | undefined;
|
|
1058
1058
|
icon?: string | undefined;
|
|
@@ -1062,8 +1062,8 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1062
1062
|
} | undefined;
|
|
1063
1063
|
category?: string | undefined;
|
|
1064
1064
|
}, {
|
|
1065
|
-
title: string;
|
|
1066
1065
|
id: string;
|
|
1066
|
+
title: string;
|
|
1067
1067
|
description: string;
|
|
1068
1068
|
href?: string | undefined;
|
|
1069
1069
|
external?: boolean | undefined;
|
|
@@ -1598,9 +1598,9 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1598
1598
|
}, "strip", z.ZodTypeAny, {
|
|
1599
1599
|
kind: "nav:tip";
|
|
1600
1600
|
config: {
|
|
1601
|
-
title: string;
|
|
1602
|
-
id: string;
|
|
1603
1601
|
external: boolean;
|
|
1602
|
+
id: string;
|
|
1603
|
+
title: string;
|
|
1604
1604
|
description: string;
|
|
1605
1605
|
href?: string | undefined;
|
|
1606
1606
|
icon?: string | undefined;
|
|
@@ -1610,8 +1610,8 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1610
1610
|
} | undefined;
|
|
1611
1611
|
category?: string | undefined;
|
|
1612
1612
|
};
|
|
1613
|
-
title?: string | undefined;
|
|
1614
1613
|
id?: string | undefined;
|
|
1614
|
+
title?: string | undefined;
|
|
1615
1615
|
description?: string | undefined;
|
|
1616
1616
|
triggerWhen?: {
|
|
1617
1617
|
type: "rules";
|
|
@@ -1707,8 +1707,8 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1707
1707
|
}, {
|
|
1708
1708
|
kind: "nav:tip";
|
|
1709
1709
|
config: {
|
|
1710
|
-
title: string;
|
|
1711
1710
|
id: string;
|
|
1711
|
+
title: string;
|
|
1712
1712
|
description: string;
|
|
1713
1713
|
href?: string | undefined;
|
|
1714
1714
|
external?: boolean | undefined;
|
|
@@ -1719,8 +1719,8 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1719
1719
|
} | undefined;
|
|
1720
1720
|
category?: string | undefined;
|
|
1721
1721
|
};
|
|
1722
|
-
title?: string | undefined;
|
|
1723
1722
|
id?: string | undefined;
|
|
1723
|
+
title?: string | undefined;
|
|
1724
1724
|
description?: string | undefined;
|
|
1725
1725
|
triggerWhen?: {
|
|
1726
1726
|
type: "rules";
|
|
@@ -1816,9 +1816,9 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1816
1816
|
}>, {
|
|
1817
1817
|
kind: "nav:tip";
|
|
1818
1818
|
config: {
|
|
1819
|
-
title: string;
|
|
1820
|
-
id: string;
|
|
1821
1819
|
external: boolean;
|
|
1820
|
+
id: string;
|
|
1821
|
+
title: string;
|
|
1822
1822
|
description: string;
|
|
1823
1823
|
href?: string | undefined;
|
|
1824
1824
|
icon?: string | undefined;
|
|
@@ -1828,8 +1828,8 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1828
1828
|
} | undefined;
|
|
1829
1829
|
category?: string | undefined;
|
|
1830
1830
|
};
|
|
1831
|
-
title?: string | undefined;
|
|
1832
1831
|
id?: string | undefined;
|
|
1832
|
+
title?: string | undefined;
|
|
1833
1833
|
description?: string | undefined;
|
|
1834
1834
|
triggerWhen?: {
|
|
1835
1835
|
type: "rules";
|
|
@@ -1925,8 +1925,8 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1925
1925
|
}, {
|
|
1926
1926
|
kind: "nav:tip";
|
|
1927
1927
|
config: {
|
|
1928
|
-
title: string;
|
|
1929
1928
|
id: string;
|
|
1929
|
+
title: string;
|
|
1930
1930
|
description: string;
|
|
1931
1931
|
href?: string | undefined;
|
|
1932
1932
|
external?: boolean | undefined;
|
|
@@ -1937,8 +1937,8 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
category?: string | undefined;
|
|
1939
1939
|
};
|
|
1940
|
-
title?: string | undefined;
|
|
1941
1940
|
id?: string | undefined;
|
|
1941
|
+
title?: string | undefined;
|
|
1942
1942
|
description?: string | undefined;
|
|
1943
1943
|
triggerWhen?: {
|
|
1944
1944
|
type: "rules";
|
|
@@ -2073,9 +2073,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2073
2073
|
/** Category for grouping */
|
|
2074
2074
|
category: z.ZodOptional<z.ZodString>;
|
|
2075
2075
|
}, "strip", z.ZodTypeAny, {
|
|
2076
|
-
title: string;
|
|
2077
|
-
id: string;
|
|
2078
2076
|
external: boolean;
|
|
2077
|
+
id: string;
|
|
2078
|
+
title: string;
|
|
2079
2079
|
description: string;
|
|
2080
2080
|
href?: string | undefined;
|
|
2081
2081
|
icon?: string | undefined;
|
|
@@ -2085,8 +2085,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2085
2085
|
} | undefined;
|
|
2086
2086
|
category?: string | undefined;
|
|
2087
2087
|
}, {
|
|
2088
|
-
title: string;
|
|
2089
2088
|
id: string;
|
|
2089
|
+
title: string;
|
|
2090
2090
|
description: string;
|
|
2091
2091
|
href?: string | undefined;
|
|
2092
2092
|
external?: boolean | undefined;
|
|
@@ -2621,9 +2621,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2621
2621
|
}, "strip", z.ZodTypeAny, {
|
|
2622
2622
|
kind: "nav:tip";
|
|
2623
2623
|
config: {
|
|
2624
|
-
title: string;
|
|
2625
|
-
id: string;
|
|
2626
2624
|
external: boolean;
|
|
2625
|
+
id: string;
|
|
2626
|
+
title: string;
|
|
2627
2627
|
description: string;
|
|
2628
2628
|
href?: string | undefined;
|
|
2629
2629
|
icon?: string | undefined;
|
|
@@ -2633,8 +2633,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2633
2633
|
} | undefined;
|
|
2634
2634
|
category?: string | undefined;
|
|
2635
2635
|
};
|
|
2636
|
-
title?: string | undefined;
|
|
2637
2636
|
id?: string | undefined;
|
|
2637
|
+
title?: string | undefined;
|
|
2638
2638
|
description?: string | undefined;
|
|
2639
2639
|
triggerWhen?: {
|
|
2640
2640
|
type: "rules";
|
|
@@ -2730,8 +2730,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2730
2730
|
}, {
|
|
2731
2731
|
kind: "nav:tip";
|
|
2732
2732
|
config: {
|
|
2733
|
-
title: string;
|
|
2734
2733
|
id: string;
|
|
2734
|
+
title: string;
|
|
2735
2735
|
description: string;
|
|
2736
2736
|
href?: string | undefined;
|
|
2737
2737
|
external?: boolean | undefined;
|
|
@@ -2742,8 +2742,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2742
2742
|
} | undefined;
|
|
2743
2743
|
category?: string | undefined;
|
|
2744
2744
|
};
|
|
2745
|
-
title?: string | undefined;
|
|
2746
2745
|
id?: string | undefined;
|
|
2746
|
+
title?: string | undefined;
|
|
2747
2747
|
description?: string | undefined;
|
|
2748
2748
|
triggerWhen?: {
|
|
2749
2749
|
type: "rules";
|
|
@@ -2839,9 +2839,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2839
2839
|
}>, {
|
|
2840
2840
|
kind: "nav:tip";
|
|
2841
2841
|
config: {
|
|
2842
|
-
title: string;
|
|
2843
|
-
id: string;
|
|
2844
2842
|
external: boolean;
|
|
2843
|
+
id: string;
|
|
2844
|
+
title: string;
|
|
2845
2845
|
description: string;
|
|
2846
2846
|
href?: string | undefined;
|
|
2847
2847
|
icon?: string | undefined;
|
|
@@ -2851,8 +2851,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2851
2851
|
} | undefined;
|
|
2852
2852
|
category?: string | undefined;
|
|
2853
2853
|
};
|
|
2854
|
-
title?: string | undefined;
|
|
2855
2854
|
id?: string | undefined;
|
|
2855
|
+
title?: string | undefined;
|
|
2856
2856
|
description?: string | undefined;
|
|
2857
2857
|
triggerWhen?: {
|
|
2858
2858
|
type: "rules";
|
|
@@ -2948,8 +2948,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2948
2948
|
}, {
|
|
2949
2949
|
kind: "nav:tip";
|
|
2950
2950
|
config: {
|
|
2951
|
-
title: string;
|
|
2952
2951
|
id: string;
|
|
2952
|
+
title: string;
|
|
2953
2953
|
description: string;
|
|
2954
2954
|
href?: string | undefined;
|
|
2955
2955
|
external?: boolean | undefined;
|
|
@@ -2960,8 +2960,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2960
2960
|
} | undefined;
|
|
2961
2961
|
category?: string | undefined;
|
|
2962
2962
|
};
|
|
2963
|
-
title?: string | undefined;
|
|
2964
2963
|
id?: string | undefined;
|
|
2964
|
+
title?: string | undefined;
|
|
2965
2965
|
description?: string | undefined;
|
|
2966
2966
|
triggerWhen?: {
|
|
2967
2967
|
type: "rules";
|
|
@@ -3057,13 +3057,13 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3057
3057
|
}>, "many">>;
|
|
3058
3058
|
}, "strip", z.ZodTypeAny, {
|
|
3059
3059
|
expandBehavior: "single" | "multiple";
|
|
3060
|
-
theme: "
|
|
3060
|
+
theme: "light" | "dark" | "auto";
|
|
3061
3061
|
actions: {
|
|
3062
3062
|
kind: "nav:tip";
|
|
3063
3063
|
config: {
|
|
3064
|
-
title: string;
|
|
3065
|
-
id: string;
|
|
3066
3064
|
external: boolean;
|
|
3065
|
+
id: string;
|
|
3066
|
+
title: string;
|
|
3067
3067
|
description: string;
|
|
3068
3068
|
href?: string | undefined;
|
|
3069
3069
|
icon?: string | undefined;
|
|
@@ -3073,8 +3073,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3073
3073
|
} | undefined;
|
|
3074
3074
|
category?: string | undefined;
|
|
3075
3075
|
};
|
|
3076
|
-
title?: string | undefined;
|
|
3077
3076
|
id?: string | undefined;
|
|
3077
|
+
title?: string | undefined;
|
|
3078
3078
|
description?: string | undefined;
|
|
3079
3079
|
triggerWhen?: {
|
|
3080
3080
|
type: "rules";
|
|
@@ -3172,12 +3172,12 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3172
3172
|
}, {
|
|
3173
3173
|
title?: string | undefined;
|
|
3174
3174
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
3175
|
-
theme?: "
|
|
3175
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
3176
3176
|
actions?: {
|
|
3177
3177
|
kind: "nav:tip";
|
|
3178
3178
|
config: {
|
|
3179
|
-
title: string;
|
|
3180
3179
|
id: string;
|
|
3180
|
+
title: string;
|
|
3181
3181
|
description: string;
|
|
3182
3182
|
href?: string | undefined;
|
|
3183
3183
|
external?: boolean | undefined;
|
|
@@ -3188,8 +3188,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3188
3188
|
} | undefined;
|
|
3189
3189
|
category?: string | undefined;
|
|
3190
3190
|
};
|
|
3191
|
-
title?: string | undefined;
|
|
3192
3191
|
id?: string | undefined;
|
|
3192
|
+
title?: string | undefined;
|
|
3193
3193
|
description?: string | undefined;
|
|
3194
3194
|
triggerWhen?: {
|
|
3195
3195
|
type: "rules";
|
|
@@ -3341,8 +3341,8 @@ export declare const navigationTargetsSchema: z.ZodOptional<z.ZodArray<z.ZodObje
|
|
|
3341
3341
|
export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
3342
3342
|
kind: "nav:tip";
|
|
3343
3343
|
config: {
|
|
3344
|
-
title: string;
|
|
3345
3344
|
id: string;
|
|
3345
|
+
title: string;
|
|
3346
3346
|
description: string;
|
|
3347
3347
|
href?: string | undefined;
|
|
3348
3348
|
external?: boolean | undefined;
|
|
@@ -3353,8 +3353,8 @@ export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
|
3353
3353
|
} | undefined;
|
|
3354
3354
|
category?: string | undefined;
|
|
3355
3355
|
};
|
|
3356
|
-
title?: string | undefined;
|
|
3357
3356
|
id?: string | undefined;
|
|
3357
|
+
title?: string | undefined;
|
|
3358
3358
|
description?: string | undefined;
|
|
3359
3359
|
triggerWhen?: {
|
|
3360
3360
|
type: "rules";
|
|
@@ -3450,9 +3450,9 @@ export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
|
3450
3450
|
}, {
|
|
3451
3451
|
kind: "nav:tip";
|
|
3452
3452
|
config: {
|
|
3453
|
-
title: string;
|
|
3454
|
-
id: string;
|
|
3455
3453
|
external: boolean;
|
|
3454
|
+
id: string;
|
|
3455
|
+
title: string;
|
|
3456
3456
|
description: string;
|
|
3457
3457
|
href?: string | undefined;
|
|
3458
3458
|
icon?: string | undefined;
|
|
@@ -3462,8 +3462,8 @@ export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
|
3462
3462
|
} | undefined;
|
|
3463
3463
|
category?: string | undefined;
|
|
3464
3464
|
};
|
|
3465
|
-
title?: string | undefined;
|
|
3466
3465
|
id?: string | undefined;
|
|
3466
|
+
title?: string | undefined;
|
|
3467
3467
|
description?: string | undefined;
|
|
3468
3468
|
triggerWhen?: {
|
|
3469
3469
|
type: "rules";
|
|
@@ -3565,12 +3565,12 @@ export declare const validateNavLink: typeof validateNavTip;
|
|
|
3565
3565
|
export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<{
|
|
3566
3566
|
title?: string | undefined;
|
|
3567
3567
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
3568
|
-
theme?: "
|
|
3568
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
3569
3569
|
actions?: {
|
|
3570
3570
|
kind: "nav:tip";
|
|
3571
3571
|
config: {
|
|
3572
|
-
title: string;
|
|
3573
3572
|
id: string;
|
|
3573
|
+
title: string;
|
|
3574
3574
|
description: string;
|
|
3575
3575
|
href?: string | undefined;
|
|
3576
3576
|
external?: boolean | undefined;
|
|
@@ -3581,8 +3581,8 @@ export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<
|
|
|
3581
3581
|
} | undefined;
|
|
3582
3582
|
category?: string | undefined;
|
|
3583
3583
|
};
|
|
3584
|
-
title?: string | undefined;
|
|
3585
3584
|
id?: string | undefined;
|
|
3585
|
+
title?: string | undefined;
|
|
3586
3586
|
description?: string | undefined;
|
|
3587
3587
|
triggerWhen?: {
|
|
3588
3588
|
type: "rules";
|
|
@@ -3678,13 +3678,13 @@ export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<
|
|
|
3678
3678
|
}[] | undefined;
|
|
3679
3679
|
}, {
|
|
3680
3680
|
expandBehavior: "single" | "multiple";
|
|
3681
|
-
theme: "
|
|
3681
|
+
theme: "light" | "dark" | "auto";
|
|
3682
3682
|
actions: {
|
|
3683
3683
|
kind: "nav:tip";
|
|
3684
3684
|
config: {
|
|
3685
|
-
title: string;
|
|
3686
|
-
id: string;
|
|
3687
3685
|
external: boolean;
|
|
3686
|
+
id: string;
|
|
3687
|
+
title: string;
|
|
3688
3688
|
description: string;
|
|
3689
3689
|
href?: string | undefined;
|
|
3690
3690
|
icon?: string | undefined;
|
|
@@ -3694,8 +3694,8 @@ export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<
|
|
|
3694
3694
|
} | undefined;
|
|
3695
3695
|
category?: string | undefined;
|
|
3696
3696
|
};
|
|
3697
|
-
title?: string | undefined;
|
|
3698
3697
|
id?: string | undefined;
|
|
3698
|
+
title?: string | undefined;
|
|
3699
3699
|
description?: string | undefined;
|
|
3700
3700
|
triggerWhen?: {
|
|
3701
3701
|
type: "rules";
|
|
@@ -3827,9 +3827,9 @@ export declare const actionStepSchemas: {
|
|
|
3827
3827
|
/** Category for grouping */
|
|
3828
3828
|
category: z.ZodOptional<z.ZodString>;
|
|
3829
3829
|
}, "strip", z.ZodTypeAny, {
|
|
3830
|
-
title: string;
|
|
3831
|
-
id: string;
|
|
3832
3830
|
external: boolean;
|
|
3831
|
+
id: string;
|
|
3832
|
+
title: string;
|
|
3833
3833
|
description: string;
|
|
3834
3834
|
href?: string | undefined;
|
|
3835
3835
|
icon?: string | undefined;
|
|
@@ -3839,8 +3839,8 @@ export declare const actionStepSchemas: {
|
|
|
3839
3839
|
} | undefined;
|
|
3840
3840
|
category?: string | undefined;
|
|
3841
3841
|
}, {
|
|
3842
|
-
title: string;
|
|
3843
3842
|
id: string;
|
|
3843
|
+
title: string;
|
|
3844
3844
|
description: string;
|
|
3845
3845
|
href?: string | undefined;
|
|
3846
3846
|
external?: boolean | undefined;
|
|
@@ -4375,9 +4375,9 @@ export declare const actionStepSchemas: {
|
|
|
4375
4375
|
}, "strip", z.ZodTypeAny, {
|
|
4376
4376
|
kind: "nav:tip";
|
|
4377
4377
|
config: {
|
|
4378
|
-
title: string;
|
|
4379
|
-
id: string;
|
|
4380
4378
|
external: boolean;
|
|
4379
|
+
id: string;
|
|
4380
|
+
title: string;
|
|
4381
4381
|
description: string;
|
|
4382
4382
|
href?: string | undefined;
|
|
4383
4383
|
icon?: string | undefined;
|
|
@@ -4387,8 +4387,8 @@ export declare const actionStepSchemas: {
|
|
|
4387
4387
|
} | undefined;
|
|
4388
4388
|
category?: string | undefined;
|
|
4389
4389
|
};
|
|
4390
|
-
title?: string | undefined;
|
|
4391
4390
|
id?: string | undefined;
|
|
4391
|
+
title?: string | undefined;
|
|
4392
4392
|
description?: string | undefined;
|
|
4393
4393
|
triggerWhen?: {
|
|
4394
4394
|
type: "rules";
|
|
@@ -4484,8 +4484,8 @@ export declare const actionStepSchemas: {
|
|
|
4484
4484
|
}, {
|
|
4485
4485
|
kind: "nav:tip";
|
|
4486
4486
|
config: {
|
|
4487
|
-
title: string;
|
|
4488
4487
|
id: string;
|
|
4488
|
+
title: string;
|
|
4489
4489
|
description: string;
|
|
4490
4490
|
href?: string | undefined;
|
|
4491
4491
|
external?: boolean | undefined;
|
|
@@ -4496,8 +4496,8 @@ export declare const actionStepSchemas: {
|
|
|
4496
4496
|
} | undefined;
|
|
4497
4497
|
category?: string | undefined;
|
|
4498
4498
|
};
|
|
4499
|
-
title?: string | undefined;
|
|
4500
4499
|
id?: string | undefined;
|
|
4500
|
+
title?: string | undefined;
|
|
4501
4501
|
description?: string | undefined;
|
|
4502
4502
|
triggerWhen?: {
|
|
4503
4503
|
type: "rules";
|
|
@@ -4637,9 +4637,9 @@ export declare const tileWidgets: {
|
|
|
4637
4637
|
/** Category for grouping */
|
|
4638
4638
|
category: z.ZodOptional<z.ZodString>;
|
|
4639
4639
|
}, "strip", z.ZodTypeAny, {
|
|
4640
|
-
title: string;
|
|
4641
|
-
id: string;
|
|
4642
4640
|
external: boolean;
|
|
4641
|
+
id: string;
|
|
4642
|
+
title: string;
|
|
4643
4643
|
description: string;
|
|
4644
4644
|
href?: string | undefined;
|
|
4645
4645
|
icon?: string | undefined;
|
|
@@ -4649,8 +4649,8 @@ export declare const tileWidgets: {
|
|
|
4649
4649
|
} | undefined;
|
|
4650
4650
|
category?: string | undefined;
|
|
4651
4651
|
}, {
|
|
4652
|
-
title: string;
|
|
4653
4652
|
id: string;
|
|
4653
|
+
title: string;
|
|
4654
4654
|
description: string;
|
|
4655
4655
|
href?: string | undefined;
|
|
4656
4656
|
external?: boolean | undefined;
|
|
@@ -5185,9 +5185,9 @@ export declare const tileWidgets: {
|
|
|
5185
5185
|
}, "strip", z.ZodTypeAny, {
|
|
5186
5186
|
kind: "nav:tip";
|
|
5187
5187
|
config: {
|
|
5188
|
-
title: string;
|
|
5189
|
-
id: string;
|
|
5190
5188
|
external: boolean;
|
|
5189
|
+
id: string;
|
|
5190
|
+
title: string;
|
|
5191
5191
|
description: string;
|
|
5192
5192
|
href?: string | undefined;
|
|
5193
5193
|
icon?: string | undefined;
|
|
@@ -5197,8 +5197,8 @@ export declare const tileWidgets: {
|
|
|
5197
5197
|
} | undefined;
|
|
5198
5198
|
category?: string | undefined;
|
|
5199
5199
|
};
|
|
5200
|
-
title?: string | undefined;
|
|
5201
5200
|
id?: string | undefined;
|
|
5201
|
+
title?: string | undefined;
|
|
5202
5202
|
description?: string | undefined;
|
|
5203
5203
|
triggerWhen?: {
|
|
5204
5204
|
type: "rules";
|
|
@@ -5294,8 +5294,8 @@ export declare const tileWidgets: {
|
|
|
5294
5294
|
}, {
|
|
5295
5295
|
kind: "nav:tip";
|
|
5296
5296
|
config: {
|
|
5297
|
-
title: string;
|
|
5298
5297
|
id: string;
|
|
5298
|
+
title: string;
|
|
5299
5299
|
description: string;
|
|
5300
5300
|
href?: string | undefined;
|
|
5301
5301
|
external?: boolean | undefined;
|
|
@@ -5306,8 +5306,8 @@ export declare const tileWidgets: {
|
|
|
5306
5306
|
} | undefined;
|
|
5307
5307
|
category?: string | undefined;
|
|
5308
5308
|
};
|
|
5309
|
-
title?: string | undefined;
|
|
5310
5309
|
id?: string | undefined;
|
|
5310
|
+
title?: string | undefined;
|
|
5311
5311
|
description?: string | undefined;
|
|
5312
5312
|
triggerWhen?: {
|
|
5313
5313
|
type: "rules";
|
|
@@ -5403,9 +5403,9 @@ export declare const tileWidgets: {
|
|
|
5403
5403
|
}>, {
|
|
5404
5404
|
kind: "nav:tip";
|
|
5405
5405
|
config: {
|
|
5406
|
-
title: string;
|
|
5407
|
-
id: string;
|
|
5408
5406
|
external: boolean;
|
|
5407
|
+
id: string;
|
|
5408
|
+
title: string;
|
|
5409
5409
|
description: string;
|
|
5410
5410
|
href?: string | undefined;
|
|
5411
5411
|
icon?: string | undefined;
|
|
@@ -5415,8 +5415,8 @@ export declare const tileWidgets: {
|
|
|
5415
5415
|
} | undefined;
|
|
5416
5416
|
category?: string | undefined;
|
|
5417
5417
|
};
|
|
5418
|
-
title?: string | undefined;
|
|
5419
5418
|
id?: string | undefined;
|
|
5419
|
+
title?: string | undefined;
|
|
5420
5420
|
description?: string | undefined;
|
|
5421
5421
|
triggerWhen?: {
|
|
5422
5422
|
type: "rules";
|
|
@@ -5512,8 +5512,8 @@ export declare const tileWidgets: {
|
|
|
5512
5512
|
}, {
|
|
5513
5513
|
kind: "nav:tip";
|
|
5514
5514
|
config: {
|
|
5515
|
-
title: string;
|
|
5516
5515
|
id: string;
|
|
5516
|
+
title: string;
|
|
5517
5517
|
description: string;
|
|
5518
5518
|
href?: string | undefined;
|
|
5519
5519
|
external?: boolean | undefined;
|
|
@@ -5524,8 +5524,8 @@ export declare const tileWidgets: {
|
|
|
5524
5524
|
} | undefined;
|
|
5525
5525
|
category?: string | undefined;
|
|
5526
5526
|
};
|
|
5527
|
-
title?: string | undefined;
|
|
5528
5527
|
id?: string | undefined;
|
|
5528
|
+
title?: string | undefined;
|
|
5529
5529
|
description?: string | undefined;
|
|
5530
5530
|
triggerWhen?: {
|
|
5531
5531
|
type: "rules";
|
|
@@ -5621,13 +5621,13 @@ export declare const tileWidgets: {
|
|
|
5621
5621
|
}>, "many">>;
|
|
5622
5622
|
}, "strip", z.ZodTypeAny, {
|
|
5623
5623
|
expandBehavior: "single" | "multiple";
|
|
5624
|
-
theme: "
|
|
5624
|
+
theme: "light" | "dark" | "auto";
|
|
5625
5625
|
actions: {
|
|
5626
5626
|
kind: "nav:tip";
|
|
5627
5627
|
config: {
|
|
5628
|
-
title: string;
|
|
5629
|
-
id: string;
|
|
5630
5628
|
external: boolean;
|
|
5629
|
+
id: string;
|
|
5630
|
+
title: string;
|
|
5631
5631
|
description: string;
|
|
5632
5632
|
href?: string | undefined;
|
|
5633
5633
|
icon?: string | undefined;
|
|
@@ -5637,8 +5637,8 @@ export declare const tileWidgets: {
|
|
|
5637
5637
|
} | undefined;
|
|
5638
5638
|
category?: string | undefined;
|
|
5639
5639
|
};
|
|
5640
|
-
title?: string | undefined;
|
|
5641
5640
|
id?: string | undefined;
|
|
5641
|
+
title?: string | undefined;
|
|
5642
5642
|
description?: string | undefined;
|
|
5643
5643
|
triggerWhen?: {
|
|
5644
5644
|
type: "rules";
|
|
@@ -5736,12 +5736,12 @@ export declare const tileWidgets: {
|
|
|
5736
5736
|
}, {
|
|
5737
5737
|
title?: string | undefined;
|
|
5738
5738
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
5739
|
-
theme?: "
|
|
5739
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
5740
5740
|
actions?: {
|
|
5741
5741
|
kind: "nav:tip";
|
|
5742
5742
|
config: {
|
|
5743
|
-
title: string;
|
|
5744
5743
|
id: string;
|
|
5744
|
+
title: string;
|
|
5745
5745
|
description: string;
|
|
5746
5746
|
href?: string | undefined;
|
|
5747
5747
|
external?: boolean | undefined;
|
|
@@ -5752,8 +5752,8 @@ export declare const tileWidgets: {
|
|
|
5752
5752
|
} | undefined;
|
|
5753
5753
|
category?: string | undefined;
|
|
5754
5754
|
};
|
|
5755
|
-
title?: string | undefined;
|
|
5756
5755
|
id?: string | undefined;
|
|
5756
|
+
title?: string | undefined;
|
|
5757
5757
|
description?: string | undefined;
|
|
5758
5758
|
triggerWhen?: {
|
|
5759
5759
|
type: "rules";
|