@credithub/harlan-components 1.49.2 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consultaSimples.js +2 -0
- package/lib/cjs/index.js +54 -1
- package/lib/esm/index.js +54 -1
- package/package.json +1 -1
package/dist/consultaSimples.js
CHANGED
|
@@ -17,6 +17,7 @@ import ConsultaSCR from './components/scr/scr';
|
|
|
17
17
|
import { GlobalDataProvider } from './contexts/globalDataContext';
|
|
18
18
|
import GlobalStyle from './styles/globalStyle';
|
|
19
19
|
import theme from './styles/theme';
|
|
20
|
+
import ProtestosSP from './components/protestos/protestosSp';
|
|
20
21
|
Chart.register.apply(Chart, registerables);
|
|
21
22
|
var Wrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-family: 'Open Sans Condensed';\n display: flex;\n flex-direction: column;\n gap: 20px;\n\n * {\n -webkit-print-color-adjust: exact !important;\n print-color-adjust: exact !important;\n }\n\n @media print {\n @page {\n size: auto;\n margin: 5mm;\n }\n }\n"], ["\n font-family: 'Open Sans Condensed';\n display: flex;\n flex-direction: column;\n gap: 20px;\n\n * {\n -webkit-print-color-adjust: exact !important;\n print-color-adjust: exact !important;\n }\n\n @media print {\n @page {\n size: auto;\n margin: 5mm;\n }\n }\n"])));
|
|
22
23
|
var FinderDependency = function (_a) {
|
|
@@ -55,6 +56,7 @@ var ConsultaSimples = function (_a) {
|
|
|
55
56
|
React.createElement(ConsultaScore, { documento: documento }),
|
|
56
57
|
React.createElement(ConsultaImoveis, { documento: documento }),
|
|
57
58
|
React.createElement(Veiculos, { documento: documento })),
|
|
59
|
+
React.createElement(ProtestosSP, null),
|
|
58
60
|
React.createElement(Protestos, null),
|
|
59
61
|
React.createElement(CCF, null),
|
|
60
62
|
React.createElement(DividasPublicas, null),
|