docthub-core-components 2.91.0 → 2.92.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.
@@ -52,13 +52,7 @@ export declare const FOOTER_ROUTES_QA: FooterRoutes;
52
52
  */
53
53
  export declare const FOOTER_ROUTES_PROD: FooterRoutes;
54
54
  /**
55
- * Canonical footer routes used by presets to build the default link arrays.
56
- *
57
- * Presets always reference QA URLs as stable canonical values.
58
- * `DoctFooter` remaps them at render time to the correct environment
59
- * via `resolveNavEnv()`, which avoids baking environment-dependent
60
- * URLs into module-level constants — a requirement for SSR in
61
- * non-Vite bundlers (Next.js, Turbopack) where `window` and
62
- * `import.meta.env.PROD` are unavailable at module init time.
55
+ * Active footer routes resolved by nav-env (hostname or VITE_NAV_ENV).
56
+ * Uses the same pattern as INDIVIDUAL_NAV_ROUTES for consistency.
63
57
  */
64
- export declare const FOOTER_ROUTES_CANONICAL: FooterRoutes;
58
+ export declare const FOOTER_ROUTES: FooterRoutes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docthub-core-components",
3
- "version": "2.91.0",
3
+ "version": "2.92.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",