@transferwise/neptune-css 14.26.0 → 14.26.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/README.md +1 -1
- package/dist/css/neptune-core.css +1 -1
- package/dist/css/neptune.css +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -97,7 +97,7 @@ Use a better box model (opinionated).
|
|
|
97
97
|
}
|
|
98
98
|
html {
|
|
99
99
|
/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
|
|
100
|
-
font-family: system-ui
|
|
100
|
+
font-family: system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
101
101
|
line-height: 1.15;
|
|
102
102
|
/* 1. Correct the line height in all browsers. */
|
|
103
103
|
-webkit-text-size-adjust: 100%;
|
package/dist/css/neptune.css
CHANGED
|
@@ -2355,7 +2355,7 @@ Use a better box model (opinionated).
|
|
|
2355
2355
|
|
|
2356
2356
|
html {
|
|
2357
2357
|
/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
|
|
2358
|
-
font-family: system-ui
|
|
2358
|
+
font-family: system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
2359
2359
|
line-height: 1.15;
|
|
2360
2360
|
/* 1. Correct the line height in all browsers. */
|
|
2361
2361
|
-webkit-text-size-adjust: 100%;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "14.26.
|
|
4
|
+
"version": "14.26.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"@wise/wds-configs": "0.0.0"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
|
-
"access": "public"
|
|
35
|
+
"access": "public",
|
|
36
|
+
"registry": "https://registry.npmjs.org/"
|
|
36
37
|
},
|
|
37
38
|
"scripts": {
|
|
38
39
|
"analyze:css-selectors": "node ./scripts/analyze-css-selectors.js",
|