fix(copy-button): use ^10.9.0 styles for CopyButton

Fixes #36

- Remove creaetEventDispatcher
- Remove exported props
- Breaking Change: upgrade to carbon-components@10.9.0-rc.1
- Clean up CopyButton story
This commit is contained in:
Eric Liu 2019-12-18 08:47:43 -08:00
commit 0bf3c465c8
5 changed files with 22 additions and 31 deletions

View file

@ -34,7 +34,7 @@
"@testing-library/svelte": "^1.11.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"carbon-components": "10.8.0",
"carbon-components": "10.9.0-rc.1",
"eslint": "^6.7.2",
"eslint-plugin-svelte3": "^2.7.3",
"husky": "^3.1.0",