Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dataesr/react-dsfr

Package Overview
Dependencies
Maintainers
3
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataesr/react-dsfr - npm Package Compare versions

Comparing version 3.5.15 to 3.6.0

18

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc