@pismo/marola 1.0.0-beta.40 → 1.0.0-beta.41

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.
@@ -9,7 +9,7 @@ type AdviceCommonProps = {
9
9
  /** Advice title message props */
10
10
  titleProps?: Omit<TypographyProps, 'children'>;
11
11
  /** Advice description message */
12
- description?: string;
12
+ description?: ReactNode;
13
13
  /** Advice description message props */
14
14
  descriptionProps?: Omit<TypographyProps, 'children'>;
15
15
  /** Advice content message */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pismo/marola",
3
3
  "description": "CDX tribe component library",
4
- "version": "1.0.0-beta.40",
4
+ "version": "1.0.0-beta.41",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",