vanilla-framework 3.15.0 → 3.15.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vanilla-framework",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.1",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "webteam@canonical.com",
|
|
6
6
|
"name": "Canonical Webteam"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"watch:essential": "sass --load-path=node_modules --embed-sources --style=compressed scss/build.scss:build/css/build.css --watch",
|
|
46
46
|
"watch": "yarn build && yarn watch:scss",
|
|
47
47
|
"clean": "rm -rf build docs/static/css node_modules/ yarn-error.log",
|
|
48
|
-
"percy": "percy
|
|
48
|
+
"percy": "percy snapshot snapshots.js",
|
|
49
49
|
"icon-svgs-to-mixins": "node scripts/convert-svgs-to-icon-mixins.js icons"
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@canonical/cookie-policy": "3.4.0",
|
|
59
59
|
"@canonical/latest-news": "1.4.1",
|
|
60
|
-
"@percy/
|
|
60
|
+
"@percy/cli": "1.26.0",
|
|
61
61
|
"@testing-library/cypress": "9.0.0",
|
|
62
62
|
"autoprefixer": "10.4.14",
|
|
63
63
|
"cypress": "12.13.0",
|
package/scss/_base_forms.scss
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
font-weight: $font-weight-regular-text;
|
|
32
32
|
line-height: map-get($line-heights, default-text);
|
|
33
33
|
margin-bottom: $input-margin-bottom;
|
|
34
|
-
min-width:
|
|
34
|
+
min-width: 8em;
|
|
35
35
|
padding-left: $sph--small;
|
|
36
36
|
padding-right: $sph--small;
|
|
37
37
|
vertical-align: baseline;
|