react-crud-mobile 1.3.319 → 1.3.321
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/dist/react-crud-mobile.cjs.development.js +4 -3
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +4 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +2 -1
- package/src/elements/core/UIToggle.tsx +2 -2
@@ -1257,7 +1257,6 @@ var styles$7 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1257
1257
|
container: {
|
1258
1258
|
flex: 1,
|
1259
1259
|
width: '100%',
|
1260
|
-
margin: 5,
|
1261
1260
|
justifyContent: 'center',
|
1262
1261
|
flexDirection: 'row',
|
1263
1262
|
alignItems: 'center'
|
@@ -1269,7 +1268,8 @@ var styles$7 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1269
1268
|
width: 'auto',
|
1270
1269
|
flexDirection: 'row',
|
1271
1270
|
flex: 1,
|
1272
|
-
|
1271
|
+
padding: 5,
|
1272
|
+
borderRadius: 2
|
1273
1273
|
},
|
1274
1274
|
text: {
|
1275
1275
|
fontSize: 15,
|
@@ -2441,12 +2441,13 @@ elementStyle.quantity = {
|
|
2441
2441
|
};
|
2442
2442
|
elementStyle.toggle = /*#__PURE__*/reactNative.StyleSheet.create({
|
2443
2443
|
root: {
|
2444
|
-
height:
|
2444
|
+
height: 'auto'
|
2445
2445
|
},
|
2446
2446
|
inner: /*#__PURE__*/_extends({}, box, {
|
2447
2447
|
flex: 1,
|
2448
2448
|
width: '100%',
|
2449
2449
|
gap: 10,
|
2450
|
+
borderRadius: 2,
|
2450
2451
|
justifyContent: 'center',
|
2451
2452
|
flexDirection: 'row',
|
2452
2453
|
alignSelf: 'flex-start',
|