@brighthr/component-button
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package