@transferwise/neptune-css 0.0.0-experimental-59cef28 → 0.0.0-experimental-fab441b

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-59cef28",
4
+ "version": "0.0.0-experimental-fab441b",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -284,24 +284,10 @@ a,
284
284
  }
285
285
  }
286
286
 
287
- /* Disable hyphenation for all Wise-supported locales — content designers flagged auto-hyphens as hurting readability. CJK/Thai never insert hyphens by design. */
288
- :lang(cs),
289
- :lang(de),
287
+ /* Disable hyphenation for English and CJK/Thai. */
290
288
  :lang(en),
291
- :lang(es),
292
- :lang(fr),
293
- :lang(hu),
294
- :lang(id),
295
- :lang(it),
296
289
  :lang(ja),
297
- :lang(nl),
298
- :lang(pl),
299
- :lang(pt),
300
- :lang(ro),
301
- :lang(ru),
302
290
  :lang(th),
303
- :lang(tr),
304
- :lang(uk),
305
291
  :lang(zh-CN),
306
292
  :lang(zh-HK) {
307
293
  hyphens: none;