@almadar/std 16.210.0 → 16.211.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 (111) hide show
  1. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +2 -2
  2. package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +5 -5
  3. package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +7 -1
  4. package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +3 -3
  5. package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +1 -0
  6. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +4 -0
  7. package/behaviors/lolo/ui/core/atoms/std-confirmation.lolo +2 -0
  8. package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +2 -2
  9. package/behaviors/lolo/ui/core/atoms/std-graphs.lolo +1 -1
  10. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +3 -1
  11. package/behaviors/lolo/ui/core/atoms/std-stats.lolo +1 -1
  12. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +4 -3
  13. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -4
  14. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +33 -30
  15. package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +1 -1
  16. package/behaviors/lolo/ui/core/atoms/ui-radio.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/ui-range-slider.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/ui-switch.lolo +1 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-text-highlight.lolo +1 -1
  20. package/behaviors/lolo/ui/core/atoms/ui-time-slot-cell.lolo +1 -1
  21. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +2 -2
  22. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
  23. package/behaviors/lolo/ui/core/molecules/ui-date-range-picker.lolo +2 -2
  24. package/behaviors/lolo/ui/core/molecules/ui-document-panel.lolo +2 -2
  25. package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
  26. package/behaviors/lolo/ui/core/molecules/ui-number-stepper.lolo +1 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-relation-select.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-rich-text-editor.lolo +1 -1
  31. package/behaviors/lolo/ui/core/molecules/ui-search-input.lolo +1 -1
  32. package/behaviors/lolo/ui/core/molecules/ui-sidebar.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-star-rating.lolo +1 -1
  34. package/behaviors/lolo/ui/core/molecules/ui-wizard-navigation.lolo +2 -2
  35. package/behaviors/lolo/ui/core/organisms/ui-split-pane.lolo +1 -1
  36. package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +126 -0
  37. package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +1 -1
  38. package/behaviors/lolo/ui/game/organisms/std-arcade-board-3d.lolo +10 -10
  39. package/behaviors/lolo/ui/game/organisms/std-crew-board-2d.lolo +10 -10
  40. package/behaviors/lolo/ui/game/organisms/std-dungeon-board-2d.lolo +36 -36
  41. package/behaviors/lolo/ui/game/organisms/std-market-board-3d.lolo +36 -36
  42. package/behaviors/lolo/ui/game/organisms/std-objective-board-3d.lolo +34 -34
  43. package/behaviors/lolo/ui/game/organisms/std-survival-board-3d.lolo +10 -10
  44. package/behaviors/lolo/ui/game/organisms/std-tactics-board-2d.lolo +12 -12
  45. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +12 -12
  46. package/behaviors/lolo/ui/game/organisms/std-worldmap-board-2d.lolo +20 -20
  47. package/behaviors/registry/infra/atoms/std-approval-gate.orb +20 -9
  48. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +5 -0
  49. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +28 -0
  50. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +3 -0
  51. package/behaviors/registry/infra/atoms/std-notification-center.orb +56 -24
  52. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +12 -6
  53. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +20 -0
  54. package/behaviors/registry/ui/core/atoms/std-browse.orb +26 -0
  55. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +44 -18
  56. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +44 -18
  57. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +19 -8
  58. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +20 -9
  59. package/behaviors/registry/ui/core/atoms/std-graphs.orb +1 -0
  60. package/behaviors/registry/ui/core/atoms/std-modal.orb +52 -24
  61. package/behaviors/registry/ui/core/atoms/std-stats.orb +1 -0
  62. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +0 -3
  63. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +2 -9
  64. package/behaviors/registry/ui/core/atoms/std-thread.orb +134 -40
  65. package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -0
  66. package/behaviors/registry/ui/core/atoms/ui-radio.orb +1 -0
  67. package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +1 -0
  68. package/behaviors/registry/ui/core/atoms/ui-switch.orb +1 -0
  69. package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +1 -0
  70. package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +1 -0
  71. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +2 -0
  72. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -0
  73. package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +2 -0
  74. package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +2 -0
  75. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -0
  76. package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +1 -0
  77. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +1 -0
  78. package/behaviors/registry/ui/core/molecules/ui-popover.orb +1 -0
  79. package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +1 -0
  80. package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +1 -0
  81. package/behaviors/registry/ui/core/molecules/ui-search-input.orb +1 -0
  82. package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +1 -0
  83. package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +1 -0
  84. package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +2 -0
  85. package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +1 -0
  86. package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +687 -0
  87. package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +1 -0
  88. package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +10 -30
  89. package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +10 -30
  90. package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +36 -108
  91. package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +36 -108
  92. package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +34 -102
  93. package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +10 -30
  94. package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +12 -36
  95. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +12 -36
  96. package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +20 -60
  97. package/dist/behaviors/exports-reader.js +2147 -2212
  98. package/dist/behaviors/functions/index.d.ts +111 -34
  99. package/dist/behaviors/functions/index.js +2145 -2211
  100. package/dist/behaviors/index.d.ts +1 -1
  101. package/dist/behaviors/index.js +2148 -2213
  102. package/dist/behaviors/query.js +2147 -2212
  103. package/dist/behaviors-embeddings.hash.json +3 -3
  104. package/dist/behaviors-embeddings.json +11 -7
  105. package/dist/behaviors-registry.json +1765 -1031
  106. package/dist/index.d.ts +1 -1
  107. package/dist/index.js +2148 -2213
  108. package/dist/knob-embeddings.hash.json +3 -3
  109. package/dist/knob-embeddings.json +1 -1
  110. package/dist/registry/factory-signatures.json +1 -1
  111. package/package.json +2 -2
