@transferwise/components 0.0.0-experimental-da9bd26 → 0.0.0-experimental-9545f38

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
@@ -2788,9 +2788,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2788
2788
  flex-direction: column;
2789
2789
  overflow: hidden;
2790
2790
  }
2791
- .np-select-input-option-content-text-primary {
2792
- font: inherit;
2793
- }
2794
2791
  .np-select-input-option-content-text-secondary {
2795
2792
  color: #5d7079;
2796
2793
  color: var(--color-content-secondary);
@@ -309,9 +309,6 @@
309
309
  flex-direction: column;
310
310
  overflow: hidden;
311
311
  }
312
- .np-select-input-option-content-text-primary {
313
- font: inherit;
314
- }
315
312
  .np-select-input-option-content-text-secondary {
316
313
  color: #5d7079;
317
314
  color: var(--color-content-secondary);
@@ -2788,9 +2788,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2788
2788
  flex-direction: column;
2789
2789
  overflow: hidden;
2790
2790
  }
2791
- .np-select-input-option-content-text-primary {
2792
- font: inherit;
2793
- }
2794
2791
  .np-select-input-option-content-text-secondary {
2795
2792
  color: #5d7079;
2796
2793
  color: var(--color-content-secondary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-da9bd26",
3
+ "version": "0.0.0-experimental-9545f38",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -309,9 +309,6 @@
309
309
  flex-direction: column;
310
310
  overflow: hidden;
311
311
  }
312
- .np-select-input-option-content-text-primary {
313
- font: inherit;
314
- }
315
312
  .np-select-input-option-content-text-secondary {
316
313
  color: #5d7079;
317
314
  color: var(--color-content-secondary);
@@ -160,10 +160,6 @@
160
160
  overflow: hidden;
161
161
  }
162
162
 
163
- .np-select-input-option-content-text-primary {
164
- font: inherit;
165
- }
166
-
167
163
  .np-select-input-option-content-text-secondary {
168
164
  color: var(--color-content-secondary);
169
165
  }
package/src/main.css CHANGED
@@ -2788,9 +2788,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
2788
2788
  flex-direction: column;
2789
2789
  overflow: hidden;
2790
2790
  }
2791
- .np-select-input-option-content-text-primary {
2792
- font: inherit;
2793
- }
2794
2791
  .np-select-input-option-content-text-secondary {
2795
2792
  color: #5d7079;
2796
2793
  color: var(--color-content-secondary);