@trafilea/afrodita-components 6.51.0 → 6.51.2

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/build/index.d.ts CHANGED
@@ -2828,6 +2828,7 @@ interface ColorPickerWithTooltipProps {
2828
2828
  className?: string;
2829
2829
  tooltipOptions?: {
2830
2830
  showCloseIcon?: boolean;
2831
+ numeric?: boolean;
2831
2832
  };
2832
2833
  }
2833
2834
  declare const ColorPickerWithTooltip: FC<ColorPickerWithTooltipProps>;