@almadar/std 16.202.0 → 16.204.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 (64) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +230 -0
  2. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +302 -0
  3. package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
  4. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  5. package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +1 -1
  6. package/behaviors/lolo/ui/game/atoms/std-fx-narrative.lolo +1 -1
  7. package/behaviors/lolo/ui/game/atoms/std-fx-particles.lolo +1 -1
  8. package/behaviors/lolo/ui/game/atoms/std-game-design-sheet.lolo +69 -0
  9. package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +1 -1
  10. package/behaviors/lolo/ui/game/atoms/std-lives.lolo +1 -1
  11. package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +1 -1
  12. package/behaviors/lolo/ui/game/atoms/std-objective-flow.lolo +1 -1
  13. package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +1 -1
  14. package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +1 -1
  15. package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +1 -1
  16. package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +1 -1
  17. package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +1 -1
  18. package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +1 -1
  19. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +1 -1
  20. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +1 -1
  21. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +1 -1
  22. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +1 -1
  23. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +1 -1
  24. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +3 -3
  25. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +1 -1
  26. package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1450 -0
  27. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +687 -1
  28. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +6 -1
  29. package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +82 -2
  30. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +1 -1
  31. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +82 -2
  32. package/behaviors/registry/ui/game/atoms/std-game-design-sheet.orb +527 -0
  33. package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +48 -2
  34. package/behaviors/registry/ui/game/atoms/std-lives.orb +26 -2
  35. package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +56 -2
  36. package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -1
  37. package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +30 -2
  38. package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +63 -2
  39. package/behaviors/registry/ui/game/atoms/std-pickup.orb +1 -1
  40. package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +1 -1
  41. package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +24 -2
  42. package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +75 -2
  43. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +1 -0
  44. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +1 -0
  45. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +1 -0
  46. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +1 -0
  47. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +1 -0
  48. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +3 -0
  49. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1 -0
  50. package/dist/behaviors/exports-reader.js +2589 -2501
  51. package/dist/behaviors/functions/index.d.ts +244 -16
  52. package/dist/behaviors/functions/index.js +2584 -2502
  53. package/dist/behaviors/index.d.ts +1 -1
  54. package/dist/behaviors/index.js +2590 -2502
  55. package/dist/behaviors/query.js +2589 -2501
  56. package/dist/behaviors-embeddings.hash.json +3 -3
  57. package/dist/behaviors-embeddings.json +35 -27
  58. package/dist/behaviors-registry.json +1729 -212
  59. package/dist/index.d.ts +1 -1
  60. package/dist/index.js +2590 -2502
  61. package/dist/knob-embeddings.hash.json +3 -3
  62. package/dist/knob-embeddings.json +1 -1
  63. package/dist/registry/factory-signatures.json +1 -1
  64. package/package.json +2 -2
@@ -1,13 +1,13 @@
1
1
  {
2
- "$generated": "2026-09-03T18:49:02.978Z",
2
+ "$generated": "2026-09-04T07:20:09.390Z",
3
3
  "$source": "tools/almadar-pattern-sync/behaviors",
4
4
  "$package": "@almadar/std",
5
- "totalBehaviors": 460,
6
- "atoms": 297,
5
+ "totalBehaviors": 462,
6
+ "atoms": 299,
7
7
  "molecules": 111,
8
8
  "organisms": 52,
9
9
  "layers": {
10
- "UI Patterns": 447,
10
+ "UI Patterns": 449,
11
11
  "ML": 13
12
12
  },
13
13
  "behaviors": {
@@ -7898,6 +7898,7 @@
7898
7898
  "std-service-youtube",
7899
7899
  "std-status-lifecycle",
7900
7900
  "std-status-lifecycle-control",
7901
+ "studio-chat",
7901
7902
  "ui-space-shmup-board"
7902
7903
  ],
7903
7904
  "connectableEvents": [
@@ -16177,6 +16178,7 @@
16177
16178
  "std-integration-settings",
16178
16179
  "std-list",
16179
16180
  "std-modal",
16181
+ "std-modal-editor",
16180
16182
  "std-multi-party-flow",
16181
16183
  "std-notification-panel",
16182
16184
  "std-pagination",
@@ -16814,6 +16816,7 @@
16814
16816
  "std-integration-settings",
16815
16817
  "std-list",
16816
16818
  "std-modal",
16819
+ "std-modal-editor",
16817
16820
  "std-multi-party-flow",
16818
16821
  "std-notification-panel",
16819
16822
  "std-pagination",
@@ -17484,6 +17487,7 @@
17484
17487
  "std-matter",
17485
17488
  "std-menu",
17486
17489
  "std-modal",
17490
+ "std-modal-editor",
17487
17491
  "std-moderation-rule",
17488
17492
  "std-modifier-group",
17489
17493
  "std-multi-party-flow",
@@ -18237,6 +18241,7 @@
18237
18241
  "std-integration-settings",
18238
18242
  "std-list",
18239
18243
  "std-modal",
18244
+ "std-modal-editor",
18240
18245
  "std-multi-party-flow",
18241
18246
  "std-notification-panel",
18242
18247
  "std-pagination",
@@ -19487,6 +19492,7 @@
19487
19492
  "std-menu",
19488
19493
  "std-mod-queue",
19489
19494
  "std-modal",
19495
+ "std-modal-editor",
19490
19496
  "std-modifier-group",
19491
19497
  "std-multi-party-flow",
19492
19498
  "std-notification-panel",
@@ -21400,6 +21406,7 @@
21400
21406
  "std-list",
21401
21407
  "std-logic-fallacy",
21402
21408
  "std-modal",
21409
+ "std-modal-editor",
21403
21410
  "std-multi-party-flow",
21404
21411
  "std-notification-panel",
21405
21412
  "std-pagination",
@@ -22593,6 +22600,7 @@
22593
22600
  "std-market-board-3d",
22594
22601
  "std-mod-queue",
22595
22602
  "std-modal",
22603
+ "std-modal-editor",
22596
22604
  "std-multi-party-flow",
22597
22605
  "std-notification-panel",
22598
22606
  "std-objective-board-3d",
@@ -23049,6 +23057,7 @@
23049
23057
  "std-integration-settings",
23050
23058
  "std-list",
23051
23059
  "std-modal",
23060
+ "std-modal-editor",
23052
23061
  "std-multi-party-flow",
23053
23062
  "std-notification-panel",
23054
23063
  "std-pagination",
@@ -23636,6 +23645,7 @@
23636
23645
  "std-integration-settings",
23637
23646
  "std-list",
23638
23647
  "std-modal",
23648
+ "std-modal-editor",
23639
23649
  "std-multi-party-flow",
23640
23650
  "std-notification-panel",
23641
23651
  "std-pagination",
@@ -24031,6 +24041,7 @@
24031
24041
  "std-integration-settings",
24032
24042
  "std-list",
24033
24043
  "std-modal",
24044
+ "std-modal-editor",
24034
24045
  "std-multi-party-flow",
24035
24046
  "std-notification-panel",
24036
24047
  "std-pagination",
@@ -24513,6 +24524,7 @@
24513
24524
  "std-marketplace",
24514
24525
  "std-menu",
24515
24526
  "std-modal",
24527
+ "std-modal-editor",
24516
24528
  "std-modifier-group",
24517
24529
  "std-multi-party-flow",
24518
24530
  "std-nonprofit-donations",
@@ -25242,6 +25254,7 @@
25242
25254
  "std-integration-settings",
25243
25255
  "std-list",
25244
25256
  "std-modal",
25257
+ "std-modal-editor",
25245
25258
  "std-multi-party-flow",
25246
25259
  "std-notification-panel",
25247
25260
  "std-pagination",
@@ -25855,6 +25868,7 @@
25855
25868
  "std-integration-settings",
25856
25869
  "std-list",
25857
25870
  "std-modal",
25871
+ "std-modal-editor",
25858
25872
  "std-multi-party-flow",
25859
25873
  "std-notification-panel",
25860
25874
  "std-pagination",
@@ -26526,6 +26540,7 @@
26526
26540
  "std-integration-settings",
26527
26541
  "std-list",
26528
26542
  "std-modal",
26543
+ "std-modal-editor",
26529
26544
  "std-multi-party-flow",
26530
26545
  "std-notification-panel",
26531
26546
  "std-pagination",
@@ -27139,6 +27154,7 @@
27139
27154
  "std-matter",
27140
27155
  "std-menu",
27141
27156
  "std-modal",
27157
+ "std-modal-editor",
27142
27158
  "std-moderation-rule",
27143
27159
  "std-modifier-group",
27144
27160
  "std-multi-party-flow",
@@ -27931,6 +27947,7 @@
27931
27947
  "std-integration-settings",
27932
27948
  "std-list",
27933
27949
  "std-modal",
27950
+ "std-modal-editor",
27934
27951
  "std-multi-party-flow",
27935
27952
  "std-notification-panel",
27936
27953
  "std-pagination",
@@ -28512,6 +28529,7 @@
28512
28529
  "std-ml-lookup",
28513
28530
  "std-ml-similarity",
28514
28531
  "std-modal",
28532
+ "std-modal-editor",
28515
28533
  "std-multi-party-flow",
28516
28534
  "std-notification-panel",
28517
28535
  "std-objective-board-3d",
@@ -29140,6 +29158,7 @@
29140
29158
  "std-list",
29141
29159
  "std-mod-queue",
29142
29160
  "std-modal",
29161
+ "std-modal-editor",
29143
29162
  "std-multi-party-flow",
29144
29163
  "std-notification-panel",
29145
29164
  "std-pagination",
@@ -29925,6 +29944,7 @@
29925
29944
  "std-integration-settings",
29926
29945
  "std-list",
29927
29946
  "std-modal",
29947
+ "std-modal-editor",
29928
29948
  "std-multi-party-flow",
29929
29949
  "std-notification-panel",
29930
29950
  "std-pagination",
@@ -30311,6 +30331,7 @@
30311
30331
  "std-integration-settings",
30312
30332
  "std-list",
30313
30333
  "std-modal",
30334
+ "std-modal-editor",
30314
30335
  "std-multi-party-flow",
30315
30336
  "std-notification-panel",
30316
30337
  "std-pagination",
@@ -30960,6 +30981,7 @@
30960
30981
  "std-list",
30961
30982
  "std-menu",
30962
30983
  "std-modal",
30984
+ "std-modal-editor",
30963
30985
  "std-modifier-group",
30964
30986
  "std-multi-party-flow",
30965
30987
  "std-notification-panel",
@@ -31446,6 +31468,7 @@
31446
31468
  "std-integration-settings",
31447
31469
  "std-list",
31448
31470
  "std-modal",
31471
+ "std-modal-editor",
31449
31472
  "std-multi-party-flow",
31450
31473
  "std-notification-panel",
31451
31474
  "std-pagination",
@@ -32069,6 +32092,7 @@
32069
32092
  "std-marketplace",
32070
32093
  "std-menu",
32071
32094
  "std-modal",
32095
+ "std-modal-editor",
32072
32096
  "std-modifier-group",
32073
32097
  "std-multi-party-flow",
32074
32098
  "std-nonprofit-donations",
@@ -32761,6 +32785,658 @@
32761
32785
  ],
32762
32786
  "sourceValid": true
32763
32787
  },
