@dialpad/dialtone-vue 3.63.0 → 3.64.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 +9 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +443 -1941
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +443 -1941
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +142 -144
- package/dist/emoji.umd.js +142 -144
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +71 -74
package/package.json
CHANGED
|
@@ -1,94 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.64.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"Dialpad",
|
|
7
|
-
"Dialtone",
|
|
8
|
-
"Dialtone Vue",
|
|
9
|
-
"Design System",
|
|
10
|
-
"Components",
|
|
11
|
-
"Component Library",
|
|
12
|
-
"Vue"
|
|
13
|
-
],
|
|
14
|
-
"homepage": "https://vue.dialpad.design",
|
|
15
|
-
"bugs": {
|
|
16
|
-
"email": "dialtone@dialpad.com"
|
|
17
|
-
},
|
|
18
|
-
"license": "MIT",
|
|
19
|
-
"contributors": [
|
|
20
|
-
{
|
|
21
|
-
"name": "Brad Paugh",
|
|
22
|
-
"email": "brad.paugh@dialpad.com",
|
|
23
|
-
"url": "https://github.com/braddialpad"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "Francis Rupert",
|
|
27
|
-
"email": "francis.rupert@dialpad.com",
|
|
28
|
-
"url": "https://github.com/francisrupert"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "Julio Ortega",
|
|
32
|
-
"email": "julio.ortega@dialpad.com",
|
|
33
|
-
"url": "https://github.com/juliodialpad"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "Jose Silva",
|
|
37
|
-
"email": "jose.silva@dialpad.com",
|
|
38
|
-
"url": "https://github.com/josedialpad"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "Ignacio Ropolo",
|
|
42
|
-
"email": "ignacio.ropolo@dialpad.com",
|
|
43
|
-
"url": "https://github.com/iropolo"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"files": [
|
|
47
|
-
"dist/*.js",
|
|
48
|
-
"dist/*.css",
|
|
49
|
-
"dist/component-documentation.json",
|
|
50
|
-
"CHANGELOG.md",
|
|
51
|
-
"CHANGELOG.json"
|
|
52
|
-
],
|
|
53
|
-
"repository": "git@github.com:dialpad/dialtone-vue.git",
|
|
54
5
|
"scripts": {
|
|
55
6
|
"build": "npm run clean && npm run build-main && npm run build-emoji && npm run build:documentation",
|
|
56
|
-
"
|
|
7
|
+
"test:unit": "vue-cli-service test:unit",
|
|
8
|
+
"lint": "run-s lint:code lint:docs",
|
|
57
9
|
"build-emoji": "vue-cli-service build --target lib --name emoji --no-clean emoji.js",
|
|
10
|
+
"build-main": "vue-cli-service build --target lib --name dialtone-vue --no-clean index.js",
|
|
58
11
|
"build:documentation": "node scripts/build-docs.js",
|
|
59
|
-
"clean": "rm -rf ./dist",
|
|
60
|
-
"pretest": "npm run clean",
|
|
61
|
-
"lint": "run-s lint:code lint:docs",
|
|
62
12
|
"build:wc": "vue-cli-service build --target wc-async --name dialtone-vue 'components/**/*[!.story]*.vue'",
|
|
13
|
+
"clean": "rm -rf ./dist",
|
|
14
|
+
"install:all": "npm install && npm install --prefix storybook && npm install --prefix generator-dialtone-vue",
|
|
63
15
|
"lint-staged:code": "eslint --fix",
|
|
64
16
|
"lint-staged:docs": "markdownlint --fix",
|
|
65
17
|
"lint:code": "eslint ./",
|
|
66
18
|
"lint:docs": "markdownlint '**/*.mdx'",
|
|
67
19
|
"prepublishOnly": "npm run build",
|
|
20
|
+
"pretest": "npm run clean",
|
|
68
21
|
"release": "semantic-release --no-ci --extends ./release-local.config.js",
|
|
69
22
|
"start": "npm run storybook",
|
|
70
23
|
"storybook": "npm run --prefix storybook storybook",
|
|
24
|
+
"storybook:a11y-test": "npm run --prefix storybook storybook-a11y-test",
|
|
71
25
|
"storybook:build": "npm run --prefix storybook build",
|
|
72
26
|
"storybook:install": "npm install --prefix storybook",
|
|
73
|
-
"test": "vue-cli-service test:unit
|
|
74
|
-
"test:one": "vue-cli-service test:unit
|
|
75
|
-
"test:watch": "vue-cli-service test:unit --watch
|
|
76
|
-
"storybook:a11y-test": "npm run --prefix storybook storybook-a11y-test",
|
|
77
|
-
"install:all": "npm install && npm install --prefix storybook && npm install --prefix generator-dialtone-vue"
|
|
78
|
-
},
|
|
79
|
-
"exports": {
|
|
80
|
-
".": "./dist/dialtone-vue.common.js",
|
|
81
|
-
"./emoji": "./dist/emoji.common.js",
|
|
82
|
-
"./css": "./dist/dialtone-vue.css",
|
|
83
|
-
"./emoji/css": "./dist/emoji.css"
|
|
84
|
-
},
|
|
85
|
-
"gitHooks": {
|
|
86
|
-
"pre-commit": "lint-staged",
|
|
87
|
-
"commit-msg": "./scripts/commit-msg"
|
|
88
|
-
},
|
|
89
|
-
"volta": {
|
|
90
|
-
"node": "16"
|
|
27
|
+
"test": "vue-cli-service test:unit",
|
|
28
|
+
"test:one": "vue-cli-service test:unit -t",
|
|
29
|
+
"test:watch": "vue-cli-service test:unit --watch"
|
|
91
30
|
},
|
|
31
|
+
"files": [
|
|
32
|
+
"dist/*.js",
|
|
33
|
+
"dist/*.css",
|
|
34
|
+
"dist/component-documentation.json",
|
|
35
|
+
"CHANGELOG.md",
|
|
36
|
+
"CHANGELOG.json"
|
|
37
|
+
],
|
|
92
38
|
"dependencies": {
|
|
93
39
|
"@dialpad/dialtone-icons": "0.6.1-vue3",
|
|
94
40
|
"@tiptap/extension-document": "^2.0.2",
|
|
@@ -113,23 +59,26 @@
|
|
|
113
59
|
"@semantic-release/git": "^10.0.1",
|
|
114
60
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
115
61
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
116
|
-
"@vue/cli-plugin-unit-
|
|
62
|
+
"@vue/cli-plugin-unit-jest": "~5.0.0",
|
|
117
63
|
"@vue/cli-service": "~5.0.8",
|
|
118
64
|
"@vue/test-utils": "^2.2.9",
|
|
65
|
+
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
|
119
66
|
"axe-core": "^4.6.3",
|
|
120
67
|
"babel-eslint": "^10.1.0",
|
|
68
|
+
"babel-jest": "^27.0.6",
|
|
121
69
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
122
70
|
"chai": "^4.3.7",
|
|
123
71
|
"eslint": "8.33",
|
|
124
72
|
"eslint-config-semistandard": "^17.0.0",
|
|
125
73
|
"eslint-config-standard": "^17.0.0",
|
|
126
74
|
"eslint-plugin-import": "^2.27.5",
|
|
127
|
-
"eslint-plugin-
|
|
75
|
+
"eslint-plugin-jest": "^27.2.1",
|
|
128
76
|
"eslint-plugin-node": "^11.1.0",
|
|
129
77
|
"eslint-plugin-promise": "^6.1.1",
|
|
130
78
|
"eslint-plugin-standard": "^5.0.0",
|
|
131
79
|
"eslint-plugin-vue": "^9.9.0",
|
|
132
80
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
|
81
|
+
"jest": "^27.0.5",
|
|
133
82
|
"less": "^4.1.3",
|
|
134
83
|
"less-loader": "^7.3.0",
|
|
135
84
|
"lint-staged": "^13.1.0",
|
|
@@ -149,8 +98,56 @@
|
|
|
149
98
|
"@dialpad/dialtone": ">=7.25",
|
|
150
99
|
"vue": ">=3.2"
|
|
151
100
|
},
|
|
101
|
+
"bugs": {
|
|
102
|
+
"email": "dialtone@dialpad.com"
|
|
103
|
+
},
|
|
104
|
+
"contributors": [
|
|
105
|
+
{
|
|
106
|
+
"name": "Brad Paugh",
|
|
107
|
+
"email": "brad.paugh@dialpad.com",
|
|
108
|
+
"url": "https://github.com/braddialpad"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "Francis Rupert",
|
|
112
|
+
"email": "francis.rupert@dialpad.com",
|
|
113
|
+
"url": "https://github.com/francisrupert"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Julio Ortega",
|
|
117
|
+
"email": "julio.ortega@dialpad.com",
|
|
118
|
+
"url": "https://github.com/juliodialpad"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "Ignacio Ropolo",
|
|
122
|
+
"email": "ignacio.ropolo@dialpad.com",
|
|
123
|
+
"url": "https://github.com/iropolo"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
152
126
|
"engineStrict": true,
|
|
153
127
|
"engines": {
|
|
154
128
|
"node": ">= 16"
|
|
129
|
+
},
|
|
130
|
+
"exports": {
|
|
131
|
+
".": "./dist/dialtone-vue.common.js",
|
|
132
|
+
"./emoji": "./dist/emoji.common.js"
|
|
133
|
+
},
|
|
134
|
+
"gitHooks": {
|
|
135
|
+
"pre-commit": "lint-staged",
|
|
136
|
+
"commit-msg": "./scripts/commit-msg"
|
|
137
|
+
},
|
|
138
|
+
"homepage": "https://vue.dialpad.design",
|
|
139
|
+
"keywords": [
|
|
140
|
+
"Dialpad",
|
|
141
|
+
"Dialtone",
|
|
142
|
+
"Dialtone Vue",
|
|
143
|
+
"Design System",
|
|
144
|
+
"Components",
|
|
145
|
+
"Component Library",
|
|
146
|
+
"Vue"
|
|
147
|
+
],
|
|
148
|
+
"license": "MIT",
|
|
149
|
+
"repository": "git@github.com:dialpad/dialtone-vue.git",
|
|
150
|
+
"volta": {
|
|
151
|
+
"node": "16"
|
|
155
152
|
}
|
|
156
153
|
}
|