@lexical/react 0.14.3 → 0.14.5

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/package.json CHANGED
@@ -8,26 +8,27 @@
8
8
  "rich-text"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.14.3",
11
+ "version": "0.14.5",
12
12
  "dependencies": {
13
- "@lexical/clipboard": "0.14.3",
14
- "@lexical/code": "0.14.3",
15
- "@lexical/dragon": "0.14.3",
16
- "@lexical/hashtag": "0.14.3",
17
- "@lexical/history": "0.14.3",
18
- "@lexical/link": "0.14.3",
19
- "@lexical/list": "0.14.3",
20
- "@lexical/mark": "0.14.3",
21
- "@lexical/markdown": "0.14.3",
22
- "@lexical/overflow": "0.14.3",
23
- "@lexical/plain-text": "0.14.3",
24
- "@lexical/rich-text": "0.14.3",
25
- "@lexical/selection": "0.14.3",
26
- "@lexical/table": "0.14.3",
27
- "@lexical/text": "0.14.3",
28
- "@lexical/utils": "0.14.3",
29
- "@lexical/yjs": "0.14.3",
30
- "lexical": "0.14.3",
13
+ "@lexical/clipboard": "0.14.5",
14
+ "@lexical/code": "0.14.5",
15
+ "@lexical/devtools-core": "0.14.5",
16
+ "@lexical/dragon": "0.14.5",
17
+ "@lexical/hashtag": "0.14.5",
18
+ "@lexical/history": "0.14.5",
19
+ "@lexical/link": "0.14.5",
20
+ "@lexical/list": "0.14.5",
21
+ "@lexical/mark": "0.14.5",
22
+ "@lexical/markdown": "0.14.5",
23
+ "@lexical/overflow": "0.14.5",
24
+ "@lexical/plain-text": "0.14.5",
25
+ "@lexical/rich-text": "0.14.5",
26
+ "@lexical/selection": "0.14.5",
27
+ "@lexical/table": "0.14.5",
28
+ "@lexical/text": "0.14.5",
29
+ "@lexical/utils": "0.14.5",
30
+ "@lexical/yjs": "0.14.5",
31
+ "lexical": "0.14.5",
31
32
  "react-error-boundary": "^3.1.4"
32
33
  },
