@proprioo/salatim 30.0.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,13 @@
1
1
  ## Changelog
2
2
 
3
+ **30.1.1**
4
+
5
+ * Fix(InputBase): avoid zoom on IOS device
6
+
7
+ **30.1.0**
8
+
9
+ * Feat(InputBase): increase input font size
10
+
3
11
  **30.0.0**
4
12
 
5
13
  **BREAKING CHANGE** Casavo rebranding
package/lib/index.js CHANGED
@@ -162,6 +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.body1};
165
166
  display: block;
166
167
  position: absolute;
167
168
  top: 0;
@@ -174,9 +175,7 @@
174
175
  min-width: 0;
175
176
  background: none;
176
177
  padding: 0 ${w(28)};
177
- font-size: ${S.base};
178
178
  caret-color: ${x.dark.base};
179
- line-height: ${w(48)};
180
179
  min-height: ${w(48)};
181
180
  `,X=p.default.input`
182
181
  ${Z} :not(:disabled) {
@@ -206,8 +205,6 @@
206
205
  z-index: 0;
207
206
  overflow: hidden;
208
207
  `,re=p.default.legend`
209
- ${R.caption};
210
- ${_};
211
208
  padding: 0;
212
209
  text-align: left;
213
210
  transition: width 0ms cubic-bezier(0, 0, 0.2, 1) 0ms;
@@ -227,8 +224,6 @@
227
224
  max-width: ${w(1e3)};
228
225
  `}
229
226
  `,ne=p.default.label`
230
- ${_};
231
- ${R.caption};
232
227
  position: absolute;
233
228
  z-index: 1;
234
229
  top: 0;
@@ -286,6 +281,8 @@
286
281
  }
287
282
  `}
288
283
  `,ie=p.default.div`
284
+ ${_};
285
+ ${R.body2};
289
286
  position: relative;
290
287
  z-index: ${e=>e.zIndex||0};
291
288
  min-height: ${w(50)};
@@ -673,7 +670,6 @@ object-assign
673
670
 
674
671
  input {
675
672
  ${Z};
676
- ${_};
677
673
  position: relative;
678
674
  min-height: ${w(48)};
679
675
  padding-left: ${w(8)};
@@ -686,7 +682,6 @@ object-assign
686
682
 
687
683
  .PhoneInputCountrySelect {
688
684
  option {
689
- ${_};
690
685
  font-size: ${S.base};
691
686
  font-weight: lighter;
692
687
  }