@@ -1696,13 +1696,14 @@
1696
1696
  "kind": "call-service",
1697
1697
  "resource": "esign.sendEnvelope"
1698
1698
  },
1699
- {
1700
- "kind": "notify"
1701
- },
1702
1699
  {
1703
1700
  "kind": "persist",
1704
1701
  "resource": "SignatureSession"
1705
1702
  },
1703
+ {
1704
+ "kind": "render-ui",
1705
+ "resource": "toast"
1706
+ },
1706
1707
  {
1707
1708
  "kind": "set",
1708
1709
  "resource": "@entity.id"
@@ -2198,9 +2199,14 @@
2198
2199
  {
2199
2200
  "effects": [
2200
2201
  [
2201
- "notify",
2202
- "info",
2203
- "This request was never dispatched to the e-sign provider — send it first"
2202
+ "render-ui",
2203
+ "toast",
2204
+ {
2205
+ "dismissible": true,
2206
+ "message": "This request was never dispatched to the e-sign provider — send it first",
2207
+ "type": "alert",
2208
+ "variant": "info"
2209
+ }
2204
2210
  ]
2205
2211
  ],
2206
2212
  "event": "CHECK_ENVELOPE_STATUS",
@@ -2217,9 +2223,14 @@
2217
2223
  {
2218
2224
  "effects": [
2219
2225
  [
2220
- "notify",
2221
- "warning",
2222
- "Could not record the envelope state on the request"
2226
+ "render-ui",
2227
+ "toast",
2228
+ {
2229
+ "dismissible": true,
2230
+ "message": "Could not record the envelope state on the request",
2231
+ "type": "alert",
2232
+ "variant": "warning"
2233
+ }
2223
2234
  ]
2224
2235
  ],
2225
2236
  "event": "ENVELOPE_STAMP_FAILED",
@@ -2247,9 +2258,14 @@
2247
2258
  }
2248
2259
  ],
2249
2260
  [
2250
- "notify",
2251
- "success",
2252
- "Signature request sent"
2261
+ "render-ui",
2262
+ "toast",
2263
+ {
2264
+ "dismissible": true,
2265
+ "message": "Signature request sent",
2266
+ "type": "alert",
2267
+ "variant": "success"
2268
+ }
2253
2269
  ]
2254
2270
  ],
2255
2271
  "event": "ENVELOPE_SENT",
@@ -2260,9 +2276,14 @@
2260
2276
  {
2261
2277
  "effects": [
2262
2278
  [
2263
- "notify",
2264
- "warning",
2265
- "Could not send the signature request"
2279
+ "render-ui",
2280
+ "toast",
2281
+ {
2282
+ "dismissible": true,
2283
+ "message": "Could not send the signature request",
2284
+ "type": "alert",
2285
+ "variant": "warning"
2286
+ }
2266
2287
  ]
2267
2288
  ],
2268
2289
  "event": "ENVELOPE_SEND_FAILED",
@@ -2381,9 +2402,14 @@
2381
2402
  {
2382
2403
  "effects": [
2383
2404
  [
2384
- "notify",
2385
- "warning",
2386
- "Could not read the envelope status"
2405
+ "render-ui",
2406
+ "toast",
2407
+ {
2408
+ "dismissible": true,
2409
+ "message": "Could not read the envelope status",
2410
+ "type": "alert",
2411
+ "variant": "warning"
2412
+ }
2387
2413
  ]
2388
2414
  ],
2389
2415
  "event": "ENVELOPE_STATUS_FAILED",
@@ -333,11 +333,12 @@
333
333
  "resource": "ESignRequest"
334
334
  },
335
335
  {
336
- "kind": "notify"
336
+ "kind": "render-ui",
337
+ "resource": "main"
337
338
  },
338
339
  {
339
340
  "kind": "render-ui",
340
- "resource": "main"
341
+ "resource": "toast"
341
342
  },
342
343
  {
343
344
  "kind": "set",
@@ -662,9 +663,14 @@
662
663
  "@payload.id"
663
664
  ],
664
665
  [
665
- "notify",
666
- "Signature request sent",
667
- "success"
666
+ "render-ui",
667
+ "toast",
668
+ {
669
+ "dismissible": true,
670
+ "message": "Signature request sent",
671
+ "type": "alert",
672
+ "variant": "success"
673
+ }
668
674
  ]
669
675
  ],
