@almadar/patterns 2.32.1 → 2.33.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-29T02:49:56.240Z",
3
+ "exportedAt": "2026-05-29T09:18:13.002Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -18,7 +18,7 @@
18
18
  "object",
19
19
  "array"
20
20
  ],
21
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
21
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
22
22
  "items": {
23
23
  "types": [
24
24
  "object"
@@ -242,7 +242,7 @@
242
242
  "types": [
243
243
  "string"
244
244
  ],
245
- "description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
245
+ "description": "Layer 2 visual treatment orthogonal to the semantic variant.",
246
246
  "enumValues": [
247
247
  "dense",
248
248
  "spacious",
@@ -269,7 +269,7 @@
269
269
  "object",
270
270
  "array"
271
271
  ],
272
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
272
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit"
273
273
  },
274
274
  "className": {
275
275
  "types": [
@@ -446,7 +446,7 @@
446
446
  "object",
447
447
  "array"
448
448
  ],
449
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
449
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit"
450
450
  },
451
451
  "className": {
452
452
  "types": [
@@ -694,7 +694,7 @@
694
694
  "object",
695
695
  "array"
696
696
  ],
697
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
697
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit"
698
698
  },
699
699
  "className": {
700
700
  "types": [
@@ -1176,7 +1176,7 @@
1176
1176
  "types": [
1177
1177
  "string"
1178
1178
  ],
1179
- "description": "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
1179
+ "description": "Form mode 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
1180
1180
  },
1181
1181
  "fields": {
1182
1182
  "types": [
@@ -1514,7 +1514,7 @@
1514
1514
  "form-section": {
1515
1515
  "type": "form-section",
1516
1516
  "category": "form",
1517
- "description": "Alias for form \u2014 Complete form with fields and actions",
1517
+ "description": "Alias for form Complete form with fields and actions",
1518
1518
  "suggestedFor": [
1519
1519
  "create forms",
1520
1520
  "edit forms",
@@ -1582,7 +1582,7 @@
1582
1582
  "types": [
1583
1583
  "string"
1584
1584
  ],
1585
- "description": "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
1585
+ "description": "Form mode 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
1586
1586
  },
1587
1587
  "fields": {
1588
1588
  "types": [
@@ -2130,7 +2130,7 @@
2130
2130
  "types": [
2131
2131
  "string"
2132
2132
  ],
2133
- "description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
2133
+ "description": "Layer 2 visual treatment orthogonal to the semantic variant.",
2134
2134
  "enumValues": [
2135
2135
  "toolbar",
2136
2136
  "chips",
@@ -2307,7 +2307,7 @@
2307
2307
  "types": [
2308
2308
  "string"
2309
2309
  ],
2310
- "description": "Declarative tab change event \u2014 emits UI:{tabChangeEvent} with { tabId }",
2310
+ "description": "Declarative tab change event emits UI:{tabChangeEvent} with { tabId }",
2311
2311
  "kind": "event-ref",
2312
2312
  "emitPayloadSchema": [
2313
2313
  {
@@ -2499,7 +2499,7 @@
2499
2499
  "types": [
2500
2500
  "string"
2501
2501
  ],
2502
- "description": "Declarative step click event \u2014 emits UI:{stepClickEvent} with { stepIndex }",
2502
+ "description": "Declarative step click event emits UI:{stepClickEvent} with { stepIndex }",
2503
2503
  "kind": "event-ref",
2504
2504
  "emitPayloadSchema": [
2505
2505
  {
@@ -2585,7 +2585,7 @@
2585
2585
  "types": [
2586
2586
  "string"
2587
2587
  ],
2588
- "description": "Event to emit on Back click \u2014 emits UI:{onBack} with { currentStep, totalSteps }",
2588
+ "description": "Event to emit on Back click emits UI:{onBack} with { currentStep, totalSteps }",
2589
2589
  "kind": "event-ref",
2590
2590
  "emitPayloadSchema": [
2591
2591
  {
@@ -2605,7 +2605,7 @@
2605
2605
  "types": [
2606
2606
  "string"
2607
2607
  ],
2608
- "description": "Event to emit on Next click \u2014 emits UI:{onNext} with { currentStep, totalSteps }",
2608
+ "description": "Event to emit on Next click emits UI:{onNext} with { currentStep, totalSteps }",
2609
2609
  "kind": "event-ref",
2610
2610
  "emitPayloadSchema": [
2611
2611
  {
@@ -2625,7 +2625,7 @@
2625
2625
  "types": [
2626
2626
  "string"
2627
2627
  ],
2628
- "description": "Event to emit on Complete click \u2014 emits UI:{onComplete} with { currentStep, totalSteps }",
2628
+ "description": "Event to emit on Complete click emits UI:{onComplete} with { currentStep, totalSteps }",
2629
2629
  "kind": "event-ref",
2630
2630
  "emitPayloadSchema": [
2631
2631
  {
@@ -3337,7 +3337,7 @@
3337
3337
  "types": [
3338
3338
  "string"
3339
3339
  ],
3340
- "description": "Declarative page change event \u2014 emits UI:{pageChangeEvent} with { page }",
3340
+ "description": "Declarative page change event emits UI:{pageChangeEvent} with { page }",
3341
3341
  "kind": "event-ref",
3342
3342
  "emitPayloadSchema": [
3343
3343
  {
@@ -3351,7 +3351,7 @@
3351
3351
  "types": [
3352
3352
  "string"
3353
3353
  ],
3354
- "description": "Declarative page size change event \u2014 emits UI:{pageSizeChangeEvent} with { pageSize }",
3354
+ "description": "Declarative page size change event emits UI:{pageSizeChangeEvent} with { pageSize }",
3355
3355
  "kind": "event-ref",
3356
3356
  "emitPayloadSchema": [
3357
3357
  {
@@ -3441,7 +3441,7 @@
3441
3441
  "types": [
3442
3442
  "string"
3443
3443
  ],
3444
- "description": "Declarative action event \u2014 emits UI:{actionEvent} via eventBus when action button is clicked",
3444
+ "description": "Declarative action event emits UI:{actionEvent} via eventBus when action button is clicked",
3445
3445
  "kind": "event-ref",
3446
3446
  "emitPayloadSchema": []
3447
3447
  },
@@ -3449,7 +3449,7 @@
3449
3449
  "types": [
3450
3450
  "string"
3451
3451
  ],
3452
- "description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant (which carries status color).",
3452
+ "description": "Layer 2 visual treatment orthogonal to the semantic variant (which carries status color).",
3453
3453
  "enumValues": [
3454
3454
  "illustrated",
3455
3455
  "icon-only",
@@ -3535,7 +3535,7 @@
3535
3535
  "types": [
3536
3536
  "string"
3537
3537
  ],
3538
- "description": "Declarative retry event \u2014 emits UI:{retryEvent} via eventBus when retry button is clicked",
3538
+ "description": "Declarative retry event emits UI:{retryEvent} via eventBus when retry button is clicked",
3539
3539
  "kind": "event-ref",
3540
3540
  "emitPayloadSchema": []
3541
3541
  }
@@ -3631,7 +3631,7 @@
3631
3631
  "types": [
3632
3632
  "string"
3633
3633
  ],
3634
- "description": "Declarative dismiss event \u2014 emits UI:{dismissEvent} via eventBus when toast is dismissed",
3634
+ "description": "Declarative dismiss event emits UI:{dismissEvent} via eventBus when toast is dismissed",
3635
3635
  "kind": "event-ref",
3636
3636
  "emitPayloadSchema": []
3637
3637
  },
@@ -3639,7 +3639,7 @@
3639
3639
  "types": [
3640
3640
  "string"
3641
3641
  ],
3642
- "description": "Declarative action event \u2014 emits UI:{actionEvent} via eventBus when action button is clicked",
3642
+ "description": "Declarative action event emits UI:{actionEvent} via eventBus when action button is clicked",
3643
3643
  "kind": "event-ref",
3644
3644
  "emitPayloadSchema": []
3645
3645
  }
@@ -3779,7 +3779,7 @@
3779
3779
  "types": [
3780
3780
  "string"
3781
3781
  ],
3782
- "description": "Declarative close event \u2014 emits UI:{closeEvent} via eventBus when modal should close",
3782
+ "description": "Declarative close event emits UI:{closeEvent} via eventBus when modal should close",
3783
3783
  "kind": "event-ref",
3784
3784
  "emitPayloadSchema": []
3785
3785
  },
@@ -3794,7 +3794,7 @@
3794
3794
  "types": [
3795
3795
  "string"
3796
3796
  ],
3797
- "description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
3797
+ "description": "Layer 2 visual treatment orthogonal to the semantic variant.",
3798
3798
  "enumValues": [
3799
3799
  "centered-card",
3800
3800
  "top-sheet",
@@ -3899,7 +3899,7 @@
3899
3899
  "types": [
3900
3900
  "string"
3901
3901
  ],
3902
- "description": "Declarative close event \u2014 emits UI:{closeEvent} via eventBus when drawer should close",
3902
+ "description": "Declarative close event emits UI:{closeEvent} via eventBus when drawer should close",
3903
3903
  "kind": "event"
3904
3904
  }
3905
3905
  }
@@ -4052,7 +4052,7 @@
4052
4052
  "object",
4053
4053
  "array"
4054
4054
  ],
4055
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
4055
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
4056
4056
  "items": {
4057
4057
  "types": [
4058
4058
  "object"
@@ -4382,7 +4382,7 @@
4382
4382
  "types": [
4383
4383
  "string"
4384
4384
  ],
4385
- "description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
4385
+ "description": "Declarative event name emits UI:{action} via eventBus on click",
4386
4386
  "kind": "event"
4387
4387
  },
4388
4388
  "actionPayload": {
@@ -4395,7 +4395,7 @@
4395
4395
  "types": [
4396
4396
  "string"
4397
4397
  ],
4398
- "description": "Declarative hover event \u2014 emits UI:{hoverEvent} with { hovered: true/false } on mouseEnter/mouseLeave",
4398
+ "description": "Declarative hover event emits UI:{hoverEvent} with { hovered: true/false } on mouseEnter/mouseLeave",
4399
4399
  "kind": "event"
4400
4400
  },
4401
4401
  "maxWidth": {
@@ -4875,7 +4875,7 @@
4875
4875
  "types": [
4876
4876
  "string"
4877
4877
  ],
4878
- "description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
4878
+ "description": "Declarative event name emits UI:{action} via eventBus on click",
4879
4879
  "kind": "event"
4880
4880
  },
4881
4881
  "actionPayload": {
@@ -4956,7 +4956,7 @@
4956
4956
  "string",
4957
4957
  "number"
4958
4958
  ],
4959
- "description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering \u2014 common case is unread counts, error counts, status codes, etc."
4959
+ "description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering common case is unread counts, error counts, status codes, etc."
4960
4960
  },
4961
4961
  "icon": {
4962
4962
  "types": [
@@ -4968,7 +4968,7 @@
4968
4968
  "types": [
4969
4969
  "function"
4970
4970
  ],
4971
- "description": "When set, renders a small X button on the right of the badge that invokes this handler \u2014 turns the badge into a removable chip. Used by the TagInput molecule and other \"list of removable values\" surfaces.",
4971
+ "description": "When set, renders a small X button on the right of the badge that invokes this handler turns the badge into a removable chip. Used by the TagInput molecule and other \"list of removable values\" surfaces.",
4972
4972
  "kind": "callback",
4973
4973
  "callbackArgs": []
4974
4974
  },
@@ -5072,7 +5072,7 @@
5072
5072
  "types": [
5073
5073
  "string"
5074
5074
  ],
5075
- "description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
5075
+ "description": "Declarative event name emits UI:{action} via eventBus on click",
5076
5076
  "kind": "event"
5077
5077
  },
5078
5078
  "actionPayload": {
@@ -5229,7 +5229,7 @@
5229
5229
  "types": [
5230
5230
  "string"
5231
5231
  ],
5232
- "description": "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
5232
+ "description": "Layer 2 visual treatment orthogonal to the semantic variant.",
5233
5233
  "enumValues": [
5234
5234
  "elevated",
5235
5235
  "flat-bordered",
@@ -5948,7 +5948,7 @@
5948
5948
  "types": [
5949
5949
  "string"
5950
5950
  ],
5951
- "description": "Declarative dismiss event \u2014 emits UI:{dismissEvent} via eventBus when alert is dismissed",
5951
+ "description": "Declarative dismiss event emits UI:{dismissEvent} via eventBus when alert is dismissed",
5952
5952
  "kind": "event"
5953
5953
  }
5954
5954
  }
@@ -6325,7 +6325,7 @@
6325
6325
  "types": [
6326
6326
  "string"
6327
6327
  ],
6328
- "description": "Declarative toggle event \u2014 emits UI:{toggleEvent} with { itemId, isOpen }",
6328
+ "description": "Declarative toggle event emits UI:{toggleEvent} with { itemId, isOpen }",
6329
6329
  "kind": "event-ref",
6330
6330
  "emitPayloadSchema": [
6331
6331
  {
@@ -6865,7 +6865,7 @@
6865
6865
  "types": [
6866
6866
  "string"
6867
6867
  ],
6868
- "description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
6868
+ "description": "Declarative event name emits UI:{action} via eventBus on click",
6869
6869
  "kind": "event"
6870
6870
  }
6871
6871
  }
@@ -7022,7 +7022,7 @@
7022
7022
  "types": [
7023
7023
  "string"
7024
7024
  ],
7025
- "description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
7025
+ "description": "Declarative event name emits UI:{action} via eventBus on click",
7026
7026
  "kind": "event"
7027
7027
  },
7028
7028
  "actionPayload": {
@@ -7116,14 +7116,14 @@
7116
7116
  "types": [
7117
7117
  "string"
7118
7118
  ],
7119
- "description": "Declarative event name \u2014 emits UI:{action} via eventBus on click",
7119
+ "description": "Declarative event name emits UI:{action} via eventBus on click",
7120
7120
  "kind": "event"
7121
7121
  },
7122
7122
  "hoverEvent": {
7123
7123
  "types": [
7124
7124
  "string"
7125
7125
  ],
7126
- "description": "Declarative hover event \u2014 emits UI:{hoverEvent} with { hovered: true/false }",
7126
+ "description": "Declarative hover event emits UI:{hoverEvent} with { hovered: true/false }",
7127
7127
  "kind": "event"
7128
7128
  }
7129
7129
  }
@@ -8061,7 +8061,7 @@
8061
8061
  "types": [
8062
8062
  "string"
8063
8063
  ],
8064
- "description": "Panel width as Tailwind class string. Default fills the viewport on mobile and snaps to `w-96` (384 px) at `sm:` and above so phones don't lose content to a fixed 384 px column. Consumers passing a custom value should include a `w-full` mobile fallback in the same string (e.g. `\"w-full sm:w-[480px]\"`) \u2014 Tailwind's JIT can't see dynamically-concatenated class names. @default 'w-full sm:w-96'",
8064
+ "description": "Panel width as Tailwind class string. Default fills the viewport on mobile and snaps to `w-96` (384 px) at `sm:` and above so phones don't lose content to a fixed 384 px column. Consumers passing a custom value should include a `w-full` mobile fallback in the same string (e.g. `\"w-full sm:w-[480px]\"`) Tailwind's JIT can't see dynamically-concatenated class names. @default 'w-full sm:w-96'",
8065
8065
  "default": "w-full sm:w-96"
8066
8066
  },
8067
8067
  "position": {
@@ -8092,7 +8092,7 @@
8092
8092
  "types": [
8093
8093
  "string"
8094
8094
  ],
8095
- "description": "Declarative close event \u2014 emits UI:{closeEvent} via eventBus when panel should close",
8095
+ "description": "Declarative close event emits UI:{closeEvent} via eventBus when panel should close",
8096
8096
  "kind": "event-ref",
8097
8097
  "emitPayloadSchema": []
8098
8098
  }
@@ -8437,7 +8437,7 @@
8437
8437
  "types": [
8438
8438
  "string"
8439
8439
  ],
8440
- "description": "Layer 2 visual treatment \u2014 orthogonal to the structural variant (which currently flips mobile vs desktop).",
8440
+ "description": "Layer 2 visual treatment orthogonal to the structural variant (which currently flips mobile vs desktop).",
8441
8441
  "enumValues": [
8442
8442
  "hero",
8443
8443
  "compact-bar",
@@ -9182,7 +9182,7 @@
9182
9182
  "object",
9183
9183
  "array"
9184
9184
  ],
9185
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
9185
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
9186
9186
  "items": {
9187
9187
  "types": [
9188
9188
  "object"
@@ -9672,14 +9672,14 @@
9672
9672
  "types": [
9673
9673
  "boolean"
9674
9674
  ],
9675
- "description": "Show the top-bar search box. Default `false` \u2014 opt in by setting `searchEvent` (any truthy value implies showSearch) or this flag.",
9675
+ "description": "Show the top-bar search box. Default `false` opt in by setting `searchEvent` (any truthy value implies showSearch) or this flag.",
9676
9676
  "default": false
9677
9677
  },
9678
9678
  "searchEvent": {
9679
9679
  "types": [
9680
9680
  "string"
9681
9681
  ],
9682
- "description": "Declarative search event \u2014 fires `UI:{searchEvent}` on the bus when the user submits the search box (Enter key). Setting this implies `showSearch=true`. Use `onSearchSubmit` for direct React usage instead.",
9682
+ "description": "Declarative search event fires `UI:{searchEvent}` on the bus when the user submits the search box (Enter key). Setting this implies `showSearch=true`. Use `onSearchSubmit` for direct React usage instead.",
9683
9683
  "kind": "event-ref",
9684
9684
  "emitPayloadSchema": [
9685
9685
  {
@@ -9706,7 +9706,7 @@
9706
9706
  "types": [
9707
9707
  "array"
9708
9708
  ],
9709
- "description": "Generic top-bar action buttons rendered between the search bar and the notifications bell. Each entry: `{icon, label?, event, badge?, variant?}`. Domain-agnostic \u2014 consumers add a cart icon, profile button, help-bubble, or any other top-bar action by appending entries. Empty array (default) renders nothing.",
9709
+ "description": "Generic top-bar action buttons rendered between the search bar and the notifications bell. Each entry: `{icon, label?, event, badge?, variant?}`. Domain-agnostic consumers add a cart icon, profile button, help-bubble, or any other top-bar action by appending entries. Empty array (default) renders nothing.",
9710
9710
  "kind": "event-list",
9711
9711
  "eventField": "event",
9712
9712
  "items": {
@@ -9763,7 +9763,7 @@
9763
9763
  "types": [
9764
9764
  "string"
9765
9765
  ],
9766
- "description": "Declarative bell click event \u2014 fires `UI:{notificationClickEvent}` on the bus with an empty payload when the user clicks the bell.",
9766
+ "description": "Declarative bell click event fires `UI:{notificationClickEvent}` on the bus with an empty payload when the user clicks the bell.",
9767
9767
  "kind": "event-ref",
9768
9768
  "emitPayloadSchema": []
9769
9769
  },
@@ -9779,14 +9779,14 @@
9779
9779
  "types": [
9780
9780
  "boolean"
9781
9781
  ],
9782
- "description": "Show the theme toggle button in the header. Default `true` \u2014 universally useful for a11y / dark mode.",
9782
+ "description": "Show the theme toggle button in the header. Default `true` universally useful for a11y / dark mode.",
9783
9783
  "default": true
9784
9784
  },
9785
9785
  "sidebarFooter": {
9786
9786
  "types": [
9787
9787
  "node"
9788
9788
  ],
9789
- "description": "Custom sidebar footer (optional). When omitted, the sidebar has no footer \u2014 apps that need Settings/etc. add them via navItems."
9789
+ "description": "Custom sidebar footer (optional). When omitted, the sidebar has no footer apps that need Settings/etc. add them via navItems."
9790
9790
  },
9791
9791
  "currentPath": {
9792
9792
  "types": [
@@ -9950,7 +9950,7 @@
9950
9950
  "game-shell": {
9951
9951
  "type": "game-shell",
9952
9952
  "category": "template",
9953
- "description": "GameShell A full-screen layout wrapper for game applications. Replaces DashboardLayout for game clients \u2014 no sidebar nav, just full-viewport rendering with an optional HUD overlay bar. Used as a React Router layout route element: <Route element={<GameShell appName=\"TraitWars\" />}> <Route index element={<WorldMapPage />} /> ... </Route>",
9953
+ "description": "GameShell A full-screen layout wrapper for game applications. Replaces DashboardLayout for game clients no sidebar nav, just full-viewport rendering with an optional HUD overlay bar. Used as a React Router layout route element: <Route element={<GameShell appName=\"TraitWars\" />}> <Route index element={<WorldMapPage />} /> ... </Route>",
9954
9954
  "suggestedFor": [
9955
9955
  "game",
9956
9956
  "shell",
@@ -10035,7 +10035,7 @@
10035
10035
  "types": [
10036
10036
  "string"
10037
10037
  ],
10038
- "description": "Layer 2 visual treatment \u2014 drives the chart sub-renderer (bar / line / pie / etc.).",
10038
+ "description": "Layer 2 visual treatment drives the chart sub-renderer (bar / line / pie / etc.).",
10039
10039
  "enumValues": [
10040
10040
  "bar-vertical",
10041
10041
  "bar-horizontal",
@@ -10223,7 +10223,7 @@
10223
10223
  "types": [
10224
10224
  "boolean"
10225
10225
  ],
10226
- "description": "Format X-axis labels as time (ISO date in \u2192 \"Mar 2026\"-style label out)",
10226
+ "description": "Format X-axis labels as time (ISO date in \"Mar 2026\"-style label out)",
10227
10227
  "default": false
10228
10228
  },
10229
10229
  "drillEvent": {
@@ -10671,7 +10671,7 @@
10671
10671
  "object",
10672
10672
  "array"
10673
10673
  ],
10674
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
10674
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
10675
10675
  "items": {
10676
10676
  "types": [
10677
10677
  "object"
@@ -11709,7 +11709,7 @@
11709
11709
  "node",
11710
11710
  "function"
11711
11711
  ],
11712
- "description": "Fallback UI when an error is caught \u2014 ReactNode or render function"
11712
+ "description": "Fallback UI when an error is caught ReactNode or render function"
11713
11713
  },
11714
11714
  "className": {
11715
11715
  "types": [
@@ -11890,7 +11890,7 @@
11890
11890
  "types": [
11891
11891
  "function"
11892
11892
  ],
11893
- "description": "GAP-51: called with the new code on every keystroke when `editable === true`. Consumers should debounce + parse downstream \u2014 `CodeBlock` does not.",
11893
+ "description": "GAP-51: called with the new code on every keystroke when `editable === true`. Consumers should debounce + parse downstream `CodeBlock` does not.",
11894
11894
  "kind": "callback",
11895
11895
  "callbackArgs": [
11896
11896
  {
@@ -11903,14 +11903,14 @@
11903
11903
  "types": [
11904
11904
  "object"
11905
11905
  ],
11906
- "description": "GAP-80: line-level error/warning highlights for editable mode. Map of 1-based line number \u2192 severity. The overlay paints a colored background on each line: error = red, warning = yellow. Pass undefined (default) to disable. The consumer is responsible for computing the path \u2192 line map from the schema + validation results."
11906
+ "description": "GAP-80: line-level error/warning highlights for editable mode. Map of 1-based line number severity. The overlay paints a colored background on each line: error = red, warning = yellow. Pass undefined (default) to disable. The consumer is responsible for computing the path line map from the schema + validation results."
11907
11907
  }
11908
11908
  }
11909
11909
  },
11910
11910
  "markdown-content": {
11911
11911
  "type": "markdown-content",
11912
11912
  "category": "component",
11913
- "description": "MarkdownContent Molecule Component Renders markdown content with support for GFM (GitHub Flavored Markdown), math equations (KaTeX), and raw HTML. Handles inline code only \u2014 fenced code blocks should be parsed out and rendered with CodeBlock component. Event Contract: - No events emitted (display-only component) - entityAware: false NOTE: react-markdown's `components` override API requires native HTML elements \u2014 this is the same library-boundary exception as `<iframe>` in DocumentViewer and `<svg>` in JazariStateMachine/StateMachineView.",
11913
+ "description": "MarkdownContent Molecule Component Renders markdown content with support for GFM (GitHub Flavored Markdown), math equations (KaTeX), and raw HTML. Handles inline code only fenced code blocks should be parsed out and rendered with CodeBlock component. Event Contract: - No events emitted (display-only component) - entityAware: false NOTE: react-markdown's `components` override API requires native HTML elements this is the same library-boundary exception as `<iframe>` in DocumentViewer and `<svg>` in JazariStateMachine/StateMachineView.",
11914
11914
  "suggestedFor": [
11915
11915
  "markdown",
11916
11916
  "content",
@@ -11959,7 +11959,7 @@
11959
11959
  "object",
11960
11960
  "array"
11961
11961
  ],
11962
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
11962
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit"
11963
11963
  },
11964
11964
  "className": {
11965
11965
  "types": [
@@ -12031,7 +12031,7 @@
12031
12031
  "types": [
12032
12032
  "string"
12033
12033
  ],
12034
- "description": "Raw content string \u2014 auto-parsed into segments"
12034
+ "description": "Raw content string auto-parsed into segments"
12035
12035
  },
12036
12036
  "segments": {
12037
12037
  "types": [
@@ -12092,7 +12092,7 @@
12092
12092
  "types": [
12093
12093
  "object"
12094
12094
  ],
12095
- "description": "Full schema \u2014 extracts first trait's state machine"
12095
+ "description": "Full schema extracts first trait's state machine"
12096
12096
  },
12097
12097
  "trait": {
12098
12098
  "types": [
@@ -12173,7 +12173,7 @@
12173
12173
  "types": [
12174
12174
  "function"
12175
12175
  ],
12176
- "description": "Custom state node renderer \u2014 when provided, replaces the default circle nodes",
12176
+ "description": "Custom state node renderer when provided, replaces the default circle nodes",
12177
12177
  "kind": "callback",
12178
12178
  "callbackArgs": [
12179
12179
  {
@@ -12523,7 +12523,7 @@
12523
12523
  "number",
12524
12524
  "string"
12525
12525
  ],
12526
- "description": "Override the viewport-driven day window. `'auto'` (default) tracks `window.innerWidth` \u2014 1 day on mobile, 3 on tablet, 7 on laptop+. Pass an explicit number to force a fixed window (useful for print layouts or screenshot tests).",
12526
+ "description": "Override the viewport-driven day window. `'auto'` (default) tracks `window.innerWidth` 1 day on mobile, 3 on tablet, 7 on laptop+. Pass an explicit number to force a fixed window (useful for print layouts or screenshot tests).",
12527
12527
  "default": "auto"
12528
12528
  }
12529
12529
  }
@@ -13089,21 +13089,21 @@
13089
13089
  "types": [
13090
13090
  "boolean"
13091
13091
  ],
13092
- "description": "Mark this container as the DnD root for its subtree \u2014 descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
13092
+ "description": "Mark this container as the DnD root for its subtree descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
13093
13093
  },
13094
13094
  "entity": {
13095
13095
  "types": [
13096
13096
  "object",
13097
13097
  "array"
13098
13098
  ],
13099
- "description": "Schema entity data \u2014 single record or collection, typed against `@almadar/core`'s `EntityRow` so the narrow type declared on the emitting trait's `Event { data : [X] }` flows through to the prop without widening. The generic `T` lets consumers pass a narrower entity (e.g. `CartItem`) and have the `children` render function receive cards typed to that exact shape.",
13099
+ "description": "Schema entity data single record or collection, typed against `@almadar/core`'s `EntityRow` so the narrow type declared on the emitting trait's `Event { data : [X] }` flows through to the prop without widening. The generic `T` lets consumers pass a narrower entity (e.g. `CartItem`) and have the `children` render function receive cards typed to that exact shape.",
13100
13100
  "required": true
13101
13101
  },
13102
13102
  "fields": {
13103
13103
  "types": [
13104
13104
  "array"
13105
13105
  ],
13106
- "description": "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits \u2014 both names resolve to the same shape here. Pass either.",
13106
+ "description": "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits both names resolve to the same shape here. Pass either.",
13107
13107
  "items": {
13108
13108
  "types": [
13109
13109
  "object"
@@ -13165,7 +13165,7 @@
13165
13165
  "types": [
13166
13166
  "array"
13167
13167
  ],
13168
- "description": "Alias for `fields` \u2014 the compiler emits `columns` for field defs.",
13168
+ "description": "Alias for `fields` the compiler emits `columns` for field defs.",
13169
13169
  "items": {
13170
13170
  "types": [
13171
13171
  "object"
@@ -13399,7 +13399,7 @@
13399
13399
  "types": [
13400
13400
  "string"
13401
13401
  ],
13402
- "description": "Layer 2 visual treatment \u2014 mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
13402
+ "description": "Layer 2 visual treatment mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
13403
13403
  "enumValues": [
13404
13404
  "dense",
13405
13405
  "spacious",
@@ -13469,21 +13469,21 @@
13469
13469
  "types": [
13470
13470
  "boolean"
13471
13471
  ],
13472
- "description": "Mark this container as the DnD root for its subtree \u2014 descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
13472
+ "description": "Mark this container as the DnD root for its subtree descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
13473
13473
  },
13474
13474
  "entity": {
13475
13475
  "types": [
13476
13476
  "object",
13477
13477
  "array"
13478
13478
  ],
13479
- "description": "Schema entity data \u2014 single record or collection, typed against `@almadar/core`'s `EntityRow` so the narrow type declared on the emitting trait's `Event { data : [X] }` flows through to the prop without widening. The generic `T` lets consumers pass a narrower entity (e.g. `CartItem`) and have the `children` render function receive items of that exact shape.",
13479
+ "description": "Schema entity data single record or collection, typed against `@almadar/core`'s `EntityRow` so the narrow type declared on the emitting trait's `Event { data : [X] }` flows through to the prop without widening. The generic `T` lets consumers pass a narrower entity (e.g. `CartItem`) and have the `children` render function receive items of that exact shape.",
13480
13480
  "required": true
13481
13481
  },
13482
13482
  "fields": {
13483
13483
  "types": [
13484
13484
  "array"
13485
13485
  ],
13486
- "description": "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits \u2014 both names resolve to the same shape here. Pass either.",
13486
+ "description": "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits both names resolve to the same shape here. Pass either.",
13487
13487
  "items": {
13488
13488
  "types": [
13489
13489
  "object"
@@ -13540,7 +13540,7 @@
13540
13540
  "types": [
13541
13541
  "array"
13542
13542
  ],
13543
- "description": "Alias for `fields` \u2014 the compiler emits `columns` for field defs.",
13543
+ "description": "Alias for `fields` the compiler emits `columns` for field defs.",
13544
13544
  "items": {
13545
13545
  "types": [
13546
13546
  "object"
@@ -13822,7 +13822,7 @@
13822
13822
  "types": [
13823
13823
  "string"
13824
13824
  ],
13825
- "description": "Layer 2 visual treatment \u2014 mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
13825
+ "description": "Layer 2 visual treatment mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
13826
13826
  "enumValues": [
13827
13827
  "dense",
13828
13828
  "spacious",
@@ -15338,7 +15338,7 @@
15338
15338
  "types": [
15339
15339
  "number"
15340
15340
  ],
15341
- "description": "Signed delta vs previous period. >0 renders \u2191 green, <0 renders \u2193 red, 0 hides. Polarity reversal via `trendPolarity`."
15341
+ "description": "Signed delta vs previous period. >0 renders green, <0 renders red, 0 hides. Polarity reversal via `trendPolarity`."
15342
15342
  },
15343
15343
  "trendPolarity": {
15344
15344
  "types": [
@@ -15355,7 +15355,7 @@
15355
15355
  "types": [
15356
15356
  "string"
15357
15357
  ],
15358
- "description": "When `'percent'`, renders trend with a `%` suffix (e.g. `\u2193 3.3%`); default is `'absolute'`.",
15358
+ "description": "When `'percent'`, renders trend with a `%` suffix (e.g. `↓ 3.3%`); default is `'absolute'`.",
15359
15359
  "enumValues": [
15360
15360
  "absolute",
15361
15361
  "percent"
@@ -15383,7 +15383,7 @@
15383
15383
  "types": [
15384
15384
  "string"
15385
15385
  ],
15386
- "description": "Prefix prepended to the formatted value (e.g. \"\u2248 \")."
15386
+ "description": "Prefix prepended to the formatted value (e.g. \" \")."
15387
15387
  },
15388
15388
  "suffix": {
15389
15389
  "types": [
@@ -16739,7 +16739,7 @@
16739
16739
  "object",
16740
16740
  "array"
16741
16741
  ],
16742
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16742
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
16743
16743
  "items": {
16744
16744
  "types": [
16745
16745
  "object"
@@ -16888,7 +16888,7 @@
16888
16888
  "object",
16889
16889
  "array"
16890
16890
  ],
16891
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16891
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
16892
16892
  "items": {
16893
16893
  "types": [
16894
16894
  "object"
@@ -17036,7 +17036,7 @@
17036
17036
  "object",
17037
17037
  "array"
17038
17038
  ],
17039
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17039
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
17040
17040
  "items": {
17041
17041
  "types": [
17042
17042
  "object"
@@ -17274,7 +17274,7 @@
17274
17274
  "object",
17275
17275
  "array"
17276
17276
  ],
17277
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17277
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
17278
17278
  "items": {
17279
17279
  "types": [
17280
17280
  "object"
@@ -17438,7 +17438,7 @@
17438
17438
  "object",
17439
17439
  "array"
17440
17440
  ],
17441
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17441
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
17442
17442
  "items": {
17443
17443
  "types": [
17444
17444
  "object"
@@ -17607,7 +17607,7 @@
17607
17607
  "object",
17608
17608
  "array"
17609
17609
  ],
17610
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17610
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
17611
17611
  "items": {
17612
17612
  "types": [
17613
17613
  "object"
@@ -17729,7 +17729,7 @@
17729
17729
  "object",
17730
17730
  "array"
17731
17731
  ],
17732
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17732
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
17733
17733
  "items": {
17734
17734
  "types": [
17735
17735
  "object"
@@ -17883,7 +17883,7 @@
17883
17883
  "object",
17884
17884
  "array"
17885
17885
  ],
17886
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17886
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit",
17887
17887
  "items": {
17888
17888
  "types": [
17889
17889
  "object"
@@ -18695,14 +18695,14 @@
18695
18695
  "boolean",
18696
18696
  "object"
18697
18697
  ],
18698
- "description": "Enable Suspense boundaries around each slot. When true, each inline slot is wrapped in `<ErrorBoundary><Suspense>` with Skeleton fallbacks. Opt-in \u2014 existing isLoading prop pattern still works."
18698
+ "description": "Enable Suspense boundaries around each slot. When true, each inline slot is wrapped in `<ErrorBoundary><Suspense>` with Skeleton fallbacks. Opt-in existing isLoading prop pattern still works."
18699
18699
  }
18700
18700
  }
18701
18701
  },
18702
18702
  "trait-frame": {
18703
18703
  "type": "trait-frame",
18704
18704
  "category": "component",
18705
- "description": "TraitFrame \u2014 renders the current frame of a referenced trait. Resolves the `@trait.X[.slot]` binding at render time by looking up the referenced trait's last `render-ui` payload from the orbital's `UISlotManager`. Re-renders automatically when that trait transitions via the per-trait subscription channel (`subscribeTrait`). This is the single rendering primitive both runtime paths converge on: - **Interpreted path** \u2014 the trait-binding resolver in `renderer/trait-binding-resolver.ts` walks pattern trees at render time, substituting `\"@trait.X\"` string children with this component. - **Compiled path** \u2014 the TypeScript shell codegen in `orbital-shell-typescript/src/backend.rs::pattern_to_jsx_with_data` emits this component directly into generated JSX wherever a `@trait.*` string appears in a pattern tree. Embedding is passive: the referenced trait's state machine runs unchanged; TraitFrame is only a read-only lens on its current frame. Event propagation happens over the shared event bus, not through this component.",
18705
+ "description": "TraitFrame renders the current frame of a referenced trait. Resolves the `@trait.X[.slot]` binding at render time by looking up the referenced trait's last `render-ui` payload from the orbital's `UISlotManager`. Re-renders automatically when that trait transitions via the per-trait subscription channel (`subscribeTrait`). This is the single rendering primitive both runtime paths converge on: - **Interpreted path** the trait-binding resolver in `renderer/trait-binding-resolver.ts` walks pattern trees at render time, substituting `\"@trait.X\"` string children with this component. - **Compiled path** the TypeScript shell codegen in `orbital-shell-typescript/src/backend.rs::pattern_to_jsx_with_data` emits this component directly into generated JSX wherever a `@trait.*` string appears in a pattern tree. Embedding is passive: the referenced trait's state machine runs unchanged; TraitFrame is only a read-only lens on its current frame. Event propagation happens over the shared event bus, not through this component.",
18706
18706
  "suggestedFor": [
18707
18707
  "trait",
18708
18708
  "frame",
@@ -18891,7 +18891,7 @@
18891
18891
  "types": [
18892
18892
  "function"
18893
18893
  ],
18894
- "description": "Called when the user clicks the remove (\u00d7) button",
18894
+ "description": "Called when the user clicks the remove (×) button",
18895
18895
  "kind": "callback",
18896
18896
  "callbackArgs": []
18897
18897
  },
@@ -18899,7 +18899,7 @@
18899
18899
  "types": [
18900
18900
  "boolean"
18901
18901
  ],
18902
- "description": "Disable the remove button (renders without \u00d7 control)",
18902
+ "description": "Disable the remove button (renders without × control)",
18903
18903
  "default": true
18904
18904
  },
18905
18905
  "onClick": {
@@ -18928,7 +18928,7 @@
18928
18928
  "types": [
18929
18929
  "string"
18930
18930
  ],
18931
- "description": "Event name dispatched via event bus when the remove (\u00d7) button is clicked. Payload: { label }",
18931
+ "description": "Event name dispatched via event bus when the remove (×) button is clicked. Payload: { label }",
18932
18932
  "kind": "event-ref",
18933
18933
  "emitPayloadSchema": [
18934
18934
  {
@@ -21043,7 +21043,7 @@
21043
21043
  "state-indicator": {
21044
21044
  "type": "state-indicator",
21045
21045
  "category": "game",
21046
- "description": "StateIndicator Component Displays a visual indicator for a game entity's current state. Generic \u2014 not tied to any specific game. Projects can extend the state styles via the `stateStyles` prop.",
21046
+ "description": "StateIndicator Component Displays a visual indicator for a game entity's current state. Generic not tied to any specific game. Projects can extend the state styles via the `stateStyles` prop.",
21047
21047
  "suggestedFor": [
21048
21048
  "state",
21049
21049
  "indicator",
@@ -23210,7 +23210,7 @@
23210
23210
  "combat-log": {
23211
23211
  "type": "combat-log",
23212
23212
  "category": "game",
23213
- "description": "CombatLog Component Scrollable log of combat events with icons and colors. Generalized from Trait Wars \u2014 removed asset manifest coupling.",
23213
+ "description": "CombatLog Component Scrollable log of combat events with icons and colors. Generalized from Trait Wars removed asset manifest coupling.",
23214
23214
  "suggestedFor": [
23215
23215
  "combat",
23216
23216
  "log",
@@ -23794,13 +23794,13 @@
23794
23794
  "types": [
23795
23795
  "string"
23796
23796
  ],
23797
- "description": "Event name emitted each tick with { dt, frame } \u2014 for closed-circuit .orb integration"
23797
+ "description": "Event name emitted each tick with { dt, frame } for closed-circuit .orb integration"
23798
23798
  },
23799
23799
  "drawEvent": {
23800
23800
  "types": [
23801
23801
  "string"
23802
23802
  ],
23803
- "description": "Event name emitted each draw frame with { frame } \u2014 for closed-circuit .orb integration"
23803
+ "description": "Event name emitted each draw frame with { frame } for closed-circuit .orb integration"
23804
23804
  }
23805
23805
  }
23806
23806
  },
@@ -24847,7 +24847,7 @@
24847
24847
  "types": [
24848
24848
  "function"
24849
24849
  ],
24850
- "description": "--- Event handlers (legacy callbacks \u2014 prefer declarative event string props below) ---",
24850
+ "description": "--- Event handlers (legacy callbacks prefer declarative event string props below) ---",
24851
24851
  "kind": "callback",
24852
24852
  "callbackArgs": [
24853
24853
  {
@@ -25106,7 +25106,7 @@
25106
25106
  "types": [
25107
25107
  "boolean"
25108
25108
  ],
25109
- "description": "Whether there are active effects \u2014 keeps RAF loop alive",
25109
+ "description": "Whether there are active effects keeps RAF loop alive",
25110
25110
  "default": false
25111
25111
  },
25112
25112
  "assetBaseUrl": {
@@ -26124,7 +26124,7 @@
26124
26124
  "object",
26125
26125
  "array"
26126
26126
  ],
26127
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
26127
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit"
26128
26128
  },
26129
26129
  "className": {
26130
26130
  "types": [
@@ -26204,7 +26204,7 @@
26204
26204
  "object",
26205
26205
  "string"
26206
26206
  ],
26207
- "description": "Field name translation map \u2014 a BookFieldMap object or locale key (\"ar\")"
26207
+ "description": "Field name translation map a BookFieldMap object or locale key (\"ar\")"
26208
26208
  }
26209
26209
  }
26210
26210
  },
@@ -27446,7 +27446,7 @@
27446
27446
  "types": [
27447
27447
  "object"
27448
27448
  ],
27449
- "description": "Sound manifest \u2014 keys mapped to SoundEntry definitions",
27449
+ "description": "Sound manifest keys mapped to SoundEntry definitions",
27450
27450
  "required": true
27451
27451
  },
27452
27452
  "baseUrl": {
@@ -27725,7 +27725,7 @@
27725
27725
  "types": [
27726
27726
  "object"
27727
27727
  ],
27728
- "description": "Category \u2192 color mapping"
27728
+ "description": "Category color mapping"
27729
27729
  },
27730
27730
  "tooltipFrameUrl": {
27731
27731
  "types": [
@@ -28373,7 +28373,7 @@
28373
28373
  "simulation-canvas": {
28374
28374
  "type": "simulation-canvas",
28375
28375
  "category": "game",
28376
- "description": "SimulationCanvas Self-contained 2D physics canvas for educational presets. Runs its own Euler integration loop \u2014 no external physics hook needed.",
28376
+ "description": "SimulationCanvas Self-contained 2D physics canvas for educational presets. Runs its own Euler integration loop no external physics hook needed.",
28377
28377
  "suggestedFor": [
28378
28378
  "simulation",
28379
28379
  "canvas",
@@ -30008,7 +30008,7 @@
30008
30008
  "types": [
30009
30009
  "object"
30010
30010
  ],
30011
- "description": "Category \u2192 color mapping"
30011
+ "description": "Category color mapping"
30012
30012
  },
30013
30013
  "size": {
30014
30014
  "types": [
@@ -30189,7 +30189,7 @@
30189
30189
  "types": [
30190
30190
  "object"
30191
30191
  ],
30192
- "description": "Category \u2192 color mapping"
30192
+ "description": "Category color mapping"
30193
30193
  }
30194
30194
  }
30195
30195
  },
@@ -30208,7 +30208,7 @@
30208
30208
  "types": [
30209
30209
  "array"
30210
30210
  ],
30211
- "description": "The current sequence (sparse \u2014 undefined means empty slot)",
30211
+ "description": "The current sequence (sparse undefined means empty slot)",
30212
30212
  "required": true,
30213
30213
  "items": {
30214
30214
  "types": [
@@ -30273,7 +30273,7 @@
30273
30273
  "types": [
30274
30274
  "object"
30275
30275
  ],
30276
- "description": "Category \u2192 color mapping"
30276
+ "description": "Category color mapping"
30277
30277
  },
30278
30278
  "slotFeedback": {
30279
30279
  "types": [
@@ -30539,7 +30539,7 @@
30539
30539
  "types": [
30540
30540
  "object"
30541
30541
  ],
30542
- "description": "Category \u2192 color mapping"
30542
+ "description": "Category color mapping"
30543
30543
  },
30544
30544
  "stepDurationMs": {
30545
30545
  "types": [
@@ -31434,7 +31434,7 @@
31434
31434
  "object",
31435
31435
  "array"
31436
31436
  ],
31437
- "description": "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
31437
+ "description": "Entity record or array of records pre-resolved by the trait via render-ui after a fetch emit"
31438
31438
  },
31439
31439
  "className": {
31440
31440
  "types": [
@@ -31828,7 +31828,7 @@
31828
31828
  "types": [
31829
31829
  "string"
31830
31830
  ],
31831
- "description": "Stroke color. `auto` (default): success when the series trends up (last \u2265 first), error when it trends down.",
31831
+ "description": "Stroke color. `auto` (default): success when the series trends up (last first), error when it trends down.",
31832
31832
  "enumValues": [
31833
31833
  "auto",
31834
31834
  "primary",
@@ -31904,7 +31904,7 @@
31904
31904
  "types": [
31905
31905
  "string"
31906
31906
  ],
31907
- "description": "Event name emitted as `UI:{event}` with payload `{ from, to }`. Optional \u2014 when omitted, only the `onChange` callback fires.",
31907
+ "description": "Event name emitted as `UI:{event}` with payload `{ from, to }`. Optional when omitted, only the `onChange` callback fires.",
31908
31908
  "kind": "event-ref",
31909
31909
  "emitPayloadSchema": [
31910
31910
  {
@@ -32073,7 +32073,7 @@
32073
32073
  "types": [
32074
32074
  "string"
32075
32075
  ],
32076
- "description": "Placeholder for the entry input. Default: `\"Type and press Enter\u2026\"`."
32076
+ "description": "Placeholder for the entry input. Default: `\"Type and press Enter…\"`."
32077
32077
  },
32078
32078
  "disabled": {
32079
32079
  "types": [
@@ -32272,14 +32272,14 @@
32272
32272
  "types": [
32273
32273
  "boolean"
32274
32274
  ],
32275
- "description": "Mark this container as the DnD root for its subtree \u2014 descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
32275
+ "description": "Mark this container as the DnD root for its subtree descendant zones share one DndContext (cross-container drag). Use on an outer container whose own items are not draggable."
32276
32276
  },
32277
32277
  "entity": {
32278
32278
  "types": [
32279
32279
  "object",
32280
32280
  "array"
32281
32281
  ],
32282
- "description": "Schema entity data \u2014 single record or collection.",
32282
+ "description": "Schema entity data single record or collection.",
32283
32283
  "required": true
32284
32284
  },
32285
32285
  "columns": {
@@ -32630,7 +32630,7 @@
32630
32630
  "types": [
32631
32631
  "string"
32632
32632
  ],
32633
- "description": "Layer 2 visual treatment \u2014 mirrors the data-list / entity-table look enum so authors share one knob name across row renderers.",
32633
+ "description": "Layer 2 visual treatment mirrors the data-list / entity-table look enum so authors share one knob name across row renderers.",
32634
32634
  "enumValues": [
32635
32635
  "dense",
32636
32636
  "spacious",
@@ -32645,7 +32645,7 @@
32645
32645
  "heading": {
32646
32646
  "type": "heading",
32647
32647
  "category": "component",
32648
- "description": "Alias for typography \u2014 Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
32648
+ "description": "Alias for typography Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
32649
32649
  "suggestedFor": [
32650
32650
  "typography"
32651
32651
  ],
@@ -32799,7 +32799,7 @@
32799
32799
  "text": {
32800
32800
  "type": "text",
32801
32801
  "category": "component",
32802
- "description": "Alias for typography \u2014 Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
32802
+ "description": "Alias for typography Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
32803
32803
  "suggestedFor": [
32804
32804
  "typography"
32805
32805
  ],