@almadar/std 16.149.0 → 16.151.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 (69) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +20 -2
  2. package/behaviors/lolo/ui/core/atoms/std-board.lolo +1 -1
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +32 -13
  4. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +13 -1
  5. package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +8 -10
  6. package/behaviors/lolo/ui/core/atoms/std-stats.lolo +3 -0
  7. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +6 -1
  8. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +4 -2
  9. package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +15 -1
  10. package/behaviors/lolo/ui/core/molecules/ui-graph-canvas.lolo +57 -0
  11. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +2 -2
  12. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +3 -1
  13. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +4 -2
  14. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +2 -0
  15. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +4 -1
  16. package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +3 -1
  17. package/behaviors/lolo/ui/learning/atoms/std-branching-logic.lolo +0 -28
  18. package/behaviors/registry/factory-signatures.json +2435 -782
  19. package/behaviors/registry/ui/core/atoms/std-app-search.orb +90 -3
  20. package/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
  21. package/behaviors/registry/ui/core/atoms/std-browse.orb +212 -41
  22. package/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
  23. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
  24. package/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
  25. package/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
  26. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
  27. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
  28. package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
  29. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
  30. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
  31. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
  32. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
  33. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +59 -1
  34. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
  35. package/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
  36. package/dist/behaviors/behaviors-embeddings.json +374 -374
  37. package/dist/behaviors/behaviors-registry.json +27 -8
  38. package/dist/behaviors/exports-reader.js +176 -7
  39. package/dist/behaviors/functions/index.d.ts +59 -71
  40. package/dist/behaviors/functions/index.js +174 -7
  41. package/dist/behaviors/index.d.ts +1 -1
  42. package/dist/behaviors/index.js +177 -8
  43. package/dist/behaviors/knob-embeddings.json +1 -1
  44. package/dist/behaviors/query.js +176 -7
  45. package/dist/behaviors/registry/factory-signatures.json +2435 -782
  46. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +90 -3
  47. package/dist/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
  48. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +212 -41
  49. package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
  50. package/dist/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
  51. package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
  52. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
  53. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
  54. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
  55. package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
  56. package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
  57. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
  58. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
  59. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
  60. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +59 -1
  61. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
  62. package/dist/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
  63. package/dist/behaviors-embeddings.json +374 -374
  64. package/dist/behaviors-registry.json +27 -8
  65. package/dist/index.d.ts +1 -1
  66. package/dist/index.js +177 -8
  67. package/dist/knob-embeddings.json +1 -1
  68. package/dist/registry/factory-signatures.json +2435 -782
  69. package/package.json +3 -3
@@ -264,7 +264,13 @@
264
264
  "variant": {
265
265
  "name": "variant",
266
266
  "required": false,
267
- "type": "string"
267
+ "type": "string",
268
+ "values": [
269
+ "primary",
270
+ "secondary",
271
+ "ghost",
272
+ "danger"
273
+ ]
268
274
  }
269
275
  },
270
276
  "type": "object"
@@ -302,7 +308,14 @@
302
308
  "format": {
303
309
  "name": "format",
304
310
  "required": false,
305
- "type": "string"
311
+ "type": "string",
312
+ "values": [
313
+ "date",
314
+ "currency",
315
+ "number",
316
+ "boolean",
317
+ "percent"
318
+ ]
306
319
  },
307
320
  "hidden": {
308
321
  "name": "hidden",
@@ -324,6 +337,11 @@
324
337
  "required": false,
325
338
  "type": "string"
326
339
  },
340
+ "name": {
341
+ "name": "name",
342
+ "required": true,
343
+ "type": "string"
344
+ },
327
345
  "payload": {
328
346
  "name": "payload",
329
347
  "required": false,
@@ -332,7 +350,16 @@
332
350
  "variant": {
333
351
  "name": "variant",
334
352
  "required": false,
335
- "type": "string"
353
+ "type": "string",
354
+ "values": [
355
+ "h3",
356
+ "h4",
357
+ "body",
358
+ "caption",
359
+ "badge",
360
+ "small",
361
+ "progress"
362
+ ]
336
363
  }
337
364
  },
338
365
  "type": "object"
@@ -546,6 +573,36 @@
546
573
  "from": "idle",
547
574
  "to": "searching"
548
575
  },
