@almadar/std 16.141.0 → 16.143.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 (116) hide show
  1. package/behaviors/lolo/ui/avl/molecules/ui-module-card.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +1 -1
  3. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +22 -1
  4. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +11 -1
  5. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  6. package/behaviors/lolo/ui/core/atoms/std-filter.lolo +3 -0
  7. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +17 -0
  8. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +17 -0
  9. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +17 -0
  10. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +0 -244
  11. package/behaviors/lolo/ui/core/atoms/ui-aside.lolo +1 -1
  12. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +2 -2
  13. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +3 -3
  14. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +3 -4
  15. package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +2 -3
  16. package/behaviors/lolo/ui/core/molecules/ui-drawer.lolo +2 -2
  17. package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
  18. package/behaviors/lolo/ui/core/molecules/ui-flip-card.lolo +1 -1
  19. package/behaviors/lolo/ui/core/molecules/ui-quiz-block.lolo +1 -1
  20. package/behaviors/lolo/ui/core/molecules/ui-repeatable-form-section.lolo +1 -1
  21. package/behaviors/lolo/ui/core/molecules/ui-signature-pad.lolo +1 -1
  22. package/behaviors/lolo/ui/core/molecules/ui-sortable-list.lolo +1 -1
  23. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +3 -4
  24. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
  25. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
  26. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
  27. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +2 -12
  28. package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
  29. package/behaviors/lolo/ui/marketing/atoms/ui-marketing-stat-card.lolo +1 -1
  30. package/behaviors/lolo/ui/marketing/molecules/ui-case-study-card.lolo +1 -1
  31. package/behaviors/lolo/ui/marketing/molecules/ui-feature-card.lolo +1 -1
  32. package/behaviors/lolo/ui/marketing/molecules/ui-pricing-card.lolo +1 -1
  33. package/behaviors/registry/factory-signatures.json +286 -3335
  34. package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  35. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +6 -1
  36. package/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  37. package/behaviors/registry/ui/core/atoms/std-browse.orb +30 -5
  38. package/behaviors/registry/ui/core/atoms/std-file-store.orb +12 -2
  39. package/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  40. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
  41. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
  42. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -0
  43. package/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  44. package/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  45. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  46. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  47. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +13 -26
  48. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  49. package/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  50. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  51. package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  52. package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  53. package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  54. package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  55. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  56. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +13 -26
  57. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  58. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  59. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  60. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  61. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  62. package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  63. package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  64. package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  65. package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  66. package/dist/behaviors/behaviors-embeddings.json +463 -463
  67. package/dist/behaviors/behaviors-registry.json +35 -26
  68. package/dist/behaviors/exports-reader.js +25 -518
  69. package/dist/behaviors/functions/index.d.ts +80 -119
  70. package/dist/behaviors/functions/index.js +23 -486
  71. package/dist/behaviors/index.d.ts +1 -1
  72. package/dist/behaviors/index.js +26 -519
  73. package/dist/behaviors/knob-embeddings.json +1 -1
  74. package/dist/behaviors/query.js +25 -518
  75. package/dist/behaviors/registry/factory-signatures.json +286 -3335
  76. package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  77. package/dist/behaviors/registry/ui/core/atoms/std-app-layout.orb +6 -1
  78. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  79. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +30 -5
  80. package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +12 -2
  81. package/dist/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  82. package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
  83. package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
  84. package/dist/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -0
  85. package/dist/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  86. package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  87. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  88. package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  89. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +13 -26
  90. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
  91. package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  92. package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  93. package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  94. package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  95. package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  96. package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  97. package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  98. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +13 -26
  99. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
  100. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
  101. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
  102. package/dist/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  103. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
  104. package/dist/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  105. package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  106. package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  107. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  108. package/dist/behaviors-embeddings.json +463 -463
  109. package/dist/behaviors-registry.json +35 -26
  110. package/dist/index.d.ts +2 -2
  111. package/dist/index.js +37 -519
  112. package/dist/knob-embeddings.json +1 -1
  113. package/dist/registry/factory-signatures.json +286 -3335
  114. package/dist/registry.d.ts +9 -1
  115. package/dist/registry.js +12 -1
  116. package/package.json +5 -4
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Aside — a secondary side panel that hosts navigation links or supplementary content alongside a main content area.",
2
+ "description": "Aside — a secondary side panel that hosts navigation links or supplementary content alongside a main content area. — UI factory (1:1 with the @almadar/ui aside pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04J062MT6RS8GV7JHWDVM": {
@@ -148,12 +148,13 @@
148
148
  ]
