ui-mathilde-web 0.12.6 → 0.12.7
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 +3 -3
- package/dist/ui-mathilde-web.js +3856 -3844
- package/dist/ui-mathilde-web.umd.cjs +49 -49
- package/package.json +1 -1
|
@@ -257,7 +257,7 @@ declare interface CheckboxProps {
|
|
|
257
257
|
icono?: string;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
export declare const CheckmarkSvgIcon: ({ size, width, height, color, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
260
|
+
export declare const CheckmarkSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
261
261
|
|
|
262
262
|
declare interface ChipColors {
|
|
263
263
|
backgroundColor?: string;
|
|
@@ -593,7 +593,7 @@ export declare const ImageFormat: ({ src, alt, width, height, classIm, }: {
|
|
|
593
593
|
|
|
594
594
|
export declare type ImageIconSrcKey = keyof typeof BUILT_IN_IMAGE_ICON_SRC;
|
|
595
595
|
|
|
596
|
-
export declare const InfoTooltipSvgIcon: ({ size, width, height, color, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
596
|
+
export declare const InfoTooltipSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
597
597
|
|
|
598
598
|
export declare const InputForm: ForwardRefExoticComponent<InputFormProps & RefAttributes<HTMLInputElement>>;
|
|
599
599
|
|
|
@@ -754,7 +754,7 @@ export declare function registerAlertImageIcons(icons: Record<string, AlertImage
|
|
|
754
754
|
|
|
755
755
|
export declare function registerImageIconSrc(icons: Record<string, string>): void;
|
|
756
756
|
|
|
757
|
-
export declare const SearchSvgIcon: ({ size, width, height, color, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
757
|
+
export declare const SearchSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
|
|
758
758
|
|
|
759
759
|
export declare const SelectForm: ForwardRefExoticComponent<SelectFormProps & RefAttributes<HTMLSelectElement>>;
|
|
760
760
|
|