@dialpad/dialtone-vue 3.33.0 → 3.34.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 +17 -8
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +114 -104
- package/dist/dialtone-vue.umd.js +118 -108
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -11,12 +11,6 @@ Dialtone Vue is available in Vue 2 as well as Vue 3:
|
|
|
11
11
|
[dialtone-vue]: https://vue.dialpad.design
|
|
12
12
|
[dialtone-vue3]: https://vue.dialpad.design/vue3
|
|
13
13
|
|
|
14
|
-
## Project Status
|
|
15
|
-
|
|
16
|
-
Dialtone Vue is a new project, and as such it is under constant development as we add new components and refine existing ones. Please refer to the [jira board][jira] to see the status of Dialtone Vue components and request new components that should be in the Dialtone Vue library.
|
|
17
|
-
|
|
18
|
-
[jira]: https://switchcomm.atlassian.net/secure/RapidBoard.jspa?rapidView=246
|
|
19
|
-
|
|
20
14
|
## Installation
|
|
21
15
|
|
|
22
16
|
You can install the Dialtone Vue library into your project via the following commands:
|
|
@@ -60,8 +54,6 @@ import { getEmojiData } from '@dialpad/dialtone-vue/emoji'
|
|
|
60
54
|
const emojiData = getEmojiData();
|
|
61
55
|
```
|
|
62
56
|
|
|
63
|
-
|
|
64
|
-
|
|
65
57
|
## Contributing
|
|
66
58
|
|
|
67
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.
|
|
@@ -72,3 +64,20 @@ If you would like to contribute to Dialtone Vue the first step is to get the pro
|
|
|
72
64
|
4. Visit local dev server at http://localhost:9011/
|
|
73
65
|
|
|
74
66
|
Next read the more detailed contributor documentation in [CONTRIBUTING.md](.github/CONTRIBUTING.md).
|
|
67
|
+
|
|
68
|
+
## Project Status
|
|
69
|
+
|
|
70
|
+
Dialtone Vue is a new project, and as such it is under constant development as we add new components and refine existing ones. Please refer to the [jira board][jira] to see what we are currently working on and what we have planned for the future.
|
|
71
|
+
|
|
72
|
+
[jira]: https://dialpad.atlassian.net/browse/DT
|
|
73
|
+
[request]: https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=10901&pid=12428
|
|
74
|
+
[report]: https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=10878&pid=12428
|
|
75
|
+
|
|
76
|
+
## Requesting features / reporting bugs
|
|
77
|
+
|
|
78
|
+
Requesting a feature or reporting a bug? Please do so at the below links:
|
|
79
|
+
|
|
80
|
+
- [Request Feature](https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=10901&pid=12428)
|
|
81
|
+
- [Report Bug](https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=10878&pid=12428)
|
|
82
|
+
|
|
83
|
+
Please also feel free to contact us via the [#dialtone slack channel](https://dialpad.slack.com/messages/dialtone/) with any questions
|