@almadar/std 16.173.0 → 16.174.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 (203) 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/organisms/ui-chat-bar.lolo +1 -1
  32. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  38. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  40. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  51. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  52. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +1 -1
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +380 -0
  66. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +43 -4
  67. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +41 -4
  68. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +43 -4
  69. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  70. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  71. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  72. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  73. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  74. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  75. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  76. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  77. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  78. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  79. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  80. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  81. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  82. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  83. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  84. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  85. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  86. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  87. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  88. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  89. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  90. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  91. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  92. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  93. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  94. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  95. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  96. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  97. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  98. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  99. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  100. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  101. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  102. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  103. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  104. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  105. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  106. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  107. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  108. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  109. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  110. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  111. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  112. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  115. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  116. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  118. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  119. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  120. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  121. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  122. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  123. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  124. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  125. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  126. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  127. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  128. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  129. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  130. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  131. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  132. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  133. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  134. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  135. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  136. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  137. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  138. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  139. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  140. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  141. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  143. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  144. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  145. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  146. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  147. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  148. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  149. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  150. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  151. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  152. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  153. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  154. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1 -1
  155. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  156. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  157. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  158. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  159. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  160. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  161. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  162. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  163. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  164. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  165. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  166. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +2947 -0
  168. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +173 -4
  169. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +267 -7
  170. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +263 -8
  171. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +116 -1
  172. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +200 -4
  173. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +264 -7
  174. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  175. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  176. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  177. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  178. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  179. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  180. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  181. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  182. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  183. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  184. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  185. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  186. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  187. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  188. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  189. package/dist/behaviors/exports-reader.js +3440 -2189
  190. package/dist/behaviors/functions/index.d.ts +1751 -154
  191. package/dist/behaviors/functions/index.js +3402 -2190
  192. package/dist/behaviors/index.d.ts +1 -1
  193. package/dist/behaviors/index.js +3441 -2190
  194. package/dist/behaviors/query.js +3440 -2189
  195. package/dist/behaviors-embeddings.hash.json +3 -3
  196. package/dist/behaviors-embeddings.json +230 -178
  197. package/dist/behaviors-registry.json +4397 -171
  198. package/dist/index.d.ts +1 -1
  199. package/dist/index.js +3441 -2190
  200. package/dist/knob-embeddings.hash.json +3 -3
  201. package/dist/knob-embeddings.json +1 -1
  202. package/dist/registry/factory-signatures.json +1 -1
  203. 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.
@@ -7434,6 +7434,294 @@ declare function stdLearnClassifyPage(params: StdLearnClassifyParams): PageRefOb
7434
7434
  /** Whole-orbital descriptor. */
7435
7435
  declare function stdLearnClassify(params: StdLearnClassifyParams): OrbitalDefinition;
7436
7436
 
7437
+ /**
7438
+ * 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.
7439
+ *
7440
+ * Autogenerated by almadar-sync std-ts from
7441
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-compare.orb.
7442
+ *
7443
+ * This is a thin descriptor layer over the canonical .orb. The exported
7444
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7445
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7446
+ * compiler's inline phase materialises the real trait at build time.
7447
+ *
7448
+ * Do not hand-edit — regenerate via
7449
+ * npx almadar-sync std-ts --only=std-learn-compare
7450
+ *
7451
+ * @level atom
7452
+ * @packageDocumentation
7453
+ */
7454
+
7455
+ /**
7456
+ * Closed set of event keys this trait recognises —
7457
+ * derived from the .orb's `stateMachine.events[]` block
7458
+ * (transition triggers + emit names). Use as the key type
7459
+ * when passing an `events:` rename map at the call site.
7460
+ */
7461
+ type StdLearnCompareEventKey = 'COMPARISON_CHANGED' | 'INIT' | 'MODE_SELECTED' | 'SET_PARAM';
7462
+ /**
7463
+ * Payload shape for the `COMPARISON_CHANGED` event.
7464
+ */
7465
+ interface StdLearnCompareComparisonChangedPayload {
7466
+ leftA?: number;
7467
+ leftB?: number;
7468
+ rightA?: number;
7469
+ rightB?: number;
7470
+ delta?: number;
7471
+ }
7472
+ /**
7473
+ * Typed call-site config block for this trait — every
7474
+ * field maps to a `config { ... }` entry in the source
7475
+ * .lolo. The agent fills these to specialise the trait
7476
+ * without modifying its state-machine topology.
7477
+ */
7478
+ interface StdLearnCompareConfig {
7479
+ /** Default: `"Tune each side's parameters and watch how the two curves diverge."` */
7480
+ compareText?: string;
7481
+ /** Default: `"power"` */
7482
+ curveKind?: string;
7483
+ /** Default: `1` */
7484
+ gridStep?: number;
7485
+ /** Default: `400` */
7486
+ height?: number;
7487
+ /** Default: `1` */
7488
+ leftADefault?: number;
7489
+ /** Default: `2` */
7490
+ leftBDefault?: number;
7491
+ /** Default: `"#3b82f6"` */
7492
+ leftColor?: string;
7493
+ /** Default: `"Left"` */
7494
+ leftLabel?: string;
7495
+ /** Default: `""` */
7496
+ matchMode?: string;
7497
+ /** Default: `"A"` */
7498
+ paramALabel?: string;
7499
+ /** Default: `5` */
7500
+ paramAMax?: number;
7501
+ /** Default: `-5` */
7502
+ paramAMin?: number;
7503
+ /** Default: `0.1` */
7504
+ paramAStep?: number;
7505
+ /** Default: `"B"` */
7506
+ paramBLabel?: string;
7507
+ /** Default: `5` */
7508
+ paramBMax?: number;
7509
+ /** Default: `-5` */
7510
+ paramBMin?: number;
7511
+ /** Default: `0.1` */
7512
+ paramBStep?: number;
7513
+ /** Default: `2` */
7514
+ rightADefault?: number;
7515
+ /** Default: `1.5` */
7516
+ rightBDefault?: number;
7517
+ /** Default: `"#f59e0b"` */
7518
+ rightColor?: string;
7519
+ /** Default: `"Right"` */
7520
+ rightLabel?: string;
7521
+ /** Default: `true` */
7522
+ showAxes?: boolean;
7523
+ /** Default: `true` */
7524
+ showGrid?: boolean;
7525
+ /** Default: `"Compare Two Settings"` */
7526
+ title?: string;
7527
+ /** Default: `600` */
7528
+ width?: number;
7529
+ /** Default: `10` */
7530
+ xMax?: number;
7531
+ /** Default: `0` */
7532
+ xMin?: number;
7533
+ }
7534
+ /**
7535
+ * Params for the std-learn-compare descriptor helpers.
7536
+ *
7537
+ * `entityName` binds every trait/page reference's `linkedEntity`.
7538
+ * The optional override fields mirror TraitReference / PageRefObject
7539
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7540
+ */
7541
+ interface StdLearnCompareParams {
7542
+ entityName: string;
7543
+ /** Extra fields to add to the orbital-scoped entity clone. */
7544
+ fields?: EntityField[];
7545
+ /** Rename the inlined trait at the call site. */
7546
+ traitName?: string;
7547
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7548
+ events?: Partial<Record<StdLearnCompareEventKey, string>>;
7549
+ /** Per-event effect replacement (keys are POST-rename event names). */
7550
+ effects?: Record<string, SExpr[]>;
7551
+ /** Replace the imported trait's `listens` array entirely. */
7552
+ listens?: TraitEventListener[];
7553
+ /** Set every emit's scope. */
7554
+ emitsScope?: 'internal' | 'external';
7555
+ /** Typed call-site config block — see the per-field interface. */
7556
+ config?: StdLearnCompareConfig;
7557
+ /** URL path override for the (first) page. */
7558
+ pagePath?: string;
7559
+ }
7560
+ /** Trait descriptor: `LearnCompare.traits.CompareSim`. */
7561
+ declare function stdLearnCompareTrait(params: StdLearnCompareParams): TraitReference;
7562
+ /** Page descriptor: `LearnCompare.pages.ComparePage`. */
7563
+ declare function stdLearnComparePage(params: StdLearnCompareParams): PageRefObject;
7564
+ /** Whole-orbital descriptor. */
7565
+ declare function stdLearnCompare(params: StdLearnCompareParams): OrbitalDefinition;
7566
+
7567
+ /**
7568
+ * 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.
7569
+ *
7570
+ * Autogenerated by almadar-sync std-ts from
7571
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-coupled-sim.orb.
7572
+ *
7573
+ * This is a thin descriptor layer over the canonical .orb. The exported
7574
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7575
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7576
+ * compiler's inline phase materialises the real trait at build time.
7577
+ *
7578
+ * Do not hand-edit — regenerate via
7579
+ * npx almadar-sync std-ts --only=std-learn-coupled-sim
7580
+ *
7581
+ * @level atom
7582
+ * @packageDocumentation
7583
+ */
7584
+
7585
+ /**
7586
+ * Closed set of event keys this trait recognises —
7587
+ * derived from the .orb's `stateMachine.events[]` block
7588
+ * (transition triggers + emit names). Use as the key type
7589
+ * when passing an `events:` rename map at the call site.
7590
+ */
7591
+ type StdLearnCoupledSimEventKey = 'COEFS_CHANGED' | 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'SET_A' | 'SET_B' | 'SHOCK' | 'SHOCK_APPLIED' | 'SIM_RESET';
7592
+ /**
7593
+ * Payload shape for the `RUN_TOGGLED` event.
7594
+ */
7595
+ interface StdLearnCoupledSimRunToggledPayload {
7596
+ running?: boolean;
7597
+ }
7598
+ /**
7599
+ * Payload shape for the `SIM_RESET` event.
7600
+ */
7601
+ interface StdLearnCoupledSimSimResetPayload {
7602
+ pStart?: number;
7603
+ qStart?: number;
7604
+ }
7605
+ /**
7606
+ * Payload shape for the `COEFS_CHANGED` event.
7607
+ */
7608
+ interface StdLearnCoupledSimCoefsChangedPayload {
7609
+ coefA?: number;
7610
+ coefB?: number;
7611
+ }
7612
+ /**
7613
+ * Payload shape for the `SHOCK_APPLIED` event.
7614
+ */
7615
+ interface StdLearnCoupledSimShockAppliedPayload {
7616
+ delta?: number;
7617
+ p?: number;
7618
+ q?: number;
7619
+ }
7620
+ /**
7621
+ * Typed call-site config block for this trait — every
7622
+ * field maps to a `config { ... }` entry in the source
7623
+ * .lolo. The agent fills these to specialise the trait
7624
+ * without modifying its state-machine topology.
7625
+ */
7626
+ interface StdLearnCoupledSimConfig {
7627
+ /** Default: `true` */
7628
+ autoRun?: boolean;
7629
+ /** Default: `0.6` */
7630
+ coefADefault?: number;
7631
+ /** Default: `"Prey growth rate"` */
7632
+ coefALabel?: string;
7633
+ /** Default: `2` */
7634
+ coefAMax?: number;
7635
+ /** Default: `0` */
7636
+ coefAMin?: number;
7637
+ /** Default: `0.01` */
7638
+ coefAStep?: number;
7639
+ /** Default: `0.9` */
7640
+ coefBDefault?: number;
7641
+ /** Default: `"Predation rate"` */
7642
+ coefBLabel?: string;
7643
+ /** Default: `2` */
7644
+ coefBMax?: number;
7645
+ /** Default: `0` */
7646
+ coefBMin?: number;
7647
+ /** Default: `0.01` */
7648
+ coefBStep?: number;
7649
+ /** Default: `0.5` */
7650
+ coefC?: number;
7651
+ /** Default: `0.4` */
7652
+ coefD?: number;
7653
+ /** Default: `30` */
7654
+ duration?: number;
7655
+ /** Default: `50` */
7656
+ gridStep?: number;
7657
+ /** Default: `360` */
7658
+ height?: number;
7659
+ /** Default: `"predator-prey"` */
7660
+ kind?: string;
7661
+ /** Default: `""` */
7662
+ matchMode?: string;
7663
+ /** Default: `"#16a34a"` */
7664
+ pColor?: string;
7665
+ /** Default: `"Prey"` */
7666
+ pLabel?: string;
7667
+ /** Default: `120` */
7668
+ pStart?: number;
7669
+ /** Default: `"#dc2626"` */
7670
+ qColor?: string;
7671
+ /** Default: `"Predators"` */
7672
+ qLabel?: string;
7673
+ /** Default: `40` */
7674
+ qStart?: number;
7675
+ /** Default: `"− Prey cull"` */
7676
+ shockDownLabel?: string;
7677
+ /** Default: `40` */
7678
+ shockSize?: number;
7679
+ /** Default: `"+ Prey burst"` */
7680
+ shockUpLabel?: string;
7681
+ /** Default: `"Run the system, retune the rates, and shock it — watch how the two quantities push and pull each other."` */
7682
+ taskText?: string;
7683
+ /** Default: `1` */
7684
+ timeScale?: number;
7685
+ /** Default: `"Coupled System"` */
7686
+ title?: string;
7687
+ /** Default: `300` */
7688
+ valueMax?: number;
7689
+ /** Default: `600` */
7690
+ width?: number;
7691
+ }
7692
+ /**
7693
+ * Params for the std-learn-coupled-sim descriptor helpers.
7694
+ *
7695
+ * `entityName` binds every trait/page reference's `linkedEntity`.
7696
+ * The optional override fields mirror TraitReference / PageRefObject
7697
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7698
+ */
7699
+ interface StdLearnCoupledSimParams {
7700
+ entityName: string;
7701
+ /** Extra fields to add to the orbital-scoped entity clone. */
7702
+ fields?: EntityField[];
7703
+ /** Rename the inlined trait at the call site. */
7704
+ traitName?: string;
7705
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7706
+ events?: Partial<Record<StdLearnCoupledSimEventKey, string>>;
7707
+ /** Per-event effect replacement (keys are POST-rename event names). */
7708
+ effects?: Record<string, SExpr[]>;
7709
+ /** Replace the imported trait's `listens` array entirely. */
7710
+ listens?: TraitEventListener[];
7711
+ /** Set every emit's scope. */
7712
+ emitsScope?: 'internal' | 'external';
7713
+ /** Typed call-site config block — see the per-field interface. */
7714
+ config?: StdLearnCoupledSimConfig;
7715
+ /** URL path override for the (first) page. */
7716
+ pagePath?: string;
7717
+ }
7718
+ /** Trait descriptor: `LearnCoupledSim.traits.CoupledSimSim`. */
7719
+ declare function stdLearnCoupledSimTrait(params: StdLearnCoupledSimParams): TraitReference;
7720
+ /** Page descriptor: `LearnCoupledSim.pages.CoupledSimPage`. */
7721
+ declare function stdLearnCoupledSimPage(params: StdLearnCoupledSimParams): PageRefObject;
7722
+ /** Whole-orbital descriptor. */
7723
+ declare function stdLearnCoupledSim(params: StdLearnCoupledSimParams): OrbitalDefinition;
7724
+
7437
7725
  /**
7438
7726
  * 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
7727
  *
@@ -7526,6 +7814,509 @@ declare function stdLearnDiagramPage(params: StdLearnDiagramParams): PageRefObje
7526
7814
  /** Whole-orbital descriptor. */
7527
7815
  declare function stdLearnDiagram(params: StdLearnDiagramParams): OrbitalDefinition;
7528
7816
 
