@dialpad/dialtone 6.1.1 → 6.3.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/README.md +1 -1
- package/lib/build/fonts/Inter-Bold.woff2 +0 -0
- package/lib/build/fonts/Inter-BoldItalic.woff2 +0 -0
- package/lib/build/fonts/Inter-Italic.woff2 +0 -0
- package/lib/build/fonts/Inter-Regular.woff2 +0 -0
- package/lib/build/less/components/forms.less +14 -9
- package/lib/build/less/components/input.less +26 -15
- package/lib/build/less/components/radio-checkbox.less +16 -4
- package/lib/build/less/components/selects.less +0 -2
- package/lib/dist/css/dialtone.css +49 -26
- package/lib/dist/css/dialtone.min.css +1 -1
- package/lib/dist/fonts/Inter-Bold.woff2 +0 -0
- package/lib/dist/fonts/Inter-BoldItalic.woff2 +0 -0
- package/lib/dist/fonts/Inter-Italic.woff2 +0 -0
- package/lib/dist/fonts/Inter-Regular.woff2 +0 -0
- package/package.json +4 -5
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
3
|
"description": "The design system for Dialpad and UberConference",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.3.0",
|
|
5
5
|
"author": "Joshua Hynes",
|
|
6
6
|
"files": [
|
|
7
7
|
"lib",
|
|
@@ -12,12 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"unpkg": "dist/css/dialtone.min.css",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"setup": "npm install && gulp svg",
|
|
16
|
-
"setup:ci": "npm ci && gulp svg",
|
|
17
15
|
"build": "gulp",
|
|
18
16
|
"start": "gulp watch",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
17
|
+
"debug": "DEBUG=Elventy* npx @11ty/eleventy --serve --input=docs",
|
|
18
|
+
"prepublishOnly": "npm run build"
|
|
21
19
|
},
|
|
22
20
|
"license": "MIT",
|
|
23
21
|
"browserslist": [
|
|
@@ -40,6 +38,7 @@
|
|
|
40
38
|
"fs-extra": "^9.0.1",
|
|
41
39
|
"gulp": "^4.0.2",
|
|
42
40
|
"gulp-atoms": "^1.0.3",
|
|
41
|
+
"gulp-cached": "^1.1.1",
|
|
43
42
|
"gulp-git": "^2.10.1",
|
|
44
43
|
"gulp-header": "^2.0.9",
|
|
45
44
|
"gulp-less": "^4.0.1",
|