@credithub/harlan-components 1.20.7 → 1.20.9

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.
@@ -18,7 +18,7 @@ import StatusMessage from '../interface/statusMessage';
18
18
  var DividasPublicas = function () {
19
19
  var ctx = useContext(Queries.Finder);
20
20
  var Section = ctx.Section;
21
- return (React.createElement(Section, { title: "Dividas P\u00FAblicas", icon: DividasVencidasSerasaIcon, subtitle: "Vejas As D\u00EDvidas P\u00FAblicas Com A Uni\u00E3o (Ativa, Fgts E Previdenciaria)", onSuccess: function (document) {
21
+ return (React.createElement(Section, { title: "Dividas P\u00FAblicas", icon: DividasVencidasSerasaIcon, subtitle: "Vejas as d\u00EDvidas p\u00FAblicas com a Uni\u00E3o (ativa, FGTS e previdenci\u00E1ria).", onSuccess: function (document) {
22
22
  var parseDividas = function (tipo) { return function (divida) { return ({
23
23
  nomeDoDevedor: XPathUtils.select('string(./nome_devedor)', divida),
24
24
  tipoDePessoa: XPathUtils.select('string(./tipo_pessoa)', divida),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credithub/harlan-components",
3
- "version": "1.20.7",
3
+ "version": "1.20.9",
4
4
  "description": "Provide a set of web components to be used in Harlan and other projects",
5
5
  "keywords": [
6
6
  "harlan",
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "build": "npm run build:esm && rollup -c --bundleConfigAsCjs",
21
- "build:cjs": "tsc --module commonjs --outDir lib/cjs && tsc-alias --outDir lib/cjs",
22
21
  "build:dev": "vite build",
23
22
  "build:esm": "tsc && tsc-alias",
23
+ "clean": "rimraf lib",
24
24
  "dev": "vite",
25
25
  "prepare": "husky install",
26
26
  "serve:dev": "vite preview",
@@ -31,6 +31,7 @@
31
31
  "@emotion/stylis": "^0.8.5",
32
32
  "@itseasy21/react-elastic-carousel": "^0.12.3",
33
33
  "@react-google-maps/api": "^2.19.2",
34
+ "@rollup/plugin-babel": "^6.0.4",
34
35
  "@rollup/plugin-commonjs": "^25.0.7",
35
36
  "@rollup/plugin-node-resolve": "^15.2.3",
36
37
  "axios": "^1.6.2",
@@ -45,6 +46,7 @@
45
46
  "react-chartjs-2": "^5.2.0",
46
47
  "react-is": "^18.2.0",
47
48
  "react-plotly.js": "^2.6.0",
49
+ "rimraf": "^5.0.7",
48
50
  "rollup": "^4.16.4",
49
51
  "styled-components": "^5.3.11",
50
52
  "underscore": "^1.13.6"
@@ -52,7 +54,7 @@
52
54
  "devDependencies": {
53
55
  "@babel/cli": "^7.23.0",
54
56
  "@babel/plugin-transform-runtime": "^7.23.3",
55
- "@babel/preset-env": "^7.23.3",
57
+ "@babel/preset-env": "^7.24.6",
56
58
  "@babel/preset-react": "^7.23.3",
57
59
  "@babel/preset-typescript": "^7.23.3",
58
60
  "@babel/runtime": "^7.23.2",