gov-layout 1.3.7 → 1.3.10

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.
package/dist/index.mjs CHANGED
@@ -1,30 +1,7 @@
1
- import { createContext, useState, useEffect, useRef, useCallback, useContext, useId } from 'react';
1
+ import { createContext, useState, useEffect, useCallback, useRef, useContext, useId } from 'react';
2
2
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
3
3
 
4
- // #style-inject:#style-inject
5
- function styleInject(css, { insertAt } = {}) {
6
- if (typeof document === "undefined") return;
7
- const head = document.head || document.getElementsByTagName("head")[0];
8
- const style = document.createElement("style");
9
- style.type = "text/css";
10
- if (insertAt === "top") {
11
- if (head.firstChild) {
12
- head.insertBefore(style, head.firstChild);
13
- } else {
14
- head.appendChild(style);
15
- }
16
- } else {
17
- head.appendChild(style);
18
- }
19
- if (style.styleSheet) {
20
- style.styleSheet.cssText = css;
21
- } else {
22
- style.appendChild(document.createTextNode(css));
23
- }
24
- }
25
-
26
- // src/styles.css
27
- styleInject(".text-primary,\n.text-text-primary {\n color: var(--color-alias-text-colors-primary, #060d26);\n}\n.text-secondary,\n.text-text-secondary {\n color: var(--color-alias-text-colors-secondary, #1e7d55);\n}\n.text-tertiary,\n.text-text-tertiary {\n color: var(--color-alias-text-colors-tertiary, #475272);\n}\n.text-placeholder,\n.text-text-placeholder {\n color: var(--color-alias-text-colors-placeholder, #707993);\n}\n.text-critical,\n.text-text-critical {\n color: var(--color-alias-text-colors-critical, #f21515);\n}\nhtml.dark .text-primary,\nhtml.dark .text-text-primary {\n color: var(--color-alias-text-colors-primary, #060d26) !important;\n}\nhtml.dark .text-secondary,\nhtml.dark .text-text-secondary {\n color: var(--color-alias-text-colors-secondary, #1e7d55) !important;\n}\nhtml.dark .text-tertiary,\nhtml.dark .text-text-tertiary {\n color: var(--color-alias-text-colors-tertiary, #475272) !important;\n}\nhtml.dark .text-placeholder,\nhtml.dark .text-text-placeholder {\n color: var(--color-alias-text-colors-placeholder, #707993) !important;\n}\nhtml.dark .text-critical,\nhtml.dark .text-text-critical {\n color: var(--color-alias-text-colors-critical, #f21515) !important;\n}\n");
4
+ // src/sidebar/StaffSidebar.tsx
28
5
  function useDarkMode() {
29
6
  const [isDark, setIsDark] = useState(false);
30
7
  useEffect(() => {
@@ -136,10 +113,7 @@ function SearchIcon({ size = 20, className, style } = {}) {
136
113
  ] });
137
114
  }
