sapo-components-ui-rn 1.0.14 → 1.0.15
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/index.esm.js
CHANGED
|
@@ -6733,7 +6733,7 @@ var styles$1 = StyleSheet.create({
|
|
|
6733
6733
|
});
|
|
6734
6734
|
|
|
6735
6735
|
var SelectionField = function (_a) {
|
|
6736
|
-
var style = _a.style, _b = _a.content, content = _b === void 0 ? "
|
|
6736
|
+
var style = _a.style, _b = _a.content, content = _b === void 0 ? "" : _b, _c = _a.label, label = _c === void 0 ? "" : _c, _d = _a.error, error = _d === void 0 ? "" : _d, borderColor = _a.borderColor; _a.left; var right = _a.right, textStyle = _a.textStyle; _a.labelStyle; var textProps = _a.textProps, onPress = _a.onPress, _e = _a.disabled, disabled = _e === void 0 ? false : _e, textColor = _a.textColor, labelColor = _a.labelColor, _f = _a.size, size = _f === void 0 ? 16 : _f; _a.theme; var _g = _a.required, required = _g === void 0 ? false : _g, props = __rest(_a, ["style", "content", "label", "error", "borderColor", "left", "right", "textStyle", "labelStyle", "textProps", "onPress", "disabled", "textColor", "labelColor", "size", "theme", "required"]);
|
|
6737
6737
|
var theme = useInternalTheme();
|
|
6738
6738
|
var colors = theme.colors;
|
|
6739
6739
|
var disabledTextStyle = {
|