@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.
package/dist/css/neptune.css
CHANGED
|
@@ -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