@proprioo/salatim 30.1.0 → 30.1.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **30.1.1**
4
+
5
+ * Fix(InputBase): avoid zoom on IOS device
6
+
3
7
  **30.1.0**
4
8
 
5
9
  * Feat(InputBase): increase input font size
package/lib/index.js CHANGED
@@ -162,7 +162,7 @@
162
162
  -webkit-appearance: none;
163
163
  `;var K;exports.GoogleSearchType=void 0,(K=exports.GoogleSearchType||(exports.GoogleSearchType={})).ADMINISTRATIVE_AREA_LEVEL_1="administrative_area_level_1",K.ADMINISTRATIVE_AREA_LEVEL_2="administrative_area_level_2",K.LOCALITY="locality",K.NEIGHBORHOOD="neighborhood",K.POSTAL_CODE="postal_code",K.SUBLOCALITY="sublocality";const Y=e=>e.filter((({types:e})=>e.some((e=>[exports.GoogleSearchType.ADMINISTRATIVE_AREA_LEVEL_1,exports.GoogleSearchType.ADMINISTRATIVE_AREA_LEVEL_2,exports.GoogleSearchType.LOCALITY,exports.GoogleSearchType.POSTAL_CODE,exports.GoogleSearchType.SUBLOCALITY].includes(e))))),Z=o.css`
164
164
  ${_};
165
- ${R.body2};
165
+ ${R.body1};
166
166
  display: block;
167
167
  position: absolute;
168
168
  top: 0;