@almadar/core 10.79.0 → 10.81.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 (34) hide show
  1. package/dist/builders.d.ts +3 -3
  2. package/dist/builders.js +39 -3
  3. package/dist/builders.js.map +1 -1
  4. package/dist/{effect-Mx_niZdY.d.ts → effect-BHoSW19_.d.ts} +259 -4
  5. package/dist/{entityAccess-C3_cjLNi.d.ts → entityAccess-0POr1WuY.d.ts} +1 -1
  6. package/dist/factory/index.d.ts +4 -4
  7. package/dist/factory/index.js +450 -164
  8. package/dist/factory/index.js.map +1 -1
  9. package/dist/factory-runtime/index.d.ts +3 -3
  10. package/dist/factory-runtime/index.js +39 -3
  11. package/dist/factory-runtime/index.js.map +1 -1
  12. package/dist/{index-B1N3gjT0.d.ts → index-rVlLkZJu.d.ts} +4 -4
  13. package/dist/index.d.ts +10 -10
  14. package/dist/index.js +1615 -574
  15. package/dist/index.js.map +1 -1
  16. package/dist/mock/index.d.ts +4 -4
  17. package/dist/mock/index.js +28 -0
  18. package/dist/mock/index.js.map +1 -1
  19. package/dist/patterns/component-mapping.json +11 -1
  20. package/dist/patterns/event-contracts.json +1 -1
  21. package/dist/patterns/index.d.ts +2707 -652
  22. package/dist/patterns/index.js +1441 -569
  23. package/dist/patterns/index.js.map +1 -1
  24. package/dist/patterns/integrators-registry.json +1004 -402
  25. package/dist/patterns/patterns-registry.json +423 -165
  26. package/dist/patterns/registry.json +423 -165
  27. package/dist/patterns/services-registry.json +1171 -424
  28. package/dist/{schema-CkTuSx6F.d.ts → schema-CkTTGH6l.d.ts} +38 -38
  29. package/dist/{trait-B1fI0lTU.d.ts → trait-D269f6pt.d.ts} +32 -2
  30. package/dist/types/index.d.ts +5 -5
  31. package/dist/types/index.js +175 -4
  32. package/dist/types/index.js.map +1 -1
  33. package/dist/{types-B53Myv7U.d.ts → types-7PHjoE7m.d.ts} +2 -2
  34. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-09-02T02:13:40.776Z",
3
+ "exportedAt": "2026-09-03T03:26:05.097Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -261,10 +261,6 @@
261
261
  "placement": {
262
262
  "types": [
263
263
  "string"
264
- ],
265
- "enumValues": [
266
- "row",
267
- "bulk"
268
264
  ]
269
265
  },
