@transferwise/components 0.0.0-experimental-841c8df → 0.0.0-experimental-0172e31

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/build/main.css CHANGED
@@ -493,6 +493,7 @@
493
493
  .critical-comms .alert {
494
494
  background-color: var(--color-sentiment-background-surface);
495
495
  color: var(--color-sentiment-content-primary);
496
+ margin-bottom: 0;
496
497
  }
497
498
  .critical-comms .alert .np-text-title-body {
498
499
  color: var(--color-sentiment-content-primary);
@@ -6,6 +6,7 @@
6
6
  .critical-comms .alert {
7
7
  background-color: var(--color-sentiment-background-surface);
8
8
  color: var(--color-sentiment-content-primary);
9
+ margin-bottom: 0;
9
10
  }
10
11
  .critical-comms .alert .np-text-title-body {
11
12
  color: var(--color-sentiment-content-primary);
@@ -493,6 +493,7 @@
493
493
  .critical-comms .alert {
494
494
  background-color: var(--color-sentiment-background-surface);
495
495
  color: var(--color-sentiment-content-primary);
496
+ margin-bottom: 0;
496
497
  }
497
498
  .critical-comms .alert .np-text-title-body {
498
499
  color: var(--color-sentiment-content-primary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-841c8df",
3
+ "version": "0.0.0-experimental-0172e31",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -88,8 +88,8 @@
88
88
  "storybook-addon-test-codegen": "^3.0.1",
89
89
  "@transferwise/less-config": "3.1.2",
90
90
  "@transferwise/neptune-css": "14.26.3",
91
- "@wise/wds-configs": "0.0.0",
92
- "@wise/components-theming": "1.10.1"
91
+ "@wise/components-theming": "1.10.1",
92
+ "@wise/wds-configs": "0.0.0"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@transferwise/icons": "^3 || ^4",
@@ -6,6 +6,7 @@
6
6
  .critical-comms .alert {
7
7
  background-color: var(--color-sentiment-background-surface);
8
8
  color: var(--color-sentiment-content-primary);
9
+ margin-bottom: 0;
9
10
  }
10
11
  .critical-comms .alert .np-text-title-body {
11
12
  color: var(--color-sentiment-content-primary);
@@ -5,6 +5,7 @@
5
5
  .alert {
6
6
  background-color: var(--color-sentiment-background-surface);
7
7
  color: var(--color-sentiment-content-primary);
8
+ margin-bottom: 0;
8
9
 
9
10
  .np-text-title-body {
10
11
  color: var(--color-sentiment-content-primary);
package/src/main.css CHANGED
@@ -493,6 +493,7 @@
493
493
  .critical-comms .alert {
494
494
  background-color: var(--color-sentiment-background-surface);
495
495
  color: var(--color-sentiment-content-primary);
496
+ margin-bottom: 0;
496
497
  }
497
498
  .critical-comms .alert .np-text-title-body {
498
499
  color: var(--color-sentiment-content-primary);