@almadar/std 16.141.0 → 16.142.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 (84) hide show
  1. package/behaviors/lolo/ui/avl/molecules/ui-module-card.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +22 -1
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +10 -0
  4. package/behaviors/lolo/ui/core/atoms/std-filter.lolo +3 -0
  5. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +0 -244
  6. package/behaviors/lolo/ui/core/atoms/ui-aside.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +2 -2
  8. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +3 -3
  9. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +1 -1
  10. package/behaviors/lolo/ui/core/molecules/ui-drawer.lolo +2 -2
  11. package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
  12. package/behaviors/lolo/ui/core/molecules/ui-flip-card.lolo +1 -1
  13. package/behaviors/lolo/ui/core/molecules/ui-quiz-block.lolo +1 -1
  14. package/behaviors/lolo/ui/core/molecules/ui-repeatable-form-section.lolo +1 -1
  15. package/behaviors/lolo/ui/core/molecules/ui-signature-pad.lolo +1 -1
  16. package/behaviors/lolo/ui/core/molecules/ui-sortable-list.lolo +1 -1
  17. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  18. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +2 -12
  19. package/behaviors/lolo/ui/marketing/atoms/ui-marketing-stat-card.lolo +1 -1
  20. package/behaviors/lolo/ui/marketing/molecules/ui-case-study-card.lolo +1 -1
  21. package/behaviors/lolo/ui/marketing/molecules/ui-feature-card.lolo +1 -1
  22. package/behaviors/lolo/ui/marketing/molecules/ui-pricing-card.lolo +1 -1
  23. package/behaviors/registry/factory-signatures.json +286 -3335
  24. package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  25. package/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  26. package/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
  27. package/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  28. package/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  29. package/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  30. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  31. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  32. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
  33. package/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  34. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  35. package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  36. package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  37. package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  38. package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  39. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  40. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
  41. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  42. package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  43. package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  44. package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  45. package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  46. package/dist/behaviors/behaviors-embeddings.json +324 -324
  47. package/dist/behaviors/behaviors-registry.json +35 -26
  48. package/dist/behaviors/exports-reader.js +25 -518
  49. package/dist/behaviors/functions/index.d.ts +80 -119
  50. package/dist/behaviors/functions/index.js +23 -486
  51. package/dist/behaviors/index.d.ts +1 -1
  52. package/dist/behaviors/index.js +26 -519
  53. package/dist/behaviors/knob-embeddings.json +1 -1
  54. package/dist/behaviors/query.js +25 -518
  55. package/dist/behaviors/registry/factory-signatures.json +286 -3335
  56. package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  57. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  58. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
  59. package/dist/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  60. package/dist/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  61. package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  62. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  63. package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  64. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
  65. package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  66. package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  67. package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  68. package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  69. package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  70. package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  71. package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  72. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
  73. package/dist/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  74. package/dist/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  75. package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  76. package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  77. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  78. package/dist/behaviors-embeddings.json +324 -324
  79. package/dist/behaviors-registry.json +35 -26
  80. package/dist/index.d.ts +1 -1
  81. package/dist/index.js +26 -519
  82. package/dist/knob-embeddings.json +1 -1
  83. package/dist/registry/factory-signatures.json +286 -3335
  84. package/package.json +4 -3
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedFromStdVersion": "16.140.0",
2
+ "generatedFromStdVersion": "16.141.0",
3
3
  "signatures": [
4
4
  {
5
5
  "organism": "learning-algorithms",
@@ -83882,6 +83882,22 @@
83882
83882
  }
83883
83883
  ],