32788
+ "std-modal-editor": {
32789
+ "name": "std-modal-editor",
32790
+ "level": "atom",
32791
+ "topic": "ui/core",
32792
+ "family": "ui/core",
32793
+ "layer": "UI Patterns",
32794
+ "description": "UI substrate: modal keyboard editing over any editable CodeBlock. The topology is fixed (NORMAL / INSERT / VISUAL / OPERATOR_PENDING / COMMAND) and every binding is config: mode-entry keys, motions, operators, ex-commands, the digit table that accumulates a repeat count, and the per-mode captured-key table the host's keyboard router reads. Vim ships as the default flavor; a Kakoune/Helix binding is the same topology with different config, never a fork. Emits are the mechanical vocabulary an editable CodeBlock listens to (SET_MODE / MOTION / OPERATE / INSERT_TEXT) plus one neutral EX_COMMAND for a buffered ':' line — std names no host command; a realization maps EX_COMMAND.name onto its own host vocabulary.",
32795
+ "defaultOrbitalName": "ModalEditorOrbital",
32796
+ "statePattern": "COMMAND, INSERT, NORMAL, OPERATOR_PENDING, VISUAL",
32797
+ "complexity": {
32798
+ "states": 5,
32799
+ "events": 7,
32800
+ "transitions": 22
32801
+ },
32802
+ "defaultEntity": {
32803
+ "name": "EditorMode",
32804
+ "persistence": "runtime",
32805
+ "fields": [
32806
+ {
32807
+ "name": "id",
32808
+ "type": "string",
32809
+ "required": true
32810
+ },
32811
+ {
32812
+ "name": "editorId",
32813
+ "type": "string",
32814
+ "default": ""
32815
+ },
32816
+ {
32817
+ "name": "count",
32818
+ "type": "number",
32819
+ "default": 0
32820
+ },
32821
+ {
32822
+ "name": "operator",
32823
+ "type": "string",
32824
+ "default": ""
32825
+ },
32826
+ {
32827
+ "name": "operatorKey",
32828
+ "type": "string",
32829
+ "default": ""
32830
+ },
32831
+ {
32832
+ "name": "cmdline",
32833
+ "type": "string",
32834
+ "default": ""
32835
+ }
32836
+ ]
32837
+ },
32838
+ "defaultLabels": {
32839
+ "title": "EditorModes",
32840
+ "entitySingular": "EditorMode",
32841
+ "entityPlural": "EditorModes"
32842
+ },
32843
+ "defaultIcons": [],
32844
+ "composableWith": [
32845
+ "std-app-layout",
32846
+ "std-app-search",
32847
+ "std-billable-hour",
32848
+ "std-board",
32849
+ "std-browse",
32850
+ "std-calendar",
32851
+ "std-confirmation",
32852
+ "std-dashboard-grid-embedded",
32853
+ "std-date-range",
32854
+ "std-detail-layout",
32855
+ "std-esign-flow",
32856
+ "std-esign-request",
32857
+ "std-event-log",
32858
+ "std-export",
32859
+ "std-file-store",
32860
+ "std-filter",
32861
+ "std-form-advanced",
32862
+ "std-gallery",
32863
+ "std-geosearch",
32864
+ "std-graphs",
32865
+ "std-image-upload-multi",
32866
+ "std-import",
32867
+ "std-integration-settings",
32868
+ "std-list",
32869
+ "std-modal",
32870
+ "std-multi-party-flow",
32871
+ "std-notification-panel",
32872
+ "std-pagination",
32873
+ "std-rating-review",
32874
+ "std-record-detail",
32875
+ "std-recurrence",
32876
+ "std-related",
32877
+ "std-saved-search",
32878
+ "std-scatter",
32879
+ "std-search",
32880
+ "std-selection",
32881
+ "std-service-accounting",
32882
+ "std-service-arxiv",
32883
+ "std-service-banking",
32884
+ "std-service-calendar",
32885
+ "std-service-calendar-ical",
32886
+ "std-service-cli",
32887
+ "std-service-custom-bearer",
32888
+ "std-service-database",
32889
+ "std-service-deepagent",
32890
+ "std-service-docker",
32891
+ "std-service-drive",
32892
+ "std-service-email",
32893
+ "std-service-esign",
32894
+ "std-service-github",
32895
+ "std-service-iconify",
32896
+ "std-service-llm",
32897
+ "std-service-maps",
32898
+ "std-service-marketplace",
32899
+ "std-service-meta-ads",
32900
+ "std-service-ml",
32901
+ "std-service-oauth",
32902
+ "std-service-otel",
32903
+ "std-service-print",
32904
+ "std-service-push",
32905
+ "std-service-queue",
32906
+ "std-service-redis",
32907
+ "std-service-research-assistant",
32908
+ "std-service-storage",
32909
+ "std-service-stripe",
32910
+ "std-service-twilio",
32911
+ "std-service-webhook",
32912
+ "std-service-wikimedia",
32913
+ "std-service-youtube",
32914
+ "std-signature-capture",
32915
+ "std-stat-rows",
32916
+ "std-stats",
32917
+ "std-step-flow",
32918
+ "std-tabs",
32919
+ "std-tag-strip",
32920
+ "std-tag-taxonomy",
32921
+ "std-thread",
32922
+ "std-tree",
32923
+ "std-version-history",
32924
+ "std-vote",
32925
+ "std-wizard",
32926
+ "studio-shell",
32927
+ "ui-accordion",
32928
+ "ui-activation-block",
32929
+ "ui-alert",
32930
+ "ui-aside",
32931
+ "ui-atlas-image",
32932
+ "ui-atlas-panel",
32933
+ "ui-avatar",
32934
+ "ui-badge",
32935
+ "ui-bloom-quiz-block",
32936
+ "ui-box",
32937
+ "ui-branching-logic-builder",
32938
+ "ui-breadcrumb",
32939
+ "ui-button",
32940
+ "ui-calendar-grid",
32941
+ "ui-card",
32942
+ "ui-carousel",
32943
+ "ui-center",
32944
+ "ui-chart",
32945
+ "ui-chart-legend",
32946
+ "ui-chat-bar",
32947
+ "ui-checkbox",
32948
+ "ui-code-block",
32949
+ "ui-code-runner-panel",
32950
+ "ui-command-palette",
32951
+ "ui-conditional-wrapper",
32952
+ "ui-confetti-effect",
32953
+ "ui-confirm-dialog",
32954
+ "ui-connection-block",
32955
+ "ui-container",
32956
+ "ui-content-renderer",
32957
+ "ui-counter-template",
32958
+ "ui-dashboard-grid",
32959
+ "ui-dashboard-layout",
32960
+ "ui-data-grid",
32961
+ "ui-data-list",
32962
+ "ui-date-range-picker",
32963
+ "ui-date-range-selector",
32964
+ "ui-day-cell",
32965
+ "ui-detail-panel",
32966
+ "ui-dialog",
32967
+ "ui-divider",
32968
+ "ui-doc-breadcrumb",
32969
+ "ui-doc-pagination",
32970
+ "ui-doc-search",
32971
+ "ui-doc-sidebar",
32972
+ "ui-doc-toc",
32973
+ "ui-dock-layout",
32974
+ "ui-document-details",
32975
+ "ui-document-panel",
32976
+ "ui-document-viewer",
32977
+ "ui-drawer",
32978
+ "ui-drawer-slot",
32979
+ "ui-edge-decoration",
32980
+ "ui-emoji-picker",
32981
+ "ui-empty-state",
32982
+ "ui-entity-cards",
32983
+ "ui-entity-list",
32984
+ "ui-entity-table",
32985
+ "ui-error-boundary",
32986
+ "ui-error-state",
32987
+ "ui-feature-grid",
32988
+ "ui-file-tree",
32989
+ "ui-filter-group",
32990
+ "ui-filter-pill",
32991
+ "ui-flex",
32992
+ "ui-flip-card",
32993
+ "ui-flip-container",
32994
+ "ui-floating-action-button",
32995
+ "ui-floating-toolbar",
32996
+ "ui-form",
32997
+ "ui-form-actions",
32998
+ "ui-form-field",
32999
+ "ui-form-layout",
33000
+ "ui-form-section",
33001
+ "ui-form-section-header",
33002
+ "ui-fx-overlay",
33003
+ "ui-game-icon",
33004
+ "ui-generic-app-template",
33005
+ "ui-gradient-divider",
33006
+ "ui-graph-canvas",
33007
+ "ui-graph-view",
33008
+ "ui-grid",
33009
+ "ui-header",
33010
+ "ui-hstack",
33011
+ "ui-icon",
33012
+ "ui-import-preview-tree",
33013
+ "ui-import-progress",
33014
+ "ui-import-source-picker",
33015
+ "ui-infinite-scroll-sentinel",
33016
+ "ui-input",
33017
+ "ui-input-group",
33018
+ "ui-jazari-state-machine",
33019
+ "ui-label",
33020
+ "ui-law-reference-tooltip",
33021
+ "ui-lightbox",
33022
+ "ui-likert-scale",
33023
+ "ui-line-chart",
33024
+ "ui-loading-state",
33025
+ "ui-map-view",
33026
+ "ui-markdown-content",
33027
+ "ui-master-detail",
33028
+ "ui-master-detail-layout",
33029
+ "ui-matrix-question",
33030
+ "ui-media-gallery",
33031
+ "ui-menu",
33032
+ "ui-meter",
33033
+ "ui-modal",
33034
+ "ui-modal-slot",
33035
+ "ui-navigation",
33036
+ "ui-notification",
33037
+ "ui-number-stepper",
33038
+ "ui-option-constraint-group",
33039
+ "ui-orbital-visualization",
33040
+ "ui-overlay",
33041
+ "ui-page-header",
33042
+ "ui-page-transition",
33043
+ "ui-pagination",
33044
+ "ui-popover",
33045
+ "ui-positioned-canvas",
33046
+ "ui-presence",
33047
+ "ui-progress-bar",
33048
+ "ui-progress-dots",
33049
+ "ui-pull-to-refresh",
33050
+ "ui-qr-scanner",
33051
+ "ui-quiz-block",
33052
+ "ui-radio",
33053
+ "ui-range-slider",
33054
+ "ui-reflection-block",
33055
+ "ui-relation-select",
33056
+ "ui-repeatable-form-section",
33057
+ "ui-reply-tree",
33058
+ "ui-rich-text-editor",
33059
+ "ui-runtime-debugger",
33060
+ "ui-scaled-diagram",
33061
+ "ui-search-input",
33062
+ "ui-section",
33063
+ "ui-section-header",
33064
+ "ui-segment-renderer",
33065
+ "ui-select",
33066
+ "ui-side-panel",
33067
+ "ui-sidebar",
33068
+ "ui-signature-pad",
33069
+ "ui-simple-grid",
33070
+ "ui-skeleton",
33071
+ "ui-social-proof",
33072
+ "ui-sortable-list",
33073
+ "ui-spacer",
33074
+ "ui-sparkline",
33075
+ "ui-spinner",
33076
+ "ui-split",
33077
+ "ui-split-pane",
33078
+ "ui-stack",
33079
+ "ui-star-rating",
33080
+ "ui-stat-card",
33081
+ "ui-stat-display",
33082
+ "ui-state-machine-view",
33083
+ "ui-status-dot",
33084
+ "ui-subagent-trace-panel",
33085
+ "ui-svg-branch",
33086
+ "ui-svg-connection",
33087
+ "ui-svg-flow",
33088
+ "ui-svg-grid",
33089
+ "ui-svg-lobe",
33090
+ "ui-svg-mesh",
33091
+ "ui-svg-morph",
33092
+ "ui-svg-node",
33093
+ "ui-svg-pulse",
33094
+ "ui-svg-ring",
33095
+ "ui-svg-shield",
33096
+ "ui-svg-stack",
33097
+ "ui-swipeable-row",
33098
+ "ui-switch",
33099
+ "ui-tabbed-container",
33100
+ "ui-table-view",
33101
+ "ui-tabs",
33102
+ "ui-tag-input",
33103
+ "ui-text-highlight",
33104
+ "ui-textarea",
33105
+ "ui-theme-toggle",
33106
+ "ui-time-slot-cell",
33107
+ "ui-timeline",
33108
+ "ui-toast-slot",
33109
+ "ui-tooltip",
33110
+ "ui-trait-frame",
33111
+ "ui-trend-indicator",
33112
+ "ui-typewriter-text",
33113
+ "ui-typography",
33114
+ "ui-upload-drop-zone",
33115
+ "ui-version-diff",
33116
+ "ui-violation-alert",
33117
+ "ui-vote-stack",
33118
+ "ui-vstack",
33119
+ "ui-wizard-container",
33120
+ "ui-wizard-navigation",
33121
+ "ui-wizard-progress"
33122
+ ],
33123
+ "connectableEvents": [
33124
+ "KEY",
33125
+ "SET_MODE",
33126
+ "MOTION",
33127
+ "OPERATE",
33128
+ "INSERT_TEXT",
33129
+ "EX_COMMAND"
33130
+ ],
33131
+ "eventPayloads": {},
33132
+ "exposure": "palette",
33133
+ "provenance": "generated",
33134
+ "traits": [
33135
+ {
33136
+ "name": "Modes",
33137
+ "orbital": "ModalEditorOrbital",
33138
+ "role": "reactor",
33139
+ "emittedEvents": [
33140
+ "SET_MODE",
33141
+ "MOTION",
33142
+ "OPERATE",
33143
+ "INSERT_TEXT",
33144
+ "EX_COMMAND"
33145
+ ],
33146
+ "listenedEvents": [],
33147
+ "overridableConfigKeys": [
33148
+ {
33149
+ "key": "appendKey",
33150
+ "type": "string",
33151
+ "default": "a",
33152
+ "label": "Enter INSERT after the caret",
33153
+ "description": "Key that nudges the caret one column right, then switches to INSERT.",
33154
+ "synonyms": "append, append mode",
33155
+ "tier": "presentation"
33156
+ },
33157
+ {
33158
+ "key": "commandKey",
33159
+ "type": "string",
33160
+ "default": ":",
33161
+ "label": "Enter COMMAND",
33162
+ "description": "Key that switches NORMAL to COMMAND and starts buffering an ex-command line.",
33163
+ "synonyms": "ex mode, command line, colon",
33164
+ "tier": "presentation"
33165
+ },
33166
+ {
33167
+ "key": "digits",
33168
+ "type": "Map<string,number>",
33169
+ "default": {
33170
+ "0": 0,
33171
+ "1": 1,
33172
+ "2": 2,
33173
+ "3": 3,
33174
+ "4": 4,
33175
+ "5": 5,
33176
+ "6": 6,
33177
+ "7": 7,
33178
+ "8": 8,
33179
+ "9": 9
33180
+ },
33181
+ "label": "Count digits",
33182
+ "description": "Digit keys accumulated into a repeat count before a motion or operator fires; each digit's integer value is a lookup because the language has no string-to-int operator.",
33183
+ "tier": "internal",
33184
+ "items": {
33185
+ "type": "number"
33186
+ }
33187
+ },
33188
+ {
33189
+ "key": "exCommands",
33190
+ "type": "Map<string,string>",
33191
+ "default": {
33192
+ "q": "close-tab",
33193
+ "w": "save",
33194
+ "wq": "save-close-tab"
33195
+ },
33196
+ "label": "Ex-commands",
33197
+ "description": "Buffered COMMAND-mode lines (typed after ':') mapped to a neutral command name carried on EX_COMMAND.",
33198
+ "synonyms": "ex commands, colon commands",
33199
+ "tier": "domain",
33200
+ "items": {
33201
+ "type": "string"
33202
+ }
33203
+ },
33204
+ {
33205
+ "key": "insertKey",
33206
+ "type": "string",
33207
+ "default": "i",
33208
+ "label": "Enter INSERT before the caret",
33209
+ "description": "Key that switches NORMAL to INSERT with the caret unchanged.",
33210
+ "synonyms": "insert mode, insert key",
33211
+ "tier": "presentation"
33212
+ },
33213
+ {
33214
+ "key": "keymap",
33215
+ "type": "Map<string,[string]>",
33216
+ "default": {
33217
+ "COMMAND": [
33218
+ "Escape",
33219
+ "Enter",
33220
+ "Backspace",
33221
+ "w",
33222
+ "q"
33223
+ ],
33224
+ "INSERT": [
33225
+ "Escape"
33226
+ ],
33227
+ "NORMAL": [
33228
+ "i",
33229
+ "a",
33230
+ "o",
33231
+ "v",
33232
+ ":",
33233
+ "d",
33234
+ "y",
33235
+ "c",
33236
+ "h",
33237
+ "j",
33238
+ "k",
33239
+ "l",
33240
+ "w",
33241
+ "b",
33242
+ "e",
33243
+ "0",
33244
+ "1",
33245
+ "2",
33246
+ "3",
33247
+ "4",
33248
+ "5",
33249
+ "6",
33250
+ "7",
33251
+ "8",
33252
+ "9",
33253
+ "$",
33254
+ "^",
33255
+ "G",
33256
+ "{",
33257
+ "}",
33258
+ "Escape"
33259
+ ],
33260
+ "OPERATOR_PENDING": [
33261
+ "Escape",
33262
+ "d",
33263
+ "y",
33264
+ "c",
33265
+ "h",
33266
+ "j",
33267
+ "k",
33268
+ "l",
33269
+ "w",
33270
+ "b",
33271
+ "e",
33272
+ "0",
33273
+ "$",
33274
+ "^",
33275
+ "G",
33276
+ "{",
33277
+ "}"
33278
+ ],
33279
+ "VISUAL": [
33280
+ "Escape",
33281
+ "d",
33282
+ "y",
33283
+ "c",
33284
+ "h",
33285
+ "j",
33286
+ "k",
33287
+ "l",
33288
+ "w",
33289
+ "b",
33290
+ "e",
33291
+ "0",
33292
+ "$",
33293
+ "^",
33294
+ "G",
33295
+ "{",
33296
+ "}"
33297
+ ]
33298
+ },
33299
+ "label": "Captured keys per mode",
33300
+ "description": "The declared key set the host's keyboard router reads synchronously to decide preventDefault, keyed by this trait's current state name. A key not listed reaches the underlying textarea untouched. Keep in sync with the other knobs.",
33301
+ "tier": "internal",
33302
+ "items": {
33303
+ "type": "array",
33304
+ "items": {
33305
+ "type": "string"
33306
+ }
33307
+ }
33308
+ },
33309
+ {
33310
+ "key": "motions",
33311
+ "type": "Map<string,string>",
33312
+ "default": {
33313
+ "0": "line-start",
33314
+ "$": "line-end",
33315
+ "G": "doc-end",
33316
+ "^": "first-nonblank",
33317
+ "b": "word-back",
33318
+ "e": "word-end",
33319
+ "h": "left",
33320
+ "j": "down",
33321
+ "k": "up",
33322
+ "l": "right",
33323
+ "w": "word-forward",
33324
+ "{": "paragraph-back",
33325
+ "}": "paragraph-forward"
33326
+ },
33327
+ "label": "Motion keys",
33328
+ "description": "Keys recognized in NORMAL, VISUAL and OPERATOR_PENDING, mapped to the closed motion vocabulary the editor surface understands.",
33329
+ "synonyms": "motions, movement, hjkl, word motion",
33330
+ "tier": "domain",
33331
+ "items": {
33332
+ "type": "string"
33333
+ }
33334
+ },
33335
+ {
33336
+ "key": "openLineKey",
33337
+ "type": "string",
33338
+ "default": "o",
33339
+ "label": "Open a line below and insert",
33340
+ "description": "Key that moves to line end, inserts a newline, then switches to INSERT.",
33341
+ "synonyms": "open line, new line below",
33342
+ "tier": "presentation"
33343
+ },
33344
+ {
33345
+ "key": "operators",
33346
+ "type": "Map<string,string>",
33347
+ "default": {
33348
+ "c": "change",
33349
+ "d": "delete",
33350
+ "y": "yank"
33351
+ },
33352
+ "label": "Operator keys",
33353
+ "description": "Keys that arm OPERATOR_PENDING, mapped to the operator name carried on OPERATE. Pressing the same key again operates on the whole line.",
33354
+ "synonyms": "operators, delete, yank, change",
33355
+ "tier": "domain",
33356
+ "items": {
33357
+ "type": "string"
33358
+ }
33359
+ },
33360
+ {
33361
+ "key": "visualKey",
33362
+ "type": "string",
33363
+ "default": "v",
33364
+ "label": "Enter VISUAL",
33365
+ "description": "Key that switches NORMAL to VISUAL; motions then extend the selection and an operator acts on it.",
33366
+ "synonyms": "visual mode, select mode",
33367
+ "tier": "presentation"
33368
+ }
33369
+ ],
33370
+ "capabilities": [],
33371
+ "ticks": [],
33372
+ "rendersUi": false,
33373
+ "category": "lifecycle",
33374
+ "entityRebindable": true,
33375
+ "linkedEntity": "EditorMode",
33376
+ "entityContract": {
33377
+ "requires": [],
33378
+ "provides": [
33379
+ "cmdline",
33380
+ "count",
33381
+ "editorId",
33382
+ "operator",
33383
+ "operatorKey"
33384
+ ]
33385
+ },
33386
+ "transitionEvents": [
33387
+ "INIT",
33388
+ "KEY"
33389
+ ],
33390
+ "events": [
33391
+ {
33392
+ "name": "SET_MODE",
33393
+ "direction": "emit",
33394
+ "description": "Mode + caret instruction for the editor surface (bar | block). Also the fact a realization reads to drive a mode indicator.",
33395
+ "tier": "primary"
33396
+ },
33397
+ {
33398
+ "name": "MOTION",
33399
+ "direction": "emit",
33400
+ "description": "Move the caret (or extend the selection in VISUAL) by a closed motion name, `count` times.",
33401
+ "tier": "primary"
33402
+ },
33403
+ {
33404
+ "name": "OPERATE",
33405
+ "direction": "emit",
33406
+ "description": "Apply a config-declared operator (delete | yank | change) over the range a motion describes; `line` for doubled operators, `selection` in VISUAL.",
33407
+ "tier": "primary"
33408
+ },
33409
+ {
33410
+ "name": "INSERT_TEXT",
33411
+ "direction": "emit",
33412
+ "description": "Insert literal text at the caret (e.g. the newline `o` opens before entering INSERT).",
33413
+ "tier": "secondary"
33414
+ },
33415
+ {
33416
+ "name": "EX_COMMAND",
33417
+ "direction": "emit",
33418
+ "description": "A buffered ':' line resolved through config.exCommands. `name` is a neutral config-declared string; a realization maps it onto its host's command vocabulary.",
33419
+ "tier": "secondary"
33420
+ },
33421
+ {
33422
+ "name": "INIT",
33423
+ "direction": "listen"
33424
+ },
33425
+ {
33426
+ "name": "KEY",
33427
+ "direction": "listen",
33428
+ "description": "One physical keydown, delivered by the host's keyboard router. The host decides preventDefault from config.keymap; this trait only reads key + editorId."
33429
+ }
33430
+ ],
33431
+ "definerKnobs": []
33432
+ }
33433
+ ],
33434
+ "factoryPath": "behaviors/functions/ui/core/atoms/std-modal-editor.ts",
33435
+ "roles": [
33436
+ "reactor"
33437
+ ],
33438
+ "sourceValid": true
33439
+ },
32764
33440
  "std-modal": {
32765
33441
  "name": "std-modal",
32766
33442
  "level": "atom",
@@ -32844,6 +33520,7 @@
32844
33520
  "std-integration-settings",
32845
33521
  "std-list",
32846
33522
  "std-mod-queue",
33523
+ "std-modal-editor",
32847
33524
  "std-multi-party-flow",
32848
33525
  "std-notification-panel",
32849
33526
  "std-pagination",
@@ -32904,6 +33581,7 @@
32904
33581
  "std-version-history",
32905
33582
  "std-vote",
32906
33583
  "std-wizard",
33584
+ "studio-canvas",
32907
33585
  "ui-accordion",
32908
33586
  "ui-activation-block",
32909
33587
  "ui-alert",
@@ -33451,6 +34129,7 @@
33451
34129
  "std-fx-particles",
33452
34130
  "std-fx-trail",
33453
34131
  "std-gallery",
34132
+ "std-game-design-sheet",
33454
34133
  "std-gate-lock",
33455
34134
  "std-gather",
33456
34135
  "std-gem-rush",
@@ -33472,6 +34151,7 @@
33472
34151
  "std-market-board-3d",
33473
34152
  "std-market-flow",
33474
34153
  "std-modal",
34154
+ "std-modal-editor",
33475
34155
  "std-motion-body",
33476
34156
  "std-notification-panel",
33477
34157
  "std-objective-board-3d",
@@ -34217,6 +34897,7 @@
34217
34897
  "std-list",
34218
34898
  "std-mod-queue",
34219
34899
  "std-modal",
34900
+ "std-modal-editor",
34220
34901
  "std-multi-party-flow",
34221
34902
  "std-pagination",
34222
34903
  "std-purchase-order",
@@ -34676,6 +35357,7 @@
34676
35357
  "std-integration-settings",
34677
35358
  "std-list",
34678
35359
  "std-modal",
35360
+ "std-modal-editor",
34679
35361
  "std-multi-party-flow",
34680
35362
  "std-notification-panel",
34681
35363
  "std-rating-review",
@@ -35132,6 +35814,7 @@
35132
35814
  "std-fx-particles",
35133
35815
  "std-fx-trail",
35134
35816
  "std-gallery",
35817
+ "std-game-design-sheet",
35135
35818
  "std-gate-lock",
35136
35819
  "std-gather",
35137
35820
  "std-gem-rush",
@@ -35153,6 +35836,7 @@
35153
35836
  "std-market-board-3d",
35154
35837
  "std-market-flow",
35155
35838
  "std-modal",
35839
+ "std-modal-editor",
35156
35840
  "std-motion-body",
35157
35841
  "std-multi-party-flow",
35158
35842
  "std-notification-panel",
@@ -36040,6 +36724,7 @@
36040
36724
  "std-matter",
36041
36725
  "std-menu",
36042
36726
  "std-modal",
36727
+ "std-modal-editor",
36043
36728
  "std-moderation-rule",
36044
36729
  "std-modifier-group",
36045
36730
  "std-multi-party-flow",
@@ -37247,6 +37932,7 @@
37247
37932
  "std-fx-particles",
37248
37933
  "std-fx-trail",
37249
37934
  "std-gallery",
37935
+ "std-game-design-sheet",
37250
37936
  "std-gate-lock",
37251
37937
  "std-gather",
37252
37938
  "std-gem-rush",
@@ -37268,6 +37954,7 @@
37268
37954
  "std-market-board-3d",
37269
37955
  "std-market-flow",
37270
37956
  "std-modal",
37957
+ "std-modal-editor",
37271
37958
  "std-motion-body",
37272
37959
  "std-multi-party-flow",
37273
37960
  "std-notification-panel",
@@ -37858,6 +38545,7 @@
37858
38545
  "std-list",
37859
38546
  "std-logic-fallacy",
37860
38547
  "std-modal",
38548
+ "std-modal-editor",
37861
38549
  "std-multi-party-flow",
37862
38550
  "std-notes",
37863
38551
  "std-notification-panel",
@@ -38340,6 +39028,7 @@
38340
39028
  "std-market-board-3d",
38341
39029
  "std-menu",
38342
39030
  "std-modal",
39031
+ "std-modal-editor",
38343
39032
  "std-modifier-group",
38344
39033
  "std-multi-party-flow",
38345
39034
  "std-notification-panel",
@@ -38404,6 +39093,7 @@
38404
39093
  "std-waitlist",
38405
39094
  "std-wizard",
38406
39095
  "std-work-order",
39096
+ "studio-canvas",
38407
39097
  "ui-accordion",
38408
39098
  "ui-activation-block",
38409
39099
  "ui-alert",
@@ -38836,6 +39526,7 @@
38836
39526
  "std-integration-settings",
38837
39527
  "std-list",
38838
39528
  "std-modal",
39529
+ "std-modal-editor",
38839
39530
  "std-multi-party-flow",
38840
39531
  "std-notification-panel",
38841
39532
  "std-pagination",
@@ -39266,6 +39957,7 @@
39266
39957
  "std-integration-settings",
39267
39958
  "std-list",
39268
39959
  "std-modal",
39960
+ "std-modal-editor",
39269
39961
  "std-multi-party-flow",
39270
39962
  "std-notification-panel",
39271
39963
  "std-pagination",
@@ -39672,6 +40364,7 @@
39672
40364
  "std-list",
39673
40365
  "std-logic-fallacy",
39674
40366
  "std-modal",
40367
+ "std-modal-editor",
39675
40368
  "std-multi-party-flow",
39676
40369
  "std-notification-panel",
39677
40370
  "std-pagination",
@@ -40232,6 +40925,7 @@
40232
40925
  "std-integration-settings",
40233
40926
  "std-list",
40234
40927
  "std-modal",
40928
+ "std-modal-editor",
40235
40929
  "std-multi-party-flow",
40236
40930
  "std-notification-panel",
40237
40931
  "std-pagination",
@@ -40674,6 +41368,7 @@
40674
41368
  "std-integration-settings",
40675
41369
  "std-list",
40676
41370
  "std-modal",
41371
+ "std-modal-editor",
40677
41372
  "std-multi-party-flow",
40678
41373
  "std-notification-panel",
40679
41374
  "std-pagination",
@@ -41725,6 +42420,7 @@
41725
42420
  "std-fx-particles",
41726
42421
  "std-fx-trail",
41727
42422
  "std-gallery",
42423
+ "std-game-design-sheet",
41728
42424
  "std-gate-lock",
41729
42425
  "std-gather",
41730
42426
  "std-gem-rush",
@@ -41751,6 +42447,7 @@
41751
42447
  "std-market-flow",
41752
42448
  "std-mod-queue",
41753
42449
  "std-modal",
42450
+ "std-modal-editor",
41754
42451
  "std-motion-body",
41755
42452
  "std-multi-party-flow",
41756
42453
  "std-notification-panel",
@@ -42462,6 +43159,7 @@
42462
43159
  "std-integration-settings",
42463
43160
  "std-list",
42464
43161
  "std-modal",
43162
+ "std-modal-editor",
42465
43163
  "std-multi-party-flow",
42466
43164
  "std-notification-panel",
42467
43165
  "std-pagination",
@@ -42965,6 +43663,7 @@
42965
43663
  "std-integration-settings",
42966
43664
  "std-list",
42967
43665
  "std-modal",
43666
+ "std-modal-editor",
42968
43667
  "std-multi-party-flow",
42969
43668
  "std-notification-panel",
42970
43669
  "std-pagination",
@@ -43464,6 +44163,7 @@
43464
44163
  "std-integration-settings",
43465
44164
  "std-list",
43466
44165
  "std-modal",
44166
+ "std-modal-editor",
43467
44167
  "std-multi-party-flow",
43468
44168
  "std-notification-panel",
43469
44169
  "std-pagination",
@@ -44013,6 +44713,7 @@
44013
44713
  "std-integration-settings",
44014
44714
  "std-list",
44015
44715
  "std-modal",
44716
+ "std-modal-editor",
44016
44717
  "std-multi-party-flow",
44017
44718
  "std-notification-panel",
44018
44719
  "std-pagination",
@@ -44741,6 +45442,7 @@
44741
45442
  "std-list",
44742
45443
  "std-logic-fallacy",
44743
45444
  "std-modal",
45445
+ "std-modal-editor",
44744
45446
  "std-multi-party-flow",
44745
45447
  "std-notification-panel",
44746
45448
  "std-pagination",
@@ -45392,6 +46094,7 @@
45392
46094
  "std-menu",
45393
46095
  "std-ml-similarity",
45394
46096
  "std-modal",
46097
+ "std-modal-editor",
45395
46098
  "std-moderation-rule",
45396
46099
  "std-modifier-group",
45397
46100
  "std-multi-party-flow",
@@ -45943,6 +46646,7 @@
45943
46646
  "std-integration-settings",
45944
46647
  "std-list",
45945
46648
  "std-modal",
46649
+ "std-modal-editor",
45946
46650
  "std-multi-party-flow",
45947
46651
  "std-notification-panel",
45948
46652
  "std-pagination",
@@ -46481,6 +47185,7 @@
46481
47185
  "std-fx-particles",
46482
47186
  "std-fx-trail",
46483
47187
  "std-gallery",
47188
+ "std-game-design-sheet",
46484
47189
  "std-gate-lock",
46485
47190
  "std-gather",
46486
47191
  "std-gem-rush",
@@ -46505,6 +47210,7 @@
46505
47210
  "std-market-board-3d",
46506
47211
  "std-market-flow",
46507
47212
  "std-modal",
47213
+ "std-modal-editor",
46508
47214
  "std-motion-body",
46509
47215
  "std-multi-party-flow",
46510
47216
  "std-notification-panel",
@@ -47092,6 +47798,7 @@
47092
47798
  "std-integration-settings",
47093
47799
  "std-list",
47094
47800
  "std-modal",
47801
+ "std-modal-editor",
47095
47802
  "std-multi-party-flow",
47096
47803
  "std-notification-panel",
47097
47804
  "std-pagination",
@@ -47456,6 +48163,7 @@
47456
48163
  "std-integration-settings",
47457
48164
  "std-list",
47458
48165
  "std-modal",
48166
+ "std-modal-editor",
47459
48167
  "std-multi-party-flow",
47460
48168
  "std-notification-panel",
47461
48169
  "std-pagination",
@@ -47891,6 +48599,7 @@
47891
48599
  "std-integration-settings",
47892
48600
  "std-list",
47893
48601
  "std-modal",
48602
+ "std-modal-editor",
47894
48603
  "std-multi-party-flow",
47895
48604
  "std-notification-panel",
47896
48605
  "std-pagination",
@@ -48312,6 +49021,7 @@
48312
49021
  "std-integration-settings",
48313
49022
  "std-list",
48314
49023
  "std-modal",
49024
+ "std-modal-editor",
48315
49025
  "std-multi-party-flow",
48316
49026
  "std-notification-panel",
48317
49027
  "std-pagination",
@@ -48786,6 +49496,7 @@
48786
49496
  "std-integration-settings",
48787
49497
  "std-list",
48788
49498
  "std-modal",
49499
+ "std-modal-editor",
48789
49500
  "std-multi-party-flow",
48790
49501
  "std-notification-panel",
48791
49502
  "std-pagination",
@@ -49299,6 +50010,7 @@
49299
50010
  "std-integration-settings",
49300
50011
  "std-list",
49301
50012
  "std-modal",
50013
+ "std-modal-editor",
49302
50014
  "std-multi-party-flow",
49303
50015
  "std-notification-panel",
49304
50016
  "std-pagination",
@@ -49944,6 +50656,7 @@
49944
50656
  "std-integration-settings",
49945
50657
  "std-list",
49946
50658
  "std-modal",
50659
+ "std-modal-editor",
49947
50660
  "std-multi-party-flow",
49948
50661
  "std-notification-panel",
49949
50662
  "std-pagination",
@@ -50497,6 +51210,7 @@
50497
51210
  "std-integration-settings",
50498
51211
  "std-list",
50499
51212
  "std-modal",
51213
+ "std-modal-editor",
50500
51214
  "std-multi-party-flow",
50501
51215
  "std-notification-panel",
50502
51216
  "std-pagination",
@@ -50961,6 +51675,7 @@
50961
51675
  "std-integration-settings",
50962
51676
  "std-list",
50963
51677
  "std-modal",
51678
+ "std-modal-editor",
50964
51679
  "std-multi-party-flow",
50965
51680
  "std-notification-panel",
50966
51681
  "std-pagination",
@@ -51382,6 +52097,7 @@
51382
52097
  "std-integration-settings",
51383
52098
  "std-list",
51384
52099
  "std-modal",
52100
+ "std-modal-editor",
51385
52101
  "std-multi-party-flow",
51386
52102
  "std-notification-panel",
51387
52103
  "std-pagination",
@@ -51779,6 +52495,7 @@
51779
52495
  "std-integration-settings",
51780
52496
  "std-list",
51781
52497
  "std-modal",
52498
+ "std-modal-editor",
51782
52499
  "std-multi-party-flow",
51783
52500
  "std-notification-panel",
51784
52501
  "std-pagination",
@@ -52418,6 +53135,7 @@
52418
53135
  "std-integration-settings",
52419
53136
  "std-list",
52420
53137
  "std-modal",
53138
+ "std-modal-editor",
52421
53139
  "std-multi-party-flow",
52422
53140
  "std-notification-panel",
52423
53141
  "std-pagination",
@@ -52798,6 +53516,7 @@
52798
53516
  "std-integration-settings",
52799
53517
  "std-list",
52800
53518
  "std-modal",
53519
+ "std-modal-editor",
52801
53520
  "std-multi-party-flow",
52802
53521
  "std-notification-panel",
52803
53522
  "std-pagination",
@@ -53192,6 +53911,7 @@
53192
53911
  "std-integration-settings",
53193
53912
  "std-list",
53194
53913
  "std-modal",
53914
+ "std-modal-editor",
53195
53915
  "std-multi-party-flow",
53196
53916
  "std-notification-panel",
53197
53917
  "std-pagination",
@@ -53555,6 +54275,7 @@
53555
54275
  "std-integration-settings",
53556
54276
  "std-list",
53557
54277
  "std-modal",
54278
+ "std-modal-editor",
53558
54279
  "std-multi-party-flow",
53559
54280
  "std-notification-panel",
53560
54281
  "std-pagination",
@@ -53947,6 +54668,7 @@
53947
54668
  "std-integration-settings",
53948
54669
  "std-list",
53949
54670
  "std-modal",
54671
+ "std-modal-editor",
53950
54672
  "std-multi-party-flow",
53951
54673
  "std-notification-panel",
53952
54674
  "std-pagination",
@@ -54406,6 +55128,7 @@
54406
55128
  "std-integration-settings",
54407
55129
  "std-list",
54408
55130
  "std-modal",
55131
+ "std-modal-editor",
54409
55132
  "std-multi-party-flow",
54410
55133
  "std-notification-panel",
54411
55134
  "std-pagination",
@@ -54799,6 +55522,7 @@
54799
55522
  "std-integration-settings",
54800
55523
  "std-list",
54801
55524
  "std-modal",
55525
+ "std-modal-editor",
54802
55526
  "std-multi-party-flow",
54803
55527
  "std-notification-panel",
54804
55528
  "std-pagination",
@@ -55272,6 +55996,7 @@
55272
55996
  "std-integration-settings",
55273
55997
  "std-list",
55274
55998
  "std-modal",
55999
+ "std-modal-editor",
55275
56000
  "std-multi-party-flow",
55276
56001
  "std-notification-panel",
55277
56002
  "std-pagination",
@@ -55770,6 +56495,7 @@
55770
56495
  "std-integration-settings",
55771
56496
  "std-list",
55772
56497
  "std-modal",
56498
+ "std-modal-editor",
55773
56499
  "std-multi-party-flow",
55774
56500
  "std-notification-panel",
55775
56501
  "std-pagination",
@@ -56193,6 +56919,7 @@
56193
56919
  "std-integration-settings",
56194
56920
  "std-list",
56195
56921
  "std-modal",
56922
+ "std-modal-editor",
56196
56923
  "std-multi-party-flow",
56197
56924
  "std-notification-panel",
56198
56925
  "std-pagination",
@@ -56604,6 +57331,7 @@
56604
57331
  "std-integration-settings",
56605
57332
  "std-list",
56606
57333
  "std-modal",
57334
+ "std-modal-editor",
56607
57335
  "std-multi-party-flow",
56608
57336
  "std-notification-panel",
56609
57337
  "std-pagination",
@@ -57144,6 +57872,7 @@
57144
57872
  "std-integration-settings",
57145
57873
  "std-list",
57146
57874
  "std-modal",
57875
+ "std-modal-editor",
57147
57876
  "std-multi-party-flow",
57148
57877
  "std-notification-panel",
57149
57878
  "std-pagination",
@@ -57521,6 +58250,7 @@
57521
58250
  "std-integration-settings",
57522
58251
  "std-list",
57523
58252
  "std-modal",
58253
+ "std-modal-editor",
57524
58254
  "std-multi-party-flow",
57525
58255
  "std-notification-panel",
57526
58256
  "std-pagination",
@@ -57939,6 +58669,7 @@
57939
58669
  "std-integration-settings",
57940
58670
  "std-list",
57941
58671
  "std-modal",
58672
+ "std-modal-editor",
57942
58673
  "std-multi-party-flow",
57943
58674
  "std-notification-panel",
57944
58675
  "std-pagination",
@@ -58332,6 +59063,7 @@
58332
59063
  "std-integration-settings",
58333
59064
  "std-list",
58334
59065
  "std-modal",
59066
+ "std-modal-editor",
58335
59067
  "std-multi-party-flow",
58336
59068
  "std-notification-panel",
58337
59069
  "std-pagination",
@@ -58703,6 +59435,7 @@
58703
59435
  "std-integration-settings",
58704
59436
  "std-list",
58705
59437
  "std-modal",
59438
+ "std-modal-editor",
58706
59439
  "std-multi-party-flow",
58707
59440
  "std-notification-panel",
58708
59441
  "std-pagination",
@@ -59168,6 +59901,7 @@
59168
59901
  "std-integration-settings",
59169
59902
  "std-list",
59170
59903
  "std-modal",
59904
+ "std-modal-editor",
59171
59905
  "std-multi-party-flow",
59172
59906
  "std-notification-panel",
59173
59907
  "std-pagination",
@@ -59607,6 +60341,7 @@
59607
60341
  "std-integration-settings",
59608
60342
  "std-list",
59609
60343
  "std-modal",
60344
+ "std-modal-editor",
59610
60345
  "std-multi-party-flow",
59611
60346
  "std-notification-panel",
59612
60347
  "std-pagination",
@@ -60091,6 +60826,7 @@
60091
60826
  "std-integration-settings",
60092
60827
  "std-list",
60093
60828
  "std-modal",
60829
+ "std-modal-editor",
60094
60830
  "std-multi-party-flow",
60095
60831
  "std-notification-panel",
60096
60832
  "std-pagination",
@@ -60483,6 +61219,7 @@
60483
61219
  "std-integration-settings",
60484
61220
  "std-list",
60485
61221
  "std-modal",
61222
+ "std-modal-editor",
60486
61223
  "std-multi-party-flow",
60487
61224
  "std-notification-panel",
60488
61225
  "std-pagination",
@@ -60997,6 +61734,7 @@
60997
61734
  "std-integration-settings",
60998
61735
  "std-list",
60999
61736
  "std-modal",
61737
+ "std-modal-editor",
61000
61738
  "std-multi-party-flow",
61001
61739
  "std-notification-panel",
61002
61740
  "std-pagination",
@@ -61382,6 +62120,7 @@
61382
62120
  "std-integration-settings",
61383
62121
  "std-list",
61384
62122
  "std-modal",
62123
+ "std-modal-editor",
61385
62124
  "std-multi-party-flow",
61386
62125
  "std-notification-panel",
61387
62126
  "std-pagination",
@@ -61801,6 +62540,7 @@
61801
62540
  "std-integration-settings",
61802
62541
  "std-list",
61803
62542
  "std-modal",
62543
+ "std-modal-editor",
61804
62544
  "std-multi-party-flow",
61805
62545
  "std-notification-panel",
61806
62546
  "std-pagination",
@@ -62178,6 +62918,7 @@
62178
62918
  "std-integration-settings",
62179
62919
  "std-list",
62180
62920
  "std-modal",
62921
+ "std-modal-editor",
62181
62922
  "std-multi-party-flow",
62182
62923
  "std-notification-panel",
62183
62924
  "std-pagination",
@@ -62686,6 +63427,7 @@
62686
63427
  "std-integration-settings",
62687
63428
  "std-list",
62688
63429
  "std-modal",
63430
+ "std-modal-editor",
62689
63431
  "std-multi-party-flow",
62690
63432
  "std-notification-panel",
62691
63433
  "std-pagination",
@@ -63086,6 +63828,7 @@
63086
63828
  "std-integration-settings",
63087
63829
  "std-list",
63088
63830
  "std-modal",
63831
+ "std-modal-editor",
63089
63832
  "std-multi-party-flow",
63090
63833
  "std-notification-panel",
63091
63834
  "std-pagination",
@@ -63527,6 +64270,7 @@
63527
64270
  "std-integration-settings",
63528
64271
  "std-list",
63529
64272
  "std-modal",
64273
+ "std-modal-editor",
63530
64274
  "std-multi-party-flow",
63531
64275
  "std-notification-panel",
63532
64276
  "std-pagination",
@@ -63976,6 +64720,7 @@
63976
64720
  "std-integration-settings",
63977
64721
  "std-list",
63978
64722
  "std-modal",
64723
+ "std-modal-editor",
63979
64724
  "std-multi-party-flow",
63980
64725
  "std-notification-panel",
63981
64726
  "std-pagination",
@@ -64402,6 +65147,7 @@
64402
65147
  "std-integration-settings",
64403
65148
  "std-list",
64404
65149
  "std-modal",
65150
+ "std-modal-editor",
64405
65151
  "std-multi-party-flow",
64406
65152
  "std-notification-panel",
64407
65153
  "std-pagination",
@@ -64857,6 +65603,7 @@
64857
65603
  "std-integration-settings",
64858
65604
  "std-list",
64859
65605
  "std-modal",
65606
+ "std-modal-editor",
64860
65607
  "std-multi-party-flow",
64861
65608
  "std-notification-panel",
64862
65609
  "std-pagination",
@@ -65301,6 +66048,7 @@
65301
66048
  "std-integration-settings",
65302
66049
  "std-list",
65303
66050
  "std-modal",
66051
+ "std-modal-editor",
65304
66052
  "std-multi-party-flow",
65305
66053
  "std-notification-panel",
65306
66054
  "std-pagination",
@@ -65737,6 +66485,7 @@
65737
66485
  "std-integration-settings",
65738
66486
  "std-list",
65739
66487
  "std-modal",
66488
+ "std-modal-editor",
65740
66489
  "std-multi-party-flow",
65741
66490
  "std-notification-panel",
65742
66491
  "std-pagination",
@@ -66170,6 +66919,7 @@
66170
66919
  "std-integration-settings",
66171
66920
  "std-list",
66172
66921
  "std-modal",
66922
+ "std-modal-editor",
66173
66923
  "std-multi-party-flow",
66174
66924
  "std-notification-panel",
66175
66925
  "std-pagination",
@@ -66610,6 +67360,7 @@
66610
67360
  "std-integration-settings",
66611
67361
  "std-list",
66612
67362
  "std-modal",
67363
+ "std-modal-editor",
66613
67364
  "std-multi-party-flow",
66614
67365
  "std-notification-panel",
66615
67366
  "std-pagination",
@@ -67046,6 +67797,7 @@
67046
67797
  "std-integration-settings",
67047
67798
  "std-list",
67048
67799
  "std-modal",
67800
+ "std-modal-editor",
67049
67801
  "std-multi-party-flow",
67050
67802
  "std-notification-panel",
67051
67803
  "std-pagination",
@@ -67494,6 +68246,7 @@
67494
68246
  "std-integration-settings",
67495
68247
  "std-list",
67496
68248
  "std-modal",
68249
+ "std-modal-editor",
67497
68250
  "std-multi-party-flow",
67498
68251
  "std-notification-panel",
67499
68252
  "std-pagination",
@@ -67927,6 +68680,7 @@
67927
68680
  "std-integration-settings",
67928
68681
  "std-list",
67929
68682
  "std-modal",
68683
+ "std-modal-editor",
67930
68684
  "std-multi-party-flow",
67931
68685
  "std-notification-panel",
67932
68686
  "std-pagination",
@@ -68377,6 +69131,7 @@
68377
69131
  "std-integration-settings",
68378
69132
  "std-list",
68379
69133
  "std-modal",
69134
+ "std-modal-editor",
68380
69135
  "std-multi-party-flow",
68381
69136
  "std-notification-panel",
68382
69137
  "std-pagination",
@@ -68798,6 +69553,7 @@
68798
69553
  "std-integration-settings",
68799
69554
  "std-list",
68800
69555
  "std-modal",
69556
+ "std-modal-editor",
68801
69557
  "std-multi-party-flow",
68802
69558
  "std-notification-panel",
68803
69559
  "std-pagination",
@@ -69285,6 +70041,7 @@
69285
70041
  "std-integration-settings",
69286
70042
  "std-list",
69287
70043
  "std-modal",
70044
+ "std-modal-editor",
69288
70045
  "std-multi-party-flow",
69289
70046
  "std-notification-panel",
69290
70047
  "std-pagination",
@@ -69700,6 +70457,7 @@
69700
70457
  "std-integration-settings",
69701
70458
  "std-list",
69702
70459
  "std-modal",
70460
+ "std-modal-editor",
69703
70461
  "std-multi-party-flow",
69704
70462
  "std-notification-panel",
69705
70463
  "std-pagination",
@@ -70082,6 +70840,7 @@
70082
70840
  "std-integration-settings",
70083
70841
  "std-list",
70084
70842
  "std-modal",
70843
+ "std-modal-editor",
70085
70844
  "std-multi-party-flow",
70086
70845
  "std-notification-panel",
70087
70846
  "std-pagination",
@@ -70487,6 +71246,7 @@
70487
71246
  "std-integration-settings",
70488
71247
  "std-list",
70489
71248
  "std-modal",
71249
+ "std-modal-editor",
70490
71250
  "std-multi-party-flow",
70491
71251
  "std-notification-panel",
70492
71252
  "std-pagination",
@@ -70851,6 +71611,7 @@
70851
71611
  "std-integration-settings",
70852
71612
  "std-list",
70853
71613
  "std-modal",
71614
+ "std-modal-editor",
70854
71615
  "std-multi-party-flow",
70855
71616
  "std-notification-panel",
70856
71617
  "std-pagination",
@@ -71263,6 +72024,7 @@
71263
72024
  "std-integration-settings",
71264
72025
  "std-list",
71265
72026
  "std-modal",
72027
+ "std-modal-editor",
71266
72028
  "std-multi-party-flow",
71267
72029
  "std-notification-panel",
71268
72030
  "std-pagination",
@@ -71663,6 +72425,7 @@
71663
72425
  "std-integration-settings",
71664
72426
  "std-list",
71665
72427
  "std-modal",
72428
+ "std-modal-editor",
71666
72429
  "std-multi-party-flow",
71667
72430
  "std-notification-panel",
71668
72431
  "std-pagination",
@@ -72181,6 +72944,7 @@
72181
72944
  "std-integration-settings",
72182
72945
  "std-list",
72183
72946
  "std-modal",
72947
+ "std-modal-editor",
72184
72948
  "std-multi-party-flow",
72185
72949
  "std-notification-panel",
72186
72950
  "std-pagination",
@@ -72681,6 +73445,7 @@
72681
73445
  "std-integration-settings",
72682
73446
  "std-list",
72683
73447
  "std-modal",
73448
+ "std-modal-editor",
72684
73449
  "std-multi-party-flow",
72685
73450
  "std-notification-panel",
72686
73451
  "std-pagination",
@@ -73090,6 +73855,7 @@
73090
73855
  "std-integration-settings",
73091
73856
  "std-list",
73092
73857
  "std-modal",
73858
+ "std-modal-editor",
73093
73859
  "std-multi-party-flow",
73094
73860
  "std-notification-panel",
73095
73861
  "std-pagination",
@@ -73585,6 +74351,7 @@
73585
74351
  "std-integration-settings",
73586
74352
  "std-list",
73587
74353
  "std-modal",
74354
+ "std-modal-editor",
73588
74355
  "std-multi-party-flow",
73589
74356
  "std-notification-panel",
73590
74357
  "std-pagination",
@@ -73964,6 +74731,7 @@
73964
74731
  "std-integration-settings",
73965
74732
  "std-list",
73966
74733
  "std-modal",
74734
+ "std-modal-editor",
73967
74735
  "std-multi-party-flow",
73968
74736
  "std-notification-panel",
73969
74737
  "std-pagination",
@@ -74415,6 +75183,7 @@
74415
75183
  "std-integration-settings",
74416
75184
  "std-list",
74417
75185
  "std-modal",
75186
+ "std-modal-editor",
74418
75187
  "std-multi-party-flow",
74419
75188
  "std-notification-panel",
74420
75189
  "std-pagination",
@@ -74825,6 +75594,7 @@
74825
75594
  "std-integration-settings",
74826
75595
  "std-list",
74827
75596
  "std-modal",
75597
+ "std-modal-editor",
74828
75598
  "std-multi-party-flow",
74829
75599
  "std-notification-panel",
74830
75600
  "std-pagination",
@@ -75324,6 +76094,7 @@
75324
76094
  "std-integration-settings",
75325
76095
  "std-list",
75326
76096
  "std-modal",
76097
+ "std-modal-editor",
75327
76098
  "std-multi-party-flow",
75328
76099
  "std-notification-panel",
75329
76100
  "std-pagination",
@@ -75785,6 +76556,7 @@
75785
76556
  "std-integration-settings",
75786
76557
  "std-list",
75787
76558
  "std-modal",
76559
+ "std-modal-editor",
75788
76560
  "std-multi-party-flow",
75789
76561
  "std-notification-panel",
75790
76562
  "std-pagination",
@@ -76329,6 +77101,7 @@
76329
77101
  "std-integration-settings",
76330
77102
  "std-list",
76331
77103
  "std-modal",
77104
+ "std-modal-editor",
76332
77105
  "std-multi-party-flow",
76333
77106
  "std-notification-panel",
76334
77107
  "std-pagination",
@@ -76760,6 +77533,7 @@
76760
77533
  "std-integration-settings",
76761
77534
  "std-list",
76762
77535
  "std-modal",
77536
+ "std-modal-editor",
76763
77537
  "std-multi-party-flow",
76764
77538
  "std-notification-panel",
76765
77539
  "std-pagination",
@@ -77160,6 +77934,7 @@
77160
77934
  "std-integration-settings",
77161
77935
  "std-list",
77162
77936
  "std-modal",
77937
+ "std-modal-editor",
77163
77938
  "std-multi-party-flow",
77164
77939
  "std-notification-panel",
77165
77940
  "std-pagination",
@@ -77767,8 +78542,8 @@
77767
78542
  "statePattern": "idle",
77768
78543
  "complexity": {
77769
78544
  "states": 1,
77770
- "events": 3,
77771
- "transitions": 2
78545
+ "events": 11,
78546
+ "transitions": 8
77772
78547
  },
77773
78548
  "defaultEntity": {
77774
78549
  "name": "CodeBlockItem",
@@ -77782,6 +78557,10 @@
77782
78557
  {
77783
78558
  "name": "code",
77784
78559
  "type": "string"
78560
+ },
78561
+ {
78562
+ "name": "editorId",
78563
+ "type": "string"
77785
78564
  }
77786
78565
  ]
77787
78566
  },