270
266
  "icon": {
@@ -276,13 +272,6 @@
276
272
  "variant": {
277
273
  "types": [
278
274
  "string"
279
- ],
280
- "enumValues": [
281
- "default",
282
- "primary",
283
- "secondary",
284
- "ghost",
285
- "danger"
286
275
  ]
287
276
  },
288
277
  "onClick": {
@@ -659,12 +648,6 @@
659
648
  "placement": {
660
649
  "types": [
661
650
  "string"
662
- ],
663
- "enumValues": [
664
- "row",
665
- "bulk",
666
- "card",
667
- "footer"
668
651
  ]
669
652
  },
670
653
  "variant": {
@@ -1174,22 +1157,11 @@
1174
1157
  "placement": {
1175
1158
  "types": [
1176
1159
  "string"
1177
- ],
1178
- "enumValues": [
1179
- "card",
1180
- "footer",
1181
- "row"
1182
1160
  ]
1183
1161
  },
1184
1162
  "variant": {
1185
1163
  "types": [
1186
1164
  "string"
1187
- ],
1188
- "enumValues": [
1189
- "primary",
1190
- "secondary",
1191
- "ghost",
1192
- "danger"
1193
1165
  ]
1194
1166
  }
1195
1167
  },
@@ -2114,11 +2086,7 @@
2114
2086
  "types": [
2115
2087
  "string"
2116
2088
  ],
2117
- "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'.",
2118
- "enumValues": [
2119
- "create",
2120
- "edit"
2121
- ]
2089
+ "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'."
2122
2090
  },
2123
2091
  "fields": {
2124
2092
  "types": [
@@ -3041,11 +3009,7 @@
3041
3009
  "types": [
3042
3010
  "string"
3043
3011
  ],
3044
- "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'.",
3045
- "enumValues": [
3046
- "create",
3047
- "edit"
3048
- ]
3012
+ "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'."
3049
3013
  },
3050
3014
  "fields": {
3051
3015
  "types": [
@@ -5599,12 +5563,6 @@
5599
5563
  "mode": {
5600
5564
  "types": [
5601
5565
  "string"
5602
- ],
5603
- "enumValues": [
5604
- "search_or_create",
5605
- "create_multiple",
5606
- "select_one",
5607
- "update"
5608
5566
  ]
5609
5567
  },
5610
5568
  "parentField": {
@@ -6458,13 +6416,6 @@
6458
6416
  "string"
6459
6417
  ],
6460
6418
  "description": "Width (CSS value or preset size)",
6461
- "enumValues": [
6462
- "sm",
6463
- "md",
6464
- "lg",
6465
- "xl",
6466
- "full"
6467
- ],
6468
6419
  "default": "md"
6469
6420
  },
6470
6421
  "showCloseButton": {
@@ -8086,15 +8037,7 @@
8086
8037
  "types": [
8087
8038
  "string"
8088
8039
  ],
8089
- "description": "Semantic palette token or an arbitrary Tailwind color class.",
8090
- "enumValues": [
8091
- "primary",
8092
- "secondary",
8093
- "success",
8094
- "warning",
8095
- "error",
8096
- "muted"
8097
- ]
8040
+ "description": "Semantic palette token or an arbitrary Tailwind color class."
8098
8041
  },
8099
8042
  "animation": {
8100
8043
  "types": [
@@ -8435,13 +8378,20 @@
8435
8378
  "types": [
8436
8379
  "string"
8437
8380
  ],
8438
- "description": "Declarative event name for trait dispatch",
8381
+ "description": "Declarative event name for trait dispatch.",
8439
8382
  "kind": "event-ref",
8440
8383
  "emitPayloadSchema": [
8441
8384
  {
8442
8385
  "name": "value",
8443
8386
  "type": "string",
8444
- "required": true
8387
+ "required": true,
8388
+ "typeWhen": [
8389
+ {
8390
+ "knob": "inputType",
8391
+ "equals": "number",
8392
+ "type": "number"
8393
+ }
8394
+ ]
8445
8395
  }
8446
8396
  ]
8447
8397
  },
@@ -8730,8 +8680,26 @@
8730
8680
  "types": [
8731
8681
  "string"
8732
8682
  ],
8733
- "description": "Declarative event name for trait dispatch",
8734
- "kind": "event"
8683
+ "description": "Declarative event name for trait dispatch — emits `{ value }` on selection commit (same gestures as `onChange`).",
8684
+ "kind": "event-ref",
8685
+ "emitPayloadSchema": [
8686
+ {
8687
+ "name": "value",
8688
+ "type": "string",
8689
+ "required": true,
8690
+ "schema": {
8691
+ "types": [
8692
+ "string",
8693
+ "array"
8694
+ ],
8695
+ "items": {
8696
+ "types": [
8697
+ "string"
8698
+ ]
8699
+ }
8700
+ }
8701
+ }
8702
+ ]
8735
8703
  },
8736
8704
  "error": {
8737
8705
  "types": [
@@ -11051,7 +11019,8 @@
11051
11019
  ],
11052
11020
  "description": "Payload to include with the dispatched action event.",
11053
11021
  "payloadFor": "action",
11054
- "freeform": true
11022
+ "freeform": true,
11023
+ "eventPayloadBrand": true
11055
11024
  },
11056
11025
  "actions": {
11057
11026
  "types": [
@@ -11150,14 +11119,6 @@
11150
11119
  "string"
11151
11120
  ],
11152
11121
  "description": "Button position",
11153
- "enumValues": [
11154
- "bottom-right",
11155
- "bottom-left",
11156
- "bottom-center",
11157
- "top-right",
11158
- "top-left",
11159
- "top-center"
11160
- ],
11161
11122
  "default": "bottom-right"
11162
11123
  },
11163
11124
  "className": {
@@ -11354,13 +11315,20 @@
11354
11315
  "types": [
11355
11316
  "string"
11356
11317
  ],
11357
- "description": "Declarative event name for trait dispatch",
11318
+ "description": "Declarative event name for trait dispatch.",
11358
11319
  "kind": "event-ref",
11359
11320
  "emitPayloadSchema": [
11360
11321
  {
11361
11322
  "name": "value",
11362
11323
  "type": "string",
11363
- "required": true
11324
+ "required": true,
11325
+ "typeWhen": [
11326
+ {
11327
+ "knob": "inputType",
11328
+ "equals": "number",
11329
+ "type": "number"
11330
+ }
11331
+ ]
11364
11332
  }
11365
11333
  ]
11366
11334
  },
@@ -25622,14 +25590,6 @@
25622
25590
  "string"
25623
25591
  ],
25624
25592
  "description": "Semantic palette token or a raw CSS color value for the stroke.",
25625
- "enumValues": [
25626
- "primary",
25627
- "secondary",
25628
- "success",
25629
- "warning",
25630
- "error",
25631
- "muted"
25632
- ],
25633
25593
  "default": "primary"
25634
25594
  },
25635
25595
  "strokeWidth": {
@@ -26178,6 +26138,28 @@
26178
26138
  ],
26179
26139
  "description": "Accessible label/tooltip for the row hover action."
26180
26140
  },
