@dialpad/dialtone-vue 2.51.0 → 2.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/dist/dialtone-vue.common.js +487 -610
- package/dist/dialtone-vue.umd.js +489 -612
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +186 -50
- package/dist/emoji.umd.js +186 -50
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,10 +54,6 @@ import { getEmojiData } from '@dialpad/dialtone-vue/emoji'
|
|
|
54
54
|
const emojiData = getEmojiData();
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
## Shadow DOM
|
|
58
|
-
|
|
59
|
-
If you are using Dialtone Vue within a shadow DOM set the `shadowRoot: YOUR_ELEMENT` option on your vue instance and the styles will be isolated to that element rather than rendered at the root.
|
|
60
|
-
|
|
61
57
|
## Contributing
|
|
62
58
|
|
|
63
59
|
If you would like to contribute to Dialtone Vue the first step is to get the project running locally. Follow the below quickstart to do so.
|