576
+ {
577
+ "effects": [
578
+ [
579
+ "set",
580
+ "@entity.searchTerm",
581
+ ""
582
+ ],
583
+ [
584
+ "fetch",
585
+ "AppSearchTarget",
586
+ {}
587
+ ],
588
+ [
589
+ "render-ui",
590
+ "main",
591
+ {
592
+ "children": [
593
+ "@config.idleContent"
594
+ ],
595
+ "direction": "vertical",
596
+ "gap": "md",
597
+ "type": "stack"
598
+ }
599
+ ]
600
+ ],
601
+ "event": "INIT",
602
+ "eventId": "evt_01KXG04FP6TY19Y30E3AN5K0C7",
603
+ "from": "searching",
604
+ "to": "idle"
605
+ },
549
606
  {
550
607
  "effects": [
551
608
  [
@@ -701,6 +758,36 @@
701
758
  "from": "searching",
702
759
  "to": "idle"
703
760
  },
761
+ {
762
+ "effects": [
763
+ [
764
+ "set",
765
+ "@entity.searchTerm",
766
+ ""
767
+ ],
768
+ [
769
+ "fetch",
770
+ "AppSearchTarget",
771
+ {}
772
+ ],
773
+ [
774
+ "render-ui",
775
+ "main",
776
+ {
777
+ "children": [
778
+ "@config.idleContent"
779
+ ],
780
+ "direction": "vertical",
781
+ "gap": "md",
782
+ "type": "stack"
783
+ }
784
+ ]
785
+ ],
786
+ "event": "INIT",
787
+ "eventId": "evt_01KXG04FP6TY19Y30E3AN5K0C7",
788
+ "from": "results",
789
+ "to": "idle"
790
+ },
704
791
  {
705
792
  "effects": [
706
793
  [
@@ -780,7 +780,7 @@
780
780
  "label": "@config.cardStageBinding",
781
781
  "size": "sm",
782
782
  "type": "badge",
783
- "variant": "primary"
783
+ "variant": "@col.variant"
784
784
  },
785
785
  {
786
786
  "action": "OPEN_CARD",
@@ -441,7 +441,12 @@
441
441
  "align": {
442
442
  "name": "align",
443
443
  "required": false,
444
- "type": "string"
444
+ "type": "string",
445
+ "values": [
446
+ "left",
447
+ "center",
448
+ "right"
449
+ ]
445
450
  },
446
451
  "className": {
447
452
  "name": "className",
@@ -456,7 +461,15 @@
456
461
  "format": {
457
462
  "name": "format",
458
463
  "required": false,
459
- "type": "string"
464
+ "type": "string",
465
+ "values": [
466
+ "badge",
467
+ "date",
468
+ "currency",
469
+ "number",
470
+ "percent",
471
+ "boolean"
472
+ ]
460
473
  },
461
474
  "header": {
462
475
  "name": "header",
@@ -476,7 +489,12 @@
476
489
  "weight": {
477
490
  "name": "weight",
478
491
  "required": false,
479
- "type": "string"
492
+ "type": "string",
493
+ "values": [
494
+ "normal",
495
+ "medium",
496
+ "semibold"
497
+ ]
480
498
  },
481
499
  "width": {
482
500
  "name": "width",
@@ -544,6 +562,19 @@
544
562
  "tier": "internal",
545
563
  "type": "string"
546
564
  },
565
+ "detailActions": {
566
+ "default": [
567
+ {
568
+ "event": "CLOSE",
569
+ "label": "Close"
570
+ }
571
+ ],
572
+ "description": "Action buttons on the master-detail record pane (detail-panel `actions` descriptors: label/event/icon/variant). Consumers add their own record actions (Edit/Delete/…) alongside or instead of Close.",
573
+ "label": "Master-detail record pane actions",
574
+ "synonyms": "record actions, detail actions, pane actions",
575
+ "tier": "presentation",
576
+ "type": "json"
577
+ },
547
578
  "detailFields": {
548
579
  "default": [
549
580
  "name",
@@ -651,6 +682,7 @@
651
682
  {
652
683
  "color": "muted",
653
684
  "content": "@config.metaBinding",
685
+ "format": "@config.metaFormat",
654
686
  "type": "typography",
655
687
  "variant": "caption"
656
688
  },
@@ -724,7 +756,14 @@
724
756
  "format": {
725
757
  "name": "format",
726
758
  "required": false,
727
- "type": "string"
759
+ "type": "string",
760
+ "values": [
761
+ "date",
762
+ "currency",
763
+ "number",
764
+ "boolean",
765
+ "percent"
766
+ ]
728
767
  },
729
768
  "header": {
730
769
  "name": "header",
@@ -754,7 +793,16 @@
754
793
  "variant": {
755
794
  "name": "variant",
756
795
  "required": false,
757
- "type": "string"
796
+ "type": "string",
797
+ "values": [
798
+ "h3",
799
+ "h4",
800
+ "body",
801
+ "caption",
802
+ "badge",
803
+ "small",
804
+ "progress"
805
+ ]
758
806
  }
759
807
  },
760
808
  "type": "object"
@@ -896,7 +944,13 @@
896
944
  "variant": {
897
945
  "name": "variant",
898
946
  "required": false,
899
- "type": "string"
947
+ "type": "string",
948
+ "values": [
949
+ "primary",
950
+ "secondary",
951
+ "ghost",
952
+ "danger"
953
+ ]
900
954
  }
901
955
  },
902
956
  "type": "object"
@@ -979,15 +1033,10 @@
979
1033
  },
980
1034
  {
981
1035
  "detail": {
982
- "actions": [
983
- {
984
- "event": "CLOSE",
985
- "label": "Close"
986
- }
987
- ],
1036
+ "actions": "@config.detailActions",
988
1037
  "fieldNames": "@config.detailFields",
989
1038
  "initialData": "@payload.row",
990
- "showActions": false,
1039
+ "showActions": true,
991
1040
  "type": "detail-panel"
992
1041
  },
993
1042
  "hasSelection": true,
@@ -1023,11 +1072,25 @@
1023
1072
  },
1024
1073
  "metaBinding": {
1025
1074
  "default": "@item.createdAt",
1026
- "description": "Binding path for the secondary meta slot (timestamp / category).",
1075
+ "description": "Binding path for the secondary meta slot (timestamp / category). Hosts binding a count or other non-date value should label it in the binding itself (e.g. (str/concat \"Vehicles: \" @item.vehicleCount)) and set metaFormat: none.",
1027
1076
  "label": "Meta field binding",
1028
1077
  "tier": "internal",
1029
1078
  "type": "string"
1030
1079
  },
1080
+ "metaFormat": {
1081
+ "default": "date",
1082
+ "description": "Typography format for the feed meta slot — date by default so the createdAt binding renders human-readable instead of raw ISO; set none for non-date bindings.",
1083
+ "label": "Meta value format",
1084
+ "tier": "presentation",
1085
+ "type": "string",
1086
+ "values": [
1087
+ "none",
1088
+ "date",
1089
+ "time",
1090
+ "datetime",
1091
+ "number"
1092
+ ]
1093
+ },
1031
1094
  "pageSize": {
1032
1095
  "default": 10.0,
1033
1096
  "description": "Records fetched from the server per page request.",
@@ -1050,6 +1113,14 @@
1050
1113
  "tier": "internal",
1051
1114
  "type": "string"
1052
1115
  },
1116
+ "scopeField": {
1117
+ "default": "",
1118
+ "description": "Name the field on this entity that holds the viewer's id (e.g. memberId, patientId, assignee). When set, the list loads ONLY rows whose that field equals @user.id — the 'my bookings' / 'my appointments' shape. Left blank the list loads every row, which is the default. Declared, never inferred: guessing the column from its name would silently scope the wrong one.",
1119
+ "label": "Only show records owned by the signed-in user?",
1120
+ "synonyms": "owner field, my records, only mine, only my own, scope to user, per-user list, mine only, owned by me",
1121
+ "tier": "policy",
1122
+ "type": "string"
1123
+ },
1053
1124
  "searchPlaceholder": {
1054
1125
  "default": "Search…",
1055
1126
  "description": "Hint text inside the list search box (e.g. 'Search orders…').",
@@ -1566,6 +1637,23 @@
1566
1637
  "failure": "BrowseItemLoadFailed",
1567
1638
  "success": "BrowseItemLoaded"
1568
1639
  },
1640
+ "filter": [
1641
+ "or",
1642
+ [
1643
+ "=",
1644
+ "@config.scopeField",
1645
+ ""
1646
+ ],
1647
+ [
1648
+ "=",
1649
+ [
1650
+ "object/get",
1651
+ "@entity",
1652
+ "@config.scopeField"
1653
+ ],
1654
+ "@user.id"
1655
+ ]
1656
+ ],
1569
1657
  "limit": "@config.pageSize",
1570
1658
  "offset": 0.0
1571
1659
  }
@@ -1690,17 +1778,26 @@
1690
1778
  "failure": "BrowseItemLoadFailed",
1691
1779
  "success": "BrowseItemLoaded"
1692
1780
  },
1781
+ "filter": [
1782
+ "or",
1783
+ [
1784
+ "=",
1785
+ "@config.scopeField",
1786
+ ""
1787
+ ],
1788
+ [
1789
+ "=",
1790
+ [
1791
+ "object/get",
1792
+ "@entity",
1793
+ "@config.scopeField"
1794
+ ],
1795
+ "@user.id"
1796
+ ]
1797
+ ],
1693
1798
  "limit": "@config.pageSize",
1694
1799
  "offset": 0.0
1695
1800
  }
1696
- ],
1697
- [
1698
- "render-ui",
1699
- "main",
1700
- {
1701
- "rows": 4.0,
1702
- "type": "skeleton"
1703
- }
1704
1801
  ]
1705
1802
  ],
1706
1803
  "event": "INIT",
@@ -1719,20 +1816,40 @@
1719
1816
  "success": "BrowseItemLoaded"
1720
1817
  },
1721
1818
  "filter": [
1722
- "or",
1819
+ "and",
1723
1820
  [
1724
- "=",
1725
- "@payload.searchTerm",
1726
- ""
1821
+ "or",
1822
+ [
1823
+ "=",
1824
+ "@config.scopeField",
1825
+ ""
1826
+ ],
1827
+ [
1828
+ "=",
1829
+ [
1830
+ "object/get",
1831
+ "@entity",
1832
+ "@config.scopeField"
1833
+ ],
1834
+ "@user.id"
1835
+ ]
1727
1836
  ],
1728
1837
  [
1729
- "str/includes",
1838
+ "or",
1730
1839
  [
1731
- "object/get",
1732
- "@entity",
1733
- "name"
1840
+ "=",
1841
+ "@payload.searchTerm",
1842
+ ""
1734
1843
  ],
1735
- "@payload.searchTerm"
1844
+ [
1845
+ "str/includes",
1846
+ [
1847
+ "object/get",
1848
+ "@entity",
1849
+ "name"
1850
+ ],
1851
+ "@payload.searchTerm"
1852
+ ]
1736
1853
  ]
1737
1854
  ],
1738
1855
  "limit": "@config.pageSize",
@@ -1756,20 +1873,40 @@
1756
1873
  "success": "BrowseItemLoaded"
1757
1874
  },
