@spaziodati/atoka-design-system 10.4.0 → 10.5.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.
@@ -12,7 +12,7 @@ export interface DetailPageContentProps extends PropsWithClassName {
12
12
  alt: string;
13
13
  size: 12 | 16 | 24;
14
14
  };
15
- helpText?: string;
15
+ readonly helpText?: React.ReactNode;
16
16
  annotation?: string;
17
17
  titleSuffix?: string;
18
18
  padding?: keyof typeof paddingMapping;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaziodati/atoka-design-system",
3
- "version": "10.4.0",
3
+ "version": "10.5.0",
4
4
  "description": "Atoka Design System - React component library (ESM)",
5
5
  "type": "module",
6
6
  "main": "./index.js",