ui-mathilde-web 0.12.7 → 0.13.0
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/style.css +1 -1
- package/dist/ui-mathilde-web.d.ts +7 -1
- package/dist/ui-mathilde-web.js +3433 -3288
- package/dist/ui-mathilde-web.umd.cjs +47 -47
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as default_2 } from 'react';
|
|
2
2
|
import { FormikProps } from 'formik';
|
|
3
3
|
import { ForwardRefExoticComponent } from 'react';
|
|
4
|
-
import { IconBaseProps as IconBaseProps_2 } from '
|
|
4
|
+
import { IconBaseProps as IconBaseProps_2 } from '../..';
|
|
5
5
|
import { IconType } from 'react-icons';
|
|
6
6
|
import { ImgHTMLAttributes } from 'react';
|
|
7
7
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
@@ -47,6 +47,8 @@ declare interface AccordionProps {
|
|
|
47
47
|
titleClasses?: string;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
+
export declare const AiChatSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
51
|
+
|
|
50
52
|
export declare const Alert: ({ isOpen, onConfirm, onCancel, onClose, ...options }: AlertProps) => null;
|
|
51
53
|
|
|
52
54
|
declare type AlertIcon = "success" | "error" | "warning" | "info" | "question";
|
|
@@ -401,6 +403,8 @@ declare interface CustomPaginationProps {
|
|
|
401
403
|
value?: number;
|
|
402
404
|
}
|
|
403
405
|
|
|
406
|
+
export declare const DashboardBrowsingSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
407
|
+
|
|
404
408
|
export declare const DatePicker: ({ minDate, maxDate, }: {
|
|
405
409
|
minDate: Date;
|
|
406
410
|
maxDate: Date;
|
|
@@ -986,6 +990,8 @@ declare interface TooltipProps {
|
|
|
986
990
|
disabled?: boolean;
|
|
987
991
|
}
|
|
988
992
|
|
|
993
|
+
export declare const UserListSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
994
|
+
|
|
989
995
|
declare interface ValidationListProps {
|
|
990
996
|
validations: {
|
|
991
997
|
hasMinLength: boolean;
|