@almadar/std 14.17.0 → 14.18.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 (27) hide show
  1. package/behaviors/registry/app/atoms/std-kitchen-display.orb +50 -50
  2. package/behaviors/registry/app/atoms/std-route-optimize.orb +53 -51
  3. package/behaviors/registry/app/atoms/std-ticket-tier.orb +85 -69
  4. package/behaviors/registry/app/atoms/std-work-order.orb +47 -47
  5. package/behaviors/registry/app/organisms/std-event-ticketing.orb +204 -212
  6. package/behaviors/registry/app/organisms/std-field-service.orb +183 -187
  7. package/behaviors/registry/app/organisms/std-forum.orb +131 -132
  8. package/behaviors/registry/app/organisms/std-listings.orb +177 -182
  9. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +130 -130
  10. package/behaviors/registry/app/organisms/std-subscription-billing.orb +174 -176
  11. package/behaviors/registry/app/organisms/std-survey.orb +144 -145
  12. package/behaviors/registry/app/organisms/std-wiki.orb +129 -130
  13. package/behaviors/registry/core/molecules/std-form-advanced.orb +124 -124
  14. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +50 -50
  15. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +53 -51
  16. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +85 -69
  17. package/dist/behaviors/registry/app/atoms/std-work-order.orb +47 -47
  18. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +204 -212
  19. package/dist/behaviors/registry/app/organisms/std-field-service.orb +183 -187
  20. package/dist/behaviors/registry/app/organisms/std-forum.orb +131 -132
  21. package/dist/behaviors/registry/app/organisms/std-listings.orb +177 -182
  22. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +130 -130
  23. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +174 -176
  24. package/dist/behaviors/registry/app/organisms/std-survey.orb +144 -145
  25. package/dist/behaviors/registry/app/organisms/std-wiki.orb +129 -130
  26. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +124 -124
  27. package/package.json +7 -14
@@ -112,32 +112,32 @@
112
112
  "ref": "AppShell.traits.AppLayout",
113
113
  "name": "PlanAppLayout",
114
114
  "config": {
115
- "contentTrait": "@trait.PlanCatalog",
116
- "searchEvent": "PLAN_SEARCH",
117
115
  "appName": "Subscription Billing",
116
+ "notifications": [],
117
+ "contentTrait": "@trait.PlanCatalog",
118
118
  "navItems": [
119
119
  {
120
- "icon": "credit-card",
121
120
  "label": "Plans",
122
- "href": "/plans"
121
+ "href": "/plans",
122
+ "icon": "credit-card"
123
123
  },
124
124
  {
125
- "label": "Invoices",
126
125
  "icon": "receipt",
126
+ "label": "Invoices",
127
127
  "href": "/invoices"
128
128
  },
129
129
  {
130
- "icon": "alert-triangle",
131
130
  "label": "Dunning",
132
- "href": "/dunning"
131
+ "href": "/dunning",
132
+ "icon": "alert-triangle"
133
133
  }
134
134
  ],
135
- "notifications": [],
135
+ "searchEvent": "PLAN_SEARCH",
136
136
  "notificationClickEvent": "PLAN_NOTIFICATIONS_OPEN"
137
137
  },
138
138
  "events": {
139
- "NOTIFY_CLICK": "PLAN_NOTIFICATIONS_OPEN",
140
- "SEARCH": "PLAN_SEARCH"
139
+ "SEARCH": "PLAN_SEARCH",
140
+ "NOTIFY_CLICK": "PLAN_NOTIFICATIONS_OPEN"
141
141
  }
142
142
  },
