@nestledjs/data-browser 0.1.18 → 0.1.21

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,4 +1,4 @@
1
- import { jsxDEV } from "react/jsx-dev-runtime";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useState, useRef, useMemo } from "react";
3
3
  import { getPluralName } from "../utils/get-plural-names.js";
4
4
  import { useNavigate, useParams, Outlet } from "react-router";
@@ -88,49 +88,17 @@ function AdminDataLayout() {
88
88
  var _a;
89
89
  (_a = fileInputRef.current) == null ? void 0 : _a.click();
90
90
  };
91
- const content = /* @__PURE__ */ jsxDEV("div", { className: "max-w-full mx-auto flex flex-col p-0.5", children: [
92
- notification && /* @__PURE__ */ jsxDEV("div", { className: `mb-4 px-4 py-3 rounded-md border ${notification.type === "success" ? "bg-green-50 border-green-200 text-green-800 dark:bg-green-900/20 dark:border-green-800 dark:text-green-200" : "bg-red-50 border-red-200 text-red-800 dark:bg-red-900/20 dark:border-red-800 dark:text-red-200"}`, children: /* @__PURE__ */ jsxDEV("div", { className: "flex items-center", children: [
93
- notification.type === "success" ? /* @__PURE__ */ jsxDEV("svg", { className: "w-5 h-5 mr-2", fill: "currentColor", viewBox: "0 0 20 20", children: /* @__PURE__ */ jsxDEV("path", { fillRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z", clipRule: "evenodd" }, void 0, false, {
94
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
95
- lineNumber: 130,
96
- columnNumber: 17
97
- }, this) }, void 0, false, {
98
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
99
- lineNumber: 129,
100
- columnNumber: 15
101
- }, this) : /* @__PURE__ */ jsxDEV("svg", { className: "w-5 h-5 mr-2", fill: "currentColor", viewBox: "0 0 20 20", children: /* @__PURE__ */ jsxDEV("path", { fillRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z", clipRule: "evenodd" }, void 0, false, {
102
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
103
- lineNumber: 134,
104
- columnNumber: 17
105
- }, this) }, void 0, false, {
106
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
107
- lineNumber: 133,
108
- columnNumber: 15
109
- }, this),
110
- /* @__PURE__ */ jsxDEV("span", { className: "text-sm font-medium", children: notification.message }, void 0, false, {
111
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
112
- lineNumber: 137,
113
- columnNumber: 13
114
- }, this)
115
- ] }, void 0, true, {
116
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
117
- lineNumber: 127,
118
- columnNumber: 11
119
- }, this) }, void 0, false, {
120
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
121
- lineNumber: 122,
122
- columnNumber: 9
123
- }, this),
124
- /* @__PURE__ */ jsxDEV("div", { className: "mb-6 space-y-3", children: [
125
- /* @__PURE__ */ jsxDEV("div", { className: "flex items-end gap-3", children: [
126
- /* @__PURE__ */ jsxDEV("div", { className: "flex-1", children: [
127
- /* @__PURE__ */ jsxDEV("label", { htmlFor: "model-selector", className: "block text-sm font-medium text-gray-900 dark:text-gray-100 mb-2", children: "Select Model" }, void 0, false, {
128
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
129
- lineNumber: 146,
130
- columnNumber: 13
131
- }, this),
132
- /* @__PURE__ */ jsxDEV("div", { className: "relative", children: [
133
- /* @__PURE__ */ jsxDEV(
91
+ const content = /* @__PURE__ */ jsxs("div", { className: "max-w-full mx-auto flex flex-col p-0.5", children: [
92
+ notification && /* @__PURE__ */ jsx("div", { className: `mb-4 px-4 py-3 rounded-md border ${notification.type === "success" ? "bg-green-50 border-green-200 text-green-800 dark:bg-green-900/20 dark:border-green-800 dark:text-green-200" : "bg-red-50 border-red-200 text-red-800 dark:bg-red-900/20 dark:border-red-800 dark:text-red-200"}`, children: /* @__PURE__ */ jsxs("div", { className: "flex items-center", children: [
93
+ notification.type === "success" ? /* @__PURE__ */ jsx("svg", { className: "w-5 h-5 mr-2", fill: "currentColor", viewBox: "0 0 20 20", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z", clipRule: "evenodd" }) }) : /* @__PURE__ */ jsx("svg", { className: "w-5 h-5 mr-2", fill: "currentColor", viewBox: "0 0 20 20", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z", clipRule: "evenodd" }) }),
94
+ /* @__PURE__ */ jsx("span", { className: "text-sm font-medium", children: notification.message })
95
+ ] }) }),
96
+ /* @__PURE__ */ jsxs("div", { className: "mb-6 space-y-3", children: [
97
+ /* @__PURE__ */ jsxs("div", { className: "flex items-end gap-3", children: [
98
+ /* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
99
+ /* @__PURE__ */ jsx("label", { htmlFor: "model-selector", className: "block text-sm font-medium text-gray-900 dark:text-gray-100 mb-2", children: "Select Model" }),
100
+ /* @__PURE__ */ jsxs("div", { className: "relative", children: [
101
+ /* @__PURE__ */ jsxs(
134
102
  "select",
135
103
  {
136
104
  id: "model-selector",
@@ -138,156 +106,52 @@ function AdminDataLayout() {
138
106
  onChange: handleModelChange,
139
107
  className: "w-full h-[50px] pl-4 pr-10 py-3 bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-green-web focus:border-green-web text-base appearance-none cursor-pointer",
140
108
  children: [
141
- /* @__PURE__ */ jsxDEV("option", { value: "", children: "Choose a model..." }, void 0, false, {
142
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
143
- lineNumber: 156,
144
- columnNumber: 17
145
- }, this),
146
- sortedModels.map((model) => /* @__PURE__ */ jsxDEV("option", { value: model.name, children: getPluralName(spacedWords(model.name)) }, model.name, false, {
147
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
148
- lineNumber: 158,
149
- columnNumber: 19
150
- }, this))
109
+ /* @__PURE__ */ jsx("option", { value: "", children: "Choose a model..." }),
110
+ sortedModels.map((model) => /* @__PURE__ */ jsx("option", { value: model.name, children: getPluralName(spacedWords(model.name)) }, model.name))
151
111
  ]
152
- },
153
- void 0,
154
- true,
155
- {
156
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
157
- lineNumber: 150,
158
- columnNumber: 15
159
- },
160
- this
112
+ }
161
113
  ),
162
- /* @__PURE__ */ jsxDEV("div", { className: "pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3", children: /* @__PURE__ */ jsxDEV("svg", { className: "h-5 w-5 text-gray-400", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", children: /* @__PURE__ */ jsxDEV("path", { fillRule: "evenodd", d: "M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z", clipRule: "evenodd" }, void 0, false, {
163
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
164
- lineNumber: 166,
165
- columnNumber: 19
166
- }, this) }, void 0, false, {
167
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
168
- lineNumber: 165,
169
- columnNumber: 17
170
- }, this) }, void 0, false, {
171
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
172
- lineNumber: 164,
173
- columnNumber: 15
174
- }, this)
175
- ] }, void 0, true, {
176
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
177
- lineNumber: 149,
178
- columnNumber: 13
179
- }, this)
180
- ] }, void 0, true, {
181
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
182
- lineNumber: 145,
183
- columnNumber: 11
184
- }, this),
185
- /* @__PURE__ */ jsxDEV(
114
+ /* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3", children: /* @__PURE__ */ jsx("svg", { className: "h-5 w-5 text-gray-400", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z", clipRule: "evenodd" }) }) })
115
+ ] })
116
+ ] }),
117
+ /* @__PURE__ */ jsx(
186
118
  "button",
187
119
  {
188
120
  onClick: toggleFullscreen,
189
121
  className: "h-[50px] px-4 py-3 bg-white dark:bg-gray-800 text-gray-700 dark:text-gray-300 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm hover:bg-gray-50 dark:hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-green-web focus:border-green-web transition-colors",
190
122
  title: isFullscreen ? "Exit fullscreen" : "Enter fullscreen",
191
- children: isFullscreen ? /* @__PURE__ */ jsxDEV("svg", { className: "w-5 h-5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxDEV("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 9V4.5M9 9H4.5M9 9L3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5l5.25 5.25" }, void 0, false, {
192
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
193
- lineNumber: 180,
194
- columnNumber: 17
195
- }, this) }, void 0, false, {
196
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
197
- lineNumber: 179,
198
- columnNumber: 15
199
- }, this) : /* @__PURE__ */ jsxDEV("svg", { className: "w-5 h-5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxDEV("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4" }, void 0, false, {
200
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
201
- lineNumber: 184,
202
- columnNumber: 17
203
- }, this) }, void 0, false, {
204
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
205
- lineNumber: 183,
206
- columnNumber: 15
207
- }, this)
208
- },
209
- void 0,
210
- false,
211
- {
212
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
213
- lineNumber: 173,
214
- columnNumber: 11
215
- },
216
- this
123
+ children: isFullscreen ? /* @__PURE__ */ jsx("svg", { className: "w-5 h-5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 9V4.5M9 9H4.5M9 9L3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5l5.25 5.25" }) }) : /* @__PURE__ */ jsx("svg", { className: "w-5 h-5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4" }) })
124
+ }
217
125
  )
218
- ] }, void 0, true, {
219
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
220
- lineNumber: 144,
221
- columnNumber: 9
222
- }, this),
223
- /* @__PURE__ */ jsxDEV("div", { className: "flex items-center gap-2 text-sm", children: [
224
- /* @__PURE__ */ jsxDEV("span", { className: "text-gray-600 dark:text-gray-400", children: "Preferences:" }, void 0, false, {
225
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
226
- lineNumber: 192,
227
- columnNumber: 11
228
- }, this),
229
- /* @__PURE__ */ jsxDEV(
126
+ ] }),
127
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 text-sm", children: [
128
+ /* @__PURE__ */ jsx("span", { className: "text-gray-600 dark:text-gray-400", children: "Preferences:" }),
129
+ /* @__PURE__ */ jsxs(
230
130
  "button",
231
131
  {
232
132
  onClick: handleExport,
233
133
  className: "inline-flex items-center px-3 py-1.5 text-gray-700 dark:text-gray-300 hover:text-green-web dark:hover:text-green-web transition-colors",
234
134
  title: "Export your preferences to a file",
235
135
  children: [
236
- /* @__PURE__ */ jsxDEV("svg", { className: "w-4 h-4 mr-1.5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxDEV("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4" }, void 0, false, {
237
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
238
- lineNumber: 199,
239
- columnNumber: 15
240
- }, this) }, void 0, false, {
241
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
242
- lineNumber: 198,
243
- columnNumber: 13
244
- }, this),
136
+ /* @__PURE__ */ jsx("svg", { className: "w-4 h-4 mr-1.5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4" }) }),
245
137
  "Export"
246
138
  ]
247
- },
248
- void 0,
249
- true,
250
- {
251
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
252
- lineNumber: 193,
253
- columnNumber: 11
254
- },
255
- this
139
+ }
256
140
  ),
