@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/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 = {