@deque/cauldron-react 5.6.0 → 5.6.1-canary.15e56d48

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.
@@ -4,7 +4,7 @@ export interface RadioItem extends React.InputHTMLAttributes<HTMLInputElement> {
4
4
  value?: string;
5
5
  labelDescription?: React.ReactNode;
6
6
  }
7
- export interface RadioGroupProps {
7
+ export interface RadioGroupProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
8
8
  name?: string;
9
9
  className?: string;
10
10
  radios: RadioItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "5.6.0",
3
+ "version": "5.6.1-canary.15e56d48",
4
4
  "description": "Fully accessible react components library for Deque Cauldron",
5
5
  "homepage": "https://cauldron.dequelabs.com/",
6
6
  "publishConfig": {
@@ -122,4 +122,4 @@
122
122
  "\\.svg$": "<rootDir>/__tests__/svgMock.js"
123
123
  }
124
124
  }
125
- }
125
+ }