@transferwise/neptune-css 0.0.0-experimental-00df4a6 → 0.0.0-experimental-0348e0b

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.
@@ -39,8 +39,6 @@
39
39
  border-color: transparent !important;
40
40
  }.np-theme-personal .droppable-area.tw-droppable-md {
41
41
  min-height: 242px;
42
- }.np-theme-personal .droppable-area.droppable-dropping .droppable-default-card {
43
- opacity: 0;
44
42
  }.np-theme-personal .droppable-area.droppable-dropping .tw-icon-plus svg {
45
43
  width: 24px;
46
44
  width: var(--size-24);
@@ -54,8 +52,6 @@
54
52
  background-color: #ffffff;
55
53
  background-color: var(--color-background-screen);
56
54
  min-height: 315px;
57
- }.np-theme-personal .droppable-area.droppable-complete.droppable-dropping .droppable-card:first-child {
58
- opacity: 0;
59
55
  }.np-theme-personal .droppable-area.droppable-complete .thumbnail {
60
56
  margin-bottom: 8px !important;
61
57
  margin-bottom: var(--padding-x-small) !important;
@@ -90,7 +86,6 @@
90
86
  }.droppable-card-content {
91
87
  max-width: 100%;
92
88
  opacity: 1;
93
- transition: opacity 0.5s linear;
94
89
  }.droppable-dropping {
95
90
  border-color: #a7a9ab !important;
96
91
  border-color: var(--color-interactive-secondary-active) !important;
@@ -141,69 +136,55 @@
141
136
  opacity: 1;
142
137
  }.droppable-complete .droppable-processing-card {
143
138
  display: flex;
144
- }.droppable-complete .droppable-processing-card .droppable-card-content {
145
- opacity: 0;
146
139
  }.droppable-complete-card {
147
140
  display: flex;
148
- }.droppable-complete-card .droppable-card-content {
149
- opacity: 0;
150
- }.droppable-complete .droppable-complete-card .droppable-card-content {
151
- opacity: 1;
152
- }.droppable-processing .droppable-default-card .droppable-card-content,
153
- .droppable-complete .droppable-default-card .droppable-card-content {
154
- opacity: 0;
155
- }/***** End card variants *****/.droppable-mobile {
141
+ }.droppable-complete {
142
+ /***** End card variants *****/
143
+ }.droppable-complete .droppable-mobile {
156
144
  display: block;
157
- }.droppable-desktop {
145
+ }.droppable-complete .droppable-desktop {
158
146
  display: none;
159
147
  }@media (min-width: 768px) {
160
- .droppable-mobile {
148
+ .droppable-complete .droppable-mobile {
161
149
  display: none;
162
150
  }
163
- .droppable-desktop {
151
+ .droppable-complete .droppable-desktop {
164
152
  display: flex;
165
153
  flex-direction: column;
166
154
  align-items: stretch;
167
155
  }
168
- }.droppable-active {
156
+ }.droppable-complete .droppable-active {
169
157
  border-style: solid;
170
- }.droppable-active.droppable-dropping {
158
+ }.droppable-complete .droppable-active.droppable-dropping {
171
159
  border-style: dashed;
172
- }.droppable-sm {
160
+ }.droppable-complete .droppable-sm {
173
161
  padding: 16px 16px;
174
162
  }@media (min-width: 576px) {
175
- .droppable-sm {
163
+ .droppable-complete .droppable-sm {
176
164
  padding: 24px 16px;
177
165
  }
178
166
  }@media (min-width: 992px) {
179
- .droppable-sm {
167
+ .droppable-complete .droppable-sm {
180
168
  padding: 32px 24px;
181
169
  }
182
- }.droppable-md {
170
+ }.droppable-complete .droppable-md {
183
171
  padding: 32px 32px;
184
172
  }@media (min-width: 576px) {
185
- .droppable-md {
173
+ .droppable-complete .droppable-md {
186
174
  padding: 48px 32px;
187
175
  }
188
176
  }@media (min-width: 992px) {
189
- .droppable-md {
177
+ .droppable-complete .droppable-md {
190
178
  padding: 64px 48px;
191
179
  }
192
- }.droppable-lg {
180
+ }.droppable-complete .droppable-lg {
193
181
  padding: 48px 48px;
194
182
  }@media (min-width: 576px) {
195
- .droppable-lg {
183
+ .droppable-complete .droppable-lg {
196
184
  padding: 72px 48px;
197
185
  }
198
186
  }@media (min-width: 992px) {
199
- .droppable-lg {
187
+ .droppable-complete .droppable-lg {
200
188
  padding: 96px 72px;
201
189
  }
202
- }@keyframes droppable-fade-in {
203
- from {
204
- opacity: 0;
205
- }
206
- to {
207
- opacity: 1;
208
- }
209
190
  }
@@ -13616,10 +13616,6 @@ li > a > .currency-flag:first-child {
13616
13616
  min-height: 242px;
13617
13617
  }
13618
13618
 
13619
- .np-theme-personal .droppable-area.droppable-dropping .droppable-default-card {
13620
- opacity: 0;
13621
- }
13622
-
13623
13619
  .np-theme-personal .droppable-area.droppable-dropping .tw-icon-plus svg {
13624
13620
  width: 24px;
13625
13621
  width: var(--size-24);
@@ -13639,10 +13635,6 @@ li > a > .currency-flag:first-child {
13639
13635
  min-height: 315px;
13640
13636
  }
13641
13637
 
13642
- .np-theme-personal .droppable-area.droppable-complete.droppable-dropping .droppable-card:first-child {
13643
- opacity: 0;
13644
- }
13645
-
13646
13638
  .np-theme-personal .droppable-area.droppable-complete .thumbnail {
13647
13639
  margin-bottom: 8px !important;
13648
13640
  margin-bottom: var(--padding-x-small) !important;
@@ -13691,7 +13683,6 @@ li > a > .currency-flag:first-child {
13691
13683
  .droppable-card-content {
13692
13684
  max-width: 100%;
13693
13685
  opacity: 1;
13694
- transition: opacity 0.5s linear;
13695
13686
  }
13696
13687
 
13697
13688
  .droppable-dropping {
@@ -13776,113 +13767,89 @@ li > a > .currency-flag:first-child {
13776
13767
  display: flex;
13777
13768
  }
13778
13769
 
13779
- .droppable-complete .droppable-processing-card .droppable-card-content {
13780
- opacity: 0;
13781
- }
13782
-
13783
13770
  .droppable-complete-card {
13784
13771
  display: flex;
13785
13772
  }
13786
13773
 
13787
- .droppable-complete-card .droppable-card-content {
13788
- opacity: 0;
13789
- }
13790
-
13791
- .droppable-complete .droppable-complete-card .droppable-card-content {
13792
- opacity: 1;
13793
- }
13794
-
13795
- .droppable-processing .droppable-default-card .droppable-card-content,
13796
- .droppable-complete .droppable-default-card .droppable-card-content {
13797
- opacity: 0;
13774
+ .droppable-complete {
13775
+ /***** End card variants *****/
13798
13776
  }
13799
13777
 
13800
- /***** End card variants *****/
13801
-
13802
- .droppable-mobile {
13778
+ .droppable-complete .droppable-mobile {
13803
13779
  display: block;
13804
13780
  }
13805
13781
 
13806
- .droppable-desktop {
13782
+ .droppable-complete .droppable-desktop {
13807
13783
  display: none;
13808
13784
  }
13809
13785
 
13810
13786
  @media (min-width: 768px) {
13811
- .droppable-mobile {
13787
+ .droppable-complete .droppable-mobile {
13812
13788
  display: none;
13813
13789
  }
13814
- .droppable-desktop {
13790
+ .droppable-complete .droppable-desktop {
13815
13791
  display: flex;
13816
13792
  flex-direction: column;
13817
13793
  align-items: stretch;
13818
13794
  }
13819
13795
  }
13820
13796
 
13821
- .droppable-active {
13797
+ .droppable-complete .droppable-active {
13822
13798
  border-style: solid;
13823
13799
  }
13824
13800
 
13825
- .droppable-active.droppable-dropping {
13801
+ .droppable-complete .droppable-active.droppable-dropping {
13826
13802
  border-style: dashed;
13827
13803
  }
13828
13804
 
13829
- .droppable-sm {
13805
+ .droppable-complete .droppable-sm {
13830
13806
  padding: 16px 16px;
13831
13807
  }
13832
13808
 
13833
13809
  @media (min-width: 576px) {
13834
- .droppable-sm {
13810
+ .droppable-complete .droppable-sm {
13835
13811
  padding: 24px 16px;
13836
13812
  }
13837
13813
  }
13838
13814
 
13839
13815
  @media (min-width: 992px) {
13840
- .droppable-sm {
13816
+ .droppable-complete .droppable-sm {
13841
13817
  padding: 32px 24px;
13842
13818
  }
13843
13819
  }
13844
13820
 
13845
- .droppable-md {
13821
+ .droppable-complete .droppable-md {
13846
13822
  padding: 32px 32px;
13847
13823
  }
13848
13824
 
13849
13825
  @media (min-width: 576px) {
13850
- .droppable-md {
13826
+ .droppable-complete .droppable-md {
13851
13827
  padding: 48px 32px;
13852
13828
  }
13853
13829
  }
13854
13830
 
13855
13831
  @media (min-width: 992px) {
13856
- .droppable-md {
13832
+ .droppable-complete .droppable-md {
13857
13833
  padding: 64px 48px;
13858
13834
  }
13859
13835
  }
13860
13836
 
13861
- .droppable-lg {
13837
+ .droppable-complete .droppable-lg {
13862
13838
  padding: 48px 48px;
13863
13839
  }
13864
13840
 
13865
13841
  @media (min-width: 576px) {
13866
- .droppable-lg {
13842
+ .droppable-complete .droppable-lg {
13867
13843
  padding: 72px 48px;
13868
13844
  }
13869
13845
  }
13870
13846
 
13871
13847
  @media (min-width: 992px) {
13872
- .droppable-lg {
13848
+ .droppable-complete .droppable-lg {
13873
13849
  padding: 96px 72px;
13874
13850
  }
13875
13851
  }
13876
13852
 
13877
- @keyframes droppable-fade-in {
13878
- from {
13879
- opacity: 0;
13880
- }
13881
- to {
13882
- opacity: 1;
13883
- }
13884
- }
13885
-
13886
13853
  .d-flex {
13887
13854
  display: flex;
13888
13855
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-00df4a6",
4
+ "version": "0.0.0-experimental-0348e0b",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,9 +40,6 @@
40
40
  min-height: 242px;
41
41
  }
42
42
  &.droppable-dropping {
43
- .droppable-default-card {
44
- opacity: 0;
45
- }
46
43
  .tw-icon-plus svg {
47
44
  width: var(--size-24);
48
45
  height: var(--size-24);
@@ -57,9 +54,6 @@
57
54
  min-height: 315px;
58
55
  }
59
56
  &.droppable-complete {
60
- &.droppable-dropping .droppable-card:first-child {
61
- opacity: 0;
62
- }
63
57
  .thumbnail {
64
58
  margin-bottom: var(--padding-x-small) !important;
65
59
  }
@@ -100,7 +94,6 @@
100
94
  .droppable-card-content {
101
95
  max-width: 100%;
102
96
  opacity: 1;
103
- transition: opacity 0.5s linear;
104
97
  }
105
98
 
106
99
  .droppable-dropping {
@@ -186,7 +179,7 @@
186
179
  display: flex;
187
180
 
188
181
  .droppable-card-content {
189
- opacity: 0;
182
+ // opacity: 0;
190
183
  }
191
184
  }
192
185
  }
@@ -194,20 +187,11 @@
194
187
  // Completed card translated out and hidden by default
195
188
  .droppable-complete-card {
196
189
  display: flex;
197
-
198
- .droppable-card-content {
199
- opacity: 0;
200
- }
201
190
  }
202
191
  // Completed card brought back in and shown in correct state
203
192
  // stylelint-disable-next-line no-duplicate-selectors
204
193
  .droppable-complete {
205
194
  .droppable-complete-card {
206
-
207
- .droppable-card-content {
208
- opacity: 1;
209
- }
210
- }
211
195
  }
212
196
 
213
197
  // Hide default content in other states, so it fades back in
@@ -215,7 +199,6 @@
215
199
  .droppable-processing,
216
200
  .droppable-complete {
217
201
  .droppable-default-card .droppable-card-content {
218
- opacity: 0;
219
202
  }
220
203
  }
221
204
 
@@ -273,10 +256,11 @@
273
256
 
274
257
  @keyframes droppable-fade-in {
275
258
  from {
276
- opacity: 0;
259
+ // opacity: 0;
277
260
  }
278
261
 
279
262
  to {
280
- opacity: 1;
263
+ // opacity: 1;
281
264
  }
282
265
  }
266
+ }