ui-mathilde-web 1.0.12 → 1.0.13
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/ui-mathilde-web.d.ts +2 -0
- package/dist/ui-mathilde-web.js +558 -494
- package/dist/ui-mathilde-web.umd.cjs +46 -46
- package/package.json +1 -1
|
@@ -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>>;
|