Skip to content

Commit

Permalink
feat #221, feat #220 - PageLoader and SVGImage Components (#225)
Browse files Browse the repository at this point in the history
Closes #221

Closes #220
  • Loading branch information
nancy-dassana authored Feb 22, 2021
1 parent 79e9870 commit cc3168c
Show file tree
Hide file tree
Showing 11 changed files with 678 additions and 386 deletions.
693 changes: 374 additions & 319 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.9.1",
"version": "0.9.2",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand All @@ -15,15 +15,6 @@
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@storybook/addon-cssresources": "^6.1.15",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/react-hooks": "^3.4.2",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"antd": "^4.6.5",
"bytes": "^3.1.0",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -81,6 +72,7 @@
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-node-resolve": "^9.0.0",
"@storybook/addon-actions": "^6.1.15",
"@storybook/addon-cssresources": "^6.1.18",
"@storybook/addon-essentials": "^6.1.15",
"@storybook/addon-links": "^6.1.15",
"@storybook/addon-storyshots": "^6.1.15",
Expand All @@ -89,12 +81,17 @@
"@storybook/react": "^6.1.15",
"@storybook/theming": "^6.1.15",
"@svgr/rollup": "^5.4.0",
"@testing-library/react-hooks": "^5.0.3",
"@types/bytes": "^3.1.0",
"@types/classnames": "^2.2.10",
"@types/color": "^3.0.1",
"@types/enzyme": "^3.10.7",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.162",
"@types/node": "^14.14.2",
"@types/react": "^16.14.4",
"@types/react-dom": "^16.9.8",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
Expand Down
Loading

0 comments on commit cc3168c

Please sign in to comment.