26141
+ "onNodeReorder": {
26142
+ "types": [
26143
+ "function"
26144
+ ],
26145
+ "description": "Called when a row is dropped onto another, in flat `items` mode; carries the moved node's id, its new parent id (`null` for a root drop), and its index within the new parent's children. Presence-gated: binding this prop is what turns on row dragging.",
26146
+ "kind": "callback",
26147
+ "callbackArgs": [
26148
+ {
26149
+ "name": "id",
26150
+ "type": "string"
26151
+ },
26152
+ {
26153
+ "name": "newParentId",
26154
+ "type": "string"
26155
+ },
26156
+ {
26157
+ "name": "index",
26158
+ "type": "number"
26159
+ }
26160
+ ],
26161
+ "default": ""
26162
+ },
26181
26163
  "className": {
26182
26164
  "types": [
26183
26165
  "string"
@@ -26917,8 +26899,7 @@
26917
26899
  },
26918
26900
  "targetQuestionId": {
26919
26901
  "types": [
26920
- "string",
26921
- "unknown"
26902
+ "string"
26922
26903
  ]
26923
26904
  }
26924
26905
  },
@@ -26984,8 +26965,7 @@
26984
26965
  },
26985
26966
  "targetQuestionId": {
26986
26967
  "types": [
26987
- "string",
26988
- "unknown"
26968
+ "string"
26989
26969
  ]
26990
26970
  }
26991
26971
  },
@@ -27055,8 +27035,7 @@
27055
27035
  },
27056
27036
  "targetQuestionId": {
27057
27037
  "types": [
27058
- "string",
27059
- "unknown"
27038
+ "string"
27060
27039
  ]
27061
27040
  }
27062
27041
  },
@@ -27158,7 +27137,8 @@
27158
27137
  "types": [
27159
27138
  "object",
27160
27139
  "array"
27161
- ]
27140
+ ],
27141
+ "cyclic": true
27162
27142
  }
27163
27143
  }
27164
27144
  },
@@ -28161,12 +28141,6 @@
28161
28141
  "string"
28162
28142
  ],
28163
28143
  "description": "Size variant",
28164
- "enumValues": [
28165
- "sm",
28166
- "md",
28167
- "lg",
28168
- "xl"
28169
- ],
28170
28144
  "default": "md"
