@dialpad/dialtone-vue 2.46.1 → 2.48.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 +1155 -70
- package/dist/dialtone-vue.umd.js +1155 -70
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.48.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Dialpad",
|
|
@@ -36,6 +36,11 @@
|
|
|
36
36
|
"name": "Jose Silva",
|
|
37
37
|
"email": "jose.silva@dialpad.com",
|
|
38
38
|
"url": "https://github.com/josedialpad"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "Ignacio Ropolo",
|
|
42
|
+
"email": "ignacio.ropolo@dialpad.com",
|
|
43
|
+
"url": "https://github.com/iropolo"
|
|
39
44
|
}
|
|
40
45
|
],
|
|
41
46
|
"files": [
|
|
@@ -84,13 +89,14 @@
|
|
|
84
89
|
"@linusborg/vue-simple-portal": "^0.1.5",
|
|
85
90
|
"emoji-regex": "^10.2.1",
|
|
86
91
|
"emoji-toolkit": "^6.6.0",
|
|
92
|
+
"seedrandom": "^3.0.5",
|
|
87
93
|
"tippy.js": "^6.3.7"
|
|
88
94
|
},
|
|
89
95
|
"devDependencies": {
|
|
90
96
|
"@commitlint/cli": "^17.3.0",
|
|
91
97
|
"@commitlint/config-conventional": "^17.3.0",
|
|
92
98
|
"@dialpad/conventional-changelog-angular": "^1.0.0",
|
|
93
|
-
"@dialpad/dialtone": "^7.
|
|
99
|
+
"@dialpad/dialtone": "^7.11.2",
|
|
94
100
|
"@percy/cli": "1.16.0",
|
|
95
101
|
"@percy/storybook": "4.3.4",
|
|
96
102
|
"@semantic-release/changelog": "^6.0.2",
|
|
@@ -132,7 +138,7 @@
|
|
|
132
138
|
"yo": "^4.3.1"
|
|
133
139
|
},
|
|
134
140
|
"peerDependencies": {
|
|
135
|
-
"@dialpad/dialtone": ">=7.
|
|
141
|
+
"@dialpad/dialtone": ">=7.11",
|
|
136
142
|
"vue": ">=2.6"
|
|
137
143
|
},
|
|
138
144
|
"engineStrict": true,
|