138
115
  function BellIcon({ size = 20, className, style } = {}) {
139
- return /* @__PURE__ */ jsxs("svg", { ...defaultProps(size), className, style, children: [
140
- /* @__PURE__ */ jsx("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
141
- /* @__PURE__ */ jsx("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
142
- ] });
116
+ return /* @__PURE__ */ jsx("svg", { ...defaultProps(size), viewBox: "0 0 22 24", stroke: "none", fill: "none", className, style, children: /* @__PURE__ */ jsx("path", { d: "M21.2321 13.4463L19.3618 6.71712C18.8136 4.74574 17.6222 3.01418 15.9769 1.79767C14.3316 0.581165 12.3269 -0.0504751 10.2814 0.00315377C8.23593 0.0567826 6.26708 0.792603 4.6878 2.09365C3.10852 3.3947 2.00945 5.18632 1.5653 7.18371L0.11728 13.6954C-0.0426654 14.4149 -0.0389674 15.1611 0.128101 15.879C0.29517 16.5969 0.621344 17.2681 1.08254 17.8431C1.54374 18.418 2.12818 18.8821 2.79272 19.2009C3.45727 19.5198 4.18494 19.6853 4.92202 19.6853H6.01861C6.24454 20.7979 6.84817 21.7982 7.72723 22.5167C8.60629 23.2352 9.70671 23.6277 10.842 23.6277C11.9774 23.6277 13.0778 23.2352 13.9569 22.5167C14.8359 21.7982 15.4396 20.7979 15.6655 19.6853H16.4904C17.2492 19.6853 17.9977 19.5099 18.6774 19.1728C19.3572 18.8357 19.9498 18.346 20.409 17.742C20.8682 17.1379 21.1815 16.4359 21.3245 15.6907C21.4674 14.9455 21.4352 14.1774 21.2321 13.4463ZM10.842 21.654C10.2334 21.6515 9.64049 21.461 9.1443 21.1086C8.6481 20.7562 8.27291 20.2591 8.07005 19.6853H13.614C13.4112 20.2591 13.036 20.7562 12.5398 21.1086C12.0436 21.461 11.4506 21.6515 10.842 21.654ZM18.8411 16.55C18.5668 16.9139 18.2114 17.2088 17.8032 17.4113C17.3949 17.6138 16.9451 17.7183 16.4894 17.7165H4.92202C4.47982 17.7164 4.04328 17.6171 3.64463 17.4257C3.24598 17.2344 2.89539 16.9559 2.61874 16.611C2.34208 16.266 2.14643 15.8633 2.04622 15.4326C1.94602 15.0019 1.94381 14.5542 2.03977 14.1226L3.4868 7.60994C3.83561 6.04105 4.69886 4.63379 5.93932 3.61186C7.17978 2.58992 8.72625 2.01197 10.3329 1.96988C11.9395 1.92779 13.5142 2.42398 14.8064 3.37956C16.0987 4.33515 17.0344 5.69528 17.4649 7.24376L19.3352 13.9729C19.4588 14.4114 19.4785 14.8725 19.3927 15.3199C19.3069 15.7672 19.1181 16.1884 18.8411 16.55Z", fill: "currentColor" }) });
143
117
  }
144
118
  function FolderIcon({ size = 20, className, style } = {}) {
145
119
  return /* @__PURE__ */ jsx("svg", { ...defaultProps(size), className, style, children: /* @__PURE__ */ jsx("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }) });
@@ -901,6 +875,18 @@ function SidebarUserProfile({
901
875
  }
902
876
  );
903
877
  }
878
+ function useIsMobile(breakpoint = 768) {
879
+ const [isMobile, setIsMobile] = useState(false);
880
+ useEffect(() => {
881
+ if (typeof window === "undefined") return;
882
+ const mql = window.matchMedia(`(max-width: ${breakpoint - 1}px)`);
883
+ setIsMobile(mql.matches);
884
+ const handler = (e) => setIsMobile(e.matches);
885
+ mql.addEventListener("change", handler);
886
+ return () => mql.removeEventListener("change", handler);
887
+ }, [breakpoint]);
888
+ return isMobile;
889
+ }
904
890
  function ToggleIcon({ isOpen }) {
905
891
  return /* @__PURE__ */ jsx(
906
892
  "svg",
@@ -921,6 +907,21 @@ function ToggleIcon({ isOpen }) {
921
907
  }
922
908
  );
923
909
  }
910
+ function HamburgerIcon() {
911
+ return /* @__PURE__ */ jsx("svg", { width: "24", height: "18", viewBox: "0 0 27 18", fill: "none", children: /* @__PURE__ */ jsx(
912
+ "path",
913
+ {
914
+ d: "M1.1875 17.8426C0.851042 17.8426 0.569077 17.7287 0.341604 17.501C0.113868 17.2735 0 16.9914 0 16.6547C0 16.3182 0.113868 16.0363 0.341604 15.8088C0.569077 15.5816 0.851042 15.468 1.1875 15.468H25.7292C26.0656 15.468 26.3476 15.5817 26.5751 15.8092C26.8028 16.0369 26.9167 16.3192 26.9167 16.6559C26.9167 16.9923 26.8028 17.2743 26.5751 17.5018C26.3476 17.729 26.0656 17.8426 25.7292 17.8426H1.1875ZM1.1875 10.1088C0.851042 10.1088 0.569077 9.99492 0.341604 9.76719C0.113868 9.53945 0 9.25735 0 8.9209C0 8.58417 0.113868 8.30221 0.341604 8.075C0.569077 7.84753 0.851042 7.73379 1.1875 7.73379H25.7292C26.0656 7.73379 26.3476 7.84766 26.5751 8.0754C26.8028 8.30313 26.9167 8.58523 26.9167 8.92169C26.9167 9.25841 26.8028 9.54037 26.5751 9.76758C26.3476 9.99506 26.0656 10.1088 25.7292 10.1088H1.1875ZM1.1875 2.3746C0.851042 2.3746 0.569077 2.26087 0.341604 2.0334C0.113868 1.80566 0 1.52343 0 1.18671C0 0.850249 0.113868 0.568284 0.341604 0.340812C0.569077 0.113604 0.851042 0 1.1875 0H25.7292C26.0656 0 26.3476 0.113868 26.5751 0.341604C26.8028 0.569077 26.9167 0.851174 26.9167 1.1879C26.9167 1.52435 26.8028 1.80632 26.5751 2.03379C26.3476 2.261 26.0656 2.3746 25.7292 2.3746H1.1875Z",
915
+ fill: "currentColor"
916
+ }
917
+ ) });
918
+ }
919
+ function CloseIcon() {
920
+ return /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: [
921
+ /* @__PURE__ */ jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
922
+ /* @__PURE__ */ jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
923
+ ] });
924
+ }
924
925
  function HelpCircleIcon2() {
925
926
  return /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
926
927
  /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
@@ -956,10 +957,13 @@ function StaffSidebar({
956
957
  isOpen: controlledIsOpen,
957
958
  onToggle,
958
959
  onExpandRequest,
959
- topOffset = 0
960
+ topOffset = 0,
961
+ mobileBreakpoint = 768
960
962
  }) {
961
963
  const isDark = useDarkMode();
964
+ const isMobile = useIsMobile(mobileBreakpoint);
962
965
  const [internalOpen, setInternalOpen] = useState(true);
966
+ const [mobileDrawerOpen, setMobileDrawerOpen] = useState(false);
963
967
  const sidebarOpen = controlledIsOpen !== void 0 ? controlledIsOpen : internalOpen;
964
968
  const collapsed = collapsible && !sidebarOpen;
965
969
  const collapsedWidth = "64px";
@@ -983,6 +987,283 @@ function StaffSidebar({
983
987
  }
984
988
  }
985
989
  };
990
+ const openDrawer = useCallback(() => setMobileDrawerOpen(true), []);
991
+ const closeDrawer = useCallback(() => setMobileDrawerOpen(false), []);
992
+ const handleMobileNavigate = useCallback((path) => {
993
+ onNavigate(path);
994
+ if (isMobile) closeDrawer();
995
+ }, [onNavigate, isMobile, closeDrawer]);
996
+ useEffect(() => {
997
+ if (isMobile && mobileDrawerOpen) {
998
+ const originalOverflow = document.body.style.overflow;
999
+ document.body.style.overflow = "hidden";
1000
+ return () => {
1001
+ document.body.style.overflow = originalOverflow;
1002
+ };
1003
+ }
1004
+ }, [isMobile, mobileDrawerOpen]);
1005
+ useEffect(() => {
1006
+ if (!isMobile || !mobileDrawerOpen) return;
1007
+ const handler = (e) => {
1008
+ if (e.key === "Escape") closeDrawer();
1009
+ };
1010
+ window.addEventListener("keydown", handler);
1011
+ return () => window.removeEventListener("keydown", handler);
1012
+ }, [isMobile, mobileDrawerOpen, closeDrawer]);
1013
+ if (isMobile) {
1014
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
1015
+ /* @__PURE__ */ jsxs(
1016
+ "header",
1017
+ {
1018
+ style: {
1019
+ position: "sticky",
1020
+ top: 0,
1021
+ left: 0,
1022
+ right: 0,
1023
+ height: "60px",
1024
+ background: "linear-gradient(to bottom left, #3AAE7D, #346D55)",
1025
+ display: "flex",
1026
+ alignItems: "center",
1027
+ justifyContent: "space-between",
1028
+ padding: "0 16px",
1029
+ zIndex: 49,
1030
+ boxShadow: "0 2px 8px rgba(0,0,0,0.15)"
1031
+ },
1032
+ children: [
1033
+ /* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center", gap: "12px", flex: 1, minWidth: 0 }, children: [
1034
+ orgLogo ? /* @__PURE__ */ jsx(
1035
+ "img",
1036
+ {
1037
+ src: orgLogo,
1038
+ alt: orgName,
1039
+ style: {
1040
+ width: "40px",
1041
+ height: "40px",
1042
+ borderRadius: "50%",
1043
+ objectFit: "cover",
1044
+ flexShrink: 0,
1045
+ border: "2px solid rgba(255,255,255,0.3)"
1046
+ }
1047
+ }
1048
+ ) : /* @__PURE__ */ jsx("div", { style: {
1049
+ width: "40px",
1050
+ height: "40px",
1051
+ borderRadius: "50%",
1052
+ background: "rgba(255,255,255,0.2)",
1053
+ display: "flex",
1054
+ alignItems: "center",
1055
+ justifyContent: "center",
1056
+ color: "#fff",
1057
+ fontWeight: 700,
1058
+ fontSize: "16px",
1059
+ flexShrink: 0
1060
+ }, children: orgName.slice(0, 2) }),
1061
+ /* @__PURE__ */ jsxs("div", { style: { minWidth: 0 }, children: [
1062
+ /* @__PURE__ */ jsx("p", { style: {
1063
+ color: "#fff",
1064
+ fontWeight: 700,
1065
+ fontSize: "15px",
1066
+ lineHeight: "20px",
1067
+ margin: 0,
1068
+ overflow: "hidden",
1069
+ textOverflow: "ellipsis",
1070
+ whiteSpace: "nowrap"
1071
+ }, children: orgName }),
1072
+ orgSubtitle && /* @__PURE__ */ jsx("p", { style: {
1073
+ color: "rgba(255,255,255,0.75)",
1074
+ fontSize: "12px",
1075
+ lineHeight: "16px",
1076
+ margin: 0,
1077
+ overflow: "hidden",
1078
+ textOverflow: "ellipsis",
1079
+ whiteSpace: "nowrap"
1080
+ }, children: orgSubtitle })
1081
+ ] })
1082
+ ] }),
1083
+ /* @__PURE__ */ jsx(
1084
+ "button",
1085
+ {
1086
+ onClick: openDrawer,
1087
+ "aria-label": "\u0E40\u0E1B\u0E34\u0E14\u0E40\u0E21\u0E19\u0E39",
1088
+ style: {
1089
+ width: "44px",
1090
+ height: "44px",
1091
+ borderRadius: "10px",
1092
+ border: "none",
1093
+ background: "rgba(255,255,255,0.12)",
1094
+ cursor: "pointer",
1095
+ display: "flex",
1096
+ alignItems: "center",
1097
+ justifyContent: "center",
1098
+ color: "#ffffff",
1099
+ flexShrink: 0,
1100
+ transition: "background-color 0.15s ease",
1101
+ WebkitTapHighlightColor: "transparent"
1102
+ },
1103
+ children: /* @__PURE__ */ jsx(HamburgerIcon, {})
1104
+ }
1105
+ )
1106
+ ]
1107
+ }
1108
+ ),
1109
+ /* @__PURE__ */ jsx(
1110
+ "div",
1111
+ {
1112
+ onClick: closeDrawer,
1113
+ style: {
1114
+ position: "fixed",
1115
+ inset: 0,
1116
+ background: "rgba(0,0,0,0.45)",
1117
+ zIndex: 99,
1118
+ opacity: mobileDrawerOpen ? 1 : 0,
1119
+ pointerEvents: mobileDrawerOpen ? "auto" : "none",
1120
+ transition: "opacity 0.3s ease",
1121
+ WebkitTapHighlightColor: "transparent"
1122
+ }
1123
+ }
1124
+ ),
1125
+ /* @__PURE__ */ jsxs(
1126
+ "aside",
1127
+ {
1128
+ className,
1129
+ style: {
1130
+ position: "fixed",
1131
+ top: 0,
1132
+ left: 0,
1133
+ bottom: 0,
1134
+ width: "min(85vw, 320px)",
1135
+ background: isDark ? "#1e293b" : "#fff",
1136
+ zIndex: 100,
1137
+ display: "flex",
1138
+ flexDirection: "column",
1139
+ overflow: "hidden",
1140
+ boxShadow: mobileDrawerOpen ? "4px 0 24px rgba(0,0,0,0.2)" : "none",
1141
+ transform: mobileDrawerOpen ? "translateX(0)" : "translateX(-100%)",
1142
+ transition: "transform 0.3s cubic-bezier(0.4, 0, 0.2, 1)",
1143
+ color: isDark ? "#ffffff" : void 0
1144
+ },
1145
+ children: [
1146
+ /* @__PURE__ */ jsxs("div", { style: {
1147
+ display: "flex",
1148
+ alignItems: "center",
1149
+ justifyContent: "space-between",
1150
+ padding: "16px 16px 16px 20px",
1151
+ background: "linear-gradient(to bottom left, #3AAE7D, #346D55)",
1152
+ flexShrink: 0
1153
+ }, children: [
1154
+ /* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center", gap: "12px", flex: 1, minWidth: 0 }, children: [
1155
+ orgLogo ? /* @__PURE__ */ jsx(
1156
+ "img",
1157
+ {
1158
+ src: orgLogo,
1159
+ alt: orgName,
1160
+ style: {
1161
+ width: "44px",
1162
+ height: "44px",
1163
+ borderRadius: "50%",
1164
+ objectFit: "cover",
1165
+ flexShrink: 0,
1166
+ border: "2px solid rgba(255,255,255,0.3)"
1167
+ }
1168
+ }
1169
+ ) : /* @__PURE__ */ jsx("div", { style: {
1170
+ width: "44px",
1171
+ height: "44px",
1172
+ borderRadius: "50%",
1173
+ background: "rgba(255,255,255,0.2)",
1174
+ display: "flex",
1175
+ alignItems: "center",
1176
+ justifyContent: "center",
1177
+ color: "#fff",
1178
+ fontWeight: 700,
1179
+ fontSize: "16px",
1180
+ flexShrink: 0
1181
+ }, children: orgName.slice(0, 2) }),
1182
+ /* @__PURE__ */ jsxs("div", { style: { minWidth: 0 }, children: [
1183
+ /* @__PURE__ */ jsx("p", { style: {
1184
+ color: "#fff",
1185
+ fontWeight: 700,
1186
+ fontSize: "15px",
1187
+ lineHeight: "20px",
1188
+ margin: 0,
1189
+ overflow: "hidden",
1190
+ textOverflow: "ellipsis",
1191
+ whiteSpace: "nowrap"
1192
+ }, children: orgName }),
1193
+ orgSubtitle && /* @__PURE__ */ jsx("p", { style: {
1194
+ color: "rgba(255,255,255,0.75)",
1195
+ fontSize: "12px",
1196
+ lineHeight: "16px",
1197
+ margin: 0
1198
+ }, children: orgSubtitle })
1199
+ ] })
1200
+ ] }),
1201
+ /* @__PURE__ */ jsx(
1202
+ "button",
1203
+ {
1204
+ onClick: closeDrawer,
1205
+ "aria-label": "\u0E1B\u0E34\u0E14\u0E40\u0E21\u0E19\u0E39",
1206
+ style: {
1207
+ width: "40px",
1208
+ height: "40px",
1209
+ borderRadius: "10px",
1210
+ border: "none",
1211
+ background: "rgba(255,255,255,0.15)",
1212
+ cursor: "pointer",
1213
+ display: "flex",
1214
+ alignItems: "center",
1215
+ justifyContent: "center",
1216
+ color: "#ffffff",
1217
+ flexShrink: 0,
1218
+ transition: "background-color 0.15s ease",
1219
+ WebkitTapHighlightColor: "transparent"
1220
+ },
1221
+ children: /* @__PURE__ */ jsx(CloseIcon, {})
1222
+ }
1223
+ )
1224
+ ] }),
1225
+ /* @__PURE__ */ jsx("div", { style: { flex: 1, overflowY: "auto", minHeight: 0 }, children: /* @__PURE__ */ jsx(
1226
+ SidebarMenu,
1227
+ {
1228
+ menuItems,
1229
+ onItemClick: handleMobileNavigate,
1230
+ currentPath,
1231
+ collapsed: false
1232
+ }
1233
+ ) }),
1234
+ /* @__PURE__ */ jsxs("div", { style: { flexShrink: 0 }, children: [
1235
+ resolvedBottomMenu && resolvedBottomMenu.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [
1236
+ /* @__PURE__ */ jsx("hr", { style: {
1237
+ border: "none",
1238
+ borderTop: `1px solid ${isDark ? "#374151" : "var(--color-border-colors-neutral, #c8cedd)"}`,
1239
+ margin: "4px 12px"
1240
+ } }),
1241
+ /* @__PURE__ */ jsx(
1242
+ SidebarMenu,
1243
+ {
1244
+ menuItems: resolvedBottomMenu,
1245
+ onItemClick: handleMobileNavigate,
1246
+ currentPath,
1247
+ collapsed: false
1248
+ }
1249
+ )
1250
+ ] }),
1251
+ /* @__PURE__ */ jsx(
1252
+ SidebarUserProfile,
1253
+ {
1254
+ user,
1255
+ roleLabel,
1256
+ onLogout,
1257
+ onProfile,
1258
+ collapsed: false
1259
+ }
1260
+ )
1261
+ ] })
1262
+ ]
1263
+ }
1264
+ )
1265
+ ] });
1266
+ }
986
1267
  return /* @__PURE__ */ jsxs(Fragment, { children: [
987
1268
  /* @__PURE__ */ jsxs(
988
1269
  "aside",
@@ -1098,7 +1379,7 @@ function BellIcon2() {
1098
1379
  }
1099
1380
  ) });
1100
1381
  }