28171
28145
  },
28172
28146
  "shape": {
@@ -28174,11 +28148,6 @@
28174
28148
  "string"
28175
28149
  ],
28176
28150
  "description": "Shape variant",
28177
- "enumValues": [
28178
- "circle",
28179
- "rounded",
28180
- "square"
28181
- ],
28182
28151
  "default": "circle"
28183
28152
  },
28184
28153
  "variant": {
@@ -28186,11 +28155,6 @@
28186
28155
  "string"
28187
28156
  ],
28188
28157
  "description": "Visual variant",
28189
- "enumValues": [
28190
- "primary",
28191
- "secondary",
28192
- "ghost"
28193
- ],
28194
28158
  "default": "secondary"
28195
28159
  },
28196
28160
  "onPress": {
@@ -30461,15 +30425,7 @@
30461
30425
  "types": [
30462
30426
  "string"
30463
30427
  ],
30464
- "description": "Semantic palette token or a raw CSS color value. Defaults to 'primary'.",
30465
- "enumValues": [
30466
- "primary",
30467
- "secondary",
30468
- "success",
30469
- "warning",
30470
- "error",
30471
- "muted"
30472
- ]
30428
+ "description": "Semantic palette token or a raw CSS color value. Defaults to 'primary'."
30473
30429
  },
30474
30430
  "className": {
30475
30431
  "types": [
@@ -31263,12 +31219,7 @@
31263
31219
  "types": [
31264
31220
  "string"
31265
31221
  ],
31266
- "description": "Position of the HUD",
31267
- "enumValues": [
31268
- "top",
31269
- "bottom",
31270
- "corners"
31271
- ]
31222
+ "description": "Position of the HUD"
31272
31223
  },
31273
31224
  "stats": {
31274
31225
  "types": [
@@ -31565,11 +31516,6 @@
31565
31516
  "variant": {
31566
31517
  "types": [
31567
31518
  "string"
31568
- ],
31569
- "enumValues": [
31570
- "primary",
31571
- "secondary",
31572
- "ghost"
31573
31519
  ]
31574
31520
  },
31575
31521
  "disabled": {
@@ -31623,11 +31569,6 @@
31623
31569
  "variant": {
31624
31570
  "types": [
31625
31571
  "string"
31626
- ],
31627
- "enumValues": [
31628
- "primary",
31629
- "secondary",
31630
- "ghost"
31631
31572
  ]
31632
31573
  },
31633
31574
  "disabled": {
@@ -31684,11 +31625,6 @@
31684
31625
  "variant": {
31685
31626
  "types": [
31686
31627
  "string"
31687
- ],
31688
- "enumValues": [
31689
- "primary",
31690
- "secondary",
31691
- "ghost"
31692
31628
  ]
31693
31629
  },
31694
31630
  "disabled": {
@@ -32058,12 +31994,6 @@
32058
31994
  "string"
32059
31995
  ],
32060
31996
  "description": "Display format",
32061
- "enumValues": [
32062
- "number",
32063
- "hearts",
32064
- "bar",
32065
- "text"
32066
- ],
32067
31997
  "default": "number"
32068
31998
  },
32069
31999
  "icon": {
@@ -32078,11 +32008,6 @@
32078
32008
  "string"
32079
32009
  ],
32080
32010
  "description": "Size variant",
32081
- "enumValues": [
32082
- "sm",
32083
- "md",
32084
- "lg"
32085
- ],
32086
32011
  "default": "md"
32087
32012
  },
32088
32013
  "variant": {
@@ -32090,13 +32015,6 @@
32090
32015
  "string"
32091
32016
  ],
32092
32017
  "description": "Visual variant",
32093
- "enumValues": [
32094
- "default",
32095
- "primary",
32096
- "success",
32097
- "warning",
32098
- "danger"
32099
- ],
32100
32018
  "default": "default"
32101
32019
  },
32102
32020
  "className": {
@@ -35261,6 +35179,19 @@
35261
35179
  "string"
35262
35180
  ],
35263
35181
  "description": "Class for right/bottom pane"
35182
+ },
35183
+ "onRatioChange": {
35184
+ "types": [
35185
+ "function"
35186
+ ],
35187
+ "description": "Called with the new ratio while dragging. Providing this makes `ratio` controlled — the rendered split always tracks the prop instead of internal state, mirroring a controlled input. Omit for uncontrolled (self-tracked) behavior.",
35188
+ "kind": "callback",
35189
+ "callbackArgs": [
35190
+ {
35191
+ "name": "ratio",
35192
+ "type": "number"
35193
+ }
35194
+ ]
35264
35195
  }
35265
35196
  }
