New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devsisters/dwds-react

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devsisters/dwds-react - npm Package Compare versions

Comparing version 1.0.4-rc.0 to 1.0.4

38

dist/index.d.ts

@@ -36,8 +36,4 @@ import * as React from 'react';

iconType?: IconType;
ref?: React.Ref<HTMLButtonElement>;
}
declare function Button(props: ButtonProps): JSX.Element;
declare namespace Button {
var displayName: string;
}
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;

@@ -72,2 +68,3 @@ interface SwitchProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'> {

labelDirection?: 'left' | 'right';
type?: 'check' | 'minus';
}

@@ -237,3 +234,2 @@ declare function Checkbox(props: CheckboxProps): JSX.Element;

maxLength?: number;
ref?: React__default.Ref<HTMLInputElement>;
onReset?: VoidFunction;

@@ -251,3 +247,2 @@ onChange?: ChangeEventHandler<HTMLInputElement>;

value?: string;
ref?: React__default.Ref<HTMLTextAreaElement>;
onChange?: ChangeEventHandler<HTMLTextAreaElement>;

@@ -266,3 +261,2 @@ }

subLabel?: string;
ref?: React__default.Ref<HTMLInputElement>;
onReset?: VoidFunction;

@@ -277,3 +271,2 @@ onChange?: ChangeEventHandler<HTMLInputElement>;

maxLength?: number;
ref?: React__default.Ref<HTMLInputElement>;
onReset?: VoidFunction;

@@ -283,21 +276,9 @@ onChange?: ChangeEventHandler<HTMLInputElement>;

declare function FileInput(props: FileInputProps): JSX.Element;
declare namespace FileInput {
var displayName: string;
}
declare const FileInput: React__default.ForwardRefExoticComponent<FileInputProps & React__default.RefAttributes<HTMLInputElement>>;
declare function SearchInput(props: SearchInputProps): JSX.Element;
declare namespace SearchInput {
var displayName: string;
}
declare const SearchInput: React__default.ForwardRefExoticComponent<SearchInputProps & React__default.RefAttributes<HTMLInputElement>>;
declare function TextInput(props: TextInputProps): JSX.Element;
declare namespace TextInput {
var displayName: string;
}
declare const TextInput: React__default.ForwardRefExoticComponent<TextInputProps & React__default.RefAttributes<HTMLInputElement>>;
declare function TextArea(props: TextAreaProps): JSX.Element;
declare namespace TextArea {
var displayName: string;
}
declare const TextArea: React__default.ForwardRefExoticComponent<TextAreaProps & React__default.RefAttributes<HTMLTextAreaElement>>;

@@ -368,8 +349,4 @@ type Size = 'small' | 'medium' | 'large';

value: string;
ref?: React.Ref<HTMLInputElement>;
}
declare function Radio(props: RadioProps): JSX.Element;
declare namespace Radio {
var displayName: string;
}
declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<HTMLInputElement>>;

@@ -481,2 +458,3 @@ interface RadioGroupProps extends Omit<React.HTMLAttributes<HTMLFieldSetElement>, 'onChange'> {

description?: string;
colspan?: number;
}

@@ -483,0 +461,0 @@ declare function NoDataRow(props: NoDataRowProps): JSX.Element;

{
"name": "@devsisters/dwds-react",
"version": "1.0.4-rc.0",
"version": "1.0.4",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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