@newskit-render/shared-components 4.66.0 → 4.67.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.
@@ -55,7 +55,7 @@ export interface ListItemType {
55
55
  labelIcon?: LabelIcon;
56
56
  default: string | string[] | BenefitsListItemContent[] | JSX.Element;
57
57
  labelDescription?: string;
58
- valueDescription?: string;
58
+ valueDescription?: string | JSX.Element;
59
59
  valueDescriptionLink?: ListItemDescriptionLink;
60
60
  type?: ItemTypes;
61
61
  path?: string;
@@ -139,7 +139,7 @@ export interface ListCellProps {
139
139
  };
140
140
  describedId?: string;
141
141
  itemValue?: string | string[] | JSX.Element;
142
- description?: string;
142
+ description?: string | JSX.Element;
143
143
  descriptionLink?: ListItemDescriptionLink | null;
144
144
  descriptionOverrides?: {
145
145
  typographyPreset?: MQ<string>;
@@ -55,7 +55,7 @@ export interface ListItemType {
55
55
  labelIcon?: LabelIcon;
56
56
  default: string | string[] | BenefitsListItemContent[] | JSX.Element;
57
57
  labelDescription?: string;
58
- valueDescription?: string;
58
+ valueDescription?: string | JSX.Element;
59
59
  valueDescriptionLink?: ListItemDescriptionLink;
60
60
  type?: ItemTypes;
61
61
  path?: string;
@@ -139,7 +139,7 @@ export interface ListCellProps {
139
139
  };
140
140
  describedId?: string;
141
141
  itemValue?: string | string[] | JSX.Element;
142
- description?: string;
142
+ description?: string | JSX.Element;
143
143
  descriptionLink?: ListItemDescriptionLink | null;
144
144
  descriptionOverrides?: {
145
145
  typographyPreset?: MQ<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/shared-components",
3
- "version": "4.66.0",
3
+ "version": "4.67.0",
4
4
  "description": "Newskit Render Shared Components",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -108,5 +108,5 @@
108
108
  "@types/react-dom": "18.0.10",
109
109
  "newskit/react-hook-form": "7.20.2"
110
110
  },
111
- "gitHead": "5ed6866104542b725fff6338e7e62d25b30c60ee"
111
+ "gitHead": "ffd4303183c0f911d0727ea6877d68e04ee72296"
112
112
  }