@transferwise/components 0.0.0-experimental-fdc8cd1 → 0.0.0-experimental-8b2286f

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
@@ -31066,6 +31066,7 @@ button.np-link {
31066
31066
  flex-grow: 1;
31067
31067
  text-align: right;
31068
31068
  background-color: transparent;
31069
+ line-height: inherit;
31069
31070
  }
31070
31071
 
31071
31072
  .wds-amount-input-input:focus-visible {
@@ -31076,6 +31077,7 @@ button.np-link {
31076
31077
  flex-grow: 0;
31077
31078
  display: flex;
31078
31079
  align-items: center;
31080
+ line-height: inherit;
31079
31081
  }
31080
31082
 
31081
31083
  .wds-currency-selector:disabled {
@@ -21,6 +21,7 @@
21
21
  flex-grow: 1;
22
22
  text-align: right;
23
23
  background-color: transparent;
24
+ line-height: inherit;
24
25
  }
25
26
  .wds-amount-input-input:focus-visible {
26
27
  outline: none;
@@ -29,6 +30,7 @@
29
30
  flex-grow: 0;
30
31
  display: flex;
31
32
  align-items: center;
33
+ line-height: inherit;
32
34
  }
33
35
  .wds-currency-selector:disabled {
34
36
  opacity: 1 !important;
@@ -21,6 +21,7 @@
21
21
  flex-grow: 1;
22
22
  text-align: right;
23
23
  background-color: transparent;
24
+ line-height: inherit;
24
25
  }
25
26
  .wds-amount-input-input:focus-visible {
26
27
  outline: none;
@@ -29,4 +30,5 @@
29
30
  flex-grow: 0;
30
31
  display: flex;
31
32
  align-items: center;
33
+ line-height: inherit;
32
34
  }
@@ -31066,6 +31066,7 @@ button.np-link {
31066
31066
  flex-grow: 1;
31067
31067
  text-align: right;
31068
31068
  background-color: transparent;
31069
+ line-height: inherit;
31069
31070
  }
31070
31071
 
31071
31072
  .wds-amount-input-input:focus-visible {
@@ -31076,6 +31077,7 @@ button.np-link {
31076
31077
  flex-grow: 0;
31077
31078
  display: flex;
31078
31079
  align-items: center;
31080
+ line-height: inherit;
31079
31081
  }
31080
31082
 
31081
31083
  .wds-currency-selector:disabled {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-fdc8cd1",
3
+ "version": "0.0.0-experimental-8b2286f",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -91,7 +91,7 @@
91
91
  "storybook-addon-tag-badges": "^3.1.0",
92
92
  "storybook-addon-test-codegen": "^3.0.1",
93
93
  "@transferwise/less-config": "3.1.2",
94
- "@transferwise/neptune-css": "0.0.0-experimental-fdc8cd1",
94
+ "@transferwise/neptune-css": "0.0.0-experimental-8b2286f",
95
95
  "@wise/components-theming": "1.10.2",
96
96
  "@wise/wds-configs": "0.0.0"
97
97
  },
@@ -21,6 +21,7 @@
21
21
  flex-grow: 1;
22
22
  text-align: right;
23
23
  background-color: transparent;
24
+ line-height: inherit;
24
25
  }
25
26
  .wds-amount-input-input:focus-visible {
26
27
  outline: none;
@@ -29,6 +30,7 @@
29
30
  flex-grow: 0;
30
31
  display: flex;
31
32
  align-items: center;
33
+ line-height: inherit;
32
34
  }
33
35
  .wds-currency-selector:disabled {
34
36
  opacity: 1 !important;
@@ -21,6 +21,7 @@
21
21
  flex-grow: 1;
22
22
  text-align: right;
23
23
  background-color: transparent;
24
+ line-height: inherit;
24
25
  }
25
26
  .wds-amount-input-input:focus-visible {
26
27
  outline: none;
@@ -29,4 +30,5 @@
29
30
  flex-grow: 0;
30
31
  display: flex;
31
32
  align-items: center;
33
+ line-height: inherit;
32
34
  }
@@ -29,6 +29,7 @@
29
29
  flex-grow: 1;
30
30
  text-align: right;
31
31
  background-color: transparent;
32
+ line-height: inherit;
32
33
 
33
34
  &:focus-visible {
34
35
  outline: none;
@@ -39,5 +40,6 @@
39
40
  flex-grow: 0;
40
41
  display: flex;
41
42
  align-items: center;
43
+ line-height: inherit;
42
44
  }
43
45
  }
package/src/main.css CHANGED
@@ -31066,6 +31066,7 @@ button.np-link {
31066
31066
  flex-grow: 1;
31067
31067
  text-align: right;
31068
31068
  background-color: transparent;
31069
+ line-height: inherit;
31069
31070
  }
31070
31071
 
31071
31072
  .wds-amount-input-input:focus-visible {
@@ -31076,6 +31077,7 @@ button.np-link {
31076
31077
  flex-grow: 0;
31077
31078
  display: flex;
31078
31079
  align-items: center;
31080
+ line-height: inherit;
31079
31081
  }
31080
31082
 
31081
31083
  .wds-currency-selector:disabled {