670
676
  "event": "SEND_REQUEST",
@@ -680,9 +686,14 @@
680
686
  "@payload.id"
681
687
  ],
682
688
  [
683
- "notify",
684
- "Signature request revoked",
685
- "info"
689
+ "render-ui",
690
+ "toast",
691
+ {
692
+ "dismissible": true,
693
+ "message": "Signature request revoked",
694
+ "type": "alert",
695
+ "variant": "info"
696
+ }
686
697
  ]
687
698
  ],
688
699
  "event": "REVOKE_REQUEST",
@@ -371,9 +371,6 @@
371
371
  "kind": "fetch",
372
372
  "resource": "FormEntry"
373
373
  },
374
- {
375
- "kind": "notify"
376
- },
377
374
  {
378
375
  "kind": "persist",
379
376
  "resource": "FormEntry"
@@ -381,6 +378,10 @@
381
378
  {
382
379
  "kind": "render-ui",
383
380
  "resource": "main"
381
+ },
382
+ {
383
+ "kind": "render-ui",
384
+ "resource": "toast"
384
385
  }
385
386
  ],
386
387
  "emits": [
@@ -842,9 +843,14 @@
842
843
  {
843
844
  "effects": [
844
845
  [
845
- "notify",
846
- "error",
847
- "Failed to load form"
846
+ "render-ui",
847
+ "toast",
848
+ {
849
+ "dismissible": true,
850
+ "message": "Failed to load form",
851
+ "type": "alert",
852
+ "variant": "error"
853
+ }
848
854
  ]
849
855
  ],
850
856
  "event": "FormEntryLoadFailed",
@@ -927,9 +933,14 @@
927
933
  {
928
934
  "effects": [
929
935
  [
930
- "notify",
931
- "error",
932
- "Failed to save form entry"
936
+ "render-ui",
937
+ "toast",
938
+ {
939
+ "dismissible": true,
940
+ "message": "Failed to save form entry",
941
+ "type": "alert",
942
+ "variant": "error"
943
+ }
933
944
  ]
934
945
  ],
935
946
  "event": "FormEntrySaveFailed",
@@ -68,6 +68,7 @@
68
68
  {
69
69
  "default": [],
70
70
  "description": "The data points used to render the chart.",
71
+ "intrinsic": true,
71
72
  "items": {
72
73
  "properties": {
73
74
  "label": {
@@ -265,14 +265,15 @@
265
265
  "kind": "fetch",
266
266
  "resource": "ModalRecord"
267
267
  },
268
- {
269
- "kind": "notify"
270
- },
271
268
  {
272
269
  "kind": "render-ui",
273
270
  "resolved": false,
274
271
  "resource": "@config.detailSlot"
275
272
  },
273
+ {
274
+ "kind": "render-ui",
275
+ "resource": "toast"
276
+ },
276
277
  {
277
278
  "kind": "set",
278
279
  "resource": "@entity.id"
@@ -386,6 +387,24 @@
386
387
  "key": "INIT",
387
388
  "name": "Initialize"
388
389
  },
390
+ {
391
+ "description": "Indicates a failure to load the record data.",
392
+ "id": "evt_01KXG04GVS0KS8WXT183DREMAC",
393
+ "key": "ModalRecordLoadFailed",
394
+ "name": "ModalRecord load failed",
395
+ "payloadSchema": [
396
+ {
397
+ "name": "error",
398
+ "type": "string"
399
+ },
400
+ {
401
+ "name": "code",
402
+ "type": "string"
403
+ }
404
+ ],
405
+ "synonyms": "error, failure, problem, unsuccessful",
406
+ "tier": "internal"
407
+ },
389
408
  {
390
409
  "description": "Stash the row an edit-mode OPEN will pre-fill from. Hosts route the owning surface's loaded event here (e.g. RecordItemLoaded from a document look) so an OPEN carrying only { id } still opens a fully seeded form.",
391
410
  "id": "evt_01M15CRJ6RE1E1ZFKT9Y1PXNZK",
@@ -495,24 +514,6 @@
495
514
  "synonyms": "submit, persist, confirm",
496
515
  "tier": "domain"
497
516
  },
498
- {
499
- "description": "Indicates a failure to load the record data.",
500
- "id": "evt_01KXG04GVS0KS8WXT183DREMAC",
501
- "key": "ModalRecordLoadFailed",
502
- "name": "ModalRecord load failed",
503
- "payloadSchema": [
504
- {
505
- "name": "error",
506
- "type": "string"
507
- },
508
- {
509
- "name": "code",
510
- "type": "string"
511
- }
512
- ],
513
- "synonyms": "error, failure, problem, unsuccessful",
514
- "tier": "internal"
515
- },
516
517
  {
517
518
  "description": "Signals that the modal's data has been successfully loaded.",
518
519
  "id": "evt_01KXG04GVS3BQFMQRN09N23MX6",
@@ -583,6 +584,28 @@
583
584
  "from": "closed",
584
585
  "to": "closed"
585
586
  },
587
+ {
588
+ "effects": [
589
+ [
590
+ "render-ui",
591
+ "toast",
592
+ {
593
+ "dismissible": true,
594
+ "message": [
595
+ "str/concat",
596
+ "Couldn't load the record — ",
597
+ "@payload.error"
598
+ ],
599
+ "type": "alert",
600
+ "variant": "error"
601
+ }
602
+ ]
603
+ ],
604
+ "event": "ModalRecordLoadFailed",
605
+ "eventId": "evt_01KXG04GVS0KS8WXT183DREMAC",
606
+ "from": "closed",
607
+ "to": "closed"
608
+ },
586
609
  {
587
610
  "effects": [
588
611
  [
@@ -707,9 +730,14 @@
707
730
  null
708
731
  ],
709
732
  [
710
- "notify",
711
- "Cancelled",
712
- "info"
733
+ "render-ui",
734
+ "toast",
735
+ {
736
+ "dismissible": true,
737
+ "message": "Cancelled",
738
+ "type": "alert",
739
+ "variant": "info"
740
+ }
713
741
  ]
714
742
  ],
715
743
  "event": "CLOSE",
@@ -68,6 +68,7 @@
68
68
  {
69
69
  "default": [],
70
70
  "description": "A collection of statistical cards to display.",
71
+ "intrinsic": true,
71
72
  "items": {
72
73
  "properties": {
73
74
  "clickEvent": {
@@ -200,7 +200,6 @@
200
200
  },
201
201
  {
202
202
  "default": 0.0,
203
- "intrinsic": true,
204
203
  "name": "currentStepIndex",
205
204
  "type": "number"
206
205
  },
@@ -264,7 +263,6 @@
264
263
  },
265
264
  {
266
265
  "default": "",
267
- "intrinsic": true,
268
266
  "name": "finalStatus",
269
267
  "type": "string",
270
268
  "values": [
@@ -276,7 +274,6 @@
276
274
  },
277
275
  {
278
276
  "default": "",
279
- "intrinsic": true,
280
277
  "name": "rejectionReason",
281
278
  "type": "string"
282
279
  },
@@ -392,13 +392,6 @@
392
392
  "synonyms": "chosen, picked, activated, highlighted",
393
393
  "tier": "domain"
394
394
  },
395
- {
396
- "description": "Opens the create-tag form (rendered only when allowEdit is on); the creation lands at the level currently open.",
397
- "event": "NEW_TAG",
398
- "eventId": "evt_01M169QR0DYJMCCP7409YMSH6A",
399
- "synonyms": "add tag, create category, new category",
400
- "tier": "domain"
401
- },
402
395
  {
403
396
  "description": "The new-category form committed; data carries the name and the parent level.",
404
397
  "event": "COMMIT_TAG",
@@ -617,11 +610,11 @@
617
610
  "name": "Show Root"
618
611
  },
619
612
  {
620
- "description": "Opens the create-tag form (rendered only when allowEdit is on); the creation lands at the level currently open.",
613
+ "description": "The New-category affordance was clicked.",
621
614
  "id": "evt_01M169QR0DYJMCCP7409YMSH6A",
622
615
  "key": "NEW_TAG",
623
616
  "name": "New Tag",
624
- "synonyms": "add tag, create category, new category",
617
+ "synonyms": "add tag, create category",
625
618
  "tier": "domain"
626
619
  },
627
620
  {