@almadar/std 16.147.0 → 16.149.0
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/behaviors/lolo/ui/core/atoms/std-app-search.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +86 -41
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +29 -16
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +189 -87
- package/behaviors/lolo/ui/core/atoms/std-dashboard-grid-embedded.lolo +8 -0
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-stats.lolo +14 -10
- package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +1 -29
- package/behaviors/registry/factory-signatures.json +9 -13
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
- package/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
- package/behaviors/registry/ui/core/atoms/std-browse.orb +379 -123
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
- package/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
- package/dist/behaviors/behaviors-embeddings.json +475 -475
- package/dist/behaviors/behaviors-registry.json +10 -12
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/registry/factory-signatures.json +9 -13
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
- package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +379 -123
- package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
- package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
- package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
- package/dist/behaviors-embeddings.json +475 -475
- package/dist/behaviors-registry.json +10 -12
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +9 -13
- package/package.json +8 -1
|
@@ -197,31 +197,37 @@
|
|
|
197
197
|
"config": {
|
|
198
198
|
"bodyContent": {
|
|
199
199
|
"default": {
|
|
200
|
-
"
|
|
201
|
-
"fields": [],
|
|
202
|
-
"renderItem": [
|
|
203
|
-
"fn",
|
|
204
|
-
"card",
|
|
200
|
+
"children": [
|
|
205
201
|
{
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
202
|
+
"entity": "@entity.cards",
|
|
203
|
+
"fields": [],
|
|
204
|
+
"renderItem": [
|
|
205
|
+
"fn",
|
|
206
|
+
"card",
|
|
207
|
+
{
|
|
208
|
+
"clickEvent": "@card.clickEvent",
|
|
209
|
+
"format": "@card.format",
|
|
210
|
+
"icon": "@card.icon",
|
|
211
|
+
"label": "@card.label",
|
|
212
|
+
"look": "@config.statLook",
|
|
213
|
+
"max": "@card.max",
|
|
214
|
+
"prefix": "@card.prefix",
|
|
215
|
+
"sparklineData": "@card.sparklineData",
|
|
216
|
+
"suffix": "@card.suffix",
|
|
217
|
+
"target": "@card.target",
|
|
218
|
+
"trend": "@card.trend",
|
|
219
|
+
"trendFormat": "@card.trendFormat",
|
|
220
|
+
"trendPolarity": "@card.trendPolarity",
|
|
221
|
+
"type": "stat-display",
|
|
222
|
+
"value": "@card.value",
|
|
223
|
+
"variant": "@card.variant"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"type": "@config.viewPattern"
|
|
222
227
|
}
|
|
223
228
|
],
|
|
224
|
-
"
|
|
229
|
+
"data-theme": "@config.theme",
|
|
230
|
+
"type": "box"
|
|
225
231
|
},
|
|
226
232
|
"description": "Render-ui SExpr rendered after metrics aggregate for statsLook='cards' — the canonical data-grid call mapping @entity.cards through stat-display. Other statsLook values render kpiTilesBodyContent / heroMetricBodyContent / sparklineRowBodyContent instead; all four share this trait's state machine, aggregation pipeline, and listens.",
|
|
227
233
|
"label": "Body content tree",
|
|
@@ -230,106 +236,112 @@
|
|
|
230
236
|
},
|
|
231
237
|
"heroMetricBodyContent": {
|
|
232
238
|
"default": {
|
|
233
|
-
"
|
|
234
|
-
"fields": [],
|
|
235
|
-
"gap": "none",
|
|
236
|
-
"renderItem": [
|
|
237
|
-
"fn",
|
|
238
|
-
"card",
|
|
239
|
+
"children": [
|
|
239
240
|
{
|
|
240
|
-
"
|
|
241
|
+
"entity": "@entity.cards",
|
|
242
|
+
"fields": [],
|
|
243
|
+
"gap": "none",
|
|
244
|
+
"renderItem": [
|
|
245
|
+
"fn",
|
|
246
|
+
"card",
|
|
241
247
|
{
|
|
242
248
|
"children": [
|
|
243
249
|
{
|
|
244
|
-
"align": "center",
|
|
245
250
|
"children": [
|
|
246
251
|
{
|
|
247
252
|
"align": "center",
|
|
248
253
|
"children": [
|
|
249
254
|
{
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
"children": [
|
|
272
|
-
{
|
|
273
|
-
"color": "muted",
|
|
274
|
-
"content": "@card.prefix",
|
|
275
|
-
"type": "typography",
|
|
276
|
-
"variant": "h2",
|
|
277
|
-
"weight": "normal"
|
|
255
|
+
"align": "center",
|
|
256
|
+
"children": [
|
|
257
|
+
{
|
|
258
|
+
"color": "muted",
|
|
259
|
+
"name": "@card.icon",
|
|
260
|
+
"size": "md",
|
|
261
|
+
"type": "icon"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"className": "uppercase tracking-widest",
|
|
265
|
+
"color": "muted",
|
|
266
|
+
"content": "@card.label",
|
|
267
|
+
"type": "typography",
|
|
268
|
+
"variant": "overline",
|
|
269
|
+
"weight": "bold"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"direction": "horizontal",
|
|
273
|
+
"gap": "sm",
|
|
274
|
+
"justify": "center",
|
|
275
|
+
"type": "stack"
|
|
278
276
|
},
|
|
279
277
|
{
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
|
|
283
|
-
|
|
278
|
+
"align": "baseline",
|
|
279
|
+
"children": [
|
|
280
|
+
{
|
|
281
|
+
"color": "muted",
|
|
282
|
+
"content": "@card.prefix",
|
|
283
|
+
"type": "typography",
|
|
284
|
+
"variant": "h2",
|
|
285
|
+
"weight": "normal"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"className": "text-7xl md:text-8xl font-bold tracking-tighter tabular-nums text-[var(--color-foreground)]",
|
|
289
|
+
"format": "@card.format",
|
|
290
|
+
"type": "animated-counter",
|
|
291
|
+
"value": "@card.value"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"color": "muted",
|
|
295
|
+
"content": "@card.suffix",
|
|
296
|
+
"type": "typography",
|
|
297
|
+
"variant": "h2",
|
|
298
|
+
"weight": "normal"
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"className": "py-section",
|
|
302
|
+
"direction": "horizontal",
|
|
303
|
+
"gap": "xs",
|
|
304
|
+
"justify": "center",
|
|
305
|
+
"type": "stack"
|
|
284
306
|
},
|
|
285
307
|
{
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"type": "
|
|
289
|
-
"
|
|
290
|
-
"weight": "normal"
|
|
308
|
+
"showValue": true,
|
|
309
|
+
"size": "md",
|
|
310
|
+
"type": "trend-indicator",
|
|
311
|
+
"value": "@card.trend"
|
|
291
312
|
}
|
|
292
313
|
],
|
|
293
|
-
"className": "
|
|
294
|
-
"direction": "
|
|
295
|
-
"gap": "
|
|
296
|
-
"justify": "center",
|
|
314
|
+
"className": "relative z-10 w-full max-w-2xl mx-auto text-center",
|
|
315
|
+
"direction": "vertical",
|
|
316
|
+
"gap": "md",
|
|
297
317
|
"type": "stack"
|
|
298
318
|
},
|
|
299
319
|
{
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
320
|
+
"className": "absolute inset-x-0 bottom-0 w-full opacity-10 pointer-events-none",
|
|
321
|
+
"color": "auto",
|
|
322
|
+
"data": "@card.sparklineData",
|
|
323
|
+
"fill": true,
|
|
324
|
+
"height": 96.0,
|
|
325
|
+
"strokeWidth": 1.0,
|
|
326
|
+
"type": "sparkline"
|
|
304
327
|
}
|
|
305
328
|
],
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"type": "stack"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"className": "absolute inset-x-0 bottom-0 w-full opacity-10 pointer-events-none",
|
|
313
|
-
"color": "auto",
|
|
314
|
-
"data": "@card.sparklineData",
|
|
315
|
-
"fill": true,
|
|
316
|
-
"height": 96.0,
|
|
317
|
-
"strokeWidth": 1.0,
|
|
318
|
-
"type": "sparkline"
|
|
329
|
+
"look": "elevated",
|
|
330
|
+
"padding": "lg",
|
|
331
|
+
"type": "card"
|
|
319
332
|
}
|
|
320
333
|
],
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
334
|
+
"className": "relative w-full rounded-xl shadow-lg overflow-hidden",
|
|
335
|
+
"direction": "vertical",
|
|
336
|
+
"gap": "none",
|
|
337
|
+
"type": "stack"
|
|
324
338
|
}
|
|
325
339
|
],
|
|
326
|
-
"
|
|
327
|
-
"direction": "vertical",
|
|
328
|
-
"gap": "none",
|
|
329
|
-
"type": "stack"
|
|
340
|
+
"type": "data-list"
|
|
330
341
|
}
|
|
331
342
|
],
|
|
332
|
-
"
|
|
343
|
+
"data-theme": "@config.theme",
|
|
344
|
+
"type": "box"
|
|
333
345
|
},
|
|
334
346
|
"description": "Render-ui SExpr for statsLook='hero-metric' — one elevated card, one oversize number, background sparkline.",
|
|
335
347
|
"label": "Hero metric body content tree",
|
|
@@ -338,95 +350,101 @@
|
|
|
338
350
|
},
|
|
339
351
|
"kpiTilesBodyContent": {
|
|
340
352
|
"default": {
|
|
341
|
-
"
|
|
342
|
-
"entity": "@entity.cards",
|
|
343
|
-
"fields": [],
|
|
344
|
-
"gap": "lg",
|
|
345
|
-
"minCardWidth": 220.0,
|
|
346
|
-
"renderItem": [
|
|
347
|
-
"fn",
|
|
348
|
-
"card",
|
|
353
|
+
"children": [
|
|
349
354
|
{
|
|
350
|
-
"
|
|
355
|
+
"className": "w-full",
|
|
356
|
+
"entity": "@entity.cards",
|
|
357
|
+
"fields": [],
|
|
358
|
+
"gap": "lg",
|
|
359
|
+
"minCardWidth": 220.0,
|
|
360
|
+
"renderItem": [
|
|
361
|
+
"fn",
|
|
362
|
+
"card",
|
|
351
363
|
{
|
|
352
|
-
"align": "center",
|
|
353
364
|
"children": [
|
|
354
365
|
{
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
"children": [
|
|
377
|
-
{
|
|
378
|
-
"color": "muted",
|
|
379
|
-
"content": "@card.prefix",
|
|
380
|
-
"type": "typography",
|
|
381
|
-
"variant": "caption"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"className": "text-4xl font-bold tracking-tight",
|
|
385
|
-
"format": "@card.format",
|
|
386
|
-
"type": "animated-counter",
|
|
387
|
-
"value": "@card.value"
|
|
366
|
+
"align": "center",
|
|
367
|
+
"children": [
|
|
368
|
+
{
|
|
369
|
+
"className": "uppercase tracking-wide",
|
|
370
|
+
"color": "muted",
|
|
371
|
+
"content": "@card.label",
|
|
372
|
+
"type": "typography",
|
|
373
|
+
"variant": "caption",
|
|
374
|
+
"weight": "medium"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"color": "muted",
|
|
378
|
+
"name": "@card.icon",
|
|
379
|
+
"size": "sm",
|
|
380
|
+
"type": "icon"
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
"direction": "horizontal",
|
|
384
|
+
"gap": "xs",
|
|
385
|
+
"justify": "between",
|
|
386
|
+
"type": "stack"
|
|
388
387
|
},
|
|
389
388
|
{
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
389
|
+
"align": "baseline",
|
|
390
|
+
"children": [
|
|
391
|
+
{
|
|
392
|
+
"color": "muted",
|
|
393
|
+
"content": "@card.prefix",
|
|
394
|
+
"type": "typography",
|
|
395
|
+
"variant": "caption"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"className": "text-4xl font-bold tracking-tight",
|
|
399
|
+
"format": "@card.format",
|
|
400
|
+
"type": "animated-counter",
|
|
401
|
+
"value": "@card.value"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"color": "muted",
|
|
405
|
+
"content": "@card.suffix",
|
|
406
|
+
"type": "typography",
|
|
407
|
+
"variant": "caption"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"direction": "horizontal",
|
|
411
|
+
"gap": "xs",
|
|
412
|
+
"type": "stack"
|
|
408
413
|
},
|
|
409
414
|
{
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
415
|
+
"align": "center",
|
|
416
|
+
"children": [
|
|
417
|
+
{
|
|
418
|
+
"showValue": true,
|
|
419
|
+
"size": "sm",
|
|
420
|
+
"type": "trend-indicator",
|
|
421
|
+
"value": "@card.trend"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"className": "flex-1",
|
|
425
|
+
"color": "auto",
|
|
426
|
+
"data": "@card.sparklineData",
|
|
427
|
+
"fill": true,
|
|
428
|
+
"height": 24.0,
|
|
429
|
+
"type": "sparkline"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"direction": "horizontal",
|
|
433
|
+
"gap": "sm",
|
|
434
|
+
"type": "stack"
|
|
416
435
|
}
|
|
417
436
|
],
|
|
418
|
-
"
|
|
437
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-surface)] p-card-lg shadow-elevation-sm hover:shadow-elevation-md transition-shadow",
|
|
438
|
+
"direction": "vertical",
|
|
419
439
|
"gap": "sm",
|
|
420
440
|
"type": "stack"
|
|
421
441
|
}
|
|
422
442
|
],
|
|
423
|
-
"
|
|
424
|
-
"direction": "vertical",
|
|
425
|
-
"gap": "sm",
|
|
426
|
-
"type": "stack"
|
|
443
|
+
"type": "data-grid"
|
|
427
444
|
}
|
|
428
445
|
],
|
|
429
|
-
"
|
|
446
|
+
"data-theme": "@config.theme",
|
|
447
|
+
"type": "box"
|
|
430
448
|
},
|
|
431
449
|
"description": "Render-ui SExpr for statsLook='kpi-tiles' — Stripe-dashboard style tile grid: huge typography number, label, trend indicator, sparkline hint.",
|
|
432
450
|
"label": "KPI tiles body content tree",
|
|
@@ -583,71 +601,34 @@
|
|
|
583
601
|
},
|
|
584
602
|
"sparklineRowBodyContent": {
|
|
585
603
|
"default": {
|
|
586
|
-
"
|
|
587
|
-
"entity": "@entity.cards",
|
|
588
|
-
"fields": [],
|
|
589
|
-
"gap": "md",
|
|
590
|
-
"minCardWidth": 260.0,
|
|
591
|
-
"renderItem": [
|
|
592
|
-
"fn",
|
|
593
|
-
"card",
|
|
604
|
+
"children": [
|
|
594
605
|
{
|
|
595
|
-
"
|
|
606
|
+
"className": "w-full",
|
|
607
|
+
"entity": "@entity.cards",
|
|
608
|
+
"fields": [],
|
|
609
|
+
"gap": "md",
|
|
610
|
+
"minCardWidth": 260.0,
|
|
611
|
+
"renderItem": [
|
|
612
|
+
"fn",
|
|
613
|
+
"card",
|
|
596
614
|
{
|
|
597
|
-
"align": "center",
|
|
598
615
|
"children": [
|
|
599
616
|
{
|
|
600
|
-
"
|
|
601
|
-
"name": "@card.icon",
|
|
602
|
-
"size": "xs",
|
|
603
|
-
"type": "icon"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"className": "uppercase tracking-wide truncate",
|
|
607
|
-
"color": "muted",
|
|
608
|
-
"content": "@card.label",
|
|
609
|
-
"type": "typography",
|
|
610
|
-
"variant": "overline",
|
|
611
|
-
"weight": "semibold"
|
|
612
|
-
}
|
|
613
|
-
],
|
|
614
|
-
"direction": "horizontal",
|
|
615
|
-
"gap": "xs",
|
|
616
|
-
"type": "stack"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"className": "w-full",
|
|
620
|
-
"color": "auto",
|
|
621
|
-
"data": "@card.sparklineData",
|
|
622
|
-
"fill": true,
|
|
623
|
-
"height": 64.0,
|
|
624
|
-
"strokeWidth": 2.0,
|
|
625
|
-
"type": "sparkline"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"align": "baseline",
|
|
629
|
-
"children": [
|
|
630
|
-
{
|
|
631
|
-
"align": "baseline",
|
|
617
|
+
"align": "center",
|
|
632
618
|
"children": [
|
|
633
619
|
{
|
|
634
620
|
"color": "muted",
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"className": "tabular-nums",
|
|
641
|
-
"content": "@card.value",
|
|
642
|
-
"type": "typography",
|
|
643
|
-
"variant": "h3",
|
|
644
|
-
"weight": "semibold"
|
|
621
|
+
"name": "@card.icon",
|
|
622
|
+
"size": "xs",
|
|
623
|
+
"type": "icon"
|
|
645
624
|
},
|
|
646
625
|
{
|
|
626
|
+
"className": "uppercase tracking-wide truncate",
|
|
647
627
|
"color": "muted",
|
|
648
|
-
"content": "@card.
|
|
628
|
+
"content": "@card.label",
|
|
649
629
|
"type": "typography",
|
|
650
|
-
"variant": "
|
|
630
|
+
"variant": "overline",
|
|
631
|
+
"weight": "semibold"
|
|
651
632
|
}
|
|
652
633
|
],
|
|
653
634
|
"direction": "horizontal",
|
|
@@ -655,25 +636,68 @@
|
|
|
655
636
|
"type": "stack"
|
|
656
637
|
},
|
|
657
638
|
{
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
"
|
|
661
|
-
"
|
|
639
|
+
"className": "w-full",
|
|
640
|
+
"color": "auto",
|
|
641
|
+
"data": "@card.sparklineData",
|
|
642
|
+
"fill": true,
|
|
643
|
+
"height": 64.0,
|
|
644
|
+
"strokeWidth": 2.0,
|
|
645
|
+
"type": "sparkline"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"align": "baseline",
|
|
649
|
+
"children": [
|
|
650
|
+
{
|
|
651
|
+
"align": "baseline",
|
|
652
|
+
"children": [
|
|
653
|
+
{
|
|
654
|
+
"color": "muted",
|
|
655
|
+
"content": "@card.prefix",
|
|
656
|
+
"type": "typography",
|
|
657
|
+
"variant": "caption"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"className": "tabular-nums",
|
|
661
|
+
"content": "@card.value",
|
|
662
|
+
"type": "typography",
|
|
663
|
+
"variant": "h3",
|
|
664
|
+
"weight": "semibold"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"color": "muted",
|
|
668
|
+
"content": "@card.suffix",
|
|
669
|
+
"type": "typography",
|
|
670
|
+
"variant": "caption"
|
|
671
|
+
}
|
|
672
|
+
],
|
|
673
|
+
"direction": "horizontal",
|
|
674
|
+
"gap": "xs",
|
|
675
|
+
"type": "stack"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"showValue": true,
|
|
679
|
+
"size": "sm",
|
|
680
|
+
"type": "trend-indicator",
|
|
681
|
+
"value": "@card.trend"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"direction": "horizontal",
|
|
685
|
+
"gap": "sm",
|
|
686
|
+
"justify": "between",
|
|
687
|
+
"type": "stack"
|
|
662
688
|
}
|
|
663
689
|
],
|
|
664
|
-
"
|
|
690
|
+
"className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] p-card-md shadow-elevation-sm hover:shadow-elevation-md transition-shadow min-h-[180px]",
|
|
691
|
+
"direction": "vertical",
|
|
665
692
|
"gap": "sm",
|
|
666
|
-
"justify": "between",
|
|
667
693
|
"type": "stack"
|
|
668
694
|
}
|
|
669
695
|
],
|
|
670
|
-
"
|
|
671
|
-
"direction": "vertical",
|
|
672
|
-
"gap": "sm",
|
|
673
|
-
"type": "stack"
|
|
696
|
+
"type": "data-grid"
|
|
674
697
|
}
|
|
675
698
|
],
|
|
676
|
-
"
|
|
699
|
+
"data-theme": "@config.theme",
|
|
700
|
+
"type": "box"
|
|
677
701
|
},
|
|
678
702
|
"description": "Render-ui SExpr for statsLook='sparkline-row' — chart-first tiles where the mini trend line is the visual centerpiece, label above, value+delta footer.",
|
|
679
703
|
"label": "Sparkline row body content tree",
|
|
@@ -707,6 +731,13 @@
|
|
|
707
731
|
"sparkline-row"
|
|
708
732
|
]
|
|
709
733
|
},
|
|
734
|
+
"theme": {
|
|
735
|
+
"default": "",
|
|
736
|
+
"description": "Data-theme skin applied to the stat body root — for chrome-less pages composed without an AppShell.",
|
|
737
|
+
"label": "Theme",
|
|
738
|
+
"tier": "presentation",
|
|
739
|
+
"type": "string"
|
|
740
|
+
},
|
|
710
741
|
"title": {
|
|
711
742
|
"default": "Summary",
|
|
712
743
|
"description": "Heading shown above the stat-card grid",
|
|
@@ -840,8 +871,7 @@
|
|
|
840
871
|
"trend": [
|
|
841
872
|
"object/get",
|
|
842
873
|
"@metric",
|
|
843
|
-
"trend"
|
|
844
|
-
0.0
|
|
874
|
+
"trend"
|
|
845
875
|
],
|
|
846
876
|
"trendFormat": [
|
|
847
877
|
"object/get",
|
|
@@ -1042,8 +1072,7 @@
|
|
|
1042
1072
|
[
|
|
1043
1073
|
"object/get",
|
|
1044
1074
|
"@metric",
|
|
1045
|
-
"trend"
|
|
1046
|
-
0.0
|
|
1075
|
+
"trend"
|
|
1047
1076
|
]
|
|
1048
1077
|
],
|
|
1049
1078
|
"trendFormat": [
|