@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.
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 +189 -87
  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 +379 -123
  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 +379 -123
  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
@@ -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",