@transferwise/neptune-css 14.26.1 → 14.26.2

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,6 @@
1
+ /**
2
+ * DEPRECATED: use <InfoPrompt /> component instead
3
+ */
1
4
  .alert {
2
5
  padding: 16px;
3
6
  padding: var(--size-16);
@@ -6893,6 +6893,10 @@ tbody.collapse.in {
6893
6893
  background-color: var(--color-background-elevated);
6894
6894
  }
6895
6895
 
6896
+ /**
6897
+ * DEPRECATED: use <InfoPrompt /> component instead
6898
+ */
6899
+
6896
6900
  .alert {
6897
6901
  padding: 16px;
6898
6902
  padding: var(--size-16);
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.26.1",
4
+ "version": "14.26.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -3,6 +3,10 @@
3
3
  @import (reference) "../variables/neptune-tokens.less";
4
4
  @import (reference) "./mixins/_alerts.less";
5
5
 
6
+ /**
7
+ * DEPRECATED: use <InfoPrompt /> component instead
8
+ */
9
+
6
10
  .alert {
7
11
  padding: var(--size-16);
8
12
  border-radius: 10px;
@@ -1,6 +1,10 @@
1
1
  @import (reference) "./_logical-properties.less";
2
2
  @import (reference) "./_arrows.less";
3
3
 
4
+ /**
5
+ * DEPRECATED: use <InfoPrompt /> component instead
6
+ */
7
+
4
8
  .alert-variant(@background; @text-color; @text-hover) {
5
9
  background-color: @background;
6
10
  color: @text-color;