@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.
@@ -4520,6 +4520,8 @@ function AnimatedChoiceItemView({
4520
4520
  isHovered,
4521
4521
  isPressed
4522
4522
  }),
4523
+ flexGrow: 1,
4524
+ justifyContent: "center",
4523
4525
  padding: size === 'small' ? 'kitt.2' : 'kitt.4',
4524
4526
  _web: {
4525
4527
  style: {
@@ -4591,6 +4593,7 @@ function ChoiceItem({
4591
4593
  checked: selected
4592
4594
  },
4593
4595
  style: style,
4596
+ flexGrow: 1,
4594
4597
  onBlur: onBlur,
4595
4598
  onFocus: onFocus,
4596
4599
  onPress: e => {
@@ -4610,6 +4613,7 @@ function ChoiceItem({
4610
4613
  });
4611
4614
  return /*#__PURE__*/jsxs(VStack, {
4612
4615
  space: "kitt.2",
4616
+ flexGrow: 1,
4613
4617
  children: [/*#__PURE__*/jsxs(AnimatedChoiceItemView, {
4614
4618
  animatedStyles: backgroundStyles,
4615
4619
  isHovered: isHovered || isHoveredInternal,