@ixo/editor 2.39.0 → 2.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,9 +38,9 @@ declare const CheckboxBlockSpec: {
38
38
  readonly ttlFromCommitment: {
39
39
  readonly default: "";
40
40
  };
41
- };
42
- readonly skill: {
43
- readonly default: "";
41
+ readonly skill: {
42
+ readonly default: "";
43
+ };
44
44
  };
45
45
  readonly content: "inline";
46
46
  };
@@ -77,9 +77,9 @@ declare const CheckboxBlockSpec: {
77
77
  readonly ttlFromCommitment: {
78
78
  readonly default: "";
79
79
  };
80
- };
81
- readonly skill: {
82
- readonly default: "";
80
+ readonly skill: {
81
+ readonly default: "";
82
+ };
83
83
  };
84
84
  readonly content: "inline";
85
85
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -112,9 +112,9 @@ declare const ListBlockSpec: {
112
112
  readonly icon: {
113
113
  readonly default: "📋";
114
114
  };
115
- };
116
- readonly skill: {
117
- readonly default: "";
115
+ readonly skill: {
116
+ readonly default: "";
117
+ };
118
118
  };
119
119
  readonly content: "none";
120
120
  };
@@ -142,9 +142,9 @@ declare const ListBlockSpec: {
142
142
  readonly icon: {
143
143
  readonly default: "📋";
144
144
  };
145
- };
146
- readonly skill: {
147
- readonly default: "";
145
+ readonly skill: {
146
+ readonly default: "";
147
+ };
148
148
  };
149
149
  readonly content: "none";
150
150
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -1197,6 +1197,10 @@ interface BlockRequirements {
1197
1197
  coreAddress: string;
1198
1198
  };
1199
1199
  }