257
- /* @__PURE__ */ jsxDEV("span", { className: "text-gray-300 dark:text-gray-600", children: "|" }, void 0, false, {
258
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
259
- lineNumber: 203,
260
- columnNumber: 11
261
- }, this),
262
- /* @__PURE__ */ jsxDEV(
141
+ /* @__PURE__ */ jsx("span", { className: "text-gray-300 dark:text-gray-600", children: "|" }),
142
+ /* @__PURE__ */ jsxs(
263
143
  "button",
264
144
  {
265
145
  onClick: triggerImport,
266
146
  className: "inline-flex items-center px-3 py-1.5 text-gray-700 dark:text-gray-300 hover:text-green-web dark:hover:text-green-web transition-colors",
267
147
  title: "Import preferences from a file",
268
148
  children: [
269
- /* @__PURE__ */ jsxDEV("svg", { className: "w-4 h-4 mr-1.5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsxDEV("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12" }, void 0, false, {
270
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
271
- lineNumber: 210,
272
- columnNumber: 15
273
- }, this) }, void 0, false, {
274
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
275
- lineNumber: 209,
276
- columnNumber: 13
277
- }, this),
149
+ /* @__PURE__ */ jsx("svg", { className: "w-4 h-4 mr-1.5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12" }) }),
278
150
  "Import"
