@newageerp/v3.buttons.main-button
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -14,3 +14,3 @@ import { ReactNode } from 'react'; | ||
slate = "tw3-bg-slate-600 tw3-text-white", | ||
white = "tw3-bg-white tw3-text-sky-600" | ||
white = "tw3-bg-transparent tw3-text-sky-600" | ||
} | ||
@@ -17,0 +17,0 @@ export declare type MainButtonProps = { |
@@ -23,3 +23,3 @@ "use strict"; | ||
MainButtonColors["slate"] = "tw3-bg-slate-600 tw3-text-white"; | ||
MainButtonColors["white"] = "tw3-bg-white tw3-text-sky-600"; | ||
MainButtonColors["white"] = "tw3-bg-transparent tw3-text-sky-600"; | ||
})(MainButtonColors || (MainButtonColors = {})); | ||
@@ -26,0 +26,0 @@ function MainButton({ title, iconName, color, className, children, onClick, disabled, confirmation, skipPadding, }) { |
{ | ||
"name": "@newageerp/v3.buttons.main-button", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"homepage": "https://bit.dev/newageerp/v3/buttons/main-button", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "v3/buttons/main-button", | ||
"version": "0.0.15" | ||
"version": "0.0.16" | ||
}, | ||
@@ -15,3 +15,3 @@ "dependencies": { | ||
"core-js": "^3.0.0", | ||
"@newageerp/v3.popups.confirmation-popup": "0.0.11" | ||
"@newageerp/v3.popups.confirmation-popup": "0.0.12" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
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
38399
+ Added@newageerp/v3.popups.confirmation-popup@0.0.12(transitive)
- Removed@newageerp/v3.popups.confirmation-popup@0.0.11(transitive)