Skip to content

Commit

Permalink
feat(fw-icon-library): fwIcon extensions and IconLibrary (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
detiwari003 authored Dec 17, 2021
1 parent 289b5bf commit 9e5ceb3
Show file tree
Hide file tree
Showing 70 changed files with 1,172 additions and 339 deletions.
208 changes: 208 additions & 0 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
@@ -1,6 +1,6 @@
{
"name": "crayons",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.8",
"description": "",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crayons-core/crayons-react/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './components';
export { ToastController, ProgressLoaderController } from '../dist/components/index'
export { ToastController, ProgressLoaderController, registerIconLibrary, unregisterIconLibrary } from '../dist/components/index'
Loading

0 comments on commit 9e5ceb3

Please sign in to comment.