@axinom/mosaic-ui 0.53.0-rc.5 → 0.53.0-rc.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/components/InfoPanel/InfoImage/InfoImage.d.ts +2 -5
- package/dist/components/InfoPanel/InfoImage/InfoImage.d.ts.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/InfoPanel/InfoImage/InfoImage.tsx +4 -6
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ActionData } from '../../Actions';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
imgSrc: string;
|
|
3
|
+
import { ImageLoaderProps } from '../../Loaders';
|
|
4
|
+
export interface InfoImageProps extends ImageLoaderProps {
|
|
6
5
|
/** Optional class */
|
|
7
6
|
className?: string;
|
|
8
7
|
/** Optional styles */
|
|
9
8
|
style?: React.CSSProperties;
|
|
10
|
-
/** Fallback image url to load in case of load failure. If not set, a fallback background color will be used */
|
|
11
|
-
fallbackSrc?: string;
|
|
12
9
|
/** Actions that should be available on the image's `InlineMenu` */
|
|
13
10
|
inlineMenuActions?: ActionData[];
|
|
14
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoImage.d.ts","sourceRoot":"","sources":["../../../../src/components/InfoPanel/InfoImage/InfoImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"InfoImage.d.ts","sourceRoot":"","sources":["../../../../src/components/InfoPanel/InfoImage/InfoImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,OAAO,EAAe,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAG9D,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sBAAsB;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,mEAAmE;IACnE,iBAAiB,CAAC,EAAE,UAAU,EAAE,CAAC;CAClC;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAsC9C,CAAC"}
|