149
149
  },
150
150
  "size": {
151
- "default": "xs",
151
+ "default": "none",
152
152
  "description": "Font size override",
153
153
  "label": "Size",
154
154
  "tier": "presentation",
155
155
  "type": "string",
156
156
  "values": [
157
+ "none",
157
158
  "xs",
158
159
  "sm",
159
160
  "md",
@@ -203,12 +204,13 @@
203
204
  ]
204
205
  },
205
206
  "weight": {
206
- "default": "light",
207
+ "default": "none",
207
208
  "description": "Font weight override",
208
209
  "label": "Weight",
209
210
  "tier": "presentation",
210
211
  "type": "string",
211
212
  "values": [
213
+ "none",
212
214
  "light",
213
215
  "normal",
214
216
  "medium",
@@ -270,6 +270,58 @@
270
270
  "graphql",
271
271
  "html",
272
272
  "xml",
273
+ "clojure",
274
+ "clj",
275
+ "edn",
276
+ "haskell",
277
+ "hs",
278
+ "lisp",
279
+ "scheme",
280
+ "scala",
281
+ "elixir",
282
+ "ex",
283
+ "exs",
284
+ "erlang",
285
+ "erl",
286
+ "elm",
287
+ "fsharp",
288
+ "fs",
289
+ "fsx",
290
+ "ocaml",
291
+ "ml",
292
+ "java",
293
+ "c",
294
+ "cpp",
295
+ "c++",
296
+ "cc",
297
+ "cxx",
298
+ "hpp",
299
+ "h",
300
+ "csharp",
301
+ "cs",
302
+ "objectivec",
303
+ "objc",
304
+ "php",
305
+ "ruby",
306
+ "rb",
307
+ "swift",
308
+ "kotlin",
309
+ "kt",
310
+ "lua",
311
+ "r",
312
+ "dart",
313
+ "julia",
314
+ "fortran",
315
+ "f90",
316
+ "f95",
317
+ "perl",
318
+ "pl",
319
+ "powershell",
320
+ "ps1",
321
+ "makefile",
322
+ "make",
323
+ "nginx",
324
+ "ini",
273
325
  "orb",
274
326
  "lolo"
275
327
  ]
@@ -296,40 +348,10 @@
296
348
  },
297
349
  "language": {
298
350
  "default": "text",
299
- "description": "Programming language for syntax highlighting",
351
+ "description": "Programming language for syntax highlighting (any Prism id; loaded on demand if not pre-registered)",
300
352
  "label": "Language",
301
353
  "tier": "presentation",
302
- "type": "string",
303
- "values": [
304
- "text",
305
- "json",
306
- "javascript",
307
- "js",
308
- "typescript",
309
- "ts",
310
- "jsx",
311
- "tsx",
312
- "css",
313
- "markdown",
314
- "md",
315
- "bash",
316
- "shell",
317
- "sh",
318
- "yaml",
319
- "yml",
320
- "rust",
321
- "python",
322
- "py",
323
- "sql",
324
- "diff",
325
- "toml",
326
- "go",
327
- "graphql",
328
- "html",
329
- "xml",
330
- "orb",
331
- "lolo"
332
- ]
354
+ "type": "string"
333
355
  },
