@almadar/std 16.148.0 → 16.150.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 (45) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +3 -3
  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 +190 -86
  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/lolo/ui/core/organisms/ui-entity-table.lolo +1 -0
  10. package/behaviors/registry/factory-signatures.json +9 -13
  11. package/behaviors/registry/ui/core/atoms/std-app-search.orb +39 -4
  12. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
  13. package/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
  14. package/behaviors/registry/ui/core/atoms/std-browse.orb +423 -125
  15. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
  16. package/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
  17. package/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
  18. package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
  19. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +5 -0
  20. package/dist/behaviors/behaviors-embeddings.json +200 -200
  21. package/dist/behaviors/behaviors-registry.json +34 -18
  22. package/dist/behaviors/exports-reader.js +33 -3
  23. package/dist/behaviors/functions/index.d.ts +41 -54
  24. package/dist/behaviors/functions/index.js +31 -3
  25. package/dist/behaviors/index.d.ts +1 -1
  26. package/dist/behaviors/index.js +34 -4
  27. package/dist/behaviors/knob-embeddings.json +1 -1
  28. package/dist/behaviors/query.js +33 -3
  29. package/dist/behaviors/registry/factory-signatures.json +9 -13
  30. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +39 -4
  31. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
  32. package/dist/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
  33. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +423 -125
  34. package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
  35. package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
  36. package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
  37. package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
  38. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +5 -0
  39. package/dist/behaviors-embeddings.json +200 -200
  40. package/dist/behaviors-registry.json +34 -18
  41. package/dist/index.d.ts +1 -1
  42. package/dist/index.js +34 -4
  43. package/dist/knob-embeddings.json +1 -1
  44. package/dist/registry/factory-signatures.json +9 -13
  45. package/package.json +9 -2
@@ -700,43 +700,6 @@
700
700
  "gap": "sm",
701
701
  "type": "stack"
702
702
  },
703
- {
704
- "children": [
705
- {
706
- "icon": "history",
707
- "label": "Total revisions",
708
- "look": "@config.statLook",
709
- "type": "stat-display",
710
- "value": "@payload.data.length"
711
- },
712
- {
713
- "icon": "users",
714
- "label": "Authors",
715
- "look": "@config.statLook",
716
- "type": "stat-display",
717
- "value": "6"
718
- },
719
- {
720
- "icon": "save",
721
- "label": "Saves this week",
722
- "look": "@config.statLook",
723
- "type": "stat-display",
724
- "value": "14"
725
- },
726
- {
727
- "icon": "rotate-ccw",
728
- "label": "Rollbacks",
729
- "look": "@config.statLook",
730
- "type": "stat-display",
731
- "value": "2"
732
- }
733
- ],
734
- "cols": 4.0,
735
- "type": "simple-grid"
736
- },
737
- {
738
- "type": "divider"
739
- },
740
703
  {
741
704
  "cols": 1.0,
742
705
  "entity": "@payload.data",
@@ -768,7 +731,7 @@
768
731
  "event": "OPEN_REVISION",
769
732
  "icon": "arrow-right",
770
733
  "label": "Open",
771
- "variant": "primary"
734
+ "variant": "ghost"
772
735
  },
773
736
  {
774
737
  "event": "ROLLBACK",
@@ -110,6 +110,11 @@
110
110
  "description": "Bulk actions",
111
111
  "items": {
112
112
  "properties": {
113
+ "event": {
114
+ "name": "event",
115
+ "required": false,
116
+ "type": "string"
117
+ },
113
118
  "icon": {
114
119
  "name": "icon",
115
120
  "required": false,