@almadar/std 16.173.0 → 16.175.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 (220) hide show
  1. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -4
  2. package/behaviors/lolo/ui/core/atoms/std-board.lolo +5 -9
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +8 -1
  4. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +2 -2
  5. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +3 -7
  6. package/behaviors/lolo/ui/core/atoms/std-form-advanced.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-list.lolo +3 -3
  9. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +2 -2
  10. package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +2 -4
  11. package/behaviors/lolo/ui/core/atoms/std-rating-review.lolo +5 -13
  12. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +3 -7
  13. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  14. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +2 -2
  15. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +2 -4
  16. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +2 -2
  18. package/behaviors/lolo/ui/core/atoms/std-vote.lolo +2 -2
  19. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +3 -7
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +1 -1
  21. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-hstack.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-icon.lolo +1 -1
  25. package/behaviors/lolo/ui/core/atoms/ui-stack.lolo +1 -1
  26. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +1 -1
  27. package/behaviors/lolo/ui/core/atoms/ui-vstack.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-content-renderer.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-form-layout.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-grid.lolo +1 -1
  31. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +4 -9
  32. package/behaviors/lolo/ui/core/organisms/ui-chat-bar.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  38. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  40. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  51. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  52. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +133 -23
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-derivation.lolo +428 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-doser.lolo +520 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-scatter-fit.lolo +805 -0
  66. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  67. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  68. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  69. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +409 -0
  70. package/behaviors/lolo/ui/learning/atoms/std-learn-transport.lolo +186 -0
  71. package/behaviors/lolo/ui/learning/atoms/std-learn-tree.lolo +522 -0
  72. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +192 -0
  73. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +111 -2
  74. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +193 -5
  75. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +173 -5
  76. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +48 -1
  77. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +141 -1
  78. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +242 -5
  79. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  80. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  81. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  82. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  83. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  84. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  85. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  86. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  87. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  88. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  89. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  90. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  91. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  92. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  93. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  94. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  95. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  96. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  97. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  98. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  99. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  100. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  101. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  102. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  103. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  104. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  105. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  106. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  107. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  108. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  109. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  110. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  111. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  112. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  113. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  115. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  116. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  117. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  118. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  119. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  120. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  121. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  122. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  123. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  124. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  125. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  126. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  127. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  128. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  129. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  130. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  131. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  132. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  133. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  134. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  136. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  137. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  138. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +4 -39
  139. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  140. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  141. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  143. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  144. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  145. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  146. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  147. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  148. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  149. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  150. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  151. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  152. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  153. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  154. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  155. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  156. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  157. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  158. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  159. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  160. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  161. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  162. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  163. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  164. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  165. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1288 -197
  166. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  168. package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +2512 -0
  169. package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +3678 -0
  170. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  171. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  172. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  173. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  174. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  175. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  176. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  177. package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +6539 -0
  178. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  179. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  180. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  181. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +3118 -0
  182. package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +986 -0
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +3333 -0
  184. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +716 -0
  185. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +679 -5
  186. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +962 -18
  187. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +919 -30
  188. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +372 -1
  189. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +936 -16
  190. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1328 -43
  191. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  192. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  193. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  194. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  195. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  196. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  197. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  198. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  199. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  200. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  201. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  202. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  203. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  204. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  205. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  206. package/dist/behaviors/exports-reader.js +3704 -2189
  207. package/dist/behaviors/functions/index.d.ts +2638 -254
  208. package/dist/behaviors/functions/index.js +3648 -2190
  209. package/dist/behaviors/index.d.ts +1 -1
  210. package/dist/behaviors/index.js +3705 -2190
  211. package/dist/behaviors/query.js +3704 -2189
  212. package/dist/behaviors-embeddings.hash.json +3 -3
  213. package/dist/behaviors-embeddings.json +289 -213
  214. package/dist/behaviors-registry.json +7900 -587
  215. package/dist/index.d.ts +1 -1
  216. package/dist/index.js +3705 -2190
  217. package/dist/knob-embeddings.hash.json +3 -3
  218. package/dist/knob-embeddings.json +1 -1
  219. package/dist/registry/factory-signatures.json +1 -1
  220. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { EntityField, SExpr, TraitEventListener, TraitConfig, OrbitalDefinition, TraitReference, PageRefObject, EntityRow, TraitFieldRef, EntityPersistence } from '@almadar/core/types';
1
+ import { EntityField, SExpr, TraitEventListener, TraitConfig, OrbitalDefinition, TraitReference, PageRefObject, EntityRow, TraitFieldRef, EntityPersistence, PatternValue } from '@almadar/core/types';
2
2
  import { MakeTraitRefOpts } from '@almadar/core/builders';
3
3
  export { compose, connect, ensureIdField, extractTrait, makeEntity, makeOrbital, makePage, makeSchema, mergeOrbitals, pipe, plural, wire } from '@almadar/core/builders';
4
4
  import { OrbitalParamsManifest } from '@almadar/core/factory-runtime';
@@ -2340,7 +2340,7 @@ interface StdBoardOpenCardPayload {
2340
2340
  * Payload shape for the `SAVE_CARD` event.
2341
2341
  */
2342
2342
  interface StdBoardSaveCardPayload {
2343
- data: EntityRow;
2343
+ data: unknown;
2344
2344
  }
2345
2345
  /**
2346
2346
  * Payload shape for the `MOVE_CARD` event.
@@ -2389,7 +2389,7 @@ interface StdBoardBoardItemsLoadFailedPayload {
2389
2389
  * Payload shape for the `BoardItemsSaved` event.
2390
2390
  */
2391
2391
  interface StdBoardBoardItemsSavedPayload {
2392
- row?: EntityRow;
2392
+ row?: unknown;
2393
2393
  }
2394
2394
  /**
2395
2395
  * Payload shape for the `BoardItemsSaveFailed` event.
@@ -3831,7 +3831,7 @@ type StdCrossReferenceEventKey = 'FETCH_LINKS_FOR' | 'LinkCreated' | 'LinkOpFail
3831
3831
  * Payload shape for the `LinkCreated` event.
3832
3832
  */
3833
3833
  interface StdCrossReferenceLinkCreatedPayload {
3834
- row?: EntityRow;
3834
+ row?: unknown;
3835
3835
  }
3836
3836
  /**
3837
3837
  * Payload shape for the `LinkRemoved` event.
@@ -5005,7 +5005,7 @@ interface StdEventLogEventLogLoadFailedPayload {
5005
5005
  * Payload shape for the `EventLogSaved` event.
5006
5006
  */
5007
5007
  interface StdEventLogEventLogSavedPayload {
5008
- row?: EntityRow;
5008
+ row?: unknown;
5009
5009
  }
5010
5010
  /**
5011
5011
  * Payload shape for the `EventLogSaveFailed` event.
@@ -7355,7 +7355,7 @@ declare function stdLearnArrangement(params: StdLearnArrangementParams): Orbital
7355
7355
  * (transition triggers + emit names). Use as the key type
7356
7356
  * when passing an `events:` rename map at the call site.
7357
7357
  */
7358
- type StdLearnClassifyEventKey = 'ADVANCE' | 'CLASSIFY_UPDATED' | 'INIT' | 'MODE_SELECTED' | 'PICK' | 'RETRY';
7358
+ type StdLearnClassifyEventKey = 'ADVANCE' | 'CLASSIFY_UPDATED' | 'INIT' | 'MODE_SELECTED' | 'PICK' | 'RETRY' | 'TOGGLE_RUN';
7359
7359
  /**
7360
7360
  * Payload shape for the `CLASSIFY_UPDATED` event.
7361
7361
  */
@@ -7376,8 +7376,12 @@ interface StdLearnClassifyClassifyUpdatedPayload {
7376
7376
  interface StdLearnClassifyConfig {
7377
7377
  /** Default: `"Next"` */
7378
7378
  advanceLabel?: string;
7379
+ /** Default: `900` */
7380
+ advanceMs?: number;
7379
7381
  /** Default: `false` */
7380
7382
  animate?: boolean;
7383
+ /** Default: `false` */
7384
+ autoRun?: boolean;
7381
7385
  /** Default: `"#f8fafc"` */
7382
7386
  backgroundColor?: string;
7383
7387
  /** Default: `[{"color":"#94a3b8","label":"Category A","value":"a"},{"color":"#64748b","label":"Category B","value":"b"}]` */
@@ -7392,10 +7396,24 @@ interface StdLearnClassifyConfig {
7392
7396
  interactive?: boolean;
7393
7397
  /** Default: `[{"category":"a","explanation":"This example was written to satisfy category A's defining trait.","hint":"Consider what makes this belong to category A.","text":"Example item one."},{"category":"b","explanation":"This example was written to satisfy category B's defining trait.","hint":"Consider what makes this belong to category B.","text":"Example item two."}]` */
7394
7398
  items?: EntityRow[];
7399
+ /** Default: `false` */
7400
+ loopRound?: boolean;
7395
7401
  /** Default: `""` */
7396
7402
  matchMode?: string;
7403
+ /** Default: `1` */
7404
+ orderStride?: number;
7405
+ /** Default: `0` */
7406
+ passScore?: number;
7407
+ /** Default: `0` */
7408
+ penaltyPerMiss?: number;
7409
+ /** Default: `1` */
7410
+ pointsPerCorrect?: number;
7397
7411
  /** Default: `"Retry Round"` */
7398
7412
  retryLabel?: string;
7413
+ /** Default: `0` */
7414
+ scoreCap?: number;
7415
+ /** Default: `true` */
7416
+ showHint?: boolean;
7399
7417
  /** Default: `"Classify"` */
7400
7418
  title?: string;
7401
7419
  /** Default: `640` */
@@ -7434,6 +7452,401 @@ declare function stdLearnClassifyPage(params: StdLearnClassifyParams): PageRefOb
7434
7452
  /** Whole-orbital descriptor. */
7435
7453
  declare function stdLearnClassify(params: StdLearnClassifyParams): OrbitalDefinition;
7436
7454
 
7455
+ /**
7456
+ * std-learn-compare — Generic dual-view comparator — two instances of the same config-declared curve family (power y = A·xᴮ, linear y = A + B·x, or sine y = A·sin(B·x)) render overlaid on one canvas, each side driven by its own parameter pair of sliders, with a live delta readout of the two values at the midpoint x. Changing either side recomputes immediately, so the learner sees exactly how the two settings diverge. All labels and defaults are config-declared, so the same mechanism serves any side-by-side contrast: two interest rates compounding, two spring constants, two demand elasticities, two wave frequencies. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7457
+ *
7458
+ * Autogenerated by almadar-sync std-ts from
7459
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-compare.orb.
7460
+ *
7461
+ * This is a thin descriptor layer over the canonical .orb. The exported
7462
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7463
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7464
+ * compiler's inline phase materialises the real trait at build time.
7465
+ *
7466
+ * Do not hand-edit — regenerate via
7467
+ * npx almadar-sync std-ts --only=std-learn-compare
7468
+ *
7469
+ * @level atom
7470
+ * @packageDocumentation
7471
+ */
7472
+
7473
+ /**
7474
+ * Closed set of event keys this trait recognises —
7475
+ * derived from the .orb's `stateMachine.events[]` block
7476
+ * (transition triggers + emit names). Use as the key type
7477
+ * when passing an `events:` rename map at the call site.
7478
+ */
7479
+ type StdLearnCompareEventKey = 'COMPARISON_CHANGED' | 'INIT' | 'MODE_SELECTED' | 'SET_PARAM';
7480
+ /**
7481
+ * Payload shape for the `COMPARISON_CHANGED` event.
7482
+ */
7483
+ interface StdLearnCompareComparisonChangedPayload {
7484
+ leftA?: number;
7485
+ leftB?: number;
7486
+ rightA?: number;
7487
+ rightB?: number;
7488
+ delta?: number;
7489
+ }
7490
+ /**
7491
+ * Typed call-site config block for this trait — every
7492
+ * field maps to a `config { ... }` entry in the source
7493
+ * .lolo. The agent fills these to specialise the trait
7494
+ * without modifying its state-machine topology.
7495
+ */
7496
+ interface StdLearnCompareConfig {
7497
+ /** Default: `"Tune each side's parameters and watch how the two curves diverge."` */
7498
+ compareText?: string;
7499
+ /** Default: `"power"` */
7500
+ curveKind?: string;
7501
+ /** Default: `1` */
7502
+ gridStep?: number;
7503
+ /** Default: `400` */
7504
+ height?: number;
7505
+ /** Default: `1` */
7506
+ leftADefault?: number;
7507
+ /** Default: `2` */
7508
+ leftBDefault?: number;
7509
+ /** Default: `"#3b82f6"` */
7510
+ leftColor?: string;
7511
+ /** Default: `"Left"` */
7512
+ leftLabel?: string;
7513
+ /** Default: `""` */
7514
+ matchMode?: string;
7515
+ /** Default: `"A"` */
7516
+ paramALabel?: string;
7517
+ /** Default: `5` */
7518
+ paramAMax?: number;
7519
+ /** Default: `-5` */
7520
+ paramAMin?: number;
7521
+ /** Default: `0.1` */
7522
+ paramAStep?: number;
7523
+ /** Default: `"B"` */
7524
+ paramBLabel?: string;
7525
+ /** Default: `5` */
7526
+ paramBMax?: number;
7527
+ /** Default: `-5` */
7528
+ paramBMin?: number;
7529
+ /** Default: `0.1` */
7530
+ paramBStep?: number;
7531
+ /** Default: `2` */
7532
+ rightADefault?: number;
7533
+ /** Default: `1.5` */
7534
+ rightBDefault?: number;
7535
+ /** Default: `"#f59e0b"` */
7536
+ rightColor?: string;
7537
+ /** Default: `"Right"` */
7538
+ rightLabel?: string;
7539
+ /** Default: `true` */
7540
+ showAxes?: boolean;
7541
+ /** Default: `true` */
7542
+ showGrid?: boolean;
7543
+ /** Default: `"Compare Two Settings"` */
7544
+ title?: string;
7545
+ /** Default: `600` */
7546
+ width?: number;
7547
+ /** Default: `10` */
7548
+ xMax?: number;
7549
+ /** Default: `0` */
7550
+ xMin?: number;
7551
+ }
7552
+ /**
7553
+ * Params for the std-learn-compare descriptor helpers.
7554
+ *
7555
+ * `entityName` binds every trait/page reference's `linkedEntity`.
7556
+ * The optional override fields mirror TraitReference / PageRefObject
7557
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7558
+ */
7559
+ interface StdLearnCompareParams {
7560
+ entityName: string;
7561
+ /** Extra fields to add to the orbital-scoped entity clone. */
7562
+ fields?: EntityField[];
7563
+ /** Rename the inlined trait at the call site. */
7564
+ traitName?: string;
7565
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7566
+ events?: Partial<Record<StdLearnCompareEventKey, string>>;
7567
+ /** Per-event effect replacement (keys are POST-rename event names). */
7568
+ effects?: Record<string, SExpr[]>;
7569
+ /** Replace the imported trait's `listens` array entirely. */
7570
+ listens?: TraitEventListener[];
7571
+ /** Set every emit's scope. */
7572
+ emitsScope?: 'internal' | 'external';
7573
+ /** Typed call-site config block — see the per-field interface. */
7574
+ config?: StdLearnCompareConfig;
7575
+ /** URL path override for the (first) page. */
7576
+ pagePath?: string;
7577
+ }
7578
+ /** Trait descriptor: `LearnCompare.traits.CompareSim`. */
7579
+ declare function stdLearnCompareTrait(params: StdLearnCompareParams): TraitReference;
7580
+ /** Page descriptor: `LearnCompare.pages.ComparePage`. */
7581
+ declare function stdLearnComparePage(params: StdLearnCompareParams): PageRefObject;
7582
+ /** Whole-orbital descriptor. */
7583
+ declare function stdLearnCompare(params: StdLearnCompareParams): OrbitalDefinition;
7584
+
7585
+ /**
7586
+ * std-learn-coupled-sim — Generic coupled-dynamics simulation — two named quantities evolve each tick under a config-selected interaction family (predator-prey: dP = aP − bPQ, dQ = cbPQ − dQ; epidemic: dS = −aSI, dI = aSI − bI; kinetics: dP = −aP, dQ = aP − bQ), drawn live as two time-series curves while Run is engaged. The two governing rates are exposed as sliders the learner can retune mid-run, and shock buttons inject or remove a burst of the first quantity so the learner feels how the coupled system absorbs disturbance. All names, coefficients, and scales are config-declared, so one mechanism serves rabbits and foxes, infection and recovery, reactant and product, adopters and churn. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7587
+ *
7588
+ * Autogenerated by almadar-sync std-ts from
7589
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-coupled-sim.orb.
7590
+ *
7591
+ * This is a thin descriptor layer over the canonical .orb. The exported
7592
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7593
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7594
+ * compiler's inline phase materialises the real trait at build time.
7595
+ *
7596
+ * Do not hand-edit — regenerate via
7597
+ * npx almadar-sync std-ts --only=std-learn-coupled-sim
7598
+ *
7599
+ * @level atom
7600
+ * @packageDocumentation
7601
+ */
7602
+
7603
+ /**
7604
+ * Closed set of event keys this trait recognises —
7605
+ * derived from the .orb's `stateMachine.events[]` block
7606
+ * (transition triggers + emit names). Use as the key type
7607
+ * when passing an `events:` rename map at the call site.
7608
+ */
7609
+ type StdLearnCoupledSimEventKey = 'COEFS_CHANGED' | 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'SET_A' | 'SET_B' | 'SHOCK' | 'SHOCK_APPLIED' | 'SIM_RESET';
7610
+ /**
7611
+ * Payload shape for the `RUN_TOGGLED` event.
7612
+ */
7613
+ interface StdLearnCoupledSimRunToggledPayload {
7614
+ running?: boolean;
7615
+ }
7616
+ /**
7617
+ * Payload shape for the `SIM_RESET` event.
7618
+ */
7619
+ interface StdLearnCoupledSimSimResetPayload {
7620
+ pStart?: number;
7621
+ qStart?: number;
7622
+ }
7623
+ /**
7624
+ * Payload shape for the `COEFS_CHANGED` event.
7625
+ */
7626
+ interface StdLearnCoupledSimCoefsChangedPayload {
7627
+ coefA?: number;
7628
+ coefB?: number;
7629
+ }
7630
+ /**
7631
+ * Payload shape for the `SHOCK_APPLIED` event.
7632
+ */
7633
+ interface StdLearnCoupledSimShockAppliedPayload {
7634
+ delta?: number;
7635
+ p?: number;
7636
+ q?: number;
7637
+ }
7638
+ /**
7639
+ * Typed call-site config block for this trait — every
7640
+ * field maps to a `config { ... }` entry in the source
7641
+ * .lolo. The agent fills these to specialise the trait
7642
+ * without modifying its state-machine topology.
7643
+ */
7644
+ interface StdLearnCoupledSimConfig {
7645
+ /** Default: `true` */
7646
+ autoRun?: boolean;
7647
+ /** Default: `0.6` */
7648
+ coefADefault?: number;
7649
+ /** Default: `"Prey growth rate"` */
7650
+ coefALabel?: string;
7651
+ /** Default: `2` */
7652
+ coefAMax?: number;
7653
+ /** Default: `0` */
7654
+ coefAMin?: number;
7655
+ /** Default: `0.01` */
7656
+ coefAStep?: number;
7657
+ /** Default: `0.9` */
7658
+ coefBDefault?: number;
7659
+ /** Default: `"Predation rate"` */
7660
+ coefBLabel?: string;
7661
+ /** Default: `2` */
7662
+ coefBMax?: number;
7663
+ /** Default: `0` */
7664
+ coefBMin?: number;
7665
+ /** Default: `0.01` */
7666
+ coefBStep?: number;
7667
+ /** Default: `0.5` */
7668
+ coefC?: number;
7669
+ /** Default: `0.4` */
7670
+ coefD?: number;
7671
+ /** Default: `30` */
7672
+ duration?: number;
7673
+ /** Default: `50` */
7674
+ gridStep?: number;
7675
+ /** Default: `360` */
7676
+ height?: number;
7677
+ /** Default: `"predator-prey"` */
7678
+ kind?: string;
7679
+ /** Default: `""` */
7680
+ matchMode?: string;
7681
+ /** Default: `"#16a34a"` */
7682
+ pColor?: string;
7683
+ /** Default: `"Prey"` */
7684
+ pLabel?: string;
7685
+ /** Default: `120` */
7686
+ pStart?: number;
7687
+ /** Default: `"#dc2626"` */
7688
+ qColor?: string;
7689
+ /** Default: `"Predators"` */
7690
+ qLabel?: string;
7691
+ /** Default: `40` */
7692
+ qStart?: number;
7693
+ /** Default: `"− Prey cull"` */
7694
+ shockDownLabel?: string;
7695
+ /** Default: `40` */
7696
+ shockSize?: number;
7697
+ /** Default: `"+ Prey burst"` */
7698
+ shockUpLabel?: string;
7699
+ /** Default: `"Run the system, retune the rates, and shock it — watch how the two quantities push and pull each other."` */
7700
+ taskText?: string;
7701
+ /** Default: `1` */
7702
+ timeScale?: number;
7703
+ /** Default: `"Coupled System"` */
7704
+ title?: string;
7705
+ /** Default: `300` */
7706
+ valueMax?: number;
7707
+ /** Default: `600` */
7708
+ width?: number;
7709
+ }
7710
+ /**
7711
+ * Params for the std-learn-coupled-sim descriptor helpers.
7712
+ *
7713
+ * `entityName` binds every trait/page reference's `linkedEntity`.
7714
+ * The optional override fields mirror TraitReference / PageRefObject
7715
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7716
+ */
7717
+ interface StdLearnCoupledSimParams {
7718
+ entityName: string;
7719
+ /** Extra fields to add to the orbital-scoped entity clone. */
7720
+ fields?: EntityField[];
7721
+ /** Rename the inlined trait at the call site. */
7722
+ traitName?: string;
7723
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7724
+ events?: Partial<Record<StdLearnCoupledSimEventKey, string>>;
7725
+ /** Per-event effect replacement (keys are POST-rename event names). */
7726
+ effects?: Record<string, SExpr[]>;
7727
+ /** Replace the imported trait's `listens` array entirely. */
7728
+ listens?: TraitEventListener[];
7729
+ /** Set every emit's scope. */
7730
+ emitsScope?: 'internal' | 'external';
7731
+ /** Typed call-site config block — see the per-field interface. */
7732
+ config?: StdLearnCoupledSimConfig;
7733
+ /** URL path override for the (first) page. */
7734
+ pagePath?: string;
7735
+ }
7736
+ /** Trait descriptor: `LearnCoupledSim.traits.CoupledSimSim`. */
7737
+ declare function stdLearnCoupledSimTrait(params: StdLearnCoupledSimParams): TraitReference;
7738
+ /** Page descriptor: `LearnCoupledSim.pages.CoupledSimPage`. */
7739
+ declare function stdLearnCoupledSimPage(params: StdLearnCoupledSimParams): PageRefObject;
7740
+ /** Whole-orbital descriptor. */
7741
+ declare function stdLearnCoupledSim(params: StdLearnCoupledSimParams): OrbitalDefinition;
7742
+
7743
+ /**
7744
+ * std-learn-derivation — Generic goal-directed derivation/proof-builder instrument — config-declared starting lines (facts and two-sided links) sit in a scrollable derivation panel with per-line badges, a roster of config-declared candidate steps render as buttons, and picking one dynamically matches it against the CURRENT lines (a left/right side of some link plus a same/opposite negation sense) to derive a new line, appending it with config-declared badge styling on success or surfacing a config-declared feedback string on failure; an inline clock can auto-apply the first applicable candidate every autoApplyIntervalMs while running, a Reset restores the starting lines, and the goal is reached when a derived line's label matches the config-declared goal label. Left/right and same/opposite are structural roles, not domain vocabulary, so the same matching mechanism serves propositional inference, chained implications, precursor/product chemistry, or any other two-sided-relation derivation on a biology-canvas-free text panel. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7745
+ *
7746
+ * Autogenerated by almadar-sync std-ts from
7747
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-derivation.orb.
7748
+ *
7749
+ * This is a thin descriptor layer over the canonical .orb. The exported
7750
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7751
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7752
+ * compiler's inline phase materialises the real trait at build time.
7753
+ *
7754
+ * Do not hand-edit — regenerate via
7755
+ * npx almadar-sync std-ts --only=std-learn-derivation
7756
+ *
7757
+ * @level atom
7758
+ * @packageDocumentation
7759
+ */
7760
+
7761
+ /**
7762
+ * Closed set of event keys this trait recognises —
7763
+ * derived from the .orb's `stateMachine.events[]` block
7764
+ * (transition triggers + emit names). Use as the key type
7765
+ * when passing an `events:` rename map at the call site.
7766
+ */
7767
+ type StdLearnDerivationEventKey = 'APPLY_STEP' | 'DERIVATION_UPDATED' | 'INIT' | 'MODE_SELECTED' | 'RESET' | 'TOGGLE_RUN';
7768
+ /**
7769
+ * Payload shape for the `DERIVATION_UPDATED` event.
7770
+ */
7771
+ interface StdLearnDerivationDerivationUpdatedPayload {
7772
+ feedback?: string;
7773
+ goalReached?: boolean;
7774
+ lineCount?: number;
7775
+ narration?: string;
7776
+ }
7777
+ /**
7778
+ * Typed call-site config block for this trait — every
7779
+ * field maps to a `config { ... }` entry in the source
7780
+ * .lolo. The agent fills these to specialise the trait
7781
+ * without modifying its state-machine topology.
7782
+ */
7783
+ interface StdLearnDerivationConfig {
7784
+ /** Default: `800` */
7785
+ autoApplyIntervalMs?: number;
7786
+ /** Default: `false` */
7787
+ autoRun?: boolean;
7788
+ /** Default: `"Paused — apply steps manually."` */
7789
+ autoRunOffMessage?: string;
7790
+ /** Default: `"Auto-stepping — tick applies the next available step."` */
7791
+ autoRunOnMessage?: string;
7792
+ /** Default: `[{"deriveNegationMode":"same","deriveSide":"right","key":"FORWARD","label":"Forward Rule","matchNegationMode":"same","matchSide":"left","noMatchFeedback":"No matching premises yet for the forward rule.","resultBadgeLabel":"DERIVED","resultBadgeVariant":"success"},{"deriveNegationMode":"invert","deriveSide":"left","key":"BACKWARD","label":"Backward Rule","matchNegationMode":"opposite","matchSide":"right","noMatchFeedback":"No matching premises yet for the backward rule.","resultBadgeLabel":"DERIVED","resultBadgeVariant":"success"}]` */
7793
+ candidates?: EntityRow[];
7794
+ /** Default: `"B"` */
7795
+ goalLabel?: string;
7796
+ /** Default: `"Goal: derive "` */
7797
+ goalPrefix?: string;
7798
+ /** Default: `"Goal reached."` */
7799
+ goalReachedMessage?: string;
7800
+ /** Default: `400` */
7801
+ height?: number;
7802
+ /** Default: `""` */
7803
+ matchMode?: string;
7804
+ /** Default: `"¬"` */
7805
+ negationSymbol?: string;
7806
+ /** Default: `"No further steps are available yet."` */
7807
+ noStepAvailableMessage?: string;
7808
+ /** Default: `[{"badgeLabel":"GIVEN","badgeVariant":"neutral","id":"given-a","kind":"fact","label":"A","negated":false,"subject":"A"},{"badgeLabel":"RULE","badgeVariant":"info","id":"given-a-implies-b","kind":"link","label":"A → B","leftNegated":false,"leftSubject":"A","rightNegated":false,"rightSubject":"B"}]` */
7809
+ premises?: EntityRow[];
7810
+ /** Default: `"Reset"` */
7811
+ resetLabel?: string;
7812
+ /** Default: `"Derivation Lab"` */
7813
+ title?: string;
7814
+ /** Default: `600` */
7815
+ width?: number;
7816
+ }
7817
+ /**
7818
+ * Params for the std-learn-derivation descriptor helpers.
7819
+ *
7820
+ * `entityName` binds every trait/page reference's `linkedEntity`.
7821
+ * The optional override fields mirror TraitReference / PageRefObject
7822
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7823
+ */
7824
+ interface StdLearnDerivationParams {
7825
+ entityName: string;
7826
+ /** Extra fields to add to the orbital-scoped entity clone. */
7827
+ fields?: EntityField[];
7828
+ /** Rename the inlined trait at the call site. */
7829
+ traitName?: string;
7830
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7831
+ events?: Partial<Record<StdLearnDerivationEventKey, string>>;
7832
+ /** Per-event effect replacement (keys are POST-rename event names). */
7833
+ effects?: Record<string, SExpr[]>;
7834
+ /** Replace the imported trait's `listens` array entirely. */
7835
+ listens?: TraitEventListener[];
7836
+ /** Set every emit's scope. */
7837
+ emitsScope?: 'internal' | 'external';
7838
+ /** Typed call-site config block — see the per-field interface. */
7839
+ config?: StdLearnDerivationConfig;
7840
+ /** URL path override for the (first) page. */
7841
+ pagePath?: string;
7842
+ }
7843
+ /** Trait descriptor: `LearnDerivation.traits.LearnDerivationSim`. */
7844
+ declare function stdLearnDerivationTrait(params: StdLearnDerivationParams): TraitReference;
7845
+ /** Page descriptor: `LearnDerivation.pages.LearnDerivationPage`. */
7846
+ declare function stdLearnDerivationPage(params: StdLearnDerivationParams): PageRefObject;
7847
+ /** Whole-orbital descriptor. */
7848
+ declare function stdLearnDerivation(params: StdLearnDerivationParams): OrbitalDefinition;
7849
+
7437
7850
  /**
7438
7851
  * std-learn-diagram — Generic annotated-diagram instrument. Contract: a config-declared roster of labeled parts (id, label, description, x, y, radius, color) plus optional connector links (from, to, color, label); the whole diagram renders as circles connected by lines with always-visible part labels on a biology-canvas; the learner selects a part via its choice-button and the selected part is visually emphasized with a highlight ring and enlarged radius while its description renders in a caption card alongside a "part k of n selected" readout; a Clear button returns to the no-selection overview state where the caption card shows a config-declared overview text. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7439
7852
  *
@@ -7526,11 +7939,976 @@ declare function stdLearnDiagramPage(params: StdLearnDiagramParams): PageRefObje
7526
7939
  /** Whole-orbital descriptor. */
7527
7940
  declare function stdLearnDiagram(params: StdLearnDiagramParams): OrbitalDefinition;
7528
7941
 
7942
+ /**
7943
+ * std-learn-doser — Generic monotone-accumulation dosing instrument — the learner adds a quantity in large or small config-declared increments (or lets it auto-drip on its own inline clock) and watches an accumulated dose climb through a config-declared roster of bands/zones (thresholds, labels, colors all config), rendered as a reservoir/source vessel pair plus a dose-history trace on a canvas. Crossing into a terminal band is irreversible — done latches true and only Reset revives it. Standalone by default it renders its own control strip AND scene canvas; set showCanvas false to embed only the control strip (via @trait.<name>) beneath a composed sibling trait that owns the domain-accurate scene — see std-chem-titration for the transport-sibling shape. Behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7944
+ *
7945
+ * Autogenerated by almadar-sync std-ts from
7946
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-doser.orb.
7947
+ *
7948
+ * This is a thin descriptor layer over the canonical .orb. The exported
7949
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7950
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7951
+ * compiler's inline phase materialises the real trait at build time.
7952
+ *
7953
+ * Do not hand-edit — regenerate via
7954
+ * npx almadar-sync std-ts --only=std-learn-doser
7955
+ *
7956
+ * @level atom
7957
+ * @packageDocumentation
7958
+ */
7959
+
7960
+ /**
7961
+ * Closed set of event keys this trait recognises —
7962
+ * derived from the .orb's `stateMachine.events[]` block
7963
+ * (transition triggers + emit names). Use as the key type
7964
+ * when passing an `events:` rename map at the call site.
7965
+ */
7966
+ type StdLearnDoserEventKey = 'ADD_LARGE' | 'ADD_SMALL' | 'DOSER_UPDATED' | 'DOSE_ADDED' | 'DOSE_RESET' | 'INIT' | 'MODE_SELECTED' | 'RESET' | 'TOGGLE_DRIP';
7967
+ /**
7968
+ * Payload shape for the `DOSE_ADDED` event.
7969
+ */
7970
+ interface StdLearnDoserDoseAddedPayload {
7971
+ dose?: number;
7972
+ bandLabel?: string;
7973
+ bandColor?: string;
7974
+ done?: boolean;
7975
+ }
7976
+ /**
7977
+ * Payload shape for the `DOSER_UPDATED` event.
7978
+ */
7979
+ interface StdLearnDoserDoserUpdatedPayload {
7980
+ running?: boolean;
7981
+ dose?: number;
7982
+ bandLabel?: string;
7983
+ done?: boolean;
7984
+ }
7985
+ /**
7986
+ * Typed call-site config block for this trait — every
7987
+ * field maps to a `config { ... }` entry in the source
7988
+ * .lolo. The agent fills these to specialise the trait
7989
+ * without modifying its state-machine topology.
7990
+ */
7991
+ interface StdLearnDoserConfig {
7992
+ /** Default: `false` */
7993
+ autoDrip?: boolean;
7994
+ /** Default: `"#fafafa"` */
7995
+ backgroundColor?: string;
7996
+ /** Default: `[{"color":"#94a3b8","label":"Low","terminal":false,"upperBound":50},{"color":"#16a34a","label":"High","terminal":true,"upperBound":999999999}]` */
7997
+ bands?: EntityRow[];
7998
+ /** Default: `100` */
7999
+ capacity?: number;
8000
+ /** Default: `500` */
8001
+ dripIntervalMs?: number;
8002
+ /** Default: `400` */
8003
+ height?: number;
8004
+ /** Default: `300` */
8005
+ historyLength?: number;
8006
+ /** Default: `""` */
8007
+ matchMode?: string;
8008
+ /** Default: `"Dose"` */
8009
+ quantityLabel?: string;
8010
+ /** Default: `"Reservoir"` */
8011
+ reservoirLabel?: string;
8012
+ /** Default: `true` */
8013
+ showCanvas?: boolean;
8014
+ /** Default: `"#60a5fa"` */
8015
+ sourceColor?: string;
8016
+ /** Default: `"Source"` */
8017
+ sourceLabel?: string;
8018
+ /** Default: `5` */
8019
+ stepLarge?: number;
8020
+ /** Default: `1` */
8021
+ stepSmall?: number;
8022
+ /** Default: `"Doser"` */
8023
+ title?: string;
8024
+ /** Default: `""` */
8025
+ unit?: string;
8026
+ /** Default: `600` */
8027
+ width?: number;
8028
+ /** Default: `"Zone"` */
8029
+ zoneReadoutLabel?: string;
8030
+ }
8031
+ /**
8032
+ * Params for the std-learn-doser descriptor helpers.
8033
+ *
8034
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8035
+ * The optional override fields mirror TraitReference / PageRefObject
8036
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8037
+ */
8038
+ interface StdLearnDoserParams {
8039
+ entityName: string;
8040
+ /** Extra fields to add to the orbital-scoped entity clone. */
8041
+ fields?: EntityField[];
8042
+ /** Rename the inlined trait at the call site. */
8043
+ traitName?: string;
8044
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8045
+ events?: Partial<Record<StdLearnDoserEventKey, string>>;
8046
+ /** Per-event effect replacement (keys are POST-rename event names). */
8047
+ effects?: Record<string, SExpr[]>;
8048
+ /** Replace the imported trait's `listens` array entirely. */
8049
+ listens?: TraitEventListener[];
8050
+ /** Set every emit's scope. */
8051
+ emitsScope?: 'internal' | 'external';
8052
+ /** Typed call-site config block — see the per-field interface. */
8053
+ config?: StdLearnDoserConfig;
8054
+ /** URL path override for the (first) page. */
8055
+ pagePath?: string;
8056
+ }
8057
+ /** Trait descriptor: `LearnDoser.traits.LearnDoserSim`. */
8058
+ declare function stdLearnDoserTrait(params: StdLearnDoserParams): TraitReference;
8059
+ /** Page descriptor: `LearnDoser.pages.LearnDoserPage`. */
8060
+ declare function stdLearnDoserPage(params: StdLearnDoserParams): PageRefObject;
8061
+ /** Whole-orbital descriptor. */
8062
+ declare function stdLearnDoser(params: StdLearnDoserParams): OrbitalDefinition;
8063
+
8064
+ /**
8065
+ * std-learn-estimate — Generic estimation drill — a config-declared prompt roster asks for a quantity, the learner commits an estimate on a slider and locks it in, and the guess is graded by relative-error band: within the exact band scores full points, within the close band partial, outside none, with the true answer and the learner's percentage error revealed after each lock-in and a running score across the round. All vocabulary and bands are config-declared, so the same mechanism serves any quantitative intuition: orders of magnitude, unit conversions, historical dates, population sizes, physical constants, probabilities. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8066
+ *
8067
+ * Autogenerated by almadar-sync std-ts from
8068
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-estimate.orb.
8069
+ *
8070
+ * This is a thin descriptor layer over the canonical .orb. The exported
8071
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8072
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8073
+ * compiler's inline phase materialises the real trait at build time.
8074
+ *
8075
+ * Do not hand-edit — regenerate via
8076
+ * npx almadar-sync std-ts --only=std-learn-estimate
8077
+ *
8078
+ * @level atom
8079
+ * @packageDocumentation
8080
+ */
8081
+
8082
+ /**
8083
+ * Closed set of event keys this trait recognises —
8084
+ * derived from the .orb's `stateMachine.events[]` block
8085
+ * (transition triggers + emit names). Use as the key type
8086
+ * when passing an `events:` rename map at the call site.
8087
+ */
8088
+ type StdLearnEstimateEventKey = 'ESTIMATE_JUDGED' | 'INIT' | 'LOCK_IN' | 'MODE_SELECTED' | 'NEXT' | 'PROMPT_ADVANCED' | 'RETRY' | 'ROUND_RESTARTED' | 'SET_ESTIMATE';
8089
+ /**
8090
+ * Payload shape for the `ESTIMATE_JUDGED` event.
8091
+ */
8092
+ interface StdLearnEstimateEstimateJudgedPayload {
8093
+ band?: string;
8094
+ estimate?: number;
8095
+ answer?: number;
8096
+ score?: number;
8097
+ }
8098
+ /**
8099
+ * Payload shape for the `PROMPT_ADVANCED` event.
8100
+ */
8101
+ interface StdLearnEstimatePromptAdvancedPayload {
8102
+ promptIndex?: number;
8103
+ done?: boolean;
8104
+ score?: number;
8105
+ }
8106
+ /**
8107
+ * Payload shape for the `ROUND_RESTARTED` event.
8108
+ */
8109
+ interface StdLearnEstimateRoundRestartedPayload {
8110
+ totalPrompts?: number;
8111
+ }
8112
+ /**
8113
+ * Typed call-site config block for this trait — every
8114
+ * field maps to a `config { ... }` entry in the source
8115
+ * .lolo. The agent fills these to specialise the trait
8116
+ * without modifying its state-machine topology.
8117
+ */
8118
+ interface StdLearnEstimateConfig {
8119
+ /** Default: `0.25` */
8120
+ closePct?: number;
8121
+ /** Default: `1` */
8122
+ closePoints?: number;
8123
+ /** Default: `0.05` */
8124
+ exactPct?: number;
8125
+ /** Default: `2` */
8126
+ exactPoints?: number;
8127
+ /** Default: `"Lock In"` */
8128
+ lockLabel?: string;
8129
+ /** Default: `""` */
8130
+ matchMode?: string;
8131
+ /** Default: `"Next"` */
8132
+ nextLabel?: string;
8133
+ /** Default: `[{"answer":300,"hint":"Light covers 300,000 km every second.","prompt":"How many meters does light travel in one microsecond?","unit":"m"},{"answer":212,"hint":"It is 100 °C.","prompt":"What is the boiling point of water at sea level, in Fahrenheit?","unit":"°F"},{"answer":11.6,"hint":"A day is 86,400 seconds.","prompt":"Roughly how many days is one million seconds?","unit":"days"}]` */
8134
+ prompts?: EntityRow[];
8135
+ /** Default: `"Try Again"` */
8136
+ retryLabel?: string;
8137
+ /** Default: `100` */
8138
+ sliderDefault?: number;
8139
+ /** Default: `500` */
8140
+ sliderMax?: number;
8141
+ /** Default: `0` */
8142
+ sliderMin?: number;
8143
+ /** Default: `0.1` */
8144
+ sliderStep?: number;
8145
+ /** Default: `"Estimate It"` */
8146
+ title?: string;
8147
+ }
8148
+ /**
8149
+ * Params for the std-learn-estimate descriptor helpers.
8150
+ *
8151
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8152
+ * The optional override fields mirror TraitReference / PageRefObject
8153
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8154
+ */
8155
+ interface StdLearnEstimateParams {
8156
+ entityName: string;
8157
+ /** Extra fields to add to the orbital-scoped entity clone. */
8158
+ fields?: EntityField[];
8159
+ /** Rename the inlined trait at the call site. */
8160
+ traitName?: string;
8161
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8162
+ events?: Partial<Record<StdLearnEstimateEventKey, string>>;
8163
+ /** Per-event effect replacement (keys are POST-rename event names). */
8164
+ effects?: Record<string, SExpr[]>;
8165
+ /** Replace the imported trait's `listens` array entirely. */
8166
+ listens?: TraitEventListener[];
8167
+ /** Set every emit's scope. */
8168
+ emitsScope?: 'internal' | 'external';
8169
+ /** Typed call-site config block — see the per-field interface. */
8170
+ config?: StdLearnEstimateConfig;
8171
+ /** URL path override for the (first) page. */
8172
+ pagePath?: string;
8173
+ }
8174
+ /** Trait descriptor: `LearnEstimate.traits.EstimateSim`. */
8175
+ declare function stdLearnEstimateTrait(params: StdLearnEstimateParams): TraitReference;
8176
+ /** Page descriptor: `LearnEstimate.pages.EstimatePage`. */
8177
+ declare function stdLearnEstimatePage(params: StdLearnEstimateParams): PageRefObject;
8178
+ /** Whole-orbital descriptor. */
8179
+ declare function stdLearnEstimate(params: StdLearnEstimateParams): OrbitalDefinition;
8180
+
8181
+ /**
8182
+ * std-learn-goal-seek — Generic goal-seek (inverse-problem) instrument — a config-declared target curve is drawn from a hidden parameter pair, and the learner tunes their own two parameters with sliders until their curve matches it, then presses Check to be graded against an RMS-distance tolerance. The curve family (power y = A·xᴮ, linear y = A + B·x, or sine y = A·sin(B·x)), the hidden target parameters, the tolerance, and every label are config-declared, so the same mechanism serves any inverse problem: fit a demand curve, match a projectile arc, tune a growth rate, recover a wave's amplitude and frequency. A live distance readout (optionally hidden for a harder variant) plays warmer/colder. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8183
+ *
8184
+ * Autogenerated by almadar-sync std-ts from
8185
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-goal-seek.orb.
8186
+ *
8187
+ * This is a thin descriptor layer over the canonical .orb. The exported
8188
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8189
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8190
+ * compiler's inline phase materialises the real trait at build time.
8191
+ *
8192
+ * Do not hand-edit — regenerate via
8193
+ * npx almadar-sync std-ts --only=std-learn-goal-seek
8194
+ *
8195
+ * @level atom
8196
+ * @packageDocumentation
8197
+ */
8198
+
8199
+ /**
8200
+ * Closed set of event keys this trait recognises —
8201
+ * derived from the .orb's `stateMachine.events[]` block
8202
+ * (transition triggers + emit names). Use as the key type
8203
+ * when passing an `events:` rename map at the call site.
8204
+ */
8205
+ type StdLearnGoalSeekEventKey = 'CHECK' | 'GOAL_CHECKED' | 'GOAL_RESET' | 'INIT' | 'MODE_SELECTED' | 'PARAMS_CHANGED' | 'RESET' | 'SET_PARAM_A' | 'SET_PARAM_B';
8206
+ /**
8207
+ * Payload shape for the `PARAMS_CHANGED` event.
8208
+ */
8209
+ interface StdLearnGoalSeekParamsChangedPayload {
8210
+ paramA?: number;
8211
+ paramB?: number;
8212
+ distance?: number;
8213
+ }
8214
+ /**
8215
+ * Payload shape for the `GOAL_CHECKED` event.
8216
+ */
8217
+ interface StdLearnGoalSeekGoalCheckedPayload {
8218
+ matched?: boolean;
8219
+ distance?: number;
8220
+ attempts?: number;
8221
+ }
8222
+ /**
8223
+ * Payload shape for the `GOAL_RESET` event.
8224
+ */
8225
+ interface StdLearnGoalSeekGoalResetPayload {
8226
+ attempts?: number;
8227
+ }
8228
+ /**
8229
+ * Typed call-site config block for this trait — every
8230
+ * field maps to a `config { ... }` entry in the source
8231
+ * .lolo. The agent fills these to specialise the trait
8232
+ * without modifying its state-machine topology.
8233
+ */
8234
+ interface StdLearnGoalSeekConfig {
8235
+ /** Default: `"Check"` */
8236
+ checkLabel?: string;
8237
+ /** Default: `"sine"` */
8238
+ curveKind?: string;
8239
+ /** Default: `"Tune the two sliders until your curve matches the target curve, then press Check."` */
8240
+ goalText?: string;
8241
+ /** Default: `1` */
8242
+ gridStep?: number;
8243
+ /** Default: `400` */
8244
+ height?: number;
8245
+ /** Default: `"#3b82f6"` */
8246
+ learnerColor?: string;
8247
+ /** Default: `"Yours"` */
8248
+ learnerLabel?: string;
8249
+ /** Default: `""` */
8250
+ matchMode?: string;
8251
+ /** Default: `1` */
8252
+ paramADefault?: number;
8253
+ /** Default: `"A"` */
8254
+ paramALabel?: string;
8255
+ /** Default: `5` */
8256
+ paramAMax?: number;
8257
+ /** Default: `-5` */
8258
+ paramAMin?: number;
8259
+ /** Default: `0.1` */
8260
+ paramAStep?: number;
8261
+ /** Default: `1` */
8262
+ paramBDefault?: number;
8263
+ /** Default: `"B"` */
8264
+ paramBLabel?: string;
8265
+ /** Default: `5` */
8266
+ paramBMax?: number;
8267
+ /** Default: `-5` */
8268
+ paramBMin?: number;
8269
+ /** Default: `0.1` */
8270
+ paramBStep?: number;
8271
+ /** Default: `true` */
8272
+ showAxes?: boolean;
8273
+ /** Default: `true` */
8274
+ showGrid?: boolean;
8275
+ /** Default: `true` */
8276
+ showLiveDistance?: boolean;
8277
+ /** Default: `2.5` */
8278
+ targetA?: number;
8279
+ /** Default: `1.5` */
8280
+ targetB?: number;
8281
+ /** Default: `"#94a3b8"` */
8282
+ targetColor?: string;
8283
+ /** Default: `"Target"` */
8284
+ targetLabel?: string;
8285
+ /** Default: `"Goal Seek"` */
8286
+ title?: string;
8287
+ /** Default: `0.35` */
8288
+ tolerance?: number;
8289
+ /** Default: `600` */
8290
+ width?: number;
8291
+ /** Default: `10` */
8292
+ xMax?: number;
8293
+ /** Default: `0` */
8294
+ xMin?: number;
8295
+ }
8296
+ /**
8297
+ * Params for the std-learn-goal-seek descriptor helpers.
8298
+ *
8299
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8300
+ * The optional override fields mirror TraitReference / PageRefObject
8301
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8302
+ */
8303
+ interface StdLearnGoalSeekParams {
8304
+ entityName: string;
8305
+ /** Extra fields to add to the orbital-scoped entity clone. */
8306
+ fields?: EntityField[];
8307
+ /** Rename the inlined trait at the call site. */
8308
+ traitName?: string;
8309
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8310
+ events?: Partial<Record<StdLearnGoalSeekEventKey, string>>;
8311
+ /** Per-event effect replacement (keys are POST-rename event names). */
8312
+ effects?: Record<string, SExpr[]>;
8313
+ /** Replace the imported trait's `listens` array entirely. */
8314
+ listens?: TraitEventListener[];
8315
+ /** Set every emit's scope. */
8316
+ emitsScope?: 'internal' | 'external';
8317
+ /** Typed call-site config block — see the per-field interface. */
8318
+ config?: StdLearnGoalSeekConfig;
8319
+ /** URL path override for the (first) page. */
8320
+ pagePath?: string;
8321
+ }
8322
+ /** Trait descriptor: `LearnGoalSeek.traits.GoalSeekSim`. */
8323
+ declare function stdLearnGoalSeekTrait(params: StdLearnGoalSeekParams): TraitReference;
8324
+ /** Page descriptor: `LearnGoalSeek.pages.GoalSeekPage`. */
8325
+ declare function stdLearnGoalSeekPage(params: StdLearnGoalSeekParams): PageRefObject;
8326
+ /** Whole-orbital descriptor. */
8327
+ declare function stdLearnGoalSeek(params: StdLearnGoalSeekParams): OrbitalDefinition;
8328
+
8329
+ /**
8330
+ * std-learn-grid-sim — Generic grid-world simulation — a tappable cellular grid evolves under a config-selected local rule: life (Conway's birth-3, survive-2-or-3), spread (anything with an active 4-neighbour activates — wavefronts, fire, contagion), or diffusion (each cell relaxes toward its neighbourhood average with decay — heat, concentration). The learner seeds the world by tapping cells directly on the canvas, then Runs, Pauses, or single-Steps the evolution, with a generation counter and live active-cell census. Rule, grid dimensions, seeds, and palette are all config-declared, so one mechanism serves emergence, percolation, epidemic fronts, heat flow, and any local-rules-global-behaviour lesson. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8331
+ *
8332
+ * Autogenerated by almadar-sync std-ts from
8333
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-grid-sim.orb.
8334
+ *
8335
+ * This is a thin descriptor layer over the canonical .orb. The exported
8336
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8337
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8338
+ * compiler's inline phase materialises the real trait at build time.
8339
+ *
8340
+ * Do not hand-edit — regenerate via
8341
+ * npx almadar-sync std-ts --only=std-learn-grid-sim
8342
+ *
8343
+ * @level atom
8344
+ * @packageDocumentation
8345
+ */
8346
+
8347
+ /**
8348
+ * Closed set of event keys this trait recognises —
8349
+ * derived from the .orb's `stateMachine.events[]` block
8350
+ * (transition triggers + emit names). Use as the key type
8351
+ * when passing an `events:` rename map at the call site.
8352
+ */
8353
+ type StdLearnGridSimEventKey = 'CELL_TOGGLED' | 'GRID_RESET' | 'GRID_STEPPED' | 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'STEP' | 'TAP_CELL';
8354
+ /**
8355
+ * Payload shape for the `RUN_TOGGLED` event.
8356
+ */
8357
+ interface StdLearnGridSimRunToggledPayload {
8358
+ running?: boolean;
8359
+ }
8360
+ /**
8361
+ * Payload shape for the `GRID_STEPPED` event.
8362
+ */
8363
+ interface StdLearnGridSimGridSteppedPayload {
8364
+ generation?: number;
8365
+ aliveCount?: number;
8366
+ }
8367
+ /**
8368
+ * Payload shape for the `CELL_TOGGLED` event.
8369
+ */
8370
+ interface StdLearnGridSimCellToggledPayload {
8371
+ index?: number;
8372
+ aliveCount?: number;
8373
+ }
8374
+ /**
8375
+ * Payload shape for the `GRID_RESET` event.
8376
+ */
8377
+ interface StdLearnGridSimGridResetPayload {
8378
+ seedCount?: number;
8379
+ }
8380
+ /**
8381
+ * Typed call-site config block for this trait — every
8382
+ * field maps to a `config { ... }` entry in the source
8383
+ * .lolo. The agent fills these to specialise the trait
8384
+ * without modifying its state-machine topology.
8385
+ */
8386
+ interface StdLearnGridSimConfig {
8387
+ /** Default: `false` */
8388
+ autoRun?: boolean;
8389
+ /** Default: `"#f8fafc"` */
8390
+ backgroundColor?: string;
8391
+ /** Default: `26` */
8392
+ cellSize?: number;
8393
+ /** Default: `16` */
8394
+ cols?: number;
8395
+ /** Default: `0.995` */
8396
+ decay?: number;
8397
+ /** Default: `0.5` */
8398
+ diffuseRate?: number;
8399
+ /** Default: `332` */
8400
+ height?: number;
8401
+ /** Default: `"#bfdbfe"` */
8402
+ lowColor?: string;
8403
+ /** Default: `""` */
8404
+ matchMode?: string;
8405
+ /** Default: `"#60a5fa"` */
8406
+ midColor?: string;
8407
+ /** Default: `"#e2e8f0"` */
8408
+ offColor?: string;
8409
+ /** Default: `"#1d4ed8"` */
8410
+ onColor?: string;
8411
+ /** Default: `12` */
8412
+ rows?: number;
8413
+ /** Default: `"life"` */
8414
+ rule?: string;
8415
+ /** Default: `[1,18,32,33,34,88,89,90]` */
8416
+ seeds?: number[];
8417
+ /** Default: `"Step"` */
8418
+ stepLabel?: string;
8419
+ /** Default: `"Tap cells to seed the world, then Run — or Step one generation at a time to see the rule at work."` */
8420
+ taskText?: string;
8421
+ /** Default: `"Grid World"` */
8422
+ title?: string;
8423
+ /** Default: `436` */
8424
+ width?: number;
8425
+ }
8426
+ /**
8427
+ * Params for the std-learn-grid-sim descriptor helpers.
8428
+ *
8429
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8430
+ * The optional override fields mirror TraitReference / PageRefObject
8431
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8432
+ */
8433
+ interface StdLearnGridSimParams {
8434
+ entityName: string;
8435
+ /** Extra fields to add to the orbital-scoped entity clone. */
8436
+ fields?: EntityField[];
8437
+ /** Rename the inlined trait at the call site. */
8438
+ traitName?: string;
8439
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8440
+ events?: Partial<Record<StdLearnGridSimEventKey, string>>;
8441
+ /** Per-event effect replacement (keys are POST-rename event names). */
8442
+ effects?: Record<string, SExpr[]>;
8443
+ /** Replace the imported trait's `listens` array entirely. */
8444
+ listens?: TraitEventListener[];
8445
+ /** Set every emit's scope. */
8446
+ emitsScope?: 'internal' | 'external';
8447
+ /** Typed call-site config block — see the per-field interface. */
8448
+ config?: StdLearnGridSimConfig;
8449
+ /** URL path override for the (first) page. */
8450
+ pagePath?: string;
8451
+ }
8452
+ /** Trait descriptor: `LearnGridSim.traits.GridSimSim`. */
8453
+ declare function stdLearnGridSimTrait(params: StdLearnGridSimParams): TraitReference;
8454
+ /** Page descriptor: `LearnGridSim.pages.GridSimPage`. */
8455
+ declare function stdLearnGridSimPage(params: StdLearnGridSimParams): PageRefObject;
8456
+ /** Whole-orbital descriptor. */
8457
+ declare function stdLearnGridSim(params: StdLearnGridSimParams): OrbitalDefinition;
8458
+
8459
+ /**
8460
+ * std-learn-hotspot — Generic spatial tap-to-identify instrument — a config-declared roster of labeled hotspots (id, label, x, y, radius, color) renders on a learning-canvas, and a config-declared prompt roster asks the learner to tap the right part directly on the canvas: a first-try hit scores, a miss names what was actually tapped and invites another try, and a hit reveals the part's explanation with a highlight ring before advancing. All vocabulary is config-declared, so the same mechanism serves any labeled scene: organs on a cell, countries on a sketch map, components on a circuit, bones on a skeleton. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8461
+ *
8462
+ * Autogenerated by almadar-sync std-ts from
8463
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-hotspot.orb.
8464
+ *
8465
+ * This is a thin descriptor layer over the canonical .orb. The exported
8466
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8467
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8468
+ * compiler's inline phase materialises the real trait at build time.
8469
+ *
8470
+ * Do not hand-edit — regenerate via
8471
+ * npx almadar-sync std-ts --only=std-learn-hotspot
8472
+ *
8473
+ * @level atom
8474
+ * @packageDocumentation
8475
+ */
8476
+
8477
+ /**
8478
+ * Closed set of event keys this trait recognises —
8479
+ * derived from the .orb's `stateMachine.events[]` block
8480
+ * (transition triggers + emit names). Use as the key type
8481
+ * when passing an `events:` rename map at the call site.
8482
+ */
8483
+ type StdLearnHotspotEventKey = 'INIT' | 'MODE_SELECTED' | 'NEXT' | 'PROMPT_ADVANCED' | 'RETRY' | 'ROUND_RESTARTED' | 'TAP_JUDGED' | 'TAP_SHAPE';
8484
+ /**
8485
+ * Payload shape for the `TAP_JUDGED` event.
8486
+ */
8487
+ interface StdLearnHotspotTapJudgedPayload {
8488
+ correct?: boolean;
8489
+ promptIndex?: number;
8490
+ tries?: number;
8491
+ }
8492
+ /**
8493
+ * Payload shape for the `PROMPT_ADVANCED` event.
8494
+ */
8495
+ interface StdLearnHotspotPromptAdvancedPayload {
8496
+ promptIndex?: number;
8497
+ done?: boolean;
8498
+ score?: number;
8499
+ }
8500
+ /**
8501
+ * Payload shape for the `ROUND_RESTARTED` event.
8502
+ */
8503
+ interface StdLearnHotspotRoundRestartedPayload {
8504
+ totalPrompts?: number;
8505
+ }
8506
+ /**
8507
+ * Typed call-site config block for this trait — every
8508
+ * field maps to a `config { ... }` entry in the source
8509
+ * .lolo. The agent fills these to specialise the trait
8510
+ * without modifying its state-machine topology.
8511
+ */
8512
+ interface StdLearnHotspotConfig {
8513
+ /** Default: `"#f8fafc"` */
8514
+ backgroundColor?: string;
8515
+ /** Default: `380` */
8516
+ height?: number;
8517
+ /** Default: `"#16a34a"` */
8518
+ hitColor?: string;
8519
+ /** Default: `""` */
8520
+ matchMode?: string;
8521
+ /** Default: `"Next"` */
8522
+ nextLabel?: string;
8523
+ /** Default: `[{"explanation":"The nucleus holds the DNA.","prompt":"Tap the part that stores the cell's genetic material.","targetId":"nucleus"},{"explanation":"Mitochondria run cellular respiration.","prompt":"Tap the part that produces the cell's energy.","targetId":"mitochondrion"},{"explanation":"Ribosomes translate mRNA into protein.","prompt":"Tap the part that builds proteins.","targetId":"ribosome"}]` */
8524
+ prompts?: EntityRow[];
8525
+ /** Default: `"Try Again"` */
8526
+ retryLabel?: string;
8527
+ /** Default: `[{"color":"#8b5cf6","id":"nucleus","label":"Nucleus","radius":34,"x":300,"y":170},{"color":"#3b82f6","id":"membrane","label":"Membrane","radius":26,"x":130,"y":120},{"color":"#f59e0b","id":"mitochondrion","label":"Mitochondrion","radius":24,"x":460,"y":120},{"color":"#16a34a","id":"ribosome","label":"Ribosome","radius":18,"x":200,"y":280},{"color":"#06b6d4","id":"vacuole","label":"Vacuole","radius":28,"x":420,"y":280}]` */
8528
+ shapes?: EntityRow[];
8529
+ /** Default: `"Tap the Part"` */
8530
+ title?: string;
8531
+ /** Default: `600` */
8532
+ width?: number;
8533
+ }
8534
+ /**
8535
+ * Params for the std-learn-hotspot descriptor helpers.
8536
+ *
8537
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8538
+ * The optional override fields mirror TraitReference / PageRefObject
8539
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8540
+ */
8541
+ interface StdLearnHotspotParams {
8542
+ entityName: string;
8543
+ /** Extra fields to add to the orbital-scoped entity clone. */
8544
+ fields?: EntityField[];
8545
+ /** Rename the inlined trait at the call site. */
8546
+ traitName?: string;
8547
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8548
+ events?: Partial<Record<StdLearnHotspotEventKey, string>>;
8549
+ /** Per-event effect replacement (keys are POST-rename event names). */
8550
+ effects?: Record<string, SExpr[]>;
8551
+ /** Replace the imported trait's `listens` array entirely. */
8552
+ listens?: TraitEventListener[];
8553
+ /** Set every emit's scope. */
8554
+ emitsScope?: 'internal' | 'external';
8555
+ /** Typed call-site config block — see the per-field interface. */
8556
+ config?: StdLearnHotspotConfig;
8557
+ /** URL path override for the (first) page. */
8558
+ pagePath?: string;
8559
+ }
8560
+ /** Trait descriptor: `LearnHotspot.traits.HotspotSim`. */
8561
+ declare function stdLearnHotspotTrait(params: StdLearnHotspotParams): TraitReference;
8562
+ /** Page descriptor: `LearnHotspot.pages.HotspotPage`. */
8563
+ declare function stdLearnHotspotPage(params: StdLearnHotspotParams): PageRefObject;
8564
+ /** Whole-orbital descriptor. */
8565
+ declare function stdLearnHotspot(params: StdLearnHotspotParams): OrbitalDefinition;
8566
+
7529
8567
  /**
7530
8568
  * std-learn-live-sim — Generic continuous particle-dynamics instrument — the live-integration sibling of std-physics-projectile: config-declared initial bodies (position, velocity, radius, color) fall under gravity, lose speed to damping, and bounce off the world bounds every tick while Run is engaged; Pause freezes the simulation and Reset restores the initial bodies. Gravity and damping are each exposed as a range-slider so the learner can retune the dynamics live, with a readout of elapsed ticks and a sample body's current speed. So the same mechanism serves any bouncing-particle domain (gas molecules, falling objects, orbit sketches, and beyond) on a physics-canvas. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7531
8569
  *
7532
8570
  * Autogenerated by almadar-sync std-ts from
7533
- * packages/almadar-std/behaviors/registry/atoms/std-learn-live-sim.orb.
8571
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-live-sim.orb.
8572
+ *
8573
+ * This is a thin descriptor layer over the canonical .orb. The exported
8574
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8575
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8576
+ * compiler's inline phase materialises the real trait at build time.
8577
+ *
8578
+ * Do not hand-edit — regenerate via
8579
+ * npx almadar-sync std-ts --only=std-learn-live-sim
8580
+ *
8581
+ * @level atom
8582
+ * @packageDocumentation
8583
+ */
8584
+
8585
+ /**
8586
+ * Closed set of event keys this trait recognises —
8587
+ * derived from the .orb's `stateMachine.events[]` block
8588
+ * (transition triggers + emit names). Use as the key type
8589
+ * when passing an `events:` rename map at the call site.
8590
+ */
8591
+ type StdLearnLiveSimEventKey = 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'SET_DAMPING' | 'SET_GRAVITY' | 'SIM_RESET';
8592
+ /**
8593
+ * Payload shape for the `RUN_TOGGLED` event.
8594
+ */
8595
+ interface StdLearnLiveSimRunToggledPayload {
8596
+ running?: boolean;
8597
+ }
8598
+ /**
8599
+ * Payload shape for the `SIM_RESET` event.
8600
+ */
8601
+ interface StdLearnLiveSimSimResetPayload {
8602
+ bodyCount?: number;
8603
+ }
8604
+ /**
8605
+ * Typed call-site config block for this trait — every
8606
+ * field maps to a `config { ... }` entry in the source
8607
+ * .lolo. The agent fills these to specialise the trait
8608
+ * without modifying its state-machine topology.
8609
+ */
8610
+ interface StdLearnLiveSimConfig {
8611
+ /** Default: `"#f8fafc"` */
8612
+ backgroundColor?: string;
8613
+ /** Default: `[{"color":"#2563eb","id":"ball-a","radius":14,"vx":4,"vy":0,"x":100,"y":60},{"color":"#16a34a","id":"ball-b","radius":18,"vx":-3,"vy":2,"x":260,"y":90},{"color":"#f59e0b","id":"ball-c","radius":11,"vx":2,"vy":-1,"x":420,"y":40}]` */
8614
+ bodies?: EntityRow[];
8615
+ /** Default: `0.995` */
8616
+ damping?: number;
8617
+ /** Default: `0.4` */
8618
+ gravity?: number;
8619
+ /** Default: `400` */
8620
+ height?: number;
8621
+ /** Default: `""` */
8622
+ matchMode?: string;
8623
+ /** Default: `0.78` */
8624
+ restitution?: number;
8625
+ /** Default: `false` */
8626
+ running?: boolean;
8627
+ /** Default: `true` */
8628
+ showVelocity?: boolean;
8629
+ /** Default: `"Live Sim"` */
8630
+ title?: string;
8631
+ /** Default: `8` */
8632
+ velocityScale?: number;
8633
+ /** Default: `600` */
8634
+ width?: number;
8635
+ }
8636
+ /**
8637
+ * Params for the std-learn-live-sim descriptor helpers.
8638
+ *
8639
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8640
+ * The optional override fields mirror TraitReference / PageRefObject
8641
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8642
+ */
8643
+ interface StdLearnLiveSimParams {
8644
+ entityName: string;
8645
+ /** Extra fields to add to the orbital-scoped entity clone. */
8646
+ fields?: EntityField[];
8647
+ /** Rename the inlined trait at the call site. */
8648
+ traitName?: string;
8649
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8650
+ events?: Partial<Record<StdLearnLiveSimEventKey, string>>;
8651
+ /** Per-event effect replacement (keys are POST-rename event names). */
8652
+ effects?: Record<string, SExpr[]>;
8653
+ /** Replace the imported trait's `listens` array entirely. */
8654
+ listens?: TraitEventListener[];
8655
+ /** Set every emit's scope. */
8656
+ emitsScope?: 'internal' | 'external';
8657
+ /** Typed call-site config block — see the per-field interface. */
8658
+ config?: StdLearnLiveSimConfig;
8659
+ /** URL path override for the (first) page. */
8660
+ pagePath?: string;
8661
+ }
8662
+ /** Trait descriptor: `LearnLiveSim.traits.LiveSimSim`. */
8663
+ declare function stdLearnLiveSimTrait(params: StdLearnLiveSimParams): TraitReference;
8664
+ /** Page descriptor: `LearnLiveSim.pages.LearnLiveSimPage`. */
8665
+ declare function stdLearnLiveSimPage(params: StdLearnLiveSimParams): PageRefObject;
8666
+ /** Whole-orbital descriptor. */
8667
+ declare function stdLearnLiveSim(params: StdLearnLiveSimParams): OrbitalDefinition;
8668
+
8669
+ /**
8670
+ * std-learn-measure — Generic measurement lab — a config-declared signal (sine A·sin(B·t), growth A·(1+B)ᵗ, or half-life decay A·(1/2)^(t/B)) evolves live while Run is engaged, drawing its trace across the chart, and the learner presses Probe to record the instantaneous value as a data point: recorded points accumulate on the chart with a running sample count and mean, teaching the discipline of sampling a changing quantity rather than reading a printed table. Pause freezes time mid-run and Reset clears the experiment. All vocabulary and dynamics are config-declared, so the same mechanism serves any measure-the-system exercise: temperature during a reaction, voltage on a discharging capacitor, population through a season, a pendulum's displacement. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8671
+ *
8672
+ * Autogenerated by almadar-sync std-ts from
8673
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-measure.orb.
8674
+ *
8675
+ * This is a thin descriptor layer over the canonical .orb. The exported
8676
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8677
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8678
+ * compiler's inline phase materialises the real trait at build time.
8679
+ *
8680
+ * Do not hand-edit — regenerate via
8681
+ * npx almadar-sync std-ts --only=std-learn-measure
8682
+ *
8683
+ * @level atom
8684
+ * @packageDocumentation
8685
+ */
8686
+
8687
+ /**
8688
+ * Closed set of event keys this trait recognises —
8689
+ * derived from the .orb's `stateMachine.events[]` block
8690
+ * (transition triggers + emit names). Use as the key type
8691
+ * when passing an `events:` rename map at the call site.
8692
+ */
8693
+ type StdLearnMeasureEventKey = 'INIT' | 'MEASURE_RESET' | 'MODE_SELECTED' | 'PAUSE' | 'PROBE' | 'PROBE_RECORDED' | 'RESET' | 'RUN' | 'RUN_TOGGLED';
8694
+ /**
8695
+ * Payload shape for the `RUN_TOGGLED` event.
8696
+ */
8697
+ interface StdLearnMeasureRunToggledPayload {
8698
+ running?: boolean;
8699
+ }
8700
+ /**
8701
+ * Payload shape for the `PROBE_RECORDED` event.
8702
+ */
8703
+ interface StdLearnMeasureProbeRecordedPayload {
8704
+ t?: number;
8705
+ value?: number;
8706
+ count?: number;
8707
+ mean?: number;
8708
+ }
8709
+ /**
8710
+ * Payload shape for the `MEASURE_RESET` event.
8711
+ */
8712
+ interface StdLearnMeasureMeasureResetPayload {
8713
+ duration?: number;
8714
+ }
8715
+ /**
8716
+ * Typed call-site config block for this trait — every
8717
+ * field maps to a `config { ... }` entry in the source
8718
+ * .lolo. The agent fills these to specialise the trait
8719
+ * without modifying its state-machine topology.
8720
+ */
8721
+ interface StdLearnMeasureConfig {
8722
+ /** Default: `5` */
8723
+ amplitude?: number;
8724
+ /** Default: `12` */
8725
+ duration?: number;
8726
+ /** Default: `1` */
8727
+ gridStep?: number;
8728
+ /** Default: `360` */
8729
+ height?: number;
8730
+ /** Default: `""` */
8731
+ matchMode?: string;
8732
+ /** Default: `"#dc2626"` */
8733
+ probeColor?: string;
8734
+ /** Default: `"Probe"` */
8735
+ probeLabel?: string;
8736
+ /** Default: `1.2` */
8737
+ rate?: number;
8738
+ /** Default: `"#94a3b8"` */
8739
+ signalColor?: string;
8740
+ /** Default: `"sine"` */
8741
+ signalKind?: string;
8742
+ /** Default: `"Run the signal, then press Probe to record measurements. Watch the running mean settle."` */
8743
+ taskText?: string;
8744
+ /** Default: `"Measurement Lab"` */
8745
+ title?: string;
8746
+ /** Default: `"value"` */
8747
+ valueLabel?: string;
8748
+ /** Default: `6` */
8749
+ valueMax?: number;
8750
+ /** Default: `-6` */
8751
+ valueMin?: number;
8752
+ /** Default: `600` */
8753
+ width?: number;
8754
+ }
8755
+ /**
8756
+ * Params for the std-learn-measure descriptor helpers.
8757
+ *
8758
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8759
+ * The optional override fields mirror TraitReference / PageRefObject
8760
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8761
+ */
8762
+ interface StdLearnMeasureParams {
8763
+ entityName: string;
8764
+ /** Extra fields to add to the orbital-scoped entity clone. */
8765
+ fields?: EntityField[];
8766
+ /** Rename the inlined trait at the call site. */
8767
+ traitName?: string;
8768
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8769
+ events?: Partial<Record<StdLearnMeasureEventKey, string>>;
8770
+ /** Per-event effect replacement (keys are POST-rename event names). */
8771
+ effects?: Record<string, SExpr[]>;
8772
+ /** Replace the imported trait's `listens` array entirely. */
8773
+ listens?: TraitEventListener[];
8774
+ /** Set every emit's scope. */
8775
+ emitsScope?: 'internal' | 'external';
8776
+ /** Typed call-site config block — see the per-field interface. */
8777
+ config?: StdLearnMeasureConfig;
8778
+ /** URL path override for the (first) page. */
8779
+ pagePath?: string;
8780
+ }
8781
+ /** Trait descriptor: `LearnMeasure.traits.MeasureSim`. */
8782
+ declare function stdLearnMeasureTrait(params: StdLearnMeasureParams): TraitReference;
8783
+ /** Page descriptor: `LearnMeasure.pages.MeasurePage`. */
8784
+ declare function stdLearnMeasurePage(params: StdLearnMeasureParams): PageRefObject;
8785
+ /** Whole-orbital descriptor. */
8786
+ declare function stdLearnMeasure(params: StdLearnMeasureParams): OrbitalDefinition;
8787
+
8788
+ /**
8789
+ * std-learn-param-explorer — Generic parameter-explorer engine — two sliders drive a config-selected curve family (power y = A·xᴮ, linear y = A + B·x, or sine y = A·sin(B·x)) sampled onto a math-canvas, with a live readout of both parameters and the curve's value at the midpoint x. Subject atoms narrow the curve family and parameter labels through config; this atom owns only the sample-and-recompute mechanics. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8790
+ *
8791
+ * Autogenerated by almadar-sync std-ts from
8792
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-param-explorer.orb.
8793
+ *
8794
+ * This is a thin descriptor layer over the canonical .orb. The exported
8795
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8796
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8797
+ * compiler's inline phase materialises the real trait at build time.
8798
+ *
8799
+ * Do not hand-edit — regenerate via
8800
+ * npx almadar-sync std-ts --only=std-learn-param-explorer
8801
+ *
8802
+ * @level atom
8803
+ * @packageDocumentation
8804
+ */
8805
+
8806
+ /**
8807
+ * Closed set of event keys this trait recognises —
8808
+ * derived from the .orb's `stateMachine.events[]` block
8809
+ * (transition triggers + emit names). Use as the key type
8810
+ * when passing an `events:` rename map at the call site.
8811
+ */
8812
+ type StdLearnParamExplorerEventKey = 'INIT' | 'MODE_SELECTED' | 'PARAMS_CHANGED' | 'SET_PARAM_A' | 'SET_PARAM_B';
8813
+ /**
8814
+ * Payload shape for the `PARAMS_CHANGED` event.
8815
+ */
8816
+ interface StdLearnParamExplorerParamsChangedPayload {
8817
+ paramA?: number;
8818
+ paramB?: number;
8819
+ }
8820
+ /**
8821
+ * Typed call-site config block for this trait — every
8822
+ * field maps to a `config { ... }` entry in the source
8823
+ * .lolo. The agent fills these to specialise the trait
8824
+ * without modifying its state-machine topology.
8825
+ */
8826
+ interface StdLearnParamExplorerConfig {
8827
+ /** Default: `false` */
8828
+ animate?: boolean;
8829
+ /** Default: `"#3b82f6"` */
8830
+ color?: string;
8831
+ /** Default: `"power"` */
8832
+ curveKind?: string;
8833
+ /** Default: `1` */
8834
+ gridStep?: number;
8835
+ /** Default: `400` */
8836
+ height?: number;
8837
+ /** Default: `false` */
8838
+ interactive?: boolean;
8839
+ /** Default: `""` */
8840
+ matchMode?: string;
8841
+ /** Default: `1` */
8842
+ paramADefault?: number;
8843
+ /** Default: `"A"` */
8844
+ paramALabel?: string;
8845
+ /** Default: `5` */
8846
+ paramAMax?: number;
8847
+ /** Default: `-5` */
8848
+ paramAMin?: number;
8849
+ /** Default: `0.1` */
8850
+ paramAStep?: number;
8851
+ /** Default: `2` */
8852
+ paramBDefault?: number;
8853
+ /** Default: `"B"` */
8854
+ paramBLabel?: string;
8855
+ /** Default: `5` */
8856
+ paramBMax?: number;
8857
+ /** Default: `-5` */
8858
+ paramBMin?: number;
8859
+ /** Default: `0.1` */
8860
+ paramBStep?: number;
8861
+ /** Default: `true` */
8862
+ showAxes?: boolean;
8863
+ /** Default: `true` */
8864
+ showGrid?: boolean;
8865
+ /** Default: `"Parameter Explorer"` */
8866
+ title?: string;
8867
+ /** Default: `600` */
8868
+ width?: number;
8869
+ /** Default: `10` */
8870
+ xMax?: number;
8871
+ /** Default: `0` */
8872
+ xMin?: number;
8873
+ }
8874
+ /**
8875
+ * Params for the std-learn-param-explorer descriptor helpers.
8876
+ *
8877
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8878
+ * The optional override fields mirror TraitReference / PageRefObject
8879
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8880
+ */
8881
+ interface StdLearnParamExplorerParams {
8882
+ entityName: string;
8883
+ /** Extra fields to add to the orbital-scoped entity clone. */
8884
+ fields?: EntityField[];
8885
+ /** Rename the inlined trait at the call site. */
8886
+ traitName?: string;
8887
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8888
+ events?: Partial<Record<StdLearnParamExplorerEventKey, string>>;
8889
+ /** Per-event effect replacement (keys are POST-rename event names). */
8890
+ effects?: Record<string, SExpr[]>;
8891
+ /** Replace the imported trait's `listens` array entirely. */
8892
+ listens?: TraitEventListener[];
8893
+ /** Set every emit's scope. */
8894
+ emitsScope?: 'internal' | 'external';
8895
+ /** Typed call-site config block — see the per-field interface. */
8896
+ config?: StdLearnParamExplorerConfig;
8897
+ /** URL path override for the (first) page. */
8898
+ pagePath?: string;
8899
+ }
8900
+ /** Trait descriptor: `LearnParamExplorer.traits.ParamExplorerSim`. */
8901
+ declare function stdLearnParamExplorerTrait(params: StdLearnParamExplorerParams): TraitReference;
8902
+ /** Page descriptor: `LearnParamExplorer.pages.ParamExplorerPage`. */
8903
+ declare function stdLearnParamExplorerPage(params: StdLearnParamExplorerParams): PageRefObject;
8904
+ /** Whole-orbital descriptor. */
8905
+ declare function stdLearnParamExplorer(params: StdLearnParamExplorerParams): OrbitalDefinition;
8906
+
8907
+ /**
8908
+ * std-learn-perturb — Generic equilibrium-and-shock simulation — a single named quantity relaxes each tick toward an adjustable setpoint at an adjustable recovery rate (dV = k·(E − V)), drawn live against the setpoint line. Shock buttons knock the quantity up or down mid-run and the learner watches it recover; moving the setpoint slider mid-run makes the system chase a new equilibrium, and the recovery-rate slider shows sluggish versus snappy regulation. All names and scales are config-declared, so one mechanism serves every negative-feedback lesson: body temperature homeostasis, a thermostat, market price around equilibrium, blood glucose, reservoir level, ecological resilience. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8909
+ *
8910
+ * Autogenerated by almadar-sync std-ts from
8911
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-perturb.orb.
7534
8912
  *
7535
8913
  * This is a thin descriptor layer over the canonical .orb. The exported
7536
8914
  * functions return TraitReference / PageRefObject / OrbitalDefinition
@@ -7538,7 +8916,7 @@ declare function stdLearnDiagram(params: StdLearnDiagramParams): OrbitalDefiniti
7538
8916
  * compiler's inline phase materialises the real trait at build time.
7539
8917
  *
7540
8918
  * Do not hand-edit — regenerate via
7541
- * npx almadar-sync std-ts --only=std-learn-live-sim
8919
+ * npx almadar-sync std-ts --only=std-learn-perturb
7542
8920
  *
7543
8921
  * @level atom
7544
8922
  * @packageDocumentation
@@ -7550,18 +8928,38 @@ declare function stdLearnDiagram(params: StdLearnDiagramParams): OrbitalDefiniti
7550
8928
  * (transition triggers + emit names). Use as the key type
7551
8929
  * when passing an `events:` rename map at the call site.
7552
8930
  */
7553
- type StdLearnLiveSimEventKey = 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'SET_DAMPING' | 'SET_GRAVITY' | 'SIM_RESET';
8931
+ type StdLearnPerturbEventKey = 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RATE_CHANGED' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'SETPOINT_CHANGED' | 'SET_POINT' | 'SET_RATE' | 'SHOCK' | 'SHOCK_APPLIED' | 'SIM_RESET';
7554
8932
  /**
7555
8933
  * Payload shape for the `RUN_TOGGLED` event.
7556
8934
  */
7557
- interface StdLearnLiveSimRunToggledPayload {
8935
+ interface StdLearnPerturbRunToggledPayload {
7558
8936
  running?: boolean;
7559
8937
  }
7560
8938
  /**
7561
8939
  * Payload shape for the `SIM_RESET` event.
7562
8940
  */
7563
- interface StdLearnLiveSimSimResetPayload {
7564
- bodyCount?: number;
8941
+ interface StdLearnPerturbSimResetPayload {
8942
+ valueStart?: number;
8943
+ }
8944
+ /**
8945
+ * Payload shape for the `SETPOINT_CHANGED` event.
8946
+ */
8947
+ interface StdLearnPerturbSetpointChangedPayload {
8948
+ setpoint?: number;
8949
+ }
8950
+ /**
8951
+ * Payload shape for the `RATE_CHANGED` event.
8952
+ */
8953
+ interface StdLearnPerturbRateChangedPayload {
8954
+ rate?: number;
8955
+ }
8956
+ /**
8957
+ * Payload shape for the `SHOCK_APPLIED` event.
8958
+ */
8959
+ interface StdLearnPerturbShockAppliedPayload {
8960
+ delta?: number;
8961
+ value?: number;
8962
+ deviation?: number;
7565
8963
  }
7566
8964
  /**
7567
8965
  * Typed call-site config block for this trait — every
@@ -7569,47 +8967,77 @@ interface StdLearnLiveSimSimResetPayload {
7569
8967
  * .lolo. The agent fills these to specialise the trait
7570
8968
  * without modifying its state-machine topology.
7571
8969
  */
7572
- interface StdLearnLiveSimConfig {
7573
- /** Default: `"#f8fafc"` */
7574
- backgroundColor?: string;
7575
- /** Default: `[{"color":"#2563eb","id":"ball-a","radius":14,"vx":4,"vy":0,"x":100,"y":60},{"color":"#16a34a","id":"ball-b","radius":18,"vx":-3,"vy":2,"x":260,"y":90},{"color":"#f59e0b","id":"ball-c","radius":11,"vx":2,"vy":-1,"x":420,"y":40}]` */
7576
- bodies?: EntityRow[];
7577
- /** Default: `0.995` */
7578
- damping?: number;
7579
- /** Default: `0.4` */
7580
- gravity?: number;
7581
- /** Default: `400` */
8970
+ interface StdLearnPerturbConfig {
8971
+ /** Default: `true` */
8972
+ autoRun?: boolean;
8973
+ /** Default: `20` */
8974
+ duration?: number;
8975
+ /** Default: `2` */
8976
+ gridStep?: number;
8977
+ /** Default: `360` */
7582
8978
  height?: number;
7583
8979
  /** Default: `""` */
7584
8980
  matchMode?: string;
7585
- /** Default: `0.78` */
7586
- restitution?: number;
7587
- /** Default: `false` */
7588
- running?: boolean;
7589
- /** Default: `true` */
7590
- showVelocity?: boolean;
7591
- /** Default: `"Live Sim"` */
8981
+ /** Default: `0.8` */
8982
+ rateDefault?: number;
8983
+ /** Default: `"Recovery rate"` */
8984
+ rateLabel?: string;
8985
+ /** Default: `3` */
8986
+ rateMax?: number;
8987
+ /** Default: `0.05` */
8988
+ rateMin?: number;
8989
+ /** Default: `0.05` */
8990
+ rateStep?: number;
8991
+ /** Default: `"#94a3b8"` */
8992
+ setpointColor?: string;
8993
+ /** Default: `37` */
8994
+ setpointDefault?: number;
8995
+ /** Default: `"Setpoint"` */
8996
+ setpointLabel?: string;
8997
+ /** Default: `44` */
8998
+ setpointMax?: number;
8999
+ /** Default: `30` */
9000
+ setpointMin?: number;
9001
+ /** Default: `0.5` */
9002
+ setpointStep?: number;
9003
+ /** Default: `"− Shock down"` */
9004
+ shockDownLabel?: string;
9005
+ /** Default: `4` */
9006
+ shockSize?: number;
9007
+ /** Default: `"+ Shock up"` */
9008
+ shockUpLabel?: string;
9009
+ /** Default: `"Run the system, shock it off its setpoint, and watch it recover — then move the setpoint mid-run."` */
9010
+ taskText?: string;
9011
+ /** Default: `"Equilibrium & Shock"` */
7592
9012
  title?: string;
7593
- /** Default: `8` */
7594
- velocityScale?: number;
9013
+ /** Default: `"#dc2626"` */
9014
+ valueColor?: string;
9015
+ /** Default: `"Temperature"` */
9016
+ valueLabel?: string;
9017
+ /** Default: `46` */
9018
+ valueMax?: number;
9019
+ /** Default: `28` */
9020
+ valueMin?: number;
9021
+ /** Default: `37` */
9022
+ valueStart?: number;
7595
9023
  /** Default: `600` */
7596
9024
  width?: number;
7597
9025
  }
7598
9026
  /**
7599
- * Params for the std-learn-live-sim descriptor helpers.
9027
+ * Params for the std-learn-perturb descriptor helpers.
7600
9028
  *
7601
9029
  * `entityName` binds every trait/page reference's `linkedEntity`.
7602
9030
  * The optional override fields mirror TraitReference / PageRefObject
7603
9031
  * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7604
9032
  */
7605
- interface StdLearnLiveSimParams {
9033
+ interface StdLearnPerturbParams {
7606
9034
  entityName: string;
7607
9035
  /** Extra fields to add to the orbital-scoped entity clone. */
7608
9036
  fields?: EntityField[];
7609
9037
  /** Rename the inlined trait at the call site. */
7610
9038
  traitName?: string;
7611
9039
  /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7612
- events?: Partial<Record<StdLearnLiveSimEventKey, string>>;
9040
+ events?: Partial<Record<StdLearnPerturbEventKey, string>>;
7613
9041
  /** Per-event effect replacement (keys are POST-rename event names). */
7614
9042
  effects?: Record<string, SExpr[]>;
7615
9043
  /** Replace the imported trait's `listens` array entirely. */
@@ -7617,22 +9045,22 @@ interface StdLearnLiveSimParams {
7617
9045
  /** Set every emit's scope. */
7618
9046
  emitsScope?: 'internal' | 'external';
7619
9047
  /** Typed call-site config block — see the per-field interface. */
7620
- config?: StdLearnLiveSimConfig;
9048
+ config?: StdLearnPerturbConfig;
7621
9049
  /** URL path override for the (first) page. */
7622
9050
  pagePath?: string;
7623
9051
  }
7624
- /** Trait descriptor: `LearnLiveSim.traits.LiveSimSim`. */
7625
- declare function stdLearnLiveSimTrait(params: StdLearnLiveSimParams): TraitReference;
7626
- /** Page descriptor: `LearnLiveSim.pages.LearnLiveSimPage`. */
7627
- declare function stdLearnLiveSimPage(params: StdLearnLiveSimParams): PageRefObject;
9052
+ /** Trait descriptor: `LearnPerturb.traits.PerturbSim`. */
9053
+ declare function stdLearnPerturbTrait(params: StdLearnPerturbParams): TraitReference;
9054
+ /** Page descriptor: `LearnPerturb.pages.PerturbPage`. */
9055
+ declare function stdLearnPerturbPage(params: StdLearnPerturbParams): PageRefObject;
7628
9056
  /** Whole-orbital descriptor. */
7629
- declare function stdLearnLiveSim(params: StdLearnLiveSimParams): OrbitalDefinition;
9057
+ declare function stdLearnPerturb(params: StdLearnPerturbParams): OrbitalDefinition;
7630
9058
 
7631
9059
  /**
7632
- * std-learn-param-explorer — Generic parameter-explorer enginetwo sliders drive a config-selected curve family (power y = A·xᴮ, linear y = A + B·x, or sine y = A·sin(B·x)) sampled onto a math-canvas, with a live readout of both parameters and the curve's value at the midpoint x. Subject atoms narrow the curve family and parameter labels through config; this atom owns only the sample-and-recompute mechanics. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
9060
+ * std-learn-predict — Generic predict-then-reveal instrumenteach config-declared scenario states a setup and a question, the learner commits to one of the predicted outcomes, and only then does the outcome play out: a timed reveal draws the scenario's declared value frames one by one as a growing curve with per-frame captions, ending in a verdict against the committed prediction and the scenario's explanation, with a running score across scenarios. All vocabulary is config-declared, so the same mechanism serves any commit-before-you-see teaching beat: what happens to the population, which way does the price move, does the reaction speed up, where does the phase go next. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7633
9061
  *
7634
9062
  * Autogenerated by almadar-sync std-ts from
7635
- * packages/almadar-std/behaviors/registry/atoms/std-learn-param-explorer.orb.
9063
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-predict.orb.
7636
9064
  *
7637
9065
  * This is a thin descriptor layer over the canonical .orb. The exported
7638
9066
  * functions return TraitReference / PageRefObject / OrbitalDefinition
@@ -7640,7 +9068,7 @@ declare function stdLearnLiveSim(params: StdLearnLiveSimParams): OrbitalDefiniti
7640
9068
  * compiler's inline phase materialises the real trait at build time.
7641
9069
  *
7642
9070
  * Do not hand-edit — regenerate via
7643
- * npx almadar-sync std-ts --only=std-learn-param-explorer
9071
+ * npx almadar-sync std-ts --only=std-learn-predict
7644
9072
  *
7645
9073
  * @level atom
7646
9074
  * @packageDocumentation
@@ -7652,13 +9080,27 @@ declare function stdLearnLiveSim(params: StdLearnLiveSimParams): OrbitalDefiniti
7652
9080
  * (transition triggers + emit names). Use as the key type
7653
9081
  * when passing an `events:` rename map at the call site.
7654
9082
  */
7655
- type StdLearnParamExplorerEventKey = 'INIT' | 'MODE_SELECTED' | 'PARAMS_CHANGED' | 'SET_PARAM_A' | 'SET_PARAM_B';
9083
+ type StdLearnPredictEventKey = 'INIT' | 'MODE_SELECTED' | 'NEXT' | 'PREDICT' | 'PREDICTION_COMMITTED' | 'RETRY' | 'ROUND_RESTARTED' | 'SCENARIO_ADVANCED';
7656
9084
  /**
7657
- * Payload shape for the `PARAMS_CHANGED` event.
9085
+ * Payload shape for the `PREDICTION_COMMITTED` event.
7658
9086
  */
7659
- interface StdLearnParamExplorerParamsChangedPayload {
7660
- paramA?: number;
7661
- paramB?: number;
9087
+ interface StdLearnPredictPredictionCommittedPayload {
9088
+ scenarioIndex?: number;
9089
+ chosenIndex?: number;
9090
+ }
9091
+ /**
9092
+ * Payload shape for the `SCENARIO_ADVANCED` event.
9093
+ */
9094
+ interface StdLearnPredictScenarioAdvancedPayload {
9095
+ scenarioIndex?: number;
9096
+ done?: boolean;
9097
+ score?: number;
9098
+ }
9099
+ /**
9100
+ * Payload shape for the `ROUND_RESTARTED` event.
9101
+ */
9102
+ interface StdLearnPredictRoundRestartedPayload {
9103
+ totalScenarios?: number;
7662
9104
  }
7663
9105
  /**
7664
9106
  * Typed call-site config block for this trait — every
@@ -7666,69 +9108,47 @@ interface StdLearnParamExplorerParamsChangedPayload {
7666
9108
  * .lolo. The agent fills these to specialise the trait
7667
9109
  * without modifying its state-machine topology.
7668
9110
  */
7669
- interface StdLearnParamExplorerConfig {
7670
- /** Default: `false` */
7671
- animate?: boolean;
7672
- /** Default: `"#3b82f6"` */
7673
- color?: string;
7674
- /** Default: `"power"` */
7675
- curveKind?: string;
7676
- /** Default: `1` */
9111
+ interface StdLearnPredictConfig {
9112
+ /** Default: `25` */
7677
9113
  gridStep?: number;
7678
- /** Default: `400` */
9114
+ /** Default: `320` */
7679
9115
  height?: number;
7680
- /** Default: `false` */
7681
- interactive?: boolean;
7682
9116
  /** Default: `""` */
7683
9117
  matchMode?: string;
7684
- /** Default: `1` */
7685
- paramADefault?: number;
7686
- /** Default: `"A"` */
7687
- paramALabel?: string;
7688
- /** Default: `5` */
7689
- paramAMax?: number;
7690
- /** Default: `-5` */
7691
- paramAMin?: number;
7692
- /** Default: `0.1` */
7693
- paramAStep?: number;
7694
- /** Default: `2` */
7695
- paramBDefault?: number;
7696
- /** Default: `"B"` */
7697
- paramBLabel?: string;
7698
- /** Default: `5` */
7699
- paramBMax?: number;
7700
- /** Default: `-5` */
7701
- paramBMin?: number;
7702
- /** Default: `0.1` */
7703
- paramBStep?: number;
7704
- /** Default: `true` */
7705
- showAxes?: boolean;
7706
- /** Default: `true` */
7707
- showGrid?: boolean;
7708
- /** Default: `"Parameter Explorer"` */
9118
+ /** Default: `"Next"` */
9119
+ nextLabel?: string;
9120
+ /** Default: `"Try Again"` */
9121
+ retryLabel?: string;
9122
+ /** Default: `"#3b82f6"` */
9123
+ revealColor?: string;
9124
+ /** Default: `"Outcome"` */
9125
+ revealLabel?: string;
9126
+ /** Default: `[{"correctIndex":1,"explanation":"With no limiting factor yet, growth compounds each season.","frames":[{"caption":"Season 1: 40 rabbits","value":40},{"caption":"Season 2: 52 rabbits","value":52},{"caption":"Season 3: 68 rabbits","value":68},{"caption":"Season 4: 88 rabbits","value":88},{"caption":"Season 5: 114 rabbits","value":114},{"caption":"Season 6: 148 rabbits — still accelerating","value":148}],"options":["It levels off","It keeps accelerating","It collapses"],"question":"What happens to the population over the next six seasons?","setup":"A small island hosts 40 rabbits with unlimited grass and no predators."},{"correctIndex":1,"explanation":"Predation and food limits impose a carrying capacity.","frames":[{"caption":"Season 1: 148 rabbits","value":148},{"caption":"Season 2: 160 rabbits","value":160},{"caption":"Season 3: 166 rabbits","value":166},{"caption":"Season 4: 169 rabbits","value":169},{"caption":"Season 5: 170 rabbits — the curve flattens","value":170}],"options":["It keeps accelerating","It levels off near a ceiling","It grows linearly"],"question":"What happens to the rabbit population now?","setup":"The same island now has foxes, and grass is running short."}]` */
9127
+ scenarios?: EntityRow[];
9128
+ /** Default: `"Predict, Then Watch"` */
7709
9129
  title?: string;
9130
+ /** Default: `200` */
9131
+ valueMax?: number;
9132
+ /** Default: `0` */
9133
+ valueMin?: number;
7710
9134
  /** Default: `600` */
7711
9135
  width?: number;
7712
- /** Default: `10` */
7713
- xMax?: number;
7714
- /** Default: `0` */
7715
- xMin?: number;
7716
9136
  }
7717
9137
  /**
7718
- * Params for the std-learn-param-explorer descriptor helpers.
9138
+ * Params for the std-learn-predict descriptor helpers.
7719
9139
  *
7720
9140
  * `entityName` binds every trait/page reference's `linkedEntity`.
7721
9141
  * The optional override fields mirror TraitReference / PageRefObject
7722
9142
  * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7723
9143
  */
7724
- interface StdLearnParamExplorerParams {
9144
+ interface StdLearnPredictParams {
7725
9145
  entityName: string;
7726
9146
  /** Extra fields to add to the orbital-scoped entity clone. */
7727
9147
  fields?: EntityField[];
7728
9148
  /** Rename the inlined trait at the call site. */
7729
9149
  traitName?: string;
7730
9150
  /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7731
- events?: Partial<Record<StdLearnParamExplorerEventKey, string>>;
9151
+ events?: Partial<Record<StdLearnPredictEventKey, string>>;
7732
9152
  /** Per-event effect replacement (keys are POST-rename event names). */
7733
9153
  effects?: Record<string, SExpr[]>;
7734
9154
  /** Replace the imported trait's `listens` array entirely. */
@@ -7736,16 +9156,16 @@ interface StdLearnParamExplorerParams {
7736
9156
  /** Set every emit's scope. */
7737
9157
  emitsScope?: 'internal' | 'external';
7738
9158
  /** Typed call-site config block — see the per-field interface. */
7739
- config?: StdLearnParamExplorerConfig;
9159
+ config?: StdLearnPredictConfig;
7740
9160
  /** URL path override for the (first) page. */
7741
9161
  pagePath?: string;
7742
9162
  }
7743
- /** Trait descriptor: `LearnParamExplorer.traits.ParamExplorerSim`. */
7744
- declare function stdLearnParamExplorerTrait(params: StdLearnParamExplorerParams): TraitReference;
7745
- /** Page descriptor: `LearnParamExplorer.pages.ParamExplorerPage`. */
7746
- declare function stdLearnParamExplorerPage(params: StdLearnParamExplorerParams): PageRefObject;
9163
+ /** Trait descriptor: `LearnPredict.traits.PredictSim`. */
9164
+ declare function stdLearnPredictTrait(params: StdLearnPredictParams): TraitReference;
9165
+ /** Page descriptor: `LearnPredict.pages.PredictPage`. */
9166
+ declare function stdLearnPredictPage(params: StdLearnPredictParams): PageRefObject;
7747
9167
  /** Whole-orbital descriptor. */
7748
- declare function stdLearnParamExplorer(params: StdLearnParamExplorerParams): OrbitalDefinition;
9168
+ declare function stdLearnPredict(params: StdLearnPredictParams): OrbitalDefinition;
7749
9169
 
7750
9170
  /**
7751
9171
  * std-learn-sample-accumulator — Generic sample-accumulator engine — a Draw button adds a batch of pseudo-random samples from a config-selected source (uniform 0..1, or a coin flip weighted by bias) into a fixed-bin histogram on a math-canvas, with running sample count, running mean, and (for the coin source) observed proportion vs bias. Subject atoms narrow the source kind and labels through config; this atom owns only the draw-and-accumulate mechanics. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
@@ -7951,6 +9371,477 @@ declare function stdLearnSandboxPage(params: StdLearnSandboxParams): PageRefObje
7951
9371
  /** Whole-orbital descriptor. */
7952
9372
  declare function stdLearnSandbox(params: StdLearnSandboxParams): OrbitalDefinition;
7953
9373
 
9374
+ /**
9375
+ * std-learn-scatter-fit — Generic scatter-plot fitting instrument — points on a math-canvas (config-declared axis ranges/labels/colors) with a live least-squares refit: slope, intercept, r, and R² recompute as points are added (button or auto-add tick, up to maxPoints) or dragged. An optional guess-then-reveal mode lets the learner drag slope/intercept sliders to propose a line, scored against the fit until Reveal Fit; dashed residual segments and the r/R² readout are config-toggleable. Run/Pause drives a fixed-interval auto-add tick, Reset reseeds from the configured point roster. SCATTER_FIT_UPDATED broadcasts the fit after every learner action, tick, or reset. Every button label, caption, curve label/color, and narration phrase is config-declared so the same mechanism serves any scatter-fit domain (correlation, physics data fitting, trend lines, and beyond) on a math-canvas. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
9376
+ *
9377
+ * Autogenerated by almadar-sync std-ts from
9378
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-scatter-fit.orb.
9379
+ *
9380
+ * This is a thin descriptor layer over the canonical .orb. The exported
9381
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9382
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9383
+ * compiler's inline phase materialises the real trait at build time.
9384
+ *
9385
+ * Do not hand-edit — regenerate via
9386
+ * npx almadar-sync std-ts --only=std-learn-scatter-fit
9387
+ *
9388
+ * @level atom
9389
+ * @packageDocumentation
9390
+ */
9391
+
9392
+ /**
9393
+ * Closed set of event keys this trait recognises —
9394
+ * derived from the .orb's `stateMachine.events[]` block
9395
+ * (transition triggers + emit names). Use as the key type
9396
+ * when passing an `events:` rename map at the call site.
9397
+ */
9398
+ type StdLearnScatterFitEventKey = 'ADD_POINT' | 'DRAG_POINT' | 'GUESS_LINE' | 'INIT' | 'LEARN_SCATTER_FIT_UPDATED' | 'MODE_SELECTED' | 'RESET' | 'REVEAL_FIT' | 'TOGGLE_RUN';
9399
+ /**
9400
+ * Payload shape for the `LEARN_SCATTER_FIT_UPDATED` event.
9401
+ */
9402
+ interface StdLearnScatterFitLearnScatterFitUpdatedPayload {
9403
+ slope?: number;
9404
+ intercept?: number;
9405
+ r?: number;
9406
+ rSquared?: number;
9407
+ pointCount?: number;
9408
+ narration?: string;
9409
+ }
9410
+ /**
9411
+ * Typed call-site config block for this trait — every
9412
+ * field maps to a `config { ... }` entry in the source
9413
+ * .lolo. The agent fills these to specialise the trait
9414
+ * without modifying its state-machine topology.
9415
+ */
9416
+ interface StdLearnScatterFitConfig {
9417
+ /** Default: `"Add Point"` */
9418
+ addPointLabel?: string;
9419
+ /** Default: `false` */
9420
+ animate?: boolean;
9421
+ /** Default: `false` */
9422
+ autoRun?: boolean;
9423
+ /** Default: `100` */
9424
+ axisXMax?: number;
9425
+ /** Default: `0` */
9426
+ axisXMin?: number;
9427
+ /** Default: `100` */
9428
+ axisYMax?: number;
9429
+ /** Default: `0` */
9430
+ axisYMin?: number;
9431
+ /** Default: `"#2563eb"` */
9432
+ fitColor?: string;
9433
+ /** Default: `"fit"` */
9434
+ fitLabel?: string;
9435
+ /** Default: `20` */
9436
+ gridStep?: number;
9437
+ /** Default: `"#dc2626"` */
9438
+ guessColor?: string;
9439
+ /** Default: `"Guess intercept: "` */
9440
+ guessInterceptCaption?: string;
9441
+ /** Default: `100` */
9442
+ guessInterceptMax?: number;
9443
+ /** Default: `0` */
9444
+ guessInterceptMin?: number;
9445
+ /** Default: `1` */
9446
+ guessInterceptStep?: number;
9447
+ /** Default: `"your guess"` */
9448
+ guessLabel?: string;
9449
+ /** Default: `true` */
9450
+ guessMode?: boolean;
9451
+ /** Default: `"Guess slope: "` */
9452
+ guessSlopeCaption?: string;
9453
+ /** Default: `3` */
9454
+ guessSlopeMax?: number;
9455
+ /** Default: `-3` */
9456
+ guessSlopeMin?: number;
9457
+ /** Default: `0.05` */
9458
+ guessSlopeStep?: number;
9459
+ /** Default: `400` */
9460
+ height?: number;
9461
+ /** Default: `[{"color":"#334155","id":"p0","label":"","radius":5,"x":15,"y":25},{"color":"#334155","id":"p1","label":"","radius":5,"x":32,"y":40},{"color":"#334155","id":"p2","label":"","radius":5,"x":48,"y":44},{"color":"#334155","id":"p3","label":"","radius":5,"x":63,"y":62},{"color":"#334155","id":"p4","label":"","radius":5,"x":80,"y":70}]` */
9462
+ initialPoints?: EntityRow[];
9463
+ /** Default: `true` */
9464
+ interactive?: boolean;
9465
+ /** Default: `""` */
9466
+ matchMode?: string;
9467
+ /** Default: `20` */
9468
+ maxPoints?: number;
9469
+ /** Default: `"point added"` */
9470
+ narrationAddedTemplate?: string;
9471
+ /** Default: `"Auto-adding — tick adds a new point."` */
9472
+ narrationAutoAddingTemplate?: string;
9473
+ /** Default: `"fit revealed"` */
9474
+ narrationFitRevealedTemplate?: string;
9475
+ /** Default: `"guess updated — score"` */
9476
+ narrationGuessUpdatedTemplate?: string;
9477
+ /** Default: `"point(s) loaded"` */
9478
+ narrationLoadedTemplate?: string;
9479
+ /** Default: `" — max points reached"` */
9480
+ narrationMaxReachedSuffix?: string;
9481
+ /** Default: `"point moved"` */
9482
+ narrationMovedTemplate?: string;
9483
+ /** Default: `"Paused — add manually with Add Point."` */
9484
+ narrationPausedTemplate?: string;
9485
+ /** Default: `"#334155"` */
9486
+ newPointColor?: string;
9487
+ /** Default: `5` */
9488
+ newPointRadius?: number;
9489
+ /** Default: `"Pause"` */
9490
+ pauseLabel?: string;
9491
+ /** Default: `0.05` */
9492
+ pointMarginPct?: number;
9493
+ /** Default: `"Reset"` */
9494
+ resetLabel?: string;
9495
+ /** Default: `"#f59e0b"` */
9496
+ residualColor?: string;
9497
+ /** Default: `"dashed"` */
9498
+ residualDash?: 'dashed' | 'dotted';
9499
+ /** Default: `"Reveal Fit"` */
9500
+ revealLabel?: string;
9501
+ /** Default: `"Run"` */
9502
+ runLabel?: string;
9503
+ /** Default: `true` */
9504
+ showAxes?: boolean;
9505
+ /** Default: `true` */
9506
+ showGrid?: boolean;
9507
+ /** Default: `true` */
9508
+ showR?: boolean;
9509
+ /** Default: `true` */
9510
+ showResiduals?: boolean;
9511
+ /** Default: `true` */
9512
+ showTickLabels?: boolean;
9513
+ /** Default: `"Scatter Fit"` */
9514
+ title?: string;
9515
+ /** Default: `600` */
9516
+ width?: number;
9517
+ }
9518
+ /**
9519
+ * Params for the std-learn-scatter-fit descriptor helpers.
9520
+ *
9521
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9522
+ * The optional override fields mirror TraitReference / PageRefObject
9523
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9524
+ */
9525
+ interface StdLearnScatterFitParams {
9526
+ entityName: string;
9527
+ /** Extra fields to add to the orbital-scoped entity clone. */
9528
+ fields?: EntityField[];
9529
+ /** Rename the inlined trait at the call site. */
9530
+ traitName?: string;
9531
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9532
+ events?: Partial<Record<StdLearnScatterFitEventKey, string>>;
9533
+ /** Per-event effect replacement (keys are POST-rename event names). */
9534
+ effects?: Record<string, SExpr[]>;
9535
+ /** Replace the imported trait's `listens` array entirely. */
9536
+ listens?: TraitEventListener[];
9537
+ /** Set every emit's scope. */
9538
+ emitsScope?: 'internal' | 'external';
9539
+ /** Typed call-site config block — see the per-field interface. */
9540
+ config?: StdLearnScatterFitConfig;
9541
+ /** URL path override for the (first) page. */
9542
+ pagePath?: string;
9543
+ }
9544
+ /** Trait descriptor: `LearnScatterFit.traits.LearnScatterFitSim`. */
9545
+ declare function stdLearnScatterFitTrait(params: StdLearnScatterFitParams): TraitReference;
9546
+ /** Page descriptor: `LearnScatterFit.pages.LearnScatterFitPage`. */
9547
+ declare function stdLearnScatterFitPage(params: StdLearnScatterFitParams): PageRefObject;
9548
+ /** Whole-orbital descriptor. */
9549
+ declare function stdLearnScatterFit(params: StdLearnScatterFitParams): OrbitalDefinition;
9550
+
9551
+ /**
9552
+ * std-learn-scenario — Generic branching decision scenario — a config-declared node graph of situations and choices plays out as a choose-your-path story with modeled consequences: every choice shifts two config-named metrics, appends to a visible decision log, and moves to its declared next node, until a node with no choices ends the run with the final metrics and the full path. This simulates decisions rather than browsing records: the learner feels trade-offs compound. All vocabulary is config-declared, so the same mechanism serves any consequence-chain lesson: fiscal policy choices, ecosystem interventions, historical what-ifs, medical triage, engineering trade-offs. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
9553
+ *
9554
+ * Autogenerated by almadar-sync std-ts from
9555
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-scenario.orb.
9556
+ *
9557
+ * This is a thin descriptor layer over the canonical .orb. The exported
9558
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9559
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9560
+ * compiler's inline phase materialises the real trait at build time.
9561
+ *
9562
+ * Do not hand-edit — regenerate via
9563
+ * npx almadar-sync std-ts --only=std-learn-scenario
9564
+ *
9565
+ * @level atom
9566
+ * @packageDocumentation
9567
+ */
9568
+
9569
+ /**
9570
+ * Closed set of event keys this trait recognises —
9571
+ * derived from the .orb's `stateMachine.events[]` block
9572
+ * (transition triggers + emit names). Use as the key type
9573
+ * when passing an `events:` rename map at the call site.
9574
+ */
9575
+ type StdLearnScenarioEventKey = 'CHOICE_MADE' | 'CHOOSE' | 'INIT' | 'MODE_SELECTED' | 'RESTART' | 'SCENARIO_RESTARTED';
9576
+ /**
9577
+ * Payload shape for the `CHOICE_MADE` event.
9578
+ */
9579
+ interface StdLearnScenarioChoiceMadePayload {
9580
+ nodeId?: string;
9581
+ metricA?: number;
9582
+ metricB?: number;
9583
+ ended?: boolean;
9584
+ }
9585
+ /**
9586
+ * Payload shape for the `SCENARIO_RESTARTED` event.
9587
+ */
9588
+ interface StdLearnScenarioScenarioRestartedPayload {
9589
+ startId?: string;
9590
+ }
9591
+ /**
9592
+ * Typed call-site config block for this trait — every
9593
+ * field maps to a `config { ... }` entry in the source
9594
+ * .lolo. The agent fills these to specialise the trait
9595
+ * without modifying its state-machine topology.
9596
+ */
9597
+ interface StdLearnScenarioConfig {
9598
+ /** Default: `""` */
9599
+ matchMode?: string;
9600
+ /** Default: `"Budget"` */
9601
+ metricALabel?: string;
9602
+ /** Default: `100` */
9603
+ metricAStart?: number;
9604
+ /** Default: `"Support"` */
9605
+ metricBLabel?: string;
9606
+ /** Default: `50` */
9607
+ metricBStart?: number;
9608
+ /** Default: `[{"choices":[{"deltaA":-60,"deltaB":10,"label":"Build a levee now","next":"levee","note":"Fast protection, most of the budget gone."},{"deltaA":-25,"deltaB":-5,"label":"Restore the upstream wetlands","next":"wetlands","note":"Cheaper and greener, but slower to work."}],"id":"start","situation":"Your town's river floods every spring. The council asks you to lead the response."},{"choices":[{"deltaA":-30,"deltaB":-10,"label":"Raise the levee again","next":"end-lock-in","note":"Costs keep compounding."},{"deltaA":-20,"deltaB":15,"label":"Add wetlands as a second line","next":"end-hybrid","note":"Late, but it eases the pressure."}],"id":"levee","situation":"The levee holds the first spring, but silt builds up and the river rises higher each year."},{"choices":[{"deltaA":-15,"deltaB":25,"label":"Expand the wetland corridor","next":"end-green","note":"The town rallies behind the project."},{"deltaA":10,"deltaB":5,"label":"Bank the savings","next":"end-thrifty","note":"Prudent, though the corridor stays small."}],"id":"wetlands","situation":"Two springs pass; the wetlands now absorb most floods, and wildlife is returning."},{"choices":[],"id":"end-lock-in","situation":"You are locked into an arms race with the river: protected, but at ever-growing cost."},{"choices":[],"id":"end-hybrid","situation":"The hybrid defense works: the levee buys time and the wetlands cut the peak floods."},{"choices":[],"id":"end-green","situation":"The restored river corridor protects the town and becomes its most loved public space."},{"choices":[],"id":"end-thrifty","situation":"The town stays safe in normal years, with savings in reserve for a bigger flood."}]` */
9609
+ nodes?: EntityRow[];
9610
+ /** Default: `"Play Again"` */
9611
+ restartLabel?: string;
9612
+ /** Default: `"start"` */
9613
+ startId?: string;
9614
+ /** Default: `"Decision Scenario"` */
9615
+ title?: string;
9616
+ }
9617
+ /**
9618
+ * Params for the std-learn-scenario descriptor helpers.
9619
+ *
9620
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9621
+ * The optional override fields mirror TraitReference / PageRefObject
9622
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9623
+ */
9624
+ interface StdLearnScenarioParams {
9625
+ entityName: string;
9626
+ /** Extra fields to add to the orbital-scoped entity clone. */
9627
+ fields?: EntityField[];
9628
+ /** Rename the inlined trait at the call site. */
9629
+ traitName?: string;
9630
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9631
+ events?: Partial<Record<StdLearnScenarioEventKey, string>>;
9632
+ /** Per-event effect replacement (keys are POST-rename event names). */
9633
+ effects?: Record<string, SExpr[]>;
9634
+ /** Replace the imported trait's `listens` array entirely. */
9635
+ listens?: TraitEventListener[];
9636
+ /** Set every emit's scope. */
9637
+ emitsScope?: 'internal' | 'external';
9638
+ /** Typed call-site config block — see the per-field interface. */
9639
+ config?: StdLearnScenarioConfig;
9640
+ /** URL path override for the (first) page. */
9641
+ pagePath?: string;
9642
+ }
9643
+ /** Trait descriptor: `LearnScenario.traits.ScenarioSim`. */
9644
+ declare function stdLearnScenarioTrait(params: StdLearnScenarioParams): TraitReference;
9645
+ /** Page descriptor: `LearnScenario.pages.ScenarioPage`. */
9646
+ declare function stdLearnScenarioPage(params: StdLearnScenarioParams): PageRefObject;
9647
+ /** Whole-orbital descriptor. */
9648
+ declare function stdLearnScenario(params: StdLearnScenarioParams): OrbitalDefinition;
9649
+
9650
+ /**
9651
+ * std-learn-sim-3d — Generic 3D simulation-transport (clock) instrument. Contract: the atom owns the transport and the clock but NOT the physics — Run/Pause/Reset plus a 0.5x/1x/2x/4x speed row drive a running flag and speed multiplier, and a 32ms tick advances steps and simTime by dt x speedMultiplier, emitting SIM_3D_TICK { dt, simTime } each step WITHOUT rendering; a composed sibling trait transitions directly on the SIM_3D_TICK / SIM_3D_UPDATED broadcasts (the same bare-event cascade the lab routers use), applies the domain physics, and owns the scene render — this atom renders no canvas. A caption readout shows steps, sim time, and current speed. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
9652
+ *
9653
+ * Autogenerated by almadar-sync std-ts from
9654
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-sim-3d.orb.
9655
+ *
9656
+ * This is a thin descriptor layer over the canonical .orb. The exported
9657
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9658
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9659
+ * compiler's inline phase materialises the real trait at build time.
9660
+ *
9661
+ * Do not hand-edit — regenerate via
9662
+ * npx almadar-sync std-ts --only=std-learn-sim-3d
9663
+ *
9664
+ * @level atom
9665
+ * @packageDocumentation
9666
+ */
9667
+
9668
+ /**
9669
+ * Closed set of event keys this trait recognises —
9670
+ * derived from the .orb's `stateMachine.events[]` block
9671
+ * (transition triggers + emit names). Use as the key type
9672
+ * when passing an `events:` rename map at the call site.
9673
+ */
9674
+ type StdLearnSim3dEventKey = 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'SIM_3D_TICK' | 'SIM_3D_UPDATED' | 'SPEED_DOUBLE' | 'SPEED_HALF' | 'SPEED_NORMAL' | 'SPEED_QUAD';
9675
+ /**
9676
+ * Payload shape for the `SIM_3D_TICK` event.
9677
+ */
9678
+ interface StdLearnSim3dSim3dTickPayload {
9679
+ dt?: number;
9680
+ simTime?: number;
9681
+ }
9682
+ /**
9683
+ * Payload shape for the `SIM_3D_UPDATED` event.
9684
+ */
9685
+ interface StdLearnSim3dSim3dUpdatedPayload {
9686
+ running?: boolean;
9687
+ speedMultiplier?: number;
9688
+ steps?: number;
9689
+ simTime?: number;
9690
+ }
9691
+ /**
9692
+ * Typed call-site config block for this trait — every
9693
+ * field maps to a `config { ... }` entry in the source
9694
+ * .lolo. The agent fills these to specialise the trait
9695
+ * without modifying its state-machine topology.
9696
+ */
9697
+ interface StdLearnSim3dConfig {
9698
+ /** Default: `0.02` */
9699
+ dt?: number;
9700
+ /** Default: `""` */
9701
+ matchMode?: string;
9702
+ /** Default: `true` */
9703
+ running?: boolean;
9704
+ /** Default: `"3D Simulation"` */
9705
+ title?: string;
9706
+ }
9707
+ /**
9708
+ * Params for the std-learn-sim-3d descriptor helpers.
9709
+ *
9710
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9711
+ * The optional override fields mirror TraitReference / PageRefObject
9712
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9713
+ */
9714
+ interface StdLearnSim3dParams {
9715
+ entityName: string;
9716
+ /** Extra fields to add to the orbital-scoped entity clone. */
9717
+ fields?: EntityField[];
9718
+ /** Rename the inlined trait at the call site. */
9719
+ traitName?: string;
9720
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9721
+ events?: Partial<Record<StdLearnSim3dEventKey, string>>;
9722
+ /** Per-event effect replacement (keys are POST-rename event names). */
9723
+ effects?: Record<string, SExpr[]>;
9724
+ /** Replace the imported trait's `listens` array entirely. */
9725
+ listens?: TraitEventListener[];
9726
+ /** Set every emit's scope. */
9727
+ emitsScope?: 'internal' | 'external';
9728
+ /** Typed call-site config block — see the per-field interface. */
9729
+ config?: StdLearnSim3dConfig;
9730
+ /** URL path override for the (first) page. */
9731
+ pagePath?: string;
9732
+ }
9733
+ /** Trait descriptor: `LearnSim3d.traits.Learn3DSimTransport`. */
9734
+ declare function stdLearnSim3dTrait(params: StdLearnSim3dParams): TraitReference;
9735
+ /** Page descriptor: `LearnSim3d.pages.Learn3DSimPage`. */
9736
+ declare function stdLearnSim3dPage(params: StdLearnSim3dParams): PageRefObject;
9737
+ /** Whole-orbital descriptor. */
9738
+ declare function stdLearnSim3d(params: StdLearnSim3dParams): OrbitalDefinition;
9739
+
9740
+ /**
9741
+ * std-learn-speed-drill — Generic speeded-response drill — a config-declared item roster of prompt + options runs against a live countdown: answering while the clock runs scores the base points plus a speed bonus proportional to the time left, letting the clock hit zero counts as a miss and reveals the answer, and a streak counter rewards consecutive hits with an end-of-round summary of score and best streak. All vocabulary and timing is config-declared, so the same mechanism serves any fluency drill: times tables, sight vocabulary, chemical symbols, flag recognition, interval identification — anywhere fast retrieval is the skill. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
9742
+ *
9743
+ * Autogenerated by almadar-sync std-ts from
9744
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-speed-drill.orb.
9745
+ *
9746
+ * This is a thin descriptor layer over the canonical .orb. The exported
9747
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9748
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9749
+ * compiler's inline phase materialises the real trait at build time.
9750
+ *
9751
+ * Do not hand-edit — regenerate via
9752
+ * npx almadar-sync std-ts --only=std-learn-speed-drill
9753
+ *
9754
+ * @level atom
9755
+ * @packageDocumentation
9756
+ */
9757
+
9758
+ /**
9759
+ * Closed set of event keys this trait recognises —
9760
+ * derived from the .orb's `stateMachine.events[]` block
9761
+ * (transition triggers + emit names). Use as the key type
9762
+ * when passing an `events:` rename map at the call site.
9763
+ */
9764
+ type StdLearnSpeedDrillEventKey = 'ANSWER' | 'ANSWER_JUDGED' | 'INIT' | 'MODE_SELECTED' | 'NEXT' | 'PROMPT_ADVANCED' | 'RETRY' | 'ROUND_RESTARTED';
9765
+ /**
9766
+ * Payload shape for the `ANSWER_JUDGED` event.
9767
+ */
9768
+ interface StdLearnSpeedDrillAnswerJudgedPayload {
9769
+ correct?: boolean;
9770
+ timeLeftTenths?: number;
9771
+ score?: number;
9772
+ streak?: number;
9773
+ }
9774
+ /**
9775
+ * Payload shape for the `PROMPT_ADVANCED` event.
9776
+ */
9777
+ interface StdLearnSpeedDrillPromptAdvancedPayload {
9778
+ itemIndex?: number;
9779
+ done?: boolean;
9780
+ score?: number;
9781
+ }
9782
+ /**
9783
+ * Payload shape for the `ROUND_RESTARTED` event.
9784
+ */
9785
+ interface StdLearnSpeedDrillRoundRestartedPayload {
9786
+ totalItems?: number;
9787
+ }
9788
+ /**
9789
+ * Typed call-site config block for this trait — every
9790
+ * field maps to a `config { ... }` entry in the source
9791
+ * .lolo. The agent fills these to specialise the trait
9792
+ * without modifying its state-machine topology.
9793
+ */
9794
+ interface StdLearnSpeedDrillConfig {
9795
+ /** Default: `10` */
9796
+ basePoints?: number;
9797
+ /** Default: `[{"correctIndex":1,"options":["54","56","63","48"],"prompt":"7 × 8"},{"correctIndex":0,"options":["54","56","45","63"],"prompt":"9 × 6"},{"correctIndex":2,"options":["124","132","144","148"],"prompt":"12 × 12"}]` */
9798
+ items?: EntityRow[];
9799
+ /** Default: `""` */
9800
+ matchMode?: string;
9801
+ /** Default: `"Next"` */
9802
+ nextLabel?: string;
9803
+ /** Default: `"Try Again"` */
9804
+ retryLabel?: string;
9805
+ /** Default: `10` */
9806
+ speedBonus?: number;
9807
+ /** Default: `6` */
9808
+ timeLimit?: number;
9809
+ /** Default: `"Speed Drill"` */
9810
+ title?: string;
9811
+ }
9812
+ /**
9813
+ * Params for the std-learn-speed-drill descriptor helpers.
9814
+ *
9815
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9816
+ * The optional override fields mirror TraitReference / PageRefObject
9817
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9818
+ */
9819
+ interface StdLearnSpeedDrillParams {
9820
+ entityName: string;
9821
+ /** Extra fields to add to the orbital-scoped entity clone. */
9822
+ fields?: EntityField[];
9823
+ /** Rename the inlined trait at the call site. */
9824
+ traitName?: string;
9825
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9826
+ events?: Partial<Record<StdLearnSpeedDrillEventKey, string>>;
9827
+ /** Per-event effect replacement (keys are POST-rename event names). */
9828
+ effects?: Record<string, SExpr[]>;
9829
+ /** Replace the imported trait's `listens` array entirely. */
9830
+ listens?: TraitEventListener[];
9831
+ /** Set every emit's scope. */
9832
+ emitsScope?: 'internal' | 'external';
9833
+ /** Typed call-site config block — see the per-field interface. */
9834
+ config?: StdLearnSpeedDrillConfig;
9835
+ /** URL path override for the (first) page. */
9836
+ pagePath?: string;
9837
+ }
9838
+ /** Trait descriptor: `LearnSpeedDrill.traits.SpeedDrillSim`. */
9839
+ declare function stdLearnSpeedDrillTrait(params: StdLearnSpeedDrillParams): TraitReference;
9840
+ /** Page descriptor: `LearnSpeedDrill.pages.SpeedDrillPage`. */
9841
+ declare function stdLearnSpeedDrillPage(params: StdLearnSpeedDrillParams): PageRefObject;
9842
+ /** Whole-orbital descriptor. */
9843
+ declare function stdLearnSpeedDrill(params: StdLearnSpeedDrillParams): OrbitalDefinition;
9844
+
7954
9845
  /**
7955
9846
  * std-learn-stepper — Generic staged-sequence instrument — the learner moves a Next/Prev cursor across an ordered roster of stages laid out as a timeline: a legend names each category color, the cursor stage rings and grows while past/future stages stay visually distinct by reveal state, the current stage label and description render prominently in a card, a per-category running tally updates live, progress reads stage k of n, and the Prev/Next cursor clamps deliberately at either end with a narrated note rather than silently doing nothing. The category-lens filter dims non-matching stages instead of hiding them, keeping the whole timeline in view. Stage and category vocabulary is entirely config-declared, so the same mechanism serves any ordered-sequence domain (periodization timelines, phase cycles, stellar evolution, and beyond) on a math-canvas. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
7956
9847
  *
@@ -8069,6 +9960,113 @@ declare function stdLearnStepperPage(params: StdLearnStepperParams): PageRefObje
8069
9960
  /** Whole-orbital descriptor. */
8070
9961
  declare function stdLearnStepper(params: StdLearnStepperParams): OrbitalDefinition;
8071
9962
 
9963
+ /**
9964
+ * std-learn-tour-3d — Generic guided-tour-over-3D-stations instrument. Contract: a config-declared roster of stations (id, name, caption, x, y, z, radius, color, shape, opacity) plus optional connector edges (from, to, color, label), rendered as an orbit-rotatable volumetric scene on a biology-canvas in 3D mode; pressing Tour advances the selection to the next station (mod the roster length) and clicking a shape selects its station — either way the camera retargets onto the selected station's x/y/z, the station enlarges, a name — caption narration renders, and a progress readout tracks visited stations until every station has been toured. A `backdrop` knob renders non-station scene geometry under the stations (painted, never toured). SYNC_STATIONS hot-swaps the roster mid-flight (a composed preset coordinator emits it with new stations/edges/backdrop; the tour adopts them and restarts progress at the first new station) — the single-writer entry point for dynamic rosters. Composed of a biology-canvas in 3D mode plus a tour state machine. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
9965
+ *
9966
+ * Autogenerated by almadar-sync std-ts from
9967
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-tour-3d.orb.
9968
+ *
9969
+ * This is a thin descriptor layer over the canonical .orb. The exported
9970
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9971
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9972
+ * compiler's inline phase materialises the real trait at build time.
9973
+ *
9974
+ * Do not hand-edit — regenerate via
9975
+ * npx almadar-sync std-ts --only=std-learn-tour-3d
9976
+ *
9977
+ * @level atom
9978
+ * @packageDocumentation
9979
+ */
9980
+
9981
+ /**
9982
+ * Closed set of event keys this trait recognises —
9983
+ * derived from the .orb's `stateMachine.events[]` block
9984
+ * (transition triggers + emit names). Use as the key type
9985
+ * when passing an `events:` rename map at the call site.
9986
+ */
9987
+ type StdLearnTour3dEventKey = 'INIT' | 'MODE_SELECTED' | 'RESET' | 'SELECT_STATION' | 'SYNC_STATIONS' | 'TOUR' | 'TOUR_3D_UPDATED';
9988
+ /**
9989
+ * Payload shape for the `TOUR_3D_UPDATED` event.
9990
+ */
9991
+ interface StdLearnTour3dTour3dUpdatedPayload {
9992
+ id?: string;
9993
+ name?: string;
9994
+ caption?: string;
9995
+ visited?: number;
9996
+ total?: number;
9997
+ tourComplete?: boolean;
9998
+ }
9999
+ /**
10000
+ * Typed call-site config block for this trait — every
10001
+ * field maps to a `config { ... }` entry in the source
10002
+ * .lolo. The agent fills these to specialise the trait
10003
+ * without modifying its state-machine topology.
10004
+ */
10005
+ interface StdLearnTour3dConfig {
10006
+ /** Default: `0.6` */
10007
+ azimuth?: number;
10008
+ /** Default: `[]` */
10009
+ backdrop?: EntityRow[];
10010
+ /** Default: `"#0f172a"` */
10011
+ backgroundColor?: string;
10012
+ /** Default: `[]` */
10013
+ edges?: EntityRow[];
10014
+ /** Default: `50` */
10015
+ fov?: number;
10016
+ /** Default: `400` */
10017
+ height?: number;
10018
+ /** Default: `{}` */
10019
+ lighting?: EntityRow;
10020
+ /** Default: `""` */
10021
+ matchMode?: string;
10022
+ /** Default: `{}` */
10023
+ post?: EntityRow;
10024
+ /** Default: `"Reset"` */
10025
+ resetLabel?: string;
10026
+ /** Default: `[{"caption":"The first stop on the tour — the camera retargets here and the narration reads its caption.","color":"#2563eb","id":"alpha","name":"Station Alpha","opacity":1,"radius":1,"shape":"sphere","x":0,"y":0,"z":0},{"caption":"The second stop — press Tour again or click a shape to advance the selection.","color":"#7c3aed","id":"beta","name":"Station Beta","opacity":1,"radius":0.8,"shape":"sphere","x":3,"y":1,"z":-1},{"caption":"The final stop — once every station has been visited the tour marks itself complete.","color":"#0891b2","id":"gamma","name":"Station Gamma","opacity":1,"radius":0.8,"shape":"sphere","x":-3,"y":-1,"z":1}]` */
10027
+ stations?: EntityRow[];
10028
+ /** Default: `"3D Guided Tour"` */
10029
+ title?: string;
10030
+ /** Default: `"Tour"` */
10031
+ tourLabel?: string;
10032
+ /** Default: `600` */
10033
+ width?: number;
10034
+ /** Default: `1` */
10035
+ zoom?: number;
10036
+ }
10037
+ /**
10038
+ * Params for the std-learn-tour-3d descriptor helpers.
10039
+ *
10040
+ * `entityName` binds every trait/page reference's `linkedEntity`.
10041
+ * The optional override fields mirror TraitReference / PageRefObject
10042
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
10043
+ */
10044
+ interface StdLearnTour3dParams {
10045
+ entityName: string;
10046
+ /** Extra fields to add to the orbital-scoped entity clone. */
10047
+ fields?: EntityField[];
10048
+ /** Rename the inlined trait at the call site. */
10049
+ traitName?: string;
10050
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
10051
+ events?: Partial<Record<StdLearnTour3dEventKey, string>>;
10052
+ /** Per-event effect replacement (keys are POST-rename event names). */
10053
+ effects?: Record<string, SExpr[]>;
10054
+ /** Replace the imported trait's `listens` array entirely. */
10055
+ listens?: TraitEventListener[];
10056
+ /** Set every emit's scope. */
10057
+ emitsScope?: 'internal' | 'external';
10058
+ /** Typed call-site config block — see the per-field interface. */
10059
+ config?: StdLearnTour3dConfig;
10060
+ /** URL path override for the (first) page. */
10061
+ pagePath?: string;
10062
+ }
10063
+ /** Trait descriptor: `LearnTour3d.traits.Learn3DTourSim`. */
10064
+ declare function stdLearnTour3dTrait(params: StdLearnTour3dParams): TraitReference;
10065
+ /** Page descriptor: `LearnTour3d.pages.Learn3DTourPage`. */
10066
+ declare function stdLearnTour3dPage(params: StdLearnTour3dParams): PageRefObject;
10067
+ /** Whole-orbital descriptor. */
10068
+ declare function stdLearnTour3d(params: StdLearnTour3dParams): OrbitalDefinition;
10069
+
8072
10070
  /**
8073
10071
  * std-learn-trace-player — Generic auto-playing frame-sequence instrument — the timed-autoplay sibling of std-learn-stepper: a config-declared ordered roster of frames (each frame a label, caption, and a numeric value snapshot with optional highlighted indices) advances on a fixed tick while Play is engaged, Pause freezes the cursor in place, and Restart rewinds to the first frame; reaching the last frame either loops back to the start (config loop) or stops and emits a completion signal. The current frame's values render as bars on an algorithm-canvas with highlighted indices picked out by color, alongside a frame k of n readout and a caption card narrating what changed, so the same mechanism serves any ordered numeric-trace domain (sorting steps, iterative approximations, simulation snapshots, and beyond). Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
8074
10072
  *
@@ -8168,6 +10166,188 @@ declare function stdLearnTracePlayerPage(params: StdLearnTracePlayerParams): Pag
8168
10166
  /** Whole-orbital descriptor. */
8169
10167
  declare function stdLearnTracePlayer(params: StdLearnTracePlayerParams): OrbitalDefinition;
8170
10168
 
10169
+ /**
10170
+ * std-learn-transport — Generic 2D step-transport (clock) instrument — the substrate twin of std-learn-sim-3d for discrete-step instruments. Contract: the atom owns the Step/Run-Pause/Reset transport and the clock but NOT the subject computation — STEP advances one step manually, TOGGLE_RUN engages a 32ms tick that accumulates elapsed time and fires one step every stepIntervalMs, RESET zeroes the counters and restores autoRun. Every step (button or clock) broadcasts LEARN_STEP; a composed sibling trait transitions directly on the LEARN_STEP / LEARN_RESET / LEARN_UPDATED broadcasts (the same bare-event cascade the lab routers use), applies the domain computation, halts the clock by setting the shared entity's done flag (the sibling is done's ONLY writer — it must also clear it on LEARN_RESET), and owns the scene render — this atom renders only its control strip and step caption. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
10171
+ *
10172
+ * Autogenerated by almadar-sync std-ts from
10173
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-transport.orb.
10174
+ *
10175
+ * This is a thin descriptor layer over the canonical .orb. The exported
10176
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
10177
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
10178
+ * compiler's inline phase materialises the real trait at build time.
10179
+ *
10180
+ * Do not hand-edit — regenerate via
10181
+ * npx almadar-sync std-ts --only=std-learn-transport
10182
+ *
10183
+ * @level atom
10184
+ * @packageDocumentation
10185
+ */
10186
+
10187
+ /**
10188
+ * Closed set of event keys this trait recognises —
10189
+ * derived from the .orb's `stateMachine.events[]` block
10190
+ * (transition triggers + emit names). Use as the key type
10191
+ * when passing an `events:` rename map at the call site.
10192
+ */
10193
+ type StdLearnTransportEventKey = 'INIT' | 'LEARN_RESET' | 'LEARN_STEP' | 'LEARN_UPDATED' | 'MODE_SELECTED' | 'RESET' | 'STEP' | 'TOGGLE_RUN';
10194
+ /**
10195
+ * Payload shape for the `LEARN_STEP` event.
10196
+ */
10197
+ interface StdLearnTransportLearnStepPayload {
10198
+ steps?: number;
10199
+ }
10200
+ /**
10201
+ * Payload shape for the `LEARN_UPDATED` event.
10202
+ */
10203
+ interface StdLearnTransportLearnUpdatedPayload {
10204
+ running?: boolean;
10205
+ steps?: number;
10206
+ }
10207
+ /**
10208
+ * Typed call-site config block for this trait — every
10209
+ * field maps to a `config { ... }` entry in the source
10210
+ * .lolo. The agent fills these to specialise the trait
10211
+ * without modifying its state-machine topology.
10212
+ */
10213
+ interface StdLearnTransportConfig {
10214
+ /** Default: `false` */
10215
+ autoRun?: boolean;
10216
+ /** Default: `""` */
10217
+ matchMode?: string;
10218
+ /** Default: `500` */
10219
+ stepIntervalMs?: number;
10220
+ /** Default: `"Learning Instrument"` */
10221
+ title?: string;
10222
+ }
10223
+ /**
10224
+ * Params for the std-learn-transport descriptor helpers.
10225
+ *
10226
+ * `entityName` binds every trait/page reference's `linkedEntity`.
10227
+ * The optional override fields mirror TraitReference / PageRefObject
10228
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
10229
+ */
10230
+ interface StdLearnTransportParams {
10231
+ entityName: string;
10232
+ /** Extra fields to add to the orbital-scoped entity clone. */
10233
+ fields?: EntityField[];
10234
+ /** Rename the inlined trait at the call site. */
10235
+ traitName?: string;
10236
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
10237
+ events?: Partial<Record<StdLearnTransportEventKey, string>>;
10238
+ /** Per-event effect replacement (keys are POST-rename event names). */
10239
+ effects?: Record<string, SExpr[]>;
10240
+ /** Replace the imported trait's `listens` array entirely. */
10241
+ listens?: TraitEventListener[];
10242
+ /** Set every emit's scope. */
10243
+ emitsScope?: 'internal' | 'external';
10244
+ /** Typed call-site config block — see the per-field interface. */
10245
+ config?: StdLearnTransportConfig;
10246
+ /** URL path override for the (first) page. */
10247
+ pagePath?: string;
10248
+ }
10249
+ /** Trait descriptor: `LearnTransport.traits.LearnTransportSim`. */
10250
+ declare function stdLearnTransportTrait(params: StdLearnTransportParams): TraitReference;
10251
+ /** Page descriptor: `LearnTransport.pages.LearnTransportPage`. */
10252
+ declare function stdLearnTransportPage(params: StdLearnTransportParams): PageRefObject;
10253
+ /** Whole-orbital descriptor. */
10254
+ declare function stdLearnTransport(params: StdLearnTransportParams): OrbitalDefinition;
10255
+
10256
+ /**
10257
+ * std-learn-tree — Generic ordered-tree builder instrument — inserts values one by one from a config-declared sequence, each value descends left/right by comparison against the current node and attaches as a leaf; the tree renders on algo-graph-canvas (layout: tree, auto-positioned from the parent/child edges), settled nodes green, the descent cursor red, the comparison trail amber. Traverse sweeps the tree to the chosen order (inorder/preorder/levelorder) one node per press or on auto-run, narrating the visit order so far. Vocabulary, sample values, colors, and labels are entirely config-declared, so the same mechanism serves any ordered-tree domain. Standalone by default; behind a lab router set matchMode and it renders only when MODE_SELECTED matches.
10258
+ *
10259
+ * Autogenerated by almadar-sync std-ts from
10260
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-tree.orb.
10261
+ *
10262
+ * This is a thin descriptor layer over the canonical .orb. The exported
10263
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
10264
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
10265
+ * compiler's inline phase materialises the real trait at build time.
10266
+ *
10267
+ * Do not hand-edit — regenerate via
10268
+ * npx almadar-sync std-ts --only=std-learn-tree
10269
+ *
10270
+ * @level atom
10271
+ * @packageDocumentation
10272
+ */
10273
+
10274
+ /**
10275
+ * Closed set of event keys this trait recognises —
10276
+ * derived from the .orb's `stateMachine.events[]` block
10277
+ * (transition triggers + emit names). Use as the key type
10278
+ * when passing an `events:` rename map at the call site.
10279
+ */
10280
+ type StdLearnTreeEventKey = 'DELETE_VALUE' | 'INIT' | 'INSERT_VALUE' | 'MODE_SELECTED' | 'RESET' | 'RUN_TRAVERSAL' | 'TOGGLE_RUN' | 'TREE_UPDATED';
10281
+ /**
10282
+ * Payload shape for the `TREE_UPDATED` event.
10283
+ */
10284
+ interface StdLearnTreeTreeUpdatedPayload {
10285
+ nodes?: EntityRow[];
10286
+ edges?: EntityRow[];
10287
+ count?: number;
10288
+ narration?: string;
10289
+ }
10290
+ /**
10291
+ * Typed call-site config block for this trait — every
10292
+ * field maps to a `config { ... }` entry in the source
10293
+ * .lolo. The agent fills these to specialise the trait
10294
+ * without modifying its state-machine topology.
10295
+ */
10296
+ interface StdLearnTreeConfig {
10297
+ /** Default: `false` */
10298
+ autoRun?: boolean;
10299
+ /** Default: `"#f8fafc"` */
10300
+ backgroundColor?: string;
10301
+ /** Default: `false` */
10302
+ balanced?: boolean;
10303
+ /** Default: `400` */
10304
+ height?: number;
10305
+ /** Default: `""` */
10306
+ matchMode?: string;
10307
+ /** Default: `true` */
10308
+ showComparisons?: boolean;
10309
+ /** Default: `"Ordered Tree"` */
10310
+ title?: string;
10311
+ /** Default: `"inorder"` */
10312
+ traversalKind?: string;
10313
+ /** Default: `[50,30,70,20,40,60,80]` */
10314
+ values?: number[];
10315
+ /** Default: `600` */
10316
+ width?: number;
10317
+ }
10318
+ /**
10319
+ * Params for the std-learn-tree descriptor helpers.
10320
+ *
10321
+ * `entityName` binds every trait/page reference's `linkedEntity`.
10322
+ * The optional override fields mirror TraitReference / PageRefObject
10323
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
10324
+ */
10325
+ interface StdLearnTreeParams {
10326
+ entityName: string;
10327
+ /** Extra fields to add to the orbital-scoped entity clone. */
10328
+ fields?: EntityField[];
10329
+ /** Rename the inlined trait at the call site. */
10330
+ traitName?: string;
10331
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
10332
+ events?: Partial<Record<StdLearnTreeEventKey, string>>;
10333
+ /** Per-event effect replacement (keys are POST-rename event names). */
10334
+ effects?: Record<string, SExpr[]>;
10335
+ /** Replace the imported trait's `listens` array entirely. */
10336
+ listens?: TraitEventListener[];
10337
+ /** Set every emit's scope. */
10338
+ emitsScope?: 'internal' | 'external';
10339
+ /** Typed call-site config block — see the per-field interface. */
10340
+ config?: StdLearnTreeConfig;
10341
+ /** URL path override for the (first) page. */
10342
+ pagePath?: string;
10343
+ }
10344
+ /** Trait descriptor: `LearnTree.traits.LearnTreeSim`. */
10345
+ declare function stdLearnTreeTrait(params: StdLearnTreeParams): TraitReference;
10346
+ /** Page descriptor: `LearnTree.pages.LearnTreePage`. */
10347
+ declare function stdLearnTreePage(params: StdLearnTreeParams): PageRefObject;
10348
+ /** Whole-orbital descriptor. */
10349
+ declare function stdLearnTree(params: StdLearnTreeParams): OrbitalDefinition;
10350
+
8171
10351
  /**
8172
10352
  * std-lifecycle — std-lifecycle — age-based status lifecycle for a target entity. A periodic tick scans the target for records in `fromStatus` whose `dateField` is older than `ageDays`, and transitions each one to `toStatus` — every matching record, via a self-driving scan loop (process the head of a filtered fetch, persist the status, re-fetch until the set drains). Compose onto any orbital and bind `targetEntity` + the status/date knobs.
8173
10353
  *
@@ -8408,7 +10588,7 @@ interface StdListListItemLoadedPayload {
8408
10588
  * Payload shape for the `ListItemLoadFailed` event.
8409
10589
  */
8410
10590
  interface StdListListItemLoadFailedPayload {
8411
- error?: string;
10591
+ error: string;
8412
10592
  code?: string;
8413
10593
  }
8414
10594
  /**
@@ -11077,7 +13257,7 @@ type StdModalEventKey = 'CLOSE' | 'INIT' | 'ModalRecordLoadFailed' | 'ModalRecor
11077
13257
  * Payload shape for the `SAVE` event.
11078
13258
  */
11079
13259
  interface StdModalSavePayload {
11080
- data: EntityRow;
13260
+ data: unknown;
11081
13261
  }
11082
13262
  /**
11083
13263
  * Payload shape for the `ModalRecordLoadFailed` event.
@@ -12425,7 +14605,7 @@ interface StdRatingReviewReviewsLoadFailedPayload {
12425
14605
  * Payload shape for the `ReviewSaved` event.
12426
14606
  */
12427
14607
  interface StdRatingReviewReviewSavedPayload {
12428
- row?: EntityRow;
14608
+ row?: unknown;
12429
14609
  }
12430
14610
  /**
12431
14611
  * Payload shape for the `ReviewSaveFailed` event.
@@ -12625,7 +14805,7 @@ interface StdRecurrenceRecurrenceLoadFailedPayload {
12625
14805
  * Payload shape for the `RecurrenceSaved` event.
12626
14806
  */
12627
14807
  interface StdRecurrenceRecurrenceSavedPayload {
12628
- row?: EntityRow;
14808
+ row?: unknown;
12629
14809
  }
12630
14810
  /**
12631
14811
  * Payload shape for the `RecurrenceSaveFailed` event.
@@ -14260,7 +16440,7 @@ interface StdSignatureCaptureChangePayload {
14260
16440
  * Payload shape for the `SUBMIT` event.
14261
16441
  */
14262
16442
  interface StdSignatureCaptureSubmitPayload {
14263
- data: EntityRow;
16443
+ data: unknown;
14264
16444
  }
14265
16445
  /**
14266
16446
  * Payload shape for the `SignatureLoaded` event.
@@ -15431,7 +17611,7 @@ interface StdThreadEditReplyPayload {
15431
17611
  * Payload shape for the `SUBMIT_REPLY` event.
15432
17612
  */
15433
17613
  interface StdThreadSubmitReplyPayload {
15434
- data: EntityRow;
17614
+ data: unknown;
15435
17615
  }
15436
17616
  /**
15437
17617
  * Payload shape for the `ThreadPostLoaded` event.
@@ -16000,7 +18180,7 @@ type StdVoteEventKey = 'INIT' | 'SET_VOTE_TARGET' | 'VOTE' | 'VoteCastFailed' |
16000
18180
  interface StdVoteVotePayload {
16001
18181
  targetId: string;
16002
18182
  next?: string;
16003
- data: EntityRow;
18183
+ data: unknown;
16004
18184
  }
16005
18185
  /**
16006
18186
  * Payload shape for the `VoteLoaded` event.
@@ -16353,7 +18533,7 @@ interface StdWizardWizardLoadFailedPayload {
16353
18533
  * Payload shape for the `WizardSaved` event.
16354
18534
  */
16355
18535
  interface StdWizardWizardSavedPayload {
16356
- row?: EntityRow;
18536
+ row?: unknown;
16357
18537
  }
16358
18538
  /**
16359
18539
  * Payload shape for the `WizardSaveFailed` event.
@@ -16674,7 +18854,7 @@ interface StdUiActionTileConfig {
16674
18854
  /** Default: `{"category":"Category","description":"Description","iconEmoji":"Icon Emoji","iconUrl":{"animations":["static"],"aspect":"1:1","category":"iconUrl","dimension":"2d","name":"iconUrl","role":"ui","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/ui/star.png"},"id":"Id","name":"Name"}` */
16675
18855
  action?: EntityRow;
16676
18856
  /** Default: `{}` */
16677
- activeFilters?: unknown;
18857
+ activeFilters?: Record<string, TraitConfig>;
16678
18858
  /** Default: `{}` */
16679
18859
  categoryColors?: Record<string, TraitConfig>;
16680
18860
  className?: string;
@@ -16727,6 +18907,110 @@ declare function stdUiActionTilePage(params: StdUiActionTileParams): PageRefObje
16727
18907
  /** Whole-orbital descriptor. */
16728
18908
  declare function stdUiActionTile(params: StdUiActionTileParams): OrbitalDefinition;
16729
18909
 
18910
+ /**
18911
+ * ui-algo-graph-canvas — AlgoGraphCanvas — UI factory (1:1 with the @almadar/ui algo-graph-canvas pattern).
18912
+ *
18913
+ * Autogenerated by almadar-sync std-ts from
18914
+ * packages/almadar-std/behaviors/registry/atoms/ui-algo-graph-canvas.orb.
18915
+ *
18916
+ * This is a thin descriptor layer over the canonical .orb. The exported
18917
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
18918
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
18919
+ * compiler's inline phase materialises the real trait at build time.
18920
+ *
18921
+ * Do not hand-edit — regenerate via
18922
+ * npx almadar-sync std-ts --only=ui-algo-graph-canvas
18923
+ *
18924
+ * @level atom
18925
+ * @packageDocumentation
18926
+ */
18927
+
18928
+ /**
18929
+ * Closed set of event keys this trait recognises —
18930
+ * derived from the .orb's `stateMachine.events[]` block
18931
+ * (transition triggers + emit names). Use as the key type
18932
+ * when passing an `events:` rename map at the call site.
18933
+ */
18934
+ type StdUiAlgoGraphCanvasEventKey = 'INIT' | 'NODE_CLICK' | 'SHAPE_CLICK';
18935
+ /**
18936
+ * Payload shape for the `SHAPE_CLICK` event.
18937
+ */
18938
+ interface StdUiAlgoGraphCanvasShapeClickPayload {
18939
+ payload?: EntityRow;
18940
+ }
18941
+ /**
18942
+ * Payload shape for the `NODE_CLICK` event.
18943
+ */
18944
+ interface StdUiAlgoGraphCanvasNodeClickPayload {
18945
+ payload?: EntityRow;
18946
+ }
18947
+ /**
18948
+ * Typed call-site config block for this trait — every
18949
+ * field maps to a `config { ... }` entry in the source
18950
+ * .lolo. The agent fills these to specialise the trait
18951
+ * without modifying its state-machine topology.
18952
+ */
18953
+ interface StdUiAlgoGraphCanvasConfig {
18954
+ /** Default: `false` */
18955
+ animate?: boolean;
18956
+ backgroundColor?: string;
18957
+ className?: string;
18958
+ /** Default: `[]` */
18959
+ edges?: EntityRow[];
18960
+ error?: EntityRow;
18961
+ /** Default: `400` */
18962
+ height?: number;
18963
+ /** Default: `false` */
18964
+ interactive?: boolean;
18965
+ isLoading?: boolean;
18966
+ /** Default: `"manual"` */
18967
+ layout?: 'manual' | 'tree' | 'layered' | 'circle';
18968
+ /** Default: `[]` */
18969
+ nodes?: EntityRow[];
18970
+ /** Default: `"NODE_CLICK"` */
18971
+ onNodeClick?: string;
18972
+ /** Default: `"SHAPE_CLICK"` */
18973
+ onShapeClick?: string;
18974
+ root?: string;
18975
+ /** Default: `[]` */
18976
+ shapes?: EntityRow[];
18977
+ title?: string;
18978
+ /** Default: `600` */
18979
+ width?: number;
18980
+ }
18981
+ /**
18982
+ * Params for the ui-algo-graph-canvas descriptor helpers.
18983
+ *
18984
+ * `entityName` binds every trait/page reference's `linkedEntity`.
18985
+ * The optional override fields mirror TraitReference / PageRefObject
18986
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
18987
+ */
18988
+ interface StdUiAlgoGraphCanvasParams {
18989
+ entityName: string;
18990
+ /** Extra fields to add to the orbital-scoped entity clone. */
18991
+ fields?: EntityField[];
18992
+ /** Rename the inlined trait at the call site. */
18993
+ traitName?: string;
18994
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
18995
+ events?: Partial<Record<StdUiAlgoGraphCanvasEventKey, string>>;
18996
+ /** Per-event effect replacement (keys are POST-rename event names). */
18997
+ effects?: Record<string, SExpr[]>;
18998
+ /** Replace the imported trait's `listens` array entirely. */
18999
+ listens?: TraitEventListener[];
19000
+ /** Set every emit's scope. */
19001
+ emitsScope?: 'internal' | 'external';
19002
+ /** Typed call-site config block — see the per-field interface. */
19003
+ config?: StdUiAlgoGraphCanvasConfig;
19004
+ /** URL path override for the (first) page. */
19005
+ pagePath?: string;
19006
+ }
19007
+ /** Trait descriptor: `UiAlgoGraphCanvas.traits.AlgoGraphCanvasRender`. */
19008
+ declare function stdUiAlgoGraphCanvasTrait(params: StdUiAlgoGraphCanvasParams): TraitReference;
19009
+ /** Page descriptor: `UiAlgoGraphCanvas.pages.AlgoGraphCanvasPage`. */
19010
+ declare function stdUiAlgoGraphCanvasPage(params: StdUiAlgoGraphCanvasParams): PageRefObject;
19011
+ /** Whole-orbital descriptor. */
19012
+ declare function stdUiAlgoGraphCanvas(params: StdUiAlgoGraphCanvasParams): OrbitalDefinition;
19013
+
16730
19014
  /**
16731
19015
  * ui-algorithm-canvas — AlgorithmCanvas — UI factory (1:1 with the @almadar/ui algorithm-canvas pattern).
16732
19016
  *
@@ -16767,13 +19051,21 @@ interface StdUiAlgorithmCanvasShapeClickPayload {
16767
19051
  interface StdUiAlgorithmCanvasConfig {
16768
19052
  /** Default: `false` */
16769
19053
  animate?: boolean;
19054
+ /** Default: `[]` */
19055
+ auxBars?: EntityRow[];
16770
19056
  backgroundColor?: string;
16771
19057
  /** Default: `[]` */
16772
19058
  bars?: EntityRow[];
16773
19059
  /** Default: `[]` */
19060
+ buckets?: EntityRow[];
19061
+ /** Default: `[]` */
16774
19062
  cells?: EntityRow[];
16775
19063
  className?: string;
19064
+ /** Default: `[]` */
19065
+ colLabels?: EntityRow[];
16776
19066
  error?: EntityRow;
19067
+ /** Default: `[]` */
19068
+ frames?: EntityRow[];
16777
19069
  /** Default: `400` */
16778
19070
  height?: number;
16779
19071
  /** Default: `false` */
@@ -16784,7 +19076,15 @@ interface StdUiAlgorithmCanvasConfig {
16784
19076
  /** Default: `[]` */
16785
19077
  pointers?: EntityRow[];
16786
19078
  /** Default: `[]` */
19079
+ ranges?: EntityRow[];
19080
+ /** Default: `[]` */
19081
+ rowLabels?: EntityRow[];
19082
+ /** Default: `[]` */
16787
19083
  shapes?: EntityRow[];
19084
+ /** Default: `"horizontal"` */
19085
+ slotOrientation?: 'horizontal' | 'vertical';
19086
+ /** Default: `[]` */
19087
+ slots?: EntityRow[];
16788
19088
  title?: string;
16789
19089
  /** Default: `600` */
16790
19090
  width?: number;
@@ -17016,7 +19316,7 @@ interface StdUiAnimatedRevealConfig {
17016
19316
  animate?: boolean;
17017
19317
  /** Default: `"fade-up"` */
17018
19318
  animation?: 'fade-up' | 'fade-down' | 'fade-in' | 'fade-left' | 'fade-right' | 'scale' | 'scale-up' | 'none';
17019
- children?: unknown;
19319
+ children?: PatternValue;
17020
19320
  className?: string;
17021
19321
  /** Default: `0` */
17022
19322
  delay?: number;
@@ -17096,7 +19396,7 @@ type StdUiArticleSectionEventKey = 'INIT';
17096
19396
  * without modifying its state-machine topology.
17097
19397
  */
17098
19398
  interface StdUiArticleSectionConfig {
17099
- children?: unknown;
19399
+ children?: PatternValue;
17100
19400
  className?: string;
17101
19401
  /** Default: `"md"` */
17102
19402
  maxWidth?: 'sm' | 'md' | 'lg';
@@ -17168,7 +19468,7 @@ type StdUiAsideEventKey = 'INIT';
17168
19468
  * without modifying its state-machine topology.
17169
19469
  */
17170
19470
  interface StdUiAsideConfig {
17171
- children?: unknown;
19471
+ children?: PatternValue;
17172
19472
  className?: string;
17173
19473
  }
17174
19474
  /**
@@ -17246,7 +19546,7 @@ interface StdUiAtlasImageConfig {
17246
19546
  height?: number;
17247
19547
  size?: number;
17248
19548
  /** Default: `{}` */
17249
- style?: unknown;
19549
+ style?: Record<string, TraitConfig>;
17250
19550
  width?: number;
17251
19551
  }
17252
19552
  /**
@@ -17319,12 +19619,12 @@ interface StdUiAtlasPanelConfig {
17319
19619
  borderSlice?: number;
17320
19620
  /** Default: `16` */
17321
19621
  borderWidth?: number;
17322
- children?: unknown;
19622
+ children?: PatternValue;
17323
19623
  className?: string;
17324
19624
  /** Default: `"nineSlice"` */
17325
19625
  mode?: 'nineSlice' | 'repeat';
17326
19626
  /** Default: `{}` */
17327
- style?: unknown;
19627
+ style?: Record<string, TraitConfig>;
17328
19628
  }
17329
19629
  /**
17330
19630
  * Params for the ui-atlas-panel descriptor helpers.
@@ -17648,22 +19948,45 @@ interface StdUiBiologyCanvasConfig {
17648
19948
  /** Default: `false` */
17649
19949
  animate?: boolean;
17650
19950
  backgroundColor?: string;
19951
+ /** Default: `[]` */
19952
+ bands?: EntityRow[];
19953
+ /** Default: `{}` */
19954
+ camera?: unknown;
17651
19955
  className?: string;
17652
19956
  /** Default: `[]` */
19957
+ compartments?: EntityRow[];
19958
+ /** Default: `[]` */
17653
19959
  edges?: EntityRow[];
17654
19960
  error?: EntityRow;
17655
19961
  /** Default: `400` */
17656
19962
  height?: number;
17657
- /** Default: `false` */
19963
+ helix?: EntityRow;
19964
+ helix3d?: EntityRow;
17658
19965
  interactive?: boolean;
17659
19966
  isLoading?: boolean;
19967
+ /** Default: `{}` */
19968
+ lighting?: unknown;
19969
+ /** Default: `"2d"` */
19970
+ mode?: '2d' | '3d';
17660
19971
  /** Default: `[]` */
17661
19972
  nodes?: EntityRow[];
17662
19973
  /** Default: `"SHAPE_CLICK"` */
17663
19974
  onShapeClick?: string;
19975
+ /** Default: `{}` */
19976
+ post?: unknown;
19977
+ /** Default: `[]` */
19978
+ readouts?: EntityRow[];
19979
+ shadows?: boolean;
17664
19980
  /** Default: `[]` */
17665
19981
  shapes?: EntityRow[];
19982
+ showGrid?: boolean;
19983
+ /** Default: `"timeline"` */
19984
+ stageStyle?: 'timeline' | 'ring';
19985
+ /** Default: `[]` */
19986
+ stages?: EntityRow[];
17666
19987
  title?: string;
19988
+ /** Default: `[]` */
19989
+ traces?: EntityRow[];
17667
19990
  /** Default: `600` */
17668
19991
  width?: number;
17669
19992
  }
@@ -17752,7 +20075,7 @@ interface StdUiBoxConfig {
17752
20075
  bg?: 'transparent' | 'primary' | 'secondary' | 'muted' | 'accent' | 'surface' | 'overlay';
17753
20076
  /** Default: `false` */
17754
20077
  border?: boolean;
17755
- children?: unknown;
20078
+ children?: PatternValue;
17756
20079
  className?: string;
17757
20080
  /** Default: `"block"` */
17758
20081
  display?: 'block' | 'inline' | 'inline-block' | 'flex' | 'inline-flex' | 'grid';
@@ -17978,7 +20301,7 @@ interface StdUiCanvasConfig {
17978
20301
  backgroundImage?: unknown;
17979
20302
  /** Default: `{}` */
17980
20303
  camera?: unknown;
17981
- children?: unknown;
20304
+ children?: PatternValue;
17982
20305
  className?: string;
17983
20306
  /** Default: `[]` */
17984
20307
  drawables?: EntityRow[];
@@ -18115,7 +20438,7 @@ interface StdUiCanvas2dConfig {
18115
20438
  /** Default: `"pan-zoom"` */
18116
20439
  camera?: 'pan-zoom' | 'follow' | 'fixed';
18117
20440
  cameraPos?: EntityRow;
18118
- children?: unknown;
20441
+ children?: PatternValue;
18119
20442
  className?: string;
18120
20443
  /** Default: `[]` */
18121
20444
  drawables?: EntityRow[];
@@ -18218,7 +20541,7 @@ interface StdUiCardActionPayload {
18218
20541
  interface StdUiCardConfig {
18219
20542
  /** Default: `"ACTION"` */
18220
20543
  action?: string;
18221
- children?: unknown;
20544
+ children?: PatternValue;
18222
20545
  className?: string;
18223
20546
  loading?: boolean;
18224
20547
  /** Default: `"elevated"` */
@@ -18375,7 +20698,7 @@ type StdUiCenterEventKey = 'INIT';
18375
20698
  * without modifying its state-machine topology.
18376
20699
  */
18377
20700
  interface StdUiCenterConfig {
18378
- children?: unknown;
20701
+ children?: PatternValue;
18379
20702
  className?: string;
18380
20703
  /** Default: `false` */
18381
20704
  fullHeight?: boolean;
@@ -18387,7 +20710,7 @@ interface StdUiCenterConfig {
18387
20710
  inline?: boolean;
18388
20711
  minHeight?: string;
18389
20712
  /** Default: `{}` */
18390
- style?: unknown;
20713
+ style?: Record<string, TraitConfig>;
18391
20714
  /** Default: `true` */
18392
20715
  vertical?: boolean;
18393
20716
  }
@@ -18547,20 +20870,40 @@ interface StdUiChemistryCanvasConfig {
18547
20870
  /** Default: `[]` */
18548
20871
  atoms?: EntityRow[];
18549
20872
  backgroundColor?: string;
20873
+ /** Default: `"thick"` */
20874
+ bondStyle?: 'thick' | 'parallel';
18550
20875
  /** Default: `[]` */
18551
20876
  bonds?: EntityRow[];
20877
+ /** Default: `{}` */
20878
+ camera?: unknown;
18552
20879
  className?: string;
20880
+ /** Default: `[]` */
20881
+ containers?: EntityRow[];
20882
+ equation?: string;
20883
+ equationColor?: string;
18553
20884
  error?: EntityRow;
18554
20885
  /** Default: `400` */
18555
20886
  height?: number;
18556
- /** Default: `false` */
18557
20887
  interactive?: boolean;
18558
20888
  isLoading?: boolean;
20889
+ lattice3d?: EntityRow;
20890
+ /** Default: `{}` */
20891
+ lighting?: unknown;
20892
+ /** Default: `"2d"` */
20893
+ mode?: '2d' | '3d';
18559
20894
  /** Default: `"SHAPE_CLICK"` */
18560
20895
  onShapeClick?: string;
20896
+ /** Default: `{}` */
20897
+ post?: unknown;
20898
+ /** Default: `[]` */
20899
+ readouts?: EntityRow[];
20900
+ shadows?: boolean;
18561
20901
  /** Default: `[]` */
18562
20902
  shapes?: EntityRow[];
20903
+ showGrid?: boolean;
18563
20904
  title?: string;
20905
+ /** Default: `[]` */
20906
+ traces?: EntityRow[];
18564
20907
  /** Default: `600` */
18565
20908
  width?: number;
18566
20909
  }
@@ -18797,11 +21140,11 @@ type StdUiConditionalWrapperEventKey = 'INIT';
18797
21140
  interface StdUiConditionalWrapperConfig {
18798
21141
  /** Default: `false` */
18799
21142
  animate?: boolean;
18800
- children?: unknown;
21143
+ children?: PatternValue;
18801
21144
  condition?: EntityRow;
18802
21145
  /** Default: `{"formValues":{},"globalVariables":{}}` */
18803
21146
  context?: EntityRow;
18804
- fallback?: unknown;
21147
+ fallback?: PatternValue;
18805
21148
  }
18806
21149
  /**
18807
21150
  * Params for the ui-conditional-wrapper descriptor helpers.
@@ -18943,7 +21286,7 @@ type StdUiContentSectionEventKey = 'INIT';
18943
21286
  interface StdUiContentSectionConfig {
18944
21287
  /** Default: `"default"` */
18945
21288
  background?: 'default' | 'alt' | 'dark' | 'gradient';
18946
- children?: unknown;
21289
+ children?: PatternValue;
18947
21290
  className?: string;
18948
21291
  /** Default: `"lg"` */
18949
21292
  padding?: 'sm' | 'md' | 'lg';
@@ -19372,7 +21715,7 @@ type StdUiDialogEventKey = 'INIT';
19372
21715
  * without modifying its state-machine topology.
19373
21716
  */
19374
21717
  interface StdUiDialogConfig {
19375
- children?: unknown;
21718
+ children?: PatternValue;
19376
21719
  className?: string;
19377
21720
  }
19378
21721
  /**
@@ -19777,8 +22120,7 @@ interface StdUiDrawShapeConfig {
19777
22120
  offsetX?: number;
19778
22121
  offsetY?: number;
19779
22122
  opacity?: number;
19780
- /** Default: `{}` */
19781
- pivot?: unknown;
22123
+ pivot?: EntityRow;
19782
22124
  /** Default: `[]` */
19783
22125
  points?: EntityRow[];
19784
22126
  /** Default: `{"x":1,"y":1,"z":1}` */
@@ -19862,7 +22204,7 @@ type StdUiDrawShapeLayerEventKey = 'INIT';
19862
22204
  * without modifying its state-machine topology.
19863
22205
  */
19864
22206
  interface StdUiDrawShapeLayerConfig {
19865
- /** Default: `[{"animation":{"durationMs":1,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":false},"blendMode":"source-over","blur":1,"d":"D","fill":"Fill","fillPattern":{"alpha":1,"color":"Color","kind":"noise","scale":1,"url":"Url"},"gradient":{"angle":1,"kind":"linear","radius":1,"stops":[]},"height":1,"offsetX":1,"offsetY":1,"opacity":1,"points":[],"position":{"x":1,"y":1,"z":1},"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"shape":"cell","stroke":"Stroke","strokeDash":[1,2],"strokeDashOffset":1,"strokeGradient":{"angle":1,"kind":"linear","radius":1,"stops":[]},"strokeWidth":1,"type":"Type","width":1},{"animation":{"durationMs":2,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":true},"blendMode":"lighter","blur":2,"d":"D 2","fill":"Fill 2","fillPattern":{"alpha":2,"color":"Color 2","kind":"image","scale":2,"url":"Url 2"},"gradient":{"angle":2,"kind":"radial","radius":2,"stops":[]},"height":2,"offsetX":2,"offsetY":2,"opacity":2,"points":[],"position":{"x":2,"y":2,"z":2},"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"shape":"rect","stroke":"Stroke 2","strokeDash":[1,2],"strokeDashOffset":2,"strokeGradient":{"angle":2,"kind":"radial","radius":2,"stops":[]},"strokeWidth":2,"type":"Type 2","width":2}]` */
22207
+ /** Default: `[{"animation":{"durationMs":1,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":false},"blendMode":"source-over","blur":1,"d":"D","fill":"Fill","fillPattern":{"alpha":1,"color":"Color","kind":"noise","scale":1,"url":"Url"},"gradient":{"angle":1,"center":{"x":1,"y":1},"from":{"x":1,"y":1},"kind":"linear","radius":1,"stops":[],"to":{"x":1,"y":1}},"height":1,"offsetX":1,"offsetY":1,"opacity":1,"pivot":{"x":1,"y":1},"points":[{"x":1,"y":1},{"x":2,"y":2}],"position":{"x":1,"y":1,"z":1},"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"shape":"cell","stroke":"Stroke","strokeDash":[1,2],"strokeDashOffset":1,"strokeGradient":{"angle":1,"center":{"x":1,"y":1},"from":{"x":1,"y":1},"kind":"linear","radius":1,"stops":[],"to":{"x":1,"y":1}},"strokeWidth":1,"type":"Type","width":1},{"animation":{"durationMs":2,"keyframes":[{"at":1,"blur":1,"fill":"Fill","height":1,"offsetX":1,"offsetY":1,"opacity":1,"radiusX":1,"radiusY":1,"rotate":1,"shadow":{"blur":1,"color":"Color"},"stroke":"Stroke","strokeDashOffset":1,"strokeWidth":1,"width":1},{"at":2,"blur":2,"fill":"Fill 2","height":2,"offsetX":2,"offsetY":2,"opacity":2,"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"stroke":"Stroke 2","strokeDashOffset":2,"strokeWidth":2,"width":2}],"loop":true},"blendMode":"lighter","blur":2,"d":"D 2","fill":"Fill 2","fillPattern":{"alpha":2,"color":"Color 2","kind":"image","scale":2,"url":"Url 2"},"gradient":{"angle":2,"center":{"x":2,"y":2},"from":{"x":2,"y":2},"kind":"radial","radius":2,"stops":[],"to":{"x":2,"y":2}},"height":2,"offsetX":2,"offsetY":2,"opacity":2,"pivot":{"x":2,"y":2},"points":[{"x":1,"y":1},{"x":2,"y":2}],"position":{"x":2,"y":2,"z":2},"radiusX":2,"radiusY":2,"rotate":2,"shadow":{"blur":2,"color":"Color 2"},"shape":"rect","stroke":"Stroke 2","strokeDash":[1,2],"strokeDashOffset":2,"strokeGradient":{"angle":2,"center":{"x":2,"y":2},"from":{"x":2,"y":2},"kind":"radial","radius":2,"stops":[],"to":{"x":2,"y":2}},"strokeWidth":2,"type":"Type 2","width":2}]` */
19866
22208
  items?: EntityRow[];
19867
22209
  }
19868
22210
  /**
@@ -19935,16 +22277,14 @@ interface StdUiDrawSpriteConfig {
19935
22277
  animation?: string;
19936
22278
  asset?: EntityRow;
19937
22279
  flipX?: boolean;
19938
- /** Default: `{}` */
19939
- frame?: unknown;
22280
+ frame?: EntityRow;
19940
22281
  height?: number;
19941
22282
  loop?: boolean;
19942
22283
  opacity?: number;
19943
22284
  /** Default: `{"x":1,"y":1,"z":1}` */
19944
22285
  position?: EntityRow;
19945
22286
  rotation?: number;
19946
- /** Default: `{}` */
19947
- shadow?: unknown;
22287
+ shadow?: EntityRow;
19948
22288
  width?: number;
19949
22289
  }
19950
22290
  /**
@@ -20012,7 +22352,7 @@ type StdUiDrawSpriteLayerEventKey = 'INIT';
20012
22352
  * without modifying its state-machine topology.
20013
22353
  */
20014
22354
  interface StdUiDrawSpriteLayerConfig {
20015
- /** Default: `[{"animation":"Animation","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"flipX":false,"height":1,"loop":false,"opacity":1,"position":{"x":1,"y":1,"z":1},"rotation":1,"type":"Type","width":1},{"animation":"Animation 2","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"flipX":true,"height":2,"loop":true,"opacity":2,"position":{"x":2,"y":2,"z":2},"rotation":2,"type":"Type 2","width":2}]` */
22355
+ /** Default: `[{"animation":"Animation","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"flipX":false,"frame":{"h":1,"w":1,"x":1,"y":1},"height":1,"loop":false,"opacity":1,"position":{"x":1,"y":1,"z":1},"rotation":1,"shadow":{"blur":1,"color":"Color"},"type":"Type","width":1},{"animation":"Animation 2","asset":{"animations":["idle","walk","attack","hit","death"],"aspect":"1:1","category":"asset","dimension":"2d","name":"asset","role":"npc","style":"pixel","thumbnailUrl":"","url":"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"},"flipX":true,"frame":{"h":2,"w":2,"x":2,"y":2},"height":2,"loop":true,"opacity":2,"position":{"x":2,"y":2,"z":2},"rotation":2,"shadow":{"blur":2,"color":"Color 2"},"type":"Type 2","width":2}]` */
20016
22356
  items?: EntityRow[];
20017
22357
  }
20018
22358
  /**
@@ -20080,12 +22420,12 @@ type StdUiDrawTextEventKey = 'INIT';
20080
22420
  * without modifying its state-machine topology.
20081
22421
  */
20082
22422
  interface StdUiDrawTextConfig {
20083
- /** Default: `{}` */
20084
- align?: unknown;
22423
+ /** Default: `"center"` */
22424
+ align?: 'center' | 'end' | 'left' | 'right' | 'start';
20085
22425
  /** Default: `{}` */
20086
22426
  anchor?: unknown;
20087
- /** Default: `{}` */
20088
- baseline?: unknown;
22427
+ /** Default: `"alphabetic"` */
22428
+ baseline?: 'alphabetic' | 'bottom' | 'hanging' | 'ideographic' | 'middle' | 'top';
20089
22429
  /** Default: `""` */
20090
22430
  color?: string;
20091
22431
  font?: string;
@@ -20162,7 +22502,7 @@ type StdUiDrawTextLayerEventKey = 'INIT';
20162
22502
  * without modifying its state-machine topology.
20163
22503
  */
20164
22504
  interface StdUiDrawTextLayerConfig {
20165
- /** Default: `[{"color":"Color","font":"Font","offsetX":1,"offsetY":1,"opacity":1,"position":{"x":1,"y":1,"z":1},"text":"Text","type":"Type"},{"color":"Color 2","font":"Font 2","offsetX":2,"offsetY":2,"opacity":2,"position":{"x":2,"y":2,"z":2},"text":"Text 2","type":"Type 2"}]` */
22505
+ /** Default: `[{"align":"center","baseline":"alphabetic","color":"Color","font":"Font","offsetX":1,"offsetY":1,"opacity":1,"position":{"x":1,"y":1,"z":1},"text":"Text","type":"Type"},{"align":"end","baseline":"bottom","color":"Color 2","font":"Font 2","offsetX":2,"offsetY":2,"opacity":2,"position":{"x":2,"y":2,"z":2},"text":"Text 2","type":"Type 2"}]` */
20166
22506
  items?: EntityRow[];
20167
22507
  }
20168
22508
  /**
@@ -20410,7 +22750,7 @@ interface StdUiFlipContainerClickPayload {
20410
22750
  * without modifying its state-machine topology.
20411
22751
  */
20412
22752
  interface StdUiFlipContainerConfig {
20413
- children?: unknown;
22753
+ children?: PatternValue;
20414
22754
  className?: string;
20415
22755
  /** Default: `false` */
20416
22756
  flipped?: boolean;
@@ -20791,7 +23131,7 @@ type StdUiGeometricPatternEventKey = 'INIT';
20791
23131
  * without modifying its state-machine topology.
20792
23132
  */
20793
23133
  interface StdUiGeometricPatternConfig {
20794
- children?: unknown;
23134
+ children?: PatternValue;
20795
23135
  className?: string;
20796
23136
  /** Default: `"var(--color-primary)"` */
20797
23137
  color?: string;
@@ -20958,8 +23298,8 @@ interface StdUiHeroSectionConfig {
20958
23298
  align?: 'center' | 'left';
20959
23299
  /** Default: `"subtle"` */
20960
23300
  background?: 'dark' | 'gradient' | 'subtle';
20961
- backgroundElement?: unknown;
20962
- children?: unknown;
23301
+ backgroundElement?: PatternValue;
23302
+ children?: PatternValue;
20963
23303
  className?: string;
20964
23304
  image?: EntityRow;
20965
23305
  /** Default: `"below"` */
@@ -21053,7 +23393,7 @@ interface StdUiHstackConfig {
21053
23393
  actionPayload?: unknown;
21054
23394
  /** Default: `"stretch"` */
21055
23395
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
21056
- children?: unknown;
23396
+ children?: PatternValue;
21057
23397
  className?: string;
21058
23398
  /** Default: `false` */
21059
23399
  flex?: boolean;
@@ -21067,7 +23407,7 @@ interface StdUiHstackConfig {
21067
23407
  reverse?: boolean;
21068
23408
  role?: string;
21069
23409
  /** Default: `{}` */
21070
- style?: unknown;
23410
+ style?: Record<string, TraitConfig>;
21071
23411
  tabIndex?: number;
21072
23412
  /** Default: `false` */
21073
23413
  wrap?: boolean;
@@ -21148,7 +23488,7 @@ interface StdUiIconConfig {
21148
23488
  size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
21149
23489
  strokeWidth?: number;
21150
23490
  /** Default: `{}` */
21151
- style?: unknown;
23491
+ style?: Record<string, TraitConfig>;
21152
23492
  }
21153
23493
  /**
21154
23494
  * Params for the ui-icon descriptor helpers.
@@ -21545,7 +23885,7 @@ type StdUiLawReferenceTooltipEventKey = 'INIT';
21545
23885
  * without modifying its state-machine topology.
21546
23886
  */
21547
23887
  interface StdUiLawReferenceTooltipConfig {
21548
- children?: unknown;
23888
+ children?: PatternValue;
21549
23889
  className?: string;
21550
23890
  /** Default: `"top"` */
21551
23891
  position?: 'top' | 'bottom' | 'left' | 'right';
@@ -21644,7 +23984,11 @@ interface StdUiLearningCanvasConfig {
21644
23984
  /** Default: `"SHAPE_HOVER"` */
21645
23985
  onShapeHover?: string;
21646
23986
  /** Default: `[]` */
23987
+ readouts?: EntityRow[];
23988
+ /** Default: `[]` */
21647
23989
  shapes?: EntityRow[];
23990
+ /** Default: `[]` */
23991
+ traces?: EntityRow[];
21648
23992
  /** Default: `600` */
21649
23993
  width?: number;
21650
23994
  }
@@ -21863,16 +24207,24 @@ interface StdUiMathCanvasShapeClickPayload {
21863
24207
  * without modifying its state-machine topology.
21864
24208
  */
21865
24209
  interface StdUiMathCanvasConfig {
24210
+ /** Default: `[]` */
24211
+ angles?: EntityRow[];
21866
24212
  /** Default: `false` */
21867
24213
  animate?: boolean;
24214
+ /** Default: `[]` */
24215
+ bars?: EntityRow[];
21868
24216
  className?: string;
21869
24217
  /** Default: `[]` */
21870
24218
  curves?: EntityRow[];
21871
24219
  error?: EntityRow;
21872
24220
  /** Default: `1` */
21873
24221
  gridStep?: number;
24222
+ /** Default: `[]` */
24223
+ guides?: EntityRow[];
21874
24224
  /** Default: `400` */
21875
24225
  height?: number;
24226
+ /** Default: `[]` */
24227
+ hops?: EntityRow[];
21876
24228
  /** Default: `false` */
21877
24229
  interactive?: boolean;
21878
24230
  isLoading?: boolean;
@@ -21881,13 +24233,23 @@ interface StdUiMathCanvasConfig {
21881
24233
  /** Default: `[]` */
21882
24234
  points?: EntityRow[];
21883
24235
  /** Default: `[]` */
24236
+ readouts?: EntityRow[];
24237
+ /** Default: `[]` */
24238
+ regions?: EntityRow[];
24239
+ /** Default: `[]` */
21884
24240
  shapes?: EntityRow[];
21885
24241
  /** Default: `true` */
21886
24242
  showAxes?: boolean;
24243
+ /** Default: `false` */
24244
+ showCurveLabels?: boolean;
21887
24245
  /** Default: `true` */
21888
24246
  showGrid?: boolean;
24247
+ /** Default: `false` */
24248
+ showTickLabels?: boolean;
21889
24249
  title?: string;
21890
24250
  /** Default: `[]` */
24251
+ traces?: EntityRow[];
24252
+ /** Default: `[]` */
21891
24253
  vectors?: EntityRow[];
21892
24254
  /** Default: `600` */
21893
24255
  width?: number;
@@ -22193,31 +24555,60 @@ interface StdUiPhysicsCanvasShapeClickPayload {
22193
24555
  * without modifying its state-machine topology.
22194
24556
  */
22195
24557
  interface StdUiPhysicsCanvasConfig {
24558
+ /** Default: `[]` */
24559
+ angles?: EntityRow[];
22196
24560
  /** Default: `false` */
22197
24561
  animate?: boolean;
22198
24562
  backgroundColor?: string;
22199
24563
  /** Default: `[]` */
22200
24564
  bodies?: EntityRow[];
24565
+ /** Default: `{}` */
24566
+ camera?: unknown;
22201
24567
  className?: string;
22202
24568
  /** Default: `[]` */
22203
24569
  constraints?: EntityRow[];
22204
24570
  error?: EntityRow;
24571
+ field?: EntityRow;
22205
24572
  /** Default: `20` */
22206
24573
  forceScale?: number;
22207
24574
  /** Default: `400` */
22208
24575
  height?: number;
22209
- /** Default: `false` */
22210
24576
  interactive?: boolean;
22211
24577
  isLoading?: boolean;
24578
+ /** Default: `{}` */
24579
+ lighting?: unknown;
24580
+ /** Default: `[]` */
24581
+ meters?: EntityRow[];
24582
+ /** Default: `"2d"` */
24583
+ mode?: '2d' | '3d';
22212
24584
  /** Default: `"SHAPE_CLICK"` */
22213
24585
  onShapeClick?: string;
24586
+ /** Default: `{}` */
24587
+ post?: unknown;
24588
+ /** Default: `[]` */
24589
+ readouts?: EntityRow[];
24590
+ /** Default: `[]` */
24591
+ sceneObjects?: EntityRow[];
24592
+ shadows?: boolean;
22214
24593
  /** Default: `[]` */
22215
24594
  shapes?: EntityRow[];
22216
24595
  /** Default: `false` */
22217
24596
  showForces?: boolean;
24597
+ showGrid?: boolean;
22218
24598
  /** Default: `true` */
22219
24599
  showVelocity?: boolean;
24600
+ surface3d?: EntityRow;
22220
24601
  title?: string;
24602
+ /** Default: `[]` */
24603
+ traces?: EntityRow[];
24604
+ /** Default: `[]` */
24605
+ trails?: EntityRow[];
24606
+ /** Default: `1` */
24607
+ vectorScale?: number;
24608
+ /** Default: `[]` */
24609
+ vectors?: EntityRow[];
24610
+ /** Default: `[]` */
24611
+ vectors3d?: EntityRow[];
22221
24612
  /** Default: `20` */
22222
24613
  velocityScale?: number;
22223
24614
  /** Default: `600` */
@@ -22288,7 +24679,7 @@ type StdUiPresenceEventKey = 'INIT';
22288
24679
  * without modifying its state-machine topology.
22289
24680
  */
22290
24681
  interface StdUiPresenceConfig {
22291
- children?: unknown;
24682
+ children?: PatternValue;
22292
24683
  className?: string;
22293
24684
  /** Default: `false` */
22294
24685
  show?: boolean;
@@ -23572,10 +25963,10 @@ interface StdUiSplitSectionConfig {
23572
25963
  background?: 'default' | 'alt';
23573
25964
  /** Default: `[]` */
23574
25965
  bullets?: string[];
23575
- children?: unknown;
25966
+ children?: PatternValue;
23576
25967
  className?: string;
23577
25968
  /** Default: `[]` */
23578
- description?: unknown;
25969
+ description?: PatternValue;
23579
25970
  image?: EntityRow;
23580
25971
  /** Default: `"right"` */
23581
25972
  imagePosition?: 'left' | 'right';
@@ -23659,7 +26050,7 @@ interface StdUiStackConfig {
23659
26050
  actionPayload?: unknown;
23660
26051
  /** Default: `"stretch"` */
23661
26052
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
23662
- children?: unknown;
26053
+ children?: PatternValue;
23663
26054
  className?: string;
23664
26055
  /** Default: `"vertical"` */
23665
26056
  direction?: 'horizontal' | 'vertical';
@@ -23675,7 +26066,7 @@ interface StdUiStackConfig {
23675
26066
  reverse?: boolean;
23676
26067
  role?: string;
23677
26068
  /** Default: `{}` */
23678
- style?: unknown;
26069
+ style?: Record<string, TraitConfig>;
23679
26070
  tabIndex?: number;
23680
26071
  /** Default: `false` */
23681
26072
  wrap?: boolean;
@@ -25516,7 +27907,7 @@ interface StdUiTextHighlightConfig {
25516
27907
  /** Default: `"ACTION"` */
25517
27908
  action?: string;
25518
27909
  annotationId?: string;
25519
- children?: unknown;
27910
+ children?: PatternValue;
25520
27911
  className?: string;
25521
27912
  /** Default: `"question"` */
25522
27913
  highlightType?: 'question' | 'note';
@@ -25759,7 +28150,7 @@ interface StdUiTimeSlotCellClickPayload {
25759
28150
  * without modifying its state-machine topology.
25760
28151
  */
25761
28152
  interface StdUiTimeSlotCellConfig {
25762
- children?: unknown;
28153
+ children?: PatternValue;
25763
28154
  className?: string;
25764
28155
  /** Default: `false` */
25765
28156
  isOccupied?: boolean;
@@ -25975,7 +28366,7 @@ type StdUiTraitFrameEventKey = 'INIT';
25975
28366
  * without modifying its state-machine topology.
25976
28367
  */
25977
28368
  interface StdUiTraitFrameConfig {
25978
- fallback?: unknown;
28369
+ fallback?: PatternValue;
25979
28370
  /** Default: `""` */
25980
28371
  traitName?: string;
25981
28372
  }
@@ -26337,11 +28728,11 @@ type StdUiTypographyEventKey = 'INIT';
26337
28728
  interface StdUiTypographyConfig {
26338
28729
  /** Default: `"left"` */
26339
28730
  align?: 'left' | 'center' | 'right';
26340
- children?: unknown;
28731
+ children?: PatternValue;
26341
28732
  className?: string;
26342
28733
  /** Default: `"primary"` */
26343
28734
  color?: 'primary' | 'secondary' | 'muted' | 'error' | 'success' | 'warning' | 'inherit';
26344
- content?: unknown;
28735
+ content?: PatternValue;
26345
28736
  /** Default: `"none"` */
26346
28737
  format?: 'none' | 'date' | 'time' | 'datetime' | 'number' | 'currency' | 'percent';
26347
28738
  level?: number;
@@ -26350,7 +28741,7 @@ interface StdUiTypographyConfig {
26350
28741
  /** Default: `"none"` */
26351
28742
  size?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
26352
28743
  /** Default: `{}` */
26353
- style?: unknown;
28744
+ style?: Record<string, TraitConfig>;
26354
28745
  /** Default: `false` */
26355
28746
  truncate?: boolean;
26356
28747
  /** Default: `"h1"` */
@@ -26435,7 +28826,7 @@ interface StdUiVstackConfig {
26435
28826
  actionPayload?: unknown;
26436
28827
  /** Default: `"stretch"` */
26437
28828
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
26438
- children?: unknown;
28829
+ children?: PatternValue;
26439
28830
  className?: string;
26440
28831
  /** Default: `false` */
26441
28832
  flex?: boolean;
@@ -26449,7 +28840,7 @@ interface StdUiVstackConfig {
26449
28840
  reverse?: boolean;
26450
28841
  role?: string;
26451
28842
  /** Default: `{}` */
26452
- style?: unknown;
28843
+ style?: Record<string, TraitConfig>;
26453
28844
  tabIndex?: number;
26454
28845
  /** Default: `false` */
26455
28846
  wrap?: boolean;
@@ -26769,8 +29160,8 @@ interface StdUiAlertClosePayload {
26769
29160
  * without modifying its state-machine topology.
26770
29161
  */
26771
29162
  interface StdUiAlertConfig {
26772
- actions?: unknown;
26773
- children?: unknown;
29163
+ actions?: PatternValue;
29164
+ children?: PatternValue;
26774
29165
  className?: string;
26775
29166
  /** Default: `"DISMISS"` */
26776
29167
  dismissEvent?: string;
@@ -27601,13 +29992,13 @@ interface StdUiConfirmDialogConfig {
27601
29992
  className?: string;
27602
29993
  confirmLabel?: string;
27603
29994
  confirmText?: string;
27604
- description?: unknown;
29995
+ description?: PatternValue;
27605
29996
  error?: EntityRow;
27606
29997
  /** Default: `false` */
27607
29998
  isLoading?: boolean;
27608
29999
  /** Default: `true` */
27609
30000
  isOpen?: boolean;
27610
- message?: unknown;
30001
+ message?: PatternValue;
27611
30002
  /** Default: `"CLOSE"` */
27612
30003
  onClose?: string;
27613
30004
  /** Default: `"CONFIRM"` */
@@ -27755,7 +30146,7 @@ type StdUiContainerEventKey = 'INIT';
27755
30146
  interface StdUiContainerConfig {
27756
30147
  /** Default: `true` */
27757
30148
  center?: boolean;
27758
- children?: unknown;
30149
+ children?: PatternValue;
27759
30150
  className?: string;
27760
30151
  /** Default: `"xs"` */
27761
30152
  maxWidth?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
@@ -27830,7 +30221,7 @@ type StdUiContentRendererEventKey = 'INIT';
27830
30221
  */
27831
30222
  interface StdUiContentRendererConfig {
27832
30223
  /** Default: `{}` */
27833
- activeFilters?: unknown;
30224
+ activeFilters?: Record<string, TraitConfig>;
27834
30225
  className?: string;
27835
30226
  content?: string;
27836
30227
  /** Default: `"rtl"` */
@@ -28827,7 +31218,7 @@ interface StdUiDrawerOpenPayload {
28827
31218
  * without modifying its state-machine topology.
28828
31219
  */
28829
31220
  interface StdUiDrawerConfig {
28830
- children?: unknown;
31221
+ children?: PatternValue;
28831
31222
  className?: string;
28832
31223
  /** Default: `"CLOSE"` */
28833
31224
  closeEvent?: string;
@@ -28835,7 +31226,7 @@ interface StdUiDrawerConfig {
28835
31226
  closeOnEscape?: boolean;
28836
31227
  /** Default: `true` */
28837
31228
  closeOnOverlayClick?: boolean;
28838
- footer?: unknown;
31229
+ footer?: PatternValue;
28839
31230
  /** Default: `true` */
28840
31231
  isOpen?: boolean;
28841
31232
  /** Default: `"CLOSE"` */
@@ -28844,7 +31235,7 @@ interface StdUiDrawerConfig {
28844
31235
  position?: 'left' | 'right';
28845
31236
  /** Default: `true` */
28846
31237
  showCloseButton?: boolean;
28847
- title?: unknown;
31238
+ title?: PatternValue;
28848
31239
  /** Default: `"md"` */
28849
31240
  width?: 'sm' | 'md' | 'lg' | 'xl' | 'full';
28850
31241
  }
@@ -29159,7 +31550,7 @@ type StdUiErrorBoundaryEventKey = 'INIT';
29159
31550
  * without modifying its state-machine topology.
29160
31551
  */
29161
31552
  interface StdUiErrorBoundaryConfig {
29162
- children?: unknown;
31553
+ children?: PatternValue;
29163
31554
  className?: string;
29164
31555
  }
29165
31556
  /**
@@ -29573,7 +31964,7 @@ interface StdUiFlexConfig {
29573
31964
  /** Default: `"stretch"` */
29574
31965
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
29575
31966
  basis?: string;
29576
- children?: unknown;
31967
+ children?: PatternValue;
29577
31968
  className?: string;
29578
31969
  /** Default: `"row"` */
29579
31970
  direction?: 'row' | 'row-reverse' | 'col' | 'col-reverse';
@@ -29660,12 +32051,12 @@ interface StdUiFlipCardFlipPayload {
29660
32051
  */
29661
32052
  interface StdUiFlipCardConfig {
29662
32053
  /** Default: `[]` */
29663
- back?: unknown;
32054
+ back?: PatternValue;
29664
32055
  className?: string;
29665
32056
  /** Default: `false` */
29666
32057
  flipped?: boolean;
29667
32058
  /** Default: `[]` */
29668
- front?: unknown;
32059
+ front?: PatternValue;
29669
32060
  /** Default: `"h-64"` */
29670
32061
  height?: string;
29671
32062
  /** Default: `"FLIP"` */
@@ -29829,7 +32220,7 @@ type StdUiFormActionsEventKey = 'INIT';
29829
32220
  * without modifying its state-machine topology.
29830
32221
  */
29831
32222
  interface StdUiFormActionsConfig {
29832
- children?: unknown;
32223
+ children?: PatternValue;
29833
32224
  className?: string;
29834
32225
  /** Default: `[]` */
29835
32226
  filters?: EntityRow[];
@@ -29908,7 +32299,7 @@ type StdUiFormFieldEventKey = 'INIT';
29908
32299
  * without modifying its state-machine topology.
29909
32300
  */
29910
32301
  interface StdUiFormFieldConfig {
29911
- children?: unknown;
32302
+ children?: PatternValue;
29912
32303
  className?: string;
29913
32304
  error?: string;
29914
32305
  hint?: string;
@@ -29982,8 +32373,8 @@ type StdUiFormLayoutEventKey = 'INIT';
29982
32373
  */
29983
32374
  interface StdUiFormLayoutConfig {
29984
32375
  /** Default: `{}` */
29985
- activeFilters?: unknown;
29986
- children?: unknown;
32376
+ activeFilters?: Record<string, TraitConfig>;
32377
+ children?: PatternValue;
29987
32378
  className?: string;
29988
32379
  /** Default: `true` */
29989
32380
  dividers?: boolean;
@@ -30453,7 +32844,7 @@ type StdUiGridEventKey = 'INIT';
30453
32844
  interface StdUiGridConfig {
30454
32845
  /** Default: `"start"` */
30455
32846
  alignItems?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
30456
- children?: unknown;
32847
+ children?: PatternValue;
30457
32848
  className?: string;
30458
32849
  /** Default: `"none"` */
30459
32850
  colGap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
@@ -30468,7 +32859,7 @@ interface StdUiGridConfig {
30468
32859
  rowGap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
30469
32860
  rows?: number;
30470
32861
  /** Default: `{}` */
30471
- style?: unknown;
32862
+ style?: Record<string, TraitConfig>;
30472
32863
  }
30473
32864
  /**
30474
32865
  * Params for the ui-grid descriptor helpers.
@@ -30559,7 +32950,7 @@ interface StdUiHeaderLogoClickPayload {
30559
32950
  * without modifying its state-machine topology.
30560
32951
  */
30561
32952
  interface StdUiHeaderConfig {
30562
- actions?: unknown;
32953
+ actions?: PatternValue;
30563
32954
  /** Default: `"KFlow"` */
30564
32955
  brandName?: string;
30565
32956
  className?: string;
@@ -30567,7 +32958,7 @@ interface StdUiHeaderConfig {
30567
32958
  isLoading?: boolean;
30568
32959
  /** Default: `false` */
30569
32960
  isMenuOpen?: boolean;
30570
- logo?: unknown;
32961
+ logo?: PatternValue;
30571
32962
  /** Default: `"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"` */
30572
32963
  logoSrc?: unknown;
30573
32964
  /** Default: `"compact-bar"` */
@@ -30833,7 +33224,7 @@ interface StdUiImportSourcePickerSelectPayload {
30833
33224
  */
30834
33225
  interface StdUiImportSourcePickerConfig {
30835
33226
  className?: string;
30836
- moreSources?: unknown;
33227
+ moreSources?: PatternValue;
30837
33228
  /** Default: `"SELECT"` */
30838
33229
  onSelect?: string;
30839
33230
  /** Default: `[{"accept":"Accept","description":"Description","disabled":false,"icon":"circle","id":"Id","kind":"action","label":"Label","multiple":false},{"accept":"Accept 2","description":"Description 2","disabled":true,"icon":"circle","id":"Id 2","kind":"file","label":"Label 2","multiple":true}]` */
@@ -30933,7 +33324,7 @@ interface StdUiInputGroupConfig {
30933
33324
  /** Default: `"text"` */
30934
33325
  inputType?: 'text' | 'email' | 'password' | 'number' | 'tel' | 'url' | 'search' | 'date' | 'datetime-local' | 'time' | 'checkbox' | 'select' | 'textarea';
30935
33326
  label?: string;
30936
- leftAddon?: unknown;
33327
+ leftAddon?: PatternValue;
30937
33328
  leftIcon?: unknown;
30938
33329
  /** Default: `"CHANGE"` */
30939
33330
  onChange?: string;
@@ -30942,7 +33333,7 @@ interface StdUiInputGroupConfig {
30942
33333
  /** Default: `[]` */
30943
33334
  options?: EntityRow[];
30944
33335
  placeholder?: string;
30945
- rightAddon?: unknown;
33336
+ rightAddon?: PatternValue;
30946
33337
  rightIcon?: unknown;
30947
33338
  rows?: number;
30948
33339
  value?: string;
@@ -31699,13 +34090,13 @@ type StdUiMenuEventKey = 'INIT';
31699
34090
  */
31700
34091
  interface StdUiMenuConfig {
31701
34092
  className?: string;
31702
- footer?: unknown;
31703
- header?: unknown;
34093
+ footer?: PatternValue;
34094
+ header?: PatternValue;
31704
34095
  /** Default: `[{"badge":"Badge","disabled":false,"icon":"circle","id":"Id","label":"Label","subMenu":[],"url":"Url","variant":"default"},{"badge":"Badge 2","disabled":true,"icon":"circle","id":"Id 2","label":"Label 2","subMenu":[],"url":"Url 2","variant":"danger"}]` */
31705
34096
  items?: EntityRow[];
31706
34097
  /** Default: `"bottom-left"` */
31707
34098
  position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
31708
- trigger?: unknown;
34099
+ trigger?: PatternValue;
31709
34100
  }
31710
34101
  /**
31711
34102
  * Params for the ui-menu descriptor helpers.
@@ -31880,7 +34271,7 @@ interface StdUiModalOpenPayload {
31880
34271
  * without modifying its state-machine topology.
31881
34272
  */
31882
34273
  interface StdUiModalConfig {
31883
- children?: unknown;
34274
+ children?: PatternValue;
31884
34275
  className?: string;
31885
34276
  /** Default: `"CLOSE"` */
31886
34277
  closeEvent?: string;
@@ -31888,7 +34279,7 @@ interface StdUiModalConfig {
31888
34279
  closeOnEscape?: boolean;
31889
34280
  /** Default: `true` */
31890
34281
  closeOnOverlayClick?: boolean;
31891
- footer?: unknown;
34282
+ footer?: PatternValue;
31892
34283
  /** Default: `true` */
31893
34284
  isOpen?: boolean;
31894
34285
  /** Default: `"centered-card"` */
@@ -32429,7 +34820,7 @@ interface StdUiPageHeaderConfig {
32429
34820
  backEvent?: string;
32430
34821
  /** Default: `[]` */
32431
34822
  breadcrumbs?: EntityRow[];
32432
- children?: unknown;
34823
+ children?: PatternValue;
32433
34824
  className?: string;
32434
34825
  error?: EntityRow;
32435
34826
  isLoading?: boolean;
@@ -32508,7 +34899,7 @@ type StdUiPageTransitionEventKey = 'INIT';
32508
34899
  * without modifying its state-machine topology.
32509
34900
  */
32510
34901
  interface StdUiPageTransitionConfig {
32511
- children?: unknown;
34902
+ children?: PatternValue;
32512
34903
  className?: string;
32513
34904
  /** Default: `""` */
32514
34905
  locationKey?: string;
@@ -32688,9 +35079,9 @@ interface StdUiPopoverOpenChangePayload {
32688
35079
  * without modifying its state-machine topology.
32689
35080
  */
32690
35081
  interface StdUiPopoverConfig {
32691
- children?: unknown;
35082
+ children?: PatternValue;
32692
35083
  className?: string;
32693
- content?: unknown;
35084
+ content?: PatternValue;
32694
35085
  /** Default: `"OPEN_CHANGE"` */
32695
35086
  onOpenChange?: string;
32696
35087
  open?: boolean;
@@ -32955,7 +35346,7 @@ interface StdUiPullToRefreshRefreshPayload {
32955
35346
  * without modifying its state-machine topology.
32956
35347
  */
32957
35348
  interface StdUiPullToRefreshConfig {
32958
- children?: unknown;
35349
+ children?: PatternValue;
32959
35350
  className?: string;
32960
35351
  /** Default: `"REFRESH"` */
32961
35352
  refreshEvent?: string;
@@ -33039,7 +35430,7 @@ interface StdUiQrScannerConfig {
33039
35430
  className?: string;
33040
35431
  /** Default: `"environment"` */
33041
35432
  facingMode?: 'environment' | 'user';
33042
- fallback?: unknown;
35433
+ fallback?: PatternValue;
33043
35434
  /** Default: `"SCAN"` */
33044
35435
  onScan?: string;
33045
35436
  /** Default: `false` */
@@ -33676,7 +36067,7 @@ type StdUiScaledDiagramEventKey = 'INIT';
33676
36067
  * without modifying its state-machine topology.
33677
36068
  */
33678
36069
  interface StdUiScaledDiagramConfig {
33679
- children?: unknown;
36070
+ children?: PatternValue;
33680
36071
  className?: string;
33681
36072
  }
33682
36073
  /**
@@ -33836,8 +36227,8 @@ type StdUiSectionEventKey = 'INIT';
33836
36227
  * without modifying its state-machine topology.
33837
36228
  */
33838
36229
  interface StdUiSectionConfig {
33839
- action?: unknown;
33840
- children?: unknown;
36230
+ action?: PatternValue;
36231
+ children?: PatternValue;
33841
36232
  className?: string;
33842
36233
  contentClassName?: string;
33843
36234
  description?: string;
@@ -33929,7 +36320,7 @@ interface StdUiSidePanelOpenPayload {
33929
36320
  * without modifying its state-machine topology.
33930
36321
  */
33931
36322
  interface StdUiSidePanelConfig {
33932
- children?: unknown;
36323
+ children?: PatternValue;
33933
36324
  className?: string;
33934
36325
  /** Default: `"CLOSE"` */
33935
36326
  closeEvent?: string;
@@ -34040,20 +36431,20 @@ interface StdUiSidebarConfig {
34040
36431
  /** Default: `false` */
34041
36432
  defaultCollapsed?: boolean;
34042
36433
  error?: EntityRow;
34043
- footerContent?: unknown;
36434
+ footerContent?: PatternValue;
34044
36435
  /** Default: `false` */
34045
36436
  hideCollapseButton?: boolean;
34046
36437
  isLoading?: boolean;
34047
36438
  /** Default: `[{"active":false,"badge":"Badge","href":"Href","icon":"circle","id":"Id","isActive":false,"label":"Label","subItems":[]},{"active":true,"badge":"Badge 2","href":"Href 2","icon":"circle","id":"Id 2","isActive":true,"label":"Label 2","subItems":[]}]` */
34048
36439
  items?: EntityRow[];
34049
- logo?: unknown;
36440
+ logo?: PatternValue;
34050
36441
  /** Default: `"LOGO_CLICK"` */
34051
36442
  logoClickEvent?: string;
34052
36443
  /** Default: `"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"` */
34053
36444
  logoSrc?: unknown;
34054
36445
  /** Default: `false` */
34055
36446
  showCloseButton?: boolean;
34056
- userSection?: unknown;
36447
+ userSection?: PatternValue;
34057
36448
  }
34058
36449
  /**
34059
36450
  * Params for the ui-sidebar descriptor helpers.
@@ -34224,7 +36615,7 @@ type StdUiSimpleGridEventKey = 'INIT';
34224
36615
  * without modifying its state-machine topology.
34225
36616
  */
34226
36617
  interface StdUiSimpleGridConfig {
34227
- children?: unknown;
36618
+ children?: PatternValue;
34228
36619
  className?: string;
34229
36620
  cols?: number;
34230
36621
  /** Default: `"md"` */
@@ -34533,7 +36924,7 @@ interface StdUiSplitConfig {
34533
36924
  /** Default: `"stretch"` */
34534
36925
  align?: 'start' | 'center' | 'end' | 'stretch';
34535
36926
  /** Default: `[]` */
34536
- children?: unknown;
36927
+ children?: PatternValue;
34537
36928
  className?: string;
34538
36929
  error?: EntityRow;
34539
36930
  /** Default: `"md"` */
@@ -34811,7 +37202,7 @@ type StdUiSwipeableRowEventKey = 'INIT';
34811
37202
  * without modifying its state-machine topology.
34812
37203
  */
34813
37204
  interface StdUiSwipeableRowConfig {
34814
- children?: unknown;
37205
+ children?: PatternValue;
34815
37206
  className?: string;
34816
37207
  /** Default: `{}` */
34817
37208
  itemData?: unknown;
@@ -34879,13 +37270,7 @@ declare function stdUiSwipeableRow(params: StdUiSwipeableRowParams): OrbitalDefi
34879
37270
  * (transition triggers + emit names). Use as the key type
34880
37271
  * when passing an `events:` rename map at the call site.
34881
37272
  */
34882
- type StdUiTableViewEventKey = 'INIT' | 'ITEM_CLICK' | 'SELECT' | 'SORT' | 'TableViewLoaded' | 'VIEW';
34883
- /**
34884
- * Payload shape for the `ITEM_CLICK` event.
34885
- */
34886
- interface StdUiTableViewItemClickPayload {
34887
- id?: string;
34888
- }
37273
+ type StdUiTableViewEventKey = 'INIT' | 'SELECT' | 'SORT' | 'TableViewLoaded' | 'VIEW';
34889
37274
  /**
34890
37275
  * Payload shape for the `SELECT` event.
34891
37276
  */
@@ -34934,7 +37319,7 @@ interface StdUiTableViewConfig {
34934
37319
  isLoading?: boolean;
34935
37320
  /** Default: `[]` */
34936
37321
  itemActions?: EntityRow[];
34937
- /** Default: `"ITEM_CLICK"` */
37322
+ /** Default: `""` */
34938
37323
  itemClickEvent?: string;
34939
37324
  /** Default: `"dense"` */
34940
37325
  look?: 'dense' | 'spacious' | 'striped' | 'borderless' | 'bordered';
@@ -35209,9 +37594,9 @@ type StdUiTooltipEventKey = 'INIT';
35209
37594
  * without modifying its state-machine topology.
35210
37595
  */
35211
37596
  interface StdUiTooltipConfig {
35212
- children?: unknown;
37597
+ children?: PatternValue;
35213
37598
  className?: string;
35214
- content?: unknown;
37599
+ content?: PatternValue;
35215
37600
  /** Default: `200` */
35216
37601
  delay?: number;
35217
37602
  /** Default: `0` */
@@ -38102,7 +40487,7 @@ interface StdUiBookViewerBookViewerLoadedPayload {
38102
40487
  */
38103
40488
  interface StdUiBookViewerConfig {
38104
40489
  /** Default: `{}` */
38105
- activeFilters?: unknown;
40490
+ activeFilters?: Record<string, TraitConfig>;
38106
40491
  className?: string;
38107
40492
  error?: EntityRow;
38108
40493
  fieldMap?: EntityRow;
@@ -38231,7 +40616,7 @@ interface StdUiCaseStudyOrganismCaseStudyOrganismLoadedPayload {
38231
40616
  */
38232
40617
  interface StdUiCaseStudyOrganismConfig {
38233
40618
  /** Default: `{}` */
38234
- activeFilters?: unknown;
40619
+ activeFilters?: Record<string, TraitConfig>;
38235
40620
  className?: string;
38236
40621
  error?: EntityRow;
38237
40622
  heading?: string;
@@ -38354,7 +40739,7 @@ type StdUiChatBarEventKey = 'INIT';
38354
40739
  */
38355
40740
  interface StdUiChatBarConfig {
38356
40741
  /** Default: `{}` */
38357
- activeFilters?: unknown;
40742
+ activeFilters?: Record<string, TraitConfig>;
38358
40743
  activeGate?: string;
38359
40744
  className?: string;
38360
40745
  context?: string;
@@ -38595,7 +40980,7 @@ type StdUiDashboardGridEventKey = 'INIT';
38595
40980
  */
38596
40981
  interface StdUiDashboardGridConfig {
38597
40982
  /** Default: `{}` */
38598
- activeFilters?: unknown;
40983
+ activeFilters?: Record<string, TraitConfig>;
38599
40984
  /** Default: `[{"colSpan":1,"content":"Content","id":"Id","rowSpan":1},{"colSpan":2,"content":"Content 2","id":"Id 2","rowSpan":2}]` */
38600
40985
  cells?: EntityRow[];
38601
40986
  className?: string;
@@ -38729,8 +41114,8 @@ interface StdUiDetailPanelConfig {
38729
41114
  /** Default: `[]` */
38730
41115
  actions?: EntityRow[];
38731
41116
  /** Default: `{}` */
38732
- activeFilters?: unknown;
38733
- avatar?: unknown;
41117
+ activeFilters?: Record<string, TraitConfig>;
41118
+ avatar?: PatternValue;
38734
41119
  className?: string;
38735
41120
  /** Default: `[]` */
38736
41121
  displayFields?: string[];
@@ -38739,7 +41124,7 @@ interface StdUiDetailPanelConfig {
38739
41124
  fieldNames?: string[];
38740
41125
  /** Default: `[{"header":"Header","key":"Key"},{"header":"Header 2","key":"Key 2"}]` */
38741
41126
  fields?: EntityRow[];
38742
- footer?: unknown;
41127
+ footer?: PatternValue;
38743
41128
  /** Default: `false` */
38744
41129
  isLoading?: boolean;
38745
41130
  mode?: string;
@@ -38869,7 +41254,7 @@ type StdUiDrawerSlotEventKey = 'INIT';
38869
41254
  * without modifying its state-machine topology.
38870
41255
  */
38871
41256
  interface StdUiDrawerSlotConfig {
38872
- children?: unknown;
41257
+ children?: PatternValue;
38873
41258
  className?: string;
38874
41259
  error?: EntityRow;
38875
41260
  isLoading?: boolean;
@@ -38998,10 +41383,10 @@ interface StdUiEntityCardsEntityCardsLoadedPayload {
38998
41383
  */
38999
41384
  interface StdUiEntityCardsConfig {
39000
41385
  /** Default: `{}` */
39001
- activeFilters?: unknown;
41386
+ activeFilters?: Record<string, TraitConfig>;
39002
41387
  /** Default: `"stretch"` */
39003
41388
  alignItems?: 'start' | 'center' | 'end' | 'stretch';
39004
- children?: unknown;
41389
+ children?: PatternValue;
39005
41390
  className?: string;
39006
41391
  /** Default: `[]` */
39007
41392
  columns?: EntityRow[];
@@ -39158,8 +41543,8 @@ interface StdUiEntityListEntityListLoadedPayload {
39158
41543
  */
39159
41544
  interface StdUiEntityListConfig {
39160
41545
  /** Default: `{}` */
39161
- activeFilters?: unknown;
39162
- children?: unknown;
41546
+ activeFilters?: Record<string, TraitConfig>;
41547
+ children?: PatternValue;
39163
41548
  className?: string;
39164
41549
  emptyMessage?: string;
39165
41550
  entityType?: string;
@@ -39305,7 +41690,7 @@ interface StdUiEntityTableEntityTableLoadedPayload {
39305
41690
  */
39306
41691
  interface StdUiEntityTableConfig {
39307
41692
  /** Default: `{}` */
39308
- activeFilters?: unknown;
41693
+ activeFilters?: Record<string, TraitConfig>;
39309
41694
  /** Default: `[]` */
39310
41695
  bulkActions?: EntityRow[];
39311
41696
  className?: string;
@@ -39318,7 +41703,7 @@ interface StdUiEntityTableConfig {
39318
41703
  error?: EntityRow;
39319
41704
  /** Default: `[{"header":"Header","key":"Key","label":"Label","name":"Name","sortable":false,"width":"Width"},{"header":"Header 2","key":"Key 2","label":"Label 2","name":"Name 2","sortable":true,"width":"Width 2"}]` */
39320
41705
  fields?: EntityRow[];
39321
- headerActions?: unknown;
41706
+ headerActions?: PatternValue;
39322
41707
  /** Default: `false` */
39323
41708
  isLoading?: boolean;
39324
41709
  /** Default: `[{"event":"VIEW","label":"View","variant":"ghost"}]` */
@@ -39456,7 +41841,7 @@ interface StdUiFeatureGridOrganismFeatureGridOrganismLoadedPayload {
39456
41841
  */
39457
41842
  interface StdUiFeatureGridOrganismConfig {
39458
41843
  /** Default: `{}` */
39459
- activeFilters?: unknown;
41844
+ activeFilters?: Record<string, TraitConfig>;
39460
41845
  className?: string;
39461
41846
  /** Default: `3` */
39462
41847
  columns?: number;
@@ -39607,14 +41992,14 @@ interface StdUiFormConfig {
39607
41992
  /** Default: `"CANCEL"` */
39608
41993
  cancelEvent?: string;
39609
41994
  cancelLabel?: string;
39610
- children?: unknown;
41995
+ children?: PatternValue;
39611
41996
  className?: string;
39612
41997
  /** Default: `{}` */
39613
41998
  conditionalFields?: Record<string, TraitConfig>;
39614
41999
  configPath?: string;
39615
42000
  error?: EntityRow;
39616
42001
  evaluationContext?: EntityRow;
39617
- /** Default: `[{"disabled":false,"field":"Field","inputType":"Input Type","label":"Label","max":1,"min":1,"name":"Name","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern","placeholder":"Placeholder","readonly":false,"relation":{"cardinality":"one","displayField":"Display Field","entity":"Entity"},"required":false,"type":"Type","values":["Item","Item 2"]},{"disabled":true,"field":"Field 2","inputType":"Input Type 2","label":"Label 2","max":2,"min":2,"name":"Name 2","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern 2","placeholder":"Placeholder 2","readonly":true,"relation":{"cardinality":"many","displayField":"Display Field 2","entity":"Entity 2"},"required":true,"type":"Type 2","values":["Item","Item 2"]}]` */
42002
+ /** Default: `[{"disabled":false,"field":"Field","inputType":"Input Type","label":"Label","max":1,"min":1,"name":"Name","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern","placeholder":"Placeholder","readonly":false,"relation":{"cardinality":"one","displayField":"Display Field","entity":"Entity"},"required":false,"type":"Type","validation":{"enum":["Item","Item 2"]},"values":["Item","Item 2"]},{"disabled":true,"field":"Field 2","inputType":"Input Type 2","label":"Label 2","max":2,"min":2,"name":"Name 2","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern 2","placeholder":"Placeholder 2","readonly":true,"relation":{"cardinality":"many","displayField":"Display Field 2","entity":"Entity 2"},"required":true,"type":"Type 2","validation":{"enum":["Item","Item 2"]},"values":["Item","Item 2"]}]` */
39618
42003
  fields?: EntityRow[];
39619
42004
  /** Default: `"md"` */
39620
42005
  gap?: 'sm' | 'md' | 'lg';
@@ -39779,14 +42164,14 @@ interface StdUiFormSectionConfig {
39779
42164
  /** Default: `"CANCEL"` */
39780
42165
  cancelEvent?: string;
39781
42166
  cancelLabel?: string;
39782
- children?: unknown;
42167
+ children?: PatternValue;
39783
42168
  className?: string;
39784
42169
  /** Default: `{}` */
39785
42170
  conditionalFields?: Record<string, TraitConfig>;
39786
42171
  configPath?: string;
39787
42172
  error?: EntityRow;
39788
42173
  evaluationContext?: EntityRow;
39789
- /** Default: `[{"disabled":false,"field":"Field","inputType":"Input Type","label":"Label","max":1,"min":1,"name":"Name","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern","placeholder":"Placeholder","readonly":false,"relation":{"cardinality":"one","displayField":"Display Field","entity":"Entity"},"required":false,"type":"Type","values":["Item","Item 2"]},{"disabled":true,"field":"Field 2","inputType":"Input Type 2","label":"Label 2","max":2,"min":2,"name":"Name 2","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern 2","placeholder":"Placeholder 2","readonly":true,"relation":{"cardinality":"many","displayField":"Display Field 2","entity":"Entity 2"},"required":true,"type":"Type 2","values":["Item","Item 2"]}]` */
42174
+ /** Default: `[{"disabled":false,"field":"Field","inputType":"Input Type","label":"Label","max":1,"min":1,"name":"Name","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern","placeholder":"Placeholder","readonly":false,"relation":{"cardinality":"one","displayField":"Display Field","entity":"Entity"},"required":false,"type":"Type","validation":{"enum":["Item","Item 2"]},"values":["Item","Item 2"]},{"disabled":true,"field":"Field 2","inputType":"Input Type 2","label":"Label 2","max":2,"min":2,"name":"Name 2","options":[{"label":"Label","value":"Value"},{"label":"Label 2","value":"Value 2"}],"pattern":"Pattern 2","placeholder":"Placeholder 2","readonly":true,"relation":{"cardinality":"many","displayField":"Display Field 2","entity":"Entity 2"},"required":true,"type":"Type 2","validation":{"enum":["Item","Item 2"]},"values":["Item","Item 2"]}]` */
39790
42175
  fields?: EntityRow[];
39791
42176
  /** Default: `"md"` */
39792
42177
  gap?: 'sm' | 'md' | 'lg';
@@ -39931,8 +42316,8 @@ interface StdUiHeroOrganismHeroOrganismLoadedPayload {
39931
42316
  */
39932
42317
  interface StdUiHeroOrganismConfig {
39933
42318
  /** Default: `{}` */
39934
- activeFilters?: unknown;
39935
- children?: unknown;
42319
+ activeFilters?: Record<string, TraitConfig>;
42320
+ children?: PatternValue;
39936
42321
  className?: string;
39937
42322
  error?: EntityRow;
39938
42323
  /** Default: `false` */
@@ -40059,7 +42444,7 @@ interface StdUiMasterDetailMasterDetailLoadedPayload {
40059
42444
  */
40060
42445
  interface StdUiMasterDetailConfig {
40061
42446
  /** Default: `{}` */
40062
- activeFilters?: unknown;
42447
+ activeFilters?: Record<string, TraitConfig>;
40063
42448
  className?: string;
40064
42449
  /** Default: `[]` */
40065
42450
  detailFields?: string[];
@@ -40184,12 +42569,12 @@ type StdUiMasterDetailLayoutEventKey = 'INIT';
40184
42569
  */
40185
42570
  interface StdUiMasterDetailLayoutConfig {
40186
42571
  className?: string;
40187
- detail?: unknown;
42572
+ detail?: PatternValue;
40188
42573
  detailClassName?: string;
40189
- emptyDetail?: unknown;
42574
+ emptyDetail?: PatternValue;
40190
42575
  /** Default: `false` */
40191
42576
  hasSelection?: boolean;
40192
- master?: unknown;
42577
+ master?: PatternValue;
40193
42578
  masterClassName?: string;
40194
42579
  /** Default: `"350px"` */
40195
42580
  masterWidth?: string;
@@ -40314,7 +42699,7 @@ interface StdUiMediaGalleryConfig {
40314
42699
  /** Default: `[]` */
40315
42700
  actions?: EntityRow[];
40316
42701
  /** Default: `{}` */
40317
- activeFilters?: unknown;
42702
+ activeFilters?: Record<string, TraitConfig>;
40318
42703
  /** Default: `"square"` */
40319
42704
  aspectRatio?: 'square' | 'landscape' | 'portrait';
40320
42705
  className?: string;
@@ -40449,7 +42834,7 @@ type StdUiModalSlotEventKey = 'INIT';
40449
42834
  * without modifying its state-machine topology.
40450
42835
  */
40451
42836
  interface StdUiModalSlotConfig {
40452
- children?: unknown;
42837
+ children?: PatternValue;
40453
42838
  className?: string;
40454
42839
  error?: EntityRow;
40455
42840
  isLoading?: boolean;
@@ -40570,7 +42955,7 @@ interface StdUiPricingOrganismPricingOrganismLoadedPayload {
40570
42955
  */
40571
42956
  interface StdUiPricingOrganismConfig {
40572
42957
  /** Default: `{}` */
40573
- activeFilters?: unknown;
42958
+ activeFilters?: Record<string, TraitConfig>;
40574
42959
  className?: string;
40575
42960
  error?: EntityRow;
40576
42961
  heading?: string;
@@ -40810,8 +43195,7 @@ interface StdUiSegmentRendererConfig {
40810
43195
  containerClassName?: string;
40811
43196
  /** Default: `[]` */
40812
43197
  segments?: EntityRow[];
40813
- /** Default: `{}` */
40814
- userProgress?: unknown;
43198
+ userProgress?: EntityRow;
40815
43199
  }
40816
43200
  /**
40817
43201
  * Tunable params for the SegmentRendererOrbital orbital.
@@ -40925,7 +43309,7 @@ interface StdUiShowcaseOrganismShowcaseOrganismLoadedPayload {
40925
43309
  */
40926
43310
  interface StdUiShowcaseOrganismConfig {
40927
43311
  /** Default: `{}` */
40928
- activeFilters?: unknown;
43312
+ activeFilters?: Record<string, TraitConfig>;
40929
43313
  className?: string;
40930
43314
  /** Default: `3` */
40931
43315
  columns?: number;
@@ -41053,7 +43437,7 @@ interface StdUiSplitPaneConfig {
41053
43437
  /** Default: `"horizontal"` */
41054
43438
  direction?: 'horizontal' | 'vertical';
41055
43439
  /** Default: `[]` */
41056
- left?: unknown;
43440
+ left?: PatternValue;
41057
43441
  leftClassName?: string;
41058
43442
  /** Default: `100` */
41059
43443
  minSize?: number;
@@ -41061,7 +43445,7 @@ interface StdUiSplitPaneConfig {
41061
43445
  /** Default: `true` */
41062
43446
  resizable?: boolean;
41063
43447
  /** Default: `[]` */
41064
- right?: unknown;
43448
+ right?: PatternValue;
41065
43449
  rightClassName?: string;
41066
43450
  }
41067
43451
  /**
@@ -41177,7 +43561,7 @@ interface StdUiStatCardStatCardLoadedPayload {
41177
43561
  interface StdUiStatCardConfig {
41178
43562
  action?: EntityRow;
41179
43563
  /** Default: `{}` */
41180
- activeFilters?: unknown;
43564
+ activeFilters?: Record<string, TraitConfig>;
41181
43565
  className?: string;
41182
43566
  compact?: boolean;
41183
43567
  currentValue?: number;
@@ -41434,7 +43818,7 @@ interface StdUiStatsOrganismStatsOrganismLoadedPayload {
41434
43818
  */
41435
43819
  interface StdUiStatsOrganismConfig {
41436
43820
  /** Default: `{}` */
41437
- activeFilters?: unknown;
43821
+ activeFilters?: Record<string, TraitConfig>;
41438
43822
  className?: string;
41439
43823
  /** Default: `3` */
41440
43824
  columns?: number;
@@ -41563,7 +43947,7 @@ interface StdUiStepFlowOrganismStepFlowOrganismLoadedPayload {
41563
43947
  */
41564
43948
  interface StdUiStepFlowOrganismConfig {
41565
43949
  /** Default: `{}` */
41566
- activeFilters?: unknown;
43950
+ activeFilters?: Record<string, TraitConfig>;
41567
43951
  className?: string;
41568
43952
  error?: EntityRow;
41569
43953
  heading?: string;
@@ -41702,7 +44086,7 @@ interface StdUiSubagentTracePanelOpenPayload {
41702
44086
  */
41703
44087
  interface StdUiSubagentTracePanelConfig {
41704
44088
  /** Default: `{}` */
41705
- activeFilters?: unknown;
44089
+ activeFilters?: Record<string, TraitConfig>;
41706
44090
  className?: string;
41707
44091
  /** Default: `[]` */
41708
44092
  coordinatorActivities?: EntityRow[];
@@ -41964,7 +44348,7 @@ interface StdUiTeamOrganismTeamOrganismLoadedPayload {
41964
44348
  */
41965
44349
  interface StdUiTeamOrganismConfig {
41966
44350
  /** Default: `{}` */
41967
- activeFilters?: unknown;
44351
+ activeFilters?: Record<string, TraitConfig>;
41968
44352
  className?: string;
41969
44353
  error?: EntityRow;
41970
44354
  heading?: string;
@@ -42217,7 +44601,7 @@ type StdUiToastSlotEventKey = 'INIT';
42217
44601
  * without modifying its state-machine topology.
42218
44602
  */
42219
44603
  interface StdUiToastSlotConfig {
42220
- children?: unknown;
44604
+ children?: PatternValue;
42221
44605
  className?: string;
42222
44606
  /** Default: `5000` */
42223
44607
  duration?: number;
@@ -42479,4 +44863,4 @@ declare function getOrbitalFactoryManifest(organism: string, orbitalName: string
42479
44863
  */
42480
44864
  declare function listOrganismOrbitalManifests(organism: string): OrbitalParamsManifest[];
42481
44865
 
42482
- export { StdAgentBuilderAgentBuilderOrbitalManifest, type StdAgentBuilderAgentBuilderOrbitalParams, type StdAgentBuilderBuildCompletePayload, type StdAgentBuilderEventKey, type StdAgentBuilderParams, type StdAgentBuilderPlannedPayload, StdAgentCompletionAgentCompletionOrbitalManifest, type StdAgentCompletionAgentCompletionOrbitalParams, type StdAgentCompletionCompletedPayload, type StdAgentCompletionEventKey, type StdAgentCompletionGeneratedPayload, type StdAgentCompletionParams, StdAgentContextAgentContextOrbitalManifest, type StdAgentContextAgentContextOrbitalParams, type StdAgentContextCountedPayload, type StdAgentContextEventKey, type StdAgentContextParams, type StdAgentContextTokenCountedPayload, StdAgentFixLoopAgentFixLoopOrbitalManifest, type StdAgentFixLoopAgentFixLoopOrbitalParams, type StdAgentFixLoopEventKey, type StdAgentFixLoopFixAppliedPayload, type StdAgentFixLoopParams, type StdAgentFixLoopPromptGeneratedPayload, StdAgentMemoryAgentMemoryOrbitalManifest, type StdAgentMemoryAgentMemoryOrbitalParams, type StdAgentMemoryEventKey, type StdAgentMemoryParams, type StdAgentMemoryRecallCompletePayload, type StdAgentMemoryRecalledPayload, StdAgentPlannerAgentPlannerOrbitalManifest, type StdAgentPlannerAgentPlannerOrbitalParams, type StdAgentPlannerEventKey, type StdAgentPlannerMemoriesRecalledPayload, type StdAgentPlannerParams, type StdAgentPlannerPlanGeneratedPayload, type StdAgentPlannerPlannedPayload, type StdAgentRabitComposedPayload, StdAgentRabitCoordinatorOrbitalManifest, type StdAgentRabitCoordinatorOrbitalParams, type StdAgentRabitDispatchedPayload, type StdAgentRabitEventKey, StdAgentRabitOrbitalProcessOrbitalManifest, type StdAgentRabitOrbitalProcessOrbitalParams, type StdAgentRabitParams, type StdAgentRabitPlannedPayload, type StdAgentRabitRabitDonePayload, StdAgentSessionAgentSessionOrbitalManifest, type StdAgentSessionAgentSessionOrbitalParams, type StdAgentSessionEventKey, type StdAgentSessionHistoryLoadedPayload, type StdAgentSessionParams, type StdAgentSessionSpecLoadedPayload, type StdAgentSessionSpecReadPayload, StdAgentToolCallAgentToolCallOrbitalManifest, type StdAgentToolCallAgentToolCallOrbitalParams, type StdAgentToolCallEventKey, type StdAgentToolCallParams, type StdAgentToolCallToolsCalledPayload, StdAgentToolLoopAgentToolLoopOrbitalManifest, type StdAgentToolLoopAgentToolLoopOrbitalParams, type StdAgentToolLoopEventKey, type StdAgentToolLoopLoopStepPayload, type StdAgentToolLoopParams, type StdAgentToolLoopToolsCalled1Payload, type StdAgentToolLoopToolsCalled2Payload, StdAgentTraceAgentTraceOrbitalManifest, type StdAgentTraceAgentTraceOrbitalParams, type StdAgentTraceEventKey, type StdAgentTraceParams, StdAnimTickAnimTickOrbitalManifest, type StdAnimTickAnimTickOrbitalParams, type StdAnimTickConfig, type StdAnimTickEventKey, type StdAnimTickParams, StdAppLayoutAppLayoutOrbitalManifest, type StdAppLayoutAppLayoutOrbitalParams, type StdAppLayoutAppLayoutStateLoadFailedPayload, type StdAppLayoutAppLayoutStateLoadedPayload, type StdAppLayoutConfig, type StdAppLayoutEventKey, type StdAppLayoutNotifyClickPayload, type StdAppLayoutParams, type StdAppLayoutSearchPayload, StdAppSearchAppSearchOrbitalManifest, type StdAppSearchAppSearchOrbitalParams, type StdAppSearchEventKey, type StdAppSearchParams, StdApprovalGateApprovalGateOrbitalManifest, type StdApprovalGateApprovalGateOrbitalParams, type StdApprovalGateParams, StdArcadeBoard3dArcadeBoard3DFrameOrbitalManifest, type StdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, type StdArcadeBoard3dConfig, type StdArcadeBoard3dParams, type StdArcadeFlowConfig, type StdArcadeFlowEventKey, type StdArcadeFlowGameEndPayload, type StdArcadeFlowParams, type StdArcadePlayBurstPayload, type StdArcadePlayConfig, type StdArcadePlayEventKey, type StdArcadePlayParams, type StdArcadePlayScoreChangedPayload, StdAuditCaptureAuditCaptureOrbitalManifest, type StdAuditCaptureAuditCaptureOrbitalParams, type StdAuditCaptureAuditRecordedPayload, type StdAuditCaptureConfig, type StdAuditCaptureEventKey, type StdAuditCaptureParams, StdBillableHourBillableHourOrbitalManifest, type StdBillableHourBillableHourOrbitalParams, type StdBillableHourConfig, type StdBillableHourListenKey, type StdBillableHourParams, type StdBoardBoardItemsLoadFailedPayload, type StdBoardBoardItemsLoadedPayload, type StdBoardBoardItemsSaveFailedPayload, type StdBoardBoardItemsSavedPayload, StdBoardBoardOrbitalManifest, type StdBoardBoardOrbitalParams, type StdBoardConfig, type StdBoardDeleteCardPayload, type StdBoardEditCardPayload, type StdBoardEventKey, type StdBoardMoveCardPayload, type StdBoardOpenCardPayload, type StdBoardParams, type StdBoardReorderCardPayload, type StdBoardSaveCardPayload, StdBrowseBrowseItemOrbitalManifest, type StdBrowseBrowseItemOrbitalParams, type StdBrowseConfig, type StdBrowseListenKey, type StdBrowseParams, StdCacheAsideCacheEntryOrbitalManifest, type StdCacheAsideCacheEntryOrbitalParams, type StdCacheAsideConfig, type StdCacheAsideParams, type StdCalendarCalendarEventLoadFailedPayload, type StdCalendarCalendarEventLoadedPayload, StdCalendarCalendarEventOrbitalManifest, type StdCalendarCalendarEventOrbitalParams, type StdCalendarConfig, type StdCalendarEventKey, type StdCalendarParams, type StdCalendarPayload, type StdCascadeOnDeleteCascadeCompletedPayload, type StdCascadeOnDeleteCascadeFailedPayload, StdCascadeOnDeleteCascadeOnDeleteOrbitalManifest, type StdCascadeOnDeleteCascadeOnDeleteOrbitalParams, type StdCascadeOnDeleteCascadeRowDeletedPayload, type StdCascadeOnDeleteCascadeSteppedPayload, type StdCascadeOnDeleteConfig, type StdCascadeOnDeleteDepsLoadedPayload, type StdCascadeOnDeleteEventKey, type StdCascadeOnDeleteParams, type StdChaseAiBurstPayload, type StdChaseAiConfig, type StdChaseAiEventKey, type StdChaseAiParams, type StdChaseAiUnitsChangedPayload, type StdCircuitBreakerConfig, type StdCircuitBreakerParams, StdCircuitBreakerServiceNodeOrbitalManifest, type StdCircuitBreakerServiceNodeOrbitalParams, type StdConfirmationConfig, type StdConfirmationConfirmActionLoadFailedPayload, type StdConfirmationConfirmActionLoadedPayload, StdConfirmationConfirmActionOrbitalManifest, type StdConfirmationConfirmActionOrbitalParams, type StdConfirmationConfirmPayload, type StdConfirmationEventKey, type StdConfirmationParams, type StdCooldownConfig, StdCooldownCooldownOrbitalManifest, type StdCooldownCooldownOrbitalParams, type StdCooldownCooldownReadyPayload, type StdCooldownEventKey, type StdCooldownParams, type StdCrewBoard2dConfig, StdCrewBoard2dCrewBoard2DOrbitalManifest, type StdCrewBoard2dCrewBoard2DOrbitalParams, type StdCrewBoard2dParams, StdCrossReferenceCrossReferenceOrbitalManifest, type StdCrossReferenceCrossReferenceOrbitalParams, type StdCrossReferenceEventKey, type StdCrossReferenceLinkCreatedPayload, type StdCrossReferenceLinkOpFailedPayload, type StdCrossReferenceLinkRemovedPayload, type StdCrossReferenceLinksFetchedPayload, type StdCrossReferenceLinksLoadedPayload, type StdCrossReferenceParams, type StdDashboardGridEmbeddedConfig, StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalManifest, type StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, type StdDashboardGridEmbeddedParams, type StdDataCollectorBufferReadyPayload, type StdDataCollectorConfig, type StdDataCollectorEventKey, StdDataCollectorMlDataCollectorOrbitalManifest, type StdDataCollectorMlDataCollectorOrbitalParams, type StdDataCollectorParams, StdDataErasureDataErasureOrbitalManifest, type StdDataErasureDataErasureOrbitalParams, type StdDataErasureParams, type StdDateRangeConfig, type StdDateRangeDateRangeChangedPayload, StdDateRangeDateRangeOrbitalManifest, type StdDateRangeDateRangeOrbitalParams, type StdDateRangeEventKey, type StdDateRangeParams, type StdDungeonBoard2dConfig, StdDungeonBoard2dDungeonBoard2DOrbitalManifest, type StdDungeonBoard2dDungeonBoard2DOrbitalParams, type StdDungeonBoard2dParams, type StdDungeonCombatBurstPayload, type StdDungeonCombatConfig, type StdDungeonCombatDefeatedPayload, type StdDungeonCombatEventKey, type StdDungeonCombatParams, StdEscalatingDecisionEscalatingDecisionOrbitalManifest, type StdEscalatingDecisionEscalatingDecisionOrbitalParams, type StdEscalatingDecisionEventKey, type StdEscalatingDecisionParams, type StdEscalatingDecisionRunExactPayload, type StdEsignFlowEventKey, type StdEsignFlowListenKey, type StdEsignFlowParams, type StdEsignFlowRequestDeletePayload, type StdEsignFlowResendRequestPayload, type StdEsignFlowSignatureSessionLoadFailedPayload, type StdEsignFlowSignatureSessionLoadedPayload, StdEsignFlowSignatureSessionOrbitalManifest, type StdEsignFlowSignatureSessionOrbitalParams, type StdEsignRequestConfig, StdEsignRequestESignRequestOrbitalManifest, type StdEsignRequestESignRequestOrbitalParams, type StdEsignRequestParams, type StdEventLogApplyFilterPayload, type StdEventLogConfig, type StdEventLogEventKey, type StdEventLogEventLogLoadFailedPayload, type StdEventLogEventLogLoadedPayload, StdEventLogEventLogOrbitalManifest, type StdEventLogEventLogOrbitalParams, type StdEventLogEventLogSaveFailedPayload, type StdEventLogEventLogSavedPayload, type StdEventLogParams, type StdEventLogSaveBackfillPayload, type StdExportConfig, StdExportExportOrbitalManifest, type StdExportExportOrbitalParams, type StdExportParams, type StdFileStoreArchiveFilePayload, type StdFileStoreConfig, type StdFileStoreDownloadFilePayload, type StdFileStoreEventKey, type StdFileStoreOpenFilePayload, type StdFileStoreParams, type StdFileStoreReorderPayload, type StdFileStoreStoredFileLoadFailedPayload, type StdFileStoreStoredFileLoadedPayload, StdFileStoreStoredFileOrbitalManifest, type StdFileStoreStoredFileOrbitalParams, type StdFilterConfig, type StdFilterEventKey, type StdFilterFilterPayload, StdFilterFilterTargetOrbitalManifest, type StdFilterFilterTargetOrbitalParams, type StdFilterParams, type StdFormAdvancedConfig, type StdFormAdvancedEventKey, type StdFormAdvancedFormEntryLoadFailedPayload, type StdFormAdvancedFormEntryLoadedPayload, StdFormAdvancedFormEntryOrbitalManifest, type StdFormAdvancedFormEntryOrbitalParams, type StdFormAdvancedFormEntrySaveFailedPayload, type StdFormAdvancedFormEntrySavedPayload, type StdFormAdvancedParams, type StdFxParticlesConfig, type StdFxParticlesEventKey, type StdFxParticlesParams, StdGalleryGalleryItemOrbitalManifest, type StdGalleryGalleryItemOrbitalParams, type StdGalleryParams, type StdGameClockConfig, type StdGameClockEventKey, StdGameClockGameClockOrbitalManifest, type StdGameClockGameClockOrbitalParams, type StdGameClockGameClockTickedPayload, type StdGameClockParams, type StdGatherBurstPayload, type StdGatherConfig, type StdGatherEventKey, type StdGatherParams, type StdGatherResourcesPayload, type StdGeosearchConfig, type StdGeosearchEventKey, type StdGeosearchGeoSearchPayload, StdGeosearchGeoSearchResultOrbitalManifest, type StdGeosearchGeoSearchResultOrbitalParams, type StdGeosearchParams, type StdGoldConfig, type StdGoldEventKey, type StdGoldGoldChangedPayload, type StdGoldParams, type StdGraphBuilderConfig, type StdGraphBuilderEventKey, StdGraphBuilderGraphBuilderOrbitalManifest, type StdGraphBuilderGraphBuilderOrbitalParams, type StdGraphBuilderGraphReadyPayload, type StdGraphBuilderParams, type StdGraphsConfig, type StdGraphsEventKey, StdGraphsGraphItemOrbitalManifest, type StdGraphsGraphItemOrbitalParams, type StdGraphsParams, type StdGridTacticsBurstPayload, type StdGridTacticsConfig, type StdGridTacticsEventKey, type StdGridTacticsParams, type StdGridTacticsUnitsChangedPayload, type StdHeroNavConfig, type StdHeroNavEventKey, type StdHeroNavHeroSteppedPayload, type StdHeroNavParams, type StdImageUploadMultiConfig, type StdImageUploadMultiEventKey, type StdImageUploadMultiParams, type StdImageUploadMultiUploadPayload, type StdImageUploadMultiUploadedImageCreatedPayload, type StdImageUploadMultiUploadedImageDeleteFailedPayload, type StdImageUploadMultiUploadedImageDeletedPayload, type StdImageUploadMultiUploadedImageLoadFailedPayload, type StdImageUploadMultiUploadedImageLoadedPayload, StdImageUploadMultiUploadedImageOrbitalManifest, type StdImageUploadMultiUploadedImageOrbitalParams, type StdImageUploadMultiUploadedImageUploadFailedPayload, type StdImportConfig, type StdImportParams, type StdKnowledgeTracingCaptureLabelPayload, type StdKnowledgeTracingEventKey, StdKnowledgeTracingKnowledgeTracingOrbitalManifest, type StdKnowledgeTracingKnowledgeTracingOrbitalParams, type StdKnowledgeTracingListenKey, type StdKnowledgeTracingObservationMadePayload, type StdKnowledgeTracingParams, type StdLearnArrangementArrangementCheckedPayload, type StdLearnArrangementConfig, type StdLearnArrangementEventKey, type StdLearnArrangementParams, type StdLearnClassifyClassifyUpdatedPayload, type StdLearnClassifyConfig, type StdLearnClassifyEventKey, type StdLearnClassifyParams, type StdLearnDiagramConfig, type StdLearnDiagramEventKey, type StdLearnDiagramParams, type StdLearnDiagramPartSelectedPayload, type StdLearnLiveSimConfig, type StdLearnLiveSimEventKey, type StdLearnLiveSimParams, type StdLearnLiveSimRunToggledPayload, type StdLearnLiveSimSimResetPayload, type StdLearnParamExplorerConfig, type StdLearnParamExplorerEventKey, type StdLearnParamExplorerParams, type StdLearnParamExplorerParamsChangedPayload, type StdLearnSampleAccumulatorAccumulatorResetPayload, type StdLearnSampleAccumulatorConfig, type StdLearnSampleAccumulatorEventKey, type StdLearnSampleAccumulatorParams, type StdLearnSampleAccumulatorSamplesDrawnPayload, type StdLearnSandboxConfig, type StdLearnSandboxEventKey, type StdLearnSandboxParams, type StdLearnSandboxSystemChangedPayload, type StdLearnStepperConfig, type StdLearnStepperEventKey, type StdLearnStepperParams, type StdLearnStepperStepperAdvancedPayload, type StdLearnTracePlayerConfig, type StdLearnTracePlayerEventKey, type StdLearnTracePlayerFrameAdvancedPayload, type StdLearnTracePlayerParams, type StdLearnTracePlayerTraceDonePayload, type StdLifecycleConfig, type StdLifecycleEventKey, StdLifecycleLifecycleOrbitalManifest, type StdLifecycleLifecycleOrbitalParams, type StdLifecycleLifecycleSteppedPayload, type StdLifecycleLifecycleTransitionedPayload, type StdLifecycleParams, type StdLifecycleScanFailedPayload, type StdLifecycleScanRecordsLoadedPayload, type StdListDeletePayload, type StdListEditPayload, type StdListEventKey, type StdListListItemLoadFailedPayload, type StdListListItemLoadedPayload, StdListListItemOrbitalManifest, type StdListListItemOrbitalParams, type StdListListenKey, type StdListParams, type StdMarketBoard3dConfig, StdMarketBoard3dMarketBoard3DOrbitalManifest, type StdMarketBoard3dMarketBoard3DOrbitalParams, type StdMarketBoard3dParams, type StdMarketFlowConfig, type StdMarketFlowEventKey, type StdMarketFlowGameEndPayload, type StdMarketFlowParams, type StdMarketingArticleConfig, type StdMarketingArticleParams, type StdMarketingCtaConfig, type StdMarketingCtaCtaPrimaryPayload, type StdMarketingCtaCtaSecondaryPayload, type StdMarketingCtaEventKey, type StdMarketingCtaParams, type StdMarketingFeaturesConfig, type StdMarketingFeaturesEventKey, type StdMarketingFeaturesFeatureClickPayload, type StdMarketingFeaturesParams, type StdMarketingFooterConfig, type StdMarketingFooterParams, type StdMarketingHeroConfig, type StdMarketingHeroCtaPrimaryPayload, type StdMarketingHeroCtaSecondaryPayload, type StdMarketingHeroEventKey, type StdMarketingHeroParams, type StdMarketingNavConfig, type StdMarketingNavEventKey, type StdMarketingNavNavClickPayload, type StdMarketingNavParams, type StdMarketingPricingConfig, type StdMarketingPricingEventKey, type StdMarketingPricingParams, type StdMarketingPricingPlanSelectPayload, type StdMarketingShowcaseConfig, type StdMarketingShowcaseEventKey, type StdMarketingShowcaseParams, type StdMarketingShowcaseShowcaseClickPayload, type StdMarketingSplitConfig, type StdMarketingSplitParams, type StdMarketingStatsConfig, type StdMarketingStatsParams, type StdMarketingStepsConfig, type StdMarketingStepsParams, type StdMarketingTeamConfig, type StdMarketingTeamParams, type StdMeshAssetArtConfig, type StdMeshAssetArtEventKey, type StdMeshAssetArtParams, type StdMigrationJobCommittedPayload, type StdMigrationJobConfig, type StdMigrationJobDocumentFetchedPayload, type StdMigrationJobDocumentsListedPayload, type StdMigrationJobEventKey, type StdMigrationJobMigrationCallFailedPayload, type StdMigrationJobMigrationCompletedPayload, type StdMigrationJobMigrationDocumentPayload, type StdMigrationJobMigrationFailedPayload, type StdMigrationJobMigrationFetchedPayload, StdMigrationJobMigrationJobOrbitalManifest, type StdMigrationJobMigrationJobOrbitalParams, type StdMigrationJobMigrationReviewReadyPayload, type StdMigrationJobParams, type StdMlClassifyClassifiedPayload, type StdMlClassifyClassifiedRawPayload, type StdMlClassifyClassifyCallFailedPayload, type StdMlClassifyClassifyFailedPayload, type StdMlClassifyConfig, type StdMlClassifyEventKey, StdMlClassifyMlClassifyOrbitalManifest, type StdMlClassifyMlClassifyOrbitalParams, type StdMlClassifyParams, type StdMlExactCheckConfig, type StdMlExactCheckEventKey, type StdMlExactCheckExactMatchedPayload, type StdMlExactCheckExactUnmatchedPayload, StdMlExactCheckMlExactCheckOrbitalManifest, type StdMlExactCheckMlExactCheckOrbitalParams, type StdMlExactCheckParams, type StdMlInferConfig, type StdMlInferEventKey, type StdMlInferInferAbstainedPayload, type StdMlInferInferCallFailedPayload, type StdMlInferInferredPayload, type StdMlInferInferredRawPayload, StdMlInferMlInferOrbitalManifest, type StdMlInferMlInferOrbitalParams, type StdMlInferParams, type StdMlLabelCaptureConfig, type StdMlLabelCaptureEventKey, type StdMlLabelCaptureLabelCapturedPayload, StdMlLabelCaptureMlLabelCaptureOrbitalManifest, type StdMlLabelCaptureMlLabelCaptureOrbitalParams, type StdMlLabelCaptureParams, type StdMlLookupConfig, type StdMlLookupEventKey, type StdMlLookupKeyHitPayload, type StdMlLookupKeyMissPayload, StdMlLookupMlLookupOrbitalManifest, type StdMlLookupMlLookupOrbitalParams, type StdMlLookupParams, type StdMlPosteriorConfig, type StdMlPosteriorEventKey, type StdMlPosteriorEvidenceInsufficientPayload, type StdMlPosteriorMasteryReachedPayload, StdMlPosteriorMlPosteriorOrbitalManifest, type StdMlPosteriorMlPosteriorOrbitalParams, type StdMlPosteriorParams, type StdMlPosteriorRemediationNeededPayload, type StdMlSimilarityConfig, type StdMlSimilarityEmbeddedPayload, type StdMlSimilarityEventKey, StdMlSimilarityMlSimilarityOrbitalManifest, type StdMlSimilarityMlSimilarityOrbitalParams, type StdMlSimilarityParams, type StdMlSimilaritySimilarityAbstainedPayload, type StdMlSimilaritySimilarityMatchedPayload, StdModQueueModQueueItemOrbitalManifest, type StdModQueueModQueueItemOrbitalParams, type StdModQueueParams, type StdModalConfig, type StdModalEventKey, type StdModalModalRecordLoadFailedPayload, type StdModalModalRecordLoadedPayload, StdModalModalRecordOrbitalManifest, type StdModalModalRecordOrbitalParams, type StdModalParams, type StdModalSavePayload, type StdMultiPartyFlowConfig, type StdMultiPartyFlowEventKey, type StdMultiPartyFlowFlowLoadFailedPayload, type StdMultiPartyFlowFlowLoadedPayload, StdMultiPartyFlowMultiPartyFlowOrbitalManifest, type StdMultiPartyFlowMultiPartyFlowOrbitalParams, type StdMultiPartyFlowParams, type StdMultiPartyFlowPartyConfirmPayload, type StdMultiPartyFlowSubmitCancelPayload, type StdMultiPartyFlowSubmitDisputePayload, type StdNotificationPanelClosePayload, type StdNotificationPanelConfig, type StdNotificationPanelEventKey, type StdNotificationPanelParams, type StdNotifyOnEventConfig, type StdNotifyOnEventEventKey, type StdNotifyOnEventNotificationDispatchedPayload, type StdNotifyOnEventNotifyEmailFailedPayload, type StdNotifyOnEventNotifyEmailSentPayload, StdNotifyOnEventNotifyOnEventOrbitalManifest, type StdNotifyOnEventNotifyOnEventOrbitalParams, type StdNotifyOnEventNotifySmsFailedPayload, type StdNotifyOnEventNotifySmsSentPayload, type StdNotifyOnEventNotifyWebhookFailedPayload, type StdNotifyOnEventNotifyWebhookSentPayload, type StdNotifyOnEventParams, type StdObjectiveBoard3dConfig, StdObjectiveBoard3dObjectiveBoard3DOrbitalManifest, type StdObjectiveBoard3dObjectiveBoard3DOrbitalParams, type StdObjectiveBoard3dParams, type StdObjectiveFlowConfig, type StdObjectiveFlowEventKey, type StdObjectiveFlowGameEndPayload, type StdObjectiveFlowParams, type StdObjectiveReachBurstPayload, type StdObjectiveReachConfig, type StdObjectiveReachEventKey, type StdObjectiveReachParams, type StdObjectiveReachProgressPayload, type StdPaginationConfig, type StdPaginationEventKey, type StdPaginationPagePayload, type StdPaginationPagedItemLoadedPayload, StdPaginationPagedItemOrbitalManifest, type StdPaginationPagedItemOrbitalParams, type StdPaginationParams, type StdPatienceBurstPayload, type StdPatienceConfig, type StdPatienceCustomerLostPayload, type StdPatienceEventKey, type StdPatienceParams, type StdPatienceServiceChangedPayload, type StdProductionConfig, type StdProductionEventKey, type StdProductionParams, type StdProductionSpawnPayload, type StdRateLimiterConfig, type StdRateLimiterParams, StdRateLimiterRateBucketOrbitalManifest, type StdRateLimiterRateBucketOrbitalParams, type StdRatingReviewChangeSortPayload, type StdRatingReviewConfig, type StdRatingReviewEventKey, type StdRatingReviewMarkHelpfulPayload, type StdRatingReviewParams, type StdRatingReviewRateDraftPayload, StdRatingReviewRatingReviewOrbitalManifest, type StdRatingReviewRatingReviewOrbitalParams, type StdRatingReviewReviewSaveFailedPayload, type StdRatingReviewReviewSavedPayload, type StdRatingReviewReviewsLoadFailedPayload, type StdRatingReviewReviewsLoadedPayload, type StdRatingReviewSubmitReviewPayload, type StdRecurrenceConfig, type StdRecurrenceEventKey, type StdRecurrenceOpenExceptionPayload, type StdRecurrenceParams, type StdRecurrenceRecurrenceLoadFailedPayload, type StdRecurrenceRecurrenceLoadedPayload, StdRecurrenceRecurrenceOrbitalManifest, type StdRecurrenceRecurrenceOrbitalParams, type StdRecurrenceRecurrenceSaveFailedPayload, type StdRecurrenceRecurrenceSavedPayload, type StdRecurrenceRescheduleOccurrencePayload, type StdRecurrenceSaveRulePayload, type StdRecurrenceSkipOccurrencePayload, type StdRelatedConfig, type StdRelatedEventKey, type StdRelatedParams, type StdRelatedRelatedItemLoadFailedPayload, type StdRelatedRelatedItemLoadedPayload, StdRelatedRelatedItemOrbitalManifest, type StdRelatedRelatedItemOrbitalParams, type StdReminderSchedulerConfig, type StdReminderSchedulerEventKey, type StdReminderSchedulerParams, type StdReminderSchedulerReminderDuePayload, StdReminderSchedulerReminderSchedulerOrbitalManifest, type StdReminderSchedulerReminderSchedulerOrbitalParams, type StdReminderSchedulerReminderSteppedPayload, type StdReminderSchedulerScanFailedPayload, type StdReminderSchedulerScanRecordsLoadedPayload, type StdRichEditorBlocksChangePayload, type StdRichEditorConfig, type StdRichEditorDocumentLoadFailedPayload, type StdRichEditorDocumentLoadedPayload, StdRichEditorDocumentOrbitalManifest, type StdRichEditorDocumentOrbitalParams, type StdRichEditorDocumentPublishedPayload, type StdRichEditorDocumentSaveFailedPayload, type StdRichEditorDocumentSavedPayload, type StdRichEditorEventKey, type StdRichEditorOpenPayload, type StdRichEditorParams, type StdRichEditorPublishPayload, type StdRichEditorSavePayload, type StdRoundFlowConfig, type StdRoundFlowEventKey, type StdRoundFlowGameEndPayload, type StdRoundFlowParams, type StdRowAccessControlConfig, type StdRowAccessControlEventKey, type StdRowAccessControlParams, StdRowAccessControlRowAccessControlOrbitalManifest, type StdRowAccessControlRowAccessControlOrbitalParams, type StdRowAccessControlRowsFilteredPayload, type StdSavedSearchChangeFrequencyPayload, type StdSavedSearchConfig, type StdSavedSearchDeletePayload, type StdSavedSearchEditPayload, type StdSavedSearchEventKey, type StdSavedSearchParams, type StdSavedSearchRenamePayload, type StdSavedSearchSavedSearchDeletedPayload, type StdSavedSearchSavedSearchLoadFailedPayload, type StdSavedSearchSavedSearchLoadedPayload, StdSavedSearchSavedSearchOrbitalManifest, type StdSavedSearchSavedSearchOrbitalParams, type StdSavedSearchSavedSearchUpdatedPayload, type StdSavedSearchToggleAlertPayload, type StdScatterConfig, type StdScatterEventKey, type StdScatterParams, StdScatterScatterItemOrbitalManifest, type StdScatterScatterItemOrbitalParams, type StdScoreConfig, type StdScoreEventKey, type StdScoreParams, type StdSearchConfig, type StdSearchEventKey, type StdSearchParams, type StdSearchSearchPayload, StdSearchSearchResultOrbitalManifest, type StdSearchSearchResultOrbitalParams, type StdSelectionConfig, type StdSelectionEventKey, type StdSelectionParams, type StdSelectionSelectableItemLoadFailedPayload, type StdSelectionSelectableItemLoadedPayload, StdSelectionSelectableItemOrbitalManifest, type StdSelectionSelectableItemOrbitalParams, type StdSignatureCaptureChangePayload, type StdSignatureCaptureConfig, type StdSignatureCaptureEventKey, type StdSignatureCaptureParams, StdSignatureCaptureSignatureCaptureOrbitalManifest, type StdSignatureCaptureSignatureCaptureOrbitalParams, type StdSignatureCaptureSignatureLoadFailedPayload, type StdSignatureCaptureSignatureLoadedPayload, type StdSignatureCaptureSignatureSubmitFailedPayload, type StdSignatureCaptureSignatureSubmittedPayload, type StdSignatureCaptureSubmitPayload, type StdStatRowsConfig, type StdStatRowsEventKey, type StdStatRowsParams, type StdStatsConfig, type StdStatsEventKey, type StdStatsParams, StdStatsStatsItemOrbitalManifest, type StdStatsStatsItemOrbitalParams, type StdStatusLifecycleConfig, type StdStatusLifecycleControlChangeStatusRequestedPayload, type StdStatusLifecycleControlConfig, type StdStatusLifecycleControlEventKey, type StdStatusLifecycleControlParams, StdStatusLifecycleControlStatusLifecycleControlOrbitalManifest, type StdStatusLifecycleControlStatusLifecycleControlOrbitalParams, type StdStatusLifecycleControlTransitionRequestedPayload, type StdStatusLifecycleEventKey, type StdStatusLifecycleParams, type StdStatusLifecycleStatusChangeFailedPayload, type StdStatusLifecycleStatusChangedPayload, StdStatusLifecycleStatusLifecycleOrbitalManifest, type StdStatusLifecycleStatusLifecycleOrbitalParams, type StdStepFlowAdvancePayload, type StdStepFlowBackPayload, type StdStepFlowConfig, type StdStepFlowEscalatePayload, type StdStepFlowEventKey, type StdStepFlowParams, type StdStepFlowRejectPayload, type StdStepFlowRestartPayload, StdStepFlowStepFlowOrbitalManifest, type StdStepFlowStepFlowOrbitalParams, type StdStepFlowStepItemsLoadFailedPayload, type StdStepFlowStepItemsLoadedPayload, type StdSurvivalBoard3dConfig, type StdSurvivalBoard3dParams, StdSurvivalBoard3dSurvivalBoard3DOrbitalManifest, type StdSurvivalBoard3dSurvivalBoard3DOrbitalParams, type StdSurvivalFlowConfig, type StdSurvivalFlowEventKey, type StdSurvivalFlowGameEndPayload, type StdSurvivalFlowParams, type StdSvgAssetArtConfig, type StdSvgAssetArtEventKey, type StdSvgAssetArtParams, type StdTabsConfig, type StdTabsEventKey, type StdTabsParams, type StdTabsTabChangedPayload, StdTabsTabsItemOrbitalManifest, type StdTabsTabsItemOrbitalParams, type StdTacticsBoard2dConfig, type StdTacticsBoard2dParams, StdTacticsBoard2dTacticsBoard2DOrbitalManifest, type StdTacticsBoard2dTacticsBoard2DOrbitalParams, type StdTacticsBoard3dConfig, type StdTacticsBoard3dParams, StdTacticsBoard3dTacticsBoard3DOrbitalManifest, type StdTacticsBoard3dTacticsBoard3DOrbitalParams, type StdTagTaxonomyConfig, type StdTagTaxonomyEventKey, type StdTagTaxonomyParams, type StdTagTaxonomySelectTagPayload, type StdTagTaxonomyTagLoadFailedPayload, type StdTagTaxonomyTagLoadedPayload, type StdTagTaxonomyTagSelectedPayload, StdTagTaxonomyTagTaxonomyOrbitalManifest, type StdTagTaxonomyTagTaxonomyOrbitalParams, type StdThreadConfig, type StdThreadEditReplyPayload, type StdThreadEventKey, type StdThreadParams, type StdThreadReplyPayload, type StdThreadSelectPayload, type StdThreadSubmitReplyPayload, type StdThreadThreadPostCreateFailedPayload, type StdThreadThreadPostCreatedPayload, type StdThreadThreadPostLoadFailedPayload, type StdThreadThreadPostLoadedPayload, StdThreadThreadPostOrbitalManifest, type StdThreadThreadPostOrbitalParams, type StdTokenizerConfig, type StdTokenizerEventKey, StdTokenizerMlTokenizerOrbitalManifest, type StdTokenizerMlTokenizerOrbitalParams, type StdTokenizerParams, type StdTokenizerTokenizedPayload, type StdUiAccordionConfig, type StdUiAccordionEventKey, type StdUiAccordionItemTogglePayload, type StdUiAccordionParams, type StdUiAccordionTogglePayload, type StdUiActionPaletteConfig, type StdUiActionPaletteEventKey, type StdUiActionPaletteParams, type StdUiActionTileConfig, type StdUiActionTileEventKey, type StdUiActionTileParams, type StdUiActivationBlockConfig, type StdUiActivationBlockEventKey, type StdUiActivationBlockParams, type StdUiAlertClosePayload, type StdUiAlertConfig, type StdUiAlertDismissPayload, type StdUiAlertEventKey, type StdUiAlertParams, type StdUiAlgorithmCanvasConfig, type StdUiAlgorithmCanvasEventKey, type StdUiAlgorithmCanvasParams, type StdUiAlgorithmCanvasShapeClickPayload, type StdUiAnimatedCounterConfig, type StdUiAnimatedCounterEventKey, type StdUiAnimatedCounterParams, type StdUiAnimatedGraphicConfig, type StdUiAnimatedGraphicEventKey, type StdUiAnimatedGraphicParams, type StdUiAnimatedRevealConfig, type StdUiAnimatedRevealEventKey, type StdUiAnimatedRevealParams, type StdUiArticleSectionConfig, type StdUiArticleSectionEventKey, type StdUiArticleSectionParams, type StdUiAsideConfig, type StdUiAsideEventKey, type StdUiAsideParams, type StdUiAtlasImageConfig, type StdUiAtlasImageEventKey, type StdUiAtlasImageParams, type StdUiAtlasPanelConfig, type StdUiAtlasPanelEventKey, type StdUiAtlasPanelParams, type StdUiAvatarActionPayload, type StdUiAvatarClickPayload, type StdUiAvatarConfig, type StdUiAvatarEventKey, type StdUiAvatarParams, type StdUiBadgeConfig, type StdUiBadgeEventKey, type StdUiBadgeParams, type StdUiBadgeRemovePayload, type StdUiBehaviorViewConfig, type StdUiBehaviorViewEventKey, type StdUiBehaviorViewParams, type StdUiBiologyCanvasConfig, type StdUiBiologyCanvasEventKey, type StdUiBiologyCanvasParams, type StdUiBiologyCanvasShapeClickPayload, type StdUiBloomQuizBlockConfig, type StdUiBloomQuizBlockEventKey, type StdUiBloomQuizBlockParams, type StdUiBookChapterViewBookChapterViewLoadedPayload, StdUiBookChapterViewBookChapterViewOrbitalManifest, type StdUiBookChapterViewBookChapterViewOrbitalParams, type StdUiBookChapterViewConfig, type StdUiBookChapterViewEventKey, type StdUiBookChapterViewParams, StdUiBookCoverPageBookCoverPageOrbitalManifest, type StdUiBookCoverPageBookCoverPageOrbitalParams, type StdUiBookCoverPageConfig, type StdUiBookCoverPageEventKey, type StdUiBookCoverPageParams, StdUiBookNavBarBookNavBarOrbitalManifest, type StdUiBookNavBarBookNavBarOrbitalParams, type StdUiBookNavBarConfig, type StdUiBookNavBarEventKey, type StdUiBookNavBarParams, type StdUiBookTableOfContentsBookTableOfContentsLoadedPayload, StdUiBookTableOfContentsBookTableOfContentsOrbitalManifest, type StdUiBookTableOfContentsBookTableOfContentsOrbitalParams, type StdUiBookTableOfContentsConfig, type StdUiBookTableOfContentsEventKey, type StdUiBookTableOfContentsParams, type StdUiBookViewerBookViewerLoadedPayload, StdUiBookViewerBookViewerOrbitalManifest, type StdUiBookViewerBookViewerOrbitalParams, type StdUiBookViewerConfig, type StdUiBookViewerEventKey, type StdUiBookViewerParams, type StdUiBoxActionPayload, type StdUiBoxConfig, type StdUiBoxEventKey, type StdUiBoxHoverPayload, type StdUiBoxParams, type StdUiBranchingLogicBuilderConfig, type StdUiBranchingLogicBuilderEventKey, type StdUiBranchingLogicBuilderParams, type StdUiBranchingLogicBuilderRulesChangePayload, type StdUiBreadcrumbConfig, type StdUiBreadcrumbEventKey, type StdUiBreadcrumbParams, type StdUiButtonActionPayload, type StdUiButtonConfig, type StdUiButtonEventKey, type StdUiButtonParams, type StdUiCalendarGridCalendarGridLoadedPayload, type StdUiCalendarGridConfig, type StdUiCalendarGridDayClickPayload, type StdUiCalendarGridEventClickPayload, type StdUiCalendarGridEventKey, type StdUiCalendarGridLongPressPayload, type StdUiCalendarGridParams, type StdUiCalendarGridSlotClickPayload, type StdUiCalendarGridSwipeLeftPayload, type StdUiCalendarGridSwipeRightPayload, type StdUiCanvas2dConfig, type StdUiCanvas2dEventKey, type StdUiCanvas2dParams, type StdUiCanvas2dTileClickPayload, type StdUiCanvas2dTileHoverPayload, type StdUiCanvas2dTileLeavePayload, type StdUiCanvas2dUnitClickPayload, type StdUiCanvasConfig, type StdUiCanvasEventKey, type StdUiCanvasFeatureClickPayload, type StdUiCanvasParams, type StdUiCanvasTileClickPayload, type StdUiCanvasTileHoverPayload, type StdUiCanvasTileLeavePayload, type StdUiCanvasUnitClickPayload, type StdUiCardActionPayload, type StdUiCardConfig, type StdUiCardEventKey, type StdUiCardParams, type StdUiCarouselConfig, type StdUiCarouselEventKey, type StdUiCarouselParams, type StdUiCarouselSlideChangePayload, type StdUiCaseStudyCardConfig, type StdUiCaseStudyCardEventKey, type StdUiCaseStudyCardParams, type StdUiCaseStudyOrganismCaseStudyOrganismLoadedPayload, StdUiCaseStudyOrganismCaseStudyOrganismOrbitalManifest, type StdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, type StdUiCaseStudyOrganismConfig, type StdUiCaseStudyOrganismEventKey, type StdUiCaseStudyOrganismParams, type StdUiCenterConfig, type StdUiCenterEventKey, type StdUiCenterParams, type StdUiChartConfig, type StdUiChartEventKey, type StdUiChartLegendConfig, type StdUiChartLegendEventKey, type StdUiChartLegendParams, type StdUiChartParams, StdUiChatBarChatBarOrbitalManifest, type StdUiChatBarChatBarOrbitalParams, type StdUiChatBarConfig, type StdUiChatBarEventKey, type StdUiChatBarParams, type StdUiCheckboxChangePayload, type StdUiCheckboxConfig, type StdUiCheckboxEventKey, type StdUiCheckboxParams, type StdUiChemistryCanvasConfig, type StdUiChemistryCanvasEventKey, type StdUiChemistryCanvasParams, type StdUiChemistryCanvasShapeClickPayload, type StdUiChoiceButtonActionPayload, type StdUiChoiceButtonClickPayload, type StdUiChoiceButtonConfig, type StdUiChoiceButtonEventKey, type StdUiChoiceButtonParams, type StdUiCodeBlockChangePayload, type StdUiCodeBlockConfig, type StdUiCodeBlockEventKey, type StdUiCodeBlockParams, StdUiCodeRunnerPanelCodeRunnerPanelOrbitalManifest, type StdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, type StdUiCodeRunnerPanelConfig, type StdUiCodeRunnerPanelEventKey, type StdUiCodeRunnerPanelParams, type StdUiCommunityLinksConfig, type StdUiCommunityLinksEventKey, type StdUiCommunityLinksParams, type StdUiConditionalWrapperConfig, type StdUiConditionalWrapperEventKey, type StdUiConditionalWrapperParams, type StdUiConfettiEffectConfig, type StdUiConfettiEffectEventKey, type StdUiConfettiEffectParams, type StdUiConfirmDialogClosePayload, type StdUiConfirmDialogConfig, type StdUiConfirmDialogConfirmPayload, type StdUiConfirmDialogEventKey, type StdUiConfirmDialogOpenPayload, type StdUiConfirmDialogParams, type StdUiConnectionBlockConfig, type StdUiConnectionBlockEventKey, type StdUiConnectionBlockParams, type StdUiContainerConfig, type StdUiContainerEventKey, type StdUiContainerParams, type StdUiContentRendererConfig, type StdUiContentRendererEventKey, type StdUiContentRendererParams, type StdUiContentSectionConfig, type StdUiContentSectionEventKey, type StdUiContentSectionParams, type StdUiControlButtonConfig, type StdUiControlButtonEventKey, type StdUiControlButtonParams, type StdUiControlButtonPressPayload, type StdUiControlButtonReleasePayload, type StdUiControlGridActionPayload, type StdUiControlGridConfig, type StdUiControlGridDirectionPayload, type StdUiControlGridEventKey, type StdUiControlGridParams, type StdUiCtaBannerConfig, type StdUiCtaBannerEventKey, type StdUiCtaBannerParams, type StdUiDashboardGridConfig, StdUiDashboardGridDashboardGridOrbitalManifest, type StdUiDashboardGridDashboardGridOrbitalParams, type StdUiDashboardGridEventKey, type StdUiDashboardGridParams, type StdUiDataGridConfig, type StdUiDataGridDataGridLoadedPayload, type StdUiDataGridEventKey, type StdUiDataGridLoadMorePayload, type StdUiDataGridParams, type StdUiDataGridSelectionPayload, type StdUiDataGridViewPayload, type StdUiDataListConfig, type StdUiDataListDataListLoadedPayload, type StdUiDataListEventKey, type StdUiDataListItemClickPayload, type StdUiDataListLoadMorePayload, type StdUiDataListLongPressPayload, type StdUiDataListParams, type StdUiDataListReorderPayload, type StdUiDataListSwipeLeftPayload, type StdUiDataListSwipeRightPayload, type StdUiDataListViewPayload, type StdUiDateRangePickerChangePayload, type StdUiDateRangePickerConfig, type StdUiDateRangePickerEventKey, type StdUiDateRangePickerEventPayload, type StdUiDateRangePickerParams, type StdUiDateRangeSelectorConfig, type StdUiDateRangeSelectorEventKey, type StdUiDateRangeSelectorParams, type StdUiDateRangeSelectorSelectPayload, type StdUiDayCellClickPayload, type StdUiDayCellConfig, type StdUiDayCellEventKey, type StdUiDayCellParams, type StdUiDetailPanelConfig, type StdUiDetailPanelDetailPanelLoadedPayload, StdUiDetailPanelDetailPanelOrbitalManifest, type StdUiDetailPanelDetailPanelOrbitalParams, type StdUiDetailPanelEventKey, type StdUiDetailPanelParams, type StdUiDialogConfig, type StdUiDialogEventKey, type StdUiDialogParams, type StdUiDialogueBubbleConfig, type StdUiDialogueBubbleEventKey, type StdUiDialogueBubbleParams, type StdUiDividerConfig, type StdUiDividerEventKey, type StdUiDividerParams, type StdUiDocBreadcrumbConfig, type StdUiDocBreadcrumbEventKey, type StdUiDocBreadcrumbParams, type StdUiDocPaginationConfig, type StdUiDocPaginationEventKey, type StdUiDocPaginationParams, type StdUiDocSearchConfig, type StdUiDocSearchEventKey, type StdUiDocSearchParams, type StdUiDocSidebarConfig, type StdUiDocSidebarEventKey, type StdUiDocSidebarParams, type StdUiDocTocConfig, type StdUiDocTocEventKey, type StdUiDocTocParams, type StdUiDocumentViewerConfig, type StdUiDocumentViewerEventKey, type StdUiDocumentViewerParams, type StdUiDrawGroupConfig, type StdUiDrawGroupEventKey, type StdUiDrawGroupParams, type StdUiDrawMeshConfig, type StdUiDrawMeshEventKey, type StdUiDrawMeshParams, type StdUiDrawShapeConfig, type StdUiDrawShapeEventKey, type StdUiDrawShapeLayerConfig, type StdUiDrawShapeLayerEventKey, type StdUiDrawShapeLayerParams, type StdUiDrawShapeParams, type StdUiDrawSpriteConfig, type StdUiDrawSpriteEventKey, type StdUiDrawSpriteLayerConfig, type StdUiDrawSpriteLayerEventKey, type StdUiDrawSpriteLayerParams, type StdUiDrawSpriteParams, type StdUiDrawTextConfig, type StdUiDrawTextEventKey, type StdUiDrawTextLayerConfig, type StdUiDrawTextLayerEventKey, type StdUiDrawTextLayerParams, type StdUiDrawTextParams, type StdUiDrawerClosePayload, type StdUiDrawerConfig, type StdUiDrawerEventKey, type StdUiDrawerOpenPayload, type StdUiDrawerParams, type StdUiDrawerSlotConfig, StdUiDrawerSlotDrawerSlotOrbitalManifest, type StdUiDrawerSlotDrawerSlotOrbitalParams, type StdUiDrawerSlotEventKey, type StdUiDrawerSlotParams, type StdUiEdgeDecorationConfig, type StdUiEdgeDecorationEventKey, type StdUiEdgeDecorationParams, type StdUiEmojiPickerConfig, type StdUiEmojiPickerEventKey, type StdUiEmojiPickerParams, type StdUiEmojiPickerPickPayload, type StdUiEmptyStateActionPayload, type StdUiEmptyStateConfig, type StdUiEmptyStateEventKey, type StdUiEmptyStateParams, type StdUiEntityCardsConfig, type StdUiEntityCardsEntityCardsLoadedPayload, StdUiEntityCardsEntityCardsOrbitalManifest, type StdUiEntityCardsEntityCardsOrbitalParams, type StdUiEntityCardsEventKey, type StdUiEntityCardsParams, type StdUiEntityCardsViewPayload, type StdUiEntityListConfig, type StdUiEntityListEntityListLoadedPayload, StdUiEntityListEntityListOrbitalManifest, type StdUiEntityListEntityListOrbitalParams, type StdUiEntityListEventKey, type StdUiEntityListItemActionsPayload, type StdUiEntityListParams, type StdUiEntityListViewPayload, type StdUiEntityTableConfig, type StdUiEntityTableEntityTableLoadedPayload, StdUiEntityTableEntityTableOrbitalManifest, type StdUiEntityTableEntityTableOrbitalParams, type StdUiEntityTableEventKey, type StdUiEntityTableParams, type StdUiEntityTableViewPayload, type StdUiErrorBoundaryConfig, type StdUiErrorBoundaryEventKey, type StdUiErrorBoundaryParams, type StdUiErrorStateConfig, type StdUiErrorStateEventKey, type StdUiErrorStateParams, type StdUiErrorStateRetryPayload, type StdUiFeatureCardConfig, type StdUiFeatureCardEventKey, type StdUiFeatureCardParams, type StdUiFeatureGridConfig, type StdUiFeatureGridEventKey, type StdUiFeatureGridOrganismConfig, type StdUiFeatureGridOrganismEventKey, type StdUiFeatureGridOrganismFeatureGridOrganismLoadedPayload, StdUiFeatureGridOrganismFeatureGridOrganismOrbitalManifest, type StdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, type StdUiFeatureGridOrganismParams, type StdUiFeatureGridParams, type StdUiFileTreeConfig, type StdUiFileTreeEventKey, type StdUiFileTreeFileSelectPayload, type StdUiFileTreeParams, type StdUiFilterGroupClearAllPayload, type StdUiFilterGroupClearPayload, type StdUiFilterGroupConfig, type StdUiFilterGroupEventKey, type StdUiFilterGroupEventPayload, type StdUiFilterGroupFilterChangePayload, type StdUiFilterGroupParams, type StdUiFilterPillClickPayload, type StdUiFilterPillConfig, type StdUiFilterPillEventKey, type StdUiFilterPillParams, type StdUiFilterPillRemovePayload, type StdUiFlexConfig, type StdUiFlexEventKey, type StdUiFlexParams, type StdUiFlipCardConfig, type StdUiFlipCardEventKey, type StdUiFlipCardFlipPayload, type StdUiFlipCardParams, type StdUiFlipContainerClickPayload, type StdUiFlipContainerConfig, type StdUiFlipContainerEventKey, type StdUiFlipContainerParams, type StdUiFloatingActionButtonActionPayload, type StdUiFloatingActionButtonClickPayload, type StdUiFloatingActionButtonConfig, type StdUiFloatingActionButtonEventKey, type StdUiFloatingActionButtonParams, type StdUiFormActionsConfig, type StdUiFormActionsEventKey, type StdUiFormActionsParams, type StdUiFormCancelPayload, type StdUiFormConfig, type StdUiFormEventKey, type StdUiFormFieldChangePayload, type StdUiFormFieldConfig, type StdUiFormFieldEventKey, type StdUiFormFieldParams, type StdUiFormFormLoadedPayload, StdUiFormFormOrbitalManifest, type StdUiFormFormOrbitalParams, type StdUiFormLayoutConfig, type StdUiFormLayoutEventKey, type StdUiFormLayoutParams, type StdUiFormParams, type StdUiFormSectionCancelPayload, type StdUiFormSectionConfig, type StdUiFormSectionEventKey, type StdUiFormSectionFieldChangePayload, type StdUiFormSectionFormSectionLoadedPayload, StdUiFormSectionFormSectionOrbitalManifest, type StdUiFormSectionFormSectionOrbitalParams, type StdUiFormSectionHeaderConfig, type StdUiFormSectionHeaderEventKey, type StdUiFormSectionHeaderParams, type StdUiFormSectionHeaderTogglePayload, type StdUiFormSectionParams, type StdUiFormSectionSubmitPayload, type StdUiFormSubmitPayload, type StdUiGameAudioToggleConfig, type StdUiGameAudioToggleEventKey, type StdUiGameAudioToggleParams, type StdUiGameHudConfig, type StdUiGameHudEventKey, type StdUiGameHudParams, type StdUiGameIconConfig, type StdUiGameIconEventKey, type StdUiGameIconParams, type StdUiGameMenuConfig, type StdUiGameMenuEventKey, type StdUiGameMenuParams, type StdUiGameMenuSelectPayload, type StdUiGeometricPatternConfig, type StdUiGeometricPatternEventKey, type StdUiGeometricPatternParams, type StdUiGradientDividerConfig, type StdUiGradientDividerEventKey, type StdUiGradientDividerParams, type StdUiGraphCanvasBadgeClickPayload, type StdUiGraphCanvasConfig, type StdUiGraphCanvasEventKey, type StdUiGraphCanvasMarkClickPayload, type StdUiGraphCanvasNodeClickPayload, type StdUiGraphCanvasNodeDoubleClickPayload, type StdUiGraphCanvasParams, type StdUiGraphViewConfig, type StdUiGraphViewEventKey, type StdUiGraphViewNodeClickPayload, type StdUiGraphViewNodeHoverPayload, type StdUiGraphViewParams, type StdUiGridConfig, type StdUiGridEventKey, type StdUiGridParams, type StdUiHeaderConfig, type StdUiHeaderEventKey, type StdUiHeaderLogoClickPayload, type StdUiHeaderMenuTogglePayload, type StdUiHeaderParams, type StdUiHeaderSearchPayload, type StdUiHeaderUserClickPayload, type StdUiHealthBarConfig, type StdUiHealthBarEventKey, type StdUiHealthBarParams, type StdUiHeroOrganismConfig, type StdUiHeroOrganismEventKey, type StdUiHeroOrganismHeroOrganismLoadedPayload, StdUiHeroOrganismHeroOrganismOrbitalManifest, type StdUiHeroOrganismHeroOrganismOrbitalParams, type StdUiHeroOrganismParams, type StdUiHeroSectionConfig, type StdUiHeroSectionEventKey, type StdUiHeroSectionParams, type StdUiHstackActionPayload, type StdUiHstackConfig, type StdUiHstackEventKey, type StdUiHstackParams, type StdUiIconConfig, type StdUiIconEventKey, type StdUiIconParams, type StdUiImportPreviewTreeCancelPayload, type StdUiImportPreviewTreeConfig, type StdUiImportPreviewTreeConfirmPayload, type StdUiImportPreviewTreeEventKey, type StdUiImportPreviewTreeParams, type StdUiImportProgressConfig, type StdUiImportProgressEventKey, type StdUiImportProgressParams, type StdUiImportSourcePickerConfig, type StdUiImportSourcePickerEventKey, type StdUiImportSourcePickerParams, type StdUiImportSourcePickerSelectPayload, type StdUiInfiniteScrollSentinelConfig, type StdUiInfiniteScrollSentinelEventKey, type StdUiInfiniteScrollSentinelLoadMorePayload, type StdUiInfiniteScrollSentinelParams, type StdUiInputActionPayload, type StdUiInputChangePayload, type StdUiInputClearPayload, type StdUiInputConfig, type StdUiInputEventKey, type StdUiInputGroupActionPayload, type StdUiInputGroupChangePayload, type StdUiInputGroupClearPayload, type StdUiInputGroupConfig, type StdUiInputGroupEventKey, type StdUiInputGroupParams, type StdUiInputParams, type StdUiInstallBoxConfig, type StdUiInstallBoxEventKey, type StdUiInstallBoxParams, type StdUiJazariStateMachineConfig, type StdUiJazariStateMachineEventKey, type StdUiJazariStateMachineParams, type StdUiLabelConfig, type StdUiLabelEventKey, type StdUiLabelParams, type StdUiLawReferenceTooltipConfig, type StdUiLawReferenceTooltipEventKey, type StdUiLawReferenceTooltipParams, type StdUiLearningCanvasConfig, type StdUiLearningCanvasEventKey, type StdUiLearningCanvasParams, type StdUiLearningCanvasShapeClickPayload, type StdUiLearningCanvasShapeHoverPayload, type StdUiLightboxClosePayload, type StdUiLightboxConfig, type StdUiLightboxEventKey, type StdUiLightboxIndexChangePayload, type StdUiLightboxOpenPayload, type StdUiLightboxParams, type StdUiLikertScaleChangePayload, type StdUiLikertScaleConfig, type StdUiLikertScaleEventKey, type StdUiLikertScaleParams, type StdUiLineChartConfig, type StdUiLineChartEventKey, type StdUiLineChartParams, type StdUiLoadingStateConfig, type StdUiLoadingStateEventKey, type StdUiLoadingStateParams, type StdUiMapViewConfig, type StdUiMapViewEventKey, type StdUiMapViewMapClickPayload, type StdUiMapViewMarkerClickPayload, type StdUiMapViewParams, type StdUiMarkdownContentConfig, type StdUiMarkdownContentEventKey, type StdUiMarkdownContentParams, type StdUiMarketingFooterConfig, type StdUiMarketingFooterEventKey, type StdUiMarketingFooterParams, type StdUiMarketingStatCardConfig, type StdUiMarketingStatCardEventKey, type StdUiMarketingStatCardParams, type StdUiMasterDetailConfig, type StdUiMasterDetailEventKey, type StdUiMasterDetailLayoutConfig, type StdUiMasterDetailLayoutEventKey, StdUiMasterDetailLayoutMasterDetailLayoutOrbitalManifest, type StdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, type StdUiMasterDetailLayoutParams, type StdUiMasterDetailMasterDetailLoadedPayload, StdUiMasterDetailMasterDetailOrbitalManifest, type StdUiMasterDetailMasterDetailOrbitalParams, type StdUiMasterDetailParams, type StdUiMathCanvasConfig, type StdUiMathCanvasEventKey, type StdUiMathCanvasParams, type StdUiMathCanvasShapeClickPayload, type StdUiMatrixQuestionChangePayload, type StdUiMatrixQuestionConfig, type StdUiMatrixQuestionEventKey, type StdUiMatrixQuestionParams, type StdUiMediaGalleryConfig, type StdUiMediaGalleryEventKey, type StdUiMediaGalleryMediaGalleryLoadedPayload, StdUiMediaGalleryMediaGalleryOrbitalManifest, type StdUiMediaGalleryMediaGalleryOrbitalParams, type StdUiMediaGalleryParams, type StdUiMediaGallerySelectionPayload, type StdUiMenuConfig, type StdUiMenuEventKey, type StdUiMenuParams, type StdUiMeterConfig, type StdUiMeterEventKey, type StdUiMeterParams, type StdUiModalClosePayload, type StdUiModalConfig, type StdUiModalEventKey, type StdUiModalExitedPayload, type StdUiModalOpenPayload, type StdUiModalParams, type StdUiModalSlotConfig, type StdUiModalSlotEventKey, StdUiModalSlotModalSlotOrbitalManifest, type StdUiModalSlotModalSlotOrbitalParams, type StdUiModalSlotParams, type StdUiModuleCardConfig, type StdUiModuleCardEventKey, type StdUiModuleCardParams, type StdUiNavigationConfig, type StdUiNavigationEventKey, type StdUiNavigationParams, type StdUiNotificationActionPayload, type StdUiNotificationConfig, type StdUiNotificationDismissPayload, type StdUiNotificationEventKey, type StdUiNotificationParams, type StdUiNumberStepperActionPayload, type StdUiNumberStepperChangePayload, type StdUiNumberStepperConfig, type StdUiNumberStepperEventKey, type StdUiNumberStepperParams, type StdUiOptionConstraintGroupChangePayload, type StdUiOptionConstraintGroupConfig, type StdUiOptionConstraintGroupEventKey, type StdUiOptionConstraintGroupParams, type StdUiOrbitalVisualizationClickPayload, type StdUiOrbitalVisualizationConfig, type StdUiOrbitalVisualizationEventKey, type StdUiOrbitalVisualizationParams, type StdUiOverlayActionPayload, type StdUiOverlayConfig, type StdUiOverlayEventKey, type StdUiOverlayParams, type StdUiPageHeaderBackPayload, type StdUiPageHeaderConfig, type StdUiPageHeaderEventKey, type StdUiPageHeaderParams, type StdUiPageHeaderTabChangePayload, type StdUiPageTransitionConfig, type StdUiPageTransitionEventKey, type StdUiPageTransitionParams, type StdUiPaginationConfig, type StdUiPaginationEventKey, type StdUiPaginationPageChangePayload, type StdUiPaginationPageSizeChangePayload, type StdUiPaginationParams, type StdUiPatternTileConfig, type StdUiPatternTileEventKey, type StdUiPatternTileParams, type StdUiPhysicsCanvasConfig, type StdUiPhysicsCanvasEventKey, type StdUiPhysicsCanvasParams, type StdUiPhysicsCanvasShapeClickPayload, type StdUiPopoverConfig, type StdUiPopoverEventKey, type StdUiPopoverOpenChangePayload, type StdUiPopoverParams, type StdUiPositionedCanvasConfig, type StdUiPositionedCanvasEventKey, type StdUiPositionedCanvasMovePayload, type StdUiPositionedCanvasParams, type StdUiPositionedCanvasPositionedCanvasLoadedPayload, type StdUiPositionedCanvasSelectPayload, type StdUiPresenceConfig, type StdUiPresenceEventKey, type StdUiPresenceParams, type StdUiPricingCardConfig, type StdUiPricingCardEventKey, type StdUiPricingCardParams, type StdUiPricingGridConfig, type StdUiPricingGridEventKey, type StdUiPricingGridParams, type StdUiPricingOrganismConfig, type StdUiPricingOrganismEventKey, type StdUiPricingOrganismParams, type StdUiPricingOrganismPricingOrganismLoadedPayload, StdUiPricingOrganismPricingOrganismOrbitalManifest, type StdUiPricingOrganismPricingOrganismOrbitalParams, type StdUiProgressBarConfig, type StdUiProgressBarEventKey, type StdUiProgressBarParams, type StdUiProgressDotsConfig, type StdUiProgressDotsDotClickPayload, type StdUiProgressDotsEventKey, type StdUiProgressDotsParams, type StdUiPullQuoteConfig, type StdUiPullQuoteEventKey, type StdUiPullQuoteParams, type StdUiPullToRefreshConfig, type StdUiPullToRefreshEventKey, type StdUiPullToRefreshParams, type StdUiPullToRefreshRefreshPayload, type StdUiQrScannerConfig, type StdUiQrScannerEventKey, type StdUiQrScannerParams, type StdUiQrScannerScanPayload, type StdUiQuizBlockConfig, type StdUiQuizBlockEventKey, type StdUiQuizBlockParams, type StdUiRadioActionPayload, type StdUiRadioConfig, type StdUiRadioEventKey, type StdUiRadioParams, type StdUiRangeSliderActionPayload, type StdUiRangeSliderChangePayload, type StdUiRangeSliderConfig, type StdUiRangeSliderEventKey, type StdUiRangeSliderParams, type StdUiReflectionBlockConfig, type StdUiReflectionBlockEventKey, type StdUiReflectionBlockParams, type StdUiRelationSelectChangePayload, type StdUiRelationSelectConfig, type StdUiRelationSelectEventKey, type StdUiRelationSelectParams, type StdUiRepeatableFormSectionAddPayload, type StdUiRepeatableFormSectionConfig, type StdUiRepeatableFormSectionEventKey, type StdUiRepeatableFormSectionParams, type StdUiRepeatableFormSectionRemovePayload, type StdUiRepeatableFormSectionReorderPayload, type StdUiReplyTreeConfig, type StdUiReplyTreeContinueThreadPayload, type StdUiReplyTreeEventKey, type StdUiReplyTreeFlagPayload, type StdUiReplyTreeParams, type StdUiReplyTreeReplyPayload, type StdUiReplyTreeReplyTreeLoadedPayload, type StdUiReplyTreeVotePayload, type StdUiRichBlockEditorChangePayload, type StdUiRichBlockEditorConfig, type StdUiRichBlockEditorEventKey, type StdUiRichBlockEditorParams, type StdUiRichBlockEditorRichBlockEditorLoadedPayload, type StdUiRuntimeDebuggerConfig, type StdUiRuntimeDebuggerEventKey, type StdUiRuntimeDebuggerParams, StdUiRuntimeDebuggerRuntimeDebuggerOrbitalManifest, type StdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, type StdUiScaledDiagramConfig, type StdUiScaledDiagramEventKey, type StdUiScaledDiagramParams, type StdUiScoreDisplayConfig, type StdUiScoreDisplayEventKey, type StdUiScoreDisplayParams, type StdUiSearchInputConfig, type StdUiSearchInputEventKey, type StdUiSearchInputEventPayload, type StdUiSearchInputParams, type StdUiSearchInputSearchPayload, type StdUiSectionConfig, type StdUiSectionEventKey, type StdUiSectionHeaderConfig, type StdUiSectionHeaderEventKey, type StdUiSectionHeaderParams, type StdUiSectionParams, type StdUiSegmentRendererConfig, type StdUiSegmentRendererEventKey, type StdUiSegmentRendererParams, StdUiSegmentRendererSegmentRendererOrbitalManifest, type StdUiSegmentRendererSegmentRendererOrbitalParams, type StdUiSelectActionPayload, type StdUiSelectChangePayload, type StdUiSelectConfig, type StdUiSelectEventKey, type StdUiSelectParams, type StdUiSelectValueChangePayload, type StdUiSequenceBarConfig, type StdUiSequenceBarEventKey, type StdUiSequenceBarParams, type StdUiSequenceBarSlotDropPayload, type StdUiSequenceBarSlotRemovePayload, type StdUiServiceCatalogConfig, type StdUiServiceCatalogEventKey, type StdUiServiceCatalogParams, type StdUiShowcaseCardConfig, type StdUiShowcaseCardEventKey, type StdUiShowcaseCardParams, type StdUiShowcaseOrganismConfig, type StdUiShowcaseOrganismEventKey, type StdUiShowcaseOrganismParams, type StdUiShowcaseOrganismShowcaseOrganismLoadedPayload, StdUiShowcaseOrganismShowcaseOrganismOrbitalManifest, type StdUiShowcaseOrganismShowcaseOrganismOrbitalParams, type StdUiSidePanelClosePayload, type StdUiSidePanelConfig, type StdUiSidePanelEventKey, type StdUiSidePanelOpenPayload, type StdUiSidePanelParams, type StdUiSidebarClosePayload, type StdUiSidebarCollapseChangePayload, type StdUiSidebarConfig, type StdUiSidebarEventKey, type StdUiSidebarLogoClickPayload, type StdUiSidebarParams, type StdUiSignaturePadChangePayload, type StdUiSignaturePadClearPayload, type StdUiSignaturePadConfig, type StdUiSignaturePadEventKey, type StdUiSignaturePadParams, type StdUiSignaturePadSignPayload, type StdUiSimpleGridConfig, type StdUiSimpleGridEventKey, type StdUiSimpleGridParams, type StdUiSkeletonConfig, type StdUiSkeletonEventKey, type StdUiSkeletonParams, type StdUiSocialProofConfig, type StdUiSocialProofEventKey, type StdUiSocialProofParams, type StdUiSortableListConfig, type StdUiSortableListEventKey, type StdUiSortableListParams, type StdUiSortableListReorderPayload, type StdUiSortableListSortableListLoadedPayload, type StdUiSpacerConfig, type StdUiSpacerEventKey, type StdUiSpacerParams, type StdUiSparklineConfig, type StdUiSparklineEventKey, type StdUiSparklineParams, type StdUiSpinnerConfig, type StdUiSpinnerEventKey, type StdUiSpinnerParams, type StdUiSplitConfig, type StdUiSplitEventKey, type StdUiSplitPaneConfig, type StdUiSplitPaneEventKey, type StdUiSplitPaneParams, StdUiSplitPaneSplitPaneOrbitalManifest, type StdUiSplitPaneSplitPaneOrbitalParams, type StdUiSplitParams, type StdUiSplitSectionConfig, type StdUiSplitSectionEventKey, type StdUiSplitSectionParams, type StdUiStackActionPayload, type StdUiStackConfig, type StdUiStackEventKey, type StdUiStackParams, type StdUiStarRatingActionPayload, type StdUiStarRatingChangePayload, type StdUiStarRatingConfig, type StdUiStarRatingEventKey, type StdUiStarRatingParams, type StdUiStatBadgeConfig, type StdUiStatBadgeEventKey, type StdUiStatBadgeParams, type StdUiStatCardConfig, type StdUiStatCardEventKey, type StdUiStatCardParams, type StdUiStatCardStatCardLoadedPayload, StdUiStatCardStatCardOrbitalManifest, type StdUiStatCardStatCardOrbitalParams, type StdUiStatDisplayConfig, type StdUiStatDisplayEventKey, type StdUiStatDisplayParams, type StdUiStateGraphConfig, type StdUiStateGraphEventKey, type StdUiStateGraphNodeClickPayload, type StdUiStateGraphParams, type StdUiStateJsonViewConfig, type StdUiStateJsonViewEventKey, type StdUiStateJsonViewParams, type StdUiStateMachineViewConfig, type StdUiStateMachineViewEventKey, type StdUiStateMachineViewParams, StdUiStateMachineViewStateMachineViewOrbitalManifest, type StdUiStateMachineViewStateMachineViewOrbitalParams, type StdUiStatsGridConfig, type StdUiStatsGridEventKey, type StdUiStatsGridParams, type StdUiStatsOrganismConfig, type StdUiStatsOrganismEventKey, type StdUiStatsOrganismParams, type StdUiStatsOrganismStatsOrganismLoadedPayload, StdUiStatsOrganismStatsOrganismOrbitalManifest, type StdUiStatsOrganismStatsOrganismOrbitalParams, type StdUiStatusDotConfig, type StdUiStatusDotEventKey, type StdUiStatusDotParams, type StdUiStepFlowConfig, type StdUiStepFlowEventKey, type StdUiStepFlowOrganismConfig, type StdUiStepFlowOrganismEventKey, type StdUiStepFlowOrganismParams, type StdUiStepFlowOrganismStepFlowOrganismLoadedPayload, StdUiStepFlowOrganismStepFlowOrganismOrbitalManifest, type StdUiStepFlowOrganismStepFlowOrganismOrbitalParams, type StdUiStepFlowParams, type StdUiSubagentTracePanelClosePayload, type StdUiSubagentTracePanelConfig, type StdUiSubagentTracePanelEventKey, type StdUiSubagentTracePanelOpenPayload, type StdUiSubagentTracePanelParams, StdUiSubagentTracePanelSubagentTracePanelOrbitalManifest, type StdUiSubagentTracePanelSubagentTracePanelOrbitalParams, type StdUiSvgBranchConfig, type StdUiSvgBranchEventKey, type StdUiSvgBranchParams, type StdUiSvgConnectionConfig, type StdUiSvgConnectionEventKey, type StdUiSvgConnectionParams, type StdUiSvgFlowConfig, type StdUiSvgFlowEventKey, type StdUiSvgFlowParams, type StdUiSvgGridConfig, type StdUiSvgGridEventKey, type StdUiSvgGridParams, type StdUiSvgLobeConfig, type StdUiSvgLobeEventKey, type StdUiSvgLobeParams, type StdUiSvgMeshConfig, type StdUiSvgMeshEventKey, type StdUiSvgMeshParams, type StdUiSvgMorphConfig, type StdUiSvgMorphEventKey, type StdUiSvgMorphParams, type StdUiSvgNodeConfig, type StdUiSvgNodeEventKey, type StdUiSvgNodeParams, type StdUiSvgPulseConfig, type StdUiSvgPulseEventKey, type StdUiSvgPulseParams, type StdUiSvgRingConfig, type StdUiSvgRingEventKey, type StdUiSvgRingParams, type StdUiSvgShieldConfig, type StdUiSvgShieldEventKey, type StdUiSvgShieldParams, type StdUiSvgStackConfig, type StdUiSvgStackEventKey, type StdUiSvgStackParams, type StdUiSwipeableRowConfig, type StdUiSwipeableRowEventKey, type StdUiSwipeableRowParams, type StdUiSwitchChangePayload, type StdUiSwitchConfig, type StdUiSwitchEventKey, type StdUiSwitchParams, type StdUiTabbedContainerConfig, type StdUiTabbedContainerEventKey, type StdUiTabbedContainerParams, type StdUiTabbedContainerTabChangePayload, StdUiTabbedContainerTabbedContainerOrbitalManifest, type StdUiTabbedContainerTabbedContainerOrbitalParams, type StdUiTableViewConfig, type StdUiTableViewEventKey, type StdUiTableViewItemClickPayload, type StdUiTableViewParams, type StdUiTableViewSelectPayload, type StdUiTableViewSortPayload, type StdUiTableViewTableViewLoadedPayload, type StdUiTableViewViewPayload, type StdUiTabsConfig, type StdUiTabsEventKey, type StdUiTabsParams, type StdUiTabsTabChangePayload, type StdUiTagCloudConfig, type StdUiTagCloudEventKey, type StdUiTagCloudParams, type StdUiTagInputAddPayload, type StdUiTagInputChangePayload, type StdUiTagInputConfig, type StdUiTagInputEventKey, type StdUiTagInputParams, type StdUiTagInputRemovePayload, type StdUiTeamCardConfig, type StdUiTeamCardEventKey, type StdUiTeamCardParams, type StdUiTeamOrganismConfig, type StdUiTeamOrganismEventKey, type StdUiTeamOrganismParams, type StdUiTeamOrganismTeamOrganismLoadedPayload, StdUiTeamOrganismTeamOrganismOrbitalManifest, type StdUiTeamOrganismTeamOrganismOrbitalParams, type StdUiTextHighlightActionPayload, type StdUiTextHighlightClickPayload, type StdUiTextHighlightConfig, type StdUiTextHighlightEventKey, type StdUiTextHighlightHoverPayload, type StdUiTextHighlightMouseEnterPayload, type StdUiTextHighlightMouseLeavePayload, type StdUiTextHighlightParams, type StdUiTextareaActionPayload, type StdUiTextareaChangePayload, type StdUiTextareaConfig, type StdUiTextareaEventKey, type StdUiTextareaParams, type StdUiThemeToggleConfig, type StdUiThemeToggleEventKey, type StdUiThemeToggleParams, type StdUiTimeSlotCellClickPayload, type StdUiTimeSlotCellConfig, type StdUiTimeSlotCellEventKey, type StdUiTimeSlotCellParams, type StdUiTimelineConfig, type StdUiTimelineEventKey, type StdUiTimelineParams, type StdUiTimelineTimelineLoadedPayload, StdUiTimelineTimelineOrbitalManifest, type StdUiTimelineTimelineOrbitalParams, type StdUiTimelineViewPayload, type StdUiTimerDisplayConfig, type StdUiTimerDisplayEventKey, type StdUiTimerDisplayParams, StdUiTimerDisplayTimerDisplayOrbitalManifest, type StdUiTimerDisplayTimerDisplayOrbitalParams, type StdUiToastSlotConfig, type StdUiToastSlotEventKey, type StdUiToastSlotParams, StdUiToastSlotToastSlotOrbitalManifest, type StdUiToastSlotToastSlotOrbitalParams, type StdUiTooltipConfig, type StdUiTooltipEventKey, type StdUiTooltipParams, type StdUiTraitFrameConfig, type StdUiTraitFrameEventKey, type StdUiTraitFrameParams, type StdUiTraitSlotClickPayload, type StdUiTraitSlotConfig, type StdUiTraitSlotDragStartPayload, type StdUiTraitSlotDropPayload, type StdUiTraitSlotEventKey, type StdUiTraitSlotItemDropPayload, type StdUiTraitSlotParams, type StdUiTraitSlotRemovePayload, type StdUiTrendIndicatorConfig, type StdUiTrendIndicatorEventKey, type StdUiTrendIndicatorParams, type StdUiTypewriterTextCompletePayload, type StdUiTypewriterTextConfig, type StdUiTypewriterTextEventKey, type StdUiTypewriterTextParams, type StdUiTypographyConfig, type StdUiTypographyEventKey, type StdUiTypographyParams, type StdUiUiSlotRendererConfig, type StdUiUiSlotRendererEventKey, type StdUiUiSlotRendererParams, StdUiUiSlotRendererUiSlotRendererOrbitalManifest, type StdUiUiSlotRendererUiSlotRendererOrbitalParams, type StdUiUploadDropZoneActionPayload, type StdUiUploadDropZoneConfig, type StdUiUploadDropZoneEventKey, type StdUiUploadDropZoneParams, type StdUiVersionDiffConfig, type StdUiVersionDiffEventKey, type StdUiVersionDiffParams, type StdUiVersionDiffRevertPayload, type StdUiVersionDiffSelectAfterPayload, type StdUiVersionDiffSelectBeforePayload, type StdUiViolationAlertConfig, type StdUiViolationAlertDismissPayload, type StdUiViolationAlertEventKey, type StdUiViolationAlertNavigateToFieldPayload, type StdUiViolationAlertParams, type StdUiVoteStackConfig, type StdUiVoteStackEventKey, type StdUiVoteStackParams, type StdUiVoteStackVotePayload, type StdUiVstackActionPayload, type StdUiVstackConfig, type StdUiVstackEventKey, type StdUiVstackParams, type StdUiWizardContainerBackPayload, type StdUiWizardContainerCompletePayload, type StdUiWizardContainerConfig, type StdUiWizardContainerEventKey, type StdUiWizardContainerNextPayload, type StdUiWizardContainerParams, type StdUiWizardContainerStepChangePayload, type StdUiWizardNavigationBackClickPayload, type StdUiWizardNavigationBackPayload, type StdUiWizardNavigationCompleteClickPayload, type StdUiWizardNavigationCompletePayload, type StdUiWizardNavigationConfig, type StdUiWizardNavigationEventKey, type StdUiWizardNavigationNextClickPayload, type StdUiWizardNavigationNextPayload, type StdUiWizardNavigationParams, type StdUiWizardProgressConfig, type StdUiWizardProgressEventKey, type StdUiWizardProgressParams, type StdUiWizardProgressStepClickPayload, type StdVersionHistoryComparePayload, type StdVersionHistoryConfig, type StdVersionHistoryEventKey, type StdVersionHistoryOpenRevisionPayload, type StdVersionHistoryParams, type StdVersionHistoryRevisionLoadFailedPayload, type StdVersionHistoryRevisionLoadedPayload, StdVersionHistoryRevisionOrbitalManifest, type StdVersionHistoryRevisionOrbitalParams, type StdVersionHistoryRevisionRollbackFailedPayload, type StdVersionHistoryRevisionRolledBackPayload, type StdVersionHistoryRollbackPayload, type StdVoteConfig, type StdVoteEventKey, type StdVoteParams, type StdVoteVoteCastFailedPayload, type StdVoteVoteCastedPayload, type StdVoteVoteLoadFailedPayload, type StdVoteVoteLoadedPayload, StdVoteVoteOrbitalManifest, type StdVoteVoteOrbitalParams, type StdVoteVotePayload, type StdWeightValidatorConfig, type StdWeightValidatorEventKey, StdWeightValidatorMlWeightValidatorOrbitalManifest, type StdWeightValidatorMlWeightValidatorOrbitalParams, type StdWeightValidatorParams, type StdWeightValidatorWeightsAcceptedPayload, type StdWeightValidatorWeightsRejectedPayload, type StdWizardAdvancePayload, type StdWizardCancelPayload, type StdWizardConfig, type StdWizardEventKey, type StdWizardParams, type StdWizardWizardLoadFailedPayload, type StdWizardWizardLoadedPayload, StdWizardWizardOrbitalManifest, type StdWizardWizardOrbitalParams, type StdWizardWizardSaveFailedPayload, type StdWizardWizardSavedPayload, type StdWorldmapBoard2dConfig, type StdWorldmapBoard2dParams, StdWorldmapBoard2dWorldMapBoard2DOrbitalManifest, type StdWorldmapBoard2dWorldMapBoard2DOrbitalParams, type StdXpConfig, type StdXpEventKey, type StdXpHealPayload, type StdXpParams, dispatchOrbitalFactory, getOrbitalFactoryManifest, isStdAgentBuilderAgentBuilderOrbitalParams, isStdAgentCompletionAgentCompletionOrbitalParams, isStdAgentContextAgentContextOrbitalParams, isStdAgentFixLoopAgentFixLoopOrbitalParams, isStdAgentMemoryAgentMemoryOrbitalParams, isStdAgentPlannerAgentPlannerOrbitalParams, isStdAgentRabitCoordinatorOrbitalParams, isStdAgentRabitOrbitalProcessOrbitalParams, isStdAgentSessionAgentSessionOrbitalParams, isStdAgentToolCallAgentToolCallOrbitalParams, isStdAgentToolLoopAgentToolLoopOrbitalParams, isStdAgentTraceAgentTraceOrbitalParams, isStdAnimTickAnimTickOrbitalParams, isStdAppLayoutAppLayoutOrbitalParams, isStdAppSearchAppSearchOrbitalParams, isStdApprovalGateApprovalGateOrbitalParams, isStdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, isStdAuditCaptureAuditCaptureOrbitalParams, isStdBillableHourBillableHourOrbitalParams, isStdBoardBoardOrbitalParams, isStdBrowseBrowseItemOrbitalParams, isStdCacheAsideCacheEntryOrbitalParams, isStdCalendarCalendarEventOrbitalParams, isStdCascadeOnDeleteCascadeOnDeleteOrbitalParams, isStdCircuitBreakerServiceNodeOrbitalParams, isStdConfirmationConfirmActionOrbitalParams, isStdCooldownCooldownOrbitalParams, isStdCrewBoard2dCrewBoard2DOrbitalParams, isStdCrossReferenceCrossReferenceOrbitalParams, isStdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, isStdDataCollectorMlDataCollectorOrbitalParams, isStdDataErasureDataErasureOrbitalParams, isStdDateRangeDateRangeOrbitalParams, isStdDungeonBoard2dDungeonBoard2DOrbitalParams, isStdEscalatingDecisionEscalatingDecisionOrbitalParams, isStdEsignFlowSignatureSessionOrbitalParams, isStdEsignRequestESignRequestOrbitalParams, isStdEventLogEventLogOrbitalParams, isStdExportExportOrbitalParams, isStdFileStoreStoredFileOrbitalParams, isStdFilterFilterTargetOrbitalParams, isStdFormAdvancedFormEntryOrbitalParams, isStdGalleryGalleryItemOrbitalParams, isStdGameClockGameClockOrbitalParams, isStdGeosearchGeoSearchResultOrbitalParams, isStdGraphBuilderGraphBuilderOrbitalParams, isStdGraphsGraphItemOrbitalParams, isStdImageUploadMultiUploadedImageOrbitalParams, isStdKnowledgeTracingKnowledgeTracingOrbitalParams, isStdLifecycleLifecycleOrbitalParams, isStdListListItemOrbitalParams, isStdMarketBoard3dMarketBoard3DOrbitalParams, isStdMigrationJobMigrationJobOrbitalParams, isStdMlClassifyMlClassifyOrbitalParams, isStdMlExactCheckMlExactCheckOrbitalParams, isStdMlInferMlInferOrbitalParams, isStdMlLabelCaptureMlLabelCaptureOrbitalParams, isStdMlLookupMlLookupOrbitalParams, isStdMlPosteriorMlPosteriorOrbitalParams, isStdMlSimilarityMlSimilarityOrbitalParams, isStdModQueueModQueueItemOrbitalParams, isStdModalModalRecordOrbitalParams, isStdMultiPartyFlowMultiPartyFlowOrbitalParams, isStdNotifyOnEventNotifyOnEventOrbitalParams, isStdObjectiveBoard3dObjectiveBoard3DOrbitalParams, isStdPaginationPagedItemOrbitalParams, isStdRateLimiterRateBucketOrbitalParams, isStdRatingReviewRatingReviewOrbitalParams, isStdRecurrenceRecurrenceOrbitalParams, isStdRelatedRelatedItemOrbitalParams, isStdReminderSchedulerReminderSchedulerOrbitalParams, isStdRichEditorDocumentOrbitalParams, isStdRowAccessControlRowAccessControlOrbitalParams, isStdSavedSearchSavedSearchOrbitalParams, isStdScatterScatterItemOrbitalParams, isStdSearchSearchResultOrbitalParams, isStdSelectionSelectableItemOrbitalParams, isStdSignatureCaptureSignatureCaptureOrbitalParams, isStdStatsStatsItemOrbitalParams, isStdStatusLifecycleControlStatusLifecycleControlOrbitalParams, isStdStatusLifecycleStatusLifecycleOrbitalParams, isStdStepFlowStepFlowOrbitalParams, isStdSurvivalBoard3dSurvivalBoard3DOrbitalParams, isStdTabsTabsItemOrbitalParams, isStdTacticsBoard2dTacticsBoard2DOrbitalParams, isStdTacticsBoard3dTacticsBoard3DOrbitalParams, isStdTagTaxonomyTagTaxonomyOrbitalParams, isStdThreadThreadPostOrbitalParams, isStdTokenizerMlTokenizerOrbitalParams, isStdUiBookChapterViewBookChapterViewOrbitalParams, isStdUiBookCoverPageBookCoverPageOrbitalParams, isStdUiBookNavBarBookNavBarOrbitalParams, isStdUiBookTableOfContentsBookTableOfContentsOrbitalParams, isStdUiBookViewerBookViewerOrbitalParams, isStdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, isStdUiChatBarChatBarOrbitalParams, isStdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, isStdUiDashboardGridDashboardGridOrbitalParams, isStdUiDetailPanelDetailPanelOrbitalParams, isStdUiDrawerSlotDrawerSlotOrbitalParams, isStdUiEntityCardsEntityCardsOrbitalParams, isStdUiEntityListEntityListOrbitalParams, isStdUiEntityTableEntityTableOrbitalParams, isStdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, isStdUiFormFormOrbitalParams, isStdUiFormSectionFormSectionOrbitalParams, isStdUiHeroOrganismHeroOrganismOrbitalParams, isStdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, isStdUiMasterDetailMasterDetailOrbitalParams, isStdUiMediaGalleryMediaGalleryOrbitalParams, isStdUiModalSlotModalSlotOrbitalParams, isStdUiPricingOrganismPricingOrganismOrbitalParams, isStdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, isStdUiSegmentRendererSegmentRendererOrbitalParams, isStdUiShowcaseOrganismShowcaseOrganismOrbitalParams, isStdUiSplitPaneSplitPaneOrbitalParams, isStdUiStatCardStatCardOrbitalParams, isStdUiStateMachineViewStateMachineViewOrbitalParams, isStdUiStatsOrganismStatsOrganismOrbitalParams, isStdUiStepFlowOrganismStepFlowOrganismOrbitalParams, isStdUiSubagentTracePanelSubagentTracePanelOrbitalParams, isStdUiTabbedContainerTabbedContainerOrbitalParams, isStdUiTeamOrganismTeamOrganismOrbitalParams, isStdUiTimelineTimelineOrbitalParams, isStdUiTimerDisplayTimerDisplayOrbitalParams, isStdUiToastSlotToastSlotOrbitalParams, isStdUiUiSlotRendererUiSlotRendererOrbitalParams, isStdVersionHistoryRevisionOrbitalParams, isStdVoteVoteOrbitalParams, isStdWeightValidatorMlWeightValidatorOrbitalParams, isStdWizardWizardOrbitalParams, isStdWorldmapBoard2dWorldMapBoard2DOrbitalParams, listOrganismOrbitalManifests, stdAgentBuilder, stdAgentBuilderAgentBuilderOrbital, stdAgentCompletion, stdAgentCompletionAgentCompletionOrbital, stdAgentCompletionCompletionGenerationTrait, stdAgentCompletionCompletionReadyTrait, stdAgentCompletionPage, stdAgentContext, stdAgentContextAgentContextOrbital, stdAgentContextContextCompactorTrait, stdAgentContextContextCounterTrait, stdAgentContextContextListenerTrait, stdAgentContextPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopOrbital, stdAgentFixLoopFixLoopExecutionTrait, stdAgentFixLoopFixLoopListenerTrait, stdAgentFixLoopPage, stdAgentMemory, stdAgentMemoryAgentMemoryOrbital, stdAgentMemoryMemoryListenerTrait, stdAgentMemoryMemoryRecallTrait, stdAgentMemoryMemoryStoreTrait, stdAgentMemoryPage, stdAgentPlanner, stdAgentPlannerAgentPlannerOrbital, stdAgentPlannerPage, stdAgentPlannerPlannerExecutionTrait, stdAgentPlannerPlannerListenerTrait, stdAgentRabit, stdAgentRabitCoordinatorOrbital, stdAgentRabitOrbitalProcessOrbital, stdAgentSession, stdAgentSessionAgentSessionOrbital, stdAgentSessionPage, stdAgentSessionSessionListenerTrait, stdAgentSessionSessionReaderTrait, stdAgentSessionSessionWriterTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallOrbital, stdAgentToolCallPage, stdAgentToolCallToolCallExecutionTrait, stdAgentToolCallToolCallReadyTrait, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopOrbital, stdAgentToolLoopPage, stdAgentToolLoopToolLoopExecutionTrait, stdAgentToolLoopToolLoopListenerTrait, stdAgentTrace, stdAgentTraceAgentTraceOrbital, stdAgentTracePage, stdAgentTraceTraceEmitterTrait, stdAgentTraceTraceListenerTrait, stdAnimTick, stdAnimTickAnimTickOrbital, stdAnimTickPage, stdAnimTickTrait, stdAppLayout, stdAppLayoutAppLayoutOrbital, stdAppLayoutPage, stdAppLayoutTrait, stdAppSearch, stdAppSearchAppSearchIdleHintTrait, stdAppSearchAppSearchOrbital, stdAppSearchAppSearchTrait, stdAppSearchPage, stdApprovalGate, stdApprovalGateApprovalDividerTrait, stdApprovalGateApprovalGateOrbital, stdApprovalGateApprovalGateReviewTrait, stdApprovalGateApprovalQueueTitleTrait, stdApprovalGateCloseButtonTrait, stdApprovalGateErrorAlertTrait, stdApprovalGateErrorSpinnerTrait, stdApprovalGateLoadingSpinnerTrait, stdApprovalGateLoadingTextTrait, stdApprovalGatePage, stdApprovalGateShieldCheckIconTrait, stdArcadeBoard3d, stdArcadeBoard3dArcadeBoard3DFrameOrbital, stdArcadeFlow, stdArcadeFlowPage, stdArcadeFlowTrait, stdArcadePlay, stdArcadePlayPage, stdArcadePlayTrait, stdAuditCapture, stdAuditCaptureAuditCaptureOrbital, stdAuditCapturePage, stdAuditCaptureTrait, stdBillableHour, stdBillableHourBillableHourOrbital, stdBillableHourBillableHourTimesheetTrait, stdBillableHourDenseHoursTableTrait, stdBillableHourPage, stdBoard, stdBoardBoardOrbital, stdBoardPage, stdBoardTrait, stdBrowse, stdBrowseBrowseItemBrowseTrait, stdBrowseBrowseItemOrbital, stdBrowseDataGrid1Trait, stdBrowseDenseTableViewTrait, stdBrowseMasterListViewTrait, stdBrowsePage, stdCacheAside, stdCacheAsideCacheEntryCacheManagerTrait, stdCacheAsideCacheEntryOrbital, stdCacheAsideFetchButtonTrait, stdCacheAsideInlineAlertRender22Trait, stdCacheAsideInlineBadgeRender13Trait, stdCacheAsideInlineDividerRender10Trait, stdCacheAsideInlineDividerRender21Trait, stdCacheAsideInlineDividerRender3Trait, stdCacheAsideInlineEmptyStateRender26Trait, stdCacheAsideInlineEmptyStateRender4Trait, stdCacheAsideInlineIconRender11Trait, stdCacheAsideInlineIconRender15Trait, stdCacheAsideInlineIconRender18Trait, stdCacheAsideInlineIconRender1Trait, stdCacheAsideInlineIconRender7Trait, stdCacheAsideInlineSpinnerRender23Trait, stdCacheAsideInlineSpinnerRender24Trait, stdCacheAsideInlineSpinnerRender25Trait, stdCacheAsideInlineSpinnerRender27Trait, stdCacheAsideInlineSpinnerRender5Trait, stdCacheAsideInlineStatusDotRender20Trait, stdCacheAsideInlineStatusDotRender9Trait, stdCacheAsideInlineTypographyRender12Trait, stdCacheAsideInlineTypographyRender14Trait, stdCacheAsideInlineTypographyRender16Trait, stdCacheAsideInlineTypographyRender17Trait, stdCacheAsideInlineTypographyRender19Trait, stdCacheAsideInlineTypographyRender2Trait, stdCacheAsideInlineTypographyRender6Trait, stdCacheAsideInlineTypographyRender8Trait, stdCacheAsideInvalidateButtonTrait, stdCacheAsidePage, stdCacheAsideRefreshButtonTrait, stdCacheAsideRetryButtonTrait, stdCalendar, stdCalendarCalendarEventOrbital, stdCalendarPage, stdCalendarTrait, stdCascadeOnDelete, stdCascadeOnDeleteCascadeOnDeleteOrbital, stdCascadeOnDeletePage, stdCascadeOnDeleteTrait, stdChaseAi, stdChaseAiPage, stdChaseAiTrait, stdCircuitBreaker, stdCircuitBreakerActivityIconTrait, stdCircuitBreakerAlertTriangleIconTrait, stdCircuitBreakerCircuitDividerTrait, stdCircuitBreakerClosedStatusDotTrait, stdCircuitBreakerErrorAlertTrait, stdCircuitBreakerFailuresMeterTrait, stdCircuitBreakerFailuresStatTrait, stdCircuitBreakerHalfOpenStatusDotTrait, stdCircuitBreakerOpenStatusDotTrait, stdCircuitBreakerPage, stdCircuitBreakerResetButtonTrait, stdCircuitBreakerServiceNodeCircuitBreakerTrait, stdCircuitBreakerServiceNodeLabelTrait, stdCircuitBreakerServiceNodeOrbital, stdCircuitBreakerShieldIconTrait, stdCircuitBreakerStatsGridTrait, stdCircuitBreakerSuccessAlertTrait, stdCircuitBreakerSuccessesStatTrait, stdCircuitBreakerWarningAlertTrait, stdConfirmation, stdConfirmationConfirmActionOrbital, stdConfirmationPage, stdConfirmationTrait, stdCooldown, stdCooldownCooldownOrbital, stdCooldownPage, stdCooldownTrait, stdCrewBoard2d, stdCrewBoard2dCrewBoard2DOrbital, stdCrossReference, stdCrossReferenceCrossReferenceOrbital, stdCrossReferencePage, stdCrossReferenceTrait, stdDashboardGridEmbedded, stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital, stdDashboardGridEmbeddedDashboardGridEmbeddedTrait, stdDashboardGridEmbeddedEmptyTileTrait, stdDashboardGridEmbeddedPage, stdDashboardGridEmbeddedSimpleGrid1Trait, stdDataCollector, stdDataCollectorMlDataCollectorOrbital, stdDataCollectorPage, stdDataCollectorTrait, stdDataErasure, stdDataErasureCloseButtonTrait, stdDataErasureDataErasureOrbital, stdDataErasureErasureDividerTrait, stdDataErasureErasureRequestsTitleTrait, stdDataErasureErasureWorkflowTrait, stdDataErasureErrorAlertTrait, stdDataErasureErrorSpinnerTrait, stdDataErasureLoadingSpinnerTrait, stdDataErasureLoadingTextTrait, stdDataErasurePage, stdDataErasureTrash2IconTrait, stdDateRange, stdDateRangeDateRangeOrbital, stdDateRangePage, stdDateRangeTrait, stdDungeonBoard2d, stdDungeonBoard2dDungeonBoard2DOrbital, stdDungeonCombat, stdDungeonCombatPage, stdDungeonCombatTrait, stdEscalatingDecision, stdEscalatingDecisionEscalatingDecisionOrbital, stdEsignFlow, stdEsignFlowPage, stdEsignFlowSignatureSessionBrowseTrait, stdEsignFlowSignatureSessionCreateTrait, stdEsignFlowSignatureSessionDeleteTrait, stdEsignFlowSignatureSessionOrbital, stdEsignFlowSignatureSessionPersistorTrait, stdEsignRequest, stdEsignRequestESignRequestOrbital, stdEsignRequestESignRequestSigningTrait, stdEsignRequestErrorAlertTrait, stdEsignRequestPage, stdEsignRequestRequestDataGridTrait, stdEsignRequestTitleHeadingTrait, stdEventLog, stdEventLogEventLogOrbital, stdEventLogPage, stdEventLogTrait, stdExport, stdExportButton1Trait, stdExportExportMenuTrait, stdExportExportOrbital, stdExportMenu1Trait, stdExportPage, stdFileStore, stdFileStorePage, stdFileStoreStoredFileOrbital, stdFileStoreTrait, stdFilter, stdFilterFilterTargetOrbital, stdFilterPage, stdFilterTrait, stdFormAdvanced, stdFormAdvancedFormEntryOrbital, stdFormAdvancedPage, stdFormAdvancedTrait, stdFxParticles, stdFxParticlesPage, stdFxParticlesTrait, stdGallery, stdGalleryErrorAlertTrait, stdGalleryGalleryIconTrait, stdGalleryGalleryItemGalleryTrait, stdGalleryGalleryItemOrbital, stdGalleryLoadingCaptionTrait, stdGalleryLoadingSpinnerTrait, stdGalleryMediaGalleryGridTrait, stdGalleryPage, stdGalleryReloadCaptionTrait, stdGalleryReloadSpinnerTrait, stdGalleryRetrySpinnerTrait, stdGalleryTitleDividerTrait, stdGameClock, stdGameClockGameClockOrbital, stdGameClockPage, stdGameClockTrait, stdGather, stdGatherPage, stdGatherTrait, stdGeosearch, stdGeosearchGeoSearchResultOrbital, stdGeosearchPage, stdGeosearchTrait, stdGold, stdGoldPage, stdGoldTrait, stdGraphBuilder, stdGraphBuilderGraphBuilderOrbital, stdGraphBuilderPage, stdGraphBuilderTrait, stdGraphs, stdGraphsGraphItemOrbital, stdGraphsPage, stdGraphsTrait, stdGridTactics, stdGridTacticsPage, stdGridTacticsTrait, stdHeroNav, stdHeroNavPage, stdHeroNavTrait, stdImageUploadMulti, stdImageUploadMultiPage, stdImageUploadMultiTrait, stdImageUploadMultiUploadedImageOrbital, stdImport, stdImportButton1Trait, stdImportImportMenuTrait, stdImportMenu1Trait, stdImportPage, stdKnowledgeTracing, stdKnowledgeTracingKnowledgeTracingOrbital, stdLearnArrangement, stdLearnArrangementPage, stdLearnArrangementTrait, stdLearnClassify, stdLearnClassifyPage, stdLearnClassifyTrait, stdLearnDiagram, stdLearnDiagramPage, stdLearnDiagramTrait, stdLearnLiveSim, stdLearnLiveSimPage, stdLearnLiveSimTrait, stdLearnParamExplorer, stdLearnParamExplorerPage, stdLearnParamExplorerTrait, stdLearnSampleAccumulator, stdLearnSampleAccumulatorPage, stdLearnSampleAccumulatorTrait, stdLearnSandbox, stdLearnSandboxPage, stdLearnSandboxTrait, stdLearnStepper, stdLearnStepperPage, stdLearnStepperTrait, stdLearnTracePlayer, stdLearnTracePlayerPage, stdLearnTracePlayerTrait, stdLifecycle, stdLifecycleLifecycleOrbital, stdLifecyclePage, stdLifecycleTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemOrbital, stdListListItemPersistorTrait, stdListPage, stdMarketBoard3d, stdMarketBoard3dMarketBoard3DOrbital, stdMarketFlow, stdMarketFlowPage, stdMarketFlowTrait, stdMarketingArticle, stdMarketingArticlePage, stdMarketingArticleTrait, stdMarketingCta, stdMarketingCtaPage, stdMarketingCtaTrait, stdMarketingFeatures, stdMarketingFeaturesPage, stdMarketingFeaturesTrait, stdMarketingFooter, stdMarketingFooterPage, stdMarketingFooterTrait, stdMarketingHero, stdMarketingHeroPage, stdMarketingHeroTrait, stdMarketingNav, stdMarketingNavPage, stdMarketingNavTrait, stdMarketingPricing, stdMarketingPricingPage, stdMarketingPricingTrait, stdMarketingShowcase, stdMarketingShowcasePage, stdMarketingShowcaseTrait, stdMarketingSplit, stdMarketingSplitPage, stdMarketingSplitTrait, stdMarketingStats, stdMarketingStatsPage, stdMarketingStatsTrait, stdMarketingSteps, stdMarketingStepsPage, stdMarketingStepsTrait, stdMarketingTeam, stdMarketingTeamPage, stdMarketingTeamTrait, stdMeshAssetArt, stdMeshAssetArtPage, stdMeshAssetArtTrait, stdMigrationJob, stdMigrationJobMigrationJobOrbital, stdMigrationJobPage, stdMigrationJobTrait, stdMlClassify, stdMlClassifyMlClassifyOrbital, stdMlClassifyPage, stdMlClassifyTrait, stdMlExactCheck, stdMlExactCheckMlExactCheckOrbital, stdMlExactCheckPage, stdMlExactCheckTrait, stdMlInfer, stdMlInferMlInferOrbital, stdMlInferPage, stdMlInferTrait, stdMlLabelCapture, stdMlLabelCaptureMlLabelCaptureOrbital, stdMlLabelCapturePage, stdMlLabelCaptureTrait, stdMlLookup, stdMlLookupMlLookupOrbital, stdMlLookupPage, stdMlLookupTrait, stdMlPosterior, stdMlPosteriorMlPosteriorOrbital, stdMlPosteriorPage, stdMlPosteriorTrait, stdMlSimilarity, stdMlSimilarityMlSimilarityOrbital, stdMlSimilarityPage, stdMlSimilarityTrait, stdModQueue, stdModQueueCloseButtonTrait, stdModQueueErrorAlertTrait, stdModQueueErrorSpinnerTrait, stdModQueueLoadingSpinnerTrait, stdModQueueLoadingTextTrait, stdModQueueModQueueDividerTrait, stdModQueueModQueueItemOrbital, stdModQueueModQueueItemReviewTrait, stdModQueueModQueueTitleTrait, stdModQueuePage, stdModQueueShieldAlertIconTrait, stdModal, stdModalModalRecordOrbital, stdModalPage, stdModalTrait, stdMultiPartyFlow, stdMultiPartyFlowMultiPartyFlowOrbital, stdMultiPartyFlowPage, stdMultiPartyFlowTrait, stdNotificationPanel, stdNotificationPanelPage, stdNotificationPanelTrait, stdNotifyOnEvent, stdNotifyOnEventNotifyOnEventOrbital, stdNotifyOnEventPage, stdNotifyOnEventTrait, stdObjectiveBoard3d, stdObjectiveBoard3dObjectiveBoard3DOrbital, stdObjectiveFlow, stdObjectiveFlowPage, stdObjectiveFlowTrait, stdObjectiveReach, stdObjectiveReachPage, stdObjectiveReachTrait, stdPagination, stdPaginationPage, stdPaginationPagedItemOrbital, stdPaginationTrait, stdPatience, stdPatiencePage, stdPatienceTrait, stdProduction, stdProductionPage, stdProductionTrait, stdRateLimiter, stdRateLimiterCountMeterTrait, stdRateLimiterCountProgressBarTrait, stdRateLimiterOpenStatusDotTrait, stdRateLimiterPage, stdRateLimiterRateBucketDividerTrait, stdRateLimiterRateBucketOrbital, stdRateLimiterRateBucketRateLimiterTrait, stdRateLimiterRateBucketTitleTrait, stdRateLimiterRateLimitAlertTrait, stdRateLimiterRequestButtonTrait, stdRateLimiterRequestsStatTrait, stdRateLimiterResetButtonTrait, stdRateLimiterResetPrimaryButtonTrait, stdRateLimiterShieldIconTrait, stdRateLimiterStatsGridTrait, stdRateLimiterThrottledStatusDotTrait, stdRateLimiterWindowStatTrait, stdRatingReview, stdRatingReviewRatingReviewBoardTrait, stdRatingReviewRatingReviewOrbital, stdRatingReviewRatingReviewPagePage, stdRatingReviewRatingReviewSubmitPagePage, stdRatingReviewRatingReviewSubmitTrait, stdRecurrence, stdRecurrencePage, stdRecurrenceRecurrenceOrbital, stdRecurrenceTrait, stdRelated, stdRelatedPage, stdRelatedRelatedItemOrbital, stdRelatedTrait, stdReminderScheduler, stdReminderSchedulerPage, stdReminderSchedulerReminderSchedulerOrbital, stdReminderSchedulerTrait, stdRichEditor, stdRichEditorDocumentOrbital, stdRichEditorPage, stdRichEditorTrait, stdRoundFlow, stdRoundFlowPage, stdRoundFlowTrait, stdRowAccessControl, stdRowAccessControlPage, stdRowAccessControlRowAccessControlOrbital, stdRowAccessControlTrait, stdSavedSearch, stdSavedSearchPage, stdSavedSearchSavedSearchOrbital, stdSavedSearchTrait, stdScatter, stdScatterPage, stdScatterScatterItemOrbital, stdScatterTrait, stdScore, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchSearchResultOrbital, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionSelectableItemOrbital, stdSelectionTrait, stdSignatureCapture, stdSignatureCapturePage, stdSignatureCaptureSignatureCaptureOrbital, stdSignatureCaptureTrait, stdStatRows, stdStatRowsPage, stdStatRowsTrait, stdStats, stdStatsPage, stdStatsStatsItemOrbital, stdStatsTrait, stdStatusLifecycle, stdStatusLifecycleControl, stdStatusLifecycleControlStatusLifecycleControlOrbital, stdStatusLifecyclePage, stdStatusLifecycleStatusLifecycleOrbital, stdStatusLifecycleTrait, stdStepFlow, stdStepFlowPage, stdStepFlowStepFlowOrbital, stdStepFlowTrait, stdSurvivalBoard3d, stdSurvivalBoard3dSurvivalBoard3DOrbital, stdSurvivalFlow, stdSurvivalFlowPage, stdSurvivalFlowTrait, stdSvgAssetArt, stdSvgAssetArtPage, stdSvgAssetArtTrait, stdTabs, stdTabsPage, stdTabsTabsItemOrbital, stdTabsTrait, stdTacticsBoard2d, stdTacticsBoard2dTacticsBoard2DOrbital, stdTacticsBoard3d, stdTacticsBoard3dTacticsBoard3DOrbital, stdTagTaxonomy, stdTagTaxonomyPage, stdTagTaxonomyTagTaxonomyOrbital, stdTagTaxonomyTrait, stdThread, stdThreadPage, stdThreadThreadPostOrbital, stdThreadTrait, stdTokenizer, stdTokenizerMlTokenizerOrbital, stdTokenizerPage, stdTokenizerTrait, stdUiAccordion, stdUiAccordionPage, stdUiAccordionTrait, stdUiActionPalette, stdUiActionPalettePage, stdUiActionPaletteTrait, stdUiActionTile, stdUiActionTilePage, stdUiActionTileTrait, stdUiActivationBlock, stdUiActivationBlockPage, stdUiActivationBlockTrait, stdUiAlert, stdUiAlertPage, stdUiAlertTrait, stdUiAlgorithmCanvas, stdUiAlgorithmCanvasPage, stdUiAlgorithmCanvasTrait, stdUiAnimatedCounter, stdUiAnimatedCounterPage, stdUiAnimatedCounterTrait, stdUiAnimatedGraphic, stdUiAnimatedGraphicPage, stdUiAnimatedGraphicTrait, stdUiAnimatedReveal, stdUiAnimatedRevealPage, stdUiAnimatedRevealTrait, stdUiArticleSection, stdUiArticleSectionPage, stdUiArticleSectionTrait, stdUiAside, stdUiAsidePage, stdUiAsideTrait, stdUiAtlasImage, stdUiAtlasImagePage, stdUiAtlasImageTrait, stdUiAtlasPanel, stdUiAtlasPanelPage, stdUiAtlasPanelTrait, stdUiAvatar, stdUiAvatarPage, stdUiAvatarTrait, stdUiBadge, stdUiBadgePage, stdUiBadgeTrait, stdUiBehaviorView, stdUiBehaviorViewPage, stdUiBehaviorViewTrait, stdUiBiologyCanvas, stdUiBiologyCanvasPage, stdUiBiologyCanvasTrait, stdUiBloomQuizBlock, stdUiBloomQuizBlockPage, stdUiBloomQuizBlockTrait, stdUiBookChapterView, stdUiBookChapterViewBookChapterViewOrbital, stdUiBookCoverPage, stdUiBookCoverPageBookCoverPageOrbital, stdUiBookNavBar, stdUiBookNavBarBookNavBarOrbital, stdUiBookTableOfContents, stdUiBookTableOfContentsBookTableOfContentsOrbital, stdUiBookViewer, stdUiBookViewerBookViewerOrbital, stdUiBox, stdUiBoxPage, stdUiBoxTrait, stdUiBranchingLogicBuilder, stdUiBranchingLogicBuilderPage, stdUiBranchingLogicBuilderTrait, stdUiBreadcrumb, stdUiBreadcrumbPage, stdUiBreadcrumbTrait, stdUiButton, stdUiButtonPage, stdUiButtonTrait, stdUiCalendarGrid, stdUiCalendarGridPage, stdUiCalendarGridTrait, stdUiCanvas, stdUiCanvas2d, stdUiCanvas2dPage, stdUiCanvas2dTrait, stdUiCanvasPage, stdUiCanvasTrait, stdUiCard, stdUiCardPage, stdUiCardTrait, stdUiCarousel, stdUiCarouselPage, stdUiCarouselTrait, stdUiCaseStudyCard, stdUiCaseStudyCardPage, stdUiCaseStudyCardTrait, stdUiCaseStudyOrganism, stdUiCaseStudyOrganismCaseStudyOrganismOrbital, stdUiCenter, stdUiCenterPage, stdUiCenterTrait, stdUiChart, stdUiChartLegend, stdUiChartLegendPage, stdUiChartLegendTrait, stdUiChartPage, stdUiChartTrait, stdUiChatBar, stdUiChatBarChatBarOrbital, stdUiCheckbox, stdUiCheckboxPage, stdUiCheckboxTrait, stdUiChemistryCanvas, stdUiChemistryCanvasPage, stdUiChemistryCanvasTrait, stdUiChoiceButton, stdUiChoiceButtonPage, stdUiChoiceButtonTrait, stdUiCodeBlock, stdUiCodeBlockPage, stdUiCodeBlockTrait, stdUiCodeRunnerPanel, stdUiCodeRunnerPanelCodeRunnerPanelOrbital, stdUiCommunityLinks, stdUiCommunityLinksPage, stdUiCommunityLinksTrait, stdUiConditionalWrapper, stdUiConditionalWrapperPage, stdUiConditionalWrapperTrait, stdUiConfettiEffect, stdUiConfettiEffectPage, stdUiConfettiEffectTrait, stdUiConfirmDialog, stdUiConfirmDialogPage, stdUiConfirmDialogTrait, stdUiConnectionBlock, stdUiConnectionBlockPage, stdUiConnectionBlockTrait, stdUiContainer, stdUiContainerPage, stdUiContainerTrait, stdUiContentRenderer, stdUiContentRendererPage, stdUiContentRendererTrait, stdUiContentSection, stdUiContentSectionPage, stdUiContentSectionTrait, stdUiControlButton, stdUiControlButtonPage, stdUiControlButtonTrait, stdUiControlGrid, stdUiControlGridPage, stdUiControlGridTrait, stdUiCtaBanner, stdUiCtaBannerPage, stdUiCtaBannerTrait, stdUiDashboardGrid, stdUiDashboardGridDashboardGridOrbital, stdUiDataGrid, stdUiDataGridPage, stdUiDataGridTrait, stdUiDataList, stdUiDataListPage, stdUiDataListTrait, stdUiDateRangePicker, stdUiDateRangePickerPage, stdUiDateRangePickerTrait, stdUiDateRangeSelector, stdUiDateRangeSelectorPage, stdUiDateRangeSelectorTrait, stdUiDayCell, stdUiDayCellPage, stdUiDayCellTrait, stdUiDetailPanel, stdUiDetailPanelDetailPanelOrbital, stdUiDialog, stdUiDialogPage, stdUiDialogTrait, stdUiDialogueBubble, stdUiDialogueBubblePage, stdUiDialogueBubbleTrait, stdUiDivider, stdUiDividerPage, stdUiDividerTrait, stdUiDocBreadcrumb, stdUiDocBreadcrumbPage, stdUiDocBreadcrumbTrait, stdUiDocPagination, stdUiDocPaginationPage, stdUiDocPaginationTrait, stdUiDocSearch, stdUiDocSearchPage, stdUiDocSearchTrait, stdUiDocSidebar, stdUiDocSidebarPage, stdUiDocSidebarTrait, stdUiDocToc, stdUiDocTocPage, stdUiDocTocTrait, stdUiDocumentViewer, stdUiDocumentViewerPage, stdUiDocumentViewerTrait, stdUiDrawGroup, stdUiDrawGroupPage, stdUiDrawGroupTrait, stdUiDrawMesh, stdUiDrawMeshPage, stdUiDrawMeshTrait, stdUiDrawShape, stdUiDrawShapeLayer, stdUiDrawShapeLayerPage, stdUiDrawShapeLayerTrait, stdUiDrawShapePage, stdUiDrawShapeTrait, stdUiDrawSprite, stdUiDrawSpriteLayer, stdUiDrawSpriteLayerPage, stdUiDrawSpriteLayerTrait, stdUiDrawSpritePage, stdUiDrawSpriteTrait, stdUiDrawText, stdUiDrawTextLayer, stdUiDrawTextLayerPage, stdUiDrawTextLayerTrait, stdUiDrawTextPage, stdUiDrawTextTrait, stdUiDrawer, stdUiDrawerPage, stdUiDrawerSlot, stdUiDrawerSlotDrawerSlotOrbital, stdUiDrawerTrait, stdUiEdgeDecoration, stdUiEdgeDecorationPage, stdUiEdgeDecorationTrait, stdUiEmojiPicker, stdUiEmojiPickerPage, stdUiEmojiPickerTrait, stdUiEmptyState, stdUiEmptyStatePage, stdUiEmptyStateTrait, stdUiEntityCards, stdUiEntityCardsEntityCardsOrbital, stdUiEntityList, stdUiEntityListEntityListOrbital, stdUiEntityTable, stdUiEntityTableEntityTableOrbital, stdUiErrorBoundary, stdUiErrorBoundaryPage, stdUiErrorBoundaryTrait, stdUiErrorState, stdUiErrorStatePage, stdUiErrorStateTrait, stdUiFeatureCard, stdUiFeatureCardPage, stdUiFeatureCardTrait, stdUiFeatureGrid, stdUiFeatureGridOrganism, stdUiFeatureGridOrganismFeatureGridOrganismOrbital, stdUiFeatureGridPage, stdUiFeatureGridTrait, stdUiFileTree, stdUiFileTreePage, stdUiFileTreeTrait, stdUiFilterGroup, stdUiFilterGroupPage, stdUiFilterGroupTrait, stdUiFilterPill, stdUiFilterPillPage, stdUiFilterPillTrait, stdUiFlex, stdUiFlexPage, stdUiFlexTrait, stdUiFlipCard, stdUiFlipCardPage, stdUiFlipCardTrait, stdUiFlipContainer, stdUiFlipContainerPage, stdUiFlipContainerTrait, stdUiFloatingActionButton, stdUiFloatingActionButtonPage, stdUiFloatingActionButtonTrait, stdUiForm, stdUiFormActions, stdUiFormActionsPage, stdUiFormActionsTrait, stdUiFormField, stdUiFormFieldPage, stdUiFormFieldTrait, stdUiFormFormOrbital, stdUiFormLayout, stdUiFormLayoutPage, stdUiFormLayoutTrait, stdUiFormSection, stdUiFormSectionFormSectionOrbital, stdUiFormSectionHeader, stdUiFormSectionHeaderPage, stdUiFormSectionHeaderTrait, stdUiGameAudioToggle, stdUiGameAudioTogglePage, stdUiGameAudioToggleTrait, stdUiGameHud, stdUiGameHudPage, stdUiGameHudTrait, stdUiGameIcon, stdUiGameIconPage, stdUiGameIconTrait, stdUiGameMenu, stdUiGameMenuPage, stdUiGameMenuTrait, stdUiGeometricPattern, stdUiGeometricPatternPage, stdUiGeometricPatternTrait, stdUiGradientDivider, stdUiGradientDividerPage, stdUiGradientDividerTrait, stdUiGraphCanvas, stdUiGraphCanvasPage, stdUiGraphCanvasTrait, stdUiGraphView, stdUiGraphViewPage, stdUiGraphViewTrait, stdUiGrid, stdUiGridPage, stdUiGridTrait, stdUiHeader, stdUiHeaderPage, stdUiHeaderTrait, stdUiHealthBar, stdUiHealthBarPage, stdUiHealthBarTrait, stdUiHeroOrganism, stdUiHeroOrganismHeroOrganismOrbital, stdUiHeroSection, stdUiHeroSectionPage, stdUiHeroSectionTrait, stdUiHstack, stdUiHstackPage, stdUiHstackTrait, stdUiIcon, stdUiIconPage, stdUiIconTrait, stdUiImportPreviewTree, stdUiImportPreviewTreePage, stdUiImportPreviewTreeTrait, stdUiImportProgress, stdUiImportProgressPage, stdUiImportProgressTrait, stdUiImportSourcePicker, stdUiImportSourcePickerPage, stdUiImportSourcePickerTrait, stdUiInfiniteScrollSentinel, stdUiInfiniteScrollSentinelPage, stdUiInfiniteScrollSentinelTrait, stdUiInput, stdUiInputGroup, stdUiInputGroupPage, stdUiInputGroupTrait, stdUiInputPage, stdUiInputTrait, stdUiInstallBox, stdUiInstallBoxPage, stdUiInstallBoxTrait, stdUiJazariStateMachine, stdUiJazariStateMachinePage, stdUiJazariStateMachineTrait, stdUiLabel, stdUiLabelPage, stdUiLabelTrait, stdUiLawReferenceTooltip, stdUiLawReferenceTooltipPage, stdUiLawReferenceTooltipTrait, stdUiLearningCanvas, stdUiLearningCanvasPage, stdUiLearningCanvasTrait, stdUiLightbox, stdUiLightboxPage, stdUiLightboxTrait, stdUiLikertScale, stdUiLikertScalePage, stdUiLikertScaleTrait, stdUiLineChart, stdUiLineChartPage, stdUiLineChartTrait, stdUiLoadingState, stdUiLoadingStatePage, stdUiLoadingStateTrait, stdUiMapView, stdUiMapViewPage, stdUiMapViewTrait, stdUiMarkdownContent, stdUiMarkdownContentPage, stdUiMarkdownContentTrait, stdUiMarketingFooter, stdUiMarketingFooterPage, stdUiMarketingFooterTrait, stdUiMarketingStatCard, stdUiMarketingStatCardPage, stdUiMarketingStatCardTrait, stdUiMasterDetail, stdUiMasterDetailLayout, stdUiMasterDetailLayoutMasterDetailLayoutOrbital, stdUiMasterDetailMasterDetailOrbital, stdUiMathCanvas, stdUiMathCanvasPage, stdUiMathCanvasTrait, stdUiMatrixQuestion, stdUiMatrixQuestionPage, stdUiMatrixQuestionTrait, stdUiMediaGallery, stdUiMediaGalleryMediaGalleryOrbital, stdUiMenu, stdUiMenuPage, stdUiMenuTrait, stdUiMeter, stdUiMeterPage, stdUiMeterTrait, stdUiModal, stdUiModalPage, stdUiModalSlot, stdUiModalSlotModalSlotOrbital, stdUiModalTrait, stdUiModuleCard, stdUiModuleCardPage, stdUiModuleCardTrait, stdUiNavigation, stdUiNavigationPage, stdUiNavigationTrait, stdUiNotification, stdUiNotificationPage, stdUiNotificationTrait, stdUiNumberStepper, stdUiNumberStepperPage, stdUiNumberStepperTrait, stdUiOptionConstraintGroup, stdUiOptionConstraintGroupPage, stdUiOptionConstraintGroupTrait, stdUiOrbitalVisualization, stdUiOrbitalVisualizationPage, stdUiOrbitalVisualizationTrait, stdUiOverlay, stdUiOverlayPage, stdUiOverlayTrait, stdUiPageHeader, stdUiPageHeaderPage, stdUiPageHeaderTrait, stdUiPageTransition, stdUiPageTransitionPage, stdUiPageTransitionTrait, stdUiPagination, stdUiPaginationPage, stdUiPaginationTrait, stdUiPatternTile, stdUiPatternTilePage, stdUiPatternTileTrait, stdUiPhysicsCanvas, stdUiPhysicsCanvasPage, stdUiPhysicsCanvasTrait, stdUiPopover, stdUiPopoverPage, stdUiPopoverTrait, stdUiPositionedCanvas, stdUiPositionedCanvasPage, stdUiPositionedCanvasTrait, stdUiPresence, stdUiPresencePage, stdUiPresenceTrait, stdUiPricingCard, stdUiPricingCardPage, stdUiPricingCardTrait, stdUiPricingGrid, stdUiPricingGridPage, stdUiPricingGridTrait, stdUiPricingOrganism, stdUiPricingOrganismPricingOrganismOrbital, stdUiProgressBar, stdUiProgressBarPage, stdUiProgressBarTrait, stdUiProgressDots, stdUiProgressDotsPage, stdUiProgressDotsTrait, stdUiPullQuote, stdUiPullQuotePage, stdUiPullQuoteTrait, stdUiPullToRefresh, stdUiPullToRefreshPage, stdUiPullToRefreshTrait, stdUiQrScanner, stdUiQrScannerPage, stdUiQrScannerTrait, stdUiQuizBlock, stdUiQuizBlockPage, stdUiQuizBlockTrait, stdUiRadio, stdUiRadioPage, stdUiRadioTrait, stdUiRangeSlider, stdUiRangeSliderPage, stdUiRangeSliderTrait, stdUiReflectionBlock, stdUiReflectionBlockPage, stdUiReflectionBlockTrait, stdUiRelationSelect, stdUiRelationSelectPage, stdUiRelationSelectTrait, stdUiRepeatableFormSection, stdUiRepeatableFormSectionPage, stdUiRepeatableFormSectionTrait, stdUiReplyTree, stdUiReplyTreePage, stdUiReplyTreeTrait, stdUiRichBlockEditor, stdUiRichBlockEditorPage, stdUiRichBlockEditorTrait, stdUiRuntimeDebugger, stdUiRuntimeDebuggerRuntimeDebuggerOrbital, stdUiScaledDiagram, stdUiScaledDiagramPage, stdUiScaledDiagramTrait, stdUiScoreDisplay, stdUiScoreDisplayPage, stdUiScoreDisplayTrait, stdUiSearchInput, stdUiSearchInputPage, stdUiSearchInputTrait, stdUiSection, stdUiSectionHeader, stdUiSectionHeaderPage, stdUiSectionHeaderTrait, stdUiSectionPage, stdUiSectionTrait, stdUiSegmentRenderer, stdUiSegmentRendererSegmentRendererOrbital, stdUiSelect, stdUiSelectPage, stdUiSelectTrait, stdUiSequenceBar, stdUiSequenceBarPage, stdUiSequenceBarTrait, stdUiServiceCatalog, stdUiServiceCatalogPage, stdUiServiceCatalogTrait, stdUiShowcaseCard, stdUiShowcaseCardPage, stdUiShowcaseCardTrait, stdUiShowcaseOrganism, stdUiShowcaseOrganismShowcaseOrganismOrbital, stdUiSidePanel, stdUiSidePanelPage, stdUiSidePanelTrait, stdUiSidebar, stdUiSidebarPage, stdUiSidebarTrait, stdUiSignaturePad, stdUiSignaturePadPage, stdUiSignaturePadTrait, stdUiSimpleGrid, stdUiSimpleGridPage, stdUiSimpleGridTrait, stdUiSkeleton, stdUiSkeletonPage, stdUiSkeletonTrait, stdUiSocialProof, stdUiSocialProofPage, stdUiSocialProofTrait, stdUiSortableList, stdUiSortableListPage, stdUiSortableListTrait, stdUiSpacer, stdUiSpacerPage, stdUiSpacerTrait, stdUiSparkline, stdUiSparklinePage, stdUiSparklineTrait, stdUiSpinner, stdUiSpinnerPage, stdUiSpinnerTrait, stdUiSplit, stdUiSplitPage, stdUiSplitPane, stdUiSplitPaneSplitPaneOrbital, stdUiSplitSection, stdUiSplitSectionPage, stdUiSplitSectionTrait, stdUiSplitTrait, stdUiStack, stdUiStackPage, stdUiStackTrait, stdUiStarRating, stdUiStarRatingPage, stdUiStarRatingTrait, stdUiStatBadge, stdUiStatBadgePage, stdUiStatBadgeTrait, stdUiStatCard, stdUiStatCardStatCardOrbital, stdUiStatDisplay, stdUiStatDisplayPage, stdUiStatDisplayTrait, stdUiStateGraph, stdUiStateGraphPage, stdUiStateGraphTrait, stdUiStateJsonView, stdUiStateJsonViewPage, stdUiStateJsonViewTrait, stdUiStateMachineView, stdUiStateMachineViewStateMachineViewOrbital, stdUiStatsGrid, stdUiStatsGridPage, stdUiStatsGridTrait, stdUiStatsOrganism, stdUiStatsOrganismStatsOrganismOrbital, stdUiStatusDot, stdUiStatusDotPage, stdUiStatusDotTrait, stdUiStepFlow, stdUiStepFlowOrganism, stdUiStepFlowOrganismStepFlowOrganismOrbital, stdUiStepFlowPage, stdUiStepFlowTrait, stdUiSubagentTracePanel, stdUiSubagentTracePanelSubagentTracePanelOrbital, stdUiSvgBranch, stdUiSvgBranchPage, stdUiSvgBranchTrait, stdUiSvgConnection, stdUiSvgConnectionPage, stdUiSvgConnectionTrait, stdUiSvgFlow, stdUiSvgFlowPage, stdUiSvgFlowTrait, stdUiSvgGrid, stdUiSvgGridPage, stdUiSvgGridTrait, stdUiSvgLobe, stdUiSvgLobePage, stdUiSvgLobeTrait, stdUiSvgMesh, stdUiSvgMeshPage, stdUiSvgMeshTrait, stdUiSvgMorph, stdUiSvgMorphPage, stdUiSvgMorphTrait, stdUiSvgNode, stdUiSvgNodePage, stdUiSvgNodeTrait, stdUiSvgPulse, stdUiSvgPulsePage, stdUiSvgPulseTrait, stdUiSvgRing, stdUiSvgRingPage, stdUiSvgRingTrait, stdUiSvgShield, stdUiSvgShieldPage, stdUiSvgShieldTrait, stdUiSvgStack, stdUiSvgStackPage, stdUiSvgStackTrait, stdUiSwipeableRow, stdUiSwipeableRowPage, stdUiSwipeableRowTrait, stdUiSwitch, stdUiSwitchPage, stdUiSwitchTrait, stdUiTabbedContainer, stdUiTabbedContainerTabbedContainerOrbital, stdUiTableView, stdUiTableViewPage, stdUiTableViewTrait, stdUiTabs, stdUiTabsPage, stdUiTabsTrait, stdUiTagCloud, stdUiTagCloudPage, stdUiTagCloudTrait, stdUiTagInput, stdUiTagInputPage, stdUiTagInputTrait, stdUiTeamCard, stdUiTeamCardPage, stdUiTeamCardTrait, stdUiTeamOrganism, stdUiTeamOrganismTeamOrganismOrbital, stdUiTextHighlight, stdUiTextHighlightPage, stdUiTextHighlightTrait, stdUiTextarea, stdUiTextareaPage, stdUiTextareaTrait, stdUiThemeToggle, stdUiThemeTogglePage, stdUiThemeToggleTrait, stdUiTimeSlotCell, stdUiTimeSlotCellPage, stdUiTimeSlotCellTrait, stdUiTimeline, stdUiTimelineTimelineOrbital, stdUiTimerDisplay, stdUiTimerDisplayPage, stdUiTimerDisplayTimerDisplayOrbital, stdUiTimerDisplayTrait, stdUiToastSlot, stdUiToastSlotToastSlotOrbital, stdUiTooltip, stdUiTooltipPage, stdUiTooltipTrait, stdUiTraitFrame, stdUiTraitFramePage, stdUiTraitFrameTrait, stdUiTraitSlot, stdUiTraitSlotPage, stdUiTraitSlotTrait, stdUiTrendIndicator, stdUiTrendIndicatorPage, stdUiTrendIndicatorTrait, stdUiTypewriterText, stdUiTypewriterTextPage, stdUiTypewriterTextTrait, stdUiTypography, stdUiTypographyPage, stdUiTypographyTrait, stdUiUiSlotRenderer, stdUiUiSlotRendererUiSlotRendererOrbital, stdUiUploadDropZone, stdUiUploadDropZonePage, stdUiUploadDropZoneTrait, stdUiVersionDiff, stdUiVersionDiffPage, stdUiVersionDiffTrait, stdUiViolationAlert, stdUiViolationAlertPage, stdUiViolationAlertTrait, stdUiVoteStack, stdUiVoteStackPage, stdUiVoteStackTrait, stdUiVstack, stdUiVstackPage, stdUiVstackTrait, stdUiWizardContainer, stdUiWizardContainerPage, stdUiWizardContainerTrait, stdUiWizardNavigation, stdUiWizardNavigationPage, stdUiWizardNavigationTrait, stdUiWizardProgress, stdUiWizardProgressPage, stdUiWizardProgressTrait, stdVersionHistory, stdVersionHistoryPage, stdVersionHistoryRevisionOrbital, stdVersionHistoryTrait, stdVote, stdVotePage, stdVoteTrait, stdVoteVoteOrbital, stdWeightValidator, stdWeightValidatorMlWeightValidatorOrbital, stdWeightValidatorPage, stdWeightValidatorTrait, stdWizard, stdWizardPage, stdWizardTrait, stdWizardWizardOrbital, stdWorldmapBoard2d, stdWorldmapBoard2dWorldMapBoard2DOrbital, stdXp, stdXpPage, stdXpTrait };
44866
+ export { StdAgentBuilderAgentBuilderOrbitalManifest, type StdAgentBuilderAgentBuilderOrbitalParams, type StdAgentBuilderBuildCompletePayload, type StdAgentBuilderEventKey, type StdAgentBuilderParams, type StdAgentBuilderPlannedPayload, StdAgentCompletionAgentCompletionOrbitalManifest, type StdAgentCompletionAgentCompletionOrbitalParams, type StdAgentCompletionCompletedPayload, type StdAgentCompletionEventKey, type StdAgentCompletionGeneratedPayload, type StdAgentCompletionParams, StdAgentContextAgentContextOrbitalManifest, type StdAgentContextAgentContextOrbitalParams, type StdAgentContextCountedPayload, type StdAgentContextEventKey, type StdAgentContextParams, type StdAgentContextTokenCountedPayload, StdAgentFixLoopAgentFixLoopOrbitalManifest, type StdAgentFixLoopAgentFixLoopOrbitalParams, type StdAgentFixLoopEventKey, type StdAgentFixLoopFixAppliedPayload, type StdAgentFixLoopParams, type StdAgentFixLoopPromptGeneratedPayload, StdAgentMemoryAgentMemoryOrbitalManifest, type StdAgentMemoryAgentMemoryOrbitalParams, type StdAgentMemoryEventKey, type StdAgentMemoryParams, type StdAgentMemoryRecallCompletePayload, type StdAgentMemoryRecalledPayload, StdAgentPlannerAgentPlannerOrbitalManifest, type StdAgentPlannerAgentPlannerOrbitalParams, type StdAgentPlannerEventKey, type StdAgentPlannerMemoriesRecalledPayload, type StdAgentPlannerParams, type StdAgentPlannerPlanGeneratedPayload, type StdAgentPlannerPlannedPayload, type StdAgentRabitComposedPayload, StdAgentRabitCoordinatorOrbitalManifest, type StdAgentRabitCoordinatorOrbitalParams, type StdAgentRabitDispatchedPayload, type StdAgentRabitEventKey, StdAgentRabitOrbitalProcessOrbitalManifest, type StdAgentRabitOrbitalProcessOrbitalParams, type StdAgentRabitParams, type StdAgentRabitPlannedPayload, type StdAgentRabitRabitDonePayload, StdAgentSessionAgentSessionOrbitalManifest, type StdAgentSessionAgentSessionOrbitalParams, type StdAgentSessionEventKey, type StdAgentSessionHistoryLoadedPayload, type StdAgentSessionParams, type StdAgentSessionSpecLoadedPayload, type StdAgentSessionSpecReadPayload, StdAgentToolCallAgentToolCallOrbitalManifest, type StdAgentToolCallAgentToolCallOrbitalParams, type StdAgentToolCallEventKey, type StdAgentToolCallParams, type StdAgentToolCallToolsCalledPayload, StdAgentToolLoopAgentToolLoopOrbitalManifest, type StdAgentToolLoopAgentToolLoopOrbitalParams, type StdAgentToolLoopEventKey, type StdAgentToolLoopLoopStepPayload, type StdAgentToolLoopParams, type StdAgentToolLoopToolsCalled1Payload, type StdAgentToolLoopToolsCalled2Payload, StdAgentTraceAgentTraceOrbitalManifest, type StdAgentTraceAgentTraceOrbitalParams, type StdAgentTraceEventKey, type StdAgentTraceParams, StdAnimTickAnimTickOrbitalManifest, type StdAnimTickAnimTickOrbitalParams, type StdAnimTickConfig, type StdAnimTickEventKey, type StdAnimTickParams, StdAppLayoutAppLayoutOrbitalManifest, type StdAppLayoutAppLayoutOrbitalParams, type StdAppLayoutAppLayoutStateLoadFailedPayload, type StdAppLayoutAppLayoutStateLoadedPayload, type StdAppLayoutConfig, type StdAppLayoutEventKey, type StdAppLayoutNotifyClickPayload, type StdAppLayoutParams, type StdAppLayoutSearchPayload, StdAppSearchAppSearchOrbitalManifest, type StdAppSearchAppSearchOrbitalParams, type StdAppSearchEventKey, type StdAppSearchParams, StdApprovalGateApprovalGateOrbitalManifest, type StdApprovalGateApprovalGateOrbitalParams, type StdApprovalGateParams, StdArcadeBoard3dArcadeBoard3DFrameOrbitalManifest, type StdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, type StdArcadeBoard3dConfig, type StdArcadeBoard3dParams, type StdArcadeFlowConfig, type StdArcadeFlowEventKey, type StdArcadeFlowGameEndPayload, type StdArcadeFlowParams, type StdArcadePlayBurstPayload, type StdArcadePlayConfig, type StdArcadePlayEventKey, type StdArcadePlayParams, type StdArcadePlayScoreChangedPayload, StdAuditCaptureAuditCaptureOrbitalManifest, type StdAuditCaptureAuditCaptureOrbitalParams, type StdAuditCaptureAuditRecordedPayload, type StdAuditCaptureConfig, type StdAuditCaptureEventKey, type StdAuditCaptureParams, StdBillableHourBillableHourOrbitalManifest, type StdBillableHourBillableHourOrbitalParams, type StdBillableHourConfig, type StdBillableHourListenKey, type StdBillableHourParams, type StdBoardBoardItemsLoadFailedPayload, type StdBoardBoardItemsLoadedPayload, type StdBoardBoardItemsSaveFailedPayload, type StdBoardBoardItemsSavedPayload, StdBoardBoardOrbitalManifest, type StdBoardBoardOrbitalParams, type StdBoardConfig, type StdBoardDeleteCardPayload, type StdBoardEditCardPayload, type StdBoardEventKey, type StdBoardMoveCardPayload, type StdBoardOpenCardPayload, type StdBoardParams, type StdBoardReorderCardPayload, type StdBoardSaveCardPayload, StdBrowseBrowseItemOrbitalManifest, type StdBrowseBrowseItemOrbitalParams, type StdBrowseConfig, type StdBrowseListenKey, type StdBrowseParams, StdCacheAsideCacheEntryOrbitalManifest, type StdCacheAsideCacheEntryOrbitalParams, type StdCacheAsideConfig, type StdCacheAsideParams, type StdCalendarCalendarEventLoadFailedPayload, type StdCalendarCalendarEventLoadedPayload, StdCalendarCalendarEventOrbitalManifest, type StdCalendarCalendarEventOrbitalParams, type StdCalendarConfig, type StdCalendarEventKey, type StdCalendarParams, type StdCalendarPayload, type StdCascadeOnDeleteCascadeCompletedPayload, type StdCascadeOnDeleteCascadeFailedPayload, StdCascadeOnDeleteCascadeOnDeleteOrbitalManifest, type StdCascadeOnDeleteCascadeOnDeleteOrbitalParams, type StdCascadeOnDeleteCascadeRowDeletedPayload, type StdCascadeOnDeleteCascadeSteppedPayload, type StdCascadeOnDeleteConfig, type StdCascadeOnDeleteDepsLoadedPayload, type StdCascadeOnDeleteEventKey, type StdCascadeOnDeleteParams, type StdChaseAiBurstPayload, type StdChaseAiConfig, type StdChaseAiEventKey, type StdChaseAiParams, type StdChaseAiUnitsChangedPayload, type StdCircuitBreakerConfig, type StdCircuitBreakerParams, StdCircuitBreakerServiceNodeOrbitalManifest, type StdCircuitBreakerServiceNodeOrbitalParams, type StdConfirmationConfig, type StdConfirmationConfirmActionLoadFailedPayload, type StdConfirmationConfirmActionLoadedPayload, StdConfirmationConfirmActionOrbitalManifest, type StdConfirmationConfirmActionOrbitalParams, type StdConfirmationConfirmPayload, type StdConfirmationEventKey, type StdConfirmationParams, type StdCooldownConfig, StdCooldownCooldownOrbitalManifest, type StdCooldownCooldownOrbitalParams, type StdCooldownCooldownReadyPayload, type StdCooldownEventKey, type StdCooldownParams, type StdCrewBoard2dConfig, StdCrewBoard2dCrewBoard2DOrbitalManifest, type StdCrewBoard2dCrewBoard2DOrbitalParams, type StdCrewBoard2dParams, StdCrossReferenceCrossReferenceOrbitalManifest, type StdCrossReferenceCrossReferenceOrbitalParams, type StdCrossReferenceEventKey, type StdCrossReferenceLinkCreatedPayload, type StdCrossReferenceLinkOpFailedPayload, type StdCrossReferenceLinkRemovedPayload, type StdCrossReferenceLinksFetchedPayload, type StdCrossReferenceLinksLoadedPayload, type StdCrossReferenceParams, type StdDashboardGridEmbeddedConfig, StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalManifest, type StdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, type StdDashboardGridEmbeddedParams, type StdDataCollectorBufferReadyPayload, type StdDataCollectorConfig, type StdDataCollectorEventKey, StdDataCollectorMlDataCollectorOrbitalManifest, type StdDataCollectorMlDataCollectorOrbitalParams, type StdDataCollectorParams, StdDataErasureDataErasureOrbitalManifest, type StdDataErasureDataErasureOrbitalParams, type StdDataErasureParams, type StdDateRangeConfig, type StdDateRangeDateRangeChangedPayload, StdDateRangeDateRangeOrbitalManifest, type StdDateRangeDateRangeOrbitalParams, type StdDateRangeEventKey, type StdDateRangeParams, type StdDungeonBoard2dConfig, StdDungeonBoard2dDungeonBoard2DOrbitalManifest, type StdDungeonBoard2dDungeonBoard2DOrbitalParams, type StdDungeonBoard2dParams, type StdDungeonCombatBurstPayload, type StdDungeonCombatConfig, type StdDungeonCombatDefeatedPayload, type StdDungeonCombatEventKey, type StdDungeonCombatParams, StdEscalatingDecisionEscalatingDecisionOrbitalManifest, type StdEscalatingDecisionEscalatingDecisionOrbitalParams, type StdEscalatingDecisionEventKey, type StdEscalatingDecisionParams, type StdEscalatingDecisionRunExactPayload, type StdEsignFlowEventKey, type StdEsignFlowListenKey, type StdEsignFlowParams, type StdEsignFlowRequestDeletePayload, type StdEsignFlowResendRequestPayload, type StdEsignFlowSignatureSessionLoadFailedPayload, type StdEsignFlowSignatureSessionLoadedPayload, StdEsignFlowSignatureSessionOrbitalManifest, type StdEsignFlowSignatureSessionOrbitalParams, type StdEsignRequestConfig, StdEsignRequestESignRequestOrbitalManifest, type StdEsignRequestESignRequestOrbitalParams, type StdEsignRequestParams, type StdEventLogApplyFilterPayload, type StdEventLogConfig, type StdEventLogEventKey, type StdEventLogEventLogLoadFailedPayload, type StdEventLogEventLogLoadedPayload, StdEventLogEventLogOrbitalManifest, type StdEventLogEventLogOrbitalParams, type StdEventLogEventLogSaveFailedPayload, type StdEventLogEventLogSavedPayload, type StdEventLogParams, type StdEventLogSaveBackfillPayload, type StdExportConfig, StdExportExportOrbitalManifest, type StdExportExportOrbitalParams, type StdExportParams, type StdFileStoreArchiveFilePayload, type StdFileStoreConfig, type StdFileStoreDownloadFilePayload, type StdFileStoreEventKey, type StdFileStoreOpenFilePayload, type StdFileStoreParams, type StdFileStoreReorderPayload, type StdFileStoreStoredFileLoadFailedPayload, type StdFileStoreStoredFileLoadedPayload, StdFileStoreStoredFileOrbitalManifest, type StdFileStoreStoredFileOrbitalParams, type StdFilterConfig, type StdFilterEventKey, type StdFilterFilterPayload, StdFilterFilterTargetOrbitalManifest, type StdFilterFilterTargetOrbitalParams, type StdFilterParams, type StdFormAdvancedConfig, type StdFormAdvancedEventKey, type StdFormAdvancedFormEntryLoadFailedPayload, type StdFormAdvancedFormEntryLoadedPayload, StdFormAdvancedFormEntryOrbitalManifest, type StdFormAdvancedFormEntryOrbitalParams, type StdFormAdvancedFormEntrySaveFailedPayload, type StdFormAdvancedFormEntrySavedPayload, type StdFormAdvancedParams, type StdFxParticlesConfig, type StdFxParticlesEventKey, type StdFxParticlesParams, StdGalleryGalleryItemOrbitalManifest, type StdGalleryGalleryItemOrbitalParams, type StdGalleryParams, type StdGameClockConfig, type StdGameClockEventKey, StdGameClockGameClockOrbitalManifest, type StdGameClockGameClockOrbitalParams, type StdGameClockGameClockTickedPayload, type StdGameClockParams, type StdGatherBurstPayload, type StdGatherConfig, type StdGatherEventKey, type StdGatherParams, type StdGatherResourcesPayload, type StdGeosearchConfig, type StdGeosearchEventKey, type StdGeosearchGeoSearchPayload, StdGeosearchGeoSearchResultOrbitalManifest, type StdGeosearchGeoSearchResultOrbitalParams, type StdGeosearchParams, type StdGoldConfig, type StdGoldEventKey, type StdGoldGoldChangedPayload, type StdGoldParams, type StdGraphBuilderConfig, type StdGraphBuilderEventKey, StdGraphBuilderGraphBuilderOrbitalManifest, type StdGraphBuilderGraphBuilderOrbitalParams, type StdGraphBuilderGraphReadyPayload, type StdGraphBuilderParams, type StdGraphsConfig, type StdGraphsEventKey, StdGraphsGraphItemOrbitalManifest, type StdGraphsGraphItemOrbitalParams, type StdGraphsParams, type StdGridTacticsBurstPayload, type StdGridTacticsConfig, type StdGridTacticsEventKey, type StdGridTacticsParams, type StdGridTacticsUnitsChangedPayload, type StdHeroNavConfig, type StdHeroNavEventKey, type StdHeroNavHeroSteppedPayload, type StdHeroNavParams, type StdImageUploadMultiConfig, type StdImageUploadMultiEventKey, type StdImageUploadMultiParams, type StdImageUploadMultiUploadPayload, type StdImageUploadMultiUploadedImageCreatedPayload, type StdImageUploadMultiUploadedImageDeleteFailedPayload, type StdImageUploadMultiUploadedImageDeletedPayload, type StdImageUploadMultiUploadedImageLoadFailedPayload, type StdImageUploadMultiUploadedImageLoadedPayload, StdImageUploadMultiUploadedImageOrbitalManifest, type StdImageUploadMultiUploadedImageOrbitalParams, type StdImageUploadMultiUploadedImageUploadFailedPayload, type StdImportConfig, type StdImportParams, type StdKnowledgeTracingCaptureLabelPayload, type StdKnowledgeTracingEventKey, StdKnowledgeTracingKnowledgeTracingOrbitalManifest, type StdKnowledgeTracingKnowledgeTracingOrbitalParams, type StdKnowledgeTracingListenKey, type StdKnowledgeTracingObservationMadePayload, type StdKnowledgeTracingParams, type StdLearnArrangementArrangementCheckedPayload, type StdLearnArrangementConfig, type StdLearnArrangementEventKey, type StdLearnArrangementParams, type StdLearnClassifyClassifyUpdatedPayload, type StdLearnClassifyConfig, type StdLearnClassifyEventKey, type StdLearnClassifyParams, type StdLearnCompareComparisonChangedPayload, type StdLearnCompareConfig, type StdLearnCompareEventKey, type StdLearnCompareParams, type StdLearnCoupledSimCoefsChangedPayload, type StdLearnCoupledSimConfig, type StdLearnCoupledSimEventKey, type StdLearnCoupledSimParams, type StdLearnCoupledSimRunToggledPayload, type StdLearnCoupledSimShockAppliedPayload, type StdLearnCoupledSimSimResetPayload, type StdLearnDerivationConfig, type StdLearnDerivationDerivationUpdatedPayload, type StdLearnDerivationEventKey, type StdLearnDerivationParams, type StdLearnDiagramConfig, type StdLearnDiagramEventKey, type StdLearnDiagramParams, type StdLearnDiagramPartSelectedPayload, type StdLearnDoserConfig, type StdLearnDoserDoseAddedPayload, type StdLearnDoserDoserUpdatedPayload, type StdLearnDoserEventKey, type StdLearnDoserParams, type StdLearnEstimateConfig, type StdLearnEstimateEstimateJudgedPayload, type StdLearnEstimateEventKey, type StdLearnEstimateParams, type StdLearnEstimatePromptAdvancedPayload, type StdLearnEstimateRoundRestartedPayload, type StdLearnGoalSeekConfig, type StdLearnGoalSeekEventKey, type StdLearnGoalSeekGoalCheckedPayload, type StdLearnGoalSeekGoalResetPayload, type StdLearnGoalSeekParams, type StdLearnGoalSeekParamsChangedPayload, type StdLearnGridSimCellToggledPayload, type StdLearnGridSimConfig, type StdLearnGridSimEventKey, type StdLearnGridSimGridResetPayload, type StdLearnGridSimGridSteppedPayload, type StdLearnGridSimParams, type StdLearnGridSimRunToggledPayload, type StdLearnHotspotConfig, type StdLearnHotspotEventKey, type StdLearnHotspotParams, type StdLearnHotspotPromptAdvancedPayload, type StdLearnHotspotRoundRestartedPayload, type StdLearnHotspotTapJudgedPayload, type StdLearnLiveSimConfig, type StdLearnLiveSimEventKey, type StdLearnLiveSimParams, type StdLearnLiveSimRunToggledPayload, type StdLearnLiveSimSimResetPayload, type StdLearnMeasureConfig, type StdLearnMeasureEventKey, type StdLearnMeasureMeasureResetPayload, type StdLearnMeasureParams, type StdLearnMeasureProbeRecordedPayload, type StdLearnMeasureRunToggledPayload, type StdLearnParamExplorerConfig, type StdLearnParamExplorerEventKey, type StdLearnParamExplorerParams, type StdLearnParamExplorerParamsChangedPayload, type StdLearnPerturbConfig, type StdLearnPerturbEventKey, type StdLearnPerturbParams, type StdLearnPerturbRateChangedPayload, type StdLearnPerturbRunToggledPayload, type StdLearnPerturbSetpointChangedPayload, type StdLearnPerturbShockAppliedPayload, type StdLearnPerturbSimResetPayload, type StdLearnPredictConfig, type StdLearnPredictEventKey, type StdLearnPredictParams, type StdLearnPredictPredictionCommittedPayload, type StdLearnPredictRoundRestartedPayload, type StdLearnPredictScenarioAdvancedPayload, type StdLearnSampleAccumulatorAccumulatorResetPayload, type StdLearnSampleAccumulatorConfig, type StdLearnSampleAccumulatorEventKey, type StdLearnSampleAccumulatorParams, type StdLearnSampleAccumulatorSamplesDrawnPayload, type StdLearnSandboxConfig, type StdLearnSandboxEventKey, type StdLearnSandboxParams, type StdLearnSandboxSystemChangedPayload, type StdLearnScatterFitConfig, type StdLearnScatterFitEventKey, type StdLearnScatterFitLearnScatterFitUpdatedPayload, type StdLearnScatterFitParams, type StdLearnScenarioChoiceMadePayload, type StdLearnScenarioConfig, type StdLearnScenarioEventKey, type StdLearnScenarioParams, type StdLearnScenarioScenarioRestartedPayload, type StdLearnSim3dConfig, type StdLearnSim3dEventKey, type StdLearnSim3dParams, type StdLearnSim3dSim3dTickPayload, type StdLearnSim3dSim3dUpdatedPayload, type StdLearnSpeedDrillAnswerJudgedPayload, type StdLearnSpeedDrillConfig, type StdLearnSpeedDrillEventKey, type StdLearnSpeedDrillParams, type StdLearnSpeedDrillPromptAdvancedPayload, type StdLearnSpeedDrillRoundRestartedPayload, type StdLearnStepperConfig, type StdLearnStepperEventKey, type StdLearnStepperParams, type StdLearnStepperStepperAdvancedPayload, type StdLearnTour3dConfig, type StdLearnTour3dEventKey, type StdLearnTour3dParams, type StdLearnTour3dTour3dUpdatedPayload, type StdLearnTracePlayerConfig, type StdLearnTracePlayerEventKey, type StdLearnTracePlayerFrameAdvancedPayload, type StdLearnTracePlayerParams, type StdLearnTracePlayerTraceDonePayload, type StdLearnTransportConfig, type StdLearnTransportEventKey, type StdLearnTransportLearnStepPayload, type StdLearnTransportLearnUpdatedPayload, type StdLearnTransportParams, type StdLearnTreeConfig, type StdLearnTreeEventKey, type StdLearnTreeParams, type StdLearnTreeTreeUpdatedPayload, type StdLifecycleConfig, type StdLifecycleEventKey, StdLifecycleLifecycleOrbitalManifest, type StdLifecycleLifecycleOrbitalParams, type StdLifecycleLifecycleSteppedPayload, type StdLifecycleLifecycleTransitionedPayload, type StdLifecycleParams, type StdLifecycleScanFailedPayload, type StdLifecycleScanRecordsLoadedPayload, type StdListDeletePayload, type StdListEditPayload, type StdListEventKey, type StdListListItemLoadFailedPayload, type StdListListItemLoadedPayload, StdListListItemOrbitalManifest, type StdListListItemOrbitalParams, type StdListListenKey, type StdListParams, type StdMarketBoard3dConfig, StdMarketBoard3dMarketBoard3DOrbitalManifest, type StdMarketBoard3dMarketBoard3DOrbitalParams, type StdMarketBoard3dParams, type StdMarketFlowConfig, type StdMarketFlowEventKey, type StdMarketFlowGameEndPayload, type StdMarketFlowParams, type StdMarketingArticleConfig, type StdMarketingArticleParams, type StdMarketingCtaConfig, type StdMarketingCtaCtaPrimaryPayload, type StdMarketingCtaCtaSecondaryPayload, type StdMarketingCtaEventKey, type StdMarketingCtaParams, type StdMarketingFeaturesConfig, type StdMarketingFeaturesEventKey, type StdMarketingFeaturesFeatureClickPayload, type StdMarketingFeaturesParams, type StdMarketingFooterConfig, type StdMarketingFooterParams, type StdMarketingHeroConfig, type StdMarketingHeroCtaPrimaryPayload, type StdMarketingHeroCtaSecondaryPayload, type StdMarketingHeroEventKey, type StdMarketingHeroParams, type StdMarketingNavConfig, type StdMarketingNavEventKey, type StdMarketingNavNavClickPayload, type StdMarketingNavParams, type StdMarketingPricingConfig, type StdMarketingPricingEventKey, type StdMarketingPricingParams, type StdMarketingPricingPlanSelectPayload, type StdMarketingShowcaseConfig, type StdMarketingShowcaseEventKey, type StdMarketingShowcaseParams, type StdMarketingShowcaseShowcaseClickPayload, type StdMarketingSplitConfig, type StdMarketingSplitParams, type StdMarketingStatsConfig, type StdMarketingStatsParams, type StdMarketingStepsConfig, type StdMarketingStepsParams, type StdMarketingTeamConfig, type StdMarketingTeamParams, type StdMeshAssetArtConfig, type StdMeshAssetArtEventKey, type StdMeshAssetArtParams, type StdMigrationJobCommittedPayload, type StdMigrationJobConfig, type StdMigrationJobDocumentFetchedPayload, type StdMigrationJobDocumentsListedPayload, type StdMigrationJobEventKey, type StdMigrationJobMigrationCallFailedPayload, type StdMigrationJobMigrationCompletedPayload, type StdMigrationJobMigrationDocumentPayload, type StdMigrationJobMigrationFailedPayload, type StdMigrationJobMigrationFetchedPayload, StdMigrationJobMigrationJobOrbitalManifest, type StdMigrationJobMigrationJobOrbitalParams, type StdMigrationJobMigrationReviewReadyPayload, type StdMigrationJobParams, type StdMlClassifyClassifiedPayload, type StdMlClassifyClassifiedRawPayload, type StdMlClassifyClassifyCallFailedPayload, type StdMlClassifyClassifyFailedPayload, type StdMlClassifyConfig, type StdMlClassifyEventKey, StdMlClassifyMlClassifyOrbitalManifest, type StdMlClassifyMlClassifyOrbitalParams, type StdMlClassifyParams, type StdMlExactCheckConfig, type StdMlExactCheckEventKey, type StdMlExactCheckExactMatchedPayload, type StdMlExactCheckExactUnmatchedPayload, StdMlExactCheckMlExactCheckOrbitalManifest, type StdMlExactCheckMlExactCheckOrbitalParams, type StdMlExactCheckParams, type StdMlInferConfig, type StdMlInferEventKey, type StdMlInferInferAbstainedPayload, type StdMlInferInferCallFailedPayload, type StdMlInferInferredPayload, type StdMlInferInferredRawPayload, StdMlInferMlInferOrbitalManifest, type StdMlInferMlInferOrbitalParams, type StdMlInferParams, type StdMlLabelCaptureConfig, type StdMlLabelCaptureEventKey, type StdMlLabelCaptureLabelCapturedPayload, StdMlLabelCaptureMlLabelCaptureOrbitalManifest, type StdMlLabelCaptureMlLabelCaptureOrbitalParams, type StdMlLabelCaptureParams, type StdMlLookupConfig, type StdMlLookupEventKey, type StdMlLookupKeyHitPayload, type StdMlLookupKeyMissPayload, StdMlLookupMlLookupOrbitalManifest, type StdMlLookupMlLookupOrbitalParams, type StdMlLookupParams, type StdMlPosteriorConfig, type StdMlPosteriorEventKey, type StdMlPosteriorEvidenceInsufficientPayload, type StdMlPosteriorMasteryReachedPayload, StdMlPosteriorMlPosteriorOrbitalManifest, type StdMlPosteriorMlPosteriorOrbitalParams, type StdMlPosteriorParams, type StdMlPosteriorRemediationNeededPayload, type StdMlSimilarityConfig, type StdMlSimilarityEmbeddedPayload, type StdMlSimilarityEventKey, StdMlSimilarityMlSimilarityOrbitalManifest, type StdMlSimilarityMlSimilarityOrbitalParams, type StdMlSimilarityParams, type StdMlSimilaritySimilarityAbstainedPayload, type StdMlSimilaritySimilarityMatchedPayload, StdModQueueModQueueItemOrbitalManifest, type StdModQueueModQueueItemOrbitalParams, type StdModQueueParams, type StdModalConfig, type StdModalEventKey, type StdModalModalRecordLoadFailedPayload, type StdModalModalRecordLoadedPayload, StdModalModalRecordOrbitalManifest, type StdModalModalRecordOrbitalParams, type StdModalParams, type StdModalSavePayload, type StdMultiPartyFlowConfig, type StdMultiPartyFlowEventKey, type StdMultiPartyFlowFlowLoadFailedPayload, type StdMultiPartyFlowFlowLoadedPayload, StdMultiPartyFlowMultiPartyFlowOrbitalManifest, type StdMultiPartyFlowMultiPartyFlowOrbitalParams, type StdMultiPartyFlowParams, type StdMultiPartyFlowPartyConfirmPayload, type StdMultiPartyFlowSubmitCancelPayload, type StdMultiPartyFlowSubmitDisputePayload, type StdNotificationPanelClosePayload, type StdNotificationPanelConfig, type StdNotificationPanelEventKey, type StdNotificationPanelParams, type StdNotifyOnEventConfig, type StdNotifyOnEventEventKey, type StdNotifyOnEventNotificationDispatchedPayload, type StdNotifyOnEventNotifyEmailFailedPayload, type StdNotifyOnEventNotifyEmailSentPayload, StdNotifyOnEventNotifyOnEventOrbitalManifest, type StdNotifyOnEventNotifyOnEventOrbitalParams, type StdNotifyOnEventNotifySmsFailedPayload, type StdNotifyOnEventNotifySmsSentPayload, type StdNotifyOnEventNotifyWebhookFailedPayload, type StdNotifyOnEventNotifyWebhookSentPayload, type StdNotifyOnEventParams, type StdObjectiveBoard3dConfig, StdObjectiveBoard3dObjectiveBoard3DOrbitalManifest, type StdObjectiveBoard3dObjectiveBoard3DOrbitalParams, type StdObjectiveBoard3dParams, type StdObjectiveFlowConfig, type StdObjectiveFlowEventKey, type StdObjectiveFlowGameEndPayload, type StdObjectiveFlowParams, type StdObjectiveReachBurstPayload, type StdObjectiveReachConfig, type StdObjectiveReachEventKey, type StdObjectiveReachParams, type StdObjectiveReachProgressPayload, type StdPaginationConfig, type StdPaginationEventKey, type StdPaginationPagePayload, type StdPaginationPagedItemLoadedPayload, StdPaginationPagedItemOrbitalManifest, type StdPaginationPagedItemOrbitalParams, type StdPaginationParams, type StdPatienceBurstPayload, type StdPatienceConfig, type StdPatienceCustomerLostPayload, type StdPatienceEventKey, type StdPatienceParams, type StdPatienceServiceChangedPayload, type StdProductionConfig, type StdProductionEventKey, type StdProductionParams, type StdProductionSpawnPayload, type StdRateLimiterConfig, type StdRateLimiterParams, StdRateLimiterRateBucketOrbitalManifest, type StdRateLimiterRateBucketOrbitalParams, type StdRatingReviewChangeSortPayload, type StdRatingReviewConfig, type StdRatingReviewEventKey, type StdRatingReviewMarkHelpfulPayload, type StdRatingReviewParams, type StdRatingReviewRateDraftPayload, StdRatingReviewRatingReviewOrbitalManifest, type StdRatingReviewRatingReviewOrbitalParams, type StdRatingReviewReviewSaveFailedPayload, type StdRatingReviewReviewSavedPayload, type StdRatingReviewReviewsLoadFailedPayload, type StdRatingReviewReviewsLoadedPayload, type StdRatingReviewSubmitReviewPayload, type StdRecurrenceConfig, type StdRecurrenceEventKey, type StdRecurrenceOpenExceptionPayload, type StdRecurrenceParams, type StdRecurrenceRecurrenceLoadFailedPayload, type StdRecurrenceRecurrenceLoadedPayload, StdRecurrenceRecurrenceOrbitalManifest, type StdRecurrenceRecurrenceOrbitalParams, type StdRecurrenceRecurrenceSaveFailedPayload, type StdRecurrenceRecurrenceSavedPayload, type StdRecurrenceRescheduleOccurrencePayload, type StdRecurrenceSaveRulePayload, type StdRecurrenceSkipOccurrencePayload, type StdRelatedConfig, type StdRelatedEventKey, type StdRelatedParams, type StdRelatedRelatedItemLoadFailedPayload, type StdRelatedRelatedItemLoadedPayload, StdRelatedRelatedItemOrbitalManifest, type StdRelatedRelatedItemOrbitalParams, type StdReminderSchedulerConfig, type StdReminderSchedulerEventKey, type StdReminderSchedulerParams, type StdReminderSchedulerReminderDuePayload, StdReminderSchedulerReminderSchedulerOrbitalManifest, type StdReminderSchedulerReminderSchedulerOrbitalParams, type StdReminderSchedulerReminderSteppedPayload, type StdReminderSchedulerScanFailedPayload, type StdReminderSchedulerScanRecordsLoadedPayload, type StdRichEditorBlocksChangePayload, type StdRichEditorConfig, type StdRichEditorDocumentLoadFailedPayload, type StdRichEditorDocumentLoadedPayload, StdRichEditorDocumentOrbitalManifest, type StdRichEditorDocumentOrbitalParams, type StdRichEditorDocumentPublishedPayload, type StdRichEditorDocumentSaveFailedPayload, type StdRichEditorDocumentSavedPayload, type StdRichEditorEventKey, type StdRichEditorOpenPayload, type StdRichEditorParams, type StdRichEditorPublishPayload, type StdRichEditorSavePayload, type StdRoundFlowConfig, type StdRoundFlowEventKey, type StdRoundFlowGameEndPayload, type StdRoundFlowParams, type StdRowAccessControlConfig, type StdRowAccessControlEventKey, type StdRowAccessControlParams, StdRowAccessControlRowAccessControlOrbitalManifest, type StdRowAccessControlRowAccessControlOrbitalParams, type StdRowAccessControlRowsFilteredPayload, type StdSavedSearchChangeFrequencyPayload, type StdSavedSearchConfig, type StdSavedSearchDeletePayload, type StdSavedSearchEditPayload, type StdSavedSearchEventKey, type StdSavedSearchParams, type StdSavedSearchRenamePayload, type StdSavedSearchSavedSearchDeletedPayload, type StdSavedSearchSavedSearchLoadFailedPayload, type StdSavedSearchSavedSearchLoadedPayload, StdSavedSearchSavedSearchOrbitalManifest, type StdSavedSearchSavedSearchOrbitalParams, type StdSavedSearchSavedSearchUpdatedPayload, type StdSavedSearchToggleAlertPayload, type StdScatterConfig, type StdScatterEventKey, type StdScatterParams, StdScatterScatterItemOrbitalManifest, type StdScatterScatterItemOrbitalParams, type StdScoreConfig, type StdScoreEventKey, type StdScoreParams, type StdSearchConfig, type StdSearchEventKey, type StdSearchParams, type StdSearchSearchPayload, StdSearchSearchResultOrbitalManifest, type StdSearchSearchResultOrbitalParams, type StdSelectionConfig, type StdSelectionEventKey, type StdSelectionParams, type StdSelectionSelectableItemLoadFailedPayload, type StdSelectionSelectableItemLoadedPayload, StdSelectionSelectableItemOrbitalManifest, type StdSelectionSelectableItemOrbitalParams, type StdSignatureCaptureChangePayload, type StdSignatureCaptureConfig, type StdSignatureCaptureEventKey, type StdSignatureCaptureParams, StdSignatureCaptureSignatureCaptureOrbitalManifest, type StdSignatureCaptureSignatureCaptureOrbitalParams, type StdSignatureCaptureSignatureLoadFailedPayload, type StdSignatureCaptureSignatureLoadedPayload, type StdSignatureCaptureSignatureSubmitFailedPayload, type StdSignatureCaptureSignatureSubmittedPayload, type StdSignatureCaptureSubmitPayload, type StdStatRowsConfig, type StdStatRowsEventKey, type StdStatRowsParams, type StdStatsConfig, type StdStatsEventKey, type StdStatsParams, StdStatsStatsItemOrbitalManifest, type StdStatsStatsItemOrbitalParams, type StdStatusLifecycleConfig, type StdStatusLifecycleControlChangeStatusRequestedPayload, type StdStatusLifecycleControlConfig, type StdStatusLifecycleControlEventKey, type StdStatusLifecycleControlParams, StdStatusLifecycleControlStatusLifecycleControlOrbitalManifest, type StdStatusLifecycleControlStatusLifecycleControlOrbitalParams, type StdStatusLifecycleControlTransitionRequestedPayload, type StdStatusLifecycleEventKey, type StdStatusLifecycleParams, type StdStatusLifecycleStatusChangeFailedPayload, type StdStatusLifecycleStatusChangedPayload, StdStatusLifecycleStatusLifecycleOrbitalManifest, type StdStatusLifecycleStatusLifecycleOrbitalParams, type StdStepFlowAdvancePayload, type StdStepFlowBackPayload, type StdStepFlowConfig, type StdStepFlowEscalatePayload, type StdStepFlowEventKey, type StdStepFlowParams, type StdStepFlowRejectPayload, type StdStepFlowRestartPayload, StdStepFlowStepFlowOrbitalManifest, type StdStepFlowStepFlowOrbitalParams, type StdStepFlowStepItemsLoadFailedPayload, type StdStepFlowStepItemsLoadedPayload, type StdSurvivalBoard3dConfig, type StdSurvivalBoard3dParams, StdSurvivalBoard3dSurvivalBoard3DOrbitalManifest, type StdSurvivalBoard3dSurvivalBoard3DOrbitalParams, type StdSurvivalFlowConfig, type StdSurvivalFlowEventKey, type StdSurvivalFlowGameEndPayload, type StdSurvivalFlowParams, type StdSvgAssetArtConfig, type StdSvgAssetArtEventKey, type StdSvgAssetArtParams, type StdTabsConfig, type StdTabsEventKey, type StdTabsParams, type StdTabsTabChangedPayload, StdTabsTabsItemOrbitalManifest, type StdTabsTabsItemOrbitalParams, type StdTacticsBoard2dConfig, type StdTacticsBoard2dParams, StdTacticsBoard2dTacticsBoard2DOrbitalManifest, type StdTacticsBoard2dTacticsBoard2DOrbitalParams, type StdTacticsBoard3dConfig, type StdTacticsBoard3dParams, StdTacticsBoard3dTacticsBoard3DOrbitalManifest, type StdTacticsBoard3dTacticsBoard3DOrbitalParams, type StdTagTaxonomyConfig, type StdTagTaxonomyEventKey, type StdTagTaxonomyParams, type StdTagTaxonomySelectTagPayload, type StdTagTaxonomyTagLoadFailedPayload, type StdTagTaxonomyTagLoadedPayload, type StdTagTaxonomyTagSelectedPayload, StdTagTaxonomyTagTaxonomyOrbitalManifest, type StdTagTaxonomyTagTaxonomyOrbitalParams, type StdThreadConfig, type StdThreadEditReplyPayload, type StdThreadEventKey, type StdThreadParams, type StdThreadReplyPayload, type StdThreadSelectPayload, type StdThreadSubmitReplyPayload, type StdThreadThreadPostCreateFailedPayload, type StdThreadThreadPostCreatedPayload, type StdThreadThreadPostLoadFailedPayload, type StdThreadThreadPostLoadedPayload, StdThreadThreadPostOrbitalManifest, type StdThreadThreadPostOrbitalParams, type StdTokenizerConfig, type StdTokenizerEventKey, StdTokenizerMlTokenizerOrbitalManifest, type StdTokenizerMlTokenizerOrbitalParams, type StdTokenizerParams, type StdTokenizerTokenizedPayload, type StdUiAccordionConfig, type StdUiAccordionEventKey, type StdUiAccordionItemTogglePayload, type StdUiAccordionParams, type StdUiAccordionTogglePayload, type StdUiActionPaletteConfig, type StdUiActionPaletteEventKey, type StdUiActionPaletteParams, type StdUiActionTileConfig, type StdUiActionTileEventKey, type StdUiActionTileParams, type StdUiActivationBlockConfig, type StdUiActivationBlockEventKey, type StdUiActivationBlockParams, type StdUiAlertClosePayload, type StdUiAlertConfig, type StdUiAlertDismissPayload, type StdUiAlertEventKey, type StdUiAlertParams, type StdUiAlgoGraphCanvasConfig, type StdUiAlgoGraphCanvasEventKey, type StdUiAlgoGraphCanvasNodeClickPayload, type StdUiAlgoGraphCanvasParams, type StdUiAlgoGraphCanvasShapeClickPayload, type StdUiAlgorithmCanvasConfig, type StdUiAlgorithmCanvasEventKey, type StdUiAlgorithmCanvasParams, type StdUiAlgorithmCanvasShapeClickPayload, type StdUiAnimatedCounterConfig, type StdUiAnimatedCounterEventKey, type StdUiAnimatedCounterParams, type StdUiAnimatedGraphicConfig, type StdUiAnimatedGraphicEventKey, type StdUiAnimatedGraphicParams, type StdUiAnimatedRevealConfig, type StdUiAnimatedRevealEventKey, type StdUiAnimatedRevealParams, type StdUiArticleSectionConfig, type StdUiArticleSectionEventKey, type StdUiArticleSectionParams, type StdUiAsideConfig, type StdUiAsideEventKey, type StdUiAsideParams, type StdUiAtlasImageConfig, type StdUiAtlasImageEventKey, type StdUiAtlasImageParams, type StdUiAtlasPanelConfig, type StdUiAtlasPanelEventKey, type StdUiAtlasPanelParams, type StdUiAvatarActionPayload, type StdUiAvatarClickPayload, type StdUiAvatarConfig, type StdUiAvatarEventKey, type StdUiAvatarParams, type StdUiBadgeConfig, type StdUiBadgeEventKey, type StdUiBadgeParams, type StdUiBadgeRemovePayload, type StdUiBehaviorViewConfig, type StdUiBehaviorViewEventKey, type StdUiBehaviorViewParams, type StdUiBiologyCanvasConfig, type StdUiBiologyCanvasEventKey, type StdUiBiologyCanvasParams, type StdUiBiologyCanvasShapeClickPayload, type StdUiBloomQuizBlockConfig, type StdUiBloomQuizBlockEventKey, type StdUiBloomQuizBlockParams, type StdUiBookChapterViewBookChapterViewLoadedPayload, StdUiBookChapterViewBookChapterViewOrbitalManifest, type StdUiBookChapterViewBookChapterViewOrbitalParams, type StdUiBookChapterViewConfig, type StdUiBookChapterViewEventKey, type StdUiBookChapterViewParams, StdUiBookCoverPageBookCoverPageOrbitalManifest, type StdUiBookCoverPageBookCoverPageOrbitalParams, type StdUiBookCoverPageConfig, type StdUiBookCoverPageEventKey, type StdUiBookCoverPageParams, StdUiBookNavBarBookNavBarOrbitalManifest, type StdUiBookNavBarBookNavBarOrbitalParams, type StdUiBookNavBarConfig, type StdUiBookNavBarEventKey, type StdUiBookNavBarParams, type StdUiBookTableOfContentsBookTableOfContentsLoadedPayload, StdUiBookTableOfContentsBookTableOfContentsOrbitalManifest, type StdUiBookTableOfContentsBookTableOfContentsOrbitalParams, type StdUiBookTableOfContentsConfig, type StdUiBookTableOfContentsEventKey, type StdUiBookTableOfContentsParams, type StdUiBookViewerBookViewerLoadedPayload, StdUiBookViewerBookViewerOrbitalManifest, type StdUiBookViewerBookViewerOrbitalParams, type StdUiBookViewerConfig, type StdUiBookViewerEventKey, type StdUiBookViewerParams, type StdUiBoxActionPayload, type StdUiBoxConfig, type StdUiBoxEventKey, type StdUiBoxHoverPayload, type StdUiBoxParams, type StdUiBranchingLogicBuilderConfig, type StdUiBranchingLogicBuilderEventKey, type StdUiBranchingLogicBuilderParams, type StdUiBranchingLogicBuilderRulesChangePayload, type StdUiBreadcrumbConfig, type StdUiBreadcrumbEventKey, type StdUiBreadcrumbParams, type StdUiButtonActionPayload, type StdUiButtonConfig, type StdUiButtonEventKey, type StdUiButtonParams, type StdUiCalendarGridCalendarGridLoadedPayload, type StdUiCalendarGridConfig, type StdUiCalendarGridDayClickPayload, type StdUiCalendarGridEventClickPayload, type StdUiCalendarGridEventKey, type StdUiCalendarGridLongPressPayload, type StdUiCalendarGridParams, type StdUiCalendarGridSlotClickPayload, type StdUiCalendarGridSwipeLeftPayload, type StdUiCalendarGridSwipeRightPayload, type StdUiCanvas2dConfig, type StdUiCanvas2dEventKey, type StdUiCanvas2dParams, type StdUiCanvas2dTileClickPayload, type StdUiCanvas2dTileHoverPayload, type StdUiCanvas2dTileLeavePayload, type StdUiCanvas2dUnitClickPayload, type StdUiCanvasConfig, type StdUiCanvasEventKey, type StdUiCanvasFeatureClickPayload, type StdUiCanvasParams, type StdUiCanvasTileClickPayload, type StdUiCanvasTileHoverPayload, type StdUiCanvasTileLeavePayload, type StdUiCanvasUnitClickPayload, type StdUiCardActionPayload, type StdUiCardConfig, type StdUiCardEventKey, type StdUiCardParams, type StdUiCarouselConfig, type StdUiCarouselEventKey, type StdUiCarouselParams, type StdUiCarouselSlideChangePayload, type StdUiCaseStudyCardConfig, type StdUiCaseStudyCardEventKey, type StdUiCaseStudyCardParams, type StdUiCaseStudyOrganismCaseStudyOrganismLoadedPayload, StdUiCaseStudyOrganismCaseStudyOrganismOrbitalManifest, type StdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, type StdUiCaseStudyOrganismConfig, type StdUiCaseStudyOrganismEventKey, type StdUiCaseStudyOrganismParams, type StdUiCenterConfig, type StdUiCenterEventKey, type StdUiCenterParams, type StdUiChartConfig, type StdUiChartEventKey, type StdUiChartLegendConfig, type StdUiChartLegendEventKey, type StdUiChartLegendParams, type StdUiChartParams, StdUiChatBarChatBarOrbitalManifest, type StdUiChatBarChatBarOrbitalParams, type StdUiChatBarConfig, type StdUiChatBarEventKey, type StdUiChatBarParams, type StdUiCheckboxChangePayload, type StdUiCheckboxConfig, type StdUiCheckboxEventKey, type StdUiCheckboxParams, type StdUiChemistryCanvasConfig, type StdUiChemistryCanvasEventKey, type StdUiChemistryCanvasParams, type StdUiChemistryCanvasShapeClickPayload, type StdUiChoiceButtonActionPayload, type StdUiChoiceButtonClickPayload, type StdUiChoiceButtonConfig, type StdUiChoiceButtonEventKey, type StdUiChoiceButtonParams, type StdUiCodeBlockChangePayload, type StdUiCodeBlockConfig, type StdUiCodeBlockEventKey, type StdUiCodeBlockParams, StdUiCodeRunnerPanelCodeRunnerPanelOrbitalManifest, type StdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, type StdUiCodeRunnerPanelConfig, type StdUiCodeRunnerPanelEventKey, type StdUiCodeRunnerPanelParams, type StdUiCommunityLinksConfig, type StdUiCommunityLinksEventKey, type StdUiCommunityLinksParams, type StdUiConditionalWrapperConfig, type StdUiConditionalWrapperEventKey, type StdUiConditionalWrapperParams, type StdUiConfettiEffectConfig, type StdUiConfettiEffectEventKey, type StdUiConfettiEffectParams, type StdUiConfirmDialogClosePayload, type StdUiConfirmDialogConfig, type StdUiConfirmDialogConfirmPayload, type StdUiConfirmDialogEventKey, type StdUiConfirmDialogOpenPayload, type StdUiConfirmDialogParams, type StdUiConnectionBlockConfig, type StdUiConnectionBlockEventKey, type StdUiConnectionBlockParams, type StdUiContainerConfig, type StdUiContainerEventKey, type StdUiContainerParams, type StdUiContentRendererConfig, type StdUiContentRendererEventKey, type StdUiContentRendererParams, type StdUiContentSectionConfig, type StdUiContentSectionEventKey, type StdUiContentSectionParams, type StdUiControlButtonConfig, type StdUiControlButtonEventKey, type StdUiControlButtonParams, type StdUiControlButtonPressPayload, type StdUiControlButtonReleasePayload, type StdUiControlGridActionPayload, type StdUiControlGridConfig, type StdUiControlGridDirectionPayload, type StdUiControlGridEventKey, type StdUiControlGridParams, type StdUiCtaBannerConfig, type StdUiCtaBannerEventKey, type StdUiCtaBannerParams, type StdUiDashboardGridConfig, StdUiDashboardGridDashboardGridOrbitalManifest, type StdUiDashboardGridDashboardGridOrbitalParams, type StdUiDashboardGridEventKey, type StdUiDashboardGridParams, type StdUiDataGridConfig, type StdUiDataGridDataGridLoadedPayload, type StdUiDataGridEventKey, type StdUiDataGridLoadMorePayload, type StdUiDataGridParams, type StdUiDataGridSelectionPayload, type StdUiDataGridViewPayload, type StdUiDataListConfig, type StdUiDataListDataListLoadedPayload, type StdUiDataListEventKey, type StdUiDataListItemClickPayload, type StdUiDataListLoadMorePayload, type StdUiDataListLongPressPayload, type StdUiDataListParams, type StdUiDataListReorderPayload, type StdUiDataListSwipeLeftPayload, type StdUiDataListSwipeRightPayload, type StdUiDataListViewPayload, type StdUiDateRangePickerChangePayload, type StdUiDateRangePickerConfig, type StdUiDateRangePickerEventKey, type StdUiDateRangePickerEventPayload, type StdUiDateRangePickerParams, type StdUiDateRangeSelectorConfig, type StdUiDateRangeSelectorEventKey, type StdUiDateRangeSelectorParams, type StdUiDateRangeSelectorSelectPayload, type StdUiDayCellClickPayload, type StdUiDayCellConfig, type StdUiDayCellEventKey, type StdUiDayCellParams, type StdUiDetailPanelConfig, type StdUiDetailPanelDetailPanelLoadedPayload, StdUiDetailPanelDetailPanelOrbitalManifest, type StdUiDetailPanelDetailPanelOrbitalParams, type StdUiDetailPanelEventKey, type StdUiDetailPanelParams, type StdUiDialogConfig, type StdUiDialogEventKey, type StdUiDialogParams, type StdUiDialogueBubbleConfig, type StdUiDialogueBubbleEventKey, type StdUiDialogueBubbleParams, type StdUiDividerConfig, type StdUiDividerEventKey, type StdUiDividerParams, type StdUiDocBreadcrumbConfig, type StdUiDocBreadcrumbEventKey, type StdUiDocBreadcrumbParams, type StdUiDocPaginationConfig, type StdUiDocPaginationEventKey, type StdUiDocPaginationParams, type StdUiDocSearchConfig, type StdUiDocSearchEventKey, type StdUiDocSearchParams, type StdUiDocSidebarConfig, type StdUiDocSidebarEventKey, type StdUiDocSidebarParams, type StdUiDocTocConfig, type StdUiDocTocEventKey, type StdUiDocTocParams, type StdUiDocumentViewerConfig, type StdUiDocumentViewerEventKey, type StdUiDocumentViewerParams, type StdUiDrawGroupConfig, type StdUiDrawGroupEventKey, type StdUiDrawGroupParams, type StdUiDrawMeshConfig, type StdUiDrawMeshEventKey, type StdUiDrawMeshParams, type StdUiDrawShapeConfig, type StdUiDrawShapeEventKey, type StdUiDrawShapeLayerConfig, type StdUiDrawShapeLayerEventKey, type StdUiDrawShapeLayerParams, type StdUiDrawShapeParams, type StdUiDrawSpriteConfig, type StdUiDrawSpriteEventKey, type StdUiDrawSpriteLayerConfig, type StdUiDrawSpriteLayerEventKey, type StdUiDrawSpriteLayerParams, type StdUiDrawSpriteParams, type StdUiDrawTextConfig, type StdUiDrawTextEventKey, type StdUiDrawTextLayerConfig, type StdUiDrawTextLayerEventKey, type StdUiDrawTextLayerParams, type StdUiDrawTextParams, type StdUiDrawerClosePayload, type StdUiDrawerConfig, type StdUiDrawerEventKey, type StdUiDrawerOpenPayload, type StdUiDrawerParams, type StdUiDrawerSlotConfig, StdUiDrawerSlotDrawerSlotOrbitalManifest, type StdUiDrawerSlotDrawerSlotOrbitalParams, type StdUiDrawerSlotEventKey, type StdUiDrawerSlotParams, type StdUiEdgeDecorationConfig, type StdUiEdgeDecorationEventKey, type StdUiEdgeDecorationParams, type StdUiEmojiPickerConfig, type StdUiEmojiPickerEventKey, type StdUiEmojiPickerParams, type StdUiEmojiPickerPickPayload, type StdUiEmptyStateActionPayload, type StdUiEmptyStateConfig, type StdUiEmptyStateEventKey, type StdUiEmptyStateParams, type StdUiEntityCardsConfig, type StdUiEntityCardsEntityCardsLoadedPayload, StdUiEntityCardsEntityCardsOrbitalManifest, type StdUiEntityCardsEntityCardsOrbitalParams, type StdUiEntityCardsEventKey, type StdUiEntityCardsParams, type StdUiEntityCardsViewPayload, type StdUiEntityListConfig, type StdUiEntityListEntityListLoadedPayload, StdUiEntityListEntityListOrbitalManifest, type StdUiEntityListEntityListOrbitalParams, type StdUiEntityListEventKey, type StdUiEntityListItemActionsPayload, type StdUiEntityListParams, type StdUiEntityListViewPayload, type StdUiEntityTableConfig, type StdUiEntityTableEntityTableLoadedPayload, StdUiEntityTableEntityTableOrbitalManifest, type StdUiEntityTableEntityTableOrbitalParams, type StdUiEntityTableEventKey, type StdUiEntityTableParams, type StdUiEntityTableViewPayload, type StdUiErrorBoundaryConfig, type StdUiErrorBoundaryEventKey, type StdUiErrorBoundaryParams, type StdUiErrorStateConfig, type StdUiErrorStateEventKey, type StdUiErrorStateParams, type StdUiErrorStateRetryPayload, type StdUiFeatureCardConfig, type StdUiFeatureCardEventKey, type StdUiFeatureCardParams, type StdUiFeatureGridConfig, type StdUiFeatureGridEventKey, type StdUiFeatureGridOrganismConfig, type StdUiFeatureGridOrganismEventKey, type StdUiFeatureGridOrganismFeatureGridOrganismLoadedPayload, StdUiFeatureGridOrganismFeatureGridOrganismOrbitalManifest, type StdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, type StdUiFeatureGridOrganismParams, type StdUiFeatureGridParams, type StdUiFileTreeConfig, type StdUiFileTreeEventKey, type StdUiFileTreeFileSelectPayload, type StdUiFileTreeParams, type StdUiFilterGroupClearAllPayload, type StdUiFilterGroupClearPayload, type StdUiFilterGroupConfig, type StdUiFilterGroupEventKey, type StdUiFilterGroupEventPayload, type StdUiFilterGroupFilterChangePayload, type StdUiFilterGroupParams, type StdUiFilterPillClickPayload, type StdUiFilterPillConfig, type StdUiFilterPillEventKey, type StdUiFilterPillParams, type StdUiFilterPillRemovePayload, type StdUiFlexConfig, type StdUiFlexEventKey, type StdUiFlexParams, type StdUiFlipCardConfig, type StdUiFlipCardEventKey, type StdUiFlipCardFlipPayload, type StdUiFlipCardParams, type StdUiFlipContainerClickPayload, type StdUiFlipContainerConfig, type StdUiFlipContainerEventKey, type StdUiFlipContainerParams, type StdUiFloatingActionButtonActionPayload, type StdUiFloatingActionButtonClickPayload, type StdUiFloatingActionButtonConfig, type StdUiFloatingActionButtonEventKey, type StdUiFloatingActionButtonParams, type StdUiFormActionsConfig, type StdUiFormActionsEventKey, type StdUiFormActionsParams, type StdUiFormCancelPayload, type StdUiFormConfig, type StdUiFormEventKey, type StdUiFormFieldChangePayload, type StdUiFormFieldConfig, type StdUiFormFieldEventKey, type StdUiFormFieldParams, type StdUiFormFormLoadedPayload, StdUiFormFormOrbitalManifest, type StdUiFormFormOrbitalParams, type StdUiFormLayoutConfig, type StdUiFormLayoutEventKey, type StdUiFormLayoutParams, type StdUiFormParams, type StdUiFormSectionCancelPayload, type StdUiFormSectionConfig, type StdUiFormSectionEventKey, type StdUiFormSectionFieldChangePayload, type StdUiFormSectionFormSectionLoadedPayload, StdUiFormSectionFormSectionOrbitalManifest, type StdUiFormSectionFormSectionOrbitalParams, type StdUiFormSectionHeaderConfig, type StdUiFormSectionHeaderEventKey, type StdUiFormSectionHeaderParams, type StdUiFormSectionHeaderTogglePayload, type StdUiFormSectionParams, type StdUiFormSectionSubmitPayload, type StdUiFormSubmitPayload, type StdUiGameAudioToggleConfig, type StdUiGameAudioToggleEventKey, type StdUiGameAudioToggleParams, type StdUiGameHudConfig, type StdUiGameHudEventKey, type StdUiGameHudParams, type StdUiGameIconConfig, type StdUiGameIconEventKey, type StdUiGameIconParams, type StdUiGameMenuConfig, type StdUiGameMenuEventKey, type StdUiGameMenuParams, type StdUiGameMenuSelectPayload, type StdUiGeometricPatternConfig, type StdUiGeometricPatternEventKey, type StdUiGeometricPatternParams, type StdUiGradientDividerConfig, type StdUiGradientDividerEventKey, type StdUiGradientDividerParams, type StdUiGraphCanvasBadgeClickPayload, type StdUiGraphCanvasConfig, type StdUiGraphCanvasEventKey, type StdUiGraphCanvasMarkClickPayload, type StdUiGraphCanvasNodeClickPayload, type StdUiGraphCanvasNodeDoubleClickPayload, type StdUiGraphCanvasParams, type StdUiGraphViewConfig, type StdUiGraphViewEventKey, type StdUiGraphViewNodeClickPayload, type StdUiGraphViewNodeHoverPayload, type StdUiGraphViewParams, type StdUiGridConfig, type StdUiGridEventKey, type StdUiGridParams, type StdUiHeaderConfig, type StdUiHeaderEventKey, type StdUiHeaderLogoClickPayload, type StdUiHeaderMenuTogglePayload, type StdUiHeaderParams, type StdUiHeaderSearchPayload, type StdUiHeaderUserClickPayload, type StdUiHealthBarConfig, type StdUiHealthBarEventKey, type StdUiHealthBarParams, type StdUiHeroOrganismConfig, type StdUiHeroOrganismEventKey, type StdUiHeroOrganismHeroOrganismLoadedPayload, StdUiHeroOrganismHeroOrganismOrbitalManifest, type StdUiHeroOrganismHeroOrganismOrbitalParams, type StdUiHeroOrganismParams, type StdUiHeroSectionConfig, type StdUiHeroSectionEventKey, type StdUiHeroSectionParams, type StdUiHstackActionPayload, type StdUiHstackConfig, type StdUiHstackEventKey, type StdUiHstackParams, type StdUiIconConfig, type StdUiIconEventKey, type StdUiIconParams, type StdUiImportPreviewTreeCancelPayload, type StdUiImportPreviewTreeConfig, type StdUiImportPreviewTreeConfirmPayload, type StdUiImportPreviewTreeEventKey, type StdUiImportPreviewTreeParams, type StdUiImportProgressConfig, type StdUiImportProgressEventKey, type StdUiImportProgressParams, type StdUiImportSourcePickerConfig, type StdUiImportSourcePickerEventKey, type StdUiImportSourcePickerParams, type StdUiImportSourcePickerSelectPayload, type StdUiInfiniteScrollSentinelConfig, type StdUiInfiniteScrollSentinelEventKey, type StdUiInfiniteScrollSentinelLoadMorePayload, type StdUiInfiniteScrollSentinelParams, type StdUiInputActionPayload, type StdUiInputChangePayload, type StdUiInputClearPayload, type StdUiInputConfig, type StdUiInputEventKey, type StdUiInputGroupActionPayload, type StdUiInputGroupChangePayload, type StdUiInputGroupClearPayload, type StdUiInputGroupConfig, type StdUiInputGroupEventKey, type StdUiInputGroupParams, type StdUiInputParams, type StdUiInstallBoxConfig, type StdUiInstallBoxEventKey, type StdUiInstallBoxParams, type StdUiJazariStateMachineConfig, type StdUiJazariStateMachineEventKey, type StdUiJazariStateMachineParams, type StdUiLabelConfig, type StdUiLabelEventKey, type StdUiLabelParams, type StdUiLawReferenceTooltipConfig, type StdUiLawReferenceTooltipEventKey, type StdUiLawReferenceTooltipParams, type StdUiLearningCanvasConfig, type StdUiLearningCanvasEventKey, type StdUiLearningCanvasParams, type StdUiLearningCanvasShapeClickPayload, type StdUiLearningCanvasShapeHoverPayload, type StdUiLightboxClosePayload, type StdUiLightboxConfig, type StdUiLightboxEventKey, type StdUiLightboxIndexChangePayload, type StdUiLightboxOpenPayload, type StdUiLightboxParams, type StdUiLikertScaleChangePayload, type StdUiLikertScaleConfig, type StdUiLikertScaleEventKey, type StdUiLikertScaleParams, type StdUiLineChartConfig, type StdUiLineChartEventKey, type StdUiLineChartParams, type StdUiLoadingStateConfig, type StdUiLoadingStateEventKey, type StdUiLoadingStateParams, type StdUiMapViewConfig, type StdUiMapViewEventKey, type StdUiMapViewMapClickPayload, type StdUiMapViewMarkerClickPayload, type StdUiMapViewParams, type StdUiMarkdownContentConfig, type StdUiMarkdownContentEventKey, type StdUiMarkdownContentParams, type StdUiMarketingFooterConfig, type StdUiMarketingFooterEventKey, type StdUiMarketingFooterParams, type StdUiMarketingStatCardConfig, type StdUiMarketingStatCardEventKey, type StdUiMarketingStatCardParams, type StdUiMasterDetailConfig, type StdUiMasterDetailEventKey, type StdUiMasterDetailLayoutConfig, type StdUiMasterDetailLayoutEventKey, StdUiMasterDetailLayoutMasterDetailLayoutOrbitalManifest, type StdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, type StdUiMasterDetailLayoutParams, type StdUiMasterDetailMasterDetailLoadedPayload, StdUiMasterDetailMasterDetailOrbitalManifest, type StdUiMasterDetailMasterDetailOrbitalParams, type StdUiMasterDetailParams, type StdUiMathCanvasConfig, type StdUiMathCanvasEventKey, type StdUiMathCanvasParams, type StdUiMathCanvasShapeClickPayload, type StdUiMatrixQuestionChangePayload, type StdUiMatrixQuestionConfig, type StdUiMatrixQuestionEventKey, type StdUiMatrixQuestionParams, type StdUiMediaGalleryConfig, type StdUiMediaGalleryEventKey, type StdUiMediaGalleryMediaGalleryLoadedPayload, StdUiMediaGalleryMediaGalleryOrbitalManifest, type StdUiMediaGalleryMediaGalleryOrbitalParams, type StdUiMediaGalleryParams, type StdUiMediaGallerySelectionPayload, type StdUiMenuConfig, type StdUiMenuEventKey, type StdUiMenuParams, type StdUiMeterConfig, type StdUiMeterEventKey, type StdUiMeterParams, type StdUiModalClosePayload, type StdUiModalConfig, type StdUiModalEventKey, type StdUiModalExitedPayload, type StdUiModalOpenPayload, type StdUiModalParams, type StdUiModalSlotConfig, type StdUiModalSlotEventKey, StdUiModalSlotModalSlotOrbitalManifest, type StdUiModalSlotModalSlotOrbitalParams, type StdUiModalSlotParams, type StdUiModuleCardConfig, type StdUiModuleCardEventKey, type StdUiModuleCardParams, type StdUiNavigationConfig, type StdUiNavigationEventKey, type StdUiNavigationParams, type StdUiNotificationActionPayload, type StdUiNotificationConfig, type StdUiNotificationDismissPayload, type StdUiNotificationEventKey, type StdUiNotificationParams, type StdUiNumberStepperActionPayload, type StdUiNumberStepperChangePayload, type StdUiNumberStepperConfig, type StdUiNumberStepperEventKey, type StdUiNumberStepperParams, type StdUiOptionConstraintGroupChangePayload, type StdUiOptionConstraintGroupConfig, type StdUiOptionConstraintGroupEventKey, type StdUiOptionConstraintGroupParams, type StdUiOrbitalVisualizationClickPayload, type StdUiOrbitalVisualizationConfig, type StdUiOrbitalVisualizationEventKey, type StdUiOrbitalVisualizationParams, type StdUiOverlayActionPayload, type StdUiOverlayConfig, type StdUiOverlayEventKey, type StdUiOverlayParams, type StdUiPageHeaderBackPayload, type StdUiPageHeaderConfig, type StdUiPageHeaderEventKey, type StdUiPageHeaderParams, type StdUiPageHeaderTabChangePayload, type StdUiPageTransitionConfig, type StdUiPageTransitionEventKey, type StdUiPageTransitionParams, type StdUiPaginationConfig, type StdUiPaginationEventKey, type StdUiPaginationPageChangePayload, type StdUiPaginationPageSizeChangePayload, type StdUiPaginationParams, type StdUiPatternTileConfig, type StdUiPatternTileEventKey, type StdUiPatternTileParams, type StdUiPhysicsCanvasConfig, type StdUiPhysicsCanvasEventKey, type StdUiPhysicsCanvasParams, type StdUiPhysicsCanvasShapeClickPayload, type StdUiPopoverConfig, type StdUiPopoverEventKey, type StdUiPopoverOpenChangePayload, type StdUiPopoverParams, type StdUiPositionedCanvasConfig, type StdUiPositionedCanvasEventKey, type StdUiPositionedCanvasMovePayload, type StdUiPositionedCanvasParams, type StdUiPositionedCanvasPositionedCanvasLoadedPayload, type StdUiPositionedCanvasSelectPayload, type StdUiPresenceConfig, type StdUiPresenceEventKey, type StdUiPresenceParams, type StdUiPricingCardConfig, type StdUiPricingCardEventKey, type StdUiPricingCardParams, type StdUiPricingGridConfig, type StdUiPricingGridEventKey, type StdUiPricingGridParams, type StdUiPricingOrganismConfig, type StdUiPricingOrganismEventKey, type StdUiPricingOrganismParams, type StdUiPricingOrganismPricingOrganismLoadedPayload, StdUiPricingOrganismPricingOrganismOrbitalManifest, type StdUiPricingOrganismPricingOrganismOrbitalParams, type StdUiProgressBarConfig, type StdUiProgressBarEventKey, type StdUiProgressBarParams, type StdUiProgressDotsConfig, type StdUiProgressDotsDotClickPayload, type StdUiProgressDotsEventKey, type StdUiProgressDotsParams, type StdUiPullQuoteConfig, type StdUiPullQuoteEventKey, type StdUiPullQuoteParams, type StdUiPullToRefreshConfig, type StdUiPullToRefreshEventKey, type StdUiPullToRefreshParams, type StdUiPullToRefreshRefreshPayload, type StdUiQrScannerConfig, type StdUiQrScannerEventKey, type StdUiQrScannerParams, type StdUiQrScannerScanPayload, type StdUiQuizBlockConfig, type StdUiQuizBlockEventKey, type StdUiQuizBlockParams, type StdUiRadioActionPayload, type StdUiRadioConfig, type StdUiRadioEventKey, type StdUiRadioParams, type StdUiRangeSliderActionPayload, type StdUiRangeSliderChangePayload, type StdUiRangeSliderConfig, type StdUiRangeSliderEventKey, type StdUiRangeSliderParams, type StdUiReflectionBlockConfig, type StdUiReflectionBlockEventKey, type StdUiReflectionBlockParams, type StdUiRelationSelectChangePayload, type StdUiRelationSelectConfig, type StdUiRelationSelectEventKey, type StdUiRelationSelectParams, type StdUiRepeatableFormSectionAddPayload, type StdUiRepeatableFormSectionConfig, type StdUiRepeatableFormSectionEventKey, type StdUiRepeatableFormSectionParams, type StdUiRepeatableFormSectionRemovePayload, type StdUiRepeatableFormSectionReorderPayload, type StdUiReplyTreeConfig, type StdUiReplyTreeContinueThreadPayload, type StdUiReplyTreeEventKey, type StdUiReplyTreeFlagPayload, type StdUiReplyTreeParams, type StdUiReplyTreeReplyPayload, type StdUiReplyTreeReplyTreeLoadedPayload, type StdUiReplyTreeVotePayload, type StdUiRichBlockEditorChangePayload, type StdUiRichBlockEditorConfig, type StdUiRichBlockEditorEventKey, type StdUiRichBlockEditorParams, type StdUiRichBlockEditorRichBlockEditorLoadedPayload, type StdUiRuntimeDebuggerConfig, type StdUiRuntimeDebuggerEventKey, type StdUiRuntimeDebuggerParams, StdUiRuntimeDebuggerRuntimeDebuggerOrbitalManifest, type StdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, type StdUiScaledDiagramConfig, type StdUiScaledDiagramEventKey, type StdUiScaledDiagramParams, type StdUiScoreDisplayConfig, type StdUiScoreDisplayEventKey, type StdUiScoreDisplayParams, type StdUiSearchInputConfig, type StdUiSearchInputEventKey, type StdUiSearchInputEventPayload, type StdUiSearchInputParams, type StdUiSearchInputSearchPayload, type StdUiSectionConfig, type StdUiSectionEventKey, type StdUiSectionHeaderConfig, type StdUiSectionHeaderEventKey, type StdUiSectionHeaderParams, type StdUiSectionParams, type StdUiSegmentRendererConfig, type StdUiSegmentRendererEventKey, type StdUiSegmentRendererParams, StdUiSegmentRendererSegmentRendererOrbitalManifest, type StdUiSegmentRendererSegmentRendererOrbitalParams, type StdUiSelectActionPayload, type StdUiSelectChangePayload, type StdUiSelectConfig, type StdUiSelectEventKey, type StdUiSelectParams, type StdUiSelectValueChangePayload, type StdUiSequenceBarConfig, type StdUiSequenceBarEventKey, type StdUiSequenceBarParams, type StdUiSequenceBarSlotDropPayload, type StdUiSequenceBarSlotRemovePayload, type StdUiServiceCatalogConfig, type StdUiServiceCatalogEventKey, type StdUiServiceCatalogParams, type StdUiShowcaseCardConfig, type StdUiShowcaseCardEventKey, type StdUiShowcaseCardParams, type StdUiShowcaseOrganismConfig, type StdUiShowcaseOrganismEventKey, type StdUiShowcaseOrganismParams, type StdUiShowcaseOrganismShowcaseOrganismLoadedPayload, StdUiShowcaseOrganismShowcaseOrganismOrbitalManifest, type StdUiShowcaseOrganismShowcaseOrganismOrbitalParams, type StdUiSidePanelClosePayload, type StdUiSidePanelConfig, type StdUiSidePanelEventKey, type StdUiSidePanelOpenPayload, type StdUiSidePanelParams, type StdUiSidebarClosePayload, type StdUiSidebarCollapseChangePayload, type StdUiSidebarConfig, type StdUiSidebarEventKey, type StdUiSidebarLogoClickPayload, type StdUiSidebarParams, type StdUiSignaturePadChangePayload, type StdUiSignaturePadClearPayload, type StdUiSignaturePadConfig, type StdUiSignaturePadEventKey, type StdUiSignaturePadParams, type StdUiSignaturePadSignPayload, type StdUiSimpleGridConfig, type StdUiSimpleGridEventKey, type StdUiSimpleGridParams, type StdUiSkeletonConfig, type StdUiSkeletonEventKey, type StdUiSkeletonParams, type StdUiSocialProofConfig, type StdUiSocialProofEventKey, type StdUiSocialProofParams, type StdUiSortableListConfig, type StdUiSortableListEventKey, type StdUiSortableListParams, type StdUiSortableListReorderPayload, type StdUiSortableListSortableListLoadedPayload, type StdUiSpacerConfig, type StdUiSpacerEventKey, type StdUiSpacerParams, type StdUiSparklineConfig, type StdUiSparklineEventKey, type StdUiSparklineParams, type StdUiSpinnerConfig, type StdUiSpinnerEventKey, type StdUiSpinnerParams, type StdUiSplitConfig, type StdUiSplitEventKey, type StdUiSplitPaneConfig, type StdUiSplitPaneEventKey, type StdUiSplitPaneParams, StdUiSplitPaneSplitPaneOrbitalManifest, type StdUiSplitPaneSplitPaneOrbitalParams, type StdUiSplitParams, type StdUiSplitSectionConfig, type StdUiSplitSectionEventKey, type StdUiSplitSectionParams, type StdUiStackActionPayload, type StdUiStackConfig, type StdUiStackEventKey, type StdUiStackParams, type StdUiStarRatingActionPayload, type StdUiStarRatingChangePayload, type StdUiStarRatingConfig, type StdUiStarRatingEventKey, type StdUiStarRatingParams, type StdUiStatBadgeConfig, type StdUiStatBadgeEventKey, type StdUiStatBadgeParams, type StdUiStatCardConfig, type StdUiStatCardEventKey, type StdUiStatCardParams, type StdUiStatCardStatCardLoadedPayload, StdUiStatCardStatCardOrbitalManifest, type StdUiStatCardStatCardOrbitalParams, type StdUiStatDisplayConfig, type StdUiStatDisplayEventKey, type StdUiStatDisplayParams, type StdUiStateGraphConfig, type StdUiStateGraphEventKey, type StdUiStateGraphNodeClickPayload, type StdUiStateGraphParams, type StdUiStateJsonViewConfig, type StdUiStateJsonViewEventKey, type StdUiStateJsonViewParams, type StdUiStateMachineViewConfig, type StdUiStateMachineViewEventKey, type StdUiStateMachineViewParams, StdUiStateMachineViewStateMachineViewOrbitalManifest, type StdUiStateMachineViewStateMachineViewOrbitalParams, type StdUiStatsGridConfig, type StdUiStatsGridEventKey, type StdUiStatsGridParams, type StdUiStatsOrganismConfig, type StdUiStatsOrganismEventKey, type StdUiStatsOrganismParams, type StdUiStatsOrganismStatsOrganismLoadedPayload, StdUiStatsOrganismStatsOrganismOrbitalManifest, type StdUiStatsOrganismStatsOrganismOrbitalParams, type StdUiStatusDotConfig, type StdUiStatusDotEventKey, type StdUiStatusDotParams, type StdUiStepFlowConfig, type StdUiStepFlowEventKey, type StdUiStepFlowOrganismConfig, type StdUiStepFlowOrganismEventKey, type StdUiStepFlowOrganismParams, type StdUiStepFlowOrganismStepFlowOrganismLoadedPayload, StdUiStepFlowOrganismStepFlowOrganismOrbitalManifest, type StdUiStepFlowOrganismStepFlowOrganismOrbitalParams, type StdUiStepFlowParams, type StdUiSubagentTracePanelClosePayload, type StdUiSubagentTracePanelConfig, type StdUiSubagentTracePanelEventKey, type StdUiSubagentTracePanelOpenPayload, type StdUiSubagentTracePanelParams, StdUiSubagentTracePanelSubagentTracePanelOrbitalManifest, type StdUiSubagentTracePanelSubagentTracePanelOrbitalParams, type StdUiSvgBranchConfig, type StdUiSvgBranchEventKey, type StdUiSvgBranchParams, type StdUiSvgConnectionConfig, type StdUiSvgConnectionEventKey, type StdUiSvgConnectionParams, type StdUiSvgFlowConfig, type StdUiSvgFlowEventKey, type StdUiSvgFlowParams, type StdUiSvgGridConfig, type StdUiSvgGridEventKey, type StdUiSvgGridParams, type StdUiSvgLobeConfig, type StdUiSvgLobeEventKey, type StdUiSvgLobeParams, type StdUiSvgMeshConfig, type StdUiSvgMeshEventKey, type StdUiSvgMeshParams, type StdUiSvgMorphConfig, type StdUiSvgMorphEventKey, type StdUiSvgMorphParams, type StdUiSvgNodeConfig, type StdUiSvgNodeEventKey, type StdUiSvgNodeParams, type StdUiSvgPulseConfig, type StdUiSvgPulseEventKey, type StdUiSvgPulseParams, type StdUiSvgRingConfig, type StdUiSvgRingEventKey, type StdUiSvgRingParams, type StdUiSvgShieldConfig, type StdUiSvgShieldEventKey, type StdUiSvgShieldParams, type StdUiSvgStackConfig, type StdUiSvgStackEventKey, type StdUiSvgStackParams, type StdUiSwipeableRowConfig, type StdUiSwipeableRowEventKey, type StdUiSwipeableRowParams, type StdUiSwitchChangePayload, type StdUiSwitchConfig, type StdUiSwitchEventKey, type StdUiSwitchParams, type StdUiTabbedContainerConfig, type StdUiTabbedContainerEventKey, type StdUiTabbedContainerParams, type StdUiTabbedContainerTabChangePayload, StdUiTabbedContainerTabbedContainerOrbitalManifest, type StdUiTabbedContainerTabbedContainerOrbitalParams, type StdUiTableViewConfig, type StdUiTableViewEventKey, type StdUiTableViewParams, type StdUiTableViewSelectPayload, type StdUiTableViewSortPayload, type StdUiTableViewTableViewLoadedPayload, type StdUiTableViewViewPayload, type StdUiTabsConfig, type StdUiTabsEventKey, type StdUiTabsParams, type StdUiTabsTabChangePayload, type StdUiTagCloudConfig, type StdUiTagCloudEventKey, type StdUiTagCloudParams, type StdUiTagInputAddPayload, type StdUiTagInputChangePayload, type StdUiTagInputConfig, type StdUiTagInputEventKey, type StdUiTagInputParams, type StdUiTagInputRemovePayload, type StdUiTeamCardConfig, type StdUiTeamCardEventKey, type StdUiTeamCardParams, type StdUiTeamOrganismConfig, type StdUiTeamOrganismEventKey, type StdUiTeamOrganismParams, type StdUiTeamOrganismTeamOrganismLoadedPayload, StdUiTeamOrganismTeamOrganismOrbitalManifest, type StdUiTeamOrganismTeamOrganismOrbitalParams, type StdUiTextHighlightActionPayload, type StdUiTextHighlightClickPayload, type StdUiTextHighlightConfig, type StdUiTextHighlightEventKey, type StdUiTextHighlightHoverPayload, type StdUiTextHighlightMouseEnterPayload, type StdUiTextHighlightMouseLeavePayload, type StdUiTextHighlightParams, type StdUiTextareaActionPayload, type StdUiTextareaChangePayload, type StdUiTextareaConfig, type StdUiTextareaEventKey, type StdUiTextareaParams, type StdUiThemeToggleConfig, type StdUiThemeToggleEventKey, type StdUiThemeToggleParams, type StdUiTimeSlotCellClickPayload, type StdUiTimeSlotCellConfig, type StdUiTimeSlotCellEventKey, type StdUiTimeSlotCellParams, type StdUiTimelineConfig, type StdUiTimelineEventKey, type StdUiTimelineParams, type StdUiTimelineTimelineLoadedPayload, StdUiTimelineTimelineOrbitalManifest, type StdUiTimelineTimelineOrbitalParams, type StdUiTimelineViewPayload, type StdUiTimerDisplayConfig, type StdUiTimerDisplayEventKey, type StdUiTimerDisplayParams, StdUiTimerDisplayTimerDisplayOrbitalManifest, type StdUiTimerDisplayTimerDisplayOrbitalParams, type StdUiToastSlotConfig, type StdUiToastSlotEventKey, type StdUiToastSlotParams, StdUiToastSlotToastSlotOrbitalManifest, type StdUiToastSlotToastSlotOrbitalParams, type StdUiTooltipConfig, type StdUiTooltipEventKey, type StdUiTooltipParams, type StdUiTraitFrameConfig, type StdUiTraitFrameEventKey, type StdUiTraitFrameParams, type StdUiTraitSlotClickPayload, type StdUiTraitSlotConfig, type StdUiTraitSlotDragStartPayload, type StdUiTraitSlotDropPayload, type StdUiTraitSlotEventKey, type StdUiTraitSlotItemDropPayload, type StdUiTraitSlotParams, type StdUiTraitSlotRemovePayload, type StdUiTrendIndicatorConfig, type StdUiTrendIndicatorEventKey, type StdUiTrendIndicatorParams, type StdUiTypewriterTextCompletePayload, type StdUiTypewriterTextConfig, type StdUiTypewriterTextEventKey, type StdUiTypewriterTextParams, type StdUiTypographyConfig, type StdUiTypographyEventKey, type StdUiTypographyParams, type StdUiUiSlotRendererConfig, type StdUiUiSlotRendererEventKey, type StdUiUiSlotRendererParams, StdUiUiSlotRendererUiSlotRendererOrbitalManifest, type StdUiUiSlotRendererUiSlotRendererOrbitalParams, type StdUiUploadDropZoneActionPayload, type StdUiUploadDropZoneConfig, type StdUiUploadDropZoneEventKey, type StdUiUploadDropZoneParams, type StdUiVersionDiffConfig, type StdUiVersionDiffEventKey, type StdUiVersionDiffParams, type StdUiVersionDiffRevertPayload, type StdUiVersionDiffSelectAfterPayload, type StdUiVersionDiffSelectBeforePayload, type StdUiViolationAlertConfig, type StdUiViolationAlertDismissPayload, type StdUiViolationAlertEventKey, type StdUiViolationAlertNavigateToFieldPayload, type StdUiViolationAlertParams, type StdUiVoteStackConfig, type StdUiVoteStackEventKey, type StdUiVoteStackParams, type StdUiVoteStackVotePayload, type StdUiVstackActionPayload, type StdUiVstackConfig, type StdUiVstackEventKey, type StdUiVstackParams, type StdUiWizardContainerBackPayload, type StdUiWizardContainerCompletePayload, type StdUiWizardContainerConfig, type StdUiWizardContainerEventKey, type StdUiWizardContainerNextPayload, type StdUiWizardContainerParams, type StdUiWizardContainerStepChangePayload, type StdUiWizardNavigationBackClickPayload, type StdUiWizardNavigationBackPayload, type StdUiWizardNavigationCompleteClickPayload, type StdUiWizardNavigationCompletePayload, type StdUiWizardNavigationConfig, type StdUiWizardNavigationEventKey, type StdUiWizardNavigationNextClickPayload, type StdUiWizardNavigationNextPayload, type StdUiWizardNavigationParams, type StdUiWizardProgressConfig, type StdUiWizardProgressEventKey, type StdUiWizardProgressParams, type StdUiWizardProgressStepClickPayload, type StdVersionHistoryComparePayload, type StdVersionHistoryConfig, type StdVersionHistoryEventKey, type StdVersionHistoryOpenRevisionPayload, type StdVersionHistoryParams, type StdVersionHistoryRevisionLoadFailedPayload, type StdVersionHistoryRevisionLoadedPayload, StdVersionHistoryRevisionOrbitalManifest, type StdVersionHistoryRevisionOrbitalParams, type StdVersionHistoryRevisionRollbackFailedPayload, type StdVersionHistoryRevisionRolledBackPayload, type StdVersionHistoryRollbackPayload, type StdVoteConfig, type StdVoteEventKey, type StdVoteParams, type StdVoteVoteCastFailedPayload, type StdVoteVoteCastedPayload, type StdVoteVoteLoadFailedPayload, type StdVoteVoteLoadedPayload, StdVoteVoteOrbitalManifest, type StdVoteVoteOrbitalParams, type StdVoteVotePayload, type StdWeightValidatorConfig, type StdWeightValidatorEventKey, StdWeightValidatorMlWeightValidatorOrbitalManifest, type StdWeightValidatorMlWeightValidatorOrbitalParams, type StdWeightValidatorParams, type StdWeightValidatorWeightsAcceptedPayload, type StdWeightValidatorWeightsRejectedPayload, type StdWizardAdvancePayload, type StdWizardCancelPayload, type StdWizardConfig, type StdWizardEventKey, type StdWizardParams, type StdWizardWizardLoadFailedPayload, type StdWizardWizardLoadedPayload, StdWizardWizardOrbitalManifest, type StdWizardWizardOrbitalParams, type StdWizardWizardSaveFailedPayload, type StdWizardWizardSavedPayload, type StdWorldmapBoard2dConfig, type StdWorldmapBoard2dParams, StdWorldmapBoard2dWorldMapBoard2DOrbitalManifest, type StdWorldmapBoard2dWorldMapBoard2DOrbitalParams, type StdXpConfig, type StdXpEventKey, type StdXpHealPayload, type StdXpParams, dispatchOrbitalFactory, getOrbitalFactoryManifest, isStdAgentBuilderAgentBuilderOrbitalParams, isStdAgentCompletionAgentCompletionOrbitalParams, isStdAgentContextAgentContextOrbitalParams, isStdAgentFixLoopAgentFixLoopOrbitalParams, isStdAgentMemoryAgentMemoryOrbitalParams, isStdAgentPlannerAgentPlannerOrbitalParams, isStdAgentRabitCoordinatorOrbitalParams, isStdAgentRabitOrbitalProcessOrbitalParams, isStdAgentSessionAgentSessionOrbitalParams, isStdAgentToolCallAgentToolCallOrbitalParams, isStdAgentToolLoopAgentToolLoopOrbitalParams, isStdAgentTraceAgentTraceOrbitalParams, isStdAnimTickAnimTickOrbitalParams, isStdAppLayoutAppLayoutOrbitalParams, isStdAppSearchAppSearchOrbitalParams, isStdApprovalGateApprovalGateOrbitalParams, isStdArcadeBoard3dArcadeBoard3DFrameOrbitalParams, isStdAuditCaptureAuditCaptureOrbitalParams, isStdBillableHourBillableHourOrbitalParams, isStdBoardBoardOrbitalParams, isStdBrowseBrowseItemOrbitalParams, isStdCacheAsideCacheEntryOrbitalParams, isStdCalendarCalendarEventOrbitalParams, isStdCascadeOnDeleteCascadeOnDeleteOrbitalParams, isStdCircuitBreakerServiceNodeOrbitalParams, isStdConfirmationConfirmActionOrbitalParams, isStdCooldownCooldownOrbitalParams, isStdCrewBoard2dCrewBoard2DOrbitalParams, isStdCrossReferenceCrossReferenceOrbitalParams, isStdDashboardGridEmbeddedDashboardGridEmbeddedOrbitalParams, isStdDataCollectorMlDataCollectorOrbitalParams, isStdDataErasureDataErasureOrbitalParams, isStdDateRangeDateRangeOrbitalParams, isStdDungeonBoard2dDungeonBoard2DOrbitalParams, isStdEscalatingDecisionEscalatingDecisionOrbitalParams, isStdEsignFlowSignatureSessionOrbitalParams, isStdEsignRequestESignRequestOrbitalParams, isStdEventLogEventLogOrbitalParams, isStdExportExportOrbitalParams, isStdFileStoreStoredFileOrbitalParams, isStdFilterFilterTargetOrbitalParams, isStdFormAdvancedFormEntryOrbitalParams, isStdGalleryGalleryItemOrbitalParams, isStdGameClockGameClockOrbitalParams, isStdGeosearchGeoSearchResultOrbitalParams, isStdGraphBuilderGraphBuilderOrbitalParams, isStdGraphsGraphItemOrbitalParams, isStdImageUploadMultiUploadedImageOrbitalParams, isStdKnowledgeTracingKnowledgeTracingOrbitalParams, isStdLifecycleLifecycleOrbitalParams, isStdListListItemOrbitalParams, isStdMarketBoard3dMarketBoard3DOrbitalParams, isStdMigrationJobMigrationJobOrbitalParams, isStdMlClassifyMlClassifyOrbitalParams, isStdMlExactCheckMlExactCheckOrbitalParams, isStdMlInferMlInferOrbitalParams, isStdMlLabelCaptureMlLabelCaptureOrbitalParams, isStdMlLookupMlLookupOrbitalParams, isStdMlPosteriorMlPosteriorOrbitalParams, isStdMlSimilarityMlSimilarityOrbitalParams, isStdModQueueModQueueItemOrbitalParams, isStdModalModalRecordOrbitalParams, isStdMultiPartyFlowMultiPartyFlowOrbitalParams, isStdNotifyOnEventNotifyOnEventOrbitalParams, isStdObjectiveBoard3dObjectiveBoard3DOrbitalParams, isStdPaginationPagedItemOrbitalParams, isStdRateLimiterRateBucketOrbitalParams, isStdRatingReviewRatingReviewOrbitalParams, isStdRecurrenceRecurrenceOrbitalParams, isStdRelatedRelatedItemOrbitalParams, isStdReminderSchedulerReminderSchedulerOrbitalParams, isStdRichEditorDocumentOrbitalParams, isStdRowAccessControlRowAccessControlOrbitalParams, isStdSavedSearchSavedSearchOrbitalParams, isStdScatterScatterItemOrbitalParams, isStdSearchSearchResultOrbitalParams, isStdSelectionSelectableItemOrbitalParams, isStdSignatureCaptureSignatureCaptureOrbitalParams, isStdStatsStatsItemOrbitalParams, isStdStatusLifecycleControlStatusLifecycleControlOrbitalParams, isStdStatusLifecycleStatusLifecycleOrbitalParams, isStdStepFlowStepFlowOrbitalParams, isStdSurvivalBoard3dSurvivalBoard3DOrbitalParams, isStdTabsTabsItemOrbitalParams, isStdTacticsBoard2dTacticsBoard2DOrbitalParams, isStdTacticsBoard3dTacticsBoard3DOrbitalParams, isStdTagTaxonomyTagTaxonomyOrbitalParams, isStdThreadThreadPostOrbitalParams, isStdTokenizerMlTokenizerOrbitalParams, isStdUiBookChapterViewBookChapterViewOrbitalParams, isStdUiBookCoverPageBookCoverPageOrbitalParams, isStdUiBookNavBarBookNavBarOrbitalParams, isStdUiBookTableOfContentsBookTableOfContentsOrbitalParams, isStdUiBookViewerBookViewerOrbitalParams, isStdUiCaseStudyOrganismCaseStudyOrganismOrbitalParams, isStdUiChatBarChatBarOrbitalParams, isStdUiCodeRunnerPanelCodeRunnerPanelOrbitalParams, isStdUiDashboardGridDashboardGridOrbitalParams, isStdUiDetailPanelDetailPanelOrbitalParams, isStdUiDrawerSlotDrawerSlotOrbitalParams, isStdUiEntityCardsEntityCardsOrbitalParams, isStdUiEntityListEntityListOrbitalParams, isStdUiEntityTableEntityTableOrbitalParams, isStdUiFeatureGridOrganismFeatureGridOrganismOrbitalParams, isStdUiFormFormOrbitalParams, isStdUiFormSectionFormSectionOrbitalParams, isStdUiHeroOrganismHeroOrganismOrbitalParams, isStdUiMasterDetailLayoutMasterDetailLayoutOrbitalParams, isStdUiMasterDetailMasterDetailOrbitalParams, isStdUiMediaGalleryMediaGalleryOrbitalParams, isStdUiModalSlotModalSlotOrbitalParams, isStdUiPricingOrganismPricingOrganismOrbitalParams, isStdUiRuntimeDebuggerRuntimeDebuggerOrbitalParams, isStdUiSegmentRendererSegmentRendererOrbitalParams, isStdUiShowcaseOrganismShowcaseOrganismOrbitalParams, isStdUiSplitPaneSplitPaneOrbitalParams, isStdUiStatCardStatCardOrbitalParams, isStdUiStateMachineViewStateMachineViewOrbitalParams, isStdUiStatsOrganismStatsOrganismOrbitalParams, isStdUiStepFlowOrganismStepFlowOrganismOrbitalParams, isStdUiSubagentTracePanelSubagentTracePanelOrbitalParams, isStdUiTabbedContainerTabbedContainerOrbitalParams, isStdUiTeamOrganismTeamOrganismOrbitalParams, isStdUiTimelineTimelineOrbitalParams, isStdUiTimerDisplayTimerDisplayOrbitalParams, isStdUiToastSlotToastSlotOrbitalParams, isStdUiUiSlotRendererUiSlotRendererOrbitalParams, isStdVersionHistoryRevisionOrbitalParams, isStdVoteVoteOrbitalParams, isStdWeightValidatorMlWeightValidatorOrbitalParams, isStdWizardWizardOrbitalParams, isStdWorldmapBoard2dWorldMapBoard2DOrbitalParams, listOrganismOrbitalManifests, stdAgentBuilder, stdAgentBuilderAgentBuilderOrbital, stdAgentCompletion, stdAgentCompletionAgentCompletionOrbital, stdAgentCompletionCompletionGenerationTrait, stdAgentCompletionCompletionReadyTrait, stdAgentCompletionPage, stdAgentContext, stdAgentContextAgentContextOrbital, stdAgentContextContextCompactorTrait, stdAgentContextContextCounterTrait, stdAgentContextContextListenerTrait, stdAgentContextPage, stdAgentFixLoop, stdAgentFixLoopAgentFixLoopOrbital, stdAgentFixLoopFixLoopExecutionTrait, stdAgentFixLoopFixLoopListenerTrait, stdAgentFixLoopPage, stdAgentMemory, stdAgentMemoryAgentMemoryOrbital, stdAgentMemoryMemoryListenerTrait, stdAgentMemoryMemoryRecallTrait, stdAgentMemoryMemoryStoreTrait, stdAgentMemoryPage, stdAgentPlanner, stdAgentPlannerAgentPlannerOrbital, stdAgentPlannerPage, stdAgentPlannerPlannerExecutionTrait, stdAgentPlannerPlannerListenerTrait, stdAgentRabit, stdAgentRabitCoordinatorOrbital, stdAgentRabitOrbitalProcessOrbital, stdAgentSession, stdAgentSessionAgentSessionOrbital, stdAgentSessionPage, stdAgentSessionSessionListenerTrait, stdAgentSessionSessionReaderTrait, stdAgentSessionSessionWriterTrait, stdAgentToolCall, stdAgentToolCallAgentToolCallOrbital, stdAgentToolCallPage, stdAgentToolCallToolCallExecutionTrait, stdAgentToolCallToolCallReadyTrait, stdAgentToolLoop, stdAgentToolLoopAgentToolLoopOrbital, stdAgentToolLoopPage, stdAgentToolLoopToolLoopExecutionTrait, stdAgentToolLoopToolLoopListenerTrait, stdAgentTrace, stdAgentTraceAgentTraceOrbital, stdAgentTracePage, stdAgentTraceTraceEmitterTrait, stdAgentTraceTraceListenerTrait, stdAnimTick, stdAnimTickAnimTickOrbital, stdAnimTickPage, stdAnimTickTrait, stdAppLayout, stdAppLayoutAppLayoutOrbital, stdAppLayoutPage, stdAppLayoutTrait, stdAppSearch, stdAppSearchAppSearchIdleHintTrait, stdAppSearchAppSearchOrbital, stdAppSearchAppSearchTrait, stdAppSearchPage, stdApprovalGate, stdApprovalGateApprovalDividerTrait, stdApprovalGateApprovalGateOrbital, stdApprovalGateApprovalGateReviewTrait, stdApprovalGateApprovalQueueTitleTrait, stdApprovalGateCloseButtonTrait, stdApprovalGateErrorAlertTrait, stdApprovalGateErrorSpinnerTrait, stdApprovalGateLoadingSpinnerTrait, stdApprovalGateLoadingTextTrait, stdApprovalGatePage, stdApprovalGateShieldCheckIconTrait, stdArcadeBoard3d, stdArcadeBoard3dArcadeBoard3DFrameOrbital, stdArcadeFlow, stdArcadeFlowPage, stdArcadeFlowTrait, stdArcadePlay, stdArcadePlayPage, stdArcadePlayTrait, stdAuditCapture, stdAuditCaptureAuditCaptureOrbital, stdAuditCapturePage, stdAuditCaptureTrait, stdBillableHour, stdBillableHourBillableHourOrbital, stdBillableHourBillableHourTimesheetTrait, stdBillableHourDenseHoursTableTrait, stdBillableHourPage, stdBoard, stdBoardBoardOrbital, stdBoardPage, stdBoardTrait, stdBrowse, stdBrowseBrowseItemBrowseTrait, stdBrowseBrowseItemOrbital, stdBrowseDataGrid1Trait, stdBrowseDenseTableViewTrait, stdBrowseMasterListViewTrait, stdBrowsePage, stdCacheAside, stdCacheAsideCacheEntryCacheManagerTrait, stdCacheAsideCacheEntryOrbital, stdCacheAsideFetchButtonTrait, stdCacheAsideInlineAlertRender22Trait, stdCacheAsideInlineBadgeRender13Trait, stdCacheAsideInlineDividerRender10Trait, stdCacheAsideInlineDividerRender21Trait, stdCacheAsideInlineDividerRender3Trait, stdCacheAsideInlineEmptyStateRender26Trait, stdCacheAsideInlineEmptyStateRender4Trait, stdCacheAsideInlineIconRender11Trait, stdCacheAsideInlineIconRender15Trait, stdCacheAsideInlineIconRender18Trait, stdCacheAsideInlineIconRender1Trait, stdCacheAsideInlineIconRender7Trait, stdCacheAsideInlineSpinnerRender23Trait, stdCacheAsideInlineSpinnerRender24Trait, stdCacheAsideInlineSpinnerRender25Trait, stdCacheAsideInlineSpinnerRender27Trait, stdCacheAsideInlineSpinnerRender5Trait, stdCacheAsideInlineStatusDotRender20Trait, stdCacheAsideInlineStatusDotRender9Trait, stdCacheAsideInlineTypographyRender12Trait, stdCacheAsideInlineTypographyRender14Trait, stdCacheAsideInlineTypographyRender16Trait, stdCacheAsideInlineTypographyRender17Trait, stdCacheAsideInlineTypographyRender19Trait, stdCacheAsideInlineTypographyRender2Trait, stdCacheAsideInlineTypographyRender6Trait, stdCacheAsideInlineTypographyRender8Trait, stdCacheAsideInvalidateButtonTrait, stdCacheAsidePage, stdCacheAsideRefreshButtonTrait, stdCacheAsideRetryButtonTrait, stdCalendar, stdCalendarCalendarEventOrbital, stdCalendarPage, stdCalendarTrait, stdCascadeOnDelete, stdCascadeOnDeleteCascadeOnDeleteOrbital, stdCascadeOnDeletePage, stdCascadeOnDeleteTrait, stdChaseAi, stdChaseAiPage, stdChaseAiTrait, stdCircuitBreaker, stdCircuitBreakerActivityIconTrait, stdCircuitBreakerAlertTriangleIconTrait, stdCircuitBreakerCircuitDividerTrait, stdCircuitBreakerClosedStatusDotTrait, stdCircuitBreakerErrorAlertTrait, stdCircuitBreakerFailuresMeterTrait, stdCircuitBreakerFailuresStatTrait, stdCircuitBreakerHalfOpenStatusDotTrait, stdCircuitBreakerOpenStatusDotTrait, stdCircuitBreakerPage, stdCircuitBreakerResetButtonTrait, stdCircuitBreakerServiceNodeCircuitBreakerTrait, stdCircuitBreakerServiceNodeLabelTrait, stdCircuitBreakerServiceNodeOrbital, stdCircuitBreakerShieldIconTrait, stdCircuitBreakerStatsGridTrait, stdCircuitBreakerSuccessAlertTrait, stdCircuitBreakerSuccessesStatTrait, stdCircuitBreakerWarningAlertTrait, stdConfirmation, stdConfirmationConfirmActionOrbital, stdConfirmationPage, stdConfirmationTrait, stdCooldown, stdCooldownCooldownOrbital, stdCooldownPage, stdCooldownTrait, stdCrewBoard2d, stdCrewBoard2dCrewBoard2DOrbital, stdCrossReference, stdCrossReferenceCrossReferenceOrbital, stdCrossReferencePage, stdCrossReferenceTrait, stdDashboardGridEmbedded, stdDashboardGridEmbeddedDashboardGridEmbeddedOrbital, stdDashboardGridEmbeddedDashboardGridEmbeddedTrait, stdDashboardGridEmbeddedEmptyTileTrait, stdDashboardGridEmbeddedPage, stdDashboardGridEmbeddedSimpleGrid1Trait, stdDataCollector, stdDataCollectorMlDataCollectorOrbital, stdDataCollectorPage, stdDataCollectorTrait, stdDataErasure, stdDataErasureCloseButtonTrait, stdDataErasureDataErasureOrbital, stdDataErasureErasureDividerTrait, stdDataErasureErasureRequestsTitleTrait, stdDataErasureErasureWorkflowTrait, stdDataErasureErrorAlertTrait, stdDataErasureErrorSpinnerTrait, stdDataErasureLoadingSpinnerTrait, stdDataErasureLoadingTextTrait, stdDataErasurePage, stdDataErasureTrash2IconTrait, stdDateRange, stdDateRangeDateRangeOrbital, stdDateRangePage, stdDateRangeTrait, stdDungeonBoard2d, stdDungeonBoard2dDungeonBoard2DOrbital, stdDungeonCombat, stdDungeonCombatPage, stdDungeonCombatTrait, stdEscalatingDecision, stdEscalatingDecisionEscalatingDecisionOrbital, stdEsignFlow, stdEsignFlowPage, stdEsignFlowSignatureSessionBrowseTrait, stdEsignFlowSignatureSessionCreateTrait, stdEsignFlowSignatureSessionDeleteTrait, stdEsignFlowSignatureSessionOrbital, stdEsignFlowSignatureSessionPersistorTrait, stdEsignRequest, stdEsignRequestESignRequestOrbital, stdEsignRequestESignRequestSigningTrait, stdEsignRequestErrorAlertTrait, stdEsignRequestPage, stdEsignRequestRequestDataGridTrait, stdEsignRequestTitleHeadingTrait, stdEventLog, stdEventLogEventLogOrbital, stdEventLogPage, stdEventLogTrait, stdExport, stdExportButton1Trait, stdExportExportMenuTrait, stdExportExportOrbital, stdExportMenu1Trait, stdExportPage, stdFileStore, stdFileStorePage, stdFileStoreStoredFileOrbital, stdFileStoreTrait, stdFilter, stdFilterFilterTargetOrbital, stdFilterPage, stdFilterTrait, stdFormAdvanced, stdFormAdvancedFormEntryOrbital, stdFormAdvancedPage, stdFormAdvancedTrait, stdFxParticles, stdFxParticlesPage, stdFxParticlesTrait, stdGallery, stdGalleryErrorAlertTrait, stdGalleryGalleryIconTrait, stdGalleryGalleryItemGalleryTrait, stdGalleryGalleryItemOrbital, stdGalleryLoadingCaptionTrait, stdGalleryLoadingSpinnerTrait, stdGalleryMediaGalleryGridTrait, stdGalleryPage, stdGalleryReloadCaptionTrait, stdGalleryReloadSpinnerTrait, stdGalleryRetrySpinnerTrait, stdGalleryTitleDividerTrait, stdGameClock, stdGameClockGameClockOrbital, stdGameClockPage, stdGameClockTrait, stdGather, stdGatherPage, stdGatherTrait, stdGeosearch, stdGeosearchGeoSearchResultOrbital, stdGeosearchPage, stdGeosearchTrait, stdGold, stdGoldPage, stdGoldTrait, stdGraphBuilder, stdGraphBuilderGraphBuilderOrbital, stdGraphBuilderPage, stdGraphBuilderTrait, stdGraphs, stdGraphsGraphItemOrbital, stdGraphsPage, stdGraphsTrait, stdGridTactics, stdGridTacticsPage, stdGridTacticsTrait, stdHeroNav, stdHeroNavPage, stdHeroNavTrait, stdImageUploadMulti, stdImageUploadMultiPage, stdImageUploadMultiTrait, stdImageUploadMultiUploadedImageOrbital, stdImport, stdImportButton1Trait, stdImportImportMenuTrait, stdImportMenu1Trait, stdImportPage, stdKnowledgeTracing, stdKnowledgeTracingKnowledgeTracingOrbital, stdLearnArrangement, stdLearnArrangementPage, stdLearnArrangementTrait, stdLearnClassify, stdLearnClassifyPage, stdLearnClassifyTrait, stdLearnCompare, stdLearnComparePage, stdLearnCompareTrait, stdLearnCoupledSim, stdLearnCoupledSimPage, stdLearnCoupledSimTrait, stdLearnDerivation, stdLearnDerivationPage, stdLearnDerivationTrait, stdLearnDiagram, stdLearnDiagramPage, stdLearnDiagramTrait, stdLearnDoser, stdLearnDoserPage, stdLearnDoserTrait, stdLearnEstimate, stdLearnEstimatePage, stdLearnEstimateTrait, stdLearnGoalSeek, stdLearnGoalSeekPage, stdLearnGoalSeekTrait, stdLearnGridSim, stdLearnGridSimPage, stdLearnGridSimTrait, stdLearnHotspot, stdLearnHotspotPage, stdLearnHotspotTrait, stdLearnLiveSim, stdLearnLiveSimPage, stdLearnLiveSimTrait, stdLearnMeasure, stdLearnMeasurePage, stdLearnMeasureTrait, stdLearnParamExplorer, stdLearnParamExplorerPage, stdLearnParamExplorerTrait, stdLearnPerturb, stdLearnPerturbPage, stdLearnPerturbTrait, stdLearnPredict, stdLearnPredictPage, stdLearnPredictTrait, stdLearnSampleAccumulator, stdLearnSampleAccumulatorPage, stdLearnSampleAccumulatorTrait, stdLearnSandbox, stdLearnSandboxPage, stdLearnSandboxTrait, stdLearnScatterFit, stdLearnScatterFitPage, stdLearnScatterFitTrait, stdLearnScenario, stdLearnScenarioPage, stdLearnScenarioTrait, stdLearnSim3d, stdLearnSim3dPage, stdLearnSim3dTrait, stdLearnSpeedDrill, stdLearnSpeedDrillPage, stdLearnSpeedDrillTrait, stdLearnStepper, stdLearnStepperPage, stdLearnStepperTrait, stdLearnTour3d, stdLearnTour3dPage, stdLearnTour3dTrait, stdLearnTracePlayer, stdLearnTracePlayerPage, stdLearnTracePlayerTrait, stdLearnTransport, stdLearnTransportPage, stdLearnTransportTrait, stdLearnTree, stdLearnTreePage, stdLearnTreeTrait, stdLifecycle, stdLifecycleLifecycleOrbital, stdLifecyclePage, stdLifecycleTrait, stdList, stdListListItemBrowseTrait, stdListListItemCreateTrait, stdListListItemDeleteTrait, stdListListItemEditTrait, stdListListItemOrbital, stdListListItemPersistorTrait, stdListPage, stdMarketBoard3d, stdMarketBoard3dMarketBoard3DOrbital, stdMarketFlow, stdMarketFlowPage, stdMarketFlowTrait, stdMarketingArticle, stdMarketingArticlePage, stdMarketingArticleTrait, stdMarketingCta, stdMarketingCtaPage, stdMarketingCtaTrait, stdMarketingFeatures, stdMarketingFeaturesPage, stdMarketingFeaturesTrait, stdMarketingFooter, stdMarketingFooterPage, stdMarketingFooterTrait, stdMarketingHero, stdMarketingHeroPage, stdMarketingHeroTrait, stdMarketingNav, stdMarketingNavPage, stdMarketingNavTrait, stdMarketingPricing, stdMarketingPricingPage, stdMarketingPricingTrait, stdMarketingShowcase, stdMarketingShowcasePage, stdMarketingShowcaseTrait, stdMarketingSplit, stdMarketingSplitPage, stdMarketingSplitTrait, stdMarketingStats, stdMarketingStatsPage, stdMarketingStatsTrait, stdMarketingSteps, stdMarketingStepsPage, stdMarketingStepsTrait, stdMarketingTeam, stdMarketingTeamPage, stdMarketingTeamTrait, stdMeshAssetArt, stdMeshAssetArtPage, stdMeshAssetArtTrait, stdMigrationJob, stdMigrationJobMigrationJobOrbital, stdMigrationJobPage, stdMigrationJobTrait, stdMlClassify, stdMlClassifyMlClassifyOrbital, stdMlClassifyPage, stdMlClassifyTrait, stdMlExactCheck, stdMlExactCheckMlExactCheckOrbital, stdMlExactCheckPage, stdMlExactCheckTrait, stdMlInfer, stdMlInferMlInferOrbital, stdMlInferPage, stdMlInferTrait, stdMlLabelCapture, stdMlLabelCaptureMlLabelCaptureOrbital, stdMlLabelCapturePage, stdMlLabelCaptureTrait, stdMlLookup, stdMlLookupMlLookupOrbital, stdMlLookupPage, stdMlLookupTrait, stdMlPosterior, stdMlPosteriorMlPosteriorOrbital, stdMlPosteriorPage, stdMlPosteriorTrait, stdMlSimilarity, stdMlSimilarityMlSimilarityOrbital, stdMlSimilarityPage, stdMlSimilarityTrait, stdModQueue, stdModQueueCloseButtonTrait, stdModQueueErrorAlertTrait, stdModQueueErrorSpinnerTrait, stdModQueueLoadingSpinnerTrait, stdModQueueLoadingTextTrait, stdModQueueModQueueDividerTrait, stdModQueueModQueueItemOrbital, stdModQueueModQueueItemReviewTrait, stdModQueueModQueueTitleTrait, stdModQueuePage, stdModQueueShieldAlertIconTrait, stdModal, stdModalModalRecordOrbital, stdModalPage, stdModalTrait, stdMultiPartyFlow, stdMultiPartyFlowMultiPartyFlowOrbital, stdMultiPartyFlowPage, stdMultiPartyFlowTrait, stdNotificationPanel, stdNotificationPanelPage, stdNotificationPanelTrait, stdNotifyOnEvent, stdNotifyOnEventNotifyOnEventOrbital, stdNotifyOnEventPage, stdNotifyOnEventTrait, stdObjectiveBoard3d, stdObjectiveBoard3dObjectiveBoard3DOrbital, stdObjectiveFlow, stdObjectiveFlowPage, stdObjectiveFlowTrait, stdObjectiveReach, stdObjectiveReachPage, stdObjectiveReachTrait, stdPagination, stdPaginationPage, stdPaginationPagedItemOrbital, stdPaginationTrait, stdPatience, stdPatiencePage, stdPatienceTrait, stdProduction, stdProductionPage, stdProductionTrait, stdRateLimiter, stdRateLimiterCountMeterTrait, stdRateLimiterCountProgressBarTrait, stdRateLimiterOpenStatusDotTrait, stdRateLimiterPage, stdRateLimiterRateBucketDividerTrait, stdRateLimiterRateBucketOrbital, stdRateLimiterRateBucketRateLimiterTrait, stdRateLimiterRateBucketTitleTrait, stdRateLimiterRateLimitAlertTrait, stdRateLimiterRequestButtonTrait, stdRateLimiterRequestsStatTrait, stdRateLimiterResetButtonTrait, stdRateLimiterResetPrimaryButtonTrait, stdRateLimiterShieldIconTrait, stdRateLimiterStatsGridTrait, stdRateLimiterThrottledStatusDotTrait, stdRateLimiterWindowStatTrait, stdRatingReview, stdRatingReviewRatingReviewBoardTrait, stdRatingReviewRatingReviewOrbital, stdRatingReviewRatingReviewPagePage, stdRatingReviewRatingReviewSubmitPagePage, stdRatingReviewRatingReviewSubmitTrait, stdRecurrence, stdRecurrencePage, stdRecurrenceRecurrenceOrbital, stdRecurrenceTrait, stdRelated, stdRelatedPage, stdRelatedRelatedItemOrbital, stdRelatedTrait, stdReminderScheduler, stdReminderSchedulerPage, stdReminderSchedulerReminderSchedulerOrbital, stdReminderSchedulerTrait, stdRichEditor, stdRichEditorDocumentOrbital, stdRichEditorPage, stdRichEditorTrait, stdRoundFlow, stdRoundFlowPage, stdRoundFlowTrait, stdRowAccessControl, stdRowAccessControlPage, stdRowAccessControlRowAccessControlOrbital, stdRowAccessControlTrait, stdSavedSearch, stdSavedSearchPage, stdSavedSearchSavedSearchOrbital, stdSavedSearchTrait, stdScatter, stdScatterPage, stdScatterScatterItemOrbital, stdScatterTrait, stdScore, stdScorePage, stdScoreTrait, stdSearch, stdSearchPage, stdSearchSearchResultOrbital, stdSearchTrait, stdSelection, stdSelectionPage, stdSelectionSelectableItemOrbital, stdSelectionTrait, stdSignatureCapture, stdSignatureCapturePage, stdSignatureCaptureSignatureCaptureOrbital, stdSignatureCaptureTrait, stdStatRows, stdStatRowsPage, stdStatRowsTrait, stdStats, stdStatsPage, stdStatsStatsItemOrbital, stdStatsTrait, stdStatusLifecycle, stdStatusLifecycleControl, stdStatusLifecycleControlStatusLifecycleControlOrbital, stdStatusLifecyclePage, stdStatusLifecycleStatusLifecycleOrbital, stdStatusLifecycleTrait, stdStepFlow, stdStepFlowPage, stdStepFlowStepFlowOrbital, stdStepFlowTrait, stdSurvivalBoard3d, stdSurvivalBoard3dSurvivalBoard3DOrbital, stdSurvivalFlow, stdSurvivalFlowPage, stdSurvivalFlowTrait, stdSvgAssetArt, stdSvgAssetArtPage, stdSvgAssetArtTrait, stdTabs, stdTabsPage, stdTabsTabsItemOrbital, stdTabsTrait, stdTacticsBoard2d, stdTacticsBoard2dTacticsBoard2DOrbital, stdTacticsBoard3d, stdTacticsBoard3dTacticsBoard3DOrbital, stdTagTaxonomy, stdTagTaxonomyPage, stdTagTaxonomyTagTaxonomyOrbital, stdTagTaxonomyTrait, stdThread, stdThreadPage, stdThreadThreadPostOrbital, stdThreadTrait, stdTokenizer, stdTokenizerMlTokenizerOrbital, stdTokenizerPage, stdTokenizerTrait, stdUiAccordion, stdUiAccordionPage, stdUiAccordionTrait, stdUiActionPalette, stdUiActionPalettePage, stdUiActionPaletteTrait, stdUiActionTile, stdUiActionTilePage, stdUiActionTileTrait, stdUiActivationBlock, stdUiActivationBlockPage, stdUiActivationBlockTrait, stdUiAlert, stdUiAlertPage, stdUiAlertTrait, stdUiAlgoGraphCanvas, stdUiAlgoGraphCanvasPage, stdUiAlgoGraphCanvasTrait, stdUiAlgorithmCanvas, stdUiAlgorithmCanvasPage, stdUiAlgorithmCanvasTrait, stdUiAnimatedCounter, stdUiAnimatedCounterPage, stdUiAnimatedCounterTrait, stdUiAnimatedGraphic, stdUiAnimatedGraphicPage, stdUiAnimatedGraphicTrait, stdUiAnimatedReveal, stdUiAnimatedRevealPage, stdUiAnimatedRevealTrait, stdUiArticleSection, stdUiArticleSectionPage, stdUiArticleSectionTrait, stdUiAside, stdUiAsidePage, stdUiAsideTrait, stdUiAtlasImage, stdUiAtlasImagePage, stdUiAtlasImageTrait, stdUiAtlasPanel, stdUiAtlasPanelPage, stdUiAtlasPanelTrait, stdUiAvatar, stdUiAvatarPage, stdUiAvatarTrait, stdUiBadge, stdUiBadgePage, stdUiBadgeTrait, stdUiBehaviorView, stdUiBehaviorViewPage, stdUiBehaviorViewTrait, stdUiBiologyCanvas, stdUiBiologyCanvasPage, stdUiBiologyCanvasTrait, stdUiBloomQuizBlock, stdUiBloomQuizBlockPage, stdUiBloomQuizBlockTrait, stdUiBookChapterView, stdUiBookChapterViewBookChapterViewOrbital, stdUiBookCoverPage, stdUiBookCoverPageBookCoverPageOrbital, stdUiBookNavBar, stdUiBookNavBarBookNavBarOrbital, stdUiBookTableOfContents, stdUiBookTableOfContentsBookTableOfContentsOrbital, stdUiBookViewer, stdUiBookViewerBookViewerOrbital, stdUiBox, stdUiBoxPage, stdUiBoxTrait, stdUiBranchingLogicBuilder, stdUiBranchingLogicBuilderPage, stdUiBranchingLogicBuilderTrait, stdUiBreadcrumb, stdUiBreadcrumbPage, stdUiBreadcrumbTrait, stdUiButton, stdUiButtonPage, stdUiButtonTrait, stdUiCalendarGrid, stdUiCalendarGridPage, stdUiCalendarGridTrait, stdUiCanvas, stdUiCanvas2d, stdUiCanvas2dPage, stdUiCanvas2dTrait, stdUiCanvasPage, stdUiCanvasTrait, stdUiCard, stdUiCardPage, stdUiCardTrait, stdUiCarousel, stdUiCarouselPage, stdUiCarouselTrait, stdUiCaseStudyCard, stdUiCaseStudyCardPage, stdUiCaseStudyCardTrait, stdUiCaseStudyOrganism, stdUiCaseStudyOrganismCaseStudyOrganismOrbital, stdUiCenter, stdUiCenterPage, stdUiCenterTrait, stdUiChart, stdUiChartLegend, stdUiChartLegendPage, stdUiChartLegendTrait, stdUiChartPage, stdUiChartTrait, stdUiChatBar, stdUiChatBarChatBarOrbital, stdUiCheckbox, stdUiCheckboxPage, stdUiCheckboxTrait, stdUiChemistryCanvas, stdUiChemistryCanvasPage, stdUiChemistryCanvasTrait, stdUiChoiceButton, stdUiChoiceButtonPage, stdUiChoiceButtonTrait, stdUiCodeBlock, stdUiCodeBlockPage, stdUiCodeBlockTrait, stdUiCodeRunnerPanel, stdUiCodeRunnerPanelCodeRunnerPanelOrbital, stdUiCommunityLinks, stdUiCommunityLinksPage, stdUiCommunityLinksTrait, stdUiConditionalWrapper, stdUiConditionalWrapperPage, stdUiConditionalWrapperTrait, stdUiConfettiEffect, stdUiConfettiEffectPage, stdUiConfettiEffectTrait, stdUiConfirmDialog, stdUiConfirmDialogPage, stdUiConfirmDialogTrait, stdUiConnectionBlock, stdUiConnectionBlockPage, stdUiConnectionBlockTrait, stdUiContainer, stdUiContainerPage, stdUiContainerTrait, stdUiContentRenderer, stdUiContentRendererPage, stdUiContentRendererTrait, stdUiContentSection, stdUiContentSectionPage, stdUiContentSectionTrait, stdUiControlButton, stdUiControlButtonPage, stdUiControlButtonTrait, stdUiControlGrid, stdUiControlGridPage, stdUiControlGridTrait, stdUiCtaBanner, stdUiCtaBannerPage, stdUiCtaBannerTrait, stdUiDashboardGrid, stdUiDashboardGridDashboardGridOrbital, stdUiDataGrid, stdUiDataGridPage, stdUiDataGridTrait, stdUiDataList, stdUiDataListPage, stdUiDataListTrait, stdUiDateRangePicker, stdUiDateRangePickerPage, stdUiDateRangePickerTrait, stdUiDateRangeSelector, stdUiDateRangeSelectorPage, stdUiDateRangeSelectorTrait, stdUiDayCell, stdUiDayCellPage, stdUiDayCellTrait, stdUiDetailPanel, stdUiDetailPanelDetailPanelOrbital, stdUiDialog, stdUiDialogPage, stdUiDialogTrait, stdUiDialogueBubble, stdUiDialogueBubblePage, stdUiDialogueBubbleTrait, stdUiDivider, stdUiDividerPage, stdUiDividerTrait, stdUiDocBreadcrumb, stdUiDocBreadcrumbPage, stdUiDocBreadcrumbTrait, stdUiDocPagination, stdUiDocPaginationPage, stdUiDocPaginationTrait, stdUiDocSearch, stdUiDocSearchPage, stdUiDocSearchTrait, stdUiDocSidebar, stdUiDocSidebarPage, stdUiDocSidebarTrait, stdUiDocToc, stdUiDocTocPage, stdUiDocTocTrait, stdUiDocumentViewer, stdUiDocumentViewerPage, stdUiDocumentViewerTrait, stdUiDrawGroup, stdUiDrawGroupPage, stdUiDrawGroupTrait, stdUiDrawMesh, stdUiDrawMeshPage, stdUiDrawMeshTrait, stdUiDrawShape, stdUiDrawShapeLayer, stdUiDrawShapeLayerPage, stdUiDrawShapeLayerTrait, stdUiDrawShapePage, stdUiDrawShapeTrait, stdUiDrawSprite, stdUiDrawSpriteLayer, stdUiDrawSpriteLayerPage, stdUiDrawSpriteLayerTrait, stdUiDrawSpritePage, stdUiDrawSpriteTrait, stdUiDrawText, stdUiDrawTextLayer, stdUiDrawTextLayerPage, stdUiDrawTextLayerTrait, stdUiDrawTextPage, stdUiDrawTextTrait, stdUiDrawer, stdUiDrawerPage, stdUiDrawerSlot, stdUiDrawerSlotDrawerSlotOrbital, stdUiDrawerTrait, stdUiEdgeDecoration, stdUiEdgeDecorationPage, stdUiEdgeDecorationTrait, stdUiEmojiPicker, stdUiEmojiPickerPage, stdUiEmojiPickerTrait, stdUiEmptyState, stdUiEmptyStatePage, stdUiEmptyStateTrait, stdUiEntityCards, stdUiEntityCardsEntityCardsOrbital, stdUiEntityList, stdUiEntityListEntityListOrbital, stdUiEntityTable, stdUiEntityTableEntityTableOrbital, stdUiErrorBoundary, stdUiErrorBoundaryPage, stdUiErrorBoundaryTrait, stdUiErrorState, stdUiErrorStatePage, stdUiErrorStateTrait, stdUiFeatureCard, stdUiFeatureCardPage, stdUiFeatureCardTrait, stdUiFeatureGrid, stdUiFeatureGridOrganism, stdUiFeatureGridOrganismFeatureGridOrganismOrbital, stdUiFeatureGridPage, stdUiFeatureGridTrait, stdUiFileTree, stdUiFileTreePage, stdUiFileTreeTrait, stdUiFilterGroup, stdUiFilterGroupPage, stdUiFilterGroupTrait, stdUiFilterPill, stdUiFilterPillPage, stdUiFilterPillTrait, stdUiFlex, stdUiFlexPage, stdUiFlexTrait, stdUiFlipCard, stdUiFlipCardPage, stdUiFlipCardTrait, stdUiFlipContainer, stdUiFlipContainerPage, stdUiFlipContainerTrait, stdUiFloatingActionButton, stdUiFloatingActionButtonPage, stdUiFloatingActionButtonTrait, stdUiForm, stdUiFormActions, stdUiFormActionsPage, stdUiFormActionsTrait, stdUiFormField, stdUiFormFieldPage, stdUiFormFieldTrait, stdUiFormFormOrbital, stdUiFormLayout, stdUiFormLayoutPage, stdUiFormLayoutTrait, stdUiFormSection, stdUiFormSectionFormSectionOrbital, stdUiFormSectionHeader, stdUiFormSectionHeaderPage, stdUiFormSectionHeaderTrait, stdUiGameAudioToggle, stdUiGameAudioTogglePage, stdUiGameAudioToggleTrait, stdUiGameHud, stdUiGameHudPage, stdUiGameHudTrait, stdUiGameIcon, stdUiGameIconPage, stdUiGameIconTrait, stdUiGameMenu, stdUiGameMenuPage, stdUiGameMenuTrait, stdUiGeometricPattern, stdUiGeometricPatternPage, stdUiGeometricPatternTrait, stdUiGradientDivider, stdUiGradientDividerPage, stdUiGradientDividerTrait, stdUiGraphCanvas, stdUiGraphCanvasPage, stdUiGraphCanvasTrait, stdUiGraphView, stdUiGraphViewPage, stdUiGraphViewTrait, stdUiGrid, stdUiGridPage, stdUiGridTrait, stdUiHeader, stdUiHeaderPage, stdUiHeaderTrait, stdUiHealthBar, stdUiHealthBarPage, stdUiHealthBarTrait, stdUiHeroOrganism, stdUiHeroOrganismHeroOrganismOrbital, stdUiHeroSection, stdUiHeroSectionPage, stdUiHeroSectionTrait, stdUiHstack, stdUiHstackPage, stdUiHstackTrait, stdUiIcon, stdUiIconPage, stdUiIconTrait, stdUiImportPreviewTree, stdUiImportPreviewTreePage, stdUiImportPreviewTreeTrait, stdUiImportProgress, stdUiImportProgressPage, stdUiImportProgressTrait, stdUiImportSourcePicker, stdUiImportSourcePickerPage, stdUiImportSourcePickerTrait, stdUiInfiniteScrollSentinel, stdUiInfiniteScrollSentinelPage, stdUiInfiniteScrollSentinelTrait, stdUiInput, stdUiInputGroup, stdUiInputGroupPage, stdUiInputGroupTrait, stdUiInputPage, stdUiInputTrait, stdUiInstallBox, stdUiInstallBoxPage, stdUiInstallBoxTrait, stdUiJazariStateMachine, stdUiJazariStateMachinePage, stdUiJazariStateMachineTrait, stdUiLabel, stdUiLabelPage, stdUiLabelTrait, stdUiLawReferenceTooltip, stdUiLawReferenceTooltipPage, stdUiLawReferenceTooltipTrait, stdUiLearningCanvas, stdUiLearningCanvasPage, stdUiLearningCanvasTrait, stdUiLightbox, stdUiLightboxPage, stdUiLightboxTrait, stdUiLikertScale, stdUiLikertScalePage, stdUiLikertScaleTrait, stdUiLineChart, stdUiLineChartPage, stdUiLineChartTrait, stdUiLoadingState, stdUiLoadingStatePage, stdUiLoadingStateTrait, stdUiMapView, stdUiMapViewPage, stdUiMapViewTrait, stdUiMarkdownContent, stdUiMarkdownContentPage, stdUiMarkdownContentTrait, stdUiMarketingFooter, stdUiMarketingFooterPage, stdUiMarketingFooterTrait, stdUiMarketingStatCard, stdUiMarketingStatCardPage, stdUiMarketingStatCardTrait, stdUiMasterDetail, stdUiMasterDetailLayout, stdUiMasterDetailLayoutMasterDetailLayoutOrbital, stdUiMasterDetailMasterDetailOrbital, stdUiMathCanvas, stdUiMathCanvasPage, stdUiMathCanvasTrait, stdUiMatrixQuestion, stdUiMatrixQuestionPage, stdUiMatrixQuestionTrait, stdUiMediaGallery, stdUiMediaGalleryMediaGalleryOrbital, stdUiMenu, stdUiMenuPage, stdUiMenuTrait, stdUiMeter, stdUiMeterPage, stdUiMeterTrait, stdUiModal, stdUiModalPage, stdUiModalSlot, stdUiModalSlotModalSlotOrbital, stdUiModalTrait, stdUiModuleCard, stdUiModuleCardPage, stdUiModuleCardTrait, stdUiNavigation, stdUiNavigationPage, stdUiNavigationTrait, stdUiNotification, stdUiNotificationPage, stdUiNotificationTrait, stdUiNumberStepper, stdUiNumberStepperPage, stdUiNumberStepperTrait, stdUiOptionConstraintGroup, stdUiOptionConstraintGroupPage, stdUiOptionConstraintGroupTrait, stdUiOrbitalVisualization, stdUiOrbitalVisualizationPage, stdUiOrbitalVisualizationTrait, stdUiOverlay, stdUiOverlayPage, stdUiOverlayTrait, stdUiPageHeader, stdUiPageHeaderPage, stdUiPageHeaderTrait, stdUiPageTransition, stdUiPageTransitionPage, stdUiPageTransitionTrait, stdUiPagination, stdUiPaginationPage, stdUiPaginationTrait, stdUiPatternTile, stdUiPatternTilePage, stdUiPatternTileTrait, stdUiPhysicsCanvas, stdUiPhysicsCanvasPage, stdUiPhysicsCanvasTrait, stdUiPopover, stdUiPopoverPage, stdUiPopoverTrait, stdUiPositionedCanvas, stdUiPositionedCanvasPage, stdUiPositionedCanvasTrait, stdUiPresence, stdUiPresencePage, stdUiPresenceTrait, stdUiPricingCard, stdUiPricingCardPage, stdUiPricingCardTrait, stdUiPricingGrid, stdUiPricingGridPage, stdUiPricingGridTrait, stdUiPricingOrganism, stdUiPricingOrganismPricingOrganismOrbital, stdUiProgressBar, stdUiProgressBarPage, stdUiProgressBarTrait, stdUiProgressDots, stdUiProgressDotsPage, stdUiProgressDotsTrait, stdUiPullQuote, stdUiPullQuotePage, stdUiPullQuoteTrait, stdUiPullToRefresh, stdUiPullToRefreshPage, stdUiPullToRefreshTrait, stdUiQrScanner, stdUiQrScannerPage, stdUiQrScannerTrait, stdUiQuizBlock, stdUiQuizBlockPage, stdUiQuizBlockTrait, stdUiRadio, stdUiRadioPage, stdUiRadioTrait, stdUiRangeSlider, stdUiRangeSliderPage, stdUiRangeSliderTrait, stdUiReflectionBlock, stdUiReflectionBlockPage, stdUiReflectionBlockTrait, stdUiRelationSelect, stdUiRelationSelectPage, stdUiRelationSelectTrait, stdUiRepeatableFormSection, stdUiRepeatableFormSectionPage, stdUiRepeatableFormSectionTrait, stdUiReplyTree, stdUiReplyTreePage, stdUiReplyTreeTrait, stdUiRichBlockEditor, stdUiRichBlockEditorPage, stdUiRichBlockEditorTrait, stdUiRuntimeDebugger, stdUiRuntimeDebuggerRuntimeDebuggerOrbital, stdUiScaledDiagram, stdUiScaledDiagramPage, stdUiScaledDiagramTrait, stdUiScoreDisplay, stdUiScoreDisplayPage, stdUiScoreDisplayTrait, stdUiSearchInput, stdUiSearchInputPage, stdUiSearchInputTrait, stdUiSection, stdUiSectionHeader, stdUiSectionHeaderPage, stdUiSectionHeaderTrait, stdUiSectionPage, stdUiSectionTrait, stdUiSegmentRenderer, stdUiSegmentRendererSegmentRendererOrbital, stdUiSelect, stdUiSelectPage, stdUiSelectTrait, stdUiSequenceBar, stdUiSequenceBarPage, stdUiSequenceBarTrait, stdUiServiceCatalog, stdUiServiceCatalogPage, stdUiServiceCatalogTrait, stdUiShowcaseCard, stdUiShowcaseCardPage, stdUiShowcaseCardTrait, stdUiShowcaseOrganism, stdUiShowcaseOrganismShowcaseOrganismOrbital, stdUiSidePanel, stdUiSidePanelPage, stdUiSidePanelTrait, stdUiSidebar, stdUiSidebarPage, stdUiSidebarTrait, stdUiSignaturePad, stdUiSignaturePadPage, stdUiSignaturePadTrait, stdUiSimpleGrid, stdUiSimpleGridPage, stdUiSimpleGridTrait, stdUiSkeleton, stdUiSkeletonPage, stdUiSkeletonTrait, stdUiSocialProof, stdUiSocialProofPage, stdUiSocialProofTrait, stdUiSortableList, stdUiSortableListPage, stdUiSortableListTrait, stdUiSpacer, stdUiSpacerPage, stdUiSpacerTrait, stdUiSparkline, stdUiSparklinePage, stdUiSparklineTrait, stdUiSpinner, stdUiSpinnerPage, stdUiSpinnerTrait, stdUiSplit, stdUiSplitPage, stdUiSplitPane, stdUiSplitPaneSplitPaneOrbital, stdUiSplitSection, stdUiSplitSectionPage, stdUiSplitSectionTrait, stdUiSplitTrait, stdUiStack, stdUiStackPage, stdUiStackTrait, stdUiStarRating, stdUiStarRatingPage, stdUiStarRatingTrait, stdUiStatBadge, stdUiStatBadgePage, stdUiStatBadgeTrait, stdUiStatCard, stdUiStatCardStatCardOrbital, stdUiStatDisplay, stdUiStatDisplayPage, stdUiStatDisplayTrait, stdUiStateGraph, stdUiStateGraphPage, stdUiStateGraphTrait, stdUiStateJsonView, stdUiStateJsonViewPage, stdUiStateJsonViewTrait, stdUiStateMachineView, stdUiStateMachineViewStateMachineViewOrbital, stdUiStatsGrid, stdUiStatsGridPage, stdUiStatsGridTrait, stdUiStatsOrganism, stdUiStatsOrganismStatsOrganismOrbital, stdUiStatusDot, stdUiStatusDotPage, stdUiStatusDotTrait, stdUiStepFlow, stdUiStepFlowOrganism, stdUiStepFlowOrganismStepFlowOrganismOrbital, stdUiStepFlowPage, stdUiStepFlowTrait, stdUiSubagentTracePanel, stdUiSubagentTracePanelSubagentTracePanelOrbital, stdUiSvgBranch, stdUiSvgBranchPage, stdUiSvgBranchTrait, stdUiSvgConnection, stdUiSvgConnectionPage, stdUiSvgConnectionTrait, stdUiSvgFlow, stdUiSvgFlowPage, stdUiSvgFlowTrait, stdUiSvgGrid, stdUiSvgGridPage, stdUiSvgGridTrait, stdUiSvgLobe, stdUiSvgLobePage, stdUiSvgLobeTrait, stdUiSvgMesh, stdUiSvgMeshPage, stdUiSvgMeshTrait, stdUiSvgMorph, stdUiSvgMorphPage, stdUiSvgMorphTrait, stdUiSvgNode, stdUiSvgNodePage, stdUiSvgNodeTrait, stdUiSvgPulse, stdUiSvgPulsePage, stdUiSvgPulseTrait, stdUiSvgRing, stdUiSvgRingPage, stdUiSvgRingTrait, stdUiSvgShield, stdUiSvgShieldPage, stdUiSvgShieldTrait, stdUiSvgStack, stdUiSvgStackPage, stdUiSvgStackTrait, stdUiSwipeableRow, stdUiSwipeableRowPage, stdUiSwipeableRowTrait, stdUiSwitch, stdUiSwitchPage, stdUiSwitchTrait, stdUiTabbedContainer, stdUiTabbedContainerTabbedContainerOrbital, stdUiTableView, stdUiTableViewPage, stdUiTableViewTrait, stdUiTabs, stdUiTabsPage, stdUiTabsTrait, stdUiTagCloud, stdUiTagCloudPage, stdUiTagCloudTrait, stdUiTagInput, stdUiTagInputPage, stdUiTagInputTrait, stdUiTeamCard, stdUiTeamCardPage, stdUiTeamCardTrait, stdUiTeamOrganism, stdUiTeamOrganismTeamOrganismOrbital, stdUiTextHighlight, stdUiTextHighlightPage, stdUiTextHighlightTrait, stdUiTextarea, stdUiTextareaPage, stdUiTextareaTrait, stdUiThemeToggle, stdUiThemeTogglePage, stdUiThemeToggleTrait, stdUiTimeSlotCell, stdUiTimeSlotCellPage, stdUiTimeSlotCellTrait, stdUiTimeline, stdUiTimelineTimelineOrbital, stdUiTimerDisplay, stdUiTimerDisplayPage, stdUiTimerDisplayTimerDisplayOrbital, stdUiTimerDisplayTrait, stdUiToastSlot, stdUiToastSlotToastSlotOrbital, stdUiTooltip, stdUiTooltipPage, stdUiTooltipTrait, stdUiTraitFrame, stdUiTraitFramePage, stdUiTraitFrameTrait, stdUiTraitSlot, stdUiTraitSlotPage, stdUiTraitSlotTrait, stdUiTrendIndicator, stdUiTrendIndicatorPage, stdUiTrendIndicatorTrait, stdUiTypewriterText, stdUiTypewriterTextPage, stdUiTypewriterTextTrait, stdUiTypography, stdUiTypographyPage, stdUiTypographyTrait, stdUiUiSlotRenderer, stdUiUiSlotRendererUiSlotRendererOrbital, stdUiUploadDropZone, stdUiUploadDropZonePage, stdUiUploadDropZoneTrait, stdUiVersionDiff, stdUiVersionDiffPage, stdUiVersionDiffTrait, stdUiViolationAlert, stdUiViolationAlertPage, stdUiViolationAlertTrait, stdUiVoteStack, stdUiVoteStackPage, stdUiVoteStackTrait, stdUiVstack, stdUiVstackPage, stdUiVstackTrait, stdUiWizardContainer, stdUiWizardContainerPage, stdUiWizardContainerTrait, stdUiWizardNavigation, stdUiWizardNavigationPage, stdUiWizardNavigationTrait, stdUiWizardProgress, stdUiWizardProgressPage, stdUiWizardProgressTrait, stdVersionHistory, stdVersionHistoryPage, stdVersionHistoryRevisionOrbital, stdVersionHistoryTrait, stdVote, stdVotePage, stdVoteTrait, stdVoteVoteOrbital, stdWeightValidator, stdWeightValidatorMlWeightValidatorOrbital, stdWeightValidatorPage, stdWeightValidatorTrait, stdWizard, stdWizardPage, stdWizardTrait, stdWizardWizardOrbital, stdWorldmapBoard2d, stdWorldmapBoard2dWorldMapBoard2DOrbital, stdXp, stdXpPage, stdXpTrait };