mayak-common-library 0.0.480 → 0.0.482

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,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.480",
3
+ "version": "0.0.482",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -103,6 +103,9 @@ a {
103
103
  opacity: 1!important;
104
104
  }
105
105
 
106
+ input, textarea, select { font-family:inherit; }
107
+
108
+
106
109
  input,
107
110
  textarea,
108
111
  button,
@@ -60,6 +60,7 @@ module.exports = {
60
60
  },
61
61
  width: {
62
62
  5.5: '22px',
63
+ fill: '-webkit-fill-available',
63
64
  },
64
65
  padding: {
65
66
  4.5: '18px',