@nexo-labs/payload-lexical-blocks-builder 1.6.16 → 1.6.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { n as buildLexicalByFeatures, r as filterBlocksAtLexicalBuilder, t as LexicalBuilder } from "./builder-BtCeZMP4.mjs";
|
|
2
|
-
import { a as LexicalBlockProps, i as GenericStory, n as BlocksRendererFunctions, o as StoryArgs, r as ExtendedSerializedEditorState, s as generateStoryForLexicalBlock, t as BlockRendererFunction } from "./renderer-
|
|
2
|
+
import { a as LexicalBlockProps, i as GenericStory, n as BlocksRendererFunctions, o as StoryArgs, r as ExtendedSerializedEditorState, s as generateStoryForLexicalBlock, t as BlockRendererFunction } from "./renderer-DqlBC84N.mjs";
|
|
3
3
|
export { BlockRendererFunction, BlocksRendererFunctions, ExtendedSerializedEditorState, GenericStory, LexicalBlockProps, LexicalBuilder, StoryArgs, buildLexicalByFeatures, filterBlocksAtLexicalBuilder, generateStoryForLexicalBlock };
|
|
@@ -677,7 +677,7 @@ type ComposedStoryFn<TRenderer extends Renderer = Renderer, TArgs$1 = Args> = Pa
|
|
|
677
677
|
* will have partial props, as their props should be handled when composing stories
|
|
678
678
|
*/
|
|
679
679
|
//#endregion
|
|
680
|
-
//#region ../../node_modules/.pnpm/@storybook+react@8.6.15_react-dom@19.
|
|
680
|
+
//#region ../../node_modules/.pnpm/@storybook+react@8.6.15_react-dom@19.2.3_react@19.1.0__react@19.1.0_storybook@8.6.15_prettier@3.7.4__typescript@5.7.3/node_modules/@storybook/react/dist/public-types-f2c70f25.d.ts
|
|
681
681
|
declare global {
|
|
682
682
|
interface SymbolConstructor {
|
|
683
683
|
readonly observable: symbol;
|
|
@@ -717,4 +717,4 @@ type ExtendedSerializedEditorState = SerializedEditorState & {
|
|
|
717
717
|
};
|
|
718
718
|
//#endregion
|
|
719
719
|
export { LexicalBlockProps as a, GenericStory as i, BlocksRendererFunctions as n, StoryArgs as o, ExtendedSerializedEditorState as r, generateStoryForLexicalBlock as s, BlockRendererFunction as t };
|
|
720
|
-
//# sourceMappingURL=renderer-
|
|
720
|
+
//# sourceMappingURL=renderer-DqlBC84N.d.mts.map
|