7817
+ /**
7818
+ * 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.
7819
+ *
7820
+ * Autogenerated by almadar-sync std-ts from
7821
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-estimate.orb.
7822
+ *
7823
+ * This is a thin descriptor layer over the canonical .orb. The exported
7824
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7825
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7826
+ * compiler's inline phase materialises the real trait at build time.
7827
+ *
7828
+ * Do not hand-edit — regenerate via
7829
+ * npx almadar-sync std-ts --only=std-learn-estimate
7830
+ *
7831
+ * @level atom
7832
+ * @packageDocumentation
7833
+ */
7834
+
7835
+ /**
7836
+ * Closed set of event keys this trait recognises —
7837
+ * derived from the .orb's `stateMachine.events[]` block
7838
+ * (transition triggers + emit names). Use as the key type
7839
+ * when passing an `events:` rename map at the call site.
7840
+ */
7841
+ type StdLearnEstimateEventKey = 'ESTIMATE_JUDGED' | 'INIT' | 'LOCK_IN' | 'MODE_SELECTED' | 'NEXT' | 'PROMPT_ADVANCED' | 'RETRY' | 'ROUND_RESTARTED' | 'SET_ESTIMATE';
7842
+ /**
7843
+ * Payload shape for the `ESTIMATE_JUDGED` event.
7844
+ */
7845
+ interface StdLearnEstimateEstimateJudgedPayload {
7846
+ band?: string;
7847
+ estimate?: number;
7848
+ answer?: number;
7849
+ score?: number;
7850
+ }
7851
+ /**
7852
+ * Payload shape for the `PROMPT_ADVANCED` event.
7853
+ */
7854
+ interface StdLearnEstimatePromptAdvancedPayload {
7855
+ promptIndex?: number;
7856
+ done?: boolean;
7857
+ score?: number;
7858
+ }
7859
+ /**
7860
+ * Payload shape for the `ROUND_RESTARTED` event.
7861
+ */
7862
+ interface StdLearnEstimateRoundRestartedPayload {
7863
+ totalPrompts?: number;
7864
+ }
7865
+ /**
7866
+ * Typed call-site config block for this trait — every
7867
+ * field maps to a `config { ... }` entry in the source
7868
+ * .lolo. The agent fills these to specialise the trait
7869
+ * without modifying its state-machine topology.
7870
+ */
7871
+ interface StdLearnEstimateConfig {
7872
+ /** Default: `0.25` */
7873
+ closePct?: number;
7874
+ /** Default: `1` */
7875
+ closePoints?: number;
7876
+ /** Default: `0.05` */
7877
+ exactPct?: number;
7878
+ /** Default: `2` */
7879
+ exactPoints?: number;
7880
+ /** Default: `"Lock In"` */
7881
+ lockLabel?: string;
7882
+ /** Default: `""` */
7883
+ matchMode?: string;
7884
+ /** Default: `"Next"` */
7885
+ nextLabel?: string;
7886
+ /** 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"}]` */
7887
+ prompts?: EntityRow[];
7888
+ /** Default: `"Try Again"` */
7889
+ retryLabel?: string;
7890
+ /** Default: `100` */
7891
+ sliderDefault?: number;
7892
+ /** Default: `500` */
7893
+ sliderMax?: number;
7894
+ /** Default: `0` */
7895
+ sliderMin?: number;
7896
+ /** Default: `0.1` */
7897
+ sliderStep?: number;
7898
+ /** Default: `"Estimate It"` */
7899
+ title?: string;
7900
+ }
7901
+ /**
7902
+ * Params for the std-learn-estimate descriptor helpers.
7903
+ *
7904
+ * `entityName` binds every trait/page reference's `linkedEntity`.
7905
+ * The optional override fields mirror TraitReference / PageRefObject
7906
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
7907
+ */
7908
+ interface StdLearnEstimateParams {
7909
+ entityName: string;
7910
+ /** Extra fields to add to the orbital-scoped entity clone. */
7911
+ fields?: EntityField[];
7912
+ /** Rename the inlined trait at the call site. */
7913
+ traitName?: string;
7914
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
7915
+ events?: Partial<Record<StdLearnEstimateEventKey, string>>;
7916
+ /** Per-event effect replacement (keys are POST-rename event names). */
7917
+ effects?: Record<string, SExpr[]>;
7918
+ /** Replace the imported trait's `listens` array entirely. */
7919
+ listens?: TraitEventListener[];
7920
+ /** Set every emit's scope. */
7921
+ emitsScope?: 'internal' | 'external';
7922
+ /** Typed call-site config block — see the per-field interface. */
7923
+ config?: StdLearnEstimateConfig;
7924
+ /** URL path override for the (first) page. */
7925
+ pagePath?: string;
7926
+ }
7927
+ /** Trait descriptor: `LearnEstimate.traits.EstimateSim`. */
7928
+ declare function stdLearnEstimateTrait(params: StdLearnEstimateParams): TraitReference;
7929
+ /** Page descriptor: `LearnEstimate.pages.EstimatePage`. */
7930
+ declare function stdLearnEstimatePage(params: StdLearnEstimateParams): PageRefObject;
7931
+ /** Whole-orbital descriptor. */
7932
+ declare function stdLearnEstimate(params: StdLearnEstimateParams): OrbitalDefinition;
7933
+
7934
+ /**
7935
+ * 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.
7936
+ *
7937
+ * Autogenerated by almadar-sync std-ts from
7938
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-goal-seek.orb.
7939
+ *
7940
+ * This is a thin descriptor layer over the canonical .orb. The exported
7941
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
7942
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
7943
+ * compiler's inline phase materialises the real trait at build time.
7944
+ *
7945
+ * Do not hand-edit — regenerate via
7946
+ * npx almadar-sync std-ts --only=std-learn-goal-seek
7947
+ *
7948
+ * @level atom
7949
+ * @packageDocumentation
7950
+ */
7951
+
7952
+ /**
7953
+ * Closed set of event keys this trait recognises —
7954
+ * derived from the .orb's `stateMachine.events[]` block
7955
+ * (transition triggers + emit names). Use as the key type
7956
+ * when passing an `events:` rename map at the call site.
7957
+ */
7958
+ type StdLearnGoalSeekEventKey = 'CHECK' | 'GOAL_CHECKED' | 'GOAL_RESET' | 'INIT' | 'MODE_SELECTED' | 'PARAMS_CHANGED' | 'RESET' | 'SET_PARAM_A' | 'SET_PARAM_B';
7959
+ /**
7960
+ * Payload shape for the `PARAMS_CHANGED` event.
7961
+ */
7962
+ interface StdLearnGoalSeekParamsChangedPayload {
7963
+ paramA?: number;
7964
+ paramB?: number;
7965
+ distance?: number;
7966
+ }
7967
+ /**
7968
+ * Payload shape for the `GOAL_CHECKED` event.
7969
+ */
7970
+ interface StdLearnGoalSeekGoalCheckedPayload {
7971
+ matched?: boolean;
7972
+ distance?: number;
7973
+ attempts?: number;
7974
+ }
7975
+ /**
7976
+ * Payload shape for the `GOAL_RESET` event.
7977
+ */
7978
+ interface StdLearnGoalSeekGoalResetPayload {
7979
+ attempts?: number;
7980
+ }
7981
+ /**
7982
+ * Typed call-site config block for this trait — every
7983
+ * field maps to a `config { ... }` entry in the source
7984
+ * .lolo. The agent fills these to specialise the trait
7985
+ * without modifying its state-machine topology.
7986
+ */
7987
+ interface StdLearnGoalSeekConfig {
7988
+ /** Default: `"Check"` */
7989
+ checkLabel?: string;
7990
+ /** Default: `"sine"` */
7991
+ curveKind?: string;
7992
+ /** Default: `"Tune the two sliders until your curve matches the target curve, then press Check."` */
7993
+ goalText?: string;
7994
+ /** Default: `1` */
7995
+ gridStep?: number;
7996
+ /** Default: `400` */
7997
+ height?: number;
7998
+ /** Default: `"#3b82f6"` */
7999
+ learnerColor?: string;
8000
+ /** Default: `"Yours"` */
8001
+ learnerLabel?: string;
8002
+ /** Default: `""` */
8003
+ matchMode?: string;
8004
+ /** Default: `1` */
8005
+ paramADefault?: number;
8006
+ /** Default: `"A"` */
8007
+ paramALabel?: string;
8008
+ /** Default: `5` */
8009
+ paramAMax?: number;
8010
+ /** Default: `-5` */
8011
+ paramAMin?: number;
8012
+ /** Default: `0.1` */
8013
+ paramAStep?: number;
8014
+ /** Default: `1` */
8015
+ paramBDefault?: number;
8016
+ /** Default: `"B"` */
8017
+ paramBLabel?: string;
8018
+ /** Default: `5` */
8019
+ paramBMax?: number;
8020
+ /** Default: `-5` */
8021
+ paramBMin?: number;
8022
+ /** Default: `0.1` */
8023
+ paramBStep?: number;
8024
+ /** Default: `true` */
8025
+ showAxes?: boolean;
8026
+ /** Default: `true` */
8027
+ showGrid?: boolean;
8028
+ /** Default: `true` */
8029
+ showLiveDistance?: boolean;
8030
+ /** Default: `2.5` */
8031
+ targetA?: number;
8032
+ /** Default: `1.5` */
8033
+ targetB?: number;
8034
+ /** Default: `"#94a3b8"` */
8035
+ targetColor?: string;
8036
+ /** Default: `"Target"` */
8037
+ targetLabel?: string;
8038
+ /** Default: `"Goal Seek"` */
8039
+ title?: string;
8040
+ /** Default: `0.35` */
8041
+ tolerance?: number;
8042
+ /** Default: `600` */
8043
+ width?: number;
8044
+ /** Default: `10` */
8045
+ xMax?: number;
8046
+ /** Default: `0` */
8047
+ xMin?: number;
8048
+ }
8049
+ /**
8050
+ * Params for the std-learn-goal-seek descriptor helpers.
8051
+ *
8052
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8053
+ * The optional override fields mirror TraitReference / PageRefObject
8054
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8055
+ */
8056
+ interface StdLearnGoalSeekParams {
8057
+ entityName: string;
8058
+ /** Extra fields to add to the orbital-scoped entity clone. */
8059
+ fields?: EntityField[];
8060
+ /** Rename the inlined trait at the call site. */
8061
+ traitName?: string;
8062
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8063
+ events?: Partial<Record<StdLearnGoalSeekEventKey, string>>;
8064
+ /** Per-event effect replacement (keys are POST-rename event names). */
8065
+ effects?: Record<string, SExpr[]>;
8066
+ /** Replace the imported trait's `listens` array entirely. */
8067
+ listens?: TraitEventListener[];
8068
+ /** Set every emit's scope. */
8069
+ emitsScope?: 'internal' | 'external';
8070
+ /** Typed call-site config block — see the per-field interface. */
8071
+ config?: StdLearnGoalSeekConfig;
8072
+ /** URL path override for the (first) page. */
8073
+ pagePath?: string;
8074
+ }
8075
+ /** Trait descriptor: `LearnGoalSeek.traits.GoalSeekSim`. */
8076
+ declare function stdLearnGoalSeekTrait(params: StdLearnGoalSeekParams): TraitReference;
8077
+ /** Page descriptor: `LearnGoalSeek.pages.GoalSeekPage`. */
8078
+ declare function stdLearnGoalSeekPage(params: StdLearnGoalSeekParams): PageRefObject;
8079
+ /** Whole-orbital descriptor. */
8080
+ declare function stdLearnGoalSeek(params: StdLearnGoalSeekParams): OrbitalDefinition;
8081
+
8082
+ /**
8083
+ * 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.
8084
+ *
8085
+ * Autogenerated by almadar-sync std-ts from
8086
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-grid-sim.orb.
8087
+ *
8088
+ * This is a thin descriptor layer over the canonical .orb. The exported
8089
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8090
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8091
+ * compiler's inline phase materialises the real trait at build time.
8092
+ *
8093
+ * Do not hand-edit — regenerate via
8094
+ * npx almadar-sync std-ts --only=std-learn-grid-sim
8095
+ *
8096
+ * @level atom
8097
+ * @packageDocumentation
8098
+ */
8099
+
8100
+ /**
8101
+ * Closed set of event keys this trait recognises —
8102
+ * derived from the .orb's `stateMachine.events[]` block
8103
+ * (transition triggers + emit names). Use as the key type
8104
+ * when passing an `events:` rename map at the call site.
8105
+ */
8106
+ type StdLearnGridSimEventKey = 'CELL_TOGGLED' | 'GRID_RESET' | 'GRID_STEPPED' | 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'STEP' | 'TAP_CELL';
8107
+ /**
8108
+ * Payload shape for the `RUN_TOGGLED` event.
8109
+ */
8110
+ interface StdLearnGridSimRunToggledPayload {
8111
+ running?: boolean;
8112
+ }
8113
+ /**
8114
+ * Payload shape for the `GRID_STEPPED` event.
8115
+ */
8116
+ interface StdLearnGridSimGridSteppedPayload {
8117
+ generation?: number;
8118
+ aliveCount?: number;
8119
+ }
8120
+ /**
8121
+ * Payload shape for the `CELL_TOGGLED` event.
8122
+ */
8123
+ interface StdLearnGridSimCellToggledPayload {
8124
+ index?: number;
8125
+ aliveCount?: number;
8126
+ }
8127
+ /**
8128
+ * Payload shape for the `GRID_RESET` event.
8129
+ */
8130
+ interface StdLearnGridSimGridResetPayload {
8131
+ seedCount?: number;
8132
+ }
8133
+ /**
8134
+ * Typed call-site config block for this trait — every
8135
+ * field maps to a `config { ... }` entry in the source
8136
+ * .lolo. The agent fills these to specialise the trait
8137
+ * without modifying its state-machine topology.
8138
+ */
8139
+ interface StdLearnGridSimConfig {
8140
+ /** Default: `false` */
8141
+ autoRun?: boolean;
8142
+ /** Default: `"#f8fafc"` */
8143
+ backgroundColor?: string;
8144
+ /** Default: `26` */
8145
+ cellSize?: number;
8146
+ /** Default: `16` */
8147
+ cols?: number;
8148
+ /** Default: `0.995` */
8149
+ decay?: number;
8150
+ /** Default: `0.5` */
8151
+ diffuseRate?: number;
8152
+ /** Default: `332` */
8153
+ height?: number;
8154
+ /** Default: `"#bfdbfe"` */
8155
+ lowColor?: string;
8156
+ /** Default: `""` */
8157
+ matchMode?: string;
8158
+ /** Default: `"#60a5fa"` */
8159
+ midColor?: string;
8160
+ /** Default: `"#e2e8f0"` */
8161
+ offColor?: string;
8162
+ /** Default: `"#1d4ed8"` */
8163
+ onColor?: string;
8164
+ /** Default: `12` */
8165
+ rows?: number;
8166
+ /** Default: `"life"` */
8167
+ rule?: string;
8168
+ /** Default: `[1,18,32,33,34,88,89,90]` */
8169
+ seeds?: number[];
8170
+ /** Default: `"Step"` */
8171
+ stepLabel?: string;
8172
+ /** Default: `"Tap cells to seed the world, then Run — or Step one generation at a time to see the rule at work."` */
8173
+ taskText?: string;
8174
+ /** Default: `"Grid World"` */
8175
+ title?: string;
8176
+ /** Default: `436` */
8177
+ width?: number;
8178
+ }
8179
+ /**
8180
+ * Params for the std-learn-grid-sim descriptor helpers.
8181
+ *
8182
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8183
+ * The optional override fields mirror TraitReference / PageRefObject
8184
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8185
+ */
8186
+ interface StdLearnGridSimParams {
8187
+ entityName: string;
8188
+ /** Extra fields to add to the orbital-scoped entity clone. */
8189
+ fields?: EntityField[];
8190
+ /** Rename the inlined trait at the call site. */
8191
+ traitName?: string;
8192
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8193
+ events?: Partial<Record<StdLearnGridSimEventKey, string>>;
8194
+ /** Per-event effect replacement (keys are POST-rename event names). */
8195
+ effects?: Record<string, SExpr[]>;
8196
+ /** Replace the imported trait's `listens` array entirely. */
8197
+ listens?: TraitEventListener[];
8198
+ /** Set every emit's scope. */
8199
+ emitsScope?: 'internal' | 'external';
8200
+ /** Typed call-site config block — see the per-field interface. */
8201
+ config?: StdLearnGridSimConfig;
8202
+ /** URL path override for the (first) page. */
8203
+ pagePath?: string;
8204
+ }
8205
+ /** Trait descriptor: `LearnGridSim.traits.GridSimSim`. */
8206
+ declare function stdLearnGridSimTrait(params: StdLearnGridSimParams): TraitReference;
8207
+ /** Page descriptor: `LearnGridSim.pages.GridSimPage`. */
8208
+ declare function stdLearnGridSimPage(params: StdLearnGridSimParams): PageRefObject;
8209
+ /** Whole-orbital descriptor. */
8210
+ declare function stdLearnGridSim(params: StdLearnGridSimParams): OrbitalDefinition;
8211
+
8212
+ /**
8213
+ * 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.
8214
+ *
8215
+ * Autogenerated by almadar-sync std-ts from
8216
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-hotspot.orb.
8217
+ *
8218
+ * This is a thin descriptor layer over the canonical .orb. The exported
8219
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8220
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8221
+ * compiler's inline phase materialises the real trait at build time.
8222
+ *
8223
+ * Do not hand-edit — regenerate via
8224
+ * npx almadar-sync std-ts --only=std-learn-hotspot
8225
+ *
8226
+ * @level atom
8227
+ * @packageDocumentation
8228
+ */
8229
+
8230
+ /**
8231
+ * Closed set of event keys this trait recognises —
8232
+ * derived from the .orb's `stateMachine.events[]` block
8233
+ * (transition triggers + emit names). Use as the key type
8234
+ * when passing an `events:` rename map at the call site.
8235
+ */
8236
+ type StdLearnHotspotEventKey = 'INIT' | 'MODE_SELECTED' | 'NEXT' | 'PROMPT_ADVANCED' | 'RETRY' | 'ROUND_RESTARTED' | 'TAP_JUDGED' | 'TAP_SHAPE';
8237
+ /**
8238
+ * Payload shape for the `TAP_JUDGED` event.
8239
+ */
8240
+ interface StdLearnHotspotTapJudgedPayload {
8241
+ correct?: boolean;
8242
+ promptIndex?: number;
8243
+ tries?: number;
8244
+ }
8245
+ /**
8246
+ * Payload shape for the `PROMPT_ADVANCED` event.
8247
+ */
8248
+ interface StdLearnHotspotPromptAdvancedPayload {
8249
+ promptIndex?: number;
8250
+ done?: boolean;
8251
+ score?: number;
8252
+ }
8253
+ /**
8254
+ * Payload shape for the `ROUND_RESTARTED` event.
8255
+ */
8256
+ interface StdLearnHotspotRoundRestartedPayload {
8257
+ totalPrompts?: number;
8258
+ }
8259
+ /**
8260
+ * Typed call-site config block for this trait — every
8261
+ * field maps to a `config { ... }` entry in the source
8262
+ * .lolo. The agent fills these to specialise the trait
8263
+ * without modifying its state-machine topology.
8264
+ */
8265
+ interface StdLearnHotspotConfig {
8266
+ /** Default: `"#f8fafc"` */
8267
+ backgroundColor?: string;
8268
+ /** Default: `380` */
8269
+ height?: number;
8270
+ /** Default: `"#16a34a"` */
8271
+ hitColor?: string;
8272
+ /** Default: `""` */
8273
+ matchMode?: string;
8274
+ /** Default: `"Next"` */
8275
+ nextLabel?: string;
8276
+ /** 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"}]` */
8277
+ prompts?: EntityRow[];
8278
+ /** Default: `"Try Again"` */
8279
+ retryLabel?: string;
8280
+ /** 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}]` */
8281
+ shapes?: EntityRow[];
8282
+ /** Default: `"Tap the Part"` */
8283
+ title?: string;
8284
+ /** Default: `600` */
8285
+ width?: number;
8286
+ }
8287
+ /**
8288
+ * Params for the std-learn-hotspot descriptor helpers.
8289
+ *
8290
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8291
+ * The optional override fields mirror TraitReference / PageRefObject
8292
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8293
+ */
8294
+ interface StdLearnHotspotParams {
8295
+ entityName: string;
8296
+ /** Extra fields to add to the orbital-scoped entity clone. */
8297
+ fields?: EntityField[];
8298
+ /** Rename the inlined trait at the call site. */
8299
+ traitName?: string;
8300
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8301
+ events?: Partial<Record<StdLearnHotspotEventKey, string>>;
8302
+ /** Per-event effect replacement (keys are POST-rename event names). */
8303
+ effects?: Record<string, SExpr[]>;
8304
+ /** Replace the imported trait's `listens` array entirely. */
8305
+ listens?: TraitEventListener[];
8306
+ /** Set every emit's scope. */
8307
+ emitsScope?: 'internal' | 'external';
8308
+ /** Typed call-site config block — see the per-field interface. */
8309
+ config?: StdLearnHotspotConfig;
8310
+ /** URL path override for the (first) page. */
8311
+ pagePath?: string;
8312
+ }
8313
+ /** Trait descriptor: `LearnHotspot.traits.HotspotSim`. */
8314
+ declare function stdLearnHotspotTrait(params: StdLearnHotspotParams): TraitReference;
8315
+ /** Page descriptor: `LearnHotspot.pages.HotspotPage`. */
8316
+ declare function stdLearnHotspotPage(params: StdLearnHotspotParams): PageRefObject;
8317
+ /** Whole-orbital descriptor. */
8318
+ declare function stdLearnHotspot(params: StdLearnHotspotParams): OrbitalDefinition;
8319
+
7529
8320
  /**
7530
8321
  * 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
8322
  *
@@ -7628,6 +8419,125 @@ declare function stdLearnLiveSimPage(params: StdLearnLiveSimParams): PageRefObje
7628
8419
  /** Whole-orbital descriptor. */