1758
1875
  "filter": [
1759
- "or",
1876
+ "and",
1760
1877
  [
1761
- "=",
1762
- "@payload.value",
1763
- ""
1878
+ "or",
1879
+ [
1880
+ "=",
1881
+ "@config.scopeField",
1882
+ ""
1883
+ ],
1884
+ [
1885
+ "=",
1886
+ [
1887
+ "object/get",
1888
+ "@entity",
1889
+ "@config.scopeField"
1890
+ ],
1891
+ "@user.id"
1892
+ ]
1764
1893
  ],
1765
1894
  [
1766
- "=",
1895
+ "or",
1767
1896
  [
1768
- "object/get",
1769
- "@entity",
1770
- "@payload.field"
1897
+ "=",
1898
+ "@payload.value",
1899
+ ""
1771
1900
  ],
1772
- "@payload.value"
1901
+ [
1902
+ "=",
1903
+ [
1904
+ "object/get",
1905
+ "@entity",
1906
+ "@payload.field"
1907
+ ],
1908
+ "@payload.value"
1909
+ ]
1773
1910
  ]
1774
1911
  ],
1775
1912
  "limit": "@config.pageSize",
@@ -1792,6 +1929,23 @@
1792
1929
  "failure": "BrowseItemLoadFailed",
1793
1930
  "success": "BrowseItemLoaded"
