@frontify/fondue 12.2.3 → 12.2.5
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/Slider/Slider.es.js.map +1 -1
- 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/charts/style.css +2 -2
- 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
|
@@ -13452,6 +13452,9 @@ export declare class SlateToMarkdown extends MarkdownTransformer<NodeType[], str
|
|
|
13452
13452
|
process(value: NodeType[]): string;
|
|
13453
13453
|
}
|
|
13454
13454
|
|
|
13455
|
+
/**
|
|
13456
|
+
* @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}.
|
|
13457
|
+
*/
|
|
13455
13458
|
export declare const Slider: {
|
|
13456
13459
|
({ 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
13460
|
displayName: string;
|