83884
83884
  "traits": [
83885
+ {
83886
+ "name": "AppSearchIdleHint",
83887
+ "emittedEvents": [],
83888
+ "listenedEvents": [],
83889
+ "events": [
83890
+ {
83891
+ "name": "INIT",
83892
+ "direction": "listen"
83893
+ }
83894
+ ],
83895
+ "overridableConfigKeys": [],
83896
+ "capabilities": [],
83897
+ "transitionEvents": [
83898
+ "INIT"
83899
+ ]
83900
+ },
83885
83901
  {
83886
83902
  "name": "AppSearch",
83887
83903
  "emittedEvents": [
@@ -83920,6 +83936,7 @@
83920
83936
  {
83921
83937
  "key": "idleContent",
83922
83938
  "type": "trait",
83939
+ "default": "@trait.AppSearchIdleHint",
83923
83940
  "label": "Idle content",
83924
83941
  "description": "The normal content view (e.g. the data ledger/browse trait) shown when no search is active.",
83925
83942
  "tier": "presentation"
@@ -84307,6 +84324,7 @@
84307
84324
  "properties": {
84308
84325
  "idleContent": {
84309
84326
  "type": "string",
84327
+ "default": "@trait.AppSearchIdleHint",
84310
84328
  "description": "The normal content view (e.g. the data ledger/browse trait) shown when no search is active.",
84311
84329
  "x-label": "Idle content",
84312
84330
  "x-tier": "presentation"
@@ -96134,6 +96152,8 @@
96134
96152
  "entity": "@payload.data",
96135
96153
  "fields": [],
96136
96154
  "gap": "lg",
96155
+ "itemActions": "@config.itemActions",
96156
+ "maxInlineActions": "@config.maxInlineActions",
96137
96157
  "minCardWidth": 260,
96138
96158
  "renderItem": [
96139
96159
  "fn",
@@ -97171,6 +97191,8 @@
97171
97191
  "entity": "@payload.data",
97172
97192
  "fields": [],
97173
97193
  "gap": "lg",
97194
+ "itemActions": "@config.itemActions",
97195
+ "maxInlineActions": "@config.maxInlineActions",
97174
97196
  "minCardWidth": 260,
97175
97197
  "renderItem": [
97176
97198
  "fn",
@@ -197232,777 +197254,6 @@
197232
197254
  }
197233
197255
  ],
197234
197256
  "traits": [
197235
- {
197236
- "name": "Icon_ListChecks",
197237
- "emittedEvents": [],
197238
- "listenedEvents": [],
197239
- "overridableConfigKeys": [
197240
- {
197241
- "key": "name",
197242
- "type": "unknown",
197243
- "default": "list-checks"
197244
- }
197245
- ],
197246
- "capabilities": [],
197247
- "ref": "Icon.traits.IconRender",
197248
- "transitionEvents": [
197249
- "INIT"
197250
- ]
197251
- },
197252
- {
197253
- "name": "Icon_CheckCircle",
197254
- "emittedEvents": [],
197255
- "listenedEvents": [],
197256
- "overridableConfigKeys": [
197257
- {
197258
- "key": "name",
197259
- "type": "unknown",
197260
- "default": "check-circle"
197261
- }
197262
- ],
197263
- "capabilities": [],
197264
- "ref": "Icon.traits.IconRender",
197265
- "transitionEvents": [
197266
- "INIT"
197267
- ]
197268
- },
197269
- {
197270
- "name": "Icon_XCircle",
197271
- "emittedEvents": [],
197272
- "listenedEvents": [],
197273
- "overridableConfigKeys": [
197274
- {
197275
- "key": "name",
197276
- "type": "unknown",
197277
- "default": "x-circle"
197278
- }
197279
- ],
197280
- "capabilities": [],
197281
- "ref": "Icon.traits.IconRender",
197282
- "transitionEvents": [
197283
- "INIT"
197284
- ]
197285
- },
197286
- {
197287
- "name": "Icon_CurrentStep",
197288
- "emittedEvents": [],
197289
- "listenedEvents": [],
197290
- "overridableConfigKeys": [
197291
- {
197292
- "key": "name",
197293
- "type": "unknown",
197294
- "default": "@entity.currentStepIcon"
197295
- },
197296
- {
197297
- "key": "size",
197298
- "type": "unknown",
197299
- "default": "lg"
197300
- }
197301
- ],
197302
- "capabilities": [],
197303
- "ref": "Icon.traits.IconRender",
197304
- "transitionEvents": [
197305
- "INIT"
197306
- ]
197307
- },
197308
- {
197309
- "name": "Icon_ChevronLeft",
197310
- "emittedEvents": [],
197311
- "listenedEvents": [],
197312
- "overridableConfigKeys": [
197313
- {
197314
- "key": "name",
197315
- "type": "unknown",
197316
- "default": "chevron-left"
197317
- }
197318
- ],
197319
- "capabilities": [],
197320
- "ref": "Icon.traits.IconRender",
197321
- "transitionEvents": [
197322
- "INIT"
197323
- ]
197324
- },
197325
- {
197326
- "name": "Icon_X",
197327
- "emittedEvents": [],
197328
- "listenedEvents": [],
197329
- "overridableConfigKeys": [
197330
- {
197331
- "key": "name",
197332
- "type": "unknown",
197333
- "default": "x"
197334
- }
197335
- ],
197336
- "capabilities": [],
197337
- "ref": "Icon.traits.IconRender",
197338
- "transitionEvents": [
197339
- "INIT"
197340
- ]
197341
- },
197342
- {
197343
- "name": "Icon_ChevronRight",
197344
- "emittedEvents": [],
197345
- "listenedEvents": [],
197346
- "overridableConfigKeys": [
197347
- {
197348
- "key": "name",
197349
- "type": "unknown",
197350
- "default": "chevron-right"
197351
- }
197352
- ],
197353
- "capabilities": [],
197354
- "ref": "Icon.traits.IconRender",
197355
- "transitionEvents": [
197356
- "INIT"
197357
- ]
197358
- },
197359
- {
197360
- "name": "Icon_RotateCcw",
197361
- "emittedEvents": [],
197362
- "listenedEvents": [],
197363
- "overridableConfigKeys": [
197364
- {
197365
- "key": "name",
197366
- "type": "unknown",
197367
- "default": "rotate-ccw"
197368
- }
197369
- ],
197370
- "capabilities": [],
197371
- "ref": "Icon.traits.IconRender",
197372
- "transitionEvents": [
197373
- "INIT"
197374
- ]
197375
- },
197376
- {
197377
- "name": "Typography_Title",
197378
- "emittedEvents": [],
197379
- "listenedEvents": [],
197380
- "overridableConfigKeys": [
197381
- {
197382
- "key": "content",
197383
- "type": "unknown",
197384
- "default": "@config.title"
197385
- },
197386
- {
197387
- "key": "variant",
197388
- "type": "unknown",
197389
- "default": "h3"
197390
- }
197391
- ],
197392
- "capabilities": [],
197393
- "ref": "Typography.traits.TypographyRender",
197394
- "transitionEvents": [
197395
- "INIT"
197396
- ]
197397
- },
197398
- {
197399
- "name": "Typography_CurrentStepLabel",
197400
- "emittedEvents": [],
197401
- "listenedEvents": [],
197402
- "overridableConfigKeys": [
197403
- {
197404
- "key": "content",
197405
- "type": "unknown",
197406
- "default": "@entity.currentStepLabel"
197407
- },
197408
- {
197409
- "key": "variant",
197410
- "type": "unknown",
197411
- "default": "h2"
197412
- }
197413
- ],
197414
- "capabilities": [],
197415
- "ref": "Typography.traits.TypographyRender",
197416
- "transitionEvents": [
197417
- "INIT"
197418
- ]
197419
- },
197420
- {
197421
- "name": "Typography_CurrentStepDescription",
197422
- "emittedEvents": [],
197423
- "listenedEvents": [],
197424
- "overridableConfigKeys": [
197425
- {
197426
- "key": "color",
197427
- "type": "unknown",
197428
- "default": "muted"
197429
- },
197430
- {
197431
- "key": "content",
197432
- "type": "unknown",
197433
- "default": "@entity.currentStepDescription"
197434
- },
197435
- {
197436
- "key": "variant",
197437
- "type": "unknown",
197438
- "default": "body"
197439
- }
197440
- ],
197441
- "capabilities": [],
197442
- "ref": "Typography.traits.TypographyRender",
197443
- "transitionEvents": [
197444
- "INIT"
197445
- ]
197446
- },
197447
- {
197448
- "name": "Typography_Complete",
197449
- "emittedEvents": [],
197450
- "listenedEvents": [],
197451
- "overridableConfigKeys": [
197452
- {
197453
- "key": "align",
197454
- "type": "unknown",
197455
- "default": "center"
197456
- },
197457
- {
197458
- "key": "content",
197459
- "type": "unknown",
197460
- "default": "Complete"
197461
- },
197462
- {
197463
- "key": "variant",
197464
- "type": "unknown",
197465
- "default": "h2"
197466
- }
197467
- ],
197468
- "capabilities": [],
197469
- "ref": "Typography.traits.TypographyRender",
197470
- "transitionEvents": [
197471
- "INIT"
197472
- ]
197473
- },
197474
- {
197475
- "name": "Typography_CompleteMessage",
197476
- "emittedEvents": [],
197477
- "listenedEvents": [],
197478
- "overridableConfigKeys": [
197479
- {
197480
- "key": "align",
197481
- "type": "unknown",
197482
- "default": "center"
197483
- },
197484
- {
197485
- "key": "color",
197486
- "type": "unknown",
197487
- "default": "muted"
197488
- },
197489
- {
197490
- "key": "content",
197491
- "type": "unknown",
197492
- "default": "@entity.completionMessage"
197493
- },
197494
- {
197495
- "key": "variant",
197496
- "type": "unknown",
197497
- "default": "body"
197498
- }
197499
- ],
197500
- "capabilities": [],
197501
- "ref": "Typography.traits.TypographyRender",
197502
- "transitionEvents": [
197503
- "INIT"
197504
- ]
197505
- },
197506
- {
197507
- "name": "Typography_Cancelled",
197508
- "emittedEvents": [],
197509
- "listenedEvents": [],
197510
- "overridableConfigKeys": [
197511
- {
197512
- "key": "align",
197513
- "type": "unknown",
197514
- "default": "center"
197515
- },
197516
- {
197517
- "key": "content",
197518
- "type": "unknown",
197519
- "default": "Cancelled"
197520
- },
197521
- {
197522
- "key": "variant",
197523
- "type": "unknown",
197524
- "default": "h2"
197525
- }
197526
- ],
197527
- "capabilities": [],
197528
- "ref": "Typography.traits.TypographyRender",
197529
- "transitionEvents": [
197530
- "INIT"
197531
- ]
197532
- },
197533
- {
197534
- "name": "Typography_CancelledMessage",
197535
- "emittedEvents": [],
197536
- "listenedEvents": [],
197537
- "overridableConfigKeys": [
197538
- {
197539
- "key": "align",
197540
- "type": "unknown",
197541
- "default": "center"
197542
- },
197543
- {
197544
- "key": "color",
197545
- "type": "unknown",
197546
- "default": "muted"
197547
- },
197548
- {
197549
- "key": "content",
197550
- "type": "unknown",
197551
- "default": "The wizard was cancelled. No data was submitted."
197552
- },
197553
- {
197554
- "key": "variant",
197555
- "type": "unknown",
197556
- "default": "body"
197557
- }
197558
- ],
197559
- "capabilities": [],
197560
- "ref": "Typography.traits.TypographyRender",
197561
- "transitionEvents": [
197562
- "INIT"
197563
- ]
197564
- },
197565
- {
197566
- "name": "Typography_SignUp",
197567
- "emittedEvents": [],
197568
- "listenedEvents": [],
197569
- "overridableConfigKeys": [
197570
- {
197571
- "key": "content",
197572
- "type": "unknown",
197573
- "default": "Sign-up"
197574
- },
197575
- {
197576
- "key": "variant",
197577
- "type": "unknown",
197578
- "default": "h3"
197579
- }
197580
- ],
197581
- "capabilities": [],
197582
- "ref": "Typography.traits.TypographyRender",
197583
- "transitionEvents": [
197584
- "INIT"
197585
- ]
197586
- },
197587
- {
197588
- "name": "Button_Back",
197589
- "emittedEvents": [],
197590
- "listenedEvents": [],
197591
- "overridableConfigKeys": [
197592
- {
197593
- "key": "action",
197594
- "type": "unknown",
197595
- "default": "RETREAT"
197596
- },
197597
- {
197598
- "key": "disabled",
197599
- "type": "unknown",
197600
- "default": "@entity.isFirstStep"
197601
- },
197602
- {
197603
- "key": "icon",
197604
- "type": "unknown",
197605
- "default": "chevron-left"
197606
- },
197607
- {
197608
- "key": "label",
197609
- "type": "unknown",
197610
- "default": "Back"
197611
- },
197612
- {
197613
- "key": "variant",
197614
- "type": "unknown",
197615
- "default": "ghost"
197616
- }
197617
- ],
197618
- "capabilities": [],
197619
- "ref": "Button.traits.ButtonRender",
197620
- "transitionEvents": [
197621
- "INIT"
197622
- ]
197623
- },
197624
- {
197625
- "name": "Button_CancelWizard",
197626
- "emittedEvents": [],
197627
- "listenedEvents": [],
197628
- "overridableConfigKeys": [
197629
- {
197630
- "key": "action",
197631
- "type": "unknown",
197632
- "default": "CANCEL"
197633
- },
197634
- {
197635
- "key": "icon",
197636
- "type": "unknown",
197637
- "default": "x"
197638
- },
197639
- {
197640
- "key": "label",
197641
- "type": "unknown",
197642
- "default": "Cancel wizard"
197643
- },
197644
- {
197645
- "key": "variant",
197646
- "type": "unknown",
197647
- "default": "ghost"
197648
- }
197649
- ],
197650
- "capabilities": [],
197651
- "ref": "Button.traits.ButtonRender",
197652
- "transitionEvents": [
197653
- "INIT"
197654
- ]
197655
- },
197656
- {
197657
- "name": "Button_Advance",
197658
- "emittedEvents": [],
197659
- "listenedEvents": [],
197660
- "overridableConfigKeys": [
197661
- {
197662
- "key": "action",
197663
- "type": "unknown",
197664
- "default": "ADVANCE"
197665
- },
197666
- {
197667
- "key": "icon",
197668
- "type": "unknown",
197669
- "default": "@entity.primaryActionIcon"
197670
- },
197671
- {
197672
- "key": "label",
197673
- "type": "unknown",
197674
- "default": "@entity.primaryActionLabel"
197675
- },
197676
- {
197677
- "key": "variant",
197678
- "type": "unknown",
197679
- "default": "primary"
197680
- }
197681
- ],
197682
- "capabilities": [],
197683
- "ref": "Button.traits.ButtonRender",
197684
- "transitionEvents": [
197685
- "INIT"
197686
- ]
197687
- },
197688
- {
197689
- "name": "Button_Restart",
197690
- "emittedEvents": [],
197691
- "listenedEvents": [],
197692
- "overridableConfigKeys": [
197693
- {
197694
- "key": "action",
197695
- "type": "unknown",
197696
- "default": "RESTART"
197697
- },
197698
- {
197699
- "key": "icon",
197700
- "type": "unknown",
197701
- "default": "rotate-ccw"
197702
- },
197703
- {
197704
- "key": "label",
197705
- "type": "unknown",
197706
- "default": "Start a new wizard"
197707
- },
197708
- {
197709
- "key": "variant",
197710
- "type": "unknown",
197711
- "default": "secondary"
197712
- }
197713
- ],
197714
- "capabilities": [],
197715
- "ref": "Button.traits.ButtonRender",
197716
- "transitionEvents": [
197717
- "INIT"
197718
- ]
197719
- },
197720
- {
197721
- "name": "Button_RestartGhost",
197722
- "emittedEvents": [],
197723
- "listenedEvents": [],
197724
- "overridableConfigKeys": [
197725
- {
197726
- "key": "action",
197727
- "type": "unknown",
197728
- "default": "RESTART"
197729
- },
197730
- {
197731
- "key": "icon",
197732
- "type": "unknown",
197733
- "default": "rotate-ccw"
197734
- },
197735
- {
197736
- "key": "label",
197737
- "type": "unknown",
197738
- "default": "Start a new wizard"
197739
- },
197740
- {
197741
- "key": "variant",
197742
- "type": "unknown",
197743
- "default": "ghost"
197744
- }
197745
- ],
197746
- "capabilities": [],
197747
- "ref": "Button.traits.ButtonRender",
197748
- "transitionEvents": [
197749
- "INIT"
197750
- ]
197751
- },
197752
- {
197753
- "name": "WizardProgress_Main",
197754
- "emittedEvents": [],
197755
- "listenedEvents": [],
197756
- "overridableConfigKeys": [
197757
- {
197758
- "key": "allowNavigation",
197759
- "type": "unknown",
197760
- "default": false
197761
- },
197762
- {
197763
- "key": "currentStep",
197764
- "type": "unknown",
197765
- "default": "@entity.currentStepIndex"
197766
- },
197767
- {
197768
- "key": "steps",
197769
- "type": "unknown",
197770
- "default": "@entity.wizardSteps"
197771
- }
197772
- ],
197773
- "capabilities": [],
197774
- "ref": "WizardProgress.traits.WizardProgressRender",
197775
- "transitionEvents": [
197776
- "INIT"
197777
- ]
197778
- },
197779
- {
197780
- "name": "WizardProgress_TotalSteps",
197781
- "emittedEvents": [],
197782
- "listenedEvents": [],
197783
- "overridableConfigKeys": [
197784
- {
197785
- "key": "allowNavigation",
197786
- "type": "unknown",
197787
- "default": false
197788
- },
197789
- {
197790
- "key": "currentStep",
197791
- "type": "unknown",
197792
- "default": "@entity.totalSteps"
197793
- },
197794
- {
197795
- "key": "steps",
197796
- "type": "unknown",
197797
- "default": "@entity.wizardSteps"
197798
- }
197799
- ],
197800
- "capabilities": [],
197801
- "ref": "WizardProgress.traits.WizardProgressRender",
197802
- "transitionEvents": [
197803
- "INIT"
197804
- ]
197805
- },
197806
- {
197807
- "name": "FormSection_Main",
197808
- "emittedEvents": [],
197809
- "listenedEvents": [],
197810
- "overridableConfigKeys": [
197811
- {
197812
- "key": "cancelEvent",
197813
- "type": "unknown",
197814
- "default": "CANCEL"
197815
- },
197816
- {
197817
- "key": "fields",
197818
- "type": "unknown",
197819
- "default": "@entity.currentFields"
197820
- },
197821
- {
197822
- "key": "mode",
197823
- "type": "unknown",
197824
- "default": "edit"
197825
- },
197826
- {
197827
- "key": "showCancel",
197828
- "type": "unknown",
197829
- "default": false
197830
- },
197831
- {
197832
- "key": "showSubmit",
197833
- "type": "unknown",
197834
- "default": false
197835
- },
197836
- {
197837
- "key": "submitEvent",
197838
- "type": "unknown",
197839
- "default": "ADVANCE"
197840
- }
197841
- ],
197842
- "capabilities": [],
197843
- "ref": "FormSection.traits.FormSectionRender",
197844
- "transitionEvents": [
197845
- "FormSectionLoaded",
197846
- "INIT"
197847
- ]
197848
- },
197849
- {
197850
- "name": "WizardNavigation_Main",
197851
- "emittedEvents": [],
197852
- "listenedEvents": [],
197853
- "overridableConfigKeys": [
197854
- {
197855
- "key": "currentStep",
197856
- "type": "unknown",
197857
- "default": 0
197858
- },
197859
- {
197860
- "key": "onNext",
197861
- "type": "unknown",
197862
- "default": "NEXT"
197863
- },
197864
- {
197865
- "key": "showBack",
197866
- "type": "unknown",
197867
- "default": false
197868
- },
197869
- {
197870
- "key": "showComplete",
197871
- "type": "unknown",
197872
- "default": false
197873
- },
197874
- {
197875
- "key": "showNext",
197876
- "type": "unknown",
197877
- "default": true
197878
- },
197879
- {
197880
- "key": "totalSteps",
197881
- "type": "unknown",
197882
- "default": 3
197883
- }
197884
- ],
197885
- "capabilities": [],
197886
- "ref": "WizardNavigation.traits.WizardNavigationRender",
197887
- "transitionEvents": [
197888
- "BACK",
197889
- "COMPLETE",
197890
- "INIT",
197891
- "NEXT"
197892
- ]
197893
- },
197894
- {
197895
- "name": "LoadingState_Loading",
197896
- "emittedEvents": [],
197897
- "listenedEvents": [],
197898
- "overridableConfigKeys": [
197899
- {
197900
- "key": "title",
197901
- "type": "unknown",
197902
- "default": "Loading wizard…"
197903
- }
197904
- ],
197905
- "capabilities": [],
197906
- "ref": "LoadingState.traits.LoadingStateRender",
197907
- "transitionEvents": [
197908
- "INIT"
197909
- ]
197910
- },
197911
- {
197912
- "name": "LoadingState_Refreshing",
197913
- "emittedEvents": [],
197914
- "listenedEvents": [],
197915
- "overridableConfigKeys": [
197916
- {
197917
- "key": "title",
197918
- "type": "unknown",
197919
- "default": "Refreshing…"
197920
- }
197921
- ],
197922
- "capabilities": [],
197923
- "ref": "LoadingState.traits.LoadingStateRender",
197924
- "transitionEvents": [
197925
- "INIT"
197926
- ]
197927
- },
197928
- {
197929
- "name": "LoadingState_Restarting",
197930
- "emittedEvents": [],
197931
- "listenedEvents": [],
197932
- "overridableConfigKeys": [
197933
- {
197934
- "key": "title",
197935
- "type": "unknown",
197936
- "default": "Restarting…"
197937
- }
197938
- ],
197939
- "capabilities": [],
197940
- "ref": "LoadingState.traits.LoadingStateRender",
197941
- "transitionEvents": [
197942
- "INIT"
197943
- ]
197944
- },
197945
- {
197946
- "name": "LoadingState_Retrying",
197947
- "emittedEvents": [],
197948
- "listenedEvents": [],
197949
- "overridableConfigKeys": [
197950
- {
197951
- "key": "title",
197952
- "type": "unknown",
197953
- "default": "Retrying…"
197954
- }
197955
- ],
197956
- "capabilities": [],
197957
- "ref": "LoadingState.traits.LoadingStateRender",
197958
- "transitionEvents": [
197959
- "INIT"
197960
- ]
197961
- },
197962
- {
197963
- "name": "ErrorState_LoadFailed",
197964
- "emittedEvents": [],
197965
- "listenedEvents": [],
197966
- "overridableConfigKeys": [
197967
- {
197968
- "key": "message",
197969
- "type": "unknown",
197970
- "default": "@entity.errorMessage"
197971
- },
197972
- {
197973
- "key": "title",
197974
- "type": "unknown",
197975
- "default": "Failed to load"
197976
- }
197977
- ],
197978
- "capabilities": [],
197979
- "ref": "ErrorState.traits.ErrorStateRender",
197980
- "transitionEvents": [
197981
- "INIT"
197982
- ]
197983
- },
197984
- {
197985
- "name": "ErrorState_SaveFailed",
197986
- "emittedEvents": [],
197987
- "listenedEvents": [],
197988
- "overridableConfigKeys": [
197989
- {
197990
- "key": "message",
197991
- "type": "unknown",
197992
- "default": "@entity.errorMessage"
197993
- },
197994
- {
197995
- "key": "title",
197996
- "type": "unknown",
197997
- "default": "Save failed"
197998
- }
197999
- ],
198000
- "capabilities": [],
198001
- "ref": "ErrorState.traits.ErrorStateRender",
198002
- "transitionEvents": [
198003
- "INIT"
198004
- ]
198005
- },
198006
197257
  {
198007
197258
  "name": "WizardForm",
198008
197259
  "emittedEvents": [
@@ -198238,7 +197489,7 @@
198238
197489
  "listenedEvents": [],
198239
197490
  "exposure": "both",
198240
197491
  "provenance": "authored",
198241
- "substrateSignature": "b0d3e111659cb85b",
197492
+ "substrateSignature": "e3b0c44298fc1c14",
198242
197493
  "sourceValid": true,
198243
197494
  "paramsSchema": {
198244
197495
  "type": "object",
@@ -198255,2442 +197506,186 @@
198255
197506
  },
198256
197507
  "fields": {
198257
197508
  "type": "array",
198258
- "description": "Extra entity fields appended to the canonical entity. Caller wins on name collision.",
198259
- "items": {
198260
- "oneOf": [
198261
- {
198262
- "type": "object",
198263
- "additionalProperties": false,
198264
- "required": [
198265
- "name",
198266
- "type"
198267
- ],
198268
- "properties": {
198269
- "name": {
198270
- "type": "string",
198271
- "description": "Field name (camelCase)."
198272
- },
198273
- "required": {
198274
- "type": "boolean"
198275
- },
198276
- "default": {
198277
- "type": [
198278
- "string",
198279
- "number",
198280
- "boolean",
198281
- "null"
198282
- ]
198283
- },
198284
- "type": {
198285
- "type": "string",
198286
- "enum": [
198287
- "string",
198288
- "number",
198289
- "boolean",
198290
- "date",
198291
- "timestamp",
198292
- "datetime",
198293
- "object"
198294
- ],
198295
- "description": "Field type tag."
198296
- }
198297
- }
198298
- },
198299
- {
198300
- "type": "object",
198301
- "additionalProperties": false,
198302
- "required": [
198303
- "name",
198304
- "type",
198305
- "values"
198306
- ],
198307
- "properties": {
198308
- "name": {
198309
- "type": "string",
198310
- "description": "Field name (camelCase)."
198311
- },
198312
- "required": {
198313
- "type": "boolean"
198314
- },
198315
- "default": {
198316
- "type": [
198317
- "string",
198318
- "number",
198319
- "boolean",
198320
- "null"
198321
- ]
198322
- },
198323
- "type": {
198324
- "type": "string",
198325
- "enum": [
198326
- "enum"
198327
- ],
198328
- "description": "Enum field."
198329
- },
198330
- "values": {
198331
- "type": "array",
198332
- "description": "Closed string vocabulary. e.g. [\"active\",\"inactive\",\"pending\"].",
198333
- "items": {
198334
- "type": "string"
198335
- }
198336
- }
198337
- }
198338
- },
198339
- {
198340
- "type": "object",
198341
- "additionalProperties": false,
198342
- "required": [
198343
- "name",
198344
- "type",
198345
- "relation"
198346
- ],
198347
- "properties": {
198348
- "name": {
198349
- "type": "string",
198350
- "description": "Field name (camelCase)."
198351
- },
198352
- "required": {
198353
- "type": "boolean"
198354
- },
198355
- "default": {
198356
- "type": [
198357
- "string",
198358
- "number",
198359
- "boolean",
198360
- "null"
198361
- ]
198362
- },
198363
- "type": {
198364
- "type": "string",
198365
- "enum": [
198366
- "relation"
198367
- ],
198368
- "description": "Relation (FK) field."
198369
- },
198370
- "relation": {
198371
- "type": "object",
198372
- "additionalProperties": false,
198373
- "required": [
198374
- "entity",
198375
- "cardinality"
198376
- ],
198377
- "properties": {
198378
- "entity": {
198379
- "type": "string",
198380
- "description": "Sibling entity name (PascalCase singular)."
198381
- },
198382
- "cardinality": {
198383
- "type": "string",
198384
- "enum": [
198385
- "one",
198386
- "many"
198387
- ]
198388
- }
198389
- },
198390
- "description": "Relation target. `cardinality: \"one\"` for FK (customerId → one Customer); \"many\" for collection (tags → many Tag)."
198391
- }
198392
- }
198393
- },
198394
- {
198395
- "type": "object",
198396
- "additionalProperties": false,
198397
- "required": [
198398
- "name",
198399
- "type"
198400
- ],
198401
- "properties": {
198402
- "name": {
198403
- "type": "string",
198404
- "description": "Field name (camelCase)."
198405
- },
198406
- "required": {
198407
- "type": "boolean"
198408
- },
198409
- "default": {
198410
- "type": [
198411
- "string",
198412
- "number",
198413
- "boolean",
198414
- "null"
198415
- ]
198416
- },
198417
- "type": {
198418
- "type": "string",
198419
- "enum": [
198420
- "array"
198421
- ],
198422
- "description": "Array field."
198423
- },
198424
- "items": {
198425
- "type": "object",
198426
- "description": "Element shape (optional for primitive arrays)."
198427
- }
198428
- }
198429
- }
198430
- ]
198431
- }
198432
- },
198433
- "traitOverrides": {
198434
- "type": "object",
198435
- "additionalProperties": false,
198436
- "description": "Per-trait knob overrides keyed on the canonical trait name. Each value can include `config` (knob values), `linkedEntity` (rebind), `events` (per-key rename map), `listens` (cross-orbital subscriptions), `emitsScope` (`internal` keeps emits local; `external` lets sibling orbitals listen), and `name` (rename the inlined trait). Only the traits + knobs shown here are valid — the schema rejects unknown keys.",
198437
- "properties": {
198438
- "Icon_ListChecks": {
198439
- "type": "object",
198440
- "additionalProperties": false,
198441
- "description": "Override knobs for Icon_ListChecks.",
198442
- "properties": {
198443
- "config": {
198444
- "type": "object",
198445
- "additionalProperties": false,
198446
- "properties": {
198447
- "name": {
198448
- "default": "list-checks"
198449
- }
198450
- }
198451
- },
198452
- "name": {
198453
- "type": "string",
198454
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198455
- },
198456
- "events": {
198457
- "type": "object",
198458
- "additionalProperties": {
198459
- "type": "string"
198460
- },
198461
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198462
- },
198463
- "listens": {
198464
- "type": "array",
198465
- "items": {
198466
- "type": "object",
198467
- "additionalProperties": false,
198468
- "required": [
198469
- "event",
198470
- "triggers"
198471
- ],
198472
- "properties": {
198473
- "event": {
198474
- "type": "string",
198475
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198476
- },
198477
- "triggers": {
198478
- "type": "string",
198479
- "enum": [
198480
- "INIT"
198481
- ],
198482
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198483
- },
198484
- "scope": {
198485
- "type": "string",
198486
- "enum": [
198487
- "internal",
198488
- "external"
198489
- ],
198490
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198491
- }
198492
- }
198493
- },
198494
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198495
- },
198496
- "emitsScope": {
198497
- "type": "string",
198498
- "enum": [
198499
- "internal",
198500
- "external"
198501
- ],
198502
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198503
- }
198504
- }
198505
- },
198506
- "Icon_CheckCircle": {
198507
- "type": "object",
198508
- "additionalProperties": false,
198509
- "description": "Override knobs for Icon_CheckCircle.",
198510
- "properties": {
198511
- "config": {
198512
- "type": "object",
198513
- "additionalProperties": false,
198514
- "properties": {
198515
- "name": {
198516
- "default": "check-circle"
198517
- }
198518
- }
198519
- },
198520
- "name": {
198521
- "type": "string",
198522
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198523
- },
198524
- "events": {
198525
- "type": "object",
198526
- "additionalProperties": {
198527
- "type": "string"
198528
- },
198529
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198530
- },
198531
- "listens": {
198532
- "type": "array",
198533
- "items": {
198534
- "type": "object",
198535
- "additionalProperties": false,
198536
- "required": [
198537
- "event",
198538
- "triggers"
198539
- ],
198540
- "properties": {
198541
- "event": {
198542
- "type": "string",
198543
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198544
- },
198545
- "triggers": {
198546
- "type": "string",
198547
- "enum": [
198548
- "INIT"
198549
- ],
198550
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198551
- },
198552
- "scope": {
198553
- "type": "string",
198554
- "enum": [
198555
- "internal",
198556
- "external"
198557
- ],
198558
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198559
- }
198560
- }
198561
- },
198562
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198563
- },
198564
- "emitsScope": {
198565
- "type": "string",
198566
- "enum": [
198567
- "internal",
198568
- "external"
198569
- ],
198570
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198571
- }
198572
- }
198573
- },
198574
- "Icon_XCircle": {
198575
- "type": "object",
198576
- "additionalProperties": false,
198577
- "description": "Override knobs for Icon_XCircle.",
198578
- "properties": {
198579
- "config": {
198580
- "type": "object",
198581
- "additionalProperties": false,
198582
- "properties": {
198583
- "name": {
198584
- "default": "x-circle"
198585
- }
198586
- }
198587
- },
198588
- "name": {
198589
- "type": "string",
198590
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198591
- },
198592
- "events": {
198593
- "type": "object",
198594
- "additionalProperties": {
198595
- "type": "string"
198596
- },
198597
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198598
- },
198599
- "listens": {
198600
- "type": "array",
198601
- "items": {
198602
- "type": "object",
198603
- "additionalProperties": false,
198604
- "required": [
198605
- "event",
198606
- "triggers"
198607
- ],
198608
- "properties": {
198609
- "event": {
198610
- "type": "string",
198611
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198612
- },
198613
- "triggers": {
198614
- "type": "string",
198615
- "enum": [
198616
- "INIT"
198617
- ],
198618
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198619
- },
198620
- "scope": {
198621
- "type": "string",
198622
- "enum": [
198623
- "internal",
198624
- "external"
198625
- ],
198626
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198627
- }
198628
- }
198629
- },
198630
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198631
- },
198632
- "emitsScope": {
198633
- "type": "string",
198634
- "enum": [
198635
- "internal",
198636
- "external"
198637
- ],
198638
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198639
- }
198640
- }
198641
- },
198642
- "Icon_CurrentStep": {
198643
- "type": "object",
198644
- "additionalProperties": false,
198645
- "description": "Override knobs for Icon_CurrentStep.",
198646
- "properties": {
198647
- "config": {
198648
- "type": "object",
198649
- "additionalProperties": false,
198650
- "properties": {
198651
- "name": {
198652
- "default": "@entity.currentStepIcon"
198653
- },
198654
- "size": {
198655
- "default": "lg"
198656
- }
198657
- }
198658
- },
198659
- "name": {
198660
- "type": "string",
198661
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198662
- },
198663
- "events": {
198664
- "type": "object",
198665
- "additionalProperties": {
198666
- "type": "string"
198667
- },
198668
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198669
- },
198670
- "listens": {
198671
- "type": "array",
198672
- "items": {
198673
- "type": "object",
198674
- "additionalProperties": false,
198675
- "required": [
198676
- "event",
198677
- "triggers"
198678
- ],
198679
- "properties": {
198680
- "event": {
198681
- "type": "string",
198682
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198683
- },
198684
- "triggers": {
198685
- "type": "string",
198686
- "enum": [
198687
- "INIT"
198688
- ],
198689
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198690
- },
198691
- "scope": {
198692
- "type": "string",
198693
- "enum": [
198694
- "internal",
198695
- "external"
198696
- ],
198697
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198698
- }
198699
- }
198700
- },
198701
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198702
- },
198703
- "emitsScope": {
198704
- "type": "string",
198705
- "enum": [
198706
- "internal",
198707
- "external"
198708
- ],
198709
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198710
- }
198711
- }
198712
- },
198713
- "Icon_ChevronLeft": {
198714
- "type": "object",
198715
- "additionalProperties": false,
198716
- "description": "Override knobs for Icon_ChevronLeft.",
198717
- "properties": {
198718
- "config": {
198719
- "type": "object",
198720
- "additionalProperties": false,
198721
- "properties": {
198722
- "name": {
198723
- "default": "chevron-left"
198724
- }
198725
- }
198726
- },
198727
- "name": {
198728
- "type": "string",
198729
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198730
- },
198731
- "events": {
198732
- "type": "object",
198733
- "additionalProperties": {
198734
- "type": "string"
198735
- },
198736
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198737
- },
198738
- "listens": {
198739
- "type": "array",
198740
- "items": {
198741
- "type": "object",
198742
- "additionalProperties": false,
198743
- "required": [
198744
- "event",
198745
- "triggers"
198746
- ],
198747
- "properties": {
198748
- "event": {
198749
- "type": "string",
198750
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198751
- },
198752
- "triggers": {
198753
- "type": "string",
198754
- "enum": [
198755
- "INIT"
198756
- ],
198757
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198758
- },
198759
- "scope": {
198760
- "type": "string",
198761
- "enum": [
198762
- "internal",
198763
- "external"
198764
- ],
198765
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198766
- }
198767
- }
198768
- },
198769
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198770
- },
198771
- "emitsScope": {
198772
- "type": "string",
198773
- "enum": [
198774
- "internal",
198775
- "external"
198776
- ],
198777
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198778
- }
198779
- }
198780
- },
198781
- "Icon_X": {
198782
- "type": "object",
198783
- "additionalProperties": false,
198784
- "description": "Override knobs for Icon_X.",
198785
- "properties": {
198786
- "config": {
198787
- "type": "object",
198788
- "additionalProperties": false,
198789
- "properties": {
198790
- "name": {
198791
- "default": "x"
198792
- }
198793
- }
198794
- },
198795
- "name": {
198796
- "type": "string",
198797
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198798
- },
198799
- "events": {
198800
- "type": "object",
198801
- "additionalProperties": {
198802
- "type": "string"
198803
- },
198804
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198805
- },
198806
- "listens": {
198807
- "type": "array",
198808
- "items": {
198809
- "type": "object",
198810
- "additionalProperties": false,
198811
- "required": [
198812
- "event",
198813
- "triggers"
198814
- ],
198815
- "properties": {
198816
- "event": {
198817
- "type": "string",
198818
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198819
- },
198820
- "triggers": {
198821
- "type": "string",
198822
- "enum": [
198823
- "INIT"
198824
- ],
198825
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198826
- },
198827
- "scope": {
198828
- "type": "string",
198829
- "enum": [
198830
- "internal",
198831
- "external"
198832
- ],
198833
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198834
- }
198835
- }
198836
- },
198837
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198838
- },
198839
- "emitsScope": {
198840
- "type": "string",
198841
- "enum": [
198842
- "internal",
198843
- "external"
198844
- ],
198845
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198846
- }
198847
- }
198848
- },
198849
- "Icon_ChevronRight": {
198850
- "type": "object",
198851
- "additionalProperties": false,
198852
- "description": "Override knobs for Icon_ChevronRight.",
198853
- "properties": {
198854
- "config": {
198855
- "type": "object",
198856
- "additionalProperties": false,
198857
- "properties": {
198858
- "name": {
198859
- "default": "chevron-right"
198860
- }
198861
- }
198862
- },
198863
- "name": {
198864
- "type": "string",
198865
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198866
- },
198867
- "events": {
198868
- "type": "object",
198869
- "additionalProperties": {
198870
- "type": "string"
198871
- },
198872
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198873
- },
198874
- "listens": {
198875
- "type": "array",
198876
- "items": {
198877
- "type": "object",
198878
- "additionalProperties": false,
198879
- "required": [
198880
- "event",
198881
- "triggers"
198882
- ],
198883
- "properties": {
198884
- "event": {
198885
- "type": "string",
198886
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198887
- },
198888
- "triggers": {
198889
- "type": "string",
198890
- "enum": [
198891
- "INIT"
198892
- ],
198893
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198894
- },
198895
- "scope": {
198896
- "type": "string",
198897
- "enum": [
198898
- "internal",
198899
- "external"
198900
- ],
198901
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198902
- }
198903
- }
198904
- },
198905
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198906
- },
198907
- "emitsScope": {
198908
- "type": "string",
198909
- "enum": [
198910
- "internal",
198911
- "external"
198912
- ],
198913
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198914
- }
198915
- }
198916
- },
198917
- "Icon_RotateCcw": {
198918
- "type": "object",
198919
- "additionalProperties": false,
198920
- "description": "Override knobs for Icon_RotateCcw.",
198921
- "properties": {
198922
- "config": {
198923
- "type": "object",
198924
- "additionalProperties": false,
198925
- "properties": {
198926
- "name": {
198927
- "default": "rotate-ccw"
198928
- }
198929
- }
198930
- },
198931
- "name": {
198932
- "type": "string",
198933
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
198934
- },
198935
- "events": {
198936
- "type": "object",
198937
- "additionalProperties": {
198938
- "type": "string"
198939
- },
198940
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
198941
- },
198942
- "listens": {
198943
- "type": "array",
198944
- "items": {
198945
- "type": "object",
198946
- "additionalProperties": false,
198947
- "required": [
198948
- "event",
198949
- "triggers"
198950
- ],
198951
- "properties": {
198952
- "event": {
198953
- "type": "string",
198954
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
198955
- },
198956
- "triggers": {
198957
- "type": "string",
198958
- "enum": [
198959
- "INIT"
198960
- ],
198961
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
198962
- },
198963
- "scope": {
198964
- "type": "string",
198965
- "enum": [
198966
- "internal",
198967
- "external"
198968
- ],
198969
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
198970
- }
198971
- }
198972
- },
198973
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
198974
- },
198975
- "emitsScope": {
198976
- "type": "string",
198977
- "enum": [
198978
- "internal",
198979
- "external"
198980
- ],
198981
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
198982
- }
198983
- }
198984
- },
198985
- "Typography_Title": {
198986
- "type": "object",
198987
- "additionalProperties": false,
198988
- "description": "Override knobs for Typography_Title.",
198989
- "properties": {
198990
- "config": {
198991
- "type": "object",
198992
- "additionalProperties": false,
198993
- "properties": {
198994
- "content": {
198995
- "default": "@config.title"
198996
- },
198997
- "variant": {
198998
- "default": "h3"
198999
- }
199000
- }
199001
- },
199002
- "name": {
199003
- "type": "string",
199004
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199005
- },
199006
- "events": {
199007
- "type": "object",
199008
- "additionalProperties": {
199009
- "type": "string"
199010
- },
199011
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199012
- },
199013
- "listens": {
199014
- "type": "array",
199015
- "items": {
199016
- "type": "object",
199017
- "additionalProperties": false,
199018
- "required": [
199019
- "event",
199020
- "triggers"
199021
- ],
199022
- "properties": {
199023
- "event": {
199024
- "type": "string",
199025
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199026
- },
199027
- "triggers": {
199028
- "type": "string",
199029
- "enum": [
199030
- "INIT"
199031
- ],
199032
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199033
- },
199034
- "scope": {
199035
- "type": "string",
199036
- "enum": [
199037
- "internal",
199038
- "external"
199039
- ],
199040
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199041
- }
199042
- }
199043
- },
199044
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199045
- },
199046
- "emitsScope": {
199047
- "type": "string",
199048
- "enum": [
199049
- "internal",
199050
- "external"
199051
- ],
199052
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199053
- }
199054
- }
199055
- },
199056
- "Typography_CurrentStepLabel": {
199057
- "type": "object",
199058
- "additionalProperties": false,
199059
- "description": "Override knobs for Typography_CurrentStepLabel.",
199060
- "properties": {
199061
- "config": {
199062
- "type": "object",
199063
- "additionalProperties": false,
199064
- "properties": {
199065
- "content": {
199066
- "default": "@entity.currentStepLabel"
199067
- },
199068
- "variant": {
199069
- "default": "h2"
199070
- }
199071
- }
199072
- },
199073
- "name": {
199074
- "type": "string",
199075
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199076
- },
199077
- "events": {
199078
- "type": "object",
199079
- "additionalProperties": {
199080
- "type": "string"
199081
- },
199082
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199083
- },
199084
- "listens": {
199085
- "type": "array",
199086
- "items": {
199087
- "type": "object",
199088
- "additionalProperties": false,
199089
- "required": [
199090
- "event",
199091
- "triggers"
199092
- ],
199093
- "properties": {
199094
- "event": {
199095
- "type": "string",
199096
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199097
- },
199098
- "triggers": {
199099
- "type": "string",
199100
- "enum": [
199101
- "INIT"
199102
- ],
199103
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199104
- },
199105
- "scope": {
199106
- "type": "string",
199107
- "enum": [
199108
- "internal",
199109
- "external"
199110
- ],
199111
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199112
- }
199113
- }
199114
- },
199115
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199116
- },
199117
- "emitsScope": {
199118
- "type": "string",
199119
- "enum": [
199120
- "internal",
199121
- "external"
199122
- ],
199123
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199124
- }
199125
- }
199126
- },
199127
- "Typography_CurrentStepDescription": {
199128
- "type": "object",
199129
- "additionalProperties": false,
199130
- "description": "Override knobs for Typography_CurrentStepDescription.",
199131
- "properties": {
199132
- "config": {
199133
- "type": "object",
199134
- "additionalProperties": false,
199135
- "properties": {
199136
- "color": {
199137
- "default": "muted"
199138
- },
199139
- "content": {
199140
- "default": "@entity.currentStepDescription"
199141
- },
199142
- "variant": {
199143
- "default": "body"
199144
- }
199145
- }
199146
- },
199147
- "name": {
199148
- "type": "string",
199149
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199150
- },
199151
- "events": {
199152
- "type": "object",
199153
- "additionalProperties": {
199154
- "type": "string"
199155
- },
199156
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199157
- },
199158
- "listens": {
199159
- "type": "array",
199160
- "items": {
199161
- "type": "object",
199162
- "additionalProperties": false,
199163
- "required": [
199164
- "event",
199165
- "triggers"
199166
- ],
199167
- "properties": {
199168
- "event": {
199169
- "type": "string",
199170
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199171
- },
199172
- "triggers": {
199173
- "type": "string",
199174
- "enum": [
199175
- "INIT"
199176
- ],
199177
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199178
- },
199179
- "scope": {
199180
- "type": "string",
199181
- "enum": [
199182
- "internal",
199183
- "external"
199184
- ],
199185
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199186
- }
199187
- }
199188
- },
199189
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199190
- },
199191
- "emitsScope": {
199192
- "type": "string",
199193
- "enum": [
199194
- "internal",
199195
- "external"
199196
- ],
199197
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199198
- }
199199
- }
199200
- },
199201
- "Typography_Complete": {
199202
- "type": "object",
199203
- "additionalProperties": false,
199204
- "description": "Override knobs for Typography_Complete.",
199205
- "properties": {
199206
- "config": {
199207
- "type": "object",
199208
- "additionalProperties": false,
199209
- "properties": {
199210
- "align": {
199211
- "default": "center"
199212
- },
199213
- "content": {
199214
- "default": "Complete"
199215
- },
199216
- "variant": {
199217
- "default": "h2"
199218
- }
199219
- }
199220
- },
199221
- "name": {
199222
- "type": "string",
199223
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199224
- },
199225
- "events": {
199226
- "type": "object",
199227
- "additionalProperties": {
199228
- "type": "string"
199229
- },
199230
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199231
- },
199232
- "listens": {
199233
- "type": "array",
199234
- "items": {
199235
- "type": "object",
199236
- "additionalProperties": false,
199237
- "required": [
199238
- "event",
199239
- "triggers"
199240
- ],
199241
- "properties": {
199242
- "event": {
199243
- "type": "string",
199244
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199245
- },
199246
- "triggers": {
199247
- "type": "string",
199248
- "enum": [
199249
- "INIT"
199250
- ],
199251
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199252
- },
199253
- "scope": {
199254
- "type": "string",
199255
- "enum": [
199256
- "internal",
199257
- "external"
199258
- ],
199259
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199260
- }
199261
- }
199262
- },
199263
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199264
- },
199265
- "emitsScope": {
199266
- "type": "string",
199267
- "enum": [
199268
- "internal",
199269
- "external"
199270
- ],
199271
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199272
- }
199273
- }
199274
- },
199275
- "Typography_CompleteMessage": {
199276
- "type": "object",
199277
- "additionalProperties": false,
199278
- "description": "Override knobs for Typography_CompleteMessage.",
199279
- "properties": {
199280
- "config": {
199281
- "type": "object",
199282
- "additionalProperties": false,
199283
- "properties": {
199284
- "align": {
199285
- "default": "center"
199286
- },
199287
- "color": {
199288
- "default": "muted"
199289
- },
199290
- "content": {
199291
- "default": "@entity.completionMessage"
199292
- },
199293
- "variant": {
199294
- "default": "body"
199295
- }
199296
- }
199297
- },
199298
- "name": {
199299
- "type": "string",
199300
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199301
- },
199302
- "events": {
199303
- "type": "object",
199304
- "additionalProperties": {
199305
- "type": "string"
199306
- },
199307
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199308
- },
199309
- "listens": {
199310
- "type": "array",
199311
- "items": {
199312
- "type": "object",
199313
- "additionalProperties": false,
199314
- "required": [
199315
- "event",
199316
- "triggers"
199317
- ],
199318
- "properties": {
199319
- "event": {
199320
- "type": "string",
199321
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199322
- },
199323
- "triggers": {
199324
- "type": "string",
199325
- "enum": [
199326
- "INIT"
199327
- ],
199328
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199329
- },
199330
- "scope": {
199331
- "type": "string",
199332
- "enum": [
199333
- "internal",
199334
- "external"
199335
- ],
199336
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199337
- }
199338
- }
199339
- },
199340
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199341
- },
199342
- "emitsScope": {
199343
- "type": "string",
199344
- "enum": [
199345
- "internal",
199346
- "external"
199347
- ],
199348
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199349
- }
199350
- }
199351
- },
199352
- "Typography_Cancelled": {
199353
- "type": "object",
199354
- "additionalProperties": false,
199355
- "description": "Override knobs for Typography_Cancelled.",
199356
- "properties": {
199357
- "config": {
199358
- "type": "object",
199359
- "additionalProperties": false,
199360
- "properties": {
199361
- "align": {
199362
- "default": "center"
199363
- },
199364
- "content": {
199365
- "default": "Cancelled"
199366
- },
199367
- "variant": {
199368
- "default": "h2"
199369
- }
199370
- }
199371
- },
199372
- "name": {
199373
- "type": "string",
199374
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199375
- },
199376
- "events": {
199377
- "type": "object",
199378
- "additionalProperties": {
199379
- "type": "string"
199380
- },
199381
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199382
- },
199383
- "listens": {
199384
- "type": "array",
199385
- "items": {
199386
- "type": "object",
199387
- "additionalProperties": false,
199388
- "required": [
199389
- "event",
199390
- "triggers"
199391
- ],
199392
- "properties": {
199393
- "event": {
199394
- "type": "string",
199395
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199396
- },
199397
- "triggers": {
199398
- "type": "string",
199399
- "enum": [
199400
- "INIT"
199401
- ],
199402
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199403
- },
199404
- "scope": {
199405
- "type": "string",
199406
- "enum": [
199407
- "internal",
199408
- "external"
199409
- ],
199410
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199411
- }
199412
- }
199413
- },
199414
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199415
- },
199416
- "emitsScope": {
199417
- "type": "string",
199418
- "enum": [
199419
- "internal",
199420
- "external"
199421
- ],
199422
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199423
- }
199424
- }
199425
- },
199426
- "Typography_CancelledMessage": {
199427
- "type": "object",
199428
- "additionalProperties": false,
199429
- "description": "Override knobs for Typography_CancelledMessage.",
199430
- "properties": {
199431
- "config": {
199432
- "type": "object",
199433
- "additionalProperties": false,
199434
- "properties": {
199435
- "align": {
199436
- "default": "center"
199437
- },
199438
- "color": {
199439
- "default": "muted"
199440
- },
199441
- "content": {
199442
- "default": "The wizard was cancelled. No data was submitted."
199443
- },
199444
- "variant": {
199445
- "default": "body"
199446
- }
199447
- }
199448
- },
199449
- "name": {
199450
- "type": "string",
199451
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199452
- },
199453
- "events": {
199454
- "type": "object",
199455
- "additionalProperties": {
199456
- "type": "string"
199457
- },
199458
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199459
- },
199460
- "listens": {
199461
- "type": "array",
199462
- "items": {
199463
- "type": "object",
199464
- "additionalProperties": false,
199465
- "required": [
199466
- "event",
199467
- "triggers"
199468
- ],
199469
- "properties": {
199470
- "event": {
199471
- "type": "string",
199472
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199473
- },
199474
- "triggers": {
199475
- "type": "string",
199476
- "enum": [
199477
- "INIT"
199478
- ],
199479
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199480
- },
199481
- "scope": {
199482
- "type": "string",
199483
- "enum": [
199484
- "internal",
199485
- "external"
199486
- ],
199487
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199488
- }
199489
- }
199490
- },
199491
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199492
- },
199493
- "emitsScope": {
199494
- "type": "string",
199495
- "enum": [
199496
- "internal",
199497
- "external"
199498
- ],
199499
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199500
- }
199501
- }
199502
- },
199503
- "Typography_SignUp": {
199504
- "type": "object",
199505
- "additionalProperties": false,
199506
- "description": "Override knobs for Typography_SignUp.",
199507
- "properties": {
199508
- "config": {
199509
- "type": "object",
199510
- "additionalProperties": false,
199511
- "properties": {
199512
- "content": {
199513
- "default": "Sign-up"
199514
- },
199515
- "variant": {
199516
- "default": "h3"
199517
- }
199518
- }
199519
- },
199520
- "name": {
199521
- "type": "string",
199522
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199523
- },
199524
- "events": {
199525
- "type": "object",
199526
- "additionalProperties": {
199527
- "type": "string"
199528
- },
199529
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199530
- },
199531
- "listens": {
199532
- "type": "array",
199533
- "items": {
199534
- "type": "object",
199535
- "additionalProperties": false,
199536
- "required": [
199537
- "event",
199538
- "triggers"
199539
- ],
199540
- "properties": {
199541
- "event": {
199542
- "type": "string",
199543
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199544
- },
199545
- "triggers": {
199546
- "type": "string",
199547
- "enum": [
199548
- "INIT"
199549
- ],
199550
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199551
- },
199552
- "scope": {
199553
- "type": "string",
199554
- "enum": [
199555
- "internal",
199556
- "external"
199557
- ],
199558
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199559
- }
199560
- }
199561
- },
199562
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199563
- },
199564
- "emitsScope": {
199565
- "type": "string",
199566
- "enum": [
199567
- "internal",
199568
- "external"
199569
- ],
199570
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199571
- }
199572
- }
199573
- },
199574
- "Button_Back": {
199575
- "type": "object",
199576
- "additionalProperties": false,
199577
- "description": "Override knobs for Button_Back.",
199578
- "properties": {
199579
- "config": {
199580
- "type": "object",
199581
- "additionalProperties": false,
199582
- "properties": {
199583
- "action": {
199584
- "default": "RETREAT"
199585
- },
199586
- "disabled": {
199587
- "default": "@entity.isFirstStep"
199588
- },
199589
- "icon": {
199590
- "default": "chevron-left"
199591
- },
199592
- "label": {
199593
- "default": "Back"
199594
- },
199595
- "variant": {
199596
- "default": "ghost"
199597
- }
199598
- }
199599
- },
199600
- "name": {
199601
- "type": "string",
199602
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199603
- },
199604
- "events": {
199605
- "type": "object",
199606
- "additionalProperties": {
199607
- "type": "string"
199608
- },
199609
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199610
- },
199611
- "listens": {
199612
- "type": "array",
199613
- "items": {
199614
- "type": "object",
199615
- "additionalProperties": false,
199616
- "required": [
199617
- "event",
199618
- "triggers"
199619
- ],
199620
- "properties": {
199621
- "event": {
199622
- "type": "string",
199623
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199624
- },
199625
- "triggers": {
199626
- "type": "string",
199627
- "enum": [
199628
- "INIT"
199629
- ],
199630
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199631
- },
199632
- "scope": {
199633
- "type": "string",
199634
- "enum": [
199635
- "internal",
199636
- "external"
199637
- ],
199638
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199639
- }
199640
- }
199641
- },
199642
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199643
- },
199644
- "emitsScope": {
199645
- "type": "string",
199646
- "enum": [
199647
- "internal",
199648
- "external"
199649
- ],
199650
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199651
- }
199652
- }
199653
- },
199654
- "Button_CancelWizard": {
199655
- "type": "object",
199656
- "additionalProperties": false,
199657
- "description": "Override knobs for Button_CancelWizard.",
199658
- "properties": {
199659
- "config": {
199660
- "type": "object",
199661
- "additionalProperties": false,
199662
- "properties": {
199663
- "action": {
199664
- "default": "CANCEL"
199665
- },
199666
- "icon": {
199667
- "default": "x"
199668
- },
199669
- "label": {
199670
- "default": "Cancel wizard"
199671
- },
199672
- "variant": {
199673
- "default": "ghost"
199674
- }
199675
- }
199676
- },
199677
- "name": {
199678
- "type": "string",
199679
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199680
- },
199681
- "events": {
199682
- "type": "object",
199683
- "additionalProperties": {
199684
- "type": "string"
199685
- },
199686
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199687
- },
199688
- "listens": {
199689
- "type": "array",
199690
- "items": {
199691
- "type": "object",
199692
- "additionalProperties": false,
199693
- "required": [
199694
- "event",
199695
- "triggers"
199696
- ],
199697
- "properties": {
199698
- "event": {
199699
- "type": "string",
199700
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199701
- },
199702
- "triggers": {
199703
- "type": "string",
199704
- "enum": [
199705
- "INIT"
199706
- ],
199707
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199708
- },
199709
- "scope": {
199710
- "type": "string",
199711
- "enum": [
199712
- "internal",
199713
- "external"
199714
- ],
199715
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199716
- }
199717
- }
199718
- },
199719
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199720
- },
199721
- "emitsScope": {
199722
- "type": "string",
199723
- "enum": [
199724
- "internal",
199725
- "external"
199726
- ],
199727
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199728
- }
199729
- }
199730
- },
199731
- "Button_Advance": {
199732
- "type": "object",
199733
- "additionalProperties": false,
199734
- "description": "Override knobs for Button_Advance.",
199735
- "properties": {
199736
- "config": {
199737
- "type": "object",
199738
- "additionalProperties": false,
199739
- "properties": {
199740
- "action": {
199741
- "default": "ADVANCE"
199742
- },
199743
- "icon": {
199744
- "default": "@entity.primaryActionIcon"
199745
- },
199746
- "label": {
199747
- "default": "@entity.primaryActionLabel"
199748
- },
199749
- "variant": {
199750
- "default": "primary"
199751
- }
199752
- }
199753
- },
199754
- "name": {
199755
- "type": "string",
199756
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199757
- },
199758
- "events": {
199759
- "type": "object",
199760
- "additionalProperties": {
199761
- "type": "string"
199762
- },
199763
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199764
- },
199765
- "listens": {
199766
- "type": "array",
199767
- "items": {
199768
- "type": "object",
199769
- "additionalProperties": false,
199770
- "required": [
199771
- "event",
199772
- "triggers"
199773
- ],
199774
- "properties": {
199775
- "event": {
199776
- "type": "string",
199777
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199778
- },
199779
- "triggers": {
199780
- "type": "string",
199781
- "enum": [
199782
- "INIT"
199783
- ],
199784
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199785
- },
199786
- "scope": {
199787
- "type": "string",
199788
- "enum": [
199789
- "internal",
199790
- "external"
199791
- ],
199792
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199793
- }
199794
- }
199795
- },
199796
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199797
- },
199798
- "emitsScope": {
199799
- "type": "string",
199800
- "enum": [
199801
- "internal",
199802
- "external"
199803
- ],
199804
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199805
- }
199806
- }
199807
- },
199808
- "Button_Restart": {
199809
- "type": "object",
199810
- "additionalProperties": false,
199811
- "description": "Override knobs for Button_Restart.",
199812
- "properties": {
199813
- "config": {
199814
- "type": "object",
199815
- "additionalProperties": false,
199816
- "properties": {
199817
- "action": {
199818
- "default": "RESTART"
199819
- },
199820
- "icon": {
199821
- "default": "rotate-ccw"
199822
- },
199823
- "label": {
199824
- "default": "Start a new wizard"
199825
- },
199826
- "variant": {
199827
- "default": "secondary"
199828
- }
199829
- }
199830
- },
199831
- "name": {
199832
- "type": "string",
199833
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199834
- },
199835
- "events": {
199836
- "type": "object",
199837
- "additionalProperties": {
199838
- "type": "string"
197509
+ "description": "Extra entity fields appended to the canonical entity. Caller wins on name collision.",
197510
+ "items": {
197511
+ "oneOf": [
197512
+ {
197513
+ "type": "object",
197514
+ "additionalProperties": false,
197515
+ "required": [
197516
+ "name",
197517
+ "type"
197518
+ ],
197519
+ "properties": {
197520
+ "name": {
197521
+ "type": "string",
197522
+ "description": "Field name (camelCase)."
199839
197523
  },
199840
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199841
- },
199842
- "listens": {
199843
- "type": "array",
199844
- "items": {
199845
- "type": "object",
199846
- "additionalProperties": false,
199847
- "required": [
199848
- "event",
199849
- "triggers"
199850
- ],
199851
- "properties": {
199852
- "event": {
199853
- "type": "string",
199854
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199855
- },
199856
- "triggers": {
199857
- "type": "string",
199858
- "enum": [
199859
- "INIT"
199860
- ],
199861
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199862
- },
199863
- "scope": {
199864
- "type": "string",
199865
- "enum": [
199866
- "internal",
199867
- "external"
199868
- ],
199869
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199870
- }
199871
- }
197524
+ "required": {
197525
+ "type": "boolean"
199872
197526
  },
199873
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199874
- },
199875
- "emitsScope": {
199876
- "type": "string",
199877
- "enum": [
199878
- "internal",
199879
- "external"
199880
- ],
199881
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199882
- }
199883
- }
199884
- },
199885
- "Button_RestartGhost": {
199886
- "type": "object",
199887
- "additionalProperties": false,
199888
- "description": "Override knobs for Button_RestartGhost.",
199889
- "properties": {
199890
- "config": {
199891
- "type": "object",
199892
- "additionalProperties": false,
199893
- "properties": {
199894
- "action": {
199895
- "default": "RESTART"
199896
- },
199897
- "icon": {
199898
- "default": "rotate-ccw"
199899
- },
199900
- "label": {
199901
- "default": "Start a new wizard"
199902
- },
199903
- "variant": {
199904
- "default": "ghost"
199905
- }
199906
- }
199907
- },
199908
- "name": {
199909
- "type": "string",
199910
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199911
- },
199912
- "events": {
199913
- "type": "object",
199914
- "additionalProperties": {
199915
- "type": "string"
197527
+ "default": {
197528
+ "type": [
197529
+ "string",
197530
+ "number",
197531
+ "boolean",
197532
+ "null"
197533
+ ]
199916
197534
  },
199917
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199918
- },
199919
- "listens": {
199920
- "type": "array",
199921
- "items": {
199922
- "type": "object",
199923
- "additionalProperties": false,
199924
- "required": [
199925
- "event",
199926
- "triggers"
197535
+ "type": {
197536
+ "type": "string",
197537
+ "enum": [
197538
+ "string",
197539
+ "number",
197540
+ "boolean",
197541
+ "date",
197542
+ "timestamp",
197543
+ "datetime",
197544
+ "object"
199927
197545
  ],
199928
- "properties": {
199929
- "event": {
199930
- "type": "string",
199931
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
199932
- },
199933
- "triggers": {
199934
- "type": "string",
199935
- "enum": [
199936
- "INIT"
199937
- ],
199938
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
199939
- },
199940
- "scope": {
199941
- "type": "string",
199942
- "enum": [
199943
- "internal",
199944
- "external"
199945
- ],
199946
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
199947
- }
199948
- }
199949
- },
199950
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
199951
- },
199952
- "emitsScope": {
199953
- "type": "string",
199954
- "enum": [
199955
- "internal",
199956
- "external"
199957
- ],
199958
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
199959
- }
199960
- }
199961
- },
199962
- "WizardProgress_Main": {
199963
- "type": "object",
199964
- "additionalProperties": false,
199965
- "description": "Override knobs for WizardProgress_Main.",
199966
- "properties": {
199967
- "config": {
199968
- "type": "object",
199969
- "additionalProperties": false,
199970
- "properties": {
199971
- "allowNavigation": {
199972
- "default": false
199973
- },
199974
- "currentStep": {
199975
- "default": "@entity.currentStepIndex"
199976
- },
199977
- "steps": {
199978
- "default": "@entity.wizardSteps"
199979
- }
197546
+ "description": "Field type tag."
199980
197547
  }
199981
- },
199982
- "name": {
199983
- "type": "string",
199984
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
199985
- },
199986
- "events": {
199987
- "type": "object",
199988
- "additionalProperties": {
199989
- "type": "string"
199990
- },
199991
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
199992
- },
199993
- "listens": {
199994
- "type": "array",
199995
- "items": {
199996
- "type": "object",
199997
- "additionalProperties": false,
199998
- "required": [
199999
- "event",
200000
- "triggers"
200001
- ],
200002
- "properties": {
200003
- "event": {
200004
- "type": "string",
200005
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200006
- },
200007
- "triggers": {
200008
- "type": "string",
200009
- "enum": [
200010
- "INIT"
200011
- ],
200012
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200013
- },
200014
- "scope": {
200015
- "type": "string",
200016
- "enum": [
200017
- "internal",
200018
- "external"
200019
- ],
200020
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200021
- }
200022
- }
200023
- },
200024
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200025
- },
200026
- "emitsScope": {
200027
- "type": "string",
200028
- "enum": [
200029
- "internal",
200030
- "external"
200031
- ],
200032
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200033
197548
  }
200034
- }
200035
- },
200036
- "WizardProgress_TotalSteps": {
200037
- "type": "object",
200038
- "additionalProperties": false,
200039
- "description": "Override knobs for WizardProgress_TotalSteps.",
200040
- "properties": {
200041
- "config": {
200042
- "type": "object",
200043
- "additionalProperties": false,
200044
- "properties": {
200045
- "allowNavigation": {
200046
- "default": false
200047
- },
200048
- "currentStep": {
200049
- "default": "@entity.totalSteps"
200050
- },
200051
- "steps": {
200052
- "default": "@entity.wizardSteps"
200053
- }
200054
- }
200055
- },
200056
- "name": {
200057
- "type": "string",
200058
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200059
- },
200060
- "events": {
200061
- "type": "object",
200062
- "additionalProperties": {
200063
- "type": "string"
197549
+ },
197550
+ {
197551
+ "type": "object",
197552
+ "additionalProperties": false,
197553
+ "required": [
197554
+ "name",
197555
+ "type",
197556
+ "values"
197557
+ ],
197558
+ "properties": {
197559
+ "name": {
197560
+ "type": "string",
197561
+ "description": "Field name (camelCase)."
200064
197562
  },
200065
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200066
- },
200067
- "listens": {
200068
- "type": "array",
200069
- "items": {
200070
- "type": "object",
200071
- "additionalProperties": false,
200072
- "required": [
200073
- "event",
200074
- "triggers"
200075
- ],
200076
- "properties": {
200077
- "event": {
200078
- "type": "string",
200079
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200080
- },
200081
- "triggers": {
200082
- "type": "string",
200083
- "enum": [
200084
- "INIT"
200085
- ],
200086
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200087
- },
200088
- "scope": {
200089
- "type": "string",
200090
- "enum": [
200091
- "internal",
200092
- "external"
200093
- ],
200094
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200095
- }
200096
- }
197563
+ "required": {
197564
+ "type": "boolean"
200097
197565
  },
200098
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200099
- },
200100
- "emitsScope": {
200101
- "type": "string",
200102
- "enum": [
200103
- "internal",
200104
- "external"
200105
- ],
200106
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200107
- }
200108
- }
200109
- },
200110
- "FormSection_Main": {
200111
- "type": "object",
200112
- "additionalProperties": false,
200113
- "description": "Override knobs for FormSection_Main.",
200114
- "properties": {
200115
- "config": {
200116
- "type": "object",
200117
- "additionalProperties": false,
200118
- "properties": {
200119
- "cancelEvent": {
200120
- "default": "CANCEL"
200121
- },
200122
- "fields": {
200123
- "default": "@entity.currentFields"
200124
- },
200125
- "mode": {
200126
- "default": "edit"
200127
- },
200128
- "showCancel": {
200129
- "default": false
200130
- },
200131
- "showSubmit": {
200132
- "default": false
200133
- },
200134
- "submitEvent": {
200135
- "default": "ADVANCE"
200136
- }
200137
- }
200138
- },
200139
- "name": {
200140
- "type": "string",
200141
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200142
- },
200143
- "events": {
200144
- "type": "object",
200145
- "additionalProperties": {
200146
- "type": "string"
197566
+ "default": {
197567
+ "type": [
197568
+ "string",
197569
+ "number",
197570
+ "boolean",
197571
+ "null"
197572
+ ]
200147
197573
  },
200148
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200149
- },
200150
- "listens": {
200151
- "type": "array",
200152
- "items": {
200153
- "type": "object",
200154
- "additionalProperties": false,
200155
- "required": [
200156
- "event",
200157
- "triggers"
197574
+ "type": {
197575
+ "type": "string",
197576
+ "enum": [
197577
+ "enum"
200158
197578
  ],
200159
- "properties": {
200160
- "event": {
200161
- "type": "string",
200162
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200163
- },
200164
- "triggers": {
200165
- "type": "string",
200166
- "enum": [
200167
- "FormSectionLoaded",
200168
- "INIT"
200169
- ],
200170
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200171
- },
200172
- "scope": {
200173
- "type": "string",
200174
- "enum": [
200175
- "internal",
200176
- "external"
200177
- ],
200178
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200179
- }
200180
- }
197579
+ "description": "Enum field."
200181
197580
  },
200182
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200183
- },
200184
- "emitsScope": {
200185
- "type": "string",
200186
- "enum": [
200187
- "internal",
200188
- "external"
200189
- ],
200190
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200191
- }
200192
- }
200193
- },
200194
- "WizardNavigation_Main": {
200195
- "type": "object",
200196
- "additionalProperties": false,
200197
- "description": "Override knobs for WizardNavigation_Main.",
200198
- "properties": {
200199
- "config": {
200200
- "type": "object",
200201
- "additionalProperties": false,
200202
- "properties": {
200203
- "currentStep": {
200204
- "default": 0
200205
- },
200206
- "onNext": {
200207
- "default": "NEXT"
200208
- },
200209
- "showBack": {
200210
- "default": false
200211
- },
200212
- "showComplete": {
200213
- "default": false
200214
- },
200215
- "showNext": {
200216
- "default": true
200217
- },
200218
- "totalSteps": {
200219
- "default": 3
197581
+ "values": {
197582
+ "type": "array",
197583
+ "description": "Closed string vocabulary. e.g. [\"active\",\"inactive\",\"pending\"].",
197584
+ "items": {
197585
+ "type": "string"
200220
197586
  }
200221
197587
  }
200222
- },
200223
- "name": {
200224
- "type": "string",
200225
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200226
- },
200227
- "events": {
200228
- "type": "object",
200229
- "additionalProperties": {
200230
- "type": "string"
200231
- },
200232
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200233
- },
200234
- "listens": {
200235
- "type": "array",
200236
- "items": {
200237
- "type": "object",
200238
- "additionalProperties": false,
200239
- "required": [
200240
- "event",
200241
- "triggers"
200242
- ],
200243
- "properties": {
200244
- "event": {
200245
- "type": "string",
200246
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200247
- },
200248
- "triggers": {
200249
- "type": "string",
200250
- "enum": [
200251
- "BACK",
200252
- "COMPLETE",
200253
- "INIT",
200254
- "NEXT"
200255
- ],
200256
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200257
- },
200258
- "scope": {
200259
- "type": "string",
200260
- "enum": [
200261
- "internal",
200262
- "external"
200263
- ],
200264
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200265
- }
200266
- }
200267
- },
200268
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200269
- },
200270
- "emitsScope": {
200271
- "type": "string",
200272
- "enum": [
200273
- "internal",
200274
- "external"
200275
- ],
200276
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200277
197588
  }
200278
- }
200279
- },
200280
- "LoadingState_Loading": {
200281
- "type": "object",
200282
- "additionalProperties": false,
200283
- "description": "Override knobs for LoadingState_Loading.",
200284
- "properties": {
200285
- "config": {
200286
- "type": "object",
200287
- "additionalProperties": false,
200288
- "properties": {
200289
- "title": {
200290
- "default": "Loading wizard…"
200291
- }
200292
- }
200293
- },
200294
- "name": {
200295
- "type": "string",
200296
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200297
- },
200298
- "events": {
200299
- "type": "object",
200300
- "additionalProperties": {
200301
- "type": "string"
197589
+ },
197590
+ {
197591
+ "type": "object",
197592
+ "additionalProperties": false,
197593
+ "required": [
197594
+ "name",
197595
+ "type",
197596
+ "relation"
197597
+ ],
197598
+ "properties": {
197599
+ "name": {
197600
+ "type": "string",
197601
+ "description": "Field name (camelCase)."
200302
197602
  },
200303
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200304
- },
200305
- "listens": {
200306
- "type": "array",
200307
- "items": {
200308
- "type": "object",
200309
- "additionalProperties": false,
200310
- "required": [
200311
- "event",
200312
- "triggers"
200313
- ],
200314
- "properties": {
200315
- "event": {
200316
- "type": "string",
200317
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200318
- },
200319
- "triggers": {
200320
- "type": "string",
200321
- "enum": [
200322
- "INIT"
200323
- ],
200324
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200325
- },
200326
- "scope": {
200327
- "type": "string",
200328
- "enum": [
200329
- "internal",
200330
- "external"
200331
- ],
200332
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200333
- }
200334
- }
197603
+ "required": {
197604
+ "type": "boolean"
200335
197605
  },
200336
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200337
- },
200338
- "emitsScope": {
200339
- "type": "string",
200340
- "enum": [
200341
- "internal",
200342
- "external"
200343
- ],
200344
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200345
- }
200346
- }
200347
- },
200348
- "LoadingState_Refreshing": {
200349
- "type": "object",
200350
- "additionalProperties": false,
200351
- "description": "Override knobs for LoadingState_Refreshing.",
200352
- "properties": {
200353
- "config": {
200354
- "type": "object",
200355
- "additionalProperties": false,
200356
- "properties": {
200357
- "title": {
200358
- "default": "Refreshing…"
200359
- }
200360
- }
200361
- },
200362
- "name": {
200363
- "type": "string",
200364
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200365
- },
200366
- "events": {
200367
- "type": "object",
200368
- "additionalProperties": {
200369
- "type": "string"
197606
+ "default": {
197607
+ "type": [
197608
+ "string",
197609
+ "number",
197610
+ "boolean",
197611
+ "null"
197612
+ ]
200370
197613
  },
200371
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200372
- },
200373
- "listens": {
200374
- "type": "array",
200375
- "items": {
200376
- "type": "object",
200377
- "additionalProperties": false,
200378
- "required": [
200379
- "event",
200380
- "triggers"
197614
+ "type": {
197615
+ "type": "string",
197616
+ "enum": [
197617
+ "relation"
200381
197618
  ],
200382
- "properties": {
200383
- "event": {
200384
- "type": "string",
200385
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200386
- },
200387
- "triggers": {
200388
- "type": "string",
200389
- "enum": [
200390
- "INIT"
200391
- ],
200392
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200393
- },
200394
- "scope": {
200395
- "type": "string",
200396
- "enum": [
200397
- "internal",
200398
- "external"
200399
- ],
200400
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200401
- }
200402
- }
200403
- },
200404
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200405
- },
200406
- "emitsScope": {
200407
- "type": "string",
200408
- "enum": [
200409
- "internal",
200410
- "external"
200411
- ],
200412
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200413
- }
200414
- }
200415
- },
200416
- "LoadingState_Restarting": {
200417
- "type": "object",
200418
- "additionalProperties": false,
200419
- "description": "Override knobs for LoadingState_Restarting.",
200420
- "properties": {
200421
- "config": {
200422
- "type": "object",
200423
- "additionalProperties": false,
200424
- "properties": {
200425
- "title": {
200426
- "default": "Restarting…"
200427
- }
200428
- }
200429
- },
200430
- "name": {
200431
- "type": "string",
200432
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200433
- },
200434
- "events": {
200435
- "type": "object",
200436
- "additionalProperties": {
200437
- "type": "string"
197619
+ "description": "Relation (FK) field."
200438
197620
  },
200439
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200440
- },
200441
- "listens": {
200442
- "type": "array",
200443
- "items": {
197621
+ "relation": {
200444
197622
  "type": "object",
200445
197623
  "additionalProperties": false,
200446
197624
  "required": [
200447
- "event",
200448
- "triggers"
197625
+ "entity",
197626
+ "cardinality"
200449
197627
  ],
200450
197628
  "properties": {
200451
- "event": {
200452
- "type": "string",
200453
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200454
- },
200455
- "triggers": {
197629
+ "entity": {
200456
197630
  "type": "string",
200457
- "enum": [
200458
- "INIT"
200459
- ],
200460
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
197631
+ "description": "Sibling entity name (PascalCase singular)."
200461
197632
  },
200462
- "scope": {
197633
+ "cardinality": {
200463
197634
  "type": "string",
200464
197635
  "enum": [
200465
- "internal",
200466
- "external"
200467
- ],
200468
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
197636
+ "one",
197637
+ "many"
197638
+ ]
200469
197639
  }
200470
- }
200471
- },
200472
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200473
- },
200474
- "emitsScope": {
200475
- "type": "string",
200476
- "enum": [
200477
- "internal",
200478
- "external"
200479
- ],
200480
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200481
- }
200482
- }
200483
- },
200484
- "LoadingState_Retrying": {
200485
- "type": "object",
200486
- "additionalProperties": false,
200487
- "description": "Override knobs for LoadingState_Retrying.",
200488
- "properties": {
200489
- "config": {
200490
- "type": "object",
200491
- "additionalProperties": false,
200492
- "properties": {
200493
- "title": {
200494
- "default": "Retrying…"
200495
- }
197640
+ },
197641
+ "description": "Relation target. `cardinality: \"one\"` for FK (customerId → one Customer); \"many\" for collection (tags → many Tag)."
200496
197642
  }
200497
- },
200498
- "name": {
200499
- "type": "string",
200500
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200501
- },
200502
- "events": {
200503
- "type": "object",
200504
- "additionalProperties": {
200505
- "type": "string"
197643
+ }
197644
+ },
197645
+ {
197646
+ "type": "object",
197647
+ "additionalProperties": false,
197648
+ "required": [
197649
+ "name",
197650
+ "type"
197651
+ ],
197652
+ "properties": {
197653
+ "name": {
197654
+ "type": "string",
197655
+ "description": "Field name (camelCase)."
200506
197656
  },
200507
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200508
- },
200509
- "listens": {
200510
- "type": "array",
200511
- "items": {
200512
- "type": "object",
200513
- "additionalProperties": false,
200514
- "required": [
200515
- "event",
200516
- "triggers"
200517
- ],
200518
- "properties": {
200519
- "event": {
200520
- "type": "string",
200521
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200522
- },
200523
- "triggers": {
200524
- "type": "string",
200525
- "enum": [
200526
- "INIT"
200527
- ],
200528
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200529
- },
200530
- "scope": {
200531
- "type": "string",
200532
- "enum": [
200533
- "internal",
200534
- "external"
200535
- ],
200536
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200537
- }
200538
- }
197657
+ "required": {
197658
+ "type": "boolean"
200539
197659
  },
200540
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200541
- },
200542
- "emitsScope": {
200543
- "type": "string",
200544
- "enum": [
200545
- "internal",
200546
- "external"
200547
- ],
200548
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200549
- }
200550
- }
200551
- },
200552
- "ErrorState_LoadFailed": {
200553
- "type": "object",
200554
- "additionalProperties": false,
200555
- "description": "Override knobs for ErrorState_LoadFailed.",
200556
- "properties": {
200557
- "config": {
200558
- "type": "object",
200559
- "additionalProperties": false,
200560
- "properties": {
200561
- "message": {
200562
- "default": "@entity.errorMessage"
200563
- },
200564
- "title": {
200565
- "default": "Failed to load"
200566
- }
200567
- }
200568
- },
200569
- "name": {
200570
- "type": "string",
200571
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200572
- },
200573
- "events": {
200574
- "type": "object",
200575
- "additionalProperties": {
200576
- "type": "string"
197660
+ "default": {
197661
+ "type": [
197662
+ "string",
197663
+ "number",
197664
+ "boolean",
197665
+ "null"
197666
+ ]
200577
197667
  },
200578
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200579
- },
200580
- "listens": {
200581
- "type": "array",
200582
- "items": {
200583
- "type": "object",
200584
- "additionalProperties": false,
200585
- "required": [
200586
- "event",
200587
- "triggers"
197668
+ "type": {
197669
+ "type": "string",
197670
+ "enum": [
197671
+ "array"
200588
197672
  ],
200589
- "properties": {
200590
- "event": {
200591
- "type": "string",
200592
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200593
- },
200594
- "triggers": {
200595
- "type": "string",
200596
- "enum": [
200597
- "INIT"
200598
- ],
200599
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200600
- },
200601
- "scope": {
200602
- "type": "string",
200603
- "enum": [
200604
- "internal",
200605
- "external"
200606
- ],
200607
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200608
- }
200609
- }
200610
- },
200611
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200612
- },
200613
- "emitsScope": {
200614
- "type": "string",
200615
- "enum": [
200616
- "internal",
200617
- "external"
200618
- ],
200619
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
200620
- }
200621
- }
200622
- },
200623
- "ErrorState_SaveFailed": {
200624
- "type": "object",
200625
- "additionalProperties": false,
200626
- "description": "Override knobs for ErrorState_SaveFailed.",
200627
- "properties": {
200628
- "config": {
200629
- "type": "object",
200630
- "additionalProperties": false,
200631
- "properties": {
200632
- "message": {
200633
- "default": "@entity.errorMessage"
200634
- },
200635
- "title": {
200636
- "default": "Save failed"
200637
- }
200638
- }
200639
- },
200640
- "name": {
200641
- "type": "string",
200642
- "description": "Rename the inlined trait at the call site. Does NOT change topology — just the trait's local name."
200643
- },
200644
- "events": {
200645
- "type": "object",
200646
- "additionalProperties": {
200647
- "type": "string"
197673
+ "description": "Array field."
200648
197674
  },
200649
- "description": "Per-key event rename map (e.g. `{ \"OPEN\": \"ADD_ITEM\" }`). Rewrites the events array, transition triggers, emit/listen event keys, and `[\"emit\", X]` SExpression literals inside the trait."
200650
- },
200651
- "listens": {
200652
- "type": "array",
200653
197675
  "items": {
200654
197676
  "type": "object",
200655
- "additionalProperties": false,
200656
- "required": [
200657
- "event",
200658
- "triggers"
200659
- ],
200660
- "properties": {
200661
- "event": {
200662
- "type": "string",
200663
- "description": "Event key to subscribe to (bare name, no orbital prefix)."
200664
- },
200665
- "triggers": {
200666
- "type": "string",
200667
- "enum": [
200668
- "INIT"
200669
- ],
200670
- "description": "Local state-machine event fired when the subscription matches. Must be one of the events this trait's own transitions already react to."
200671
- },
200672
- "scope": {
200673
- "type": "string",
200674
- "enum": [
200675
- "internal",
200676
- "external"
200677
- ],
200678
- "description": "`internal` = same-orbital events. `external` = events from sibling orbitals (use this for cross-orbital reactivity)."
200679
- }
200680
- }
200681
- },
200682
- "description": "Replace this trait's `listens` entirely. Empty array clears upstream listeners. For cross-orbital reactivity, add an entry with `scope: \"external\"` matching the source orbital's emit event."
200683
- },
200684
- "emitsScope": {
200685
- "type": "string",
200686
- "enum": [
200687
- "internal",
200688
- "external"
200689
- ],
200690
- "description": "`internal` = emits stay local to this orbital. `external` = sibling orbitals can listen. Set to `external` when another orbital needs to react to this trait's events (counter updates, list refreshes, badges, etc.)."
197677
+ "description": "Element shape (optional for primitive arrays)."
197678
+ }
200691
197679
  }
200692
197680
  }
200693
- },
197681
+ ]
197682
+ }
197683
+ },
197684
+ "traitOverrides": {
197685
+ "type": "object",
197686
+ "additionalProperties": false,
197687
+ "description": "Per-trait knob overrides keyed on the canonical trait name. Each value can include `config` (knob values), `linkedEntity` (rebind), `events` (per-key rename map), `listens` (cross-orbital subscriptions), `emitsScope` (`internal` keeps emits local; `external` lets sibling orbitals listen), and `name` (rename the inlined trait). Only the traits + knobs shown here are valid — the schema rejects unknown keys.",
197688
+ "properties": {
200694
197689
  "WizardForm": {
200695
197690
  "type": "object",
200696
197691
  "additionalProperties": false,
@@ -277344,6 +274339,58 @@
277344
274339
  "graphql",
277345
274340
  "html",
277346
274341
  "xml",
274342
+ "clojure",
274343
+ "clj",
274344
+ "edn",
274345
+ "haskell",
274346
+ "hs",
274347
+ "lisp",
274348
+ "scheme",
274349
+ "scala",
274350
+ "elixir",
274351
+ "ex",
274352
+ "exs",
274353
+ "erlang",
274354
+ "erl",
274355
+ "elm",
274356
+ "fsharp",
274357
+ "fs",
274358
+ "fsx",
274359
+ "ocaml",
274360
+ "ml",
274361
+ "java",
274362
+ "c",
274363
+ "cpp",
274364
+ "c++",
274365
+ "cc",
274366
+ "cxx",
274367
+ "hpp",
274368
+ "h",
274369
+ "csharp",
274370
+ "cs",
274371
+ "objectivec",
274372
+ "objc",
274373
+ "php",
274374
+ "ruby",
274375
+ "rb",
274376
+ "swift",
274377
+ "kotlin",
274378
+ "kt",
274379
+ "lua",
274380
+ "r",
274381
+ "dart",
274382
+ "julia",
274383
+ "fortran",
274384
+ "f90",
274385
+ "f95",
274386
+ "perl",
274387
+ "pl",
274388
+ "powershell",
274389
+ "ps1",
274390
+ "makefile",
274391
+ "make",
274392
+ "nginx",
274393
+ "ini",
277347
274394
  "orb",
277348
274395
  "lolo"
277349
274396
  ]
@@ -277372,38 +274419,8 @@
277372
274419
  "type": "string",
277373
274420
  "default": "text",
277374
274421
  "label": "Language",
277375
- "description": "Programming language for syntax highlighting",
277376
- "tier": "presentation",
277377
- "enumValues": [
277378
- "text",
277379
- "json",
277380
- "javascript",
277381
- "js",
277382
- "typescript",
277383
- "ts",
277384
- "jsx",
277385
- "tsx",
277386
- "css",
277387
- "markdown",
277388
- "md",
277389
- "bash",
277390
- "shell",
277391
- "sh",
277392
- "yaml",
277393
- "yml",
277394
- "rust",
277395
- "python",
277396
- "py",
277397
- "sql",
277398
- "diff",
277399
- "toml",
277400
- "go",
277401
- "graphql",
277402
- "html",
277403
- "xml",
277404
- "orb",
277405
- "lolo"
277406
- ]
274422
+ "description": "Programming language for syntax highlighting (any Prism id; loaded on demand if not pre-registered)",
274423
+ "tier": "presentation"
277407
274424
  },
277408
274425
  {
277409
274426
  "key": "maxHeight",
@@ -277871,6 +274888,58 @@
277871
274888
  "graphql",
277872
274889
  "html",
277873
274890
  "xml",
274891
+ "clojure",
274892
+ "clj",
274893
+ "edn",
274894
+ "haskell",
274895
+ "hs",
274896
+ "lisp",
274897
+ "scheme",
274898
+ "scala",
274899
+ "elixir",
274900
+ "ex",
274901
+ "exs",
274902
+ "erlang",
274903
+ "erl",
274904
+ "elm",
274905
+ "fsharp",
274906
+ "fs",
274907
+ "fsx",
274908
+ "ocaml",
274909
+ "ml",
274910
+ "java",
274911
+ "c",
274912
+ "cpp",
274913
+ "c++",
274914
+ "cc",
274915
+ "cxx",
274916
+ "hpp",
274917
+ "h",
274918
+ "csharp",
274919
+ "cs",
274920
+ "objectivec",
274921
+ "objc",
274922
+ "php",
274923
+ "ruby",
274924
+ "rb",
274925
+ "swift",
274926
+ "kotlin",
274927
+ "kt",
274928
+ "lua",
274929
+ "r",
274930
+ "dart",
274931
+ "julia",
274932
+ "fortran",
274933
+ "f90",
274934
+ "f95",
274935
+ "perl",
274936
+ "pl",
274937
+ "powershell",
274938
+ "ps1",
274939
+ "makefile",
274940
+ "make",
274941
+ "nginx",
274942
+ "ini",
277874
274943
  "orb",
277875
274944
  "lolo"
277876
274945
  ]
@@ -277901,38 +274970,8 @@
277901
274970
  },
277902
274971
  "language": {
277903
274972
  "type": "string",
277904
- "enum": [
277905
- "text",
277906
- "json",
277907
- "javascript",
277908
- "js",
277909
- "typescript",
277910
- "ts",
277911
- "jsx",
277912
- "tsx",
277913
- "css",
277914
- "markdown",
277915
- "md",
277916
- "bash",
277917
- "shell",
277918
- "sh",
277919
- "yaml",
277920
- "yml",
277921
- "rust",
277922
- "python",
277923
- "py",
277924
- "sql",
277925
- "diff",
277926
- "toml",
277927
- "go",
277928
- "graphql",
277929
- "html",
277930
- "xml",
277931
- "orb",
277932
- "lolo"
277933
- ],
277934
274973
  "default": "text",
277935
- "description": "Programming language for syntax highlighting",
274974
+ "description": "Programming language for syntax highlighting (any Prism id; loaded on demand if not pre-registered)",
277936
274975
  "x-label": "Language",
277937
274976
  "x-tier": "presentation"
277938
274977
  },
@@ -300240,9 +297279,9 @@
300240
297279
  },
300241
297280
  {
300242
297281
  "key": "title",
300243
- "type": "string",
297282
+ "type": "node",
300244
297283
  "label": "Title",
300245
- "description": "Drawer title",
297284
+ "description": "Drawer title (text or any node, e.g. a brand logo + name).",
300246
297285
  "tier": "presentation"
300247
297286
  },
300248
297287
  {
@@ -300563,8 +297602,7 @@
300563
297602
  "x-tier": "presentation"
300564
297603
  },
300565
297604
  "title": {
300566
- "type": "string",
300567
- "description": "Drawer title",
297605
+ "description": "Drawer title (text or any node, e.g. a brand logo + name).",
300568
297606
  "x-label": "Title",
300569
297607
  "x-tier": "presentation"
300570
297608
  },
@@ -387539,10 +384577,7 @@
387539
384577
  "listenedEvents": [],
387540
384578
  "exposure": "palette",
387541
384579
  "provenance": "generated",
387542
- "sourceValid": false,
387543
- "sourceErrors": [
387544
- "orb validate reported invalid: [{\"code\":\"ORB_RUI_INVALID_PROP\",\"path\":\"orbitals[0 (ModalOrbital)].traits[0 (ModalRender)].stateMachine.transitions[1].effects[0]\",\"message\":\"Unknown prop 'onExited' for pattern 'modal'\",\"suggestion\":\"Check pattern registry for valid props for 'modal'\",\"validValues\":[\"swipeDownToClose\",\"footer\",\"size\",\"title\",\"className\",\"children\",\"closeEvent\",\"look\",\"isOpen\",\"showCloseButton\",\"closeOnOverlayClick\",\"closeOnEscape\",\"onClose\"]}]"
387545
- ],
384580
+ "sourceValid": true,
387546
384581
  "paramsSchema": {
387547
384582
  "type": "object",
387548
384583
  "additionalProperties": false,
@@ -400439,10 +397474,7 @@
400439
397474
  "listenedEvents": [],
400440
397475
  "exposure": "palette",
400441
397476
  "provenance": "generated",
400442
- "sourceValid": false,
400443
- "sourceErrors": [
400444
- "orb validate reported invalid: [{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (PageTransitionOrbital)].traits[0 (PageTransitionRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Unknown pattern type: 'page-transition'\",\"suggestion\":\"Use a known pattern type or ensure custom pattern is registered\"},{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (PageTransitionOrbital)].traits[0 (PageTransitionRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Pattern 'page-transition' is not in patterns-registry."
400445
- ],
397477
+ "sourceValid": true,
400446
397478
  "paramsSchema": {
400447
397479
  "type": "object",
400448
397480
  "additionalProperties": false,
@@ -419582,10 +416614,7 @@
419582
416614
  "listenedEvents": [],
419583
416615
  "exposure": "palette",
419584
416616
  "provenance": "generated",
419585
- "sourceValid": false,
419586
- "sourceErrors": [
419587
- "orb validate reported invalid: [{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (PresenceOrbital)].traits[0 (PresenceRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Unknown pattern type: 'presence'\",\"suggestion\":\"Use a known pattern type or ensure custom pattern is registered\"},{\"code\":\"ORB_RUI_INVALID_PATTERN\",\"path\":\"orbitals[0 (PresenceOrbital)].traits[0 (PresenceRender)].stateMachine.transitions[0].effects[0]\",\"message\":\"Pattern 'presence' is not in patterns-registry.json (cross-registry check)\",\"suggesti"
419588
- ],
416617
+ "sourceValid": true,
419589
416618
  "paramsSchema": {
419590
416619
  "type": "object",
419591
416620
  "additionalProperties": false,
@@ -452709,65 +449738,22 @@
452709
449738
  },
452710
449739
  {
452711
449740
  "key": "segments",
452712
- "type": "[SegmentRendererSegmentsItem]",
452713
- "default": [
452714
- {
452715
- "content": "Content",
452716
- "type": "Type"
452717
- },
452718
- {
452719
- "content": "Content 2",
452720
- "type": "Type 2"
452721
- }
452722
- ],
449741
+ "type": "[json]",
449742
+ "default": [],
452723
449743
  "label": "Segments",
452724
449744
  "description": "Parsed lesson segments (see `parseLessonSegments`)",
452725
449745
  "tier": "presentation",
452726
449746
  "items": {
452727
- "properties": {
452728
- "content": {
452729
- "name": "content",
452730
- "required": true,
452731
- "type": "string"
452732
- },
452733
- "type": {
452734
- "name": "type",
452735
- "required": true,
452736
- "type": "string"
452737
- }
452738
- },
452739
449747
  "type": "object"
452740
449748
  }
452741
449749
  },
452742
449750
  {
452743
449751
  "key": "userProgress",
452744
- "type": "SegmentRendererUserProgress",
449752
+ "type": "json",
449753
+ "default": {},
452745
449754
  "label": "User Progress",
452746
449755
  "description": "User progress for restoring activation/reflection state",
452747
- "tier": "presentation",
452748
- "properties": {
452749
- "activationResponse": {
452750
- "name": "activationResponse",
452751
- "required": false,
452752
- "type": "string"
452753
- },
452754
- "bloomAnswered": {
452755
- "name": "bloomAnswered",
452756
- "required": false,
452757
- "type": "object",
452758
- "items": {
452759
- "type": "boolean"
452760
- }
452761
- },
452762
- "reflectionNotes": {
452763
- "name": "reflectionNotes",
452764
- "required": false,
452765
- "type": "array",
452766
- "items": {
452767
- "type": "string"
452768
- }
452769
- }
452770
- }
449756
+ "tier": "presentation"
452771
449757
  }
452772
449758
  ],
452773
449759
  "capabilities": [],
@@ -453012,50 +449998,15 @@
453012
449998
  "segments": {
453013
449999
  "type": "array",
453014
450000
  "items": {
453015
- "type": "object",
453016
- "properties": {
453017
- "content": {
453018
- "type": "string"
453019
- },
453020
- "type": {
453021
- "type": "string"
453022
- }
453023
- },
453024
- "required": [
453025
- "content",
453026
- "type"
453027
- ]
450001
+ "type": "object"
453028
450002
  },
453029
- "default": [
453030
- {
453031
- "content": "Content",
453032
- "type": "Type"
453033
- },
453034
- {
453035
- "content": "Content 2",
453036
- "type": "Type 2"
453037
- }
453038
- ],
450003
+ "default": [],
453039
450004
  "description": "Parsed lesson segments (see `parseLessonSegments`)",
453040
450005
  "x-label": "Segments",
453041
450006
  "x-tier": "presentation"
453042
450007
  },
453043
450008
  "userProgress": {
453044
- "properties": {
453045
- "activationResponse": {
453046
- "type": "string"
453047
- },
453048
- "bloomAnswered": {
453049
- "type": "object"
453050
- },
453051
- "reflectionNotes": {
453052
- "type": "array",
453053
- "items": {
453054
- "type": "string"
453055
- }
453056
- }
453057
- },
453058
- "type": "object",
450009
+ "default": {},
453059
450010
  "description": "User progress for restoring activation/reflection state",
453060
450011
  "x-label": "User Progress",
453061
450012
  "x-tier": "presentation"