@almadar/patterns 2.7.1 → 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.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // src/patterns-registry.json
2
2
  var patterns_registry_default = {
3
3
  version: "1.0.0",
4
- exportedAt: "2026-03-15T00:20:59.995Z",
4
+ exportedAt: "2026-03-16T01:48:20.029Z",
5
5
  patterns: {
6
6
  "entity-table": {
7
7
  type: "entity-table",
@@ -94,20 +94,20 @@ var patterns_registry_default = {
94
94
  },
95
95
  fields: {
96
96
  types: [
97
- "unknown"
97
+ "array"
98
98
  ],
99
99
  description: "Fields to display - accepts string[] or Column[] for unified interface. Alias for columns",
100
100
  required: true
101
101
  },
102
102
  columns: {
103
103
  types: [
104
- "unknown"
104
+ "array"
105
105
  ],
106
106
  description: "Columns can be Column objects or simple string field names"
107
107
  },
108
108
  itemActions: {
109
109
  types: [
110
- "unknown"
110
+ "array"
111
111
  ],
112
112
  description: "Item actions from generated code - maps to rowActions"
113
113
  },
@@ -155,7 +155,7 @@ var patterns_registry_default = {
155
155
  },
156
156
  rowActions: {
157
157
  types: [
158
- "unknown"
158
+ "array"
159
159
  ],
160
160
  description: "Row actions"
161
161
  },
@@ -282,7 +282,7 @@ var patterns_registry_default = {
282
282
  itemActions: {
283
283
  types: [
284
284
  "function",
285
- "unknown"
285
+ "array"
286
286
  ],
287
287
  description: "Item actions - schema-driven or function-based"
288
288
  },
@@ -318,14 +318,14 @@ var patterns_registry_default = {
318
318
  },
319
319
  fields: {
320
320
  types: [
321
- "unknown"
321
+ "array"
322
322
  ],
323
323
  description: "Fields to display - accepts string[] or {key, header}[] for unified interface",
324
324
  required: true
325
325
  },
326
326
  fieldNames: {
327
327
  types: [
328
- "unknown"
328
+ "array"
329
329
  ],
330
330
  description: "Alias for fields - backwards compatibility"
331
331
  }
@@ -434,7 +434,7 @@ var patterns_registry_default = {
434
434
  },
435
435
  gap: {
436
436
  types: [
437
- "cardgridgap"
437
+ "object"
438
438
  ],
439
439
  description: "Gap between cards"
440
440
  },
@@ -452,26 +452,26 @@ var patterns_registry_default = {
452
452
  },
453
453
  fields: {
454
454
  types: [
455
- "unknown"
455
+ "array"
456
456
  ],
457
457
  description: "Fields to display - required for schema-driven rendering",
458
458
  required: true
459
459
  },
460
460
  fieldNames: {
461
461
  types: [
462
- "unknown"
462
+ "array"
463
463
  ],
464
464
  description: "Alias for fields - backwards compatibility"
465
465
  },
466
466
  columns: {
467
467
  types: [
468
- "unknown"
468
+ "array"
469
469
  ],
470
470
  description: "Alias for fields - backwards compatibility"
471
471
  },
472
472
  itemActions: {
473
473
  types: [
474
- "unknown"
474
+ "array"
475
475
  ],
476
476
  description: "Actions for each card item (schema-driven)"
477
477
  },
@@ -616,13 +616,13 @@ var patterns_registry_default = {
616
616
  },
617
617
  sections: {
618
618
  types: [
619
- "unknown"
619
+ "array"
620
620
  ],
621
621
  description: "sections prop"
622
622
  },
623
623
  actions: {
624
624
  types: [
625
- "unknown"
625
+ "array"
626
626
  ],
627
627
  description: "Unified actions array - first action with variant='primary' is the main action"
628
628
  },
@@ -640,14 +640,14 @@ var patterns_registry_default = {
640
640
  },
641
641
  fields: {
642
642
  types: [
643
- "unknown"
643
+ "array"
644
644
  ],
645
645
  description: "Fields to display - accepts string[], {key, header}[], or DetailField[]",
646
646
  required: true
647
647
  },
648
648
  fieldNames: {
649
649
  types: [
650
- "unknown"
650
+ "array"
651
651
  ],
652
652
  description: "Alias for fields - backwards compatibility"
653
653
  },
@@ -684,7 +684,7 @@ var patterns_registry_default = {
684
684
  },
685
685
  displayFields: {
686
686
  types: [
687
- "unknown"
687
+ "array"
688
688
  ],
689
689
  description: "Display fields (alias for fields)"
690
690
  },
@@ -737,7 +737,7 @@ var patterns_registry_default = {
737
737
  },
738
738
  breadcrumbs: {
739
739
  types: [
740
- "unknown"
740
+ "array"
741
741
  ],
742
742
  description: "Breadcrumbs"
743
743
  },
@@ -749,7 +749,7 @@ var patterns_registry_default = {
749
749
  },
750
750
  actions: {
751
751
  types: [
752
- "unknown"
752
+ "array"
753
753
  ],
754
754
  description: "Actions array - first action with variant='primary' (or first action) is the main action"
755
755
  },
@@ -761,7 +761,7 @@ var patterns_registry_default = {
761
761
  },
762
762
  error: {
763
763
  types: [
764
- "error"
764
+ "object"
765
765
  ],
766
766
  description: "Error state"
767
767
  },
@@ -853,8 +853,8 @@ var patterns_registry_default = {
853
853
  entity: {
854
854
  types: [
855
855
  "string",
856
- "orbitalentity",
857
- "unknown"
856
+ "object",
857
+ "array"
858
858
  ],
859
859
  description: "Schema-based props"
860
860
  },
@@ -866,7 +866,7 @@ var patterns_registry_default = {
866
866
  },
867
867
  fields: {
868
868
  types: [
869
- "unknown"
869
+ "array"
870
870
  ],
871
871
  description: "Fields definition (schema format) - accepts readonly for generated const arrays",
872
872
  required: true
@@ -886,7 +886,7 @@ var patterns_registry_default = {
886
886
  },
887
887
  error: {
888
888
  types: [
889
- "error"
889
+ "object"
890
890
  ],
891
891
  description: "Error state"
892
892
  },
@@ -967,7 +967,6 @@ var patterns_registry_default = {
967
967
  },
968
968
  evaluationContext: {
969
969
  types: [
970
- "formevaluationcontext",
971
970
  "object"
972
971
  ],
973
972
  description: "Context for S-expression evaluation - accepts flexible types from generated code"
@@ -1048,8 +1047,8 @@ var patterns_registry_default = {
1048
1047
  entity: {
1049
1048
  types: [
1050
1049
  "string",
1051
- "orbitalentity",
1052
- "unknown"
1050
+ "object",
1051
+ "array"
1053
1052
  ],
1054
1053
  description: "Schema-based props"
1055
1054
  },
@@ -1061,7 +1060,7 @@ var patterns_registry_default = {
1061
1060
  },
1062
1061
  fields: {
1063
1062
  types: [
1064
- "unknown"
1063
+ "array"
1065
1064
  ],
1066
1065
  description: "Fields definition (schema format) - accepts readonly for generated const arrays",
1067
1066
  required: true
@@ -1081,7 +1080,7 @@ var patterns_registry_default = {
1081
1080
  },
1082
1081
  error: {
1083
1082
  types: [
1084
- "error"
1083
+ "object"
1085
1084
  ],
1086
1085
  description: "Error state"
1087
1086
  },
@@ -1162,7 +1161,6 @@ var patterns_registry_default = {
1162
1161
  },
1163
1162
  evaluationContext: {
1164
1163
  types: [
1165
- "formevaluationcontext",
1166
1164
  "object"
1167
1165
  ],
1168
1166
  description: "Context for S-expression evaluation - accepts flexible types from generated code"
@@ -1283,7 +1281,7 @@ var patterns_registry_default = {
1283
1281
  },
1284
1282
  filters: {
1285
1283
  types: [
1286
- "unknown"
1284
+ "array"
1287
1285
  ],
1288
1286
  description: "Filter definitions from schema",
1289
1287
  required: true
@@ -1671,7 +1669,7 @@ var patterns_registry_default = {
1671
1669
  },
1672
1670
  error: {
1673
1671
  types: [
1674
- "error"
1672
+ "object"
1675
1673
  ],
1676
1674
  description: "Error state"
1677
1675
  },
@@ -1944,7 +1942,7 @@ var patterns_registry_default = {
1944
1942
  propsSchema: {
1945
1943
  variant: {
1946
1944
  types: [
1947
- "toastvariant"
1945
+ "object"
1948
1946
  ],
1949
1947
  description: "Toast variant"
1950
1948
  },
@@ -2190,7 +2188,7 @@ var patterns_registry_default = {
2190
2188
  },
2191
2189
  metrics: {
2192
2190
  types: [
2193
- "unknown"
2191
+ "array"
2194
2192
  ],
2195
2193
  description: "Metrics to display (schema format) - accepts readonly for compatibility with generated const arrays"
2196
2194
  },
@@ -2202,7 +2200,7 @@ var patterns_registry_default = {
2202
2200
  },
2203
2201
  sparklineData: {
2204
2202
  types: [
2205
- "unknown"
2203
+ "array"
2206
2204
  ],
2207
2205
  description: "Sparkline data points for an inline trend chart"
2208
2206
  }
@@ -2361,7 +2359,7 @@ var patterns_registry_default = {
2361
2359
  },
2362
2360
  size: {
2363
2361
  types: [
2364
- "modalsize"
2362
+ "object"
2365
2363
  ],
2366
2364
  description: "size prop"
2367
2365
  },
@@ -2446,14 +2444,14 @@ var patterns_registry_default = {
2446
2444
  },
2447
2445
  position: {
2448
2446
  types: [
2449
- "drawerposition"
2447
+ "object"
2450
2448
  ],
2451
2449
  description: "Position (left or right)"
2452
2450
  },
2453
2451
  width: {
2454
2452
  types: [
2455
2453
  "string",
2456
- "drawersize"
2454
+ "object"
2457
2455
  ],
2458
2456
  description: "Width (CSS value or preset size)"
2459
2457
  },
@@ -2564,13 +2562,13 @@ var patterns_registry_default = {
2564
2562
  },
2565
2563
  variant: {
2566
2564
  types: [
2567
- "confirmdialogvariant"
2565
+ "object"
2568
2566
  ],
2569
2567
  description: "Dialog variant"
2570
2568
  },
2571
2569
  size: {
2572
2570
  types: [
2573
- "modalsize"
2571
+ "object"
2574
2572
  ],
2575
2573
  description: "Dialog size"
2576
2574
  },
@@ -2582,7 +2580,7 @@ var patterns_registry_default = {
2582
2580
  },
2583
2581
  error: {
2584
2582
  types: [
2585
- "error"
2583
+ "object"
2586
2584
  ],
2587
2585
  description: "Error state"
2588
2586
  },
@@ -2677,43 +2675,43 @@ var patterns_registry_default = {
2677
2675
  propsSchema: {
2678
2676
  padding: {
2679
2677
  types: [
2680
- "boxpadding"
2678
+ "object"
2681
2679
  ],
2682
2680
  description: "Padding on all sides"
2683
2681
  },
2684
2682
  paddingX: {
2685
2683
  types: [
2686
- "boxpadding"
2684
+ "object"
2687
2685
  ],
2688
2686
  description: "Horizontal padding (overrides padding for x-axis)"
2689
2687
  },
2690
2688
  paddingY: {
2691
2689
  types: [
2692
- "boxpadding"
2690
+ "object"
2693
2691
  ],
2694
2692
  description: "Vertical padding (overrides padding for y-axis)"
2695
2693
  },
2696
2694
  margin: {
2697
2695
  types: [
2698
- "boxmargin"
2696
+ "object"
2699
2697
  ],
2700
2698
  description: "Margin on all sides"
2701
2699
  },
2702
2700
  marginX: {
2703
2701
  types: [
2704
- "boxmargin"
2702
+ "object"
2705
2703
  ],
2706
2704
  description: "Horizontal margin"
2707
2705
  },
2708
2706
  marginY: {
2709
2707
  types: [
2710
- "boxmargin"
2708
+ "object"
2711
2709
  ],
2712
2710
  description: "Vertical margin"
2713
2711
  },
2714
2712
  bg: {
2715
2713
  types: [
2716
- "boxbg"
2714
+ "object"
2717
2715
  ],
2718
2716
  description: "Background color"
2719
2717
  },
@@ -2725,13 +2723,13 @@ var patterns_registry_default = {
2725
2723
  },
2726
2724
  rounded: {
2727
2725
  types: [
2728
- "boxrounded"
2726
+ "object"
2729
2727
  ],
2730
2728
  description: "Border radius"
2731
2729
  },
2732
2730
  shadow: {
2733
2731
  types: [
2734
- "boxshadow"
2732
+ "object"
2735
2733
  ],
2736
2734
  description: "Box shadow"
2737
2735
  },
@@ -2767,7 +2765,7 @@ var patterns_registry_default = {
2767
2765
  },
2768
2766
  as: {
2769
2767
  types: [
2770
- "react.elementtype"
2768
+ "object"
2771
2769
  ],
2772
2770
  description: "HTML element to render as"
2773
2771
  },
@@ -2805,8 +2803,7 @@ var patterns_registry_default = {
2805
2803
  propsSchema: {
2806
2804
  cols: {
2807
2805
  types: [
2808
- "gridcols",
2809
- "responsivegridcols"
2806
+ "object"
2810
2807
  ],
2811
2808
  description: "Number of columns (can be responsive object)"
2812
2809
  },
@@ -2818,31 +2815,31 @@ var patterns_registry_default = {
2818
2815
  },
2819
2816
  gap: {
2820
2817
  types: [
2821
- "gridgap"
2818
+ "object"
2822
2819
  ],
2823
2820
  description: "Gap between items"
2824
2821
  },
2825
2822
  rowGap: {
2826
2823
  types: [
2827
- "gridgap"
2824
+ "object"
2828
2825
  ],
2829
2826
  description: "Row gap (overrides gap for rows)"
2830
2827
  },
2831
2828
  colGap: {
2832
2829
  types: [
2833
- "gridgap"
2830
+ "object"
2834
2831
  ],
2835
2832
  description: "Column gap (overrides gap for columns)"
2836
2833
  },
2837
2834
  alignItems: {
2838
2835
  types: [
2839
- "gridalign"
2836
+ "object"
2840
2837
  ],
2841
2838
  description: "Align items on block axis"
2842
2839
  },
2843
2840
  justifyItems: {
2844
2841
  types: [
2845
- "gridjustify"
2842
+ "object"
2846
2843
  ],
2847
2844
  description: "Justify items on inline axis"
2848
2845
  },
@@ -2873,7 +2870,7 @@ var patterns_registry_default = {
2873
2870
  },
2874
2871
  as: {
2875
2872
  types: [
2876
- "react.elementtype"
2873
+ "object"
2877
2874
  ],
2878
2875
  description: "HTML element to render as"
2879
2876
  }
@@ -2949,7 +2946,7 @@ var patterns_registry_default = {
2949
2946
  },
2950
2947
  as: {
2951
2948
  types: [
2952
- "react.elementtype"
2949
+ "object"
2953
2950
  ],
2954
2951
  description: "HTML element to render as"
2955
2952
  }
@@ -2968,7 +2965,7 @@ var patterns_registry_default = {
2968
2965
  propsSchema: {
2969
2966
  size: {
2970
2967
  types: [
2971
- "spacersize"
2968
+ "object"
2972
2969
  ],
2973
2970
  description: "Fixed size (auto = flex grow)"
2974
2971
  },
@@ -2999,7 +2996,7 @@ var patterns_registry_default = {
2999
2996
  propsSchema: {
3000
2997
  orientation: {
3001
2998
  types: [
3002
- "dividerorientation"
2999
+ "object"
3003
3000
  ],
3004
3001
  description: "Orientation of the divider @default 'horizontal'"
3005
3002
  },
@@ -3011,7 +3008,7 @@ var patterns_registry_default = {
3011
3008
  },
3012
3009
  variant: {
3013
3010
  types: [
3014
- "dividervariant"
3011
+ "object"
3015
3012
  ],
3016
3013
  description: "Line style variant @default 'solid'"
3017
3014
  },
@@ -3041,19 +3038,19 @@ var patterns_registry_default = {
3041
3038
  },
3042
3039
  stats: {
3043
3040
  types: [
3044
- "unknown"
3041
+ "array"
3045
3042
  ],
3046
3043
  description: "Stats to display - accepts readonly for compatibility with generated const arrays"
3047
3044
  },
3048
3045
  items: {
3049
3046
  types: [
3050
- "unknown"
3047
+ "array"
3051
3048
  ],
3052
3049
  description: "Alias for stats (schema compatibility)"
3053
3050
  },
3054
3051
  elements: {
3055
3052
  types: [
3056
- "unknown"
3053
+ "array"
3057
3054
  ],
3058
3055
  description: "Schema-style elements array (alternative to stats). Converted to stats internally for backwards compatibility."
3059
3056
  },
@@ -3102,13 +3099,13 @@ var patterns_registry_default = {
3102
3099
  },
3103
3100
  options: {
3104
3101
  types: [
3105
- "unknown"
3102
+ "array"
3106
3103
  ],
3107
3104
  description: "Menu options - accepts readonly for compatibility with generated const arrays"
3108
3105
  },
3109
3106
  menuItems: {
3110
3107
  types: [
3111
- "unknown"
3108
+ "array"
3112
3109
  ],
3113
3110
  description: "Alias for options (schema compatibility)"
3114
3111
  },
@@ -3120,7 +3117,7 @@ var patterns_registry_default = {
3120
3117
  },
3121
3118
  eventBus: {
3122
3119
  types: [
3123
- "eventbuscontexttype"
3120
+ "object"
3124
3121
  ],
3125
3122
  description: "Event bus for emitting UI events (optional, uses hook if not provided)"
3126
3123
  },
@@ -3194,7 +3191,7 @@ var patterns_registry_default = {
3194
3191
  },
3195
3192
  eventBus: {
3196
3193
  types: [
3197
- "eventbuscontexttype"
3194
+ "object"
3198
3195
  ],
3199
3196
  description: "Event bus for emitting UI events (optional, uses hook if not provided)"
3200
3197
  },
@@ -3333,7 +3330,7 @@ var patterns_registry_default = {
3333
3330
  propsSchema: {
3334
3331
  dialogue: {
3335
3332
  types: [
3336
- "dialoguenode"
3333
+ "object"
3337
3334
  ],
3338
3335
  description: "Current dialogue node to display",
3339
3336
  required: true
@@ -3456,13 +3453,13 @@ var patterns_registry_default = {
3456
3453
  propsSchema: {
3457
3454
  variant: {
3458
3455
  types: [
3459
- "buttonvariant"
3456
+ "object"
3460
3457
  ],
3461
3458
  description: "variant prop"
3462
3459
  },
3463
3460
  size: {
3464
3461
  types: [
3465
- "buttonsize"
3462
+ "object"
3466
3463
  ],
3467
3464
  description: "size prop"
3468
3465
  },
@@ -3474,29 +3471,35 @@ var patterns_registry_default = {
3474
3471
  },
3475
3472
  leftIcon: {
3476
3473
  types: [
3477
- "node"
3474
+ "node",
3475
+ "icon",
3476
+ "string"
3478
3477
  ],
3479
- description: "Left icon as ReactNode (preferred)"
3478
+ description: 'Left icon as ReactNode, Lucide component, or string name (e.g. "plus", "trash")'
3480
3479
  },
3481
3480
  rightIcon: {
3482
3481
  types: [
3483
- "node"
3482
+ "node",
3483
+ "icon",
3484
+ "string"
3484
3485
  ],
3485
- description: "Right icon as ReactNode (preferred)"
3486
+ description: "Right icon as ReactNode, Lucide component, or string name"
3486
3487
  },
3487
3488
  icon: {
3488
3489
  types: [
3490
+ "node",
3489
3491
  "icon",
3490
3492
  "string"
3491
3493
  ],
3492
- description: 'Left icon as Lucide icon component or string name (e.g. "plus", "trash")'
3494
+ description: "Alias for leftIcon"
3493
3495
  },
3494
3496
  iconRight: {
3495
3497
  types: [
3498
+ "node",
3496
3499
  "icon",
3497
3500
  "string"
3498
3501
  ],
3499
- description: "Right icon as Lucide icon component or string name"
3502
+ description: "Alias for rightIcon"
3500
3503
  },
3501
3504
  action: {
3502
3505
  types: [
@@ -3531,13 +3534,13 @@ var patterns_registry_default = {
3531
3534
  propsSchema: {
3532
3535
  variant: {
3533
3536
  types: [
3534
- "badgevariant"
3537
+ "object"
3535
3538
  ],
3536
3539
  description: "variant prop"
3537
3540
  },
3538
3541
  size: {
3539
3542
  types: [
3540
- "badgesize"
3543
+ "object"
3541
3544
  ],
3542
3545
  description: "size prop"
3543
3546
  },
@@ -3604,13 +3607,13 @@ var patterns_registry_default = {
3604
3607
  },
3605
3608
  size: {
3606
3609
  types: [
3607
- "avatarsize"
3610
+ "object"
3608
3611
  ],
3609
3612
  description: "Size of the avatar @default 'md'"
3610
3613
  },
3611
3614
  status: {
3612
3615
  types: [
3613
- "avatarstatus"
3616
+ "object"
3614
3617
  ],
3615
3618
  description: "Status indicator"
3616
3619
  },
@@ -3672,7 +3675,7 @@ var patterns_registry_default = {
3672
3675
  },
3673
3676
  size: {
3674
3677
  types: [
3675
- "iconsize"
3678
+ "object"
3676
3679
  ],
3677
3680
  description: "Size of the icon"
3678
3681
  },
@@ -3684,7 +3687,7 @@ var patterns_registry_default = {
3684
3687
  },
3685
3688
  animation: {
3686
3689
  types: [
3687
- "iconanimation"
3690
+ "object"
3688
3691
  ],
3689
3692
  description: "Animation type"
3690
3693
  },
@@ -3829,15 +3832,21 @@ var patterns_registry_default = {
3829
3832
  ],
3830
3833
  description: "Maximum value (for calculating percentage) @default 100"
3831
3834
  },
3835
+ progressType: {
3836
+ types: [
3837
+ "object"
3838
+ ],
3839
+ description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
3840
+ },
3832
3841
  variant: {
3833
3842
  types: [
3834
- "progressbarvariant"
3843
+ "object"
3835
3844
  ],
3836
3845
  description: "Variant/color of the progress bar @default 'primary'"
3837
3846
  },
3838
3847
  color: {
3839
3848
  types: [
3840
- "progressbarcolor"
3849
+ "object"
3841
3850
  ],
3842
3851
  description: "Color variant (alias for variant) @default 'primary'"
3843
3852
  },
@@ -3876,12 +3885,6 @@ var patterns_registry_default = {
3876
3885
  "string"
3877
3886
  ],
3878
3887
  description: "Additional CSS classes"
3879
- },
3880
- progressType: {
3881
- types: [
3882
- "progressbartype"
3883
- ],
3884
- description: "Type of the progress bar (linear, circular, stepped) @default 'linear'"
3885
3888
  }
3886
3889
  }
3887
3890
  },
@@ -3897,7 +3900,7 @@ var patterns_registry_default = {
3897
3900
  propsSchema: {
3898
3901
  size: {
3899
3902
  types: [
3900
- "spinnersize"
3903
+ "object"
3901
3904
  ],
3902
3905
  description: "size prop"
3903
3906
  }
@@ -3914,6 +3917,12 @@ var patterns_registry_default = {
3914
3917
  ],
3915
3918
  typicalSize: "tiny",
3916
3919
  propsSchema: {
3920
+ inputType: {
3921
+ types: [
3922
+ "string"
3923
+ ],
3924
+ description: "Input type - supports 'select' and 'textarea' in addition to standard types"
3925
+ },
3917
3926
  error: {
3918
3927
  types: [
3919
3928
  "string"
@@ -3964,15 +3973,9 @@ var patterns_registry_default = {
3964
3973
  },
3965
3974
  onChange: {
3966
3975
  types: [
3967
- "react.changeeventhandler"
3976
+ "object"
3968
3977
  ],
3969
3978
  description: "onChange handler - accepts events from input, select, or textarea"
3970
- },
3971
- inputType: {
3972
- types: [
3973
- "string"
3974
- ],
3975
- description: "Input type - supports 'select' and 'textarea' in addition to standard types"
3976
3979
  }
3977
3980
  }
3978
3981
  },
@@ -4187,7 +4190,7 @@ var patterns_registry_default = {
4187
4190
  },
4188
4191
  variant: {
4189
4192
  types: [
4190
- "alertvariant"
4193
+ "object"
4191
4194
  ],
4192
4195
  description: "variant prop"
4193
4196
  },
@@ -4262,7 +4265,7 @@ var patterns_registry_default = {
4262
4265
  },
4263
4266
  position: {
4264
4267
  types: [
4265
- "tooltipposition"
4268
+ "object"
4266
4269
  ],
4267
4270
  description: "Tooltip position"
4268
4271
  },
@@ -4319,13 +4322,13 @@ var patterns_registry_default = {
4319
4322
  },
4320
4323
  position: {
4321
4324
  types: [
4322
- "popoverposition"
4325
+ "object"
4323
4326
  ],
4324
4327
  description: "Popover position @default 'bottom'"
4325
4328
  },
4326
4329
  trigger: {
4327
4330
  types: [
4328
- "popovertrigger"
4331
+ "object"
4329
4332
  ],
4330
4333
  description: "Trigger type @default 'click'"
4331
4334
  },
@@ -4370,7 +4373,7 @@ var patterns_registry_default = {
4370
4373
  },
4371
4374
  position: {
4372
4375
  types: [
4373
- "menuposition"
4376
+ "object"
4374
4377
  ],
4375
4378
  description: "Menu position"
4376
4379
  },
@@ -4456,19 +4459,19 @@ var patterns_registry_default = {
4456
4459
  propsSchema: {
4457
4460
  size: {
4458
4461
  types: [
4459
- "containersize"
4462
+ "object"
4460
4463
  ],
4461
4464
  description: "Maximum width"
4462
4465
  },
4463
4466
  maxWidth: {
4464
4467
  types: [
4465
- "containersize"
4468
+ "object"
4466
4469
  ],
4467
4470
  description: "Alias for size (pattern compatibility)"
4468
4471
  },
4469
4472
  padding: {
4470
4473
  types: [
4471
- "containerpadding"
4474
+ "object"
4472
4475
  ],
4473
4476
  description: "Horizontal padding"
4474
4477
  },
@@ -4492,7 +4495,7 @@ var patterns_registry_default = {
4492
4495
  },
4493
4496
  as: {
4494
4497
  types: [
4495
- "react.elementtype"
4498
+ "object"
4496
4499
  ],
4497
4500
  description: "HTML element to render as"
4498
4501
  }
@@ -4530,7 +4533,7 @@ var patterns_registry_default = {
4530
4533
  },
4531
4534
  gap: {
4532
4535
  types: [
4533
- "simplegridgap"
4536
+ "object"
4534
4537
  ],
4535
4538
  description: "Gap between items"
4536
4539
  },
@@ -4681,13 +4684,13 @@ var patterns_registry_default = {
4681
4684
  propsSchema: {
4682
4685
  condition: {
4683
4686
  types: [
4684
- "sexpr"
4687
+ "object"
4685
4688
  ],
4686
4689
  description: "The S-expression condition to evaluate"
4687
4690
  },
4688
4691
  context: {
4689
4692
  types: [
4690
- "conditionalcontext"
4693
+ "object"
4691
4694
  ],
4692
4695
  description: "Context for evaluating the condition",
4693
4696
  required: true
@@ -4727,7 +4730,7 @@ var patterns_registry_default = {
4727
4730
  propsSchema: {
4728
4731
  reference: {
4729
4732
  types: [
4730
- "lawreference"
4733
+ "object"
4731
4734
  ],
4732
4735
  description: "The law reference to display",
4733
4736
  required: true
@@ -4805,25 +4808,25 @@ var patterns_registry_default = {
4805
4808
  propsSchema: {
4806
4809
  direction: {
4807
4810
  types: [
4808
- "stackdirection"
4811
+ "object"
4809
4812
  ],
4810
4813
  description: "Stack direction"
4811
4814
  },
4812
4815
  gap: {
4813
4816
  types: [
4814
- "stackgap"
4817
+ "object"
4815
4818
  ],
4816
4819
  description: "Gap between children"
4817
4820
  },
4818
4821
  align: {
4819
4822
  types: [
4820
- "stackalign"
4823
+ "object"
4821
4824
  ],
4822
4825
  description: "Align items on the cross axis"
4823
4826
  },
4824
4827
  justify: {
4825
4828
  types: [
4826
- "stackjustify"
4829
+ "object"
4827
4830
  ],
4828
4831
  description: "Justify items on the main axis"
4829
4832
  },
@@ -4865,7 +4868,7 @@ var patterns_registry_default = {
4865
4868
  },
4866
4869
  as: {
4867
4870
  types: [
4868
- "react.elementtype"
4871
+ "object"
4869
4872
  ],
4870
4873
  description: "HTML element to render as"
4871
4874
  },
@@ -4926,7 +4929,7 @@ var patterns_registry_default = {
4926
4929
  propsSchema: {
4927
4930
  highlightType: {
4928
4931
  types: [
4929
- "highlighttype"
4932
+ "object"
4930
4933
  ],
4931
4934
  description: "Type of highlight (determines color)",
4932
4935
  required: true
@@ -5030,7 +5033,7 @@ var patterns_registry_default = {
5030
5033
  propsSchema: {
5031
5034
  variant: {
5032
5035
  types: [
5033
- "typographyvariant"
5036
+ "object"
5034
5037
  ],
5035
5038
  description: "Typography variant"
5036
5039
  },
@@ -5060,7 +5063,7 @@ var patterns_registry_default = {
5060
5063
  },
5061
5064
  size: {
5062
5065
  types: [
5063
- "typographysize"
5066
+ "object"
5064
5067
  ],
5065
5068
  description: "Font size override"
5066
5069
  },
@@ -5438,19 +5441,19 @@ var patterns_registry_default = {
5438
5441
  },
5439
5442
  primary: {
5440
5443
  types: [
5441
- "readonly"
5444
+ "object"
5442
5445
  ],
5443
5446
  description: "Primary action button config (for form-actions pattern) Accepts Readonly for compatibility with generated const objects"
5444
5447
  },
5445
5448
  secondary: {
5446
5449
  types: [
5447
- "unknown"
5450
+ "array"
5448
5451
  ],
5449
5452
  description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays"
5450
5453
  },
5451
5454
  variant: {
5452
5455
  types: [
5453
- "buttongroupvariant"
5456
+ "object"
5454
5457
  ],
5455
5458
  description: "Visual variant @default 'default'"
5456
5459
  },
@@ -5474,7 +5477,7 @@ var patterns_registry_default = {
5474
5477
  },
5475
5478
  filters: {
5476
5479
  types: [
5477
- "unknown"
5480
+ "array"
5478
5481
  ],
5479
5482
  description: "Filter definitions for filter-group pattern"
5480
5483
  }
@@ -5491,31 +5494,31 @@ var patterns_registry_default = {
5491
5494
  propsSchema: {
5492
5495
  direction: {
5493
5496
  types: [
5494
- "flexdirection"
5497
+ "object"
5495
5498
  ],
5496
5499
  description: "Flex direction"
5497
5500
  },
5498
5501
  wrap: {
5499
5502
  types: [
5500
- "flexwrap"
5503
+ "object"
5501
5504
  ],
5502
5505
  description: "Flex wrap"
5503
5506
  },
5504
5507
  align: {
5505
5508
  types: [
5506
- "flexalign"
5509
+ "object"
5507
5510
  ],
5508
5511
  description: "Align items"
5509
5512
  },
5510
5513
  justify: {
5511
5514
  types: [
5512
- "flexjustify"
5515
+ "object"
5513
5516
  ],
5514
5517
  description: "Justify content"
5515
5518
  },
5516
5519
  gap: {
5517
5520
  types: [
5518
- "flexgap"
5521
+ "object"
5519
5522
  ],
5520
5523
  description: "Gap between items"
5521
5524
  },
@@ -5561,7 +5564,7 @@ var patterns_registry_default = {
5561
5564
  },
5562
5565
  as: {
5563
5566
  types: [
5564
- "react.elementtype"
5567
+ "object"
5565
5568
  ],
5566
5569
  description: "HTML element to render as"
5567
5570
  }
@@ -5807,7 +5810,7 @@ var patterns_registry_default = {
5807
5810
  },
5808
5811
  options: {
5809
5812
  types: [
5810
- "unknown"
5813
+ "array"
5811
5814
  ],
5812
5815
  description: "Available options - accepts readonly for compatibility with generated const arrays",
5813
5816
  required: true
@@ -5958,7 +5961,7 @@ var patterns_registry_default = {
5958
5961
  propsSchema: {
5959
5962
  violation: {
5960
5963
  types: [
5961
- "violationrecord"
5964
+ "object"
5962
5965
  ],
5963
5966
  description: "Violation data",
5964
5967
  required: true
@@ -6200,13 +6203,13 @@ var patterns_registry_default = {
6200
6203
  },
6201
6204
  variant: {
6202
6205
  types: [
6203
- "buttonvariant"
6206
+ "object"
6204
6207
  ],
6205
6208
  description: "variant prop"
6206
6209
  },
6207
6210
  size: {
6208
6211
  types: [
6209
- "buttonsize"
6212
+ "object"
6210
6213
  ],
6211
6214
  description: "size prop"
6212
6215
  },
@@ -6261,7 +6264,7 @@ var patterns_registry_default = {
6261
6264
  propsSchema: {
6262
6265
  component: {
6263
6266
  types: [
6264
- "allowedcustomcomponent"
6267
+ "object"
6265
6268
  ],
6266
6269
  description: "Element type to render",
6267
6270
  required: true
@@ -6347,7 +6350,7 @@ var patterns_registry_default = {
6347
6350
  },
6348
6351
  error: {
6349
6352
  types: [
6350
- "error"
6353
+ "object"
6351
6354
  ],
6352
6355
  description: "Error state"
6353
6356
  },
@@ -6384,13 +6387,13 @@ var patterns_registry_default = {
6384
6387
  },
6385
6388
  position: {
6386
6389
  types: [
6387
- "drawerposition"
6390
+ "object"
6388
6391
  ],
6389
6392
  description: "Drawer position"
6390
6393
  },
6391
6394
  size: {
6392
6395
  types: [
6393
- "drawersize"
6396
+ "object"
6394
6397
  ],
6395
6398
  description: "Drawer size"
6396
6399
  },
@@ -6408,7 +6411,7 @@ var patterns_registry_default = {
6408
6411
  },
6409
6412
  error: {
6410
6413
  types: [
6411
- "error"
6414
+ "object"
6412
6415
  ],
6413
6416
  description: "Error state"
6414
6417
  },
@@ -6545,7 +6548,7 @@ var patterns_registry_default = {
6545
6548
  },
6546
6549
  error: {
6547
6550
  types: [
6548
- "error"
6551
+ "object"
6549
6552
  ],
6550
6553
  description: "Error state (closed circuit)"
6551
6554
  },
@@ -6594,7 +6597,7 @@ var patterns_registry_default = {
6594
6597
  },
6595
6598
  error: {
6596
6599
  types: [
6597
- "error"
6600
+ "object"
6598
6601
  ],
6599
6602
  description: "Error state"
6600
6603
  },
@@ -6649,7 +6652,7 @@ var patterns_registry_default = {
6649
6652
  },
6650
6653
  error: {
6651
6654
  types: [
6652
- "error"
6655
+ "object"
6653
6656
  ],
6654
6657
  description: "Error state"
6655
6658
  },
@@ -6697,7 +6700,7 @@ var patterns_registry_default = {
6697
6700
  },
6698
6701
  error: {
6699
6702
  types: [
6700
- "error"
6703
+ "object"
6701
6704
  ],
6702
6705
  description: "Error state"
6703
6706
  },
@@ -6770,7 +6773,7 @@ var patterns_registry_default = {
6770
6773
  },
6771
6774
  error: {
6772
6775
  types: [
6773
- "error"
6776
+ "object"
6774
6777
  ],
6775
6778
  description: "Error state"
6776
6779
  },
@@ -6811,13 +6814,13 @@ var patterns_registry_default = {
6811
6814
  },
6812
6815
  padding: {
6813
6816
  types: [
6814
- "sectionpadding"
6817
+ "object"
6815
6818
  ],
6816
6819
  description: "Padding amount"
6817
6820
  },
6818
6821
  variant: {
6819
6822
  types: [
6820
- "sectionvariant"
6823
+ "object"
6821
6824
  ],
6822
6825
  description: "Visual variant"
6823
6826
  },
@@ -6854,7 +6857,7 @@ var patterns_registry_default = {
6854
6857
  },
6855
6858
  as: {
6856
6859
  types: [
6857
- "react.elementtype"
6860
+ "object"
6858
6861
  ],
6859
6862
  description: "HTML element to render as"
6860
6863
  },
@@ -6866,7 +6869,7 @@ var patterns_registry_default = {
6866
6869
  },
6867
6870
  error: {
6868
6871
  types: [
6869
- "error"
6872
+ "object"
6870
6873
  ],
6871
6874
  description: "Error state"
6872
6875
  },
@@ -7057,13 +7060,13 @@ var patterns_registry_default = {
7057
7060
  propsSchema: {
7058
7061
  ratio: {
7059
7062
  types: [
7060
- "splitratio"
7063
+ "object"
7061
7064
  ],
7062
7065
  description: "Size ratio between left and right panels"
7063
7066
  },
7064
7067
  gap: {
7065
7068
  types: [
7066
- "splitgap"
7069
+ "object"
7067
7070
  ],
7068
7071
  description: "Gap between panels"
7069
7072
  },
@@ -7111,7 +7114,7 @@ var patterns_registry_default = {
7111
7114
  },
7112
7115
  children: {
7113
7116
  types: [
7114
- "unknown"
7117
+ "array"
7115
7118
  ],
7116
7119
  description: "Exactly two children: [left, right]",
7117
7120
  required: true
@@ -7124,7 +7127,7 @@ var patterns_registry_default = {
7124
7127
  },
7125
7128
  error: {
7126
7129
  types: [
7127
- "error"
7130
+ "object"
7128
7131
  ],
7129
7132
  description: "Error state"
7130
7133
  },
@@ -7183,7 +7186,7 @@ var patterns_registry_default = {
7183
7186
  },
7184
7187
  sortDirection: {
7185
7188
  types: [
7186
- "sortdirection"
7189
+ "object"
7187
7190
  ],
7188
7191
  description: "Current sort direction (display hint)"
7189
7192
  },
@@ -7317,7 +7320,7 @@ var patterns_registry_default = {
7317
7320
  },
7318
7321
  variant: {
7319
7322
  types: [
7320
- "toastvariant"
7323
+ "object"
7321
7324
  ],
7322
7325
  description: "Toast variant"
7323
7326
  },
@@ -7347,7 +7350,7 @@ var patterns_registry_default = {
7347
7350
  },
7348
7351
  error: {
7349
7352
  types: [
7350
- "error"
7353
+ "object"
7351
7354
  ],
7352
7355
  description: "Error state"
7353
7356
  },
@@ -7402,7 +7405,7 @@ var patterns_registry_default = {
7402
7405
  },
7403
7406
  error: {
7404
7407
  types: [
7405
- "error"
7408
+ "object"
7406
7409
  ],
7407
7410
  description: "Error state"
7408
7411
  },
@@ -7415,7 +7418,7 @@ var patterns_registry_default = {
7415
7418
  suspense: {
7416
7419
  types: [
7417
7420
  "boolean",
7418
- "suspenseconfig"
7421
+ "object"
7419
7422
  ],
7420
7423
  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."
7421
7424
  }
@@ -7639,13 +7642,13 @@ var patterns_registry_default = {
7639
7642
  },
7640
7643
  size: {
7641
7644
  types: [
7642
- "countersize"
7645
+ "object"
7643
7646
  ],
7644
7647
  description: "Counter display size"
7645
7648
  },
7646
7649
  variant: {
7647
7650
  types: [
7648
- "countervariant"
7651
+ "object"
7649
7652
  ],
7650
7653
  description: "Template variant"
7651
7654
  }
@@ -7909,19 +7912,19 @@ var patterns_registry_default = {
7909
7912
  },
7910
7913
  chartType: {
7911
7914
  types: [
7912
- "charttype"
7915
+ "object"
7913
7916
  ],
7914
7917
  description: "Chart type"
7915
7918
  },
7916
7919
  series: {
7917
7920
  types: [
7918
- "unknown"
7921
+ "array"
7919
7922
  ],
7920
7923
  description: "Data series"
7921
7924
  },
7922
7925
  data: {
7923
7926
  types: [
7924
- "unknown"
7927
+ "array"
7925
7928
  ],
7926
7929
  description: "Simple data (single series shorthand)"
7927
7930
  },
@@ -7945,7 +7948,7 @@ var patterns_registry_default = {
7945
7948
  },
7946
7949
  actions: {
7947
7950
  types: [
7948
- "unknown"
7951
+ "array"
7949
7952
  ],
7950
7953
  description: "Actions for chart interactions"
7951
7954
  },
@@ -7963,7 +7966,7 @@ var patterns_registry_default = {
7963
7966
  },
7964
7967
  error: {
7965
7968
  types: [
7966
- "error"
7969
+ "object"
7967
7970
  ],
7968
7971
  description: "Error state"
7969
7972
  },
@@ -8020,13 +8023,13 @@ var patterns_registry_default = {
8020
8023
  },
8021
8024
  variant: {
8022
8025
  types: [
8023
- "metervariant"
8026
+ "object"
8024
8027
  ],
8025
8028
  description: "Display variant"
8026
8029
  },
8027
8030
  thresholds: {
8028
8031
  types: [
8029
- "unknown"
8032
+ "array"
8030
8033
  ],
8031
8034
  description: "Color thresholds"
8032
8035
  },
@@ -8050,7 +8053,7 @@ var patterns_registry_default = {
8050
8053
  },
8051
8054
  actions: {
8052
8055
  types: [
8053
- "unknown"
8056
+ "array"
8054
8057
  ],
8055
8058
  description: "Actions"
8056
8059
  },
@@ -8068,7 +8071,7 @@ var patterns_registry_default = {
8068
8071
  },
8069
8072
  error: {
8070
8073
  types: [
8071
- "error"
8074
+ "object"
8072
8075
  ],
8073
8076
  description: "Error state"
8074
8077
  },
@@ -8178,20 +8181,20 @@ var patterns_registry_default = {
8178
8181
  },
8179
8182
  items: {
8180
8183
  types: [
8181
- "unknown"
8184
+ "array"
8182
8185
  ],
8183
8186
  description: "Timeline items"
8184
8187
  },
8185
8188
  fields: {
8186
8189
  types: [
8187
- "unknown"
8190
+ "array"
8188
8191
  ],
8189
8192
  description: "Fields to display",
8190
8193
  required: true
8191
8194
  },
8192
8195
  itemActions: {
8193
8196
  types: [
8194
- "unknown"
8197
+ "array"
8195
8198
  ],
8196
8199
  description: "Actions per item"
8197
8200
  }
@@ -8295,7 +8298,7 @@ var patterns_registry_default = {
8295
8298
  },
8296
8299
  items: {
8297
8300
  types: [
8298
- "unknown"
8301
+ "array"
8299
8302
  ],
8300
8303
  description: "Media items"
8301
8304
  },
@@ -8313,7 +8316,7 @@ var patterns_registry_default = {
8313
8316
  },
8314
8317
  selectedItems: {
8315
8318
  types: [
8316
- "unknown"
8319
+ "array"
8317
8320
  ],
8318
8321
  description: "Selected item IDs"
8319
8322
  },
@@ -8331,7 +8334,7 @@ var patterns_registry_default = {
8331
8334
  },
8332
8335
  actions: {
8333
8336
  types: [
8334
- "unknown"
8337
+ "array"
8335
8338
  ],
8336
8339
  description: "Actions"
8337
8340
  },
@@ -8429,7 +8432,7 @@ var patterns_registry_default = {
8429
8432
  },
8430
8433
  error: {
8431
8434
  types: [
8432
- "error"
8435
+ "object"
8433
8436
  ],
8434
8437
  description: "Error state"
8435
8438
  },
@@ -8473,7 +8476,7 @@ var patterns_registry_default = {
8473
8476
  },
8474
8477
  documentType: {
8475
8478
  types: [
8476
- "documenttype"
8479
+ "object"
8477
8480
  ],
8478
8481
  description: "Document type"
8479
8482
  },
@@ -8516,13 +8519,13 @@ var patterns_registry_default = {
8516
8519
  },
8517
8520
  actions: {
8518
8521
  types: [
8519
- "unknown"
8522
+ "array"
8520
8523
  ],
8521
8524
  description: "Actions"
8522
8525
  },
8523
8526
  documents: {
8524
8527
  types: [
8525
- "unknown"
8528
+ "array"
8526
8529
  ],
8527
8530
  description: "Multiple documents (tabbed view)"
8528
8531
  },
@@ -8540,7 +8543,7 @@ var patterns_registry_default = {
8540
8543
  },
8541
8544
  error: {
8542
8545
  types: [
8543
- "error"
8546
+ "object"
8544
8547
  ],
8545
8548
  description: "Error state"
8546
8549
  },
@@ -8572,13 +8575,13 @@ var patterns_registry_default = {
8572
8575
  },
8573
8576
  nodes: {
8574
8577
  types: [
8575
- "unknown"
8578
+ "array"
8576
8579
  ],
8577
8580
  description: "Graph nodes"
8578
8581
  },
8579
8582
  edges: {
8580
8583
  types: [
8581
- "unknown"
8584
+ "array"
8582
8585
  ],
8583
8586
  description: "Graph edges"
8584
8587
  },
@@ -8608,7 +8611,7 @@ var patterns_registry_default = {
8608
8611
  },
8609
8612
  actions: {
8610
8613
  types: [
8611
- "unknown"
8614
+ "array"
8612
8615
  ],
8613
8616
  description: "Actions"
8614
8617
  },
@@ -8644,7 +8647,7 @@ var patterns_registry_default = {
8644
8647
  },
8645
8648
  error: {
8646
8649
  types: [
8647
- "error"
8650
+ "object"
8648
8651
  ],
8649
8652
  description: "Error state"
8650
8653
  },
@@ -8688,7 +8691,7 @@ var patterns_registry_default = {
8688
8691
  },
8689
8692
  diff: {
8690
8693
  types: [
8691
- "unknown"
8694
+ "array"
8692
8695
  ],
8693
8696
  description: "Diff lines (for diff mode)"
8694
8697
  },
@@ -8706,7 +8709,7 @@ var patterns_registry_default = {
8706
8709
  },
8707
8710
  mode: {
8708
8711
  types: [
8709
- "codeviewermode"
8712
+ "object"
8710
8713
  ],
8711
8714
  description: "Display mode"
8712
8715
  },
@@ -8737,13 +8740,13 @@ var patterns_registry_default = {
8737
8740
  },
8738
8741
  files: {
8739
8742
  types: [
8740
- "unknown"
8743
+ "array"
8741
8744
  ],
8742
8745
  description: "Multiple files (tabbed view)"
8743
8746
  },
8744
8747
  actions: {
8745
8748
  types: [
8746
- "unknown"
8749
+ "array"
8747
8750
  ],
8748
8751
  description: "Actions"
8749
8752
  },
@@ -8761,7 +8764,7 @@ var patterns_registry_default = {
8761
8764
  },
8762
8765
  error: {
8763
8766
  types: [
8764
- "error"
8767
+ "object"
8765
8768
  ],
8766
8769
  description: "Error state"
8767
8770
  },
@@ -8786,7 +8789,7 @@ var patterns_registry_default = {
8786
8789
  propsSchema: {
8787
8790
  actionType: {
8788
8791
  types: [
8789
- "combatactiontype"
8792
+ "object"
8790
8793
  ],
8791
8794
  description: "The type of combat action to visualise",
8792
8795
  required: true
@@ -8843,7 +8846,7 @@ var patterns_registry_default = {
8843
8846
  },
8844
8847
  error: {
8845
8848
  types: [
8846
- "error"
8849
+ "object"
8847
8850
  ],
8848
8851
  description: "Error state"
8849
8852
  },
@@ -8861,7 +8864,7 @@ var patterns_registry_default = {
8861
8864
  },
8862
8865
  assetManifest: {
8863
8866
  types: [
8864
- "effectassetmanifest"
8867
+ "object"
8865
8868
  ],
8866
8869
  description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
8867
8870
  },
@@ -8904,7 +8907,7 @@ var patterns_registry_default = {
8904
8907
  },
8905
8908
  error: {
8906
8909
  types: [
8907
- "error"
8910
+ "object"
8908
8911
  ],
8909
8912
  description: "Error state"
8910
8913
  },
@@ -9242,7 +9245,7 @@ var patterns_registry_default = {
9242
9245
  propsSchema: {
9243
9246
  entity: {
9244
9247
  types: [
9245
- "battleentity"
9248
+ "object"
9246
9249
  ],
9247
9250
  description: "Entity containing all board data",
9248
9251
  required: true
@@ -9400,7 +9403,7 @@ var patterns_registry_default = {
9400
9403
  propsSchema: {
9401
9404
  entity: {
9402
9405
  types: [
9403
- "castleentity"
9406
+ "object"
9404
9407
  ],
9405
9408
  description: "Castle entity data",
9406
9409
  required: true
@@ -9552,13 +9555,13 @@ var patterns_registry_default = {
9552
9555
  },
9553
9556
  orientation: {
9554
9557
  types: [
9555
- "maporientation"
9558
+ "object"
9556
9559
  ],
9557
9560
  description: "Map orientation"
9558
9561
  },
9559
9562
  cameraMode: {
9560
9563
  types: [
9561
- "cameramode"
9564
+ "object"
9562
9565
  ],
9563
9566
  description: "Camera mode"
9564
9567
  },
@@ -9582,7 +9585,7 @@ var patterns_registry_default = {
9582
9585
  },
9583
9586
  overlay: {
9584
9587
  types: [
9585
- "overlaycontrol"
9588
+ "object"
9586
9589
  ],
9587
9590
  description: "Overlay control mode"
9588
9591
  },
@@ -9636,25 +9639,25 @@ var patterns_registry_default = {
9636
9639
  },
9637
9640
  assetLoader: {
9638
9641
  types: [
9639
- "assetloader"
9642
+ "object"
9640
9643
  ],
9641
9644
  description: "Asset loader instance (uses global singleton if not provided)"
9642
9645
  },
9643
9646
  tileRenderer: {
9644
9647
  types: [
9645
- "react.fc"
9648
+ "object"
9646
9649
  ],
9647
9650
  description: "Custom tile renderer component"
9648
9651
  },
9649
9652
  unitRenderer: {
9650
9653
  types: [
9651
- "react.fc"
9654
+ "object"
9652
9655
  ],
9653
9656
  description: "Custom unit renderer component"
9654
9657
  },
9655
9658
  featureRenderer: {
9656
9659
  types: [
9657
- "react.fc"
9660
+ "object"
9658
9661
  ],
9659
9662
  description: "Custom feature renderer component"
9660
9663
  },
@@ -10027,19 +10030,19 @@ var patterns_registry_default = {
10027
10030
  propsSchema: {
10028
10031
  mode: {
10029
10032
  types: [
10030
- "cameramode"
10033
+ "object"
10031
10034
  ],
10032
10035
  description: "Camera mode"
10033
10036
  },
10034
10037
  position: {
10035
10038
  types: [
10036
- "unknown"
10039
+ "array"
10037
10040
  ],
10038
10041
  description: "Initial camera position"
10039
10042
  },
10040
10043
  target: {
10041
10044
  types: [
10042
- "unknown"
10045
+ "array"
10043
10046
  ],
10044
10047
  description: "Target to look at"
10045
10048
  },
@@ -10117,7 +10120,7 @@ var patterns_registry_default = {
10117
10120
  },
10118
10121
  directionalPosition: {
10119
10122
  types: [
10120
- "unknown"
10123
+ "array"
10121
10124
  ],
10122
10125
  description: "Directional light position"
10123
10126
  },
@@ -10292,20 +10295,20 @@ var patterns_registry_default = {
10292
10295
  },
10293
10296
  position: {
10294
10297
  types: [
10295
- "unknown"
10298
+ "array"
10296
10299
  ],
10297
10300
  description: "Position [x, y, z]"
10298
10301
  },
10299
10302
  scale: {
10300
10303
  types: [
10301
10304
  "number",
10302
- "unknown"
10305
+ "array"
10303
10306
  ],
10304
10307
  description: "Scale - either a single number or [x, y, z]"
10305
10308
  },
10306
10309
  rotation: {
10307
10310
  types: [
10308
- "unknown"
10311
+ "array"
10309
10312
  ],
10310
10313
  description: "Rotation in degrees [x, y, z]"
10311
10314
  },
@@ -10386,13 +10389,13 @@ var patterns_registry_default = {
10386
10389
  },
10387
10390
  initialPosition: {
10388
10391
  types: [
10389
- "unknown"
10392
+ "array"
10390
10393
  ],
10391
10394
  description: "Initial position [x, y, z]"
10392
10395
  },
10393
10396
  initialVelocity: {
10394
10397
  types: [
10395
- "unknown"
10398
+ "array"
10396
10399
  ],
10397
10400
  description: "Initial velocity [vx, vy, vz]"
10398
10401
  },
@@ -10417,7 +10420,7 @@ var patterns_registry_default = {
10417
10420
  scale: {
10418
10421
  types: [
10419
10422
  "number",
10420
- "unknown"
10423
+ "array"
10421
10424
  ],
10422
10425
  description: "Model scale"
10423
10426
  },
@@ -11144,7 +11147,7 @@ var patterns_registry_default = {
11144
11147
  propsSchema: {
11145
11148
  variant: {
11146
11149
  types: [
11147
- "skeletonvariant"
11150
+ "object"
11148
11151
  ],
11149
11152
  description: "The skeleton variant to render"
11150
11153
  },
@@ -11188,7 +11191,7 @@ var patterns_registry_default = {
11188
11191
  propsSchema: {
11189
11192
  manifest: {
11190
11193
  types: [
11191
- "audiomanifest"
11194
+ "object"
11192
11195
  ],
11193
11196
  description: "Sound manifest \u2014 keys mapped to SoundEntry definitions",
11194
11197
  required: true
@@ -11226,7 +11229,7 @@ var patterns_registry_default = {
11226
11229
  },
11227
11230
  error: {
11228
11231
  types: [
11229
- "error"
11232
+ "object"
11230
11233
  ],
11231
11234
  description: "error prop"
11232
11235
  },
@@ -11270,7 +11273,7 @@ var patterns_registry_default = {
11270
11273
  },
11271
11274
  error: {
11272
11275
  types: [
11273
- "error"
11276
+ "object"
11274
11277
  ],
11275
11278
  description: "Error state (passed through)"
11276
11279
  },
@@ -11302,7 +11305,7 @@ var patterns_registry_default = {
11302
11305
  },
11303
11306
  equippedItem: {
11304
11307
  types: [
11305
- "slotitemdata"
11308
+ "object"
11306
11309
  ],
11307
11310
  description: "Currently equipped item, if any"
11308
11311
  },
@@ -11362,7 +11365,7 @@ var patterns_registry_default = {
11362
11365
  },
11363
11366
  error: {
11364
11367
  types: [
11365
- "error"
11368
+ "object"
11366
11369
  ],
11367
11370
  description: "Error state"
11368
11371
  },
@@ -11436,7 +11439,7 @@ var patterns_registry_default = {
11436
11439
  propsSchema: {
11437
11440
  trait: {
11438
11441
  types: [
11439
- "traitstatemachinedefinition"
11442
+ "object"
11440
11443
  ],
11441
11444
  description: "The trait / state machine to visualize",
11442
11445
  required: true
@@ -11485,7 +11488,7 @@ var patterns_registry_default = {
11485
11488
  },
11486
11489
  error: {
11487
11490
  types: [
11488
- "error"
11491
+ "object"
11489
11492
  ],
11490
11493
  description: "Error state"
11491
11494
  },
@@ -11834,13 +11837,13 @@ var patterns_registry_default = {
11834
11837
  },
11835
11838
  schema: {
11836
11839
  types: [
11837
- "smschema"
11840
+ "object"
11838
11841
  ],
11839
11842
  description: "Full schema \u2014 extracts first trait's state machine"
11840
11843
  },
11841
11844
  trait: {
11842
11845
  types: [
11843
- "smtrait"
11846
+ "object"
11844
11847
  ],
11845
11848
  description: "Or pass a single trait directly"
11846
11849
  },
@@ -11956,7 +11959,7 @@ var patterns_registry_default = {
11956
11959
  },
11957
11960
  layoutData: {
11958
11961
  types: [
11959
- "domlayoutdata"
11962
+ "object"
11960
11963
  ],
11961
11964
  description: "layoutData prop",
11962
11965
  required: true
@@ -12061,7 +12064,7 @@ var patterns_registry_default = {
12061
12064
  },
12062
12065
  chapter: {
12063
12066
  types: [
12064
- "bookchapter"
12067
+ "object"
12065
12068
  ],
12066
12069
  description: "chapter prop",
12067
12070
  required: true
@@ -12523,7 +12526,7 @@ var patterns_registry_default = {
12523
12526
  },
12524
12527
  fieldMap: {
12525
12528
  types: [
12526
- "bookfieldmap",
12529
+ "object",
12527
12530
  "string"
12528
12531
  ],
12529
12532
  description: 'Field name translation map \u2014 a BookFieldMap object or locale key ("ar")'
@@ -12620,7 +12623,7 @@ var patterns_registry_default = {
12620
12623
  preset: {
12621
12624
  types: [
12622
12625
  "string",
12623
- "physicspreset"
12626
+ "object"
12624
12627
  ],
12625
12628
  description: "preset prop",
12626
12629
  required: true
@@ -12817,7 +12820,7 @@ var patterns_registry_default = {
12817
12820
  propsSchema: {
12818
12821
  entity: {
12819
12822
  types: [
12820
- "builderpuzzleentity"
12823
+ "object"
12821
12824
  ],
12822
12825
  description: "entity prop",
12823
12826
  required: true
@@ -12843,7 +12846,7 @@ var patterns_registry_default = {
12843
12846
  propsSchema: {
12844
12847
  entity: {
12845
12848
  types: [
12846
- "classifierpuzzleentity"
12849
+ "object"
12847
12850
  ],
12848
12851
  description: "entity prop",
12849
12852
  required: true
@@ -12869,7 +12872,7 @@ var patterns_registry_default = {
12869
12872
  propsSchema: {
12870
12873
  entity: {
12871
12874
  types: [
12872
- "debuggerpuzzleentity"
12875
+ "object"
12873
12876
  ],
12874
12877
  description: "entity prop",
12875
12878
  required: true
@@ -12896,7 +12899,7 @@ var patterns_registry_default = {
12896
12899
  propsSchema: {
12897
12900
  entity: {
12898
12901
  types: [
12899
- "eventhandlerpuzzleentity"
12902
+ "object"
12900
12903
  ],
12901
12904
  description: "Puzzle data",
12902
12905
  required: true
@@ -12973,7 +12976,7 @@ var patterns_registry_default = {
12973
12976
  propsSchema: {
12974
12977
  object: {
12975
12978
  types: [
12976
- "puzzleobjectdef"
12979
+ "object"
12977
12980
  ],
12978
12981
  description: "The selected object",
12979
12982
  required: true
@@ -13012,7 +13015,7 @@ var patterns_registry_default = {
13012
13015
  propsSchema: {
13013
13016
  rule: {
13014
13017
  types: [
13015
- "ruledefinition"
13018
+ "object"
13016
13019
  ],
13017
13020
  description: "The current rule",
13018
13021
  required: true
@@ -13071,7 +13074,7 @@ var patterns_registry_default = {
13071
13074
  propsSchema: {
13072
13075
  entity: {
13073
13076
  types: [
13074
- "negotiatorpuzzleentity"
13077
+ "object"
13075
13078
  ],
13076
13079
  description: "entity prop",
13077
13080
  required: true
@@ -13153,7 +13156,7 @@ var patterns_registry_default = {
13153
13156
  propsSchema: {
13154
13157
  action: {
13155
13158
  types: [
13156
- "slotitemdata"
13159
+ "object"
13157
13160
  ],
13158
13161
  description: "The action data",
13159
13162
  required: true
@@ -13268,7 +13271,7 @@ var patterns_registry_default = {
13268
13271
  propsSchema: {
13269
13272
  entity: {
13270
13273
  types: [
13271
- "sequencerpuzzleentity"
13274
+ "object"
13272
13275
  ],
13273
13276
  description: "Puzzle data",
13274
13277
  required: true
@@ -13312,7 +13315,7 @@ var patterns_registry_default = {
13312
13315
  propsSchema: {
13313
13316
  entity: {
13314
13317
  types: [
13315
- "simulatorpuzzleentity"
13318
+ "object"
13316
13319
  ],
13317
13320
  description: "entity prop",
13318
13321
  required: true
@@ -13377,7 +13380,7 @@ var patterns_registry_default = {
13377
13380
  propsSchema: {
13378
13381
  entity: {
13379
13382
  types: [
13380
- "statearchitectpuzzleentity"
13383
+ "object"
13381
13384
  ],
13382
13385
  description: "Puzzle data",
13383
13386
  required: true
@@ -13563,7 +13566,7 @@ var patterns_registry_default = {
13563
13566
  propsSchema: {
13564
13567
  date: {
13565
13568
  types: [
13566
- "date"
13569
+ "object"
13567
13570
  ],
13568
13571
  description: "The date this cell represents",
13569
13572
  required: true
@@ -13685,7 +13688,7 @@ var patterns_registry_default = {
13685
13688
  propsSchema: {
13686
13689
  weekStart: {
13687
13690
  types: [
13688
- "date"
13691
+ "object"
13689
13692
  ],
13690
13693
  description: "Start of the week (defaults to current week's Monday)"
13691
13694
  },
@@ -14054,7 +14057,7 @@ var patterns_registry_default = {
14054
14057
  },
14055
14058
  size: {
14056
14059
  types: [
14057
- "dotsize"
14060
+ "object"
14058
14061
  ],
14059
14062
  description: "Dot size"
14060
14063
  }
@@ -14073,27 +14076,28 @@ var patterns_registry_default = {
14073
14076
  propsSchema: {
14074
14077
  entity: {
14075
14078
  types: [
14076
- "unknown"
14079
+ "unknown",
14080
+ "array"
14077
14081
  ],
14078
14082
  description: "Entity data array",
14079
14083
  required: true
14080
14084
  },
14081
14085
  fields: {
14082
14086
  types: [
14083
- "unknown"
14087
+ "array"
14084
14088
  ],
14085
14089
  description: "Field definitions for rendering each card",
14086
14090
  required: true
14087
14091
  },
14088
14092
  columns: {
14089
14093
  types: [
14090
- "unknown"
14094
+ "array"
14091
14095
  ],
14092
14096
  description: "Alias for fields (compiler generates `columns` for field definitions)"
14093
14097
  },
14094
14098
  itemActions: {
14095
14099
  types: [
14096
- "unknown"
14100
+ "array"
14097
14101
  ],
14098
14102
  description: "Per-item action buttons"
14099
14103
  },
@@ -14129,7 +14133,7 @@ var patterns_registry_default = {
14129
14133
  },
14130
14134
  error: {
14131
14135
  types: [
14132
- "error"
14136
+ "object"
14133
14137
  ],
14134
14138
  description: "Error state"
14135
14139
  },
@@ -14196,27 +14200,28 @@ var patterns_registry_default = {
14196
14200
  propsSchema: {
14197
14201
  entity: {
14198
14202
  types: [
14199
- "unknown"
14203
+ "unknown",
14204
+ "array"
14200
14205
  ],
14201
14206
  description: "Entity data array",
14202
14207
  required: true
14203
14208
  },
14204
14209
  fields: {
14205
14210
  types: [
14206
- "unknown"
14211
+ "array"
14207
14212
  ],
14208
14213
  description: "Field definitions for rendering each row",
14209
14214
  required: true
14210
14215
  },
14211
14216
  columns: {
14212
14217
  types: [
14213
- "unknown"
14218
+ "array"
14214
14219
  ],
14215
14220
  description: "Alias for fields (compiler may generate `columns` for field definitions)"
14216
14221
  },
14217
14222
  itemActions: {
14218
14223
  types: [
14219
- "unknown"
14224
+ "array"
14220
14225
  ],
14221
14226
  description: "Per-item action buttons"
14222
14227
  },
@@ -14264,7 +14269,7 @@ var patterns_registry_default = {
14264
14269
  },
14265
14270
  error: {
14266
14271
  types: [
14267
- "error"
14272
+ "object"
14268
14273
  ],
14269
14274
  description: "Error state"
14270
14275
  },
@@ -14288,7 +14293,7 @@ var patterns_registry_default = {
14288
14293
  },
14289
14294
  swipeLeftActions: {
14290
14295
  types: [
14291
- "unknown"
14296
+ "array"
14292
14297
  ],
14293
14298
  description: "Actions revealed on left swipe"
14294
14299
  },
@@ -14300,7 +14305,7 @@ var patterns_registry_default = {
14300
14305
  },
14301
14306
  swipeRightActions: {
14302
14307
  types: [
14303
- "unknown"
14308
+ "array"
14304
14309
  ],
14305
14310
  description: "Actions revealed on right swipe"
14306
14311
  },
@@ -14355,13 +14360,13 @@ var patterns_registry_default = {
14355
14360
  propsSchema: {
14356
14361
  player: {
14357
14362
  types: [
14358
- "platformerplayer"
14363
+ "object"
14359
14364
  ],
14360
14365
  description: "Player state data"
14361
14366
  },
14362
14367
  platforms: {
14363
14368
  types: [
14364
- "unknown"
14369
+ "array"
14365
14370
  ],
14366
14371
  description: "Static platforms / level geometry"
14367
14372
  },
@@ -14597,7 +14602,7 @@ var patterns_registry_default = {
14597
14602
  },
14598
14603
  size: {
14599
14604
  types: [
14600
- "rangeslidersize"
14605
+ "object"
14601
14606
  ],
14602
14607
  description: "Slider size"
14603
14608
  },
@@ -14646,7 +14651,7 @@ var patterns_registry_default = {
14646
14651
  propsSchema: {
14647
14652
  status: {
14648
14653
  types: [
14649
- "statusdotstatus"
14654
+ "object"
14650
14655
  ],
14651
14656
  description: "Status determines the dot color"
14652
14657
  },
@@ -14658,7 +14663,7 @@ var patterns_registry_default = {
14658
14663
  },
14659
14664
  size: {
14660
14665
  types: [
14661
- "statusdotsize"
14666
+ "object"
14662
14667
  ],
14663
14668
  description: "Dot size"
14664
14669
  },
@@ -14689,7 +14694,7 @@ var patterns_registry_default = {
14689
14694
  },
14690
14695
  direction: {
14691
14696
  types: [
14692
- "trenddirection"
14697
+ "object"
14693
14698
  ],
14694
14699
  description: "Override automatic direction detection (positive=up, negative=down, zero=flat)"
14695
14700
  },
@@ -14713,7 +14718,7 @@ var patterns_registry_default = {
14713
14718
  },
14714
14719
  size: {
14715
14720
  types: [
14716
- "trendindicatorsize"
14721
+ "object"
14717
14722
  ],
14718
14723
  description: "Size of the indicator"
14719
14724
  }
@@ -14816,7 +14821,7 @@ var patterns_registry_default = {
14816
14821
  },
14817
14822
  size: {
14818
14823
  types: [
14819
- "numbersteppersize"
14824
+ "object"
14820
14825
  ],
14821
14826
  description: "Size variant"
14822
14827
  },
@@ -14889,13 +14894,13 @@ var patterns_registry_default = {
14889
14894
  },
14890
14895
  precision: {
14891
14896
  types: [
14892
- "starratingprecision"
14897
+ "object"
14893
14898
  ],
14894
14899
  description: "Full or half-star precision"
14895
14900
  },
14896
14901
  size: {
14897
14902
  types: [
14898
- "starratingsize"
14903
+ "object"
14899
14904
  ],
14900
14905
  description: "Star size"
14901
14906
  },
@@ -15496,7 +15501,7 @@ var patterns_registry_default = {
15496
15501
  },
15497
15502
  error: {
15498
15503
  types: [
15499
- "error"
15504
+ "object"
15500
15505
  ],
15501
15506
  description: "Error state"
15502
15507
  }
@@ -16709,7 +16714,7 @@ var patterns_registry_default = {
16709
16714
  propsSchema: {
16710
16715
  variant: {
16711
16716
  types: [
16712
- "typographyvariant"
16717
+ "object"
16713
16718
  ],
16714
16719
  description: "Typography variant"
16715
16720
  },
@@ -16739,7 +16744,7 @@ var patterns_registry_default = {
16739
16744
  },
16740
16745
  size: {
16741
16746
  types: [
16742
- "typographysize"
16747
+ "object"
16743
16748
  ],
16744
16749
  description: "Font size override"
16745
16750
  },
@@ -16804,7 +16809,7 @@ var patterns_registry_default = {
16804
16809
  propsSchema: {
16805
16810
  variant: {
16806
16811
  types: [
16807
- "typographyvariant"
16812
+ "object"
16808
16813
  ],
16809
16814
  description: "Typography variant"
16810
16815
  },
@@ -16834,7 +16839,7 @@ var patterns_registry_default = {
16834
16839
  },
16835
16840
  size: {
16836
16841
  types: [
16837
- "typographysize"
16842
+ "object"
16838
16843
  ],
16839
16844
  description: "Font size override"
16840
16845
  },
@@ -17514,7 +17519,7 @@ var integrators_registry_default = {
17514
17519
  // src/component-mapping.json
17515
17520
  var component_mapping_default = {
17516
17521
  version: "1.0.0",
17517
- exportedAt: "2026-03-15T00:20:59.995Z",
17522
+ exportedAt: "2026-03-16T01:48:20.029Z",
17518
17523
  mappings: {
17519
17524
  "page-header": {
17520
17525
  component: "PageHeader",
@@ -18740,7 +18745,7 @@ var component_mapping_default = {
18740
18745
  // src/event-contracts.json
18741
18746
  var event_contracts_default = {
18742
18747
  version: "1.0.0",
18743
- exportedAt: "2026-03-15T00:20:59.995Z",
18748
+ exportedAt: "2026-03-16T01:48:20.029Z",
18744
18749
  contracts: {
18745
18750
  form: {
18746
18751
  emits: [