@almadar/std 16.148.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.
Files changed (34) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +86 -41
  3. package/behaviors/lolo/ui/core/atoms/std-board.lolo +29 -16
  4. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +187 -83
  5. package/behaviors/lolo/ui/core/atoms/std-dashboard-grid-embedded.lolo +8 -0
  6. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/std-stats.lolo +14 -10
  8. package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +1 -29
  9. package/behaviors/registry/factory-signatures.json +9 -13
  10. package/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
  11. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
  12. package/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
  13. package/behaviors/registry/ui/core/atoms/std-browse.orb +377 -119
  14. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
  15. package/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
  16. package/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
  17. package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
  18. package/dist/behaviors/behaviors-embeddings.json +475 -475
  19. package/dist/behaviors/behaviors-registry.json +10 -12
  20. package/dist/behaviors/knob-embeddings.json +1 -1
  21. package/dist/behaviors/registry/factory-signatures.json +9 -13
  22. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
  23. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
  24. package/dist/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
  25. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +377 -119
  26. package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
  27. package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
  28. package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
  29. package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
  30. package/dist/behaviors-embeddings.json +475 -475
  31. package/dist/behaviors-registry.json +10 -12
  32. package/dist/knob-embeddings.json +1 -1
  33. package/dist/registry/factory-signatures.json +9 -13
  34. package/package.json +8 -1
@@ -130,8 +130,7 @@
130
130
  "linkedEntity": "DashboardGridEmbeddedData",
131
131
  "linkedEntityId": "ent_01KXG04G02KY54SX7VCED85JZR",
132
132
  "name": "SimpleGrid1",
133
- "ref": "SimpleGrid.traits.SimpleGridRender",
134
- "refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
133
+ "ref": "SimpleGrid.traits.SimpleGridRender"
135
134
  },
136
135
  {
137
136
  "category": "interaction",
@@ -216,6 +215,13 @@
216
215
  "tier": "presentation",
217
216
  "type": "number"
218
217
  },
218
+ "theme": {
219
+ "default": "",
220
+ "description": "Design-system skin applied to the embedded grid surface via data-theme (e.g. 'linear-clean-light'). Empty inherits the surrounding shell's theme. Needed because this atom renders without app-shell chrome, so no layout-level theme cascade reaches it.",
221
+ "label": "Theme",
222
+ "tier": "presentation",
223
+ "type": "string"
224
+ },
219
225
  "tile10Trait": {
220
226
  "default": "@trait.EmptyTile",
221
227
  "description": "Trait reference for grid cell 10. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
@@ -368,47 +374,53 @@
368
374
  {
369
375
  "children": [
370
376
  {
371
- "align": "center",
372
377
  "children": [
373
378
  {
374
379
  "align": "center",
375
380
  "children": [
376
- "@config.filter1Trait",
377
- "@config.filter2Trait",
378
- "@config.filter3Trait",
379
- "@config.filter4Trait"
381
+ {
382
+ "align": "center",
383
+ "children": [
384
+ "@config.filter1Trait",
385
+ "@config.filter2Trait",
386
+ "@config.filter3Trait",
387
+ "@config.filter4Trait"
388
+ ],
389
+ "direction": "horizontal",
390
+ "gap": "md",
391
+ "type": "stack",
392
+ "wrap": true
393
+ },
394
+ {
395
+ "align": "center",
396
+ "children": [
397
+ "@config.toolbar1Trait",
398
+ "@config.toolbar2Trait",
399
+ "@config.toolbar3Trait"
400
+ ],
401
+ "direction": "horizontal",
402
+ "gap": "sm",
403
+ "type": "stack"
404
+ }
380
405
  ],
381
406
  "direction": "horizontal",
382
407
  "gap": "md",
408
+ "justify": "between",
383
409
  "type": "stack",
384
410
  "wrap": true
385
411
  },
386
412
  {
387
- "align": "center",
388
- "children": [
389
- "@config.toolbar1Trait",
390
- "@config.toolbar2Trait",
391
- "@config.toolbar3Trait"
392
- ],
393
- "direction": "horizontal",
394
- "gap": "sm",
395
- "type": "stack"
396
- }
413
+ "type": "divider"
414
+ },
415
+ "@trait.SimpleGrid1"
397
416
  ],
398
- "direction": "horizontal",
417
+ "direction": "vertical",
399
418
  "gap": "md",
400
- "justify": "between",
401
- "type": "stack",
402
- "wrap": true
403
- },
404
- {
405
- "type": "divider"
406
- },
407
- "@trait.SimpleGrid1"
419
+ "type": "stack"
420
+ }
408
421
  ],
409
- "direction": "vertical",
410
- "gap": "md",
411
- "type": "stack"
422
+ "data-theme": "@config.theme",
423
+ "type": "box"
412
424
  }
413
425
  ]
414
426
  ],
@@ -916,9 +916,6 @@
916
916
  "tree": "@config.tree",
917
917
  "type": "file-tree"
918
918
  },
919
- {
920
- "type": "divider"
921
- },
922
919
  {
923
920
  "entity": "@payload.data",
924
921
  "fields": "@config.fields",