@thecb/components 8.4.6-beta.1 → 8.4.6-beta.2

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/index.d.ts CHANGED
@@ -1015,7 +1015,7 @@ interface RadioGroupProps {
1015
1015
  field: Field;
1016
1016
  fieldActions: FieldActions;
1017
1017
  handleChange?: () => void;
1018
- heading: ReactNode;
1018
+ heading?: ReactNode;
1019
1019
  headingText: string;
1020
1020
  }
1021
1021
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "8.4.6-beta.1",
3
+ "version": "8.4.6-beta.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -15,7 +15,7 @@ export interface RadioGroupProps {
15
15
  field: Field;
16
16
  fieldActions: FieldActions;
17
17
  handleChange?: () => void;
18
- heading: ReactNode;
18
+ heading?: ReactNode;
19
19
  headingText: string;
20
20
  }
21
21