@dialpad/dialtone-icons 0.3.0 → 0.3.1-vue3

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.
@@ -1 +1 @@
1
- <svg aria-hidden="true" role="img" data-name="Dialpad Ai" class="d-icon d-icon--dialpad-ai" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M10.25 2a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-5.722.5c-.415 0-.886.352-1.108 1.058v.001L1.476 9.652a.5.5 0 1 1-.952-.304l1.943-6.09c0-.001 0 0 0 0C2.765 2.308 3.518 1.5 4.528 1.5s1.761.806 2.06 1.753l1.498 4.692C8.308 8.65 8.777 9 9.193 9c.735 0 1.307-.576 1.307-1.257V4.53a.5.5 0 0 1 1 0v3.212C11.5 9.003 10.454 10 9.193 10c-1.009 0-1.761-.806-2.06-1.753l-1.497-4.69v-.002C5.412 2.85 4.943 2.5 4.527 2.5Z" clip-rule="evenodd"/></svg>
1
+ <svg aria-hidden="true" role="img" data-name="Dialpad Ai" class="d-icon d-icon--dialpad-ai" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><g clip-path="url(#a)" fill="currentColor"><path d="M10.721 2.916a.958.958 0 1 0 0-1.916.958.958 0 0 0 0 1.916Z"/><path fill-rule="evenodd" d="M4.591 2.694c-.217 0-.59.207-.785.841v.002L1.964 9.473a.749.749 0 0 1-1.43-.444l1.84-5.932v-.002c.3-.975 1.084-1.899 2.217-1.899s1.916.922 2.216 1.896l1.417 4.57c.195.633.568.84.785.84a.963.963 0 0 0 .963-.963V4.411a.749.749 0 1 1 1.498 0v3.128A2.46 2.46 0 0 1 9.01 10c-1.132 0-1.916-.92-2.216-1.895l-1.418-4.57c-.195-.633-.567-.84-.785-.84Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-icons",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-vue3",
4
4
  "description": "Dialtone icon library",
5
5
  "scripts": {
6
6
  "build": "npm run build-icons && npm run build-lib",
7
7
  "build-icons": "gulp",
8
8
  "build-lib": "vue-cli-service build --target lib --name dialtone-icons --no-clean src/main.js",
9
9
  "lint": "vue-cli-service lint",
10
- "release": "npm install && npm run build && npm publish --tag latest"
10
+ "release": "npm install && npm run build && npm publish --tag vue3"
11
11
  },
12
12
  "files": [
13
13
  "dist/*.js",
@@ -34,7 +34,7 @@
34
34
  "through2": "^4.0.2"
35
35
  },
36
36
  "peerDependencies": {
37
- "vue": ">=2.6"
37
+ "vue": ">=3.2"
38
38
  },
39
39
  "repository": "git@github.com:dialpad/dialtone-icons.git"
40
40
  }