@dialpad/dialtone 6.30.0 → 6.32.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/lib/build/less/components/chip.less +100 -64
- package/lib/build/less/variables/typography.less +1 -1
- package/lib/build/svg/brand/dialpad-ai.svg +10 -0
- package/lib/build/svg/system/ai-glyph.svg +4 -0
- package/lib/dist/css/dialtone.css +198 -59
- package/lib/dist/css/dialtone.min.css +1 -1
- package/lib/dist/svg/brand/dialpad-ai.svg +1 -0
- package/lib/dist/svg/system/ai-glyph.svg +1 -0
- package/lib/dist/vue/icons/IconAiGlyph.vue +3 -0
- package/lib/dist/vue/icons/IconDialpadAi.vue +3 -0
- package/package.json +5 -2
- package/lib/build/svg/system/vi-off.svg +0 -7
- package/lib/dist/svg/system/vi-off.svg +0 -1
- package/lib/dist/vue/icons/IconViOff.vue +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" aria-label="Dialpad Ai" class="d-svg d-svg--native d-svg__dialpadAi" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.7 7.693a1.8 1.8 0 100-3.6 1.8 1.8 0 000 3.6z" fill="#F40FB9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.185 7.276c-.408 0-1.11.388-1.475 1.58v.003l-3.46 11.15a1.407 1.407 0 01-2.686-.832L5.02 8.032V8.03c.563-1.833 2.037-3.568 4.165-3.568 2.127 0 3.599 1.731 4.162 3.561v.002l2.663 8.584v.001c.366 1.19 1.067 1.577 1.474 1.577 1 0 1.81-.81 1.81-1.81v-5.876a1.407 1.407 0 012.813 0v5.876A4.622 4.622 0 0117.484 21c-2.125 0-3.598-1.73-4.162-3.56v-.003l-2.663-8.583v-.002c-.366-1.19-1.065-1.576-1.474-1.576z" fill="url(#paint0_linear_3116_21)"/><defs><linearGradient id="paint0_linear_3116_21" x1="11.8" y1="5.87" x2="11.8" y2="19.59" gradientUnits="userSpaceOnUse"><stop stop-color="#F40FB9"/><stop offset="1" stop-color="#7C52FF"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" aria-label="Ai Glyph" class="d-svg d-svg--system d-svg__aiGlyph" viewBox="0 0 24 24"><path d="M20.7 7.693a1.8 1.8 0 100-3.6 1.8 1.8 0 000 3.6z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.185 7.276c-.408 0-1.11.388-1.475 1.58v.003l-3.46 11.15a1.407 1.407 0 01-2.686-.832L5.02 8.032V8.03c.563-1.833 2.037-3.567 4.165-3.567 2.127 0 3.599 1.73 4.162 3.56v.002l2.663 8.584v.001c.366 1.19 1.067 1.577 1.474 1.577 1 0 1.81-.81 1.81-1.81v-5.876a1.407 1.407 0 012.813 0v5.876A4.622 4.622 0 0117.484 21c-2.125 0-3.598-1.73-4.162-3.56v-.003l-2.663-8.583v-.002c-.366-1.19-1.065-1.576-1.474-1.576z"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg aria-hidden="true" aria-label="Ai Glyph" class="d-svg d-svg--system d-svg__aiGlyph" viewBox="0 0 24 24"><path d="M20.7 7.693a1.8 1.8 0 100-3.6 1.8 1.8 0 000 3.6z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.185 7.276c-.408 0-1.11.388-1.475 1.58v.003l-3.46 11.15a1.407 1.407 0 01-2.686-.832L5.02 8.032V8.03c.563-1.833 2.037-3.567 4.165-3.567 2.127 0 3.599 1.73 4.162 3.56v.002l2.663 8.584v.001c.366 1.19 1.067 1.577 1.474 1.577 1 0 1.81-.81 1.81-1.81v-5.876a1.407 1.407 0 012.813 0v5.876A4.622 4.622 0 0117.484 21c-2.125 0-3.598-1.73-4.162-3.56v-.003l-2.663-8.583v-.002c-.366-1.19-1.065-1.576-1.474-1.576z"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg aria-hidden="true" aria-label="Dialpad Ai" class="d-svg d-svg--native d-svg__dialpadAi" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.7 7.693a1.8 1.8 0 100-3.6 1.8 1.8 0 000 3.6z" fill="#F40FB9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.185 7.276c-.408 0-1.11.388-1.475 1.58v.003l-3.46 11.15a1.407 1.407 0 01-2.686-.832L5.02 8.032V8.03c.563-1.833 2.037-3.568 4.165-3.568 2.127 0 3.599 1.731 4.162 3.561v.002l2.663 8.584v.001c.366 1.19 1.067 1.577 1.474 1.577 1 0 1.81-.81 1.81-1.81v-5.876a1.407 1.407 0 012.813 0v5.876A4.622 4.622 0 0117.484 21c-2.125 0-3.598-1.73-4.162-3.56v-.003l-2.663-8.583v-.002c-.366-1.19-1.065-1.576-1.474-1.576z" fill="url(#paint0_linear_3116_21)"/><defs><linearGradient id="paint0_linear_3116_21" x1="11.8" y1="5.87" x2="11.8" y2="19.59" gradientUnits="userSpaceOnUse"><stop stop-color="#F40FB9"/><stop offset="1" stop-color="#7C52FF"/></linearGradient></defs></svg>
|
|
3
|
+
</template>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
3
|
"description": "The design system for Dialpad and UberConference",
|
|
4
4
|
"repository": "git@github.com:dialpad/dialtone.git",
|
|
5
|
-
"version": "6.
|
|
5
|
+
"version": "6.32.0",
|
|
6
6
|
"author": "Joshua Hynes",
|
|
7
7
|
"files": [
|
|
8
8
|
"lib",
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
"@dialpad/postcss-responsive-variations": "^1.1.2",
|
|
36
36
|
"@semantic-release/changelog": "^6.0.0",
|
|
37
37
|
"@semantic-release/git": "^10.0.0",
|
|
38
|
+
"@vuepress/plugin-active-header-links": "^2.0.0-beta.48",
|
|
39
|
+
"@vuepress/plugin-google-analytics": "^2.0.0-beta.48",
|
|
40
|
+
"@vuepress/plugin-toc": "^2.0.0-beta.48",
|
|
38
41
|
"axios": ">=0.21.1",
|
|
39
42
|
"child_process": "^1.0.2",
|
|
40
43
|
"cssnano": "^5.1.7",
|
|
@@ -63,7 +66,7 @@
|
|
|
63
66
|
"stylelint-less": "^1.0.1",
|
|
64
67
|
"stylelint-no-px": "^1.0.1",
|
|
65
68
|
"through2": "^4.0.2",
|
|
66
|
-
"vuepress": "^2.0.0-beta.
|
|
69
|
+
"vuepress": "^2.0.0-beta.48",
|
|
67
70
|
"yargs": "^17.3.1"
|
|
68
71
|
},
|
|
69
72
|
"dependencies": {
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.9348 10.4823L10 14.3519L6.70651 7.7648C6.3534 7.05855 5.49574 6.77456 4.79008 7.12597C4.08441 7.4791 3.79814 8.33678 4.15126 9.04246L8.72237 18.1849C8.96464 18.6689 9.45889 18.9746 10 18.9746C10.5411 18.9746 11.0354 18.6689 11.2776 18.1849L14.0654 12.6093L11.9348 10.4823Z" fill="#0D0C0F"/>
|
|
3
|
-
<path d="M20 15.8209L17 12.8259V10.4706C17 9.65824 17.6714 9 18.5 9C19.3286 9 20 9.65824 20 10.4706V15.8209Z" fill="#0D0C0F"/>
|
|
4
|
-
<path d="M14.9702 10.7996L12.8396 8.67257L13.2935 7.7648C13.6466 7.05855 14.5037 6.77284 15.2099 7.12597C15.9156 7.4791 16.2019 8.33678 15.8487 9.04246L14.9702 10.7996Z" fill="#0D0C0F"/>
|
|
5
|
-
<path d="M18.5 8C19.3285 8 20 7.32855 20 6.5C20 5.67145 19.3285 5 18.5 5C17.6715 5 17 5.67145 17 6.5C17 7.32855 17.6715 8 18.5 8Z" fill="#0D0C0F"/>
|
|
6
|
-
<rect x="4" y="4.95883" width="1.92" height="23.6936" transform="rotate(-45.0483 4 4.95883)" fill="#D81616"/>
|
|
7
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg aria-hidden="true" aria-label="Vi Off" class="d-svg d-svg--system d-svg__viOff" viewBox="0 0 24 24"><path d="M11.935 10.482L10 14.352 6.707 7.765A1.43 1.43 0 004.15 9.042l4.571 9.143a1.429 1.429 0 002.556 0l2.787-5.576-2.13-2.127zM20 15.82l-3-2.994V10.47C17 9.658 17.671 9 18.5 9s1.5.658 1.5 1.47v5.35zM14.97 10.8l-2.13-2.127.454-.908a1.427 1.427 0 112.555 1.277L14.97 10.8zM18.5 8a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" fill="#0D0C0F"/><path fill="#D81616" d="M4 4.96L5.358 3.6l16.766 16.738-1.357 1.359z"/></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg aria-hidden="true" aria-label="Vi Off" class="d-svg d-svg--system d-svg__viOff" viewBox="0 0 24 24"><path d="M11.935 10.482L10 14.352 6.707 7.765A1.43 1.43 0 004.15 9.042l4.571 9.143a1.429 1.429 0 002.556 0l2.787-5.576-2.13-2.127zM20 15.82l-3-2.994V10.47C17 9.658 17.671 9 18.5 9s1.5.658 1.5 1.47v5.35zM14.97 10.8l-2.13-2.127.454-.908a1.427 1.427 0 112.555 1.277L14.97 10.8zM18.5 8a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" fill="#0D0C0F"/><path fill="#D81616" d="M4 4.96L5.358 3.6l16.766 16.738-1.357 1.359z"/></svg>
|
|
3
|
-
</template>
|