Skip to content

Commit

Permalink
[BUMP] Update dependency @1024pix/pix-ui to ^46.9.3 (mon-pix)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Jun 11, 2024
2 parents 59a0c1d + 0c59251 commit f825af2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 60 deletions.
93 changes: 39 additions & 54 deletions mon-pix/config/icons.js
Original file line number Diff line number Diff line change
@@ -1,54 +1,39 @@
module.exports = function () {
return {
'free-brands-svg-icons': ['facebook-f', 'linkedin-in', 'twitter'],
'free-solid-svg-icons': [
'arrow-down',
'arrow-left',
'arrow-right',
'arrows-rotate',
'arrow-up',
'bars',
'bookmark',
'bullhorn',
'check',
'chevron-up',
'chevron-down',
'circle-check',
'circle-exclamation',
'circle-info',
'circle-question',
'circle-stop',
'circle-user',
'circle-xmark',
'clock',
'copy',
'earth-europe',
'eye',
'eye-slash',
'flag',
'globe',
'hourglass-end',
'image',
'link',
'lock',
'minus',
'pen',
'plus',
'power-off',
'right-from-bracket',
'right-long',
'rotate-right',
'signal',
'stopwatch',
'times-circle',
'thumbs-up',
'triangle-exclamation',
'up-right-from-square',
'user',
'volume-high',
'volume-xmark',
'xmark',
],
'free-regular-svg-icons': ['bookmark', 'copy', 'thumbs-up'],
};
};
const getCommonIcons = require('@1024pix/pix-ui/config/icons.js');
const commonIcons = getCommonIcons();

module.exports = () => ({
'free-brands-svg-icons': ['facebook-f', 'linkedin-in', 'twitter'],
'free-solid-svg-icons': [
...commonIcons['free-solid-svg-icons'],
'arrow-down',
'arrow-left',
'arrows-rotate',
'arrow-up',
'bars',
'bookmark',
'circle-stop',
'circle-user',
'circle-xmark',
'clock',
'copy',
'flag',
'globe',
'hourglass-end',
'image',
'link',
'lock',
'minus',
'pen',
'power-off',
'right-from-bracket',
'right-long',
'rotate-right',
'signal',
'stopwatch',
'times-circle',
'thumbs-up',
'volume-high',
'volume-xmark',
],
'free-regular-svg-icons': ['bookmark', 'copy', 'thumbs-up'],
});
10 changes: 5 additions & 5 deletions mon-pix/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 mon-pix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@1024pix/ember-matomo-tag-manager": "^2.4.3",
"@1024pix/ember-testing-library": "^1.1.0",
"@1024pix/eslint-config": "^1.3.2",
"@1024pix/pix-ui": "^46.9.0",
"@1024pix/pix-ui": "^46.9.3",
"@1024pix/stylelint-config": "^5.1.15",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.2",
Expand Down

0 comments on commit f825af2

Please sign in to comment.