@replicated/portal-components 0.0.15 → 0.0.16

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.15",
3
- "generatedAt": "2026-01-20T17:38:17.652Z",
2
+ "version": "0.0.16",
3
+ "generatedAt": "2026-01-20T23:08:01.775Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Button",
@@ -1,7 +1,7 @@
1
1
  # Component Registry
2
2
 
3
- - Version: 0.0.15
4
- - Generated: 2026-01-20T17:38:17.652Z
3
+ - Version: 0.0.16
4
+ - Generated: 2026-01-20T23:08:01.775Z
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.15"};
13
+ version: "0.0.16"};
14
14
 
15
15
  // src/tokens/index.ts
16
16
  var baseTokens = {
@@ -1717,7 +1717,8 @@ var TopNav = async ({
1717
1717
  customers,
1718
1718
  currentCustomerId,
1719
1719
  onChangeTeam,
1720
- userMenuChildren
1720
+ userMenuChildren,
1721
+ logoutButton
1721
1722
  }) => {
1722
1723
  const displayLabel = userMenuLabel || (customerName ? `Team: ${customerName}` : "Team: Example");
1723
1724
  let logo;
@@ -1866,14 +1867,7 @@ var TopNav = async ({
1866
1867
  }
1867
1868
  ),
1868
1869
  userMenuChildren,
1869
- /* @__PURE__ */ jsx(
1870
- "a",
1871
- {
1872
- href: `${process.env.NEXT_PUBLIC_BASE_PATH || ""}/?expired=1`,
1873
- className: "block w-full px-4 py-2 text-left hover:bg-gray-100",
1874
- children: "Logout"
1875
- }
1876
- )
1870
+ logoutButton
1877
1871
  ] })
1878
1872
  ] })
1879
1873
  ] }),