@teambit/docs 1.0.498 → 1.0.499
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/static/css/teambit.docs/{docs-preview.ba4acf38.css → docs-preview.06503878.css} +6 -6
- package/artifacts/preview/teambit_docs_docs-preview.js +6 -6
- package/artifacts/schema.json +91 -91
- package/dist/overview/overview.js +32 -3
- package/dist/overview/overview.js.map +1 -1
- package/dist/{preview-1734578336546.js → preview-1734664696801.js} +2 -2
- package/overview/overview.tsx +36 -14
- package/package.json +18 -17
package/artifacts/schema.json
CHANGED
|
@@ -2696,7 +2696,7 @@
|
|
|
2696
2696
|
"__schema": "TypeSchema",
|
|
2697
2697
|
"location": {
|
|
2698
2698
|
"filePath": "overview/overview.tsx",
|
|
2699
|
-
"line":
|
|
2699
|
+
"line": 31,
|
|
2700
2700
|
"character": 1
|
|
2701
2701
|
},
|
|
2702
2702
|
"signature": "type TitleBadgeSlot = SlotRegistry<TitleBadge[]>",
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
"__schema": "TypeRefSchema",
|
|
2706
2706
|
"location": {
|
|
2707
2707
|
"filePath": "overview/overview.tsx",
|
|
2708
|
-
"line":
|
|
2708
|
+
"line": 31,
|
|
2709
2709
|
"character": 30
|
|
2710
2710
|
},
|
|
2711
2711
|
"name": "SlotRegistry",
|
|
@@ -2714,14 +2714,14 @@
|
|
|
2714
2714
|
"__schema": "TypeArraySchema",
|
|
2715
2715
|
"location": {
|
|
2716
2716
|
"filePath": "overview/overview.tsx",
|
|
2717
|
-
"line":
|
|
2717
|
+
"line": 31,
|
|
2718
2718
|
"character": 43
|
|
2719
2719
|
},
|
|
2720
2720
|
"type": {
|
|
2721
2721
|
"__schema": "TypeRefSchema",
|
|
2722
2722
|
"location": {
|
|
2723
2723
|
"filePath": "overview/overview.tsx",
|
|
2724
|
-
"line":
|
|
2724
|
+
"line": 31,
|
|
2725
2725
|
"character": 43
|
|
2726
2726
|
},
|
|
2727
2727
|
"name": "TitleBadge"
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
"__schema": "TypeSchema",
|
|
2745
2745
|
"location": {
|
|
2746
2746
|
"filePath": "overview/overview.tsx",
|
|
2747
|
-
"line":
|
|
2747
|
+
"line": 25,
|
|
2748
2748
|
"character": 1
|
|
2749
2749
|
},
|
|
2750
2750
|
"signature": "type TitleBadge = {\n component: ComponentType<any>;\n weight?: number | undefined;\n position?: BadgePosition | undefined;\n}",
|
|
@@ -2753,7 +2753,7 @@
|
|
|
2753
2753
|
"__schema": "TypeLiteralSchema",
|
|
2754
2754
|
"location": {
|
|
2755
2755
|
"filePath": "overview/overview.tsx",
|
|
2756
|
-
"line":
|
|
2756
|
+
"line": 25,
|
|
2757
2757
|
"character": 26
|
|
2758
2758
|
},
|
|
2759
2759
|
"members": [
|
|
@@ -2761,7 +2761,7 @@
|
|
|
2761
2761
|
"__schema": "VariableLikeSchema",
|
|
2762
2762
|
"location": {
|
|
2763
2763
|
"filePath": "overview/overview.tsx",
|
|
2764
|
-
"line":
|
|
2764
|
+
"line": 26,
|
|
2765
2765
|
"character": 3
|
|
2766
2766
|
},
|
|
2767
2767
|
"signature": "(property) component: React.ComponentType<any>",
|
|
@@ -2770,7 +2770,7 @@
|
|
|
2770
2770
|
"__schema": "TypeRefSchema",
|
|
2771
2771
|
"location": {
|
|
2772
2772
|
"filePath": "overview/overview.tsx",
|
|
2773
|
-
"line":
|
|
2773
|
+
"line": 26,
|
|
2774
2774
|
"character": 14
|
|
2775
2775
|
},
|
|
2776
2776
|
"name": "ComponentType",
|
|
@@ -2779,7 +2779,7 @@
|
|
|
2779
2779
|
"__schema": "KeywordTypeSchema",
|
|
2780
2780
|
"location": {
|
|
2781
2781
|
"filePath": "overview/overview.tsx",
|
|
2782
|
-
"line":
|
|
2782
|
+
"line": 26,
|
|
2783
2783
|
"character": 28
|
|
2784
2784
|
},
|
|
2785
2785
|
"name": "any"
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
"__schema": "VariableLikeSchema",
|
|
2793
2793
|
"location": {
|
|
2794
2794
|
"filePath": "overview/overview.tsx",
|
|
2795
|
-
"line":
|
|
2795
|
+
"line": 27,
|
|
2796
2796
|
"character": 3
|
|
2797
2797
|
},
|
|
2798
2798
|
"signature": "(property) weight?: number | undefined",
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
"__schema": "KeywordTypeSchema",
|
|
2802
2802
|
"location": {
|
|
2803
2803
|
"filePath": "overview/overview.tsx",
|
|
2804
|
-
"line":
|
|
2804
|
+
"line": 27,
|
|
2805
2805
|
"character": 12
|
|
2806
2806
|
},
|
|
2807
2807
|
"name": "number"
|
|
@@ -2812,7 +2812,7 @@
|
|
|
2812
2812
|
"__schema": "VariableLikeSchema",
|
|
2813
2813
|
"location": {
|
|
2814
2814
|
"filePath": "overview/overview.tsx",
|
|
2815
|
-
"line":
|
|
2815
|
+
"line": 28,
|
|
2816
2816
|
"character": 3
|
|
2817
2817
|
},
|
|
2818
2818
|
"signature": "(property) position?: BadgePosition | undefined",
|
|
@@ -2821,7 +2821,7 @@
|
|
|
2821
2821
|
"__schema": "TypeRefSchema",
|
|
2822
2822
|
"location": {
|
|
2823
2823
|
"filePath": "overview/overview.tsx",
|
|
2824
|
-
"line":
|
|
2824
|
+
"line": 28,
|
|
2825
2825
|
"character": 14
|
|
2826
2826
|
},
|
|
2827
2827
|
"name": "BadgePosition"
|
|
@@ -2845,7 +2845,7 @@
|
|
|
2845
2845
|
"__schema": "TypeSchema",
|
|
2846
2846
|
"location": {
|
|
2847
2847
|
"filePath": "overview/overview.tsx",
|
|
2848
|
-
"line":
|
|
2848
|
+
"line": 35,
|
|
2849
2849
|
"character": 1
|
|
2850
2850
|
},
|
|
2851
2851
|
"signature": "type OverviewOptionsSlot = SlotRegistry<OverviewOptions>",
|
|
@@ -2854,7 +2854,7 @@
|
|
|
2854
2854
|
"__schema": "TypeRefSchema",
|
|
2855
2855
|
"location": {
|
|
2856
2856
|
"filePath": "overview/overview.tsx",
|
|
2857
|
-
"line":
|
|
2857
|
+
"line": 35,
|
|
2858
2858
|
"character": 35
|
|
2859
2859
|
},
|
|
2860
2860
|
"name": "SlotRegistry",
|
|
@@ -2863,7 +2863,7 @@
|
|
|
2863
2863
|
"__schema": "TypeRefSchema",
|
|
2864
2864
|
"location": {
|
|
2865
2865
|
"filePath": "overview/overview.tsx",
|
|
2866
|
-
"line":
|
|
2866
|
+
"line": 35,
|
|
2867
2867
|
"character": 48
|
|
2868
2868
|
},
|
|
2869
2869
|
"name": "OverviewOptions"
|
|
@@ -2885,7 +2885,7 @@
|
|
|
2885
2885
|
"__schema": "TypeSchema",
|
|
2886
2886
|
"location": {
|
|
2887
2887
|
"filePath": "overview/overview.tsx",
|
|
2888
|
-
"line":
|
|
2888
|
+
"line": 33,
|
|
2889
2889
|
"character": 1
|
|
2890
2890
|
},
|
|
2891
2891
|
"signature": "type OverviewOptions = () => {\n queryParams?: string;\n}",
|
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
"__schema": "FunctionLikeSchema",
|
|
2895
2895
|
"location": {
|
|
2896
2896
|
"filePath": "overview/overview.tsx",
|
|
2897
|
-
"line":
|
|
2897
|
+
"line": 33,
|
|
2898
2898
|
"character": 31
|
|
2899
2899
|
},
|
|
2900
2900
|
"signature": "(): { queryParams?: string }",
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
"__schema": "TypeLiteralSchema",
|
|
2905
2905
|
"location": {
|
|
2906
2906
|
"filePath": "overview/overview.tsx",
|
|
2907
|
-
"line":
|
|
2907
|
+
"line": 33,
|
|
2908
2908
|
"character": 37
|
|
2909
2909
|
},
|
|
2910
2910
|
"members": [
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"__schema": "VariableLikeSchema",
|
|
2913
2913
|
"location": {
|
|
2914
2914
|
"filePath": "overview/overview.tsx",
|
|
2915
|
-
"line":
|
|
2915
|
+
"line": 33,
|
|
2916
2916
|
"character": 39
|
|
2917
2917
|
},
|
|
2918
2918
|
"signature": "(property) queryParams?: string | undefined",
|
|
@@ -2921,7 +2921,7 @@
|
|
|
2921
2921
|
"__schema": "KeywordTypeSchema",
|
|
2922
2922
|
"location": {
|
|
2923
2923
|
"filePath": "overview/overview.tsx",
|
|
2924
|
-
"line":
|
|
2924
|
+
"line": 33,
|
|
2925
2925
|
"character": 53
|
|
2926
2926
|
},
|
|
2927
2927
|
"name": "string"
|
|
@@ -2947,7 +2947,7 @@
|
|
|
2947
2947
|
"__schema": "EnumSchema",
|
|
2948
2948
|
"location": {
|
|
2949
2949
|
"filePath": "overview/overview.tsx",
|
|
2950
|
-
"line":
|
|
2950
|
+
"line": 18,
|
|
2951
2951
|
"character": 1
|
|
2952
2952
|
},
|
|
2953
2953
|
"signature": "enum BadgePosition",
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
"__schema": "EnumMemberSchema",
|
|
2958
2958
|
"location": {
|
|
2959
2959
|
"filePath": "overview/overview.tsx",
|
|
2960
|
-
"line":
|
|
2960
|
+
"line": 19,
|
|
2961
2961
|
"character": 3
|
|
2962
2962
|
},
|
|
2963
2963
|
"signature": "(enum member) BadgePosition.Title = 0",
|
|
@@ -2967,7 +2967,7 @@
|
|
|
2967
2967
|
"__schema": "EnumMemberSchema",
|
|
2968
2968
|
"location": {
|
|
2969
2969
|
"filePath": "overview/overview.tsx",
|
|
2970
|
-
"line":
|
|
2970
|
+
"line": 20,
|
|
2971
2971
|
"character": 3
|
|
2972
2972
|
},
|
|
2973
2973
|
"signature": "(enum member) BadgePosition.SubTitle = 1",
|
|
@@ -2977,7 +2977,7 @@
|
|
|
2977
2977
|
"__schema": "EnumMemberSchema",
|
|
2978
2978
|
"location": {
|
|
2979
2979
|
"filePath": "overview/overview.tsx",
|
|
2980
|
-
"line":
|
|
2980
|
+
"line": 21,
|
|
2981
2981
|
"character": 3
|
|
2982
2982
|
},
|
|
2983
2983
|
"signature": "(enum member) BadgePosition.Labels = 2",
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
"__schema": "EnumMemberSchema",
|
|
2988
2988
|
"location": {
|
|
2989
2989
|
"filePath": "overview/overview.tsx",
|
|
2990
|
-
"line":
|
|
2990
|
+
"line": 22,
|
|
2991
2991
|
"character": 3
|
|
2992
2992
|
},
|
|
2993
2993
|
"signature": "(enum member) BadgePosition.Package = 3",
|
|
@@ -3009,7 +3009,7 @@
|
|
|
3009
3009
|
"__schema": "ReactSchema",
|
|
3010
3010
|
"location": {
|
|
3011
3011
|
"filePath": "overview/overview.tsx",
|
|
3012
|
-
"line":
|
|
3012
|
+
"line": 45,
|
|
3013
3013
|
"character": 1
|
|
3014
3014
|
},
|
|
3015
3015
|
"signature": "function Overview({ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI }: OverviewProps): React.JSX.Element",
|
|
@@ -3018,7 +3018,7 @@
|
|
|
3018
3018
|
"__schema": "ParameterSchema",
|
|
3019
3019
|
"location": {
|
|
3020
3020
|
"filePath": "overview/overview.tsx",
|
|
3021
|
-
"line":
|
|
3021
|
+
"line": 45,
|
|
3022
3022
|
"character": 26
|
|
3023
3023
|
},
|
|
3024
3024
|
"name": "{ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI }",
|
|
@@ -3026,7 +3026,7 @@
|
|
|
3026
3026
|
"__schema": "TypeRefSchema",
|
|
3027
3027
|
"location": {
|
|
3028
3028
|
"filePath": "overview/overview.tsx",
|
|
3029
|
-
"line":
|
|
3029
|
+
"line": 45,
|
|
3030
3030
|
"character": 100
|
|
3031
3031
|
},
|
|
3032
3032
|
"name": "OverviewProps"
|
|
@@ -3037,7 +3037,7 @@
|
|
|
3037
3037
|
"__schema": "InferenceTypeSchema",
|
|
3038
3038
|
"location": {
|
|
3039
3039
|
"filePath": "overview/overview.tsx",
|
|
3040
|
-
"line":
|
|
3040
|
+
"line": 45,
|
|
3041
3041
|
"character": 28
|
|
3042
3042
|
},
|
|
3043
3043
|
"name": "titleBadges",
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
"__schema": "InferenceTypeSchema",
|
|
3049
3049
|
"location": {
|
|
3050
3050
|
"filePath": "overview/overview.tsx",
|
|
3051
|
-
"line":
|
|
3051
|
+
"line": 45,
|
|
3052
3052
|
"character": 41
|
|
3053
3053
|
},
|
|
3054
3054
|
"name": "overviewOptions",
|
|
@@ -3059,7 +3059,7 @@
|
|
|
3059
3059
|
"__schema": "InferenceTypeSchema",
|
|
3060
3060
|
"location": {
|
|
3061
3061
|
"filePath": "overview/overview.tsx",
|
|
3062
|
-
"line":
|
|
3062
|
+
"line": 45,
|
|
3063
3063
|
"character": 58
|
|
3064
3064
|
},
|
|
3065
3065
|
"name": "previewProps",
|
|
@@ -3070,7 +3070,7 @@
|
|
|
3070
3070
|
"__schema": "InferenceTypeSchema",
|
|
3071
3071
|
"location": {
|
|
3072
3072
|
"filePath": "overview/overview.tsx",
|
|
3073
|
-
"line":
|
|
3073
|
+
"line": 45,
|
|
3074
3074
|
"character": 72
|
|
3075
3075
|
},
|
|
3076
3076
|
"name": "getEmptyState",
|
|
@@ -3081,7 +3081,7 @@
|
|
|
3081
3081
|
"__schema": "InferenceTypeSchema",
|
|
3082
3082
|
"location": {
|
|
3083
3083
|
"filePath": "overview/overview.tsx",
|
|
3084
|
-
"line":
|
|
3084
|
+
"line": 45,
|
|
3085
3085
|
"character": 87
|
|
3086
3086
|
},
|
|
3087
3087
|
"name": "TaggedAPI",
|
|
@@ -3095,7 +3095,7 @@
|
|
|
3095
3095
|
"__schema": "TypeRefSchema",
|
|
3096
3096
|
"location": {
|
|
3097
3097
|
"filePath": "overview/overview.tsx",
|
|
3098
|
-
"line":
|
|
3098
|
+
"line": 45,
|
|
3099
3099
|
"character": 1
|
|
3100
3100
|
},
|
|
3101
3101
|
"name": "React.JSX.Element",
|
|
@@ -6070,7 +6070,7 @@
|
|
|
6070
6070
|
"__schema": "ModuleSchema",
|
|
6071
6071
|
"location": {
|
|
6072
6072
|
"filePath": "overview/overview.tsx",
|
|
6073
|
-
"line":
|
|
6073
|
+
"line": 2,
|
|
6074
6074
|
"character": 1
|
|
6075
6075
|
},
|
|
6076
6076
|
"exports": [
|
|
@@ -6078,7 +6078,7 @@
|
|
|
6078
6078
|
"__schema": "EnumSchema",
|
|
6079
6079
|
"location": {
|
|
6080
6080
|
"filePath": "overview/overview.tsx",
|
|
6081
|
-
"line":
|
|
6081
|
+
"line": 18,
|
|
6082
6082
|
"character": 1
|
|
6083
6083
|
},
|
|
6084
6084
|
"signature": "enum BadgePosition",
|
|
@@ -6088,7 +6088,7 @@
|
|
|
6088
6088
|
"__schema": "EnumMemberSchema",
|
|
6089
6089
|
"location": {
|
|
6090
6090
|
"filePath": "overview/overview.tsx",
|
|
6091
|
-
"line":
|
|
6091
|
+
"line": 19,
|
|
6092
6092
|
"character": 3
|
|
6093
6093
|
},
|
|
6094
6094
|
"signature": "(enum member) BadgePosition.Title = 0",
|
|
@@ -6098,7 +6098,7 @@
|
|
|
6098
6098
|
"__schema": "EnumMemberSchema",
|
|
6099
6099
|
"location": {
|
|
6100
6100
|
"filePath": "overview/overview.tsx",
|
|
6101
|
-
"line":
|
|
6101
|
+
"line": 20,
|
|
6102
6102
|
"character": 3
|
|
6103
6103
|
},
|
|
6104
6104
|
"signature": "(enum member) BadgePosition.SubTitle = 1",
|
|
@@ -6108,7 +6108,7 @@
|
|
|
6108
6108
|
"__schema": "EnumMemberSchema",
|
|
6109
6109
|
"location": {
|
|
6110
6110
|
"filePath": "overview/overview.tsx",
|
|
6111
|
-
"line":
|
|
6111
|
+
"line": 21,
|
|
6112
6112
|
"character": 3
|
|
6113
6113
|
},
|
|
6114
6114
|
"signature": "(enum member) BadgePosition.Labels = 2",
|
|
@@ -6118,7 +6118,7 @@
|
|
|
6118
6118
|
"__schema": "EnumMemberSchema",
|
|
6119
6119
|
"location": {
|
|
6120
6120
|
"filePath": "overview/overview.tsx",
|
|
6121
|
-
"line":
|
|
6121
|
+
"line": 22,
|
|
6122
6122
|
"character": 3
|
|
6123
6123
|
},
|
|
6124
6124
|
"signature": "(enum member) BadgePosition.Package = 3",
|
|
@@ -6130,7 +6130,7 @@
|
|
|
6130
6130
|
"__schema": "TypeSchema",
|
|
6131
6131
|
"location": {
|
|
6132
6132
|
"filePath": "overview/overview.tsx",
|
|
6133
|
-
"line":
|
|
6133
|
+
"line": 25,
|
|
6134
6134
|
"character": 1
|
|
6135
6135
|
},
|
|
6136
6136
|
"signature": "type TitleBadge = {\n component: ComponentType<any>;\n weight?: number | undefined;\n position?: BadgePosition | undefined;\n}",
|
|
@@ -6139,7 +6139,7 @@
|
|
|
6139
6139
|
"__schema": "TypeLiteralSchema",
|
|
6140
6140
|
"location": {
|
|
6141
6141
|
"filePath": "overview/overview.tsx",
|
|
6142
|
-
"line":
|
|
6142
|
+
"line": 25,
|
|
6143
6143
|
"character": 26
|
|
6144
6144
|
},
|
|
6145
6145
|
"members": [
|
|
@@ -6147,7 +6147,7 @@
|
|
|
6147
6147
|
"__schema": "VariableLikeSchema",
|
|
6148
6148
|
"location": {
|
|
6149
6149
|
"filePath": "overview/overview.tsx",
|
|
6150
|
-
"line":
|
|
6150
|
+
"line": 26,
|
|
6151
6151
|
"character": 3
|
|
6152
6152
|
},
|
|
6153
6153
|
"signature": "(property) component: React.ComponentType<any>",
|
|
@@ -6156,7 +6156,7 @@
|
|
|
6156
6156
|
"__schema": "TypeRefSchema",
|
|
6157
6157
|
"location": {
|
|
6158
6158
|
"filePath": "overview/overview.tsx",
|
|
6159
|
-
"line":
|
|
6159
|
+
"line": 26,
|
|
6160
6160
|
"character": 14
|
|
6161
6161
|
},
|
|
6162
6162
|
"name": "ComponentType",
|
|
@@ -6165,7 +6165,7 @@
|
|
|
6165
6165
|
"__schema": "KeywordTypeSchema",
|
|
6166
6166
|
"location": {
|
|
6167
6167
|
"filePath": "overview/overview.tsx",
|
|
6168
|
-
"line":
|
|
6168
|
+
"line": 26,
|
|
6169
6169
|
"character": 28
|
|
6170
6170
|
},
|
|
6171
6171
|
"name": "any"
|
|
@@ -6178,7 +6178,7 @@
|
|
|
6178
6178
|
"__schema": "VariableLikeSchema",
|
|
6179
6179
|
"location": {
|
|
6180
6180
|
"filePath": "overview/overview.tsx",
|
|
6181
|
-
"line":
|
|
6181
|
+
"line": 27,
|
|
6182
6182
|
"character": 3
|
|
6183
6183
|
},
|
|
6184
6184
|
"signature": "(property) weight?: number | undefined",
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
"__schema": "KeywordTypeSchema",
|
|
6188
6188
|
"location": {
|
|
6189
6189
|
"filePath": "overview/overview.tsx",
|
|
6190
|
-
"line":
|
|
6190
|
+
"line": 27,
|
|
6191
6191
|
"character": 12
|
|
6192
6192
|
},
|
|
6193
6193
|
"name": "number"
|
|
@@ -6198,7 +6198,7 @@
|
|
|
6198
6198
|
"__schema": "VariableLikeSchema",
|
|
6199
6199
|
"location": {
|
|
6200
6200
|
"filePath": "overview/overview.tsx",
|
|
6201
|
-
"line":
|
|
6201
|
+
"line": 28,
|
|
6202
6202
|
"character": 3
|
|
6203
6203
|
},
|
|
6204
6204
|
"signature": "(property) position?: BadgePosition | undefined",
|
|
@@ -6207,7 +6207,7 @@
|
|
|
6207
6207
|
"__schema": "TypeRefSchema",
|
|
6208
6208
|
"location": {
|
|
6209
6209
|
"filePath": "overview/overview.tsx",
|
|
6210
|
-
"line":
|
|
6210
|
+
"line": 28,
|
|
6211
6211
|
"character": 14
|
|
6212
6212
|
},
|
|
6213
6213
|
"name": "BadgePosition"
|
|
@@ -6221,7 +6221,7 @@
|
|
|
6221
6221
|
"__schema": "TypeSchema",
|
|
6222
6222
|
"location": {
|
|
6223
6223
|
"filePath": "overview/overview.tsx",
|
|
6224
|
-
"line":
|
|
6224
|
+
"line": 31,
|
|
6225
6225
|
"character": 1
|
|
6226
6226
|
},
|
|
6227
6227
|
"signature": "type TitleBadgeSlot = SlotRegistry<TitleBadge[]>",
|
|
@@ -6230,7 +6230,7 @@
|
|
|
6230
6230
|
"__schema": "TypeRefSchema",
|
|
6231
6231
|
"location": {
|
|
6232
6232
|
"filePath": "overview/overview.tsx",
|
|
6233
|
-
"line":
|
|
6233
|
+
"line": 31,
|
|
6234
6234
|
"character": 30
|
|
6235
6235
|
},
|
|
6236
6236
|
"name": "SlotRegistry",
|
|
@@ -6239,14 +6239,14 @@
|
|
|
6239
6239
|
"__schema": "TypeArraySchema",
|
|
6240
6240
|
"location": {
|
|
6241
6241
|
"filePath": "overview/overview.tsx",
|
|
6242
|
-
"line":
|
|
6242
|
+
"line": 31,
|
|
6243
6243
|
"character": 43
|
|
6244
6244
|
},
|
|
6245
6245
|
"type": {
|
|
6246
6246
|
"__schema": "TypeRefSchema",
|
|
6247
6247
|
"location": {
|
|
6248
6248
|
"filePath": "overview/overview.tsx",
|
|
6249
|
-
"line":
|
|
6249
|
+
"line": 31,
|
|
6250
6250
|
"character": 43
|
|
6251
6251
|
},
|
|
6252
6252
|
"name": "TitleBadge"
|
|
@@ -6259,7 +6259,7 @@
|
|
|
6259
6259
|
"__schema": "TypeSchema",
|
|
6260
6260
|
"location": {
|
|
6261
6261
|
"filePath": "overview/overview.tsx",
|
|
6262
|
-
"line":
|
|
6262
|
+
"line": 33,
|
|
6263
6263
|
"character": 1
|
|
6264
6264
|
},
|
|
6265
6265
|
"signature": "type OverviewOptions = () => {\n queryParams?: string;\n}",
|
|
@@ -6268,7 +6268,7 @@
|
|
|
6268
6268
|
"__schema": "FunctionLikeSchema",
|
|
6269
6269
|
"location": {
|
|
6270
6270
|
"filePath": "overview/overview.tsx",
|
|
6271
|
-
"line":
|
|
6271
|
+
"line": 33,
|
|
6272
6272
|
"character": 31
|
|
6273
6273
|
},
|
|
6274
6274
|
"signature": "(): { queryParams?: string }",
|
|
@@ -6278,7 +6278,7 @@
|
|
|
6278
6278
|
"__schema": "TypeLiteralSchema",
|
|
6279
6279
|
"location": {
|
|
6280
6280
|
"filePath": "overview/overview.tsx",
|
|
6281
|
-
"line":
|
|
6281
|
+
"line": 33,
|
|
6282
6282
|
"character": 37
|
|
6283
6283
|
},
|
|
6284
6284
|
"members": [
|
|
@@ -6286,7 +6286,7 @@
|
|
|
6286
6286
|
"__schema": "VariableLikeSchema",
|
|
6287
6287
|
"location": {
|
|
6288
6288
|
"filePath": "overview/overview.tsx",
|
|
6289
|
-
"line":
|
|
6289
|
+
"line": 33,
|
|
6290
6290
|
"character": 39
|
|
6291
6291
|
},
|
|
6292
6292
|
"signature": "(property) queryParams?: string | undefined",
|
|
@@ -6295,7 +6295,7 @@
|
|
|
6295
6295
|
"__schema": "KeywordTypeSchema",
|
|
6296
6296
|
"location": {
|
|
6297
6297
|
"filePath": "overview/overview.tsx",
|
|
6298
|
-
"line":
|
|
6298
|
+
"line": 33,
|
|
6299
6299
|
"character": 53
|
|
6300
6300
|
},
|
|
6301
6301
|
"name": "string"
|
|
@@ -6311,7 +6311,7 @@
|
|
|
6311
6311
|
"__schema": "TypeSchema",
|
|
6312
6312
|
"location": {
|
|
6313
6313
|
"filePath": "overview/overview.tsx",
|
|
6314
|
-
"line":
|
|
6314
|
+
"line": 35,
|
|
6315
6315
|
"character": 1
|
|
6316
6316
|
},
|
|
6317
6317
|
"signature": "type OverviewOptionsSlot = SlotRegistry<OverviewOptions>",
|
|
@@ -6320,7 +6320,7 @@
|
|
|
6320
6320
|
"__schema": "TypeRefSchema",
|
|
6321
6321
|
"location": {
|
|
6322
6322
|
"filePath": "overview/overview.tsx",
|
|
6323
|
-
"line":
|
|
6323
|
+
"line": 35,
|
|
6324
6324
|
"character": 35
|
|
6325
6325
|
},
|
|
6326
6326
|
"name": "SlotRegistry",
|
|
@@ -6329,7 +6329,7 @@
|
|
|
6329
6329
|
"__schema": "TypeRefSchema",
|
|
6330
6330
|
"location": {
|
|
6331
6331
|
"filePath": "overview/overview.tsx",
|
|
6332
|
-
"line":
|
|
6332
|
+
"line": 35,
|
|
6333
6333
|
"character": 48
|
|
6334
6334
|
},
|
|
6335
6335
|
"name": "OverviewOptions"
|
|
@@ -6341,7 +6341,7 @@
|
|
|
6341
6341
|
"__schema": "TypeSchema",
|
|
6342
6342
|
"location": {
|
|
6343
6343
|
"filePath": "overview/overview.tsx",
|
|
6344
|
-
"line":
|
|
6344
|
+
"line": 37,
|
|
6345
6345
|
"character": 1
|
|
6346
6346
|
},
|
|
6347
6347
|
"signature": "type OverviewProps = {\n titleBadges: TitleBadgeSlot;\n overviewOptions: OverviewOptionsSlot;\n previewProps?: Partial<ComponentPreviewProps> | undefined;\n getEmptyState?: (() => ComponentType | undefined) | undefined;\n TaggedAPI?: React.ComponentType<...> | undefined;\n}",
|
|
@@ -6350,7 +6350,7 @@
|
|
|
6350
6350
|
"__schema": "TypeLiteralSchema",
|
|
6351
6351
|
"location": {
|
|
6352
6352
|
"filePath": "overview/overview.tsx",
|
|
6353
|
-
"line":
|
|
6353
|
+
"line": 37,
|
|
6354
6354
|
"character": 29
|
|
6355
6355
|
},
|
|
6356
6356
|
"members": [
|
|
@@ -6358,7 +6358,7 @@
|
|
|
6358
6358
|
"__schema": "VariableLikeSchema",
|
|
6359
6359
|
"location": {
|
|
6360
6360
|
"filePath": "overview/overview.tsx",
|
|
6361
|
-
"line":
|
|
6361
|
+
"line": 38,
|
|
6362
6362
|
"character": 3
|
|
6363
6363
|
},
|
|
6364
6364
|
"signature": "(property) titleBadges: TitleBadgeSlot",
|
|
@@ -6367,7 +6367,7 @@
|
|
|
6367
6367
|
"__schema": "TypeRefSchema",
|
|
6368
6368
|
"location": {
|
|
6369
6369
|
"filePath": "overview/overview.tsx",
|
|
6370
|
-
"line":
|
|
6370
|
+
"line": 38,
|
|
6371
6371
|
"character": 3
|
|
6372
6372
|
},
|
|
6373
6373
|
"name": "TitleBadgeSlot"
|
|
@@ -6378,7 +6378,7 @@
|
|
|
6378
6378
|
"__schema": "VariableLikeSchema",
|
|
6379
6379
|
"location": {
|
|
6380
6380
|
"filePath": "overview/overview.tsx",
|
|
6381
|
-
"line":
|
|
6381
|
+
"line": 39,
|
|
6382
6382
|
"character": 3
|
|
6383
6383
|
},
|
|
6384
6384
|
"signature": "(property) overviewOptions: OverviewOptionsSlot",
|
|
@@ -6387,7 +6387,7 @@
|
|
|
6387
6387
|
"__schema": "TypeRefSchema",
|
|
6388
6388
|
"location": {
|
|
6389
6389
|
"filePath": "overview/overview.tsx",
|
|
6390
|
-
"line":
|
|
6390
|
+
"line": 39,
|
|
6391
6391
|
"character": 3
|
|
6392
6392
|
},
|
|
6393
6393
|
"name": "OverviewOptionsSlot"
|
|
@@ -6398,7 +6398,7 @@
|
|
|
6398
6398
|
"__schema": "VariableLikeSchema",
|
|
6399
6399
|
"location": {
|
|
6400
6400
|
"filePath": "overview/overview.tsx",
|
|
6401
|
-
"line":
|
|
6401
|
+
"line": 40,
|
|
6402
6402
|
"character": 3
|
|
6403
6403
|
},
|
|
6404
6404
|
"signature": "(property) previewProps?: Partial<ComponentPreviewProps> | undefined",
|
|
@@ -6407,7 +6407,7 @@
|
|
|
6407
6407
|
"__schema": "TypeRefSchema",
|
|
6408
6408
|
"location": {
|
|
6409
6409
|
"filePath": "overview/overview.tsx",
|
|
6410
|
-
"line":
|
|
6410
|
+
"line": 40,
|
|
6411
6411
|
"character": 18
|
|
6412
6412
|
},
|
|
6413
6413
|
"name": "Partial",
|
|
@@ -6416,7 +6416,7 @@
|
|
|
6416
6416
|
"__schema": "TypeRefSchema",
|
|
6417
6417
|
"location": {
|
|
6418
6418
|
"filePath": "overview/overview.tsx",
|
|
6419
|
-
"line":
|
|
6419
|
+
"line": 40,
|
|
6420
6420
|
"character": 26
|
|
6421
6421
|
},
|
|
6422
6422
|
"name": "ComponentPreviewProps"
|
|
@@ -6429,7 +6429,7 @@
|
|
|
6429
6429
|
"__schema": "VariableLikeSchema",
|
|
6430
6430
|
"location": {
|
|
6431
6431
|
"filePath": "overview/overview.tsx",
|
|
6432
|
-
"line":
|
|
6432
|
+
"line": 41,
|
|
6433
6433
|
"character": 3
|
|
6434
6434
|
},
|
|
6435
6435
|
"signature": "(property) getEmptyState?: (() => ComponentType | undefined) | undefined",
|
|
@@ -6438,7 +6438,7 @@
|
|
|
6438
6438
|
"__schema": "FunctionLikeSchema",
|
|
6439
6439
|
"location": {
|
|
6440
6440
|
"filePath": "overview/overview.tsx",
|
|
6441
|
-
"line":
|
|
6441
|
+
"line": 41,
|
|
6442
6442
|
"character": 19
|
|
6443
6443
|
},
|
|
6444
6444
|
"signature": "(): ComponentType | undefined",
|
|
@@ -6448,7 +6448,7 @@
|
|
|
6448
6448
|
"__schema": "TypeUnionSchema",
|
|
6449
6449
|
"location": {
|
|
6450
6450
|
"filePath": "overview/overview.tsx",
|
|
6451
|
-
"line":
|
|
6451
|
+
"line": 41,
|
|
6452
6452
|
"character": 25
|
|
6453
6453
|
},
|
|
6454
6454
|
"types": [
|
|
@@ -6456,7 +6456,7 @@
|
|
|
6456
6456
|
"__schema": "TypeRefSchema",
|
|
6457
6457
|
"location": {
|
|
6458
6458
|
"filePath": "overview/overview.tsx",
|
|
6459
|
-
"line":
|
|
6459
|
+
"line": 41,
|
|
6460
6460
|
"character": 25
|
|
6461
6461
|
},
|
|
6462
6462
|
"name": "ComponentType"
|
|
@@ -6465,7 +6465,7 @@
|
|
|
6465
6465
|
"__schema": "KeywordTypeSchema",
|
|
6466
6466
|
"location": {
|
|
6467
6467
|
"filePath": "overview/overview.tsx",
|
|
6468
|
-
"line":
|
|
6468
|
+
"line": 41,
|
|
6469
6469
|
"character": 41
|
|
6470
6470
|
},
|
|
6471
6471
|
"name": "undefined"
|
|
@@ -6480,7 +6480,7 @@
|
|
|
6480
6480
|
"__schema": "VariableLikeSchema",
|
|
6481
6481
|
"location": {
|
|
6482
6482
|
"filePath": "overview/overview.tsx",
|
|
6483
|
-
"line":
|
|
6483
|
+
"line": 42,
|
|
6484
6484
|
"character": 3
|
|
6485
6485
|
},
|
|
6486
6486
|
"signature": "(property) TaggedAPI?: React.ComponentType<{\n componentId: string;\n}> | undefined",
|
|
@@ -6489,7 +6489,7 @@
|
|
|
6489
6489
|
"__schema": "TypeRefSchema",
|
|
6490
6490
|
"location": {
|
|
6491
6491
|
"filePath": "overview/overview.tsx",
|
|
6492
|
-
"line":
|
|
6492
|
+
"line": 42,
|
|
6493
6493
|
"character": 15
|
|
6494
6494
|
},
|
|
6495
6495
|
"name": "React.ComponentType",
|
|
@@ -6498,7 +6498,7 @@
|
|
|
6498
6498
|
"__schema": "TypeLiteralSchema",
|
|
6499
6499
|
"location": {
|
|
6500
6500
|
"filePath": "overview/overview.tsx",
|
|
6501
|
-
"line":
|
|
6501
|
+
"line": 42,
|
|
6502
6502
|
"character": 35
|
|
6503
6503
|
},
|
|
6504
6504
|
"members": [
|
|
@@ -6506,7 +6506,7 @@
|
|
|
6506
6506
|
"__schema": "VariableLikeSchema",
|
|
6507
6507
|
"location": {
|
|
6508
6508
|
"filePath": "overview/overview.tsx",
|
|
6509
|
-
"line":
|
|
6509
|
+
"line": 42,
|
|
6510
6510
|
"character": 37
|
|
6511
6511
|
},
|
|
6512
6512
|
"signature": "(property) componentId: string",
|
|
@@ -6515,7 +6515,7 @@
|
|
|
6515
6515
|
"__schema": "KeywordTypeSchema",
|
|
6516
6516
|
"location": {
|
|
6517
6517
|
"filePath": "overview/overview.tsx",
|
|
6518
|
-
"line":
|
|
6518
|
+
"line": 42,
|
|
6519
6519
|
"character": 50
|
|
6520
6520
|
},
|
|
6521
6521
|
"name": "string"
|
|
@@ -6535,7 +6535,7 @@
|
|
|
6535
6535
|
"__schema": "ReactSchema",
|
|
6536
6536
|
"location": {
|
|
6537
6537
|
"filePath": "overview/overview.tsx",
|
|
6538
|
-
"line":
|
|
6538
|
+
"line": 45,
|
|
6539
6539
|
"character": 1
|
|
6540
6540
|
},
|
|
6541
6541
|
"signature": "function Overview({ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI }: OverviewProps): React.JSX.Element",
|
|
@@ -6544,7 +6544,7 @@
|
|
|
6544
6544
|
"__schema": "ParameterSchema",
|
|
6545
6545
|
"location": {
|
|
6546
6546
|
"filePath": "overview/overview.tsx",
|
|
6547
|
-
"line":
|
|
6547
|
+
"line": 45,
|
|
6548
6548
|
"character": 26
|
|
6549
6549
|
},
|
|
6550
6550
|
"name": "{ titleBadges, overviewOptions, previewProps, getEmptyState, TaggedAPI }",
|
|
@@ -6552,7 +6552,7 @@
|
|
|
6552
6552
|
"__schema": "TypeRefSchema",
|
|
6553
6553
|
"location": {
|
|
6554
6554
|
"filePath": "overview/overview.tsx",
|
|
6555
|
-
"line":
|
|
6555
|
+
"line": 45,
|
|
6556
6556
|
"character": 100
|
|
6557
6557
|
},
|
|
6558
6558
|
"name": "OverviewProps"
|
|
@@ -6563,7 +6563,7 @@
|
|
|
6563
6563
|
"__schema": "InferenceTypeSchema",
|
|
6564
6564
|
"location": {
|
|
6565
6565
|
"filePath": "overview/overview.tsx",
|
|
6566
|
-
"line":
|
|
6566
|
+
"line": 45,
|
|
6567
6567
|
"character": 28
|
|
6568
6568
|
},
|
|
6569
6569
|
"name": "titleBadges",
|
|
@@ -6574,7 +6574,7 @@
|
|
|
6574
6574
|
"__schema": "InferenceTypeSchema",
|
|
6575
6575
|
"location": {
|
|
6576
6576
|
"filePath": "overview/overview.tsx",
|
|
6577
|
-
"line":
|
|
6577
|
+
"line": 45,
|
|
6578
6578
|
"character": 41
|
|
6579
6579
|
},
|
|
6580
6580
|
"name": "overviewOptions",
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
"__schema": "InferenceTypeSchema",
|
|
6586
6586
|
"location": {
|
|
6587
6587
|
"filePath": "overview/overview.tsx",
|
|
6588
|
-
"line":
|
|
6588
|
+
"line": 45,
|
|
6589
6589
|
"character": 58
|
|
6590
6590
|
},
|
|
6591
6591
|
"name": "previewProps",
|
|
@@ -6596,7 +6596,7 @@
|
|
|
6596
6596
|
"__schema": "InferenceTypeSchema",
|
|
6597
6597
|
"location": {
|
|
6598
6598
|
"filePath": "overview/overview.tsx",
|
|
6599
|
-
"line":
|
|
6599
|
+
"line": 45,
|
|
6600
6600
|
"character": 72
|
|
6601
6601
|
},
|
|
6602
6602
|
"name": "getEmptyState",
|
|
@@ -6607,7 +6607,7 @@
|
|
|
6607
6607
|
"__schema": "InferenceTypeSchema",
|
|
6608
6608
|
"location": {
|
|
6609
6609
|
"filePath": "overview/overview.tsx",
|
|
6610
|
-
"line":
|
|
6610
|
+
"line": 45,
|
|
6611
6611
|
"character": 87
|
|
6612
6612
|
},
|
|
6613
6613
|
"name": "TaggedAPI",
|
|
@@ -6621,7 +6621,7 @@
|
|
|
6621
6621
|
"__schema": "TypeRefSchema",
|
|
6622
6622
|
"location": {
|
|
6623
6623
|
"filePath": "overview/overview.tsx",
|
|
6624
|
-
"line":
|
|
6624
|
+
"line": 45,
|
|
6625
6625
|
"character": 1
|
|
6626
6626
|
},
|
|
6627
6627
|
"name": "React.JSX.Element",
|
|
@@ -6685,7 +6685,7 @@
|
|
|
6685
6685
|
"componentId": {
|
|
6686
6686
|
"scope": "teambit.docs",
|
|
6687
6687
|
"name": "docs",
|
|
6688
|
-
"version": "1.0.
|
|
6688
|
+
"version": "1.0.499"
|
|
6689
6689
|
},
|
|
6690
6690
|
"taggedModuleExports": []
|
|
6691
6691
|
}
|