@dialpad/dialtone-vue 3.50.0 → 3.52.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.50.0",
3
+ "version": "3.52.0",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "keywords": [
6
6
  "Dialpad",
@@ -71,8 +71,8 @@
71
71
  "storybook:build": "npm run --prefix storybook build",
72
72
  "storybook:install": "npm install --prefix storybook",
73
73
  "test": "vue-cli-service test:unit --timeout 100000 --require source-map-support/register --colors tests/globals.js components/**/*.test.js recipes/**/**/*.test.js",
74
- "test:one": "vue-cli-service test:unit --timeout 100000 --require source-map-support/register --colors",
75
- "test:watch": "vue-cli-service test:unit --watch --timeout 100000 --require source-map-support/register --colors components/**/*.test.js recipes/**/**/*.test.js",
74
+ "test:one": "vue-cli-service test:unit --timeout 100000 --require source-map-support/register --colors tests/globals.js",
75
+ "test:watch": "vue-cli-service test:unit --watch --timeout 100000 --require source-map-support/register --colors tests/globals.js components/**/*.test.js recipes/**/**/*.test.js",
76
76
  "storybook:a11y-test": "npm run --prefix storybook storybook-a11y-test",
77
77
  "install:all": "npm install && npm install --prefix storybook && npm install --prefix generator-dialtone-vue"
78
78
  },
@@ -90,7 +90,7 @@
90
90
  "node": "16"
91
91
  },
92
92
  "dependencies": {
93
- "@dialpad/dialtone-icons": "vue3",
93
+ "@dialpad/dialtone-icons": "0.0.21-vue3",
94
94
  "emoji-regex": "^10.2.1",
95
95
  "emoji-toolkit": "^6.6.0",
96
96
  "seedrandom": "^3.0.5",