Skip to content

Commit

Permalink
chore: ae up
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jul 8, 2024
1 parent 82307d0 commit a422e0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions build/api/binding.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,8 @@ export namespace TokenRegExps {
entityIdentifier: RegExp;
const // (undocumented)
identifier: RegExp;
const // (undocumented)
dotSeparatedIdentifier: RegExp;
}

// @public (undocumented)
Expand Down
6 changes: 3 additions & 3 deletions build/api/react-repeater.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { EntityListAccessor } from '@contember/binding';
import { JSX as JSX_2 } from 'react/jsx-runtime';
import { default as React_2 } from 'react';
import { ReactNode } from 'react';
import { SugaredFieldProps } from '@contember/react-binding';
import { SugaredQualifiedEntityList } from '@contember/binding';
import { SugaredRelativeEntityList } from '@contember/binding';
import { SugaredRelativeSingleField } from '@contember/binding';

// @public (undocumented)
export const Repeater: React_2.NamedExoticComponent<RepeaterProps>;
Expand Down Expand Up @@ -83,13 +83,13 @@ export type RepeaterProps = RepeaterQualifiedProps | RepeaterRelativeProps;
// @public (undocumented)
export type RepeaterQualifiedProps = SugaredQualifiedEntityList & {
children?: React_2.ReactNode;
sortableBy?: SugaredFieldProps['field'];
sortableBy?: SugaredRelativeSingleField['field'];
};

// @public (undocumented)
export type RepeaterRelativeProps = SugaredRelativeEntityList & {
children?: React_2.ReactNode;
sortableBy?: SugaredFieldProps['field'];
sortableBy?: SugaredRelativeSingleField['field'];
};

// @public (undocumented)
Expand Down
9 changes: 5 additions & 4 deletions build/api/react-slate-editor-legacy.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import { RenderElementProps } from 'slate-react';
import * as Slate from 'slate';
import { SugaredFieldProps } from '@contember/react-binding';
import { SugaredRelativeEntityList } from '@contember/react-binding';
import { SugaredRelativeSingleField } from '@contember/react-binding';

// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@contember/react-slate-editor-legacy" does not have an export "BlockRepeater"
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@contember/react-slate-editor-legacy" does not have an export "DiscriminatedBlocks"
Expand All @@ -57,17 +58,17 @@ export interface BlockEditorProps extends SugaredRelativeEntityList, CreateEdito
// (undocumented)
children?: ReactNode;
// (undocumented)
contentField: SugaredFieldProps['field'];
contentField: SugaredRelativeSingleField['field'];
// (undocumented)
embedContentDiscriminationField?: SugaredFieldProps['field'];
embedContentDiscriminationField?: SugaredRelativeSingleField['field'];
// (undocumented)
embedHandlers?: Iterable<EmbedHandler>;
// (undocumented)
embedReferenceDiscriminateBy?: SugaredDiscriminateBy;
// (undocumented)
monolithicReferencesMode?: boolean;
// (undocumented)
referenceDiscriminationField?: SugaredFieldProps['field'];
referenceDiscriminationField?: SugaredRelativeSingleField['field'];
// (undocumented)
referencesField?: SugaredRelativeEntityList | string;
// (undocumented)
Expand All @@ -77,7 +78,7 @@ export interface BlockEditorProps extends SugaredRelativeEntityList, CreateEdito
// (undocumented)
renderSortableBlock: OverrideRenderElementOptions['renderSortableBlock'];
// (undocumented)
sortableBy: SugaredFieldProps['field'];
sortableBy: SugaredRelativeSingleField['field'];
}

// @public (undocumented)
Expand Down

0 comments on commit a422e0f

Please sign in to comment.