@dialpad/dialtone 6.25.0 → 6.27.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/button.less +20 -6
- package/lib/build/less/components/modal.less +11 -0
- package/lib/build/less/utilities/colors.less +2 -2
- package/lib/build/svg/system/fire.svg +1 -0
- package/lib/build/svg/system/snooze.svg +1 -0
- package/lib/build/svg/system/thread-reply.svg +6 -0
- package/lib/build/svg/system/{videogame.svg → video-game.svg} +0 -0
- package/lib/dist/css/dialtone.css +202 -15
- package/lib/dist/css/dialtone.min.css +1 -1
- package/lib/dist/svg/system/fire.svg +1 -0
- package/lib/dist/svg/system/snooze.svg +1 -0
- package/lib/dist/svg/system/thread-reply.svg +1 -0
- package/lib/dist/svg/system/video-game.svg +1 -0
- package/lib/dist/vue/icons/IconFire.vue +3 -0
- package/lib/dist/vue/icons/IconSnooze.vue +3 -0
- package/lib/dist/vue/icons/IconThreadReply.vue +3 -0
- package/lib/dist/vue/icons/IconVideoGame.vue +3 -0
- package/package.json +6 -36
- package/CHANGELOG.md +0 -310
- package/lib/dist/svg/system/videogame.svg +0 -1
- package/lib/dist/vue/icons/IconVideogame.vue +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" aria-label="Fire" class="d-svg d-svg--system d-svg__fire" viewBox="0 0 24 24"><path d="M13.5 1s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.84 4 10.95 4 14.33c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.94 17.41 4.13 13.5 1zm-1.79 18.33c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z" fill="#0D0C0F"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" aria-label="Snooze" class="d-svg d-svg--system d-svg__snooze" viewBox="0 0 24 24"><path d="M21.5 17H11v-2.36l6.855-7.13H11V5h10.5v2.46l-6.746 7.03H21.5V17zM9.5 20H2v-1.77l4.896-5.347H2V11h7.5v1.845l-4.819 5.272H9.5V20z" fill="#0D0C0F"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" aria-label="Thread Reply" class="d-svg d-svg--system d-svg__threadReply" viewBox="0 0 24 24"><path d="M2 5a2 2 0 012-2h16a2 2 0 012 2v7h-2V5H4v12h12.586l-2.293-2.293 1.414-1.414L20.414 18l-4.707 4.707-1.414-1.414L16.586 19H4a2 2 0 01-2-2V5z"/><path d="M6 9h12V7H6v2zM14.5 12H6v-2h8.5v2zM6 15h5v-2H6v2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" aria-label="Video Game" class="d-svg d-svg--system d-svg__videoGame" viewBox="0 0 24 24"><path d="M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-10 7H8v3H6v-3H3v-2h3V8h2v3h3v2zm4.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg aria-hidden="true" aria-label="Fire" class="d-svg d-svg--system d-svg__fire" viewBox="0 0 24 24"><path d="M13.5 1s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.84 4 10.95 4 14.33c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.94 17.41 4.13 13.5 1zm-1.79 18.33c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z" fill="#0D0C0F"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg aria-hidden="true" aria-label="Snooze" class="d-svg d-svg--system d-svg__snooze" viewBox="0 0 24 24"><path d="M21.5 17H11v-2.36l6.855-7.13H11V5h10.5v2.46l-6.746 7.03H21.5V17zM9.5 20H2v-1.77l4.896-5.347H2V11h7.5v1.845l-4.819 5.272H9.5V20z" fill="#0D0C0F"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg aria-hidden="true" aria-label="Thread Reply" class="d-svg d-svg--system d-svg__threadReply" viewBox="0 0 24 24"><path d="M2 5a2 2 0 012-2h16a2 2 0 012 2v7h-2V5H4v12h12.586l-2.293-2.293 1.414-1.414L20.414 18l-4.707 4.707-1.414-1.414L16.586 19H4a2 2 0 01-2-2V5z"/><path d="M6 9h12V7H6v2zM14.5 12H6v-2h8.5v2zM6 15h5v-2H6v2z"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg aria-hidden="true" aria-label="Video Game" class="d-svg d-svg--system d-svg__videoGame" viewBox="0 0 24 24"><path d="M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-10 7H8v3H6v-3H3v-2h3V8h2v3h3v2zm4.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></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.27.0",
|
|
6
6
|
"author": "Joshua Hynes",
|
|
7
7
|
"files": [
|
|
8
8
|
"lib",
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build": "gulp",
|
|
17
17
|
"start": "gulp watch",
|
|
18
|
-
"debug": "DEBUG=Elventy* npx @11ty/eleventy --serve --input=docs",
|
|
19
18
|
"prepublishOnly": "npm run build",
|
|
20
19
|
"release": "semantic-release --no-ci --extends ./release-local.config.js",
|
|
21
20
|
"prepare": "husky install",
|
|
@@ -30,61 +29,32 @@
|
|
|
30
29
|
"maintained node versions"
|
|
31
30
|
],
|
|
32
31
|
"devDependencies": {
|
|
33
|
-
"@11ty/eleventy": "^0.12.1",
|
|
34
|
-
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
|
|
35
32
|
"@commitlint/cli": "^15.0.0",
|
|
36
33
|
"@commitlint/config-conventional": "^15.0.0",
|
|
37
34
|
"@dialpad/postcss-responsive-variations": "^1.1.2",
|
|
38
35
|
"@semantic-release/changelog": "^6.0.0",
|
|
39
36
|
"@semantic-release/git": "^10.0.0",
|
|
40
37
|
"axios": ">=0.21.1",
|
|
41
|
-
"browser-sync": "^2.26.14",
|
|
42
38
|
"child_process": "^1.0.2",
|
|
43
|
-
"cssnano": "^
|
|
39
|
+
"cssnano": "^5.1.7",
|
|
44
40
|
"del": "^5.1.0",
|
|
45
|
-
"dot-prop": ">=5.1.1",
|
|
46
|
-
"fs-extra": "^9.0.1",
|
|
47
41
|
"gulp": "^4.0.2",
|
|
48
|
-
"gulp-atoms": "^1.0.3",
|
|
49
42
|
"gulp-cached": "^1.1.1",
|
|
50
43
|
"gulp-concat": "^2.6.1",
|
|
51
|
-
"gulp-
|
|
52
|
-
"gulp-header": "^2.0.9",
|
|
53
|
-
"gulp-less": "^4.0.1",
|
|
54
|
-
"gulp-order": "^1.2.0",
|
|
44
|
+
"gulp-less": "^5.0.0",
|
|
55
45
|
"gulp-postcss": "^9.0.1",
|
|
56
|
-
"gulp-progeny": "^0.4.1",
|
|
57
46
|
"gulp-remember": "^1.0.1",
|
|
58
47
|
"gulp-rename": "^1.4.0",
|
|
59
48
|
"gulp-replace": "^1.0.0",
|
|
60
49
|
"gulp-svgmin": "^2.2.0",
|
|
61
|
-
"gulp-tap": "^2.0.0",
|
|
62
|
-
"gulp-ttf2woff2": "^3.0.0",
|
|
63
|
-
"gulp-util": "^3.0.8",
|
|
64
50
|
"husky": "^7.0.4",
|
|
65
|
-
"kind-of": ">=6.0.3",
|
|
66
|
-
"lazypipe": "^1.0.2",
|
|
67
51
|
"lesshint": "^6.3.7",
|
|
68
|
-
"lodash": "^4.17.21",
|
|
69
|
-
"lodash.merge": ">=4.6.2",
|
|
70
|
-
"lodash.template": ">=4.5.0",
|
|
71
|
-
"minimist": ">=1.2.3",
|
|
72
|
-
"mixin-deep": ">=1.3.2",
|
|
73
52
|
"npm-run-all": "^4.1.5",
|
|
74
53
|
"path": "^0.12.7",
|
|
75
|
-
"postcss": "^8.4.4",
|
|
76
|
-
"postcss-cli": "^7.1.1",
|
|
77
54
|
"postcss-focus-visible": "^6.0.3",
|
|
78
|
-
"postcss-less": "^
|
|
79
|
-
"postcss-preset-env": "^6.7.0",
|
|
55
|
+
"postcss-less": "^6.0.0",
|
|
80
56
|
"postcss-sorting": "^4.1.0",
|
|
81
|
-
"precss": "^4.0.0",
|
|
82
|
-
"require-dir": "^1.2.0",
|
|
83
|
-
"run-sequence": "^2.2.1",
|
|
84
57
|
"semantic-release": "^18.0.0",
|
|
85
|
-
"set-value": ">=2.0.1",
|
|
86
|
-
"sharp": "^0.30.3",
|
|
87
|
-
"socket.io": ">=2.4.0",
|
|
88
58
|
"stylelint": "^14.0.1",
|
|
89
59
|
"stylelint-config-rational-order": "^0.1.2",
|
|
90
60
|
"stylelint-config-recommended-less": "^1.0.1",
|
|
@@ -92,10 +62,10 @@
|
|
|
92
62
|
"stylelint-less": "^1.0.1",
|
|
93
63
|
"stylelint-no-px": "^1.0.1",
|
|
94
64
|
"through2": "^4.0.2",
|
|
65
|
+
"vuepress": "^2.0.0-beta.35",
|
|
95
66
|
"yargs": "^17.3.1"
|
|
96
67
|
},
|
|
97
68
|
"dependencies": {
|
|
98
|
-
"
|
|
99
|
-
"focus-visible": "^5.2.0"
|
|
69
|
+
"@docsearch/js": "^3.0.0"
|
|
100
70
|
}
|
|
101
71
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
# [6.25.0](https://github.com/dialpad/dialtone/compare/v6.24.1...v6.25.0) (2022-05-06)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* add spot illustration for wireless screen share ([#579](https://github.com/dialpad/dialtone/issues/579)) ([03c9761](https://github.com/dialpad/dialtone/commit/03c976161fb6649d3769ca94f3172a09d82124a3))
|
|
7
|
-
|
|
8
|
-
## [6.24.1](https://github.com/dialpad/dialtone/compare/v6.24.0...v6.24.1) (2022-04-29)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* its ([a66564f](https://github.com/dialpad/dialtone/commit/a66564f0dab4fd3b3f26efed59f47cea0334c887))
|
|
14
|
-
* remove d-svg class from spot illustrations ([6b7fa63](https://github.com/dialpad/dialtone/commit/6b7fa63ae3b0ebaa8eccf3228ec8fc41591de16b))
|
|
15
|
-
|
|
16
|
-
# [6.24.0](https://github.com/dialpad/dialtone/compare/v6.23.6...v6.24.0) (2022-04-29)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Features
|
|
20
|
-
|
|
21
|
-
* add laptop typing svg ([#575](https://github.com/dialpad/dialtone/issues/575)) ([ca861fd](https://github.com/dialpad/dialtone/commit/ca861fdfd5bab5a9ac74d3dc6e3d62b6fd1e2c17))
|
|
22
|
-
|
|
23
|
-
## [6.23.6](https://github.com/dialpad/dialtone/compare/v6.23.5...v6.23.6) (2022-04-21)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
* add baseurl to top level links ([835a881](https://github.com/dialpad/dialtone/commit/835a88188c70533bca27db8369003f5830961609))
|
|
29
|
-
|
|
30
|
-
## [6.23.5](https://github.com/dialpad/dialtone/compare/v6.23.4...v6.23.5) (2022-04-21)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* add baseurl to sitenav ([1805e49](https://github.com/dialpad/dialtone/commit/1805e49e31f70cfc342e7b9eb8f8edd21a641eeb))
|
|
36
|
-
|
|
37
|
-
## [6.23.4](https://github.com/dialpad/dialtone/compare/v6.23.3...v6.23.4) (2022-04-21)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* whitespace xml error ([b4da340](https://github.com/dialpad/dialtone/commit/b4da3404cdf49ea6749942e64c12268527e25685))
|
|
43
|
-
|
|
44
|
-
## [6.23.3](https://github.com/dialpad/dialtone/compare/v6.23.2...v6.23.3) (2022-04-21)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Bug Fixes
|
|
48
|
-
|
|
49
|
-
* upgrade docsearch to version 3. prevent subdir overlap ([#572](https://github.com/dialpad/dialtone/issues/572)) ([90d2ea4](https://github.com/dialpad/dialtone/commit/90d2ea4c6752f45ebc68b4cf53f110af6fcbbb21))
|
|
50
|
-
|
|
51
|
-
## [6.23.2](https://github.com/dialpad/dialtone/compare/v6.23.1...v6.23.2) (2022-04-20)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Bug Fixes
|
|
55
|
-
|
|
56
|
-
* **button:** add removed font color on hover state ([#570](https://github.com/dialpad/dialtone/issues/570)) ([9214dfa](https://github.com/dialpad/dialtone/commit/9214dfa21069f9e59dbb058edbcd345745ad6c7a))
|
|
57
|
-
|
|
58
|
-
## [6.23.1](https://github.com/dialpad/dialtone/compare/v6.23.0...v6.23.1) (2022-04-19)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Bug Fixes
|
|
62
|
-
|
|
63
|
-
* internal links not working after page switch ([8ff76cd](https://github.com/dialpad/dialtone/commit/8ff76cda55185bc662df8007725713fc23a2b75f))
|
|
64
|
-
|
|
65
|
-
# [6.23.0](https://github.com/dialpad/dialtone/compare/v6.22.0...v6.23.0) (2022-04-18)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### Bug Fixes
|
|
69
|
-
|
|
70
|
-
* internal links when using <base> tag ([24b65fa](https://github.com/dialpad/dialtone/commit/24b65fa69a29c6cd7bb5264f70a78c3e508fa81d))
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
### Features
|
|
74
|
-
|
|
75
|
-
* add facebook, sentiment, reply icons ([#568](https://github.com/dialpad/dialtone/issues/568)) ([ff185d5](https://github.com/dialpad/dialtone/commit/ff185d51322adc630bbe8ffaeaead9275ce6b0c4))
|
|
76
|
-
* add icons for new call workflow (Phase 2) ([#569](https://github.com/dialpad/dialtone/issues/569)) ([599852b](https://github.com/dialpad/dialtone/commit/599852b8b436a935df0cf7db2d8bb03c0723021c))
|
|
77
|
-
|
|
78
|
-
# [6.22.0](https://github.com/dialpad/dialtone/compare/v6.21.0...v6.22.0) (2022-04-08)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Bug Fixes
|
|
82
|
-
|
|
83
|
-
* badge alignment (min-width and vertical alignment) ([#566](https://github.com/dialpad/dialtone/issues/566)) ([946186c](https://github.com/dialpad/dialtone/commit/946186cc7e6a38c5d5e8986acd284cffe9b100ce))
|
|
84
|
-
* typo in spacing ([#565](https://github.com/dialpad/dialtone/issues/565)) ([729be23](https://github.com/dialpad/dialtone/commit/729be23e5d5c197e3c868b2ae5e65aecb25442b6))
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Features
|
|
88
|
-
|
|
89
|
-
* **button:** add active styles ([#564](https://github.com/dialpad/dialtone/issues/564)) ([1d4a962](https://github.com/dialpad/dialtone/commit/1d4a962833e2031daf9f9fa1a23092b244fbc34e))
|
|
90
|
-
* **button:** add d-btn--active class ([#567](https://github.com/dialpad/dialtone/issues/567)) ([2a89e25](https://github.com/dialpad/dialtone/commit/2a89e253ddd7f7c15d6de7af0ef13c293dba0a86))
|
|
91
|
-
|
|
92
|
-
# [6.21.0](https://github.com/dialpad/dialtone/compare/v6.20.3...v6.21.0) (2022-04-04)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Features
|
|
96
|
-
|
|
97
|
-
* **input:** support different icon sizes ([#563](https://github.com/dialpad/dialtone/issues/563)) ([0ad3c02](https://github.com/dialpad/dialtone/commit/0ad3c02db72d586bc39883aa6476bd8676e5c893))
|
|
98
|
-
|
|
99
|
-
## [6.20.3](https://github.com/dialpad/dialtone/compare/v6.20.2...v6.20.3) (2022-03-31)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### Bug Fixes
|
|
103
|
-
|
|
104
|
-
* **popover:** remove d-popover__anchor--modal-opened class ([d62cde0](https://github.com/dialpad/dialtone/commit/d62cde09cb2827f8ccbde0f20c19edcdf6c1397f))
|
|
105
|
-
|
|
106
|
-
## [6.20.2](https://github.com/dialpad/dialtone/compare/v6.20.1...v6.20.2) (2022-03-29)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Bug Fixes
|
|
110
|
-
|
|
111
|
-
* update version5 link ([637a5c1](https://github.com/dialpad/dialtone/commit/637a5c1f9c5212de35e09c7a3d646be9d95d70b3))
|
|
112
|
-
|
|
113
|
-
## [6.20.1](https://github.com/dialpad/dialtone/compare/v6.20.0...v6.20.1) (2022-03-29)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
117
|
-
|
|
118
|
-
* remove docsite deploy subdir ([7fdbd1c](https://github.com/dialpad/dialtone/commit/7fdbd1cdd04984155c5fccfd263896bd6015f739))
|
|
119
|
-
|
|
120
|
-
# [6.20.0](https://github.com/dialpad/dialtone/compare/v6.19.0...v6.20.0) (2022-03-22)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* dt-404 popover alignment fixes ([#558](https://github.com/dialpad/dialtone/issues/558)) ([6e8b035](https://github.com/dialpad/dialtone/commit/6e8b035d34d51a3609508b757fea95fa0db99812))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Features
|
|
129
|
-
|
|
130
|
-
* dt-407 support icons above and below the labels on buttons ([#561](https://github.com/dialpad/dialtone/issues/561)) ([8e2752a](https://github.com/dialpad/dialtone/commit/8e2752a11556836c6061c9e8b559c9fea1e0cffa))
|
|
131
|
-
|
|
132
|
-
# [6.19.0](https://github.com/dialpad/dialtone/compare/v6.18.1...v6.19.0) (2022-03-12)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### Features
|
|
136
|
-
|
|
137
|
-
* add popover into dialtone ([#557](https://github.com/dialpad/dialtone/issues/557)) ([846a4e3](https://github.com/dialpad/dialtone/commit/846a4e3d7d94d00d02a21379a2e32a75edcbb26c))
|
|
138
|
-
|
|
139
|
-
## [6.18.1](https://github.com/dialpad/dialtone/compare/v6.18.0...v6.18.1) (2022-03-04)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### Bug Fixes
|
|
143
|
-
|
|
144
|
-
* remove fixed with from checkbox copy ([377e35c](https://github.com/dialpad/dialtone/commit/377e35c1dbdc2d4c5c8fffb5b26ff7cfe5be297c))
|
|
145
|
-
|
|
146
|
-
# [6.18.0](https://github.com/dialpad/dialtone/compare/v6.17.0...v6.18.0) (2022-02-22)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
* add icons for new call workflow (Phase 1) ([#554](https://github.com/dialpad/dialtone/issues/554)) ([e23f1de](https://github.com/dialpad/dialtone/commit/e23f1dee4c3c05c136f0b10491ca60e4e1abde21))
|
|
152
|
-
|
|
153
|
-
# [6.17.0](https://github.com/dialpad/dialtone/compare/v6.16.0...v6.17.0) (2022-02-17)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Features
|
|
157
|
-
|
|
158
|
-
* add icon only button styles ([#550](https://github.com/dialpad/dialtone/issues/550)) ([4116700](https://github.com/dialpad/dialtone/commit/41167009d1d56ee7b4ddf94ffc320ee1f9e6cb19))
|
|
159
|
-
|
|
160
|
-
# [6.16.0](https://github.com/dialpad/dialtone/compare/v6.15.0...v6.16.0) (2022-02-11)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Features
|
|
164
|
-
|
|
165
|
-
* add alarm system icon ([#546](https://github.com/dialpad/dialtone/issues/546)) ([a579460](https://github.com/dialpad/dialtone/commit/a57946052cc03d5cfcf5775b7203e19daaf7686b))
|
|
166
|
-
|
|
167
|
-
# [6.15.0](https://github.com/dialpad/dialtone/compare/v6.14.0...v6.15.0) (2022-02-04)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Bug Fixes
|
|
171
|
-
|
|
172
|
-
* uc-11528 updating background replacement icon in dialtone ([#541](https://github.com/dialpad/dialtone/issues/541)) ([038bd4e](https://github.com/dialpad/dialtone/commit/038bd4e9c9fbd489445233972dce718559fa2f1e))
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Features
|
|
176
|
-
|
|
177
|
-
* add a few social icons for contact center ([#543](https://github.com/dialpad/dialtone/issues/543)) ([7c1e0a9](https://github.com/dialpad/dialtone/commit/7c1e0a9ddef5acece52ecbca11f1f1b3eb84a9c4))
|
|
178
|
-
* **device settings:** gear icon for device settings ([#539](https://github.com/dialpad/dialtone/issues/539)) ([805f17f](https://github.com/dialpad/dialtone/commit/805f17ff777419877cf36f49a24b75982bc1eac4))
|
|
179
|
-
|
|
180
|
-
# [6.14.0](https://github.com/dialpad/dialtone/compare/v6.13.0...v6.14.0) (2022-01-28)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### Bug Fixes
|
|
184
|
-
|
|
185
|
-
* uc-11528 updating background replacement icon in dialtone ([#536](https://github.com/dialpad/dialtone/issues/536)) ([eab4a92](https://github.com/dialpad/dialtone/commit/eab4a9291856e8d260e7e0dcdc5d0846db362ca8))
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
### Features
|
|
189
|
-
|
|
190
|
-
* add about page ([#537](https://github.com/dialpad/dialtone/issues/537)) ([0d45b71](https://github.com/dialpad/dialtone/commit/0d45b715837dc00a2caaca099c5e02a0d2ed0f0f))
|
|
191
|
-
|
|
192
|
-
# [6.13.0](https://github.com/dialpad/dialtone/compare/v6.12.0...v6.13.0) (2022-01-21)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### Bug Fixes
|
|
196
|
-
|
|
197
|
-
* **button:** loading spinner off center ([#532](https://github.com/dialpad/dialtone/issues/532)) ([9595374](https://github.com/dialpad/dialtone/commit/9595374fadea5c006f0146b9691ea4e06d85a4ea))
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
### Features
|
|
201
|
-
|
|
202
|
-
* add toggle styles ([#533](https://github.com/dialpad/dialtone/issues/533)) ([4aeeece](https://github.com/dialpad/dialtone/commit/4aeeecea4748d56003d1242980af1b438620fdcb))
|
|
203
|
-
|
|
204
|
-
# [6.12.0](https://github.com/dialpad/dialtone/compare/v6.11.0...v6.12.0) (2022-01-13)
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### Features
|
|
208
|
-
|
|
209
|
-
* add documentation for new skeleton component ([#521](https://github.com/dialpad/dialtone/issues/521)) ([574f976](https://github.com/dialpad/dialtone/commit/574f97679619e730050d5a75cadb4fbb020e5af8))
|
|
210
|
-
* implement focus visible ([#524](https://github.com/dialpad/dialtone/issues/524)) ([20938ee](https://github.com/dialpad/dialtone/commit/20938ee94efed2a8ea8c7632a631e2f41ff9a1da))
|
|
211
|
-
* implement focus visible polyfill ([#528](https://github.com/dialpad/dialtone/issues/528)) ([0c3a661](https://github.com/dialpad/dialtone/commit/0c3a661eb2748e03a2a2bfcf75642e7b241bd8bf))
|
|
212
|
-
|
|
213
|
-
# [6.11.0](https://github.com/dialpad/dialtone/compare/v6.10.0...v6.11.0) (2022-01-04)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
### Bug Fixes
|
|
217
|
-
|
|
218
|
-
* generate missing hover/focus classes ([#522](https://github.com/dialpad/dialtone/issues/522)) ([0cc761b](https://github.com/dialpad/dialtone/commit/0cc761b5b6ee86746dfbd54e48400652b819348c))
|
|
219
|
-
* responsive variations not working ([#526](https://github.com/dialpad/dialtone/issues/526)) ([c29d53d](https://github.com/dialpad/dialtone/commit/c29d53dc1c3c89a839d3c9724380f5b2e27e0cc2))
|
|
220
|
-
* svg sizes showing up as NaN in svg utility class page ([#525](https://github.com/dialpad/dialtone/issues/525)) ([67c2b26](https://github.com/dialpad/dialtone/commit/67c2b26704e0bfe1209f578cfcec222645cfc549))
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
### Features
|
|
224
|
-
|
|
225
|
-
* add file upload spot illustration ([#527](https://github.com/dialpad/dialtone/issues/527)) ([e1533e8](https://github.com/dialpad/dialtone/commit/e1533e856f570688aa5ffc3dd37ae05c3a842987))
|
|
226
|
-
|
|
227
|
-
# [6.10.0](https://github.com/dialpad/dialtone/compare/v6.9.0...v6.10.0) (2021-12-15)
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
### Bug Fixes
|
|
231
|
-
|
|
232
|
-
* add important to padding ([#518](https://github.com/dialpad/dialtone/issues/518)) ([2a7b0a5](https://github.com/dialpad/dialtone/commit/2a7b0a5d0ff700f9bf24369701f0dd4c93988ec3))
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
### Features
|
|
236
|
-
|
|
237
|
-
* **button:** add muted styles ([#516](https://github.com/dialpad/dialtone/issues/516)) ([5bea155](https://github.com/dialpad/dialtone/commit/5bea155057620865174e596c539660185029f499))
|
|
238
|
-
|
|
239
|
-
# [6.9.0](https://github.com/dialpad/dialtone/compare/v6.8.1...v6.9.0) (2021-12-07)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### Features
|
|
243
|
-
|
|
244
|
-
* add foundational a11y documentation ([#512](https://github.com/dialpad/dialtone/issues/512)) ([fd7d771](https://github.com/dialpad/dialtone/commit/fd7d77197576ad1506bd1dda71051aa841bcb412))
|
|
245
|
-
* add responsive variations ([#474](https://github.com/dialpad/dialtone/issues/474)) ([7d7aaa4](https://github.com/dialpad/dialtone/commit/7d7aaa4b9f47bfdf48162cfa0013cb8be33ded67)), closes [#478](https://github.com/dialpad/dialtone/issues/478) [#479](https://github.com/dialpad/dialtone/issues/479) [#480](https://github.com/dialpad/dialtone/issues/480) [#486](https://github.com/dialpad/dialtone/issues/486) [#489](https://github.com/dialpad/dialtone/issues/489)
|
|
246
|
-
* add windows logo as system icon ([#517](https://github.com/dialpad/dialtone/issues/517)) ([3ee2445](https://github.com/dialpad/dialtone/commit/3ee24455842b379328409a1ca30399174be46402))
|
|
247
|
-
* button group css classes ([#514](https://github.com/dialpad/dialtone/issues/514)) ([edb75d7](https://github.com/dialpad/dialtone/commit/edb75d7bb672223d4faaeae5e59b1e77d7644191))
|
|
248
|
-
|
|
249
|
-
## [6.8.1](https://github.com/dialpad/dialtone/compare/v6.8.0...v6.8.1) (2021-11-23)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
### Bug Fixes
|
|
253
|
-
|
|
254
|
-
* rename thumb down and thumb up to filename conventions ([9a22ad0](https://github.com/dialpad/dialtone/commit/9a22ad01b4b0bda24f7cd76a4465a76fce1ebbc9))
|
|
255
|
-
|
|
256
|
-
# [6.8.0](https://github.com/dialpad/dialtone/compare/v6.7.0...v6.8.0) (2021-11-19)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### Bug Fixes
|
|
260
|
-
|
|
261
|
-
* allow highlighting within code wells on doc site ([#504](https://github.com/dialpad/dialtone/issues/504)) ([6bddff7](https://github.com/dialpad/dialtone/commit/6bddff7c2de5c8f7e70d063fbde54393601be71e))
|
|
262
|
-
* correct icon size documentation to match implementation ([#506](https://github.com/dialpad/dialtone/issues/506)) ([ae4d871](https://github.com/dialpad/dialtone/commit/ae4d871bf4d0e2e0e21a8eac775cbf142e5f1506))
|
|
263
|
-
* remove fill from IconRaiseHand because it is colored by currentColor ([#501](https://github.com/dialpad/dialtone/issues/501)) ([af5ad68](https://github.com/dialpad/dialtone/commit/af5ad683de8c26923d31bf4027dd4d209062815a))
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### Features
|
|
267
|
-
|
|
268
|
-
* add less/css linter to Dialtone ([#490](https://github.com/dialpad/dialtone/issues/490)) ([1c563d9](https://github.com/dialpad/dialtone/commit/1c563d9341eac189f56c9106239248a1cbde0b57))
|
|
269
|
-
* add spot illustration support into dialtone ([#502](https://github.com/dialpad/dialtone/issues/502)) ([6893861](https://github.com/dialpad/dialtone/commit/6893861105fbb3e7019b68e82515cfeb70c66c85))
|
|
270
|
-
|
|
271
|
-
# [6.7.0](https://github.com/dialpad/dialtone/compare/v6.6.1...v6.7.0) (2021-11-11)
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
### Bug Fixes
|
|
275
|
-
|
|
276
|
-
* bad syntax in vue files when style tags are used in SVG ([#498](https://github.com/dialpad/dialtone/issues/498)) ([9a7297e](https://github.com/dialpad/dialtone/commit/9a7297ede72f7b7b1778790a6bad958acf310d15))
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
### Features
|
|
280
|
-
|
|
281
|
-
* add SVGs for thumbs up and down including update to json file ([#497](https://github.com/dialpad/dialtone/issues/497)) ([88ec960](https://github.com/dialpad/dialtone/commit/88ec960ebca4b77e2fe8836b62f01d393c4d6f3e))
|
|
282
|
-
|
|
283
|
-
## [6.6.1](https://github.com/dialpad/dialtone/compare/v6.6.0...v6.6.1) (2021-11-09)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* remove generated classes from playstore SVG ([2694fab](https://github.com/dialpad/dialtone/commit/2694fab282b34e0bdab891072f5314f1b0470bdb))
|
|
289
|
-
|
|
290
|
-
# [6.6.0](https://github.com/dialpad/dialtone/compare/v6.5.0...v6.6.0) (2021-11-05)
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Features
|
|
294
|
-
|
|
295
|
-
* add Kare icon ([#495](https://github.com/dialpad/dialtone/issues/495)) ([9a71d5b](https://github.com/dialpad/dialtone/commit/9a71d5b4bbd929315e192c3701dc1f7f46e5b8f0))
|
|
296
|
-
* uc-11528 add background replacement icon to dialtone ([223e17f](https://github.com/dialpad/dialtone/commit/223e17fc28b68730764241dd004799dff55799c2))
|
|
297
|
-
|
|
298
|
-
# [6.5.0](https://github.com/dialpad/dialtone/compare/v6.4.1...v6.5.0) (2021-11-02)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
### Bug Fixes
|
|
302
|
-
|
|
303
|
-
* percentage coordinate classes in the documentation ([#492](https://github.com/dialpad/dialtone/issues/492)) ([57fb729](https://github.com/dialpad/dialtone/commit/57fb729d803fea839caf9df173c0dea924ebf126))
|
|
304
|
-
* recover removed step in deploy github action ([#494](https://github.com/dialpad/dialtone/issues/494)) ([611108e](https://github.com/dialpad/dialtone/commit/611108e98a87f0bdf62222f290e0a2482e7a794b))
|
|
305
|
-
* releasing guide markdown ([#493](https://github.com/dialpad/dialtone/issues/493)) ([31de38b](https://github.com/dialpad/dialtone/commit/31de38beeb44db97b46fbfd8c96a1dec3db05369))
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
### Features
|
|
309
|
-
|
|
310
|
-
* automatization for the releasing process ([#484](https://github.com/dialpad/dialtone/issues/484)) ([a3d5fa5](https://github.com/dialpad/dialtone/commit/a3d5fa52bdf5ab993e23739c02637ceb11919f9e))
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg aria-hidden="true" aria-label="Videogame" class="d-svg d-svg--system d-svg__videogame" viewBox="0 0 24 24"><path d="M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-10 7H8v3H6v-3H3v-2h3V8h2v3h3v2zm4.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg aria-hidden="true" aria-label="Videogame" class="d-svg d-svg--system d-svg__videogame" viewBox="0 0 24 24"><path d="M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-10 7H8v3H6v-3H3v-2h3V8h2v3h3v2zm4.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></svg>
|
|
3
|
-
</template>
|