@realiizlabs/admin 0.13.1 → 0.13.2

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
  import * as react from 'react';
2
2
  import { ReactNode } from 'react';
3
- import { C as ContentTypeEntry } from '../types-D46UjOfv.cjs';
3
+ import { C as ContentTypeEntry } from '../types-DeHdasdP.cjs';
4
4
  import { c as SiteBranding, d as SiteMember } from '../members-nhbRSYyr.cjs';
5
5
  import { S as ShellUser, N as NavItem } from '../Sidebar-CNuphww6.cjs';
6
6
  import { a as PullRequestStatus } from '../types-BP5G1myE.cjs';
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { ReactNode } from 'react';
3
- import { C as ContentTypeEntry } from '../types-D46UjOfv.js';
3
+ import { C as ContentTypeEntry } from '../types-DeHdasdP.js';
4
4
  import { c as SiteBranding, d as SiteMember } from '../members-nhbRSYyr.js';
5
5
  import { S as ShellUser, N as NavItem } from '../Sidebar-CNuphww6.js';
6
6
  import { a as PullRequestStatus } from '../types-BP5G1myE.js';
@@ -53,6 +53,12 @@ function Icon({ name }) {
53
53
  /* @__PURE__ */ jsx("rect", { x: "3", y: "5", width: "18", height: "16", rx: "2" }),
54
54
  /* @__PURE__ */ jsx("path", { d: "M8 3v4M16 3v4M3 10h18" })
55
55
  ] });
56
+ case "mic":
57
+ return /* @__PURE__ */ jsxs("svg", { ...base, children: [
58
+ /* @__PURE__ */ jsx("rect", { x: "9", y: "3", width: "6", height: "11", rx: "3" }),
59
+ /* @__PURE__ */ jsx("path", { d: "M5 11a7 7 0 0 0 14 0" }),
60
+ /* @__PURE__ */ jsx("path", { d: "M12 18v3M9 21h6" })
61
+ ] });
56
62
  case "venues":
57
63
  return /* @__PURE__ */ jsxs("svg", { ...base, children: [
58
64
  /* @__PURE__ */ jsx("path", { d: "M12 21s7-6.2 7-11.5A7 7 0 0 0 5 9.5C5 14.8 12 21 12 21z" }),
@@ -82,7 +88,7 @@ function Icon({ name }) {
82
88
  }
83
89
  }
84
90
  function iconFor(id) {
85
- const known = ["home", "posts", "events", "venues", "users", "settings"];
91
+ const known = ["home", "posts", "events", "mic", "venues", "users", "settings"];
86
92
  return known.includes(id) ? id : "doc";
87
93
  }
88
94
  var SIDEBAR_KEY = "rz-admin-sidebar";