@pronto-tools-and-more/components 10.12.0 → 10.14.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.js CHANGED
@@ -477,11 +477,13 @@ var MaskIcon = ({ src }) => {
477
477
  };
478
478
 
479
479
  // src/parts/PostContentBody/PostContentBody.tsx
480
- var PostContentBody = () => {
480
+ var PostContentBody = ({
481
+ customBlocks = []
482
+ } = {}) => {
481
483
  const json = {
482
484
  type: "content-body",
483
485
  id: "post-content-body",
484
- customBlocks: [],
486
+ customBlocks,
485
487
  class: ["post-content-service"],
486
488
  dataSource: {
487
489
  type: "content",
@@ -1 +1,3 @@
1
- export declare const PostContentBody: () => import("react").JSX.Element;
1
+ export declare const PostContentBody: ({ customBlocks, }?: {
2
+ customBlocks?: any[];
3
+ }) => import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "10.12.0",
3
+ "version": "10.14.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",