1200
+ interface UnlMapConfig {
1201
+ apiKey: string;
1202
+ vpmId: string;
1203
+ }
1200
1204
  /**
1201
1205
  * UDID outcome values matching EvaluationStatus enum
1202
1206
  * PENDING = 0, APPROVED = 1, REJECTED = 2, DISPUTED = 3, INVALIDATED = 4, UNRECOGNIZED = -1
@@ -2216,6 +2220,7 @@ interface BlocknoteContextValue {
2216
2220
  editor?: IxoEditorType;
2217
2221
  handlers?: BlocknoteHandlers;
2218
2222
  blockRequirements?: BlockRequirements;
2223
+ mapConfig?: UnlMapConfig;
2219
2224
  editable?: boolean;
2220
2225
  docType: DocType;
2221
2226
  sharedProposals: SharedProposalData;
@@ -2241,6 +2246,7 @@ declare const BlocknoteProvider: React.FC<{
2241
2246
  getDynamicListData?: DynamicListDataProvider;
2242
2247
  dynamicListPanelRenderer?: DynamicListPanelRenderer;
2243
2248
  domainCardRenderer?: DomainCardRenderer;
2249
+ mapConfig?: UnlMapConfig;
2244
2250
  }>;
2245
2251
  declare const useBlocknoteContext: () => BlocknoteContextValue;
2246
2252
  declare const useBlocknoteHandlers: () => BlocknoteHandlers;
@@ -2338,9 +2344,9 @@ declare const ProposalBlockSpec: {
2338
2344
  readonly ttlFromCommitment: {
2339
2345
  readonly default: "";
2340
2346
  };
2341
- };
2342
- readonly skill: {
2343
- readonly default: "";
2347
+ readonly skill: {
2348
+ readonly default: "";
2349
+ };
2344
2350
  };
2345
2351
  readonly content: "none";
2346
2352
  };
@@ -2399,9 +2405,9 @@ declare const ProposalBlockSpec: {
2399
2405
  readonly ttlFromCommitment: {
2400
2406
  readonly default: "";
2401
2407
  };
2402
- };
2403
- readonly skill: {
2404
- readonly default: "";
2408
+ readonly skill: {
2409
+ readonly default: "";
2410
+ };
2405
2411
  };
2406
2412
  readonly content: "none";
2407
2413
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -2458,9 +2464,9 @@ declare const ApiRequestBlockSpec: {
2458
2464
  readonly assignment: {
2459
2465
  readonly default: string;
2460
2466
  };
2461
- };
2462
- readonly skill: {
2463
- readonly default: "";
2467
+ readonly skill: {
2468
+ readonly default: "";
2469
+ };
2464
2470
  };
2465
2471
  readonly content: "inline";
2466
2472
  };
@@ -2512,9 +2518,9 @@ declare const ApiRequestBlockSpec: {
2512
2518
  readonly assignment: {
2513
2519
  readonly default: string;
2514
2520
  };
2515
- };
2516
- readonly skill: {
2517
- readonly default: "";
2521
+ readonly skill: {
2522
+ readonly default: "";
2523
+ };
2518
2524
  };
2519
2525
  readonly content: "inline";
2520
2526
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -2562,9 +2568,9 @@ declare const blockSpecs: {
2562
2568
  readonly ttlFromCommitment: {
2563
2569
  readonly default: "";
2564
2570
  };
2565
- };
2566
- readonly skill: {
2567
- readonly default: "";
2571
+ readonly skill: {
2572
+ readonly default: "";
2573
+ };
2568
2574
  };
2569
2575
  readonly content: "inline";
2570
2576
  };
@@ -2601,9 +2607,9 @@ declare const blockSpecs: {
2601
2607
  readonly ttlFromCommitment: {
2602
2608
  readonly default: "";
2603
2609
  };
2604
- };
2605
- readonly skill: {
2606
- readonly default: "";
2610
+ readonly skill: {
2611
+ readonly default: "";
2612
+ };
2607
2613
  };
2608
2614
  readonly content: "inline";
2609
2615
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -2633,9 +2639,9 @@ declare const blockSpecs: {
2633
2639
  readonly icon: {
2634
2640
  readonly default: "📋";
2635
2641
  };
2636
- };
2637
- readonly skill: {
2638
- readonly default: "";
2642
+ readonly skill: {
2643
+ readonly default: "";
2644
+ };
2639
2645
  };
2640
2646
  readonly content: "none";
2641
2647
  };
@@ -2663,9 +2669,9 @@ declare const blockSpecs: {
2663
2669
  readonly icon: {
2664
2670
  readonly default: "📋";
2665
2671
  };
2666
- };
2667
- readonly skill: {
2668
- readonly default: "";
2672
+ readonly skill: {
2673
+ readonly default: "";
2674
+ };
2669
2675
  };
2670
2676
  readonly content: "none";
2671
2677
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -2683,9 +2689,9 @@ declare const blockSpecs: {
2683
2689
  readonly selectedIds: {
2684
2690
  readonly default: "[]";
2685
2691
  };
2686
- };
2687
- readonly skill: {
2688
- readonly default: "";
2692
+ readonly skill: {
2693
+ readonly default: "";
2694
+ };
2689
2695
  };
2690
2696
  readonly content: "none";
2691
2697
  };
@@ -2701,9 +2707,9 @@ declare const blockSpecs: {
2701
2707
  readonly selectedIds: {
2702
2708
  readonly default: "[]";
2703
2709
  };
2704
- };
2705
- readonly skill: {
2706
- readonly default: "";
2710
+ readonly skill: {
2711
+ readonly default: "";
2712
+ };
2707
2713
  };
2708
2714
  readonly content: "none";
2709
2715
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -2784,9 +2790,9 @@ declare const blockSpecs: {
2784
2790
  readonly ttlFromCommitment: {
2785
2791
  readonly default: "";
2786
2792
  };
2787
- };
2788
- readonly skill: {
2789
- readonly default: "";
2793
+ readonly skill: {
2794
+ readonly default: "";
2795
+ };
2790
2796
  };
2791
2797
  readonly content: "none";
2792
2798
  };
@@ -2845,9 +2851,9 @@ declare const blockSpecs: {
2845
2851
  readonly ttlFromCommitment: {
2846
2852
  readonly default: "";
2847
2853
  };
2848
- };
2849
- readonly skill: {
2850
- readonly default: "";
2854
+ readonly skill: {
2855
+ readonly default: "";
2856
+ };
2851
2857
  };
2852
2858
  readonly content: "none";
2853
2859
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -2901,9 +2907,9 @@ declare const blockSpecs: {
2901
2907
  readonly assignment: {
2902
2908
  readonly default: string;
2903
2909
  };
2904
- };
2905
- readonly skill: {
2906
- readonly default: "";
2910
+ readonly skill: {
2911
+ readonly default: "";
2912
+ };
2907
2913
  };
2908
2914
  readonly content: "inline";
2909
2915
  };
@@ -2955,9 +2961,9 @@ declare const blockSpecs: {
2955
2961
  readonly assignment: {
2956
2962
  readonly default: string;
2957
2963
  };
2958
- };
2959
- readonly skill: {
2960
- readonly default: "";
2964
+ readonly skill: {
2965
+ readonly default: "";
2966
+ };
2961
2967
  };
2962
2968
  readonly content: "inline";
2963
2969
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3023,9 +3029,9 @@ declare const blockSpecs: {
3023
3029
  readonly conditions: {
3024
3030
  readonly default: "";
3025
3031
  };
3026
- };
3027
- readonly skill: {
3028
- readonly default: "";
3032
+ readonly skill: {
3033
+ readonly default: "";
3034
+ };
3029
3035
  };
3030
3036
  readonly content: "inline";
3031
3037
  };
@@ -3089,9 +3095,9 @@ declare const blockSpecs: {
3089
3095
  readonly conditions: {
3090
3096
  readonly default: "";
3091
3097
  };
3092
- };
3093
- readonly skill: {
3094
- readonly default: "";
3098
+ readonly skill: {
3099
+ readonly default: "";
3100
+ };
3095
3101
  };
3096
3102
  readonly content: "inline";
3097
3103
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3151,9 +3157,9 @@ declare const blockSpecs: {
3151
3157
  readonly assignment: {
3152
3158
  readonly default: string;
3153
3159
  };
3154
- };
3155
- readonly skill: {
3156
- readonly default: "";
3160
+ readonly skill: {
3161
+ readonly default: "";
3162
+ };
3157
3163
  };
3158
3164
  readonly content: "none";
3159
3165
  };
@@ -3211,9 +3217,9 @@ declare const blockSpecs: {
3211
3217
  readonly assignment: {
3212
3218
  readonly default: string;
3213
3219
  };
3214
- };
3215
- readonly skill: {
3216
- readonly default: "";
3220
+ readonly skill: {
3221
+ readonly default: "";
3222
+ };
3217
3223
  };
3218
3224
  readonly content: "none";
3219
3225
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3270,9 +3276,9 @@ declare const blockSpecs: {
3270
3276
  readonly assignment: {
3271
3277
  readonly default: string;
3272
3278
  };
3273
- };
3274
- readonly skill: {
3275
- readonly default: "";
3279
+ readonly skill: {
3280
+ readonly default: "";
3281
+ };
3276
3282
  };
3277
3283
  readonly content: "none";
3278
3284
  };
@@ -3327,9 +3333,9 @@ declare const blockSpecs: {
3327
3333
  readonly assignment: {
3328
3334
  readonly default: string;
3329
3335
  };
3330
- };
3331
- readonly skill: {
3332
- readonly default: "";
3336
+ readonly skill: {
3337
+ readonly default: "";
3338
+ };
3333
3339
  };
3334
3340
  readonly content: "none";
3335
3341
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3368,9 +3374,9 @@ declare const blockSpecs: {
3368
3374
  readonly assignment: {
3369
3375
  readonly default: string;
3370
3376
  };
3371
- };
3372
- readonly skill: {
3373
- readonly default: "";
3377
+ readonly skill: {
3378
+ readonly default: "";
3379
+ };
3374
3380
  };
3375
3381
  readonly content: "none";
3376
3382
  };
@@ -3407,9 +3413,9 @@ declare const blockSpecs: {
3407
3413
  readonly assignment: {
3408
3414
  readonly default: string;
3409
3415
  };
3410
- };
3411
- readonly skill: {
3412
- readonly default: "";
3416
+ readonly skill: {
3417
+ readonly default: "";
3418
+ };
3413
3419
  };
3414
3420
  readonly content: "none";
3415
3421
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3442,9 +3448,9 @@ declare const blockSpecs: {
3442
3448
  readonly entityType: {
3443
3449
  readonly default: "";
3444
3450
  };
3445
- };
3446
- readonly skill: {
3447
- readonly default: "";
3451
+ readonly skill: {
3452
+ readonly default: "";
3453
+ };
3448
3454
  };
3449
3455
  readonly content: "none";
3450
3456
  };
@@ -3475,9 +3481,9 @@ declare const blockSpecs: {
3475
3481
  readonly entityType: {
3476
3482
  readonly default: "";
3477
3483
  };
3478
- };
3479
- readonly skill: {
3480
- readonly default: "";
3484
+ readonly skill: {
3485
+ readonly default: "";
3486
+ };
3481
3487
  };
3482
3488
  readonly content: "none";
3483
3489
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3540,9 +3546,9 @@ declare const blockSpecs: {
3540
3546
  readonly conditions: {
3541
3547
  readonly default: "";
3542
3548
  };
3543
- };
3544
- readonly skill: {
3545
- readonly default: "";
3549
+ readonly skill: {
3550
+ readonly default: "";
3551
+ };
3546
3552
  };
3547
3553
  readonly content: "none";
3548
3554
  };
@@ -3603,9 +3609,9 @@ declare const blockSpecs: {
3603
3609
  readonly conditions: {
3604
3610
  readonly default: "";
3605
3611
  };
3606
- };
3607
- readonly skill: {
3608
- readonly default: "";
3612
+ readonly skill: {
3613
+ readonly default: "";
3614
+ };
3609
3615
  };
3610
3616
  readonly content: "none";
3611
3617
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3626,9 +3632,9 @@ declare const blockSpecs: {
3626
3632
  readonly preferences: {
3627
3633
  readonly default: "{}";
3628
3634
  };
3629
- };
3630
- readonly skill: {
3631
- readonly default: "";
3635
+ readonly skill: {
3636
+ readonly default: "";
3637
+ };
3632
3638
  };
3633
3639
  readonly content: "none";
3634
3640
  };
@@ -3647,9 +3653,9 @@ declare const blockSpecs: {
3647
3653
  readonly preferences: {
3648
3654
  readonly default: "{}";
3649
3655
  };
3650
- };
3651
- readonly skill: {
3652
- readonly default: "";
3656
+ readonly skill: {
3657
+ readonly default: "";
3658
+ };
3653
3659
  };
3654
3660
  readonly content: "none";
3655
3661
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3682,9 +3688,9 @@ declare const blockSpecs: {
3682
3688
  readonly actions: {
3683
3689
  readonly default: "[]";
3684
3690
  };
3685
- };
3686
- readonly skill: {
3687
- readonly default: "";
3691
+ readonly skill: {
3692
+ readonly default: "";
3693
+ };
3688
3694
  };
3689
3695
  readonly content: "none";
3690
3696
  };
@@ -3715,9 +3721,9 @@ declare const blockSpecs: {
3715
3721
  readonly actions: {
3716
3722
  readonly default: "[]";
3717
3723
  };
3718
- };
3719
- readonly skill: {
3720
- readonly default: "";
3724
+ readonly skill: {
3725
+ readonly default: "";
3726
+ };
3721
3727
  };
3722
3728
  readonly content: "none";
3723
3729
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3753,9 +3759,9 @@ declare const blockSpecs: {
3753
3759
  readonly conditions: {
3754
3760
  readonly default: "";
3755
3761
  };
3756
- };
3757
- readonly skill: {
3758
- readonly default: "";
3762
+ readonly skill: {
3763
+ readonly default: "";
3764
+ };
3759
3765
  };
3760
3766
  readonly content: "none";
3761
3767
  };
@@ -3789,9 +3795,9 @@ declare const blockSpecs: {
3789
3795
  readonly conditions: {
3790
3796
  readonly default: "";
3791
3797
  };
3792
- };
3793
- readonly skill: {
3794
- readonly default: "";
3798
+ readonly skill: {
3799
+ readonly default: "";
3800
+ };
3795
3801
  };
3796
3802
  readonly content: "none";
3797
3803
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3821,9 +3827,9 @@ declare const blockSpecs: {
3821
3827
  readonly completedAt: {
3822
3828
  readonly default: "";
3823
3829
  };
3824
- };
3825
- readonly skill: {
3826
- readonly default: "";
3830
+ readonly skill: {
3831
+ readonly default: "";
3832
+ };
3827
3833
  };
3828
3834
  readonly content: "none";
3829
3835
  };
@@ -3851,9 +3857,9 @@ declare const blockSpecs: {
3851
3857
  readonly completedAt: {
3852
3858
  readonly default: "";
3853
3859
  };
3854
- };
3855
- readonly skill: {
3856
- readonly default: "";
3860
+ readonly skill: {
3861
+ readonly default: "";
3862
+ };
3857
3863
  };
3858
3864
  readonly content: "none";
3859
3865
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3904,9 +3910,9 @@ declare const blockSpecs: {
3904
3910
  readonly assignment: {
3905
3911
  readonly default: string;
3906
3912
  };
3907
- };
3908
- readonly skill: {
3909
- readonly default: "";
3913
+ readonly skill: {
3914
+ readonly default: "";
3915
+ };
3910
3916
  };
3911
3917
  readonly content: "none";
3912
3918
  };
@@ -3955,9 +3961,9 @@ declare const blockSpecs: {
3955
3961
  readonly assignment: {
3956
3962
  readonly default: string;
3957
3963
  };
3958
- };
3959
- readonly skill: {
3960
- readonly default: "";
3964
+ readonly skill: {
3965
+ readonly default: "";
3966
+ };
3961
3967
  };
3962
3968
  readonly content: "none";
3963
3969
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -3990,9 +3996,9 @@ declare const blockSpecs: {
3990
3996
  readonly errorMessage: {
3991
3997
  readonly default: "";
3992
3998
  };
3993
- };
3994
- readonly skill: {
3995
- readonly default: "";
3999
+ readonly skill: {
4000
+ readonly default: "";
4001
+ };
3996
4002
  };
3997
4003
  readonly content: "none";
3998
4004
  };
@@ -4023,9 +4029,9 @@ declare const blockSpecs: {
4023
4029
  readonly errorMessage: {
4024
4030
  readonly default: "";
4025
4031
  };
4026
- };
4027
- readonly skill: {
4028
- readonly default: "";
4032
+ readonly skill: {
4033
+ readonly default: "";
4034
+ };
4029
4035
  };
4030
4036
  readonly content: "none";
4031
4037
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -4067,9 +4073,9 @@ declare const blockSpecs: {
4067
4073
  readonly hookedActions: {
4068
4074
  readonly default: "";
4069
4075
  };
4070
- };
4071
- readonly skill: {
4072
- readonly default: "";
4076
+ readonly skill: {
4077
+ readonly default: "";
4078
+ };
4073
4079
  };
4074
4080
  readonly content: "none";
4075
4081
  };
@@ -4109,9 +4115,9 @@ declare const blockSpecs: {
4109
4115
  readonly hookedActions: {
4110
4116
  readonly default: "";
4111
4117
  };
4112
- };
4113
- readonly skill: {
4114
- readonly default: "";
4118
+ readonly skill: {
4119
+ readonly default: "";
4120
+ };
4115
4121
  };
4116
4122
  readonly content: "none";
4117
4123
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -4135,9 +4141,9 @@ declare const blockSpecs: {
4135
4141
  readonly conditions: {
4136
4142
  readonly default: "";
4137
4143
  };
4138
- };
4139
- readonly skill: {
4140
- readonly default: "";
4144
+ readonly skill: {
4145
+ readonly default: "";
4146
+ };
4141
4147
  };
4142
4148
  readonly content: "none";
4143
4149
  };
@@ -4159,9 +4165,53 @@ declare const blockSpecs: {
4159
4165
  readonly conditions: {
4160
4166
  readonly default: "";
4161
4167
  };
4168
+ readonly skill: {
4169
+ readonly default: "";
4170
+ };
4162
4171
  };
4163
- readonly skill: {
4164
- readonly default: "";
4172
+ readonly content: "none";
4173
+ }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
4174
+ };
4175
+ location: {
4176
+ config: {
4177
+ readonly type: "location";
4178
+ readonly propSchema: {
4179
+ readonly title: {
4180
+ readonly default: "";
4181
+ };
4182
+ readonly description: {
4183
+ readonly default: "";
4184
+ };
4185
+ readonly latitude: {
4186
+ readonly default: "";
4187
+ };
4188
+ readonly longitude: {
4189
+ readonly default: "";
4190
+ };
4191
+ readonly skill: {
4192
+ readonly default: "";
4193
+ };
4194
+ };
4195
+ readonly content: "none";
4196
+ };
4197
+ implementation: _blocknote_core.TiptapBlockImplementation<{
4198
+ readonly type: "location";
4199
+ readonly propSchema: {
4200
+ readonly title: {
4201
+ readonly default: "";
4202
+ };
4203
+ readonly description: {
4204
+ readonly default: "";
4205
+ };
4206
+ readonly latitude: {
4207
+ readonly default: "";
4208
+ };
4209
+ readonly longitude: {
4210
+ readonly default: "";
4211
+ };
4212
+ readonly skill: {
4213
+ readonly default: "";
4214
+ };
4165
4215
  };
4166
4216
  readonly content: "none";
4167
4217
  }, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
@@ -4892,6 +4942,7 @@ interface IxoEditorProps {
4892
4942
  mantineTheme?: any;
4893
4943
  handlers?: BlocknoteHandlers;
4894
4944
  blockRequirements?: BlockRequirements;
4945
+ mapConfig?: UnlMapConfig;
4895
4946
  isPanelVisible?: boolean;
4896
4947
  coverImageUrl?: string;
4897
4948
  logoUrl?: string;
@@ -4915,7 +4966,7 @@ interface IxoEditorProps {
4915
4966
  /**
4916
4967
  * IxoEditor component - A customized BlockNote editor for IXO (Mantine UI)
4917
4968
  */
4918
- declare function IxoEditor({ editor, editable, className, onChange, onSelectionChange, children, mantineTheme, handlers, blockRequirements, isPanelVisible, coverImageUrl, logoUrl, selfNav, pageHeaderProps, visualizationRenderer, getDynamicListData, dynamicListPanelRenderer, domainCardRenderer, onExternalDrop, externalDropType, dropIndicator, isPlacementMode, onPlacementCancel, }: IxoEditorProps): React.ReactElement | null;
4969
+ declare function IxoEditor({ editor, editable, className, onChange, onSelectionChange, children, mantineTheme, handlers, blockRequirements, isPanelVisible, coverImageUrl, logoUrl, selfNav, pageHeaderProps, visualizationRenderer, getDynamicListData, dynamicListPanelRenderer, domainCardRenderer, onExternalDrop, externalDropType, dropIndicator, isPlacementMode, onPlacementCancel, mapConfig, }: IxoEditorProps): React.ReactElement | null;
4919
4970
 
4920
4971
  interface CoverImageProps {
4921
4972
  coverImageUrl?: string;