334
356
  "maxHeight": {
335
357
  "default": "60vh",
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "DataGrid — structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
2
+ "description": "DataGrid — structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder. — UI factory (1:1 with the @almadar/ui data-grid pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04N8BKD86MHS2EER4VD7D": {
@@ -524,10 +524,10 @@
524
524
  "tier": "essential"
525
525
  },
526
526
  {
527
- "description": "User opened a record from the list.",
528
- "id": "evt_01KXG04N8D4X4590GZE8705366",
529
- "key": "VIEW",
530
- "name": "View",
527
+ "description": "Selection change event name (emits UI:{selectionEvent} with { selectedIds: string[] })",
528
+ "id": "evt_01KXG04N8DGC8A3RER0AYS0QJM",
529
+ "key": "@config.selectionEvent",
530
+ "name": "@config.selection event",
531
531
  "payloadSchema": [
532
532
  {
533
533
  "name": "id",
@@ -537,10 +537,10 @@
537
537
  "tier": "essential"
538
538
  },
539
539
  {
540
- "description": "Selection change event name (emits UI:{selectionEvent} with { selectedIds: string[] })",
541
- "id": "evt_01KXG04N8DGC8A3RER0AYS0QJM",
542
- "key": "@config.selectionEvent",
543
- "name": "@config.selection event",
540
+ "description": "Event emitted when more items needed: UI:{loadMoreEvent}",
541
+ "id": "evt_01KXG04N8D5HH49DN80YD3E4GT",
542
+ "key": "@config.loadMoreEvent",
543
+ "name": "@config.load more event",
544
544
  "payloadSchema": [
545
545
  {
546
546
  "name": "id",
@@ -550,10 +550,10 @@
550
550
  "tier": "essential"
551
551
  },
552
552
  {
553
- "description": "Event emitted when more items needed: UI:{loadMoreEvent}",
554
- "id": "evt_01KXG04N8D5HH49DN80YD3E4GT",
555
- "key": "@config.loadMoreEvent",
556
- "name": "@config.load more event",
553
+ "description": "User opened a record from the list.",
554
+ "id": "evt_01KXG04N8D4X4590GZE8705366",
555
+ "key": "VIEW",
556
+ "name": "View",
557
557
  "payloadSchema": [
558
558
  {
559
559
  "name": "id",
@@ -664,19 +664,6 @@
664
664
  "eventId": "evt_01KXG04N8DK57488TSZFVFEC94",
665
665
  "from": "idle",
666
666
  "to": "idle"
667
- },
668
- {
669
- "effects": [
670
- [
671
- "emit",
672
- "VIEW",
673
- {}
674
- ]
675
- ],
676
- "event": "VIEW",
677
- "eventId": "evt_01KXG04N8D4X4590GZE8705366",
678
- "from": "idle",
679
- "to": "idle"
680
667
  }
681
668
  ]
682
669
  }
@@ -685,19 +685,6 @@
685
685
  "synonyms": "loaded, fetched, retrieved",
686
686
  "tier": "essential"
687
687
  },
688
- {
689
- "description": "User opened a record from the list.",
690
- "id": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
691
- "key": "VIEW",
692
- "name": "View",
693
- "payloadSchema": [
694
- {
695
- "name": "id",
696
- "type": "string"
697
- }
698
- ],
699
- "tier": "essential"
700
- },
701
688
  {
702
689
  "description": "Event emitted on reorder: UI:{reorderEvent} with { fromIndex, toIndex }",
703
690
  "id": "evt_01KXG04N9M0MPJ2H0462NH6D5S",
@@ -775,6 +762,19 @@
775
762
  }
776
763
  ],
777
764
  "tier": "essential"
765
+ },
766
+ {
767
+ "description": "User opened a record from the list.",
768
+ "id": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
769
+ "key": "VIEW",
770
+ "name": "View",
771
+ "payloadSchema": [
772
+ {
773
+ "name": "id",
774
+ "type": "string"
775
+ }
776
+ ],
777
+ "tier": "essential"
778
778
  }
779
779
  ],
780
780
  "states": [
@@ -888,19 +888,6 @@
888
888
  "eventId": "evt_01KXG04N9M8T9GWGKD8RDCZB00",
889
889
  "from": "idle",
890
890
  "to": "idle"
891
- },
892
- {
893
- "effects": [
894
- [
895
- "emit",
896
- "VIEW",
897
- {}
898
- ]
899
- ],
900
- "event": "VIEW",
901
- "eventId": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
902
- "from": "idle",
903
- "to": "idle"
904
891
  }
905
892
  ]
