@inf-monkeys-tech/monkeys-design 1.0.95 → 1.0.96

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.
@@ -25,6 +25,7 @@ function resolveDataExplorerValue(value, context) {
25
25
  // src/components/data-explorer/theme.ts
26
26
  var emptyStyles = {};
27
27
  var baseSlots = {
28
+ surfaceRoot: "relative flex h-full min-h-0 w-full min-w-0 overflow-hidden rounded-md border border-border bg-background shadow-sm",
28
29
  toolbarRoot: "flex flex-wrap items-center gap-2 border-b border-border bg-background px-4 py-3",
29
30
  toolbarLeading: "flex items-center gap-2",
30
31
  toolbarSearch: "flex h-10 min-w-52 flex-1 items-center gap-2 rounded-md border border-border bg-background px-3 text-sm",
@@ -156,6 +157,7 @@ var densitySlots = {
156
157
  };
157
158
  var radiusSlots = {
158
159
  none: {
160
+ surfaceRoot: "rounded-none",
159
161
  toolbarSearch: "rounded-none",
160
162
  toolbarViewSwitch: "rounded-none",
161
163
  toolbarViewButton: "rounded-none",
@@ -180,6 +182,7 @@ var radiusSlots = {
180
182
  treeNodeDragHandle: "rounded-none"
181
183
  },
182
184
  sm: {
185
+ surfaceRoot: "rounded-sm",
183
186
  toolbarSearch: "rounded-sm",
184
187
  toolbarViewSwitch: "rounded-sm",
185
188
  toolbarViewButton: "rounded-sm",
@@ -200,6 +203,7 @@ var radiusSlots = {
200
203
  },
201
204
  md: {},
202
205
  lg: {
206
+ surfaceRoot: "rounded-xl",
203
207
  toolbarSearch: "rounded-lg",
204
208
  toolbarViewSwitch: "rounded-lg",
205
209
  toolbarViewButton: "rounded-lg",
@@ -218,6 +222,7 @@ var radiusSlots = {
218
222
  treeNodeDragHandle: "rounded-md"
219
223
  },
220
224
  xl: {
225
+ surfaceRoot: "rounded-2xl",
221
226
  toolbarSearch: "rounded-xl",
222
227
  toolbarViewSwitch: "rounded-xl",
223
228
  toolbarViewButton: "rounded-xl",
@@ -236,6 +241,7 @@ var radiusSlots = {
236
241
  treeNodeDragHandle: "rounded-lg"
237
242
  },
238
243
  full: {
244
+ surfaceRoot: "rounded-2xl",
239
245
  toolbarSearch: "rounded-full",
240
246
  toolbarViewSwitch: "rounded-full",
241
247
  toolbarViewButton: "rounded-full",
@@ -255,6 +261,7 @@ var radiusSlots = {
255
261
  };
256
262
  var borderSlots = {
257
263
  none: {
264
+ surfaceRoot: "border-transparent",
258
265
  toolbarRoot: "border-transparent",
259
266
  toolbarSearch: "border-transparent",
260
267
  toolbarViewSwitch: "border-transparent",
@@ -269,6 +276,7 @@ var borderSlots = {
269
276
  detailRightPanel: "border-transparent"
270
277
  },
271
278
  subtle: {
279
+ surfaceRoot: "border-border/60",
272
280
  toolbarRoot: "border-border/60",
273
281
  toolbarSearch: "border-border/60",
274
282
  toolbarViewSwitch: "border-border/60",
@@ -281,6 +289,7 @@ var borderSlots = {
281
289
  },
282
290
  solid: {},
283
291
  strong: {
292
+ surfaceRoot: "border-foreground/20",
284
293
  toolbarRoot: "border-foreground/20",
285
294
  toolbarSearch: "border-foreground/20",
286
295
  toolbarViewSwitch: "border-foreground/20",
@@ -295,6 +304,7 @@ var borderSlots = {
295
304
  var backgroundSlots = {
296
305
  plain: {},
297
306
  muted: {
307
+ surfaceRoot: "bg-card",
298
308
  toolbarRoot: "bg-muted/20",
299
309
  toolbarSearch: "bg-background",
300
310
  toolbarViewSwitch: "bg-background",
@@ -306,6 +316,7 @@ var backgroundSlots = {
306
316
  detailHeader: "bg-muted/20"
307
317
  },
308
318
  soft: {
319
+ surfaceRoot: "bg-background/95 shadow-sm",
309
320
  toolbarRoot: "bg-background/95",
310
321
  actionButtonDefault: "bg-muted/30 hover:bg-muted/55",
311
322
  controlButton: "bg-muted/30 hover:bg-muted/55",
@@ -315,6 +326,7 @@ var backgroundSlots = {
315
326
  footerRoot: "bg-background/95"
316
327
  },
317
328
  glass: {
329
+ surfaceRoot: "border-white/10 bg-white/[0.06] shadow-none backdrop-blur-md",
318
330
  toolbarRoot: "border-white/10 bg-white/5 backdrop-blur-md",
319
331
  toolbarSearch: "border-white/10 bg-white/5",
320
332
  toolbarViewSwitch: "border-white/10 bg-white/5",