1101
- function HamburgerIcon() {
1382
+ function HamburgerIcon2() {
1102
1383
  return /* @__PURE__ */ jsx("svg", { width: "24", height: "18", viewBox: "0 0 27 18", fill: "none", children: /* @__PURE__ */ jsx(
1103
1384
  "path",
1104
1385
  {
@@ -1346,11 +1627,8 @@ function UserHeader({
1346
1627
  isNotifOpen && /* @__PURE__ */ jsxs(
1347
1628
  "div",
1348
1629
  {
1630
+ className: "absolute top-full mt-2 w-[calc(100vw-32px)] max-w-[360px] left-1/2 -translate-x-1/2 md:left-auto md:right-0 md:translate-x-0",
1349
1631
  style: {
1350
- position: "absolute",
1351
- right: 0,
1352
- marginTop: "8px",
1353
- width: "360px",
1354
1632
  background: isDark ? "#1e293b" : "#fff",
1355
1633
  borderRadius: "12px",
1356
1634
  boxShadow: isDark ? "0 10px 40px rgba(0,0,0,0.4)" : "0 10px 40px rgba(0,0,0,0.12)",
@@ -1614,7 +1892,7 @@ function UserHeader({
1614
1892
  onMouseLeave: (e) => {
1615
1893
  e.currentTarget.style.backgroundColor = "transparent";
1616
1894
  },
1617
- children: /* @__PURE__ */ jsx(HamburgerIcon, {})
1895
+ children: /* @__PURE__ */ jsx(HamburgerIcon2, {})
1618
1896
  }
1619
1897
  )
1620
1898
  ] })