@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/CHANGELOG.md +9 -0
- package/dist/definitions/Choices/AnimatedChoiceItemView.d.ts.map +1 -1
- package/dist/definitions/Choices/AnimatedChoiceItemView.web.d.ts.map +1 -1
- package/dist/definitions/Choices/ChoiceItem.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +6 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +6 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +6 -1
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +4 -0
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +6 -1
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +4 -0
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +6 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +4 -0
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.es.web.js
CHANGED
|
@@ -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,
|