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

dt-design-system

Package Overview
Dependencies
Maintainers
1
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dt-design-system - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8

3

dist/components/button/button.js

@@ -13,3 +13,2 @@ import * as React from 'react';

children,
disabled,
...props

@@ -26,4 +25,2 @@ }, ref) => {

className: classes,
disabled: disabled,
"aria-disabled": disabled,
...props,

@@ -30,0 +27,0 @@ children: [StartIcon && _jsx(StartIcon, {

@@ -31,4 +31,2 @@ import * as React from 'react';

required: required,
"aria-checked": value,
"aria-disabled": disabled,
...inputProps

@@ -35,0 +33,0 @@ }), _jsx("span", {

@@ -63,6 +63,3 @@ import * as React from 'react';

readOnly: readOnly,
"aria-required": !!required,
"aria-invalid": !isValid,
"aria-disabled": disabled,
"aria-readonly": readOnly,
...inputProps

@@ -69,0 +66,0 @@ })

@@ -62,6 +62,3 @@ import * as React from 'react';

readOnly: readOnly,
"aria-required": !!required,
"aria-invalid": !isValid,
"aria-disabled": disabled,
"aria-readonly": readOnly,
...inputProps,

@@ -68,0 +65,0 @@ children: options.map(option => _jsx("option", {

@@ -83,6 +83,3 @@ import * as React from 'react';

readOnly: readOnly,
"aria-required": !!required,
"aria-invalid": !isValid,
"aria-disabled": disabled,
"aria-readonly": readOnly,
...inputProps

@@ -89,0 +86,0 @@ })

2

package.json
{
"name": "dt-design-system",
"version": "0.6.7",
"version": "0.6.8",
"peerDependencies": {

@@ -5,0 +5,0 @@ "classnames": "^2.3.1",

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