@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.
@@ -4528,6 +4528,8 @@ function AnimatedChoiceItemView({
4528
4528
  isHovered,
4529
4529
  isPressed
4530
4530
  }),
4531
+ flexGrow: 1,
4532
+ justifyContent: "center",
4531
4533
  padding: size === 'small' ? 'kitt.2' : 'kitt.4',
4532
4534
  _web: {
4533
4535
  style: {
@@ -4599,6 +4601,7 @@ function ChoiceItem({
4599
4601
  checked: selected
4600
4602
  },
4601
4603
  style: style,
4604
+ flexGrow: 1,
4602
4605
  onBlur: onBlur,
4603
4606
  onFocus: onFocus,
4604
4607
  onPress: e => {
@@ -4618,6 +4621,7 @@ function ChoiceItem({
4618
4621
  });
4619
4622
  return /*#__PURE__*/jsxRuntime.jsxs(VStack, {
4620
4623
  space: "kitt.2",
4624
+ flexGrow: 1,
4621
4625
  children: [/*#__PURE__*/jsxRuntime.jsxs(AnimatedChoiceItemView, {
4622
4626
  animatedStyles: backgroundStyles,
4623
4627
  isHovered: isHovered || isHoveredInternal,