@payloadcms/richtext-lexical 3.0.0-alpha.29 → 3.0.0-alpha.30
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/field/features/align/feature.client.d.ts +1 -1
- package/dist/field/features/blockquote/feature.client.d.ts +1 -1
- package/dist/field/features/blocks/feature.client.d.ts +1 -1
- package/dist/field/features/blocks/nodes/BlocksNode.d.ts +1 -1
- package/dist/field/features/createClientComponent.d.ts +1 -1
- package/dist/field/features/debug/testrecorder/feature.client.d.ts +1 -1
- package/dist/field/features/debug/treeview/feature.client.d.ts +1 -1
- package/dist/field/features/format/bold/feature.client.d.ts +1 -1
- package/dist/field/features/format/inlinecode/feature.client.d.ts +1 -1
- package/dist/field/features/format/italic/feature.client.d.ts +1 -1
- package/dist/field/features/format/strikethrough/feature.client.d.ts +1 -1
- package/dist/field/features/format/subscript/feature.client.d.ts +1 -1
- package/dist/field/features/format/superscript/feature.client.d.ts +1 -1
- package/dist/field/features/format/underline/feature.client.d.ts +1 -1
- package/dist/field/features/heading/feature.client.d.ts +1 -1
- package/dist/field/features/indent/feature.client.d.ts +1 -1
- package/dist/field/features/link/feature.client.d.ts +1 -1
- package/dist/field/features/link/plugins/autoLink/index.d.ts +1 -1
- package/dist/field/features/lists/checklist/feature.client.d.ts +1 -1
- package/dist/field/features/lists/orderedlist/feature.client.d.ts +1 -1
- package/dist/field/features/lists/unorderedlist/feature.client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/heading/client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/link/client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/list/client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/listItem/client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/quote/client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/unknown/client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/converter/converters/upload/client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/feature.client.d.ts +1 -1
- package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/blockquote/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/heading/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/indent/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/link/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/listItem/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/orderedList/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/relationship/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/unknown/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/unorderedList/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/converter/converters/upload/client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/feature.client.d.ts +1 -1
- package/dist/field/features/migrations/slateToLexical/nodes/unknownConvertedNode/index.d.ts +1 -1
- package/dist/field/features/paragraph/feature.client.d.ts +1 -1
- package/dist/field/features/relationship/feature.client.d.ts +1 -1
- package/dist/field/features/relationship/nodes/RelationshipNode.d.ts +1 -1
- package/dist/field/features/upload/feature.client.d.ts +1 -1
- package/dist/field/features/upload/nodes/UploadNode.d.ts +1 -1
- package/dist/field/features/upload/plugin/index.d.ts +1 -1
- package/dist/field/lexical/plugins/FloatingSelectToolbar/index.d.ts +1 -1
- package/dist/field/lexical/plugins/SlashMenu/LexicalTypeaheadMenuPlugin/index.d.ts +1 -1
- package/dist/field/lexical/plugins/SlashMenu/index.d.ts +1 -1
- package/dist/field/lexical/plugins/handles/AddBlockHandlePlugin/index.d.ts +1 -1
- package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/index.d.ts +1 -1
- package/dist/field/lexical/plugins/handles/DraggableBlockPlugin/setTargetLine.d.ts +1 -1
- package/dist/field/lexical/ui/ContentEditable.d.ts +1 -1
- package/package.json +7 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { SerializedDecoratorBlockNode } from '@lexical/react/LexicalDecoratorBlockNode.js';
|
|
3
3
|
import type { DOMConversionMap, DOMExportOutput, EditorConfig, ElementFormatType, LexicalEditor, LexicalNode, NodeKey, Spread } from 'lexical';
|
|
4
4
|
import { DecoratorBlockNode } from '@lexical/react/LexicalDecoratorBlockNode.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { HeadingFeatureProps } from './feature.server.js';
|
|
3
3
|
export declare const HeadingFeatureClientComponent: import("react").FC<import("../types.js").ClientComponentProps<HeadingFeatureProps>>;
|
|
4
4
|
//# sourceMappingURL=feature.client.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { ExclusiveLinkCollectionsProps } from './feature.server.js';
|
|
3
3
|
export type ClientProps = ExclusiveLinkCollectionsProps;
|
|
4
4
|
export declare const LinkFeatureClientComponent: import("react").FC<import("../types.js").ClientComponentProps<ExclusiveLinkCollectionsProps>>;
|
package/dist/field/features/migrations/lexicalPluginToLexical/nodes/unknownConvertedNode/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { SerializedLexicalNode, Spread } from 'lexical';
|
|
3
3
|
import { DecoratorNode, type EditorConfig, type LexicalNode, type NodeKey } from 'lexical';
|
|
4
4
|
export type UnknownConvertedNodeData = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { SerializedLexicalNode, Spread } from 'lexical';
|
|
3
3
|
import { DecoratorNode, type EditorConfig, type LexicalNode, type NodeKey } from 'lexical';
|
|
4
4
|
export type UnknownConvertedNodeData = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { RelationshipFeatureProps } from './feature.server.js';
|
|
3
3
|
export declare const RelationshipFeatureClientComponent: import("react").FC<import("../types.js").ClientComponentProps<RelationshipFeatureProps>>;
|
|
4
4
|
//# sourceMappingURL=feature.client.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { DOMConversionMap, DOMExportOutput, EditorConfig, ElementFormatType, LexicalEditor, LexicalNode, NodeKey, Spread } from 'lexical';
|
|
3
3
|
import { DecoratorBlockNode, type SerializedDecoratorBlockNode } from '@lexical/react/LexicalDecoratorBlockNode.js';
|
|
4
4
|
export type RelationshipData = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { SerializedDecoratorBlockNode } from '@lexical/react/LexicalDecoratorBlockNode.js';
|
|
3
3
|
import type { ElementFormatType, NodeKey } from 'lexical';
|
|
4
4
|
import { DecoratorBlockNode } from '@lexical/react/LexicalDecoratorBlockNode.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import type { LexicalCommand, ParagraphNode, TextNode } from 'lexical';
|
|
3
3
|
import type { MenuTextMatch, TriggerFn } from '../useMenuTriggerMatch.js';
|
|
4
4
|
import type { MenuRenderFn, MenuResolution } from './LexicalMenu.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
1
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
export declare function setTargetLine(SPACE: number, targetLineElem: HTMLElement, targetBlockElem: HTMLElement, lastTargetBlockElem: HTMLElement | null, mouseY: number, anchorElem: HTMLElement, event: DragEvent, debugHighlightRef: React.RefObject<HTMLDivElement>, isFoundNodeEmptyParagraph?: boolean): void;
|
|
3
3
|
//# sourceMappingURL=setTargetLine.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/richtext-lexical",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.30",
|
|
4
4
|
"description": "The officially supported Lexical richtext adapter for Payload",
|
|
5
5
|
"repository": "https://github.com/payloadcms/payload",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"@types/react": "18.2.15",
|
|
38
38
|
"@types/react-dom": "18.2.7",
|
|
39
39
|
"@payloadcms/eslint-config": "1.1.1",
|
|
40
|
-
"payload": "3.0.0-alpha.
|
|
41
|
-
"@payloadcms/ui": "3.0.0-alpha.
|
|
42
|
-
"@payloadcms/translations": "3.0.0-alpha.
|
|
40
|
+
"payload": "3.0.0-alpha.30",
|
|
41
|
+
"@payloadcms/ui": "3.0.0-alpha.30",
|
|
42
|
+
"@payloadcms/translations": "3.0.0-alpha.30"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@payloadcms/translations": "3.0.0-alpha.
|
|
46
|
-
"@payloadcms/ui": "3.0.0-alpha.
|
|
47
|
-
"payload": "3.0.0-alpha.
|
|
45
|
+
"@payloadcms/translations": "3.0.0-alpha.30",
|
|
46
|
+
"@payloadcms/ui": "3.0.0-alpha.30",
|
|
47
|
+
"payload": "3.0.0-alpha.30"
|
|
48
48
|
},
|
|
49
49
|
"exports": {
|
|
50
50
|
".": {
|