@@ -77817,6 +78596,7 @@
77817
78596
  "std-integration-settings",
77818
78597
  "std-list",
77819
78598
  "std-modal",
78599
+ "std-modal-editor",
77820
78600
  "std-multi-party-flow",
77821
78601
  "std-notification-panel",
77822
78602
  "std-pagination",
@@ -77873,6 +78653,7 @@
77873
78653
  "std-version-history",
77874
78654
  "std-vote",
77875
78655
  "std-wizard",
78656
+ "studio-shell",
77876
78657
  "ui-accordion",
77877
78658
  "ui-activation-block",
77878
78659
  "ui-alert",
@@ -78070,7 +78851,15 @@
78070
78851
  ],
78071
78852
  "connectableEvents": [
78072
78853
  "CHANGE",
78073
- "@config.onChange"
78854
+ "EDITOR_FOCUS",
78855
+ "EDITOR_BLUR",
78856
+ "MOTION",
78857
+ "OPERATE",
78858
+ "INSERT_TEXT",
78859
+ "SET_MODE",
78860
+ "@config.onChange",
78861
+ "@config.onEditorFocus",
78862
+ "@config.onEditorBlur"
78074
78863
  ],
78075
78864
  "eventPayloads": {},
78076
78865
  "exposure": "palette",
@@ -78081,7 +78870,9 @@
78081
78870
  "orbital": "CodeBlockOrbital",
78082
78871
  "role": "renderer",
78083
78872
  "emittedEvents": [
78084
- "CHANGE"
78873
+ "CHANGE",
78874
+ "EDITOR_FOCUS",
78875
+ "EDITOR_BLUR"
78085
78876
  ],
78086
78877
  "listenedEvents": [],
78087
78878
  "overridableConfigKeys": [
@@ -78184,6 +78975,13 @@
78184
78975
  "description": "When true, render an editable surface that composes a transparent `Textarea` over a Prism-highlighted overlay. The overlay re-tokenizes on each keystroke (driven from a local mirror of the textarea value), so users see syntax-highlighted code while still being able to type. Folding is skipped in editable mode. History: GAP-51 first-cut shipped plain (no-highlighting) editable text; GAP-77 (2026-04-12) added the Prism overlay layer. Default: false (existing read-only behavior unchanged).",
78185
78976
  "tier": "presentation"
78186
78977
  },
78978
+ {
78979
+ "key": "editorId",
78980
+ "type": "string",
78981
+ "label": "Editor Id",
78982
+ "description": "Stable identity for the keyboard router / plugin host to target this editor. Unset = this instance never receives capability events.",
78983
+ "tier": "presentation"
78984
+ },
78187
78985
  {
78188
78986
  "key": "error",
78189
78987
  "type": "CodeBlockError",
@@ -78366,6 +79164,52 @@
78366
79164
  "diff"
78367
79165
  ]
78368
79166
  },
79167
+ {
79168
+ "key": "motions",
79169
+ "type": "[string]",
79170
+ "default": [
79171
+ "left",
79172
+ "right",
79173
+ "up",
79174
+ "down",
79175
+ "word-forward",
79176
+ "word-back",
79177
+ "word-end",
79178
+ "line-start",
79179
+ "line-end",
79180
+ "first-nonblank",
79181
+ "doc-start",
79182
+ "doc-end",
79183
+ "paragraph-forward",
79184
+ "paragraph-back",
79185
+ "line",
79186
+ "selection"
79187
+ ],
79188
+ "label": "Motions",
79189
+ "description": "Motion vocabulary this editor accepts. Default: the full `EditorMotion` set.",
79190
+ "tier": "presentation",
79191
+ "items": {
79192
+ "type": "string",
79193
+ "values": [
79194
+ "left",
79195
+ "right",
79196
+ "up",
79197
+ "down",
79198
+ "word-forward",
79199
+ "word-back",
79200
+ "word-end",
79201
+ "line-start",
79202
+ "line-end",
79203
+ "first-nonblank",
79204
+ "doc-start",
79205
+ "doc-end",
79206
+ "paragraph-forward",
79207
+ "paragraph-back",
79208
+ "line",
79209
+ "selection"
79210
+ ]
79211
+ }
79212
+ },
78369
79213
  {
78370
79214
  "key": "newValue",
78371
79215
  "type": "string",
@@ -78388,6 +79232,74 @@
78388
79232
  "description": "GAP-51: called with the new code on every keystroke when `editable === true`. Consumers should debounce + parse downstream — `CodeBlock` does not.",
78389
79233
  "tier": "presentation"
78390
79234
  },
79235
+ {
79236
+ "key": "onEditorBlur",
79237
+ "type": "event",
79238
+ "default": "EDITOR_BLUR",
79239
+ "label": "On Editor Blur",
79240
+ "description": "Declarative bus emit fired when this editor loses focus.",
79241
+ "tier": "presentation"
79242
+ },
79243
+ {
79244
+ "key": "onEditorFocus",
79245
+ "type": "event",
79246
+ "default": "EDITOR_FOCUS",
79247
+ "label": "On Editor Focus",
79248
+ "description": "Declarative bus emit fired when this editor gains focus.",
79249
+ "tier": "presentation"
79250
+ },
79251
+ {
79252
+ "key": "onInsertText",
79253
+ "type": "event",
79254
+ "default": "INSERT_TEXT",
79255
+ "label": "On Insert Text",
79256
+ "description": "Declarative bus listen: insert literal text at the cursor.",
79257
+ "tier": "presentation"
79258
+ },
79259
+ {
79260
+ "key": "onMotion",
79261
+ "type": "event",
79262
+ "default": "MOTION",
79263
+ "label": "On Motion",
79264
+ "description": "Declarative bus listen: move the cursor per the vim-style motion vocabulary.",
79265
+ "tier": "presentation"
79266
+ },
79267
+ {
79268
+ "key": "onOperate",
79269
+ "type": "event",
79270
+ "default": "OPERATE",
79271
+ "label": "On Operate",
79272
+ "description": "Declarative bus listen: apply a text operator over a motion's range.",
79273
+ "tier": "presentation"
79274
+ },
79275
+ {
79276
+ "key": "onSetMode",
79277
+ "type": "event",
79278
+ "default": "SET_MODE",
79279
+ "label": "On Set Mode",
79280
+ "description": "Declarative bus listen: switch editor mode and caret style.",
79281
+ "tier": "presentation"
79282
+ },
79283
+ {
79284
+ "key": "operators",
79285
+ "type": "[string]",
79286
+ "default": [
79287
+ "delete",
79288
+ "yank",
79289
+ "change"
79290
+ ],
79291
+ "label": "Operators",
79292
+ "description": "Operator vocabulary this editor accepts. Default: the full `EditorOperator` set.",
79293
+ "tier": "presentation",
79294
+ "items": {
79295
+ "type": "string",
79296
+ "values": [
79297
+ "delete",
79298
+ "yank",
79299
+ "change"
79300
+ ]
79301
+ }
79302
+ },
78391
79303
  {
78392
79304
  "key": "showCopy",
78393
79305
  "type": "boolean",
@@ -78444,12 +79356,19 @@
78444
79356
  "entityContract": {
78445
79357
  "requires": [],
78446
79358
  "provides": [
78447
- "code"
79359
+ "code",
79360
+ "editorId"
78448
79361
  ]
78449
79362
  },
78450
79363
  "transitionEvents": [
78451
79364
  "CHANGE",
78452
- "INIT"
79365
+ "EDITOR_BLUR",
79366
+ "EDITOR_FOCUS",
79367
+ "INIT",
79368
+ "INSERT_TEXT",
79369
+ "MOTION",
79370
+ "OPERATE",
79371
+ "SET_MODE"
78453
79372
  ],
78454
79373
  "events": [
78455
79374
  {
@@ -78458,13 +79377,43 @@
78458
79377
  "description": "GAP-51: called with the new code on every keystroke when `editable === true`. Consumers should debounce + parse downstream — `CodeBlock` does not.",
78459
79378
  "tier": "essential"
78460
79379
  },
79380
+ {
79381
+ "name": "EDITOR_FOCUS",
79382
+ "direction": "emit",
79383
+ "description": "Declarative bus emit fired when this editor gains focus.",
79384
+ "tier": "essential"
79385
+ },
79386
+ {
79387
+ "name": "EDITOR_BLUR",
79388
+ "direction": "emit",
79389
+ "description": "Declarative bus emit fired when this editor loses focus.",
79390
+ "tier": "essential"
79391
+ },
78461
79392
  {
78462
79393
  "name": "INIT",
78463
79394
  "direction": "listen"
79395
+ },
79396
+ {
79397
+ "name": "MOTION",
79398
+ "direction": "listen"
79399
+ },
79400
+ {
79401
+ "name": "OPERATE",
79402
+ "direction": "listen"
79403
+ },
79404
+ {
79405
+ "name": "INSERT_TEXT",
79406
+ "direction": "listen"
79407
+ },
79408
+ {
79409
+ "name": "SET_MODE",
79410
+ "direction": "listen"
78464
79411
  }
78465
79412
  ],
78466
79413
  "definerKnobs": [
78467
- "onChange"
79414
+ "onChange",
79415
+ "onEditorBlur",
79416
+ "onEditorFocus"
78468
79417
  ]
78469
79418
  }
78470
79419
  ],
@@ -78536,6 +79485,7 @@
78536
79485
  "std-integration-settings",
78537
79486
  "std-list",
78538
79487
  "std-modal",
79488
+ "std-modal-editor",
78539
79489
  "std-multi-party-flow",
78540
79490
  "std-notification-panel",
78541
79491
  "std-pagination",
@@ -79062,6 +80012,7 @@
79062
80012
  "std-list",
79063
80013
  "std-mod-queue",
79064
80014
  "std-modal",
80015
+ "std-modal-editor",
79065
80016
  "std-multi-party-flow",
79066
80017
  "std-notification-panel",
79067
80018
  "std-pagination",
@@ -79594,6 +80545,7 @@
79594
80545
  "std-integration-settings",
79595
80546
  "std-list",
79596
80547
  "std-modal",
80548
+ "std-modal-editor",
79597
80549
  "std-multi-party-flow",
79598
80550
  "std-notification-panel",
79599
80551
  "std-pagination",
@@ -79958,6 +80910,7 @@
79958
80910
  "std-integration-settings",
