@newageerp/v3.buttons.main-button
Advanced tools
Comparing version 0.0.39 to 0.0.40
@@ -17,2 +17,3 @@ import { ReactNode } from 'react'; | ||
white = "tw3-bg-transparent tw3-text-sky-600 ", | ||
whiteandpurple = "tw3-bg-transparent tw3-text-purple-600 ", | ||
bronze = "tw3-bg-yellow-700 tw3-text-gray-100", | ||
@@ -19,0 +20,0 @@ black = "tw3-bg-slate-800 tw3-text-gray-300" |
@@ -26,2 +26,3 @@ "use strict"; | ||
MainButtonColors["white"] = "tw3-bg-transparent tw3-text-sky-600 "; | ||
MainButtonColors["whiteandpurple"] = "tw3-bg-transparent tw3-text-purple-600 "; | ||
MainButtonColors["bronze"] = "tw3-bg-yellow-700 tw3-text-gray-100"; | ||
@@ -44,2 +45,3 @@ MainButtonColors["black"] = "tw3-bg-slate-800 tw3-text-gray-300"; | ||
MainButtonColorsHover["white"] = "hover:tw3-text-sky-900"; | ||
MainButtonColorsHover["whiteandpurple"] = "hover:tw3-text-purple-900"; | ||
MainButtonColorsHover["bronze"] = "hover:tw3-text-gray-300"; | ||
@@ -46,0 +48,0 @@ MainButtonColorsHover["black"] = "hover:tw3-text-gray-500"; |
{ | ||
"name": "@newageerp/v3.buttons.main-button", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"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.39" | ||
"version": "0.0.40" | ||
}, | ||
@@ -15,3 +15,3 @@ "dependencies": { | ||
"core-js": "^3.0.0", | ||
"@newageerp/v3.popups.confirmation-popup": "0.0.35", | ||
"@newageerp/v3.popups.confirmation-popup": "0.0.36", | ||
"@newageerp/v3.widgets.alert-widget": "0.0.22" | ||
@@ -18,0 +18,0 @@ }, |
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
43106
249
+ Added@newageerp/v3.popups.confirmation-popup@0.0.36(transitive)
- Removed@newageerp/v3.popups.confirmation-popup@0.0.35(transitive)