7629
8420
  declare function stdLearnLiveSim(params: StdLearnLiveSimParams): OrbitalDefinition;
7630
8421
 
8422
+ /**
8423
+ * 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.
8424
+ *
8425
+ * Autogenerated by almadar-sync std-ts from
8426
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-measure.orb.
8427
+ *
8428
+ * This is a thin descriptor layer over the canonical .orb. The exported
8429
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8430
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8431
+ * compiler's inline phase materialises the real trait at build time.
8432
+ *
8433
+ * Do not hand-edit — regenerate via
8434
+ * npx almadar-sync std-ts --only=std-learn-measure
8435
+ *
8436
+ * @level atom
8437
+ * @packageDocumentation
8438
+ */
8439
+
8440
+ /**
8441
+ * Closed set of event keys this trait recognises —
8442
+ * derived from the .orb's `stateMachine.events[]` block
8443
+ * (transition triggers + emit names). Use as the key type
8444
+ * when passing an `events:` rename map at the call site.
8445
+ */
8446
+ type StdLearnMeasureEventKey = 'INIT' | 'MEASURE_RESET' | 'MODE_SELECTED' | 'PAUSE' | 'PROBE' | 'PROBE_RECORDED' | 'RESET' | 'RUN' | 'RUN_TOGGLED';
8447
+ /**
8448
+ * Payload shape for the `RUN_TOGGLED` event.
8449
+ */
8450
+ interface StdLearnMeasureRunToggledPayload {
8451
+ running?: boolean;
8452
+ }
8453
+ /**
8454
+ * Payload shape for the `PROBE_RECORDED` event.
8455
+ */
8456
+ interface StdLearnMeasureProbeRecordedPayload {
8457
+ t?: number;
8458
+ value?: number;
8459
+ count?: number;
8460
+ mean?: number;
8461
+ }
8462
+ /**
8463
+ * Payload shape for the `MEASURE_RESET` event.
8464
+ */
8465
+ interface StdLearnMeasureMeasureResetPayload {
8466
+ duration?: number;
8467
+ }
8468
+ /**
8469
+ * Typed call-site config block for this trait — every
8470
+ * field maps to a `config { ... }` entry in the source
8471
+ * .lolo. The agent fills these to specialise the trait
8472
+ * without modifying its state-machine topology.
8473
+ */
8474
+ interface StdLearnMeasureConfig {
8475
+ /** Default: `5` */
8476
+ amplitude?: number;
8477
+ /** Default: `12` */
8478
+ duration?: number;
8479
+ /** Default: `1` */
8480
+ gridStep?: number;
8481
+ /** Default: `360` */
8482
+ height?: number;
8483
+ /** Default: `""` */
8484
+ matchMode?: string;
8485
+ /** Default: `"#dc2626"` */
8486
+ probeColor?: string;
8487
+ /** Default: `"Probe"` */
8488
+ probeLabel?: string;
8489
+ /** Default: `1.2` */
8490
+ rate?: number;
8491
+ /** Default: `"#94a3b8"` */
8492
+ signalColor?: string;
8493
+ /** Default: `"sine"` */
8494
+ signalKind?: string;
8495
+ /** Default: `"Run the signal, then press Probe to record measurements. Watch the running mean settle."` */
8496
+ taskText?: string;
8497
+ /** Default: `"Measurement Lab"` */
8498
+ title?: string;
8499
+ /** Default: `"value"` */
8500
+ valueLabel?: string;
8501
+ /** Default: `6` */
8502
+ valueMax?: number;
8503
+ /** Default: `-6` */
8504
+ valueMin?: number;
8505
+ /** Default: `600` */
8506
+ width?: number;
8507
+ }
8508
+ /**
8509
+ * Params for the std-learn-measure descriptor helpers.
8510
+ *
8511
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8512
+ * The optional override fields mirror TraitReference / PageRefObject
8513
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8514
+ */
8515
+ interface StdLearnMeasureParams {
8516
+ entityName: string;
8517
+ /** Extra fields to add to the orbital-scoped entity clone. */
8518
+ fields?: EntityField[];
8519
+ /** Rename the inlined trait at the call site. */
8520
+ traitName?: string;
8521
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8522
+ events?: Partial<Record<StdLearnMeasureEventKey, string>>;
8523
+ /** Per-event effect replacement (keys are POST-rename event names). */
8524
+ effects?: Record<string, SExpr[]>;
8525
+ /** Replace the imported trait's `listens` array entirely. */
8526
+ listens?: TraitEventListener[];
8527
+ /** Set every emit's scope. */
8528
+ emitsScope?: 'internal' | 'external';
8529
+ /** Typed call-site config block — see the per-field interface. */
8530
+ config?: StdLearnMeasureConfig;
8531
+ /** URL path override for the (first) page. */
8532
+ pagePath?: string;
8533
+ }
8534
+ /** Trait descriptor: `LearnMeasure.traits.MeasureSim`. */
8535
+ declare function stdLearnMeasureTrait(params: StdLearnMeasureParams): TraitReference;
8536
+ /** Page descriptor: `LearnMeasure.pages.MeasurePage`. */
8537
+ declare function stdLearnMeasurePage(params: StdLearnMeasureParams): PageRefObject;
8538
+ /** Whole-orbital descriptor. */
8539
+ declare function stdLearnMeasure(params: StdLearnMeasureParams): OrbitalDefinition;
8540
+
7631
8541
  /**
7632
8542
  * 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.
7633
8543
  *
@@ -7747,6 +8657,269 @@ declare function stdLearnParamExplorerPage(params: StdLearnParamExplorerParams):
7747
8657
  /** Whole-orbital descriptor. */
7748
8658
  declare function stdLearnParamExplorer(params: StdLearnParamExplorerParams): OrbitalDefinition;
7749
8659
 
8660
+ /**
8661
+ * 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.
8662
+ *
8663
+ * Autogenerated by almadar-sync std-ts from
8664
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-perturb.orb.
8665
+ *
8666
+ * This is a thin descriptor layer over the canonical .orb. The exported
8667
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8668
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8669
+ * compiler's inline phase materialises the real trait at build time.
8670
+ *
8671
+ * Do not hand-edit — regenerate via
8672
+ * npx almadar-sync std-ts --only=std-learn-perturb
8673
+ *
8674
+ * @level atom
8675
+ * @packageDocumentation
8676
+ */
8677
+
8678
+ /**
8679
+ * Closed set of event keys this trait recognises —
8680
+ * derived from the .orb's `stateMachine.events[]` block
8681
+ * (transition triggers + emit names). Use as the key type
8682
+ * when passing an `events:` rename map at the call site.
8683
+ */
8684
+ type StdLearnPerturbEventKey = 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RATE_CHANGED' | 'RESET' | 'RUN' | 'RUN_TOGGLED' | 'SETPOINT_CHANGED' | 'SET_POINT' | 'SET_RATE' | 'SHOCK' | 'SHOCK_APPLIED' | 'SIM_RESET';
8685
+ /**
8686
+ * Payload shape for the `RUN_TOGGLED` event.
8687
+ */
8688
+ interface StdLearnPerturbRunToggledPayload {
8689
+ running?: boolean;
8690
+ }
8691
+ /**
8692
+ * Payload shape for the `SIM_RESET` event.
8693
+ */
8694
+ interface StdLearnPerturbSimResetPayload {
8695
+ valueStart?: number;
8696
+ }
8697
+ /**
8698
+ * Payload shape for the `SETPOINT_CHANGED` event.
8699
+ */
8700
+ interface StdLearnPerturbSetpointChangedPayload {
8701
+ setpoint?: number;
8702
+ }
8703
+ /**
8704
+ * Payload shape for the `RATE_CHANGED` event.
8705
+ */
8706
+ interface StdLearnPerturbRateChangedPayload {
8707
+ rate?: number;
8708
+ }
8709
+ /**
8710
+ * Payload shape for the `SHOCK_APPLIED` event.
8711
+ */
8712
+ interface StdLearnPerturbShockAppliedPayload {
8713
+ delta?: number;
8714
+ value?: number;
8715
+ deviation?: number;
8716
+ }
8717
+ /**
8718
+ * Typed call-site config block for this trait — every
8719
+ * field maps to a `config { ... }` entry in the source
8720
+ * .lolo. The agent fills these to specialise the trait
8721
+ * without modifying its state-machine topology.
8722
+ */
8723
+ interface StdLearnPerturbConfig {
8724
+ /** Default: `true` */
8725
+ autoRun?: boolean;
8726
+ /** Default: `20` */
8727
+ duration?: number;
8728
+ /** Default: `2` */
8729
+ gridStep?: number;
8730
+ /** Default: `360` */
8731
+ height?: number;
8732
+ /** Default: `""` */
8733
+ matchMode?: string;
8734
+ /** Default: `0.8` */
8735
+ rateDefault?: number;
8736
+ /** Default: `"Recovery rate"` */
8737
+ rateLabel?: string;
8738
+ /** Default: `3` */
8739
+ rateMax?: number;
8740
+ /** Default: `0.05` */
8741
+ rateMin?: number;
8742
+ /** Default: `0.05` */
8743
+ rateStep?: number;
8744
+ /** Default: `"#94a3b8"` */
8745
+ setpointColor?: string;
8746
+ /** Default: `37` */
8747
+ setpointDefault?: number;
8748
+ /** Default: `"Setpoint"` */
8749
+ setpointLabel?: string;
8750
+ /** Default: `44` */
8751
+ setpointMax?: number;
8752
+ /** Default: `30` */
8753
+ setpointMin?: number;
8754
+ /** Default: `0.5` */
8755
+ setpointStep?: number;
8756
+ /** Default: `"− Shock down"` */
8757
+ shockDownLabel?: string;
8758
+ /** Default: `4` */
8759
+ shockSize?: number;
8760
+ /** Default: `"+ Shock up"` */
8761
+ shockUpLabel?: string;
8762
+ /** Default: `"Run the system, shock it off its setpoint, and watch it recover — then move the setpoint mid-run."` */
8763
+ taskText?: string;
8764
+ /** Default: `"Equilibrium & Shock"` */
8765
+ title?: string;
8766
+ /** Default: `"#dc2626"` */
8767
+ valueColor?: string;
8768
+ /** Default: `"Temperature"` */
8769
+ valueLabel?: string;
8770
+ /** Default: `46` */
8771
+ valueMax?: number;
8772
+ /** Default: `28` */
8773
+ valueMin?: number;
8774
+ /** Default: `37` */
8775
+ valueStart?: number;
8776
+ /** Default: `600` */
8777
+ width?: number;
8778
+ }
8779
+ /**
8780
+ * Params for the std-learn-perturb descriptor helpers.
8781
+ *
8782
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8783
+ * The optional override fields mirror TraitReference / PageRefObject
8784
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8785
+ */
8786
+ interface StdLearnPerturbParams {
8787
+ entityName: string;
8788
+ /** Extra fields to add to the orbital-scoped entity clone. */
8789
+ fields?: EntityField[];
8790
+ /** Rename the inlined trait at the call site. */
8791
+ traitName?: string;
8792
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8793
+ events?: Partial<Record<StdLearnPerturbEventKey, string>>;
8794
+ /** Per-event effect replacement (keys are POST-rename event names). */
8795
+ effects?: Record<string, SExpr[]>;
8796
+ /** Replace the imported trait's `listens` array entirely. */
8797
+ listens?: TraitEventListener[];
8798
+ /** Set every emit's scope. */
8799
+ emitsScope?: 'internal' | 'external';
8800
+ /** Typed call-site config block — see the per-field interface. */
8801
+ config?: StdLearnPerturbConfig;
8802
+ /** URL path override for the (first) page. */
8803
+ pagePath?: string;
8804
+ }
8805
+ /** Trait descriptor: `LearnPerturb.traits.PerturbSim`. */
8806
+ declare function stdLearnPerturbTrait(params: StdLearnPerturbParams): TraitReference;
8807
+ /** Page descriptor: `LearnPerturb.pages.PerturbPage`. */
8808
+ declare function stdLearnPerturbPage(params: StdLearnPerturbParams): PageRefObject;
8809
+ /** Whole-orbital descriptor. */
8810
+ declare function stdLearnPerturb(params: StdLearnPerturbParams): OrbitalDefinition;
8811
+
8812
+ /**
8813
+ * std-learn-predict — Generic predict-then-reveal instrument — each 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.
8814
+ *
8815
+ * Autogenerated by almadar-sync std-ts from
8816
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-predict.orb.
8817
+ *
8818
+ * This is a thin descriptor layer over the canonical .orb. The exported
8819
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
8820
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
8821
+ * compiler's inline phase materialises the real trait at build time.
8822
+ *
8823
+ * Do not hand-edit — regenerate via
8824
+ * npx almadar-sync std-ts --only=std-learn-predict
8825
+ *
8826
+ * @level atom
8827
+ * @packageDocumentation
8828
+ */
8829
+
8830
+ /**
8831
+ * Closed set of event keys this trait recognises —
8832
+ * derived from the .orb's `stateMachine.events[]` block
8833
+ * (transition triggers + emit names). Use as the key type
8834
+ * when passing an `events:` rename map at the call site.
8835
+ */
8836
+ type StdLearnPredictEventKey = 'INIT' | 'MODE_SELECTED' | 'NEXT' | 'PREDICT' | 'PREDICTION_COMMITTED' | 'RETRY' | 'ROUND_RESTARTED' | 'SCENARIO_ADVANCED';
8837
+ /**
8838
+ * Payload shape for the `PREDICTION_COMMITTED` event.
8839
+ */
8840
+ interface StdLearnPredictPredictionCommittedPayload {
8841
+ scenarioIndex?: number;
8842
+ chosenIndex?: number;
8843
+ }
8844
+ /**
8845
+ * Payload shape for the `SCENARIO_ADVANCED` event.
8846
+ */
8847
+ interface StdLearnPredictScenarioAdvancedPayload {
8848
+ scenarioIndex?: number;
8849
+ done?: boolean;
8850
+ score?: number;
8851
+ }
8852
+ /**
8853
+ * Payload shape for the `ROUND_RESTARTED` event.
8854
+ */
8855
+ interface StdLearnPredictRoundRestartedPayload {
8856
+ totalScenarios?: number;
8857
+ }
8858
+ /**
8859
+ * Typed call-site config block for this trait — every
8860
+ * field maps to a `config { ... }` entry in the source
8861
+ * .lolo. The agent fills these to specialise the trait
8862
+ * without modifying its state-machine topology.
8863
+ */
8864
+ interface StdLearnPredictConfig {
8865
+ /** Default: `25` */
8866
+ gridStep?: number;
8867
+ /** Default: `320` */
8868
+ height?: number;
8869
+ /** Default: `""` */
8870
+ matchMode?: string;
8871
+ /** Default: `"Next"` */
8872
+ nextLabel?: string;
8873
+ /** Default: `"Try Again"` */
8874
+ retryLabel?: string;
8875
+ /** Default: `"#3b82f6"` */
8876
+ revealColor?: string;
8877
+ /** Default: `"Outcome"` */
8878
+ revealLabel?: string;
8879
+ /** 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."}]` */
8880
+ scenarios?: EntityRow[];
8881
+ /** Default: `"Predict, Then Watch"` */
8882
+ title?: string;
8883
+ /** Default: `200` */
8884
+ valueMax?: number;
8885
+ /** Default: `0` */
8886
+ valueMin?: number;
8887
+ /** Default: `600` */
8888
+ width?: number;
8889
+ }
8890
+ /**
8891
+ * Params for the std-learn-predict descriptor helpers.
8892
+ *
8893
+ * `entityName` binds every trait/page reference's `linkedEntity`.
8894
+ * The optional override fields mirror TraitReference / PageRefObject
8895
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
8896
+ */
8897
+ interface StdLearnPredictParams {
8898
+ entityName: string;
8899
+ /** Extra fields to add to the orbital-scoped entity clone. */
8900
+ fields?: EntityField[];
8901
+ /** Rename the inlined trait at the call site. */
8902
+ traitName?: string;
8903
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
8904
+ events?: Partial<Record<StdLearnPredictEventKey, string>>;
8905
+ /** Per-event effect replacement (keys are POST-rename event names). */
8906
+ effects?: Record<string, SExpr[]>;
8907
+ /** Replace the imported trait's `listens` array entirely. */
8908
+ listens?: TraitEventListener[];
8909
+ /** Set every emit's scope. */
8910
+ emitsScope?: 'internal' | 'external';
8911
+ /** Typed call-site config block — see the per-field interface. */
8912
+ config?: StdLearnPredictConfig;
8913
+ /** URL path override for the (first) page. */
8914
+ pagePath?: string;
8915
+ }
8916
+ /** Trait descriptor: `LearnPredict.traits.PredictSim`. */
8917
+ declare function stdLearnPredictTrait(params: StdLearnPredictParams): TraitReference;
8918
+ /** Page descriptor: `LearnPredict.pages.PredictPage`. */
8919
+ declare function stdLearnPredictPage(params: StdLearnPredictParams): PageRefObject;
8920
+ /** Whole-orbital descriptor. */
8921
+ declare function stdLearnPredict(params: StdLearnPredictParams): OrbitalDefinition;
8922
+
7750
8923
  /**
7751
8924
  * 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.
7752
8925
  *
@@ -7951,6 +9124,300 @@ declare function stdLearnSandboxPage(params: StdLearnSandboxParams): PageRefObje
7951
9124
  /** Whole-orbital descriptor. */