35266
35197
  },
@@ -36846,11 +36777,6 @@
36846
36777
  "format": {
36847
36778
  "types": [
36848
36779
  "string"
36849
- ],
36850
- "enumValues": [
36851
- "currency",
36852
- "percent",
36853
- "number"
36854
36780
  ]
36855
36781
  }
36856
36782
  },
@@ -38142,11 +38068,6 @@
38142
38068
  "variant": {
38143
38069
  "types": [
38144
38070
  "string"
38145
- ],
38146
- "enumValues": [
38147
- "primary",
38148
- "secondary",
38149
- "ghost"
38150
38071
  ]
38151
38072
  }
38152
38073
  },
@@ -42297,6 +42218,20 @@
42297
42218
  "description": "Draw numeric labels on grid lines (default false).",
42298
42219
  "default": false
42299
42220
  },
42221
+ "tickLabelFontSize": {
42222
+ "types": [
42223
+ "number"
42224
+ ],
42225
+ "description": "Font size in px for axis tick labels (default 10).",
42226
+ "default": 10
42227
+ },
42228
+ "labelFontSize": {
42229
+ "types": [
42230
+ "number"
42231
+ ],
42232
+ "description": "Base font size in px for all other canvas annotations (points, vectors, guides, curves, regions, angles, hops; default 12).",
42233
+ "default": 12
42234
+ },
42300
42235
  "showCurveLabels": {
42301
42236
  "types": [
42302
42237
  "boolean"
@@ -51677,6 +51612,329 @@
51677
51612
  "description": "className prop"
51678
51613
  }
51679
51614
  }
