@frontify/fondue 12.0.8 → 12.0.9
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/components/LinkChooser/LinkChooser.es.js.map +1 -1
- package/dist/components/RichTextEditor/Plugins/LinkPlugin/FloatingLink/EditLinkModal/EditModal.es.js +8 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/packages/components/style.css +1 -1
- package/dist/packages/tokens/tailwind.config.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -11943,6 +11943,9 @@ export declare type LibrarySource = {
|
|
|
11943
11943
|
sourceName: string;
|
|
11944
11944
|
};
|
|
11945
11945
|
|
|
11946
|
+
/**
|
|
11947
|
+
* @deprecated Please use the new LinkInput component from `@frontify/guideline-block-settings`.
|
|
11948
|
+
*/
|
|
11946
11949
|
export declare const LinkChooser: ({ getGlobalByQuery, openPreview, clipboardOptions, selectedResult, openInNewTab, ariaLabel, extraSections, label, placeholder, onOpenInNewTabChange, onLinkChange, disabled, clearable, required, validation, "data-test-id": dataTestId, }: LinkChooserProps) => ReactElement;
|
|
11947
11950
|
|
|
11948
11951
|
export declare type LinkChooserContext = {
|