33
34
  "peerDependencies": {
@@ -43,880 +44,1200 @@
43
44
  "./LexicalAutoEmbedPlugin": {
44
45
  "import": {
45
46
  "types": "./LexicalAutoEmbedPlugin.d.ts",
47
+ "development": "./LexicalAutoEmbedPlugin.dev.mjs",
48
+ "production": "./LexicalAutoEmbedPlugin.prod.mjs",
46
49
  "node": "./LexicalAutoEmbedPlugin.node.mjs",
47
50
  "default": "./LexicalAutoEmbedPlugin.mjs"
48
51
  },
49
52
  "require": {
50
53
  "types": "./LexicalAutoEmbedPlugin.d.ts",
54
+ "development": "./LexicalAutoEmbedPlugin.dev.js",
55
+ "production": "./LexicalAutoEmbedPlugin.prod.js",
51
56
  "default": "./LexicalAutoEmbedPlugin.js"
52
57
  }
53
58
  },
54
59
  "./LexicalAutoEmbedPlugin.js": {
55
60
  "import": {
56
61
  "types": "./LexicalAutoEmbedPlugin.d.ts",
62
+ "development": "./LexicalAutoEmbedPlugin.dev.mjs",
63
+ "production": "./LexicalAutoEmbedPlugin.prod.mjs",
57
64
  "node": "./LexicalAutoEmbedPlugin.node.mjs",
58
65
  "default": "./LexicalAutoEmbedPlugin.mjs"
59
66
  },
60
67
  "require": {
61
68
  "types": "./LexicalAutoEmbedPlugin.d.ts",
69
+ "development": "./LexicalAutoEmbedPlugin.dev.js",
70
+ "production": "./LexicalAutoEmbedPlugin.prod.js",
62
71
  "default": "./LexicalAutoEmbedPlugin.js"
63
72
  }
64
73
  },
65
74
  "./LexicalAutoFocusPlugin": {
66
75
  "import": {
67
76
  "types": "./LexicalAutoFocusPlugin.d.ts",
77
+ "development": "./LexicalAutoFocusPlugin.dev.mjs",
78
+ "production": "./LexicalAutoFocusPlugin.prod.mjs",
68
79
  "node": "./LexicalAutoFocusPlugin.node.mjs",
69
80
  "default": "./LexicalAutoFocusPlugin.mjs"
70
81
  },
71
82
  "require": {
72
83
  "types": "./LexicalAutoFocusPlugin.d.ts",
84
+ "development": "./LexicalAutoFocusPlugin.dev.js",
85
+ "production": "./LexicalAutoFocusPlugin.prod.js",
73
86
  "default": "./LexicalAutoFocusPlugin.js"
74
87
  }
75
88
  },
76
89
  "./LexicalAutoFocusPlugin.js": {
77
90
  "import": {
78
91
  "types": "./LexicalAutoFocusPlugin.d.ts",
92
+ "development": "./LexicalAutoFocusPlugin.dev.mjs",
93
+ "production": "./LexicalAutoFocusPlugin.prod.mjs",
79
94
  "node": "./LexicalAutoFocusPlugin.node.mjs",
80
95
  "default": "./LexicalAutoFocusPlugin.mjs"
81
96
  },
82
97
  "require": {
83
98
  "types": "./LexicalAutoFocusPlugin.d.ts",
99
+ "development": "./LexicalAutoFocusPlugin.dev.js",
100
+ "production": "./LexicalAutoFocusPlugin.prod.js",
84
101
  "default": "./LexicalAutoFocusPlugin.js"
85
102
  }
86
103
  },
87
104
  "./LexicalAutoLinkPlugin": {
88
105
  "import": {
89
106
  "types": "./LexicalAutoLinkPlugin.d.ts",
107
+ "development": "./LexicalAutoLinkPlugin.dev.mjs",
108
+ "production": "./LexicalAutoLinkPlugin.prod.mjs",
90
109
  "node": "./LexicalAutoLinkPlugin.node.mjs",
91
110
  "default": "./LexicalAutoLinkPlugin.mjs"
92
111
  },
93
112
  "require": {
94
113
  "types": "./LexicalAutoLinkPlugin.d.ts",
114
+ "development": "./LexicalAutoLinkPlugin.dev.js",
115
+ "production": "./LexicalAutoLinkPlugin.prod.js",
95
116
  "default": "./LexicalAutoLinkPlugin.js"
96
117
  }
97
118
  },
98
119
  "./LexicalAutoLinkPlugin.js": {
99
120
  "import": {
100
121
  "types": "./LexicalAutoLinkPlugin.d.ts",
122
+ "development": "./LexicalAutoLinkPlugin.dev.mjs",
123
+ "production": "./LexicalAutoLinkPlugin.prod.mjs",
101
124
  "node": "./LexicalAutoLinkPlugin.node.mjs",
102
125
  "default": "./LexicalAutoLinkPlugin.mjs"
103
126
  },
104
127
  "require": {
105
128
  "types": "./LexicalAutoLinkPlugin.d.ts",
129
+ "development": "./LexicalAutoLinkPlugin.dev.js",
130
+ "production": "./LexicalAutoLinkPlugin.prod.js",
106
131
  "default": "./LexicalAutoLinkPlugin.js"
107
132
  }
108
133
  },
109
134
  "./LexicalBlockWithAlignableContents": {
110
135
  "import": {
111
136
  "types": "./LexicalBlockWithAlignableContents.d.ts",
137
+ "development": "./LexicalBlockWithAlignableContents.dev.mjs",
138
+ "production": "./LexicalBlockWithAlignableContents.prod.mjs",
112
139
  "node": "./LexicalBlockWithAlignableContents.node.mjs",
113
140
  "default": "./LexicalBlockWithAlignableContents.mjs"
114
141
  },
115
142
  "require": {
116
143
  "types": "./LexicalBlockWithAlignableContents.d.ts",
144
+ "development": "./LexicalBlockWithAlignableContents.dev.js",
145
+ "production": "./LexicalBlockWithAlignableContents.prod.js",
117
146
  "default": "./LexicalBlockWithAlignableContents.js"
118
147
  }
119
148
  },
120
149
  "./LexicalBlockWithAlignableContents.js": {
121
150
  "import": {
122
151
  "types": "./LexicalBlockWithAlignableContents.d.ts",
152
+ "development": "./LexicalBlockWithAlignableContents.dev.mjs",
153
+ "production": "./LexicalBlockWithAlignableContents.prod.mjs",
123
154
  "node": "./LexicalBlockWithAlignableContents.node.mjs",
124
155
  "default": "./LexicalBlockWithAlignableContents.mjs"
125
156
  },
126
157
  "require": {
127
158
  "types": "./LexicalBlockWithAlignableContents.d.ts",
159
+ "development": "./LexicalBlockWithAlignableContents.dev.js",
160
+ "production": "./LexicalBlockWithAlignableContents.prod.js",
128
161
  "default": "./LexicalBlockWithAlignableContents.js"
129
162
  }
130
163
  },
131
164
  "./LexicalCharacterLimitPlugin": {
132
165
  "import": {
133
166
  "types": "./LexicalCharacterLimitPlugin.d.ts",
167
+ "development": "./LexicalCharacterLimitPlugin.dev.mjs",
168
+ "production": "./LexicalCharacterLimitPlugin.prod.mjs",
134
169
  "node": "./LexicalCharacterLimitPlugin.node.mjs",
135
170
  "default": "./LexicalCharacterLimitPlugin.mjs"
136
171
  },
137
172
  "require": {
138
173
  "types": "./LexicalCharacterLimitPlugin.d.ts",
174
+ "development": "./LexicalCharacterLimitPlugin.dev.js",
175
+ "production": "./LexicalCharacterLimitPlugin.prod.js",
139
176
  "default": "./LexicalCharacterLimitPlugin.js"
140
177
  }
141
178
  },
142
179
  "./LexicalCharacterLimitPlugin.js": {
143
180
  "import": {
144
181
  "types": "./LexicalCharacterLimitPlugin.d.ts",
182
+ "development": "./LexicalCharacterLimitPlugin.dev.mjs",
183
+ "production": "./LexicalCharacterLimitPlugin.prod.mjs",
145
184
  "node": "./LexicalCharacterLimitPlugin.node.mjs",
146
185
  "default": "./LexicalCharacterLimitPlugin.mjs"
147
186
  },
148
187
  "require": {
149
188
  "types": "./LexicalCharacterLimitPlugin.d.ts",
189
+ "development": "./LexicalCharacterLimitPlugin.dev.js",
190
+ "production": "./LexicalCharacterLimitPlugin.prod.js",
150
191
  "default": "./LexicalCharacterLimitPlugin.js"
151
192
  }
152
193
  },
153
194
  "./LexicalCheckListPlugin": {
154
195
  "import": {
155
196
  "types": "./LexicalCheckListPlugin.d.ts",
197
+ "development": "./LexicalCheckListPlugin.dev.mjs",
198
+ "production": "./LexicalCheckListPlugin.prod.mjs",
156
199
  "node": "./LexicalCheckListPlugin.node.mjs",
157
200
  "default": "./LexicalCheckListPlugin.mjs"
158
201
  },
159
202
  "require": {
160
203
  "types": "./LexicalCheckListPlugin.d.ts",
204
+ "development": "./LexicalCheckListPlugin.dev.js",
205
+ "production": "./LexicalCheckListPlugin.prod.js",
161
206
  "default": "./LexicalCheckListPlugin.js"
162
207
  }
163
208
  },
164
209
  "./LexicalCheckListPlugin.js": {
165
210
  "import": {
166
211
  "types": "./LexicalCheckListPlugin.d.ts",
212
+ "development": "./LexicalCheckListPlugin.dev.mjs",
213
+ "production": "./LexicalCheckListPlugin.prod.mjs",
167
214
  "node": "./LexicalCheckListPlugin.node.mjs",
168
215
  "default": "./LexicalCheckListPlugin.mjs"
169
216
  },
170
217
  "require": {
171
218
  "types": "./LexicalCheckListPlugin.d.ts",
219
+ "development": "./LexicalCheckListPlugin.dev.js",
220
+ "production": "./LexicalCheckListPlugin.prod.js",
172
221
  "default": "./LexicalCheckListPlugin.js"
173
222
  }
174
223
  },
175
224
  "./LexicalClearEditorPlugin": {
176
225
  "import": {
177
226
  "types": "./LexicalClearEditorPlugin.d.ts",
227
+ "development": "./LexicalClearEditorPlugin.dev.mjs",
228
+ "production": "./LexicalClearEditorPlugin.prod.mjs",
178
229
  "node": "./LexicalClearEditorPlugin.node.mjs",
179
230
  "default": "./LexicalClearEditorPlugin.mjs"
180
231
  },
181
232
  "require": {
182
233
  "types": "./LexicalClearEditorPlugin.d.ts",
234
+ "development": "./LexicalClearEditorPlugin.dev.js",
235
+ "production": "./LexicalClearEditorPlugin.prod.js",
183
236
  "default": "./LexicalClearEditorPlugin.js"
184
237
  }
185
238
  },
186
239
  "./LexicalClearEditorPlugin.js": {
187
240
  "import": {
188
241
  "types": "./LexicalClearEditorPlugin.d.ts",
242
+ "development": "./LexicalClearEditorPlugin.dev.mjs",
243
+ "production": "./LexicalClearEditorPlugin.prod.mjs",
189
244
  "node": "./LexicalClearEditorPlugin.node.mjs",
190
245
  "default": "./LexicalClearEditorPlugin.mjs"
191
246
  },
192
247
  "require": {
193
248
  "types": "./LexicalClearEditorPlugin.d.ts",
249
+ "development": "./LexicalClearEditorPlugin.dev.js",
250
+ "production": "./LexicalClearEditorPlugin.prod.js",
194
251
  "default": "./LexicalClearEditorPlugin.js"
195
252
  }
196
253
  },
197
254
  "./LexicalClickableLinkPlugin": {
198
255
  "import": {
199
256
  "types": "./LexicalClickableLinkPlugin.d.ts",
257
+ "development": "./LexicalClickableLinkPlugin.dev.mjs",
258
+ "production": "./LexicalClickableLinkPlugin.prod.mjs",
200
259
  "node": "./LexicalClickableLinkPlugin.node.mjs",
201
260
  "default": "./LexicalClickableLinkPlugin.mjs"
202
261
  },
203
262
  "require": {
204
263
  "types": "./LexicalClickableLinkPlugin.d.ts",
264
+ "development": "./LexicalClickableLinkPlugin.dev.js",
265
+ "production": "./LexicalClickableLinkPlugin.prod.js",
205
266
  "default": "./LexicalClickableLinkPlugin.js"
206
267
  }
207
268
  },
208
269
  "./LexicalClickableLinkPlugin.js": {
209
270
  "import": {
210
271
  "types": "./LexicalClickableLinkPlugin.d.ts",
272
+ "development": "./LexicalClickableLinkPlugin.dev.mjs",
273
+ "production": "./LexicalClickableLinkPlugin.prod.mjs",
211
274
  "node": "./LexicalClickableLinkPlugin.node.mjs",
212
275
  "default": "./LexicalClickableLinkPlugin.mjs"
213
276
  },
214
277
  "require": {
215
278
  "types": "./LexicalClickableLinkPlugin.d.ts",
279
+ "development": "./LexicalClickableLinkPlugin.dev.js",
280
+ "production": "./LexicalClickableLinkPlugin.prod.js",
216
281
  "default": "./LexicalClickableLinkPlugin.js"
217
282
  }
218
283
  },
219
284
  "./LexicalCollaborationContext": {
220
285
  "import": {
221
286
  "types": "./LexicalCollaborationContext.d.ts",
287
+ "development": "./LexicalCollaborationContext.dev.mjs",
288
+ "production": "./LexicalCollaborationContext.prod.mjs",
222
289
  "node": "./LexicalCollaborationContext.node.mjs",
223
290
  "default": "./LexicalCollaborationContext.mjs"
224
291
  },
225
292
  "require": {
226
293
  "types": "./LexicalCollaborationContext.d.ts",
294
+ "development": "./LexicalCollaborationContext.dev.js",
295
+ "production": "./LexicalCollaborationContext.prod.js",
227
296
  "default": "./LexicalCollaborationContext.js"
228
297
  }
229
298
  },
230
299
  "./LexicalCollaborationContext.js": {
231
300
  "import": {
232
301
  "types": "./LexicalCollaborationContext.d.ts",
302
+ "development": "./LexicalCollaborationContext.dev.mjs",
303
+ "production": "./LexicalCollaborationContext.prod.mjs",
233
304
  "node": "./LexicalCollaborationContext.node.mjs",
234
305
  "default": "./LexicalCollaborationContext.mjs"
235
306
  },
236
307
  "require": {
237
308
  "types": "./LexicalCollaborationContext.d.ts",
309
+ "development": "./LexicalCollaborationContext.dev.js",
310
+ "production": "./LexicalCollaborationContext.prod.js",
238
311
  "default": "./LexicalCollaborationContext.js"
239
312
  }
240
313
  },
241
314
  "./LexicalCollaborationPlugin": {
242
315
  "import": {
243
316
  "types": "./LexicalCollaborationPlugin.d.ts",
317
+ "development": "./LexicalCollaborationPlugin.dev.mjs",
318
+ "production": "./LexicalCollaborationPlugin.prod.mjs",
244
319
  "node": "./LexicalCollaborationPlugin.node.mjs",
245
320
  "default": "./LexicalCollaborationPlugin.mjs"
246
321
  },
247
322
  "require": {
248
323
  "types": "./LexicalCollaborationPlugin.d.ts",
324
+ "development": "./LexicalCollaborationPlugin.dev.js",
325
+ "production": "./LexicalCollaborationPlugin.prod.js",
249
326
  "default": "./LexicalCollaborationPlugin.js"
250
327
  }
251
328
  },
252
329
  "./LexicalCollaborationPlugin.js": {
253
330
  "import": {
254
331
  "types": "./LexicalCollaborationPlugin.d.ts",
332
+ "development": "./LexicalCollaborationPlugin.dev.mjs",
333
+ "production": "./LexicalCollaborationPlugin.prod.mjs",
255
334
  "node": "./LexicalCollaborationPlugin.node.mjs",
256
335
  "default": "./LexicalCollaborationPlugin.mjs"
257
336
  },
258
337
  "require": {
259
338
  "types": "./LexicalCollaborationPlugin.d.ts",
339
+ "development": "./LexicalCollaborationPlugin.dev.js",
340
+ "production": "./LexicalCollaborationPlugin.prod.js",
260
341
  "default": "./LexicalCollaborationPlugin.js"
261
342
  }
262
343
  },
263
344
  "./LexicalComposer": {
264
345
  "import": {
265
346
  "types": "./LexicalComposer.d.ts",
347
+ "development": "./LexicalComposer.dev.mjs",
348
+ "production": "./LexicalComposer.prod.mjs",
266
349
  "node": "./LexicalComposer.node.mjs",
267
350
  "default": "./LexicalComposer.mjs"
268
351
  },
269
352
  "require": {
270
353
  "types": "./LexicalComposer.d.ts",
354
+ "development": "./LexicalComposer.dev.js",
355
+ "production": "./LexicalComposer.prod.js",
271
356
  "default": "./LexicalComposer.js"
272
357
  }
273
358
  },
274
359
  "./LexicalComposer.js": {
275
360
  "import": {
276
361
  "types": "./LexicalComposer.d.ts",
362
+ "development": "./LexicalComposer.dev.mjs",
363
+ "production": "./LexicalComposer.prod.mjs",
277
364
  "node": "./LexicalComposer.node.mjs",
278
365
  "default": "./LexicalComposer.mjs"
279
366
  },
280
367
  "require": {
281
368
  "types": "./LexicalComposer.d.ts",
369
+ "development": "./LexicalComposer.dev.js",
370
+ "production": "./LexicalComposer.prod.js",
282
371
  "default": "./LexicalComposer.js"
283
372
  }
284
373
  },
285
374
  "./LexicalComposerContext": {
286
375
  "import": {
287
376
  "types": "./LexicalComposerContext.d.ts",
377
+ "development": "./LexicalComposerContext.dev.mjs",
378
+ "production": "./LexicalComposerContext.prod.mjs",
288
379
  "node": "./LexicalComposerContext.node.mjs",
289
380
  "default": "./LexicalComposerContext.mjs"
290
381
  },
291
382
  "require": {
292
383
  "types": "./LexicalComposerContext.d.ts",
384
+ "development": "./LexicalComposerContext.dev.js",
385
+ "production": "./LexicalComposerContext.prod.js",
293
386
  "default": "./LexicalComposerContext.js"
294
387
  }
295
388
  },
296
389
  "./LexicalComposerContext.js": {
297
390
  "import": {
298
391
  "types": "./LexicalComposerContext.d.ts",
392
+ "development": "./LexicalComposerContext.dev.mjs",
393
+ "production": "./LexicalComposerContext.prod.mjs",
299
394
  "node": "./LexicalComposerContext.node.mjs",
300
395
  "default": "./LexicalComposerContext.mjs"
301
396
  },
302
397
  "require": {
303
398
  "types": "./LexicalComposerContext.d.ts",
399
+ "development": "./LexicalComposerContext.dev.js",
400
+ "production": "./LexicalComposerContext.prod.js",
304
401
  "default": "./LexicalComposerContext.js"
305
402
  }
306
403
  },
307
404
  "./LexicalContentEditable": {
308
405
  "import": {
309
406
  "types": "./LexicalContentEditable.d.ts",
407
+ "development": "./LexicalContentEditable.dev.mjs",
408
+ "production": "./LexicalContentEditable.prod.mjs",
310
409
  "node": "./LexicalContentEditable.node.mjs",
311
410
  "default": "./LexicalContentEditable.mjs"
312
411
  },
313
412
  "require": {
314
413
  "types": "./LexicalContentEditable.d.ts",
414
+ "development": "./LexicalContentEditable.dev.js",
415
+ "production": "./LexicalContentEditable.prod.js",
315
416
  "default": "./LexicalContentEditable.js"
316
417
  }
317
418
  },
318
419
  "./LexicalContentEditable.js": {
319
420
  "import": {
320
421
  "types": "./LexicalContentEditable.d.ts",
422
+ "development": "./LexicalContentEditable.dev.mjs",
423
+ "production": "./LexicalContentEditable.prod.mjs",
321
424
  "node": "./LexicalContentEditable.node.mjs",
322
425
  "default": "./LexicalContentEditable.mjs"
323
426
  },
324
427
  "require": {
325
428
  "types": "./LexicalContentEditable.d.ts",
429
+ "development": "./LexicalContentEditable.dev.js",
430
+ "production": "./LexicalContentEditable.prod.js",
326
431
  "default": "./LexicalContentEditable.js"
327
432
  }
328
433
  },
329
434
  "./LexicalContextMenuPlugin": {
330
435
  "import": {
331
436
  "types": "./LexicalContextMenuPlugin.d.ts",
437
+ "development": "./LexicalContextMenuPlugin.dev.mjs",
438
+ "production": "./LexicalContextMenuPlugin.prod.mjs",
332
439
  "node": "./LexicalContextMenuPlugin.node.mjs",
333
440
  "default": "./LexicalContextMenuPlugin.mjs"
334
441
  },
335
442
  "require": {
336
443
  "types": "./LexicalContextMenuPlugin.d.ts",
444
+ "development": "./LexicalContextMenuPlugin.dev.js",
445
+ "production": "./LexicalContextMenuPlugin.prod.js",
337
446
  "default": "./LexicalContextMenuPlugin.js"
338
447
  }
339
448
  },
340
449
  "./LexicalContextMenuPlugin.js": {
341
450
  "import": {
342
451
  "types": "./LexicalContextMenuPlugin.d.ts",
452
+ "development": "./LexicalContextMenuPlugin.dev.mjs",
453
+ "production": "./LexicalContextMenuPlugin.prod.mjs",
343
454
  "node": "./LexicalContextMenuPlugin.node.mjs",
344
455
  "default": "./LexicalContextMenuPlugin.mjs"
345
456
  },
346
457
  "require": {
347
458
  "types": "./LexicalContextMenuPlugin.d.ts",
459
+ "development": "./LexicalContextMenuPlugin.dev.js",
460
+ "production": "./LexicalContextMenuPlugin.prod.js",
348
461
  "default": "./LexicalContextMenuPlugin.js"
349
462
  }
350
463
  },
351
464
  "./LexicalDecoratorBlockNode": {
352
465
  "import": {
353
466
  "types": "./LexicalDecoratorBlockNode.d.ts",
467
+ "development": "./LexicalDecoratorBlockNode.dev.mjs",
468
+ "production": "./LexicalDecoratorBlockNode.prod.mjs",
354
469
  "node": "./LexicalDecoratorBlockNode.node.mjs",
355
470
  "default": "./LexicalDecoratorBlockNode.mjs"
356
471
  },
357
472
  "require": {
358
473
  "types": "./LexicalDecoratorBlockNode.d.ts",
474
+ "development": "./LexicalDecoratorBlockNode.dev.js",
475
+ "production": "./LexicalDecoratorBlockNode.prod.js",
359
476
  "default": "./LexicalDecoratorBlockNode.js"
360
477
  }
361
478
  },
362
479
  "./LexicalDecoratorBlockNode.js": {
363
480
  "import": {
364
481
  "types": "./LexicalDecoratorBlockNode.d.ts",
482
+ "development": "./LexicalDecoratorBlockNode.dev.mjs",
483
+ "production": "./LexicalDecoratorBlockNode.prod.mjs",
365
484
  "node": "./LexicalDecoratorBlockNode.node.mjs",
366
485
  "default": "./LexicalDecoratorBlockNode.mjs"
367
486
  },
368
487
  "require": {
369
488
  "types": "./LexicalDecoratorBlockNode.d.ts",
489
+ "development": "./LexicalDecoratorBlockNode.dev.js",
490
+ "production": "./LexicalDecoratorBlockNode.prod.js",
370
491
  "default": "./LexicalDecoratorBlockNode.js"
371
492
  }
372
493
  },
373
494
  "./LexicalEditorRefPlugin": {
374
495
  "import": {
375
496
  "types": "./LexicalEditorRefPlugin.d.ts",
497
+ "development": "./LexicalEditorRefPlugin.dev.mjs",
498
+ "production": "./LexicalEditorRefPlugin.prod.mjs",
376
499
  "node": "./LexicalEditorRefPlugin.node.mjs",
377
500
  "default": "./LexicalEditorRefPlugin.mjs"
378
501
  },
379
502
  "require": {
380
503
  "types": "./LexicalEditorRefPlugin.d.ts",
504
+ "development": "./LexicalEditorRefPlugin.dev.js",
505
+ "production": "./LexicalEditorRefPlugin.prod.js",
381
506
  "default": "./LexicalEditorRefPlugin.js"
382
507
  }
383
508
  },
384
509
  "./LexicalEditorRefPlugin.js": {
385
510
  "import": {
386
511
  "types": "./LexicalEditorRefPlugin.d.ts",
512
+ "development": "./LexicalEditorRefPlugin.dev.mjs",
513
+ "production": "./LexicalEditorRefPlugin.prod.mjs",
387
514
  "node": "./LexicalEditorRefPlugin.node.mjs",
388
515
  "default": "./LexicalEditorRefPlugin.mjs"
389
516
  },
390
517
  "require": {
391
518
  "types": "./LexicalEditorRefPlugin.d.ts",
519
+ "development": "./LexicalEditorRefPlugin.dev.js",
520
+ "production": "./LexicalEditorRefPlugin.prod.js",
392
521
  "default": "./LexicalEditorRefPlugin.js"
393
522
  }
394
523
  },
395
524
  "./LexicalErrorBoundary": {
396
525
  "import": {
397
526
  "types": "./LexicalErrorBoundary.d.ts",
527
+ "development": "./LexicalErrorBoundary.dev.mjs",
528
+ "production": "./LexicalErrorBoundary.prod.mjs",
398
529
  "node": "./LexicalErrorBoundary.node.mjs",
399
530
  "default": "./LexicalErrorBoundary.mjs"
400
531
  },
401
532
  "require": {
402
533
  "types": "./LexicalErrorBoundary.d.ts",
534
+ "development": "./LexicalErrorBoundary.dev.js",
535
+ "production": "./LexicalErrorBoundary.prod.js",
403
536
  "default": "./LexicalErrorBoundary.js"
404
537
  }
405
538
  },
406
539
  "./LexicalErrorBoundary.js": {
407
540
  "import": {
408
541
  "types": "./LexicalErrorBoundary.d.ts",
542
+ "development": "./LexicalErrorBoundary.dev.mjs",
543
+ "production": "./LexicalErrorBoundary.prod.mjs",
409
544
  "node": "./LexicalErrorBoundary.node.mjs",
410
545
  "default": "./LexicalErrorBoundary.mjs"
411
546
  },
412
547
  "require": {
413
548
  "types": "./LexicalErrorBoundary.d.ts",
549
+ "development": "./LexicalErrorBoundary.dev.js",
550
+ "production": "./LexicalErrorBoundary.prod.js",
414
551
  "default": "./LexicalErrorBoundary.js"
415
552
  }
416
553
  },
417
554
  "./LexicalHashtagPlugin": {
418
555
  "import": {
419
556
  "types": "./LexicalHashtagPlugin.d.ts",
557
+ "development": "./LexicalHashtagPlugin.dev.mjs",
558
+ "production": "./LexicalHashtagPlugin.prod.mjs",
420
559
  "node": "./LexicalHashtagPlugin.node.mjs",
421
560
  "default": "./LexicalHashtagPlugin.mjs"
422
561
  },
423
562
  "require": {
424
563
  "types": "./LexicalHashtagPlugin.d.ts",
564
+ "development": "./LexicalHashtagPlugin.dev.js",
565
+ "production": "./LexicalHashtagPlugin.prod.js",
425
566
  "default": "./LexicalHashtagPlugin.js"
426
567
  }
427
568
  },
428
569
  "./LexicalHashtagPlugin.js": {
429
570
  "import": {
430
571
  "types": "./LexicalHashtagPlugin.d.ts",
572
+ "development": "./LexicalHashtagPlugin.dev.mjs",
573
+ "production": "./LexicalHashtagPlugin.prod.mjs",
431
574
  "node": "./LexicalHashtagPlugin.node.mjs",
432
575
  "default": "./LexicalHashtagPlugin.mjs"
433
576
  },
434
577
  "require": {
435
578
  "types": "./LexicalHashtagPlugin.d.ts",
579
+ "development": "./LexicalHashtagPlugin.dev.js",
580
+ "production": "./LexicalHashtagPlugin.prod.js",
436
581
  "default": "./LexicalHashtagPlugin.js"
437
582
  }
438
583
  },
439
584
  "./LexicalHistoryPlugin": {
440
585
  "import": {
441
586
  "types": "./LexicalHistoryPlugin.d.ts",
587
+ "development": "./LexicalHistoryPlugin.dev.mjs",
588
+ "production": "./LexicalHistoryPlugin.prod.mjs",
442
589
  "node": "./LexicalHistoryPlugin.node.mjs",
443
590
  "default": "./LexicalHistoryPlugin.mjs"
444
591
  },
445
592
  "require": {
446
593
  "types": "./LexicalHistoryPlugin.d.ts",
594
+ "development": "./LexicalHistoryPlugin.dev.js",
595
+ "production": "./LexicalHistoryPlugin.prod.js",
447
596
  "default": "./LexicalHistoryPlugin.js"
448
597
  }
449
598
  },
450
599
  "./LexicalHistoryPlugin.js": {
451
600
  "import": {
452
601
  "types": "./LexicalHistoryPlugin.d.ts",
602
+ "development": "./LexicalHistoryPlugin.dev.mjs",
603
+ "production": "./LexicalHistoryPlugin.prod.mjs",
453
604
  "node": "./LexicalHistoryPlugin.node.mjs",
454
605
  "default": "./LexicalHistoryPlugin.mjs"
455
606
  },
456
607
  "require": {
457
608
  "types": "./LexicalHistoryPlugin.d.ts",
609
+ "development": "./LexicalHistoryPlugin.dev.js",
610
+ "production": "./LexicalHistoryPlugin.prod.js",
458
611
  "default": "./LexicalHistoryPlugin.js"
459
612
  }
460
613
  },
461
614
  "./LexicalHorizontalRuleNode": {
462
615
  "import": {
463
616
  "types": "./LexicalHorizontalRuleNode.d.ts",
617
+ "development": "./LexicalHorizontalRuleNode.dev.mjs",
618
+ "production": "./LexicalHorizontalRuleNode.prod.mjs",
464
619
  "node": "./LexicalHorizontalRuleNode.node.mjs",
465
620
  "default": "./LexicalHorizontalRuleNode.mjs"
466
621
  },
467
622
  "require": {
468
623
  "types": "./LexicalHorizontalRuleNode.d.ts",
624
+ "development": "./LexicalHorizontalRuleNode.dev.js",
625
+ "production": "./LexicalHorizontalRuleNode.prod.js",
469
626
  "default": "./LexicalHorizontalRuleNode.js"
470
627
  }
471
628
  },
472
629
  "./LexicalHorizontalRuleNode.js": {
473
630
  "import": {
474
631
  "types": "./LexicalHorizontalRuleNode.d.ts",
632
+ "development": "./LexicalHorizontalRuleNode.dev.mjs",
633
+ "production": "./LexicalHorizontalRuleNode.prod.mjs",
475
634
  "node": "./LexicalHorizontalRuleNode.node.mjs",
476
635
  "default": "./LexicalHorizontalRuleNode.mjs"
477
636
  },
478
637
  "require": {
479
638
  "types": "./LexicalHorizontalRuleNode.d.ts",
639
+ "development": "./LexicalHorizontalRuleNode.dev.js",
640
+ "production": "./LexicalHorizontalRuleNode.prod.js",
480
641
  "default": "./LexicalHorizontalRuleNode.js"
481
642
  }
482
643
  },
483
644
  "./LexicalHorizontalRulePlugin": {
484
645
  "import": {
485
646
  "types": "./LexicalHorizontalRulePlugin.d.ts",
647
+ "development": "./LexicalHorizontalRulePlugin.dev.mjs",
648
+ "production": "./LexicalHorizontalRulePlugin.prod.mjs",
486
649
  "node": "./LexicalHorizontalRulePlugin.node.mjs",
487
650
  "default": "./LexicalHorizontalRulePlugin.mjs"
488
651
  },
489
652
  "require": {
490
653
  "types": "./LexicalHorizontalRulePlugin.d.ts",
654
+ "development": "./LexicalHorizontalRulePlugin.dev.js",
655
+ "production": "./LexicalHorizontalRulePlugin.prod.js",
491
656
  "default": "./LexicalHorizontalRulePlugin.js"
492
657
  }
493
658
  },
494
659
  "./LexicalHorizontalRulePlugin.js": {
495
660
  "import": {
496
661
  "types": "./LexicalHorizontalRulePlugin.d.ts",
662
+ "development": "./LexicalHorizontalRulePlugin.dev.mjs",
663
+ "production": "./LexicalHorizontalRulePlugin.prod.mjs",
497
664
  "node": "./LexicalHorizontalRulePlugin.node.mjs",
498
665
  "default": "./LexicalHorizontalRulePlugin.mjs"
499
666
  },
500
667
  "require": {
501
668
  "types": "./LexicalHorizontalRulePlugin.d.ts",
669
+ "development": "./LexicalHorizontalRulePlugin.dev.js",
670
+ "production": "./LexicalHorizontalRulePlugin.prod.js",
502
671
  "default": "./LexicalHorizontalRulePlugin.js"
503
672
  }
504
673
  },
505
674
  "./LexicalLinkPlugin": {
506
675
  "import": {
507
676
  "types": "./LexicalLinkPlugin.d.ts",
677
+ "development": "./LexicalLinkPlugin.dev.mjs",
678
+ "production": "./LexicalLinkPlugin.prod.mjs",
508
679
  "node": "./LexicalLinkPlugin.node.mjs",
509
680
  "default": "./LexicalLinkPlugin.mjs"
510
681
  },
511
682
  "require": {
512
683
  "types": "./LexicalLinkPlugin.d.ts",
684
+ "development": "./LexicalLinkPlugin.dev.js",
685
+ "production": "./LexicalLinkPlugin.prod.js",
513
686
  "default": "./LexicalLinkPlugin.js"
514
687
  }
515
688
  },
516
689
  "./LexicalLinkPlugin.js": {
517
690
  "import": {
518
691
  "types": "./LexicalLinkPlugin.d.ts",
692
+ "development": "./LexicalLinkPlugin.dev.mjs",
693
+ "production": "./LexicalLinkPlugin.prod.mjs",
519
694
  "node": "./LexicalLinkPlugin.node.mjs",
520
695
  "default": "./LexicalLinkPlugin.mjs"
521
696
  },
522
697
  "require": {
523
698
  "types": "./LexicalLinkPlugin.d.ts",
699
+ "development": "./LexicalLinkPlugin.dev.js",
700
+ "production": "./LexicalLinkPlugin.prod.js",
524
701
  "default": "./LexicalLinkPlugin.js"
525
702
  }
526
703
  },
527
704
  "./LexicalListPlugin": {
528
705
  "import": {
529
706
  "types": "./LexicalListPlugin.d.ts",
707
+ "development": "./LexicalListPlugin.dev.mjs",
708
+ "production": "./LexicalListPlugin.prod.mjs",
530
709
  "node": "./LexicalListPlugin.node.mjs",
531
710
  "default": "./LexicalListPlugin.mjs"
532
711
  },
533
712
  "require": {
534
713
  "types": "./LexicalListPlugin.d.ts",
714
+ "development": "./LexicalListPlugin.dev.js",
715
+ "production": "./LexicalListPlugin.prod.js",
535
716
  "default": "./LexicalListPlugin.js"
536
717
  }
537
718
  },
538
719
  "./LexicalListPlugin.js": {
539
720
  "import": {
540
721
  "types": "./LexicalListPlugin.d.ts",
722
+ "development": "./LexicalListPlugin.dev.mjs",
723
+ "production": "./LexicalListPlugin.prod.mjs",
541
724
  "node": "./LexicalListPlugin.node.mjs",
542
725
  "default": "./LexicalListPlugin.mjs"
543
726
  },
544
727
  "require": {
545
728
  "types": "./LexicalListPlugin.d.ts",
729
+ "development": "./LexicalListPlugin.dev.js",
730
+ "production": "./LexicalListPlugin.prod.js",
546
731
  "default": "./LexicalListPlugin.js"
547
732
  }
548
733
  },
549
734
  "./LexicalMarkdownShortcutPlugin": {
550
735
  "import": {
551
736
  "types": "./LexicalMarkdownShortcutPlugin.d.ts",
737
+ "development": "./LexicalMarkdownShortcutPlugin.dev.mjs",
738
+ "production": "./LexicalMarkdownShortcutPlugin.prod.mjs",
552
739
  "node": "./LexicalMarkdownShortcutPlugin.node.mjs",
553
740
  "default": "./LexicalMarkdownShortcutPlugin.mjs"
554
741
  },
555
742
  "require": {
556
743
  "types": "./LexicalMarkdownShortcutPlugin.d.ts",
744
+ "development": "./LexicalMarkdownShortcutPlugin.dev.js",
745
+ "production": "./LexicalMarkdownShortcutPlugin.prod.js",
557
746
  "default": "./LexicalMarkdownShortcutPlugin.js"
558
747
  }
559
748
  },
560
749
  "./LexicalMarkdownShortcutPlugin.js": {
561
750
  "import": {
562
751
  "types": "./LexicalMarkdownShortcutPlugin.d.ts",
752
+ "development": "./LexicalMarkdownShortcutPlugin.dev.mjs",
753
+ "production": "./LexicalMarkdownShortcutPlugin.prod.mjs",
563
754
  "node": "./LexicalMarkdownShortcutPlugin.node.mjs",
564
755
  "default": "./LexicalMarkdownShortcutPlugin.mjs"
565
756
  },
566
757
  "require": {
567
758
  "types": "./LexicalMarkdownShortcutPlugin.d.ts",
759
+ "development": "./LexicalMarkdownShortcutPlugin.dev.js",
760
+ "production": "./LexicalMarkdownShortcutPlugin.prod.js",
568
761
  "default": "./LexicalMarkdownShortcutPlugin.js"
569
762
  }
570
763
  },
571
764
  "./LexicalNestedComposer": {
572
765
  "import": {
573
766
  "types": "./LexicalNestedComposer.d.ts",
767
+ "development": "./LexicalNestedComposer.dev.mjs",
768
+ "production": "./LexicalNestedComposer.prod.mjs",
574
769
  "node": "./LexicalNestedComposer.node.mjs",
575
770
  "default": "./LexicalNestedComposer.mjs"
576
771
  },
577
772
  "require": {
578
773
  "types": "./LexicalNestedComposer.d.ts",
774
+ "development": "./LexicalNestedComposer.dev.js",
775
+ "production": "./LexicalNestedComposer.prod.js",
579
776
  "default": "./LexicalNestedComposer.js"
580
777
  }
581
778
  },
582
779
  "./LexicalNestedComposer.js": {
583
780
  "import": {
584
781
  "types": "./LexicalNestedComposer.d.ts",
782
+ "development": "./LexicalNestedComposer.dev.mjs",
783
+ "production": "./LexicalNestedComposer.prod.mjs",
585
784
  "node": "./LexicalNestedComposer.node.mjs",
586
785
  "default": "./LexicalNestedComposer.mjs"
587
786
  },
588
787
  "require": {
589
788
  "types": "./LexicalNestedComposer.d.ts",
789
+ "development": "./LexicalNestedComposer.dev.js",
790
+ "production": "./LexicalNestedComposer.prod.js",
590
791
  "default": "./LexicalNestedComposer.js"
591
792
  }
592
793
  },
593
794
  "./LexicalNodeEventPlugin": {
594
795
  "import": {
595
796
  "types": "./LexicalNodeEventPlugin.d.ts",
797
+ "development": "./LexicalNodeEventPlugin.dev.mjs",
798
+ "production": "./LexicalNodeEventPlugin.prod.mjs",
596
799
  "node": "./LexicalNodeEventPlugin.node.mjs",
597
800
  "default": "./LexicalNodeEventPlugin.mjs"
598
801
  },
599
802
  "require": {
600
803
  "types": "./LexicalNodeEventPlugin.d.ts",
804
+ "development": "./LexicalNodeEventPlugin.dev.js",
805
+ "production": "./LexicalNodeEventPlugin.prod.js",
601
806
  "default": "./LexicalNodeEventPlugin.js"
602
807
  }
603
808
  },
604
809
  "./LexicalNodeEventPlugin.js": {
605
810
  "import": {
606
811
  "types": "./LexicalNodeEventPlugin.d.ts",
812
+ "development": "./LexicalNodeEventPlugin.dev.mjs",
813
+ "production": "./LexicalNodeEventPlugin.prod.mjs",
607
814
  "node": "./LexicalNodeEventPlugin.node.mjs",
608
815
  "default": "./LexicalNodeEventPlugin.mjs"
609
816
  },
610
817
  "require": {
611
818
  "types": "./LexicalNodeEventPlugin.d.ts",
819
+ "development": "./LexicalNodeEventPlugin.dev.js",
820
+ "production": "./LexicalNodeEventPlugin.prod.js",
612
821
  "default": "./LexicalNodeEventPlugin.js"
613
822
  }
614
823
  },
615
824
  "./LexicalNodeMenuPlugin": {
616
825
  "import": {
617
826
  "types": "./LexicalNodeMenuPlugin.d.ts",
827
+ "development": "./LexicalNodeMenuPlugin.dev.mjs",
828
+ "production": "./LexicalNodeMenuPlugin.prod.mjs",
618
829
  "node": "./LexicalNodeMenuPlugin.node.mjs",
619
830
  "default": "./LexicalNodeMenuPlugin.mjs"
620
831
  },
621
832
  "require": {
622
833
  "types": "./LexicalNodeMenuPlugin.d.ts",
834
+ "development": "./LexicalNodeMenuPlugin.dev.js",
835
+ "production": "./LexicalNodeMenuPlugin.prod.js",
623
836
  "default": "./LexicalNodeMenuPlugin.js"
624
837
  }
625
838
  },
626
839
  "./LexicalNodeMenuPlugin.js": {
627
840
  "import": {
628
841
  "types": "./LexicalNodeMenuPlugin.d.ts",
842
+ "development": "./LexicalNodeMenuPlugin.dev.mjs",
843
+ "production": "./LexicalNodeMenuPlugin.prod.mjs",
629
844
  "node": "./LexicalNodeMenuPlugin.node.mjs",
630
845
  "default": "./LexicalNodeMenuPlugin.mjs"
631
846
  },
632
847
  "require": {
633
848
  "types": "./LexicalNodeMenuPlugin.d.ts",
849
+ "development": "./LexicalNodeMenuPlugin.dev.js",
850
+ "production": "./LexicalNodeMenuPlugin.prod.js",
634
851
  "default": "./LexicalNodeMenuPlugin.js"
635
852
  }
636
853
  },
637
854
  "./LexicalOnChangePlugin": {
638
855
  "import": {
639
856
  "types": "./LexicalOnChangePlugin.d.ts",
857
+ "development": "./LexicalOnChangePlugin.dev.mjs",
858
+ "production": "./LexicalOnChangePlugin.prod.mjs",
640
859
  "node": "./LexicalOnChangePlugin.node.mjs",
641
860
  "default": "./LexicalOnChangePlugin.mjs"
642
861
  },
643
862
  "require": {
644
863
  "types": "./LexicalOnChangePlugin.d.ts",
864
+ "development": "./LexicalOnChangePlugin.dev.js",
865
+ "production": "./LexicalOnChangePlugin.prod.js",
645
866
  "default": "./LexicalOnChangePlugin.js"
646
867
  }
647
868
  },
648
869
  "./LexicalOnChangePlugin.js": {
649
870
  "import": {
650
871
  "types": "./LexicalOnChangePlugin.d.ts",
872
+ "development": "./LexicalOnChangePlugin.dev.mjs",
873
+ "production": "./LexicalOnChangePlugin.prod.mjs",
651
874
  "node": "./LexicalOnChangePlugin.node.mjs",
652
875
  "default": "./LexicalOnChangePlugin.mjs"
653
876
  },
654
877
  "require": {
655
878
  "types": "./LexicalOnChangePlugin.d.ts",
879
+ "development": "./LexicalOnChangePlugin.dev.js",
880
+ "production": "./LexicalOnChangePlugin.prod.js",
656
881
  "default": "./LexicalOnChangePlugin.js"
657
882
  }
658
883
  },
659
884
  "./LexicalPlainTextPlugin": {
660
885
  "import": {
661
886
  "types": "./LexicalPlainTextPlugin.d.ts",
887
+ "development": "./LexicalPlainTextPlugin.dev.mjs",
888
+ "production": "./LexicalPlainTextPlugin.prod.mjs",
662
889
  "node": "./LexicalPlainTextPlugin.node.mjs",
663
890
  "default": "./LexicalPlainTextPlugin.mjs"
664
891
  },
665
892
  "require": {
666
893
  "types": "./LexicalPlainTextPlugin.d.ts",
894
+ "development": "./LexicalPlainTextPlugin.dev.js",
895
+ "production": "./LexicalPlainTextPlugin.prod.js",
667
896
  "default": "./LexicalPlainTextPlugin.js"
668
897
  }
669
898
  },
670
899
  "./LexicalPlainTextPlugin.js": {
671
900
  "import": {
672
901
  "types": "./LexicalPlainTextPlugin.d.ts",
902
+ "development": "./LexicalPlainTextPlugin.dev.mjs",
903
+ "production": "./LexicalPlainTextPlugin.prod.mjs",
673
904
  "node": "./LexicalPlainTextPlugin.node.mjs",
674
905
  "default": "./LexicalPlainTextPlugin.mjs"
675
906
  },
676
907
  "require": {
677
908
  "types": "./LexicalPlainTextPlugin.d.ts",
909
+ "development": "./LexicalPlainTextPlugin.dev.js",
910
+ "production": "./LexicalPlainTextPlugin.prod.js",
678
911
  "default": "./LexicalPlainTextPlugin.js"
679
912
  }
680
913
  },
681
914
  "./LexicalRichTextPlugin": {
682
915
  "import": {
683
916
  "types": "./LexicalRichTextPlugin.d.ts",
917
+ "development": "./LexicalRichTextPlugin.dev.mjs",
918
+ "production": "./LexicalRichTextPlugin.prod.mjs",
684
919
  "node": "./LexicalRichTextPlugin.node.mjs",
685
920
  "default": "./LexicalRichTextPlugin.mjs"
686
921
  },
687
922
  "require": {
688
923
  "types": "./LexicalRichTextPlugin.d.ts",
924
+ "development": "./LexicalRichTextPlugin.dev.js",
925
+ "production": "./LexicalRichTextPlugin.prod.js",
689
926
  "default": "./LexicalRichTextPlugin.js"
690
927
  }
691
928
  },
692
929
  "./LexicalRichTextPlugin.js": {
693
930
  "import": {
694
931
  "types": "./LexicalRichTextPlugin.d.ts",
932
+ "development": "./LexicalRichTextPlugin.dev.mjs",
933
+ "production": "./LexicalRichTextPlugin.prod.mjs",
695
934
  "node": "./LexicalRichTextPlugin.node.mjs",
696
935
  "default": "./LexicalRichTextPlugin.mjs"
697
936
  },
698
937
  "require": {
699
938
  "types": "./LexicalRichTextPlugin.d.ts",
939
+ "development": "./LexicalRichTextPlugin.dev.js",
940
+ "production": "./LexicalRichTextPlugin.prod.js",
700
941
  "default": "./LexicalRichTextPlugin.js"
701
942
  }
702
943
  },
703
944
  "./LexicalTabIndentationPlugin": {
704
945
  "import": {
705
946
  "types": "./LexicalTabIndentationPlugin.d.ts",
947
+ "development": "./LexicalTabIndentationPlugin.dev.mjs",
948
+ "production": "./LexicalTabIndentationPlugin.prod.mjs",
706
949
  "node": "./LexicalTabIndentationPlugin.node.mjs",
707
950
  "default": "./LexicalTabIndentationPlugin.mjs"
708
951
  },
709
952
  "require": {
710
953
  "types": "./LexicalTabIndentationPlugin.d.ts",
954
+ "development": "./LexicalTabIndentationPlugin.dev.js",
955
+ "production": "./LexicalTabIndentationPlugin.prod.js",
711
956
  "default": "./LexicalTabIndentationPlugin.js"
712
957
  }
713
958
  },
714
959
  "./LexicalTabIndentationPlugin.js": {
715
960
  "import": {
716
961
  "types": "./LexicalTabIndentationPlugin.d.ts",
962
+ "development": "./LexicalTabIndentationPlugin.dev.mjs",
963
+ "production": "./LexicalTabIndentationPlugin.prod.mjs",
717
964
  "node": "./LexicalTabIndentationPlugin.node.mjs",
718
965
  "default": "./LexicalTabIndentationPlugin.mjs"
719
966
  },
720
967
  "require": {
721
968
  "types": "./LexicalTabIndentationPlugin.d.ts",
969
+ "development": "./LexicalTabIndentationPlugin.dev.js",
970
+ "production": "./LexicalTabIndentationPlugin.prod.js",
722
971
  "default": "./LexicalTabIndentationPlugin.js"
723
972
  }
724
973
  },
725
974
  "./LexicalTableOfContents": {
726
975
  "import": {
727
976
  "types": "./LexicalTableOfContents.d.ts",
977
+ "development": "./LexicalTableOfContents.dev.mjs",
978
+ "production": "./LexicalTableOfContents.prod.mjs",
728
979
  "node": "./LexicalTableOfContents.node.mjs",
729
980
  "default": "./LexicalTableOfContents.mjs"
730
981
  },
731
982
  "require": {
732
983
  "types": "./LexicalTableOfContents.d.ts",
984
+ "development": "./LexicalTableOfContents.dev.js",
985
+ "production": "./LexicalTableOfContents.prod.js",
733
986
  "default": "./LexicalTableOfContents.js"
734
987
  }
735
988
  },
736
989
  "./LexicalTableOfContents.js": {
737
990
  "import": {
738
991
  "types": "./LexicalTableOfContents.d.ts",
992
+ "development": "./LexicalTableOfContents.dev.mjs",
993
+ "production": "./LexicalTableOfContents.prod.mjs",
739
994
  "node": "./LexicalTableOfContents.node.mjs",
740
995
  "default": "./LexicalTableOfContents.mjs"
741
996
  },
742
997
  "require": {
743
998
  "types": "./LexicalTableOfContents.d.ts",
999
+ "development": "./LexicalTableOfContents.dev.js",
1000
+ "production": "./LexicalTableOfContents.prod.js",
744
1001
  "default": "./LexicalTableOfContents.js"
745
1002
  }
746
1003
  },
747
1004
  "./LexicalTablePlugin": {
748
1005
  "import": {
749
1006
  "types": "./LexicalTablePlugin.d.ts",
1007
+ "development": "./LexicalTablePlugin.dev.mjs",
1008
+ "production": "./LexicalTablePlugin.prod.mjs",
750
1009
  "node": "./LexicalTablePlugin.node.mjs",
751
1010
  "default": "./LexicalTablePlugin.mjs"
752
1011
  },
753
1012
  "require": {
754
1013
  "types": "./LexicalTablePlugin.d.ts",
1014
+ "development": "./LexicalTablePlugin.dev.js",
1015
+ "production": "./LexicalTablePlugin.prod.js",
755
1016
  "default": "./LexicalTablePlugin.js"
756
1017
  }
757
1018
  },
758
1019
  "./LexicalTablePlugin.js": {
759
1020
  "import": {
760
1021
  "types": "./LexicalTablePlugin.d.ts",
1022
+ "development": "./LexicalTablePlugin.dev.mjs",
1023
+ "production": "./LexicalTablePlugin.prod.mjs",
761
1024
  "node": "./LexicalTablePlugin.node.mjs",
762
1025
  "default": "./LexicalTablePlugin.mjs"
763
1026
  },
764
1027
  "require": {
765
1028
  "types": "./LexicalTablePlugin.d.ts",
1029
+ "development": "./LexicalTablePlugin.dev.js",
1030
+ "production": "./LexicalTablePlugin.prod.js",
766
1031
  "default": "./LexicalTablePlugin.js"
767
1032
  }
768
1033
  },
769
1034
  "./LexicalTreeView": {
770
1035
  "import": {
771
1036
  "types": "./LexicalTreeView.d.ts",
1037
+ "development": "./LexicalTreeView.dev.mjs",
1038
+ "production": "./LexicalTreeView.prod.mjs",
772
1039
  "node": "./LexicalTreeView.node.mjs",
773
1040
  "default": "./LexicalTreeView.mjs"
774
1041
  },
775
1042
  "require": {
776
1043
  "types": "./LexicalTreeView.d.ts",
1044
+ "development": "./LexicalTreeView.dev.js",
1045
+ "production": "./LexicalTreeView.prod.js",
777
1046
  "default": "./LexicalTreeView.js"
778
1047
  }
779
1048
  },
780
1049
  "./LexicalTreeView.js": {
781
1050
  "import": {
782
1051
  "types": "./LexicalTreeView.d.ts",
1052
+ "development": "./LexicalTreeView.dev.mjs",
1053
+ "production": "./LexicalTreeView.prod.mjs",
783
1054
  "node": "./LexicalTreeView.node.mjs",
784
1055
  "default": "./LexicalTreeView.mjs"
785
1056
  },
786
1057
  "require": {
787
1058
  "types": "./LexicalTreeView.d.ts",
1059
+ "development": "./LexicalTreeView.dev.js",
1060
+ "production": "./LexicalTreeView.prod.js",
788
1061
  "default": "./LexicalTreeView.js"
789
1062
  }
790
1063
  },
791
1064
  "./LexicalTypeaheadMenuPlugin": {
792
1065
  "import": {
793
1066
  "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1067
+ "development": "./LexicalTypeaheadMenuPlugin.dev.mjs",
1068
+ "production": "./LexicalTypeaheadMenuPlugin.prod.mjs",
794
1069
  "node": "./LexicalTypeaheadMenuPlugin.node.mjs",
795
1070
  "default": "./LexicalTypeaheadMenuPlugin.mjs"
796
1071
  },
797
1072
  "require": {
798
1073
  "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1074
+ "development": "./LexicalTypeaheadMenuPlugin.dev.js",
1075
+ "production": "./LexicalTypeaheadMenuPlugin.prod.js",
799
1076
  "default": "./LexicalTypeaheadMenuPlugin.js"
800
1077
  }
801
1078
  },
802
1079
  "./LexicalTypeaheadMenuPlugin.js": {
803
1080
  "import": {
804
1081
  "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1082
+ "development": "./LexicalTypeaheadMenuPlugin.dev.mjs",
1083
+ "production": "./LexicalTypeaheadMenuPlugin.prod.mjs",
805
1084
  "node": "./LexicalTypeaheadMenuPlugin.node.mjs",
806
1085
  "default": "./LexicalTypeaheadMenuPlugin.mjs"
807
1086
  },
808
1087
  "require": {
809
1088
  "types": "./LexicalTypeaheadMenuPlugin.d.ts",
1089
+ "development": "./LexicalTypeaheadMenuPlugin.dev.js",
1090
+ "production": "./LexicalTypeaheadMenuPlugin.prod.js",
810
1091
  "default": "./LexicalTypeaheadMenuPlugin.js"
811
1092
  }
812
1093
  },
813
1094
  "./useLexicalEditable": {
814
1095
  "import": {
815
1096
  "types": "./useLexicalEditable.d.ts",
1097
+ "development": "./useLexicalEditable.dev.mjs",
1098
+ "production": "./useLexicalEditable.prod.mjs",
816
1099
  "node": "./useLexicalEditable.node.mjs",
817
1100
  "default": "./useLexicalEditable.mjs"
818
1101
  },
819
1102
  "require": {
820
1103
  "types": "./useLexicalEditable.d.ts",
1104
+ "development": "./useLexicalEditable.dev.js",
1105
+ "production": "./useLexicalEditable.prod.js",
821
1106
  "default": "./useLexicalEditable.js"
822
1107
  }
823
1108
  },
824
1109
  "./useLexicalEditable.js": {
825
1110
  "import": {
826
1111
  "types": "./useLexicalEditable.d.ts",
1112
+ "development": "./useLexicalEditable.dev.mjs",
1113
+ "production": "./useLexicalEditable.prod.mjs",
827
1114
  "node": "./useLexicalEditable.node.mjs",
828
1115
  "default": "./useLexicalEditable.mjs"
829
1116
  },
830
1117
  "require": {
831
1118
  "types": "./useLexicalEditable.d.ts",
1119
+ "development": "./useLexicalEditable.dev.js",
1120
+ "production": "./useLexicalEditable.prod.js",
832
1121
  "default": "./useLexicalEditable.js"
833
1122
  }
834
1123
  },
835
1124
  "./useLexicalIsTextContentEmpty": {
836
1125
  "import": {
837
1126
  "types": "./useLexicalIsTextContentEmpty.d.ts",
1127
+ "development": "./useLexicalIsTextContentEmpty.dev.mjs",
1128
+ "production": "./useLexicalIsTextContentEmpty.prod.mjs",
838
1129
  "node": "./useLexicalIsTextContentEmpty.node.mjs",
839
1130
  "default": "./useLexicalIsTextContentEmpty.mjs"
840
1131
  },
841
1132
  "require": {
842
1133
  "types": "./useLexicalIsTextContentEmpty.d.ts",
1134
+ "development": "./useLexicalIsTextContentEmpty.dev.js",
1135
+ "production": "./useLexicalIsTextContentEmpty.prod.js",
843
1136
  "default": "./useLexicalIsTextContentEmpty.js"
844
1137
  }
845
1138
  },
846
1139
  "./useLexicalIsTextContentEmpty.js": {
847
1140
  "import": {
848
1141
  "types": "./useLexicalIsTextContentEmpty.d.ts",
1142
+ "development": "./useLexicalIsTextContentEmpty.dev.mjs",
1143
+ "production": "./useLexicalIsTextContentEmpty.prod.mjs",
849
1144
  "node": "./useLexicalIsTextContentEmpty.node.mjs",
850
1145
  "default": "./useLexicalIsTextContentEmpty.mjs"
851
1146
  },
852
1147
  "require": {
853
1148
  "types": "./useLexicalIsTextContentEmpty.d.ts",
1149
+ "development": "./useLexicalIsTextContentEmpty.dev.js",
1150
+ "production": "./useLexicalIsTextContentEmpty.prod.js",
854
1151
  "default": "./useLexicalIsTextContentEmpty.js"
855
1152
  }
856
1153
  },
857
1154
  "./useLexicalNodeSelection": {
858
1155
  "import": {
859
1156
  "types": "./useLexicalNodeSelection.d.ts",
1157
+ "development": "./useLexicalNodeSelection.dev.mjs",
1158
+ "production": "./useLexicalNodeSelection.prod.mjs",
860
1159
  "node": "./useLexicalNodeSelection.node.mjs",
861
1160
  "default": "./useLexicalNodeSelection.mjs"
862
1161
  },
863
1162
  "require": {
864
1163
  "types": "./useLexicalNodeSelection.d.ts",
1164
+ "development": "./useLexicalNodeSelection.dev.js",
1165
+ "production": "./useLexicalNodeSelection.prod.js",
865
1166
  "default": "./useLexicalNodeSelection.js"
866
1167
  }
867
1168
  },
868
1169
  "./useLexicalNodeSelection.js": {
869
1170
  "import": {
870
1171
  "types": "./useLexicalNodeSelection.d.ts",
1172
+ "development": "./useLexicalNodeSelection.dev.mjs",
1173
+ "production": "./useLexicalNodeSelection.prod.mjs",
871
1174
  "node": "./useLexicalNodeSelection.node.mjs",
872
1175
  "default": "./useLexicalNodeSelection.mjs"
873
1176
  },
874
1177
  "require": {
875
1178
  "types": "./useLexicalNodeSelection.d.ts",
1179
+ "development": "./useLexicalNodeSelection.dev.js",
1180
+ "production": "./useLexicalNodeSelection.prod.js",
876
1181
  "default": "./useLexicalNodeSelection.js"
877
1182
  }
878
1183
  },
879
1184
  "./useLexicalSubscription": {
880
1185
  "import": {
881
1186
  "types": "./useLexicalSubscription.d.ts",
1187
+ "development": "./useLexicalSubscription.dev.mjs",
1188
+ "production": "./useLexicalSubscription.prod.mjs",
882
1189
  "node": "./useLexicalSubscription.node.mjs",
883
1190
  "default": "./useLexicalSubscription.mjs"
884
1191
  },
885
1192
  "require": {
886
1193
  "types": "./useLexicalSubscription.d.ts",
1194
+ "development": "./useLexicalSubscription.dev.js",
1195
+ "production": "./useLexicalSubscription.prod.js",
887
1196
  "default": "./useLexicalSubscription.js"
888
1197
  }
889
1198
  },
890
1199
  "./useLexicalSubscription.js": {
891
1200
  "import": {
892
1201
  "types": "./useLexicalSubscription.d.ts",
1202
+ "development": "./useLexicalSubscription.dev.mjs",
1203
+ "production": "./useLexicalSubscription.prod.mjs",
893
1204
  "node": "./useLexicalSubscription.node.mjs",
894
1205
  "default": "./useLexicalSubscription.mjs"
895
1206
  },
896
1207
  "require": {
897
1208
  "types": "./useLexicalSubscription.d.ts",
1209
+ "development": "./useLexicalSubscription.dev.js",
1210
+ "production": "./useLexicalSubscription.prod.js",
898
1211
  "default": "./useLexicalSubscription.js"
899
1212
  }
900
1213
  },
901
1214
  "./useLexicalTextEntity": {
902
1215
  "import": {
903
1216
  "types": "./useLexicalTextEntity.d.ts",
1217
+ "development": "./useLexicalTextEntity.dev.mjs",
1218
+ "production": "./useLexicalTextEntity.prod.mjs",
904
1219
  "node": "./useLexicalTextEntity.node.mjs",
905
1220
  "default": "./useLexicalTextEntity.mjs"
906
1221
  },
907
1222
  "require": {
908
1223
  "types": "./useLexicalTextEntity.d.ts",
1224
+ "development": "./useLexicalTextEntity.dev.js",
1225
+ "production": "./useLexicalTextEntity.prod.js",
909
1226
  "default": "./useLexicalTextEntity.js"
910
1227
  }
911
1228
  },
912
1229
  "./useLexicalTextEntity.js": {
913
1230
  "import": {
914
1231
  "types": "./useLexicalTextEntity.d.ts",
1232
+ "development": "./useLexicalTextEntity.dev.mjs",
1233
+ "production": "./useLexicalTextEntity.prod.mjs",
915
1234
  "node": "./useLexicalTextEntity.node.mjs",
916
1235
  "default": "./useLexicalTextEntity.mjs"
917
1236
  },
918
1237
  "require": {
919
1238
  "types": "./useLexicalTextEntity.d.ts",
1239
+ "development": "./useLexicalTextEntity.dev.js",
1240
+ "production": "./useLexicalTextEntity.prod.js",
920
1241
  "default": "./useLexicalTextEntity.js"
921
1242
  }
922
1243
  }