51615
+ },
51616
+ "floating-toolbar": {
51617
+ "type": "floating-toolbar",
51618
+ "category": "component",
51619
+ "tier": "molecules",
51620
+ "family": "core",
51621
+ "description": "FloatingToolbar component",
51622
+ "suggestedFor": [
51623
+ "floating",
51624
+ "toolbar",
51625
+ "floating toolbar"
51626
+ ],
51627
+ "typicalSize": "medium",
51628
+ "propsSchema": {
51629
+ "items": {
51630
+ "types": [
51631
+ "array"
51632
+ ],
51633
+ "description": "Tool items rendered as icon buttons",
51634
+ "required": true,
51635
+ "items": {
51636
+ "types": [
51637
+ "object"
51638
+ ],
51639
+ "properties": {
51640
+ "id": {
51641
+ "types": [
51642
+ "string"
51643
+ ]
51644
+ },
51645
+ "icon": {
51646
+ "types": [
51647
+ "icon",
51648
+ "string"
51649
+ ]
51650
+ },
51651
+ "label": {
51652
+ "types": [
51653
+ "string"
51654
+ ]
51655
+ },
51656
+ "event": {
51657
+ "types": [
51658
+ "string"
51659
+ ]
51660
+ },
51661
+ "action": {
51662
+ "types": [
51663
+ "string"
51664
+ ]
51665
+ },
51666
+ "actionPayload": {
51667
+ "types": [
51668
+ "object"
51669
+ ],
51670
+ "freeform": true,
51671
+ "eventPayloadBrand": true
51672
+ },
51673
+ "active": {
51674
+ "types": [
51675
+ "boolean"
51676
+ ]
51677
+ },
51678
+ "disabled": {
51679
+ "types": [
51680
+ "boolean"
51681
+ ]
51682
+ }
51683
+ },
51684
+ "required": [
51685
+ "id",
51686
+ "icon",
51687
+ "label"
51688
+ ]
51689
+ }
51690
+ },
51691
+ "position": {
51692
+ "types": [
51693
+ "string"
51694
+ ],
51695
+ "description": "Strip position within the app frame.",
51696
+ "enumValues": [
51697
+ "bottom-center",
51698
+ "bottom-left",
51699
+ "bottom-right"
51700
+ ],
51701
+ "default": "bottom-center"
51702
+ },
51703
+ "children": {
51704
+ "types": [
51705
+ "node"
51706
+ ],
51707
+ "description": "Custom cells appended after the items, separated by a divider"
51708
+ },
51709
+ "className": {
51710
+ "types": [
51711
+ "string"
51712
+ ],
51713
+ "description": "Additional CSS classes on the positioned root"
51714
+ }
51715
+ }
51716
+ },
51717
+ "dock-layout": {
51718
+ "type": "dock-layout",
51719
+ "category": "layout",
51720
+ "tier": "organisms",
51721
+ "family": "core",
51722
+ "description": "DockLayout component",
51723
+ "suggestedFor": [
51724
+ "dock",
51725
+ "layout",
51726
+ "dock layout"
51727
+ ],
51728
+ "typicalSize": "large",
51729
+ "propsSchema": {
51730
+ "rail": {
51731
+ "types": [
51732
+ "node"
51733
+ ],
51734
+ "description": "Fixed-width far-left vertical strip (e.g. an icon nav rail)."
51735
+ },
51736
+ "sidebar": {
51737
+ "types": [
51738
+ "node"
51739
+ ],
51740
+ "description": "Collapsible, resizable left sidebar."
51741
+ },
51742
+ "main": {
51743
+ "types": [
51744
+ "node"
51745
+ ],
51746
+ "description": "Required center region.",
51747
+ "required": true
51748
+ },
51749
+ "bottomPanel": {
51750
+ "types": [
51751
+ "node"
51752
+ ],
51753
+ "description": "Collapsible, resizable-height bottom panel."
51754
+ },
51755
+ "statusBar": {
51756
+ "types": [
51757
+ "node"
51758
+ ],
51759
+ "description": "Slim strip pinned to the bottom of the frame, below the bottom panel."
51760
+ },
51761
+ "secondarySidebar": {
51762
+ "types": [
51763
+ "node"
51764
+ ],
51765
+ "description": "Collapsible right sidebar."
51766
+ },
51767
+ "railWidth": {
51768
+ "types": [
51769
+ "number"
51770
+ ],
51771
+ "description": "Width of `rail` in pixels. @default 56",
51772
+ "default": 56
51773
+ },
51774
+ "secondarySidebarWidth": {
51775
+ "types": [
51776
+ "number"
51777
+ ],
51778
+ "description": "Width of `secondarySidebar` in pixels (fixed — not resizable). @default 280",
51779
+ "default": 280
51780
+ },
51781
+ "sidebarCollapsed": {
51782
+ "types": [
51783
+ "boolean"
51784
+ ],
51785
+ "description": "Whether `sidebar` is collapsed. @default false",
51786
+ "default": false
51787
+ },
51788
+ "onSidebarCollapsedChange": {
51789
+ "types": [
51790
+ "function"
51791
+ ],
51792
+ "description": "onSidebarCollapsedChange prop",
51793
+ "kind": "callback",
51794
+ "callbackArgs": [
51795
+ {
51796
+ "name": "collapsed",
51797
+ "type": "boolean"
51798
+ }
51799
+ ]
51800
+ },
51801
+ "sidebarWidth": {
51802
+ "types": [
51803
+ "number"
51804
+ ],
51805
+ "description": "Sidebar size as a SplitPane ratio (0-100, percentage of the sidebar/main split). @default 20",
51806
+ "default": 20
51807
+ },
51808
+ "onSidebarWidthChange": {
51809
+ "types": [
51810
+ "function"
51811
+ ],
51812
+ "description": "onSidebarWidthChange prop",
51813
+ "kind": "callback",
51814
+ "callbackArgs": [
51815
+ {
51816
+ "name": "width",
51817
+ "type": "number"
51818
+ }
51819
+ ]
51820
+ },
51821
+ "sidebarMinSize": {
51822
+ "types": [
51823
+ "number"
51824
+ ],
51825
+ "description": "Minimum sidebar size in pixels, forwarded to SplitPane's `minSize`. @default 160",
51826
+ "default": 160
51827
+ },
51828
+ "bottomPanelCollapsed": {
51829
+ "types": [
51830
+ "boolean"
51831
+ ],
51832
+ "description": "Whether `bottomPanel` is collapsed. @default false",
51833
+ "default": false
51834
+ },
51835
+ "onBottomPanelCollapsedChange": {
51836
+ "types": [
51837
+ "function"
51838
+ ],
51839
+ "description": "onBottomPanelCollapsedChange prop",
51840
+ "kind": "callback",
51841
+ "callbackArgs": [
51842
+ {
51843
+ "name": "collapsed",
51844
+ "type": "boolean"
51845
+ }
51846
+ ]
51847
+ },
51848
+ "bottomPanelHeight": {
51849
+ "types": [
51850
+ "number"
51851
+ ],
51852
+ "description": "Bottom panel size as a SplitPane ratio (0-100, percentage given to the panel). @default 30",
51853
+ "default": 30
51854
+ },
51855
+ "onBottomPanelHeightChange": {
51856
+ "types": [
51857
+ "function"
51858
+ ],
51859
+ "description": "onBottomPanelHeightChange prop",
51860
+ "kind": "callback",
51861
+ "callbackArgs": [
51862
+ {
51863
+ "name": "height",
51864
+ "type": "number"
51865
+ }
51866
+ ]
51867
+ },
51868
+ "bottomPanelMinSize": {
51869
+ "types": [
51870
+ "number"
51871
+ ],
51872
+ "description": "Minimum bottom panel size in pixels, forwarded to SplitPane's `minSize`. @default 120",
51873
+ "default": 120
51874
+ },
51875
+ "secondarySidebarCollapsed": {
51876
+ "types": [
51877
+ "boolean"
51878
+ ],
51879
+ "description": "Whether `secondarySidebar` is collapsed. @default false",
51880
+ "default": false
51881
+ },
51882
+ "onSecondarySidebarCollapsedChange": {
51883
+ "types": [
51884
+ "function"
51885
+ ],
51886
+ "description": "onSecondarySidebarCollapsedChange prop",
51887
+ "kind": "callback",
51888
+ "callbackArgs": [
51889
+ {
51890
+ "name": "collapsed",
51891
+ "type": "boolean"
51892
+ }
51893
+ ]
51894
+ },
51895
+ "className": {
51896
+ "types": [
51897
+ "string"
51898
+ ],
51899
+ "description": "Additional CSS classes on the root frame."
51900
+ },
51901
+ "railClassName": {
51902
+ "types": [
51903
+ "string"
51904
+ ],
51905
+ "description": "railClassName prop"
51906
+ },
51907
+ "sidebarClassName": {
51908
+ "types": [
51909
+ "string"
51910
+ ],
51911
+ "description": "sidebarClassName prop"
51912
+ },
51913
+ "mainClassName": {
51914
+ "types": [
51915
+ "string"
51916
+ ],
51917
+ "description": "mainClassName prop"
51918
+ },
51919
+ "bottomPanelClassName": {
51920
+ "types": [
51921
+ "string"
51922
+ ],
51923
+ "description": "bottomPanelClassName prop"
51924
+ },
51925
+ "statusBarClassName": {
51926
+ "types": [
51927
+ "string"
51928
+ ],
51929
+ "description": "statusBarClassName prop"
51930
+ },
51931
+ "secondarySidebarClassName": {
51932
+ "types": [
51933
+ "string"
51934
+ ],
51935
+ "description": "secondarySidebarClassName prop"
51936
+ }
51937
+ }
51680
51938
  }
51681
51939
  },
51682
51940
  "categories": [