@google-psat/library-detection
Advanced tools
Comparing version 0.10.2 to 0.11.0
@@ -67,4 +67,4 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; | ||
return (_jsx(Component, { matches: matches, domQueryMatches: domQueryMatches }, library.name)); | ||
}) })) : !errorOccured ? (_jsx("p", { className: "text-center dark:text-bright-gray", children: I18n.getMessage('noLibraries') })) : (_jsx("p", { className: "text-center dark:text-bright-gray", children: I18n.getMessage('errorOccured') })); | ||
return (_jsx(CookiesLandingWrapper, { dataMapping: dataMapping, testId: "library-detection", description: "", children: !errorOccured && showLoader ? (_jsxs(_Fragment, { children: [_jsx(ProgressBar, { additionalStyles: "w-1/3 mx-auto h-full" }), _jsx("p", { className: "text-center dark:text-bright-gray", children: isCurrentTabLoading | ||
}) })) : !errorOccured ? (_jsx("p", { className: "text-center text-gray dark:text-bright-gray", children: I18n.getMessage('noLibraries') })) : (_jsx("p", { className: "text-center text-gray dark:text-bright-gray", children: I18n.getMessage('errorOccured') })); | ||
return (_jsx(CookiesLandingWrapper, { dataMapping: dataMapping, testId: "library-detection", description: "", children: !errorOccured && showLoader ? (_jsxs(_Fragment, { children: [_jsx(ProgressBar, { additionalStyles: "w-1/3 mx-auto h-full" }), _jsx("p", { className: "text-center text-gray dark:text-bright-gray", children: isCurrentTabLoading | ||
? I18n.getMessage('waitingPageLoad') | ||
@@ -71,0 +71,0 @@ : I18n.getMessage('checkingLibraries') })] })) : (_jsx("div", { className: "divide-y divide-hex-gray", children: result })) })); |
{ | ||
"name": "@google-psat/library-detection", | ||
"version": "0.10.2", | ||
"version": "0.11.0", | ||
"description": "A package for detecting libraries for potential breakage", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
112226