7952
9125
  declare function stdLearnSandbox(params: StdLearnSandboxParams): OrbitalDefinition;
7953
9126
 
9127
+ /**
9128
+ * 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.
9129
+ *
9130
+ * Autogenerated by almadar-sync std-ts from
9131
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-scenario.orb.
9132
+ *
9133
+ * This is a thin descriptor layer over the canonical .orb. The exported
9134
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9135
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9136
+ * compiler's inline phase materialises the real trait at build time.
9137
+ *
9138
+ * Do not hand-edit — regenerate via
9139
+ * npx almadar-sync std-ts --only=std-learn-scenario
9140
+ *
9141
+ * @level atom
9142
+ * @packageDocumentation
9143
+ */
9144
+
9145
+ /**
9146
+ * Closed set of event keys this trait recognises —
9147
+ * derived from the .orb's `stateMachine.events[]` block
9148
+ * (transition triggers + emit names). Use as the key type
9149
+ * when passing an `events:` rename map at the call site.
9150
+ */
9151
+ type StdLearnScenarioEventKey = 'CHOICE_MADE' | 'CHOOSE' | 'INIT' | 'MODE_SELECTED' | 'RESTART' | 'SCENARIO_RESTARTED';
9152
+ /**
9153
+ * Payload shape for the `CHOICE_MADE` event.
9154
+ */
9155
+ interface StdLearnScenarioChoiceMadePayload {
9156
+ nodeId?: string;
9157
+ metricA?: number;
9158
+ metricB?: number;
9159
+ ended?: boolean;
9160
+ }
9161
+ /**
9162
+ * Payload shape for the `SCENARIO_RESTARTED` event.
9163
+ */
9164
+ interface StdLearnScenarioScenarioRestartedPayload {
9165
+ startId?: string;
9166
+ }
9167
+ /**
9168
+ * Typed call-site config block for this trait — every
9169
+ * field maps to a `config { ... }` entry in the source
9170
+ * .lolo. The agent fills these to specialise the trait
9171
+ * without modifying its state-machine topology.
9172
+ */
9173
+ interface StdLearnScenarioConfig {
9174
+ /** Default: `""` */
9175
+ matchMode?: string;
9176
+ /** Default: `"Budget"` */
9177
+ metricALabel?: string;
9178
+ /** Default: `100` */
9179
+ metricAStart?: number;
9180
+ /** Default: `"Support"` */
9181
+ metricBLabel?: string;
9182
+ /** Default: `50` */
9183
+ metricBStart?: number;
9184
+ /** 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."}]` */
9185
+ nodes?: EntityRow[];
9186
+ /** Default: `"Play Again"` */
9187
+ restartLabel?: string;
9188
+ /** Default: `"start"` */
9189
+ startId?: string;
9190
+ /** Default: `"Decision Scenario"` */
9191
+ title?: string;
9192
+ }
9193
+ /**
9194
+ * Params for the std-learn-scenario descriptor helpers.
9195
+ *
9196
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9197
+ * The optional override fields mirror TraitReference / PageRefObject
9198
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9199
+ */
9200
+ interface StdLearnScenarioParams {
9201
+ entityName: string;
9202
+ /** Extra fields to add to the orbital-scoped entity clone. */
9203
+ fields?: EntityField[];
9204
+ /** Rename the inlined trait at the call site. */
9205
+ traitName?: string;
9206
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9207
+ events?: Partial<Record<StdLearnScenarioEventKey, string>>;
9208
+ /** Per-event effect replacement (keys are POST-rename event names). */
9209
+ effects?: Record<string, SExpr[]>;
9210
+ /** Replace the imported trait's `listens` array entirely. */
9211
+ listens?: TraitEventListener[];
9212
+ /** Set every emit's scope. */
9213
+ emitsScope?: 'internal' | 'external';
9214
+ /** Typed call-site config block — see the per-field interface. */
9215
+ config?: StdLearnScenarioConfig;
9216
+ /** URL path override for the (first) page. */
9217
+ pagePath?: string;
9218
+ }
9219
+ /** Trait descriptor: `LearnScenario.traits.ScenarioSim`. */
9220
+ declare function stdLearnScenarioTrait(params: StdLearnScenarioParams): TraitReference;
9221
+ /** Page descriptor: `LearnScenario.pages.ScenarioPage`. */
9222
+ declare function stdLearnScenarioPage(params: StdLearnScenarioParams): PageRefObject;
9223
+ /** Whole-orbital descriptor. */
9224
+ declare function stdLearnScenario(params: StdLearnScenarioParams): OrbitalDefinition;
9225
+
9226
+ /**
9227
+ * 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 listens SIM_3D_TICK -> PHYSICS_TICK, 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.
9228
+ *
9229
+ * Autogenerated by almadar-sync std-ts from
9230
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-sim-3d.orb.
9231
+ *
9232
+ * This is a thin descriptor layer over the canonical .orb. The exported
9233
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9234
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9235
+ * compiler's inline phase materialises the real trait at build time.
9236
+ *
9237
+ * Do not hand-edit — regenerate via
9238
+ * npx almadar-sync std-ts --only=std-learn-sim-3d
9239
+ *
9240
+ * @level atom
9241
+ * @packageDocumentation
9242
+ */
9243
+
9244
+ /**
9245
+ * Closed set of event keys this trait recognises —
9246
+ * derived from the .orb's `stateMachine.events[]` block
9247
+ * (transition triggers + emit names). Use as the key type
9248
+ * when passing an `events:` rename map at the call site.
9249
+ */
9250
+ type StdLearnSim3dEventKey = 'INIT' | 'MODE_SELECTED' | 'PAUSE' | 'RESET' | 'RUN' | 'SIM_3D_TICK' | 'SIM_3D_UPDATED' | 'SPEED_DOUBLE' | 'SPEED_HALF' | 'SPEED_NORMAL' | 'SPEED_QUAD';
9251
+ /**
9252
+ * Payload shape for the `SIM_3D_TICK` event.
9253
+ */
9254
+ interface StdLearnSim3dSim3dTickPayload {
9255
+ dt?: number;
9256
+ simTime?: number;
9257
+ }
9258
+ /**
9259
+ * Payload shape for the `SIM_3D_UPDATED` event.
9260
+ */
9261
+ interface StdLearnSim3dSim3dUpdatedPayload {
9262
+ running?: boolean;
9263
+ speedMultiplier?: number;
9264
+ steps?: number;
9265
+ simTime?: number;
9266
+ }
9267
+ /**
9268
+ * Typed call-site config block for this trait — every
9269
+ * field maps to a `config { ... }` entry in the source
9270
+ * .lolo. The agent fills these to specialise the trait
9271
+ * without modifying its state-machine topology.
9272
+ */
9273
+ interface StdLearnSim3dConfig {
9274
+ /** Default: `0.02` */
9275
+ dt?: number;
9276
+ /** Default: `""` */
9277
+ matchMode?: string;
9278
+ /** Default: `true` */
9279
+ running?: boolean;
9280
+ /** Default: `"3D Simulation"` */
9281
+ title?: string;
9282
+ }
9283
+ /**
9284
+ * Params for the std-learn-sim-3d descriptor helpers.
9285
+ *
9286
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9287
+ * The optional override fields mirror TraitReference / PageRefObject
9288
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9289
+ */
9290
+ interface StdLearnSim3dParams {
9291
+ entityName: string;
9292
+ /** Extra fields to add to the orbital-scoped entity clone. */
9293
+ fields?: EntityField[];
9294
+ /** Rename the inlined trait at the call site. */
9295
+ traitName?: string;
9296
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9297
+ events?: Partial<Record<StdLearnSim3dEventKey, string>>;
9298
+ /** Per-event effect replacement (keys are POST-rename event names). */
9299
+ effects?: Record<string, SExpr[]>;
9300
+ /** Replace the imported trait's `listens` array entirely. */
9301
+ listens?: TraitEventListener[];
9302
+ /** Set every emit's scope. */
9303
+ emitsScope?: 'internal' | 'external';
9304
+ /** Typed call-site config block — see the per-field interface. */
9305
+ config?: StdLearnSim3dConfig;
9306
+ /** URL path override for the (first) page. */
9307
+ pagePath?: string;
9308
+ }
9309
+ /** Trait descriptor: `LearnSim3d.traits.Learn3DSimTransport`. */
9310
+ declare function stdLearnSim3dTrait(params: StdLearnSim3dParams): TraitReference;
9311
+ /** Page descriptor: `LearnSim3d.pages.Learn3DSimPage`. */
9312
+ declare function stdLearnSim3dPage(params: StdLearnSim3dParams): PageRefObject;
9313
+ /** Whole-orbital descriptor. */
9314
+ declare function stdLearnSim3d(params: StdLearnSim3dParams): OrbitalDefinition;
9315
+
9316
+ /**
9317
+ * 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.
9318
+ *
9319
+ * Autogenerated by almadar-sync std-ts from
9320
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-speed-drill.orb.
9321
+ *
9322
+ * This is a thin descriptor layer over the canonical .orb. The exported
9323
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9324
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9325
+ * compiler's inline phase materialises the real trait at build time.
9326
+ *
9327
+ * Do not hand-edit — regenerate via
9328
+ * npx almadar-sync std-ts --only=std-learn-speed-drill
9329
+ *
9330
+ * @level atom
9331
+ * @packageDocumentation
9332
+ */
9333
+
9334
+ /**
9335
+ * Closed set of event keys this trait recognises —
9336
+ * derived from the .orb's `stateMachine.events[]` block
9337
+ * (transition triggers + emit names). Use as the key type
9338
+ * when passing an `events:` rename map at the call site.
9339
+ */
9340
+ type StdLearnSpeedDrillEventKey = 'ANSWER' | 'ANSWER_JUDGED' | 'INIT' | 'MODE_SELECTED' | 'NEXT' | 'PROMPT_ADVANCED' | 'RETRY' | 'ROUND_RESTARTED';
9341
+ /**
9342
+ * Payload shape for the `ANSWER_JUDGED` event.
9343
+ */
9344
+ interface StdLearnSpeedDrillAnswerJudgedPayload {
9345
+ correct?: boolean;
9346
+ timeLeftTenths?: number;
9347
+ score?: number;
9348
+ streak?: number;
9349
+ }
9350
+ /**
9351
+ * Payload shape for the `PROMPT_ADVANCED` event.
9352
+ */
9353
+ interface StdLearnSpeedDrillPromptAdvancedPayload {
9354
+ itemIndex?: number;
9355
+ done?: boolean;
9356
+ score?: number;
9357
+ }
9358
+ /**
9359
+ * Payload shape for the `ROUND_RESTARTED` event.
9360
+ */
9361
+ interface StdLearnSpeedDrillRoundRestartedPayload {
9362
+ totalItems?: number;
9363
+ }
9364
+ /**
9365
+ * Typed call-site config block for this trait — every
9366
+ * field maps to a `config { ... }` entry in the source
9367
+ * .lolo. The agent fills these to specialise the trait
9368
+ * without modifying its state-machine topology.
9369
+ */
9370
+ interface StdLearnSpeedDrillConfig {
9371
+ /** Default: `10` */
9372
+ basePoints?: number;
9373
+ /** 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"}]` */
9374
+ items?: EntityRow[];
9375
+ /** Default: `""` */
9376
+ matchMode?: string;
9377
+ /** Default: `"Next"` */
9378
+ nextLabel?: string;
9379
+ /** Default: `"Try Again"` */
9380
+ retryLabel?: string;
9381
+ /** Default: `10` */
9382
+ speedBonus?: number;
9383
+ /** Default: `6` */
9384
+ timeLimit?: number;
9385
+ /** Default: `"Speed Drill"` */
9386
+ title?: string;
9387
+ }
9388
+ /**
9389
+ * Params for the std-learn-speed-drill descriptor helpers.
9390
+ *
9391
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9392
+ * The optional override fields mirror TraitReference / PageRefObject
9393
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9394
+ */
9395
+ interface StdLearnSpeedDrillParams {
9396
+ entityName: string;
9397
+ /** Extra fields to add to the orbital-scoped entity clone. */
9398
+ fields?: EntityField[];
9399
+ /** Rename the inlined trait at the call site. */
9400
+ traitName?: string;
9401
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9402
+ events?: Partial<Record<StdLearnSpeedDrillEventKey, string>>;
9403
+ /** Per-event effect replacement (keys are POST-rename event names). */
9404
+ effects?: Record<string, SExpr[]>;
9405
+ /** Replace the imported trait's `listens` array entirely. */
9406
+ listens?: TraitEventListener[];
9407
+ /** Set every emit's scope. */
9408
+ emitsScope?: 'internal' | 'external';
9409
+ /** Typed call-site config block — see the per-field interface. */
9410
+ config?: StdLearnSpeedDrillConfig;
9411
+ /** URL path override for the (first) page. */
9412
+ pagePath?: string;
9413
+ }
9414
+ /** Trait descriptor: `LearnSpeedDrill.traits.SpeedDrillSim`. */
9415
+ declare function stdLearnSpeedDrillTrait(params: StdLearnSpeedDrillParams): TraitReference;
9416
+ /** Page descriptor: `LearnSpeedDrill.pages.SpeedDrillPage`. */
9417
+ declare function stdLearnSpeedDrillPage(params: StdLearnSpeedDrillParams): PageRefObject;
9418
+ /** Whole-orbital descriptor. */
9419
+ declare function stdLearnSpeedDrill(params: StdLearnSpeedDrillParams): OrbitalDefinition;
9420
+
7954
9421
  /**
7955
9422
  * 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
9423
  *
@@ -8069,6 +9536,113 @@ declare function stdLearnStepperPage(params: StdLearnStepperParams): PageRefObje
8069
9536
  /** Whole-orbital descriptor. */
