@transferwise/neptune-css 14.3.38 → 14.3.39

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": "14.3.38",
4
+ "version": "14.3.39",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
55
55
  },
56
- "gitHead": "9e5dc866ccae5658dc8353a52eb28442f23a194e"
56
+ "gitHead": "7c85c96a61f28d15ef62848f79e7021379591345"
57
57
  }
@@ -287,8 +287,17 @@ strong,
287
287
  line-height: @line-height;
288
288
  letter-spacing: normal;
289
289
  font-weight: @font-weight;
290
- hyphens: auto;
291
- hyphenate-limit-chars: 7;
290
+
291
+ @supports (hyphenate-limit-chars: 7) {
292
+ hyphens: auto;
293
+ hyphenate-limit-chars: 7;
294
+ }
295
+
296
+ @supports (-webkit-hyphenate-limit-before: 3) and (not (hyphenate-limit-chars: 7)) {
297
+ hyphens: auto;
298
+ -webkit-hyphenate-limit-before: 3;
299
+ -webkit-hyphenate-limit-after: 3;
300
+ }
292
301
  }
293
302
 
294
303
  .display-size-large-fluid() {