@dataesr/react-dsfr
Advanced tools
Comparing version 3.5.15 to 3.6.0
@@ -1016,6 +1016,6 @@ import * as React from 'react'; | ||
type RadioDisabled = boolean | undefined; | ||
type RadioHint = string | Object | any[]; | ||
type RadioDisabled = boolean | undefined; | ||
type RadioMessageType = 'error' | 'valid' | ''; | ||
@@ -1027,7 +1027,8 @@ | ||
className?: string; | ||
defaultChecked?: boolean; | ||
disabled?: RadioDisabled; | ||
hint?: RadioHint; | ||
id?: string; | ||
svg?: React.ReactNode; | ||
imageURL?: string; | ||
isExtended?: boolean; | ||
disabled?: RadioDisabled; | ||
label: string; | ||
@@ -1039,5 +1040,4 @@ message?: string; | ||
size?: RadioSize; | ||
imageURL?: string; | ||
svg?: React.ReactNode; | ||
value: string; | ||
defaultChecked?: boolean; | ||
} | ||
@@ -1054,7 +1054,7 @@ | ||
interface RadioGroupProps { | ||
ariaLabel?: string; | ||
children?: RadioGroupChildren; | ||
className?: string; | ||
disabled?: boolean; | ||
hint?: RadioGroupHint; | ||
ariaLabel?: string; | ||
disabled?: boolean; | ||
isInline?: boolean; | ||
@@ -1065,5 +1065,5 @@ legend: string; | ||
name?: string; | ||
value?: string; | ||
onChange?: (...args: any[])=>any; | ||
required?: boolean; | ||
value?: string; | ||
} | ||
@@ -1070,0 +1070,0 @@ |
{ | ||
"name": "@dataesr/react-dsfr", | ||
"version": "3.5.15", | ||
"version": "3.6.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A React implementation of the french government design system.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1257159
5935