@frontify/fondue 12.2.5 → 12.2.6
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/Dropdown/Dropdown.es.js.map +1 -1
- package/dist/components/Menu/Menu.es.js.map +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +8 -2
- 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
|
@@ -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;
|
|
@@ -14552,12 +14558,12 @@ declare namespace PatternImagery {
|
|
|
14552
14558
|
}
|
|
14553
14559
|
|
|
14554
14560
|
|
|
14555
|
-
declare namespace
|
|
14561
|
+
declare namespace PatternTypography {
|
|
14556
14562
|
var displayName: string;
|
|
14557
14563
|
}
|
|
14558
14564
|
|
|
14559
14565
|
|
|
14560
|
-
declare namespace
|
|
14566
|
+
declare namespace PatternSound {
|
|
14561
14567
|
var displayName: string;
|
|
14562
14568
|
}
|
|
14563
14569
|
|