@transferwise/neptune-css 14.3.30 → 14.3.31

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.3.30",
4
+ "version": "14.3.31",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
55
55
  },
56
- "gitHead": "82fc0bf3f4d358fad9d6d40ccc69202d5c7c7f4e"
56
+ "gitHead": "403acb1f807584284745c9e98b9766893e54a582"
57
57
  }
@@ -20,6 +20,10 @@
20
20
  border-color: var(--color-interactive-secondary-active);
21
21
  }
22
22
 
23
+ .np-theme-personal & {
24
+ border-radius: unset;
25
+ }
26
+
23
27
  @media (--screen-md) {
24
28
  border-style: dashed;
25
29
  }
@@ -123,11 +127,27 @@
123
127
  .droppable-dropping-card {
124
128
  display: none;
125
129
  animation: droppable-fade-in 0.15s 0s linear forwards;
126
- color: var(--color-content-primary) !important;
130
+ color: var(--color-content-accent);
127
131
  // TODO fix with some non-semitransparent color
128
132
  background-color: #d8f1fa;
129
133
  border-color: var(--color-interactive-accent);
130
134
  z-index: 1;
135
+
136
+ .np-theme-personal & {
137
+ // is a hex code because can't have transparency
138
+ background-color: #E1E4DF;
139
+ color: var(--color-content-primary);
140
+ }
141
+
142
+ .np-theme-personal--dark & {
143
+ // is a hex code because can't have transparency
144
+ background-color: #404440;
145
+ }
146
+
147
+ .np-theme-personal--forrest-green & {
148
+ // is a hex code because can't have transparency
149
+ background-color: #455C35;
150
+ }
131
151
  }
132
152
 
133
153
  .droppable-dropping .droppable-dropping-card {
@@ -1166,6 +1166,10 @@ input[type="password"] {
1166
1166
  margin-bottom: var(--padding-x-small);
1167
1167
  }
1168
1168
 
1169
+ .form-group .np-upload-input label {
1170
+ margin-bottom: 0;
1171
+ }
1172
+
1169
1173
  .form-group:focus-within .control-label,
1170
1174
  .form-group:focus-within > label,
1171
1175
  .has-warning .control-label,