@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
package/nova-config.d.ts
CHANGED
|
@@ -6,106 +6,120 @@ import type {
|
|
|
6
6
|
RouteConfig,
|
|
7
7
|
} from '@docusaurus/types';
|
|
8
8
|
|
|
9
|
-
// Primary brand color - hex
|
|
10
|
-
export type
|
|
9
|
+
// Primary brand color - light mode hex (e.g., "#DC2626").
|
|
10
|
+
export type NovaPresetOverridesColorsPrimaryLight = string | undefined;
|
|
11
11
|
|
|
12
|
-
//
|
|
13
|
-
export type
|
|
12
|
+
// Primary brand color - dark mode hex (e.g., "#F87171").
|
|
13
|
+
export type NovaPresetOverridesColorsPrimaryDark = string | undefined;
|
|
14
14
|
|
|
15
|
-
//
|
|
16
|
-
export type
|
|
15
|
+
// Primary brand color override - light/dark hex pair.
|
|
16
|
+
export type NovaPresetOverridesColorsPrimary = {
|
|
17
|
+
light: NovaPresetOverridesColorsPrimaryLight;
|
|
18
|
+
dark: NovaPresetOverridesColorsPrimaryDark;
|
|
19
|
+
};
|
|
17
20
|
|
|
18
|
-
//
|
|
19
|
-
export type
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
// Secondary accent color - light mode hex (e.g., "#FBBF24").
|
|
22
|
+
export type NovaPresetOverridesColorsSecondaryLight = string | undefined;
|
|
23
|
+
|
|
24
|
+
// Secondary accent color - dark mode hex (e.g., "#FBBF24").
|
|
25
|
+
export type NovaPresetOverridesColorsSecondaryDark = string | undefined;
|
|
26
|
+
|
|
27
|
+
// Secondary accent color override - light/dark hex pair.
|
|
28
|
+
export type NovaPresetOverridesColorsSecondary = {
|
|
29
|
+
light: NovaPresetOverridesColorsSecondaryLight;
|
|
30
|
+
dark: NovaPresetOverridesColorsSecondaryDark;
|
|
23
31
|
};
|
|
24
32
|
|
|
25
|
-
//
|
|
26
|
-
export type
|
|
33
|
+
// Body text color - light mode hex (e.g., "#1C1917").
|
|
34
|
+
export type NovaPresetOverridesColorsTextLight = string | undefined;
|
|
27
35
|
|
|
28
|
-
// Body text
|
|
29
|
-
export type
|
|
36
|
+
// Body text color - dark mode hex (e.g., "#E7E5E4").
|
|
37
|
+
export type NovaPresetOverridesColorsTextDark = string | undefined;
|
|
30
38
|
|
|
31
|
-
//
|
|
32
|
-
export type
|
|
39
|
+
// Body text color override - light/dark hex pair.
|
|
40
|
+
export type NovaPresetOverridesColorsText = {
|
|
41
|
+
light: NovaPresetOverridesColorsTextLight;
|
|
42
|
+
dark: NovaPresetOverridesColorsTextDark;
|
|
43
|
+
};
|
|
33
44
|
|
|
34
|
-
//
|
|
35
|
-
export type
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
// Border and divider color - light mode hex (e.g., "#D6D3D1").
|
|
46
|
+
export type NovaPresetOverridesColorsBorderLight = string | undefined;
|
|
47
|
+
|
|
48
|
+
// Border and divider color - dark mode hex (e.g., "#44403C").
|
|
49
|
+
export type NovaPresetOverridesColorsBorderDark = string | undefined;
|
|
50
|
+
|
|
51
|
+
// Border and divider color override - light/dark hex pair.
|
|
52
|
+
export type NovaPresetOverridesColorsBorder = {
|
|
53
|
+
light: NovaPresetOverridesColorsBorderLight;
|
|
54
|
+
dark: NovaPresetOverridesColorsBorderDark;
|
|
39
55
|
};
|
|
40
56
|
|
|
41
|
-
//
|
|
42
|
-
export type
|
|
57
|
+
// Warning admonition color - light mode hex (e.g., "#F59E0B").
|
|
58
|
+
export type NovaPresetOverridesColorsWarningLight = string | undefined;
|
|
43
59
|
|
|
44
|
-
//
|
|
45
|
-
export type
|
|
60
|
+
// Warning admonition color - dark mode hex (e.g., "#FBBF24").
|
|
61
|
+
export type NovaPresetOverridesColorsWarningDark = string | undefined;
|
|
46
62
|
|
|
47
|
-
//
|
|
48
|
-
export type
|
|
49
|
-
|
|
50
|
-
|
|
63
|
+
// Warning admonition color override - light/dark hex pair.
|
|
64
|
+
export type NovaPresetOverridesColorsWarning = {
|
|
65
|
+
light: NovaPresetOverridesColorsWarningLight;
|
|
66
|
+
dark: NovaPresetOverridesColorsWarningDark;
|
|
51
67
|
};
|
|
52
68
|
|
|
53
|
-
//
|
|
54
|
-
export type
|
|
69
|
+
// Danger/error admonition color - light mode hex (e.g., "#EF4444").
|
|
70
|
+
export type NovaPresetOverridesColorsDangerLight = string | undefined;
|
|
55
71
|
|
|
56
|
-
//
|
|
57
|
-
export type
|
|
72
|
+
// Danger/error admonition color - dark mode hex (e.g., "#F87171").
|
|
73
|
+
export type NovaPresetOverridesColorsDangerDark = string | undefined;
|
|
58
74
|
|
|
59
|
-
//
|
|
60
|
-
export type
|
|
61
|
-
|
|
62
|
-
|
|
75
|
+
// Danger/error admonition color override - light/dark hex pair.
|
|
76
|
+
export type NovaPresetOverridesColorsDanger = {
|
|
77
|
+
light: NovaPresetOverridesColorsDangerLight;
|
|
78
|
+
dark: NovaPresetOverridesColorsDangerDark;
|
|
63
79
|
};
|
|
64
80
|
|
|
65
|
-
//
|
|
66
|
-
export type
|
|
81
|
+
// Brand color overrides - each category is a light/dark hex pair.
|
|
82
|
+
export type NovaPresetOverridesColors = {
|
|
83
|
+
primary: NovaPresetOverridesColorsPrimary;
|
|
84
|
+
secondary: NovaPresetOverridesColorsSecondary;
|
|
85
|
+
text: NovaPresetOverridesColorsText;
|
|
86
|
+
border: NovaPresetOverridesColorsBorder;
|
|
87
|
+
warning: NovaPresetOverridesColorsWarning;
|
|
88
|
+
danger: NovaPresetOverridesColorsDanger;
|
|
89
|
+
};
|
|
67
90
|
|
|
68
|
-
//
|
|
69
|
-
export type
|
|
91
|
+
// Display/heading font family (e.g., "Sora", "Plus Jakarta Sans").
|
|
92
|
+
export type NovaPresetOverridesFontsDisplay = string | undefined;
|
|
93
|
+
|
|
94
|
+
// Body text font family (e.g., "Inter", "DM Sans").
|
|
95
|
+
export type NovaPresetOverridesFontsBody = string | undefined;
|
|
70
96
|
|
|
71
|
-
//
|
|
72
|
-
export type
|
|
97
|
+
// Code/monospace font family (e.g., "Fira Code", "JetBrains Mono").
|
|
98
|
+
export type NovaPresetOverridesFontsCode = string | undefined;
|
|
73
99
|
|
|
74
|
-
//
|
|
75
|
-
export type
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
100
|
+
// Font family overrides.
|
|
101
|
+
export type NovaPresetOverridesFonts = {
|
|
102
|
+
display: NovaPresetOverridesFontsDisplay;
|
|
103
|
+
body: NovaPresetOverridesFontsBody;
|
|
104
|
+
code: NovaPresetOverridesFontsCode;
|
|
79
105
|
};
|
|
80
106
|
|
|
81
|
-
// Override preset brand colors (e.g., { primary: "#DC2626" }).
|
|
107
|
+
// Override preset brand colors (e.g., { primary: { light: "#DC2626" } }).
|
|
82
108
|
export type NovaPresetOverridesColorsPartial = Partial<NovaPresetOverridesColors> | undefined;
|
|
83
109
|
|
|
84
110
|
// Override preset font families (e.g., { display: "Sora" }).
|
|
85
111
|
export type NovaPresetOverridesFontsPartial = Partial<NovaPresetOverridesFonts> | undefined;
|
|
86
112
|
|
|
87
|
-
// Override preset border radius and spacing density.
|
|
88
|
-
export type NovaPresetOverridesShapePartial = Partial<NovaPresetOverridesShape> | undefined;
|
|
89
|
-
|
|
90
|
-
// Override preset card and code block depth styling.
|
|
91
|
-
export type NovaPresetOverridesDepthPartial = Partial<NovaPresetOverridesDepth> | undefined;
|
|
92
|
-
|
|
93
|
-
// Override preset animation speed and effects.
|
|
94
|
-
export type NovaPresetOverridesMotionPartial = Partial<NovaPresetOverridesMotion> | undefined;
|
|
95
|
-
|
|
96
113
|
// Navbar variant override.
|
|
97
114
|
export type NovaPresetOverridesNavbar = 'bridge' | 'canopy' | 'monolith' | 'compass' | undefined;
|
|
98
115
|
|
|
99
116
|
// Footer variant override.
|
|
100
117
|
export type NovaPresetOverridesFooter = 'commons' | 'embassy' | 'ledger' | 'launchpad' | undefined;
|
|
101
118
|
|
|
102
|
-
// Preset visual overrides - colors, fonts,
|
|
119
|
+
// Preset visual overrides - colors, fonts, and navbar/footer layout variants.
|
|
103
120
|
export type NovaPresetOverrides = {
|
|
104
121
|
colors?: NovaPresetOverridesColorsPartial;
|
|
105
122
|
fonts?: NovaPresetOverridesFontsPartial;
|
|
106
|
-
shape?: NovaPresetOverridesShapePartial;
|
|
107
|
-
depth?: NovaPresetOverridesDepthPartial;
|
|
108
|
-
motion?: NovaPresetOverridesMotionPartial;
|
|
109
123
|
navbar?: NovaPresetOverridesNavbar;
|
|
110
124
|
footer?: NovaPresetOverridesFooter;
|
|
111
125
|
};
|
|
@@ -774,7 +788,13 @@ export type NovaPresetOptionsProgressBar = NovaPresetProgressBar | undefined;
|
|
|
774
788
|
// Local search configuration, or false to disable search entirely. Defaults to false.
|
|
775
789
|
export type NovaPresetOptionsSearch = NovaPresetSearch | undefined;
|
|
776
790
|
|
|
777
|
-
//
|
|
791
|
+
// Icon identifiers to always bundle, for names built dynamically that the build-time scan cannot see. Defaults to [].
|
|
792
|
+
export type NovaPresetOptionsIconSafelist = string[] | undefined;
|
|
793
|
+
|
|
794
|
+
// Maximum size in MiB any emitted JavaScript bundle file may reach before the build fails, or false to disable. Defaults to 3.
|
|
795
|
+
export type NovaPresetOptionsMaxBundleFileSize = number | false | undefined;
|
|
796
|
+
|
|
797
|
+
// Nova preset options - identity, overrides, plugins, analytics, progress bar, search, icon safelist, and bundle size guard.
|
|
778
798
|
export type NovaPresetOptions = {
|
|
779
799
|
preset: NovaPresetName;
|
|
780
800
|
overrides?: NovaPresetOptionsOverrides;
|
|
@@ -782,6 +802,8 @@ export type NovaPresetOptions = {
|
|
|
782
802
|
analytics?: NovaPresetOptionsAnalytics;
|
|
783
803
|
progressBar?: NovaPresetOptionsProgressBar;
|
|
784
804
|
search?: NovaPresetOptionsSearch;
|
|
805
|
+
iconSafelist?: NovaPresetOptionsIconSafelist;
|
|
806
|
+
maxBundleFileSize?: NovaPresetOptionsMaxBundleFileSize;
|
|
785
807
|
};
|
|
786
808
|
|
|
787
809
|
// Meta tag name attribute (e.g., "twitter:card", "og:description").
|
|
@@ -796,9 +818,6 @@ export type NovaThemeConfigSiteMetadataEntry = {
|
|
|
796
818
|
content: NovaThemeConfigSiteMetadataEntryContent;
|
|
797
819
|
};
|
|
798
820
|
|
|
799
|
-
// Site title shown in the browser tab and SEO (e.g., "Nova", "Foundry"). Defaults to "".
|
|
800
|
-
export type NovaThemeConfigSiteTitle = string | undefined;
|
|
801
|
-
|
|
802
821
|
// Alt text for the logo image (e.g., "Nova"). Defaults to "".
|
|
803
822
|
export type NovaThemeConfigSiteLogoAlt = string | undefined;
|
|
804
823
|
|
|
@@ -838,9 +857,6 @@ export type NovaThemeConfigSiteLogoWordmark = {
|
|
|
838
857
|
dark?: NovaThemeConfigSiteLogoWordmarkDark;
|
|
839
858
|
} | undefined;
|
|
840
859
|
|
|
841
|
-
// Brand title text shown in the navbar (e.g., "Envoy"). Not used for SEO.
|
|
842
|
-
export type NovaThemeConfigSiteLogoTitle = string | undefined;
|
|
843
|
-
|
|
844
860
|
// Site logo configuration.
|
|
845
861
|
export type NovaThemeConfigSiteLogo = {
|
|
846
862
|
alt?: NovaThemeConfigSiteLogoAlt;
|
|
@@ -850,7 +866,6 @@ export type NovaThemeConfigSiteLogo = {
|
|
|
850
866
|
rel?: NovaThemeConfigSiteLogoRel;
|
|
851
867
|
ariaLabel?: NovaThemeConfigSiteLogoAriaLabel;
|
|
852
868
|
wordmark?: NovaThemeConfigSiteLogoWordmark;
|
|
853
|
-
title?: NovaThemeConfigSiteLogoTitle;
|
|
854
869
|
} | undefined;
|
|
855
870
|
|
|
856
871
|
// Default social sharing image - URL path from static dir (e.g., "/thumbnails/brand.png"). Defaults to "".
|
|
@@ -859,9 +874,8 @@ export type NovaThemeConfigSiteImage = string | undefined;
|
|
|
859
874
|
// HTML <meta> tags for SEO (e.g., [{ name: "twitter:card", content: "summary_large_image" }]). Defaults to [].
|
|
860
875
|
export type NovaThemeConfigSiteMetadata = NovaThemeConfigSiteMetadataEntry[] | undefined;
|
|
861
876
|
|
|
862
|
-
// Site identity -
|
|
877
|
+
// Site identity - logo, image, and metadata.
|
|
863
878
|
export type NovaThemeConfigSite = {
|
|
864
|
-
title?: NovaThemeConfigSiteTitle;
|
|
865
879
|
logo?: NovaThemeConfigSiteLogo;
|
|
866
880
|
image?: NovaThemeConfigSiteImage;
|
|
867
881
|
metadata?: NovaThemeConfigSiteMetadata;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cbnventures/docusaurus-preset-nova",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Scripts, templates, and project configuration for the common JavaScript and TypeScript developer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"node": "^20 || ^22 || ^24"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@cbnventures/nova": "0.
|
|
90
|
+
"@cbnventures/nova": "0.20.0",
|
|
91
91
|
"@codesandbox/sandpack-react": "2.20.0",
|
|
92
92
|
"@docusaurus/plugin-content-blog": "3.10.0",
|
|
93
93
|
"@docusaurus/plugin-content-docs": "3.10.0",
|
|
@@ -98,12 +98,7 @@
|
|
|
98
98
|
"@docusaurus/theme-common": "3.10.0",
|
|
99
99
|
"@docusaurus/theme-translations": "3.10.0",
|
|
100
100
|
"@docusaurus/utils-validation": "3.10.0",
|
|
101
|
-
"@iconify
|
|
102
|
-
"@iconify-json/lucide": "1.2.101",
|
|
103
|
-
"@iconify-json/mdi": "1.2.3",
|
|
104
|
-
"@iconify-json/openmoji": "1.2.27",
|
|
105
|
-
"@iconify-json/ri": "1.2.10",
|
|
106
|
-
"@iconify-json/simple-icons": "1.2.80",
|
|
101
|
+
"@iconify/json": "2.2.488",
|
|
107
102
|
"@iconify/react": "6.0.2",
|
|
108
103
|
"@mdx-js/react": "3.1.1",
|
|
109
104
|
"cheerio": "1.2.0",
|