@ornikar/kitt-universal 25.58.1-canary.95e9af38cc4e878fc97c4391877d7b879da5b220.0 → 25.58.1-canary.a2bac16fb42ca488d0dd8ad398c7507d2e37d975.0

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.
@@ -3613,6 +3613,7 @@ const ActionsItem = /*#__PURE__*/react.forwardRef(({
3613
3613
  const mountedRef = react.useRef(false);
3614
3614
  // securing the loading state with a ref to avoid user action between rerenders
3615
3615
  const loadingRef = react.useRef(false);
3616
+ const isStretch = useBreakpointValue(stretch) || stretch === true;
3616
3617
 
3617
3618
  // effect just for tracking mounted state, as onPress can unmount the ActionButton
3618
3619
  react.useEffect(() => {
@@ -3622,6 +3623,7 @@ const ActionsItem = /*#__PURE__*/react.forwardRef(({
3622
3623
  };
3623
3624
  }, []);
3624
3625
  return /*#__PURE__*/jsxRuntime.jsx(View, {
3626
+ flexGrow: isStretch ? 1 : undefined,
3625
3627
  children: /*#__PURE__*/jsxRuntime.jsx(as, {
3626
3628
  ref: ref,
3627
3629
  ...props,
@@ -11170,7 +11172,7 @@ function Picker({
11170
11172
  disabled,
11171
11173
  ...restToggleProps
11172
11174
  })
11173
- }), /*#__PURE__*/reactDom.createPortal(/*#__PURE__*/jsxRuntime.jsx(View, {
11175
+ }), /*#__PURE__*/reactDom.createPortal( /*#__PURE__*/jsxRuntime.jsx(View, {
11174
11176
  ref: refMemo,
11175
11177
  testID: testID,
11176
11178
  ...menuProps,
@@ -12586,7 +12588,7 @@ function Tooltip({
12586
12588
  onFocus: handleToggleTooltip,
12587
12589
  onBlur: handleToggleTooltip,
12588
12590
  width: '100%'
12589
- }), /*#__PURE__*/reactDom.createPortal(/*#__PURE__*/jsxRuntime.jsx(View, {
12591
+ }), /*#__PURE__*/reactDom.createPortal( /*#__PURE__*/jsxRuntime.jsx(View, {
12590
12592
  ref: refs.setFloating,
12591
12593
  "aria-hidden": !isVisible,
12592
12594
  paddingX: {