react-crud-mobile 1.3.317 → 1.3.318
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 +2 -1
- 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 +2 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIToggle.tsx +2 -2
@@ -1228,7 +1228,8 @@ function UIToggle(props) {
|
|
1228
1228
|
style.width = width;
|
1229
1229
|
return style;
|
1230
1230
|
};
|
1231
|
-
return /*#__PURE__*/jsx(
|
1231
|
+
return /*#__PURE__*/jsx(View, {
|
1232
|
+
style: _extends({}, styles$7.container, scope.getStyle('items')),
|
1232
1233
|
children: options.map(function (item, i) {
|
1233
1234
|
return /*#__PURE__*/jsx(TouchableHighlight, {
|
1234
1235
|
style: getItemStyle(item),
|