ui-mathilde-web 1.0.15 → 1.0.16

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.
@@ -53,6 +53,8 @@ declare interface AccordionProps {
53
53
 
54
54
  export declare const AddSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
55
55
 
56
+ export declare const AgentDesk: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
57
+
56
58
  export declare const AiChatSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
57
59
 
58
60
  export declare const Alert: ({ isOpen, onConfirm, onCancel, onClose, ...options }: AlertProps) => null;
@@ -175,6 +177,8 @@ export declare const BUILT_IN_IMAGE_ICON_SRC: {
175
177
  readonly tiktok: string;
176
178
  };
177
179
 
180
+ export declare const Business: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
181
+
178
182
  export declare const Button: ({ variant, iconPosition, icon, children, full, ...htmlProps }: ButtonProps) => JSX_2.Element;
179
183
 
180
184
  export declare const ButtonFormat: FC<ButtonFormatProps>;
@@ -661,6 +665,8 @@ export declare const GoogleIcon: {
661
665
 
662
666
  export declare const HandSwipeRight: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
663
667
 
668
+ export declare const Headset: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
669
+
664
670
  export declare type IconBaseProps = Omit<ImgHTMLAttributes<HTMLImageElement>, 'src'> & {
665
671
  size?: number;
666
672
  };
@@ -754,11 +760,15 @@ declare interface LogoConfig {
754
760
  };
755
761
  }
756
762
 
763
+ export declare const Logout: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
764
+
757
765
  export declare const MathildeIcon: {
758
766
  ({ size, width, height, alt, ...props }: IconBaseProps): JSX_2.Element;
759
767
  displayName: string;
760
768
  };
761
769
 
770
+ export declare const Megaphone: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
771
+
762
772
  declare interface MenuItem {
763
773
  id: string;
764
774
  title: string;
@@ -852,6 +862,8 @@ declare interface PasswordInputProps extends default_2.InputHTMLAttributes<HTMLI
852
862
 
853
863
  export declare const PasswordValidationList: default_2.FC<ValidationListProps>;
854
864
 
865
+ export declare const PlanningCalendar: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
866
+
855
867
  export declare const ProgressBar: ({ start, end, current, type }: {
856
868
  start: number;
857
869
  end: number;
@@ -1006,6 +1018,8 @@ declare interface SpinnerProps_2 {
1006
1018
  description?: string;
1007
1019
  }
1008
1020
 
1021
+ export declare const SquareListDashes: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1022
+
1009
1023
  declare interface StepDefinition {
1010
1024
  title: string;
1011
1025
  description?: string;
@@ -1191,6 +1205,10 @@ declare interface TooltipProps {
1191
1205
  disabled?: boolean;
1192
1206
  }
1193
1207
 
1208
+ export declare const UserCircle: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1209
+
1210
+ export declare const UserGroup: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1211
+
1194
1212
  export declare const UserListSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1195
1213
 
1196
1214
  declare interface ValidationListProps {