143
143
  {
@@ -220,16 +220,18 @@
220
220
  "render-ui",
221
221
  "main",
222
222
  {
223
+ "gap": "lg",
223
224
  "children": [
224
225
  {
225
- "justify": "between",
226
+ "direction": "horizontal",
226
227
  "type": "stack",
227
228
  "gap": "md",
228
229
  "align": "center",
229
- "direction": "horizontal",
230
230
  "children": [
231
231
  {
232
232
  "gap": "sm",
233
+ "direction": "horizontal",
234
+ "align": "center",
233
235
  "type": "stack",
234
236
  "children": [
235
237
  {
@@ -237,42 +239,41 @@
237
239
  "name": "credit-card"
238
240
  },
239
241
  {
240
- "variant": "h2",
241
242
  "type": "typography",
242
- "content": "Plans"
243
+ "content": "Plans",
244
+ "variant": "h2"
243
245
  }
244
- ],
245
- "align": "center",
246
- "direction": "horizontal"
246
+ ]
247
247
  },
248
248
  {
249
- "type": "stack",
250
249
  "gap": "sm",
250
+ "type": "stack",
251
251
  "direction": "horizontal",
252
252
  "children": [
253
253
  {
254
+ "type": "button",
254
255
  "icon": "plus",
255
256
  "variant": "primary",
256
257
  "label": "New Plan",
257
- "type": "button",
258
258
  "action": "CREATE"
259
259
  }
260
260
  ]
261
261
  }
262
- ]
262
+ ],
263
+ "justify": "between"
263
264
  },
264
265
  {
265
266
  "type": "divider"
266
267
  },
267
268
  {
269
+ "align": "center",
270
+ "type": "stack",
271
+ "gap": "md",
268
272
  "children": [
269
273
  "@trait.PlanSearch",
270
274
  "@trait.PlanFilter"
271
275
  ],
272
- "type": "stack",
273
- "direction": "horizontal",
274
- "gap": "md",
275
- "align": "center"
276
+ "direction": "horizontal"
276
277
  },
277
278
  "@trait.PlanStats",
278
279
  "@trait.PlanGraphs",
@@ -284,8 +285,8 @@
284
285
  "type": "divider"
285
286
  },
286
287
  {
287
- "type": "typography",
288
288
  "variant": "h3",
289
+ "type": "typography",
289
290
  "content": "Active Subscriptions"
290
291
  },
291
292
  "@trait.PlanSubscriptionManage",
@@ -293,15 +294,14 @@
293
294
  "type": "divider"
294
295
  },
295
296
  {
297
+ "variant": "h3",
296
298
  "content": "Trials",
297
- "type": "typography",
298
- "variant": "h3"
299
+ "type": "typography"
299
300
  },
300
301
  "@trait.PlanTrialManage"
301
302
  ],
302
- "direction": "vertical",
303
303
  "type": "stack",
304
- "gap": "lg"
304
+ "direction": "vertical"
305
305
  }
306
306
  ]
307
307
  ]
@@ -321,32 +321,32 @@
321
321
  "main",
322
322
  {
323
323
  "type": "stack",
324
- "align": "center",
325
324
  "direction": "vertical",
326
- "className": "py-8",
327
325
  "children": [
328
326
  {
329
- "type": "icon",
330
- "name": "bell"
327
+ "name": "bell",
328
+ "type": "icon"
331
329
  },
332
330
  {
333
- "variant": "h3",
334
331
  "content": "No notifications",
335
- "type": "typography"
332
+ "type": "typography",
333
+ "variant": "h3"
336
334
  },
337
335
  {
338
336
  "variant": "caption",
337
+ "type": "typography",
339
338
  "color": "muted",
340
- "content": "You're all caught up.",
341
- "type": "typography"
339
+ "content": "You're all caught up."
342
340
  },
343
341
  {
344
- "action": "INIT",
342
+ "type": "button",
345
343
  "label": "Back to plans",
346
344
  "variant": "ghost",
347
- "type": "button"
345
+ "action": "INIT"
348
346
  }
349
347
  ],
348
+ "className": "py-8",
349
+ "align": "center",
350
350
  "gap": "md"
351
351
  }
352
352
  ]
@@ -368,11 +368,10 @@
368
368
  "ref": "Filter.traits.FilterTargetFilter",
369
369
  "name": "PlanFilter",
370
370
  "config": {
371
- "event": "PLAN_FILTER",
372
371
  "filters": [
373
372
  {
374
- "filterType": "select",
375
373
  "label": "Interval",
374
+ "filterType": "select",
376
375
  "field": "interval",
377
376
  "options": [
378
377
  "monthly",
@@ -380,15 +379,16 @@
380
379
  ]
381
380
  },
382
381
  {
383
- "field": "status",
382
+ "label": "Status",
383
+ "filterType": "select",
384
384
  "options": [
385
385
  "active",
386
386
  "archived"
387
387
  ],
388
- "label": "Status",
389
- "filterType": "select"
388
+ "field": "status"
390
389
  }
391
- ]
390
+ ],
391
+ "event": "PLAN_FILTER"
392
392
  }