8070
9537
  declare function stdLearnStepper(params: StdLearnStepperParams): OrbitalDefinition;
8071
9538
 
9539
+ /**
9540
+ * 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.
9541
+ *
9542
+ * Autogenerated by almadar-sync std-ts from
9543
+ * packages/almadar-std/behaviors/registry/atoms/std-learn-tour-3d.orb.
9544
+ *
9545
+ * This is a thin descriptor layer over the canonical .orb. The exported
9546
+ * functions return TraitReference / PageRefObject / OrbitalDefinition
9547
+ * payloads that reference the sibling .orb via `uses:` + `ref:`. The
9548
+ * compiler's inline phase materialises the real trait at build time.
9549
+ *
9550
+ * Do not hand-edit — regenerate via
9551
+ * npx almadar-sync std-ts --only=std-learn-tour-3d
9552
+ *
9553
+ * @level atom
9554
+ * @packageDocumentation
9555
+ */
9556
+
9557
+ /**
9558
+ * Closed set of event keys this trait recognises —
9559
+ * derived from the .orb's `stateMachine.events[]` block
9560
+ * (transition triggers + emit names). Use as the key type
9561
+ * when passing an `events:` rename map at the call site.
9562
+ */
9563
+ type StdLearnTour3dEventKey = 'INIT' | 'MODE_SELECTED' | 'RESET' | 'SELECT_STATION' | 'SYNC_STATIONS' | 'TOUR' | 'TOUR_3D_UPDATED';
9564
+ /**
9565
+ * Payload shape for the `TOUR_3D_UPDATED` event.
9566
+ */
9567
+ interface StdLearnTour3dTour3dUpdatedPayload {
9568
+ id?: string;
9569
+ name?: string;
9570
+ caption?: string;
9571
+ visited?: number;
9572
+ total?: number;
9573
+ tourComplete?: boolean;
9574
+ }
9575
+ /**
9576
+ * Typed call-site config block for this trait — every
9577
+ * field maps to a `config { ... }` entry in the source
9578
+ * .lolo. The agent fills these to specialise the trait
9579
+ * without modifying its state-machine topology.
9580
+ */
9581
+ interface StdLearnTour3dConfig {
9582
+ /** Default: `0.6` */
9583
+ azimuth?: number;
9584
+ /** Default: `[]` */
9585
+ backdrop?: EntityRow[];
9586
+ /** Default: `"#0f172a"` */
9587
+ backgroundColor?: string;
9588
+ /** Default: `[]` */
9589
+ edges?: EntityRow[];
9590
+ /** Default: `50` */
9591
+ fov?: number;
9592
+ /** Default: `400` */
9593
+ height?: number;
9594
+ /** Default: `{}` */
9595
+ lighting?: unknown;
9596
+ /** Default: `""` */
9597
+ matchMode?: string;
9598
+ /** Default: `{}` */
9599
+ post?: unknown;
9600
+ /** Default: `"Reset"` */
9601
+ resetLabel?: string;
9602
+ /** 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}]` */
9603
+ stations?: EntityRow[];
9604
+ /** Default: `"3D Guided Tour"` */
9605
+ title?: string;
9606
+ /** Default: `"Tour"` */
9607
+ tourLabel?: string;
9608
+ /** Default: `600` */
9609
+ width?: number;
9610
+ /** Default: `1` */
9611
+ zoom?: number;
9612
+ }
9613
+ /**
9614
+ * Params for the std-learn-tour-3d descriptor helpers.
9615
+ *
9616
+ * `entityName` binds every trait/page reference's `linkedEntity`.
9617
+ * The optional override fields mirror TraitReference / PageRefObject
9618
+ * fields and are forwarded to `makeTraitRef` / `makePageRef`.
9619
+ */
9620
+ interface StdLearnTour3dParams {
9621
+ entityName: string;
9622
+ /** Extra fields to add to the orbital-scoped entity clone. */
9623
+ fields?: EntityField[];
9624
+ /** Rename the inlined trait at the call site. */
9625
+ traitName?: string;
9626
+ /** Per-key event rename map. Keys narrow to the trait's declared emit names. */
9627
+ events?: Partial<Record<StdLearnTour3dEventKey, string>>;
9628
+ /** Per-event effect replacement (keys are POST-rename event names). */
9629
+ effects?: Record<string, SExpr[]>;
9630
+ /** Replace the imported trait's `listens` array entirely. */
9631
+ listens?: TraitEventListener[];
9632
+ /** Set every emit's scope. */
9633
+ emitsScope?: 'internal' | 'external';
9634
+ /** Typed call-site config block — see the per-field interface. */
9635
+ config?: StdLearnTour3dConfig;
9636
+ /** URL path override for the (first) page. */
9637
+ pagePath?: string;
9638
+ }
9639
+ /** Trait descriptor: `LearnTour3d.traits.Learn3DTourSim`. */
9640
+ declare function stdLearnTour3dTrait(params: StdLearnTour3dParams): TraitReference;
9641
+ /** Page descriptor: `LearnTour3d.pages.Learn3DTourPage`. */
9642
+ declare function stdLearnTour3dPage(params: StdLearnTour3dParams): PageRefObject;
9643
+ /** Whole-orbital descriptor. */
9644
+ declare function stdLearnTour3d(params: StdLearnTour3dParams): OrbitalDefinition;
9645
+
8072
9646
  /**
8073
9647
  * 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
9648
  *
@@ -8408,7 +9982,7 @@ interface StdListListItemLoadedPayload {
8408
9982
  * Payload shape for the `ListItemLoadFailed` event.
8409
9983
  */
8410
9984
  interface StdListListItemLoadFailedPayload {
8411
- error?: string;
9985
+ error: string;
8412
9986
  code?: string;
8413
9987
  }
8414
9988
  /**
@@ -11077,7 +12651,7 @@ type StdModalEventKey = 'CLOSE' | 'INIT' | 'ModalRecordLoadFailed' | 'ModalRecor
11077
12651
  * Payload shape for the `SAVE` event.
11078
12652
  */
11079
12653
  interface StdModalSavePayload {
11080
- data: EntityRow;
12654
+ data: unknown;
11081
12655
  }
11082
12656
  /**
11083
12657
  * Payload shape for the `ModalRecordLoadFailed` event.
@@ -12425,7 +13999,7 @@ interface StdRatingReviewReviewsLoadFailedPayload {
12425
13999
  * Payload shape for the `ReviewSaved` event.
12426
14000
  */
12427
14001
  interface StdRatingReviewReviewSavedPayload {
12428
- row?: EntityRow;
14002
+ row?: unknown;
12429
14003
  }
12430
14004
  /**
12431
14005
  * Payload shape for the `ReviewSaveFailed` event.
@@ -12625,7 +14199,7 @@ interface StdRecurrenceRecurrenceLoadFailedPayload {
12625
14199
  * Payload shape for the `RecurrenceSaved` event.
12626
14200
  */
12627
14201
  interface StdRecurrenceRecurrenceSavedPayload {
12628
- row?: EntityRow;
14202
+ row?: unknown;
12629
14203
  }
12630
14204
  /**
12631
14205
  * Payload shape for the `RecurrenceSaveFailed` event.
@@ -14260,7 +15834,7 @@ interface StdSignatureCaptureChangePayload {
14260
15834
  * Payload shape for the `SUBMIT` event.
14261
15835
  */
14262
15836
  interface StdSignatureCaptureSubmitPayload {
14263
- data: EntityRow;
15837
+ data: unknown;
14264
15838
  }
14265
15839
  /**
14266
15840
  * Payload shape for the `SignatureLoaded` event.
@@ -15431,7 +17005,7 @@ interface StdThreadEditReplyPayload {
15431
17005
  * Payload shape for the `SUBMIT_REPLY` event.
15432
17006
  */
15433
17007
  interface StdThreadSubmitReplyPayload {
15434
- data: EntityRow;
17008
+ data: unknown;
15435
17009
  }
15436
17010
  /**
15437
17011
  * Payload shape for the `ThreadPostLoaded` event.
@@ -16000,7 +17574,7 @@ type StdVoteEventKey = 'INIT' | 'SET_VOTE_TARGET' | 'VOTE' | 'VoteCastFailed' |
16000
17574
  interface StdVoteVotePayload {
16001
17575
  targetId: string;
16002
17576
  next?: string;
16003
- data: EntityRow;
17577
+ data: unknown;
16004
17578
  }
16005
17579
  /**
16006
17580
  * Payload shape for the `VoteLoaded` event.
@@ -16353,7 +17927,7 @@ interface StdWizardWizardLoadFailedPayload {
16353
17927
  * Payload shape for the `WizardSaved` event.
16354
17928
  */
16355
17929
  interface StdWizardWizardSavedPayload {
16356
- row?: EntityRow;
17930
+ row?: unknown;
16357
17931
  }
16358
17932
  /**
16359
17933
  * Payload shape for the `WizardSaveFailed` event.
@@ -16674,7 +18248,7 @@ interface StdUiActionTileConfig {
16674
18248
  /** 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
18249
  action?: EntityRow;
16676
18250
  /** Default: `{}` */
16677
- activeFilters?: unknown;
18251
+ activeFilters?: Record<string, TraitConfig>;
16678
18252
  /** Default: `{}` */
16679
18253
  categoryColors?: Record<string, TraitConfig>;
16680
18254
  className?: string;
@@ -17016,7 +18590,7 @@ interface StdUiAnimatedRevealConfig {
17016
18590
  animate?: boolean;
17017
18591
  /** Default: `"fade-up"` */
17018
18592
  animation?: 'fade-up' | 'fade-down' | 'fade-in' | 'fade-left' | 'fade-right' | 'scale' | 'scale-up' | 'none';
17019
- children?: unknown;
18593
+ children?: PatternValue;
17020
18594
  className?: string;
17021
18595
  /** Default: `0` */
17022
18596
  delay?: number;
@@ -17096,7 +18670,7 @@ type StdUiArticleSectionEventKey = 'INIT';
17096
18670
  * without modifying its state-machine topology.
17097
18671
  */
17098
18672
  interface StdUiArticleSectionConfig {
17099
- children?: unknown;
18673
+ children?: PatternValue;
17100
18674
  className?: string;
17101
18675
  /** Default: `"md"` */
17102
18676
  maxWidth?: 'sm' | 'md' | 'lg';
@@ -17168,7 +18742,7 @@ type StdUiAsideEventKey = 'INIT';
17168
18742
  * without modifying its state-machine topology.
17169
18743
  */
17170
18744
  interface StdUiAsideConfig {
17171
- children?: unknown;
18745
+ children?: PatternValue;
17172
18746
  className?: string;
17173
18747
  }
17174
18748
  /**
@@ -17246,7 +18820,7 @@ interface StdUiAtlasImageConfig {
17246
18820
  height?: number;
17247
18821
  size?: number;
17248
18822
  /** Default: `{}` */
17249
- style?: unknown;
18823
+ style?: Record<string, TraitConfig>;
17250
18824
  width?: number;
17251
18825
  }
17252
18826
  /**
@@ -17319,12 +18893,12 @@ interface StdUiAtlasPanelConfig {
17319
18893
  borderSlice?: number;
17320
18894
  /** Default: `16` */
17321
18895
  borderWidth?: number;
17322
- children?: unknown;
18896
+ children?: PatternValue;
17323
18897
  className?: string;
17324
18898
  /** Default: `"nineSlice"` */
17325
18899
  mode?: 'nineSlice' | 'repeat';
17326
18900
  /** Default: `{}` */
17327
- style?: unknown;
18901
+ style?: Record<string, TraitConfig>;
17328
18902
  }
17329
18903
  /**
17330
18904
  * Params for the ui-atlas-panel descriptor helpers.
@@ -17648,21 +19222,30 @@ interface StdUiBiologyCanvasConfig {
17648
19222
  /** Default: `false` */
17649
19223
  animate?: boolean;
17650
19224
  backgroundColor?: string;
19225
+ /** Default: `{}` */
19226
+ camera?: unknown;
17651
19227
  className?: string;
17652
19228
  /** Default: `[]` */
17653
19229
  edges?: EntityRow[];
17654
19230
  error?: EntityRow;
17655
19231
  /** Default: `400` */
17656
19232
  height?: number;
17657
- /** Default: `false` */
17658
19233
  interactive?: boolean;
17659
19234
  isLoading?: boolean;
19235
+ /** Default: `{}` */
19236
+ lighting?: unknown;
19237
+ /** Default: `"2d"` */
19238
+ mode?: '2d' | '3d';
17660
19239
  /** Default: `[]` */
17661
19240
  nodes?: EntityRow[];
17662
19241
  /** Default: `"SHAPE_CLICK"` */
17663
19242
  onShapeClick?: string;
19243
+ /** Default: `{}` */
19244
+ post?: unknown;
19245
+ shadows?: boolean;
17664
19246
  /** Default: `[]` */
17665
19247
  shapes?: EntityRow[];
19248
+ showGrid?: boolean;
17666
19249
  title?: string;
17667
19250
  /** Default: `600` */
17668
19251
  width?: number;
