Skip to content

Commit

Permalink
(0.3) Create status icons components (#52)
Browse files Browse the repository at this point in the history
* Create status icons components

* Update icons names

* Update icons exports

* Remove legacy icons

* Update icons props

* Change package limit size

* Update icons names
  • Loading branch information
orzechdev authored and dominik-zeglen committed Oct 18, 2021
1 parent e71b8cf commit c8d4336
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 94 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"size-limit": [
{
"path": "dist/macaw-ui.cjs.production.min.js",
"limit": "45 KB"
"limit": "50 KB"
},
{
"path": "dist/macaw-ui.esm.js",
"limit": "25 KB"
"limit": "35 KB"
}
],
"devDependencies": {
Expand Down
23 changes: 0 additions & 23 deletions src/icons/Error.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/icons/Info.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/icons/Success.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/icons/Warning.tsx

This file was deleted.

0 comments on commit c8d4336

Please sign in to comment.