@campfire-interactive/shell-header 0.5.1 → 0.5.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -356,8 +356,7 @@ function UserMenu({
356
356
  disabled: updating,
357
357
  children: [
358
358
  /* @__PURE__ */ jsx4(Building2, { size: 14 }),
359
- /* @__PURE__ */ jsx4("span", { className: "cfi-sh-locale-row-label", children: "Tenant" }),
360
- /* @__PURE__ */ jsx4("span", { className: "cfi-sh-locale-row-current", children: tenant.name }),
359
+ /* @__PURE__ */ jsx4("span", { className: "cfi-sh-locale-row-label", children: tenant.name }),
361
360
  /* @__PURE__ */ jsx4(
362
361
  ChevronDown,
363
362
  {
@@ -369,8 +368,7 @@ function UserMenu({
369
368
  }
370
369
  ) : /* @__PURE__ */ jsxs4("div", { className: "cfi-sh-menu-item cfi-sh-tenant-static", children: [
371
370
  /* @__PURE__ */ jsx4(Building2, { size: 14 }),
372
- /* @__PURE__ */ jsx4("span", { className: "cfi-sh-locale-row-label", children: "Tenant" }),
373
- /* @__PURE__ */ jsx4("span", { className: "cfi-sh-locale-row-current", children: tenant.name })
371
+ /* @__PURE__ */ jsx4("span", { className: "cfi-sh-locale-row-label", children: tenant.name })
374
372
  ] }),
375
373
  canSwitchTenant && tenantExpanded && /* @__PURE__ */ jsx4("div", { className: "cfi-sh-locale-sublist", children: tenants.map((t) => {
376
374
  const active = t.id === tenant.id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campfire-interactive/shell-header",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Shared shell header with app switcher for Campfire Suite",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",