Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] #8265

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
},

/**
*
* setValue - Used to set a value
* @param {string} name - Property name
* @param {number} value - New value of property
Expand Down Expand Up @@ -164,7 +163,7 @@
})
.catch(function (error) {
reject(error);
console.log(

Check warning on line 166 in cfgov/unprocessed/apps/paying-for-college/js/college-costs/models/expenses-model.js

View workflow job for this annotation

GitHub Actions / frontend

Unexpected console statement
'An error occurred when accessing the expenses API',
error,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const schoolModel = {
*/
bulkSetValue: (tuples) => {
tuples.forEach((v) => {
schoolModel.setValue(v[0], v[1], false)
schoolModel.setValue(v[0], v[1], false);
});
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,15 +282,14 @@ const stateModel = {
stateModel._updateApplicationState(name);
},


/**
* bulkSetValue - Used to set a value
* @param {Array} tuples - values to update
*/
bulkSetValue: (tuples) => {
tuples.forEach((v) => {
const name = v[0]
const value = v[1]
const name = v[0];
const value = v[1];

if (name === 'activeSection') {
stateModel.setActiveSection(value);
Expand Down
22 changes: 11 additions & 11 deletions cfgov/wagtailadmin_overrides/static/css/expandable-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}

.struct-block.base-expandable div[data-contentpath='label'] {
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 70%;
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 70%;
}

.struct-block.base-expandable div[data-contentpath='icon'] {
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 20%
}
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 20%;
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/cypress-13.6.6.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/cypress-13.7.1.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/esbuild-0.20.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/esbuild-0.20.2.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added npm-packages-offline-cache/postcss-8.4.38.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@
"@cfpb/cfpb-tables": "0.40.0",
"@cfpb/cfpb-typography": "0.40.0",
"@cypress/skip-test": "2.6.1",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.19",
"cfpb-chart-builder": "6.4.2",
"esbuild": "0.20.1",
"esbuild": "0.20.2",
"fancy-log": "2.0.0",
"highcharts": "7.2.2",
"less": "4.2.0",
"lodash.clonedeep": "4.5.0",
"lodash.throttle": "4.1.1",
"number-to-words": "1.2.4",
"papaparse": "5.3.2",
"postcss": "8.4.35",
"postcss": "8.4.38",
"svg-inline-loader": "0.8.2"
},
"devDependencies": {
"cypress": "13.6.6",
"cypress": "13.7.1",
"cypress-fail-fast": "7.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.34.1",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"postcss-less": "6.0.0",
"prettier": "3.2.5",
"snyk": "1.1283.0",
"snyk": "1.1285.0",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
"stylelint-less": "3.0.1"
Expand Down
339 changes: 179 additions & 160 deletions yarn.lock

Large diffs are not rendered by default.

Loading