@almadar/patterns 2.7.0 → 2.7.2

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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  var version$3 = "1.0.0";
2
- var exportedAt$3 = "2026-03-12T02:35:44.580Z";
2
+ var exportedAt$3 = "2026-03-16T01:48:20.029Z";
3
3
  var patterns = {
4
4
  "entity-table": {
5
5
  type: "entity-table",
@@ -92,20 +92,20 @@ var patterns = {
92
92
  },
93
93
  fields: {
94
94
  types: [
95
- "unknown"
95
+ "array"
96
96
  ],
97
97
  description: "Fields to display - accepts string[] or Column[] for unified interface. Alias for columns",
98
98
  required: true
99
99
  },
100
100
  columns: {
101
101
  types: [
102
- "unknown"
102
+ "array"
103
103
  ],
104
104
  description: "Columns can be Column objects or simple string field names"
105
105
  },
106
106
  itemActions: {
107
107
  types: [
108
- "unknown"
108
+ "array"
109
109
  ],
110
110
  description: "Item actions from generated code - maps to rowActions"
111
111
  },
@@ -153,7 +153,7 @@ var patterns = {
153
153
  },
154
154
  rowActions: {
155
155
  types: [
156
- "unknown"
156
+ "array"
157
157
  ],
158
158
  description: "Row actions"
159
159
  },
@@ -280,7 +280,7 @@ var patterns = {
280
280
  itemActions: {
281
281
  types: [
282
282
  "function",
283
- "unknown"
283
+ "array"
284
284
  ],
285
285
  description: "Item actions - schema-driven or function-based"
286
286
  },
@@ -316,14 +316,14 @@ var patterns = {
316
316
  },
317
317
  fields: {
318
318
  types: [
319
- "unknown"
319
+ "array"
320
320
  ],
321
321
  description: "Fields to display - accepts string[] or {key, header}[] for unified interface",
322
322
  required: true
323
323
  },
324
324
  fieldNames: {
325
325
  types: [
326
- "unknown"
326
+ "array"
327
327
  ],
328
328
  description: "Alias for fields - backwards compatibility"
329
329
  }
@@ -432,7 +432,7 @@ var patterns = {
432
432
  },
433
433
  gap: {
434
434
  types: [
435
- "cardgridgap"
435
+ "object"
436
436
  ],
437
437
  description: "Gap between cards"
438
438
  },
@@ -450,26 +450,26 @@ var patterns = {
450
450
  },
451
451
  fields: {
452
452
  types: [
453
- "unknown"
453
+ "array"
454
454
  ],
455
455
  description: "Fields to display - required for schema-driven rendering",
456
456
  required: true
457
457
  },
458
458
  fieldNames: {
459
459
  types: [
460
- "unknown"
460
+ "array"
461
461
  ],
462
462
  description: "Alias for fields - backwards compatibility"
463
463
  },
464
464
  columns: {
465
465
  types: [
466
- "unknown"
466
+ "array"
467
467
  ],
468
468
  description: "Alias for fields - backwards compatibility"
469
469
  },
470
470
  itemActions: {
471
471
  types: [
472
- "unknown"
472
+ "array"
473
473
  ],
474
474
  description: "Actions for each card item (schema-driven)"
475
475
  },
@@ -614,13 +614,13 @@ var patterns = {
614
614
  },
615
615
  sections: {
616
616
  types: [
617
- "unknown"
617
+ "array"
618
618
  ],
619
619
  description: "sections prop"
620
620
  },
621
621
  actions: {
622
622
  types: [
623
- "unknown"
623
+ "array"
624
624
  ],
625
625
  description: "Unified actions array - first action with variant='primary' is the main action"
626
626
  },
@@ -638,14 +638,14 @@ var patterns = {
638
638
  },
639
639
  fields: {
640
640
  types: [
641
- "unknown"
641
+ "array"
642
642
  ],
643
643
  description: "Fields to display - accepts string[], {key, header}[], or DetailField[]",
644
644
  required: true
645
645
  },
646
646
  fieldNames: {
647
647
  types: [
648
- "unknown"
648
+ "array"
649
649
  ],
650
650
  description: "Alias for fields - backwards compatibility"
651
651
  },
@@ -682,7 +682,7 @@ var patterns = {
682
682
  },
683
683
  displayFields: {
684
684
  types: [
685
- "unknown"
685
+ "array"
686
686
  ],
687
687
  description: "Display fields (alias for fields)"
688
688
  },
@@ -735,7 +735,7 @@ var patterns = {
735
735
  },
736
736
  breadcrumbs: {
737
737
  types: [
738
- "unknown"
738
+ "array"
739
739
  ],
740
740
  description: "Breadcrumbs"
741
741
  },
@@ -747,7 +747,7 @@ var patterns = {
747
747
  },
748
748
  actions: {
749
749
  types: [
750
- "unknown"
750
+ "array"
751
751
  ],
752
752
  description: "Actions array - first action with variant='primary' (or first action) is the main action"
753
753
  },
@@ -759,7 +759,7 @@ var patterns = {
759
759
  },
760
760
  error: {
761
761
  types: [
762
- "error"
762
+ "object"
763
763
  ],
764
764
  description: "Error state"
765
765
  },
@@ -851,8 +851,8 @@ var patterns = {
851
851
  entity: {
852
852
  types: [
853
853
  "string",
854
- "orbitalentity",
855
- "unknown"
854
+ "object",
855
+ "array"
856
856
  ],
857
857
  description: "Schema-based props"
858
858
  },
@@ -864,7 +864,7 @@ var patterns = {
864
864
  },
865
865
  fields: {
866
866
  types: [
867
- "unknown"
867
+ "array"
868
868
  ],
869
869
  description: "Fields definition (schema format) - accepts readonly for generated const arrays",
870
870
  required: true
@@ -884,7 +884,7 @@ var patterns = {
884
884
  },
885
885
  error: {
886
886
  types: [
887
- "error"
887
+ "object"
888
888
  ],
889
889
  description: "Error state"
890
890
  },
@@ -965,7 +965,6 @@ var patterns = {
965
965
  },
966
966
  evaluationContext: {
967
967
  types: [
968
- "formevaluationcontext",
969
968
  "object"
970
969
  ],
971
970
  description: "Context for S-expression evaluation - accepts flexible types from generated code"
@@ -1046,8 +1045,8 @@ var patterns = {
1046
1045
  entity: {
1047
1046
  types: [
1048
1047
  "string",
1049
- "orbitalentity",
1050
- "unknown"
1048
+ "object",
1049
+ "array"
1051
1050
  ],
1052
1051
  description: "Schema-based props"
1053
1052
  },
@@ -1059,7 +1058,7 @@ var patterns = {
1059
1058
  },
1060
1059
  fields: {
1061
1060
  types: [
1062
- "unknown"
1061
+ "array"
1063
1062
  ],
1064
1063
  description: "Fields definition (schema format) - accepts readonly for generated const arrays",
1065
1064
  required: true
@@ -1079,7 +1078,7 @@ var patterns = {
1079
1078
  },
1080
1079
  error: {
1081
1080
  types: [
1082
- "error"
1081
+ "object"
1083
1082
  ],
1084
1083
  description: "Error state"
1085
1084
  },
@@ -1160,7 +1159,6 @@ var patterns = {
1160
1159
  },
1161
1160
  evaluationContext: {
1162
1161
  types: [
1163
- "formevaluationcontext",
1164
1162
  "object"
1165
1163
  ],
1166
1164
  description: "Context for S-expression evaluation - accepts flexible types from generated code"
@@ -1281,7 +1279,7 @@ var patterns = {
1281
1279
  },
1282
1280
  filters: {
1283
1281
  types: [
1284
- "unknown"
1282
+ "array"
1285
1283
  ],
1286
1284
  description: "Filter definitions from schema",
1287
1285
  required: true
@@ -1669,7 +1667,7 @@ var patterns = {
1669
1667
  },
1670
1668
  error: {
1671
1669
  types: [
1672
- "error"
1670
+ "object"
1673
1671
  ],
1674
1672
  description: "Error state"
1675
1673
  },
@@ -1942,7 +1940,7 @@ var patterns = {
1942
1940
  propsSchema: {
1943
1941
  variant: {
1944
1942
  types: [
1945
- "toastvariant"
1943
+ "object"
1946
1944
  ],
1947
1945
  description: "Toast variant"
1948
1946
  },
@@ -2188,7 +2186,7 @@ var patterns = {
2188
2186
  },
2189
2187
  metrics: {
2190
2188
  types: [
2191
- "unknown"
2189
+ "array"
2192
2190
  ],
2193
2191
  description: "Metrics to display (schema format) - accepts readonly for compatibility with generated const arrays"
2194
2192
  },
@@ -2200,7 +2198,7 @@ var patterns = {
2200
2198
  },
2201
2199
  sparklineData: {
2202
2200
  types: [
2203
- "unknown"
2201
+ "array"
2204
2202
  ],
2205
2203
  description: "Sparkline data points for an inline trend chart"
2206
2204
  }
@@ -2359,7 +2357,7 @@ var patterns = {
2359
2357
  },
2360
2358
  size: {
2361
2359
  types: [
2362
- "modalsize"
2360
+ "object"
2363
2361
  ],
2364
2362
  description: "size prop"
2365
2363
  },
@@ -2444,14 +2442,14 @@ var patterns = {
2444
2442
  },
2445
2443
  position: {
2446
2444
  types: [
2447
- "drawerposition"
2445
+ "object"
2448
2446
  ],
2449
2447
  description: "Position (left or right)"
2450
2448
  },
2451
2449
  width: {
2452
2450
  types: [
2453
2451
  "string",
2454
- "drawersize"
2452
+ "object"
2455
2453
  ],
2456
2454
  description: "Width (CSS value or preset size)"
2457
2455
  },
@@ -2562,13 +2560,13 @@ var patterns = {
2562
2560
  },
2563
2561
  variant: {
2564
2562
  types: [
2565
- "confirmdialogvariant"
2563
+ "object"
2566
2564
  ],
2567
2565
  description: "Dialog variant"
2568
2566
  },
2569
2567
  size: {
2570
2568
  types: [
2571
- "modalsize"
2569
+ "object"
2572
2570
  ],
2573
2571
  description: "Dialog size"
2574
2572
  },
@@ -2580,7 +2578,7 @@ var patterns = {
2580
2578
  },
2581
2579
  error: {
2582
2580
  types: [
2583
- "error"
2581
+ "object"
2584
2582
  ],
2585
2583
  description: "Error state"
2586
2584
  },
@@ -2675,43 +2673,43 @@ var patterns = {
2675
2673
  propsSchema: {
2676
2674
  padding: {
2677
2675
  types: [
2678
- "boxpadding"
2676
+ "object"
2679
2677
  ],
2680
2678
  description: "Padding on all sides"
2681
2679
  },
2682
2680
  paddingX: {
2683
2681
  types: [
2684
- "boxpadding"
2682
+ "object"
2685
2683
  ],
2686
2684
  description: "Horizontal padding (overrides padding for x-axis)"
2687
2685
  },
2688
2686
  paddingY: {
2689
2687
  types: [
2690
- "boxpadding"
2688
+ "object"
2691
2689
  ],
2692
2690
  description: "Vertical padding (overrides padding for y-axis)"
2693
2691
  },
2694
2692
  margin: {
2695
2693
  types: [
2696
- "boxmargin"
2694
+ "object"
2697
2695
  ],
2698
2696
  description: "Margin on all sides"
2699
2697
  },
2700
2698
  marginX: {
2701
2699
  types: [
2702
- "boxmargin"
2700
+ "object"
2703
2701
  ],
2704
2702
  description: "Horizontal margin"
2705
2703
  },
2706
2704
  marginY: {
2707
2705
  types: [
2708
- "boxmargin"
2706
+ "object"
2709
2707
  ],
2710
2708
  description: "Vertical margin"
2711
2709
  },
2712
2710
  bg: {
2713
2711
  types: [
2714
- "boxbg"
2712
+ "object"
2715
2713
  ],
2716
2714
  description: "Background color"
2717
2715
  },
@@ -2723,13 +2721,13 @@ var patterns = {
2723
2721
  },
2724
2722
  rounded: {
2725
2723
  types: [
2726
- "boxrounded"
2724
+ "object"
2727
2725
  ],
2728
2726
  description: "Border radius"
2729
2727
  },
2730
2728
  shadow: {
2731
2729
  types: [
2732
- "boxshadow"
2730
+ "object"
2733
2731
  ],
2734
2732
  description: "Box shadow"
2735
2733
  },
@@ -2765,7 +2763,7 @@ var patterns = {
2765
2763
  },
2766
2764
  as: {
2767
2765
  types: [
2768
- "react.elementtype"
2766
+ "object"
2769
2767
  ],
2770
2768
  description: "HTML element to render as"
2771
2769
  },
@@ -2803,8 +2801,7 @@ var patterns = {
2803
2801
  propsSchema: {
2804
2802
  cols: {
2805
2803
  types: [
2806
- "gridcols",
2807
- "responsivegridcols"
2804
+ "object"
2808
2805
  ],
2809
2806
  description: "Number of columns (can be responsive object)"
2810
2807
  },
@@ -2816,31 +2813,31 @@ var patterns = {
2816
2813
  },
2817
2814
  gap: {
2818
2815
  types: [
2819
- "gridgap"
2816
+ "object"
2820
2817
  ],
2821
2818
  description: "Gap between items"
2822
2819
  },
2823
2820
  rowGap: {
2824
2821
  types: [
2825
- "gridgap"
2822
+ "object"
2826
2823
  ],
2827
2824
  description: "Row gap (overrides gap for rows)"
2828
2825
  },
2829
2826
  colGap: {
2830
2827
  types: [
2831
- "gridgap"
2828
+ "object"
2832
2829
  ],
2833
2830
  description: "Column gap (overrides gap for columns)"
2834
2831
  },
2835
2832
  alignItems: {
2836
2833
  types: [
2837
- "gridalign"
2834
+ "object"
2838
2835
  ],
2839
2836
  description: "Align items on block axis"
2840
2837
  },
2841
2838
  justifyItems: {
2842
2839
  types: [
2843
- "gridjustify"
2840
+ "object"
2844
2841
  ],
2845
2842
  description: "Justify items on inline axis"
2846
2843
  },
@@ -2871,7 +2868,7 @@ var patterns = {
2871
2868
  },
2872
2869
  as: {
2873
2870
  types: [
2874
- "react.elementtype"
2871
+ "object"
2875
2872
  ],
2876
2873
  description: "HTML element to render as"
2877
2874
  }
@@ -2947,7 +2944,7 @@ var patterns = {
2947
2944
  },
2948
2945
  as: {
2949
2946
  types: [
2950
- "react.elementtype"
2947
+ "object"
2951
2948
  ],
2952
2949
  description: "HTML element to render as"
2953
2950
  }
@@ -2966,7 +2963,7 @@ var patterns = {
2966
2963
  propsSchema: {
2967
2964
  size: {
2968
2965
  types: [
2969
- "spacersize"
2966
+ "object"
2970
2967
  ],
2971
2968
  description: "Fixed size (auto = flex grow)"
2972
2969
  },
@@ -2997,7 +2994,7 @@ var patterns = {
2997
2994
  propsSchema: {
2998
2995
  orientation: {
2999
2996
  types: [
3000
- "dividerorientation"
2997
+ "object"
3001
2998
  ],
3002
2999
  description: "Orientation of the divider @default 'horizontal'"
3003
3000
  },
@@ -3009,7 +3006,7 @@ var patterns = {
3009
3006
  },
3010
3007
  variant: {
3011
3008
  types: [
3012
- "dividervariant"
3009
+ "object"
3013
3010
  ],
3014
3011
  description: "Line style variant @default 'solid'"
3015
3012
  },
@@ -3039,19 +3036,19 @@ var patterns = {
3039
3036
  },
3040
3037
  stats: {
3041
3038
  types: [
3042
- "unknown"
3039
+ "array"
3043
3040
  ],
3044
3041
  description: "Stats to display - accepts readonly for compatibility with generated const arrays"
3045
3042
  },
3046
3043
  items: {
3047
3044
  types: [
3048
- "unknown"
3045
+ "array"
3049
3046
  ],
3050
3047
  description: "Alias for stats (schema compatibility)"
3051
3048
  },
3052
3049
  elements: {
3053
3050
  types: [
3054
- "unknown"
3051
+ "array"
3055
3052
  ],
3056
3053
  description: "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility."
3057
3054
  },
@@ -3100,13 +3097,13 @@ var patterns = {
3100
3097
  },
3101
3098
  options: {
3102
3099
  types: [
3103
- "unknown"
3100
+ "array"
3104
3101
  ],
3105
3102
  description: "Menu options - accepts readonly for compatibility with generated const arrays"
3106
3103
  },
3107
3104
  menuItems: {
3108
3105
  types: [
3109
- "unknown"
3106
+ "array"
3110
3107
  ],
3111
3108
  description: "Alias for options (schema compatibility)"
3112
3109
  },
@@ -3118,7 +3115,7 @@ var patterns = {
3118
3115
  },
3119
3116
  eventBus: {
3120
3117
  types: [
3121
- "eventbuscontexttype"
3118
+ "object"
3122
3119
  ],
3123
3120
  description: "Event bus for emitting UI events (optional, uses hook if not provided)"
3124
3121
  },
@@ -3192,7 +3189,7 @@ var patterns = {
3192
3189
  },
3193
3190
  eventBus: {
3194
3191
  types: [
3195
- "eventbuscontexttype"
3192
+ "object"
3196
3193
  ],
3197
3194
  description: "Event bus for emitting UI events (optional, uses hook if not provided)"
3198
3195
  },
@@ -3331,7 +3328,7 @@ var patterns = {
3331
3328
  propsSchema: {
3332
3329
  dialogue: {
3333
3330
  types: [
3334
- "dialoguenode"
3331
+ "object"
3335
3332
  ],
3336
3333
  description: "Current dialogue node to display",
3337
3334
  required: true
@@ -3420,6 +3417,24 @@ var patterns = {
3420
3417
  "string"
3421
3418
  ],
3422
3419
  description: "Additional CSS classes"
3420
+ },
3421
+ mode: {
3422
+ types: [
3423
+ "string"
3424
+ ],
3425
+ description: "Display mode: floating (fixed overlay) or inline (block element)"
3426
+ },
3427
+ defaultTab: {
3428
+ types: [
3429
+ "string"
3430
+ ],
3431
+ description: "Default active tab id"
3432
+ },
3433
+ schema: {
3434
+ types: [
3435
+ "object"
3436
+ ],
3437
+ description: "Raw schema for EventDispatcherTab payload extraction"
3423
3438
  }
3424
3439
  }
3425
3440
  },
@@ -3436,13 +3451,13 @@ var patterns = {
3436
3451
  propsSchema: {
3437
3452
  variant: {
3438
3453
  types: [
3439
- "buttonvariant"
3454
+ "object"
3440
3455
  ],
3441
3456
  description: "variant prop"
3442
3457
  },
3443
3458
  size: {
3444
3459
  types: [
3445
- "buttonsize"
3460
+ "object"
3446
3461
  ],
3447
3462
  description: "size prop"
3448
3463
  },
@@ -3454,29 +3469,35 @@ var patterns = {
3454
3469
  },
3455
3470
  leftIcon: {
3456
3471
  types: [
3457
- "node"
3472
+ "node",
3473
+ "icon",
3474
+ "string"
3458
3475
  ],
3459
- description: "Left icon as ReactNode (preferred)"
3476
+ description: "Left icon as ReactNode, Lucide component, or string name (e.g. \"plus\", \"trash\")"
3460
3477
  },
3461
3478
  rightIcon: {
3462
3479
  types: [
3463
- "node"
3480
+ "node",
3481
+ "icon",
3482
+ "string"
3464
3483
  ],
3465
- description: "Right icon as ReactNode (preferred)"
3484
+ description: "Right icon as ReactNode, Lucide component, or string name"
3466
3485
  },
3467
3486
  icon: {
3468
3487
  types: [
3488
+ "node",
3469
3489
  "icon",
3470
3490
  "string"
3471
3491
  ],
3472
- description: "Left icon as Lucide icon component or string name (e.g. \"plus\", \"trash\")"
3492
+ description: "Alias for leftIcon"
3473
3493
  },
3474
3494
  iconRight: {
3475
3495
  types: [
3496
+ "node",
3476
3497
  "icon",
3477
3498
  "string"
3478
3499
  ],
3479
- description: "Right icon as Lucide icon component or string name"
3500
+ description: "Alias for rightIcon"
3480
3501
  },
3481
3502
  action: {
3482
3503
  types: [
@@ -3511,13 +3532,13 @@ var patterns = {
3511
3532
  propsSchema: {
3512
3533
  variant: {
3513
3534
  types: [
3514
- "badgevariant"
3535
+ "object"
3515
3536
  ],
3516
3537
  description: "variant prop"
3517
3538
  },
3518
3539
  size: {
3519
3540
  types: [
3520
- "badgesize"
3541
+ "object"
3521
3542
  ],
3522
3543
  description: "size prop"
3523
3544
  },
@@ -3584,13 +3605,13 @@ var patterns = {
3584
3605
  },
3585
3606
  size: {
3586
3607
  types: [
3587
- "avatarsize"
3608
+ "object"
3588
3609
  ],
3589
3610
  description: "Size of the avatar @default 'md'"
3590
3611
  },
3591
3612
  status: {
3592
3613
  types: [
3593
- "avatarstatus"
3614
+ "object"
3594
3615
  ],
3595
3616
  description: "Status indicator"
3596
3617
  },
@@ -3652,7 +3673,7 @@ var patterns = {
3652
3673
  },
3653
3674
  size: {
3654
3675
  types: [
3655
- "iconsize"
3676
+ "object"
3656
3677
  ],
3657
3678
  description: "Size of the icon"
3658
3679
  },
@@ -3664,7 +3685,7 @@ var patterns = {
3664
3685
  },
3665
3686
  animation: {
3666
3687
  types: [
3667
- "iconanimation"
3688
+ "object"
3668
3689
  ],
3669
3690
  description: "Animation type"
3670
3691
  },
@@ -3809,15 +3830,21 @@ var patterns = {
3809
3830
  ],
3810
3831
  description: "Maximum value (for calculating percentage) @default 100"
3811
3832
  },
3833
+ progressType: {
3834
+ types: [
3835
+ "object"
3836
+ ],
3837
+ description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
3838
+ },
3812
3839
  variant: {
3813
3840
  types: [
3814
- "progressbarvariant"
3841
+ "object"
3815
3842
  ],
3816
3843
  description: "Variant/color of the progress bar @default 'primary'"
3817
3844
  },
3818
3845
  color: {
3819
3846
  types: [
3820
- "progressbarcolor"
3847
+ "object"
3821
3848
  ],
3822
3849
  description: "Color variant (alias for variant) @default 'primary'"
3823
3850
  },
@@ -3856,12 +3883,6 @@ var patterns = {
3856
3883
  "string"
3857
3884
  ],
3858
3885
  description: "Additional CSS classes"
3859
- },
3860
- progressType: {
3861
- types: [
3862
- "progressbartype"
3863
- ],
3864
- description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
3865
3886
  }
3866
3887
  }
3867
3888
  },
@@ -3877,7 +3898,7 @@ var patterns = {
3877
3898
  propsSchema: {
3878
3899
  size: {
3879
3900
  types: [
3880
- "spinnersize"
3901
+ "object"
3881
3902
  ],
3882
3903
  description: "size prop"
3883
3904
  }
@@ -3894,6 +3915,12 @@ var patterns = {
3894
3915
  ],
3895
3916
  typicalSize: "tiny",
3896
3917
  propsSchema: {
3918
+ inputType: {
3919
+ types: [
3920
+ "string"
3921
+ ],
3922
+ description: "Input type - supports 'select' and 'textarea' in addition to standard types"
3923
+ },
3897
3924
  error: {
3898
3925
  types: [
3899
3926
  "string"
@@ -3944,15 +3971,9 @@ var patterns = {
3944
3971
  },
3945
3972
  onChange: {
3946
3973
  types: [
3947
- "react.changeeventhandler"
3974
+ "object"
3948
3975
  ],
3949
3976
  description: "onChange handler - accepts events from input, select, or textarea"
3950
- },
3951
- inputType: {
3952
- types: [
3953
- "string"
3954
- ],
3955
- description: "Input type - supports 'select' and 'textarea' in addition to standard types"
3956
3977
  }
3957
3978
  }
3958
3979
  },
@@ -4167,7 +4188,7 @@ var patterns = {
4167
4188
  },
4168
4189
  variant: {
4169
4190
  types: [
4170
- "alertvariant"
4191
+ "object"
4171
4192
  ],
4172
4193
  description: "variant prop"
4173
4194
  },
@@ -4242,7 +4263,7 @@ var patterns = {
4242
4263
  },
4243
4264
  position: {
4244
4265
  types: [
4245
- "tooltipposition"
4266
+ "object"
4246
4267
  ],
4247
4268
  description: "Tooltip position"
4248
4269
  },
@@ -4299,13 +4320,13 @@ var patterns = {
4299
4320
  },
4300
4321
  position: {
4301
4322
  types: [
4302
- "popoverposition"
4323
+ "object"
4303
4324
  ],
4304
4325
  description: "Popover position @default 'bottom'"
4305
4326
  },
4306
4327
  trigger: {
4307
4328
  types: [
4308
- "popovertrigger"
4329
+ "object"
4309
4330
  ],
4310
4331
  description: "Trigger type @default 'click'"
4311
4332
  },
@@ -4350,7 +4371,7 @@ var patterns = {
4350
4371
  },
4351
4372
  position: {
4352
4373
  types: [
4353
- "menuposition"
4374
+ "object"
4354
4375
  ],
4355
4376
  description: "Menu position"
4356
4377
  },
@@ -4436,19 +4457,19 @@ var patterns = {
4436
4457
  propsSchema: {
4437
4458
  size: {
4438
4459
  types: [
4439
- "containersize"
4460
+ "object"
4440
4461
  ],
4441
4462
  description: "Maximum width"
4442
4463
  },
4443
4464
  maxWidth: {
4444
4465
  types: [
4445
- "containersize"
4466
+ "object"
4446
4467
  ],
4447
4468
  description: "Alias for size (pattern compatibility)"
4448
4469
  },
4449
4470
  padding: {
4450
4471
  types: [
4451
- "containerpadding"
4472
+ "object"
4452
4473
  ],
4453
4474
  description: "Horizontal padding"
4454
4475
  },
@@ -4472,7 +4493,7 @@ var patterns = {
4472
4493
  },
4473
4494
  as: {
4474
4495
  types: [
4475
- "react.elementtype"
4496
+ "object"
4476
4497
  ],
4477
4498
  description: "HTML element to render as"
4478
4499
  }
@@ -4510,7 +4531,7 @@ var patterns = {
4510
4531
  },
4511
4532
  gap: {
4512
4533
  types: [
4513
- "simplegridgap"
4534
+ "object"
4514
4535
  ],
4515
4536
  description: "Gap between items"
4516
4537
  },
@@ -4661,13 +4682,13 @@ var patterns = {
4661
4682
  propsSchema: {
4662
4683
  condition: {
4663
4684
  types: [
4664
- "sexpr"
4685
+ "object"
4665
4686
  ],
4666
4687
  description: "The S-expression condition to evaluate"
4667
4688
  },
4668
4689
  context: {
4669
4690
  types: [
4670
- "conditionalcontext"
4691
+ "object"
4671
4692
  ],
4672
4693
  description: "Context for evaluating the condition",
4673
4694
  required: true
@@ -4707,7 +4728,7 @@ var patterns = {
4707
4728
  propsSchema: {
4708
4729
  reference: {
4709
4730
  types: [
4710
- "lawreference"
4731
+ "object"
4711
4732
  ],
4712
4733
  description: "The law reference to display",
4713
4734
  required: true
@@ -4785,25 +4806,25 @@ var patterns = {
4785
4806
  propsSchema: {
4786
4807
  direction: {
4787
4808
  types: [
4788
- "stackdirection"
4809
+ "object"
4789
4810
  ],
4790
4811
  description: "Stack direction"
4791
4812
  },
4792
4813
  gap: {
4793
4814
  types: [
4794
- "stackgap"
4815
+ "object"
4795
4816
  ],
4796
4817
  description: "Gap between children"
4797
4818
  },
4798
4819
  align: {
4799
4820
  types: [
4800
- "stackalign"
4821
+ "object"
4801
4822
  ],
4802
4823
  description: "Align items on the cross axis"
4803
4824
  },
4804
4825
  justify: {
4805
4826
  types: [
4806
- "stackjustify"
4827
+ "object"
4807
4828
  ],
4808
4829
  description: "Justify items on the main axis"
4809
4830
  },
@@ -4845,7 +4866,7 @@ var patterns = {
4845
4866
  },
4846
4867
  as: {
4847
4868
  types: [
4848
- "react.elementtype"
4869
+ "object"
4849
4870
  ],
4850
4871
  description: "HTML element to render as"
4851
4872
  },
@@ -4906,7 +4927,7 @@ var patterns = {
4906
4927
  propsSchema: {
4907
4928
  highlightType: {
4908
4929
  types: [
4909
- "highlighttype"
4930
+ "object"
4910
4931
  ],
4911
4932
  description: "Type of highlight (determines color)",
4912
4933
  required: true
@@ -5010,7 +5031,7 @@ var patterns = {
5010
5031
  propsSchema: {
5011
5032
  variant: {
5012
5033
  types: [
5013
- "typographyvariant"
5034
+ "object"
5014
5035
  ],
5015
5036
  description: "Typography variant"
5016
5037
  },
@@ -5040,7 +5061,7 @@ var patterns = {
5040
5061
  },
5041
5062
  size: {
5042
5063
  types: [
5043
- "typographysize"
5064
+ "object"
5044
5065
  ],
5045
5066
  description: "Font size override"
5046
5067
  },
@@ -5418,19 +5439,19 @@ var patterns = {
5418
5439
  },
5419
5440
  primary: {
5420
5441
  types: [
5421
- "readonly"
5442
+ "object"
5422
5443
  ],
5423
5444
  description: "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects"
5424
5445
  },
5425
5446
  secondary: {
5426
5447
  types: [
5427
- "unknown"
5448
+ "array"
5428
5449
  ],
5429
5450
  description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays"
5430
5451
  },
5431
5452
  variant: {
5432
5453
  types: [
5433
- "buttongroupvariant"
5454
+ "object"
5434
5455
  ],
5435
5456
  description: "Visual variant @default 'default'"
5436
5457
  },
@@ -5454,7 +5475,7 @@ var patterns = {
5454
5475
  },
5455
5476
  filters: {
5456
5477
  types: [
5457
- "unknown"
5478
+ "array"
5458
5479
  ],
5459
5480
  description: "Filter definitions for filter-group pattern"
5460
5481
  }
@@ -5471,31 +5492,31 @@ var patterns = {
5471
5492
  propsSchema: {
5472
5493
  direction: {
5473
5494
  types: [
5474
- "flexdirection"
5495
+ "object"
5475
5496
  ],
5476
5497
  description: "Flex direction"
5477
5498
  },
5478
5499
  wrap: {
5479
5500
  types: [
5480
- "flexwrap"
5501
+ "object"
5481
5502
  ],
5482
5503
  description: "Flex wrap"
5483
5504
  },
5484
5505
  align: {
5485
5506
  types: [
5486
- "flexalign"
5507
+ "object"
5487
5508
  ],
5488
5509
  description: "Align items"
5489
5510
  },
5490
5511
  justify: {
5491
5512
  types: [
5492
- "flexjustify"
5513
+ "object"
5493
5514
  ],
5494
5515
  description: "Justify content"
5495
5516
  },
5496
5517
  gap: {
5497
5518
  types: [
5498
- "flexgap"
5519
+ "object"
5499
5520
  ],
5500
5521
  description: "Gap between items"
5501
5522
  },
@@ -5541,7 +5562,7 @@ var patterns = {
5541
5562
  },
5542
5563
  as: {
5543
5564
  types: [
5544
- "react.elementtype"
5565
+ "object"
5545
5566
  ],
5546
5567
  description: "HTML element to render as"
5547
5568
  }
@@ -5787,7 +5808,7 @@ var patterns = {
5787
5808
  },
5788
5809
  options: {
5789
5810
  types: [
5790
- "unknown"
5811
+ "array"
5791
5812
  ],
5792
5813
  description: "Available options - accepts readonly for compatibility with generated const arrays",
5793
5814
  required: true
@@ -5938,7 +5959,7 @@ var patterns = {
5938
5959
  propsSchema: {
5939
5960
  violation: {
5940
5961
  types: [
5941
- "violationrecord"
5962
+ "object"
5942
5963
  ],
5943
5964
  description: "Violation data",
5944
5965
  required: true
@@ -6180,13 +6201,13 @@ var patterns = {
6180
6201
  },
6181
6202
  variant: {
6182
6203
  types: [
6183
- "buttonvariant"
6204
+ "object"
6184
6205
  ],
6185
6206
  description: "variant prop"
6186
6207
  },
6187
6208
  size: {
6188
6209
  types: [
6189
- "buttonsize"
6210
+ "object"
6190
6211
  ],
6191
6212
  description: "size prop"
6192
6213
  },
@@ -6202,6 +6223,12 @@ var patterns = {
6202
6223
  ],
6203
6224
  description: "onClick prop"
6204
6225
  },
6226
+ event: {
6227
+ types: [
6228
+ "string"
6229
+ ],
6230
+ description: "event prop"
6231
+ },
6205
6232
  icon: {
6206
6233
  types: [
6207
6234
  "string"
@@ -6235,7 +6262,7 @@ var patterns = {
6235
6262
  propsSchema: {
6236
6263
  component: {
6237
6264
  types: [
6238
- "allowedcustomcomponent"
6265
+ "object"
6239
6266
  ],
6240
6267
  description: "Element type to render",
6241
6268
  required: true
@@ -6321,7 +6348,7 @@ var patterns = {
6321
6348
  },
6322
6349
  error: {
6323
6350
  types: [
6324
- "error"
6351
+ "object"
6325
6352
  ],
6326
6353
  description: "Error state"
6327
6354
  },
@@ -6358,13 +6385,13 @@ var patterns = {
6358
6385
  },
6359
6386
  position: {
6360
6387
  types: [
6361
- "drawerposition"
6388
+ "object"
6362
6389
  ],
6363
6390
  description: "Drawer position"
6364
6391
  },
6365
6392
  size: {
6366
6393
  types: [
6367
- "drawersize"
6394
+ "object"
6368
6395
  ],
6369
6396
  description: "Drawer size"
6370
6397
  },
@@ -6382,7 +6409,7 @@ var patterns = {
6382
6409
  },
6383
6410
  error: {
6384
6411
  types: [
6385
- "error"
6412
+ "object"
6386
6413
  ],
6387
6414
  description: "Error state"
6388
6415
  },
@@ -6519,7 +6546,7 @@ var patterns = {
6519
6546
  },
6520
6547
  error: {
6521
6548
  types: [
6522
- "error"
6549
+ "object"
6523
6550
  ],
6524
6551
  description: "Error state (closed circuit)"
6525
6552
  },
@@ -6568,7 +6595,7 @@ var patterns = {
6568
6595
  },
6569
6596
  error: {
6570
6597
  types: [
6571
- "error"
6598
+ "object"
6572
6599
  ],
6573
6600
  description: "Error state"
6574
6601
  },
@@ -6623,7 +6650,7 @@ var patterns = {
6623
6650
  },
6624
6651
  error: {
6625
6652
  types: [
6626
- "error"
6653
+ "object"
6627
6654
  ],
6628
6655
  description: "Error state"
6629
6656
  },
@@ -6671,7 +6698,7 @@ var patterns = {
6671
6698
  },
6672
6699
  error: {
6673
6700
  types: [
6674
- "error"
6701
+ "object"
6675
6702
  ],
6676
6703
  description: "Error state"
6677
6704
  },
@@ -6744,7 +6771,7 @@ var patterns = {
6744
6771
  },
6745
6772
  error: {
6746
6773
  types: [
6747
- "error"
6774
+ "object"
6748
6775
  ],
6749
6776
  description: "Error state"
6750
6777
  },
@@ -6785,13 +6812,13 @@ var patterns = {
6785
6812
  },
6786
6813
  padding: {
6787
6814
  types: [
6788
- "sectionpadding"
6815
+ "object"
6789
6816
  ],
6790
6817
  description: "Padding amount"
6791
6818
  },
6792
6819
  variant: {
6793
6820
  types: [
6794
- "sectionvariant"
6821
+ "object"
6795
6822
  ],
6796
6823
  description: "Visual variant"
6797
6824
  },
@@ -6828,7 +6855,7 @@ var patterns = {
6828
6855
  },
6829
6856
  as: {
6830
6857
  types: [
6831
- "react.elementtype"
6858
+ "object"
6832
6859
  ],
6833
6860
  description: "HTML element to render as"
6834
6861
  },
@@ -6840,7 +6867,7 @@ var patterns = {
6840
6867
  },
6841
6868
  error: {
6842
6869
  types: [
6843
- "error"
6870
+ "object"
6844
6871
  ],
6845
6872
  description: "Error state"
6846
6873
  },
@@ -7031,13 +7058,13 @@ var patterns = {
7031
7058
  propsSchema: {
7032
7059
  ratio: {
7033
7060
  types: [
7034
- "splitratio"
7061
+ "object"
7035
7062
  ],
7036
7063
  description: "Size ratio between left and right panels"
7037
7064
  },
7038
7065
  gap: {
7039
7066
  types: [
7040
- "splitgap"
7067
+ "object"
7041
7068
  ],
7042
7069
  description: "Gap between panels"
7043
7070
  },
@@ -7085,7 +7112,7 @@ var patterns = {
7085
7112
  },
7086
7113
  children: {
7087
7114
  types: [
7088
- "unknown"
7115
+ "array"
7089
7116
  ],
7090
7117
  description: "Exactly two children: [left, right]",
7091
7118
  required: true
@@ -7098,7 +7125,7 @@ var patterns = {
7098
7125
  },
7099
7126
  error: {
7100
7127
  types: [
7101
- "error"
7128
+ "object"
7102
7129
  ],
7103
7130
  description: "Error state"
7104
7131
  },
@@ -7157,7 +7184,7 @@ var patterns = {
7157
7184
  },
7158
7185
  sortDirection: {
7159
7186
  types: [
7160
- "sortdirection"
7187
+ "object"
7161
7188
  ],
7162
7189
  description: "Current sort direction (display hint)"
7163
7190
  },
@@ -7291,7 +7318,7 @@ var patterns = {
7291
7318
  },
7292
7319
  variant: {
7293
7320
  types: [
7294
- "toastvariant"
7321
+ "object"
7295
7322
  ],
7296
7323
  description: "Toast variant"
7297
7324
  },
@@ -7321,7 +7348,7 @@ var patterns = {
7321
7348
  },
7322
7349
  error: {
7323
7350
  types: [
7324
- "error"
7351
+ "object"
7325
7352
  ],
7326
7353
  description: "Error state"
7327
7354
  },
@@ -7350,6 +7377,12 @@ var patterns = {
7350
7377
  ],
7351
7378
  description: "Include HUD slots"
7352
7379
  },
7380
+ hudMode: {
7381
+ types: [
7382
+ "string"
7383
+ ],
7384
+ description: "HUD positioning mode: 'fixed' (default, viewport-relative) or 'inline' (container-relative, uses sticky)"
7385
+ },
7353
7386
  includeFloating: {
7354
7387
  types: [
7355
7388
  "boolean"
@@ -7370,7 +7403,7 @@ var patterns = {
7370
7403
  },
7371
7404
  error: {
7372
7405
  types: [
7373
- "error"
7406
+ "object"
7374
7407
  ],
7375
7408
  description: "Error state"
7376
7409
  },
@@ -7383,7 +7416,7 @@ var patterns = {
7383
7416
  suspense: {
7384
7417
  types: [
7385
7418
  "boolean",
7386
- "suspenseconfig"
7419
+ "object"
7387
7420
  ],
7388
7421
  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."
7389
7422
  }
@@ -7607,13 +7640,13 @@ var patterns = {
7607
7640
  },
7608
7641
  size: {
7609
7642
  types: [
7610
- "countersize"
7643
+ "object"
7611
7644
  ],
7612
7645
  description: "Counter display size"
7613
7646
  },
7614
7647
  variant: {
7615
7648
  types: [
7616
- "countervariant"
7649
+ "object"
7617
7650
  ],
7618
7651
  description: "Template variant"
7619
7652
  }
@@ -7877,19 +7910,19 @@ var patterns = {
7877
7910
  },
7878
7911
  chartType: {
7879
7912
  types: [
7880
- "charttype"
7913
+ "object"
7881
7914
  ],
7882
7915
  description: "Chart type"
7883
7916
  },
7884
7917
  series: {
7885
7918
  types: [
7886
- "unknown"
7919
+ "array"
7887
7920
  ],
7888
7921
  description: "Data series"
7889
7922
  },
7890
7923
  data: {
7891
7924
  types: [
7892
- "unknown"
7925
+ "array"
7893
7926
  ],
7894
7927
  description: "Simple data (single series shorthand)"
7895
7928
  },
@@ -7913,7 +7946,7 @@ var patterns = {
7913
7946
  },
7914
7947
  actions: {
7915
7948
  types: [
7916
- "unknown"
7949
+ "array"
7917
7950
  ],
7918
7951
  description: "Actions for chart interactions"
7919
7952
  },
@@ -7931,7 +7964,7 @@ var patterns = {
7931
7964
  },
7932
7965
  error: {
7933
7966
  types: [
7934
- "error"
7967
+ "object"
7935
7968
  ],
7936
7969
  description: "Error state"
7937
7970
  },
@@ -7988,13 +8021,13 @@ var patterns = {
7988
8021
  },
7989
8022
  variant: {
7990
8023
  types: [
7991
- "metervariant"
8024
+ "object"
7992
8025
  ],
7993
8026
  description: "Display variant"
7994
8027
  },
7995
8028
  thresholds: {
7996
8029
  types: [
7997
- "unknown"
8030
+ "array"
7998
8031
  ],
7999
8032
  description: "Color thresholds"
8000
8033
  },
@@ -8018,7 +8051,7 @@ var patterns = {
8018
8051
  },
8019
8052
  actions: {
8020
8053
  types: [
8021
- "unknown"
8054
+ "array"
8022
8055
  ],
8023
8056
  description: "Actions"
8024
8057
  },
@@ -8036,7 +8069,7 @@ var patterns = {
8036
8069
  },
8037
8070
  error: {
8038
8071
  types: [
8039
- "error"
8072
+ "object"
8040
8073
  ],
8041
8074
  description: "Error state"
8042
8075
  },
@@ -8146,20 +8179,20 @@ var patterns = {
8146
8179
  },
8147
8180
  items: {
8148
8181
  types: [
8149
- "unknown"
8182
+ "array"
8150
8183
  ],
8151
8184
  description: "Timeline items"
8152
8185
  },
8153
8186
  fields: {
8154
8187
  types: [
8155
- "unknown"
8188
+ "array"
8156
8189
  ],
8157
8190
  description: "Fields to display",
8158
8191
  required: true
8159
8192
  },
8160
8193
  itemActions: {
8161
8194
  types: [
8162
- "unknown"
8195
+ "array"
8163
8196
  ],
8164
8197
  description: "Actions per item"
8165
8198
  }
@@ -8263,7 +8296,7 @@ var patterns = {
8263
8296
  },
8264
8297
  items: {
8265
8298
  types: [
8266
- "unknown"
8299
+ "array"
8267
8300
  ],
8268
8301
  description: "Media items"
8269
8302
  },
@@ -8281,7 +8314,7 @@ var patterns = {
8281
8314
  },
8282
8315
  selectedItems: {
8283
8316
  types: [
8284
- "unknown"
8317
+ "array"
8285
8318
  ],
8286
8319
  description: "Selected item IDs"
8287
8320
  },
@@ -8299,7 +8332,7 @@ var patterns = {
8299
8332
  },
8300
8333
  actions: {
8301
8334
  types: [
8302
- "unknown"
8335
+ "array"
8303
8336
  ],
8304
8337
  description: "Actions"
8305
8338
  },
@@ -8397,7 +8430,7 @@ var patterns = {
8397
8430
  },
8398
8431
  error: {
8399
8432
  types: [
8400
- "error"
8433
+ "object"
8401
8434
  ],
8402
8435
  description: "Error state"
8403
8436
  },
@@ -8441,7 +8474,7 @@ var patterns = {
8441
8474
  },
8442
8475
  documentType: {
8443
8476
  types: [
8444
- "documenttype"
8477
+ "object"
8445
8478
  ],
8446
8479
  description: "Document type"
8447
8480
  },
@@ -8484,13 +8517,13 @@ var patterns = {
8484
8517
  },
8485
8518
  actions: {
8486
8519
  types: [
8487
- "unknown"
8520
+ "array"
8488
8521
  ],
8489
8522
  description: "Actions"
8490
8523
  },
8491
8524
  documents: {
8492
8525
  types: [
8493
- "unknown"
8526
+ "array"
8494
8527
  ],
8495
8528
  description: "Multiple documents (tabbed view)"
8496
8529
  },
@@ -8508,7 +8541,7 @@ var patterns = {
8508
8541
  },
8509
8542
  error: {
8510
8543
  types: [
8511
- "error"
8544
+ "object"
8512
8545
  ],
8513
8546
  description: "Error state"
8514
8547
  },
@@ -8540,13 +8573,13 @@ var patterns = {
8540
8573
  },
8541
8574
  nodes: {
8542
8575
  types: [
8543
- "unknown"
8576
+ "array"
8544
8577
  ],
8545
8578
  description: "Graph nodes"
8546
8579
  },
8547
8580
  edges: {
8548
8581
  types: [
8549
- "unknown"
8582
+ "array"
8550
8583
  ],
8551
8584
  description: "Graph edges"
8552
8585
  },
@@ -8576,7 +8609,7 @@ var patterns = {
8576
8609
  },
8577
8610
  actions: {
8578
8611
  types: [
8579
- "unknown"
8612
+ "array"
8580
8613
  ],
8581
8614
  description: "Actions"
8582
8615
  },
@@ -8612,7 +8645,7 @@ var patterns = {
8612
8645
  },
8613
8646
  error: {
8614
8647
  types: [
8615
- "error"
8648
+ "object"
8616
8649
  ],
8617
8650
  description: "Error state"
8618
8651
  },
@@ -8656,7 +8689,7 @@ var patterns = {
8656
8689
  },
8657
8690
  diff: {
8658
8691
  types: [
8659
- "unknown"
8692
+ "array"
8660
8693
  ],
8661
8694
  description: "Diff lines (for diff mode)"
8662
8695
  },
@@ -8674,7 +8707,7 @@ var patterns = {
8674
8707
  },
8675
8708
  mode: {
8676
8709
  types: [
8677
- "codeviewermode"
8710
+ "object"
8678
8711
  ],
8679
8712
  description: "Display mode"
8680
8713
  },
@@ -8705,13 +8738,13 @@ var patterns = {
8705
8738
  },
8706
8739
  files: {
8707
8740
  types: [
8708
- "unknown"
8741
+ "array"
8709
8742
  ],
8710
8743
  description: "Multiple files (tabbed view)"
8711
8744
  },
8712
8745
  actions: {
8713
8746
  types: [
8714
- "unknown"
8747
+ "array"
8715
8748
  ],
8716
8749
  description: "Actions"
8717
8750
  },
@@ -8729,7 +8762,7 @@ var patterns = {
8729
8762
  },
8730
8763
  error: {
8731
8764
  types: [
8732
- "error"
8765
+ "object"
8733
8766
  ],
8734
8767
  description: "Error state"
8735
8768
  },
@@ -8754,7 +8787,7 @@ var patterns = {
8754
8787
  propsSchema: {
8755
8788
  actionType: {
8756
8789
  types: [
8757
- "combatactiontype"
8790
+ "object"
8758
8791
  ],
8759
8792
  description: "The type of combat action to visualise",
8760
8793
  required: true
@@ -8811,7 +8844,7 @@ var patterns = {
8811
8844
  },
8812
8845
  error: {
8813
8846
  types: [
8814
- "error"
8847
+ "object"
8815
8848
  ],
8816
8849
  description: "Error state"
8817
8850
  },
@@ -8829,7 +8862,7 @@ var patterns = {
8829
8862
  },
8830
8863
  assetManifest: {
8831
8864
  types: [
8832
- "effectassetmanifest"
8865
+ "object"
8833
8866
  ],
8834
8867
  description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
8835
8868
  },
@@ -8872,7 +8905,7 @@ var patterns = {
8872
8905
  },
8873
8906
  error: {
8874
8907
  types: [
8875
- "error"
8908
+ "object"
8876
8909
  ],
8877
8910
  description: "Error state"
8878
8911
  },
@@ -9210,7 +9243,7 @@ var patterns = {
9210
9243
  propsSchema: {
9211
9244
  entity: {
9212
9245
  types: [
9213
- "battleentity"
9246
+ "object"
9214
9247
  ],
9215
9248
  description: "Entity containing all board data",
9216
9249
  required: true
@@ -9368,7 +9401,7 @@ var patterns = {
9368
9401
  propsSchema: {
9369
9402
  entity: {
9370
9403
  types: [
9371
- "castleentity"
9404
+ "object"
9372
9405
  ],
9373
9406
  description: "Castle entity data",
9374
9407
  required: true
@@ -9520,13 +9553,13 @@ var patterns = {
9520
9553
  },
9521
9554
  orientation: {
9522
9555
  types: [
9523
- "maporientation"
9556
+ "object"
9524
9557
  ],
9525
9558
  description: "Map orientation"
9526
9559
  },
9527
9560
  cameraMode: {
9528
9561
  types: [
9529
- "cameramode"
9562
+ "object"
9530
9563
  ],
9531
9564
  description: "Camera mode"
9532
9565
  },
@@ -9550,7 +9583,7 @@ var patterns = {
9550
9583
  },
9551
9584
  overlay: {
9552
9585
  types: [
9553
- "overlaycontrol"
9586
+ "object"
9554
9587
  ],
9555
9588
  description: "Overlay control mode"
9556
9589
  },
@@ -9604,25 +9637,25 @@ var patterns = {
9604
9637
  },
9605
9638
  assetLoader: {
9606
9639
  types: [
9607
- "assetloader"
9640
+ "object"
9608
9641
  ],
9609
9642
  description: "Asset loader instance (uses global singleton if not provided)"
9610
9643
  },
9611
9644
  tileRenderer: {
9612
9645
  types: [
9613
- "react.fc"
9646
+ "object"
9614
9647
  ],
9615
9648
  description: "Custom tile renderer component"
9616
9649
  },
9617
9650
  unitRenderer: {
9618
9651
  types: [
9619
- "react.fc"
9652
+ "object"
9620
9653
  ],
9621
9654
  description: "Custom unit renderer component"
9622
9655
  },
9623
9656
  featureRenderer: {
9624
9657
  types: [
9625
- "react.fc"
9658
+ "object"
9626
9659
  ],
9627
9660
  description: "Custom feature renderer component"
9628
9661
  },
@@ -9995,19 +10028,19 @@ var patterns = {
9995
10028
  propsSchema: {
9996
10029
  mode: {
9997
10030
  types: [
9998
- "cameramode"
10031
+ "object"
9999
10032
  ],
10000
10033
  description: "Camera mode"
10001
10034
  },
10002
10035
  position: {
10003
10036
  types: [
10004
- "unknown"
10037
+ "array"
10005
10038
  ],
10006
10039
  description: "Initial camera position"
10007
10040
  },
10008
10041
  target: {
10009
10042
  types: [
10010
- "unknown"
10043
+ "array"
10011
10044
  ],
10012
10045
  description: "Target to look at"
10013
10046
  },
@@ -10085,7 +10118,7 @@ var patterns = {
10085
10118
  },
10086
10119
  directionalPosition: {
10087
10120
  types: [
10088
- "unknown"
10121
+ "array"
10089
10122
  ],
10090
10123
  description: "Directional light position"
10091
10124
  },
@@ -10260,20 +10293,20 @@ var patterns = {
10260
10293
  },
10261
10294
  position: {
10262
10295
  types: [
10263
- "unknown"
10296
+ "array"
10264
10297
  ],
10265
10298
  description: "Position [x, y, z]"
10266
10299
  },
10267
10300
  scale: {
10268
10301
  types: [
10269
10302
  "number",
10270
- "unknown"
10303
+ "array"
10271
10304
  ],
10272
10305
  description: "Scale - either a single number or [x, y, z]"
10273
10306
  },
10274
10307
  rotation: {
10275
10308
  types: [
10276
- "unknown"
10309
+ "array"
10277
10310
  ],
10278
10311
  description: "Rotation in degrees [x, y, z]"
10279
10312
  },
@@ -10354,13 +10387,13 @@ var patterns = {
10354
10387
  },
10355
10388
  initialPosition: {
10356
10389
  types: [
10357
- "unknown"
10390
+ "array"
10358
10391
  ],
10359
10392
  description: "Initial position [x, y, z]"
10360
10393
  },
10361
10394
  initialVelocity: {
10362
10395
  types: [
10363
- "unknown"
10396
+ "array"
10364
10397
  ],
10365
10398
  description: "Initial velocity [vx, vy, vz]"
10366
10399
  },
@@ -10385,7 +10418,7 @@ var patterns = {
10385
10418
  scale: {
10386
10419
  types: [
10387
10420
  "number",
10388
- "unknown"
10421
+ "array"
10389
10422
  ],
10390
10423
  description: "Model scale"
10391
10424
  },
@@ -11112,7 +11145,7 @@ var patterns = {
11112
11145
  propsSchema: {
11113
11146
  variant: {
11114
11147
  types: [
11115
- "skeletonvariant"
11148
+ "object"
11116
11149
  ],
11117
11150
  description: "The skeleton variant to render"
11118
11151
  },
@@ -11156,7 +11189,7 @@ var patterns = {
11156
11189
  propsSchema: {
11157
11190
  manifest: {
11158
11191
  types: [
11159
- "audiomanifest"
11192
+ "object"
11160
11193
  ],
11161
11194
  description: "Sound manifest — keys mapped to SoundEntry definitions",
11162
11195
  required: true
@@ -11194,7 +11227,7 @@ var patterns = {
11194
11227
  },
11195
11228
  error: {
11196
11229
  types: [
11197
- "error"
11230
+ "object"
11198
11231
  ],
11199
11232
  description: "error prop"
11200
11233
  },
@@ -11238,7 +11271,7 @@ var patterns = {
11238
11271
  },
11239
11272
  error: {
11240
11273
  types: [
11241
- "error"
11274
+ "object"
11242
11275
  ],
11243
11276
  description: "Error state (passed through)"
11244
11277
  },
@@ -11270,7 +11303,7 @@ var patterns = {
11270
11303
  },
11271
11304
  equippedItem: {
11272
11305
  types: [
11273
- "slotitemdata"
11306
+ "object"
11274
11307
  ],
11275
11308
  description: "Currently equipped item, if any"
11276
11309
  },
@@ -11330,7 +11363,7 @@ var patterns = {
11330
11363
  },
11331
11364
  error: {
11332
11365
  types: [
11333
- "error"
11366
+ "object"
11334
11367
  ],
11335
11368
  description: "Error state"
11336
11369
  },
@@ -11404,7 +11437,7 @@ var patterns = {
11404
11437
  propsSchema: {
11405
11438
  trait: {
11406
11439
  types: [
11407
- "traitstatemachinedefinition"
11440
+ "object"
11408
11441
  ],
11409
11442
  description: "The trait / state machine to visualize",
11410
11443
  required: true
@@ -11453,7 +11486,7 @@ var patterns = {
11453
11486
  },
11454
11487
  error: {
11455
11488
  types: [
11456
- "error"
11489
+ "object"
11457
11490
  ],
11458
11491
  description: "Error state"
11459
11492
  },
@@ -11802,13 +11835,13 @@ var patterns = {
11802
11835
  },
11803
11836
  schema: {
11804
11837
  types: [
11805
- "smschema"
11838
+ "object"
11806
11839
  ],
11807
11840
  description: "Full schema — extracts first trait's state machine"
11808
11841
  },
11809
11842
  trait: {
11810
11843
  types: [
11811
- "smtrait"
11844
+ "object"
11812
11845
  ],
11813
11846
  description: "Or pass a single trait directly"
11814
11847
  },
@@ -11924,7 +11957,7 @@ var patterns = {
11924
11957
  },
11925
11958
  layoutData: {
11926
11959
  types: [
11927
- "domlayoutdata"
11960
+ "object"
11928
11961
  ],
11929
11962
  description: "layoutData prop",
11930
11963
  required: true
@@ -12029,7 +12062,7 @@ var patterns = {
12029
12062
  },
12030
12063
  chapter: {
12031
12064
  types: [
12032
- "bookchapter"
12065
+ "object"
12033
12066
  ],
12034
12067
  description: "chapter prop",
12035
12068
  required: true
@@ -12491,7 +12524,7 @@ var patterns = {
12491
12524
  },
12492
12525
  fieldMap: {
12493
12526
  types: [
12494
- "bookfieldmap",
12527
+ "object",
12495
12528
  "string"
12496
12529
  ],
12497
12530
  description: "Field name translation map — a BookFieldMap object or locale key (\"ar\")"
@@ -12588,7 +12621,7 @@ var patterns = {
12588
12621
  preset: {
12589
12622
  types: [
12590
12623
  "string",
12591
- "physicspreset"
12624
+ "object"
12592
12625
  ],
12593
12626
  description: "preset prop",
12594
12627
  required: true
@@ -12785,7 +12818,7 @@ var patterns = {
12785
12818
  propsSchema: {
12786
12819
  entity: {
12787
12820
  types: [
12788
- "builderpuzzleentity"
12821
+ "object"
12789
12822
  ],
12790
12823
  description: "entity prop",
12791
12824
  required: true
@@ -12811,7 +12844,7 @@ var patterns = {
12811
12844
  propsSchema: {
12812
12845
  entity: {
12813
12846
  types: [
12814
- "classifierpuzzleentity"
12847
+ "object"
12815
12848
  ],
12816
12849
  description: "entity prop",
12817
12850
  required: true
@@ -12837,7 +12870,7 @@ var patterns = {
12837
12870
  propsSchema: {
12838
12871
  entity: {
12839
12872
  types: [
12840
- "debuggerpuzzleentity"
12873
+ "object"
12841
12874
  ],
12842
12875
  description: "entity prop",
12843
12876
  required: true
@@ -12864,7 +12897,7 @@ var patterns = {
12864
12897
  propsSchema: {
12865
12898
  entity: {
12866
12899
  types: [
12867
- "eventhandlerpuzzleentity"
12900
+ "object"
12868
12901
  ],
12869
12902
  description: "Puzzle data",
12870
12903
  required: true
@@ -12941,7 +12974,7 @@ var patterns = {
12941
12974
  propsSchema: {
12942
12975
  object: {
12943
12976
  types: [
12944
- "puzzleobjectdef"
12977
+ "object"
12945
12978
  ],
12946
12979
  description: "The selected object",
12947
12980
  required: true
@@ -12980,7 +13013,7 @@ var patterns = {
12980
13013
  propsSchema: {
12981
13014
  rule: {
12982
13015
  types: [
12983
- "ruledefinition"
13016
+ "object"
12984
13017
  ],
12985
13018
  description: "The current rule",
12986
13019
  required: true
@@ -13039,7 +13072,7 @@ var patterns = {
13039
13072
  propsSchema: {
13040
13073
  entity: {
13041
13074
  types: [
13042
- "negotiatorpuzzleentity"
13075
+ "object"
13043
13076
  ],
13044
13077
  description: "entity prop",
13045
13078
  required: true
@@ -13121,7 +13154,7 @@ var patterns = {
13121
13154
  propsSchema: {
13122
13155
  action: {
13123
13156
  types: [
13124
- "slotitemdata"
13157
+ "object"
13125
13158
  ],
13126
13159
  description: "The action data",
13127
13160
  required: true
@@ -13236,7 +13269,7 @@ var patterns = {
13236
13269
  propsSchema: {
13237
13270
  entity: {
13238
13271
  types: [
13239
- "sequencerpuzzleentity"
13272
+ "object"
13240
13273
  ],
13241
13274
  description: "Puzzle data",
13242
13275
  required: true
@@ -13280,7 +13313,7 @@ var patterns = {
13280
13313
  propsSchema: {
13281
13314
  entity: {
13282
13315
  types: [
13283
- "simulatorpuzzleentity"
13316
+ "object"
13284
13317
  ],
13285
13318
  description: "entity prop",
13286
13319
  required: true
@@ -13345,7 +13378,7 @@ var patterns = {
13345
13378
  propsSchema: {
13346
13379
  entity: {
13347
13380
  types: [
13348
- "statearchitectpuzzleentity"
13381
+ "object"
13349
13382
  ],
13350
13383
  description: "Puzzle data",
13351
13384
  required: true
@@ -13531,7 +13564,7 @@ var patterns = {
13531
13564
  propsSchema: {
13532
13565
  date: {
13533
13566
  types: [
13534
- "date"
13567
+ "object"
13535
13568
  ],
13536
13569
  description: "The date this cell represents",
13537
13570
  required: true
@@ -13653,7 +13686,7 @@ var patterns = {
13653
13686
  propsSchema: {
13654
13687
  weekStart: {
13655
13688
  types: [
13656
- "date"
13689
+ "object"
13657
13690
  ],
13658
13691
  description: "Start of the week (defaults to current week's Monday)"
13659
13692
  },
@@ -14022,7 +14055,7 @@ var patterns = {
14022
14055
  },
14023
14056
  size: {
14024
14057
  types: [
14025
- "dotsize"
14058
+ "object"
14026
14059
  ],
14027
14060
  description: "Dot size"
14028
14061
  }
@@ -14041,27 +14074,28 @@ var patterns = {
14041
14074
  propsSchema: {
14042
14075
  entity: {
14043
14076
  types: [
14044
- "unknown"
14077
+ "unknown",
14078
+ "array"
14045
14079
  ],
14046
14080
  description: "Entity data array",
14047
14081
  required: true
14048
14082
  },
14049
14083
  fields: {
14050
14084
  types: [
14051
- "unknown"
14085
+ "array"
14052
14086
  ],
14053
14087
  description: "Field definitions for rendering each card",
14054
14088
  required: true
14055
14089
  },
14056
14090
  columns: {
14057
14091
  types: [
14058
- "unknown"
14092
+ "array"
14059
14093
  ],
14060
14094
  description: "Alias for fields (compiler generates `columns` for field definitions)"
14061
14095
  },
14062
14096
  itemActions: {
14063
14097
  types: [
14064
- "unknown"
14098
+ "array"
14065
14099
  ],
14066
14100
  description: "Per-item action buttons"
14067
14101
  },
@@ -14097,7 +14131,7 @@ var patterns = {
14097
14131
  },
14098
14132
  error: {
14099
14133
  types: [
14100
- "error"
14134
+ "object"
14101
14135
  ],
14102
14136
  description: "Error state"
14103
14137
  },
@@ -14164,27 +14198,28 @@ var patterns = {
14164
14198
  propsSchema: {
14165
14199
  entity: {
14166
14200
  types: [
14167
- "unknown"
14201
+ "unknown",
14202
+ "array"
14168
14203
  ],
14169
14204
  description: "Entity data array",
14170
14205
  required: true
14171
14206
  },
14172
14207
  fields: {
14173
14208
  types: [
14174
- "unknown"
14209
+ "array"
14175
14210
  ],
14176
14211
  description: "Field definitions for rendering each row",
14177
14212
  required: true
14178
14213
  },
14179
14214
  columns: {
14180
14215
  types: [
14181
- "unknown"
14216
+ "array"
14182
14217
  ],
14183
14218
  description: "Alias for fields (compiler may generate `columns` for field definitions)"
14184
14219
  },
14185
14220
  itemActions: {
14186
14221
  types: [
14187
- "unknown"
14222
+ "array"
14188
14223
  ],
14189
14224
  description: "Per-item action buttons"
14190
14225
  },
@@ -14232,7 +14267,7 @@ var patterns = {
14232
14267
  },
14233
14268
  error: {
14234
14269
  types: [
14235
- "error"
14270
+ "object"
14236
14271
  ],
14237
14272
  description: "Error state"
14238
14273
  },
@@ -14256,7 +14291,7 @@ var patterns = {
14256
14291
  },
14257
14292
  swipeLeftActions: {
14258
14293
  types: [
14259
- "unknown"
14294
+ "array"
14260
14295
  ],
14261
14296
  description: "Actions revealed on left swipe"
14262
14297
  },
@@ -14268,7 +14303,7 @@ var patterns = {
14268
14303
  },
14269
14304
  swipeRightActions: {
14270
14305
  types: [
14271
- "unknown"
14306
+ "array"
14272
14307
  ],
14273
14308
  description: "Actions revealed on right swipe"
14274
14309
  },
@@ -14323,13 +14358,13 @@ var patterns = {
14323
14358
  propsSchema: {
14324
14359
  player: {
14325
14360
  types: [
14326
- "platformerplayer"
14361
+ "object"
14327
14362
  ],
14328
14363
  description: "Player state data"
14329
14364
  },
14330
14365
  platforms: {
14331
14366
  types: [
14332
- "unknown"
14367
+ "array"
14333
14368
  ],
14334
14369
  description: "Static platforms / level geometry"
14335
14370
  },
@@ -14565,7 +14600,7 @@ var patterns = {
14565
14600
  },
14566
14601
  size: {
14567
14602
  types: [
14568
- "rangeslidersize"
14603
+ "object"
14569
14604
  ],
14570
14605
  description: "Slider size"
14571
14606
  },
@@ -14614,7 +14649,7 @@ var patterns = {
14614
14649
  propsSchema: {
14615
14650
  status: {
14616
14651
  types: [
14617
- "statusdotstatus"
14652
+ "object"
14618
14653
  ],
14619
14654
  description: "Status determines the dot color"
14620
14655
  },
@@ -14626,7 +14661,7 @@ var patterns = {
14626
14661
  },
14627
14662
  size: {
14628
14663
  types: [
14629
- "statusdotsize"
14664
+ "object"
14630
14665
  ],
14631
14666
  description: "Dot size"
14632
14667
  },
@@ -14657,7 +14692,7 @@ var patterns = {
14657
14692
  },
14658
14693
  direction: {
14659
14694
  types: [
14660
- "trenddirection"
14695
+ "object"
14661
14696
  ],
14662
14697
  description: "Override automatic direction detection (positive=up, negative=down, zero=flat)"
14663
14698
  },
@@ -14681,7 +14716,7 @@ var patterns = {
14681
14716
  },
14682
14717
  size: {
14683
14718
  types: [
14684
- "trendindicatorsize"
14719
+ "object"
14685
14720
  ],
14686
14721
  description: "Size of the indicator"
14687
14722
  }
@@ -14784,7 +14819,7 @@ var patterns = {
14784
14819
  },
14785
14820
  size: {
14786
14821
  types: [
14787
- "numbersteppersize"
14822
+ "object"
14788
14823
  ],
14789
14824
  description: "Size variant"
14790
14825
  },
@@ -14857,13 +14892,13 @@ var patterns = {
14857
14892
  },
14858
14893
  precision: {
14859
14894
  types: [
14860
- "starratingprecision"
14895
+ "object"
14861
14896
  ],
14862
14897
  description: "Full or half-star precision"
14863
14898
  },
14864
14899
  size: {
14865
14900
  types: [
14866
- "starratingsize"
14901
+ "object"
14867
14902
  ],
14868
14903
  description: "Star size"
14869
14904
  },
@@ -15464,7 +15499,7 @@ var patterns = {
15464
15499
  },
15465
15500
  error: {
15466
15501
  types: [
15467
- "error"
15502
+ "object"
15468
15503
  ],
15469
15504
  description: "Error state"
15470
15505
  }
@@ -16677,7 +16712,7 @@ var patterns = {
16677
16712
  propsSchema: {
16678
16713
  variant: {
16679
16714
  types: [
16680
- "typographyvariant"
16715
+ "object"
16681
16716
  ],
16682
16717
  description: "Typography variant"
16683
16718
  },
@@ -16707,7 +16742,7 @@ var patterns = {
16707
16742
  },
16708
16743
  size: {
16709
16744
  types: [
16710
- "typographysize"
16745
+ "object"
16711
16746
  ],
16712
16747
  description: "Font size override"
16713
16748
  },
@@ -16772,7 +16807,7 @@ var patterns = {
16772
16807
  propsSchema: {
16773
16808
  variant: {
16774
16809
  types: [
16775
- "typographyvariant"
16810
+ "object"
16776
16811
  ],
16777
16812
  description: "Typography variant"
16778
16813
  },
@@ -16802,7 +16837,7 @@ var patterns = {
16802
16837
  },
16803
16838
  size: {
16804
16839
  types: [
16805
- "typographysize"
16840
+ "object"
16806
16841
  ],
16807
16842
  description: "Font size override"
16808
16843
  },
@@ -17605,7 +17640,7 @@ var integratorsRegistry = {
17605
17640
  };
17606
17641
 
17607
17642
  var version$1 = "1.0.0";
17608
- var exportedAt$1 = "2026-03-12T02:35:44.580Z";
17643
+ var exportedAt$1 = "2026-03-16T01:48:20.029Z";
17609
17644
  var mappings = {
17610
17645
  "page-header": {
17611
17646
  component: "PageHeader",
@@ -18833,7 +18868,7 @@ var componentMapping = {
18833
18868
  };
18834
18869
 
18835
18870
  var version = "1.0.0";
18836
- var exportedAt = "2026-03-12T02:35:44.580Z";
18871
+ var exportedAt = "2026-03-16T01:48:20.029Z";
18837
18872
  var contracts = {
18838
18873
  form: {
18839
18874
  emits: [
@@ -22994,6 +23029,18 @@ declare function getOrbAllowedPatterns(): Record<string, Array<{
22994
23029
  * Derives everything from the registry. No hardcoded pattern lists.
22995
23030
  */
22996
23031
  declare function getOrbAllowedPatternsCompact(): string;
23032
+ /**
23033
+ * Get a slim one-line-per-pattern catalog for Gate 3.5 pattern selection.
23034
+ * Format: "- pattern-name: one-line description"
23035
+ * Much smaller than the full compact reference (~800 tokens vs ~3,500).
23036
+ */
23037
+ declare function getOrbAllowedPatternsSlim(): string;
23038
+ /**
23039
+ * Get compact markdown reference for a filtered subset of patterns.
23040
+ * Used by Gate 4 after Gate 3.5 selects the relevant patterns.
23041
+ * Includes all props (not just top 5) since we're showing fewer patterns.
23042
+ */
23043
+ declare function getOrbAllowedPatternsFiltered(patternNames: string[]): string;
22997
23044
 
22998
23045
  /**
22999
23046
  * Pattern Recommender
@@ -25376,6 +25423,18 @@ declare const registry: {
25376
25423
  types: string[];
25377
25424
  description: string;
25378
25425
  };
25426
+ mode: {
25427
+ types: string[];
25428
+ description: string;
25429
+ };
25430
+ defaultTab: {
25431
+ types: string[];
25432
+ description: string;
25433
+ };
25434
+ schema: {
25435
+ types: string[];
25436
+ description: string;
25437
+ };
25379
25438
  };
25380
25439
  };
25381
25440
  button: {
@@ -25635,6 +25694,10 @@ declare const registry: {
25635
25694
  types: string[];
25636
25695
  description: string;
25637
25696
  };
25697
+ progressType: {
25698
+ types: string[];
25699
+ description: string;
25700
+ };
25638
25701
  variant: {
25639
25702
  types: string[];
25640
25703
  description: string;
@@ -25667,10 +25730,6 @@ declare const registry: {
25667
25730
  types: string[];
25668
25731
  description: string;
25669
25732
  };
25670
- progressType: {
25671
- types: string[];
25672
- description: string;
25673
- };
25674
25733
  };
25675
25734
  };
25676
25735
  spinner: {
@@ -25693,6 +25752,10 @@ declare const registry: {
25693
25752
  suggestedFor: string[];
25694
25753
  typicalSize: string;
25695
25754
  propsSchema: {
25755
+ inputType: {
25756
+ types: string[];
25757
+ description: string;
25758
+ };
25696
25759
  error: {
25697
25760
  types: string[];
25698
25761
  description: string;
@@ -25729,10 +25792,6 @@ declare const registry: {
25729
25792
  types: string[];
25730
25793
  description: string;
25731
25794
  };
25732
- inputType: {
25733
- types: string[];
25734
- description: string;
25735
- };
25736
25795
  };
25737
25796
  };
25738
25797
  textarea: {
@@ -27260,6 +27319,10 @@ declare const registry: {
27260
27319
  types: string[];
27261
27320
  description: string;
27262
27321
  };
27322
+ event: {
27323
+ types: string[];
27324
+ description: string;
27325
+ };
27263
27326
  icon: {
27264
27327
  types: string[];
27265
27328
  description: string;
@@ -28039,6 +28102,10 @@ declare const registry: {
28039
28102
  types: string[];
28040
28103
  description: string;
28041
28104
  };
28105
+ hudMode: {
28106
+ types: string[];
28107
+ description: string;
28108
+ };
28042
28109
  includeFloating: {
28043
28110
  types: string[];
28044
28111
  description: string;
@@ -36746,6 +36813,18 @@ declare const PATTERN_REGISTRY: {
36746
36813
  types: string[];
36747
36814
  description: string;
36748
36815
  };
36816
+ mode: {
36817
+ types: string[];
36818
+ description: string;
36819
+ };
36820
+ defaultTab: {
36821
+ types: string[];
36822
+ description: string;
36823
+ };
36824
+ schema: {
36825
+ types: string[];
36826
+ description: string;
36827
+ };
36749
36828
  };
36750
36829
  };
36751
36830
  button: {
@@ -37005,6 +37084,10 @@ declare const PATTERN_REGISTRY: {
37005
37084
  types: string[];
37006
37085
  description: string;
37007
37086
  };
37087
+ progressType: {
37088
+ types: string[];
37089
+ description: string;
37090
+ };
37008
37091
  variant: {
37009
37092
  types: string[];
37010
37093
  description: string;
@@ -37037,10 +37120,6 @@ declare const PATTERN_REGISTRY: {
37037
37120
  types: string[];
37038
37121
  description: string;
37039
37122
  };
37040
- progressType: {
37041
- types: string[];
37042
- description: string;
37043
- };
37044
37123
  };
37045
37124
  };
37046
37125
  spinner: {
@@ -37063,6 +37142,10 @@ declare const PATTERN_REGISTRY: {
37063
37142
  suggestedFor: string[];
37064
37143
  typicalSize: string;
37065
37144
  propsSchema: {
37145
+ inputType: {
37146
+ types: string[];
37147
+ description: string;
37148
+ };
37066
37149
  error: {
37067
37150
  types: string[];
37068
37151
  description: string;
@@ -37099,10 +37182,6 @@ declare const PATTERN_REGISTRY: {
37099
37182
  types: string[];
37100
37183
  description: string;
37101
37184
  };
37102
- inputType: {
37103
- types: string[];
37104
- description: string;
37105
- };
37106
37185
  };
37107
37186
  };
37108
37187
  textarea: {
@@ -38630,6 +38709,10 @@ declare const PATTERN_REGISTRY: {
38630
38709
  types: string[];
38631
38710
  description: string;
38632
38711
  };
38712
+ event: {
38713
+ types: string[];
38714
+ description: string;
38715
+ };
38633
38716
  icon: {
38634
38717
  types: string[];
38635
38718
  description: string;
@@ -39409,6 +39492,10 @@ declare const PATTERN_REGISTRY: {
39409
39492
  types: string[];
39410
39493
  description: string;
39411
39494
  };
39495
+ hudMode: {
39496
+ types: string[];
39497
+ description: string;
39498
+ };
39412
39499
  includeFloating: {
39413
39500
  types: string[];
39414
39501
  description: string;
@@ -48332,4 +48419,4 @@ declare function getComponentForPattern(patternType: string): string | null;
48332
48419
  */
48333
48420
  declare function isEntityAwarePattern(patternType: string): boolean;
48334
48421
 
48335
- export { type AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, INTEGRATORS_REGISTRY, PATTERN_REGISTRY, PATTERN_TYPES, type PatternConfig, type PatternProps, type PatternPropsMap, type PatternRecommendation, type PatternType, type RecommendationContext, buildRecommendationContext, componentMapping, eventContracts, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isEntityAwarePattern, isValidPatternType, patternsRegistry, recommendPatterns, registry };
48422
+ export { type AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, INTEGRATORS_REGISTRY, PATTERN_REGISTRY, PATTERN_TYPES, type PatternConfig, type PatternProps, type PatternPropsMap, type PatternRecommendation, type PatternType, type RecommendationContext, buildRecommendationContext, componentMapping, eventContracts, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isEntityAwarePattern, isValidPatternType, patternsRegistry, recommendPatterns, registry };