ui-mathilde-web 0.12.6 → 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.
@@ -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 './iconProps';
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";
@@ -257,7 +259,7 @@ declare interface CheckboxProps {
257
259
  icono?: string;
258
260
  }
259
261
 
260
- export declare const CheckmarkSvgIcon: ({ size, width, height, color, ...props }: SvgIconBaseProps) => JSX_2.Element;
262
+ export declare const CheckmarkSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
261
263
 
262
264
  declare interface ChipColors {
263
265
  backgroundColor?: string;
@@ -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;
@@ -593,7 +597,7 @@ export declare const ImageFormat: ({ src, alt, width, height, classIm, }: {
593
597
 
594
598
  export declare type ImageIconSrcKey = keyof typeof BUILT_IN_IMAGE_ICON_SRC;
595
599
 
596
- export declare const InfoTooltipSvgIcon: ({ size, width, height, color, ...props }: SvgIconBaseProps) => JSX_2.Element;
600
+ export declare const InfoTooltipSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
597
601
 
598
602
  export declare const InputForm: ForwardRefExoticComponent<InputFormProps & RefAttributes<HTMLInputElement>>;
599
603
 
@@ -754,7 +758,7 @@ export declare function registerAlertImageIcons(icons: Record<string, AlertImage
754
758
 
755
759
  export declare function registerImageIconSrc(icons: Record<string, string>): void;
756
760
 
757
- export declare const SearchSvgIcon: ({ size, width, height, color, ...props }: SvgIconBaseProps) => JSX_2.Element;
761
+ export declare const SearchSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
758
762
 
759
763
  export declare const SelectForm: ForwardRefExoticComponent<SelectFormProps & RefAttributes<HTMLSelectElement>>;
760
764
 
@@ -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;