ui-mathilde-web 1.0.15 → 1.0.17

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>;
@@ -652,6 +656,8 @@ declare interface FilterSection_2 {
652
656
  groups: FilterGroup_2[];
653
657
  }
654
658
 
659
+ export declare const Gear: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
660
+
655
661
  export declare function getImageIconSrc(key: string): string | undefined;
656
662
 
657
663
  export declare const GoogleIcon: {
@@ -661,6 +667,11 @@ export declare const GoogleIcon: {
661
667
 
662
668
  export declare const HandSwipeRight: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
663
669
 
670
+ export declare const Headset: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
671
+
672
+ declare const History_2: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
673
+ export { History_2 as History }
674
+
664
675
  export declare type IconBaseProps = Omit<ImgHTMLAttributes<HTMLImageElement>, 'src'> & {
665
676
  size?: number;
666
677
  };
@@ -754,11 +765,15 @@ declare interface LogoConfig {
754
765
  };
755
766
  }
756
767
 
768
+ export declare const Logout: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
769
+
757
770
  export declare const MathildeIcon: {
758
771
  ({ size, width, height, alt, ...props }: IconBaseProps): JSX_2.Element;
759
772
  displayName: string;
760
773
  };
761
774
 
775
+ export declare const Megaphone: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
776
+
762
777
  declare interface MenuItem {
763
778
  id: string;
764
779
  title: string;
@@ -852,6 +867,8 @@ declare interface PasswordInputProps extends default_2.InputHTMLAttributes<HTMLI
852
867
 
853
868
  export declare const PasswordValidationList: default_2.FC<ValidationListProps>;
854
869
 
870
+ export declare const PlanningCalendar: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
871
+
855
872
  export declare const ProgressBar: ({ start, end, current, type }: {
856
873
  start: number;
857
874
  end: number;
@@ -1006,6 +1023,8 @@ declare interface SpinnerProps_2 {
1006
1023
  description?: string;
1007
1024
  }
1008
1025
 
1026
+ export declare const SquareListDashes: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1027
+
1009
1028
  declare interface StepDefinition {
1010
1029
  title: string;
1011
1030
  description?: string;
@@ -1191,8 +1210,14 @@ declare interface TooltipProps {
1191
1210
  disabled?: boolean;
1192
1211
  }
1193
1212
 
1213
+ export declare const UserCircle: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1214
+
1215
+ export declare const UserGroup: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1216
+
1194
1217
  export declare const UserListSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1195
1218
 
1219
+ export declare const UsersPlus: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1220
+
1196
1221
  declare interface ValidationListProps {
1197
1222
  validations: {
1198
1223
  hasMinLength: boolean;