@dialpad/dialtone-vue 3.67.3 → 3.68.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 +20 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +7 -7
- package/dist/dialtone-vue.js +1588 -1530
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +2 -2
- package/dist/{emoji_text_wrapper-2d3d02a5.cjs → emoji_text_wrapper-09eefe6a.cjs} +7 -7
- package/dist/{emoji_text_wrapper-e882f94a.js → emoji_text_wrapper-c1ed0afc.js} +6729 -7092
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.68.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run clean && npm run build:main && npm run build:documentation",
|
|
@@ -39,14 +39,13 @@
|
|
|
39
39
|
"@tiptap/vue-3": "^2.0.2",
|
|
40
40
|
"emoji-regex": "^10.2.1",
|
|
41
41
|
"emoji-toolkit": "^6.6.0",
|
|
42
|
-
"seedrandom": "^3.0.5",
|
|
43
42
|
"tippy.js": "^6.3.7"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
45
|
"@commitlint/cli": "^17.4.2",
|
|
47
46
|
"@commitlint/config-conventional": "^17.4.2",
|
|
48
47
|
"@dialpad/conventional-changelog-angular": "^1.1.1",
|
|
49
|
-
"@dialpad/dialtone": "^7.
|
|
48
|
+
"@dialpad/dialtone": "^7.27.0",
|
|
50
49
|
"@dialpad/semantic-release-changelog-json": "^1.0.0",
|
|
51
50
|
"@percy/cli": "^1.24.0",
|
|
52
51
|
"@percy/storybook": "^4.3.6",
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
"yorkie": "^2.0.0"
|
|
104
103
|
},
|
|
105
104
|
"peerDependencies": {
|
|
106
|
-
"@dialpad/dialtone": ">=7.
|
|
105
|
+
"@dialpad/dialtone": ">=7.27",
|
|
107
106
|
"vue": ">=3.2"
|
|
108
107
|
},
|
|
109
108
|
"bugs": {
|
|
@@ -133,7 +132,7 @@
|
|
|
133
132
|
],
|
|
134
133
|
"engineStrict": true,
|
|
135
134
|
"engines": {
|
|
136
|
-
"node": ">=
|
|
135
|
+
"node": ">= 14.17"
|
|
137
136
|
},
|
|
138
137
|
"type": "module",
|
|
139
138
|
"main": "./dist/dialtone-vue.cjs",
|