@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.
- package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +3 -3
- 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 +190 -86
- 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/lolo/ui/core/organisms/ui-entity-table.lolo +1 -0
- package/behaviors/registry/factory-signatures.json +9 -13
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +39 -4
- 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 +423 -125
- 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/behaviors/registry/ui/core/organisms/ui-entity-table.orb +5 -0
- package/dist/behaviors/behaviors-embeddings.json +200 -200
- package/dist/behaviors/behaviors-registry.json +34 -18
- package/dist/behaviors/exports-reader.js +33 -3
- package/dist/behaviors/functions/index.d.ts +41 -54
- package/dist/behaviors/functions/index.js +31 -3
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +34 -4
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +33 -3
- package/dist/behaviors/registry/factory-signatures.json +9 -13
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +39 -4
- 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 +423 -125
- 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/registry/ui/core/organisms/ui-entity-table.orb +5 -0
- package/dist/behaviors-embeddings.json +200 -200
- package/dist/behaviors-registry.json +34 -18
- package/dist/index.d.ts +1 -1
- package/dist/index.js +34 -4
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +9 -13
- 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": "
|
|
734
|
+
"variant": "ghost"
|
|
772
735
|
},
|
|
773
736
|
{
|
|
774
737
|
"event": "ROLLBACK",
|