@blateral/b.kit 2.0.0-beta.26.5 → 2.0.0-beta.26.6

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.
@@ -3,15 +3,25 @@ import { ImageProps } from "../blocks/Image";
3
3
  export declare const SimpleImageComponent: React.FC<{
4
4
  /** ID value for targeting section with anchor hashes */
5
5
  anchorId?: string | undefined;
6
+ /** Image settings */
6
7
  image?: ImageProps | undefined;
8
+ /** Horizontal alignment of the image */
7
9
  hAlign?: "left" | "center" | "right" | undefined;
10
+ /** Allow reduced section spacing to next section */
11
+ isStackable?: boolean | undefined;
12
+ /** Section background */
8
13
  bgMode?: "full" | "inverted" | undefined;
9
14
  }>;
10
15
  declare const _default: React.FC<{
11
16
  /** ID value for targeting section with anchor hashes */
12
17
  anchorId?: string | undefined;
18
+ /** Image settings */
13
19
  image?: ImageProps | undefined;
20
+ /** Horizontal alignment of the image */
14
21
  hAlign?: "left" | "center" | "right" | undefined;
22
+ /** Allow reduced section spacing to next section */
23
+ isStackable?: boolean | undefined;
24
+ /** Section background */
15
25
  bgMode?: "full" | "inverted" | undefined;
16
26
  } & {
17
27
  theme?: import("../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
@@ -1 +1 @@
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;AAmD5D,eAAO,MAAM,oBAAoB;IA/B7B,wDAAwD;;;;;EA+Bb,CAAC;;IA/B5C,wDAAwD;;;;;;;;AAgC5D,wBAAyC"}
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;AA4D5D,eAAO,MAAM,oBAAoB;IAxC7B,wDAAwD;;IAGxD,qBAAqB;;IAGrB,wCAAwC;;IAGxC,oDAAoD;;IAGpD,yBAAyB;;EA4BkB,CAAC;;IAxC5C,wDAAwD;;IAGxD,qBAAqB;;IAGrB,wCAAwC;;IAGxC,oDAAoD;;IAGpD,yBAAyB;;;;;AA6B7B,wBAAyC"}
@@ -1,12 +1,15 @@
1
1
  import React from 'react';
2
2
  import { ImageProps } from "../../blocks/Image";
3
+ declare type ImageType = Omit<ImageProps, 'coverSpace'> & {
4
+ isFull?: boolean;
5
+ };
3
6
  export declare const NewsImagesComponent: React.FC<{
4
7
  /** ID value for targeting section with anchor hashes */
5
8
  anchorId?: string | undefined;
6
9
  /** List of gallery images */
7
- images?: Omit<ImageProps, "coverSpace">[] | undefined;
10
+ images?: ImageType[] | undefined;
8
11
  /** Image style */
9
- imageStyle?: "full" | "half" | undefined;
12
+ isFull?: boolean | undefined;
10
13
  /** Section background */
11
14
  bgMode?: "full" | "inverted" | undefined;
12
15
  }>;
@@ -14,9 +17,9 @@ declare const _default: React.FC<{
14
17
  /** ID value for targeting section with anchor hashes */
15
18
  anchorId?: string | undefined;
16
19
  /** List of gallery images */
17
- images?: Omit<ImageProps, "coverSpace">[] | undefined;
20
+ images?: ImageType[] | undefined;
18
21
  /** Image style */
19
- imageStyle?: "full" | "half" | undefined;
22
+ isFull?: boolean | undefined;
20
23
  /** Section background */
21
24
  bgMode?: "full" | "inverted" | undefined;
22
25
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"NewsImages.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsImages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAc,EAAE,UAAU,EAAE,2BAAgC;AA+E5D,eAAO,MAAM,mBAAmB;IApE5B,wDAAwD;;IAGxD,6BAA6B;;IAG7B,kBAAkB;;IAGlB,yBAAyB;;EA2DgB,CAAC;;IApE1C,wDAAwD;;IAGxD,6BAA6B;;IAG7B,kBAAkB;;IAGlB,yBAAyB;;;;;AA4D7B,wBAAwC"}
1
+ {"version":3,"file":"NewsImages.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsImages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAgB5D,aAAK,SAAS,GAAG,IAAI,CAAC,UAAU,EAAE,YAAY,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAyFvE,eAAO,MAAM,mBAAmB;IAtF5B,wDAAwD;;IAGxD,6BAA6B;;IAG7B,kBAAkB;;IAGlB,yBAAyB;;EA6EgB,CAAC;;IAtF1C,wDAAwD;;IAGxD,6BAA6B;;IAG7B,kBAAkB;;IAGlB,yBAAyB;;;;;AA8E7B,wBAAwC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NewsIntro.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsIntro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAG5D,OAAY,EAAE,QAAQ,EAAE,yBAA8B;AAItD,OAAO,EAAE,SAAS,EAAE,8BAAmC;AAsNvD,eAAO,MAAM,kBAAkB;IArI3B,wDAAwD;;IAGxD,yBAAyB;;IAGzB,uCAAuC;;;;;IAGvC,4BAA4B;;IAG5B,iCAAiC;;IAGjC,uCAAuC;;IAGvC,yBAAyB;;IAGzB,yCAAyC;yBACrB;QAChB,GAAG,EAAE,MAAM,GAAG,CAAC;QACf,MAAM,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,IAAI,CAAC,EAAE,SAAS,CAAC;KACpB,KAAK,MAAM,SAAS;EAyGkB,CAAC;;IArIxC,wDAAwD;;IAGxD,yBAAyB;;IAGzB,uCAAuC;;;;;IAGvC,4BAA4B;;IAG5B,iCAAiC;;IAGjC,uCAAuC;;IAGvC,yBAAyB;;IAGzB,yCAAyC;;;;;;;;;;;AAiH7C,wBAAuC"}
1
+ {"version":3,"file":"NewsIntro.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsIntro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAG5D,OAAY,EAAE,QAAQ,EAAE,yBAA8B;AAItD,OAAO,EAAE,SAAS,EAAE,8BAAmC;AAuNvD,eAAO,MAAM,kBAAkB;IArI3B,wDAAwD;;IAGxD,yBAAyB;;IAGzB,uCAAuC;;;;;IAGvC,4BAA4B;;IAG5B,iCAAiC;;IAGjC,uCAAuC;;IAGvC,yBAAyB;;IAGzB,yCAAyC;yBACrB;QAChB,GAAG,EAAE,MAAM,GAAG,CAAC;QACf,MAAM,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,IAAI,CAAC,EAAE,SAAS,CAAC;KACpB,KAAK,MAAM,SAAS;EAyGkB,CAAC;;IArIxC,wDAAwD;;IAGxD,yBAAyB;;IAGzB,uCAAuC;;;;;IAGvC,4BAA4B;;IAG5B,iCAAiC;;IAGjC,uCAAuC;;IAGvC,yBAAyB;;IAGzB,yCAAyC;;;;;;;;;;;AAiH7C,wBAAuC"}