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

@devseed-ui/button

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devseed-ui/button - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

5

package.json
{
"name": "@devseed-ui/button",
"version": "1.0.1",
"version": "1.1.0",
"description": "devseed UI Kit Button",

@@ -16,4 +16,5 @@ "browser": "./dist/index.web.js",

"@devseed-ui/base": "^1.0.6",
"@devseed-ui/helpers": "^3.1.0"
"@devseed-ui/helpers": "^3.1.0",
"@devseed-ui/theme": "^1.0.2"
}
}

2

src/button.stories.js

@@ -7,3 +7,3 @@ import React from 'react';

import theme from '../../theme/src';
import theme from '@devseed-ui/theme';
import Button from '../src';

@@ -10,0 +10,0 @@

@@ -7,4 +7,5 @@ /* eslint-disable no-unused-vars */

import { antialiased, visuallyHidden, disabled } from '../../helpers/src';
import { themeVal } from '../../base/src';
import { antialiased, visuallyHidden, disabled } from '@devseed-ui/helpers';
import { themeVal } from '@devseed-ui/base';
import defaultTheme from '@devseed-ui/theme';

@@ -197,2 +198,6 @@ // eslint-disable-next-line react/display-name

Button.defaultProps = {
theme: defaultTheme.main,
};
export default Button;

@@ -199,0 +204,0 @@

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