@transferwise/neptune-css 14.23.0 → 14.24.0

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.
@@ -1865,6 +1865,9 @@ kbd kbd {
1865
1865
  .text-word-break {
1866
1866
  word-break: break-all;
1867
1867
  }
1868
+ .text-overflow-wrap {
1869
+ word-wrap: anywhere;
1870
+ }
1868
1871
  .font-weight-bold {
1869
1872
  font-weight: 700 !important;
1870
1873
  font-weight: var(--font-weight-bold) !important;
@@ -3592,6 +3592,10 @@ kbd kbd {
3592
3592
  word-break: break-all;
3593
3593
  }
3594
3594
 
3595
+ .text-overflow-wrap {
3596
+ word-wrap: anywhere;
3597
+ }
3598
+
3595
3599
  .font-weight-bold {
3596
3600
  font-weight: 700 !important;
3597
3601
  font-weight: var(--font-weight-bold) !important;
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.23.0",
4
+ "version": "14.24.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "@transferwise/neptune-tokens": "^8.17.1"
27
27
  },
28
28
  "devDependencies": {
29
+ "gulp": "^5.0.0",
29
30
  "modern-normalize": "^2.0.0",
30
- "yargs": "^17.7.2",
31
- "@transferwise/less-config": "3.1.0",
31
+ "@transferwise/less-config": "3.1.1",
32
32
  "@wise/wds-configs": "0.0.0"
33
33
  },
34
34
  "publishConfig": {
@@ -152,6 +152,10 @@
152
152
  word-break: break-all;
153
153
  }
154
154
 
155
+ .text-overflow-wrap {
156
+ overflow-wrap: anywhere;
157
+ }
158
+
155
159
  .font-weight-bold {
156
160
  font-weight: var(--font-weight-bold) !important;
157
161
  }