79959
80911
  "std-list",
79960
80912
  "std-modal",
80913
+ "std-modal-editor",
79961
80914
  "std-multi-party-flow",
79962
80915
  "std-notification-panel",
79963
80916
  "std-pagination",
@@ -80378,6 +81331,7 @@
80378
81331
  "std-integration-settings",
80379
81332
  "std-list",
80380
81333
  "std-modal",
81334
+ "std-modal-editor",
80381
81335
  "std-multi-party-flow",
80382
81336
  "std-notification-panel",
80383
81337
  "std-pagination",
@@ -80889,6 +81843,7 @@
80889
81843
  "std-ledger-entry-form",
80890
81844
  "std-list",
80891
81845
  "std-modal",
81846
+ "std-modal-editor",
80892
81847
  "std-multi-party-flow",
80893
81848
  "std-notification-panel",
80894
81849
  "std-pagination",
@@ -81672,6 +82627,7 @@
81672
82627
  "std-ledger-entry-form",
81673
82628
  "std-list",
81674
82629
  "std-modal",
82630
+ "std-modal-editor",
81675
82631
  "std-multi-party-flow",
81676
82632
  "std-notification-panel",
81677
82633
  "std-pagination",
@@ -82602,6 +83558,7 @@
82602
83558
  "std-integration-settings",
82603
83559
  "std-list",
82604
83560
  "std-modal",
83561
+ "std-modal-editor",
82605
83562
  "std-multi-party-flow",
82606
83563
  "std-notification-panel",
82607
83564
  "std-pagination",
@@ -83055,6 +84012,7 @@
83055
84012
  "std-integration-settings",
83056
84013
  "std-list",
83057
84014
  "std-modal",
84015
+ "std-modal-editor",
83058
84016
  "std-multi-party-flow",
83059
84017
  "std-notification-panel",
83060
84018
  "std-pagination",
@@ -83465,6 +84423,7 @@
83465
84423
  "std-integration-settings",
83466
84424
  "std-list",
83467
84425
  "std-modal",
84426
+ "std-modal-editor",
83468
84427
  "std-multi-party-flow",
83469
84428
  "std-notification-panel",
83470
84429
  "std-pagination",
@@ -83853,6 +84812,7 @@
83853
84812
  "std-integration-settings",
83854
84813
  "std-list",
83855
84814
  "std-modal",
84815
+ "std-modal-editor",
83856
84816
  "std-multi-party-flow",
83857
84817
  "std-notification-panel",
83858
84818
  "std-pagination",
@@ -84257,6 +85217,7 @@
84257
85217
  "std-integration-settings",
84258
85218
  "std-list",
84259
85219
  "std-modal",
85220
+ "std-modal-editor",
84260
85221
  "std-multi-party-flow",
84261
85222
  "std-notification-panel",
84262
85223
  "std-pagination",
@@ -84620,6 +85581,7 @@
84620
85581
  "std-integration-settings",
84621
85582
  "std-list",
84622
85583
  "std-modal",
85584
+ "std-modal-editor",
84623
85585
  "std-multi-party-flow",
84624
85586
  "std-notification-panel",
84625
85587
  "std-pagination",
@@ -85028,6 +85990,7 @@
85028
85990
  "std-integration-settings",
85029
85991
  "std-list",
85030
85992
  "std-modal",
85993
+ "std-modal-editor",
85031
85994
  "std-multi-party-flow",
85032
85995
  "std-notification-panel",
85033
85996
  "std-pagination",
@@ -85430,6 +86393,7 @@
85430
86393
  "std-integration-settings",
85431
86394
  "std-list",
85432
86395
  "std-modal",
86396
+ "std-modal-editor",
85433
86397
  "std-multi-party-flow",
85434
86398
  "std-notification-panel",
85435
86399
  "std-pagination",
@@ -85932,6 +86896,7 @@
85932
86896
  "std-integration-settings",
85933
86897
  "std-list",
85934
86898
  "std-modal",
86899
+ "std-modal-editor",
85935
86900
  "std-multi-party-flow",
85936
86901
  "std-notification-panel",
85937
86902
  "std-pagination",
@@ -86484,6 +87449,7 @@
86484
87449
  "std-integration-settings",
86485
87450
  "std-list",
86486
87451
  "std-modal",
87452
+ "std-modal-editor",
86487
87453
  "std-multi-party-flow",
86488
87454
  "std-notification-panel",
86489
87455
  "std-pagination",
@@ -87041,6 +88007,7 @@
87041
88007
  "std-list",
87042
88008
  "std-mod-queue",
87043
88009
  "std-modal",
88010
+ "std-modal-editor",
87044
88011
  "std-multi-party-flow",
87045
88012
  "std-notification-panel",
87046
88013
  "std-pagination",
@@ -87513,6 +88480,7 @@
87513
88480
  "std-integration-settings",
87514
88481
  "std-list",
87515
88482
  "std-modal",
88483
+ "std-modal-editor",
87516
88484
  "std-multi-party-flow",
87517
88485
  "std-notification-panel",
87518
88486
  "std-pagination",
@@ -87927,6 +88895,7 @@
87927
88895
  "std-integration-settings",
87928
88896
  "std-list",
87929
88897
  "std-modal",
88898
+ "std-modal-editor",
87930
88899
  "std-multi-party-flow",
87931
88900
  "std-notification-panel",
87932
88901
  "std-pagination",
@@ -88330,6 +89299,7 @@
88330
89299
  "std-integration-settings",
88331
89300
  "std-list",
88332
89301
  "std-modal",
89302
+ "std-modal-editor",
88333
89303
  "std-multi-party-flow",
88334
89304
  "std-notification-panel",
88335
89305
  "std-pagination",
@@ -88786,6 +89756,7 @@
88786
89756
  "std-integration-settings",
88787
89757
  "std-list",
88788
89758
  "std-modal",
89759
+ "std-modal-editor",
88789
89760
  "std-multi-party-flow",
88790
89761
  "std-notification-panel",
88791
89762
  "std-pagination",
@@ -89149,6 +90120,7 @@
89149
90120
  "std-integration-settings",
89150
90121
  "std-list",
89151
90122
  "std-modal",
90123
+ "std-modal-editor",
89152
90124
  "std-multi-party-flow",
89153
90125
  "std-notification-panel",
89154
90126
  "std-pagination",
@@ -89554,6 +90526,7 @@
89554
90526
  "std-integration-settings",
89555
90527
  "std-list",
89556
90528
  "std-modal",
90529
+ "std-modal-editor",
89557
90530
  "std-multi-party-flow",
89558
90531
  "std-notification-panel",
89559
90532
  "std-pagination",
@@ -90016,6 +90989,7 @@
90016
90989
  "std-integration-settings",
90017
90990
  "std-list",
90018
90991
  "std-modal",
90992
+ "std-modal-editor",
90019
90993
  "std-multi-party-flow",
90020
90994
  "std-notification-panel",
90021
90995
  "std-pagination",
@@ -90554,6 +91528,7 @@
90554
91528
  "std-integration-settings",
90555
91529
  "std-list",
90556
91530
  "std-modal",
91531
+ "std-modal-editor",
90557
91532
  "std-multi-party-flow",
90558
91533
  "std-notification-panel",
90559
91534
  "std-pagination",
@@ -91145,6 +92120,7 @@
91145
92120
  "std-integration-settings",
91146
92121
  "std-list",
91147
92122
  "std-modal",
92123
+ "std-modal-editor",
91148
92124
  "std-multi-party-flow",
91149
92125
  "std-notification-panel",
91150
92126
  "std-pagination",
@@ -91612,6 +92588,7 @@
91612
92588
  "std-integration-settings",
91613
92589
  "std-list",
91614
92590
  "std-modal",
92591
+ "std-modal-editor",
91615
92592
  "std-multi-party-flow",
91616
92593
  "std-notification-panel",
91617
92594
  "std-pagination",
@@ -92021,6 +92998,7 @@
92021
92998
  "std-integration-settings",
92022
92999
  "std-list",
92023
93000
  "std-modal",
93001
+ "std-modal-editor",
92024
93002
  "std-multi-party-flow",
92025
93003
  "std-notification-panel",
92026
93004
  "std-pagination",
@@ -92505,6 +93483,7 @@
92505
93483
  "std-integration-settings",
92506
93484
  "std-list",
92507
93485
  "std-modal",
93486
+ "std-modal-editor",
92508
93487
  "std-multi-party-flow",
92509
93488
  "std-notification-panel",
92510
93489
  "std-pagination",
@@ -92961,6 +93940,7 @@
92961
93940
  "std-integration-settings",
92962
93941
  "std-list",
92963
93942
  "std-modal",
93943
+ "std-modal-editor",
92964
93944
  "std-multi-party-flow",
92965
93945
  "std-notification-panel",
92966
93946
  "std-pagination",
@@ -93514,6 +94494,7 @@
93514
94494
  "std-integration-settings",
93515
94495
  "std-list",
93516
94496
  "std-modal",
94497
+ "std-modal-editor",
93517
94498
  "std-multi-party-flow",
93518
94499
  "std-notification-panel",
93519
94500
  "std-pagination",
@@ -93906,6 +94887,7 @@
93906
94887
  "std-integration-settings",
93907
94888
  "std-list",
93908
94889
  "std-modal",
94890
+ "std-modal-editor",
93909
94891
  "std-multi-party-flow",
93910
94892
  "std-notification-panel",
93911
94893
  "std-pagination",
@@ -94383,6 +95365,7 @@
94383
95365
  "std-integration-settings",
94384
95366
  "std-list",
94385
95367
  "std-modal",
95368
+ "std-modal-editor",
94386
95369
  "std-multi-party-flow",
94387
95370
  "std-notification-panel",
94388
95371
  "std-pagination",
@@ -94827,6 +95810,7 @@
94827
95810
  "std-integration-settings",
94828
95811
  "std-list",
94829
95812
  "std-modal",
95813
+ "std-modal-editor",
94830
95814
  "std-multi-party-flow",
94831
95815
  "std-notification-panel",
94832
95816
  "std-pagination",
@@ -95324,6 +96308,7 @@
95324
96308
  "std-integration-settings",
95325
96309
  "std-list",
95326
96310
  "std-modal",
96311
+ "std-modal-editor",
95327
96312
  "std-multi-party-flow",
95328
96313
  "std-notification-panel",
95329
96314
  "std-pagination",
@@ -95687,6 +96672,7 @@
95687
96672
  "std-integration-settings",
95688
96673
  "std-list",
95689
96674
  "std-modal",
96675
+ "std-modal-editor",
95690
96676
  "std-multi-party-flow",
95691
96677
  "std-notification-panel",
95692
96678
  "std-pagination",
@@ -96466,6 +97452,7 @@
96466
97452
  "std-integration-settings",
96467
97453
  "std-list",
96468
97454
  "std-modal",
97455
+ "std-modal-editor",
96469
97456
  "std-multi-party-flow",
96470
97457
  "std-notification-panel",
96471
97458
  "std-pagination",
@@ -97004,6 +97991,7 @@
97004
97991
  "std-integration-settings",
97005
97992
  "std-list",
97006
97993
  "std-modal",
97994
+ "std-modal-editor",
97007
97995
  "std-multi-party-flow",
97008
97996
  "std-notification-panel",
97009
97997
  "std-pagination",
@@ -97486,6 +98474,7 @@
97486
98474
  "std-integration-settings",
97487
98475
  "std-list",
97488
98476
  "std-modal",
98477
+ "std-modal-editor",
97489
98478
  "std-multi-party-flow",
97490
98479
  "std-notification-panel",
97491
98480
  "std-pagination",
@@ -98114,6 +99103,7 @@
98114
99103
  "std-integration-settings",
98115
99104
  "std-list",
98116
99105
  "std-modal",
99106
+ "std-modal-editor",
98117
99107
  "std-multi-party-flow",
98118
99108
  "std-notification-panel",
98119
99109
  "std-pagination",
@@ -98685,6 +99675,7 @@
98685
99675
  "std-integration-settings",
98686
99676
  "std-list",
98687
99677
  "std-modal",
99678
+ "std-modal-editor",
98688
99679
  "std-multi-party-flow",
98689
99680
  "std-notification-panel",
98690
99681
  "std-pagination",
@@ -99094,6 +100085,7 @@
99094
100085
  "std-integration-settings",
99095
100086
  "std-list",
99096
100087
  "std-modal",
100088
+ "std-modal-editor",
99097
100089
  "std-multi-party-flow",
99098
100090
  "std-notification-panel",
99099
100091
  "std-pagination",
@@ -99569,6 +100561,7 @@
99569
100561
  "std-integration-settings",
99570
100562
  "std-list",
99571
100563
  "std-modal",
100564
+ "std-modal-editor",
99572
100565
  "std-multi-party-flow",
99573
100566
  "std-notification-panel",
99574
100567
  "std-pagination",
@@ -100115,6 +101108,7 @@
100115
101108
  "std-integration-settings",
100116
101109
  "std-list",
100117
101110
  "std-modal",
101111
+ "std-modal-editor",
100118
101112
  "std-multi-party-flow",
100119
101113
  "std-notification-panel",
100120
101114
  "std-pagination",
@@ -100545,6 +101539,7 @@
100545
101539
  "std-list",
100546
101540
  "std-mod-queue",
100547
101541
  "std-modal",
101542
+ "std-modal-editor",
100548
101543
  "std-multi-party-flow",
100549
101544
  "std-notification-panel",
100550
101545
  "std-pagination",
@@ -101023,6 +102018,7 @@
101023
102018
  "std-integration-settings",
101024
102019
  "std-list",
101025
102020
  "std-modal",
102021
+ "std-modal-editor",
101026
102022
  "std-multi-party-flow",
101027
102023
  "std-notification-panel",
101028
102024
  "std-pagination",
@@ -101477,6 +102473,7 @@
101477
102473
  "std-integration-settings",
101478
102474
  "std-list",
101479
102475
  "std-modal",
102476
+ "std-modal-editor",
101480
102477
  "std-multi-party-flow",
101481
102478
  "std-notification-panel",
101482
102479
  "std-pagination",
@@ -101928,6 +102925,7 @@
101928
102925
  "std-integration-settings",
101929
102926
  "std-list",
101930
102927
  "std-modal",
102928
+ "std-modal-editor",
101931
102929
  "std-multi-party-flow",
101932
102930
  "std-notification-panel",
101933
102931
  "std-pagination",
@@ -102306,6 +103304,7 @@
102306
103304
  "std-integration-settings",
102307
103305
  "std-list",
102308
103306
  "std-modal",
103307
+ "std-modal-editor",
102309
103308
  "std-multi-party-flow",
102310
103309
  "std-notification-panel",
102311
103310
  "std-pagination",
@@ -102864,6 +103863,7 @@
102864
103863
  "std-integration-settings",
102865
103864
  "std-list",
102866
103865
  "std-modal",
103866
+ "std-modal-editor",
102867
103867
  "std-multi-party-flow",
102868
103868
  "std-notification-panel",
102869
103869
  "std-pagination",
@@ -103240,6 +104240,7 @@
103240
104240
  "std-integration-settings",
103241
104241
  "std-list",
103242
104242
  "std-modal",
104243
+ "std-modal-editor",
103243
104244
  "std-multi-party-flow",
103244
104245
  "std-notification-panel",
103245
104246
  "std-pagination",
@@ -103717,6 +104718,7 @@
103717
104718
  "std-integration-settings",
103718
104719
  "std-list",
103719
104720
  "std-modal",
104721
+ "std-modal-editor",
103720
104722
  "std-multi-party-flow",
103721
104723
  "std-notification-panel",
103722
104724
  "std-pagination",
@@ -104201,6 +105203,7 @@
104201
105203
  "std-integration-settings",
104202
105204
  "std-list",
104203
105205
  "std-modal",
105206
+ "std-modal-editor",
104204
105207
  "std-multi-party-flow",
104205
105208
  "std-notification-panel",
104206
105209
  "std-pagination",
@@ -104746,6 +105749,7 @@
104746
105749
  "std-list",
104747
105750
  "std-mod-queue",
104748
105751
  "std-modal",
105752
+ "std-modal-editor",
104749
105753
  "std-multi-party-flow",
104750
105754
  "std-notification-panel",
104751
105755
  "std-pagination",
@@ -105252,6 +106256,7 @@
105252
106256
  "std-integration-settings",
105253
106257
  "std-list",
105254
106258
  "std-modal",
106259
+ "std-modal-editor",
105255
106260
  "std-multi-party-flow",
105256
106261
  "std-notification-panel",
105257
106262
  "std-pagination",
@@ -105736,6 +106741,7 @@
105736
106741
  "std-integration-settings",
105737
106742
  "std-list",
105738
106743
  "std-modal",
106744
+ "std-modal-editor",
105739
106745
  "std-multi-party-flow",
105740
106746
  "std-notification-panel",
105741
106747
  "std-pagination",
@@ -106210,6 +107216,7 @@
106210
107216
  "std-integration-settings",
106211
107217
  "std-list",
106212
107218
  "std-modal",
107219
+ "std-modal-editor",
106213
107220
  "std-multi-party-flow",
106214
107221
  "std-notification-panel",
106215
107222
  "std-pagination",
@@ -106676,6 +107683,7 @@
106676
107683
  "std-integration-settings",
106677
107684
  "std-list",
106678
107685
  "std-modal",
107686
+ "std-modal-editor",
106679
107687
  "std-multi-party-flow",
106680
107688
  "std-notification-panel",
106681
107689
  "std-pagination",
@@ -107159,6 +108167,7 @@
107159
108167
  "std-integration-settings",
107160
108168
  "std-list",
107161
108169
  "std-modal",
108170
+ "std-modal-editor",
107162
108171
  "std-multi-party-flow",
107163
108172
  "std-notification-panel",
107164
108173
  "std-pagination",
@@ -107669,6 +108678,7 @@
107669
108678
  "std-integration-settings",
107670
108679
  "std-list",
107671
108680
  "std-modal",
108681
+ "std-modal-editor",
107672
108682
  "std-multi-party-flow",
107673
108683
  "std-notification-panel",
107674
108684
  "std-pagination",
@@ -108265,6 +109275,7 @@
108265
109275
  "std-integration-settings",
108266
109276
  "std-list",
108267
109277
  "std-modal",
109278
+ "std-modal-editor",
108268
109279
  "std-multi-party-flow",
108269
109280
  "std-notification-panel",
108270
109281
  "std-pagination",
@@ -108640,6 +109651,7 @@
108640
109651
  "std-integration-settings",
108641
109652
  "std-list",
108642
109653
  "std-modal",
109654
+ "std-modal-editor",
108643
109655
  "std-multi-party-flow",
108644
109656
  "std-notification-panel",
108645
109657
  "std-pagination",
