@dialpad/dialtone-vue 3.20.1 → 3.22.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/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +627 -236
- package/dist/dialtone-vue.umd.js +1155 -772
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.umd.js +48 -56
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.0",
|
|
4
4
|
"description": "Vue component library for Dialtone components",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "npm run clean && npm run build-main && npm run build-emoji",
|
|
7
|
-
"build-main": "vue-cli-service build --target lib --name dialtone-vue --no-clean index.js
|
|
8
|
-
"build-emoji": "vue-cli-service build --target lib --name emoji --no-clean emoji.js
|
|
6
|
+
"build": "npm run clean && npm run build-main && npm run build-emoji && npm run build:documentation",
|
|
7
|
+
"build-main": "vue-cli-service build --target lib --name dialtone-vue --no-clean index.js",
|
|
8
|
+
"build-emoji": "vue-cli-service build --target lib --name emoji --no-clean emoji.js",
|
|
9
9
|
"build:documentation": "node scripts/build-docs.js",
|
|
10
10
|
"clean": "rm -rf ./dist",
|
|
11
11
|
"pretest": "npm run clean",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"./emoji": "./dist/emoji.common.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
+
"@dialpad/dialtone-icons": "^0.0.1-vue3",
|
|
39
40
|
"emoji-regex": "^10.1.0",
|
|
40
41
|
"emoji-toolkit": "^6.6.0",
|
|
41
42
|
"tippy.js": "^6.3.7"
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"devDependencies": {
|
|
44
45
|
"@commitlint/cli": "^17.1.2",
|
|
45
46
|
"@commitlint/config-conventional": "^17.1.0",
|
|
46
|
-
"@dialpad/dialtone": "^7.
|
|
47
|
+
"@dialpad/dialtone": "^7.4.0",
|
|
47
48
|
"@percy/cli": "1.10.2",
|
|
48
49
|
"@percy/storybook": "4.2.1",
|
|
49
50
|
"@semantic-release/changelog": "^6.0.1",
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
"yo": "^4.3.0"
|
|
84
85
|
},
|
|
85
86
|
"peerDependencies": {
|
|
86
|
-
"@dialpad/dialtone": ">=7.
|
|
87
|
+
"@dialpad/dialtone": ">=7.4",
|
|
87
88
|
"vue": ">=3.2"
|
|
88
89
|
},
|
|
89
90
|
"engineStrict": true,
|