393
393
  },
394
394
  {
@@ -397,14 +397,18 @@
397
397
  "config": {
398
398
  "metrics": [
399
399
  {
400
+ "label": "Total",
400
401
  "variant": "primary",
401
402
  "format": "number",
402
- "label": "Total",
403
403
  "aggregation": "count",
404
404
  "icon": "credit-card"
405
405
  },
406
406
  {
407
+ "label": "Active",
408
+ "aggregation": "count",
407
409
  "format": "number",
410
+ "icon": "check-circle",
411
+ "variant": "success",
408
412
  "filter": [
409
413
  "fn",
410
414
  "row",
@@ -413,13 +417,12 @@
413
417
  "@row.status",
414
418
  "active"
415
419
  ]
416
- ],
417
- "icon": "check-circle",
418
- "variant": "success",
419
- "aggregation": "count",
420
- "label": "Active"
420
+ ]
421
421
  },
422
422
  {
423
+ "label": "Archived",
424
+ "variant": "warning",
425
+ "icon": "archive",
423
426
  "filter": [
424
427
  "fn",
425
428
  "row",
@@ -429,11 +432,8 @@
429
432
  "archived"
430
433
  ]
431
434
  ],
432
- "label": "Archived",
433
- "format": "number",
434
435
  "aggregation": "count",
435
- "icon": "archive",
436
- "variant": "warning"
436
+ "format": "number"
437
437
  }
438
438
  ],
439
439
  "title": "Plans"
@@ -453,13 +453,13 @@
453
453
  "ref": "Graphs.traits.GraphItemGraph",
454
454
  "name": "PlanGraphs",
455
455
  "config": {
456
- "subtitle": "Monthly vs yearly distribution",
457
456
  "chartType": "bar",
458
457
  "categoryField": "interval",
459
- "aggregation": "count",
460
458
  "height": 240.0,
461
- "title": "Plans by Interval",
462
- "showLegend": false
459
+ "showLegend": false,
460
+ "subtitle": "Monthly vs yearly distribution",
461
+ "aggregation": "count",
462
+ "title": "Plans by Interval"
463
463
  },
