muba-posting 9.0.19 → 9.0.20

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/Publish5.js CHANGED
@@ -374,7 +374,7 @@ export default class Publish5 extends React.Component {
374
374
  onPress={(value) => this.onChangeFeature(value, feature.name)}
375
375
  extraField={<View>
376
376
  {feature.name == 'terrace' && this.state.showTerraceSurface &&
377
- <View style={[commonStyles.row, { padding: 5 }]} >
377
+ <View style={[commonStyles.row, { paddingVertical: 2, paddingHorizontal: 5 }]} >
378
378
  <View style={commonStyles.col8}>
379
379
  <InputText
380
380
  value={this.state.terraceSurface}
@@ -398,7 +398,7 @@ export default class Publish5 extends React.Component {
398
398
  }
399
399
 
400
400
  {feature.name == 'garden' && this.state.showGardenSurface &&
401
- <View style={[commonStyles.row, { padding: 5 }]} >
401
+ <View style={[commonStyles.row, { paddingVertical: 2, paddingHorizontal: 5 }]} >
402
402
  <View style={commonStyles.col8}>
403
403
  <InputText
404
404
  value={this.state.gardenSurface}
package/commonStyles.js CHANGED
@@ -509,15 +509,6 @@ export default StyleSheet.create({
509
509
  borderColor: '#bcbcbc',
510
510
  borderWidth: 1,
511
511
  borderRadius: 5,
512
- ...(I18nManager.isRTL
513
- ? {
514
- borderTopLeftRadius: 0,
515
- borderBottomLeftRadius: 0,
516
- }
517
- : {
518
- borderTopRightRadius: 0,
519
- borderBottomRightRadius: 0,
520
- }),
521
512
  backgroundColor: '#fff'
522
513
  },
523
514
 
@@ -526,15 +517,13 @@ export default StyleSheet.create({
526
517
  borderColor: '#bcbcbc',
527
518
  borderWidth: 1,
528
519
  borderRadius: 5,
529
- borderStartWidth: 0,
530
520
  paddingStart: 15,
531
521
  height: 35,
532
522
  width: '100%',
533
523
  justifyContent: 'center',
534
524
  backgroundColor: '#fff',
535
- borderTopStartRadius: 0,
536
- borderBottomStartRadius: 0,
537
- bottom: 0
525
+ bottom: 0,
526
+ marginStart: 3
538
527
  },
539
528
 
540
529
  unitText: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "9.0.19",
3
+ "version": "9.0.20",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {