@transferwise/neptune-css 14.9.0 → 14.9.1

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,3 +1,4 @@
1
+ /* DEPRECATED: use <Flag /> component instead */
1
2
  .currency-flag {
2
3
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
3
4
  }
@@ -11254,6 +11254,8 @@ body > .column-layout {
11254
11254
  }
11255
11255
  }
11256
11256
 
11257
+ /* DEPRECATED: use <Flag /> component instead */
11258
+
11257
11259
  .currency-flag {
11258
11260
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
11259
11261
  }
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.9.0",
4
+ "version": "14.9.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,5 +1,6 @@
1
1
  @import (reference) "./mixins/_logical-properties.less";
2
2
 
3
+ /* DEPRECATED: use <Flag /> component instead */
3
4
  .currency-flag {
4
5
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
5
6