@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);
|
package/build/styles/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);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
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/
|
|
92
|
-
"@wise/
|
|
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",
|
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);
|