@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",
|