@cbnventures/docusaurus-preset-nova 0.18.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +7 -1
- package/build/src/index.js.map +1 -1
- package/build/src/lib/bundle-size.d.ts +3 -0
- package/build/src/lib/bundle-size.d.ts.map +1 -0
- package/build/src/lib/bundle-size.js +22 -0
- package/build/src/lib/bundle-size.js.map +1 -0
- package/build/src/lib/regex.d.ts +7 -0
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +42 -38
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/search/perform-search.d.ts +2 -2
- package/build/src/lib/search/perform-search.d.ts.map +1 -1
- package/build/src/lib/search/perform-search.js +2 -2
- package/build/src/lib/search/perform-search.js.map +1 -1
- package/build/src/lib/search/use-search-worker.d.ts.map +1 -1
- package/build/src/lib/search/use-search-worker.js +3 -1
- package/build/src/lib/search/use-search-worker.js.map +1 -1
- package/build/src/lib/search/worker.js +7 -6
- package/build/src/lib/search/worker.js.map +1 -1
- package/build/src/options.d.ts.map +1 -1
- package/build/src/options.js +4 -2
- package/build/src/options.js.map +1 -1
- package/build/src/plugins/bundle-guard/index.d.ts +4 -0
- package/build/src/plugins/bundle-guard/index.d.ts.map +1 -0
- package/build/src/plugins/bundle-guard/index.js +33 -0
- package/build/src/plugins/bundle-guard/index.js.map +1 -0
- package/build/src/plugins/icons/base-set.d.ts +3 -0
- package/build/src/plugins/icons/base-set.d.ts.map +1 -0
- package/build/src/plugins/icons/base-set.js +52 -0
- package/build/src/plugins/icons/base-set.js.map +1 -0
- package/build/src/plugins/icons/generate.d.ts +3 -0
- package/build/src/plugins/icons/generate.d.ts.map +1 -0
- package/build/src/plugins/icons/generate.js +220 -0
- package/build/src/plugins/icons/generate.js.map +1 -0
- package/build/src/plugins/icons/index.d.ts +4 -0
- package/build/src/plugins/icons/index.d.ts.map +1 -0
- package/build/src/plugins/icons/index.js +61 -0
- package/build/src/plugins/icons/index.js.map +1 -0
- package/build/src/preset.d.ts.map +1 -1
- package/build/src/preset.js +14 -0
- package/build/src/preset.js.map +1 -1
- package/build/src/presets/envoy/preset.d.ts.map +1 -1
- package/build/src/presets/envoy/preset.js +0 -1
- package/build/src/presets/envoy/preset.js.map +1 -1
- package/build/src/presets/foundry/preset.d.ts.map +1 -1
- package/build/src/presets/foundry/preset.js +0 -1
- package/build/src/presets/foundry/preset.js.map +1 -1
- package/build/src/presets/lantern/preset.d.ts.map +1 -1
- package/build/src/presets/lantern/preset.js +0 -1
- package/build/src/presets/lantern/preset.js.map +1 -1
- package/build/src/presets/marshal/preset.d.ts.map +1 -1
- package/build/src/presets/marshal/preset.js +0 -1
- package/build/src/presets/marshal/preset.js.map +1 -1
- package/build/src/presets/sample/preset.d.ts.map +1 -1
- package/build/src/presets/sample/preset.js +0 -1
- package/build/src/presets/sample/preset.js.map +1 -1
- package/build/src/presets/sentinel/preset.d.ts.map +1 -1
- package/build/src/presets/sentinel/preset.js +0 -1
- package/build/src/presets/sentinel/preset.js.map +1 -1
- package/build/src/presets/signal/preset.d.ts.map +1 -1
- package/build/src/presets/signal/preset.js +0 -1
- package/build/src/presets/signal/preset.js.map +1 -1
- package/build/src/styles/theme/Navbar/style.css +25 -0
- package/build/src/tests/bundle-size.test.d.ts +2 -0
- package/build/src/tests/bundle-size.test.d.ts.map +1 -0
- package/build/src/tests/bundle-size.test.js +30 -0
- package/build/src/tests/bundle-size.test.js.map +1 -0
- package/build/src/tests/config-drift.test.js +141 -6
- package/build/src/tests/config-drift.test.js.map +1 -1
- package/build/src/tests/demo-coverage.test.js +0 -2
- package/build/src/tests/demo-coverage.test.js.map +1 -1
- package/build/src/tests/icons.test.d.ts +2 -0
- package/build/src/tests/icons.test.d.ts.map +1 -0
- package/build/src/tests/icons.test.js +110 -0
- package/build/src/tests/icons.test.js.map +1 -0
- package/build/src/tests/lib/css-generator.test.js +0 -18
- package/build/src/tests/lib/css-generator.test.js.map +1 -1
- package/build/src/tests/lib/search/worker.test.js +20 -7
- package/build/src/tests/lib/search/worker.test.js.map +1 -1
- package/build/src/tests/options.test.js +0 -3
- package/build/src/tests/options.test.js.map +1 -1
- package/build/src/tests/preset.test.js +6 -6
- package/build/src/tests/since-version.test.d.ts +2 -0
- package/build/src/tests/since-version.test.d.ts.map +1 -0
- package/build/src/tests/since-version.test.js +135 -0
- package/build/src/tests/since-version.test.js.map +1 -0
- package/build/src/tests/type-declarations.test.d.ts +1 -30
- package/build/src/tests/type-declarations.test.d.ts.map +1 -1
- package/build/src/tests/type-declarations.test.js +7 -3579
- package/build/src/tests/type-declarations.test.js.map +1 -1
- package/build/src/theme/Layout/index.d.ts.map +1 -1
- package/build/src/theme/Layout/index.js +5 -1
- package/build/src/theme/Layout/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.js +1 -1
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.js +1 -1
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/index.js +1 -1
- package/build/src/theme/Navbar/Compass/index.js.map +1 -1
- package/build/src/theme/Navbar/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/index.js +4 -3
- package/build/src/theme/Navbar/index.js.map +1 -1
- package/build/src/theme/Root/icons.d.ts +1 -1
- package/build/src/theme/Root/icons.d.ts.map +1 -1
- package/build/src/theme/Root/icons.js +1 -13
- package/build/src/theme/Root/icons.js.map +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-input.js +39 -2
- package/build/src/theme/SearchBar/search-input.js.map +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-provider.js +6 -1
- package/build/src/theme/SearchBar/search-provider.js.map +1 -1
- package/build/src/theme/SearchPage/index.d.ts.map +1 -1
- package/build/src/theme/SearchPage/index.js +8 -2
- package/build/src/theme/SearchPage/index.js.map +1 -1
- package/build/src/types/index.d.ts +17 -0
- package/build/src/types/lib/bundle-size.d.ts +18 -0
- package/build/src/types/lib/search/perform-search.d.ts +2 -0
- package/build/src/types/lib/search/use-search-worker.d.ts +8 -0
- package/build/src/types/lib/search/worker.d.ts +5 -0
- package/build/src/types/options.d.ts +12 -3
- package/build/src/types/plugins/bundle-guard/index.d.ts +45 -0
- package/build/src/types/plugins/icons/base-set.d.ts +6 -0
- package/build/src/types/plugins/icons/generate.d.ts +250 -0
- package/build/src/types/plugins/icons/index.d.ts +76 -0
- package/build/src/types/preset.d.ts +10 -0
- package/build/src/types/shared.d.ts +88 -3
- package/build/src/types/tests/bundle-size.test.d.ts +12 -0
- package/build/src/types/tests/config-drift.test.d.ts +154 -4
- package/build/src/types/tests/icons.test.d.ts +93 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +11 -0
- package/build/src/types/tests/nova-version-drift.test.d.ts +3 -3
- package/build/src/types/tests/options.test.d.ts +0 -2
- package/build/src/types/tests/since-version.test.d.ts +158 -0
- package/build/src/types/theme/Layout/index.d.ts +15 -0
- package/build/src/types/theme/Navbar/index.d.ts +3 -8
- package/build/src/types/theme/Root/icons.d.ts +1 -0
- package/build/src/types/theme/SearchBar/search-input.d.ts +49 -0
- package/build/src/types/theme/SearchBar/search-provider.d.ts +20 -0
- package/build/src/types/theme/SearchPage/index.d.ts +25 -0
- package/nova-config.d.ts +87 -73
- package/package.json +3 -8
- package/build/src/types/tests/type-declarations.test.d.ts +0 -4947
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Icons - Create Fixture Site.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.19.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_Icons_CreateFixtureSite_File_Path = string;
|
|
7
|
+
|
|
8
|
+
export type Tests_Icons_CreateFixtureSite_File_Content = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_Icons_CreateFixtureSite_File = {
|
|
11
|
+
path: Tests_Icons_CreateFixtureSite_File_Path;
|
|
12
|
+
content: Tests_Icons_CreateFixtureSite_File_Content;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export type Tests_Icons_CreateFixtureSite_Files = Tests_Icons_CreateFixtureSite_File[];
|
|
16
|
+
|
|
17
|
+
export type Tests_Icons_CreateFixtureSite_Returns = string;
|
|
18
|
+
|
|
19
|
+
export type Tests_Icons_CreateFixtureSite_Directory = string;
|
|
20
|
+
|
|
21
|
+
export type Tests_Icons_CreateFixtureSite_FilePath = string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Tests - Icons - Generate Icon Module - Discovers Icons From Content Theme Config And The Safelist.
|
|
25
|
+
*
|
|
26
|
+
* @since 0.19.0
|
|
27
|
+
*/
|
|
28
|
+
export type Tests_Icons_GenerateIconModule_DiscoversIconsFromContentThemeConfigAndTheSafelist_SiteDir = string;
|
|
29
|
+
|
|
30
|
+
export type Tests_Icons_GenerateIconModule_DiscoversIconsFromContentThemeConfigAndTheSafelist_Source = string;
|
|
31
|
+
|
|
32
|
+
export type Tests_Icons_GenerateIconModule_DiscoversIconsFromContentThemeConfigAndTheSafelist_Registered = string[];
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Tests - Icons - Generate Icon Module - Registers The Entire Preset Base Set.
|
|
36
|
+
*
|
|
37
|
+
* @since 0.19.0
|
|
38
|
+
*/
|
|
39
|
+
export type Tests_Icons_GenerateIconModule_RegistersTheEntirePresetBaseSet_SiteDir = string;
|
|
40
|
+
|
|
41
|
+
export type Tests_Icons_GenerateIconModule_RegistersTheEntirePresetBaseSet_Source = string;
|
|
42
|
+
|
|
43
|
+
export type Tests_Icons_GenerateIconModule_RegistersTheEntirePresetBaseSet_Registered = string[];
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Tests - Icons - Generate Icon Module - Skips Unresolved Names And Ignores Non Collection Prefixes.
|
|
47
|
+
*
|
|
48
|
+
* @since 0.19.0
|
|
49
|
+
*/
|
|
50
|
+
export type Tests_Icons_GenerateIconModule_SkipsUnresolvedNamesAndIgnoresNonCollectionPrefixes_SiteDir = string;
|
|
51
|
+
|
|
52
|
+
export type Tests_Icons_GenerateIconModule_SkipsUnresolvedNamesAndIgnoresNonCollectionPrefixes_Source = string;
|
|
53
|
+
|
|
54
|
+
export type Tests_Icons_GenerateIconModule_SkipsUnresolvedNamesAndIgnoresNonCollectionPrefixes_Registered = string[];
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Tests - Icons - Parse Registered Identifiers.
|
|
58
|
+
*
|
|
59
|
+
* @since 0.19.0
|
|
60
|
+
*/
|
|
61
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Source = string;
|
|
62
|
+
|
|
63
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Returns = string[];
|
|
64
|
+
|
|
65
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_AddCollectionPrefix = string;
|
|
66
|
+
|
|
67
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_AddCollectionSuffix = string;
|
|
68
|
+
|
|
69
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Identifiers = string[];
|
|
70
|
+
|
|
71
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Lines = string[];
|
|
72
|
+
|
|
73
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Json = string;
|
|
74
|
+
|
|
75
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Collection_Prefix = string;
|
|
76
|
+
|
|
77
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Collection_Icons = Record<string, unknown>;
|
|
78
|
+
|
|
79
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Collection_Aliases = Record<string, unknown> | undefined;
|
|
80
|
+
|
|
81
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Collection = {
|
|
82
|
+
prefix: Tests_Icons_ParseRegisteredIdentifiers_Collection_Prefix;
|
|
83
|
+
icons: Tests_Icons_ParseRegisteredIdentifiers_Collection_Icons;
|
|
84
|
+
aliases?: Tests_Icons_ParseRegisteredIdentifiers_Collection_Aliases;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Prefix = string;
|
|
88
|
+
|
|
89
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_IconNames = string[];
|
|
90
|
+
|
|
91
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_Aliases = Record<string, unknown> | undefined;
|
|
92
|
+
|
|
93
|
+
export type Tests_Icons_ParseRegisteredIdentifiers_AliasNames = string[];
|
|
@@ -48,6 +48,10 @@ export type Tests_Lib_Search_Worker_Results = Tests_Lib_Search_Worker_Hit[];
|
|
|
48
48
|
|
|
49
49
|
export type Tests_Lib_Search_Worker_FirstHit = Tests_Lib_Search_Worker_Hit | undefined;
|
|
50
50
|
|
|
51
|
+
export type Tests_Lib_Search_Worker_NarrowResults = Tests_Lib_Search_Worker_Hit[];
|
|
52
|
+
|
|
53
|
+
export type Tests_Lib_Search_Worker_WiderResults = Tests_Lib_Search_Worker_Hit[];
|
|
54
|
+
|
|
51
55
|
export type Tests_Lib_Search_Worker_Paths = string[];
|
|
52
56
|
|
|
53
57
|
export type Tests_Lib_Search_Worker_UniquePaths = Set<string>;
|
|
@@ -134,6 +138,13 @@ export type Tests_Lib_Search_Worker_PerformSearchExact_ReturnsMatchingDocumentsF
|
|
|
134
138
|
*/
|
|
135
139
|
export type Tests_Lib_Search_Worker_PerformSearchFuzzy_MatchesNearMissQueriesViaFuzzyStrategy_Index = unknown;
|
|
136
140
|
|
|
141
|
+
/**
|
|
142
|
+
* Tests - Lib - Search - Worker - PerformSearch Fuzzy Distance - Widens Fuzzy Matching As The Distance Increases.
|
|
143
|
+
*
|
|
144
|
+
* @since 0.19.0
|
|
145
|
+
*/
|
|
146
|
+
export type Tests_Lib_Search_Worker_PerformSearchFuzzyDistance_WidensFuzzyMatchingAsTheDistanceIncreases_Index = unknown;
|
|
147
|
+
|
|
137
148
|
/**
|
|
138
149
|
* Tests - Lib - Search - Worker - PerformSearch Limit - Caps Results At The Specified Limit.
|
|
139
150
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Tests - Nova Version Drift - Nova Version Drift.
|
|
3
3
|
*
|
|
4
|
-
* @since 0.17.
|
|
4
|
+
* @since 0.17.0
|
|
5
5
|
*/
|
|
6
6
|
export type Tests_NovaVersionDrift_NovaVersionDrift_Manifest = {
|
|
7
7
|
version?: string;
|
|
@@ -27,13 +27,13 @@ export type Tests_NovaVersionDrift_NovaVersionDrift_NovaVersion = string;
|
|
|
27
27
|
/**
|
|
28
28
|
* Tests - Nova Version Drift - Nova Version Drift - Matches The Neighboring Cbnventures Nova Package Version.
|
|
29
29
|
*
|
|
30
|
-
* @since 0.
|
|
30
|
+
* @since 0.19.0
|
|
31
31
|
*/
|
|
32
32
|
export type Tests_NovaVersionDrift_NovaVersionDrift_MatchesTheNeighboringCbnventuresNovaPackageVersion_PresetNovaDependency = string;
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* Tests - Nova Version Drift - Nova Version Drift - Preset Version Matches The Neighboring Cbnventures Nova Version.
|
|
36
36
|
*
|
|
37
|
-
* @since 0.
|
|
37
|
+
* @since 0.19.0
|
|
38
38
|
*/
|
|
39
39
|
export type Tests_NovaVersionDrift_NovaVersionDrift_PresetVersionMatchesTheNeighboringCbnventuresNovaVersion_PresetVersion = string;
|
|
@@ -422,8 +422,6 @@ export type Tests_Options_ValidateThemeConfig_AcceptsSiteNamespaceWithTitleAndMe
|
|
|
422
422
|
|
|
423
423
|
export type Tests_Options_ValidateThemeConfig_AcceptsSiteNamespaceWithTitleAndMetadata_Site = Record<string, unknown>;
|
|
424
424
|
|
|
425
|
-
export type Tests_Options_ValidateThemeConfig_AcceptsSiteNamespaceWithTitleAndMetadata_SiteTitle = string;
|
|
426
|
-
|
|
427
425
|
export type Tests_Options_ValidateThemeConfig_AcceptsSiteNamespaceWithTitleAndMetadata_SiteMetadata = unknown[];
|
|
428
426
|
|
|
429
427
|
/**
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { CommentRange, Node, SourceFile } from 'typescript';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Since Version.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.20.0
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_SinceVersion_PackageJsonRaw = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_SinceVersion_PackageJson = {
|
|
11
|
+
version?: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export type Tests_SinceVersion_PackageVersion = string;
|
|
15
|
+
|
|
16
|
+
export type Tests_SinceVersion_SrcDir = string;
|
|
17
|
+
|
|
18
|
+
export type Tests_SinceVersion_RawEntries = string[];
|
|
19
|
+
|
|
20
|
+
export type Tests_SinceVersion_SourceFiles = string[];
|
|
21
|
+
|
|
22
|
+
export type Tests_SinceVersion_SourceFile = string;
|
|
23
|
+
|
|
24
|
+
export type Tests_SinceVersion_FileContent = string;
|
|
25
|
+
|
|
26
|
+
export type Tests_SinceVersion_TagValues = string[];
|
|
27
|
+
|
|
28
|
+
export type Tests_SinceVersion_TagValue = string;
|
|
29
|
+
|
|
30
|
+
export type Tests_SinceVersion_Violation = string;
|
|
31
|
+
|
|
32
|
+
export type Tests_SinceVersion_MessageParts = string[];
|
|
33
|
+
|
|
34
|
+
export type Tests_SinceVersion_Message = string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Tests - Since Version - Compare Semver Lte.
|
|
38
|
+
*
|
|
39
|
+
* @since 0.20.0
|
|
40
|
+
*/
|
|
41
|
+
export type Tests_SinceVersion_CompareSemverLte_A = string;
|
|
42
|
+
|
|
43
|
+
export type Tests_SinceVersion_CompareSemverLte_B = string;
|
|
44
|
+
|
|
45
|
+
export type Tests_SinceVersion_CompareSemverLte_Returns = boolean;
|
|
46
|
+
|
|
47
|
+
export type Tests_SinceVersion_CompareSemverLte_PartsA = number[];
|
|
48
|
+
|
|
49
|
+
export type Tests_SinceVersion_CompareSemverLte_PartsB = number[];
|
|
50
|
+
|
|
51
|
+
export type Tests_SinceVersion_CompareSemverLte_Length = number;
|
|
52
|
+
|
|
53
|
+
export type Tests_SinceVersion_CompareSemverLte_ValA = number;
|
|
54
|
+
|
|
55
|
+
export type Tests_SinceVersion_CompareSemverLte_ValB = number;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Tests - Since Version - Extract Tag Values.
|
|
59
|
+
*
|
|
60
|
+
* @since 0.20.0
|
|
61
|
+
*/
|
|
62
|
+
export type Tests_SinceVersion_ExtractTagValues_FilePath = string;
|
|
63
|
+
|
|
64
|
+
export type Tests_SinceVersion_ExtractTagValues_Content = string;
|
|
65
|
+
|
|
66
|
+
export type Tests_SinceVersion_ExtractTagValues_Returns = string[];
|
|
67
|
+
|
|
68
|
+
export type Tests_SinceVersion_ExtractTagValues_Sf = SourceFile;
|
|
69
|
+
|
|
70
|
+
export type Tests_SinceVersion_ExtractTagValues_Seen = Set<string>;
|
|
71
|
+
|
|
72
|
+
export type Tests_SinceVersion_ExtractTagValues_Values = string[];
|
|
73
|
+
|
|
74
|
+
export type Tests_SinceVersion_ExtractTagValues_TagRe = RegExp;
|
|
75
|
+
|
|
76
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Node = Node;
|
|
77
|
+
|
|
78
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Returns = void;
|
|
79
|
+
|
|
80
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Ranges = CommentRange[] | undefined;
|
|
81
|
+
|
|
82
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_R = CommentRange;
|
|
83
|
+
|
|
84
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Key = string;
|
|
85
|
+
|
|
86
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_CommentText = string;
|
|
87
|
+
|
|
88
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_TagMatch = RegExpExecArray | null;
|
|
89
|
+
|
|
90
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_TagValue = string;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Tests - Since Version - Is Valid Tag Value.
|
|
94
|
+
*
|
|
95
|
+
* @since 0.20.0
|
|
96
|
+
*/
|
|
97
|
+
export type Tests_SinceVersion_IsValidTagValue_Value = string;
|
|
98
|
+
|
|
99
|
+
export type Tests_SinceVersion_IsValidTagValue_PackageVersion = string;
|
|
100
|
+
|
|
101
|
+
export type Tests_SinceVersion_IsValidTagValue_Returns = boolean;
|
|
102
|
+
|
|
103
|
+
export type Tests_SinceVersion_IsValidTagValue_SemverMatch = RegExpMatchArray | null;
|
|
104
|
+
|
|
105
|
+
export type Tests_SinceVersion_IsValidTagValue_PackageJsonPath = string;
|
|
106
|
+
|
|
107
|
+
export type Tests_SinceVersion_IsValidTagValue_CurrentVersion = string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Tests - Since Version - Is Valid Tag Value - Accepts Since 0.18.0 Past Version.
|
|
111
|
+
*
|
|
112
|
+
* @since 0.20.0
|
|
113
|
+
*/
|
|
114
|
+
export type Tests_SinceVersion_IsValidTagValue_AcceptsSince0180PastVersion_Fixture = string;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Tests - Since Version - Is Valid Tag Value - Accepts Since Equal To The Current Package Version Boundary.
|
|
118
|
+
*
|
|
119
|
+
* @since 0.20.0
|
|
120
|
+
*/
|
|
121
|
+
export type Tests_SinceVersion_IsValidTagValue_AcceptsSinceEqualToTheCurrentPackageVersionBoundary_Fixture = string;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Tests - Since Version - Is Valid Tag Value - Accepts Since UNRELEASED.
|
|
125
|
+
*
|
|
126
|
+
* @since 0.20.0
|
|
127
|
+
*/
|
|
128
|
+
export type Tests_SinceVersion_IsValidTagValue_AcceptsSinceUNRELEASED_Fixture = string;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Tests - Since Version - Is Valid Tag Value - Rejects Since 0.99.0 Future Version.
|
|
132
|
+
*
|
|
133
|
+
* @since 0.20.0
|
|
134
|
+
*/
|
|
135
|
+
export type Tests_SinceVersion_IsValidTagValue_RejectsSince0990FutureVersion_Fixture = string;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Tests - Since Version - Is Valid Tag Value - Rejects Since Banana Non Semver Non UNRELEASED.
|
|
139
|
+
*
|
|
140
|
+
* @since 0.20.0
|
|
141
|
+
*/
|
|
142
|
+
export type Tests_SinceVersion_IsValidTagValue_RejectsSinceBananaNonSemverNonUNRELEASED_Fixture = string;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Tests - Since Version - Since Version Scan.
|
|
146
|
+
*
|
|
147
|
+
* @since 0.20.0
|
|
148
|
+
*/
|
|
149
|
+
export type Tests_SinceVersion_SinceVersionScan_PackageDirectory = string;
|
|
150
|
+
|
|
151
|
+
export type Tests_SinceVersion_SinceVersionScan_PackageJsonPath = string;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Tests - Since Version - Since Version Scan - Every Since Deprecated Value Is UNRELEASED Or A Released Version.
|
|
155
|
+
*
|
|
156
|
+
* @since 0.20.0
|
|
157
|
+
*/
|
|
158
|
+
export type Tests_SinceVersion_SinceVersionScan_EverySinceDeprecatedValueIsUNRELEASEDOrAReleasedVersion_Violations = string[];
|
|
@@ -30,4 +30,19 @@ export type Theme_Layout_Index_Layout_Props = {
|
|
|
30
30
|
[key: string]: unknown;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
+
export type Theme_Layout_Index_Layout_PluginData_Search_HighlightSearchTermsOnTargetPage = boolean;
|
|
34
|
+
|
|
35
|
+
export type Theme_Layout_Index_Layout_PluginData_Search = {
|
|
36
|
+
highlightSearchTermsOnTargetPage?: Theme_Layout_Index_Layout_PluginData_Search_HighlightSearchTermsOnTargetPage;
|
|
37
|
+
} | undefined;
|
|
38
|
+
|
|
39
|
+
export type Theme_Layout_Index_Layout_PluginData = {
|
|
40
|
+
search?: Theme_Layout_Index_Layout_PluginData_Search;
|
|
41
|
+
[key: string]: unknown;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export type Theme_Layout_Index_Layout_SearchSettings = Theme_Layout_Index_Layout_PluginData_Search;
|
|
45
|
+
|
|
46
|
+
export type Theme_Layout_Index_Layout_HighlightSearchTerms = boolean;
|
|
47
|
+
|
|
33
48
|
export type Theme_Layout_Index_Layout_MetadataSpread = Record<string, unknown>;
|
|
@@ -50,8 +50,6 @@ export type Theme_Navbar_Index_UserLogoWordmark_Value = {
|
|
|
50
50
|
|
|
51
51
|
export type Theme_Navbar_Index_UserLogoWordmark = Theme_Navbar_Index_UserLogoWordmark_Value | undefined;
|
|
52
52
|
|
|
53
|
-
export type Theme_Navbar_Index_UserLogoTitle = string | undefined;
|
|
54
|
-
|
|
55
53
|
export type Theme_Navbar_Index_UserLogoAlt = string | undefined;
|
|
56
54
|
|
|
57
55
|
export type Theme_Navbar_Index_UserLogoHref = string | undefined;
|
|
@@ -64,8 +62,6 @@ export type Theme_Navbar_Index_UserLogoAriaLabel = string | undefined;
|
|
|
64
62
|
|
|
65
63
|
export type Theme_Navbar_Index_PresetLogoSrc = string | undefined;
|
|
66
64
|
|
|
67
|
-
export type Theme_Navbar_Index_PresetLogoTitle = string | undefined;
|
|
68
|
-
|
|
69
65
|
export type Theme_Navbar_Index_PresetLogoAlt = string | undefined;
|
|
70
66
|
|
|
71
67
|
export type Theme_Navbar_Index_SiteLogo_Src_Value_Light = string | undefined;
|
|
@@ -225,10 +221,11 @@ export type Theme_Navbar_Index_Navbar_ThemeConfigCast = unknown;
|
|
|
225
221
|
|
|
226
222
|
export type Theme_Navbar_Index_Navbar_ThemeConfig = Record<string, unknown>;
|
|
227
223
|
|
|
228
|
-
export type
|
|
224
|
+
export type Theme_Navbar_Index_Navbar_DocusaurusContext = ReturnType<typeof import('@docusaurus/useDocusaurusContext').default>;
|
|
225
|
+
|
|
226
|
+
export type Theme_Navbar_Index_Navbar_SiteTitle = string;
|
|
229
227
|
|
|
230
228
|
export type Theme_Navbar_Index_Navbar_SiteConfig = {
|
|
231
|
-
title: Theme_Navbar_Index_Navbar_SiteConfig_Title;
|
|
232
229
|
[key: string]: unknown;
|
|
233
230
|
};
|
|
234
231
|
|
|
@@ -274,8 +271,6 @@ export type Theme_Navbar_Index_Navbar_ColorModeChoice = Theme_Navbar_Index_Navba
|
|
|
274
271
|
|
|
275
272
|
export type Theme_Navbar_Index_Navbar_SetColorMode = (colorMode: Theme_Navbar_Index_Navbar_ColorModeChoice) => void;
|
|
276
273
|
|
|
277
|
-
export type Theme_Navbar_Index_Navbar_SiteTitle = string;
|
|
278
|
-
|
|
279
274
|
export type Theme_Navbar_Index_Navbar_Items = Theme_Navbar_Index_Navbar_Item[];
|
|
280
275
|
|
|
281
276
|
export type Theme_Navbar_Index_Navbar_Variant = Shared_Preset_Navbar;
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
import type { Shared_SearchWorkerSearchHit } from '../../shared.d.ts';
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* Theme - Search Bar - Search Input - Parse Shortcut Keymap.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.19.0
|
|
7
|
+
*/
|
|
8
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Keymap = string;
|
|
9
|
+
|
|
10
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Returns_Key = string;
|
|
11
|
+
|
|
12
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Returns_Modifiers = string[];
|
|
13
|
+
|
|
14
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Returns = {
|
|
15
|
+
key: Theme_SearchBar_SearchInput_ParseShortcutKeymap_Returns_Key;
|
|
16
|
+
modifiers: Theme_SearchBar_SearchInput_ParseShortcutKeymap_Returns_Modifiers;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Function = (keymap: Theme_SearchBar_SearchInput_ParseShortcutKeymap_Keymap) => Theme_SearchBar_SearchInput_ParseShortcutKeymap_Returns;
|
|
20
|
+
|
|
21
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Tokens = string[];
|
|
22
|
+
|
|
23
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Key = string;
|
|
24
|
+
|
|
25
|
+
export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Modifiers = string[];
|
|
26
|
+
|
|
3
27
|
/**
|
|
4
28
|
* Theme - Search Bar - Search Input - Search Input.
|
|
5
29
|
*
|
|
@@ -25,6 +49,21 @@ export type Theme_SearchBar_SearchInput_HandleQueryChange = import('./search-con
|
|
|
25
49
|
|
|
26
50
|
export type Theme_SearchBar_SearchInput_InputRef = import('./search-context.d.ts').Theme_SearchBar_SearchContext_Value_InputRef;
|
|
27
51
|
|
|
52
|
+
export type Theme_SearchBar_SearchInput_PluginData_Search_SearchBarShortcutKeymap = string;
|
|
53
|
+
|
|
54
|
+
export type Theme_SearchBar_SearchInput_PluginData_Search = {
|
|
55
|
+
searchBarShortcutKeymap?: Theme_SearchBar_SearchInput_PluginData_Search_SearchBarShortcutKeymap;
|
|
56
|
+
} | undefined;
|
|
57
|
+
|
|
58
|
+
export type Theme_SearchBar_SearchInput_PluginData = {
|
|
59
|
+
search?: Theme_SearchBar_SearchInput_PluginData_Search;
|
|
60
|
+
[key: string]: unknown;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export type Theme_SearchBar_SearchInput_SearchSettings = Theme_SearchBar_SearchInput_PluginData_Search;
|
|
64
|
+
|
|
65
|
+
export type Theme_SearchBar_SearchInput_ShortcutKeymap = string;
|
|
66
|
+
|
|
28
67
|
export type Theme_SearchBar_SearchInput_IsActive = boolean;
|
|
29
68
|
|
|
30
69
|
export type Theme_SearchBar_SearchInput_PreviousIsActiveRef = React.RefObject<boolean>;
|
|
@@ -41,10 +80,20 @@ export type Theme_SearchBar_SearchInput_SearchInput_OnSwapEnd_Function = (event:
|
|
|
41
80
|
|
|
42
81
|
export type Theme_SearchBar_SearchInput_SearchInput_HandleKeyDown_Function = (event: Theme_SearchBar_SearchInput_KeyboardEvent) => void;
|
|
43
82
|
|
|
83
|
+
export type Theme_SearchBar_SearchInput_ParsedKeymap = Theme_SearchBar_SearchInput_ParseShortcutKeymap_Returns;
|
|
84
|
+
|
|
85
|
+
export type Theme_SearchBar_SearchInput_ShortcutKey = string;
|
|
86
|
+
|
|
87
|
+
export type Theme_SearchBar_SearchInput_ShortcutModifiers = string[];
|
|
88
|
+
|
|
44
89
|
export type Theme_SearchBar_SearchInput_KeyboardEvent = KeyboardEvent;
|
|
45
90
|
|
|
46
91
|
export type Theme_SearchBar_SearchInput_IsMac = boolean;
|
|
47
92
|
|
|
93
|
+
export type Theme_SearchBar_SearchInput_ModifiersMatch = boolean;
|
|
94
|
+
|
|
95
|
+
export type Theme_SearchBar_SearchInput_Modifier = string;
|
|
96
|
+
|
|
48
97
|
export type Theme_SearchBar_SearchInput_IsShortcutMatch = boolean;
|
|
49
98
|
|
|
50
99
|
export type Theme_SearchBar_SearchInput_HandleInputChangeFunction = (event: Theme_SearchBar_SearchInput_InputChangeEvent) => void;
|
|
@@ -21,6 +21,26 @@ export type Theme_SearchBar_SearchProvider_WorkerUrl = string;
|
|
|
21
21
|
|
|
22
22
|
export type Theme_SearchBar_SearchProvider_ManifestUrl = string;
|
|
23
23
|
|
|
24
|
+
export type Theme_SearchBar_SearchProvider_PluginData_Search_SearchResultLimits = number;
|
|
25
|
+
|
|
26
|
+
export type Theme_SearchBar_SearchProvider_PluginData_Search_FuzzyMatchingDistance = number;
|
|
27
|
+
|
|
28
|
+
export type Theme_SearchBar_SearchProvider_PluginData_Search = {
|
|
29
|
+
searchResultLimits?: Theme_SearchBar_SearchProvider_PluginData_Search_SearchResultLimits;
|
|
30
|
+
fuzzyMatchingDistance?: Theme_SearchBar_SearchProvider_PluginData_Search_FuzzyMatchingDistance;
|
|
31
|
+
} | undefined;
|
|
32
|
+
|
|
33
|
+
export type Theme_SearchBar_SearchProvider_PluginData = {
|
|
34
|
+
search?: Theme_SearchBar_SearchProvider_PluginData_Search;
|
|
35
|
+
[key: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export type Theme_SearchBar_SearchProvider_SearchSettings = Theme_SearchBar_SearchProvider_PluginData_Search;
|
|
39
|
+
|
|
40
|
+
export type Theme_SearchBar_SearchProvider_SearchResultLimits = number;
|
|
41
|
+
|
|
42
|
+
export type Theme_SearchBar_SearchProvider_FuzzyMatchingDistance = number;
|
|
43
|
+
|
|
24
44
|
export type Theme_SearchBar_SearchProvider_SearchWorker = import('../../lib/search/use-search-worker.d.ts').Lib_Search_UseSearchWorker_Returns;
|
|
25
45
|
|
|
26
46
|
export type Theme_SearchBar_SearchProvider_QueryState = [Theme_SearchBar_SearchProvider_Query, Theme_SearchBar_SearchProvider_SetQuery];
|
|
@@ -25,6 +25,31 @@ export type Theme_SearchPage_Index_SearchPage_WorkerUrl = string;
|
|
|
25
25
|
|
|
26
26
|
export type Theme_SearchPage_Index_SearchPage_ManifestUrl = string;
|
|
27
27
|
|
|
28
|
+
export type Theme_SearchPage_Index_SearchPage_PluginData_Search_SearchResultLimits = number;
|
|
29
|
+
|
|
30
|
+
export type Theme_SearchPage_Index_SearchPage_PluginData_Search_FuzzyMatchingDistance = number;
|
|
31
|
+
|
|
32
|
+
export type Theme_SearchPage_Index_SearchPage_PluginData_Search_HighlightSearchTermsOnTargetPage = boolean;
|
|
33
|
+
|
|
34
|
+
export type Theme_SearchPage_Index_SearchPage_PluginData_Search = {
|
|
35
|
+
searchResultLimits?: Theme_SearchPage_Index_SearchPage_PluginData_Search_SearchResultLimits;
|
|
36
|
+
fuzzyMatchingDistance?: Theme_SearchPage_Index_SearchPage_PluginData_Search_FuzzyMatchingDistance;
|
|
37
|
+
highlightSearchTermsOnTargetPage?: Theme_SearchPage_Index_SearchPage_PluginData_Search_HighlightSearchTermsOnTargetPage;
|
|
38
|
+
} | undefined;
|
|
39
|
+
|
|
40
|
+
export type Theme_SearchPage_Index_SearchPage_PluginData = {
|
|
41
|
+
search?: Theme_SearchPage_Index_SearchPage_PluginData_Search;
|
|
42
|
+
[key: string]: unknown;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export type Theme_SearchPage_Index_SearchPage_SearchSettings = Theme_SearchPage_Index_SearchPage_PluginData_Search;
|
|
46
|
+
|
|
47
|
+
export type Theme_SearchPage_Index_SearchPage_SearchResultLimits = number;
|
|
48
|
+
|
|
49
|
+
export type Theme_SearchPage_Index_SearchPage_FuzzyMatchingDistance = number;
|
|
50
|
+
|
|
51
|
+
export type Theme_SearchPage_Index_SearchPage_HighlightSearchTerms = boolean;
|
|
52
|
+
|
|
28
53
|
export type Theme_SearchPage_Index_SearchPage_SearchWorker = import('../../lib/search/use-search-worker.d.ts').Lib_Search_UseSearchWorker_Returns;
|
|
29
54
|
|
|
30
55
|
export type Theme_SearchPage_Index_SearchPage_SearchParams = URLSearchParams;
|