@dropi/react-native-design-system 0.3.3 → 0.3.4

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.
@@ -108,9 +108,9 @@ const Select = ({
108
108
  onPress: handleOpen,
109
109
  activeOpacity: 0.7,
110
110
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_atoms.Body, {
111
- type: "s-regular",
111
+ type: "m-regular",
112
112
  style: {
113
- color: currentValue ? _constants.colors['Gray-600'].light : _constants.colors['Gray-500'].light,
113
+ color: currentValue ? _constants.colors['Gray-600'].light : _constants.colors['Gray-400'].light,
114
114
  flex: 1
115
115
  },
116
116
  numberOfLines: 1,
@@ -149,7 +149,7 @@ const Select = ({
149
149
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_BottomSheet.BottomSheetComponent, {
150
150
  ref: bottomSheetRef,
151
151
  title: title ?? label ?? 'Seleccionar',
152
- snapPoints: ['50%', '70%', '90%'],
152
+ snapPoints: ['70%', '90%'],
153
153
  onDismiss: handleDismiss,
154
154
  footer: footer,
155
155
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.FlatList, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",