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

@brighthr/component-button

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brighthr/component-button - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

dist/index.js

@@ -83,7 +83,7 @@ // src/index.tsx

"text-white border-2 focus:outline focus:outline-2 focus:outline-offset-2 disabled:border-neutral-300 disabled:bg-neutral-300": !outlineButton,
"text-accent-500 border-accent-500 hover:border-accent-700 hover:bg-accent-700 disabled:border-neutral-300 disabled:bg-white disabled:text-neutral-300": outlineButton && color === "accent",
"text-accent-500 border-accent-500 hover:border-accent-600 hover:bg-accent-600 disabled:border-neutral-300 disabled:bg-white disabled:text-neutral-300": outlineButton && color === "accent",
"text-primary-700 border-primary-700 hover:border-primary-600 hover:bg-primary-600 disabled:border-neutral-300 disabled:bg-white disabled:text-neutral-300": outlineButton && color === "primary",
"text-error-700 border-error-700 hover:border-error-700 hover:bg-error-700 disabled:border-neutral-300 disabled:bg-white disabled:text-neutral-300": outlineButton && color === "error",
"text-white border-white hover:bg-white hover:text-primary-600 disabled:border-neutral-300 disabled:text-neutral-300 disabled:bg-transparent": color === "white",
"bg-accent-500 border-accent-500 hover:border-accent-700 hover:bg-accent-700 focus:outline-accent-500 focus:hover:outline-accent-700 disabled:border-neutral-300 disabled:bg-neutral-300": !outlineButton && color === "accent",
"bg-accent-500 border-accent-500 hover:border-accent-600 hover:bg-accent-600 focus:outline-accent-500 focus:hover:outline-accent-600 disabled:border-neutral-300 disabled:bg-neutral-300": !outlineButton && color === "accent",
"bg-error-700 border-error-700 hover:border-error-900 hover:bg-error-900 focus:outline-error-700 focus:hover:outline-error-900 disabled:border-neutral-300 disabled:bg-neutral-300": !outlineButton && color === "error",

@@ -90,0 +90,0 @@ "bg-primary-700 border-primary-700 hover:border-primary-600 hover:bg-primary-600 focus:outline-primary-700 focus:hover:outline-primary-600 disabled:border-neutral-300 disabled:bg-neutral-300": !outlineButton && color === "primary",

{
"name": "@brighthr/component-button",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",

@@ -27,3 +27,3 @@ "type": "module",

},
"gitHead": "2ade07585da6f115e002b1f2cd76d8e97bee6ae5"
"gitHead": "618afe5158239186f2fa71c509986656af950a9f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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