@fruits-chain/dashu-bottom-bar-pro
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -16,2 +16,6 @@ "use strict"; | ||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
const defaultBtnProps = { | ||
onPressDebounceWait: 300, | ||
size: "m" | ||
}; | ||
const ButtonBox = _ref => { | ||
@@ -85,4 +89,3 @@ var _filter; | ||
key: index | ||
}, b, { | ||
size: b.size || "m", | ||
}, defaultBtnProps, b, { | ||
style: [gapStyle, flexStyle, styles.btn, b === null || b === void 0 ? void 0 : b.style] | ||
@@ -89,0 +92,0 @@ })); |
@@ -7,2 +7,6 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Platform, ScrollView, StyleSheet, View } from "react-native"; | ||
const defaultBtnProps = { | ||
onPressDebounceWait: 300, | ||
size: "m" | ||
}; | ||
export const ButtonBox = _ref => { | ||
@@ -76,4 +80,3 @@ var _filter; | ||
key: index | ||
}, b, { | ||
size: b.size || "m", | ||
}, defaultBtnProps, b, { | ||
style: [gapStyle, flexStyle, styles.btn, b === null || b === void 0 ? void 0 : b.style] | ||
@@ -80,0 +83,0 @@ })); |
{ | ||
"name": "@fruits-chain/dashu-bottom-bar-pro", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "dist/commonjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/module/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56912
807