@transferwise/neptune-css 14.13.2 → 14.13.3

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.
@@ -1,4 +1,5 @@
1
1
  .alert {
2
+ white-space: pre-wrap;
2
3
  padding: 16px;
3
4
  padding: var(--size-16);
4
5
  border-radius: 10px;
@@ -6011,6 +6011,7 @@ tbody.collapse.in {
6011
6011
  }
6012
6012
 
6013
6013
  .alert {
6014
+ white-space: pre-wrap;
6014
6015
  padding: 16px;
6015
6016
  padding: var(--size-16);
6016
6017
  border-radius: 10px;
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.13.2",
4
+ "version": "14.13.3",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -4,6 +4,7 @@
4
4
  @import (reference) "./mixins/_alerts.less";
5
5
 
6
6
  .alert {
7
+ white-space: pre-wrap;
7
8
  padding: var(--size-16);
8
9
  border-radius: 10px;
9
10
  color: var(--color-content-primary);