@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/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;