@blateral/b.kit 2.0.0-beta.26.1 → 2.0.0-beta.26.2
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,11 +1,20 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ImageProps } from "../blocks/Image";
|
|
3
|
-
declare const
|
|
3
|
+
export declare const SimpleImageComponent: React.FC<{
|
|
4
4
|
/** ID value for targeting section with anchor hashes */
|
|
5
|
-
anchorId?: string;
|
|
6
|
-
image?: ImageProps;
|
|
7
|
-
hAlign?:
|
|
8
|
-
bgMode?:
|
|
5
|
+
anchorId?: string | undefined;
|
|
6
|
+
image?: ImageProps | undefined;
|
|
7
|
+
hAlign?: "left" | "center" | "right" | undefined;
|
|
8
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
9
9
|
}>;
|
|
10
|
-
|
|
10
|
+
declare const _default: React.FC<{
|
|
11
|
+
/** ID value for targeting section with anchor hashes */
|
|
12
|
+
anchorId?: string | undefined;
|
|
13
|
+
image?: ImageProps | undefined;
|
|
14
|
+
hAlign?: "left" | "center" | "right" | undefined;
|
|
15
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
16
|
+
} & {
|
|
17
|
+
theme?: import("../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
export default _default;
|
|
11
20
|
//# sourceMappingURL=SimpleImage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleImage.d.ts","sourceRoot":"","sources":["../../../src/components/sections/SimpleImage.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"SimpleImage.d.ts","sourceRoot":"","sources":["../../../src/components/sections/SimpleImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAI9C,OAAc,EAAE,UAAU,EAAE,wBAAgC;AA4C5D,eAAO,MAAM,oBAAoB;IA/B7B,wDAAwD;;;;;EA+Bb,CAAC;;IA/B5C,wDAAwD;;;;;;;;AAgC5D,wBAAyC"}
|