@frontify/fondue 12.2.5 → 12.2.7

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
@@ -1355,6 +1355,9 @@ export declare type DragHandleProps = DetailedHTMLProps<ButtonHTMLAttributes<HTM
1355
1355
 
1356
1356
  export declare type DragHandlerPosition = 'left' | 'right' | 'none';
1357
1357
 
1358
+ /**
1359
+ * @deprecated Use `Dropdown` from `@frontify/fondue/components` instead. Also check {@link https://github.com/Frontify/fondue/blob/main/packages/components/MIGRATING.md#dropdown-replaces-dropdown-and-menu the migration guide}.
1360
+ */
1358
1361
  export declare const Dropdown: {
1359
1362
  ({ id: propId, menuBlocks, onChange, activeItemId, placeholder, size, disabled, clearable, ariaLabel, decorator, autoResize, validation, alignment, position, emphasis, flip, "data-test-id": dataTestId, enablePortal, }: DropdownProps): ReactElement;
1360
1363
  displayName: string;
@@ -12505,6 +12508,9 @@ declare type MentionPluginProps = PluginProps & {
12505
12508
  mentionableItems: MentionableItems;
12506
12509
  };
12507
12510
 
12511
+ /**
12512
+ * @deprecated Use `Dropdown` from `@frontify/fondue/components` instead. Also check {@link https://github.com/Frontify/fondue/blob/main/packages/components/MIGRATING.md#dropdown-replaces-dropdown-and-menu the migration guide}.
12513
+ */
12508
12514
  export declare const Menu: {
12509
12515
  ({ triggerRef, children, open, offset, onClose, "data-test-id": dataTestId, }: MenuProps): JSX_2.Element;
12510
12516
  displayName: string;