@transferwise/components 0.0.0-experimental-86403f4 → 0.0.0-experimental-3bad50f

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
@@ -1777,7 +1777,8 @@ button.np-option {
1777
1777
  margin-right: var(--size-16);
1778
1778
  margin-top: -10px;
1779
1779
  padding-bottom: 16px;
1780
- max-width: 'max-content';
1780
+ max-width: -moz-fit-content;
1781
+ max-width: fit-content;
1781
1782
  }
1782
1783
  .np-select-option {
1783
1784
  border-radius: 10px;
@@ -105,5 +105,6 @@ button.np-option {
105
105
  margin-right: var(--size-16);
106
106
  margin-top: -10px;
107
107
  padding-bottom: 16px;
108
- max-width: 'max-content';
108
+ max-width: -moz-fit-content;
109
+ max-width: fit-content;
109
110
  }
@@ -1777,7 +1777,8 @@ button.np-option {
1777
1777
  margin-right: var(--size-16);
1778
1778
  margin-top: -10px;
1779
1779
  padding-bottom: 16px;
1780
- max-width: 'max-content';
1780
+ max-width: -moz-fit-content;
1781
+ max-width: fit-content;
1781
1782
  }
1782
1783
  .np-select-option {
1783
1784
  border-radius: 10px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-86403f4",
3
+ "version": "0.0.0-experimental-3bad50f",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -105,5 +105,6 @@ button.np-option {
105
105
  margin-right: var(--size-16);
106
106
  margin-top: -10px;
107
107
  padding-bottom: 16px;
108
- max-width: 'max-content';
108
+ max-width: -moz-fit-content;
109
+ max-width: fit-content;
109
110
  }
@@ -101,6 +101,6 @@ button.np-option {
101
101
  margin-right: var(--size-16);
102
102
  margin-top: -10px;
103
103
  padding-bottom: 16px;
104
- max-width: 'max-content'
104
+ max-width:fit-content
105
105
  }
106
106
  }
package/src/main.css CHANGED
@@ -1777,7 +1777,8 @@ button.np-option {
1777
1777
  margin-right: var(--size-16);
1778
1778
  margin-top: -10px;
1779
1779
  padding-bottom: 16px;
1780
- max-width: 'max-content';
1780
+ max-width: -moz-fit-content;
1781
+ max-width: fit-content;
1781
1782
  }
1782
1783
  .np-select-option {
1783
1784
  border-radius: 10px;