@frontify/fondue 12.2.4 → 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/components/Slider/Slider.es.js.map +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +11 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/packages/charts/style.css +1 -1
- package/dist/packages/components/style.css +1 -1
- package/dist/packages/tokens/style.css +1 -1
- package/dist/packages/tokens/tailwind.config.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -4
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;
|
|
@@ -13452,6 +13458,9 @@ export declare class SlateToMarkdown extends MarkdownTransformer<NodeType[], str
|
|
|
13452
13458
|
process(value: NodeType[]): string;
|
|
13453
13459
|
}
|
|
13454
13460
|
|
|
13461
|
+
/**
|
|
13462
|
+
* @deprecated Use `Slider` from `@frontify/fondue/components` instead. Also check {@link https://github.com/Frontify/fondue/blob/main/packages/components/MIGRATING.md#slider the migration guide}.
|
|
13463
|
+
*/
|
|
13455
13464
|
export declare const Slider: {
|
|
13456
13465
|
({ id: propId, label, value: propValue, min, max, showMinMax, step, stepMultiplier, valueSuffix, onError, onChange, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, disabled, "data-test-id": dataTestId, }: SliderProps): JSX_2.Element;
|
|
13457
13466
|
displayName: string;
|
|
@@ -14549,12 +14558,12 @@ declare namespace PatternImagery {
|
|
|
14549
14558
|
}
|
|
14550
14559
|
|
|
14551
14560
|
|
|
14552
|
-
declare namespace
|
|
14561
|
+
declare namespace PatternTypography {
|
|
14553
14562
|
var displayName: string;
|
|
14554
14563
|
}
|
|
14555
14564
|
|
|
14556
14565
|
|
|
14557
|
-
declare namespace
|
|
14566
|
+
declare namespace PatternSound {
|
|
14558
14567
|
var displayName: string;
|
|
14559
14568
|
}
|
|
14560
14569
|
|