@pronto-tools-and-more/components 10.13.0 → 10.15.0

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/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.13.0",
3
+ "version": "10.15.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",