@dialpad/dialtone-vue 3.61.4 → 3.62.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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +31 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +25950 -900
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +25950 -900
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +25152 -48
- package/dist/emoji.umd.js +25152 -48
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +8 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.62.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Dialpad",
|
|
@@ -91,6 +91,11 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@dialpad/dialtone-icons": "0.6.1-vue3",
|
|
94
|
+
"@tiptap/extension-document": "^2.0.2",
|
|
95
|
+
"@tiptap/extension-paragraph": "^2.0.2",
|
|
96
|
+
"@tiptap/extension-text": "^2.0.2",
|
|
97
|
+
"@tiptap/pm": "^2.0.2",
|
|
98
|
+
"@tiptap/vue-3": "^2.0.2",
|
|
94
99
|
"emoji-regex": "^10.2.1",
|
|
95
100
|
"emoji-toolkit": "^6.6.0",
|
|
96
101
|
"seedrandom": "^3.0.5",
|
|
@@ -100,7 +105,7 @@
|
|
|
100
105
|
"@commitlint/cli": "^17.4.2",
|
|
101
106
|
"@commitlint/config-conventional": "^17.4.2",
|
|
102
107
|
"@dialpad/conventional-changelog-angular": "^1.1.1",
|
|
103
|
-
"@dialpad/dialtone": "^7.
|
|
108
|
+
"@dialpad/dialtone": "^7.25.1",
|
|
104
109
|
"@dialpad/semantic-release-changelog-json": "^1.0.0",
|
|
105
110
|
"@percy/cli": "^1.21.0",
|
|
106
111
|
"@percy/storybook": "^4.3.5",
|
|
@@ -141,7 +146,7 @@
|
|
|
141
146
|
"yo": "^4.3.1"
|
|
142
147
|
},
|
|
143
148
|
"peerDependencies": {
|
|
144
|
-
"@dialpad/dialtone": ">=7.
|
|
149
|
+
"@dialpad/dialtone": ">=7.25",
|
|
145
150
|
"vue": ">=3.2"
|
|
146
151
|
},
|
|
147
152
|
"engineStrict": true,
|