mg-library 1.0.631 → 1.0.632

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.
Files changed (2) hide show
  1. package/blocks.js +0 -3
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -252,7 +252,6 @@ export function MGLogin(props) {
252
252
  placeholder={mgFunctionsLib.i18nString('userName', props.language)}
253
253
  onChangeText={onChange}
254
254
  value={value}
255
- style={{ outlineWidth: 0 }}
256
255
  />
257
256
  )}
258
257
  name="userName" />
@@ -270,7 +269,6 @@ export function MGLogin(props) {
270
269
  secureTextEntry
271
270
  maxLength={12}
272
271
  keyboardType='numeric'
273
- style={{ outlineWidth: 0 }}
274
272
  />
275
273
  )}
276
274
  name='password' />
@@ -288,7 +286,6 @@ export function MGLogin(props) {
288
286
  value={value}
289
287
  secureTextEntry
290
288
  maxLength={12}
291
- style={{ outlineWidth: 0 }}
292
289
  />
293
290
  )}
294
291
  name="password" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.631",
3
+ "version": "1.0.632",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {