@replicated/portal-components 0.0.9 → 0.0.11

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.0.9",
3
- "generatedAt": "2025-12-30T00:59:55Z",
2
+ "version": "0.0.11",
3
+ "generatedAt": "2026-01-12T15:51:07Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Button",
@@ -1,7 +1,7 @@
1
1
  # Component Registry
2
2
 
3
- - Version: 0.0.9
4
- - Generated: 2025-12-30T00:59:55Z
3
+ - Version: 0.0.11
4
+ - Generated: 2026-01-12T15:51:07Z
5
5
 
6
6
  ## Button
7
7
 
package/dist/esm/index.js CHANGED
@@ -10,7 +10,7 @@ import Link from 'next/link';
10
10
 
11
11
  // package.json
12
12
  var package_default = {
13
- version: "0.0.9"};
13
+ version: "0.0.11"};
14
14
 
15
15
  // src/tokens/index.ts
16
16
  var baseTokens = {
@@ -1778,9 +1778,9 @@ var TopNav = async ({
1778
1778
  ),
1779
1779
  userMenuChildren,
1780
1780
  /* @__PURE__ */ jsx(
1781
- Link,
1781
+ "a",
1782
1782
  {
1783
- href: "/?expired=1",
1783
+ href: `${process.env.NEXT_PUBLIC_BASE_PATH || ""}/?expired=1`,
1784
1784
  className: "block w-full px-4 py-2 text-left hover:bg-gray-100",
1785
1785
  children: "Logout"
1786
1786
  }