@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.
@@ -4560,6 +4560,8 @@ function AnimatedChoiceItemView(_ref) {
4560
4560
  isHovered: isHovered,
4561
4561
  isPressed: isPressed
4562
4562
  }),
4563
+ flexGrow: 1,
4564
+ justifyContent: "center",
4563
4565
  padding: size === 'small' ? 'kitt.2' : 'kitt.4',
4564
4566
  _web: {
4565
4567
  style: {
@@ -4630,6 +4632,7 @@ function ChoiceItem(_ref) {
4630
4632
  checked: selected
4631
4633
  },
4632
4634
  style: style,
4635
+ flexGrow: 1,
4633
4636
  onBlur: onBlur,
4634
4637
  onFocus: onFocus,
4635
4638
  onPress: function (e) {
@@ -4648,6 +4651,7 @@ function ChoiceItem(_ref) {
4648
4651
  });
4649
4652
  return /*#__PURE__*/jsxs(VStack, {
4650
4653
  space: "kitt.2",
4654
+ flexGrow: 1,
4651
4655
  children: [/*#__PURE__*/jsxs(AnimatedChoiceItemView, {
4652
4656
  animatedStyles: backgroundStyles,
4653
4657
  isHovered: isHovered || isHoveredInternal,