464
464
  "listens": [
465
465
  {
@@ -477,6 +477,7 @@
477
477
  "name": "PlanBrowseList",
478
478
  "linkedEntity": "Plan",
479
479
  "config": {
480
+ "gap": "sm",
480
481
  "itemActions": [
481
482
  {
482
483
  "label": "View",
@@ -484,22 +485,22 @@
484
485
  "variant": "ghost"
485
486
  },
486
487
  {
487
- "variant": "ghost",
488
+ "label": "Edit",
488
489
  "event": "EDIT",
489
- "label": "Edit"
490
+ "variant": "ghost"
490
491
  },
491
492
  {
492
- "event": "DELETE",
493
493
  "label": "Delete",
494
+ "event": "DELETE",
494
495
  "variant": "danger"
495
496
  }
496
497
  ],
497
498
  "cols": 1.0,
498
499
  "fields": [
499
500
  {
501
+ "variant": "h3",
500
502
  "icon": "credit-card",
501
- "name": "name",
502
- "variant": "h3"
503
+ "name": "name"
503
504
  },
504
505
  {
505
506
  "name": "description",
@@ -514,15 +515,14 @@
514
515
  "name": "amount"
515
516
  },
516
517
  {
517
- "variant": "badge",
518
- "name": "currency"
518
+ "name": "currency",
519
+ "variant": "badge"
519
520
  },
520
521
  {
521
- "name": "status",
522
- "variant": "badge"
522
+ "variant": "badge",
523
+ "name": "status"
523
524
  }
524
- ],
525
- "gap": "sm"
525
+ ]
526
526
  },
527
527
  "listens": [
528
528
  {
@@ -572,6 +572,8 @@
572
572
  "name": "PlanCreate",
573
573
  "linkedEntity": "Plan",
574
574
  "config": {
575
+ "title": "New Plan",
576
+ "icon": "plus-circle",
575
577
  "mode": "create",
576
578
  "fields": [
577
579
  "name",
@@ -581,9 +583,7 @@
581
583
  "currency",
582
584
  "trialDays",
583
585
  "status"
584
- ],
585
- "title": "New Plan",
586
- "icon": "plus-circle"
586
+ ]
587
587
  },
588
588
  "events": {
589
589
  "OPEN": "CREATE"
@@ -605,6 +605,7 @@
605
605
  "linkedEntity": "Plan",
606
606
  "config": {
607
607
  "icon": "edit",
608
+ "title": "Edit Plan",
608
609
  "mode": "edit",
609
610
  "fields": [
610
611
  "name",
@@ -614,8 +615,7 @@
614
615
  "currency",
615
616
  "trialDays",
616
617
  "status"
617
- ],
618
- "title": "Edit Plan"
618
+ ]
619
619
  },
620
620
  "events": {
621
621
  "OPEN": "EDIT"
@@ -636,7 +636,7 @@
636
636
  "name": "PlanView",
637
637
  "linkedEntity": "Plan",
638
638
  "config": {
639
- "mode": "edit",
639
+ "icon": "eye",
640
640
  "fields": [
641
641
  "name",
642
642
  "description",
@@ -647,7 +647,7 @@
647
647
  "status"
648
648
  ],
649
649
  "title": "View Plan",
650
- "icon": "eye"
650
+ "mode": "edit"
651
651
  },
652
652
  "events": {
653
653
  "OPEN": "VIEW"
@@ -668,9 +668,9 @@
668
668
  "name": "PlanDelete",
669
669
  "linkedEntity": "Plan",
670
670
  "config": {
671
- "alertMessage": "This action cannot be undone.",
672
- "icon": "alert-triangle",
673
671
  "title": "Delete Plan",
672
+ "icon": "alert-triangle",
673
+ "alertMessage": "This action cannot be undone.",
674
674
  "confirmLabel": "Delete"
675
675
  },
676
676
  "events": {
@@ -999,34 +999,33 @@
999
999
  {
1000
1000
  "ref": "AppShell.traits.AppLayout",
1001
1001
  "name": "InvoiceAppLayout",
1002
- "linkedEntity": "InvoiceNote",
1003
1002
  "config": {
1004
- "appName": "Subscription Billing",
1005
- "searchEvent": "INVOICE_SEARCH",
1006
- "contentTrait": "@trait.InvoiceCatalog",
1007
1003
  "navItems": [
1008
1004
  {
1009
- "href": "/plans",
1005
+ "label": "Plans",
1010
1006
  "icon": "credit-card",
1011
- "label": "Plans"
1007
+ "href": "/plans"
1012
1008
  },
1013
1009
  {
1014
- "label": "Invoices",
1015
1010
  "href": "/invoices",
1011
+ "label": "Invoices",
1016
1012
  "icon": "receipt"
1017
1013
  },
1018
1014
  {
1019
- "label": "Dunning",
1020
1015
  "href": "/dunning",
1016
+ "label": "Dunning",
1021
1017
  "icon": "alert-triangle"
1022
1018
  }
1023
1019
  ],
1020
+ "notifications": [],
1024
1021
  "notificationClickEvent": "INVOICE_NOTIFICATIONS_OPEN",
1025
- "notifications": []
1022
+ "appName": "Subscription Billing",
1023
+ "searchEvent": "INVOICE_SEARCH",
1024
+ "contentTrait": "@trait.InvoiceCatalog"
1026
1025
  },
1027
1026
  "events": {
1028
- "NOTIFY_CLICK": "INVOICE_NOTIFICATIONS_OPEN",
1029
- "SEARCH": "INVOICE_SEARCH"
1027
+ "SEARCH": "INVOICE_SEARCH",
1028
+ "NOTIFY_CLICK": "INVOICE_NOTIFICATIONS_OPEN"
1030
1029
  }
1031
1030
  },
1032
1031
  {
@@ -1109,15 +1108,21 @@
1109
1108
  "render-ui",
1110
1109
  "main",
1111
1110
  {
1111
+ "direction": "vertical",
1112
+ "gap": "lg",
1113
+ "type": "stack",
1112
1114
  "children": [
1113
1115
  {
1114
1116
  "gap": "md",
1115
- "align": "center",
1116
- "direction": "horizontal",
1117
1117
  "type": "stack",
1118
+ "align": "center",
1118
1119
  "justify": "between",
1120
+ "direction": "horizontal",
1119
1121
  "children": [
1120
1122
  {
1123
+ "gap": "sm",
1124
+ "type": "stack",
1125
+ "align": "center",
1121
1126
  "children": [
1122
1127
  {
1123
1128
  "type": "icon",
@@ -1125,28 +1130,25 @@
1125
1130
  },
1126
1131
  {
1127
1132
  "type": "typography",
1128
- "content": "Invoices",
1129
- "variant": "h2"
1133
+ "variant": "h2",
1134
+ "content": "Invoices"
1130
1135
  }
1131
1136
  ],
1132
- "direction": "horizontal",
1133
- "gap": "sm",
1134
- "align": "center",
1135
- "type": "stack"
1137
+ "direction": "horizontal"
1136
1138
  },
1137
1139
  {
1140
+ "type": "stack",
1141
+ "gap": "sm",
1138
1142
  "children": [
1139
1143
  {
1140
- "label": "Add Note",
1141
1144
  "variant": "primary",
1142
- "action": "CREATE",
1145
+ "type": "button",
1143
1146
  "icon": "plus",
1144
- "type": "button"
1147
+ "action": "CREATE",
1148
+ "label": "Add Note"
1145
1149
  }
1146
1150
  ],
1147
- "type": "stack",
1148
- "direction": "horizontal",
1149
- "gap": "sm"
1151
+ "direction": "horizontal"
1150
1152
  }
1151
1153
  ]
1152
1154
  },
@@ -1158,15 +1160,12 @@
1158
1160
  "type": "divider"
1159
1161
  },
1160
1162
  {
1163
+ "variant": "h3",
1161
1164
  "type": "typography",
1162
- "content": "Recent Notes",
1163
- "variant": "h3"
1165
+ "content": "Recent Notes"
1164
1166
  },
1165
1167
  "@trait.InvoiceNoteBrowseList"
1166
- ],
1167
- "gap": "lg",
1168
- "type": "stack",
1169
- "direction": "vertical"
1168
+ ]
1170
1169
  }
1171
1170
  ]
1172
1171
  ]
@@ -1185,6 +1184,7 @@
1185
1184
  "render-ui",
1186
1185
  "main",
1187
1186
  {
1187
+ "className": "py-8",
1188
1188
  "children": [
1189
1189
  {
1190
1190
  "name": "bell",
@@ -1196,10 +1196,10 @@
1196
1196
  "type": "typography"
1197
1197
  },
1198
1198
  {
1199
- "color": "muted",
1200
1199
  "type": "typography",
1201
1200
  "variant": "caption",
1202
- "content": "You're all caught up."
1201
+ "content": "You're all caught up.",
1202
+ "color": "muted"
1203
1203
  },
1204
1204
  {
1205
1205
  "action": "INIT",
@@ -1208,11 +1208,10 @@
1208
1208
  "label": "Back to invoices"
1209
1209
  }
1210
1210
  ],
1211
- "type": "stack",
1212
1211
  "gap": "md",
1213
- "align": "center",
1214
1212
  "direction": "vertical",
1215
- "className": "py-8"
1213
+ "align": "center",
1214
+ "type": "stack"
1216
1215
  }
1217
1216
  ]
1218
1217
  ]