906
893
  }
@@ -179,10 +179,10 @@
179
179
  "type": "boolean"
180
180
  },
181
181
  "title": {
182
- "description": "Drawer title",
182
+ "description": "Drawer title (text or any node, e.g. a brand logo + name).",
183
183
  "label": "Title",
184
184
  "tier": "presentation",
185
- "type": "string"
185
+ "type": "node"
186
186
  },
187
187
  "width": {
188
188
  "default": "md",
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "FilterGroup — a panel of filter controls that narrows a collection by field values.",
2
+ "description": "FilterGroup — a panel of filter controls that narrows a collection by field values. — UI factory (1:1 with the @almadar/ui filter-group pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04NWZS9BZRCJ1BJNGSYF5": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "FlipCard — flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot.",
2
+ "description": "FlipCard — flip card that reveals a hidden back face on tap or click, toggling between a front and back content slot. — UI factory (1:1 with the @almadar/ui flip-card pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04NZY2J2X0QX3D4VPS4CZ": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "QuizBlock — a single quiz question with answer choices and submit/reveal feedback.",
2
+ "description": "QuizBlock — a single quiz question with answer choices and submit/reveal feedback. — UI factory (1:1 with the @almadar/ui quiz-block pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04QRJCZMABGKX8ZVH6YVE": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "RepeatableFormSection — a form section that repeats a fixed group of fields, letting the user add or remove entries.",
2
+ "description": "RepeatableFormSection — a form section that repeats a fixed group of fields, letting the user add or remove entries. — UI factory (1:1 with the @almadar/ui repeatable-form-section pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04QVN0C5909T3H81NDKR2": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "SignaturePad — a draw-to-sign canvas that captures a handwritten signature or initials.",
2
+ "description": "SignaturePad — a draw-to-sign canvas that captures a handwritten signature or initials. — UI factory (1:1 with the @almadar/ui signature-pad pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04R7GZ6ZK7K73BGX37NNX": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "SortableList — a drag-and-drop reorderable list of items.",
2
+ "description": "SortableList — a drag-and-drop reorderable list of items. — UI factory (1:1 with the @almadar/ui sortable-list pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04RHSGT5WFEF0QE6XMPGW": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "TableView — sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
2
+ "description": "TableView — sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping. — UI factory (1:1 with the @almadar/ui table-view pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG04RSADCK1XFXGT2VT1ZAH": {
@@ -558,10 +558,10 @@
558
558
  "tier": "essential"
559
559
  },
560
560
  {
561
- "description": "User opened a record from the list.",
562
- "id": "evt_01KXG04RSDC4V2E198Y3Q8880X",
563
- "key": "VIEW",
564
- "name": "View",
561
+ "description": "Event emitted on selection change: UI:{selectEvent} with { ids, rows }.",
562
+ "id": "evt_01KXG04RSDTCZQPH74KHHQR5MZ",
563
+ "key": "@config.selectEvent",
564
+ "name": "@config.select event",
565
565
  "payloadSchema": [
566
566
  {
567
567
  "name": "id",
@@ -571,10 +571,10 @@
571
571
  "tier": "essential"
572
572
  },
573
573
  {
574
- "description": "Event emitted on selection change: UI:{selectEvent} with { ids, rows }.",
575
- "id": "evt_01KXG04RSDTCZQPH74KHHQR5MZ",
576
- "key": "@config.selectEvent",
577
- "name": "@config.select event",
574
+ "description": "Event emitted on sortable-header click: UI:{sortEvent} with { column, direction }.",
575
+ "id": "evt_01KXG04RSDX3BXZBA0CDEKZV1G",
576
+ "key": "@config.sortEvent",
577
+ "name": "@config.sort event",
578
578
  "payloadSchema": [
579
579
  {
580
580
  "name": "id",
@@ -584,10 +584,10 @@
584
584
  "tier": "essential"
585
585
  },
586
586
  {
587
- "description": "Event emitted on sortable-header click: UI:{sortEvent} with { column, direction }.",
588
- "id": "evt_01KXG04RSDX3BXZBA0CDEKZV1G",
589
- "key": "@config.sortEvent",
590
- "name": "@config.sort event",
587
+ "description": "User opened a record from the list.",
588
+ "id": "evt_01KXG04RSDC4V2E198Y3Q8880X",
589
+ "key": "VIEW",
590
+ "name": "View",
591
591
  "payloadSchema": [
592
592
  {
593
593
  "name": "id",
@@ -694,19 +694,6 @@
694
694
  "eventId": "evt_01KXG04RSDQRXCVM7YXC772W9K",
695
695
  "from": "idle",
696
696
  "to": "idle"
697
- },
698
- {
699
- "effects": [
700
- [
701
- "emit",
702
- "VIEW",
703
- {}
704
- ]
705
- ],
706
- "event": "VIEW",
707
- "eventId": "evt_01KXG04RSDC4V2E198Y3Q8880X",
708
- "from": "idle",
709
- "to": "idle"
710
697
  }
711
698
  ]
712
699
  }
@@ -541,19 +541,6 @@
541
541
  "eventId": "evt_01KXG04SFWBBQT5FQHF88WB1R7",
542
542
  "from": "idle",
543
543
  "to": "idle"
544
- },
545
- {
546
- "effects": [
547
- [
548
- "emit",
549
- "VIEW",
550
- {}
551
- ]
552
- ],
553
- "event": "VIEW",
554
- "eventId": "evt_01KXG04SFWKXQ588AJKC3XTPME",
555
- "from": "idle",
556
- "to": "idle"
557
544
  }
558
545
  ]
559
546
  }
@@ -393,10 +393,10 @@
393
393
  "tier": "essential"
394
394
  },
395
395
  {
396
- "description": "User opened a record from the list.",
397
- "id": "evt_01KXG04SH3R1YPRSCJX64JDKM2",
398
- "key": "VIEW",
399
- "name": "View",
396
+ "description": "Item actions - schema-driven or function-based",
397
+ "id": "evt_01KXG04SH3CDMWPSH39V0BN1TD",
398
+ "key": "ITEM_ACTIONS",
399
+ "name": "Item Actions",
400
400
  "payloadSchema": [
401
401
  {
402
402
  "name": "id",
@@ -406,10 +406,10 @@
406
406
  "tier": "essential"
407
407
  },
408
408
  {
409
- "description": "Item actions - schema-driven or function-based",
410
- "id": "evt_01KXG04SH3CDMWPSH39V0BN1TD",
411
- "key": "ITEM_ACTIONS",
412
- "name": "Item Actions",
409
+ "description": "User opened a record from the list.",
410
+ "id": "evt_01KXG04SH3R1YPRSCJX64JDKM2",
411
+ "key": "VIEW",
412
+ "name": "View",
413
413
  "payloadSchema": [
414
414
  {
415
415
  "name": "id",
@@ -506,19 +506,6 @@
506
506
  "eventId": "evt_01KXG04SH3S1G8MB6C8PAC7PMY",
507
507
  "from": "idle",
508
508
  "to": "idle"
509
- },
510
- {
511
- "effects": [
512
- [
513
- "emit",
514
- "VIEW",
515
- {}
516
- ]
517
- ],
518
- "event": "VIEW",
519
- "eventId": "evt_01KXG04SH3R1YPRSCJX64JDKM2",
520
- "from": "idle",
521
- "to": "idle"
522
509
  }
523
510
  ]
524
511
  }
@@ -637,19 +637,6 @@
637
637
  "eventId": "evt_01KXG04SJJDJHTKN6PP74YNPWJ",
638
638
  "from": "idle",
639
639
  "to": "idle"
640
- },
641
- {
642
- "effects": [
643
- [
644
- "emit",
645
- "VIEW",
646
- {}
647
- ]
648
- ],
649
- "event": "VIEW",
650
- "eventId": "evt_01KXG04SJJ648J6B44Z4MCR8KK",
651
- "from": "idle",
652
- "to": "idle"
653
640
  }
654
641
  ]
655
642
  }
