@dialpad/dialtone 7.27.2 → 7.28.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/js/dialtone_health_check/deprecated_icons.js +1 -0
- package/lib/build/less/components/datepicker.less +103 -0
- package/lib/build/less/components/emoji-picker.less +223 -0
- package/lib/build/less/components/forms.less +0 -2
- package/lib/build/less/components/modal.less +1 -4
- package/lib/build/less/components/toggle.less +1 -4
- package/lib/build/less/dialtone.less +2 -0
- package/lib/build/less/variables/sizes.less +5 -5
- package/lib/build/less/variables/spacing.less +5 -5
- package/lib/dist/css/dialtone.css +254 -8
- package/lib/dist/css/dialtone.min.css +1 -1
- package/lib/dist/js/dialtone_health_check/deprecated_icons.js +1 -0
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.28.0",
|
|
4
4
|
"description": "Dialpad's design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Dialpad",
|
|
@@ -74,21 +74,19 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"docopt": "^0.6.2"
|
|
78
|
-
"precss": "^4.0.0",
|
|
79
|
-
"yargs": "^17.7.2"
|
|
77
|
+
"docopt": "^0.6.2"
|
|
80
78
|
},
|
|
81
79
|
"devDependencies": {
|
|
82
|
-
"@commitlint/cli": "^17.
|
|
83
|
-
"@commitlint/config-conventional": "^17.
|
|
80
|
+
"@commitlint/cli": "^17.6.6",
|
|
81
|
+
"@commitlint/config-conventional": "^17.6.6",
|
|
84
82
|
"@dialpad/conventional-changelog-angular": "^1.1.1",
|
|
85
83
|
"@dialpad/dialtone-combinator": "^0.3.1",
|
|
86
84
|
"@dialpad/dialtone-tokens": "^1.20.0",
|
|
87
|
-
"@dialpad/dialtone-vue": "^3.
|
|
85
|
+
"@dialpad/dialtone-vue": "^3.75.2",
|
|
88
86
|
"@dialpad/postcss-responsive-variations": "^1.1.5",
|
|
89
87
|
"@dialpad/semantic-release-changelog-json": "^1.0.0",
|
|
90
|
-
"@docsearch/js": "^3.
|
|
91
|
-
"@semantic-release/changelog": "^6.0.
|
|
88
|
+
"@docsearch/js": "^3.5.1",
|
|
89
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
92
90
|
"@semantic-release/git": "^10.0.1",
|
|
93
91
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
94
92
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
@@ -102,16 +100,16 @@
|
|
|
102
100
|
"@vuepress/plugin-theme-data": "2.0.0-beta.60",
|
|
103
101
|
"@vuepress/plugin-toc": "2.0.0-beta.60",
|
|
104
102
|
"child_process": "^1.0.2",
|
|
105
|
-
"cssnano": "^
|
|
106
|
-
"date-fns": "^2.
|
|
103
|
+
"cssnano": "^6.0.1",
|
|
104
|
+
"date-fns": "^2.30.0",
|
|
107
105
|
"del": "^6.1.1",
|
|
108
|
-
"eslint": "8.
|
|
106
|
+
"eslint": "8.44.0",
|
|
109
107
|
"eslint-config-semistandard": "^17.0.0",
|
|
110
|
-
"eslint-config-standard": "^17.
|
|
108
|
+
"eslint-config-standard": "^17.1.0",
|
|
111
109
|
"eslint-plugin-import": "^2.27.5",
|
|
112
110
|
"eslint-plugin-node": "^11.1.0",
|
|
113
111
|
"eslint-plugin-promise": "^6.1.1",
|
|
114
|
-
"eslint-plugin-vue": "^9.
|
|
112
|
+
"eslint-plugin-vue": "^9.15.1",
|
|
115
113
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
|
116
114
|
"gulp": "^4.0.2",
|
|
117
115
|
"gulp-cached": "^1.1.1",
|
|
@@ -124,26 +122,28 @@
|
|
|
124
122
|
"gulp-svgmin": "^4.1.0",
|
|
125
123
|
"husky": "^8.0.3",
|
|
126
124
|
"lesshint": "^6.3.7",
|
|
127
|
-
"lint-staged": "^13.
|
|
128
|
-
"markdownlint": "^0.
|
|
129
|
-
"markdownlint-cli": "^0.
|
|
125
|
+
"lint-staged": "^13.2.3",
|
|
126
|
+
"markdownlint": "^0.29.0",
|
|
127
|
+
"markdownlint-cli": "^0.35.0",
|
|
130
128
|
"npm-run-all": "^4.1.5",
|
|
131
129
|
"oslllo-svg-fixer": "^2.2.0",
|
|
132
130
|
"path": "^0.12.7",
|
|
133
|
-
"postcss-focus-visible": "^
|
|
131
|
+
"postcss-focus-visible": "^9.0.0",
|
|
134
132
|
"postcss-less": "^6.0.0",
|
|
135
|
-
"postcss-sorting": "^
|
|
136
|
-
"
|
|
137
|
-
"
|
|
133
|
+
"postcss-sorting": "^8.0.2",
|
|
134
|
+
"precss": "^4.0.0",
|
|
135
|
+
"semantic-release": "^21.0.6",
|
|
136
|
+
"stylelint": "15.9.0",
|
|
138
137
|
"stylelint-config-rational-order": "^0.1.2",
|
|
139
138
|
"stylelint-config-recommended-less": "^1.0.4",
|
|
140
|
-
"stylelint-config-standard": "
|
|
141
|
-
"stylelint-less": "^1.0.
|
|
139
|
+
"stylelint-config-standard": "^33.0.0",
|
|
140
|
+
"stylelint-less": "^1.0.7",
|
|
142
141
|
"stylelint-no-px": "^1.0.1",
|
|
143
142
|
"through2": "^4.0.2",
|
|
144
143
|
"vuepress": "2.0.0-beta.60",
|
|
145
144
|
"vuepress-plugin-seo2": "2.0.0-beta.124",
|
|
146
|
-
"vuepress-plugin-sitemap2": "2.0.0-beta.174"
|
|
145
|
+
"vuepress-plugin-sitemap2": "2.0.0-beta.174",
|
|
146
|
+
"yargs": "^17.7.2"
|
|
147
147
|
},
|
|
148
148
|
"resolutions": {
|
|
149
149
|
"postcss-preset-env": "^7.0.0"
|