@ornikar/kitt-universal 29.5.0 → 29.5.1

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.es.js CHANGED
@@ -4681,7 +4681,10 @@ function AnimatedChoiceItemView(_ref) {
4681
4681
  padding: size === 'small' ? 'kitt.2' : 'kitt.4'
4682
4682
  });
4683
4683
  return /*#__PURE__*/jsx(Animated.View, {
4684
- style: [style, animatedStyles],
4684
+ style: [{
4685
+ flexGrow: 1,
4686
+ justifyContent: 'center'
4687
+ }, style, animatedStyles],
4685
4688
  children: children
4686
4689
  });
4687
4690
  }
@@ -4778,6 +4781,7 @@ function ChoiceItem(_ref) {
4778
4781
  checked: selected
4779
4782
  },
4780
4783
  style: style,
4784
+ flexGrow: 1,
4781
4785
  onBlur: onBlur,
4782
4786
  onFocus: onFocus,
4783
4787
  onPress: function (e) {
@@ -4796,6 +4800,7 @@ function ChoiceItem(_ref) {
4796
4800
  });
4797
4801
  return /*#__PURE__*/jsxs(VStack, {
4798
4802
  space: "kitt.2",
4803
+ flexGrow: 1,
4799
4804
  children: [/*#__PURE__*/jsxs(AnimatedChoiceItemView, {
4800
4805
  animatedStyles: backgroundStyles,
4801
4806
  isHovered: isHovered || isHoveredInternal,