@@ -108975,7 +109987,12 @@
108975
109987
  {
108976
109988
  "key": "pageSizeOptions",
108977
109989
  "type": "[number]",
108978
- "default": [],
109990
+ "default": [
109991
+ 10,
109992
+ 20,
109993
+ 50,
109994
+ 100
109995
+ ],
108979
109996
  "label": "Page Size Options",
108980
109997
  "description": "Page size options",
108981
109998
  "tier": "presentation",
@@ -109130,6 +110147,7 @@
109130
110147
  "std-integration-settings",
109131
110148
  "std-list",
109132
110149
  "std-modal",
110150
+ "std-modal-editor",
109133
110151
  "std-multi-party-flow",
109134
110152
  "std-notification-panel",
109135
110153
  "std-pagination",
@@ -109605,6 +110623,7 @@
109605
110623
  "std-integration-settings",
109606
110624
  "std-list",
109607
110625
  "std-modal",
110626
+ "std-modal-editor",
109608
110627
  "std-multi-party-flow",
109609
110628
  "std-notification-panel",
109610
110629
  "std-pagination",
@@ -110066,6 +111085,7 @@
110066
111085
  "std-integration-settings",
110067
111086
  "std-list",
110068
111087
  "std-modal",
111088
+ "std-modal-editor",
110069
111089
  "std-multi-party-flow",
110070
111090
  "std-notification-panel",
110071
111091
  "std-pagination",
@@ -110471,6 +111491,7 @@
110471
111491
  "std-integration-settings",
110472
111492
  "std-list",
110473
111493
  "std-modal",
111494
+ "std-modal-editor",
110474
111495
  "std-multi-party-flow",
110475
111496
  "std-notification-panel",
110476
111497
  "std-pagination",
@@ -110869,6 +111890,7 @@
110869
111890
  "std-integration-settings",
110870
111891
  "std-list",
110871
111892
  "std-modal",
111893
+ "std-modal-editor",
110872
111894
  "std-multi-party-flow",
110873
111895
  "std-notification-panel",
110874
111896
  "std-pagination",
@@ -111296,6 +112318,7 @@
111296
112318
  "std-integration-settings",
111297
112319
  "std-list",
111298
112320
  "std-modal",
112321
+ "std-modal-editor",
111299
112322
  "std-multi-party-flow",
111300
112323
  "std-notification-panel",
111301
112324
  "std-pagination",
@@ -111669,6 +112692,7 @@
111669
112692
  "std-integration-settings",
111670
112693
  "std-list",
111671
112694
  "std-modal",
112695
+ "std-modal-editor",
111672
112696
  "std-multi-party-flow",
111673
112697
  "std-notification-panel",
111674
112698
  "std-pagination",
@@ -112060,6 +113084,7 @@
112060
113084
  "std-integration-settings",
112061
113085
  "std-list",
112062
113086
  "std-modal",
113087
+ "std-modal-editor",
112063
113088
  "std-multi-party-flow",
112064
113089
  "std-notification-panel",
112065
113090
  "std-pagination",
@@ -112560,6 +113585,7 @@
112560
113585
  "std-integration-settings",
112561
113586
  "std-list",
112562
113587
  "std-modal",
113588
+ "std-modal-editor",
112563
113589
  "std-multi-party-flow",
112564
113590
  "std-notification-panel",
112565
113591
  "std-pagination",
@@ -113142,6 +114168,7 @@
113142
114168
  "std-integration-settings",
113143
114169
  "std-list",
113144
114170
  "std-modal",
114171
+ "std-modal-editor",
113145
114172
  "std-multi-party-flow",
113146
114173
  "std-notification-panel",
113147
114174
  "std-pagination",
@@ -113639,6 +114666,7 @@
113639
114666
  "std-integration-settings",
113640
114667
  "std-list",
113641
114668
  "std-modal",
114669
+ "std-modal-editor",
113642
114670
  "std-multi-party-flow",
113643
114671
  "std-notification-panel",
113644
114672
  "std-pagination",
@@ -114057,6 +115085,7 @@
114057
115085
  "std-integration-settings",
114058
115086
  "std-list",
114059
115087
  "std-modal",
115088
+ "std-modal-editor",
114060
115089
  "std-multi-party-flow",
114061
115090
  "std-notification-panel",
114062
115091
  "std-pagination",
@@ -114424,6 +115453,7 @@
114424
115453
  "std-integration-settings",
114425
115454
  "std-list",
114426
115455
  "std-modal",
115456
+ "std-modal-editor",
114427
115457
  "std-multi-party-flow",
114428
115458
  "std-notification-panel",
114429
115459
  "std-pagination",
@@ -114866,6 +115896,7 @@
114866
115896
  "std-integration-settings",
114867
115897
  "std-list",
114868
115898
  "std-modal",
115899
+ "std-modal-editor",
114869
115900
  "std-multi-party-flow",
114870
115901
  "std-notification-panel",
114871
115902
  "std-pagination",
@@ -115343,6 +116374,7 @@
115343
116374
  "std-list",
115344
116375
  "std-mod-queue",
115345
116376
  "std-modal",
116377
+ "std-modal-editor",
115346
116378
  "std-multi-party-flow",
115347
116379
  "std-notification-panel",
115348
116380
  "std-pagination",
@@ -115797,6 +116829,7 @@
115797
116829
  "std-integration-settings",
115798
116830
  "std-list",
115799
116831
  "std-modal",
116832
+ "std-modal-editor",
115800
116833
  "std-multi-party-flow",
115801
116834
  "std-notification-panel",
115802
116835
  "std-pagination",
@@ -116395,6 +117428,7 @@
116395
117428
  "std-integration-settings",
116396
117429
  "std-list",
116397
117430
  "std-modal",
117431
+ "std-modal-editor",
116398
117432
  "std-multi-party-flow",
116399
117433
  "std-notification-panel",
116400
117434
  "std-pagination",
@@ -116895,6 +117929,7 @@
116895
117929
  "std-integration-settings",
116896
117930
  "std-list",
116897
117931
  "std-modal",
117932
+ "std-modal-editor",
116898
117933
  "std-multi-party-flow",
116899
117934
  "std-notification-panel",
116900
117935
  "std-pagination",
@@ -117295,6 +118330,7 @@
117295
118330
  "std-integration-settings",
117296
118331
  "std-list",
117297
118332
  "std-modal",
118333
+ "std-modal-editor",
117298
118334
  "std-multi-party-flow",
117299
118335
  "std-notification-panel",
117300
118336
  "std-pagination",
@@ -117690,6 +118726,7 @@
117690
118726
  "std-integration-settings",
117691
118727
  "std-list",
117692
118728
  "std-modal",
118729
+ "std-modal-editor",
117693
118730
  "std-multi-party-flow",
117694
118731
  "std-notification-panel",
117695
118732
  "std-pagination",
@@ -118098,6 +119135,7 @@
118098
119135
  "std-integration-settings",
118099
119136
  "std-list",
118100
119137
  "std-modal",
119138
+ "std-modal-editor",
118101
119139
  "std-multi-party-flow",
118102
119140
  "std-notification-panel",
118103
119141
  "std-pagination",
@@ -118520,6 +119558,7 @@
118520
119558
  "std-integration-settings",
118521
119559
  "std-list",
118522
119560
  "std-modal",
119561
+ "std-modal-editor",
118523
119562
  "std-multi-party-flow",
118524
119563
  "std-notification-panel",
118525
119564
  "std-pagination",
@@ -119017,6 +120056,7 @@
119017
120056
  "std-integration-settings",
119018
120057
  "std-list",
119019
120058
  "std-modal",
120059
+ "std-modal-editor",
119020
120060
  "std-multi-party-flow",
119021
120061
  "std-notification-panel",
119022
120062
  "std-pagination",
@@ -119483,6 +120523,7 @@
119483
120523
  "std-integration-settings",
119484
120524
  "std-list",
119485
120525
  "std-modal",
120526
+ "std-modal-editor",
119486
120527
  "std-multi-party-flow",
119487
120528
  "std-notification-panel",
119488
120529
  "std-pagination",
@@ -120051,6 +121092,7 @@
120051
121092
  "std-integration-settings",
120052
121093
  "std-list",
120053
121094
  "std-modal",
121095
+ "std-modal-editor",
120054
121096
  "std-multi-party-flow",
120055
121097
  "std-notification-panel",
120056
121098
  "std-pagination",
@@ -120531,6 +121573,7 @@
120531
121573
  "std-ledger-entry-form",
120532
121574
  "std-list",
120533
121575
  "std-modal",
121576
+ "std-modal-editor",
120534
121577
  "std-multi-party-flow",
120535
121578
  "std-notification-panel",
120536
121579
  "std-pagination",
@@ -121346,6 +122389,7 @@
121346
122389
  "std-integration-settings",
121347
122390
  "std-list",
121348
122391
  "std-modal",
122392
+ "std-modal-editor",
121349
122393
  "std-multi-party-flow",
121350
122394
  "std-notification-panel",
121351
122395
  "std-pagination",
@@ -122059,6 +123103,7 @@
122059
123103
  "std-integration-settings",
122060
123104
  "std-list",
122061
123105
  "std-modal",
123106
+ "std-modal-editor",
122062
123107
  "std-multi-party-flow",
122063
123108
  "std-notification-panel",
122064
123109
  "std-pagination",
@@ -122532,6 +123577,7 @@
122532
123577
  "std-integration-settings",
122533
123578
  "std-list",
122534
123579
  "std-modal",
123580
+ "std-modal-editor",
122535
123581
  "std-multi-party-flow",
122536
123582
  "std-notification-panel",
122537
123583
  "std-pagination",
@@ -122940,6 +123986,7 @@
122940
123986
  "std-integration-settings",
122941
123987
  "std-list",
122942
123988
  "std-modal",
123989
+ "std-modal-editor",
122943
123990
  "std-multi-party-flow",
122944
123991
  "std-notification-panel",
122945
123992
  "std-pagination",
@@ -123375,6 +124422,7 @@
123375
124422
  "std-integration-settings",
123376
124423
  "std-list",
123377
124424
  "std-modal",
124425
+ "std-modal-editor",
123378
124426
  "std-multi-party-flow",
123379
124427
  "std-notification-panel",
123380
124428
  "std-pagination",
@@ -123895,6 +124943,7 @@
123895
124943
  "std-integration-settings",
123896
124944
  "std-list",
123897
124945
  "std-modal",
124946
+ "std-modal-editor",
123898
124947
  "std-multi-party-flow",
123899
124948
  "std-notification-panel",
123900
124949
  "std-pagination",
@@ -124393,6 +125442,7 @@
124393
125442
  "std-integration-settings",
124394
125443
  "std-list",
124395
125444
  "std-modal",
125445
+ "std-modal-editor",
124396
125446
  "std-multi-party-flow",
124397
125447
  "std-notification-panel",
124398
125448
  "std-pagination",
@@ -124838,6 +125888,7 @@
124838
125888
  "std-integration-settings",
124839
125889
  "std-list",
124840
125890
  "std-modal",
125891
+ "std-modal-editor",
124841
125892
  "std-multi-party-flow",
124842
125893
  "std-notification-panel",
124843
125894
  "std-pagination",
@@ -126607,6 +127658,7 @@
126607
127658
  "std-learn-stepper",
126608
127659
  "std-list",
126609
127660
  "std-modal",
127661
+ "std-modal-editor",
126610
127662
  "std-multi-party-flow",
126611
127663
  "std-notification-panel",
126612
127664
  "std-pagination",
@@ -127155,6 +128207,7 @@
127155
128207
  "std-integration-settings",
127156
128208
  "std-list",
127157
128209
  "std-modal",
128210
+ "std-modal-editor",
127158
128211
  "std-multi-party-flow",
127159
128212
  "std-notification-panel",
127160
128213
  "std-pagination",
@@ -127591,6 +128644,7 @@
127591
128644
  "std-integration-settings",
127592
128645
  "std-list",
127593
128646
  "std-modal",
128647
+ "std-modal-editor",
127594
128648
  "std-multi-party-flow",
127595
128649
  "std-notification-panel",
127596
128650
  "std-pagination",
@@ -128096,6 +129150,7 @@
128096
129150
  "std-integration-settings",
128097
129151
  "std-list",
128098
129152
  "std-modal",
129153
+ "std-modal-editor",
128099
129154
  "std-multi-party-flow",
128100
129155
  "std-notification-panel",
128101
129156
  "std-pagination",
@@ -128484,6 +129539,7 @@
128484
129539
  "std-integration-settings",
128485
129540
  "std-list",
128486
129541
  "std-modal",
129542
+ "std-modal-editor",
128487
129543
  "std-multi-party-flow",
128488
129544
  "std-notification-panel",
128489
129545
  "std-pagination",
@@ -129013,6 +130069,7 @@
129013
130069
  "std-integration-settings",
129014
130070
  "std-list",
129015
130071
  "std-modal",
130072
+ "std-modal-editor",
129016
130073
  "std-multi-party-flow",
129017
130074
  "std-notification-panel",
129018
130075
  "std-pagination",
@@ -129885,6 +130942,7 @@
129885
130942
  "std-integration-settings",
129886
130943
  "std-list",
129887
130944
  "std-modal",
130945
+ "std-modal-editor",
129888
130946
  "std-multi-party-flow",
129889
130947
  "std-notification-panel",
129890
130948
  "std-pagination",
@@ -130486,6 +131544,7 @@
130486
131544
  "std-integration-settings",
130487
131545
  "std-list",
130488
131546
  "std-modal",
131547
+ "std-modal-editor",
130489
131548
  "std-multi-party-flow",
130490
131549
  "std-notification-panel",
130491
131550
  "std-pagination",
@@ -130930,6 +131989,7 @@
130930
131989
  "std-ledger-entry-form",
130931
131990
  "std-list",
130932
131991
  "std-modal",
131992
+ "std-modal-editor",
130933
131993
  "std-multi-party-flow",
130934
131994
  "std-notification-panel",
130935
131995
  "std-pagination",
@@ -131640,6 +132700,7 @@
131640
132700
  "std-ledger-entry-form",
131641
132701
  "std-list",
131642
132702
  "std-modal",
132703
+ "std-modal-editor",
131643
132704
  "std-multi-party-flow",
131644
132705
  "std-notification-panel",
131645
132706
  "std-pagination",
@@ -132300,6 +133361,7 @@
132300
133361
  "std-ledger-entry-form",
132301
133362
  "std-list",
132302
133363
  "std-modal",
133364
+ "std-modal-editor",
132303
133365
  "std-multi-party-flow",
132304
133366
  "std-notification-panel",
132305
133367
  "std-pagination",
@@ -133111,6 +134173,7 @@
133111
134173
  "std-integration-settings",
133112
134174
  "std-list",
133113
134175
  "std-modal",
134176
+ "std-modal-editor",
133114
134177
  "std-multi-party-flow",
133115
134178
  "std-notification-panel",
133116
134179
  "std-pagination",
@@ -134643,6 +135706,7 @@
134643
135706
  "std-integration-settings",
134644
135707
  "std-list",
134645
135708
  "std-modal",
135709
+ "std-modal-editor",
134646
135710
  "std-multi-party-flow",
134647
135711
  "std-notification-panel",
134648
135712
  "std-pagination",
@@ -136175,6 +137239,7 @@
136175
137239
  "std-integration-settings",
136176
137240
  "std-list",
136177
137241
  "std-modal",
137242
+ "std-modal-editor",
136178
137243
  "std-multi-party-flow",
136179
137244
  "std-notification-panel",
136180
137245
  "std-pagination",
@@ -136582,6 +137647,7 @@
136582
137647
  "std-integration-settings",
136583
137648
  "std-list",
136584
137649
  "std-modal",
137650
+ "std-modal-editor",
136585
137651
  "std-multi-party-flow",
136586
137652
  "std-notification-panel",
136587
137653
  "std-pagination",
@@ -137096,6 +138162,7 @@
137096
138162
  "std-integration-settings",
137097
138163
  "std-list",
137098
138164
  "std-modal",
138165
+ "std-modal-editor",
137099
138166
  "std-multi-party-flow",
137100
138167
  "std-notification-panel",
137101
138168
  "std-pagination",
@@ -137742,6 +138809,7 @@
137742
138809
  "std-integration-settings",
137743
138810
  "std-list",
137744
138811
  "std-modal",
138812
+ "std-modal-editor",
137745
138813
  "std-multi-party-flow",
137746
138814
  "std-notification-panel",
137747
138815
  "std-pagination",
@@ -138170,6 +139238,7 @@
138170
139238
  "std-integration-settings",
138171
139239
  "std-list",
138172
139240
  "std-modal",
139241
+ "std-modal-editor",
138173
139242
  "std-multi-party-flow",
138174
139243
  "std-notification-panel",
138175
139244
  "std-pagination",
@@ -138568,6 +139637,7 @@
138568
139637
  "std-integration-settings",
138569
139638
  "std-list",
138570
139639
  "std-modal",
139640
+ "std-modal-editor",
138571
139641
  "std-multi-party-flow",
138572
139642
  "std-notification-panel",
138573
139643
  "std-pagination",
@@ -139000,6 +140070,7 @@
139000
140070
  "std-integration-settings",
139001
140071
  "std-list",
139002
140072
  "std-modal",
140073
+ "std-modal-editor",
139003
140074
  "std-multi-party-flow",
139004
140075
  "std-notification-panel",
139005
140076
  "std-pagination",
@@ -139445,6 +140516,7 @@
139445
140516
  "std-integration-settings",
139446
140517
  "std-list",
139447
140518
  "std-modal",
140519
+ "std-modal-editor",
139448
140520
  "std-multi-party-flow",
139449
140521
  "std-notification-panel",
139450
140522
  "std-pagination",
@@ -140104,6 +141176,7 @@
140104
141176
  "std-integration-settings",
140105
141177
  "std-list",
140106
141178
  "std-modal",
141179
+ "std-modal-editor",
140107
141180
  "std-multi-party-flow",
140108
141181
  "std-notification-panel",
140109
141182
  "std-pagination",
@@ -140502,6 +141575,7 @@
140502
141575
  "std-list",
140503
141576
  "std-mod-queue",
140504
141577
  "std-modal",
141578
+ "std-modal-editor",
140505
141579
  "std-multi-party-flow",
140506
141580
  "std-notification-panel",
140507
141581
  "std-pagination",
@@ -141076,6 +142150,7 @@
141076
142150
  "std-integration-settings",
141077
142151
  "std-list",
141078
142152
  "std-modal",
142153
+ "std-modal-editor",
141079
142154
  "std-multi-party-flow",
141080
142155
  "std-notification-panel",
141081
142156
  "std-pagination",
@@ -141542,6 +142617,7 @@
141542
142617
  "std-ledger-entry-form",
141543
142618
  "std-list",
141544
142619
  "std-modal",
142620
+ "std-modal-editor",
141545
142621
  "std-multi-party-flow",
141546
142622
  "std-notification-panel",
141547
142623
  "std-pagination",
@@ -142095,6 +143171,7 @@
142095
143171
  "std-integration-settings",
142096
143172
  "std-list",
142097
143173
  "std-modal",
143174
+ "std-modal-editor",
142098
143175
  "std-multi-party-flow",
142099
143176
  "std-notification-panel",
142100
143177
  "std-pagination",
@@ -142560,6 +143637,7 @@
142560
143637
  "std-integration-settings",
142561
143638
  "std-list",
142562
143639
  "std-modal",
143640
+ "std-modal-editor",
142563
143641
  "std-multi-party-flow",
142564
143642
  "std-notification-panel",
142565
143643
  "std-pagination",
@@ -143053,6 +144131,7 @@
143053
144131
  "std-integration-settings",
143054
144132
  "std-list",
143055
144133
  "std-modal",
144134
+ "std-modal-editor",
143056
144135
  "std-multi-party-flow",
143057
144136
  "std-notification-panel",
143058
144137
  "std-pagination",
@@ -143714,6 +144793,7 @@
143714
144793
  "std-integration-settings",
143715
144794
  "std-list",
143716
144795
  "std-modal",
144796
+ "std-modal-editor",
143717
144797
  "std-multi-party-flow",
143718
144798
  "std-notification-panel",
143719
144799
  "std-pagination",
@@ -144134,6 +145214,7 @@
144134
145214
  "std-fx-narrative",
144135
145215
  "std-fx-particles",
144136
145216
  "std-fx-trail",
145217
+ "std-game-design-sheet",
144137
145218
  "std-gate-lock",
144138
145219
  "std-gather",
144139
145220
  "std-gem-rush",
@@ -144450,6 +145531,7 @@
144450
145531
  "std-fx-narrative",
144451
145532
  "std-fx-particles",
144452
145533
  "std-fx-trail",
145534
+ "std-game-design-sheet",
144453
145535
  "std-gate-lock",
144454
145536
  "std-gather",
144455
145537
  "std-gem-rush",
@@ -144801,6 +145883,7 @@
144801
145883
  "std-fx-narrative",
144802
145884
  "std-fx-particles",
144803
145885
  "std-fx-trail",
145886
+ "std-game-design-sheet",
144804
145887
  "std-gate-lock",
144805
145888
  "std-gather",
144806
145889
  "std-gem-rush",
@@ -145168,6 +146251,7 @@
145168
146251
  "std-fx-narrative",
145169
146252
  "std-fx-particles",
145170
146253
  "std-fx-trail",
146254
+ "std-game-design-sheet",
145171
146255
  "std-gate-lock",
145172
146256
  "std-gather",
145173
146257
  "std-gem-rush",
@@ -145595,6 +146679,7 @@
145595
146679
  "std-fx-narrative",
145596
146680
  "std-fx-particles",
145597
146681
  "std-fx-trail",
146682
+ "std-game-design-sheet",
145598
146683
  "std-gate-lock",
145599
146684
  "std-gather",
145600
146685
  "std-gem-rush",
@@ -146008,6 +147093,7 @@
146008
147093
  "std-fx-narrative",
146009
147094
  "std-fx-particles",
146010
147095
  "std-fx-trail",
147096
+ "std-game-design-sheet",
146011
147097
  "std-gate-lock",
146012
147098
  "std-gather",
146013
147099
  "std-gold",
@@ -146323,7 +147409,7 @@
146323
147409
  "topic": "ui/game",
146324
147410
  "family": "ui/game",
146325
147411
  "layer": "UI Patterns",
146326
- "description": "Headless choice-gate mechanic for side-view boards: a gate of N labeled option platforms where progress stops until the player commits to an answer. Listens BODY_MOVED and judges a gate when the player stands grounded on one of its option platforms (|dx| <= reachX of the option center, |dy| <= reachY of the gate's option plane — the pad-lock touch pattern): the correct option stamps the gate solved + chosen on the shared entity and emits CHOICE_CORRECT once (a solved gate never judges again, so the path stays open); a wrong option emits CHOICE_WRONG carrying the gate id, the chosen optionId, and the option's world position, so the board can bounce the player back and float the gate's hint (the board owns the bounce — the atom only reports). RESTART unsolves every gate. Renders nothing; boards draw the option platforms and labels from the shared entity (the render authority).",
147412
+ "description": "Headless choice-gate mechanic for side-view boards: a gate of N labeled option platforms where progress stops until the player commits to an answer. Listens BODY_MOVED and judges a gate when the player stands grounded on one of its option platforms (|dx| <= reachX of the option center, |dy| <= reachY of the gate's option plane — the pad-lock touch pattern): the correct option stamps the gate solved + chosen on the shared entity and emits CHOICE_CORRECT once (a solved gate never judges again, so the path stays open); a wrong option emits CHOICE_WRONG carrying the gate id, the chosen optionId, and the option's world position, so the board can bounce the player back and float the gate's hint (the board owns the bounce — the atom only reports). RESTART unsolves every gate. Renders nothing; boards draw the option platforms and labels from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, agency.",
146327
147413
  "defaultOrbitalName": "ChoiceGateOrbital",
146328
147414
  "statePattern": "active",
146329
147415
  "complexity": {
@@ -146383,6 +147469,7 @@
146383
147469
  "std-fx-narrative",
146384
147470
  "std-fx-particles",
146385
147471
  "std-fx-trail",
147472
+ "std-game-design-sheet",
146386
147473
  "std-gate-lock",
146387
147474
  "std-gather",
146388
147475
  "std-gem-rush",
@@ -146748,6 +147835,7 @@
146748
147835
  "std-fx-narrative",
146749
147836
  "std-fx-particles",
146750
147837
  "std-fx-trail",
147838
+ "std-game-design-sheet",
146751
147839
  "std-gate-lock",
146752
147840
  "std-gather",
146753
147841
  "std-gem-rush",
@@ -147141,6 +148229,7 @@
147141
148229
  "std-fx-narrative",
147142
148230
  "std-fx-particles",
147143
148231
  "std-fx-trail",
148232
+ "std-game-design-sheet",
147144
148233
  "std-gate-lock",
147145
148234
  "std-gather",
147146
148235
  "std-gem-rush",
@@ -147443,6 +148532,7 @@
147443
148532
  "std-fx-narrative",
147444
148533
  "std-fx-particles",
147445
148534
  "std-fx-trail",
148535
+ "std-game-design-sheet",
147446
148536
  "std-gate-lock",
147447
148537
  "std-gather",
147448
148538
  "std-gem-rush",
@@ -147838,7 +148928,7 @@
147838
148928
  "topic": "ui/game",
147839
148929
  "family": "ui/game",
147840
148930
  "layer": "UI Patterns",
147841
- "description": "Headless pedagogy→fx translator for game boards and learning shells: turns high-level narrative events into big transient screen-space or world-space text effects consumed by std-fx-particles / fx-overlay. Levels emit NARRATE { text, style } and get a correctly styled, centered (or positioned) floating text burst without hand-rolling particle structs. Tutorials emit TUTORIAL_SHOW and the atom forwards SHOW to a composed std-tutorial-overlay trait. Renders nothing; centralizes the FX vocabulary so every level's teaching text looks and behaves the same.",
148931
+ "description": "Headless pedagogy→fx translator for game boards and learning shells: turns high-level narrative events into big transient screen-space or world-space text effects consumed by std-fx-particles / fx-overlay. Levels emit NARRATE { text, style } and get a correctly styled, centered (or positioned) floating text burst without hand-rolling particle structs. Tutorials emit TUTORIAL_SHOW and the atom forwards SHOW to a composed std-tutorial-overlay trait. Renders nothing; centralizes the FX vocabulary so every level's teaching text looks and behaves the same. Corresponds to the design-sheet field(s): feedback.",
147842
148932
  "defaultOrbitalName": "FxNarrativeOrbital",
147843
148933
  "statePattern": "active",
147844
148934
  "complexity": {
@@ -147890,6 +148980,7 @@
147890
148980
  "std-dungeon-combat",
147891
148981
  "std-fx-particles",
147892
148982
  "std-fx-trail",
148983
+ "std-game-design-sheet",
147893
148984
  "std-gate-lock",
147894
148985
  "std-gather",
147895
148986
  "std-gold",
@@ -148152,7 +149243,7 @@
148152
149243
  "topic": "ui/game",
148153
149244
  "family": "ui/game",
148154
149245
  "layer": "UI Patterns",
148155
- "description": "Headless transient-fx mechanic serving BOTH game boards and learning shells: appends spawned particles on BURST — stamping maxTtl (fade envelope) and bornAt (epoch ms, smooth render interpolation) when absent — decays each entry's ttl every tick, drops the dead ones, and clears on RESTART. Name-blind mechanism: the effect-kind vocabulary is consumer-declared (FxPreset tables at the render call sites). Composed onto a [runtime, shared] entity; renders nothing — the board/shell owns the single render authority (draw-fx-layer for space \"world\", fx-overlay for space \"screen\").",
149246
+ "description": "Headless transient-fx mechanic serving BOTH game boards and learning shells: appends spawned particles on BURST — stamping maxTtl (fade envelope) and bornAt (epoch ms, smooth render interpolation) when absent — decays each entry's ttl every tick, drops the dead ones, and clears on RESTART. Name-blind mechanism: the effect-kind vocabulary is consumer-declared (FxPreset tables at the render call sites). Composed onto a [runtime, shared] entity; renders nothing — the board/shell owns the single render authority (draw-fx-layer for space \"world\", fx-overlay for space \"screen\"). Corresponds to the design-sheet field(s): feedback, rewards.",
148156
149247
  "defaultOrbitalName": "FxParticlesOrbital",
148157
149248
  "statePattern": "active",
148158
149249
  "complexity": {
@@ -148212,6 +149303,7 @@
148212
149303
  "std-frogger",
148213
149304
  "std-fx-narrative",
148214
149305
  "std-fx-trail",
149306
+ "std-game-design-sheet",
148215
149307
  "std-gate-lock",
148216
149308
  "std-gather",
148217
149309
  "std-gem-rush",
@@ -148293,7 +149385,394 @@
148293
149385
  "std-tactics-board-3d",
148294
149386
  "std-tutorial-autodemo",
148295
149387
  "std-tutorial-overlay",
148296
- "std-vector-tactics",
149388
+ "std-vector-tactics",
149389
+ "std-velocity-gate",
149390
+ "std-wizard",
149391
+ "std-worldmap-board-2d",
149392
+ "std-xp",
149393
+ "std-zone-card",
149394
+ "ui-action-palette",
149395
+ "ui-action-tile",
149396
+ "ui-arcade-board-3d",
149397
+ "ui-battle-board",
149398
+ "ui-canvas",
149399
+ "ui-canvas-2d",
149400
+ "ui-choice-button",
149401
+ "ui-city-board-3d",
149402
+ "ui-control-button",
149403
+ "ui-control-grid",
149404
+ "ui-dialogue-bubble",
149405
+ "ui-draw-fx-layer",
149406
+ "ui-draw-group",
149407
+ "ui-draw-mesh",
149408
+ "ui-draw-shape",
149409
+ "ui-draw-shape-layer",
149410
+ "ui-draw-sprite",
149411
+ "ui-draw-sprite-layer",
149412
+ "ui-draw-text",
149413
+ "ui-draw-text-layer",
149414
+ "ui-fantasy-town-board-3d",
149415
+ "ui-game-audio-cue",
149416
+ "ui-game-audio-toggle",
149417
+ "ui-game-hud",
149418
+ "ui-game-menu",
149419
+ "ui-game-shell",
149420
+ "ui-graveyard-board-3d",
149421
+ "ui-grid-tactics-demo-board",
149422
+ "ui-health-bar",
149423
+ "ui-hex-strategy-board",
149424
+ "ui-hex-strategy-board-3d",
149425
+ "ui-holiday-board-3d",
149426
+ "ui-market-board-3d",
149427
+ "ui-nature-survival-board-3d",
149428
+ "ui-pirate-board-3d",
149429
+ "ui-score-display",
149430
+ "ui-sequence-bar",
149431
+ "ui-space-board-3d",
149432
+ "ui-space-station-board",
149433
+ "ui-stat-badge",
149434
+ "ui-state-graph",
149435
+ "ui-state-json-view",
149436
+ "ui-tactics-demo-2d",
149437
+ "ui-tactics-demo-3d",
149438
+ "ui-tanks-board",
149439
+ "ui-timer-display",
149440
+ "ui-topdown-dungeon-board",
149441
+ "ui-trait-slot",
149442
+ "ui-visual-novel-board",
149443
+ "ui-world-map-board"
149444
+ ],
149445
+ "connectableEvents": [
149446
+ "BURST",
149447
+ "RESTART"
149448
+ ],
149449
+ "eventPayloads": {},
149450
+ "exposure": "palette",
149451
+ "provenance": "generated",
149452
+ "traits": [
149453
+ {
149454
+ "name": "FxParticles",
149455
+ "orbital": "FxParticlesOrbital",
149456
+ "role": "authority",
149457
+ "emittedEvents": [],
149458
+ "listenedEvents": [],
149459
+ "overridableConfigKeys": [
149460
+ {
149461
+ "key": "decayRate",
149462
+ "type": "number",
149463
+ "default": 1,
149464
+ "label": "Decay Rate",
149465
+ "description": "Ttl units removed from every fx entry each tick; higher fades particles faster.",
149466
+ "tier": "domain"
149467
+ },
149468
+ {
149469
+ "key": "fx",
149470
+ "type": "[Fx]",
149471
+ "default": [],
149472
+ "label": "Initial Fx",
149473
+ "description": "Seed particles rendered before the first BURST; usually empty.",
149474
+ "tier": "domain",
149475
+ "items": {
149476
+ "properties": {
149477
+ "animation": {
149478
+ "name": "animation",
149479
+ "required": false,
149480
+ "type": "string"
149481
+ },
149482
+ "bornAt": {
149483
+ "name": "bornAt",
149484
+ "required": false,
149485
+ "type": "number"
149486
+ },
149487
+ "color": {
149488
+ "name": "color",
149489
+ "required": false,
149490
+ "type": "string"
149491
+ },
149492
+ "effect": {
149493
+ "name": "effect",
149494
+ "required": false,
149495
+ "type": "string"
149496
+ },
149497
+ "id": {
149498
+ "name": "id",
149499
+ "required": true,
149500
+ "type": "string"
149501
+ },
149502
+ "maxTtl": {
149503
+ "name": "maxTtl",
149504
+ "required": false,
149505
+ "type": "number"
149506
+ },
149507
+ "message": {
149508
+ "name": "message",
149509
+ "required": false,
149510
+ "type": "string"
149511
+ },
149512
+ "particleCount": {
149513
+ "name": "particleCount",
149514
+ "required": false,
149515
+ "type": "number"
149516
+ },
149517
+ "size": {
149518
+ "name": "size",
149519
+ "required": false,
149520
+ "type": "number"
149521
+ },
149522
+ "space": {
149523
+ "name": "space",
149524
+ "required": false,
149525
+ "type": "string"
149526
+ },
149527
+ "ttl": {
149528
+ "name": "ttl",
149529
+ "required": true,
149530
+ "type": "number"
149531
+ },
149532
+ "type": {
149533
+ "name": "type",
149534
+ "required": true,
149535
+ "type": "string"
149536
+ },
149537
+ "vx": {
149538
+ "name": "vx",
149539
+ "required": false,
149540
+ "type": "number"
149541
+ },
149542
+ "vy": {
149543
+ "name": "vy",
149544
+ "required": false,
149545
+ "type": "number"
149546
+ },
149547
+ "vz": {
149548
+ "name": "vz",
149549
+ "required": false,
149550
+ "type": "number"
149551
+ },
149552
+ "x": {
149553
+ "name": "x",
149554
+ "required": true,
149555
+ "type": "number"
149556
+ },
149557
+ "y": {
149558
+ "name": "y",
149559
+ "required": false,
149560
+ "type": "number"
149561
+ },
149562
+ "z": {
149563
+ "name": "z",
149564
+ "required": false,
149565
+ "type": "number"
149566
+ }
149567
+ },
149568
+ "type": "object"
149569
+ }
149570
+ },
149571
+ {
149572
+ "key": "running",
149573
+ "type": "boolean",
149574
+ "default": true,
149575
+ "label": "Running",
149576
+ "description": "When true the decay tick runs; toggle to freeze effects.",
149577
+ "tier": "domain"
149578
+ }
149579
+ ],
149580
+ "capabilities": [],
149581
+ "ticks": [
149582
+ {
149583
+ "name": "fxTick",
149584
+ "interval": 500
149585
+ }
149586
+ ],
149587
+ "rendersUi": false,
149588
+ "category": "lifecycle",
149589
+ "entityRebindable": true,
149590
+ "linkedEntity": "FxState",
149591
+ "entityContract": {
149592
+ "requires": [],
149593
+ "provides": [
149594
+ "fx"
149595
+ ]
149596
+ },
149597
+ "transitionEvents": [
149598
+ "BURST",
149599
+ "INIT",
149600
+ "RESTART"
149601
+ ],
149602
+ "events": [
149603
+ {
149604
+ "name": "INIT",
149605
+ "direction": "listen"
149606
+ },
149607
+ {
149608
+ "name": "BURST",
149609
+ "direction": "listen"
149610
+ },
149611
+ {
149612
+ "name": "RESTART",
149613
+ "direction": "listen"
149614
+ }
149615
+ ],
149616
+ "definerKnobs": []
149617
+ }
149618
+ ],
149619
+ "factoryPath": "behaviors/functions/ui/game/atoms/std-fx-particles.ts",
149620
+ "roles": [
149621
+ "authority"
149622
+ ],
149623
+ "sourceValid": true
149624
+ },
149625
+ "std-fx-trail": {
149626
+ "name": "std-fx-trail",
149627
+ "level": "atom",
149628
+ "topic": "ui/game",
149629
+ "family": "ui/game",
149630
+ "layer": "UI Patterns",
149631
+ "description": "Headless motion-trail mechanic: records the moving body's recent positions as timestamped dots on a [runtime, shared] entity so the render layer can draw a fading comet trail. Rides the body authority's BODY_MOVED — appends a dot only when the body's speed exceeds minSpeed (standing still leaves no trail) and prunes dots older than ttl on the same pass, so no decay tick is needed and a stopped body's trail simply stops growing (the render side fades each dot by bornAt/ttl). RESTART clears. Renders nothing.",
149632
+ "defaultOrbitalName": "FxTrailOrbital",
149633
+ "statePattern": "active",
149634
+ "complexity": {
149635
+ "states": 1,
149636
+ "events": 3,
149637
+ "transitions": 3
149638
+ },
149639
+ "defaultEntity": {
149640
+ "name": "FxTrailData",
149641
+ "persistence": "runtime",
149642
+ "fields": [
149643
+ {
149644
+ "name": "id",
149645
+ "type": "string",
149646
+ "required": true
149647
+ },
149648
+ {
149649
+ "name": "trail",
149650
+ "type": "array",
149651
+ "default": []
149652
+ },
149653
+ {
149654
+ "name": "seq",
149655
+ "type": "number",
149656
+ "default": 0
149657
+ }
149658
+ ]
149659
+ },
149660
+ "defaultLabels": {
149661
+ "title": "FxTrailDatas",
149662
+ "entitySingular": "FxTrailData",
149663
+ "entityPlural": "FxTrailDatas"
149664
+ },
149665
+ "defaultIcons": [],
149666
+ "composableWith": [
149667
+ "dnd-combat",
149668
+ "dnd-dungeon-board",
149669
+ "dnd-dungeon-delver",
149670
+ "dnd-dungeon-gen",
149671
+ "dnd-hero",
149672
+ "dnd-narrator",
149673
+ "std-approval-chain",
149674
+ "std-arcade-board-3d",
149675
+ "std-arcade-flow",
149676
+ "std-arcade-play",
149677
+ "std-area-fill",
149678
+ "std-audio-cue",
149679
+ "std-breakout",
149680
+ "std-brick-breaker",
149681
+ "std-camera-rig",
149682
+ "std-chase-ai",
149683
+ "std-choice-gate",
149684
+ "std-coding-academy",
149685
+ "std-coef-pad",
149686
+ "std-crew-board-2d",
149687
+ "std-curve-fog",
149688
+ "std-dungeon-board-2d",
149689
+ "std-dungeon-combat",
149690
+ "std-evade",
149691
+ "std-evade-chase",
149692
+ "std-flappy",
149693
+ "std-frogger",
149694
+ "std-fx-narrative",
149695
+ "std-fx-particles",
149696
+ "std-game-design-sheet",
149697
+ "std-gate-lock",
149698
+ "std-gather",
149699
+ "std-gem-rush",
149700
+ "std-gold",
149701
+ "std-gravity-flap",
149702
+ "std-grid-tactics",
149703
+ "std-hero-nav",
149704
+ "std-integration-settings",
149705
+ "std-lane-hazard",
149706
+ "std-learn-scenario",
149707
+ "std-learn-slope-probe",
149708
+ "std-learn-trace-player",
149709
+ "std-lives",
149710
+ "std-loop-lock",
149711
+ "std-market-board-3d",
149712
+ "std-market-flow",
149713
+ "std-mesh-asset-art",
149714
+ "std-motion-body",
149715
+ "std-multi-party-flow",
149716
+ "std-objective-board-3d",
149717
+ "std-objective-flow",
149718
+ "std-objective-reach",
149719
+ "std-pad-lock",
149720
+ "std-patience",
149721
+ "std-patrol-hazard",
149722
+ "std-pickup",
149723
+ "std-platformer-board-2d",
149724
+ "std-platformer-body",
149725
+ "std-pong",
149726
+ "std-pong-rally",
149727
+ "std-production",
149728
+ "std-rating-review",
149729
+ "std-recurrence",
149730
+ "std-round-flow",
149731
+ "std-score",
149732
+ "std-service-accounting",
149733
+ "std-service-arxiv",
149734
+ "std-service-banking",
149735
+ "std-service-calendar",
149736
+ "std-service-calendar-ical",
149737
+ "std-service-cli",
149738
+ "std-service-custom-bearer",
149739
+ "std-service-database",
149740
+ "std-service-deepagent",
149741
+ "std-service-docker",
149742
+ "std-service-drive",
149743
+ "std-service-email",
149744
+ "std-service-esign",
149745
+ "std-service-github",
149746
+ "std-service-iconify",
149747
+ "std-service-llm",
149748
+ "std-service-maps",
149749
+ "std-service-marketplace",
149750
+ "std-service-meta-ads",
149751
+ "std-service-ml",
149752
+ "std-service-oauth",
149753
+ "std-service-otel",
149754
+ "std-service-print",
149755
+ "std-service-push",
149756
+ "std-service-queue",
149757
+ "std-service-redis",
149758
+ "std-service-research-assistant",
149759
+ "std-service-storage",
149760
+ "std-service-stripe",
149761
+ "std-service-twilio",
149762
+ "std-service-webhook",
149763
+ "std-service-wikimedia",
149764
+ "std-service-youtube",
149765
+ "std-simple-rpg",
149766
+ "std-snake",
149767
+ "std-snake-loop",
149768
+ "std-step-flow",
149769
+ "std-survival-board-3d",
149770
+ "std-survival-flow",
149771
+ "std-svg-asset-art",
149772
+ "std-tactics-board-2d",
149773
+ "std-tactics-board-3d",
149774
+ "std-tutorial-autodemo",
149775
+ "std-tutorial-overlay",
148297
149776
  "std-velocity-gate",
148298
149777
  "std-wizard",
148299
149778
  "std-worldmap-board-2d",
@@ -148302,7 +149781,6 @@
148302
149781
  "ui-action-palette",
148303
149782
  "ui-action-tile",
148304
149783
  "ui-arcade-board-3d",
148305
- "ui-battle-board",
148306
149784
  "ui-canvas",
148307
149785
  "ui-canvas-2d",
148308
149786
  "ui-choice-button",
@@ -148319,39 +149797,29 @@
148319
149797
  "ui-draw-sprite-layer",
148320
149798
  "ui-draw-text",
148321
149799
  "ui-draw-text-layer",
148322
- "ui-fantasy-town-board-3d",
148323
149800
  "ui-game-audio-cue",
148324
149801
  "ui-game-audio-toggle",
148325
149802
  "ui-game-hud",
148326
149803
  "ui-game-menu",
148327
149804
  "ui-game-shell",
148328
- "ui-graveyard-board-3d",
148329
- "ui-grid-tactics-demo-board",
148330
149805
  "ui-health-bar",
148331
- "ui-hex-strategy-board",
148332
149806
  "ui-hex-strategy-board-3d",
148333
149807
  "ui-holiday-board-3d",
148334
149808
  "ui-market-board-3d",
148335
149809
  "ui-nature-survival-board-3d",
148336
- "ui-pirate-board-3d",
148337
149810
  "ui-score-display",
148338
149811
  "ui-sequence-bar",
148339
- "ui-space-board-3d",
148340
149812
  "ui-space-station-board",
148341
149813
  "ui-stat-badge",
148342
149814
  "ui-state-graph",
148343
149815
  "ui-state-json-view",
148344
- "ui-tactics-demo-2d",
148345
- "ui-tactics-demo-3d",
148346
- "ui-tanks-board",
148347
149816
  "ui-timer-display",
148348
149817
  "ui-topdown-dungeon-board",
148349
149818
  "ui-trait-slot",
148350
- "ui-visual-novel-board",
148351
- "ui-world-map-board"
149819
+ "ui-visual-novel-board"
148352
149820
  ],
148353
149821
  "connectableEvents": [
148354
- "BURST",
149822
+ "BODY_MOVED",
148355
149823
  "RESTART"
148356
149824
  ],
148357
149825
  "eventPayloads": {},
@@ -148359,151 +149827,52 @@
148359
149827
  "provenance": "generated",
148360
149828
  "traits": [
148361
149829
  {
148362
- "name": "FxParticles",
148363
- "orbital": "FxParticlesOrbital",
148364
- "role": "authority",
149830
+ "name": "FxTrail",
149831
+ "orbital": "FxTrailOrbital",
149832
+ "role": "reactor",
148365
149833
  "emittedEvents": [],
148366
149834
  "listenedEvents": [],
148367
149835
  "overridableConfigKeys": [
148368
149836
  {
148369
- "key": "decayRate",
149837
+ "key": "minSpeed",
148370
149838
  "type": "number",
148371
- "default": 1,
148372
- "label": "Decay Rate",
148373
- "description": "Ttl units removed from every fx entry each tick; higher fades particles faster.",
149839
+ "default": 0.5,
149840
+ "label": "Min Speed",
149841
+ "description": "Body speed (units/s, from BODY_MOVED) below which no dot is appended, so a resting body doesn't pile dots on one spot.",
148374
149842
  "tier": "domain"
148375
149843
  },
148376
- {
148377
- "key": "fx",
148378
- "type": "[Fx]",
148379
- "default": [],
148380
- "label": "Initial Fx",
148381
- "description": "Seed particles rendered before the first BURST; usually empty.",
148382
- "tier": "domain",
148383
- "items": {
148384
- "properties": {
148385
- "animation": {
148386
- "name": "animation",
148387
- "required": false,
148388
- "type": "string"
148389
- },
148390
- "bornAt": {
148391
- "name": "bornAt",
148392
- "required": false,
148393
- "type": "number"
148394
- },
148395
- "color": {
148396
- "name": "color",
148397
- "required": false,
148398
- "type": "string"
148399
- },
148400
- "effect": {
148401
- "name": "effect",
148402
- "required": false,
148403
- "type": "string"
148404
- },
148405
- "id": {
148406
- "name": "id",
148407
- "required": true,
148408
- "type": "string"
148409
- },
148410
- "maxTtl": {
148411
- "name": "maxTtl",
148412
- "required": false,
148413
- "type": "number"
148414
- },
148415
- "message": {
148416
- "name": "message",
148417
- "required": false,
148418
- "type": "string"
148419
- },
148420
- "particleCount": {
148421
- "name": "particleCount",
148422
- "required": false,
148423
- "type": "number"
148424
- },
148425
- "size": {
148426
- "name": "size",
148427
- "required": false,
148428
- "type": "number"
148429
- },
148430
- "space": {
148431
- "name": "space",
148432
- "required": false,
148433
- "type": "string"
148434
- },
148435
- "ttl": {
148436
- "name": "ttl",
148437
- "required": true,
148438
- "type": "number"
148439
- },
148440
- "type": {
148441
- "name": "type",
148442
- "required": true,
148443
- "type": "string"
148444
- },
148445
- "vx": {
148446
- "name": "vx",
148447
- "required": false,
148448
- "type": "number"
148449
- },
148450
- "vy": {
148451
- "name": "vy",
148452
- "required": false,
148453
- "type": "number"
148454
- },
148455
- "vz": {
148456
- "name": "vz",
148457
- "required": false,
148458
- "type": "number"
148459
- },
148460
- "x": {
148461
- "name": "x",
148462
- "required": true,
148463
- "type": "number"
148464
- },
148465
- "y": {
148466
- "name": "y",
148467
- "required": false,
148468
- "type": "number"
148469
- },
148470
- "z": {
148471
- "name": "z",
148472
- "required": false,
148473
- "type": "number"
148474
- }
148475
- },
148476
- "type": "object"
148477
- }
148478
- },
148479
149844
  {
148480
149845
  "key": "running",
148481
149846
  "type": "boolean",
148482
149847
  "default": true,
148483
149848
  "label": "Running",
148484
- "description": "When true the decay tick runs; toggle to freeze effects.",
149849
+ "description": "When true, BODY_MOVED appends trail dots; toggle to freeze the trail (existing dots still age out).",
148485
149850
  "tier": "domain"
148486
- }
148487
- ],
148488
- "capabilities": [],
148489
- "ticks": [
149851
+ },
148490
149852
  {
148491
- "name": "fxTick",
148492
- "interval": 500
149853
+ "key": "ttl",
149854
+ "type": "number",
149855
+ "default": 600,
149856
+ "label": "Trail Ttl (ms)",
149857
+ "description": "Milliseconds a trail dot lives; at a 33ms move cadence ~600ms keeps the last eighteen positions. The ttl is also the natural length cap — no separate limit needed.",
149858
+ "tier": "presentation"
148493
149859
  }
148494
149860
  ],
149861
+ "capabilities": [],
149862
+ "ticks": [],
148495
149863
  "rendersUi": false,
148496
149864
  "category": "lifecycle",
148497
149865
  "entityRebindable": true,
148498
- "linkedEntity": "FxState",
149866
+ "linkedEntity": "FxTrailData",
148499
149867
  "entityContract": {
148500
149868
  "requires": [],
148501
149869
  "provides": [
148502
- "fx"
149870
+ "seq",
149871
+ "trail"
148503
149872
  ]
148504
149873
  },
148505
149874
  "transitionEvents": [
148506
- "BURST",
149875
+ "BODY_MOVED",
148507
149876
  "INIT",
148508
149877
  "RESTART"
148509
149878
  ],
@@ -148513,7 +149882,7 @@
148513
149882
  "direction": "listen"
148514
149883
  },
148515
149884
  {
148516
- "name": "BURST",
149885
+ "name": "BODY_MOVED",
148517
149886
  "direction": "listen"
148518
149887
  },
148519
149888
  {
@@ -148524,28 +149893,28 @@
148524
149893
  "definerKnobs": []
148525
149894
  }
148526
149895
  ],
148527
- "factoryPath": "behaviors/functions/ui/game/atoms/std-fx-particles.ts",
149896
+ "factoryPath": "behaviors/functions/ui/game/atoms/std-fx-trail.ts",
148528
149897
  "roles": [
148529
- "authority"
149898
+ "reactor"
148530
149899
  ],
148531
149900
  "sourceValid": true
148532
149901
  },
148533
- "std-fx-trail": {
148534
- "name": "std-fx-trail",
149902
+ "std-game-design-sheet": {
149903
+ "name": "std-game-design-sheet",
148535
149904
  "level": "atom",
148536
149905
  "topic": "ui/game",
148537
149906
  "family": "ui/game",
148538
149907
  "layer": "UI Patterns",
148539
- "description": "Headless motion-trail mechanic: records the moving body's recent positions as timestamped dots on a [runtime, shared] entity so the render layer can draw a fading comet trail. Rides the body authority's BODY_MOVED appends a dot only when the body's speed exceeds minSpeed (standing still leaves no trail) and prunes dots older than ttl on the same pass, so no decay tick is needed and a stopped body's trail simply stops growing (the render side fades each dot by bornAt/ttl). RESTART clears. Renders nothing.",
148540
- "defaultOrbitalName": "FxTrailOrbital",
149908
+ "description": "Headless game-design metadata authority: every game or level in the std library MUST compose this atom and fill its design sheet before declaring mechanics. The sheet forces the author to state the core loop, challenge, goals, feedback, agency, mechanics, dynamics, engagement drivers, and rewards. The atom owns no rendering and no rules; it is the single source of truth for intent metadata. Domain-specific extensions (e.g., math target or grade level for an educational game) live in the consuming package, not here. Future game atoms (platformer-body, objective-flow, fx-narrative, pickup, gate-lock, etc.) correspond to fields here, and level organisms bind those atoms together while declaring how each field is realized.",
149909
+ "defaultOrbitalName": "GameDesignSheetOrbital",
148541
149910
  "statePattern": "active",
148542
149911
  "complexity": {
148543
149912
  "states": 1,
148544
149913
  "events": 3,
148545
- "transitions": 3
149914
+ "transitions": 2
148546
149915
  },
148547
149916
  "defaultEntity": {
148548
- "name": "FxTrailData",
149917
+ "name": "GameDesignState",
148549
149918
  "persistence": "runtime",
148550
149919
  "fields": [
148551
149920
  {
@@ -148554,21 +149923,21 @@
148554
149923
  "required": true
148555
149924
  },
148556
149925
  {
148557
- "name": "trail",
148558
- "type": "array",
148559
- "default": []
149926
+ "name": "design",
149927
+ "type": "object",
149928
+ "default": {}
148560
149929
  },
148561
149930
  {
148562
- "name": "seq",
148563
- "type": "number",
148564
- "default": 0
149931
+ "name": "declared",
149932
+ "type": "boolean",
149933
+ "default": false
148565
149934
  }
148566
149935
  ]
148567
149936
  },
148568
149937
  "defaultLabels": {
148569
- "title": "FxTrailDatas",
148570
- "entitySingular": "FxTrailData",
148571
- "entityPlural": "FxTrailDatas"
149938
+ "title": "GameDesignStates",
149939
+ "entitySingular": "GameDesignState",
149940
+ "entityPlural": "GameDesignStates"
148572
149941
  },
148573
149942
  "defaultIcons": [],
148574
149943
  "composableWith": [
@@ -148601,6 +149970,7 @@
148601
149970
  "std-frogger",
148602
149971
  "std-fx-narrative",
148603
149972
  "std-fx-particles",
149973
+ "std-fx-trail",
148604
149974
  "std-gate-lock",
148605
149975
  "std-gather",
148606
149976
  "std-gem-rush",
@@ -148726,43 +150096,101 @@
148726
150096
  "ui-visual-novel-board"
148727
150097
  ],
148728
150098
  "connectableEvents": [
148729
- "BODY_MOVED",
148730
- "RESTART"
150099
+ "RESTART",
150100
+ "DESIGN_DECLARED"
148731
150101
  ],
148732
150102
  "eventPayloads": {},
148733
150103
  "exposure": "palette",
148734
150104
  "provenance": "generated",
148735
150105
  "traits": [
148736
150106
  {
148737
- "name": "FxTrail",
148738
- "orbital": "FxTrailOrbital",
150107
+ "name": "GameDesignSheet",
150108
+ "orbital": "GameDesignSheetOrbital",
148739
150109
  "role": "reactor",
148740
- "emittedEvents": [],
150110
+ "emittedEvents": [
150111
+ "DESIGN_DECLARED"
150112
+ ],
148741
150113
  "listenedEvents": [],
148742
150114
  "overridableConfigKeys": [
148743
150115
  {
148744
- "key": "minSpeed",
148745
- "type": "number",
148746
- "default": 0.5,
148747
- "label": "Min Speed",
148748
- "description": "Body speed (units/s, from BODY_MOVED) below which no dot is appended, so a resting body doesn't pile dots on one spot.",
148749
- "tier": "domain"
148750
- },
148751
- {
148752
- "key": "running",
148753
- "type": "boolean",
148754
- "default": true,
148755
- "label": "Running",
148756
- "description": "When true, BODY_MOVED appends trail dots; toggle to freeze the trail (existing dots still age out).",
148757
- "tier": "domain"
148758
- },
148759
- {
148760
- "key": "ttl",
148761
- "type": "number",
148762
- "default": 600,
148763
- "label": "Trail Ttl (ms)",
148764
- "description": "Milliseconds a trail dot lives; at a 33ms move cadence ~600ms keeps the last eighteen positions. The ttl is also the natural length cap — no separate limit needed.",
148765
- "tier": "presentation"
150116
+ "key": "design",
150117
+ "type": "GameDesign",
150118
+ "default": {
150119
+ "agency": "",
150120
+ "challenge": "",
150121
+ "coreLoop": "",
150122
+ "dynamics": [],
150123
+ "engagement": [],
150124
+ "feedback": "",
150125
+ "goals": [],
150126
+ "mechanics": [],
150127
+ "rewards": []
150128
+ },
150129
+ "label": "Design Sheet",
150130
+ "description": "Required game-design metadata. All string/array fields must be non-empty for a finished level; empty defaults fail validation until the author fills them in.",
150131
+ "tier": "domain",
150132
+ "properties": {
150133
+ "agency": {
150134
+ "name": "agency",
150135
+ "required": true,
150136
+ "type": "string"
150137
+ },
150138
+ "challenge": {
150139
+ "name": "challenge",
150140
+ "required": true,
150141
+ "type": "string"
150142
+ },
150143
+ "coreLoop": {
150144
+ "name": "coreLoop",
150145
+ "required": true,
150146
+ "type": "string"
150147
+ },
150148
+ "dynamics": {
150149
+ "name": "dynamics",
150150
+ "required": true,
150151
+ "type": "array",
150152
+ "items": {
150153
+ "type": "string"
150154
+ }
150155
+ },
150156
+ "engagement": {
150157
+ "name": "engagement",
150158
+ "required": true,
150159
+ "type": "array",
150160
+ "items": {
150161
+ "type": "string"
150162
+ }
150163
+ },
150164
+ "feedback": {
150165
+ "name": "feedback",
150166
+ "required": true,
150167
+ "type": "string"
150168
+ },
150169
+ "goals": {
150170
+ "name": "goals",
150171
+ "required": true,
150172
+ "type": "array",
150173
+ "items": {
150174
+ "type": "string"
150175
+ }
150176
+ },
150177
+ "mechanics": {
150178
+ "name": "mechanics",
150179
+ "required": true,
150180
+ "type": "array",
150181
+ "items": {
150182
+ "type": "string"
150183
+ }
150184
+ },
150185
+ "rewards": {
150186
+ "name": "rewards",
150187
+ "required": true,
150188
+ "type": "array",
150189
+ "items": {
150190
+ "type": "string"
150191
+ }
150192
+ }
150193
+ }
148766
150194
  }
148767
150195
  ],
148768
150196
  "capabilities": [],
@@ -148770,26 +150198,27 @@
148770
150198
  "rendersUi": false,
148771
150199
  "category": "lifecycle",
148772
150200
  "entityRebindable": true,
148773
- "linkedEntity": "FxTrailData",
150201
+ "linkedEntity": "GameDesignState",
148774
150202
  "entityContract": {
148775
150203
  "requires": [],
148776
150204
  "provides": [
148777
- "seq",
148778
- "trail"
150205
+ "declared",
150206
+ "design"
148779
150207
  ]
148780
150208
  },
148781
150209
  "transitionEvents": [
148782
- "BODY_MOVED",
148783
150210
  "INIT",
148784
150211
  "RESTART"
148785
150212
  ],
148786
150213
  "events": [
148787
150214
  {
148788
- "name": "INIT",
148789
- "direction": "listen"
150215
+ "name": "DESIGN_DECLARED",
150216
+ "direction": "emit",
150217
+ "description": "The compiled game-design sheet is emitted once on INIT and again on RESTART so organism-level authorities, analytics, or tutorial overlays can react to it.",
150218
+ "tier": "domain"
148790
150219
  },
148791
150220
  {
148792
- "name": "BODY_MOVED",
150221
+ "name": "INIT",
148793
150222
  "direction": "listen"
148794
150223
  },
148795
150224
  {
@@ -148800,7 +150229,7 @@
148800
150229
  "definerKnobs": []
148801
150230
  }
148802
150231
  ],
148803
- "factoryPath": "behaviors/functions/ui/game/atoms/std-fx-trail.ts",
150232
+ "factoryPath": "behaviors/functions/ui/game/atoms/std-game-design-sheet.ts",
148804
150233
  "roles": [
148805
150234
  "reactor"
148806
150235
  ],
@@ -148812,7 +150241,7 @@
148812
150241
  "topic": "ui/game",
148813
150242
  "family": "ui/game",
148814
150243
  "layer": "UI Patterns",
148815
- "description": "Headless collectible-gate mechanic: doors that stay shut until the player's collected total reaches their cost. Listens COLLECT (the board's running total — stars, coins, keys) and flips every door whose cost is met, stamping open on the shared door rows and emitting GATE_OPENED for the first newly opened door (the shared entity is the render authority for the rest). While a closed door's rect contains the player it emits GATE_BLOCKED once per approach — re-arming only after the player steps out — so the board can answer with a PLACE back and a locked fx. RESTART re-locks every door and zeroes the total. Renders nothing; boards draw closed doors as bars/walls and open ones as gaps.",
150244
+ "description": "Headless collectible-gate mechanic: doors that stay shut until the player's collected total reaches their cost. Listens COLLECT (the board's running total — stars, coins, keys) and flips every door whose cost is met, stamping open on the shared door rows and emitting GATE_OPENED for the first newly opened door (the shared entity is the render authority for the rest). While a closed door's rect contains the player it emits GATE_BLOCKED once per approach — re-arming only after the player steps out — so the board can answer with a PLACE back and a locked fx. RESTART re-locks every door and zeroes the total. Renders nothing; boards draw closed doors as bars/walls and open ones as gaps. Corresponds to the design-sheet field(s): challenge, rewards.",
148816
150245
  "defaultOrbitalName": "GateLockOrbital",
148817
150246
  "statePattern": "active",
148818
150247
  "complexity": {
@@ -148879,6 +150308,7 @@
148879
150308
  "std-fx-narrative",
148880
150309
  "std-fx-particles",
148881
150310
  "std-fx-trail",
150311
+ "std-game-design-sheet",
148882
150312
  "std-gather",
148883
150313
  "std-gem-rush",
148884
150314
  "std-gold",
@@ -149232,6 +150662,7 @@
149232
150662
  "std-fx-narrative",
149233
150663
  "std-fx-particles",
149234
150664
  "std-fx-trail",
150665
+ "std-game-design-sheet",
149235
150666
  "std-gate-lock",
149236
150667
  "std-gem-rush",
149237
150668
  "std-gold",
@@ -149667,6 +151098,7 @@
149667
151098
  "std-fx-narrative",
149668
151099
  "std-fx-particles",
149669
151100
  "std-fx-trail",
151101
+ "std-game-design-sheet",
149670
151102
  "std-gate-lock",
149671
151103
  "std-gather",
149672
151104
  "std-gem-rush",
@@ -149940,6 +151372,7 @@
149940
151372
  "std-fx-narrative",
149941
151373
  "std-fx-particles",
149942
151374
  "std-fx-trail",
151375
+ "std-game-design-sheet",
149943
151376
  "std-gate-lock",
149944
151377
  "std-gather",
149945
151378
  "std-gem-rush",
@@ -150376,6 +151809,7 @@
150376
151809
  "std-fx-narrative",
150377
151810
  "std-fx-particles",
150378
151811
  "std-fx-trail",
151812
+ "std-game-design-sheet",
150379
151813
  "std-gate-lock",
150380
151814
  "std-gather",
150381
151815
  "std-gem-rush",
@@ -150727,7 +152161,7 @@
150727
152161
  "topic": "ui/game",
150728
152162
  "family": "ui/game",
150729
152163
  "layer": "UI Patterns",
150730
- "description": "Headless lives + checkpoint authority for boards with stakes: owns lives, the current respawn point, and nothing else. DAMAGE (call sites rename their hazard sources — BODY_HAZARD, BODY_FELL, PATROL_HIT — onto it) costs one life, respecting an invulnerability window so overlapping hazards can't chain-drain; losing a life emits LIFE_LOST plus RESPAWN with the current checkpoint (boards route RESPAWN to the body authority's PLACE), and losing the last emits GAME_OVER instead. Checkpoints advance automatically: BODY_MOVED crossing a configured checkpoint's atX moves the respawn point forward and emits CHECKPOINT_REACHED once per checkpoint (tracked by furthest atX reached, so checkpoints are ordered along the run). RESTART reseeds lives and respawn to the spawn. Renders nothing — HUDs read lives off the shared entity.",
152164
+ "description": "Headless lives + checkpoint authority for boards with stakes: owns lives, the current respawn point, and nothing else. DAMAGE (call sites rename their hazard sources — BODY_HAZARD, BODY_FELL, PATROL_HIT — onto it) costs one life, respecting an invulnerability window so overlapping hazards can't chain-drain; losing a life emits LIFE_LOST plus RESPAWN with the current checkpoint (boards route RESPAWN to the body authority's PLACE), and losing the last emits GAME_OVER instead. Checkpoints advance automatically: BODY_MOVED crossing a configured checkpoint's atX moves the respawn point forward and emits CHECKPOINT_REACHED once per checkpoint (tracked by furthest atX reached, so checkpoints are ordered along the run). RESTART reseeds lives and respawn to the spawn. Renders nothing — HUDs read lives off the shared entity. Corresponds to the design-sheet field(s): challenge, feedback.",
150731
152165
  "defaultOrbitalName": "LivesOrbital",
150732
152166
  "statePattern": "active",
150733
152167
  "complexity": {
@@ -150808,6 +152242,7 @@
150808
152242
  "std-fx-narrative",
150809
152243
  "std-fx-particles",
150810
152244
  "std-fx-trail",
152245
+ "std-game-design-sheet",
150811
152246
  "std-gate-lock",
150812
152247
  "std-gather",
150813
152248
  "std-gem-rush",
@@ -151109,7 +152544,7 @@
151109
152544
  "topic": "ui/game",
151110
152545
  "family": "ui/game",
151111
152546
  "layer": "UI Patterns",
151112
- "description": "Headless winding-lock mechanic: locks that open only after the player travels a full revolution around their anchor. Listens BODY_MOVED and, while the player stays within a radial band of a lock's ring, accumulates the wrapped angular delta of their position into swept (radians, signed — either direction counts); when |swept| reaches turns × 2π the lock flips unlocked and emits LOOP_UNLOCKED once. Entering the band reseeds the angle so leaving and returning never jumps the sweep; progress is kept across exits, so a revolution can be completed in stages. RESTART re-locks every lock. Renders nothing; boards draw the ring/chest and read swept from the shared entity (the render authority).",
152547
+ "description": "Headless winding-lock mechanic: locks that open only after the player travels a full revolution around their anchor. Listens BODY_MOVED and, while the player stays within a radial band of a lock's ring, accumulates the wrapped angular delta of their position into swept (radians, signed — either direction counts); when |swept| reaches turns × 2π the lock flips unlocked and emits LOOP_UNLOCKED once. Entering the band reseeds the angle so leaving and returning never jumps the sweep; progress is kept across exits, so a revolution can be completed in stages. RESTART re-locks every lock. Renders nothing; boards draw the ring/chest and read swept from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, rewards.",
151113
152548
  "defaultOrbitalName": "LoopLockOrbital",
151114
152549
  "statePattern": "active",
151115
152550
  "complexity": {
@@ -151170,6 +152605,7 @@
151170
152605
  "std-fx-narrative",
151171
152606
  "std-fx-particles",
151172
152607
  "std-fx-trail",
152608
+ "std-game-design-sheet",
151173
152609
  "std-gate-lock",
151174
152610
  "std-gather",
151175
152611
  "std-gem-rush",
@@ -151501,6 +152937,7 @@
151501
152937
  "std-fx-narrative",
151502
152938
  "std-fx-particles",
151503
152939
  "std-fx-trail",
152940
+ "std-game-design-sheet",
151504
152941
  "std-gate-lock",
151505
152942
  "std-gather",
151506
152943
  "std-gem-rush",
@@ -151792,6 +153229,7 @@
151792
153229
  "std-fx-narrative",
151793
153230
  "std-fx-particles",
151794
153231
  "std-fx-trail",
153232
+ "std-game-design-sheet",
151795
153233
  "std-gate-lock",
151796
153234
  "std-gather",
151797
153235
  "std-gold",
@@ -152039,6 +153477,7 @@
152039
153477
  "std-fx-narrative",
152040
153478
  "std-fx-particles",
152041
153479
  "std-fx-trail",
153480
+ "std-game-design-sheet",
152042
153481
  "std-gate-lock",
152043
153482
  "std-gather",
152044
153483
  "std-gem-rush",
@@ -152380,7 +153819,7 @@
152380
153819
  "topic": "ui/game",
152381
153820
  "family": "ui/game",
152382
153821
  "layer": "UI Patterns",
152383
- "description": "Headless win/lose authority for objective boards: owns only result. Listens PROGRESS (objectivesLeft + movesLeft) and sets result to won when every objective is reached, lost when the move budget runs out first, else none. Renders nothing.",
153822
+ "description": "Headless win/lose authority for objective boards: owns only result. Listens PROGRESS (objectivesLeft + movesLeft) and sets result to won when every objective is reached, lost when the move budget runs out first, else none. Renders nothing. Corresponds to the design-sheet field(s): goals, feedback.",
152384
153823
  "defaultOrbitalName": "ObjectiveFlowOrbital",
152385
153824
  "statePattern": "active",
152386
153825
  "complexity": {
@@ -152441,6 +153880,7 @@
152441
153880
  "std-fx-narrative",
152442
153881
  "std-fx-particles",
152443
153882
  "std-fx-trail",
153883
+ "std-game-design-sheet",
152444
153884
  "std-gate-lock",
152445
153885
  "std-gather",
152446
153886
  "std-gem-rush",
@@ -152738,6 +154178,7 @@
152738
154178
  "std-fx-narrative",
152739
154179
  "std-fx-particles",
152740
154180
  "std-fx-trail",
154181
+ "std-game-design-sheet",
152741
154182
  "std-gate-lock",
152742
154183
  "std-gather",
152743
154184
  "std-gem-rush",
@@ -153117,7 +154558,7 @@
153117
154558
  "topic": "ui/game",
153118
154559
  "family": "ui/game",
153119
154560
  "layer": "UI Patterns",
153120
- "description": "Headless pad-lock mechanic: floor pads that light when the player steps on them, completing a set when every pad is lit. Listens BODY_MOVED and lights any unlit live pad the player's rect touches (|dx| <= reachX, |dy| <= reachY of the pad center); a lit pad stays lit. Pads may carry a group number (grp 0 = ungrouped, always live): when groups are used, only pads of the lowest uncompleted group are live — pads of later groups refuse to light until the current group finishes, so one sum must be finished before the next. When a group completes the trait emits PAD_GROUP_COMPLETED once for it (first newly completed group reports; the shared entity carries the rest); when every pad in the set is lit it stamps completed and emits PAD_SET_COMPLETED once. The lowest uncompleted group is stamped on the shared entity as currentGrp so boards can pulse exactly the live pads (0 = no group open / ungrouped pads). RESTART unlights every pad and resets the set. Renders nothing; boards draw the pads and read lit from the shared entity (the render authority).",
154561
+ "description": "Headless pad-lock mechanic: floor pads that light when the player steps on them, completing a set when every pad is lit. Listens BODY_MOVED and lights any unlit live pad the player's rect touches (|dx| <= reachX, |dy| <= reachY of the pad center); a lit pad stays lit. Pads may carry a group number (grp 0 = ungrouped, always live): when groups are used, only pads of the lowest uncompleted group are live — pads of later groups refuse to light until the current group finishes, so one sum must be finished before the next. When a group completes the trait emits PAD_GROUP_COMPLETED once for it (first newly completed group reports; the shared entity carries the rest); when every pad in the set is lit it stamps completed and emits PAD_SET_COMPLETED once. The lowest uncompleted group is stamped on the shared entity as currentGrp so boards can pulse exactly the live pads (0 = no group open / ungrouped pads). RESTART unlights every pad and resets the set. Renders nothing; boards draw the pads and read lit from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, mechanics.",
153121
154562
  "defaultOrbitalName": "PadLockOrbital",
153122
154563
  "statePattern": "active",
153123
154564
  "complexity": {
@@ -153193,6 +154634,7 @@
153193
154634
  "std-fx-narrative",
153194
154635
  "std-fx-particles",
153195
154636
  "std-fx-trail",
154637
+ "std-game-design-sheet",
153196
154638
  "std-gate-lock",
153197
154639
  "std-gather",
153198
154640
  "std-gem-rush",
@@ -153535,6 +154977,7 @@
153535
154977
  "std-fx-narrative",
153536
154978
  "std-fx-particles",
153537
154979
  "std-fx-trail",
154980
+ "std-game-design-sheet",
153538
154981
  "std-gate-lock",
153539
154982
  "std-gather",
153540
154983
  "std-gem-rush",
@@ -153898,7 +155341,7 @@
153898
155341
  "topic": "ui/game",
153899
155342
  "family": "ui/game",
153900
155343
  "layer": "UI Patterns",
153901
- "description": "Headless patrol-hazard mechanic for side-view boards: moves each configured patrol back and forth along its [x0, x1] beat at its own speed (33ms tick, ping-pong with clamped turnarounds; a patrol declaring waveAmp/wavePeriod also bobs vertically — cy = y + waveAmp·sin(2πt/wavePeriod from a per-row time accumulator — and the hit test and render read cy, so a waveAmp of 0 keeps the flat beat), tracks the player position off the body authority's BODY_MOVED, and emits PATROL_HIT once per contact — a per-patrol hit flag re-arms only after the player separates, so damage rules stay sparse (when two patrols connect on the same tick the first reports; the other reports on the next tick). Patrols live on a [runtime, shared] entity for the render layer (boards draw them as markers/sprites); damage, lives, and respawn stay downstream (std-lives) — this atom simulates, it never judges. Renders nothing.",
155344
+ "description": "Headless patrol-hazard mechanic for side-view boards: moves each configured patrol back and forth along its [x0, x1] beat at its own speed (33ms tick, ping-pong with clamped turnarounds; a patrol declaring waveAmp/wavePeriod also bobs vertically — cy = y + waveAmp·sin(2πt/wavePeriod from a per-row time accumulator — and the hit test and render read cy, so a waveAmp of 0 keeps the flat beat), tracks the player position off the body authority's BODY_MOVED, and emits PATROL_HIT once per contact — a per-patrol hit flag re-arms only after the player separates, so damage rules stay sparse (when two patrols connect on the same tick the first reports; the other reports on the next tick). Patrols live on a [runtime, shared] entity for the render layer (boards draw them as markers/sprites); damage, lives, and respawn stay downstream (std-lives) — this atom simulates, it never judges. Renders nothing. Corresponds to the design-sheet field(s): challenge, dynamics.",
153902
155345
  "defaultOrbitalName": "PatrolHazardOrbital",
153903
155346
  "statePattern": "active",
153904
155347
  "complexity": {
@@ -153969,6 +155412,7 @@
153969
155412
  "std-fx-narrative",
153970
155413
  "std-fx-particles",
153971
155414
  "std-fx-trail",
155415
+ "std-game-design-sheet",
153972
155416
  "std-gate-lock",
153973
155417
  "std-gather",
153974
155418
  "std-gem-rush",
@@ -154280,7 +155724,7 @@
154280
155724
  "topic": "ui/game",
154281
155725
  "family": "ui/game",
154282
155726
  "layer": "UI Patterns",
154283
- "description": "Headless side-view collectible authority — the platformer twin of grid std-gather. Listens BODY_MOVED and, when the player touches an uncollected feature (|dx| <= reachX, |dy| <= reachY of the feature center — the coef-pad touch idiom minus the grounded requirement, so airborne pickups work), stamps it collected on the shared entity and emits PICKED once per item (id, kind, position, glyph, message) plus COLLECT{total} with the running count (the event std-gate-lock already consumes). When every feature is collected it emits PICKUP_SET_COMPLETED once. RESTART re-arms every feature and zeroes the count. kind is board-defined vocabulary (star, boost, …) — this atom reports, boards judge. Renders nothing; boards draw the features and read collected from the shared entity.",
155727
+ "description": "Headless side-view collectible authority — the platformer twin of grid std-gather. Listens BODY_MOVED and, when the player touches an uncollected feature (|dx| <= reachX, |dy| <= reachY of the feature center — the coef-pad touch idiom minus the grounded requirement, so airborne pickups work), stamps it collected on the shared entity and emits PICKED once per item (id, kind, position, glyph, message) plus COLLECT{total} with the running count (the event std-gate-lock already consumes). When every feature is collected it emits PICKUP_SET_COMPLETED once. RESTART re-arms every feature and zeroes the count. kind is board-defined vocabulary (star, boost, …) — this atom reports, boards judge. Renders nothing; boards draw the features and read collected from the shared entity. Corresponds to the design-sheet field(s): rewards.",
154284
155728
  "defaultOrbitalName": "PickupOrbital",
154285
155729
  "statePattern": "active",
154286
155730
  "complexity": {
@@ -154352,6 +155796,7 @@
154352
155796
  "std-fx-narrative",
154353
155797
  "std-fx-particles",
154354
155798
  "std-fx-trail",
155799
+ "std-game-design-sheet",
154355
155800
  "std-gate-lock",
154356
155801
  "std-gather",
154357
155802
  "std-gem-rush",
@@ -154636,7 +156081,7 @@
154636
156081
  "topic": "ui/game",
154637
156082
  "family": "ui/game",
154638
156083
  "layer": "UI Patterns",
154639
- "description": "Headless run/jump platformer-physics authority: the SOLE writer of body + fell + hazardId + goalId on side-view boards. Where std-motion-body owns free 2D drift (no collision), this atom owns the platformer contract: every 33ms physics tick it integrates gravity into the body's vertical velocity, steps position in per-second units, and collides the body rect against the config platforms with one-way semantics — a body moving in the gravity direction that overlaps a ground/platform tile lands on its anti-gravity face (vy zeroed, grounded set), while a body moving against gravity passes through, so jumping up through a platform and walking up a staircase both just work. The sign of gravity IS the vertical convention: positive pulls toward +y (screen boards, y down — sprite canvases), negative toward −y (math canvases, y up); jumps always fire against it. Intents: STEER sets horizontal velocity (dir −1/0/1 × moveSpeed, hold-to-run: keydown steers, keyup steers 0), JUMP kicks vertical velocity when grounded, PLACE teleports (spawns, hazard respawns), RESTART reseeds. Emits BODY_MOVED every tick for the render layer (boards that don't subscribe pay nothing), plus the sparse rule signals a board needs to score: BODY_JUMPED, BODY_LANDED (with impact speed), BODY_HAZARD (once per hazard entry, re-arms on exit), BODY_GOAL (same arming), BODY_FELL (once per fall past killY, re-armed by PLACE/RESTART). Drift regions: config.driftRegions lists axis-aligned rects each carrying a constant acceleration (ax, ay) applied with the same 0.033s dt whenever the body's center is inside (empty list = zero behavior change). Curve skating: when config.skate is on and the grounded body comes within skateSnap of the config.skateCurve surface, the body rides the curve — y snaps to the interpolated surface and tangential gravity (g·slope/(1+slope²)) accelerates vx, and the vertical velocity is the tangential projection (s = vx·cos θ, vy = s·sin θ — no discontinuous jumps at sample boundaries), so the body slides downhill along the graph itself and launches ballistically off its ends; jumping kicks free. Sparse BODY_SKATE_START/BODY_SKATE_END signals fire on engage/disengage so boards can layer fx. Lives, score, and win/lose stay downstream — this atom simulates, it never judges. Renders nothing.",
156084
+ "description": "Headless run/jump platformer-physics authority: the SOLE writer of body + fell + hazardId + goalId on side-view boards. Where std-motion-body owns free 2D drift (no collision), this atom owns the platformer contract: every 33ms physics tick it integrates gravity into the body's vertical velocity, steps position in per-second units, and collides the body rect against the config platforms with one-way semantics — a body moving in the gravity direction that overlaps a ground/platform tile lands on its anti-gravity face (vy zeroed, grounded set), while a body moving against gravity passes through, so jumping up through a platform and walking up a staircase both just work. The sign of gravity IS the vertical convention: positive pulls toward +y (screen boards, y down — sprite canvases), negative toward −y (math canvases, y up); jumps always fire against it. Intents: STEER sets horizontal velocity (dir −1/0/1 × moveSpeed, hold-to-run: keydown steers, keyup steers 0), JUMP kicks vertical velocity when grounded, PLACE teleports (spawns, hazard respawns), RESTART reseeds. Emits BODY_MOVED every tick for the render layer (boards that don't subscribe pay nothing), plus the sparse rule signals a board needs to score: BODY_JUMPED, BODY_LANDED (with impact speed), BODY_HAZARD (once per hazard entry, re-arms on exit), BODY_GOAL (same arming), BODY_FELL (once per fall past killY, re-armed by PLACE/RESTART). Drift regions: config.driftRegions lists axis-aligned rects each carrying a constant acceleration (ax, ay) applied with the same 0.033s dt whenever the body's center is inside (empty list = zero behavior change). Curve skating: when config.skate is on and the grounded body comes within skateSnap of the config.skateCurve surface, the body rides the curve — y snaps to the interpolated surface and tangential gravity (g·slope/(1+slope²)) accelerates vx, and the vertical velocity is the tangential projection (s = vx·cos θ, vy = s·sin θ — no discontinuous jumps at sample boundaries), so the body slides downhill along the graph itself and launches ballistically off its ends; jumping kicks free. Sparse BODY_SKATE_START/BODY_SKATE_END signals fire on engage/disengage so boards can layer fx. Lives, score, and win/lose stay downstream — this atom simulates, it never judges. Renders nothing. Corresponds to the design-sheet field(s): mechanics, dynamics.",
154640
156085
  "defaultOrbitalName": "PlatformerBodyOrbital",
154641
156086
  "statePattern": "active",
154642
156087
  "complexity": {
@@ -154736,6 +156181,7 @@
154736
156181
  "std-fx-narrative",
154737
156182
  "std-fx-particles",
154738
156183
  "std-fx-trail",
156184
+ "std-game-design-sheet",
154739
156185
  "std-gate-lock",
154740
156186
  "std-gather",
154741
156187
  "std-gem-rush",
@@ -155364,6 +156810,7 @@
155364
156810
  "std-fx-narrative",
155365
156811
  "std-fx-particles",
155366
156812
  "std-fx-trail",
156813
+ "std-game-design-sheet",
155367
156814
  "std-gate-lock",
155368
156815
  "std-gather",
155369
156816
  "std-gold",
@@ -155670,6 +157117,7 @@
155670
157117
  "std-fx-narrative",
155671
157118
  "std-fx-particles",
155672
157119
  "std-fx-trail",
157120
+ "std-game-design-sheet",
155673
157121
  "std-gate-lock",
155674
157122
  "std-gather",
155675
157123
  "std-gold",
@@ -155935,6 +157383,7 @@
155935
157383
  "std-fx-narrative",
155936
157384
  "std-fx-particles",
155937
157385
  "std-fx-trail",
157386
+ "std-game-design-sheet",
155938
157387
  "std-gate-lock",
155939
157388
  "std-gather",
155940
157389
  "std-gold",
@@ -156196,6 +157645,7 @@
156196
157645
  "std-fx-narrative",
156197
157646
  "std-fx-particles",
156198
157647
  "std-fx-trail",
157648
+ "std-game-design-sheet",
156199
157649
  "std-gate-lock",
156200
157650
  "std-gather",
156201
157651
  "std-gem-rush",
@@ -156476,6 +157926,7 @@
156476
157926
  "std-fx-narrative",
156477
157927
  "std-fx-particles",
156478
157928
  "std-fx-trail",
157929
+ "std-game-design-sheet",
156479
157930
  "std-gate-lock",
156480
157931
  "std-gather",
156481
157932
  "std-gold",
@@ -156712,6 +158163,7 @@
156712
158163
  "std-fx-narrative",
156713
158164
  "std-fx-particles",
156714
158165
  "std-fx-trail",
158166
+ "std-game-design-sheet",
156715
158167
  "std-gate-lock",
156716
158168
  "std-gather",
156717
158169
  "std-gold",
@@ -156968,7 +158420,7 @@
156968
158420
  "topic": "ui/game",
156969
158421
  "family": "ui/game",
156970
158422
  "layer": "UI Patterns",
156971
- "description": "Tutorial modal with live-demo steps for game boards and learning shells: a paged overlay — title, a live previewTrait frame playing the mechanic via std-tutorial-autodemo (a bare game canvas, no shell chrome), one line of body copy, a step counter, and Back / Next / Skip — composed entirely from registered render types (stack + text + button + trait frame) into the overlay slot, so no new UI component is needed. autoShow opens it on INIT for first-time players; a board's help button re-opens it any time via SHOW (which rewinds to step one). DISMISS (or finishing the last step) marks the run done, clears the overlay, and emits TUTORIAL_DONE so the board can unpause or log. Steps are pure config — a board teaches a new mechanic by adding one { id, title, body, demoId } row plus a previewTrait binding.",
158423
+ "description": "Tutorial modal with live-demo steps for game boards and learning shells: a paged overlay — title, a live previewTrait frame playing the mechanic via std-tutorial-autodemo (a bare game canvas, no shell chrome), one line of body copy, a step counter, and Back / Next / Skip — composed entirely from registered render types (stack + text + button + trait frame) into the overlay slot, so no new UI component is needed. autoShow opens it on INIT for first-time players; a board's help button re-opens it any time via SHOW (which rewinds to step one). DISMISS (or finishing the last step) marks the run done, clears the overlay, and emits TUTORIAL_DONE so the board can unpause or log. Steps are pure config — a board teaches a new mechanic by adding one { id, title, body, demoId } row plus a previewTrait binding. Corresponds to the design-sheet field(s): feedback, agency.",
156972
158424
  "defaultOrbitalName": "TutorialOverlayOrbital",
156973
158425
  "statePattern": "idle",
156974
158426
  "complexity": {
@@ -157020,6 +158472,7 @@
157020
158472
  "std-fx-narrative",
157021
158473
  "std-fx-particles",
157022
158474
  "std-fx-trail",
158475
+ "std-game-design-sheet",
157023
158476
  "std-gate-lock",
157024
158477
  "std-gather",
157025
158478
  "std-gold",
@@ -157303,7 +158756,7 @@
157303
158756
  "topic": "ui/game",
157304
158757
  "family": "ui/game",
157305
158758
  "layer": "UI Patterns",
157306
- "description": "Headless velocity-gate mechanic: gates that open only when the player crosses them inside a speed band, optionally in a required direction, optionally sustained for a dwell. Listens BODY_MOVED and, per closed gate, tests the player's rect (padded by reachMargin), their speed against [minSpeed, maxSpeed], and their horizontal direction against dir (0 = either). Instant gates (dwellMs 0) open on the first passing cross; dwell gates (dwellMs > 0) accumulate ~33ms per passing move and open once held reaches dwellMs — a failing move resets the hold. The first newly opened gate emits VELOCITY_GATE_OPENED (the shared entity carries the rest). Entering a closed INSTANT gate while NOT passing emits VELOCITY_GATE_DENIED once per approach — re-arming only after the player steps out — so the board can answer with a PLACE back and a hint fx; dwell gates never deny (a hot entry is fine — coming to rest inside is the point), a failed hold simply resets. RESTART re-closes every gate. Renders nothing; boards draw the gate band/chest and read open/held from the shared entity (the render authority).",
158759
+ "description": "Headless velocity-gate mechanic: gates that open only when the player crosses them inside a speed band, optionally in a required direction, optionally sustained for a dwell. Listens BODY_MOVED and, per closed gate, tests the player's rect (padded by reachMargin), their speed against [minSpeed, maxSpeed], and their horizontal direction against dir (0 = either). Instant gates (dwellMs 0) open on the first passing cross; dwell gates (dwellMs > 0) accumulate ~33ms per passing move and open once held reaches dwellMs — a failing move resets the hold. The first newly opened gate emits VELOCITY_GATE_OPENED (the shared entity carries the rest). Entering a closed INSTANT gate while NOT passing emits VELOCITY_GATE_DENIED once per approach — re-arming only after the player steps out — so the board can answer with a PLACE back and a hint fx; dwell gates never deny (a hot entry is fine — coming to rest inside is the point), a failed hold simply resets. RESTART re-closes every gate. Renders nothing; boards draw the gate band/chest and read open/held from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, mechanics.",
157307
158760
  "defaultOrbitalName": "VelocityGateOrbital",
157308
158761
  "statePattern": "active",
157309
158762
  "complexity": {
@@ -157364,6 +158817,7 @@
157364
158817
  "std-fx-narrative",
157365
158818
  "std-fx-particles",
157366
158819
  "std-fx-trail",
158820
+ "std-game-design-sheet",
157367
158821
  "std-gate-lock",
157368
158822
  "std-gather",
157369
158823
  "std-gem-rush",
@@ -157732,6 +159186,7 @@
157732
159186
  "std-fx-narrative",
157733
159187
  "std-fx-particles",
157734
159188
  "std-fx-trail",
159189
+ "std-game-design-sheet",
157735
159190
  "std-gate-lock",
157736
159191
  "std-gather",
157737
159192
  "std-gold",
@@ -158050,6 +159505,7 @@
158050
159505
  "std-fx-narrative",
158051
159506
  "std-fx-particles",
158052
159507
  "std-fx-trail",
159508
+ "std-game-design-sheet",
158053
159509
  "std-gate-lock",
158054
159510
  "std-gather",
158055
159511
  "std-gem-rush",
@@ -158354,6 +159810,7 @@
158354
159810
  "std-fx-narrative",
158355
159811
  "std-fx-particles",
158356
159812
  "std-fx-trail",
159813
+ "std-game-design-sheet",
158357
159814
  "std-gate-lock",
158358
159815
  "std-gather",
158359
159816
  "std-gold",
@@ -158882,6 +160339,7 @@
158882
160339
  "std-fx-narrative",
158883
160340
  "std-fx-particles",
158884
160341
  "std-fx-trail",
160342
+ "std-game-design-sheet",
158885
160343
  "std-gate-lock",
158886
160344
  "std-gather",
158887
160345
  "std-gold",
@@ -159450,6 +160908,7 @@
159450
160908
  "std-fx-narrative",
159451
160909
  "std-fx-particles",
159452
160910
  "std-fx-trail",
160911
+ "std-game-design-sheet",
159453
160912
  "std-gate-lock",
159454
160913
  "std-gather",
159455
160914
  "std-gold",
@@ -159986,6 +161445,7 @@
159986
161445
  "std-fx-narrative",
159987
161446
  "std-fx-particles",
159988
161447
  "std-fx-trail",
161448
+ "std-game-design-sheet",
159989
161449
  "std-gate-lock",
159990
161450
  "std-gather",
159991
161451
  "std-gold",
@@ -160790,6 +162250,7 @@
160790
162250
  "std-fx-narrative",
160791
162251
  "std-fx-particles",
160792
162252
  "std-fx-trail",
162253
+ "std-game-design-sheet",
160793
162254
  "std-gate-lock",
160794
162255
  "std-gather",
160795
162256
  "std-gold",
@@ -161185,6 +162646,7 @@
161185
162646
  "std-fx-narrative",
161186
162647
  "std-fx-particles",
161187
162648
  "std-fx-trail",
162649
+ "std-game-design-sheet",
161188
162650
  "std-gate-lock",
161189
162651
  "std-gather",
161190
162652
  "std-gold",
@@ -161573,6 +163035,7 @@
161573
163035
  "std-fx-narrative",
161574
163036
  "std-fx-particles",
161575
163037
  "std-fx-trail",
163038
+ "std-game-design-sheet",
161576
163039
  "std-gate-lock",
161577
163040
  "std-gather",
161578
163041
  "std-gold",
@@ -162140,6 +163603,7 @@
162140
163603
  "std-fx-narrative",
162141
163604
  "std-fx-particles",
162142
163605
  "std-fx-trail",
163606
+ "std-game-design-sheet",
162143
163607
  "std-gate-lock",
162144
163608
  "std-gather",
162145
163609
  "std-gold",
@@ -162472,6 +163936,7 @@
162472
163936
  "std-fx-narrative",
162473
163937
  "std-fx-particles",
162474
163938
  "std-fx-trail",
163939
+ "std-game-design-sheet",
162475
163940
  "std-gate-lock",
162476
163941
  "std-gather",
162477
163942
  "std-gold",
@@ -163059,6 +164524,7 @@
163059
164524
  "std-fx-narrative",
163060
164525
  "std-fx-particles",
163061
164526
  "std-fx-trail",
164527
+ "std-game-design-sheet",
163062
164528
  "std-gate-lock",
163063
164529
  "std-gather",
163064
164530
  "std-gold",
@@ -163428,6 +164894,7 @@
163428
164894
  "std-fx-narrative",
163429
164895
  "std-fx-particles",
163430
164896
  "std-fx-trail",
164897
+ "std-game-design-sheet",
163431
164898
  "std-gate-lock",
163432
164899
  "std-gather",
163433
164900
  "std-gold",
@@ -164043,6 +165510,7 @@
164043
165510
  "std-fx-narrative",
164044
165511
  "std-fx-particles",
164045
165512
  "std-fx-trail",
165513
+ "std-game-design-sheet",
164046
165514
  "std-gate-lock",
164047
165515
  "std-gather",
164048
165516
  "std-gold",
@@ -165110,6 +166578,7 @@
165110
166578
  "std-fx-narrative",
165111
166579
  "std-fx-particles",
165112
166580
  "std-fx-trail",
166581
+ "std-game-design-sheet",
165113
166582
  "std-gate-lock",
165114
166583
  "std-gather",
165115
166584
  "std-gold",
@@ -165909,6 +167378,7 @@
165909
167378
  "std-fx-narrative",
165910
167379
  "std-fx-particles",
165911
167380
  "std-fx-trail",
167381
+ "std-game-design-sheet",
165912
167382
  "std-gate-lock",
165913
167383
  "std-gather",
165914
167384
  "std-gold",
@@ -166409,6 +167879,7 @@
166409
167879
  "std-fx-narrative",
166410
167880
  "std-fx-particles",
166411
167881
  "std-fx-trail",
167882
+ "std-game-design-sheet",
166412
167883
  "std-gate-lock",
166413
167884
  "std-gather",
166414
167885
  "std-gold",
@@ -166831,6 +168302,7 @@
166831
168302
  "std-fx-narrative",
166832
168303
  "std-fx-particles",
166833
168304
  "std-fx-trail",
168305
+ "std-game-design-sheet",
166834
168306
  "std-gate-lock",
166835
168307
  "std-gather",
166836
168308
  "std-gold",
@@ -167161,6 +168633,7 @@
167161
168633
  "std-fx-narrative",
167162
168634
  "std-fx-particles",
167163
168635
  "std-fx-trail",
168636
+ "std-game-design-sheet",
167164
168637
  "std-gate-lock",
167165
168638
  "std-gather",
167166
168639
  "std-gold",
@@ -167465,6 +168938,7 @@
167465
168938
  "std-fx-narrative",
167466
168939
  "std-fx-particles",
167467
168940
  "std-fx-trail",
168941
+ "std-game-design-sheet",
167468
168942
  "std-gate-lock",
167469
168943
  "std-gather",
167470
168944
  "std-gold",
@@ -167742,6 +169216,7 @@
167742
169216
  "std-fx-narrative",
167743
169217
  "std-fx-particles",
167744
169218
  "std-fx-trail",
169219
+ "std-game-design-sheet",
167745
169220
  "std-gate-lock",
167746
169221
  "std-gather",
167747
169222
  "std-gold",
@@ -168184,6 +169659,7 @@
168184
169659
  "std-fx-narrative",
168185
169660
  "std-fx-particles",
168186
169661
  "std-fx-trail",
169662
+ "std-game-design-sheet",
168187
169663
  "std-gate-lock",
168188
169664
  "std-gather",
168189
169665
  "std-gold",
@@ -168604,6 +170080,7 @@
168604
170080
  "std-fx-narrative",
168605
170081
  "std-fx-particles",
168606
170082
  "std-fx-trail",
170083
+ "std-game-design-sheet",
168607
170084
  "std-gate-lock",
168608
170085
  "std-gather",
168609
170086
  "std-gold",
@@ -169029,6 +170506,7 @@
169029
170506
  "std-fx-narrative",
169030
170507
  "std-fx-particles",
169031
170508
  "std-fx-trail",
170509
+ "std-game-design-sheet",
169032
170510
  "std-gate-lock",
169033
170511
  "std-gather",
169034
170512
  "std-gold",
@@ -169474,6 +170952,7 @@
169474
170952
  "std-fx-narrative",
169475
170953
  "std-fx-particles",
169476
170954
  "std-fx-trail",
170955
+ "std-game-design-sheet",
169477
170956
  "std-gate-lock",
169478
170957
  "std-gather",
169479
170958
  "std-gold",
@@ -169808,6 +171287,7 @@
169808
171287
  "std-fx-narrative",
169809
171288
  "std-fx-particles",
169810
171289
  "std-fx-trail",
171290
+ "std-game-design-sheet",
169811
171291
  "std-gate-lock",
169812
171292
  "std-gather",
169813
171293
  "std-gold",
@@ -170402,6 +171882,7 @@
170402
171882
  "std-fx-narrative",
170403
171883
  "std-fx-particles",
170404
171884
  "std-fx-trail",
171885
+ "std-game-design-sheet",
170405
171886
  "std-gate-lock",
170406
171887
  "std-gather",
170407
171888
  "std-gold",
@@ -170841,6 +172322,7 @@
170841
172322
  "std-fx-narrative",
170842
172323
  "std-fx-particles",
170843
172324
  "std-fx-trail",
172325
+ "std-game-design-sheet",
170844
172326
  "std-gate-lock",
170845
172327
  "std-gather",
170846
172328
  "std-gold",
@@ -171146,6 +172628,7 @@
171146
172628
  "std-fx-narrative",
171147
172629
  "std-fx-particles",
171148
172630
  "std-fx-trail",
172631
+ "std-game-design-sheet",
171149
172632
  "std-gate-lock",
171150
172633
  "std-gather",
171151
172634
  "std-gold",
@@ -171434,6 +172917,7 @@
171434
172917
  "std-fx-narrative",
171435
172918
  "std-fx-particles",
171436
172919
  "std-fx-trail",
172920
+ "std-game-design-sheet",
171437
172921
  "std-gate-lock",
171438
172922
  "std-gather",
171439
172923
  "std-gold",
@@ -171781,6 +173265,7 @@
171781
173265
  "std-fx-narrative",
171782
173266
  "std-fx-particles",
171783
173267
  "std-fx-trail",
173268
+ "std-game-design-sheet",
171784
173269
  "std-gate-lock",
171785
173270
  "std-gather",
171786
173271
  "std-gold",
@@ -172700,6 +174185,7 @@
172700
174185
  "std-fx-narrative",
172701
174186
  "std-fx-particles",
172702
174187
  "std-fx-trail",
174188
+ "std-game-design-sheet",
172703
174189
  "std-gate-lock",
172704
174190
  "std-gather",
172705
174191
  "std-gem-rush",
@@ -174448,6 +175934,7 @@
174448
175934
  "std-fx-narrative",
174449
175935
  "std-fx-particles",
174450
175936
  "std-fx-trail",
175937
+ "std-game-design-sheet",
174451
175938
  "std-gate-lock",
174452
175939
  "std-gather",
174453
175940
  "std-gem-rush",
@@ -176607,6 +178094,7 @@
176607
178094
  "std-fx-narrative",
176608
178095
  "std-fx-particles",
176609
178096
  "std-fx-trail",
178097
+ "std-game-design-sheet",
176610
178098
  "std-gate-lock",
176611
178099
  "std-gather",
176612
178100
  "std-gem-rush",
@@ -179509,6 +180997,7 @@
179509
180997
  "std-fx-narrative",
179510
180998
  "std-fx-particles",
179511
180999
  "std-fx-trail",
181000
+ "std-game-design-sheet",
179512
181001
  "std-gate-lock",
179513
181002
  "std-gather",
179514
181003
  "std-gem-rush",
@@ -181861,6 +183350,7 @@
181861
183350
  "std-fx-narrative",
181862
183351
  "std-fx-particles",
181863
183352
  "std-fx-trail",
183353
+ "std-game-design-sheet",
181864
183354
  "std-gate-lock",
181865
183355
  "std-gather",
181866
183356
  "std-gem-rush",
@@ -183733,6 +185223,7 @@
183733
185223
  "std-fx-narrative",
183734
185224
  "std-fx-particles",
183735
185225
  "std-fx-trail",
185226
+ "std-game-design-sheet",
183736
185227
  "std-gate-lock",
183737
185228
  "std-gather",
183738
185229
  "std-gem-rush",
@@ -183820,6 +185311,7 @@
183820
185311
  "std-worldmap-board-2d",
183821
185312
  "std-xp",
183822
185313
  "std-zone-card",
185314
+ "studio-chat",
183823
185315
  "ui-action-palette",
183824
185316
  "ui-action-tile",
183825
185317
  "ui-arcade-board-3d",
@@ -185794,6 +187286,7 @@
185794
187286
  "std-fx-narrative",
185795
187287
  "std-fx-particles",
185796
187288
  "std-fx-trail",
187289
+ "std-game-design-sheet",
185797
187290
  "std-gate-lock",
185798
187291
  "std-gather",
185799
187292
  "std-gem-rush",
@@ -187560,6 +189053,7 @@
187560
189053
  "std-fx-narrative",
187561
189054
  "std-fx-particles",
187562
189055
  "std-fx-trail",
189056
+ "std-game-design-sheet",
187563
189057
  "std-gate-lock",
187564
189058
  "std-gather",
187565
189059
  "std-gem-rush",
@@ -189563,6 +191057,7 @@
189563
191057
  "std-fx-narrative",
189564
191058
  "std-fx-particles",
189565
191059
  "std-fx-trail",
191060
+ "std-game-design-sheet",
189566
191061
  "std-gate-lock",
189567
191062
  "std-gather",
189568
191063
  "std-gem-rush",
@@ -191642,6 +193137,7 @@
191642
193137
  "std-fx-narrative",
191643
193138
  "std-fx-particles",
191644
193139
  "std-fx-trail",
193140
+ "std-game-design-sheet",
191645
193141
  "std-gate-lock",
191646
193142
  "std-gather",
191647
193143
  "std-gem-rush",
@@ -193256,6 +194752,7 @@
193256
194752
  "std-fx-narrative",
193257
194753
  "std-fx-particles",
193258
194754
  "std-fx-trail",
194755
+ "std-game-design-sheet",
193259
194756
  "std-gate-lock",
193260
194757
  "std-gather",
193261
194758
  "std-gold",
@@ -193946,6 +195443,7 @@
193946
195443
  "std-soc-stratification",
193947
195444
  "std-timeline",
193948
195445
  "std-tree",
195446
+ "studio-canvas",
193949
195447
  "ui-algo-graph-canvas",
193950
195448
  "ui-algorithm-canvas",
193951
195449
  "ui-biology-canvas",
@@ -195968,6 +197466,7 @@
195968
197466
  "std-soc-stratification",
195969
197467
  "std-tokenizer",
195970
197468
  "std-weight-validator",
197469
+ "studio-chat",
195971
197470
  "ui-algo-graph-canvas",
195972
197471
  "ui-algorithm-canvas",
195973
197472
  "ui-biology-canvas",
@@ -200749,6 +202248,7 @@
200749
202248
  "std-soc-stratification",
200750
202249
  "std-tokenizer",
200751
202250
  "std-weight-validator",
202251
+ "studio-chat",
200752
202252
  "ui-algo-graph-canvas",
200753
202253
  "ui-algorithm-canvas",
200754
202254
  "ui-biology-canvas",
@@ -202003,6 +203503,7 @@
202003
203503
  "std-soc-stratification",
202004
203504
  "std-tokenizer",
202005
203505
  "std-weight-validator",
203506
+ "studio-chat",
202006
203507
  "ui-algo-graph-canvas",
202007
203508
  "ui-algorithm-canvas",
202008
203509
  "ui-biology-canvas",
@@ -202618,6 +204119,7 @@
202618
204119
  "std-soc-stratification",
202619
204120
  "std-tokenizer",
202620
204121
  "std-weight-validator",
204122
+ "studio-chat",
202621
204123
  "ui-algo-graph-canvas",
202622
204124
  "ui-algorithm-canvas",
202623
204125
  "ui-biology-canvas",
@@ -203761,6 +205263,7 @@
203761
205263
  "std-soc-stratification",
203762
205264
  "std-tokenizer",
203763
205265
  "std-weight-validator",
205266
+ "studio-chat",
203764
205267
  "ui-algo-graph-canvas",
203765
205268
  "ui-algorithm-canvas",
203766
205269
  "ui-biology-canvas",
@@ -207107,6 +208610,7 @@
207107
208610
  "std-frogger",
207108
208611
  "std-fx-particles",
207109
208612
  "std-fx-trail",
208613
+ "std-game-design-sheet",
207110
208614
  "std-gate-lock",
207111
208615
  "std-gather",
207112
208616
  "std-gem-rush",
@@ -207893,6 +209397,7 @@
207893
209397
  "std-soc-stratification",
207894
209398
  "std-tokenizer",
207895
209399
  "std-weight-validator",
209400
+ "studio-chat",
207896
209401
  "ui-algo-graph-canvas",
207897
209402
  "ui-algorithm-canvas",
207898
209403
  "ui-biology-canvas",
@@ -208197,6 +209702,7 @@
208197
209702
  "std-frogger",
208198
209703
  "std-fx-particles",
208199
209704
  "std-fx-trail",
209705
+ "std-game-design-sheet",
208200
209706
  "std-gate-lock",
208201
209707
  "std-gather",
208202
209708
  "std-gem-rush",
@@ -210799,6 +212305,7 @@
210799
212305
  "std-fx-particles",
210800
212306
  "std-fx-trail",
210801
212307
  "std-game-clock",
212308
+ "std-game-design-sheet",
210802
212309
  "std-gate-lock",
210803
212310
  "std-gather",
210804
212311
  "std-gem-rush",
@@ -210969,6 +212476,7 @@
210969
212476
  "std-velocity-gate",
210970
212477
  "std-wizard",
210971
212478
  "std-zone-card",
212479
+ "studio-chat",
210972
212480
  "ui-algo-graph-canvas",
210973
212481
  "ui-algorithm-canvas",
210974
212482
  "ui-arcade-board-3d",
@@ -212761,6 +214269,7 @@
212761
214269
  "required": false,
212762
214270
  "type": "string",
212763
214271
  "values": [
214272
+ "solid",
212764
214273
  "dashed",
212765
214274
  "dotted"
212766
214275
  ]
@@ -213573,6 +215082,7 @@
213573
215082
  "required": false,
213574
215083
  "type": "string",
213575
215084
  "values": [
215085
+ "solid",
213576
215086
  "dashed",
213577
215087
  "dotted"
213578
215088
  ]
@@ -214819,6 +216329,7 @@
214819
216329
  "required": false,
214820
216330
  "type": "string",
214821
216331
  "values": [
216332
+ "solid",
214822
216333
  "dashed",
214823
216334
  "dotted"
214824
216335
  ]
@@ -216193,6 +217704,7 @@
216193
217704
  "required": false,
216194
217705
  "type": "string",
216195
217706
  "values": [
217707
+ "solid",
216196
217708
  "dashed",
216197
217709
  "dotted"
216198
217710
  ]
@@ -216869,6 +218381,7 @@
216869
218381
  "required": false,
216870
218382
  "type": "string",
216871
218383
  "values": [
218384
+ "solid",
216872
218385
  "dashed",
216873
218386
  "dotted"
216874
218387
  ]
@@ -217468,6 +218981,7 @@
217468
218981
  "required": false,
217469
218982
  "type": "string",
217470
218983
  "values": [
218984
+ "solid",
217471
218985
  "dashed",
217472
218986
  "dotted"
217473
218987
  ]
@@ -217588,6 +219102,7 @@
217588
219102
  "required": false,
217589
219103
  "type": "string",
217590
219104
  "values": [
219105
+ "solid",
217591
219106
  "dashed",
217592
219107
  "dotted"
217593
219108
  ]
@@ -217894,6 +219409,7 @@
217894
219409
  "required": false,
217895
219410
  "type": "string",
217896
219411
  "values": [
219412
+ "solid",
217897
219413
  "dashed",
217898
219414
  "dotted"
217899
219415
  ]
@@ -219248,6 +220764,7 @@
219248
220764
  "required": false,
219249
220765
  "type": "string",
219250
220766
  "values": [
220767
+ "solid",
219251
220768
  "dashed",
219252
220769
  "dotted"
219253
220770
  ]