@transferwise/neptune-css 14.29.3 → 14.29.4
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.
|
@@ -1338,7 +1338,9 @@ a,
|
|
|
1338
1338
|
font-weight: 400;
|
|
1339
1339
|
font-weight: var(--font-weight-regular);
|
|
1340
1340
|
}
|
|
1341
|
-
/* Disable hyphenation for
|
|
1341
|
+
/* Disable hyphenation for English
|
|
1342
|
+
* and Japanese, Thai, Chinese (these languages use character-level breaks and should never insert hyphens). */
|
|
1343
|
+
:lang(en),
|
|
1342
1344
|
:lang(ja),
|
|
1343
1345
|
:lang(th),
|
|
1344
1346
|
:lang(zh-CN),
|
package/dist/css/neptune.css
CHANGED
|
@@ -3315,7 +3315,9 @@ a,
|
|
|
3315
3315
|
font-weight: 400;
|
|
3316
3316
|
font-weight: var(--font-weight-regular);
|
|
3317
3317
|
}
|
|
3318
|
-
/* Disable hyphenation for
|
|
3318
|
+
/* Disable hyphenation for English
|
|
3319
|
+
* and Japanese, Thai, Chinese (these languages use character-level breaks and should never insert hyphens). */
|
|
3320
|
+
:lang(en),
|
|
3319
3321
|
:lang(ja),
|
|
3320
3322
|
:lang(th),
|
|
3321
3323
|
:lang(zh-CN),
|
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.29.
|
|
4
|
+
"version": "14.29.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@transferwise/neptune-tokens": "^8.26.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"gulp": "^5.0.1",
|
|
30
|
-
"modern-normalize": "^3.0.1",
|
|
31
29
|
"@transferwise/less-config": "3.2.0",
|
|
32
|
-
"@wise/wds-configs": "0.0.0"
|
|
30
|
+
"@wise/wds-configs": "0.0.0",
|
|
31
|
+
"gulp": "^5.0.1",
|
|
32
|
+
"modern-normalize": "^3.0.1"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public",
|
|
@@ -284,7 +284,9 @@ a,
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
/* Disable hyphenation for
|
|
287
|
+
/* Disable hyphenation for English
|
|
288
|
+
* and Japanese, Thai, Chinese (these languages use character-level breaks and should never insert hyphens). */
|
|
289
|
+
:lang(en),
|
|
288
290
|
:lang(ja),
|
|
289
291
|
:lang(th),
|
|
290
292
|
:lang(zh-CN),
|
package/dist/less/zindex.css
DELETED
|
File without changes
|