@@ -93,64 +93,21 @@
93
93
  "type": "string"
94
94
  },
95
95
  "segments": {
96
- "default": [
97
- {
98
- "content": "Content",
99
- "type": "Type"
100
- },
101
- {
102
- "content": "Content 2",
103
- "type": "Type 2"
104
- }
105
- ],
96
+ "default": [],
106
97
  "description": "Parsed lesson segments (see `parseLessonSegments`)",
107
98
  "items": {
108
- "properties": {
109
- "content": {
110
- "name": "content",
111
- "required": true,
112
- "type": "string"
113
- },
114
- "type": {
115
- "name": "type",
116
- "required": true,
117
- "type": "string"
118
- }
119
- },
120
99
  "type": "object"
121
100
  },
122
101
  "label": "Segments",
123
102
  "tier": "presentation",
124
- "type": "[SegmentRendererSegmentsItem]"
103
+ "type": "[json]"
125
104
  },
126
105
  "userProgress": {
106
+ "default": {},
127
107
  "description": "User progress for restoring activation/reflection state",
128
108
  "label": "User Progress",
129
- "properties": {
130
- "activationResponse": {
131
- "name": "activationResponse",
132
- "required": false,
133
- "type": "string"
134
- },
135
- "bloomAnswered": {
136
- "items": {
137
- "type": "boolean"
138
- },
139
- "name": "bloomAnswered",
140
- "required": false,
141
- "type": "object"
142
- },
143
- "reflectionNotes": {
144
- "items": {
145
- "type": "string"
146
- },
147
- "name": "reflectionNotes",
148
- "required": false,
149
- "type": "array"
150
- }
151
- },
152
109
  "tier": "presentation",
153
- "type": "SegmentRendererUserProgress"
110
+ "type": "json"
154
111
  }
