Skip to content

Commit

Permalink
[Release] Update Illustrations (big icons) #475
Browse files Browse the repository at this point in the history
# Changelog

## Tasks
- ✅ refactor HdToast unit test (#472)
- 💥 Update Illustrations (big icons) (#474)
  • Loading branch information
viniciuskneves authored Jul 6, 2020
2 parents 2df6c37 + 850ed82 commit d12d52d
Show file tree
Hide file tree
Showing 79 changed files with 350 additions and 317 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "homeday-blocks",
"version": "11.2.0",
"version": "12.0.0",
"description": "A Vue component library built by Homeday's frontend team.",
"main": "main.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/assets-importer/CONFIG.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ module.exports = {
},
{
name: 'bigIcons',
figmaFileKey: 'ZfLfSmSFdNbhNFvwitFIs6',
figmaFileKey: 'KdznSjw9btqHEKdgmm2UT4co',
matchingRegex: new RegExp('Icons XL/ic_', 'i'),
filenameRegex: new RegExp('ic_.*?(?=_)', 'i'),
filenameRegex: new RegExp('ic_[a-z0-9-]+', 'i'),
dist: '/src/assets/big-icons',
format: 'svg',
},
Expand Down
38 changes: 19 additions & 19 deletions src/assets/big-icons/ic_apartment-commercial.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d12d52d

Please sign in to comment.