Skip to content

Commit

Permalink
Fix icon issues for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Jan 30, 2024
1 parent 80af89f commit 37c4109
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"form-data": "^4.0.0",
"handlebars": "^4.7.7",
"handlebars-wax": "^6.1.0",
"ids-identity": "4.16.1",
"ids-identity": "4.16.2",
"jquery": "^3.7.0",
"mmm": "^0.2.2",
"node-sass": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# What's New with Enterprise

## v4.92.1

## v4.92.1 Features

- `[Icons]` Added new icon `widgets-smart-panel`. ([#8403](https://github.com/infor-design/enterprise/issues/8403))
- `[Icons]` Fixed spaces in `icon-user-status-unknown` icon. ([#8403](https://github.com/infor-design/enterprise/issues/8403))

## v4.92.0

## v4.92.0 Features
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
],
"dependencies": {
"d3": "^7.8.5",
"ids-identity": "^4.16.1",
"ids-identity": "^4.16.2",
"jquery": "^3.7.1",
"promise-polyfill": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/create-svg-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const convertSvgMarkup = (id, contents) => {
}

if (id === 'user-status-unknown') {
changed = changed.replace(/><\/circle>/g, 'fill="currentColor" ></circle>');
changed = changed.replace(/><\/circle>/g, ' fill="currentColor"></circle>');
}
return changed;
};
Expand Down

0 comments on commit 37c4109

Please sign in to comment.