1794
1931
  },
1932
+ "filter": [
1933
+ "or",
1934
+ [
1935
+ "=",
1936
+ "@config.scopeField",
1937
+ ""
1938
+ ],
1939
+ [
1940
+ "=",
1941
+ [
1942
+ "object/get",
1943
+ "@entity",
1944
+ "@config.scopeField"
1945
+ ],
1946
+ "@user.id"
1947
+ ]
1948
+ ],
1795
1949
  "limit": "@config.pageSize",
1796
1950
  "offset": [
1797
1951
  "*",
@@ -1934,6 +2088,23 @@
1934
2088
  "failure": "BrowseItemLoadFailed",
1935
2089
  "success": "BrowseItemLoaded"
1936
2090
  },
2091
+ "filter": [
2092
+ "or",
2093
+ [
2094
+ "=",
2095
+ "@config.scopeField",
2096
+ ""
2097
+ ],
2098
+ [
2099
+ "=",
2100
+ [
2101
+ "object/get",
2102
+ "@entity",
2103
+ "@config.scopeField"
2104
+ ],
2105
+ "@user.id"
2106
+ ]
2107
+ ],
1937
2108
  "limit": "@config.pageSize",
1938
2109
  "offset": 0.0
1939
2110
  }
@@ -1982,5 +2153,5 @@
1982
2153
  }
1983
2154
  ],
1984
2155
  "schemaVersion": 1,
