@newageerp/v3.widgets.alert-widget
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -8,3 +8,3 @@ import { ReactNode } from 'react'; | ||
white = "tw3-bg-white dark:tw3-bg-gray-800 tw3-text-slate-500 dark:tw3-text-slate-400", | ||
slate = "tw3-bg-slate-100 tw3-text-slate-800" | ||
slate = "tw3-bg-slate-100" | ||
} | ||
@@ -11,0 +11,0 @@ export declare type AlertWidgetProps = { |
@@ -16,3 +16,3 @@ "use strict"; | ||
AlertWidgetColors["white"] = "tw3-bg-white dark:tw3-bg-gray-800 tw3-text-slate-500 dark:tw3-text-slate-400"; | ||
AlertWidgetColors["slate"] = "tw3-bg-slate-100 tw3-text-slate-800"; | ||
AlertWidgetColors["slate"] = "tw3-bg-slate-100"; | ||
})(AlertWidgetColors = exports.AlertWidgetColors || (exports.AlertWidgetColors = {})); | ||
@@ -19,0 +19,0 @@ function AlertWidget(props) { |
{ | ||
"name": "@newageerp/v3.widgets.alert-widget", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"homepage": "https://bit.dev/newageerp/v3/widgets/alert-widget", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "v3/widgets/alert-widget", | ||
"version": "2.2.2" | ||
"version": "2.2.3" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
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
32081