@@ -17752,7 +19335,7 @@ interface StdUiBoxConfig {
17752
19335
  bg?: 'transparent' | 'primary' | 'secondary' | 'muted' | 'accent' | 'surface' | 'overlay';
17753
19336
  /** Default: `false` */
17754
19337
  border?: boolean;
17755
- children?: unknown;
19338
+ children?: PatternValue;
17756
19339
  className?: string;
17757
19340
  /** Default: `"block"` */
17758
19341
  display?: 'block' | 'inline' | 'inline-block' | 'flex' | 'inline-flex' | 'grid';
@@ -17978,7 +19561,7 @@ interface StdUiCanvasConfig {
17978
19561
  backgroundImage?: unknown;
17979
19562
  /** Default: `{}` */
17980
19563
  camera?: unknown;
17981
- children?: unknown;
19564
+ children?: PatternValue;
17982
19565
  className?: string;
17983
19566
  /** Default: `[]` */
17984
19567
  drawables?: EntityRow[];
@@ -18115,7 +19698,7 @@ interface StdUiCanvas2dConfig {
18115
19698
  /** Default: `"pan-zoom"` */
18116
19699
  camera?: 'pan-zoom' | 'follow' | 'fixed';
18117
19700
  cameraPos?: EntityRow;
18118
- children?: unknown;
19701
+ children?: PatternValue;
18119
19702
  className?: string;
18120
19703
  /** Default: `[]` */
18121
19704
  drawables?: EntityRow[];
@@ -18218,7 +19801,7 @@ interface StdUiCardActionPayload {
18218
19801
  interface StdUiCardConfig {
18219
19802
  /** Default: `"ACTION"` */
18220
19803
  action?: string;
18221
- children?: unknown;
19804
+ children?: PatternValue;
18222
19805
  className?: string;
18223
19806
  loading?: boolean;
18224
19807
  /** Default: `"elevated"` */
@@ -18375,7 +19958,7 @@ type StdUiCenterEventKey = 'INIT';
18375
19958
  * without modifying its state-machine topology.
18376
19959
  */
18377
19960
  interface StdUiCenterConfig {
18378
- children?: unknown;
19961
+ children?: PatternValue;
18379
19962
  className?: string;
18380
19963
  /** Default: `false` */
18381
19964
  fullHeight?: boolean;
@@ -18387,7 +19970,7 @@ interface StdUiCenterConfig {
18387
19970
  inline?: boolean;
18388
19971
  minHeight?: string;
18389
19972
  /** Default: `{}` */
18390
- style?: unknown;
19973
+ style?: Record<string, TraitConfig>;
18391
19974
  /** Default: `true` */
18392
19975
  vertical?: boolean;
18393
19976
  }
@@ -18549,17 +20132,26 @@ interface StdUiChemistryCanvasConfig {
18549
20132
  backgroundColor?: string;
18550
20133
  /** Default: `[]` */
18551
20134
  bonds?: EntityRow[];
20135
+ /** Default: `{}` */
20136
+ camera?: unknown;
18552
20137
  className?: string;
18553
20138
  error?: EntityRow;
18554
20139
  /** Default: `400` */
18555
20140
  height?: number;
18556
- /** Default: `false` */
18557
20141
  interactive?: boolean;
18558
20142
  isLoading?: boolean;
20143
+ /** Default: `{}` */
20144
+ lighting?: unknown;
20145
+ /** Default: `"2d"` */
20146
+ mode?: '2d' | '3d';
18559
20147
  /** Default: `"SHAPE_CLICK"` */
18560
20148
  onShapeClick?: string;
20149
+ /** Default: `{}` */
20150
+ post?: unknown;
20151
+ shadows?: boolean;
18561
20152
  /** Default: `[]` */
18562
20153
  shapes?: EntityRow[];
20154
+ showGrid?: boolean;
18563
20155
  title?: string;
18564
20156
  /** Default: `600` */
18565
20157
  width?: number;
@@ -18797,11 +20389,11 @@ type StdUiConditionalWrapperEventKey = 'INIT';
18797
20389
  interface StdUiConditionalWrapperConfig {
18798
20390
  /** Default: `false` */
18799
20391
  animate?: boolean;
18800
- children?: unknown;
20392
+ children?: PatternValue;
18801
20393
  condition?: EntityRow;
18802
20394
  /** Default: `{"formValues":{},"globalVariables":{}}` */
18803
20395
  context?: EntityRow;
18804
- fallback?: unknown;
20396
+ fallback?: PatternValue;
18805
20397
  }
18806
20398
  /**
18807
20399
  * Params for the ui-conditional-wrapper descriptor helpers.
@@ -18943,7 +20535,7 @@ type StdUiContentSectionEventKey = 'INIT';
18943
20535
  interface StdUiContentSectionConfig {
18944
20536
  /** Default: `"default"` */
18945
20537
  background?: 'default' | 'alt' | 'dark' | 'gradient';
18946
- children?: unknown;
20538
+ children?: PatternValue;
18947
20539
  className?: string;
18948
20540
  /** Default: `"lg"` */
18949
20541
  padding?: 'sm' | 'md' | 'lg';
@@ -19372,7 +20964,7 @@ type StdUiDialogEventKey = 'INIT';
19372
20964
  * without modifying its state-machine topology.
19373
20965
  */
19374
20966
  interface StdUiDialogConfig {
19375
- children?: unknown;
20967
+ children?: PatternValue;
19376
20968
  className?: string;
19377
20969
  }
19378
20970
  /**
@@ -19777,8 +21369,7 @@ interface StdUiDrawShapeConfig {
19777
21369
  offsetX?: number;
19778
21370
  offsetY?: number;
19779
21371
  opacity?: number;
19780
- /** Default: `{}` */
19781
- pivot?: unknown;
21372
+ pivot?: EntityRow;
19782
21373
  /** Default: `[]` */
19783
21374
  points?: EntityRow[];
19784
21375
  /** Default: `{"x":1,"y":1,"z":1}` */
@@ -19862,7 +21453,7 @@ type StdUiDrawShapeLayerEventKey = 'INIT';
19862
21453
  * without modifying its state-machine topology.
19863
21454
  */
19864
21455
  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}]` */
21456
+ /** 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
21457
  items?: EntityRow[];
19867
21458
  }
19868
21459
  /**
@@ -19935,16 +21526,14 @@ interface StdUiDrawSpriteConfig {
19935
21526
  animation?: string;
19936
21527
  asset?: EntityRow;
19937
21528
  flipX?: boolean;
19938
- /** Default: `{}` */
19939
- frame?: unknown;
21529
+ frame?: EntityRow;
19940
21530
  height?: number;
19941
21531
  loop?: boolean;
19942
21532
  opacity?: number;
19943
21533
  /** Default: `{"x":1,"y":1,"z":1}` */
19944
21534
  position?: EntityRow;
19945
21535
  rotation?: number;
19946
- /** Default: `{}` */
19947
- shadow?: unknown;
21536
+ shadow?: EntityRow;
19948
21537
  width?: number;
19949
21538
  }
19950
21539
  /**
@@ -20012,7 +21601,7 @@ type StdUiDrawSpriteLayerEventKey = 'INIT';
20012
21601
  * without modifying its state-machine topology.
20013
21602
  */
20014
21603
  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}]` */
21604
+ /** 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
21605
  items?: EntityRow[];
20017
21606
  }
20018
21607
  /**
@@ -20080,12 +21669,12 @@ type StdUiDrawTextEventKey = 'INIT';
20080
21669
  * without modifying its state-machine topology.
20081
21670
  */
20082
21671
  interface StdUiDrawTextConfig {
20083
- /** Default: `{}` */
20084
- align?: unknown;
21672
+ /** Default: `"center"` */
21673
+ align?: 'center' | 'end' | 'left' | 'right' | 'start';
20085
21674
  /** Default: `{}` */
20086
21675
  anchor?: unknown;
20087
- /** Default: `{}` */
20088
- baseline?: unknown;
21676
+ /** Default: `"alphabetic"` */
21677
+ baseline?: 'alphabetic' | 'bottom' | 'hanging' | 'ideographic' | 'middle' | 'top';
20089
21678
  /** Default: `""` */
20090
21679
  color?: string;
20091
21680
  font?: string;
@@ -20162,7 +21751,7 @@ type StdUiDrawTextLayerEventKey = 'INIT';
20162
21751
  * without modifying its state-machine topology.
20163
21752
  */
20164
21753
  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"}]` */
21754
+ /** 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
21755
  items?: EntityRow[];
20167
21756
  }
20168
21757
  /**
@@ -20410,7 +21999,7 @@ interface StdUiFlipContainerClickPayload {
20410
21999
  * without modifying its state-machine topology.
20411
22000
  */
20412
22001
  interface StdUiFlipContainerConfig {
20413
- children?: unknown;
22002
+ children?: PatternValue;
20414
22003
  className?: string;
20415
22004
  /** Default: `false` */
20416
22005
  flipped?: boolean;
@@ -20791,7 +22380,7 @@ type StdUiGeometricPatternEventKey = 'INIT';
20791
22380
  * without modifying its state-machine topology.
20792
22381
  */
20793
22382
  interface StdUiGeometricPatternConfig {
20794
- children?: unknown;
22383
+ children?: PatternValue;
20795
22384
  className?: string;
20796
22385
  /** Default: `"var(--color-primary)"` */
20797
22386
  color?: string;
@@ -20958,8 +22547,8 @@ interface StdUiHeroSectionConfig {
20958
22547
  align?: 'center' | 'left';
20959
22548
  /** Default: `"subtle"` */
20960
22549
  background?: 'dark' | 'gradient' | 'subtle';
20961
- backgroundElement?: unknown;
20962
- children?: unknown;
22550
+ backgroundElement?: PatternValue;
22551
+ children?: PatternValue;
20963
22552
  className?: string;
20964
22553
  image?: EntityRow;
20965
22554
  /** Default: `"below"` */
@@ -21053,7 +22642,7 @@ interface StdUiHstackConfig {
21053
22642
  actionPayload?: unknown;
21054
22643
  /** Default: `"stretch"` */
21055
22644
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
21056
- children?: unknown;
22645
+ children?: PatternValue;
21057
22646
  className?: string;
21058
22647
  /** Default: `false` */
21059
22648
  flex?: boolean;
@@ -21067,7 +22656,7 @@ interface StdUiHstackConfig {
21067
22656
  reverse?: boolean;
21068
22657
  role?: string;
21069
22658
  /** Default: `{}` */
21070
- style?: unknown;
22659
+ style?: Record<string, TraitConfig>;
21071
22660
  tabIndex?: number;
21072
22661
  /** Default: `false` */
21073
22662
  wrap?: boolean;
@@ -21148,7 +22737,7 @@ interface StdUiIconConfig {
21148
22737
  size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
21149
22738
  strokeWidth?: number;
21150
22739
  /** Default: `{}` */
21151
- style?: unknown;
22740
+ style?: Record<string, TraitConfig>;
21152
22741
  }
21153
22742
  /**
21154
22743
  * Params for the ui-icon descriptor helpers.
@@ -21545,7 +23134,7 @@ type StdUiLawReferenceTooltipEventKey = 'INIT';
21545
23134
  * without modifying its state-machine topology.
21546
23135
  */
21547
23136
  interface StdUiLawReferenceTooltipConfig {
21548
- children?: unknown;
23137
+ children?: PatternValue;
21549
23138
  className?: string;
21550
23139
  /** Default: `"top"` */
21551
23140
  position?: 'top' | 'bottom' | 'left' | 'right';
@@ -22198,6 +23787,8 @@ interface StdUiPhysicsCanvasConfig {
22198
23787
  backgroundColor?: string;
22199
23788
  /** Default: `[]` */
22200
23789
  bodies?: EntityRow[];
23790
+ /** Default: `{}` */
23791
+ camera?: unknown;
22201
23792
  className?: string;
22202
23793
  /** Default: `[]` */
22203
23794
  constraints?: EntityRow[];
@@ -22206,15 +23797,22 @@ interface StdUiPhysicsCanvasConfig {
22206
23797
  forceScale?: number;
22207
23798
  /** Default: `400` */
22208
23799
  height?: number;
22209
- /** Default: `false` */
22210
23800
  interactive?: boolean;
22211
23801
  isLoading?: boolean;
23802
+ /** Default: `{}` */
23803
+ lighting?: unknown;
23804
+ /** Default: `"2d"` */
23805
+ mode?: '2d' | '3d';
22212
23806
  /** Default: `"SHAPE_CLICK"` */
22213
23807
  onShapeClick?: string;
23808
+ /** Default: `{}` */
23809
+ post?: unknown;
23810
+ shadows?: boolean;
22214
23811
  /** Default: `[]` */
22215
23812
  shapes?: EntityRow[];
22216
23813
  /** Default: `false` */
22217
23814
  showForces?: boolean;
23815
+ showGrid?: boolean;
22218
23816
  /** Default: `true` */
22219
23817
  showVelocity?: boolean;
22220
23818
  title?: string;
@@ -22288,7 +23886,7 @@ type StdUiPresenceEventKey = 'INIT';
22288
23886
  * without modifying its state-machine topology.
22289
23887
  */
22290
23888
  interface StdUiPresenceConfig {
22291
- children?: unknown;
23889
+ children?: PatternValue;
22292
23890
  className?: string;
22293
23891
  /** Default: `false` */
22294
23892
  show?: boolean;
@@ -23572,10 +25170,10 @@ interface StdUiSplitSectionConfig {
23572
25170
  background?: 'default' | 'alt';
23573
25171
  /** Default: `[]` */
23574
25172
  bullets?: string[];
23575
- children?: unknown;
25173
+ children?: PatternValue;
23576
25174
  className?: string;
23577
25175
  /** Default: `[]` */
23578
- description?: unknown;
25176
+ description?: PatternValue;
23579
25177
  image?: EntityRow;
23580
25178
  /** Default: `"right"` */
23581
25179
  imagePosition?: 'left' | 'right';
@@ -23659,7 +25257,7 @@ interface StdUiStackConfig {
23659
25257
  actionPayload?: unknown;
23660
25258
  /** Default: `"stretch"` */
23661
25259
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
23662
- children?: unknown;
25260
+ children?: PatternValue;
23663
25261
  className?: string;
23664
25262
  /** Default: `"vertical"` */
23665
25263
  direction?: 'horizontal' | 'vertical';
@@ -23675,7 +25273,7 @@ interface StdUiStackConfig {
23675
25273
  reverse?: boolean;
23676
25274
  role?: string;
23677
25275
  /** Default: `{}` */
23678
- style?: unknown;
25276
+ style?: Record<string, TraitConfig>;
23679
25277
  tabIndex?: number;
23680
25278
  /** Default: `false` */
23681
25279
  wrap?: boolean;
@@ -25516,7 +27114,7 @@ interface StdUiTextHighlightConfig {
25516
27114
  /** Default: `"ACTION"` */
25517
27115
  action?: string;
25518
27116
  annotationId?: string;
25519
- children?: unknown;
27117
+ children?: PatternValue;
25520
27118
  className?: string;
25521
27119
  /** Default: `"question"` */
25522
27120
  highlightType?: 'question' | 'note';
@@ -25759,7 +27357,7 @@ interface StdUiTimeSlotCellClickPayload {
25759
27357
  * without modifying its state-machine topology.
25760
27358
  */
25761
27359
  interface StdUiTimeSlotCellConfig {
25762
- children?: unknown;
27360
+ children?: PatternValue;
25763
27361
  className?: string;
25764
27362
  /** Default: `false` */
25765
27363
  isOccupied?: boolean;
@@ -25975,7 +27573,7 @@ type StdUiTraitFrameEventKey = 'INIT';
25975
27573
  * without modifying its state-machine topology.
25976
27574
  */
25977
27575
  interface StdUiTraitFrameConfig {
25978
- fallback?: unknown;
27576
+ fallback?: PatternValue;
25979
27577
  /** Default: `""` */
25980
27578
  traitName?: string;
25981
27579
  }
@@ -26337,11 +27935,11 @@ type StdUiTypographyEventKey = 'INIT';
26337
27935
  interface StdUiTypographyConfig {
26338
27936
  /** Default: `"left"` */
26339
27937
  align?: 'left' | 'center' | 'right';
26340
- children?: unknown;
27938
+ children?: PatternValue;
26341
27939
  className?: string;
26342
27940
  /** Default: `"primary"` */
26343
27941
  color?: 'primary' | 'secondary' | 'muted' | 'error' | 'success' | 'warning' | 'inherit';
26344
- content?: unknown;
27942
+ content?: PatternValue;
26345
27943
  /** Default: `"none"` */
26346
27944
  format?: 'none' | 'date' | 'time' | 'datetime' | 'number' | 'currency' | 'percent';
26347
27945
  level?: number;
@@ -26350,7 +27948,7 @@ interface StdUiTypographyConfig {
26350
27948
  /** Default: `"none"` */
26351
27949
  size?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
26352
27950
  /** Default: `{}` */
26353
- style?: unknown;
27951
+ style?: Record<string, TraitConfig>;
26354
27952
  /** Default: `false` */
26355
27953
  truncate?: boolean;
26356
27954
  /** Default: `"h1"` */
@@ -26435,7 +28033,7 @@ interface StdUiVstackConfig {
26435
28033
  actionPayload?: unknown;
26436
28034
  /** Default: `"stretch"` */
26437
28035
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
26438
- children?: unknown;
28036
+ children?: PatternValue;
26439
28037
  className?: string;
26440
28038
  /** Default: `false` */
26441
28039
  flex?: boolean;
@@ -26449,7 +28047,7 @@ interface StdUiVstackConfig {
26449
28047
  reverse?: boolean;
26450
28048
  role?: string;
26451
28049
  /** Default: `{}` */
26452
- style?: unknown;
28050
+ style?: Record<string, TraitConfig>;
26453
28051
  tabIndex?: number;
26454
28052
  /** Default: `false` */
26455
28053
  wrap?: boolean;
@@ -26769,8 +28367,8 @@ interface StdUiAlertClosePayload {
26769
28367
  * without modifying its state-machine topology.
26770
28368
  */
26771
28369
  interface StdUiAlertConfig {
26772
- actions?: unknown;
26773
- children?: unknown;
28370
+ actions?: PatternValue;
28371
+ children?: PatternValue;
26774
28372
  className?: string;
26775
28373
  /** Default: `"DISMISS"` */
26776
28374
  dismissEvent?: string;
@@ -27601,13 +29199,13 @@ interface StdUiConfirmDialogConfig {
27601
29199
  className?: string;
27602
29200
  confirmLabel?: string;
27603
29201
  confirmText?: string;
27604
- description?: unknown;
29202
+ description?: PatternValue;
27605
29203
  error?: EntityRow;
27606
29204
  /** Default: `false` */
27607
29205
  isLoading?: boolean;
27608
29206
  /** Default: `true` */
27609
29207
  isOpen?: boolean;
27610
- message?: unknown;
29208
+ message?: PatternValue;
27611
29209
  /** Default: `"CLOSE"` */
27612
29210
  onClose?: string;
27613
29211
  /** Default: `"CONFIRM"` */
@@ -27755,7 +29353,7 @@ type StdUiContainerEventKey = 'INIT';
27755
29353
  interface StdUiContainerConfig {
27756
29354
  /** Default: `true` */
27757
29355
  center?: boolean;
27758
- children?: unknown;
29356
+ children?: PatternValue;
27759
29357
  className?: string;
27760
29358
  /** Default: `"xs"` */
27761
29359
  maxWidth?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
@@ -27830,7 +29428,7 @@ type StdUiContentRendererEventKey = 'INIT';
27830
29428
  */
27831
29429
  interface StdUiContentRendererConfig {
27832
29430
  /** Default: `{}` */
27833
- activeFilters?: unknown;
29431
+ activeFilters?: Record<string, TraitConfig>;
27834
29432
  className?: string;
27835
29433
  content?: string;
27836
29434
  /** Default: `"rtl"` */
@@ -28827,7 +30425,7 @@ interface StdUiDrawerOpenPayload {
28827
30425
  * without modifying its state-machine topology.
28828
30426
  */
28829
30427
  interface StdUiDrawerConfig {
28830
- children?: unknown;
30428
+ children?: PatternValue;
28831
30429
  className?: string;
28832
30430
  /** Default: `"CLOSE"` */
28833
30431
  closeEvent?: string;
@@ -28835,7 +30433,7 @@ interface StdUiDrawerConfig {
28835
30433
  closeOnEscape?: boolean;
28836
30434
  /** Default: `true` */
28837
30435
  closeOnOverlayClick?: boolean;
28838
- footer?: unknown;
30436
+ footer?: PatternValue;
28839
30437
  /** Default: `true` */
28840
30438
  isOpen?: boolean;
28841
30439
  /** Default: `"CLOSE"` */
@@ -28844,7 +30442,7 @@ interface StdUiDrawerConfig {
28844
30442
  position?: 'left' | 'right';
28845
30443
  /** Default: `true` */
28846
30444
  showCloseButton?: boolean;
28847
- title?: unknown;
30445
+ title?: PatternValue;
28848
30446
  /** Default: `"md"` */
28849
30447
  width?: 'sm' | 'md' | 'lg' | 'xl' | 'full';
28850
30448
  }
@@ -29159,7 +30757,7 @@ type StdUiErrorBoundaryEventKey = 'INIT';
29159
30757
  * without modifying its state-machine topology.
29160
30758
  */
29161
30759
  interface StdUiErrorBoundaryConfig {
29162
- children?: unknown;
30760
+ children?: PatternValue;
29163
30761
  className?: string;
29164
30762
  }
29165
30763
  /**
@@ -29573,7 +31171,7 @@ interface StdUiFlexConfig {
29573
31171
  /** Default: `"stretch"` */
29574
31172
  align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
29575
31173
  basis?: string;
29576
- children?: unknown;
31174
+ children?: PatternValue;
29577
31175
  className?: string;
29578
31176
  /** Default: `"row"` */
29579
31177
  direction?: 'row' | 'row-reverse' | 'col' | 'col-reverse';
@@ -29660,12 +31258,12 @@ interface StdUiFlipCardFlipPayload {
29660
31258
  */
29661
31259
  interface StdUiFlipCardConfig {
29662
31260
  /** Default: `[]` */
29663
- back?: unknown;
31261
+ back?: PatternValue;
29664
31262
  className?: string;
29665
31263
  /** Default: `false` */
29666
31264
  flipped?: boolean;
29667
31265
  /** Default: `[]` */
29668
- front?: unknown;
31266
+ front?: PatternValue;
29669
31267
  /** Default: `"h-64"` */
29670
31268
  height?: string;
29671
31269
  /** Default: `"FLIP"` */
@@ -29829,7 +31427,7 @@ type StdUiFormActionsEventKey = 'INIT';
29829
31427
  * without modifying its state-machine topology.
29830
31428
  */
29831
31429
  interface StdUiFormActionsConfig {
29832
- children?: unknown;
31430
+ children?: PatternValue;
29833
31431
  className?: string;
29834
31432
  /** Default: `[]` */
29835
31433
  filters?: EntityRow[];
@@ -29908,7 +31506,7 @@ type StdUiFormFieldEventKey = 'INIT';
29908
31506
  * without modifying its state-machine topology.
29909
31507
  */
29910
31508
  interface StdUiFormFieldConfig {
29911
- children?: unknown;
31509
+ children?: PatternValue;
29912
31510
  className?: string;
29913
31511
  error?: string;
29914
31512
  hint?: string;
@@ -29982,8 +31580,8 @@ type StdUiFormLayoutEventKey = 'INIT';
29982
31580
  */
29983
31581
  interface StdUiFormLayoutConfig {
29984
31582
  /** Default: `{}` */
29985
- activeFilters?: unknown;
29986
- children?: unknown;
31583
+ activeFilters?: Record<string, TraitConfig>;
31584
+ children?: PatternValue;
29987
31585
  className?: string;
29988
31586
  /** Default: `true` */
29989
31587
  dividers?: boolean;
@@ -30453,7 +32051,7 @@ type StdUiGridEventKey = 'INIT';
30453
32051
  interface StdUiGridConfig {
30454
32052
  /** Default: `"start"` */
30455
32053
  alignItems?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
30456
- children?: unknown;
32054
+ children?: PatternValue;
30457
32055
  className?: string;
30458
32056
  /** Default: `"none"` */
30459
32057
  colGap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
@@ -30468,7 +32066,7 @@ interface StdUiGridConfig {
30468
32066
  rowGap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
30469
32067
  rows?: number;
30470
32068
  /** Default: `{}` */
30471
- style?: unknown;
32069
+ style?: Record<string, TraitConfig>;
30472
32070
  }
30473
32071
  /**
30474
32072
  * Params for the ui-grid descriptor helpers.
@@ -30559,7 +32157,7 @@ interface StdUiHeaderLogoClickPayload {
30559
32157
  * without modifying its state-machine topology.
30560
32158
  */
30561
32159
  interface StdUiHeaderConfig {
30562
- actions?: unknown;
32160
+ actions?: PatternValue;
30563
32161
  /** Default: `"KFlow"` */
30564
32162
  brandName?: string;
30565
32163
  className?: string;
@@ -30567,7 +32165,7 @@ interface StdUiHeaderConfig {
30567
32165
  isLoading?: boolean;
30568
32166
  /** Default: `false` */
30569
32167
  isMenuOpen?: boolean;
30570
- logo?: unknown;
32168
+ logo?: PatternValue;
30571
32169
  /** Default: `"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"` */
30572
32170
  logoSrc?: unknown;
30573
32171
  /** Default: `"compact-bar"` */
@@ -30833,7 +32431,7 @@ interface StdUiImportSourcePickerSelectPayload {
30833
32431
  */
30834
32432
  interface StdUiImportSourcePickerConfig {
30835
32433
  className?: string;
30836
- moreSources?: unknown;
32434
+ moreSources?: PatternValue;
30837
32435
  /** Default: `"SELECT"` */
30838
32436
  onSelect?: string;
30839
32437
  /** 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 +32531,7 @@ interface StdUiInputGroupConfig {
30933
32531
  /** Default: `"text"` */
30934
32532
  inputType?: 'text' | 'email' | 'password' | 'number' | 'tel' | 'url' | 'search' | 'date' | 'datetime-local' | 'time' | 'checkbox' | 'select' | 'textarea';
30935
32533
  label?: string;
30936
- leftAddon?: unknown;
32534
+ leftAddon?: PatternValue;
30937
32535
  leftIcon?: unknown;
30938
32536
  /** Default: `"CHANGE"` */
30939
32537
  onChange?: string;
@@ -30942,7 +32540,7 @@ interface StdUiInputGroupConfig {
30942
32540
  /** Default: `[]` */
30943
32541
  options?: EntityRow[];
30944
32542
  placeholder?: string;
30945
- rightAddon?: unknown;
32543
+ rightAddon?: PatternValue;
30946
32544
  rightIcon?: unknown;
30947
32545
  rows?: number;
30948
32546
  value?: string;
@@ -31699,13 +33297,13 @@ type StdUiMenuEventKey = 'INIT';
31699
33297
  */
31700
33298
  interface StdUiMenuConfig {
31701
33299
  className?: string;
31702
- footer?: unknown;
31703
- header?: unknown;
33300
+ footer?: PatternValue;
33301
+ header?: PatternValue;
31704
33302
  /** 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
33303
  items?: EntityRow[];
31706
33304
  /** Default: `"bottom-left"` */
31707
33305
  position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
31708
- trigger?: unknown;
33306
+ trigger?: PatternValue;
31709
33307
  }
31710
33308
  /**
31711
33309
  * Params for the ui-menu descriptor helpers.
@@ -31880,7 +33478,7 @@ interface StdUiModalOpenPayload {
31880
33478
  * without modifying its state-machine topology.
31881
33479
  */
31882
33480
  interface StdUiModalConfig {
31883
- children?: unknown;
33481
+ children?: PatternValue;
31884
33482
  className?: string;
31885
33483
  /** Default: `"CLOSE"` */
31886
33484
  closeEvent?: string;
@@ -31888,7 +33486,7 @@ interface StdUiModalConfig {
31888
33486
  closeOnEscape?: boolean;
31889
33487
  /** Default: `true` */
31890
33488
  closeOnOverlayClick?: boolean;
31891
- footer?: unknown;
33489
+ footer?: PatternValue;
31892
33490
  /** Default: `true` */
31893
33491
  isOpen?: boolean;
31894
33492
  /** Default: `"centered-card"` */
@@ -32429,7 +34027,7 @@ interface StdUiPageHeaderConfig {
32429
34027
  backEvent?: string;
32430
34028
  /** Default: `[]` */
32431
34029
  breadcrumbs?: EntityRow[];
32432
- children?: unknown;
34030
+ children?: PatternValue;
32433
34031
  className?: string;
32434
34032
  error?: EntityRow;
32435
34033
  isLoading?: boolean;
@@ -32508,7 +34106,7 @@ type StdUiPageTransitionEventKey = 'INIT';
32508
34106
  * without modifying its state-machine topology.
32509
34107
  */
32510
34108
  interface StdUiPageTransitionConfig {
32511
- children?: unknown;
34109
+ children?: PatternValue;
32512
34110
  className?: string;
32513
34111
  /** Default: `""` */
32514
34112
  locationKey?: string;
@@ -32688,9 +34286,9 @@ interface StdUiPopoverOpenChangePayload {
32688
34286
  * without modifying its state-machine topology.
32689
34287
  */
32690
34288
  interface StdUiPopoverConfig {
32691
- children?: unknown;
34289
+ children?: PatternValue;
32692
34290
  className?: string;
32693
- content?: unknown;
34291
+ content?: PatternValue;
32694
34292
  /** Default: `"OPEN_CHANGE"` */
32695
34293
  onOpenChange?: string;
32696
34294
  open?: boolean;
@@ -32955,7 +34553,7 @@ interface StdUiPullToRefreshRefreshPayload {
32955
34553
  * without modifying its state-machine topology.
32956
34554
  */
32957
34555
  interface StdUiPullToRefreshConfig {
32958
- children?: unknown;
34556
+ children?: PatternValue;
32959
34557
  className?: string;
32960
34558
  /** Default: `"REFRESH"` */
32961
34559
  refreshEvent?: string;
@@ -33039,7 +34637,7 @@ interface StdUiQrScannerConfig {
33039
34637
  className?: string;
33040
34638
  /** Default: `"environment"` */
33041
34639
  facingMode?: 'environment' | 'user';
33042
- fallback?: unknown;
34640
+ fallback?: PatternValue;
33043
34641
  /** Default: `"SCAN"` */
33044
34642
  onScan?: string;
33045
34643
  /** Default: `false` */
@@ -33676,7 +35274,7 @@ type StdUiScaledDiagramEventKey = 'INIT';
33676
35274
  * without modifying its state-machine topology.
33677
35275
  */
33678
35276
  interface StdUiScaledDiagramConfig {
33679
- children?: unknown;
35277
+ children?: PatternValue;
33680
35278
  className?: string;
33681
35279
  }
33682
35280
  /**
@@ -33836,8 +35434,8 @@ type StdUiSectionEventKey = 'INIT';
33836
35434
  * without modifying its state-machine topology.
33837
35435
  */
33838
35436
  interface StdUiSectionConfig {
33839
- action?: unknown;
33840
- children?: unknown;
35437
+ action?: PatternValue;
35438
+ children?: PatternValue;
33841
35439
  className?: string;
33842
35440
  contentClassName?: string;
33843
35441
  description?: string;
@@ -33929,7 +35527,7 @@ interface StdUiSidePanelOpenPayload {
33929
35527
  * without modifying its state-machine topology.
33930
35528
  */
33931
35529
  interface StdUiSidePanelConfig {
33932
- children?: unknown;
35530
+ children?: PatternValue;
33933
35531
  className?: string;
33934
35532
  /** Default: `"CLOSE"` */
33935
35533
  closeEvent?: string;
@@ -34040,20 +35638,20 @@ interface StdUiSidebarConfig {
34040
35638
  /** Default: `false` */
34041
35639
  defaultCollapsed?: boolean;
34042
35640
  error?: EntityRow;
34043
- footerContent?: unknown;
35641
+ footerContent?: PatternValue;
34044
35642
  /** Default: `false` */
34045
35643
  hideCollapseButton?: boolean;
34046
35644
  isLoading?: boolean;
34047
35645
  /** 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
35646
  items?: EntityRow[];
34049
- logo?: unknown;
35647
+ logo?: PatternValue;
34050
35648
  /** Default: `"LOGO_CLICK"` */
34051
35649
  logoClickEvent?: string;
34052
35650
  /** Default: `"https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"` */
34053
35651
  logoSrc?: unknown;
34054
35652
  /** Default: `false` */
34055
35653
  showCloseButton?: boolean;
34056
- userSection?: unknown;
35654
+ userSection?: PatternValue;
34057
35655
  }
34058
35656
  /**
34059
35657
  * Params for the ui-sidebar descriptor helpers.
@@ -34224,7 +35822,7 @@ type StdUiSimpleGridEventKey = 'INIT';
34224
35822
  * without modifying its state-machine topology.
34225
35823
  */
34226
35824
  interface StdUiSimpleGridConfig {
34227
- children?: unknown;
35825
+ children?: PatternValue;
34228
35826
  className?: string;
34229
35827
  cols?: number;
34230
35828
  /** Default: `"md"` */
@@ -34533,7 +36131,7 @@ interface StdUiSplitConfig {
34533
36131
  /** Default: `"stretch"` */
34534
36132
  align?: 'start' | 'center' | 'end' | 'stretch';
34535
36133
  /** Default: `[]` */
34536
- children?: unknown;
36134
+ children?: PatternValue;
34537
36135
  className?: string;
34538
36136
  error?: EntityRow;
34539
36137
  /** Default: `"md"` */
@@ -34811,7 +36409,7 @@ type StdUiSwipeableRowEventKey = 'INIT';
34811
36409
  * without modifying its state-machine topology.
34812
36410
  */
34813
36411
  interface StdUiSwipeableRowConfig {
34814
- children?: unknown;
36412
+ children?: PatternValue;
34815
36413
  className?: string;
34816
36414
  /** Default: `{}` */
34817
36415
  itemData?: unknown;
@@ -35209,9 +36807,9 @@ type StdUiTooltipEventKey = 'INIT';
35209
36807
  * without modifying its state-machine topology.
35210
36808
  */
35211
36809
  interface StdUiTooltipConfig {
35212
- children?: unknown;
36810
+ children?: PatternValue;
35213
36811
  className?: string;
35214
- content?: unknown;
36812
+ content?: PatternValue;
35215
36813
  /** Default: `200` */
35216
36814
  delay?: number;
35217
36815
  /** Default: `0` */
@@ -38102,7 +39700,7 @@ interface StdUiBookViewerBookViewerLoadedPayload {
38102
39700
  */
38103
39701
  interface StdUiBookViewerConfig {
38104
39702
  /** Default: `{}` */
38105
- activeFilters?: unknown;
39703
+ activeFilters?: Record<string, TraitConfig>;
38106
39704
  className?: string;
38107
39705
  error?: EntityRow;
38108
39706
  fieldMap?: EntityRow;
@@ -38231,7 +39829,7 @@ interface StdUiCaseStudyOrganismCaseStudyOrganismLoadedPayload {
38231
39829
  */
38232
39830
  interface StdUiCaseStudyOrganismConfig {
38233
39831
  /** Default: `{}` */
38234
- activeFilters?: unknown;
39832
+ activeFilters?: Record<string, TraitConfig>;
38235
39833
  className?: string;
38236
39834
  error?: EntityRow;
38237
39835
  heading?: string;
@@ -38354,7 +39952,7 @@ type StdUiChatBarEventKey = 'INIT';
38354
39952
  */
38355
39953
  interface StdUiChatBarConfig {
38356
39954
  /** Default: `{}` */
38357
- activeFilters?: unknown;
39955
+ activeFilters?: Record<string, TraitConfig>;
38358
39956
  activeGate?: string;
38359
39957
  className?: string;
38360
39958
  context?: string;
@@ -38595,7 +40193,7 @@ type StdUiDashboardGridEventKey = 'INIT';
38595
40193
  */
38596
40194
  interface StdUiDashboardGridConfig {
38597
40195
  /** Default: `{}` */
38598
- activeFilters?: unknown;
40196
+ activeFilters?: Record<string, TraitConfig>;
38599
40197
  /** Default: `[{"colSpan":1,"content":"Content","id":"Id","rowSpan":1},{"colSpan":2,"content":"Content 2","id":"Id 2","rowSpan":2}]` */
38600
40198
  cells?: EntityRow[];
38601
40199
  className?: string;
@@ -38729,8 +40327,8 @@ interface StdUiDetailPanelConfig {
38729
40327
  /** Default: `[]` */
38730
40328
  actions?: EntityRow[];
38731
40329
  /** Default: `{}` */
38732
- activeFilters?: unknown;
38733
- avatar?: unknown;
40330
+ activeFilters?: Record<string, TraitConfig>;
40331
+ avatar?: PatternValue;
38734
40332
  className?: string;
38735
40333
  /** Default: `[]` */
38736
40334
  displayFields?: string[];
@@ -38739,7 +40337,7 @@ interface StdUiDetailPanelConfig {
38739
40337
  fieldNames?: string[];
38740
40338
  /** Default: `[{"header":"Header","key":"Key"},{"header":"Header 2","key":"Key 2"}]` */
38741
40339
  fields?: EntityRow[];
38742
- footer?: unknown;
40340
+ footer?: PatternValue;
38743
40341
  /** Default: `false` */
38744
40342
  isLoading?: boolean;
38745
40343
  mode?: string;
@@ -38869,7 +40467,7 @@ type StdUiDrawerSlotEventKey = 'INIT';
38869
40467
  * without modifying its state-machine topology.
38870
40468
  */
38871
40469
  interface StdUiDrawerSlotConfig {
38872
- children?: unknown;
40470
+ children?: PatternValue;
38873
40471
  className?: string;
38874
40472
  error?: EntityRow;
38875
40473
  isLoading?: boolean;
@@ -38998,10 +40596,10 @@ interface StdUiEntityCardsEntityCardsLoadedPayload {
38998
40596
  */
38999
40597
  interface StdUiEntityCardsConfig {
39000
40598
  /** Default: `{}` */
39001
- activeFilters?: unknown;
40599
+ activeFilters?: Record<string, TraitConfig>;
39002
40600
  /** Default: `"stretch"` */
39003
40601
  alignItems?: 'start' | 'center' | 'end' | 'stretch';
39004
- children?: unknown;
40602
+ children?: PatternValue;
39005
40603
  className?: string;
39006
40604
  /** Default: `[]` */
39007
40605
  columns?: EntityRow[];
@@ -39158,8 +40756,8 @@ interface StdUiEntityListEntityListLoadedPayload {
39158
40756
  */
39159
40757
  interface StdUiEntityListConfig {
39160
40758
  /** Default: `{}` */
39161
- activeFilters?: unknown;
39162
- children?: unknown;
40759
+ activeFilters?: Record<string, TraitConfig>;
40760
+ children?: PatternValue;
39163
40761
  className?: string;
39164
40762
  emptyMessage?: string;
39165
40763
  entityType?: string;
@@ -39305,7 +40903,7 @@ interface StdUiEntityTableEntityTableLoadedPayload {
39305
40903
  */
39306
40904
  interface StdUiEntityTableConfig {
39307
40905
  /** Default: `{}` */
39308
- activeFilters?: unknown;
40906
+ activeFilters?: Record<string, TraitConfig>;
39309
40907
  /** Default: `[]` */
39310
40908
  bulkActions?: EntityRow[];
39311
40909
  className?: string;
@@ -39318,7 +40916,7 @@ interface StdUiEntityTableConfig {
39318
40916
  error?: EntityRow;
39319
40917
  /** 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
40918
  fields?: EntityRow[];
39321
- headerActions?: unknown;
40919
+ headerActions?: PatternValue;
39322
40920
  /** Default: `false` */
39323
40921
  isLoading?: boolean;
39324
40922
  /** Default: `[{"event":"VIEW","label":"View","variant":"ghost"}]` */
@@ -39456,7 +41054,7 @@ interface StdUiFeatureGridOrganismFeatureGridOrganismLoadedPayload {
39456
41054
  */
39457
41055
  interface StdUiFeatureGridOrganismConfig {
39458
41056
  /** Default: `{}` */
39459
- activeFilters?: unknown;
41057
+ activeFilters?: Record<string, TraitConfig>;
39460
41058
  className?: string;
39461
41059
  /** Default: `3` */
39462
41060
  columns?: number;
@@ -39607,14 +41205,14 @@ interface StdUiFormConfig {
39607
41205
  /** Default: `"CANCEL"` */
39608
41206
  cancelEvent?: string;
39609
41207
  cancelLabel?: string;
39610
- children?: unknown;
41208
+ children?: PatternValue;
39611
41209
  className?: string;
39612
41210
  /** Default: `{}` */
39613
41211
  conditionalFields?: Record<string, TraitConfig>;
39614
41212
  configPath?: string;
39615
41213
  error?: EntityRow;
39616
41214
  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"]}]` */
41215
+ /** 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
41216
  fields?: EntityRow[];
39619
41217
  /** Default: `"md"` */
39620
41218
  gap?: 'sm' | 'md' | 'lg';
@@ -39779,14 +41377,14 @@ interface StdUiFormSectionConfig {
39779
41377
  /** Default: `"CANCEL"` */
39780
41378
  cancelEvent?: string;
39781
41379
  cancelLabel?: string;
39782
- children?: unknown;
41380
+ children?: PatternValue;
39783
41381
  className?: string;
39784
41382
  /** Default: `{}` */
39785
41383
  conditionalFields?: Record<string, TraitConfig>;
39786
41384
  configPath?: string;
39787
41385
  error?: EntityRow;
39788
41386
  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"]}]` */
41387
+ /** 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
41388
  fields?: EntityRow[];
39791
41389
  /** Default: `"md"` */
39792
41390
  gap?: 'sm' | 'md' | 'lg';
@@ -39931,8 +41529,8 @@ interface StdUiHeroOrganismHeroOrganismLoadedPayload {
39931
41529
  */
39932
41530
  interface StdUiHeroOrganismConfig {
39933
41531
  /** Default: `{}` */
39934
- activeFilters?: unknown;
39935
- children?: unknown;
41532
+ activeFilters?: Record<string, TraitConfig>;
41533
+ children?: PatternValue;
39936
41534
  className?: string;
39937
41535
  error?: EntityRow;
39938
41536
  /** Default: `false` */
@@ -40059,7 +41657,7 @@ interface StdUiMasterDetailMasterDetailLoadedPayload {
40059
41657
  */
40060
41658
  interface StdUiMasterDetailConfig {
40061
41659
  /** Default: `{}` */
40062
- activeFilters?: unknown;
41660
+ activeFilters?: Record<string, TraitConfig>;
40063
41661
  className?: string;
40064
41662
  /** Default: `[]` */
40065
41663
  detailFields?: string[];
@@ -40184,12 +41782,12 @@ type StdUiMasterDetailLayoutEventKey = 'INIT';
40184
41782
  */
40185
41783
  interface StdUiMasterDetailLayoutConfig {
40186
41784
  className?: string;
40187
- detail?: unknown;
41785
+ detail?: PatternValue;
40188
41786
  detailClassName?: string;
40189
- emptyDetail?: unknown;
41787
+ emptyDetail?: PatternValue;
40190
41788
  /** Default: `false` */
40191
41789
  hasSelection?: boolean;
40192
- master?: unknown;
41790
+ master?: PatternValue;
40193
41791
  masterClassName?: string;
40194
41792
  /** Default: `"350px"` */
40195
41793
  masterWidth?: string;
@@ -40314,7 +41912,7 @@ interface StdUiMediaGalleryConfig {
40314
41912
  /** Default: `[]` */
40315
41913
  actions?: EntityRow[];
40316
41914
  /** Default: `{}` */
40317
- activeFilters?: unknown;
41915
+ activeFilters?: Record<string, TraitConfig>;
40318
41916
  /** Default: `"square"` */
40319
41917
  aspectRatio?: 'square' | 'landscape' | 'portrait';
40320
41918
  className?: string;
@@ -40449,7 +42047,7 @@ type StdUiModalSlotEventKey = 'INIT';
40449
42047
  * without modifying its state-machine topology.
40450
42048
  */
40451
42049
  interface StdUiModalSlotConfig {
40452
- children?: unknown;
42050
+ children?: PatternValue;
40453
42051
  className?: string;
40454
42052
  error?: EntityRow;
40455
42053
  isLoading?: boolean;
@@ -40570,7 +42168,7 @@ interface StdUiPricingOrganismPricingOrganismLoadedPayload {
40570
42168
  */
40571
42169
  interface StdUiPricingOrganismConfig {
40572
42170
  /** Default: `{}` */
40573
- activeFilters?: unknown;
42171
+ activeFilters?: Record<string, TraitConfig>;
40574
42172
  className?: string;
40575
42173
  error?: EntityRow;
40576
42174
  heading?: string;
@@ -40810,8 +42408,7 @@ interface StdUiSegmentRendererConfig {
40810
42408
  containerClassName?: string;
40811
42409
  /** Default: `[]` */
40812
42410
  segments?: EntityRow[];
40813
- /** Default: `{}` */
40814
- userProgress?: unknown;
42411
+ userProgress?: EntityRow;
40815
42412
  }
40816
42413
  /**
40817
42414
  * Tunable params for the SegmentRendererOrbital orbital.
@@ -40925,7 +42522,7 @@ interface StdUiShowcaseOrganismShowcaseOrganismLoadedPayload {
40925
42522
  */
40926
42523
  interface StdUiShowcaseOrganismConfig {
40927
42524
  /** Default: `{}` */
40928
- activeFilters?: unknown;
42525
+ activeFilters?: Record<string, TraitConfig>;
40929
42526
  className?: string;
40930
42527
  /** Default: `3` */
40931
42528
  columns?: number;
@@ -41053,7 +42650,7 @@ interface StdUiSplitPaneConfig {
41053
42650
  /** Default: `"horizontal"` */
41054
42651
  direction?: 'horizontal' | 'vertical';
41055
42652
  /** Default: `[]` */
41056
- left?: unknown;
42653
+ left?: PatternValue;
41057
42654
  leftClassName?: string;
41058
42655
  /** Default: `100` */
41059
42656
  minSize?: number;
@@ -41061,7 +42658,7 @@ interface StdUiSplitPaneConfig {
41061
42658
  /** Default: `true` */
41062
42659
  resizable?: boolean;
41063
42660
  /** Default: `[]` */
41064
- right?: unknown;
42661
+ right?: PatternValue;
41065
42662
  rightClassName?: string;
41066
42663
  }
41067
42664
  /**
@@ -41177,7 +42774,7 @@ interface StdUiStatCardStatCardLoadedPayload {
41177
42774
  interface StdUiStatCardConfig {
41178
42775
  action?: EntityRow;
41179
42776
  /** Default: `{}` */
41180
- activeFilters?: unknown;
42777
+ activeFilters?: Record<string, TraitConfig>;
41181
42778
  className?: string;
41182
42779
  compact?: boolean;
41183
42780
  currentValue?: number;
@@ -41434,7 +43031,7 @@ interface StdUiStatsOrganismStatsOrganismLoadedPayload {
41434
43031
  */
41435
43032
  interface StdUiStatsOrganismConfig {
41436
43033
  /** Default: `{}` */
41437
- activeFilters?: unknown;
43034
+ activeFilters?: Record<string, TraitConfig>;
41438
43035
  className?: string;
41439
43036
  /** Default: `3` */
41440
43037
  columns?: number;
@@ -41563,7 +43160,7 @@ interface StdUiStepFlowOrganismStepFlowOrganismLoadedPayload {
41563
43160
  */
41564
43161
  interface StdUiStepFlowOrganismConfig {
41565
43162
  /** Default: `{}` */
41566
- activeFilters?: unknown;
43163
+ activeFilters?: Record<string, TraitConfig>;
41567
43164
  className?: string;
41568
43165
  error?: EntityRow;
41569
43166
  heading?: string;
@@ -41702,7 +43299,7 @@ interface StdUiSubagentTracePanelOpenPayload {
41702
43299
  */
41703
43300
  interface StdUiSubagentTracePanelConfig {
41704
43301
  /** Default: `{}` */
41705
- activeFilters?: unknown;
43302
+ activeFilters?: Record<string, TraitConfig>;
41706
43303
  className?: string;
41707
43304
  /** Default: `[]` */
41708
43305
  coordinatorActivities?: EntityRow[];
@@ -41964,7 +43561,7 @@ interface StdUiTeamOrganismTeamOrganismLoadedPayload {
41964
43561
  */
41965
43562
  interface StdUiTeamOrganismConfig {
41966
43563
  /** Default: `{}` */
41967
- activeFilters?: unknown;
43564
+ activeFilters?: Record<string, TraitConfig>;
41968
43565
  className?: string;
41969
43566
  error?: EntityRow;
41970
43567
  heading?: string;
@@ -42217,7 +43814,7 @@ type StdUiToastSlotEventKey = 'INIT';
42217
43814
  * without modifying its state-machine topology.
42218
43815
  */
42219
43816
  interface StdUiToastSlotConfig {
42220
- children?: unknown;
43817
+ children?: PatternValue;
42221
43818
  className?: string;
42222
43819
  /** Default: `5000` */
42223
43820
  duration?: number;
@@ -42479,4 +44076,4 @@ declare function getOrbitalFactoryManifest(organism: string, orbitalName: string
42479
44076
  */
42480
44077
  declare function listOrganismOrbitalManifests(organism: string): OrbitalParamsManifest[];
42481
44078
 
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 };
44079
+ 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 StdLearnDiagramConfig, type StdLearnDiagramEventKey, type StdLearnDiagramParams, type StdLearnDiagramPartSelectedPayload, 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 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 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, stdLearnCompare, stdLearnComparePage, stdLearnCompareTrait, stdLearnCoupledSim, stdLearnCoupledSimPage, stdLearnCoupledSimTrait, stdLearnDiagram, stdLearnDiagramPage, stdLearnDiagramTrait, 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, stdLearnScenario, stdLearnScenarioPage, stdLearnScenarioTrait, stdLearnSim3d, stdLearnSim3dPage, stdLearnSim3dTrait, stdLearnSpeedDrill, stdLearnSpeedDrillPage, stdLearnSpeedDrillTrait, stdLearnStepper, stdLearnStepperPage, stdLearnStepperTrait, stdLearnTour3d, stdLearnTour3dPage, stdLearnTour3dTrait, 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 };