ui-mathilde-web 1.0.12 → 1.0.14

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.
@@ -215,6 +215,8 @@ declare interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElemen
215
215
 
216
216
  declare type ButtonVariant = 'default' | 'secondary' | 'link';
217
217
 
218
+ export declare const CalendarAnalysis: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
219
+
218
220
  export declare const CancelSquareSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
219
221
 
220
222
  export declare const Card: ForwardRefExoticComponent<CardProps & RefAttributes<HTMLDivElement>>;