@@ -1236,28 +1235,28 @@
1236
1235
  "config": {
1237
1236
  "fields": [
1238
1237
  {
1238
+ "icon": "receipt",
1239
1239
  "name": "invoiceId",
1240
- "variant": "h4",
1241
- "icon": "receipt"
1240
+ "variant": "h4"
1242
1241
  },
1243
1242
  {
1244
- "variant": "body",
1245
- "name": "body"
1243
+ "name": "body",
1244
+ "variant": "body"
1246
1245
  },
1247
1246
  {
1248
1247
  "name": "author",
1249
1248
  "variant": "caption"
1250
1249
  },
1251
1250
  {
1252
- "name": "createdAt",
1253
- "variant": "caption"
1251
+ "variant": "caption",
1252
+ "name": "createdAt"
1254
1253
  }
1255
1254
  ],
1256
1255
  "itemActions": [
1257
1256
  {
1258
- "label": "Delete",
1257
+ "variant": "danger",
1259
1258
  "event": "DELETE",
1260
- "variant": "danger"
1259
+ "label": "Delete"
1261
1260
  }
1262
1261
  ],
1263
1262
  "cols": 1.0,
@@ -1287,14 +1286,14 @@
1287
1286
  "name": "InvoiceNoteCreate",
1288
1287
  "linkedEntity": "InvoiceNote",
1289
1288
  "config": {
1290
- "mode": "create",
1291
1289
  "icon": "plus-circle",
1292
- "title": "New Note",
1293
1290
  "fields": [
1294
1291
  "invoiceId",
1295
1292
  "body",
1296
1293
  "author"
1297
- ]
1294
+ ],
1295
+ "mode": "create",
1296
+ "title": "New Note"
1298
1297
  },
