@cfpb/ccdb5-ui 2.9.2 → 2.10.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/README.md +17 -19
- package/dist/ccdb5.css +9 -3
- package/dist/ccdb5.css.map +1 -1
- package/dist/ccdb5.js +354 -3
- package/dist/ccdb5.js.LICENSE.txt +3 -3
- package/dist/ccdb5.js.map +1 -1
- package/dist/static/icons/approved.svg +1 -0
- package/dist/static/icons/down.svg +1 -0
- package/package.json +60 -56
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 742.5 1200" class="cf-icon-svg"><path d="M710 186c-31.1-18-70.8-7.4-88.8 23.7v.1L275 809.5 114.9 617.3c-23-27.5-64-31.2-91.6-8.1-27.4 23-31.2 63.8-8.3 91.3l219.8 263.8c12.3 14.8 30.6 23.4 49.9 23.4 1.8 0 3.7-.1 5.6-.2 21.2-1.8 40.1-13.9 50.7-32.3l392.8-680.4c17.9-31.1 7.3-70.9-23.8-88.8z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 988.2 1200" class="cf-icon-svg"><path d="M494.1 967.2c-17.3 0-33.8-6.8-46-19L18.6 518.6c-25.1-25.6-24.8-66.8.8-91.9 25.3-24.8 65.8-24.8 91.1 0l383.6 383.6 383.6-383.6c25.6-25.1 66.8-24.8 91.9.8 24.8 25.3 24.8 65.8 0 91.1L540.1 948.1c-12.2 12.2-28.7 19.1-46 19.1z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfpb/ccdb5-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
4
4
|
"description": "Consumer Complaint Database UI",
|
|
5
5
|
"homepage": "https://www.consumerfinance.gov/",
|
|
6
6
|
"repository": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"license": "CC0-1.0",
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": ">=
|
|
12
|
+
"node": ">=20.x"
|
|
13
13
|
},
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "Consumer Financial Protection Bureau",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"dist/*"
|
|
21
21
|
],
|
|
22
22
|
"scripts": {
|
|
23
|
-
"analyze": "craco build; source-map-explorer '
|
|
23
|
+
"analyze": "craco build; source-map-explorer '../static/js/*.js'",
|
|
24
24
|
"build": "NODE_ENV=production ./scripts/build.sh",
|
|
25
25
|
"eject": "react-scripts eject",
|
|
26
26
|
"lint": "yarn prettier \"src/**/*.{js,jsx,ts,tsx,json,md}\" --write && yarn eslint ./src --fix && yarn stylelint \"src/**/*.{css,less}\" --fix && yarn lint:cypress",
|
|
27
27
|
"lint:cypress": "yarn eslint ./cypress --fix",
|
|
28
|
-
"prepare": "husky
|
|
28
|
+
"prepare": "husky",
|
|
29
29
|
"release": "yarn run build && release-it --npm.skipChecks",
|
|
30
30
|
"start": "NODE_ENV=development craco start",
|
|
31
31
|
"test": "craco test --coverage --watchAll=false"
|
|
@@ -37,84 +37,87 @@
|
|
|
37
37
|
"not ie > 0"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/cli": "^7.
|
|
41
|
-
"@babel/core": "^7.
|
|
42
|
-
"@babel/eslint-parser": "^7.
|
|
43
|
-
"@babel/preset-react": "^7.
|
|
44
|
-
"@babel/runtime": "^7.
|
|
45
|
-
"@cfpb/cfpb-atomic-component": "0.
|
|
46
|
-
"@cfpb/cfpb-buttons": "0.
|
|
47
|
-
"@cfpb/cfpb-core": "0.
|
|
48
|
-
"@cfpb/cfpb-design-system": "^0.
|
|
49
|
-
"@cfpb/cfpb-expandables": "^0.
|
|
50
|
-
"@cfpb/cfpb-forms": "0.
|
|
51
|
-
"@cfpb/cfpb-grid": "0.
|
|
52
|
-
"@cfpb/cfpb-icons": "^0.
|
|
53
|
-
"@cfpb/cfpb-layout": "0.
|
|
54
|
-
"@cfpb/cfpb-notifications": "0.
|
|
55
|
-
"@cfpb/cfpb-pagination": "0.
|
|
56
|
-
"@cfpb/cfpb-tables": "0.
|
|
57
|
-
"@cfpb/cfpb-typography": "0.
|
|
40
|
+
"@babel/cli": "^7.23.9",
|
|
41
|
+
"@babel/core": "^7.23.9",
|
|
42
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
43
|
+
"@babel/preset-react": "^7.23.3",
|
|
44
|
+
"@babel/runtime": "^7.23.9",
|
|
45
|
+
"@cfpb/cfpb-atomic-component": "0.37.0",
|
|
46
|
+
"@cfpb/cfpb-buttons": "0.37.0",
|
|
47
|
+
"@cfpb/cfpb-core": "0.37.0",
|
|
48
|
+
"@cfpb/cfpb-design-system": "^0.37.2",
|
|
49
|
+
"@cfpb/cfpb-expandables": "^0.37.0",
|
|
50
|
+
"@cfpb/cfpb-forms": "0.37.1",
|
|
51
|
+
"@cfpb/cfpb-grid": "0.37.0",
|
|
52
|
+
"@cfpb/cfpb-icons": "^0.37.0",
|
|
53
|
+
"@cfpb/cfpb-layout": "0.37.0",
|
|
54
|
+
"@cfpb/cfpb-notifications": "0.37.0",
|
|
55
|
+
"@cfpb/cfpb-pagination": "0.37.0",
|
|
56
|
+
"@cfpb/cfpb-tables": "0.37.0",
|
|
57
|
+
"@cfpb/cfpb-typography": "0.37.2",
|
|
58
58
|
"@craco/craco": "^7.1.0",
|
|
59
|
-
"@reduxjs/toolkit": "^1.
|
|
60
|
-
"@testing-library/cypress": "^
|
|
61
|
-
"@testing-library/jest-dom": "^
|
|
62
|
-
"@testing-library/react": "
|
|
63
|
-
"@testing-library/user-event": "^14.
|
|
59
|
+
"@reduxjs/toolkit": "^2.1.0",
|
|
60
|
+
"@testing-library/cypress": "^10.0.1",
|
|
61
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
62
|
+
"@testing-library/react": "14.2.1",
|
|
63
|
+
"@testing-library/user-event": "^14.5.2",
|
|
64
64
|
"britecharts": "git+https://github.com/cfpb/britecharts.git#v2.4.2",
|
|
65
65
|
"coveralls": "^3.0.9",
|
|
66
|
-
"craco-
|
|
67
|
-
"
|
|
66
|
+
"craco-esbuild": "^0.5.2",
|
|
67
|
+
"craco-less": "^3.0.1",
|
|
68
|
+
"cypress": "^13.6.5",
|
|
68
69
|
"d3": "^5.12.0",
|
|
69
70
|
"d3-selection": "^1.4.0",
|
|
70
|
-
"dayjs": "^1.10
|
|
71
|
+
"dayjs": "^1.11.10",
|
|
71
72
|
"enzyme": "^3.11.0",
|
|
72
|
-
"enzyme-adapter-react-16": "^1.15.
|
|
73
|
-
"eslint": "^8.
|
|
74
|
-
"eslint-config-prettier": "^
|
|
73
|
+
"enzyme-adapter-react-16": "^1.15.7",
|
|
74
|
+
"eslint": "^8.56.0",
|
|
75
|
+
"eslint-config-prettier": "^9.1.0",
|
|
75
76
|
"eslint-config-react-app": "^7.0.1",
|
|
76
|
-
"eslint-plugin-cypress": "^2.
|
|
77
|
-
"eslint-plugin-jsdoc": "^
|
|
78
|
-
"eslint-plugin-react-redux": "^4.
|
|
77
|
+
"eslint-plugin-cypress": "^2.15.1",
|
|
78
|
+
"eslint-plugin-jsdoc": "^48.0.6",
|
|
79
|
+
"eslint-plugin-react-redux": "^4.1.0",
|
|
79
80
|
"highcharts": "9.2.2",
|
|
80
|
-
"history": "^
|
|
81
|
-
"husky": "^
|
|
81
|
+
"history": "^5.3.0",
|
|
82
|
+
"husky": "^9.0.11",
|
|
82
83
|
"identity-obj-proxy": "3.0.0",
|
|
83
|
-
"intro.js": "^
|
|
84
|
-
"intro.js-react": "0.
|
|
85
|
-
"jest": "29.
|
|
86
|
-
"jest-environment-jsdom": "29.
|
|
84
|
+
"intro.js": "^7.2.0",
|
|
85
|
+
"intro.js-react": "1.0.0",
|
|
86
|
+
"jest": "29.7.0",
|
|
87
|
+
"jest-environment-jsdom": "29.7.0",
|
|
87
88
|
"jest-fetch-mock": "^3.0.3",
|
|
88
|
-
"less": "^4.
|
|
89
|
+
"less": "^4.2.0",
|
|
90
|
+
"less-loader": "^12.2.0",
|
|
89
91
|
"less-plugin-clean-css": "^1.5.1",
|
|
90
|
-
"lint-staged": "^
|
|
92
|
+
"lint-staged": "^15.2.2",
|
|
91
93
|
"lodash": "^4.17.21",
|
|
92
|
-
"mini-css-extract-plugin": "^2.
|
|
94
|
+
"mini-css-extract-plugin": "^2.8.0",
|
|
93
95
|
"mockdate": "^3.0.5",
|
|
94
|
-
"postcss": "^8.4.
|
|
96
|
+
"postcss": "^8.4.35",
|
|
95
97
|
"postcss-less": "^6.0.0",
|
|
96
|
-
"postcss-preset-env": "^
|
|
97
|
-
"postcss-safe-parser": "^
|
|
98
|
-
"prettier": "^2.
|
|
98
|
+
"postcss-preset-env": "^9.4.0",
|
|
99
|
+
"postcss-safe-parser": "^7.0.0",
|
|
100
|
+
"prettier": "^3.2.4",
|
|
99
101
|
"prop-types": "^15.5.10",
|
|
100
102
|
"query-string": "^5.0.0",
|
|
101
103
|
"react": "^18.2.0",
|
|
102
|
-
"react-bootstrap
|
|
104
|
+
"react-bootstrap": "^2.6.0",
|
|
105
|
+
"react-bootstrap-typeahead": "^6.3.2",
|
|
103
106
|
"react-dom": "^18.2.0",
|
|
104
|
-
"react-intl": "^6.2
|
|
107
|
+
"react-intl": "^6.6.2",
|
|
105
108
|
"react-modal": "^3.16.1",
|
|
106
109
|
"react-redux": "^7.2.0",
|
|
107
|
-
"react-router-dom": "^6.
|
|
110
|
+
"react-router-dom": "^6.22.0",
|
|
108
111
|
"react-scripts": "^5.0.1",
|
|
109
112
|
"react-test-renderer": "^18.2.0",
|
|
110
113
|
"redux": "^4.0.5",
|
|
111
114
|
"redux-devtools-extension": "^2.13.2",
|
|
112
115
|
"redux-mock-store": "^1.5.4",
|
|
113
116
|
"redux-thunk": "^2.2.0",
|
|
114
|
-
"release-it": "^
|
|
117
|
+
"release-it": "^17.0.3",
|
|
115
118
|
"string-replace-loader": "^3.1.0",
|
|
116
|
-
"stylelint": "^
|
|
117
|
-
"stylelint-config-recommended-less": "^
|
|
119
|
+
"stylelint": "^16.2.1",
|
|
120
|
+
"stylelint-config-recommended-less": "^3.0.1"
|
|
118
121
|
},
|
|
119
122
|
"lint-staged": {
|
|
120
123
|
"src/**/*.{css,less}": [
|
|
@@ -131,5 +134,6 @@
|
|
|
131
134
|
"access": "public",
|
|
132
135
|
"registry": "https://registry.npmjs.org/"
|
|
133
136
|
},
|
|
134
|
-
"proxy": "
|
|
137
|
+
"proxy": "https://www.consumerfinance.gov",
|
|
138
|
+
"dependencies": {}
|
|
135
139
|
}
|