279
151
  ]
280
- },
281
- void 0,
282
- true,
283
- {
284
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
285
- lineNumber: 204,
286
- columnNumber: 11
287
- },
288
- this
152
+ }
289
153
  ),
290
- /* @__PURE__ */ jsxDEV(
154
+ /* @__PURE__ */ jsx(
291
155
  "input",
292
156
  {
293
157
  ref: fileInputRef,
@@ -295,60 +159,16 @@ function AdminDataLayout() {
295
159
  accept: "application/json,.json",
296
160
  onChange: handleImport,
297
161
  className: "hidden"
298
- },
299
- void 0,
300
- false,
301
- {
302
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
303
- lineNumber: 214,
304
- columnNumber: 11
305
- },
306
- this
162
+ }
307
163
  )
308
- ] }, void 0, true, {
309
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
310
- lineNumber: 191,
311
- columnNumber: 9
312
- }, this)
313
- ] }, void 0, true, {
314
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
315
- lineNumber: 143,
316
- columnNumber: 7
317
- }, this),
318
- /* @__PURE__ */ jsxDEV("div", { children: /* @__PURE__ */ jsxDEV(Outlet, {}, void 0, false, {
319
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
320
- lineNumber: 226,
321
- columnNumber: 9
322
- }, this) }, void 0, false, {
323
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
324
- lineNumber: 225,
325
- columnNumber: 7
326
- }, this)
327
- ] }, void 0, true, {
328
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
329
- lineNumber: 119,
330
- columnNumber: 5
331
- }, this);
164
+ ] })
165
+ ] }),
166
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(Outlet, {}) })
167
+ ] });
332
168
  if (isFullscreen) {
333
- return /* @__PURE__ */ jsxDEV("div", { className: "fixed inset-0 z-50 bg-white dark:bg-gray-900 flex flex-col overflow-auto", children: /* @__PURE__ */ jsxDEV("div", { className: "w-full p-6 md:p-8 lg:p-12", children: content }, void 0, false, {
334
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
335
- lineNumber: 234,
336
- columnNumber: 9
337
- }, this) }, void 0, false, {
338
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
339
- lineNumber: 233,
340
- columnNumber: 7
341
- }, this);
169
+ return /* @__PURE__ */ jsx("div", { className: "fixed inset-0 z-50 bg-white dark:bg-gray-900 flex flex-col overflow-auto", children: /* @__PURE__ */ jsx("div", { className: "w-full p-6 md:p-8 lg:p-12", children: content }) });
342
170
  }
343
- return /* @__PURE__ */ jsxDEV("div", { className: "flex flex-col", children: /* @__PURE__ */ jsxDEV("main", { className: "w-full p-6 md:p-8 lg:p-12", children: content }, void 0, false, {
344
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
345
- lineNumber: 243,
346
- columnNumber: 7
347
- }, this) }, void 0, false, {
348
- fileName: "/Users/justinhandley/IdeaProjects/nestled_template/libs/data-browser/src/lib/layouts/AdminDataLayout.tsx",
349
- lineNumber: 242,
350
- columnNumber: 5
351
- }, this);
171
+ return /* @__PURE__ */ jsx("div", { className: "flex flex-col", children: /* @__PURE__ */ jsx("main", { className: "w-full p-6 md:p-8 lg:p-12", children: content }) });
352
172
  }
353
173
  export {
354
174
  AdminDataLayout