155
112
  },
156
113
  "entityContract": {
@@ -373,19 +373,6 @@
373
373
  "eventId": "evt_01KXG04T5Q7ZFPSWYBZTKDFZEP",
374
374
  "from": "idle",
375
375
  "to": "idle"
376
- },
377
- {
378
- "effects": [
379
- [
380
- "emit",
381
- "VIEW",
382
- {}
383
- ]
384
- ],
385
- "event": "VIEW",
386
- "eventId": "evt_01KXG04T5Q6H3S155F80B55SFP",
387
- "from": "idle",
388
- "to": "idle"
389
376
  }
390
377
  ]
391
378
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "MarketingStatCard — a single number-highlight card pairing a large value with a label and trend delta.",
2
+ "description": "MarketingStatCard — a single number-highlight card pairing a large value with a label and trend delta. — UI factory (1:1 with the @almadar/ui marketing-stat-card pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG0542VVFYVSAMGT8ZK8MRV": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "CaseStudyCard — a card summarizing a customer case study with logo, headline result, and link.",
2
+ "description": "CaseStudyCard — a card summarizing a customer case study with logo, headline result, and link. — UI factory (1:1 with the @almadar/ui case-study-card pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG0548FSQJD3B98N4ZWN9YJ": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "FeatureCard — an icon-led card pairing a title and description to call out a single product feature.",
2
+ "description": "FeatureCard — an icon-led card pairing a title and description to call out a single product feature. — UI factory (1:1 with the @almadar/ui feature-card pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG054DSZZH06MHXZY4ZD635": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "PricingCard — a single pricing-tier card with price, billing period, feature list, and call-to-action.",
2
+ "description": "PricingCard — a single pricing-tier card with price, billing period, feature list, and call-to-action. — UI factory (1:1 with the @almadar/ui pricing-card pattern).",
3
3
  "ledger": {
4
4
  "entries": {
5
5
  "ent_01KXG054MAWKAWER05DVD4NK5G": {