1299
1298
  "events": {
1300
1299
  "OPEN": "CREATE"
@@ -1531,11 +1530,7 @@
1531
1530
  {
1532
1531
  "ref": "AppShell.traits.AppLayout",
1533
1532
  "name": "DunningAppLayout",
1534
- "linkedEntity": "DunningNote",
1535
1533
  "config": {
1536
- "notificationClickEvent": "DUNNING_NOTIFICATIONS_OPEN",
1537
- "appName": "Subscription Billing",
1538
- "notifications": [],
1539
1534
  "searchEvent": "DUNNING_SEARCH",
1540
1535
  "navItems": [
1541
1536
  {
@@ -1544,21 +1539,24 @@
1544
1539
  "href": "/plans"
1545
1540
  },
1546
1541
  {
1547
- "href": "/invoices",
1548
1542
  "label": "Invoices",
1543
+ "href": "/invoices",
1549
1544
  "icon": "receipt"
1550
1545
  },
1551
1546
  {
1547
+ "icon": "alert-triangle",
1552
1548
  "label": "Dunning",
1553
- "href": "/dunning",
1554
- "icon": "alert-triangle"
1549
+ "href": "/dunning"
1555
1550
  }
1556
1551
  ],
1552
+ "notificationClickEvent": "DUNNING_NOTIFICATIONS_OPEN",
1553
+ "appName": "Subscription Billing",
1554
+ "notifications": [],
1557
1555
  "contentTrait": "@trait.DunningCatalog"
1558
1556
  },
1559
1557
  "events": {
1560
- "SEARCH": "DUNNING_SEARCH",
1561
- "NOTIFY_CLICK": "DUNNING_NOTIFICATIONS_OPEN"
1558
+ "NOTIFY_CLICK": "DUNNING_NOTIFICATIONS_OPEN",
1559
+ "SEARCH": "DUNNING_SEARCH"
1562
1560
  }
1563
1561
  },
1564
1562
  {
@@ -1641,49 +1639,48 @@
1641
1639
  "render-ui",
1642
1640
  "main",
1643
1641
  {
1644
- "gap": "lg",
1645
- "type": "stack",
1646
1642
  "direction": "vertical",
1643
+ "gap": "lg",
1647
1644
  "children": [
1648
1645
  {
1646
+ "align": "center",
1647
+ "gap": "md",
1649
1648
  "type": "stack",
1650
1649
  "direction": "horizontal",
1651
- "align": "center",
1650
+ "justify": "between",
1652
1651
  "children": [
1653
1652
  {
1654
1653
  "type": "stack",
1655
- "direction": "horizontal",
1656
- "gap": "sm",
1657
- "align": "center",
1658
1654
  "children": [
1659
1655
  {
1660
1656
  "name": "alert-triangle",
1661
1657
  "type": "icon"
1662
1658
  },
1663
1659
  {
1664
- "variant": "h2",
1660
+ "content": "Dunning",
1665
1661
  "type": "typography",
1666
- "content": "Dunning"
1662
+ "variant": "h2"
1667
1663
  }
1668
- ]
1664
+ ],
1665
+ "direction": "horizontal",
1666
+ "align": "center",
1667
+ "gap": "sm"
1669
1668
  },
1670
1669
  {
1671
- "direction": "horizontal",
1672
1670
  "gap": "sm",
1673
1671
  "type": "stack",
1672
+ "direction": "horizontal",
1674
1673
  "children": [
1675
1674
  {
1676
- "type": "button",
1677
1675
  "variant": "primary",
1678
- "icon": "plus",
1676
+ "label": "Log Note",
1679
1677
  "action": "CREATE",
1680
- "label": "Log Note"
1678
+ "icon": "plus",
1679
+ "type": "button"
1681
1680
  }
1682
1681
  ]
1683
1682
  }
1684
- ],
1685
- "justify": "between",
1686
- "gap": "md"
1683
+ ]
1687
1684
  },
1688
1685
  {
1689
1686
  "type": "divider"
@@ -1693,12 +1690,13 @@
1693
1690
  "type": "divider"
1694
1691
  },
1695
1692
  {
1696
- "variant": "h3",
1697
1693
  "content": "Case Notes",
1698
- "type": "typography"
1694
+ "type": "typography",
1695
+ "variant": "h3"
1699
1696
  },
1700
1697
  "@trait.DunningNoteBrowseList"
1701
- ]
1698
+ ],
1699
+ "type": "stack"
1702
1700
  }
