@umituz/react-native-design-system 2.0.6 → 2.0.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive and safe area utilities",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -197,12 +197,7 @@ export const AtomicPicker: React.FC<AtomicPickerProps> = ({
|
|
|
197
197
|
setSearchQuery(query);
|
|
198
198
|
};
|
|
199
199
|
|
|
200
|
-
|
|
201
|
-
* Check if option is selected
|
|
202
|
-
*/
|
|
203
|
-
const _isSelected = (optionValue: string): boolean => {
|
|
204
|
-
return selectedValues.includes(optionValue);
|
|
205
|
-
};
|
|
200
|
+
|
|
206
201
|
|
|
207
202
|
/**
|
|
208
203
|
* Handle chip removal
|