1985
- "version": "2.3.0"
2156
+ "version": "2.4.0"
1986
2157
  }
@@ -202,6 +202,28 @@
202
202
  {
203
203
  "category": "interaction",
204
204
  "config": {
205
+ "agendaGroupBy": {
206
+ "default": "date",
207
+ "description": "Row field the agenda list groups its day sections by. Rebound hosts point this at their own timestamp column (e.g. startTime, scheduledAt).",
208
+ "label": "Agenda group-by field",
209
+ "synonyms": "group field, section field, day field",
210
+ "tier": "presentation",
211
+ "type": "string"
212
+ },
213
+ "agendaItemActions": {
214
+ "default": [
215
+ {
216
+ "event": "SELECT_DAY",
217
+ "icon": "eye",
218
+ "label": "View"
219
+ }
220
+ ],
221
+ "description": "Per-item action buttons on agenda-list rows — data-list itemActions descriptors (label/event/icon/variant). Consumers override to wire their own row actions (View/Edit/Delete) so agenda hosts never need a second table for actions.",
222
+ "label": "Agenda item actions",
223
+ "synonyms": "agenda actions, row actions, event actions, list actions",
224
+ "tier": "presentation",
225
+ "type": "json"
226
+ },
205
227
  "agendaListBodyContent": {
206
228
  "default": {
207
229
  "children": [
@@ -243,7 +265,8 @@
243
265
  "entity": "@payload.data",
244
266
  "fields": [],
245
267
  "gap": "md",
246
- "groupBy": "date",
268
+ "groupBy": "@config.agendaGroupBy",
269
+ "itemActions": "@config.agendaItemActions",
247
270
  "renderItem": [
248
271
  "fn",
249
272
  "item",
@@ -258,6 +281,7 @@
258
281
  {
259
282
  "color": "muted",
260
283
  "content": "@config.timeBinding",
284
+ "format": "time",
261
285
  "type": "typography",
262
286
  "variant": "overline"
263
287
  },
@@ -426,29 +426,27 @@
426
426
  "parties": {
427
427
  "default": [
428
428
  {
429
- "actionDescription": "Authorize $28,500 to be held in escrow until delivery is confirmed.",
429
+ "actionDescription": "Authorize the funds to be held in escrow until delivery is confirmed.",
430
430
  "actionIcon": "credit-card",
431
431
  "actionLabel": "Confirm payment",
432
- "actor": "Alice Chen",
433
- "description": "Funds the transaction and confirms receipt of the vehicle.",
432
+ "description": "Funds the transaction and confirms receipt.",
434
433
  "icon": "user",
435
434
  "id": "buyer",
436
435
  "stepLabel": "Step 1 of 2",
437
436
  "title": "Buyer"
438
437
  },
439
438
  {
440
- "actionDescription": "Mark the vehicle as shipped. Funds will release after the buyer confirms receipt.",
439
+ "actionDescription": "Mark the item as shipped. Funds release after the buyer confirms receipt.",
441
440
  "actionIcon": "package",
442
441
  "actionLabel": "Confirm shipment",
443
- "actor": "Bob's Auto Sales LLC",
444
- "description": "Ships the vehicle and uploads delivery proof.",
442
+ "description": "Ships the item and uploads delivery proof.",
445
443
  "icon": "user-check",
446
444
  "id": "seller",
447
445
  "stepLabel": "Step 2 of 2",
448
446
  "title": "Seller"
449
447
  }
450
448
  ],
451
- "description": "Ordered participants with role, actor name, and required action",
449
+ "description": "Ordered participants with role, actor name, and required action. stepLabel entries should track the party count when overriding.",
452
450
  "items": {
453
451
  "properties": {
454
452
  "actionDescription": {
@@ -570,21 +568,21 @@
570
568
  "type": "string"
571
569
  },
572
570
  "transactionAmount": {
573
- "default": "$28,500",
571
+ "default": "$0.00",
574
572
  "description": "Formatted amount held in escrow",
575
573
  "label": "Amount",
576
574
  "tier": "presentation",
577
575
  "type": "string"
578
576
  },
579
577
  "transactionReference": {
580
- "default": "TXN-A8B2C-2024-001",
578
+ "default": "",
581
579
  "description": "External identifier shown in the summary",
582
580
  "label": "Reference",
583
581
  "tier": "presentation",
584
582
  "type": "string"
585
583
  },
586
584
  "transactionSubject": {
587
- "default": "Sale of 2024 Honda CR-V",
585
+ "default": "Sale of item",
588
586
  "description": "Short description of what is being transacted",
589
587
  "label": "Subject",
590
588
  "tier": "presentation",