react-native-molecules 0.5.0-beta.26 → 0.5.0-beta.28

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.
@@ -55,7 +55,7 @@ const mapIndicatorSize = (indicatorSize: 'small' | 'large' | number | undefined)
55
55
  */
56
56
  const ActivityIndicator = ({
57
57
  animating = true,
58
- color,
58
+ color = 'primary',
59
59
  hidesWhenStopped = true,
60
60
  size: indicatorSize = 'small',
61
61
  style: styleProp,
@@ -246,6 +246,7 @@ const Chip = (
246
246
  borderless
247
247
  {...rest}
248
248
  disabled={disabled}
249
+ onPress={onPress}
249
250
  accessibilityLabel={accessibilityLabel}
250
251
  accessibilityState={accessibilityState}
251
252
  ref={actionsRef}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-molecules",
3
- "version": "0.5.0-beta.26",
3
+ "version": "0.5.0-beta.28",
4
4
  "author": "Thet Aung <thetaung.dev@gmail.com>",
5
5
  "license": "MIT",
6
6
  "main": "index.ts",