react-crud-mobile 1.3.170 → 1.3.172
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 +0 -6
- 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 +0 -6
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/UIElement.tsx +0 -7
@@ -2306,11 +2306,6 @@ elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
2306
2306
|
flexWrap: 'wrap'
|
2307
2307
|
}
|
2308
2308
|
});
|
2309
|
-
elementStyle["switch"] = {
|
2310
|
-
inner: {
|
2311
|
-
padding: 5
|
2312
|
-
}
|
2313
|
-
};
|
2314
2309
|
elementStyle.quantity = {
|
2315
2310
|
inner: /*#__PURE__*/_extends({}, box, {
|
2316
2311
|
backgroundColor: 'primarySoft',
|
@@ -2318,7 +2313,6 @@ elementStyle.quantity = {
|
|
2318
2313
|
fontSize: 16,
|
2319
2314
|
borderRadius: 25,
|
2320
2315
|
borderWidth: 0,
|
2321
|
-
padding: 5,
|
2322
2316
|
paddingHorizontal: 5,
|
2323
2317
|
paddingVertical: 5,
|
2324
2318
|
flexWrap: 'nowrap',
|