1703
1701
  ]
1704
1702
  ]
@@ -1717,10 +1715,6 @@
1717
1715
  "render-ui",
1718
1716
  "main",
1719
1717
  {
1720
- "className": "py-8",
1721
- "type": "stack",
1722
- "direction": "vertical",
1723
- "align": "center",
1724
1718
  "children": [
1725
1719
  {
1726
1720
  "type": "icon",
@@ -1732,18 +1726,22 @@
1732
1726
  "variant": "h3"
1733
1727
  },
1734
1728
  {
1735
- "content": "You're all caught up.",
1736
- "type": "typography",
1737
1729
  "variant": "caption",
1738
- "color": "muted"
1730
+ "content": "You're all caught up.",
1731
+ "color": "muted",
1732
+ "type": "typography"
1739
1733
  },
1740
1734
  {
1741
- "action": "INIT",
1742
1735
  "label": "Back to dunning",
1743
1736
  "type": "button",
1744
- "variant": "ghost"
1737
+ "variant": "ghost",
1738
+ "action": "INIT"
1745
1739
  }
1746
1740
  ],
1741
+ "direction": "vertical",
1742
+ "align": "center",
1743
+ "type": "stack",
1744
+ "className": "py-8",
1747
1745
  "gap": "md"
1748
1746
  }
1749
1747
  ]
@@ -1765,15 +1763,6 @@
1765
1763
  "name": "DunningNoteBrowseList",
1766
1764
  "linkedEntity": "DunningNote",
1767
1765
  "config": {
1768
- "itemActions": [
1769
- {
1770
- "variant": "danger",
1771
- "label": "Delete",
1772
- "event": "DELETE"
1773
- }
1774
- ],
1775
- "cols": 1.0,
1776
- "gap": "sm",
1777
1766
  "fields": [
1778
1767
  {
1779
1768
  "name": "caseId",
@@ -1789,10 +1778,19 @@
1789
1778
  "variant": "caption"
1790
1779
  },
1791
1780
  {
1792
- "variant": "caption",
1793
- "name": "createdAt"
1781
+ "name": "createdAt",
1782
+ "variant": "caption"
1794
1783
  }
1795
- ]
1784
+ ],
1785
+ "cols": 1.0,
1786
+ "itemActions": [
1787
+ {
1788
+ "variant": "danger",
1789
+ "event": "DELETE",
1790
+ "label": "Delete"
1791
+ }
1792
+ ],
1793
+ "gap": "sm"
1796
1794
  },
1797
1795
  "listens": [
1798
1796
  {
@@ -1819,8 +1817,8 @@
1819
1817
  "linkedEntity": "DunningNote",
1820
1818
  "config": {
1821
1819
  "mode": "create",
1822
- "title": "New Note",
1823
1820
  "icon": "plus-circle",
1821
+ "title": "New Note",
1824
1822
  "fields": [
1825
1823
  "caseId",
1826
1824
  "body",