Skip to content

Commit

Permalink
v0.7.6 -> v0.7.7 (#177)
Browse files Browse the repository at this point in the history
* fix #169 - Add toggle focus styles (#170)
* feat #171 - Table skeleton loader
* fix #173 - Overwrite antd Table styles (#172)
* feat #174 - NotificationV2 updates
* chore #175 - Extract out IconButton from WAM (#176)
  • Loading branch information
nancy-dassana authored Dec 16, 2020
1 parent 939b19f commit 946b0aa
Show file tree
Hide file tree
Showing 25 changed files with 817 additions and 139 deletions.
31 changes: 30 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.7.6",
"version": "0.7.7",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand All @@ -12,6 +12,9 @@
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@dassana-io/web-utils": "^0.7.2",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@storybook/addon-cssresources": "^6.0.28",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
Expand Down
9 changes: 8 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ const rootImport = options => ({
})

export default {
external: ['antd', 'react', 'uuid'],
external: [
'antd',
'@fortawesome/fontawesome-svg-core',
'@fortawesome/free-solid-svg-icons',
'@fortawesome/react-fontawesome',
'react',
'uuid'
],
input: 'src/components/index.ts',
output: [
{
Expand Down
Loading

0 comments on commit 946b0aa

Please sign in to comment.